@nexeraid/identity-schemas 1.12.10-dev → 1.12.11-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 +93 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts +1 -0
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +40 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +4 -4
- package/dist/declarations/src/index.d.ts +2 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/frontend-utilities.schema-205058ee.cjs.dev.js +2129 -0
- package/dist/frontend-utilities.schema-43c7bf6d.esm.js +2124 -0
- package/dist/frontend-utilities.schema-9cf8924c.cjs.prod.js +2129 -0
- package/dist/{identity-api.schema-b8687390.esm.js → identity-api.schema-0bb85c0c.esm.js} +98 -3
- package/dist/{identity-api.schema-5844b144.cjs.prod.js → identity-api.schema-1f84a316.cjs.prod.js} +117 -2
- package/dist/{identity-api.schema-f78923c5.cjs.dev.js → identity-api.schema-986819d9.cjs.dev.js} +117 -2
- package/dist/nexeraid-identity-schemas.cjs.dev.js +48 -1
- package/dist/nexeraid-identity-schemas.cjs.prod.js +48 -1
- package/dist/nexeraid-identity-schemas.esm.js +3 -2
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +6 -2124
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +6 -2124
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2125
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
+
var identityApi_schema = require('./identity-api.schema-986819d9.cjs.dev.js');
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-205058ee.cjs.dev.js');
|
|
7
8
|
require('nanoid');
|
|
8
9
|
|
|
9
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -98,6 +99,7 @@ exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_N
|
|
|
98
99
|
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME;
|
|
99
100
|
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = identityApi_schema.BLOCKCHAIN_NAME_TO_NAMESPACE;
|
|
100
101
|
exports.BOOLEAN_OPERATORS = identityApi_schema.BOOLEAN_OPERATORS;
|
|
102
|
+
exports.BasicCustomerContactInformation = identityApi_schema.BasicCustomerContactInformation;
|
|
101
103
|
exports.BlockchainAddress = identityApi_schema.BlockchainAddress;
|
|
102
104
|
exports.BlockchainId = identityApi_schema.BlockchainId;
|
|
103
105
|
exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace;
|
|
@@ -106,6 +108,9 @@ exports.BooleanOperator = identityApi_schema.BooleanOperator;
|
|
|
106
108
|
exports.COSMOS_CHAIN_NAMES = identityApi_schema.COSMOS_CHAIN_NAMES;
|
|
107
109
|
exports.COSMOS_CHAIN_NAMES_LIST = identityApi_schema.COSMOS_CHAIN_NAMES_LIST;
|
|
108
110
|
exports.COSMOS_CHAIN_VALUES = identityApi_schema.COSMOS_CHAIN_VALUES;
|
|
111
|
+
exports.CUSTOMERS_CHARTS = identityApi_schema.CUSTOMERS_CHARTS;
|
|
112
|
+
exports.CUSTOMER_AUTOMATION_REASONS = identityApi_schema.CUSTOMER_AUTOMATION_REASONS;
|
|
113
|
+
exports.CUSTOMER_TABLE_COLUMNS = identityApi_schema.CUSTOMER_TABLE_COLUMNS;
|
|
109
114
|
exports.CardanoAddress = identityApi_schema.CardanoAddress;
|
|
110
115
|
exports.CardanoSignature = identityApi_schema.CardanoSignature;
|
|
111
116
|
exports.ChallengeId = identityApi_schema.ChallengeId;
|
|
@@ -123,7 +128,20 @@ exports.CreateAuthRequestProps = identityApi_schema.CreateAuthRequestProps;
|
|
|
123
128
|
exports.CreateQueryConfigurationInput = identityApi_schema.CreateQueryConfigurationInput;
|
|
124
129
|
exports.CreateQueryConfigurationResponse = identityApi_schema.CreateQueryConfigurationResponse;
|
|
125
130
|
exports.CreateZKProofRequestProps = identityApi_schema.CreateZKProofRequestProps;
|
|
131
|
+
exports.CredentialMediaType = identityApi_schema.CredentialMediaType;
|
|
132
|
+
exports.CredentialNames = identityApi_schema.CredentialNames;
|
|
126
133
|
exports.CredentialQrCodeData = identityApi_schema.CredentialQrCodeData;
|
|
134
|
+
exports.CredentialSchemas = identityApi_schema.CredentialSchemas;
|
|
135
|
+
exports.CredentialType = identityApi_schema.CredentialType;
|
|
136
|
+
exports.CredentialTypes = identityApi_schema.CredentialTypes;
|
|
137
|
+
exports.CustomerOnboardingLevel = identityApi_schema.CustomerOnboardingLevel;
|
|
138
|
+
exports.CustomerOnboardingLevels = identityApi_schema.CustomerOnboardingLevels;
|
|
139
|
+
exports.CustomerStatus = identityApi_schema.CustomerStatus;
|
|
140
|
+
exports.CustomerStatuses = identityApi_schema.CustomerStatuses;
|
|
141
|
+
exports.CustomerTableColumn = identityApi_schema.CustomerTableColumn;
|
|
142
|
+
exports.CustomerType = identityApi_schema.CustomerType;
|
|
143
|
+
exports.CustomerTypes = identityApi_schema.CustomerTypes;
|
|
144
|
+
exports.CustomersChartType = identityApi_schema.CustomersChartType;
|
|
127
145
|
exports.DATE_OPERATORS = identityApi_schema.DATE_OPERATORS;
|
|
128
146
|
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = identityApi_schema.DISPLAYED_LOCKCHAIN_NAMESPACES;
|
|
129
147
|
exports.DataAvailableOnStart = identityApi_schema.DataAvailableOnStart;
|
|
@@ -150,8 +168,11 @@ exports.ExternalClientId = identityApi_schema.ExternalClientId;
|
|
|
150
168
|
exports.FLOW_TYPES = identityApi_schema.FLOW_TYPES;
|
|
151
169
|
exports.FlowType = identityApi_schema.FlowType;
|
|
152
170
|
exports.FunctionCallData = identityApi_schema.FunctionCallData;
|
|
171
|
+
exports.GenericVerifiableCredentialSchema = identityApi_schema.GenericVerifiableCredentialSchema;
|
|
153
172
|
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest;
|
|
154
173
|
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
174
|
+
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
175
|
+
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
155
176
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
156
177
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
157
178
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
@@ -161,9 +182,15 @@ exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos
|
|
|
161
182
|
exports.HostMessage = identityApi_schema.HostMessage;
|
|
162
183
|
exports.HostRequestMessage = identityApi_schema.HostRequestMessage;
|
|
163
184
|
exports.HostResponseMessage = identityApi_schema.HostResponseMessage;
|
|
185
|
+
exports.ID3CredentialSubjectSchema = identityApi_schema.ID3CredentialSubjectSchema;
|
|
164
186
|
exports.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS;
|
|
165
187
|
exports.IDENTITY_DOCUMENT_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_OPTIONS;
|
|
188
|
+
exports.IDImageCredentialSubjectSchema = identityApi_schema.IDImageCredentialSubjectSchema;
|
|
166
189
|
exports.IDInformation = identityApi_schema.IDInformation;
|
|
190
|
+
exports.IDInformationCredentialSubjectSchema = identityApi_schema.IDInformationCredentialSubjectSchema;
|
|
191
|
+
exports.IDScanCredentialSubjectSchema = identityApi_schema.IDScanCredentialSubjectSchema;
|
|
192
|
+
exports.IDScanPassportCredentialSubjectSchema = identityApi_schema.IDScanPassportCredentialSubjectSchema;
|
|
193
|
+
exports.IDScanSelfieCredentialSubjectSchema = identityApi_schema.IDScanSelfieCredentialSubjectSchema;
|
|
167
194
|
exports.ISO3CountryCode = identityApi_schema.ISO3CountryCode;
|
|
168
195
|
exports.Identifier = identityApi_schema.Identifier;
|
|
169
196
|
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage;
|
|
@@ -186,8 +213,12 @@ exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
|
|
|
186
213
|
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
|
|
187
214
|
exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
|
|
188
215
|
exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
|
|
216
|
+
exports.KybOnboardingLevel = identityApi_schema.KybOnboardingLevel;
|
|
217
|
+
exports.KybOnboardingLevels = identityApi_schema.KybOnboardingLevels;
|
|
189
218
|
exports.KycCompletionData = identityApi_schema.KycCompletionData;
|
|
190
219
|
exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification;
|
|
220
|
+
exports.KycOnboardingLevel = identityApi_schema.KycOnboardingLevel;
|
|
221
|
+
exports.KycOnboardingLevels = identityApi_schema.KycOnboardingLevels;
|
|
191
222
|
exports.MediaType = identityApi_schema.MediaType;
|
|
192
223
|
exports.MediaTypePID = identityApi_schema.MediaTypePID;
|
|
193
224
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES;
|
|
@@ -204,8 +235,14 @@ exports.NEXERA_TEZOS_CHAIN_NAMES = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES;
|
|
|
204
235
|
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST;
|
|
205
236
|
exports.NEXERA_TEZOS_CHAIN_VALUES = identityApi_schema.NEXERA_TEZOS_CHAIN_VALUES;
|
|
206
237
|
exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS;
|
|
238
|
+
exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
|
|
207
239
|
exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration;
|
|
208
240
|
exports.NumericOperator = identityApi_schema.NumericOperator;
|
|
241
|
+
exports.OLD_AMLScreeningsResultsCredentialSubjectSchema = identityApi_schema.OLD_AMLScreeningsResultsCredentialSubjectSchema;
|
|
242
|
+
exports.OLD_IDImageCredentialSubjectSchema = identityApi_schema.OLD_IDImageCredentialSubjectSchema;
|
|
243
|
+
exports.OLD_IDInformationCredentialSubjectSchema = identityApi_schema.OLD_IDInformationCredentialSubjectSchema;
|
|
244
|
+
exports.OLD_ProofOfResidenceCredentialSubjectSchema = identityApi_schema.OLD_ProofOfResidenceCredentialSubjectSchema;
|
|
245
|
+
exports.OLD_SelfieImageCredentialSubjectSchema = identityApi_schema.OLD_SelfieImageCredentialSubjectSchema;
|
|
209
246
|
exports.OPAChallengeQuery = identityApi_schema.OPAChallengeQuery;
|
|
210
247
|
exports.OcvSdkInitialized = identityApi_schema.OcvSdkInitialized;
|
|
211
248
|
exports.OffChainScenarioExecutionData = identityApi_schema.OffChainScenarioExecutionData;
|
|
@@ -238,6 +275,7 @@ exports.PolygonNetworkNames = identityApi_schema.PolygonNetworkNames;
|
|
|
238
275
|
exports.PrivateKey = identityApi_schema.PrivateKey;
|
|
239
276
|
exports.ProjectAuthorizationData = identityApi_schema.ProjectAuthorizationData;
|
|
240
277
|
exports.ProofData = identityApi_schema.ProofData;
|
|
278
|
+
exports.ProofOfResidenceCredentialSubjectSchema = identityApi_schema.ProofOfResidenceCredentialSubjectSchema;
|
|
241
279
|
exports.PublicKey = identityApi_schema.PublicKey;
|
|
242
280
|
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType;
|
|
243
281
|
exports.QueryConfig = identityApi_schema.QueryConfig;
|
|
@@ -249,6 +287,8 @@ exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
|
|
|
249
287
|
exports.QueryType = identityApi_schema.QueryType;
|
|
250
288
|
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
|
|
251
289
|
exports.RequiredVerificationData = identityApi_schema.RequiredVerificationData;
|
|
290
|
+
exports.RiskScoreType = identityApi_schema.RiskScoreType;
|
|
291
|
+
exports.RiskScoreTypes = identityApi_schema.RiskScoreTypes;
|
|
252
292
|
exports.RuleEngineResponse = identityApi_schema.RuleEngineResponse;
|
|
253
293
|
exports.RuleEngineScenarioExecutionData = identityApi_schema.RuleEngineScenarioExecutionData;
|
|
254
294
|
exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
|
|
@@ -268,6 +308,7 @@ exports.ScenarioType = identityApi_schema.ScenarioType;
|
|
|
268
308
|
exports.ScenarioTypes = identityApi_schema.ScenarioTypes;
|
|
269
309
|
exports.SdkVerificationOutput = identityApi_schema.SdkVerificationOutput;
|
|
270
310
|
exports.SdkVerificationResponseSchema = identityApi_schema.SdkVerificationResponseSchema;
|
|
311
|
+
exports.SelfieImageCredentialSubjectSchema = identityApi_schema.SelfieImageCredentialSubjectSchema;
|
|
271
312
|
exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest;
|
|
272
313
|
exports.SignatureRequest = identityApi_schema.SignatureRequest;
|
|
273
314
|
exports.SignatureResponse = identityApi_schema.SignatureResponse;
|
|
@@ -302,6 +343,7 @@ exports.TxSignatureResponse = identityApi_schema.TxSignatureResponse;
|
|
|
302
343
|
exports.UpdateQueryConfigurationInput = identityApi_schema.UpdateQueryConfigurationInput;
|
|
303
344
|
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse;
|
|
304
345
|
exports.UuidString = identityApi_schema.UuidString;
|
|
346
|
+
exports.VerifiableCredential = identityApi_schema.VerifiableCredential;
|
|
305
347
|
exports.VerificationMode = identityApi_schema.VerificationMode;
|
|
306
348
|
exports.VerificationModes = identityApi_schema.VerificationModes;
|
|
307
349
|
exports.WalletId = identityApi_schema.WalletId;
|
|
@@ -321,6 +363,7 @@ exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping;
|
|
|
321
363
|
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping;
|
|
322
364
|
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId;
|
|
323
365
|
exports.generateId = identityApi_schema.generateId;
|
|
366
|
+
exports.getCredentialName = identityApi_schema.getCredentialName;
|
|
324
367
|
exports.isValidAddress = identityApi_schema.isValidAddress;
|
|
325
368
|
exports.isoCountriesNameFromISO2 = identityApi_schema.isoCountriesNameFromISO2;
|
|
326
369
|
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap;
|
|
@@ -329,6 +372,10 @@ exports.parseIden3Message = identityApi_schema.parseIden3Message;
|
|
|
329
372
|
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl;
|
|
330
373
|
exports.shortAddress = identityApi_schema.shortAddress;
|
|
331
374
|
exports.shortBlockchainAddress = identityApi_schema.shortBlockchainAddress;
|
|
375
|
+
exports.VC_JSON_SCHEMA_MAP = frontendUtilities_schema.VC_JSON_SCHEMA_MAP;
|
|
376
|
+
exports.cleanObject = frontendUtilities_schema.cleanObject;
|
|
377
|
+
exports.getAvailableFields = frontendUtilities_schema.getAvailableFields;
|
|
378
|
+
exports.getCredentialSchemaLocation = frontendUtilities_schema.getCredentialSchemaLocation;
|
|
332
379
|
exports.DownloadableKycSchema = DownloadableKycSchema;
|
|
333
380
|
exports.EncryptedKycKey = EncryptedKycKey;
|
|
334
381
|
exports.EncryptedVerifiableCredentialDataSchema = EncryptedVerifiableCredentialDataSchema;
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
+
var identityApi_schema = require('./identity-api.schema-1f84a316.cjs.prod.js');
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-9cf8924c.cjs.prod.js');
|
|
7
8
|
require('nanoid');
|
|
8
9
|
|
|
9
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -98,6 +99,7 @@ exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_N
|
|
|
98
99
|
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME;
|
|
99
100
|
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = identityApi_schema.BLOCKCHAIN_NAME_TO_NAMESPACE;
|
|
100
101
|
exports.BOOLEAN_OPERATORS = identityApi_schema.BOOLEAN_OPERATORS;
|
|
102
|
+
exports.BasicCustomerContactInformation = identityApi_schema.BasicCustomerContactInformation;
|
|
101
103
|
exports.BlockchainAddress = identityApi_schema.BlockchainAddress;
|
|
102
104
|
exports.BlockchainId = identityApi_schema.BlockchainId;
|
|
103
105
|
exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace;
|
|
@@ -106,6 +108,9 @@ exports.BooleanOperator = identityApi_schema.BooleanOperator;
|
|
|
106
108
|
exports.COSMOS_CHAIN_NAMES = identityApi_schema.COSMOS_CHAIN_NAMES;
|
|
107
109
|
exports.COSMOS_CHAIN_NAMES_LIST = identityApi_schema.COSMOS_CHAIN_NAMES_LIST;
|
|
108
110
|
exports.COSMOS_CHAIN_VALUES = identityApi_schema.COSMOS_CHAIN_VALUES;
|
|
111
|
+
exports.CUSTOMERS_CHARTS = identityApi_schema.CUSTOMERS_CHARTS;
|
|
112
|
+
exports.CUSTOMER_AUTOMATION_REASONS = identityApi_schema.CUSTOMER_AUTOMATION_REASONS;
|
|
113
|
+
exports.CUSTOMER_TABLE_COLUMNS = identityApi_schema.CUSTOMER_TABLE_COLUMNS;
|
|
109
114
|
exports.CardanoAddress = identityApi_schema.CardanoAddress;
|
|
110
115
|
exports.CardanoSignature = identityApi_schema.CardanoSignature;
|
|
111
116
|
exports.ChallengeId = identityApi_schema.ChallengeId;
|
|
@@ -123,7 +128,20 @@ exports.CreateAuthRequestProps = identityApi_schema.CreateAuthRequestProps;
|
|
|
123
128
|
exports.CreateQueryConfigurationInput = identityApi_schema.CreateQueryConfigurationInput;
|
|
124
129
|
exports.CreateQueryConfigurationResponse = identityApi_schema.CreateQueryConfigurationResponse;
|
|
125
130
|
exports.CreateZKProofRequestProps = identityApi_schema.CreateZKProofRequestProps;
|
|
131
|
+
exports.CredentialMediaType = identityApi_schema.CredentialMediaType;
|
|
132
|
+
exports.CredentialNames = identityApi_schema.CredentialNames;
|
|
126
133
|
exports.CredentialQrCodeData = identityApi_schema.CredentialQrCodeData;
|
|
134
|
+
exports.CredentialSchemas = identityApi_schema.CredentialSchemas;
|
|
135
|
+
exports.CredentialType = identityApi_schema.CredentialType;
|
|
136
|
+
exports.CredentialTypes = identityApi_schema.CredentialTypes;
|
|
137
|
+
exports.CustomerOnboardingLevel = identityApi_schema.CustomerOnboardingLevel;
|
|
138
|
+
exports.CustomerOnboardingLevels = identityApi_schema.CustomerOnboardingLevels;
|
|
139
|
+
exports.CustomerStatus = identityApi_schema.CustomerStatus;
|
|
140
|
+
exports.CustomerStatuses = identityApi_schema.CustomerStatuses;
|
|
141
|
+
exports.CustomerTableColumn = identityApi_schema.CustomerTableColumn;
|
|
142
|
+
exports.CustomerType = identityApi_schema.CustomerType;
|
|
143
|
+
exports.CustomerTypes = identityApi_schema.CustomerTypes;
|
|
144
|
+
exports.CustomersChartType = identityApi_schema.CustomersChartType;
|
|
127
145
|
exports.DATE_OPERATORS = identityApi_schema.DATE_OPERATORS;
|
|
128
146
|
exports.DISPLAYED_LOCKCHAIN_NAMESPACES = identityApi_schema.DISPLAYED_LOCKCHAIN_NAMESPACES;
|
|
129
147
|
exports.DataAvailableOnStart = identityApi_schema.DataAvailableOnStart;
|
|
@@ -150,8 +168,11 @@ exports.ExternalClientId = identityApi_schema.ExternalClientId;
|
|
|
150
168
|
exports.FLOW_TYPES = identityApi_schema.FLOW_TYPES;
|
|
151
169
|
exports.FlowType = identityApi_schema.FlowType;
|
|
152
170
|
exports.FunctionCallData = identityApi_schema.FunctionCallData;
|
|
171
|
+
exports.GenericVerifiableCredentialSchema = identityApi_schema.GenericVerifiableCredentialSchema;
|
|
153
172
|
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest;
|
|
154
173
|
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
174
|
+
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
175
|
+
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
155
176
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
156
177
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
157
178
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
@@ -161,9 +182,15 @@ exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos
|
|
|
161
182
|
exports.HostMessage = identityApi_schema.HostMessage;
|
|
162
183
|
exports.HostRequestMessage = identityApi_schema.HostRequestMessage;
|
|
163
184
|
exports.HostResponseMessage = identityApi_schema.HostResponseMessage;
|
|
185
|
+
exports.ID3CredentialSubjectSchema = identityApi_schema.ID3CredentialSubjectSchema;
|
|
164
186
|
exports.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS;
|
|
165
187
|
exports.IDENTITY_DOCUMENT_OPTIONS = identityApi_schema.IDENTITY_DOCUMENT_OPTIONS;
|
|
188
|
+
exports.IDImageCredentialSubjectSchema = identityApi_schema.IDImageCredentialSubjectSchema;
|
|
166
189
|
exports.IDInformation = identityApi_schema.IDInformation;
|
|
190
|
+
exports.IDInformationCredentialSubjectSchema = identityApi_schema.IDInformationCredentialSubjectSchema;
|
|
191
|
+
exports.IDScanCredentialSubjectSchema = identityApi_schema.IDScanCredentialSubjectSchema;
|
|
192
|
+
exports.IDScanPassportCredentialSubjectSchema = identityApi_schema.IDScanPassportCredentialSubjectSchema;
|
|
193
|
+
exports.IDScanSelfieCredentialSubjectSchema = identityApi_schema.IDScanSelfieCredentialSubjectSchema;
|
|
167
194
|
exports.ISO3CountryCode = identityApi_schema.ISO3CountryCode;
|
|
168
195
|
exports.Identifier = identityApi_schema.Identifier;
|
|
169
196
|
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage;
|
|
@@ -186,8 +213,12 @@ exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
|
|
|
186
213
|
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
|
|
187
214
|
exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
|
|
188
215
|
exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
|
|
216
|
+
exports.KybOnboardingLevel = identityApi_schema.KybOnboardingLevel;
|
|
217
|
+
exports.KybOnboardingLevels = identityApi_schema.KybOnboardingLevels;
|
|
189
218
|
exports.KycCompletionData = identityApi_schema.KycCompletionData;
|
|
190
219
|
exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification;
|
|
220
|
+
exports.KycOnboardingLevel = identityApi_schema.KycOnboardingLevel;
|
|
221
|
+
exports.KycOnboardingLevels = identityApi_schema.KycOnboardingLevels;
|
|
191
222
|
exports.MediaType = identityApi_schema.MediaType;
|
|
192
223
|
exports.MediaTypePID = identityApi_schema.MediaTypePID;
|
|
193
224
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_VALUES;
|
|
@@ -204,8 +235,14 @@ exports.NEXERA_TEZOS_CHAIN_NAMES = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES;
|
|
|
204
235
|
exports.NEXERA_TEZOS_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_TEZOS_CHAIN_NAMES_LIST;
|
|
205
236
|
exports.NEXERA_TEZOS_CHAIN_VALUES = identityApi_schema.NEXERA_TEZOS_CHAIN_VALUES;
|
|
206
237
|
exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS;
|
|
238
|
+
exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
|
|
207
239
|
exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration;
|
|
208
240
|
exports.NumericOperator = identityApi_schema.NumericOperator;
|
|
241
|
+
exports.OLD_AMLScreeningsResultsCredentialSubjectSchema = identityApi_schema.OLD_AMLScreeningsResultsCredentialSubjectSchema;
|
|
242
|
+
exports.OLD_IDImageCredentialSubjectSchema = identityApi_schema.OLD_IDImageCredentialSubjectSchema;
|
|
243
|
+
exports.OLD_IDInformationCredentialSubjectSchema = identityApi_schema.OLD_IDInformationCredentialSubjectSchema;
|
|
244
|
+
exports.OLD_ProofOfResidenceCredentialSubjectSchema = identityApi_schema.OLD_ProofOfResidenceCredentialSubjectSchema;
|
|
245
|
+
exports.OLD_SelfieImageCredentialSubjectSchema = identityApi_schema.OLD_SelfieImageCredentialSubjectSchema;
|
|
209
246
|
exports.OPAChallengeQuery = identityApi_schema.OPAChallengeQuery;
|
|
210
247
|
exports.OcvSdkInitialized = identityApi_schema.OcvSdkInitialized;
|
|
211
248
|
exports.OffChainScenarioExecutionData = identityApi_schema.OffChainScenarioExecutionData;
|
|
@@ -238,6 +275,7 @@ exports.PolygonNetworkNames = identityApi_schema.PolygonNetworkNames;
|
|
|
238
275
|
exports.PrivateKey = identityApi_schema.PrivateKey;
|
|
239
276
|
exports.ProjectAuthorizationData = identityApi_schema.ProjectAuthorizationData;
|
|
240
277
|
exports.ProofData = identityApi_schema.ProofData;
|
|
278
|
+
exports.ProofOfResidenceCredentialSubjectSchema = identityApi_schema.ProofOfResidenceCredentialSubjectSchema;
|
|
241
279
|
exports.PublicKey = identityApi_schema.PublicKey;
|
|
242
280
|
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType;
|
|
243
281
|
exports.QueryConfig = identityApi_schema.QueryConfig;
|
|
@@ -249,6 +287,8 @@ exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
|
|
|
249
287
|
exports.QueryType = identityApi_schema.QueryType;
|
|
250
288
|
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
|
|
251
289
|
exports.RequiredVerificationData = identityApi_schema.RequiredVerificationData;
|
|
290
|
+
exports.RiskScoreType = identityApi_schema.RiskScoreType;
|
|
291
|
+
exports.RiskScoreTypes = identityApi_schema.RiskScoreTypes;
|
|
252
292
|
exports.RuleEngineResponse = identityApi_schema.RuleEngineResponse;
|
|
253
293
|
exports.RuleEngineScenarioExecutionData = identityApi_schema.RuleEngineScenarioExecutionData;
|
|
254
294
|
exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
|
|
@@ -268,6 +308,7 @@ exports.ScenarioType = identityApi_schema.ScenarioType;
|
|
|
268
308
|
exports.ScenarioTypes = identityApi_schema.ScenarioTypes;
|
|
269
309
|
exports.SdkVerificationOutput = identityApi_schema.SdkVerificationOutput;
|
|
270
310
|
exports.SdkVerificationResponseSchema = identityApi_schema.SdkVerificationResponseSchema;
|
|
311
|
+
exports.SelfieImageCredentialSubjectSchema = identityApi_schema.SelfieImageCredentialSubjectSchema;
|
|
271
312
|
exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest;
|
|
272
313
|
exports.SignatureRequest = identityApi_schema.SignatureRequest;
|
|
273
314
|
exports.SignatureResponse = identityApi_schema.SignatureResponse;
|
|
@@ -302,6 +343,7 @@ exports.TxSignatureResponse = identityApi_schema.TxSignatureResponse;
|
|
|
302
343
|
exports.UpdateQueryConfigurationInput = identityApi_schema.UpdateQueryConfigurationInput;
|
|
303
344
|
exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigurationResponse;
|
|
304
345
|
exports.UuidString = identityApi_schema.UuidString;
|
|
346
|
+
exports.VerifiableCredential = identityApi_schema.VerifiableCredential;
|
|
305
347
|
exports.VerificationMode = identityApi_schema.VerificationMode;
|
|
306
348
|
exports.VerificationModes = identityApi_schema.VerificationModes;
|
|
307
349
|
exports.WalletId = identityApi_schema.WalletId;
|
|
@@ -321,6 +363,7 @@ exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping;
|
|
|
321
363
|
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping;
|
|
322
364
|
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId;
|
|
323
365
|
exports.generateId = identityApi_schema.generateId;
|
|
366
|
+
exports.getCredentialName = identityApi_schema.getCredentialName;
|
|
324
367
|
exports.isValidAddress = identityApi_schema.isValidAddress;
|
|
325
368
|
exports.isoCountriesNameFromISO2 = identityApi_schema.isoCountriesNameFromISO2;
|
|
326
369
|
exports.operatorDisplayMap = identityApi_schema.operatorDisplayMap;
|
|
@@ -329,6 +372,10 @@ exports.parseIden3Message = identityApi_schema.parseIden3Message;
|
|
|
329
372
|
exports.parseSessionIdFromUrl = identityApi_schema.parseSessionIdFromUrl;
|
|
330
373
|
exports.shortAddress = identityApi_schema.shortAddress;
|
|
331
374
|
exports.shortBlockchainAddress = identityApi_schema.shortBlockchainAddress;
|
|
375
|
+
exports.VC_JSON_SCHEMA_MAP = frontendUtilities_schema.VC_JSON_SCHEMA_MAP;
|
|
376
|
+
exports.cleanObject = frontendUtilities_schema.cleanObject;
|
|
377
|
+
exports.getAvailableFields = frontendUtilities_schema.getAvailableFields;
|
|
378
|
+
exports.getCredentialSchemaLocation = frontendUtilities_schema.getCredentialSchemaLocation;
|
|
332
379
|
exports.DownloadableKycSchema = DownloadableKycSchema;
|
|
333
380
|
exports.EncryptedKycKey = EncryptedKycKey;
|
|
334
381
|
exports.EncryptedVerifiableCredentialDataSchema = EncryptedVerifiableCredentialDataSchema;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
3
|
-
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES,
|
|
2
|
+
import { C as CredentialTypes } from './identity-api.schema-0bb85c0c.esm.js';
|
|
3
|
+
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, co as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, aJ as AdditionalUserInformationParams, z as AddressSchema, cj as AllCredentialAttributes, ck as AllCredentialValues, d6 as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, cZ as AnyTxAuthInput, d0 as AnyTxSignatureResponse, au as AppId, I as AptosAddress, J as AptosSignature, cp as ArrayOperator, cf as AuthQrCodeData, bV as AuthSession, ca as AuthorizationRequestMessage, cd as AuthorizationResponseMessage, bc as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cu as BOOLEAN_OPERATORS, dt as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cv as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, du as CUSTOMERS_CHARTS, dy as CUSTOMER_AUTOMATION_REASONS, dw as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, av as ChallengeId, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d4 as CreateAuthRequestProps, cJ as CreateQueryConfigurationInput, cK as CreateQueryConfigurationResponse, d5 as CreateZKProofRequestProps, dT as CredentialMediaType, dO as CredentialNames, ce as CredentialQrCodeData, dN as CredentialSchemas, dR as CredentialType, C as CredentialTypes, dq as CustomerOnboardingLevel, dp as CustomerOnboardingLevels, ds as CustomerStatus, dr as CustomerStatuses, dx as CustomerTableColumn, dj as CustomerType, di as CustomerTypes, dv as CustomersChartType, cw as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bd as DataAvailableOnStart, cx as DateOperator, cN as DeleteQueryConfigurationInput, cO as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, as as EmailId, ad as EnvironmentSchema, h as EvmChainId, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, cY as ExtendedTezosTxAuthInput, c$ as ExtendedTezosTxSignatureResponse, cX as ExtendedTxAuthInput, c_ as ExtendedTxSignatureResponse, aO as ExternalClientId, ay as FLOW_TYPES, az as FlowType, G as FunctionCallData, dM as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, bZ as GetCustomerStatusRequest, c1 as GetCustomerStatusResponse, cW as GetTezosTxAuthDataSignatureResponse, cT as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c3 as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, dz as ID3CredentialSubjectSchema, aC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, aE as IDENTITY_DOCUMENT_OPTIONS, dJ as IDImageCredentialSubjectSchema, cB as IDInformation, dI as IDInformationCredentialSubjectSchema, dA as IDScanCredentialSubjectSchema, dB as IDScanPassportCredentialSubjectSchema, dC as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, aI as Identifier, c2 as IdentityAppMessage, aQ as IdentityAppV2Web2JWT, aP as IdentityAppV2Web3JWT, aD as IdentityDocumentCountryListOption, aF as IdentityDocumentOptionsType, ar as IdentityId, c4 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, b_ as IdentitySdkMessage, b$ as IdentitySdkMessageWithIdentifier, aK as IdentityWidgetAccessToken, aR as IdentityWidgetAccessToken_NEW, aS as IdentityWidgetSessionToken, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, dn as KybOnboardingLevel, dm as KybOnboardingLevels, aW as KycCompletionData, aX as KycCompletionNotification, dl as KycOnboardingLevel, dk as KycOnboardingLevels, c7 as MediaType, c8 as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cs as NUMERIC_OPERATORS, dP as NexeraCredentialType, cI as NonParsedQueryConfiguration, ct as NumericOperator, dH as OLD_AMLScreeningsResultsCredentialSubjectSchema, dD as OLD_IDImageCredentialSubjectSchema, dE as OLD_IDInformationCredentialSubjectSchema, dF as OLD_ProofOfResidenceCredentialSubjectSchema, dG as OLD_SelfieImageCredentialSubjectSchema, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d3 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, d8 as OnChainZKP, d9 as OnChainZKPFromNexeraID, db as OnChainZKPPayload, da as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cl as Operator, bk as OperatorToChallengeQueryOperator, aL as OrganizationId, _ as P2Signature, aG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cF as PartialQueryConfigSimplified, aH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, d7 as ProjectAuthorizationData, cb as ProofData, dL as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cg as QrCodeLinkWithSchemaType, cC as QueryConfig, cE as QueryConfigSimplified, cG as QueryConfigSimplifiedParsed, cH as QueryConfiguration, cQ as QueryCredentialType, cP as QueryCredentialTypes, cD as QueryType, c5 as RequiredDataRowSchema, c6 as RequiredVerificationData, dh as RiskScoreType, dg as RiskScoreTypes, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dc as SCENARIO_AUTHORIZATION_STATUSES, cq as STRING_OPERATORS, cy as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dd as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, dK as SelfieImageCredentialSubjectSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b4 as StartCompletedNotification, bM as StartFlowRequest, aq as StorageId, w as String0x, cr as StringOperator, cz as SupportedType, cA as SupportedTypes, aw as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cU as TezosTxAuthInput, cV as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, bY as TrxSignatureGatingRequest, c0 as TrxSignatureGatingResponse, cR as TxAuthInput, D as TxHash, cS as TxSignatureResponse, cL as UpdateQueryConfigurationInput, cM as UpdateQueryConfigurationResponse, ae as UuidString, dS as VerifiableCredential, aB as VerificationMode, aA as VerificationModes, at as WalletId, bX as WalletSignResponse, df as WalletSignatureData, de as WalletSignatureResponse, aN as WorkflowId, aM as WorkspaceId, cm as ZKPOperator, d1 as ZKPRequest, d2 as ZKPRequestFromZKVerifier, c9 as ZeroKnowledgeProofRequest, cc as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, ap as createBrandedSchemaId, ax as generateId, dQ as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cn as operatorDisplayMap, ao as parseISO3CountryCode, ch as parseIden3Message, ci as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-0bb85c0c.esm.js';
|
|
4
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-43c7bf6d.esm.js';
|
|
4
5
|
import 'nanoid';
|
|
5
6
|
|
|
6
7
|
var decodeUint8Array = function decodeUint8Array(data) {
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-986819d9.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -49,6 +49,8 @@ exports.ExtendedTxAuthInput = identityApi_schema.ExtendedTxAuthInput;
|
|
|
49
49
|
exports.ExtendedTxSignatureResponse = identityApi_schema.ExtendedTxSignatureResponse;
|
|
50
50
|
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest;
|
|
51
51
|
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
52
|
+
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
53
|
+
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
52
54
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
53
55
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
54
56
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-1f84a316.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -49,6 +49,8 @@ exports.ExtendedTxAuthInput = identityApi_schema.ExtendedTxAuthInput;
|
|
|
49
49
|
exports.ExtendedTxSignatureResponse = identityApi_schema.ExtendedTxSignatureResponse;
|
|
50
50
|
exports.GetCredentialsRequest = identityApi_schema.GetCredentialsRequest;
|
|
51
51
|
exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
52
|
+
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
53
|
+
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
52
54
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
53
55
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
54
56
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { co as ARRAY_OPERATORS, bb as AVAILABLE_FLOWS, cj as AllCredentialAttributes, ck as AllCredentialValues, d6 as AllScenarioExecutionAuthorizationData, cZ as AnyTxAuthInput, d0 as AnyTxSignatureResponse, cp as ArrayOperator, cf as AuthQrCodeData, bV as AuthSession, ca as AuthorizationRequestMessage, cd as AuthorizationResponseMessage, bc as AvailableFlow, cu as BOOLEAN_OPERATORS, cv as BooleanOperator, bj as ChallengeQueryOperator, bl as ChallengeQueryOperatorToOperator, bi as ChallengeQueryOperators, bm as ChallengeQuerySchema, bW as ChallengeResponse, aV as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d4 as CreateAuthRequestProps, cJ as CreateQueryConfigurationInput, cK as CreateQueryConfigurationResponse, d5 as CreateZKProofRequestProps, ce as CredentialQrCodeData, cw as DATE_OPERATORS, bd as DataAvailableOnStart, cx as DateOperator, cN as DeleteQueryConfigurationInput, cO as DeleteQueryConfigurationResponse, bo as ExecuteChallengeQueryConfig, bn as ExecuteChallengeQueryInput, bq as ExecuteChallengeQueryResponse, cY as ExtendedTezosTxAuthInput, c$ as ExtendedTezosTxSignatureResponse, cX as ExtendedTxAuthInput, c_ as ExtendedTxSignatureResponse, bG as GetCredentialsRequest, bH as GetCredentialsResponse, bZ as GetCustomerStatusRequest, c1 as GetCustomerStatusResponse, cW as GetTezosTxAuthDataSignatureResponse, cT as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c3 as HostMessage, bT as HostRequestMessage, bh as HostResponseMessage, cB as IDInformation, c2 as IdentityAppMessage, c4 as IdentityMessage, b5 as IdentityNotificationMessage, ba as IdentityRequestMessage, bU as IdentityResponseMessage, b_ as IdentitySdkMessage, b$ as IdentitySdkMessageWithIdentifier, b6 as InitialDataRequest, be as InitialDataResponse, b1 as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aW as KycCompletionData, aX as KycCompletionNotification, c7 as MediaType, c8 as MediaTypePID, cs as NUMERIC_OPERATORS, cI as NonParsedQueryConfiguration, ct as NumericOperator, br as OPAChallengeQuery, b3 as OcvSdkInitialized, aZ as OffChainScenarioExecutionData, d3 as OffChainZKP, bt as OffChainZKPRuleResult, bs as OnChainRuleResult, a_ as OnChainScenarioExecutionData, d8 as OnChainZKP, d9 as OnChainZKPFromNexeraID, db as OnChainZKPPayload, da as OnChainZKPScenarioFromCms, bp as OpaChallengeQueryResponse, cl as Operator, bk as OperatorToChallengeQueryOperator, cF as PartialQueryConfigSimplified, b2 as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, d7 as ProjectAuthorizationData, cb as ProofData, cg as QrCodeLinkWithSchemaType, cC as QueryConfig, cE as QueryConfigSimplified, cG as QueryConfigSimplifiedParsed, cH as QueryConfiguration, cQ as QueryCredentialType, cP as QueryCredentialTypes, cD as QueryType, c5 as RequiredDataRowSchema, c6 as RequiredVerificationData, bz as RuleEngineResponse, aY as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dc as SCENARIO_AUTHORIZATION_STATUSES, cq as STRING_OPERATORS, cy as SUPPORTED_TYPES, aT as ScenarioAuthorizationData, dd as ScenarioAuthorizationStatus, a$ as ScenarioExecutionData, b0 as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, bu as SdkVerificationOutput, aU as SdkVerificationResponseSchema, b9 as SendTransactionRequest, b7 as SignatureRequest, bf as SignatureResponse, bF as SimplifiedCredential, b4 as StartCompletedNotification, bM as StartFlowRequest, cr as StringOperator, cz as SupportedType, cA as SupportedTypes, cU as TezosTxAuthInput, cV as TezosTxSignatureResponse, b8 as TransactionData, bg as TransactionResponse, bY as TrxSignatureGatingRequest, c0 as TrxSignatureGatingResponse, cR as TxAuthInput, cS as TxSignatureResponse, cL as UpdateQueryConfigurationInput, cM as UpdateQueryConfigurationResponse, bX as WalletSignResponse, df as WalletSignatureData, de as WalletSignatureResponse, cm as ZKPOperator, d1 as ZKPRequest, d2 as ZKPRequestFromZKVerifier, c9 as ZeroKnowledgeProofRequest, cc as ZeroKnowledgeProofResponse, cn as operatorDisplayMap, ch as parseIden3Message, ci as parseSessionIdFromUrl } from '../../dist/identity-api.schema-0bb85c0c.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|