@coinbase/cdp-sdk 1.36.1 → 1.38.0

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 (62) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +73 -1
  3. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  4. package/_cjs/openapi-client/generated/onchain-data/onchain-data.js +1 -39
  5. package/_cjs/openapi-client/generated/onchain-data/onchain-data.js.map +1 -1
  6. package/_cjs/openapi-client/generated/onramp/onramp.js +29 -1
  7. package/_cjs/openapi-client/generated/onramp/onramp.js.map +1 -1
  8. package/_cjs/openapi-client/generated/sql-api-alpha/sql-api-alpha.js +43 -0
  9. package/_cjs/openapi-client/generated/sql-api-alpha/sql-api-alpha.js.map +1 -0
  10. package/_cjs/openapi-client/index.js +1 -0
  11. package/_cjs/openapi-client/index.js.map +1 -1
  12. package/_cjs/policies/evmSchema.js +2 -0
  13. package/_cjs/policies/evmSchema.js.map +1 -1
  14. package/_cjs/policies/solanaSchema.js +92 -2
  15. package/_cjs/policies/solanaSchema.js.map +1 -1
  16. package/_cjs/policies/types.js +1 -0
  17. package/_cjs/policies/types.js.map +1 -1
  18. package/_cjs/version.js +1 -1
  19. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +71 -0
  20. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  21. package/_esm/openapi-client/generated/onchain-data/onchain-data.js +0 -37
  22. package/_esm/openapi-client/generated/onchain-data/onchain-data.js.map +1 -1
  23. package/_esm/openapi-client/generated/onramp/onramp.js +27 -0
  24. package/_esm/openapi-client/generated/onramp/onramp.js.map +1 -1
  25. package/_esm/openapi-client/generated/sql-api-alpha/sql-api-alpha.js +39 -0
  26. package/_esm/openapi-client/generated/sql-api-alpha/sql-api-alpha.js.map +1 -0
  27. package/_esm/openapi-client/index.js +1 -0
  28. package/_esm/openapi-client/index.js.map +1 -1
  29. package/_esm/policies/evmSchema.js +2 -0
  30. package/_esm/policies/evmSchema.js.map +1 -1
  31. package/_esm/policies/solanaSchema.js +91 -1
  32. package/_esm/policies/solanaSchema.js.map +1 -1
  33. package/_esm/policies/types.js +2 -1
  34. package/_esm/policies/types.js.map +1 -1
  35. package/_esm/version.js +1 -1
  36. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts +226 -6
  37. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts.map +1 -1
  38. package/_types/openapi-client/generated/onchain-data/onchain-data.d.ts +1 -32
  39. package/_types/openapi-client/generated/onchain-data/onchain-data.d.ts.map +1 -1
  40. package/_types/openapi-client/generated/onramp/onramp.d.ts +22 -1
  41. package/_types/openapi-client/generated/onramp/onramp.d.ts.map +1 -1
  42. package/_types/openapi-client/generated/sql-api-alpha/sql-api-alpha.d.ts +43 -0
  43. package/_types/openapi-client/generated/sql-api-alpha/sql-api-alpha.d.ts.map +1 -0
  44. package/_types/openapi-client/index.d.ts +1 -1
  45. package/_types/openapi-client/index.d.ts.map +1 -1
  46. package/_types/policies/evmSchema.d.ts +92 -0
  47. package/_types/policies/evmSchema.d.ts.map +1 -1
  48. package/_types/policies/solanaSchema.d.ts +325 -3
  49. package/_types/policies/solanaSchema.d.ts.map +1 -1
  50. package/_types/policies/types.d.ts +489 -0
  51. package/_types/policies/types.d.ts.map +1 -1
  52. package/_types/version.d.ts +1 -1
  53. package/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.ts +295 -5
  54. package/openapi-client/generated/onchain-data/onchain-data.ts +0 -46
  55. package/openapi-client/generated/onramp/onramp.ts +38 -0
  56. package/openapi-client/generated/sql-api-alpha/sql-api-alpha.ts +60 -0
  57. package/openapi-client/index.ts +1 -0
  58. package/package.json +1 -1
  59. package/policies/evmSchema.ts +2 -0
  60. package/policies/solanaSchema.ts +124 -3
  61. package/policies/types.ts +6 -1
  62. package/version.ts +1 -1
