@nexeraid/identity-schemas 2.16.0-dev → 2.16.0-staging

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/{customers.schema-15a7ff7d.cjs.dev.js → customers.schema-a23a7d7d.cjs.dev.js} +3 -3
  2. package/dist/{customers.schema-9aa2c859.esm.js → customers.schema-bc9ea241.esm.js} +3 -3
  3. package/dist/{customers.schema-661c6594.cjs.prod.js → customers.schema-f2cbacca.cjs.prod.js} +3 -3
  4. package/dist/declarations/src/blockchain.schema.d.ts +143 -0
  5. package/dist/declarations/src/blockchain.schema.d.ts.map +1 -0
  6. package/dist/declarations/src/config.schema.d.ts +121 -0
  7. package/dist/declarations/src/config.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/app-requests.schema.d.ts +16 -16
  9. package/dist/declarations/src/identity/host-requests.schema.d.ts +20 -20
  10. package/dist/declarations/src/identity/identity-api.schema.d.ts +3 -2
  11. package/dist/declarations/src/identity/identity-api.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/identity-v2.schema.d.ts +56 -55
  13. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/kyc.schema.d.ts +10 -10
  15. package/dist/declarations/src/identity/scenario.schema.d.ts +4 -4
  16. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/identity/txAuthData.schema.d.ts +24 -150
  18. package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/index.d.ts +1 -1
  20. package/dist/declarations/src/index.d.ts.map +1 -1
  21. package/dist/declarations/src/nexeraSSID.schema.d.ts +21 -21
  22. package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
  23. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +2 -2
  24. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
  25. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +15 -15
  26. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  27. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -4
  28. package/dist/declarations/src/providers/provider.schema.d.ts +414 -414
  29. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +14 -14
  30. package/dist/declarations/src/webhooks/scenario-webhook.schema.d.ts +1 -1
  31. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +20 -20
  32. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +108 -108
  33. package/dist/{frontend-utilities.schema-cc8ceb46.cjs.prod.js → frontend-utilities.schema-1a37ad51.cjs.prod.js} +1 -1
  34. package/dist/{frontend-utilities.schema-730f3456.esm.js → frontend-utilities.schema-5587da47.esm.js} +1 -1
  35. package/dist/{frontend-utilities.schema-5d184c4f.cjs.dev.js → frontend-utilities.schema-b01c1889.cjs.dev.js} +1 -1
  36. package/dist/{identity-api.schema-de92d7dd.cjs.dev.js → identity-api.schema-2fb2ff78.cjs.prod.js} +137 -207
  37. package/dist/{identity-api.schema-37706ef2.cjs.prod.js → identity-api.schema-841bc821.cjs.dev.js} +137 -207
  38. package/dist/{identity-api.schema-58351f1d.esm.js → identity-api.schema-ee362a66.esm.js} +128 -189
  39. package/dist/nexeraid-identity-schemas.cjs.dev.js +13 -22
  40. package/dist/nexeraid-identity-schemas.cjs.prod.js +13 -22
  41. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  42. package/dist/package.json +1 -1
  43. package/dist/{transaction.schema-477a98f8.cjs.prod.js → transaction.schema-2f3eb4e6.cjs.prod.js} +1 -1
  44. package/dist/{transaction.schema-0ee693c4.esm.js → transaction.schema-62a16b38.esm.js} +1 -1
  45. package/dist/{transaction.schema-89adc4fb.cjs.dev.js → transaction.schema-fda3d623.cjs.dev.js} +1 -1
  46. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -2
  47. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -2
  48. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  49. package/package.json +1 -1
  50. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  51. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  52. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  53. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  55. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  56. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
  58. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
  59. package/dist/declarations/src/blockchain/addresses.schema.d.ts +0 -78
  60. package/dist/declarations/src/blockchain/addresses.schema.d.ts.map +0 -1
  61. package/dist/declarations/src/blockchain/base.schema.d.ts +0 -8
  62. package/dist/declarations/src/blockchain/base.schema.d.ts.map +0 -1
  63. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +0 -65
  64. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +0 -1
  65. package/dist/declarations/src/blockchain/chains/cosmos.schema.d.ts +0 -18
  66. package/dist/declarations/src/blockchain/chains/cosmos.schema.d.ts.map +0 -1
  67. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +0 -33
  68. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +0 -1
  69. package/dist/declarations/src/blockchain/chains/index.d.ts +0 -7
  70. package/dist/declarations/src/blockchain/chains/index.d.ts.map +0 -1
  71. package/dist/declarations/src/blockchain/chains/polygon.schema.d.ts +0 -5
  72. package/dist/declarations/src/blockchain/chains/polygon.schema.d.ts.map +0 -1
  73. package/dist/declarations/src/blockchain/chains/starknet.schema.d.ts +0 -17
  74. package/dist/declarations/src/blockchain/chains/starknet.schema.d.ts.map +0 -1
  75. package/dist/declarations/src/blockchain/chains/tezos.schema.d.ts +0 -18
  76. package/dist/declarations/src/blockchain/chains/tezos.schema.d.ts.map +0 -1
  77. package/dist/declarations/src/blockchain/index.d.ts +0 -7
  78. package/dist/declarations/src/blockchain/index.d.ts.map +0 -1
  79. package/dist/declarations/src/blockchain/namespaces.schema.d.ts +0 -24
  80. package/dist/declarations/src/blockchain/namespaces.schema.d.ts.map +0 -1
  81. package/dist/declarations/src/blockchain/signatures.schema.d.ts +0 -49
  82. package/dist/declarations/src/blockchain/signatures.schema.d.ts.map +0 -1
  83. package/dist/declarations/src/blockchain/transaction.schema.d.ts +0 -15
  84. package/dist/declarations/src/blockchain/transaction.schema.d.ts.map +0 -1
