@turnkey/http 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.mjs +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +676 -254
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.mjs +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +6 -2
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -331,7 +331,7 @@ export declare class TurnkeyClient {
|
|
|
331
331
|
*/
|
|
332
332
|
stampGetWallets: (input: TGetWalletsBody) => Promise<TSignedRequest>;
|
|
333
333
|
/**
|
|
334
|
-
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
|
|
334
|
+
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
|
|
335
335
|
*
|
|
336
336
|
* Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).
|
|
337
337
|
*
|
|
@@ -483,7 +483,7 @@ class TurnkeyClient {
|
|
|
483
483
|
};
|
|
484
484
|
};
|
|
485
485
|
/**
|
|
486
|
-
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
|
|
486
|
+
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
|
|
487
487
|
*
|
|
488
488
|
* Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).
|
|
489
489
|
*
|
|
@@ -481,7 +481,7 @@ class TurnkeyClient {
|
|
|
481
481
|
};
|
|
482
482
|
};
|
|
483
483
|
/**
|
|
484
|
-
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users.
|
|
484
|
+
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
|
|
485
485
|
*
|
|
486
486
|
* Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).
|
|
487
487
|
*
|