@@ -53,6 +53,32 @@ export declare const MintAddressOperatorEnum: z.ZodEnum<["in", "not in"]>;
53
53
  * These operators determine how token mint addresses are evaluated against a list.
54
54
  */
55
55
  export type MintAddressOperator = z.infer<typeof MintAddressOperatorEnum>;
56
+ /**
57
+ * Enum for ProgramIdOperator values
58
+ */
59
+ export declare const ProgramIdOperatorEnum: z.ZodEnum<["in", "not in"]>;
60
+ /**
61
+ * Type representing the operators that can be used for program ID comparisons.
62
+ * These operators determine how transaction program IDs are evaluated against a list.
63
+ */
64
+ export type ProgramIdOperator = z.infer<typeof ProgramIdOperatorEnum>;
65
+ /**
66
+ * Enum for SolNetworkOperator values
67
+ */
68
+ export declare const SolNetworkOperatorEnum: z.ZodEnum<["in", "not in"]>;
69
+ /**
70
+ * Type representing the operators that can be used for Solana network comparisons.
71
+ * These operators determine how transaction networks are evaluated against a list.
72
+ */
73
+ export type SolNetworkOperator = z.infer<typeof SolNetworkOperatorEnum>;
74
+ /**
75
+ * Enum for supported Solana networks
76
+ */
77
+ export declare const SolNetworkEnum: z.ZodEnum<["solana-devnet", "solana"]>;
78
+ /**
79
+ * Type representing the supported Solana networks.
80
+ */
81
+ export type SolNetwork = z.infer<typeof SolNetworkEnum>;
56
82
  /**
57
83
  * Enum for KnownIdlType values
58
84
  */
@@ -456,6 +482,77 @@ export declare const SolDataCriterionSchema: z.ZodObject<{
456
482
  }, z.ZodTypeAny, "passthrough">)[];
457
483
  }>;
458
484
  export type SolDataCriterion = z.infer<typeof SolDataCriterionSchema>;
485
+ /**
486
+ * Schema for program ID criterions
487
+ */
488
+ export declare const ProgramIdCriterionSchema: z.ZodObject<{
489
+ /** The type of criterion, must be "programId" for program ID-based rules. */
490
+ type: z.ZodLiteral<"programId">;
491
+ /**
492
+ * Array of Solana program IDs to compare against.
493
+ * Each program ID must be a valid Base58-encoded Solana address (32-44 characters).
494
+ */
495
+ programIds: z.ZodArray<z.ZodString, "many">;
496
+ /**
497
+ * The operator to use for evaluating transaction program IDs.
498
+ * "in" checks if a program ID is in the provided list.
499
+ * "not in" checks if a program ID is not in the provided list.
500
+ */
501
+ operator: z.ZodEnum<["in", "not in"]>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ type: "programId";
504
+ operator: "in" | "not in";
505
+ programIds: string[];
506
+ }, {
507
+ type: "programId";
508
+ operator: "in" | "not in";
509
+ programIds: string[];
510
+ }>;
511
+ export type ProgramIdCriterion = z.infer<typeof ProgramIdCriterionSchema>;
512
+ /**
513
+ * Schema for Solana network criterions
514
+ */
515
+ export declare const SolNetworkCriterionSchema: z.ZodObject<{
516
+ /** The type of criterion, must be "solNetwork" for network-based rules. */
517
+ type: z.ZodLiteral<"solNetwork">;
518
+ /**
519
+ * Array of Solana networks to compare against.
520
+ */
521
+ networks: z.ZodArray<z.ZodEnum<["solana-devnet", "solana"]>, "many">;
522
+ /**
523
+ * The operator to use for evaluating transaction network.
524
+ * "in" checks if the network is in the provided list.
525
+ * "not in" checks if the network is not in the provided list.
526
+ */
527
+ operator: z.ZodEnum<["in", "not in"]>;
528
+ }, "strip", z.ZodTypeAny, {
529
+ type: "solNetwork";
530
+ operator: "in" | "not in";
531
+ networks: ("solana-devnet" | "solana")[];
532
+ }, {
533
+ type: "solNetwork";
534
+ operator: "in" | "not in";
535
+ networks: ("solana-devnet" | "solana")[];
536
+ }>;
537
+ export type SolNetworkCriterion = z.infer<typeof SolNetworkCriterionSchema>;
538
+ /**
539
+ * Schema for Solana message criterions
540
+ */
541
+ export declare const SolMessageCriterionSchema: z.ZodObject<{
542
+ /** The type of criterion, must be "solMessage" for message-based rules. */
543
+ type: z.ZodLiteral<"solMessage">;
544
+ /**
545
+ * A regular expression pattern to match against the message.
546
+ */
547
+ match: z.ZodString;
548
+ }, "strip", z.ZodTypeAny, {
549
+ match: string;
550
+ type: "solMessage";
551
+ }, {
552
+ match: string;
553
+ type: "solMessage";
554
+ }>;
555
+ export type SolMessageCriterion = z.infer<typeof SolMessageCriterionSchema>;
459
556
  /**
460
557
  * Schema for criteria used in SignSolTransaction operations
461
558
  */