@@ -1589,7 +1589,7 @@ export type IsVerifiedResponse = z.infer<typeof IsVerifiedResponse>;
1589
1589
  export declare const GetTxAuthSigRequest: z.ZodObject<{
1590
1590
  type: z.ZodLiteral<"getTxAuthSigRequest">;
1591
1591
  data: z.ZodObject<z.objectUtil.extendShape<{
1592
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
1592
+ chainId: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
1593
1593
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
1594
1594
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
1595
1595
  functionName: z.ZodString;
@@ -1600,7 +1600,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
1600
1600
  }, {
1601
1601
  userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
1602
1602
  }>, "strip", z.ZodTypeAny, {
1603
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1603
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1604
1604
  contractAbi: Record<string, unknown>[];
1605
1605
  contractAddress: `0x${string}`;
1606
1606
  functionName: string;
@@ -1609,12 +1609,12 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
1609
1609
  blockExpiration?: number | undefined;
1610
1610
  nonce?: number | undefined;
1611
1611
  }, {
1612
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1613
1612
  contractAbi: Record<string, unknown>[];
1614
1613
  contractAddress: string;
1615
1614
  functionName: string;
1616
1615
  args: unknown[];
1617
1616
  userAddress?: string | undefined;
1617
+ chainId?: unknown;
1618
1618
  blockExpiration?: number | undefined;
1619
1619
  nonce?: number | undefined;
1620
1620
  }>;
@@ -1622,7 +1622,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
1622
1622
  }, "strip", z.ZodTypeAny, {
1623
1623
  type: "getTxAuthSigRequest";
1624
1624
  data: {
1625
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1625
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1626
1626
  contractAbi: Record<string, unknown>[];
1627
1627
  contractAddress: `0x${string}`;
1628
1628
  functionName: string;
@@ -1635,12 +1635,12 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
1635
1635
  }, {
1636
1636
  type: "getTxAuthSigRequest";
1637
1637
  data: {
1638
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
1639
1638
  contractAbi: Record<string, unknown>[];
1640
1639
  contractAddress: string;
1641
1640
  functionName: string;
1642
1641
  args: unknown[];
1643
1642
  userAddress?: string | undefined;
1643
+ chainId?: unknown;
1644
1644
  blockExpiration?: number | undefined;
1645
1645
  nonce?: number | undefined;
1646
1646
  };
@@ -1710,7 +1710,7 @@ export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
1710
1710
  export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
1711
1711
  type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
1712
1712
  data: z.ZodObject<z.objectUtil.extendShape<{
1713
- chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
1713
+ chainID: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../index.js").NEXERA_TEZOS_CHAINS, unknown>;
1714
1714
  contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
1715
1715
  functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
1716
1716
  args: z.ZodString;
@@ -1723,7 +1723,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
1723
1723
  contractAddress: `KT1${string}`;
1724
1724
  functionName: `%${string}`;
1725
1725
  args: string;
1726
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1726
+ chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
1727
1727
  userAddress?: `tz${string}` | undefined;
1728
1728
  blockExpiration?: number | undefined;
1729
1729
  nonce?: number | undefined;
@@ -1731,10 +1731,10 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
1731
1731
  contractAddress: string;
1732
1732
  functionName: string;
1733
1733
  args: string;
1734
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1735
1734
  userAddress?: string | undefined;
1736
1735
  blockExpiration?: number | undefined;
1737
1736
  nonce?: number | undefined;
1737
+ chainID?: unknown;
1738
1738
  }>;
1739
1739
  identifier: z.ZodString;
1740
1740
  }, "strip", z.ZodTypeAny, {
@@ -1743,7 +1743,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
1743
1743
  contractAddress: `KT1${string}`;
1744
1744
  functionName: `%${string}`;
1745
1745
  args: string;
1746
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1746
+ chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
1747
1747
  userAddress?: `tz${string}` | undefined;
1748
1748
  blockExpiration?: number | undefined;
1749
1749
  nonce?: number | undefined;
@@ -1755,10 +1755,10 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
1755
1755
  contractAddress: string;
1756
1756
  functionName: string;
1757
1757
  args: string;
1758
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1759
1758
  userAddress?: string | undefined;
1760
1759
  blockExpiration?: number | undefined;
1761
1760
  nonce?: number | undefined;
1761
+ chainID?: unknown;
1762
1762
  };
1763
1763
  identifier: string;
1764
1764
  }>;
