@nexeraid/identity-schemas 2.219.0-dev → 2.220.0-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/declarations/src/customer.schema.d.ts +5 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
- package/dist/declarations/src/identity/scenario.schema.d.ts +34 -34
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +24 -3
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +79 -3
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +76 -76
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +4 -4
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +75 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +275 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +103 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs} +5 -16
- package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs} +5 -16
- package/dist/{identity-api.schema-f7d96e63.esm.mjs → identity-api.schema-82b97da7.esm.mjs} +5 -16
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-c5527856.esm.mjs → notabene.schema-2cdf460c.esm.mjs} +35 -21
- package/dist/{notabene.schema-377df233.cjs.prod.cjs → notabene.schema-9c2c4151.cjs.prod.cjs} +36 -20
- package/dist/{notabene.schema-9d92b8f7.cjs.dev.cjs → notabene.schema-a574596c.cjs.dev.cjs} +36 -20
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-8d11e34d.cjs.dev.cjs → tfhe-utilities-159b8167.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-7737169b.cjs.prod.cjs → tfhe-utilities-79ebf91e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-071f5348.esm.mjs → tfhe-utilities-8dac8326.esm.mjs} +2 -2
- package/dist/{toArray-97f0e0e9.cjs.prod.cjs → toArray-79d56a87.cjs.prod.cjs} +1 -1
- package/dist/{toArray-e62b4fb4.esm.mjs → toArray-ce14afcd.esm.mjs} +1 -1
- package/dist/{toArray-a0017d51.cjs.dev.cjs → toArray-d3b505b6.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-11c98ace.cjs.prod.cjs → vault.schema-3e16092e.cjs.dev.cjs} +324 -6
- package/dist/{vault.schema-54409d8e.cjs.dev.cjs → vault.schema-9e61eba0.cjs.prod.cjs} +324 -6
- package/dist/{vault.schema-814e6950.esm.mjs → vault.schema-bfc68f42.esm.mjs} +324 -6
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +6 -9
|
@@ -10,8 +10,8 @@ export declare const ActionStatus: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
|
10
10
|
export type ActionStatus = z.infer<typeof ActionStatus>;
|
|
11
11
|
export declare const ActionValue: z.ZodString;
|
|
12
12
|
export type ActionValue = z.infer<typeof ActionValue>;
|
|
13
|
-
export declare const ScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"];
|
|
14
|
-
export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
|
|
13
|
+
export declare const ScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
14
|
+
export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
15
15
|
export type ScenarioType = z.infer<typeof ScenarioType>;
|
|
16
16
|
export declare const ScenarioModes: readonly ["INTERNAL", "EXTERNAL"];
|
|
17
17
|
export declare const ScenarioMode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
@@ -53,8 +53,8 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
53
53
|
status?: "enabled" | "disabled" | undefined;
|
|
54
54
|
}>;
|
|
55
55
|
export type ScenarioSchema = z.infer<typeof ScenarioSchema>;
|
|
56
|
-
export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
57
|
-
export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
56
|
+
export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
57
|
+
export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
58
58
|
export type BackwardsCompatibleScenarioType = z.infer<typeof BackwardsCompatibleScenarioType>;
|
|
59
59
|
export declare const BaseQueryResponse: z.ZodObject<{
|
|
60
60
|
result: z.ZodObject<{
|
|
@@ -297,7 +297,7 @@ export declare const ExecuteQueryResponse: z.ZodObject<{
|
|
|
297
297
|
executionId: string;
|
|
298
298
|
}>;
|
|
299
299
|
export declare const RuleEngineResponse: z.ZodObject<{
|
|
300
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
300
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
301
301
|
objectId: z.ZodString;
|
|
302
302
|
name: z.ZodString;
|
|
303
303
|
address: z.ZodOptional<z.ZodNullable<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -340,7 +340,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
340
340
|
};
|
|
341
341
|
executionId: string;
|
|
342
342
|
scenarioId: string;
|
|
343
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
343
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
344
344
|
objectId: string;
|
|
345
345
|
address?: string | null | undefined;
|
|
346
346
|
}, {
|
|
@@ -354,13 +354,13 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
354
354
|
};
|
|
355
355
|
executionId: string;
|
|
356
356
|
scenarioId: string;
|
|
357
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
357
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
358
358
|
objectId: string;
|
|
359
359
|
address?: string | null | undefined;
|
|
360
360
|
}>;
|
|
361
361
|
export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>;
|
|
362
362
|
export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
363
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
363
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
364
364
|
objectId: z.ZodString;
|
|
365
365
|
name: z.ZodString;
|
|
366
366
|
address: z.ZodOptional<z.ZodNullable<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -403,7 +403,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
403
403
|
};
|
|
404
404
|
executionId: string;
|
|
405
405
|
scenarioId: string;
|
|
406
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
406
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
407
407
|
objectId: string;
|
|
408
408
|
address?: string | null | undefined;
|
|
409
409
|
}, {
|
|
@@ -417,7 +417,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
417
417
|
};
|
|
418
418
|
executionId: string;
|
|
419
419
|
scenarioId: string;
|
|
420
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
420
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
421
421
|
objectId: string;
|
|
422
422
|
address?: string | null | undefined;
|
|
423
423
|
}>, "many">;
|
|
@@ -431,7 +431,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
431
431
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
432
432
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
433
433
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
434
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
434
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
435
435
|
objectId: z.ZodString;
|
|
436
436
|
name: z.ZodString;
|
|
437
437
|
address: z.ZodOptional<z.ZodNullable<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -474,7 +474,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
474
474
|
};
|
|
475
475
|
executionId: string;
|
|
476
476
|
scenarioId: string;
|
|
477
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
477
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
478
478
|
objectId: string;
|
|
479
479
|
address?: string | null | undefined;
|
|
480
480
|
}, {
|
|
@@ -488,7 +488,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
488
488
|
};
|
|
489
489
|
executionId: string;
|
|
490
490
|
scenarioId: string;
|
|
491
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
491
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
492
492
|
objectId: string;
|
|
493
493
|
address?: string | null | undefined;
|
|
494
494
|
}>, "many">, "many">>;
|
|
@@ -507,7 +507,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
507
507
|
};
|
|
508
508
|
executionId: string;
|
|
509
509
|
scenarioId: string;
|
|
510
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
510
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
511
511
|
objectId: string;
|
|
512
512
|
address?: string | null | undefined;
|
|
513
513
|
}[][] | undefined;
|
|
@@ -526,7 +526,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
526
526
|
};
|
|
527
527
|
executionId: string;
|
|
528
528
|
scenarioId: string;
|
|
529
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
529
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
530
530
|
objectId: string;
|
|
531
531
|
address?: string | null | undefined;
|
|
532
532
|
}[][] | undefined;
|
|
@@ -542,7 +542,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
542
542
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
543
543
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
544
544
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
545
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
545
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
546
546
|
objectId: z.ZodString;
|
|
547
547
|
name: z.ZodString;
|
|
548
548
|
address: z.ZodOptional<z.ZodNullable<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -585,7 +585,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
585
585
|
};
|
|
586
586
|
executionId: string;
|
|
587
587
|
scenarioId: string;
|
|
588
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
588
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
589
589
|
objectId: string;
|
|
590
590
|
address?: string | null | undefined;
|
|
591
591
|
}, {
|
|
@@ -599,7 +599,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
599
599
|
};
|
|
600
600
|
executionId: string;
|
|
601
601
|
scenarioId: string;
|
|
602
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
602
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
603
603
|
objectId: string;
|
|
604
604
|
address?: string | null | undefined;
|
|
605
605
|
}>, "many">, "many">>;
|
|
@@ -618,7 +618,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
618
618
|
};
|
|
619
619
|
executionId: string;
|
|
620
620
|
scenarioId: string;
|
|
621
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
621
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
622
622
|
objectId: string;
|
|
623
623
|
address?: string | null | undefined;
|
|
624
624
|
}[][] | undefined;
|
|
@@ -637,7 +637,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
637
637
|
};
|
|
638
638
|
executionId: string;
|
|
639
639
|
scenarioId: string;
|
|
640
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
640
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
641
641
|
objectId: string;
|
|
642
642
|
address?: string | null | undefined;
|
|
643
643
|
}[][] | undefined;
|
|
@@ -661,7 +661,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
661
661
|
};
|
|
662
662
|
executionId: string;
|
|
663
663
|
scenarioId: string;
|
|
664
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
664
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
665
665
|
objectId: string;
|
|
666
666
|
address?: string | null | undefined;
|
|
667
667
|
}[][] | undefined;
|
|
@@ -684,7 +684,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
684
684
|
};
|
|
685
685
|
executionId: string;
|
|
686
686
|
scenarioId: string;
|
|
687
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
687
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
688
688
|
objectId: string;
|
|
689
689
|
address?: string | null | undefined;
|
|
690
690
|
}[][] | undefined;
|
|
@@ -1045,12 +1045,12 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1045
1045
|
status: "ENABLED" | "DISABLED";
|
|
1046
1046
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1047
1047
|
}>, "many">;
|
|
1048
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
|
|
1048
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1049
1049
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
1050
1050
|
workspaceId: z.ZodString;
|
|
1051
1051
|
}, "strip", z.ZodTypeAny, {
|
|
1052
1052
|
id: `scenario_${string}`;
|
|
1053
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1053
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1054
1054
|
name: string;
|
|
1055
1055
|
workspaceId: string;
|
|
1056
1056
|
primaryEvaluationMethod: {
|
|
@@ -1114,7 +1114,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1114
1114
|
description?: string | null | undefined;
|
|
1115
1115
|
}, {
|
|
1116
1116
|
id: `scenario_${string}`;
|
|
1117
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1117
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1118
1118
|
name: string;
|
|
1119
1119
|
workspaceId: string;
|
|
1120
1120
|
primaryEvaluationMethod: {
|
|
@@ -1514,7 +1514,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1514
1514
|
status: "ENABLED" | "DISABLED";
|
|
1515
1515
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1516
1516
|
}>, "many">;
|
|
1517
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
|
|
1517
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1518
1518
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
1519
1519
|
workspaceId: z.ZodString;
|
|
1520
1520
|
}, "primaryEvaluationMethod"> & {
|
|
@@ -1834,7 +1834,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1834
1834
|
}>;
|
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
|
1836
1836
|
id: `scenario_${string}`;
|
|
1837
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1837
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1838
1838
|
name: string;
|
|
1839
1839
|
workspaceId: string;
|
|
1840
1840
|
primaryEvaluationMethod: {
|
|
@@ -1897,7 +1897,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1897
1897
|
description?: string | null | undefined;
|
|
1898
1898
|
}, {
|
|
1899
1899
|
id: `scenario_${string}`;
|
|
1900
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1900
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1901
1901
|
name: string;
|
|
1902
1902
|
workspaceId: string;
|
|
1903
1903
|
primaryEvaluationMethod: {
|
|
@@ -2296,12 +2296,12 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2296
2296
|
status: "ENABLED" | "DISABLED";
|
|
2297
2297
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2298
2298
|
}>, "many">;
|
|
2299
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
|
|
2299
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2300
2300
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
2301
2301
|
workspaceId: z.ZodString;
|
|
2302
2302
|
}, "workspaceId">, "strip", z.ZodTypeAny, {
|
|
2303
2303
|
id: `scenario_${string}`;
|
|
2304
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2304
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2305
2305
|
name: string;
|
|
2306
2306
|
primaryEvaluationMethod: {
|
|
2307
2307
|
operator: "AND" | "OR";
|
|
@@ -2364,7 +2364,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2364
2364
|
description?: string | null | undefined;
|
|
2365
2365
|
}, {
|
|
2366
2366
|
id: `scenario_${string}`;
|
|
2367
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2367
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
primaryEvaluationMethod: {
|
|
2370
2370
|
operator: "AND" | "OR";
|
|
@@ -2763,13 +2763,13 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2763
2763
|
status: "ENABLED" | "DISABLED";
|
|
2764
2764
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2765
2765
|
}>, "many">;
|
|
2766
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
|
|
2766
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2767
2767
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
2768
2768
|
workspaceId: z.ZodString;
|
|
2769
2769
|
}, "workspaceId">, "id"> & {
|
|
2770
2770
|
entityType: z.ZodOptional<z.ZodEnum<["individual", "company", "transaction"]>>;
|
|
2771
2771
|
}, "strip", z.ZodTypeAny, {
|
|
2772
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2772
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2773
2773
|
name: string;
|
|
2774
2774
|
primaryEvaluationMethod: {
|
|
2775
2775
|
operator: "AND" | "OR";
|
|
@@ -2832,7 +2832,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2832
2832
|
description?: string | null | undefined;
|
|
2833
2833
|
entityType?: "transaction" | "individual" | "company" | undefined;
|
|
2834
2834
|
}, {
|
|
2835
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2835
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2836
2836
|
name: string;
|
|
2837
2837
|
primaryEvaluationMethod: {
|
|
2838
2838
|
operator: "AND" | "OR";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,qBAAqB,sOAUxB,CAAC;AAEX,eAAO,MAAM,UAAU,wOAAgC,CAAC;AACxD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,eAAe,4CAA6C,CAAC;AAC1E,eAAO,MAAM,aAAa,8CAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,eAAe,kCAAmC,CAAC;AAChE,eAAO,MAAM,YAAY,oCAA0B,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,WAAW,aAAa,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOtC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3B,CAAC;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ export declare const CustomerDocumentMetaData: z.ZodUnion<[z.ZodObject<{
|
|
|
3
3
|
sumsubImageId: z.ZodNumber;
|
|
4
4
|
mediaType: z.ZodEnum<["image/jpg", "image/jpeg", "image/png", "application/pdf", "video/mp4", "video/webm", "video/quicktime"]>;
|
|
5
5
|
journeyId: z.ZodString;
|
|
6
|
-
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY"]>;
|
|
6
|
+
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY", "OFFICERS_REGISTER", "BOARD_RESOLUTION"]>;
|
|
7
7
|
name: z.ZodOptional<z.ZodString>;
|
|
8
8
|
entryDate: z.ZodNumber;
|
|
9
9
|
entryTime: z.ZodString;
|
|
@@ -31,7 +31,7 @@ export declare const CustomerDocumentMetaData: z.ZodUnion<[z.ZodObject<{
|
|
|
31
31
|
deactivated: z.ZodOptional<z.ZodBoolean>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
journeyId: string;
|
|
34
|
-
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY";
|
|
34
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
35
35
|
entryDate: number;
|
|
36
36
|
entryTime: string;
|
|
37
37
|
isSandbox: boolean;
|
|
@@ -49,7 +49,7 @@ export declare const CustomerDocumentMetaData: z.ZodUnion<[z.ZodObject<{
|
|
|
49
49
|
deactivated?: boolean | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
journeyId: string;
|
|
52
|
-
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY";
|
|
52
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
53
53
|
entryDate: number;
|
|
54
54
|
entryTime: string;
|
|
55
55
|
isSandbox: boolean;
|
|
@@ -65,6 +65,27 @@ export declare const CustomerDocumentMetaData: z.ZodUnion<[z.ZodObject<{
|
|
|
65
65
|
moderationComment?: string | undefined;
|
|
66
66
|
} | null | undefined;
|
|
67
67
|
deactivated?: boolean | undefined;
|
|
68
|
+
}>, z.ZodObject<{
|
|
69
|
+
source: z.ZodLiteral<"manual_beneficiary_attestation">;
|
|
70
|
+
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY", "OFFICERS_REGISTER", "BOARD_RESOLUTION"]>;
|
|
71
|
+
journeyId: z.ZodString;
|
|
72
|
+
uploadedBy: z.ZodString;
|
|
73
|
+
mediaType: z.ZodEnum<["image/jpg", "image/jpeg", "image/png", "application/pdf"]>;
|
|
74
|
+
name: z.ZodString;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
journeyId: string;
|
|
77
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
78
|
+
name: string;
|
|
79
|
+
mediaType: "image/jpeg" | "image/jpg" | "image/png" | "application/pdf";
|
|
80
|
+
source: "manual_beneficiary_attestation";
|
|
81
|
+
uploadedBy: string;
|
|
82
|
+
}, {
|
|
83
|
+
journeyId: string;
|
|
84
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
85
|
+
name: string;
|
|
86
|
+
mediaType: "image/jpeg" | "image/jpg" | "image/png" | "application/pdf";
|
|
87
|
+
source: "manual_beneficiary_attestation";
|
|
88
|
+
uploadedBy: string;
|
|
68
89
|
}>, z.ZodObject<Omit<{
|
|
69
90
|
id: z.ZodString;
|
|
70
91
|
journeyId: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customers.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["customers.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"customers.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["customers.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAexB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOnC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,qBAAqB,oJAAkC,CAAC;AACrE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -15,7 +15,7 @@ export declare const CompanyDocumentMetaData: z.ZodObject<{
|
|
|
15
15
|
sumsubImageId: z.ZodNumber;
|
|
16
16
|
mediaType: z.ZodEnum<["image/jpg", "image/jpeg", "image/png", "application/pdf", "video/mp4", "video/webm", "video/quicktime"]>;
|
|
17
17
|
journeyId: z.ZodString;
|
|
18
|
-
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY"]>;
|
|
18
|
+
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY", "OFFICERS_REGISTER", "BOARD_RESOLUTION"]>;
|
|
19
19
|
name: z.ZodOptional<z.ZodString>;
|
|
20
20
|
entryDate: z.ZodNumber;
|
|
21
21
|
entryTime: z.ZodString;
|
|
@@ -43,7 +43,7 @@ export declare const CompanyDocumentMetaData: z.ZodObject<{
|
|
|
43
43
|
deactivated: z.ZodOptional<z.ZodBoolean>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
journeyId: string;
|
|
46
|
-
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY";
|
|
46
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
47
47
|
entryDate: number;
|
|
48
48
|
entryTime: string;
|
|
49
49
|
isSandbox: boolean;
|
|
@@ -61,7 +61,7 @@ export declare const CompanyDocumentMetaData: z.ZodObject<{
|
|
|
61
61
|
deactivated?: boolean | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
journeyId: string;
|
|
64
|
-
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY";
|
|
64
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
65
65
|
entryDate: number;
|
|
66
66
|
entryTime: string;
|
|
67
67
|
isSandbox: boolean;
|
|
@@ -79,6 +79,66 @@ export declare const CompanyDocumentMetaData: z.ZodObject<{
|
|
|
79
79
|
deactivated?: boolean | undefined;
|
|
80
80
|
}>;
|
|
81
81
|
export type CompanyDocumentMetaData = z.infer<typeof CompanyDocumentMetaData>;
|
|
82
|
+
/** Rep-uploaded attestation docs for manually-added beneficiaries. */
|
|
83
|
+
export declare const BeneficiaryAttestationDocumentMetaData: z.ZodObject<{
|
|
84
|
+
source: z.ZodLiteral<"manual_beneficiary_attestation">;
|
|
85
|
+
documentType: z.ZodEnum<["INCORPORATION_CERT", "INCORPORATION_ARTICLES", "SHAREHOLDER_REGISTRY", "INFORMATION_STATEMENT", "TRUST_AGREEMENT", "STATE_REGISTRY", "OFFICERS_REGISTER", "BOARD_RESOLUTION"]>;
|
|
86
|
+
journeyId: z.ZodString;
|
|
87
|
+
uploadedBy: z.ZodString;
|
|
88
|
+
mediaType: z.ZodEnum<["image/jpg", "image/jpeg", "image/png", "application/pdf"]>;
|
|
89
|
+
name: z.ZodString;
|
|
90
|
+
}, "strip", z.ZodTypeAny, {
|
|
91
|
+
journeyId: string;
|
|
92
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
93
|
+
name: string;
|
|
94
|
+
mediaType: "image/jpeg" | "image/jpg" | "image/png" | "application/pdf";
|
|
95
|
+
source: "manual_beneficiary_attestation";
|
|
96
|
+
uploadedBy: string;
|
|
97
|
+
}, {
|
|
98
|
+
journeyId: string;
|
|
99
|
+
documentType: "INCORPORATION_CERT" | "INCORPORATION_ARTICLES" | "SHAREHOLDER_REGISTRY" | "INFORMATION_STATEMENT" | "TRUST_AGREEMENT" | "STATE_REGISTRY" | "OFFICERS_REGISTER" | "BOARD_RESOLUTION";
|
|
100
|
+
name: string;
|
|
101
|
+
mediaType: "image/jpeg" | "image/jpg" | "image/png" | "application/pdf";
|
|
102
|
+
source: "manual_beneficiary_attestation";
|
|
103
|
+
uploadedBy: string;
|
|
104
|
+
}>;
|
|
105
|
+
export type BeneficiaryAttestationDocumentMetaData = z.infer<typeof BeneficiaryAttestationDocumentMetaData>;
|
|
106
|
+
/** Topograph registry-fetched documents. */
|
|
107
|
+
export declare const TopographRegistryDocumentMetaData: z.ZodObject<{
|
|
108
|
+
source: z.ZodLiteral<"topograph_registry">;
|
|
109
|
+
/** Opaque per-document id from Topograph — needed for re-fetch + dedup. */
|
|
110
|
+
topographDocumentId: z.ZodString;
|
|
111
|
+
/** Parent KYB request id; lets us refresh signed URLs free for 24h. */
|
|
112
|
+
topographRequestId: z.ZodString;
|
|
113
|
+
originalType: z.ZodEnum<["financial_statement", "uncertified_trade_register_extract", "certified_trade_register_extract", "ubo_extract", "status", "trade_register_history", "official_publication", "annual_return", "certificate_of_good_standing", "unknown", "other"]>;
|
|
114
|
+
name: z.ZodString;
|
|
115
|
+
documentDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
116
|
+
/** Topograph credit cost snapshot at fetch time — audit trail. */
|
|
117
|
+
priceCredits: z.ZodNumber;
|
|
118
|
+
journeyId: z.ZodString;
|
|
119
|
+
mediaType: z.ZodEnum<["application/pdf"]>;
|
|
120
|
+
}, "strip", z.ZodTypeAny, {
|
|
121
|
+
journeyId: string;
|
|
122
|
+
name: string;
|
|
123
|
+
mediaType: "application/pdf";
|
|
124
|
+
source: "topograph_registry";
|
|
125
|
+
topographDocumentId: string;
|
|
126
|
+
topographRequestId: string;
|
|
127
|
+
originalType: "status" | "unknown" | "other" | "financial_statement" | "uncertified_trade_register_extract" | "certified_trade_register_extract" | "ubo_extract" | "trade_register_history" | "official_publication" | "annual_return" | "certificate_of_good_standing";
|
|
128
|
+
priceCredits: number;
|
|
129
|
+
documentDate?: string | null | undefined;
|
|
130
|
+
}, {
|
|
131
|
+
journeyId: string;
|
|
132
|
+
name: string;
|
|
133
|
+
mediaType: "application/pdf";
|
|
134
|
+
source: "topograph_registry";
|
|
135
|
+
topographDocumentId: string;
|
|
136
|
+
topographRequestId: string;
|
|
137
|
+
originalType: "status" | "unknown" | "other" | "financial_statement" | "uncertified_trade_register_extract" | "certified_trade_register_extract" | "ubo_extract" | "trade_register_history" | "official_publication" | "annual_return" | "certificate_of_good_standing";
|
|
138
|
+
priceCredits: number;
|
|
139
|
+
documentDate?: string | null | undefined;
|
|
140
|
+
}>;
|
|
141
|
+
export type TopographRegistryDocumentMetaData = z.infer<typeof TopographRegistryDocumentMetaData>;
|
|
82
142
|
export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
83
143
|
customerId: z.ZodString;
|
|
84
144
|
applicantId: z.ZodString;
|
|
@@ -190,6 +250,10 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
190
250
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
191
251
|
createdAt: z.ZodDate;
|
|
192
252
|
updatedAt: z.ZodDate;
|
|
253
|
+
/** Server-side snapshot so the rep widget can detect compliance flips without polling. */
|
|
254
|
+
customerStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
255
|
+
/** Topograph-emitted ISO2 country code; drives the dashboard flag render. */
|
|
256
|
+
topographCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
193
257
|
}, "strip", z.ZodTypeAny, {
|
|
194
258
|
id: string;
|
|
195
259
|
createdAt: Date;
|
|
@@ -217,6 +281,8 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
217
281
|
}[] | null | undefined;
|
|
218
282
|
sandboxSimulated?: boolean | null | undefined;
|
|
219
283
|
isBeneficiary?: boolean | null | undefined;
|
|
284
|
+
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
285
|
+
topographCountry?: string | null | undefined;
|
|
220
286
|
}, {
|
|
221
287
|
id: string;
|
|
222
288
|
createdAt: Date;
|
|
@@ -244,6 +310,8 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
244
310
|
}[] | null | undefined;
|
|
245
311
|
sandboxSimulated?: boolean | null | undefined;
|
|
246
312
|
isBeneficiary?: boolean | null | undefined;
|
|
313
|
+
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
314
|
+
topographCountry?: string | null | undefined;
|
|
247
315
|
}>;
|
|
248
316
|
export type SelectKybSession = z.infer<typeof SelectKybSession>;
|
|
249
317
|
export declare const GetKybSessionInput: z.ZodObject<{
|
|
@@ -300,6 +368,10 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
300
368
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
301
369
|
createdAt: z.ZodDate;
|
|
302
370
|
updatedAt: z.ZodDate;
|
|
371
|
+
/** Server-side snapshot so the rep widget can detect compliance flips without polling. */
|
|
372
|
+
customerStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>>;
|
|
373
|
+
/** Topograph-emitted ISO2 country code; drives the dashboard flag render. */
|
|
374
|
+
topographCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
303
375
|
}, "strip", z.ZodTypeAny, {
|
|
304
376
|
id: string;
|
|
305
377
|
createdAt: Date;
|
|
@@ -327,6 +399,8 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
327
399
|
}[] | null | undefined;
|
|
328
400
|
sandboxSimulated?: boolean | null | undefined;
|
|
329
401
|
isBeneficiary?: boolean | null | undefined;
|
|
402
|
+
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
403
|
+
topographCountry?: string | null | undefined;
|
|
330
404
|
}, {
|
|
331
405
|
id: string;
|
|
332
406
|
createdAt: Date;
|
|
@@ -354,6 +428,8 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
354
428
|
}[] | null | undefined;
|
|
355
429
|
sandboxSimulated?: boolean | null | undefined;
|
|
356
430
|
isBeneficiary?: boolean | null | undefined;
|
|
431
|
+
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
432
|
+
topographCountry?: string | null | undefined;
|
|
357
433
|
}>;
|
|
358
434
|
export type GetKybSessionResponse = z.infer<typeof GetKybSessionResponse>;
|
|
359
435
|
export declare const UpdateKybSessionOutput: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,cAAc,sBAAuB,CAAC;AACnD,eAAO,MAAM,OAAO,wBAAyB,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C,eAAO,MAAM,WAAW,iEAKd,CAAC;AACX,eAAO,MAAM,SAAS,mEAAsB,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,oBAAoB,8CAIvB,CAAC;AACX,eAAO,MAAM,gBAAgB,gDAA+B,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAehE,eAAO,MAAM,uBAAuB,gDAI1B,CAAC;AACX,eAAO,MAAM,qBAAqB,kDAAkC,CAAC;AACrE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,sEAAsE;AACtE,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;EAYjD,CAAC;AACH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,4CAA4C;AAC5C,eAAO,MAAM,iCAAiC;;IAE5C,2EAA2E;;IAE3E,uEAAuE;;;;;IAiBvE,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;EAIlE,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAE9C,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,kCAAkC,CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiB3B,0FAA0F;;IAE1F,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7E,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,kBAAkB;;;;;;EAE7B,CAAC;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAVhC,0FAA0F;;IAE1F,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AACtD,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,sBAAsB,aAAa,CAAC;AACjD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|