@nexeraid/identity-schemas 2.3.22-dev → 2.3.23-staging
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-56ca4b11.cjs.dev.js} +1 -1
- package/dist/{customers.schema-f0d472b1.cjs.prod.js → customers.schema-c6702f96.cjs.prod.js} +1 -1
- package/dist/{customers.schema-0306abb6.esm.js → customers.schema-f7da825d.esm.js} +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +29 -65
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/index.d.ts +0 -1
- package/dist/declarations/src/webhooks/index.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +38 -2356
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-0be040b7.cjs.dev.js → frontend-utilities.schema-3fd03e9f.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-cd88e673.cjs.prod.js → frontend-utilities.schema-bb63f894.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-02fc8336.esm.js → frontend-utilities.schema-e16f9289.esm.js} +1 -1
- package/dist/{identity-api.schema-2de31155.cjs.prod.js → identity-api.schema-00c99eb6.cjs.prod.js} +18 -70
- package/dist/{identity-api.schema-bbb2c243.cjs.dev.js → identity-api.schema-04a016a1.cjs.dev.js} +18 -70
- package/dist/{identity-api.schema-68a83f54.esm.js → identity-api.schema-2a4cdb96.esm.js} +19 -53
- package/dist/nexeraid-identity-schemas.cjs.dev.js +38 -35
- package/dist/nexeraid-identity-schemas.cjs.prod.js +38 -35
- package/dist/nexeraid-identity-schemas.esm.d.mts +2 -0
- package/dist/nexeraid-identity-schemas.esm.js +26 -5
- package/dist/package.json +11 -4
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +11 -4
- 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 +7 -97
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +7 -97
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +8 -90
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +0 -46
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts.map +0 -1
- package/dist/transaction.schema-2141e819.cjs.dev.js +0 -40
- package/dist/transaction.schema-7297e823.cjs.prod.js +0 -40
- package/dist/transaction.schema-fb699c40.esm.js +0 -25
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-04a016a1.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{customers.schema-f0d472b1.cjs.prod.js → customers.schema-c6702f96.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-00c99eb6.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString,
|
|
2
|
+
import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString, ej as _toConsumableArray, el as _arrayWithHoles, em as _unsupportedIterableToArray, en as _nonIterableRest, ak as ISO3CountryCode, a5 as BlockchainNamespace, bE as SdkVerificationOutput, aC as CustomerStatus, eo as _defineProperty, ea as ProofOfResidenceCredentialSubjectSchema, cB as QrCodeLinkWithSchemaType, aD as BasicCustomerContactInformation, eg as CredentialType } from './identity-api.schema-2a4cdb96.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,58 +1,22 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export type StoragePrefix = typeof StoragePrefix;
|
|
21
|
-
export type IdentityPrefix = typeof IdentityPrefix;
|
|
22
|
-
export type EmailPrefix = typeof EmailPrefix;
|
|
23
|
-
export type WalletPrefix = typeof WalletPrefix;
|
|
24
|
-
export type AppPrefix = typeof AppPrefix;
|
|
25
|
-
export type ChallengePrefix = typeof ChallengePrefix;
|
|
26
|
-
export type TestPrefix = typeof TestPrefix;
|
|
27
|
-
export type CustomerScreeningPrefix = typeof CustomerScreeningPrefix;
|
|
28
|
-
export type TagPrefix = typeof TagPrefix;
|
|
29
|
-
export type TransactionPrefix = typeof TransactionPrefix;
|
|
30
|
-
export type TransactionReviewPrefix = typeof TransactionReviewPrefix;
|
|
31
|
-
export type TransactionPartiesPrefix = typeof TransactionPartiesPrefix;
|
|
32
|
-
export type TransactionInfosPrefix = typeof TransactionInfosPrefix;
|
|
33
|
-
export type TransactionExtractedInfosPrefix = typeof TransactionExtractedInfosPrefix;
|
|
34
|
-
export type TransactionMethodsPrefix = typeof TransactionMethodsPrefix;
|
|
35
|
-
export type TransactionMethodExtractedInfosPrefix = typeof TransactionMethodExtractedInfosPrefix;
|
|
36
|
-
export type InstitutionPrefix = typeof InstitutionPrefix;
|
|
37
|
-
export type InstitutionExtractedInfosPrefix = typeof InstitutionExtractedInfosPrefix;
|
|
38
|
-
export type StorageId = `${StoragePrefix}_${string}`;
|
|
39
|
-
export type IdentityId = `${IdentityPrefix}_${string}`;
|
|
40
|
-
export type EmailId = `${EmailPrefix}_${string}`;
|
|
41
|
-
export type WalletId = `${WalletPrefix}_${string}`;
|
|
42
|
-
export type AppId = `${AppPrefix}_${string}`;
|
|
43
|
-
export type ChallengeId = `${ChallengePrefix}_${string}`;
|
|
44
|
-
export type TestId = `${TestPrefix}_${string}`;
|
|
45
|
-
export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
|
|
46
|
-
export type TagId = `${TagPrefix}_${string}`;
|
|
47
|
-
export type TransactionId = `${TransactionPrefix}_${string}`;
|
|
48
|
-
export type TransactionReviewId = `${TransactionReviewPrefix}_${string}`;
|
|
49
|
-
export type TransactionPartiesId = `${TransactionPartiesPrefix}_${string}`;
|
|
50
|
-
export type TransactionInfosId = `${TransactionInfosPrefix}_${string}`;
|
|
51
|
-
export type TransactionExtractedInfosId = `${TransactionExtractedInfosPrefix}_${string}`;
|
|
52
|
-
export type TransactionMethodsId = `${TransactionMethodsPrefix}_${string}`;
|
|
53
|
-
export type TransactionMethodExtractedInfosId = `${TransactionMethodExtractedInfosPrefix}_${string}`;
|
|
54
|
-
export type InstitutionId = `${InstitutionPrefix}_${string}`;
|
|
55
|
-
export type InstitutionExtractedInfosId = `${InstitutionExtractedInfosPrefix}_${string}`;
|
|
2
|
+
export type StorageId = `storage_${string}`;
|
|
3
|
+
export type IdentityId = `identity_${string}`;
|
|
4
|
+
export type EmailId = `email_${string}`;
|
|
5
|
+
export type WalletId = `wallet_${string}`;
|
|
6
|
+
export type AppId = `app_${string}`;
|
|
7
|
+
export type ChallengeId = `challenge_${string}`;
|
|
8
|
+
export type TestId = `test_${string}`;
|
|
9
|
+
export type CustomerScreeningId = `customer_screening_${string}`;
|
|
10
|
+
export type TagId = `tag_${string}`;
|
|
11
|
+
export type TransactionId = `transaction_${string}`;
|
|
12
|
+
export type TransactionReviewId = `transaction_review_${string}`;
|
|
13
|
+
export type TransactionPartiesId = `transaction_parties_${string}`;
|
|
14
|
+
export type TransactionInfosId = `transaction_infos_${string}`;
|
|
15
|
+
export type TransactionExtractedInfosId = `transaction_extracted_infos_${string}`;
|
|
16
|
+
export type TransactionMethodsId = `transaction_methods_${string}`;
|
|
17
|
+
export type TransactionMethodExtractedInfosId = `transaction_method_extracted_infos_${string}`;
|
|
18
|
+
export type InstitutionId = `institution_${string}`;
|
|
19
|
+
export type InstitutionExtractedInfosId = `institution_extracted_infos_${string}`;
|
|
56
20
|
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
57
21
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
58
22
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -61,16 +25,16 @@ export declare const WalletId: z.ZodType<`wallet_${string}`, z.ZodTypeDef, `wall
|
|
|
61
25
|
export declare const AppId: z.ZodType<`app_${string}`, z.ZodTypeDef, `app_${string}`>;
|
|
62
26
|
export declare const ChallengeId: z.ZodType<`challenge_${string}`, z.ZodTypeDef, `challenge_${string}`>;
|
|
63
27
|
export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${string}`>;
|
|
64
|
-
export declare const CustomerScreeningId: z.ZodType<`
|
|
28
|
+
export declare const CustomerScreeningId: z.ZodType<`customer_screening_${string}`, z.ZodTypeDef, `customer_screening_${string}`>;
|
|
65
29
|
export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
|
|
66
|
-
export declare const TransactionId: z.ZodType<`
|
|
67
|
-
export declare const TransactionReviewId: z.ZodType<`
|
|
68
|
-
export declare const TransactionPartiesId: z.ZodType<`
|
|
69
|
-
export declare const TransactionInfosId: z.ZodType<`
|
|
70
|
-
export declare const TransactionExtractedInfosId: z.ZodType<`
|
|
71
|
-
export declare const TransactionMethodsId: z.ZodType<`
|
|
72
|
-
export declare const TransactionMethodExtractedInfosId: z.ZodType<`
|
|
73
|
-
export declare const InstitutionId: z.ZodType<`
|
|
74
|
-
export declare const InstitutionExtractedInfosId: z.ZodType<`
|
|
75
|
-
export declare const generateId: <T extends string>(type:
|
|
30
|
+
export declare const TransactionId: z.ZodType<`transaction_${string}`, z.ZodTypeDef, `transaction_${string}`>;
|
|
31
|
+
export declare const TransactionReviewId: z.ZodType<`transaction_review_${string}`, z.ZodTypeDef, `transaction_review_${string}`>;
|
|
32
|
+
export declare const TransactionPartiesId: z.ZodType<`transaction_parties_${string}`, z.ZodTypeDef, `transaction_parties_${string}`>;
|
|
33
|
+
export declare const TransactionInfosId: z.ZodType<`transaction_infos_${string}`, z.ZodTypeDef, `transaction_infos_${string}`>;
|
|
34
|
+
export declare const TransactionExtractedInfosId: z.ZodType<`transaction_extracted_infos_${string}`, z.ZodTypeDef, `transaction_extracted_infos_${string}`>;
|
|
35
|
+
export declare const TransactionMethodsId: z.ZodType<`transaction_methods_${string}`, z.ZodTypeDef, `transaction_methods_${string}`>;
|
|
36
|
+
export declare const TransactionMethodExtractedInfosId: z.ZodType<`transaction_method_extracted_infos_${string}`, z.ZodTypeDef, `transaction_method_extracted_infos_${string}`>;
|
|
37
|
+
export declare const InstitutionId: z.ZodType<`institution_${string}`, z.ZodTypeDef, `institution_${string}`>;
|
|
38
|
+
export declare const InstitutionExtractedInfosId: z.ZodType<`institution_extracted_infos_${string}`, z.ZodTypeDef, `institution_extracted_infos_${string}`>;
|
|
39
|
+
export declare const generateId: <T extends string>(type: "storage" | "identity" | "email" | "wallet" | "app" | "challenge" | "test" | "customer_screening" | "tag" | "transaction" | "transaction_review" | "transaction_parties" | "transaction_infos" | "transaction_extracted_infos" | "transaction_methods_" | "transaction_method_extracted_infos_" | "institution" | "institution_extracted_infos") => `${T}_${string}`;
|
|
76
40
|
//# 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,
|
|
1
|
+
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,5 +4,4 @@ export * from "./customer.webhooks.schema.js";
|
|
|
4
4
|
export * from "./scenario-webhook.schema.js";
|
|
5
5
|
export * from "./send-verification-flow-webhook.schema.js";
|
|
6
6
|
export * from "./svix.webhooks.schema.js";
|
|
7
|
-
export * from "./tms.webhooks.schema.js";
|
|
8
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/webhooks","sources":["index.ts"],"names":[],"mappings":"AAAA,kCAA+B;AAC/B,2CAAwC;AACxC,8CAA2C;AAC3C,6CAA0C;AAC1C,2DAAwD;AACxD,0CAAuC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/webhooks","sources":["index.ts"],"names":[],"mappings":"AAAA,kCAA+B;AAC/B,2CAAwC;AACxC,8CAA2C;AAC3C,6CAA0C;AAC1C,2DAAwD;AACxD,0CAAuC"}
|