@@ -2151,7 +2151,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2151
2151
  }>, z.ZodObject<{
2152
2152
  type: z.ZodLiteral<"getTxAuthSigRequest">;
2153
2153
  data: z.ZodObject<z.objectUtil.extendShape<{
2154
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
2154
+ chainId: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
2155
2155
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
2156
2156
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
2157
2157
  functionName: z.ZodString;
@@ -2162,7 +2162,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2162
2162
  }, {
2163
2163
  userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
2164
2164
  }>, "strip", z.ZodTypeAny, {
2165
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2165
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2166
2166
  contractAbi: Record<string, unknown>[];
2167
2167
  contractAddress: `0x${string}`;
2168
2168
  functionName: string;
@@ -2171,12 +2171,12 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2171
2171
  blockExpiration?: number | undefined;
2172
2172
  nonce?: number | undefined;
2173
2173
  }, {
2174
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2175
2174
  contractAbi: Record<string, unknown>[];
2176
2175
  contractAddress: string;
2177
2176
  functionName: string;
2178
2177
  args: unknown[];
2179
2178
  userAddress?: string | undefined;
2179
+ chainId?: unknown;
2180
2180
  blockExpiration?: number | undefined;
2181
2181
  nonce?: number | undefined;
2182
2182
  }>;
@@ -2184,7 +2184,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2184
2184
  }, "strip", z.ZodTypeAny, {
2185
2185
  type: "getTxAuthSigRequest";
2186
2186
  data: {
2187
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2187
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2188
2188
  contractAbi: Record<string, unknown>[];
2189
2189
  contractAddress: `0x${string}`;
2190
2190
  functionName: string;
@@ -2197,12 +2197,12 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2197
2197
  }, {
2198
2198
  type: "getTxAuthSigRequest";
2199
2199
  data: {
2200
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
2201
2200
  contractAbi: Record<string, unknown>[];
2202
2201
  contractAddress: string;
2203
2202
  functionName: string;
2204
2203
  args: unknown[];
2205
2204
  userAddress?: string | undefined;
2205
+ chainId?: unknown;
2206
2206
  blockExpiration?: number | undefined;
2207
2207
  nonce?: number | undefined;
2208
2208
  };
@@ -2210,7 +2210,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2210
2210
  }>, z.ZodObject<{
2211
2211
  type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
2212
2212
  data: z.ZodObject<z.objectUtil.extendShape<{
2213
- chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
2213
+ chainID: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../index.js").NEXERA_TEZOS_CHAINS, unknown>;
2214
2214
  contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
2215
2215
  functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
2216
2216
  args: z.ZodString;
@@ -2223,7 +2223,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2223
2223
  contractAddress: `KT1${string}`;
2224
2224
  functionName: `%${string}`;
2225
2225
  args: string;
2226
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
2226
+ chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
2227
2227
  userAddress?: `tz${string}` | undefined;
2228
2228
  blockExpiration?: number | undefined;
2229
2229
  nonce?: number | undefined;
@@ -2231,10 +2231,10 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2231
2231
  contractAddress: string;
2232
2232
  functionName: string;
2233
2233
  args: string;
2234
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
2235
2234
  userAddress?: string | undefined;
2236
2235
  blockExpiration?: number | undefined;
2237
2236
  nonce?: number | undefined;
2237
+ chainID?: unknown;
2238
2238
  }>;
2239
2239
  identifier: z.ZodString;
2240
2240
  }, "strip", z.ZodTypeAny, {
@@ -2243,7 +2243,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2243
2243
  contractAddress: `KT1${string}`;
2244
2244
  functionName: `%${string}`;
2245
2245
  args: string;
2246
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
2246
+ chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
2247
2247
  userAddress?: `tz${string}` | undefined;
2248
2248
  blockExpiration?: number | undefined;
2249
2249
  nonce?: number | undefined;
@@ -2255,10 +2255,10 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2255
2255
  contractAddress: string;
2256
2256
  functionName: string;
2257
2257
  args: string;
2258
- chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
2259
2258
  userAddress?: string | undefined;
2260
2259
  blockExpiration?: number | undefined;
2261
2260
  nonce?: number | undefined;
2261
+ chainID?: unknown;
2262
2262
  };
2263
2263
  identifier: string;
2264
2264
  }>]>;
