@turnkey/http
Advanced tools
Comparing version 2.9.0 to 2.9.1
# @turnkey/http | ||
## 2.9.1 | ||
### Patch Changes | ||
- Update generated files to latest release: optional pagination options were added to list sub-organization and list wallet account endpoints. | ||
## 2.9.0 | ||
@@ -4,0 +10,0 @@ |
@@ -334,3 +334,3 @@ import { THttpConfig, TSignedRequest, TStamper } from "../../../../../base"; | ||
/** | ||
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users. | ||
* 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. | ||
* | ||
@@ -337,0 +337,0 @@ * Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami). |
@@ -486,3 +486,3 @@ 'use strict'; | ||
/** | ||
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users. | ||
* 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. | ||
* | ||
@@ -489,0 +489,0 @@ * Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami). |
@@ -427,3 +427,3 @@ 'use strict'; | ||
* | ||
* Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN users. | ||
* 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. | ||
* | ||
@@ -430,0 +430,0 @@ * `POST /public/v1/query/whoami` |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "@turnkey/http@2.9.0"; | ||
export declare const VERSION = "@turnkey/http@2.9.1"; | ||
//# sourceMappingURL=version.d.ts.map |
'use strict'; | ||
const VERSION = "@turnkey/http@2.9.0"; | ||
const VERSION = "@turnkey/http@2.9.1"; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@turnkey/http", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2485357
50895