@@ -685,10 +782,32 @@ export declare const SignSolTransactionCriteriaSchema: z.ZodArray<z.ZodDiscrimin
685
782
  /** Array of instruction specifications */
686
783
  instructions: z.ZodArray<z.ZodAny, "many">;
687
784
  }, z.ZodTypeAny, "passthrough">)[];
785
+ }>, z.ZodObject<{
786
+ /** The type of criterion, must be "programId" for program ID-based rules. */
787
+ type: z.ZodLiteral<"programId">;
788
+ /**
789
+ * Array of Solana program IDs to compare against.
790
+ * Each program ID must be a valid Base58-encoded Solana address (32-44 characters).
791
+ */
792
+ programIds: z.ZodArray<z.ZodString, "many">;
793
+ /**
794
+ * The operator to use for evaluating transaction program IDs.
795
+ * "in" checks if a program ID is in the provided list.
796
+ * "not in" checks if a program ID is not in the provided list.
797
+ */
798
+ operator: z.ZodEnum<["in", "not in"]>;
799
+ }, "strip", z.ZodTypeAny, {
800
+ type: "programId";
801
+ operator: "in" | "not in";
802
+ programIds: string[];
803
+ }, {
804
+ type: "programId";
805
+ operator: "in" | "not in";
806
+ programIds: string[];
688
807
  }>]>, "many">;
689
808
  /**
690
809
  * Type representing a set of criteria for the signSolTransaction operation.
691
- * Can contain up to 10 individual criterion objects for Solana addresses, SOL values, SPL addresses, SPL values, and mint addresses.
810
+ * Can contain up to 10 individual criterion objects for Solana addresses, SOL values, SPL addresses, SPL values, mint addresses, Solana data, and program IDs.
692
811
  */
693
812
  export type SignSolTransactionCriteria = z.infer<typeof SignSolTransactionCriteriaSchema>;
694
813
  /**
@@ -920,16 +1039,59 @@ export declare const SendSolTransactionCriteriaSchema: z.ZodArray<z.ZodDiscrimin
920
1039
  /** Array of instruction specifications */
921
1040
  instructions: z.ZodArray<z.ZodAny, "many">;
922
1041
  }, z.ZodTypeAny, "passthrough">)[];
