Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update axios version #329

Merged
merged 6 commits into from
May 6, 2024
Merged

update axios version #329

merged 6 commits into from
May 6, 2024

Conversation

narayana-plivo
Copy link
Contributor

No description provided.

Copy link
Contributor

@PratikKataria-plivo PratikKataria-plivo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -7,7 +7,7 @@ export function validateSignature(uri: string, nonce: string, signature: string,
* You can also pass in additional parameters accepted by the node requests module.
*/
export class Client {
constructor(authId?: string, authToken?: string, options?: string);
constructor(authId?: string, authToken?: string, options?: any);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@narayana-plivo I believe the same line change we need to update in the client-test.d.ts file right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kalyan-plivo currently its passed with constructor(authid: string, authToken: string, proxy: string); Not object.

@narayana-plivo
Copy link
Contributor Author

There are breaking changes in between 3 versions:

Are these validated?

i have verified most of the our api.

@alexnault
Copy link

Hey Plivo Team! What's holding this PR from being merged?

@narayana-plivo narayana-plivo merged commit 6397de7 into master May 6, 2024
17 checks passed
@narayana-plivo narayana-plivo deleted the security-fix branch May 6, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants