@nexeraid/api-client
Advanced tools
Comparing version 2.3.13-dev to 2.3.13-staging
@@ -10,2 +10,3 @@ import type { BaseHttpRequest } from "./core/BaseHttpRequest.js"; | ||
import { CustomersService } from "./services/CustomersService.js"; | ||
import { CustomerScreeningService } from "./services/CustomerScreeningService.js"; | ||
import { DeprecatedIdentitySdkService } from "./services/DeprecatedIdentitySdkService.js"; | ||
@@ -42,2 +43,3 @@ import { DocumentsService } from "./services/DocumentsService.js"; | ||
readonly customers: CustomersService; | ||
readonly customerScreening: CustomerScreeningService; | ||
readonly deprecatedIdentitySdk: DeprecatedIdentitySdkService; | ||
@@ -44,0 +46,0 @@ readonly documents: DocumentsService; |
@@ -14,2 +14,3 @@ export { ApiClient } from "./ApiClient.js"; | ||
export { CustomersService } from "./services/CustomersService.js"; | ||
export { CustomerScreeningService } from "./services/CustomerScreeningService.js"; | ||
export { DeprecatedIdentitySdkService } from "./services/DeprecatedIdentitySdkService.js"; | ||
@@ -16,0 +17,0 @@ export { DocumentsService } from "./services/DocumentsService.js"; |
@@ -388,2 +388,6 @@ import type { CancelablePromise } from "../core/CancelablePromise.js"; | ||
args: Array<any>; | ||
/** | ||
* String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet. | ||
*/ | ||
userAddress?: string; | ||
blockExpiration?: number; | ||
@@ -425,2 +429,6 @@ nonce?: number; | ||
args: string; | ||
/** | ||
* Tezos address (implicit account) | ||
*/ | ||
userAddress?: string; | ||
blockExpiration?: number; | ||
@@ -427,0 +435,0 @@ nonce?: number; |
{ | ||
"name": "@nexeraid/api-client", | ||
"version": "2.3.13-dev", | ||
"version": "2.3.13-staging", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "keywords": [], | ||
"zod-validation-error": "^3.4.0", | ||
"@nexeraid/identity-schemas": "2.3.14-dev" | ||
"@nexeraid/identity-schemas": "2.3.17-staging" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1686154
48
36281
+ Added@nexeraid/identity-schemas@2.3.17-staging(transitive)
- Removed@nexeraid/identity-schemas@2.3.14-dev(transitive)