1042
+ }>, z.ZodObject<{
1043
+ /** The type of criterion, must be "programId" for program ID-based rules. */
1044
+ type: z.ZodLiteral<"programId">;
1045
+ /**
1046
+ * Array of Solana program IDs to compare against.
1047
+ * Each program ID must be a valid Base58-encoded Solana address (32-44 characters).
1048
+ */
1049
+ programIds: z.ZodArray<z.ZodString, "many">;
1050
+ /**
1051
+ * The operator to use for evaluating transaction program IDs.
1052
+ * "in" checks if a program ID is in the provided list.
1053
+ * "not in" checks if a program ID is not in the provided list.
1054
+ */
1055
+ operator: z.ZodEnum<["in", "not in"]>;
1056
+ }, "strip", z.ZodTypeAny, {
1057
+ type: "programId";
1058
+ operator: "in" | "not in";
1059
+ programIds: string[];
1060
+ }, {
1061
+ type: "programId";
1062
+ operator: "in" | "not in";
1063
+ programIds: string[];
1064
+ }>, z.ZodObject<{
1065
+ /** The type of criterion, must be "solNetwork" for network-based rules. */
1066
+ type: z.ZodLiteral<"solNetwork">;
1067
+ /**
1068
+ * Array of Solana networks to compare against.
1069
+ */
1070
+ networks: z.ZodArray<z.ZodEnum<["solana-devnet", "solana"]>, "many">;
1071
+ /**
1072
+ * The operator to use for evaluating transaction network.
1073
+ * "in" checks if the network is in the provided list.
1074
+ * "not in" checks if the network is not in the provided list.
1075
+ */
1076
+ operator: z.ZodEnum<["in", "not in"]>;
1077
+ }, "strip", z.ZodTypeAny, {
1078
+ type: "solNetwork";
1079
+ operator: "in" | "not in";
1080
+ networks: ("solana-devnet" | "solana")[];
1081
+ }, {
1082
+ type: "solNetwork";
1083
+ operator: "in" | "not in";
1084
+ networks: ("solana-devnet" | "solana")[];
923
1085
  }>]>, "many">;
924
1086
  /**
925
1087
  * Type representing a set of criteria for the sendSolTransaction operation.
926
- * Can contain up to 10 individual criterion objects for Solana addresses, SOL values, SPL addresses, SPL values, and mint addresses.
1088
+ * Can contain up to 10 individual criterion objects for Solana addresses, SOL values, SPL addresses, SPL values, mint addresses, Solana data, program IDs, and network restrictions.
927
1089
  */
928
1090
  export type SendSolTransactionCriteria = z.infer<typeof SendSolTransactionCriteriaSchema>;
929
1091
  /**
930
1092
  * Enum for Solana Operation types
931
1093
  */
932
- export declare const SolOperationEnum: z.ZodEnum<["signSolTransaction", "sendSolTransaction"]>;
1094
+ export declare const SolOperationEnum: z.ZodEnum<["signSolTransaction", "sendSolTransaction", "signSolMessage"]>;
933
1095
  /**
934
1096
  * Type representing the operations that can be governed by a policy.
935
1097
  * Defines what Solana operations the policy applies to.
@@ -1180,6 +1342,28 @@ export declare const SignSolTransactionRuleSchema: z.ZodObject<{
1180
1342
  /** Array of instruction specifications */
1181
1343
  instructions: z.ZodArray<z.ZodAny, "many">;
1182
1344
  }, z.ZodTypeAny, "passthrough">)[];
1345
+ }>, z.ZodObject<{
1346
+ /** The type of criterion, must be "programId" for program ID-based rules. */
1347
+ type: z.ZodLiteral<"programId">;
1348
+ /**
1349
+ * Array of Solana program IDs to compare against.
1350
+ * Each program ID must be a valid Base58-encoded Solana address (32-44 characters).
1351
+ */
1352
+ programIds: z.ZodArray<z.ZodString, "many">;
1353
+ /**
1354
+ * The operator to use for evaluating transaction program IDs.
1355
+ * "in" checks if a program ID is in the provided list.
1356
+ * "not in" checks if a program ID is not in the provided list.
1357
+ */
1358
+ operator: z.ZodEnum<["in", "not in"]>;
1359
+ }, "strip", z.ZodTypeAny, {
1360
+ type: "programId";
1361
+ operator: "in" | "not in";
1362
+ programIds: string[];
1363
+ }, {
1364
+ type: "programId";
1365
+ operator: "in" | "not in";
1366
+ programIds: string[];
1183
1367
  }>]>, "many">;
1184
1368
  }, "strip", z.ZodTypeAny, {
1185
1369
  action: "reject" | "accept";
@@ -1224,6 +1408,10 @@ export declare const SignSolTransactionRuleSchema: z.ZodObject<{
1224
1408
  /** Array of instruction specifications */
1225
1409
  instructions: z.ZodArray<z.ZodAny, "many">;
1226
1410
  }, z.ZodTypeAny, "passthrough">)[];
