@nexeraid/identity-schemas 2.3.24-dev → 2.3.25-dev
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/dist/{customers.schema-cc3df18f.cjs.dev.js → customers.schema-0ce8464a.cjs.dev.js} +1 -1
- package/dist/{customers.schema-f0d472b1.cjs.prod.js → customers.schema-459fdc4d.cjs.prod.js} +1 -1
- package/dist/{customers.schema-0306abb6.esm.js → customers.schema-8f6c7924.esm.js} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +366 -366
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/challenge-query.schema.d.ts +117 -149
- package/dist/declarations/src/identity/challenge-query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +44 -44
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +94 -94
- package/dist/declarations/src/identity/kyc.schema.d.ts +150 -150
- package/dist/declarations/src/identity/polygon-id.schema.d.ts +8 -8
- package/dist/declarations/src/identity/query.schema.d.ts +69 -67
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +97 -97
- package/dist/declarations/src/identity-ids.schema.d.ts +20 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +2 -0
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +75 -75
- package/dist/{frontend-utilities.schema-02fc8336.esm.js → frontend-utilities.schema-8b213997.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-0be040b7.cjs.dev.js → frontend-utilities.schema-9ce4190b.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-cd88e673.cjs.prod.js → frontend-utilities.schema-d4d6374c.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-2de31155.cjs.prod.js → identity-api.schema-a16ec830.cjs.dev.js} +417 -396
- package/dist/{identity-api.schema-68a83f54.esm.js → identity-api.schema-d1954107.esm.js} +406 -396
- package/dist/{identity-api.schema-bbb2c243.cjs.dev.js → identity-api.schema-f103ebd9.cjs.prod.js} +417 -396
- package/dist/nexeraid-identity-schemas.cjs.dev.js +14 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.js +14 -3
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +3 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -17,6 +17,10 @@ export declare const TransactionMethodsPrefix = "txm";
|
|
|
17
17
|
export declare const TransactionMethodExtractedInfosPrefix = "txmei";
|
|
18
18
|
export declare const InstitutionPrefix = "ins";
|
|
19
19
|
export declare const InstitutionExtractedInfosPrefix = "insei";
|
|
20
|
+
export declare const ScenarioPrefix = "scenario";
|
|
21
|
+
export declare const ListPrefix = "list";
|
|
22
|
+
export declare const QueryPrefix = "query";
|
|
23
|
+
export declare const ActionPrefix = "action";
|
|
20
24
|
export type StoragePrefix = typeof StoragePrefix;
|
|
21
25
|
export type IdentityPrefix = typeof IdentityPrefix;
|
|
22
26
|
export type EmailPrefix = typeof EmailPrefix;
|
|
@@ -26,6 +30,10 @@ export type ChallengePrefix = typeof ChallengePrefix;
|
|
|
26
30
|
export type TestPrefix = typeof TestPrefix;
|
|
27
31
|
export type CustomerScreeningPrefix = typeof CustomerScreeningPrefix;
|
|
28
32
|
export type TagPrefix = typeof TagPrefix;
|
|
33
|
+
export type ActionPrefix = typeof ActionPrefix;
|
|
34
|
+
export type ScenarioPrefix = typeof ScenarioPrefix;
|
|
35
|
+
export type ListPrefix = typeof ListPrefix;
|
|
36
|
+
export type QueryPrefix = typeof QueryPrefix;
|
|
29
37
|
export type TransactionPrefix = typeof TransactionPrefix;
|
|
30
38
|
export type TransactionReviewPrefix = typeof TransactionReviewPrefix;
|
|
31
39
|
export type TransactionPartiesPrefix = typeof TransactionPartiesPrefix;
|
|
@@ -44,6 +52,7 @@ export type ChallengeId = `${ChallengePrefix}_${string}`;
|
|
|
44
52
|
export type TestId = `${TestPrefix}_${string}`;
|
|
45
53
|
export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
|
|
46
54
|
export type TagId = `${TagPrefix}_${string}`;
|
|
55
|
+
export type ActionId = `${ActionPrefix}_${string}`;
|
|
47
56
|
export type TransactionId = `${TransactionPrefix}_${string}`;
|
|
48
57
|
export type TransactionReviewId = `${TransactionReviewPrefix}_${string}`;
|
|
49
58
|
export type TransactionPartiesId = `${TransactionPartiesPrefix}_${string}`;
|
|
@@ -53,7 +62,10 @@ export type TransactionMethodsId = `${TransactionMethodsPrefix}_${string}`;
|
|
|
53
62
|
export type TransactionMethodExtractedInfosId = `${TransactionMethodExtractedInfosPrefix}_${string}`;
|
|
54
63
|
export type InstitutionId = `${InstitutionPrefix}_${string}`;
|
|
55
64
|
export type InstitutionExtractedInfosId = `${InstitutionExtractedInfosPrefix}_${string}`;
|
|
56
|
-
export
|
|
65
|
+
export type ScenarioId = `${ScenarioPrefix}_${string}`;
|
|
66
|
+
export type ListId = `${ListPrefix}_${string}`;
|
|
67
|
+
export type QueryId = `${QueryPrefix}_${string}`;
|
|
68
|
+
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | ScenarioId | ListId | QueryId | ActionId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
57
69
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
58
70
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
59
71
|
export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
|
|
@@ -63,6 +75,7 @@ export declare const ChallengeId: z.ZodType<`challenge_${string}`, z.ZodTypeDef,
|
|
|
63
75
|
export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${string}`>;
|
|
64
76
|
export declare const CustomerScreeningId: z.ZodType<`cstscr_${string}`, z.ZodTypeDef, `cstscr_${string}`>;
|
|
65
77
|
export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
|
|
78
|
+
export declare const ActionId: z.ZodType<`action_${string}`, z.ZodTypeDef, `action_${string}`>;
|
|
66
79
|
export declare const TransactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
|
|
67
80
|
export declare const TransactionReviewId: z.ZodType<`txrev_${string}`, z.ZodTypeDef, `txrev_${string}`>;
|
|
68
81
|
export declare const TransactionPartiesId: z.ZodType<`txpar_${string}`, z.ZodTypeDef, `txpar_${string}`>;
|
|
@@ -72,5 +85,10 @@ export declare const TransactionMethodsId: z.ZodType<`txm_${string}`, z.ZodTypeD
|
|
|
72
85
|
export declare const TransactionMethodExtractedInfosId: z.ZodType<`txmei_${string}`, z.ZodTypeDef, `txmei_${string}`>;
|
|
73
86
|
export declare const InstitutionId: z.ZodType<`ins_${string}`, z.ZodTypeDef, `ins_${string}`>;
|
|
74
87
|
export declare const InstitutionExtractedInfosId: z.ZodType<`insei_${string}`, z.ZodTypeDef, `insei_${string}`>;
|
|
75
|
-
export declare const
|
|
88
|
+
export declare const ScenarioId: z.ZodType<`scenario_${string}`, z.ZodTypeDef, `scenario_${string}`>;
|
|
89
|
+
export declare const ListId: z.ZodType<`list_${string}`, z.ZodTypeDef, `list_${string}`>;
|
|
90
|
+
export declare const QueryId: z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>;
|
|
91
|
+
export declare const generateId: <T extends string>(type: StoragePrefix | IdentityPrefix | EmailPrefix | WalletPrefix | AppPrefix | ChallengePrefix | TestPrefix | CustomerScreeningPrefix | TagPrefix | TransactionPrefix | TransactionReviewPrefix | TransactionPartiesPrefix | TransactionInfosPrefix | TransactionExtractedInfosPrefix | TransactionMethodsPrefix | TransactionMethodExtractedInfosPrefix | InstitutionPrefix | InstitutionExtractedInfosPrefix | ScenarioPrefix | ListPrefix | QueryPrefix | ActionPrefix) => `${T}_${string}`;
|
|
92
|
+
export declare const MemberId: z.ZodString;
|
|
93
|
+
export type MemberId = z.infer<typeof MemberId>;
|
|
76
94
|
//# sourceMappingURL=identity-ids.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAChD,eAAO,MAAM,SAAS,QAAQ,CAAC;AAG/B,eAAO,MAAM,iBAAiB,OAAO,CAAC;AACtC,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAChD,eAAO,MAAM,sBAAsB,QAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,SAAS,CAAC;AACtD,eAAO,MAAM,wBAAwB,QAAQ,CAAC;AAC9C,eAAO,MAAM,qCAAqC,UAAU,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAQ,CAAC;AACvC,eAAO,MAAM,+BAA+B,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,6 +32,7 @@ export declare const AdditionalCustomerInformationParams: z.ZodType<AdditionalCu
|
|
|
32
32
|
export declare const OrganizationId: z.ZodString;
|
|
33
33
|
export declare const WorkspaceId: z.ZodString;
|
|
34
34
|
export declare const WorkflowId: z.ZodString;
|
|
35
|
+
export declare const CustomerId: z.ZodString;
|
|
35
36
|
export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
36
37
|
sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
|
|
37
38
|
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
|
|
@@ -281,6 +282,7 @@ export type IdentityDocumentCountryListOption = z.infer<typeof IdentityDocumentC
|
|
|
281
282
|
export type OrganizationId = z.infer<typeof OrganizationId>;
|
|
282
283
|
export type WorkspaceId = z.infer<typeof WorkspaceId>;
|
|
283
284
|
export type WorkflowId = z.infer<typeof WorkflowId>;
|
|
285
|
+
export type CustomerId = z.infer<typeof CustomerId>;
|
|
284
286
|
export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
285
287
|
sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
|
|
286
288
|
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EAEpB,2BAAwB;AAGzB,eAAO,MAAM,UAAU,2BAA4B,CAAC;AACpD,eAAO,MAAM,QAAQ,6BAEmB,CAAC;AACzC,eAAO,MAAM,iBAAiB,2CAA4C,CAAC;AAC3E,eAAO,MAAM,gBAAgB,6CAEsB,CAAC;AACpD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sCAAsC,kFAGzC,CAAC;AACX,eAAO,MAAM,iCAAiC,oFAE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,qDAI5B,CAAC;AACX,eAAO,MAAM,2BAA2B,uDAAoC,CAAC;AAE7E,eAAO,MAAM,2BAA2B,+DAM9B,CAAC;AACX,eAAO,MAAM,0CAA0C,iEAEtD,CAAC;AAEF,eAAO,MAAM,UAAU,wEAGrB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,MAAM,CAAC,EAAE;QACP,gCAAgC;QAChC,OAAO,EAAE,iBAAiB,CAAC;QAC3B,kCAAkC;QAClC,SAAS,EAAE,mBAAmB,CAAC;KAChC,CAAC;CACH,CAAC;AACF,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CAAC,mCAAmC,CAU3F,CAAC;AAEL,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,UAAU,aAAa,CAAC;AAErC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcpC,CAAC;AAIH,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAqBpE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI/B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;IAG/B;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGH,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAXxC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWH,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AACF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAC5D,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -39,10 +39,10 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
39
39
|
createdAt: z.ZodDate;
|
|
40
40
|
updatedAt: z.ZodDate;
|
|
41
41
|
scenarioExecutions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
42
|
-
customerId: z.ZodString
|
|
43
|
-
scenarioExecutionId: z.ZodString
|
|
44
|
-
status: z.ZodEnum<["valid", "not-valid", "error", "unknown"]
|
|
45
|
-
results: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
42
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
43
|
+
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
44
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
45
|
+
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
46
46
|
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
47
47
|
objectId: z.ZodString;
|
|
48
48
|
name: z.ZodString;
|
|
@@ -102,12 +102,12 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
102
102
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
103
103
|
objectId: string;
|
|
104
104
|
address?: string | null | undefined;
|
|
105
|
-
}>, "many">, "many"
|
|
105
|
+
}>, "many">, "many">>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
-
status
|
|
108
|
-
customerId
|
|
109
|
-
scenarioExecutionId
|
|
110
|
-
results
|
|
107
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
108
|
+
customerId?: string | undefined;
|
|
109
|
+
scenarioExecutionId?: string | undefined;
|
|
110
|
+
results?: {
|
|
111
111
|
name: string;
|
|
112
112
|
result: {
|
|
113
113
|
result: {
|
|
@@ -121,12 +121,12 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
121
121
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
122
122
|
objectId: string;
|
|
123
123
|
address?: string | null | undefined;
|
|
124
|
-
}[][];
|
|
124
|
+
}[][] | undefined;
|
|
125
125
|
}, {
|
|
126
|
-
status
|
|
127
|
-
customerId
|
|
128
|
-
scenarioExecutionId
|
|
129
|
-
results
|
|
126
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
127
|
+
customerId?: string | undefined;
|
|
128
|
+
scenarioExecutionId?: string | undefined;
|
|
129
|
+
results?: {
|
|
130
130
|
name: string;
|
|
131
131
|
result: {
|
|
132
132
|
result: {
|
|
@@ -140,7 +140,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
140
140
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
141
141
|
objectId: string;
|
|
142
142
|
address?: string | null | undefined;
|
|
143
|
-
}[][];
|
|
143
|
+
}[][] | undefined;
|
|
144
144
|
}>>>;
|
|
145
145
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -161,10 +161,10 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
161
161
|
sandboxSimulated?: boolean | null | undefined;
|
|
162
162
|
notificationEmail?: string | null | undefined;
|
|
163
163
|
scenarioExecutions?: {
|
|
164
|
-
status
|
|
165
|
-
customerId
|
|
166
|
-
scenarioExecutionId
|
|
167
|
-
results
|
|
164
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
165
|
+
customerId?: string | undefined;
|
|
166
|
+
scenarioExecutionId?: string | undefined;
|
|
167
|
+
results?: {
|
|
168
168
|
name: string;
|
|
169
169
|
result: {
|
|
170
170
|
result: {
|
|
@@ -178,7 +178,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
178
178
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
179
179
|
objectId: string;
|
|
180
180
|
address?: string | null | undefined;
|
|
181
|
-
}[][];
|
|
181
|
+
}[][] | undefined;
|
|
182
182
|
} | null | undefined;
|
|
183
183
|
}, {
|
|
184
184
|
id: string;
|
|
@@ -198,10 +198,10 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
198
198
|
sandboxSimulated?: boolean | null | undefined;
|
|
199
199
|
notificationEmail?: string | null | undefined;
|
|
200
200
|
scenarioExecutions?: {
|
|
201
|
-
status
|
|
202
|
-
customerId
|
|
203
|
-
scenarioExecutionId
|
|
204
|
-
results
|
|
201
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
202
|
+
customerId?: string | undefined;
|
|
203
|
+
scenarioExecutionId?: string | undefined;
|
|
204
|
+
results?: {
|
|
205
205
|
name: string;
|
|
206
206
|
result: {
|
|
207
207
|
result: {
|
|
@@ -215,7 +215,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
215
215
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
216
216
|
objectId: string;
|
|
217
217
|
address?: string | null | undefined;
|
|
218
|
-
}[][];
|
|
218
|
+
}[][] | undefined;
|
|
219
219
|
} | null | undefined;
|
|
220
220
|
}>;
|
|
221
221
|
export type SelectKycSession = z.infer<typeof SelectKycSession>;
|
|
@@ -263,10 +263,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
263
263
|
createdAt: z.ZodDate;
|
|
264
264
|
updatedAt: z.ZodDate;
|
|
265
265
|
scenarioExecutions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
266
|
-
customerId: z.ZodString
|
|
267
|
-
scenarioExecutionId: z.ZodString
|
|
268
|
-
status: z.ZodEnum<["valid", "not-valid", "error", "unknown"]
|
|
269
|
-
results: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
266
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
267
|
+
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
268
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
269
|
+
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
270
270
|
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
271
271
|
objectId: z.ZodString;
|
|
272
272
|
name: z.ZodString;
|
|
@@ -326,12 +326,12 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
326
326
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
327
327
|
objectId: string;
|
|
328
328
|
address?: string | null | undefined;
|
|
329
|
-
}>, "many">, "many"
|
|
329
|
+
}>, "many">, "many">>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
status
|
|
332
|
-
customerId
|
|
333
|
-
scenarioExecutionId
|
|
334
|
-
results
|
|
331
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
332
|
+
customerId?: string | undefined;
|
|
333
|
+
scenarioExecutionId?: string | undefined;
|
|
334
|
+
results?: {
|
|
335
335
|
name: string;
|
|
336
336
|
result: {
|
|
337
337
|
result: {
|
|
@@ -345,12 +345,12 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
345
345
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
346
346
|
objectId: string;
|
|
347
347
|
address?: string | null | undefined;
|
|
348
|
-
}[][];
|
|
348
|
+
}[][] | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
status
|
|
351
|
-
customerId
|
|
352
|
-
scenarioExecutionId
|
|
353
|
-
results
|
|
350
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
351
|
+
customerId?: string | undefined;
|
|
352
|
+
scenarioExecutionId?: string | undefined;
|
|
353
|
+
results?: {
|
|
354
354
|
name: string;
|
|
355
355
|
result: {
|
|
356
356
|
result: {
|
|
@@ -364,7 +364,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
364
364
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
365
365
|
objectId: string;
|
|
366
366
|
address?: string | null | undefined;
|
|
367
|
-
}[][];
|
|
367
|
+
}[][] | undefined;
|
|
368
368
|
}>>>;
|
|
369
369
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
370
370
|
}, {
|
|
@@ -423,10 +423,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
423
423
|
sandboxSimulated?: boolean | null | undefined;
|
|
424
424
|
notificationEmail?: string | null | undefined;
|
|
425
425
|
scenarioExecutions?: {
|
|
426
|
-
status
|
|
427
|
-
customerId
|
|
428
|
-
scenarioExecutionId
|
|
429
|
-
results
|
|
426
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
427
|
+
customerId?: string | undefined;
|
|
428
|
+
scenarioExecutionId?: string | undefined;
|
|
429
|
+
results?: {
|
|
430
430
|
name: string;
|
|
431
431
|
result: {
|
|
432
432
|
result: {
|
|
@@ -440,7 +440,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
440
440
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
441
441
|
objectId: string;
|
|
442
442
|
address?: string | null | undefined;
|
|
443
|
-
}[][];
|
|
443
|
+
}[][] | undefined;
|
|
444
444
|
} | null | undefined;
|
|
445
445
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
446
446
|
sumSubReviewResult?: {
|
|
@@ -472,10 +472,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
472
472
|
sandboxSimulated?: boolean | null | undefined;
|
|
473
473
|
notificationEmail?: string | null | undefined;
|
|
474
474
|
scenarioExecutions?: {
|
|
475
|
-
status
|
|
476
|
-
customerId
|
|
477
|
-
scenarioExecutionId
|
|
478
|
-
results
|
|
475
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
476
|
+
customerId?: string | undefined;
|
|
477
|
+
scenarioExecutionId?: string | undefined;
|
|
478
|
+
results?: {
|
|
479
479
|
name: string;
|
|
480
480
|
result: {
|
|
481
481
|
result: {
|
|
@@ -489,7 +489,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
489
489
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
490
490
|
objectId: string;
|
|
491
491
|
address?: string | null | undefined;
|
|
492
|
-
}[][];
|
|
492
|
+
}[][] | undefined;
|
|
493
493
|
} | null | undefined;
|
|
494
494
|
customerStatus?: unknown;
|
|
495
495
|
sumSubReviewResult?: {
|
|
@@ -720,10 +720,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
720
720
|
createdAt: z.ZodDate;
|
|
721
721
|
updatedAt: z.ZodDate;
|
|
722
722
|
scenarioExecutions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
723
|
-
customerId: z.ZodString
|
|
724
|
-
scenarioExecutionId: z.ZodString
|
|
725
|
-
status: z.ZodEnum<["valid", "not-valid", "error", "unknown"]
|
|
726
|
-
results: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
723
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
724
|
+
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
725
|
+
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
726
|
+
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
727
727
|
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
728
728
|
objectId: z.ZodString;
|
|
729
729
|
name: z.ZodString;
|
|
@@ -783,12 +783,12 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
783
783
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
784
784
|
objectId: string;
|
|
785
785
|
address?: string | null | undefined;
|
|
786
|
-
}>, "many">, "many"
|
|
786
|
+
}>, "many">, "many">>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
|
-
status
|
|
789
|
-
customerId
|
|
790
|
-
scenarioExecutionId
|
|
791
|
-
results
|
|
788
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
789
|
+
customerId?: string | undefined;
|
|
790
|
+
scenarioExecutionId?: string | undefined;
|
|
791
|
+
results?: {
|
|
792
792
|
name: string;
|
|
793
793
|
result: {
|
|
794
794
|
result: {
|
|
@@ -802,12 +802,12 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
802
802
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
803
803
|
objectId: string;
|
|
804
804
|
address?: string | null | undefined;
|
|
805
|
-
}[][];
|
|
805
|
+
}[][] | undefined;
|
|
806
806
|
}, {
|
|
807
|
-
status
|
|
808
|
-
customerId
|
|
809
|
-
scenarioExecutionId
|
|
810
|
-
results
|
|
807
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
808
|
+
customerId?: string | undefined;
|
|
809
|
+
scenarioExecutionId?: string | undefined;
|
|
810
|
+
results?: {
|
|
811
811
|
name: string;
|
|
812
812
|
result: {
|
|
813
813
|
result: {
|
|
@@ -821,7 +821,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
821
821
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
822
822
|
objectId: string;
|
|
823
823
|
address?: string | null | undefined;
|
|
824
|
-
}[][];
|
|
824
|
+
}[][] | undefined;
|
|
825
825
|
}>>>;
|
|
826
826
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
827
827
|
}, {
|
|
@@ -897,10 +897,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
897
897
|
sandboxSimulated?: boolean | null | undefined;
|
|
898
898
|
notificationEmail?: string | null | undefined;
|
|
899
899
|
scenarioExecutions?: {
|
|
900
|
-
status
|
|
901
|
-
customerId
|
|
902
|
-
scenarioExecutionId
|
|
903
|
-
results
|
|
900
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
901
|
+
customerId?: string | undefined;
|
|
902
|
+
scenarioExecutionId?: string | undefined;
|
|
903
|
+
results?: {
|
|
904
904
|
name: string;
|
|
905
905
|
result: {
|
|
906
906
|
result: {
|
|
@@ -914,7 +914,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
914
914
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
915
915
|
objectId: string;
|
|
916
916
|
address?: string | null | undefined;
|
|
917
|
-
}[][];
|
|
917
|
+
}[][] | undefined;
|
|
918
918
|
} | null | undefined;
|
|
919
919
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
920
920
|
sumSubReviewResult?: {
|
|
@@ -952,10 +952,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
952
952
|
sandboxSimulated?: boolean | null | undefined;
|
|
953
953
|
notificationEmail?: string | null | undefined;
|
|
954
954
|
scenarioExecutions?: {
|
|
955
|
-
status
|
|
956
|
-
customerId
|
|
957
|
-
scenarioExecutionId
|
|
958
|
-
results
|
|
955
|
+
status?: "valid" | "unknown" | "not-valid" | "error" | undefined;
|
|
956
|
+
customerId?: string | undefined;
|
|
957
|
+
scenarioExecutionId?: string | undefined;
|
|
958
|
+
results?: {
|
|
959
959
|
name: string;
|
|
960
960
|
result: {
|
|
961
961
|
result: {
|
|
@@ -969,7 +969,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
969
969
|
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
970
970
|
objectId: string;
|
|
971
971
|
address?: string | null | undefined;
|
|
972
|
-
}[][];
|
|
972
|
+
}[][] | undefined;
|
|
973
973
|
} | null | undefined;
|
|
974
974
|
customerStatus?: unknown;
|
|
975
975
|
sumSubReviewResult?: {
|
package/dist/{frontend-utilities.schema-02fc8336.esm.js → frontend-utilities.schema-8b213997.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { dk as SupportedType, eM as _toConsumableArray, d9 as ARRAY_OPERATORS, df as BOOLEAN_OPERATORS, dd as NUMERIC_OPERATORS, db as STRING_OPERATORS } from './identity-api.schema-d1954107.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|