@nexeraid/api-client
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import type { Environment, ExecuteChallengeQueryInput, ExecuteChallengeQueryResponse, ImageUploadResponse } from "@nexeraid/identity-schemas"; | ||
import type { Environment, ImageUploadResponse } from "@nexeraid/identity-schemas"; | ||
import { ApiClient } from "./generated/index.js"; | ||
@@ -18,3 +18,2 @@ import type { NexeraApiClientCredentials } from "./index.js"; | ||
export interface NexeraAPIClient extends ApiClient { | ||
executeChallengeQuery?(props: ExecuteChallengeQueryInput): Promise<ExecuteChallengeQueryResponse>; | ||
uploadMedia?(config: MediaUploadConfig): Promise<ImageUploadResponse>; | ||
@@ -21,0 +20,0 @@ uploadDocument?(config: DocumentUploadConfig): Promise<UploadDocumentResponse>; |
@@ -23,3 +23,3 @@ import type { CancelablePromise } from "../core/CancelablePromise.js"; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -30,3 +30,3 @@ type: 'IDImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -37,3 +37,3 @@ type: 'SelfieImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -44,3 +44,3 @@ type: 'ProofOfResidence'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
})>; | ||
@@ -111,3 +111,3 @@ }>; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
}>; | ||
@@ -117,2 +117,16 @@ workflowSessionId?: string; | ||
/** | ||
* Fail authorization request | ||
* Fail authorization request. | ||
* @returns any Successful response | ||
* @throws ApiError | ||
*/ | ||
identitySdkVerificationMarkZkpSessionAsFailed({ requestBody, }: { | ||
requestBody: { | ||
sessionId: string; | ||
reason?: string; | ||
}; | ||
}): CancelablePromise<{ | ||
success: boolean; | ||
}>; | ||
/** | ||
* Get signature for a tx data - for kyc widget | ||
@@ -119,0 +133,0 @@ * Get signature for a tx auth data - for kyc widget. |
@@ -115,3 +115,3 @@ import type { CancelablePromise } from "../core/CancelablePromise.js"; | ||
description?: string | null; | ||
type: 'ChallengeQuery' | 'OnChainZKP' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
type: 'ChallengeQuery' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
workspaceId: string; | ||
@@ -123,3 +123,3 @@ queries: Array<({ | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -130,3 +130,3 @@ type: 'IDImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -137,3 +137,3 @@ type: 'SelfieImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -144,3 +144,3 @@ type: 'ProofOfResidence'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
})>; | ||
@@ -244,3 +244,3 @@ }>; | ||
description?: string | null; | ||
type: 'ChallengeQuery' | 'OnChainZKP' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
type: 'ChallengeQuery' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
workspaceId: string; | ||
@@ -252,3 +252,3 @@ queries: Array<({ | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -259,3 +259,3 @@ type: 'IDImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -266,3 +266,3 @@ type: 'SelfieImage'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
} | { | ||
@@ -273,3 +273,3 @@ type: 'ProofOfResidence'; | ||
value: (boolean | string | number | Array<string> | Array<number>); | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne'; | ||
operator: '$noop' | '$eq' | '$lt' | '$lte' | '$gt' | '$gte' | '$in' | '$nin' | '$ne' | '$exists'; | ||
})>; | ||
@@ -402,5 +402,5 @@ }>; | ||
results?: Array<Array<{ | ||
objectType: 'ChallengeQuery' | 'OnChainZKP' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
objectType: 'ChallengeQuery' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
/** | ||
* Object id in the cms (challengeQueryid, onChainZKPid, offChainZKPid) | ||
* Object id in the cms (challengeQueryid, offChainZKPid) | ||
*/ | ||
@@ -413,3 +413,3 @@ objectId: string; | ||
is_valid: boolean; | ||
reasons: Array<any>; | ||
reasons: Array<string>; | ||
}; | ||
@@ -416,0 +416,0 @@ executionId: string; |
@@ -33,5 +33,5 @@ import type { CancelablePromise } from "../core/CancelablePromise.js"; | ||
results?: Array<Array<{ | ||
objectType: 'ChallengeQuery' | 'OnChainZKP' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
objectType: 'ChallengeQuery' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
/** | ||
* Object id in the cms (challengeQueryid, onChainZKPid, offChainZKPid) | ||
* Object id in the cms (challengeQueryid, offChainZKPid) | ||
*/ | ||
@@ -44,3 +44,3 @@ objectId: string; | ||
is_valid: boolean; | ||
reasons: Array<any>; | ||
reasons: Array<string>; | ||
}; | ||
@@ -94,5 +94,5 @@ executionId: string; | ||
results?: Array<Array<{ | ||
objectType: 'ChallengeQuery' | 'OnChainZKP' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
objectType: 'ChallengeQuery' | 'OffChainZKP' | 'IndividualCustomerMonitoring' | 'TransactionMonitoring'; | ||
/** | ||
* Object id in the cms (challengeQueryid, onChainZKPid, offChainZKPid) | ||
* Object id in the cms (challengeQueryid, offChainZKPid) | ||
*/ | ||
@@ -105,3 +105,3 @@ objectId: string; | ||
is_valid: boolean; | ||
reasons: Array<any>; | ||
reasons: Array<string>; | ||
}; | ||
@@ -108,0 +108,0 @@ executionId: string; |
{ | ||
"name": "@nexeraid/api-client", | ||
"version": "2.3.41-dev", | ||
"version": "2.3.41-staging", | ||
"description": "", | ||
@@ -41,3 +41,3 @@ "keywords": [], | ||
"zod-validation-error": "^3.4.0", | ||
"@nexeraid/identity-schemas": "2.3.42-dev" | ||
"@nexeraid/identity-schemas": "2.10.0-staging" | ||
}, | ||
@@ -44,0 +44,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
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
2028606
2.85%34065
1.27%+ Added
- Removed