1411
+ } | {
1412
+ type: "programId";
1413
+ operator: "in" | "not in";
1414
+ programIds: string[];
1227
1415
  })[];
1228
1416
  }, {
1229
1417
  action: "reject" | "accept";
@@ -1268,6 +1456,10 @@ export declare const SignSolTransactionRuleSchema: z.ZodObject<{
1268
1456
  /** Array of instruction specifications */
1269
1457
  instructions: z.ZodArray<z.ZodAny, "many">;
1270
1458
  }, z.ZodTypeAny, "passthrough">)[];
1459
+ } | {
1460
+ type: "programId";
1461
+ operator: "in" | "not in";
1462
+ programIds: string[];
1271
1463
  })[];
1272
1464
  }>;
1273
1465
  export type SignSolTransactionRule = z.infer<typeof SignSolTransactionRuleSchema>;
@@ -1516,6 +1708,49 @@ export declare const SendSolTransactionRuleSchema: z.ZodObject<{
1516
1708
  /** Array of instruction specifications */
1517
1709
  instructions: z.ZodArray<z.ZodAny, "many">;
1518
1710
  }, z.ZodTypeAny, "passthrough">)[];
1711
+ }>, z.ZodObject<{
1712
+ /** The type of criterion, must be "programId" for program ID-based rules. */
1713
+ type: z.ZodLiteral<"programId">;
1714
+ /**
1715
+ * Array of Solana program IDs to compare against.
1716
+ * Each program ID must be a valid Base58-encoded Solana address (32-44 characters).
1717
+ */
1718
+ programIds: z.ZodArray<z.ZodString, "many">;
1719
+ /**
1720
+ * The operator to use for evaluating transaction program IDs.
1721
+ * "in" checks if a program ID is in the provided list.
1722
+ * "not in" checks if a program ID is not in the provided list.
1723
+ */
1724
+ operator: z.ZodEnum<["in", "not in"]>;
1725
+ }, "strip", z.ZodTypeAny, {
1726
+ type: "programId";
1727
+ operator: "in" | "not in";
1728
+ programIds: string[];
1729
+ }, {
1730
+ type: "programId";
1731
+ operator: "in" | "not in";
1732
+ programIds: string[];
1733
+ }>, z.ZodObject<{
1734
+ /** The type of criterion, must be "solNetwork" for network-based rules. */
1735
+ type: z.ZodLiteral<"solNetwork">;
1736
+ /**
1737
+ * Array of Solana networks to compare against.
1738
+ */
1739
+ networks: z.ZodArray<z.ZodEnum<["solana-devnet", "solana"]>, "many">;
1740
+ /**
1741
+ * The operator to use for evaluating transaction network.
1742
+ * "in" checks if the network is in the provided list.
1743
+ * "not in" checks if the network is not in the provided list.
1744
+ */
1745
+ operator: z.ZodEnum<["in", "not in"]>;
1746
+ }, "strip", z.ZodTypeAny, {
1747
+ type: "solNetwork";
1748
+ operator: "in" | "not in";
1749
+ networks: ("solana-devnet" | "solana")[];
1750
+ }, {
1751
+ type: "solNetwork";
1752
+ operator: "in" | "not in";
1753
+ networks: ("solana-devnet" | "solana")[];
1519
1754
  }>]>, "many">;
1520
1755
  }, "strip", z.ZodTypeAny, {
1521
1756
  action: "reject" | "accept";
@@ -1560,6 +1795,14 @@ export declare const SendSolTransactionRuleSchema: z.ZodObject<{
1560
1795
  /** Array of instruction specifications */
1561
1796
  instructions: z.ZodArray<z.ZodAny, "many">;
1562
1797
  }, z.ZodTypeAny, "passthrough">)[];
1798
+ } | {
1799
+ type: "programId";
1800
+ operator: "in" | "not in";
1801
+ programIds: string[];
1802
+ } | {
1803
+ type: "solNetwork";
1804
+ operator: "in" | "not in";
1805
+ networks: ("solana-devnet" | "solana")[];
1563
1806
  })[];
