@nexeraid/identity-schemas 2.66.0-dev → 2.68.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/{CoinMarketCap.schema-9db73f74.cjs.dev.cjs → CoinMarketCap.schema-062256d5.cjs.dev.cjs} +26 -201
- package/dist/{CoinMarketCap.schema-2c92523f.cjs.prod.cjs → CoinMarketCap.schema-4d32b137.cjs.prod.cjs} +26 -201
- package/dist/{CoinMarketCap.schema-9200bd52.esm.mjs → CoinMarketCap.schema-7d555c6e.esm.mjs} +5 -166
- package/dist/declarations/src/blockchain/namespaces.schema.d.ts +5 -15
- package/dist/declarations/src/blockchain/namespaces.schema.d.ts.map +1 -1
- package/dist/declarations/src/countries.schema.d.ts +6 -1
- package/dist/declarations/src/countries.schema.d.ts.map +1 -1
- package/dist/declarations/src/customer.schema.d.ts +0 -7
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -18
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +9 -9
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +24 -24
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +12 -12
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +122 -122
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +12 -12
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +26 -26
- package/dist/declarations/src/providers/provider.schema.d.ts +319 -1243
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts +1153 -0
- package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +3472 -351
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +281 -281
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +10 -10
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +785 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +3 -1021
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +2 -68
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +204 -22
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/wallet-screening.schema.d.ts +81 -0
- package/dist/declarations/src/wallet-screening.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +3189 -14681
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +4201 -71554
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/identity-api.schema-67a3b076.cjs.dev.cjs +1308 -0
- package/dist/identity-api.schema-7286cb84.esm.mjs +1113 -0
- package/dist/identity-api.schema-bcfb353b.cjs.prod.cjs +1308 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +323 -327
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +323 -327
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-151f4537.esm.mjs → tfhe-utilities-2056c352.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-8b80d9aa.cjs.dev.cjs → tfhe-utilities-50d48dc2.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-24730089.cjs.prod.cjs → tfhe-utilities-c1dc8d80.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-91f2c199.cjs.prod.cjs → vault.schema-33893002.cjs.prod.cjs} +2791 -105
- package/dist/{vault.schema-958064b8.cjs.dev.cjs → vault.schema-3acedc2a.cjs.dev.cjs} +2791 -105
- package/dist/{vault.schema-cc3c5ffc.esm.mjs → vault.schema-7d38c7f1.esm.mjs} +2548 -83
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +3 -3
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +3 -3
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -3
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +1190 -18
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1190 -18
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1158 -5
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +2 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +34 -58
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +34 -58
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +10 -31
- package/dist/identity-api.schema-60af6079.esm.mjs +0 -1751
- package/dist/identity-api.schema-63ee6cfc.cjs.dev.cjs +0 -2139
- package/dist/identity-api.schema-9119d895.cjs.prod.cjs +0 -2139
|
@@ -6,7 +6,12 @@ export declare const Alpha2Country: z.ZodEnum<["AN", "XK", "AF", "AX", "AL", "DZ
|
|
|
6
6
|
export type Alpha2Country = z.infer<typeof Alpha2Country>;
|
|
7
7
|
export declare const countryISO3toISO2Mapping: Record<ISO3CountryCode, Alpha2Country>;
|
|
8
8
|
export declare const countryISO2toISO3Mapping: Record<Alpha2Country, ISO3CountryCode>;
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const CountryName: z.ZodEnum<["Netherlands Antiles", "Kosovo", "Bonaire, Sint Eustatius and Saba", "Curaçao", "Korea (the Democratic People's Republic of)", "Sint Maarten (Dutch part)", "South Sudan", "Afghanistan", "Aland Islands", "Albania", "Algeria", "American Samoa", "Andorra", "Angola", "Anguilla", "Antarctica", "Antigua And Barbuda", "Argentina", "Armenia", "Aruba", "Australia", "Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bosnia And Herzegovina", "Botswana", "Bouvet Island", "Brazil", "British Indian Ocean Territory", "Brunei Darussalam", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Cape Verde", "Cayman Islands", "Central African Republic", "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", "Comoros", "Congo", "Congo, Democratic Republic", "Cook Islands", "Costa Rica", "Cote D'Ivoire", "Croatia", "Cuba", "Cyprus", "Czech Republic", "Denmark", "Djibouti", "Dominica", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia", "Ethiopia", "Falkland Islands (Malvinas)", "Faroe Islands", "Fiji", "Finland", "France", "French Guiana", "French Polynesia", "French Southern Territories", "Gabon", "Gambia", "Georgia", "Germany", "Ghana", "Gibraltar", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guernsey", "Guinea", "Guinea-Bissau", "Guyana", "Haiti", "Heard Island & Mcdonald Islands", "Holy See (Vatican City State)", "Honduras", "Hong Kong", "Hungary", "Iceland", "India", "Indonesia", "Iran, Islamic Republic Of", "Iraq", "Ireland", "Isle Of Man", "Israel", "Italy", "Jamaica", "Japan", "Jersey", "Jordan", "Kazakhstan", "Kenya", "Kiribati", "Korea", "Kuwait", "Kyrgyzstan", "Lao People's Democratic Republic", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libyan Arab Jamahiriya", "Liechtenstein", "Lithuania", "Luxembourg", "Macao", "Macedonia", "Madagascar", "Malawi", "Malaysia", "Maldives", "Mali", "Malta", "Marshall Islands", "Martinique", "Mauritania", "Mauritius", "Mayotte", "Mexico", "Micronesia, Federated States Of", "Moldova", "Monaco", "Mongolia", "Montenegro", "Montserrat", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Netherlands", "New Caledonia", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Niue", "Norfolk Island", "Northern Mariana Islands", "Norway", "Oman", "Pakistan", "Palau", "Palestinian Territory, Occupied", "Panama", "Papua New Guinea", "Paraguay", "Peru", "Philippines", "Pitcairn", "Poland", "Portugal", "Puerto Rico", "Qatar", "Reunion", "Romania", "Russian Federation", "Rwanda", "Saint Barthelemy", "Saint Helena", "Saint Kitts And Nevis", "Saint Lucia", "Saint Martin", "Saint Pierre And Miquelon", "Saint Vincent And Grenadines", "Samoa", "San Marino", "Sao Tome And Principe", "Saudi Arabia", "Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore", "Slovakia", "Slovenia", "Solomon Islands", "Somalia", "South Africa", "South Georgia And Sandwich Isl.", "Spain", "Sri Lanka", "Sudan", "Suriname", "Svalbard And Jan Mayen", "Swaziland", "Sweden", "Switzerland", "Syrian Arab Republic", "Taiwan", "Tajikistan", "Tanzania", "Thailand", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidad And Tobago", "Tunisia", "Turkey", "Turkmenistan", "Turks And Caicos Islands", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "United States Outlying Islands", "Uruguay", "Uzbekistan", "Vanuatu", "Venezuela", "Viet Nam", "Virgin Islands, British", "Virgin Islands, U.S.", "Wallis And Futuna", "Western Sahara", "Yemen", "Zambia", "Zimbabwe"]>;
|
|
10
|
+
export type CountryName = z.infer<typeof CountryName>;
|
|
11
|
+
export declare const isoCountriesNameFromISO2: Record<Alpha2Country, CountryName>;
|
|
10
12
|
export declare const isoCountriesNameFromISO3: Record<ISO3CountryCode, string>;
|
|
11
13
|
export declare function parseISO3CountryCode(code: string | undefined | null): ISO3CountryCode | undefined;
|
|
14
|
+
export declare const ScorechainCountry: z.ZodEnum<["Afghanistan", "Åland Islands", "Albania", "Algeria", "American Samoa", "Andorra", "Angola", "Anguilla", "Antigua and Barbuda", "Argentina", "Armenia", "Aruba", "Australia", "Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bonaire, Sint Eustatius and Saba", "Bosnia-Herzegovina", "Botswana", "Brazil", "British Indian Ocean Territory", "British Virgin Islands", "Brunei Darussalam", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Cape Verde", "Cayman Islands", "Central African Rep", "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", "Comoros", "Congo (Brazzaville)", "Congo, the Democratic Republic", "Cook Islands", "Costa Rica", "Cote D'Ivoire", "Croatia", "Cuba", "Curacao", "Cyprus", "Czech Republic", "Denmark", "Djibouti", "Dominica", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia", "Eswatini", "Ethiopia", "Falkland Islands (Malvinas)", "Faroe islands", "Fiji", "Finland", "France", "French Guiana", "French Polynesia", "Gabon", "Gambia", "Georgia", "Germany", "Ghana", "Gibraltar", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guernsey", "Guinea", "Guinea Bissau", "Guyana", "Haiti", "Honduras", "Hong Kong", "Hungary", "Iceland", "India", "Indonesia", "Iran, Islamic Republic of", "Iraq", "Ireland", "Isle Of Man", "Israel", "Italy", "Jamaica", "Japan", "Jersey", "Jordan", "Kazakhstan", "Kenya", "Kiribati", "Kosovo", "Kuwait", "Kyrgyzstan", "Lao People's Democratic Republic", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macau", "Madagascar", "Malawi", "Malaysia", "Maldives", "Mali", "Malta", "Marshall Islands", "Martinique", "Mauritania", "Mauritius", "Mayotte", "Mexico", "Micronesia", "Moldova", "Monaco", "Mongolia", "Montenegro", "Montserrat", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Netherlands", "New Caledonia", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Niue", "Norfolk Island", "North Korea", "North Macedonia", "North Mariana Islands", "Norway", "Oman", "Pakistan", "Palau", "Palestine, State of", "Panama", "Papua New Guinea", "Paraguay", "Peru", "Philippines", "Pitcairn", "Poland", "Portugal", "Puerto Rico", "Qatar", "Réunion", "Romania", "Russian Federation", "Rwanda", "Saint Barthélemy", "Saint Helena, Ascension and Tristan", "Saint Kitts & Nevis", "Saint Lucia", "Saint Maarten", "Saint Martin (French part)", "Saint Pierre and Miquelon", "Saint Vincent & Grenadines", "Samoa", "San Marino", "Sao Tome & Prin.", "Saudi Arabia", "Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore", "Slovakia", "Slovenia", "Solomon Islands", "Somalia", "South Africa", "South Korea", "South Sudan", "Spain", "Sri Lanka", "Sudan", "Suriname", "Svalbard and Mayen", "Sweden", "Switzerland", "Syria", "Taiwan", "Tajikistan", "Tanzania", "Thailand", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidad & Tobago", "Tunisia", "Turkey", "Turkmenistan", "Turks & Caicos", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "United States Virgin Islands", "Uruguay", "Uzbekistan", "Vanuatu", "Vatican City State (Holy See)", "Venezuela", "Vietnam", "Wallis and Futuna", "Western Sahara", "Yemen", "Zambia", "Zimbabwe", "Undefined", "Netherlands Antiles", "Antarctica", "Bouvet Island", "French Southern Territories", "Heard Island & Mcdonald Islands", "South Georgia And Sandwich Isl.", "United States Outlying Islands"]>;
|
|
15
|
+
export type ScorechainCountry = z.infer<typeof ScorechainCountry>;
|
|
16
|
+
export declare const scorechainCountriesNameFromISO2: Record<Alpha2Country, ScorechainCountry>;
|
|
12
17
|
//# sourceMappingURL=countries.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"countries.schema.d.ts","sourceRoot":"../../../src","sources":["countries.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe,0uDACwD,CAAC;AAErF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB,6+CA4PpB,CAAC;AAEX,eAAO,MAAM,aAAa,++CAA4B,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,aAAa,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,eAAe,CA6PhE,CAAC;
|
|
1
|
+
{"version":3,"file":"countries.schema.d.ts","sourceRoot":"../../../src","sources":["countries.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe,0uDACwD,CAAC;AAErF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB,6+CA4PpB,CAAC;AAEX,eAAO,MAAM,aAAa,++CAA4B,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,aAAa,CA6PhE,CAAC;AAEb,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,eAAe,CA6PhE,CAAC;AAgQb,eAAO,MAAM,WAAW,2lHAAuB,CAAC;AAEhD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,aAAa,EAAE,WAAW,CA4P9D,CAAC;AAEX,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAM/B,CAAC;AAEvC,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAC9B,eAAe,GAAG,SAAS,CAI7B;AAED,eAAO,MAAM,iBAAiB,8hHA+P5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,aAAa,EACb,iBAAiB,CA8PlB,CAAC"}
|
|
@@ -2,13 +2,6 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const RiskScoreTypes: readonly ["Low", "Medium", "High", "No risk"];
|
|
3
3
|
export declare const RiskScoreType: z.ZodEnum<["Low", "Medium", "High", "No risk"]>;
|
|
4
4
|
export type RiskScoreType = z.infer<typeof RiskScoreType>;
|
|
5
|
-
export declare const WalletRiskScoreTypes: readonly ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
|
|
6
|
-
export declare const WalletRiskScoreType: z.ZodEnum<["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"]>;
|
|
7
|
-
export type WalletRiskScoreType = z.infer<typeof WalletRiskScoreType>;
|
|
8
|
-
export declare const compareRiskScores: (a: WalletRiskScoreType, b: WalletRiskScoreType) => number;
|
|
9
|
-
export declare const WalletRiskScoreProviders: readonly ["chainalysis", "merkleScience", "bigCs", "scoreChain"];
|
|
10
|
-
export declare const WalletRiskScoreProvider: z.ZodEnum<["chainalysis", "merkleScience", "bigCs", "scoreChain"]>;
|
|
11
|
-
export type WalletRiskScoreProvider = z.infer<typeof WalletRiskScoreProvider>;
|
|
12
5
|
export declare const CustomerTypes: readonly ["Individual", "Company"];
|
|
13
6
|
export declare const CustomerType: z.ZodEnum<["Individual", "Company"]>;
|
|
14
7
|
export type CustomerType = z.infer<typeof CustomerType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.schema.d.ts","sourceRoot":"../../../src","sources":["customer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc,+CAAgD,CAAC;AAC5E,eAAO,MAAM,aAAa,iDAAyB,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAG1D,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"customer.schema.d.ts","sourceRoot":"../../../src","sources":["customer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc,+CAAgD,CAAC;AAC5E,eAAO,MAAM,aAAa,iDAAyB,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAG1D,eAAO,MAAM,aAAa,oCAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,sCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAGxD,eAAO,MAAM,mBAAmB,2EAMtB,CAAC;AACX,eAAO,MAAM,kBAAkB,6EAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAGpE,eAAO,MAAM,mBAAmB,6CAA8C,CAAC;AAC/E,eAAO,MAAM,kBAAkB,+CAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,wBAAwB,6GAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,+GAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,gBAAgB,gHASnB,CAAC;AACX,eAAO,MAAM,cAAc,kHAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;EAQhC,CAAC;AAEb,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,iLAUnB,CAAC;AAEX,eAAO,MAAM,kBAAkB,mLAA2B,CAAC;AAC3D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,sBAAsB,qJAUzB,CAAC;AAEX,eAAO,MAAM,mBAAmB,uJAAiC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CvC,CAAC"}
|
|
@@ -8,6 +8,7 @@ export declare const ChallengePrefix = "challenge";
|
|
|
8
8
|
export declare const TestPrefix = "test";
|
|
9
9
|
export declare const CustomerScreeningPrefix = "cstscr";
|
|
10
10
|
export declare const TagPrefix = "tag";
|
|
11
|
+
export declare const ScorechainAnalysisPrefix = "scrchn";
|
|
11
12
|
export declare const MetaAlertPrefix = "malrt";
|
|
12
13
|
export declare const TagsToTransactionReviewsPrefix = "ttxr";
|
|
13
14
|
export declare const TransactionAddressesPrefix = "txa";
|
|
@@ -27,10 +28,6 @@ export declare const ListPrefix = "list";
|
|
|
27
28
|
export declare const QueryPrefix = "query";
|
|
28
29
|
export declare const ActionPrefix = "action";
|
|
29
30
|
export declare const WorkflowSessionAttributePrefix = "wsatr";
|
|
30
|
-
export declare const AmlScreeningSessionStepPrefix = "amsss";
|
|
31
|
-
export declare const DuplicateDetectionSessionStepPrefix = "dudss";
|
|
32
|
-
export declare const FraudDetectionSessionStepPrefix = "frdss";
|
|
33
|
-
export declare const WalletScreeningSessionStepPrefix = "wasss";
|
|
34
31
|
export declare const SsssSharePrefix = "ssssshare";
|
|
35
32
|
export declare const SsssChunkPrefix = "sssschunk";
|
|
36
33
|
export declare const AiExecutionPrefix = "aiexec";
|
|
@@ -45,6 +42,7 @@ export type TestPrefix = typeof TestPrefix;
|
|
|
45
42
|
export type CustomerScreeningPrefix = typeof CustomerScreeningPrefix;
|
|
46
43
|
export type TagPrefix = typeof TagPrefix;
|
|
47
44
|
export type ActionPrefix = typeof ActionPrefix;
|
|
45
|
+
export type ScorechainAnalysisPrefix = typeof ScorechainAnalysisPrefix;
|
|
48
46
|
export type ScenarioPrefix = typeof ScenarioPrefix;
|
|
49
47
|
export type ListPrefix = typeof ListPrefix;
|
|
50
48
|
export type QueryPrefix = typeof QueryPrefix;
|
|
@@ -63,10 +61,6 @@ export type InstitutionPrefix = typeof InstitutionPrefix;
|
|
|
63
61
|
export type InstitutionExtractedInfosPrefix = typeof InstitutionExtractedInfosPrefix;
|
|
64
62
|
export type TransactionAmountPrefix = typeof TransactionAmountPrefix;
|
|
65
63
|
export type WorkflowSessionAttributePrefix = typeof WorkflowSessionAttributePrefix;
|
|
66
|
-
export type AmlScreeningSessionStepPrefix = typeof AmlScreeningSessionStepPrefix;
|
|
67
|
-
export type DuplicateDetectionSessionStepPrefix = typeof DuplicateDetectionSessionStepPrefix;
|
|
68
|
-
export type FraudDetectionSessionStepPrefix = typeof FraudDetectionSessionStepPrefix;
|
|
69
|
-
export type WalletScreeningSessionStepPrefix = typeof WalletScreeningSessionStepPrefix;
|
|
70
64
|
export type SsssSharePrefix = typeof SsssSharePrefix;
|
|
71
65
|
export type SsssChunkPrefix = typeof SsssChunkPrefix;
|
|
72
66
|
export type AiExecutionPrefix = typeof AiExecutionPrefix;
|
|
@@ -81,6 +75,7 @@ export type TestId = `${TestPrefix}_${string}`;
|
|
|
81
75
|
export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
|
|
82
76
|
export type TagId = `${TagPrefix}_${string}`;
|
|
83
77
|
export type ActionId = `${ActionPrefix}_${string}`;
|
|
78
|
+
export type ScorechainAnalysisId = `${ScorechainAnalysisPrefix}_${string}`;
|
|
84
79
|
export type MetaAlertId = `${MetaAlertPrefix}_${string}`;
|
|
85
80
|
export type TagsToTransactionReviewsId = `${TagsToTransactionReviewsPrefix}_${string}`;
|
|
86
81
|
export type TransactionAddressesId = `${TransactionAddressesPrefix}_${string}`;
|
|
@@ -99,17 +94,13 @@ export type ScenarioId = `${ScenarioPrefix}_${string}`;
|
|
|
99
94
|
export type ListId = `${ListPrefix}_${string}`;
|
|
100
95
|
export type QueryId = `${QueryPrefix}_${string}`;
|
|
101
96
|
export type WorkflowSessionAttributeId = `${WorkflowSessionAttributePrefix}_${string}`;
|
|
102
|
-
export type AmlScreeningSessionStepId = `${AmlScreeningSessionStepPrefix}_${string}`;
|
|
103
|
-
export type DuplicateDetectionSessionStepId = `${DuplicateDetectionSessionStepPrefix}_${string}`;
|
|
104
|
-
export type FraudDetectionSessionStepId = `${FraudDetectionSessionStepPrefix}_${string}`;
|
|
105
|
-
export type WalletScreeningSessionStepId = `${WalletScreeningSessionStepPrefix}_${string}`;
|
|
106
97
|
export type AiExecutionId = `${AiExecutionPrefix}_${string}`;
|
|
107
98
|
export type AiExecutionStepId = `${AiExecutionStepPrefix}_${string}`;
|
|
108
99
|
export declare const WorkflowSessionId: z.ZodString;
|
|
109
100
|
export type WorkflowSessionId = z.infer<typeof WorkflowSessionId>;
|
|
110
101
|
export type SsssShareId = `${SsssSharePrefix}_${string}`;
|
|
111
102
|
export type SsssChunkId = `${SsssChunkPrefix}_${string}`;
|
|
112
|
-
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId |
|
|
103
|
+
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | AiExecutionId | AiExecutionStepId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
113
104
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
114
105
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
115
106
|
export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
|
|
@@ -137,16 +128,13 @@ export declare const TransactionAmountId: z.ZodType<`txam_${string}`, z.ZodTypeD
|
|
|
137
128
|
export declare const ScenarioId: z.ZodType<`scenario_${string}`, z.ZodTypeDef, `scenario_${string}`>;
|
|
138
129
|
export declare const ListId: z.ZodType<`list_${string}`, z.ZodTypeDef, `list_${string}`>;
|
|
139
130
|
export declare const QueryId: z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>;
|
|
131
|
+
export declare const ScorechainAnalysisId: z.ZodType<`scrchn_${string}`, z.ZodTypeDef, `scrchn_${string}`>;
|
|
140
132
|
export declare const WorkflowSessionAttributeId: z.ZodType<`wsatr_${string}`, z.ZodTypeDef, `wsatr_${string}`>;
|
|
141
|
-
export declare const AmlScreeningSessionStepId: z.ZodType<`amsss_${string}`, z.ZodTypeDef, `amsss_${string}`>;
|
|
142
|
-
export declare const DuplicateDetectionSessionStepId: z.ZodType<`dudss_${string}`, z.ZodTypeDef, `dudss_${string}`>;
|
|
143
|
-
export declare const FraudDetectionSessionStepId: z.ZodType<`frdss_${string}`, z.ZodTypeDef, `frdss_${string}`>;
|
|
144
|
-
export declare const WalletScreeningSessionStepId: z.ZodType<`wasss_${string}`, z.ZodTypeDef, `wasss_${string}`>;
|
|
145
133
|
export declare const SsssShareId: z.ZodType<`ssssshare_${string}`, z.ZodTypeDef, `ssssshare_${string}`>;
|
|
146
134
|
export declare const SsssChunkId: z.ZodType<`sssschunk_${string}`, z.ZodTypeDef, `sssschunk_${string}`>;
|
|
147
135
|
export declare const AiExecutionId: z.ZodType<`aiexec_${string}`, z.ZodTypeDef, `aiexec_${string}`>;
|
|
148
136
|
export declare const AiExecutionStepId: z.ZodType<`aiexest_${string}`, z.ZodTypeDef, `aiexest_${string}`>;
|
|
149
|
-
export declare const generateId: <T extends string>(type: T & (ActionPrefix |
|
|
137
|
+
export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | CustomerScreeningPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToTransactionReviewsPrefix | TransactionAmountPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | AiExecutionPrefix | AiExecutionStepPrefix)) => `${T}_${string}`;
|
|
150
138
|
export declare const MemberId: z.ZodString;
|
|
151
139
|
export type MemberId = z.infer<typeof MemberId>;
|
|
152
140
|
//# 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;AAIxB,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAChD,eAAO,MAAM,SAAS,QAAQ,CAAC;
|
|
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;AAIxB,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAChD,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAGjD,eAAO,MAAM,eAAe,UAAU,CAAC;AAGvC,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,QAAQ,CAAC;AAChD,eAAO,MAAM,iBAAiB,OAAO,CAAC;AACtC,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAChD,eAAO,MAAM,sBAAsB,QAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,SAAS,CAAC;AACtD,eAAO,MAAM,wBAAwB,QAAQ,CAAC;AAC9C,eAAO,MAAM,qCAAqC,UAAU,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAQ,CAAC;AACvC,eAAO,MAAM,+BAA+B,UAAU,CAAC;AACvD,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAG9C,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AAGrC,eAAO,MAAM,8BAA8B,UAAU,CAAC;AAGtD,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,eAAe,cAAc,CAAC;AAE3C,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAI/C,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC;AACnD,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAC7C,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAC/C,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AACzC,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AACzC,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAC/C,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AAGvE,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAG7C,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AAErD,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC;AACxC,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC;AAC3E,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC;AACjE,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AACvE,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AACnE,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC;AACzC,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AACvE,MAAM,MAAM,qCAAqC,GAC/C,OAAO,qCAAqC,CAAC;AAC/C,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC;AACzC,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AAGrE,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AACrD,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC;AAIjE,MAAM,MAAM,SAAS,GAAG,GAAG,aAAa,IAAI,MAAM,EAAE,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,GAAG,cAAc,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,OAAO,GAAG,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,QAAQ,GAAG,GAAG,YAAY,IAAI,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,KAAK,GAAG,GAAG,SAAS,IAAI,MAAM,EAAE,CAAC;AAC7C,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AACzD,MAAM,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,MAAM,EAAE,CAAC;AAC/C,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AACzE,MAAM,MAAM,KAAK,GAAG,GAAG,SAAS,IAAI,MAAM,EAAE,CAAC;AAC7C,MAAM,MAAM,QAAQ,GAAG,GAAG,YAAY,IAAI,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAG3E,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AAGzD,MAAM,MAAM,0BAA0B,GACpC,GAAG,8BAA8B,IAAI,MAAM,EAAE,CAAC;AAChD,MAAM,MAAM,sBAAsB,GAAG,GAAG,0BAA0B,IAAI,MAAM,EAAE,CAAC;AAC/E,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG,GAAG,qBAAqB,IAAI,MAAM,EAAE,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAC3E,MAAM,MAAM,kBAAkB,GAAG,GAAG,sBAAsB,IAAI,MAAM,EAAE,CAAC;AACvE,MAAM,MAAM,2BAA2B,GACrC,GAAG,+BAA+B,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAC3E,MAAM,MAAM,iCAAiC,GAC3C,GAAG,qCAAqC,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,2BAA2B,GACrC,GAAG,+BAA+B,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AAEzE,MAAM,MAAM,UAAU,GAAG,GAAG,cAAc,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,MAAM,EAAE,CAAC;AAC/C,MAAM,MAAM,OAAO,GAAG,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;AAGjD,MAAM,MAAM,0BAA0B,GACpC,GAAG,8BAA8B,IAAI,MAAM,EAAE,CAAC;AAGhD,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG,GAAG,qBAAqB,IAAI,MAAM,EAAE,CAAC;AAErE,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAC5C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAGlE,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AACzD,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AAEzD,eAAO,MAAM,qBAAqB,GAAI,CAAC,SAAS,MAAM,SAEhD,SAAS,GACT,UAAU,GACV,OAAO,GACP,QAAQ,GACR,KAAK,GACL,WAAW,GACX,MAAM,GACN,mBAAmB,GACnB,WAAW,GACX,UAAU,GACV,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,0BAA0B,GAC1B,sBAAsB,GACtB,aAAa,GACb,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,2BAA2B,GAC3B,oBAAoB,GACpB,iCAAiC,GACjC,aAAa,GACb,0BAA0B,GAC1B,2BAA2B,GAC3B,oBAAoB,GACpB,mBAAmB,GACnB,WAAW,GACX,WAAW,GACX,aAAa,GACb,iBAAiB,kCAWtB,CAAC;AAIF,eAAO,MAAM,SAAS,mEAAwD,CAAC;AAC/E,eAAO,MAAM,UAAU,qEAEtB,CAAC;AACF,eAAO,MAAM,OAAO,+DAAoD,CAAC;AACzE,eAAO,MAAM,QAAQ,iEAAsD,CAAC;AAC5E,eAAO,MAAM,KAAK,2DAAgD,CAAC;AACnE,eAAO,MAAM,WAAW,uEAEvB,CAAC;AACF,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,mBAAmB,iEAE/B,CAAC;AACF,eAAO,MAAM,KAAK,2DAAgD,CAAC;AACnE,eAAO,MAAM,QAAQ,iEAAsD,CAAC;AAG5E,eAAO,MAAM,WAAW,+DAEvB,CAAC;AAGF,eAAO,MAAM,0BAA0B,6DAGpC,CAAC;AACJ,eAAO,MAAM,sBAAsB,2DAGhC,CAAC;AACJ,eAAO,MAAM,aAAa,yDAEzB,CAAC;AACF,eAAO,MAAM,iBAAiB,2DAE7B,CAAC;AACF,eAAO,MAAM,mBAAmB,+DAE/B,CAAC;AACF,eAAO,MAAM,oBAAoB,+DAEhC,CAAC;AACF,eAAO,MAAM,kBAAkB,2DAE9B,CAAC;AACF,eAAO,MAAM,2BAA2B,6DAGrC,CAAC;AACJ,eAAO,MAAM,oBAAoB,2DAEhC,CAAC;AACF,eAAO,MAAM,iCAAiC,+DAG3C,CAAC;AACJ,eAAO,MAAM,aAAa,2DAEzB,CAAC;AACF,eAAO,MAAM,2BAA2B,+DAGrC,CAAC;AACJ,eAAO,MAAM,mBAAmB,6DAE/B,CAAC;AAEF,eAAO,MAAM,UAAU,qEAEtB,CAAC;AACF,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,OAAO,+DAAoD,CAAC;AACzE,eAAO,MAAM,oBAAoB,iEAEhC,CAAC;AAEF,eAAO,MAAM,0BAA0B,+DAGpC,CAAC;AAGJ,eAAO,MAAM,WAAW,uEAEvB,CAAC;AACF,eAAO,MAAM,WAAW,uEAEvB,CAAC;AAGF,eAAO,MAAM,aAAa,iEAEzB,CAAC;AACF,eAAO,MAAM,iBAAiB,mEAE7B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,MAAM,QACnC,CAAC,GACL,CACI,YAAY,GACZ,SAAS,GACT,eAAe,GACf,eAAe,GACf,UAAU,GACV,uBAAuB,GACvB,WAAW,GACX,cAAc,GACd,+BAA+B,GAC/B,iBAAiB,GACjB,UAAU,GACV,WAAW,GACX,cAAc,GACd,aAAa,GACb,SAAS,GACT,8BAA8B,GAC9B,uBAAuB,GACvB,0BAA0B,GAC1B,wBAAwB,GACxB,eAAe,GACf,eAAe,GACf,+BAA+B,GAC/B,qBAAqB,GACrB,sBAAsB,GACtB,qCAAqC,GACrC,wBAAwB,GACxB,wBAAwB,GACxB,iBAAiB,GACjB,uBAAuB,GACvB,YAAY,GACZ,8BAA8B,GAC9B,iBAAiB,GACjB,qBAAqB,CACxB,KACF,GAAG,CAAC,IAAI,MAAM,EAEhB,CAAC;AAEF,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../src","sources":["index.ts"],"names":[],"mappings":"AAEA,sCAA6B;AAC7B,mCAAgC;AAChC,qCAAkC;AAClC,mCAAgC;AAChC,sCAAmC;AACnC,+CAA4C;AAC5C,qCAAkC;AAClC,yCAAsC;AACtC,oCAA2B;AAC3B,kCAA+B;AAC/B,uCAAoC;AAEpC,kDAAyC;AAEzC,gCAA6B;AAC7B,wCAAqC;AACrC,iCAAwB;AACxB,wCAAqC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../src","sources":["index.ts"],"names":[],"mappings":"AAEA,sCAA6B;AAC7B,mCAAgC;AAChC,qCAAkC;AAClC,mCAAgC;AAChC,sCAAmC;AACnC,+CAA4C;AAC5C,qCAAkC;AAClC,yCAAsC;AACtC,oCAA2B;AAC3B,kCAA+B;AAC/B,uCAAoC;AAEpC,kDAAyC;AAEzC,gCAA6B;AAC7B,wCAAqC;AACrC,iCAAwB;AACxB,wCAAqC;AACrC,6CAA0C"}
|
|
@@ -51,7 +51,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
51
51
|
}, {
|
|
52
52
|
flowType: z.ZodLiteral<"web3">;
|
|
53
53
|
blockchainAddress: 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>]>]>;
|
|
54
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
54
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
55
55
|
}>, "strip", z.ZodTypeAny, {
|
|
56
56
|
sub: `identity_${string}`;
|
|
57
57
|
flowType: "web3";
|
|
@@ -65,7 +65,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
65
65
|
iat: number;
|
|
66
66
|
hosts: string[];
|
|
67
67
|
blockchainAddress: string;
|
|
68
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
68
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
69
69
|
ipAddress?: string | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
sub: `identity_${string}`;
|
|
@@ -80,7 +80,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
80
80
|
iat: number;
|
|
81
81
|
hosts: string[];
|
|
82
82
|
blockchainAddress: string;
|
|
83
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
83
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
84
84
|
ipAddress?: string | undefined;
|
|
85
85
|
}>;
|
|
86
86
|
export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -150,7 +150,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
150
150
|
}, {
|
|
151
151
|
flowType: z.ZodLiteral<"web3">;
|
|
152
152
|
blockchainAddress: 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>]>]>;
|
|
153
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
153
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
154
154
|
}>, "strip", z.ZodTypeAny, {
|
|
155
155
|
sub: `identity_${string}`;
|
|
156
156
|
flowType: "web3";
|
|
@@ -164,7 +164,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
164
164
|
iat: number;
|
|
165
165
|
hosts: string[];
|
|
166
166
|
blockchainAddress: string;
|
|
167
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
167
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
168
168
|
ipAddress?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
sub: `identity_${string}`;
|
|
@@ -179,7 +179,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
179
179
|
iat: number;
|
|
180
180
|
hosts: string[];
|
|
181
181
|
blockchainAddress: string;
|
|
182
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
182
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
183
183
|
ipAddress?: string | undefined;
|
|
184
184
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
185
185
|
sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -255,7 +255,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
255
255
|
}, {
|
|
256
256
|
flowType: z.ZodLiteral<"web3">;
|
|
257
257
|
blockchainAddress: 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>]>]>;
|
|
258
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
258
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
259
259
|
}>, "strip", z.ZodTypeAny, {
|
|
260
260
|
sub: `identity_${string}`;
|
|
261
261
|
flowType: "web3";
|
|
@@ -269,7 +269,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
269
269
|
iat: number;
|
|
270
270
|
hosts: string[];
|
|
271
271
|
blockchainAddress: string;
|
|
272
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
272
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
273
273
|
ipAddress?: string | undefined;
|
|
274
274
|
}, {
|
|
275
275
|
sub: `identity_${string}`;
|
|
@@ -284,7 +284,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
284
284
|
iat: number;
|
|
285
285
|
hosts: string[];
|
|
286
286
|
blockchainAddress: string;
|
|
287
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
287
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
288
288
|
ipAddress?: string | undefined;
|
|
289
289
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
290
290
|
sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -8,9 +8,9 @@ export type BigProperty = z.infer<typeof BigProperty>;
|
|
|
8
8
|
export declare const RequestProperty: z.ZodObject<{
|
|
9
9
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
property: "
|
|
11
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
12
12
|
}, {
|
|
13
|
-
property: "
|
|
13
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const BigCSErrorCodes: Map<string, string>;
|
|
16
16
|
/**
|
|
@@ -32,26 +32,26 @@ export declare const BitRankRequest: z.ZodObject<{
|
|
|
32
32
|
properties: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
33
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
property: "
|
|
35
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
36
36
|
}, {
|
|
37
|
-
property: "
|
|
37
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
38
38
|
}>, "many">>>>;
|
|
39
39
|
label: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
40
40
|
transactionsPerPage: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNumber>>>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
properties: {
|
|
43
|
-
property: "
|
|
43
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
44
44
|
}[] | null;
|
|
45
45
|
address?: string | null | undefined;
|
|
46
|
-
crypto?: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "
|
|
46
|
+
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
47
47
|
label?: string | null | undefined;
|
|
48
48
|
transactionsPerPage?: number | null | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
address?: string | null | undefined;
|
|
51
|
-
crypto?: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "
|
|
51
|
+
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
52
52
|
label?: string | null | undefined;
|
|
53
53
|
properties?: {
|
|
54
|
-
property: "
|
|
54
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
55
55
|
}[] | null | undefined;
|
|
56
56
|
transactionsPerPage?: number | null | undefined;
|
|
57
57
|
}>;
|
|
@@ -471,15 +471,15 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
471
471
|
hash: string;
|
|
472
472
|
fees: number;
|
|
473
473
|
}[] | undefined;
|
|
474
|
-
score?: number | undefined;
|
|
475
|
-
label?: string | undefined;
|
|
476
|
-
currency?: string | undefined;
|
|
477
|
-
new_address?: boolean | undefined;
|
|
478
474
|
entities?: {
|
|
479
475
|
type: string;
|
|
480
476
|
label: string;
|
|
481
477
|
}[] | undefined;
|
|
478
|
+
score?: number | undefined;
|
|
479
|
+
label?: string | undefined;
|
|
482
480
|
flags?: string[] | undefined;
|
|
481
|
+
currency?: string | undefined;
|
|
482
|
+
new_address?: boolean | undefined;
|
|
483
483
|
flags_with_category?: {
|
|
484
484
|
name: string;
|
|
485
485
|
category: string;
|
|
@@ -573,15 +573,15 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
573
573
|
hash: string;
|
|
574
574
|
fees: number;
|
|
575
575
|
}[] | undefined;
|
|
576
|
-
score?: number | undefined;
|
|
577
|
-
label?: string | undefined;
|
|
578
|
-
currency?: string | undefined;
|
|
579
|
-
new_address?: boolean | undefined;
|
|
580
576
|
entities?: {
|
|
581
577
|
type: string;
|
|
582
578
|
label: string;
|
|
583
579
|
}[] | undefined;
|
|
580
|
+
score?: number | undefined;
|
|
581
|
+
label?: string | undefined;
|
|
584
582
|
flags?: string[] | undefined;
|
|
583
|
+
currency?: string | undefined;
|
|
584
|
+
new_address?: boolean | undefined;
|
|
585
585
|
flags_with_category?: {
|
|
586
586
|
name: string;
|
|
587
587
|
category: string;
|
|
@@ -1529,15 +1529,15 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1529
1529
|
hash: string;
|
|
1530
1530
|
fees: number;
|
|
1531
1531
|
}[] | undefined;
|
|
1532
|
-
score?: number | undefined;
|
|
1533
|
-
label?: string | undefined;
|
|
1534
|
-
currency?: string | undefined;
|
|
1535
|
-
new_address?: boolean | undefined;
|
|
1536
1532
|
entities?: {
|
|
1537
1533
|
type: string;
|
|
1538
1534
|
label: string;
|
|
1539
1535
|
}[] | undefined;
|
|
1536
|
+
score?: number | undefined;
|
|
1537
|
+
label?: string | undefined;
|
|
1540
1538
|
flags?: string[] | undefined;
|
|
1539
|
+
currency?: string | undefined;
|
|
1540
|
+
new_address?: boolean | undefined;
|
|
1541
1541
|
flags_with_category?: {
|
|
1542
1542
|
name: string;
|
|
1543
1543
|
category: string;
|
|
@@ -1631,15 +1631,15 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1631
1631
|
hash: string;
|
|
1632
1632
|
fees: number;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
|
-
score?: number | undefined;
|
|
1635
|
-
label?: string | undefined;
|
|
1636
|
-
currency?: string | undefined;
|
|
1637
|
-
new_address?: boolean | undefined;
|
|
1638
1634
|
entities?: {
|
|
1639
1635
|
type: string;
|
|
1640
1636
|
label: string;
|
|
1641
1637
|
}[] | undefined;
|
|
1638
|
+
score?: number | undefined;
|
|
1639
|
+
label?: string | undefined;
|
|
1642
1640
|
flags?: string[] | undefined;
|
|
1641
|
+
currency?: string | undefined;
|
|
1642
|
+
new_address?: boolean | undefined;
|
|
1643
1643
|
flags_with_category?: {
|
|
1644
1644
|
name: string;
|
|
1645
1645
|
category: string;
|
|
@@ -85,15 +85,15 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
85
85
|
exposureType: z.ZodEnum<["direct", "indirect"]>;
|
|
86
86
|
direction: z.ZodLiteral<"both_directions">;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
risk: string;
|
|
89
88
|
exposureType: "direct" | "indirect";
|
|
90
89
|
direction: "both_directions";
|
|
90
|
+
risk: string;
|
|
91
91
|
minThreshold: number;
|
|
92
92
|
maxThreshold: number;
|
|
93
93
|
}, {
|
|
94
|
-
risk: string;
|
|
95
94
|
exposureType: "direct" | "indirect";
|
|
96
95
|
direction: "both_directions";
|
|
96
|
+
risk: string;
|
|
97
97
|
minThreshold: number;
|
|
98
98
|
maxThreshold: number;
|
|
99
99
|
}>>>;
|
|
@@ -102,9 +102,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
102
102
|
category: string;
|
|
103
103
|
percentage: number;
|
|
104
104
|
ruleTriggered?: {
|
|
105
|
-
risk: string;
|
|
106
105
|
exposureType: "direct" | "indirect";
|
|
107
106
|
direction: "both_directions";
|
|
107
|
+
risk: string;
|
|
108
108
|
minThreshold: number;
|
|
109
109
|
maxThreshold: number;
|
|
110
110
|
} | null | undefined;
|
|
@@ -113,9 +113,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
113
113
|
category: string;
|
|
114
114
|
percentage: number;
|
|
115
115
|
ruleTriggered?: {
|
|
116
|
-
risk: string;
|
|
117
116
|
exposureType: "direct" | "indirect";
|
|
118
117
|
direction: "both_directions";
|
|
118
|
+
risk: string;
|
|
119
119
|
minThreshold: number;
|
|
120
120
|
maxThreshold: number;
|
|
121
121
|
} | null | undefined;
|
|
@@ -160,9 +160,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
160
160
|
category: string;
|
|
161
161
|
percentage: number;
|
|
162
162
|
ruleTriggered?: {
|
|
163
|
-
risk: string;
|
|
164
163
|
exposureType: "direct" | "indirect";
|
|
165
164
|
direction: "both_directions";
|
|
165
|
+
risk: string;
|
|
166
166
|
minThreshold: number;
|
|
167
167
|
maxThreshold: number;
|
|
168
168
|
} | null | undefined;
|
|
@@ -200,9 +200,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
200
200
|
category: string;
|
|
201
201
|
percentage: number;
|
|
202
202
|
ruleTriggered?: {
|
|
203
|
-
risk: string;
|
|
204
203
|
exposureType: "direct" | "indirect";
|
|
205
204
|
direction: "both_directions";
|
|
205
|
+
risk: string;
|
|
206
206
|
minThreshold: number;
|
|
207
207
|
maxThreshold: number;
|
|
208
208
|
} | null | undefined;
|
|
@@ -348,15 +348,15 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
348
348
|
exposureType: z.ZodEnum<["direct", "indirect"]>;
|
|
349
349
|
direction: z.ZodLiteral<"both_directions">;
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
risk: string;
|
|
352
351
|
exposureType: "direct" | "indirect";
|
|
353
352
|
direction: "both_directions";
|
|
353
|
+
risk: string;
|
|
354
354
|
minThreshold: number;
|
|
355
355
|
maxThreshold: number;
|
|
356
356
|
}, {
|
|
357
|
-
risk: string;
|
|
358
357
|
exposureType: "direct" | "indirect";
|
|
359
358
|
direction: "both_directions";
|
|
359
|
+
risk: string;
|
|
360
360
|
minThreshold: number;
|
|
361
361
|
maxThreshold: number;
|
|
362
362
|
}>>>;
|
|
@@ -365,9 +365,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
365
365
|
category: string;
|
|
366
366
|
percentage: number;
|
|
367
367
|
ruleTriggered?: {
|
|
368
|
-
risk: string;
|
|
369
368
|
exposureType: "direct" | "indirect";
|
|
370
369
|
direction: "both_directions";
|
|
370
|
+
risk: string;
|
|
371
371
|
minThreshold: number;
|
|
372
372
|
maxThreshold: number;
|
|
373
373
|
} | null | undefined;
|
|
@@ -376,9 +376,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
376
376
|
category: string;
|
|
377
377
|
percentage: number;
|
|
378
378
|
ruleTriggered?: {
|
|
379
|
-
risk: string;
|
|
380
379
|
exposureType: "direct" | "indirect";
|
|
381
380
|
direction: "both_directions";
|
|
381
|
+
risk: string;
|
|
382
382
|
minThreshold: number;
|
|
383
383
|
maxThreshold: number;
|
|
384
384
|
} | null | undefined;
|
|
@@ -423,9 +423,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
423
423
|
category: string;
|
|
424
424
|
percentage: number;
|
|
425
425
|
ruleTriggered?: {
|
|
426
|
-
risk: string;
|
|
427
426
|
exposureType: "direct" | "indirect";
|
|
428
427
|
direction: "both_directions";
|
|
428
|
+
risk: string;
|
|
429
429
|
minThreshold: number;
|
|
430
430
|
maxThreshold: number;
|
|
431
431
|
} | null | undefined;
|
|
@@ -463,9 +463,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
463
463
|
category: string;
|
|
464
464
|
percentage: number;
|
|
465
465
|
ruleTriggered?: {
|
|
466
|
-
risk: string;
|
|
467
466
|
exposureType: "direct" | "indirect";
|
|
468
467
|
direction: "both_directions";
|
|
468
|
+
risk: string;
|
|
469
469
|
minThreshold: number;
|
|
470
470
|
maxThreshold: number;
|
|
471
471
|
} | null | undefined;
|