@@ -1,5 +1,6 @@
1
1
  import { z } from "zod";
2
- import { BlockchainAddress, BlockchainId, BlockchainSignature, PublicKey, SupportedBlockchainNamespaceForSignatureAuth } from "../blockchain/index.js";
2
+ import { BlockchainId } from "../blockchain.schema.js";
3
+ import { BlockchainAddress, BlockchainNamespace, BlockchainSignature, PublicKey } from "../config.schema.js";
3
4
  export type WalletSignatureResponse = {
4
5
  message: string;
5
6
  signature: BlockchainSignature;
@@ -10,7 +11,7 @@ export type WalletSignatureResponse = {
10
11
  export declare const WalletSignatureResponse: z.ZodType<WalletSignatureResponse>;
11
12
  export type VerifyWalletChallengeRequest = WalletSignatureResponse & {
12
13
  address: BlockchainAddress;
13
- namespace: SupportedBlockchainNamespaceForSignatureAuth;
14
+ namespace: BlockchainNamespace;
14
15
  blockchainId?: BlockchainId;
15
16
  };
16
17
  export declare const VerifyWalletChallengeRequest: z.ZodType<VerifyWalletChallengeRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"identity-api.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-api.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,mBAAmB,EACnB,SAAS,EACT,4CAA4C,EAC7C,+BAAsB;AAEvB,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,SAAS,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAoBnE,CAAC;AAEL,MAAM,MAAM,4BAA4B,GAAG,uBAAuB,GAAG;IACnE,OAAO,EAAE,iBAAiB,CAAC;IAC3B,SAAS,EAAE,4CAA4C,CAAC;IACxD,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAAC,4BAA4B,CAOnC,CAAC"}
1
+ {"version":3,"file":"identity-api.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-api.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,gCAA6B;AACpD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACV,4BAAyB;AAE1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,SAAS,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAoBnE,CAAC;AAEL,MAAM,MAAM,4BAA4B,GAAG,uBAAuB,GAAG;IACnE,OAAO,EAAE,iBAAiB,CAAC;IAC3B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAAC,4BAA4B,CAOnC,CAAC"}