1564
1807
  }, {
1565
1808
  action: "reject" | "accept";
@@ -1604,7 +1847,86 @@ export declare const SendSolTransactionRuleSchema: z.ZodObject<{
1604
1847
  /** Array of instruction specifications */
1605
1848
  instructions: z.ZodArray<z.ZodAny, "many">;
1606
1849
  }, z.ZodTypeAny, "passthrough">)[];
1850
+ } | {
1851
+ type: "programId";
1852
+ operator: "in" | "not in";
1853
+ programIds: string[];
1854
+ } | {
1855
+ type: "solNetwork";
1856
+ operator: "in" | "not in";
1857
+ networks: ("solana-devnet" | "solana")[];
1607
1858
  })[];
1608
1859
  }>;
1609
1860
  export type SendSolTransactionRule = z.infer<typeof SendSolTransactionRuleSchema>;
1861
+ /**
1862
+ * Schema for criteria used in SignSolMessage operations
1863
+ */
1864
+ export declare const SignSolMessageCriteriaSchema: z.ZodArray<z.ZodObject<{
1865
+ /** The type of criterion, must be "solMessage" for message-based rules. */
1866
+ type: z.ZodLiteral<"solMessage">;
1867
+ /**
1868
+ * A regular expression pattern to match against the message.
1869
+ */
1870
+ match: z.ZodString;
1871
+ }, "strip", z.ZodTypeAny, {
1872
+ match: string;
1873
+ type: "solMessage";
1874
+ }, {
1875
+ match: string;
1876
+ type: "solMessage";
1877
+ }>, "many">;
1878
+ /**
1879
+ * Type representing a set of criteria for the signSolMessage operation.
1880
+ * Can contain up to 10 individual criterion objects for Solana message matching.
1881
+ */
1882
+ export type SignSolMessageCriteria = z.infer<typeof SignSolMessageCriteriaSchema>;
1883
+ /**
1884
+ * Type representing a 'signSolMessage' policy rule that can accept or reject specific operations
1885
+ * based on a set of criteria.
1886
+ */
1887
+ export declare const SignSolMessageRuleSchema: z.ZodObject<{
1888
+ /**
1889
+ * Determines whether matching the rule will cause a request to be rejected or accepted.
1890
+ * "accept" will allow the message signing, "reject" will block it.
1891
+ */
1892
+ action: z.ZodEnum<["reject", "accept"]>;
1893
+ /**
1894
+ * The operation to which this rule applies.
1895
+ * Must be "signSolMessage".
1896
+ */
1897
+ operation: z.ZodLiteral<"signSolMessage">;
1898
+ /**
1899
+ * The set of criteria that must be matched for this rule to apply.
1900
+ * Must be compatible with the specified operation type.
1901
+ */
1902
+ criteria: z.ZodArray<z.ZodObject<{
1903
+ /** The type of criterion, must be "solMessage" for message-based rules. */
1904
+ type: z.ZodLiteral<"solMessage">;
1905
+ /**
1906
+ * A regular expression pattern to match against the message.
1907
+ */
1908
+ match: z.ZodString;
1909
+ }, "strip", z.ZodTypeAny, {
1910
+ match: string;
1911
+ type: "solMessage";
1912
+ }, {
1913
+ match: string;
1914
+ type: "solMessage";
1915
+ }>, "many">;
1916
+ }, "strip", z.ZodTypeAny, {
1917
+ action: "reject" | "accept";
1918
+ operation: "signSolMessage";
1919
+ criteria: {
1920
+ match: string;
1921
+ type: "solMessage";
1922
+ }[];
1923
+ }, {
1924
+ action: "reject" | "accept";
1925
+ operation: "signSolMessage";
1926
+ criteria: {
1927
+ match: string;
1928
+ type: "solMessage";
1929
+ }[];
1930
+ }>;
1931
+ export type SignSolMessageRule = z.infer<typeof SignSolMessageRuleSchema>;
1610
1932
  //# sourceMappingURL=solanaSchema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"solanaSchema.d.ts","sourceRoot":"","sources":["../../policies/solanaSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"solanaSchema.d.ts","sourceRoot":"","sources":["../../policies/solanaSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,UAAU,iCAA+B,CAAC;AACvD;;;GAGG;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,sBAAsB,6BAA2B,CAAC;AAC/D;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,oBAAoB,yCAAuC,CAAC;AACzE;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,sBAAsB,6BAA2B,CAAC;AAC/D;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,oBAAoB,yCAAuC,CAAC;AACzE;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,uBAAuB,6BAA2B,CAAC;AAChE;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,qBAAqB,6BAA2B,CAAC;AAC9D;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,sBAAsB,6BAA2B,CAAC;AAC/D;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,cAAc,wCAAsC,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,gBAAgB,wEAAsE,CAAC;AACpG;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,SAAS;IAElB,0BAA0B;;IAE1B,0CAA0C;;;IAF1C,0BAA0B;;IAE1B,0CAA0C;;;IAF1C,0BAA0B;;IAE1B,0CAA0C;;gCAG9B,CAAC;AACjB,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,4BAA4B,yCAAuC,CAAC;AACjF;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,gCAAgC,6BAA2B,CAAC;AACzE;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE5F;;GAEG;AACH,eAAO,MAAM,+BAA+B;IAC1C,yBAAyB;;IAEzB,6CAA6C;;IAE7C,mCAAmC;;;;;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF;;GAEG;AACH,eAAO,MAAM,mCAAmC;IAC9C,yBAAyB;;IAEzB,6CAA6C;;IAE7C,oCAAoC;;;;;;;;;;EAEpC,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAEhG;;GAEG;AACH,eAAO,MAAM,sBAAsB;IACjC,2BAA2B;;IAE3B,+CAA+C;;QA5B/C,yBAAyB;;QAEzB,6CAA6C;;QAE7C,mCAAmC;;;;;;;;;;;QASnC,yBAAyB;;QAEzB,6CAA6C;;QAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAepC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,yBAAyB;IACpC,kFAAkF;;IAElF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC,2EAA2E;;IAE3E;;;OAGG;;IAEH,kGAAkG;;;;;;;;;;EAElG,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,yBAAyB;IACpC,+EAA+E;;IAE/E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC,iFAAiF;;IAEjF;;;OAGG;;IAEH,4FAA4F;;;;;;;;;;EAE5F,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,0BAA0B;IACrC,uFAAuF;;IAEvF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,sBAAsB;IACjC,4EAA4E;;IAE5E;;OAEG;;QArKD,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;IAqK5C;;;OAGG;;QAlHH,2BAA2B;;QAE3B,+CAA+C;;YA5B/C,yBAAyB;;YAEzB,6CAA6C;;YAE7C,mCAAmC;;;;;;;;;;;YASnC,yBAAyB;;YAEzB,6CAA6C;;YAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA/ClC,0BAA0B;;QAE1B,0CAA0C;;;;;;;;;;;;;;;;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;EA0K5C,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC,6EAA6E;;IAE7E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,yBAAyB;IACpC,2EAA2E;;IAE3E;;OAEG;;IAEH;;;;OAIG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,yBAAyB;IACpC,2EAA2E;;IAE3E;;OAEG;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,gCAAgC;IAjK3C,kFAAkF;;IAElF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,2EAA2E;;IAE3E;;;OAGG;;IAEH,kGAAkG;;;;;;;;;;;IASlG,+EAA+E;;IAE/E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,iFAAiF;;IAEjF;;;OAGG;;IAEH,4FAA4F;;;;;;;;;;;IAS5F,uFAAuF;;IAEvF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,4EAA4E;;IAE5E;;OAEG;;QArKD,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;IAqK5C;;;OAGG;;QAlHH,2BAA2B;;QAE3B,+CAA+C;;YA5B/C,yBAAyB;;YAEzB,6CAA6C;;YAE7C,mCAAmC;;;;;;;;;;;YASnC,yBAAyB;;YAEzB,6CAA6C;;YAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA/ClC,0BAA0B;;QAE1B,0CAA0C;;;;;;;;;;;;;;;;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;;IAiL5C,6EAA6E;;IAE7E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;aAqDI,CAAC;AACV;;;GAGG;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F;;GAEG;AACH,eAAO,MAAM,gCAAgC;IAxL3C,kFAAkF;;IAElF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,2EAA2E;;IAE3E;;;OAGG;;IAEH,kGAAkG;;;;;;;;;;;IASlG,+EAA+E;;IAE/E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,iFAAiF;;IAEjF;;;OAGG;;IAEH,4FAA4F;;;;;;;;;;;IAS5F,uFAAuF;;IAEvF;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,4EAA4E;;IAE5E;;OAEG;;QArKD,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;IAqK5C;;;OAGG;;QAlHH,2BAA2B;;QAE3B,+CAA+C;;YA5B/C,yBAAyB;;YAEzB,6CAA6C;;YAE7C,mCAAmC;;;;;;;;;;;YASnC,yBAAyB;;YAEzB,6CAA6C;;YAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA/ClC,0BAA0B;;QAE1B,0CAA0C;;;;;;;;;;;;;;;;;;QAF1C,0BAA0B;;QAE1B,0CAA0C;;;;IAiL5C,6EAA6E;;IAE7E;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;IASH,2EAA2E;;IAE3E;;OAEG;;IAEH;;;;OAIG;;;;;;;;;;aA0DI,CAAC;AACV;;;GAGG;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F;;GAEG;AACH,eAAO,MAAM,gBAAgB,2EAI3B,CAAC;AACH;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,4BAA4B;IACvC;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;QA7OH,kFAAkF;;QAElF;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,2EAA2E;;QAE3E;;;WAGG;;QAEH,kGAAkG;;;;;;;;;;;QASlG,+EAA+E;;QAE/E;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,iFAAiF;;QAEjF;;;WAGG;;QAEH,4FAA4F;;;;;;;;;;;QAS5F,uFAAuF;;QAEvF;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,4EAA4E;;QAE5E;;WAEG;;YArKD,0BAA0B;;YAE1B,0CAA0C;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;QAqK5C;;;WAGG;;YAlHH,2BAA2B;;YAE3B,+CAA+C;;gBA5B/C,yBAAyB;;gBAEzB,6CAA6C;;gBAE7C,mCAAmC;;;;;;;;;;;gBASnC,yBAAyB;;gBAEzB,6CAA6C;;gBAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA/ClC,0BAA0B;;YAE1B,0CAA0C;;;;;;;;;;;;;;;;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;;QAiL5C,6EAA6E;;QAE7E;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA9LD,0BAA0B;;YAE1B,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;;;;;;EAkT5C,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;;GAGG;AACH,eAAO,MAAM,4BAA4B;IACvC;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;QApQH,kFAAkF;;QAElF;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,2EAA2E;;QAE3E;;;WAGG;;QAEH,kGAAkG;;;;;;;;;;;QASlG,+EAA+E;;QAE/E;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,iFAAiF;;QAEjF;;;WAGG;;QAEH,4FAA4F;;;;;;;;;;;QAS5F,uFAAuF;;QAEvF;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,4EAA4E;;QAE5E;;WAEG;;YArKD,0BAA0B;;YAE1B,0CAA0C;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;QAqK5C;;;WAGG;;YAlHH,2BAA2B;;YAE3B,+CAA+C;;gBA5B/C,yBAAyB;;gBAEzB,6CAA6C;;gBAE7C,mCAAmC;;;;;;;;;;;gBASnC,yBAAyB;;gBAEzB,6CAA6C;;gBAE7C,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA/ClC,0BAA0B;;YAE1B,0CAA0C;;;;;;;;;;;;;;;;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;;QAiL5C,6EAA6E;;QAE7E;;;WAGG;;QAEH;;;;WAIG;;;;;;;;;;;QASH,2EAA2E;;QAE3E;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAjND,0BAA0B;;YAE1B,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAF1C,0BAA0B;;YAE1B,0CAA0C;;;;;;;;;;;;EAyU5C,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,4BAA4B;IAvHvC,2EAA2E;;IAE3E;;OAEG;;;;;;;;WAmHwF,CAAC;AAC9F;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;IACnC;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;QAhJH,2EAA2E;;QAE3E;;WAEG;;;;;;;;;;;;;;;;;;;;;;;EA8IH,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}