@privy-io/node 0.8.0 → 0.10.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 (158) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/client.d.mts +23 -10
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +23 -10
  5. package/client.d.ts.map +1 -1
  6. package/client.js +30 -3
  7. package/client.js.map +1 -1
  8. package/client.mjs +30 -3
  9. package/client.mjs.map +1 -1
  10. package/index.d.mts +1 -1
  11. package/index.d.mts.map +1 -1
  12. package/index.d.ts +1 -1
  13. package/index.d.ts.map +1 -1
  14. package/internal/parse.d.mts.map +1 -1
  15. package/internal/parse.d.ts.map +1 -1
  16. package/internal/parse.js +5 -0
  17. package/internal/parse.js.map +1 -1
  18. package/internal/parse.mjs +5 -0
  19. package/internal/parse.mjs.map +1 -1
  20. package/package.json +21 -1
  21. package/public-api/services/ethereum.d.mts +4 -1
  22. package/public-api/services/ethereum.d.mts.map +1 -1
  23. package/public-api/services/ethereum.d.ts +4 -1
  24. package/public-api/services/ethereum.d.ts.map +1 -1
  25. package/public-api/services/ethereum.js +8 -0
  26. package/public-api/services/ethereum.js.map +1 -1
  27. package/public-api/services/ethereum.mjs +8 -0
  28. package/public-api/services/ethereum.mjs.map +1 -1
  29. package/public-api/services/webhooks.d.mts +3 -1
  30. package/public-api/services/webhooks.d.mts.map +1 -1
  31. package/public-api/services/webhooks.d.ts +3 -1
  32. package/public-api/services/webhooks.d.ts.map +1 -1
  33. package/public-api/services/webhooks.js +1 -0
  34. package/public-api/services/webhooks.js.map +1 -1
  35. package/public-api/services/webhooks.mjs +1 -0
  36. package/public-api/services/webhooks.mjs.map +1 -1
  37. package/resources/accounts.d.mts +72 -0
  38. package/resources/accounts.d.mts.map +1 -0
  39. package/resources/accounts.d.ts +72 -0
  40. package/resources/accounts.d.ts.map +1 -0
  41. package/resources/accounts.js +9 -0
  42. package/resources/accounts.js.map +1 -0
  43. package/resources/accounts.mjs +5 -0
  44. package/resources/accounts.mjs.map +1 -0
  45. package/resources/aggregations.d.mts +213 -2
  46. package/resources/aggregations.d.mts.map +1 -1
  47. package/resources/aggregations.d.ts +213 -2
  48. package/resources/aggregations.d.ts.map +1 -1
  49. package/resources/client-auth.d.mts +182 -2
  50. package/resources/client-auth.d.mts.map +1 -1
  51. package/resources/client-auth.d.ts +182 -2
  52. package/resources/client-auth.d.ts.map +1 -1
  53. package/resources/index.d.mts +8 -4
  54. package/resources/index.d.mts.map +1 -1
  55. package/resources/index.d.ts +8 -4
  56. package/resources/index.d.ts.map +1 -1
  57. package/resources/index.js +9 -1
  58. package/resources/index.js.map +1 -1
  59. package/resources/index.mjs +4 -0
  60. package/resources/index.mjs.map +1 -1
  61. package/resources/intents.d.mts +104 -0
  62. package/resources/intents.d.mts.map +1 -0
  63. package/resources/intents.d.ts +104 -0
  64. package/resources/intents.d.ts.map +1 -0
  65. package/resources/intents.js +9 -0
  66. package/resources/intents.js.map +1 -0
  67. package/resources/intents.mjs +5 -0
  68. package/resources/intents.mjs.map +1 -0
  69. package/resources/key-quorums.d.mts +14 -0
  70. package/resources/key-quorums.d.mts.map +1 -1
  71. package/resources/key-quorums.d.ts +14 -0
  72. package/resources/key-quorums.d.ts.map +1 -1
  73. package/resources/policies.d.mts +10 -12
  74. package/resources/policies.d.mts.map +1 -1
  75. package/resources/policies.d.ts +10 -12
  76. package/resources/policies.d.ts.map +1 -1
  77. package/resources/users.d.mts +16 -6
  78. package/resources/users.d.mts.map +1 -1
  79. package/resources/users.d.ts +16 -6
  80. package/resources/users.d.ts.map +1 -1
  81. package/resources/wallets/balance.d.mts +10 -5
  82. package/resources/wallets/balance.d.mts.map +1 -1
  83. package/resources/wallets/balance.d.ts +10 -5
  84. package/resources/wallets/balance.d.ts.map +1 -1
  85. package/resources/wallets/balance.js +1 -2
  86. package/resources/wallets/balance.js.map +1 -1
  87. package/resources/wallets/balance.mjs +1 -2
  88. package/resources/wallets/balance.mjs.map +1 -1
  89. package/resources/wallets/index.d.mts +1 -1
  90. package/resources/wallets/index.d.mts.map +1 -1
  91. package/resources/wallets/index.d.ts +1 -1
  92. package/resources/wallets/index.d.ts.map +1 -1
  93. package/resources/wallets/index.js.map +1 -1
  94. package/resources/wallets/index.mjs.map +1 -1
  95. package/resources/wallets/transactions.d.mts +2 -2
  96. package/resources/wallets/transactions.d.mts.map +1 -1
  97. package/resources/wallets/transactions.d.ts +2 -2
  98. package/resources/wallets/transactions.d.ts.map +1 -1
  99. package/resources/wallets/wallets.d.mts +141 -14
  100. package/resources/wallets/wallets.d.mts.map +1 -1
  101. package/resources/wallets/wallets.d.ts +141 -14
  102. package/resources/wallets/wallets.d.ts.map +1 -1
  103. package/resources/wallets/wallets.js.map +1 -1
  104. package/resources/wallets/wallets.mjs.map +1 -1
  105. package/resources/webhooks.d.mts +977 -0
  106. package/resources/webhooks.d.mts.map +1 -0
  107. package/resources/webhooks.d.ts +977 -0
  108. package/resources/webhooks.d.ts.map +1 -0
  109. package/resources/webhooks.js +9 -0
  110. package/resources/webhooks.js.map +1 -0
  111. package/resources/webhooks.mjs +5 -0
  112. package/resources/webhooks.mjs.map +1 -0
  113. package/resources/yield.d.mts +311 -0
  114. package/resources/yield.d.mts.map +1 -0
  115. package/resources/yield.d.ts +311 -0
  116. package/resources/yield.d.ts.map +1 -0
  117. package/resources/yield.js +9 -0
  118. package/resources/yield.js.map +1 -0
  119. package/resources/yield.mjs +5 -0
  120. package/resources/yield.mjs.map +1 -0
  121. package/src/client.ts +229 -9
  122. package/src/index.ts +1 -1
  123. package/src/internal/parse.ts +6 -0
  124. package/src/public-api/services/ethereum.ts +16 -0
  125. package/src/public-api/services/webhooks.ts +49 -2
  126. package/src/resources/accounts.ts +90 -0
  127. package/src/resources/aggregations.ts +361 -5
  128. package/src/resources/client-auth.ts +310 -1
  129. package/src/resources/index.ts +95 -3
  130. package/src/resources/intents.ts +138 -0
  131. package/src/resources/key-quorums.ts +17 -0
  132. package/src/resources/policies.ts +10 -12
  133. package/src/resources/users.ts +52 -35
  134. package/src/resources/wallets/balance.ts +15 -5
  135. package/src/resources/wallets/index.ts +6 -2
  136. package/src/resources/wallets/transactions.ts +2 -2
  137. package/src/resources/wallets/wallets.ts +185 -31
  138. package/src/resources/webhooks.ts +1347 -0
  139. package/src/resources/yield.ts +389 -0
  140. package/src/types/x402.d.ts +18 -0
  141. package/src/version.ts +1 -1
  142. package/src/x402.ts +87 -0
  143. package/version.d.mts +1 -1
  144. package/version.d.mts.map +1 -1
  145. package/version.d.ts +1 -1
  146. package/version.d.ts.map +1 -1
  147. package/version.js +1 -1
  148. package/version.js.map +1 -1
  149. package/version.mjs +1 -1
  150. package/version.mjs.map +1 -1
  151. package/x402.d.mts +54 -0
  152. package/x402.d.mts.map +1 -0
  153. package/x402.d.ts +54 -0
  154. package/x402.d.ts.map +1 -0
  155. package/x402.js +75 -0
  156. package/x402.js.map +1 -0
  157. package/x402.mjs +72 -0
  158. package/x402.mjs.map +1 -0
@@ -17,8 +17,188 @@ export type CustomOAuthProviderID = `custom:${string}`;
17
17
  /**
18
18
  * The ID of an OAuth provider.
19
19
  */
20
- export type OAuthProviderID = ExternalOAuthProviderID | PrivyOAuthProviderID | CustomOAuthProviderID;
20
+ export type OAuthProviderID = ExternalOAuthProviderID | PrivyOAuthProviderID;
21
+ /**
22
+ * Bridge provider variant — production or sandbox.
23
+ */
24
+ export type BridgeOnrampProvider = 'bridge' | 'bridge-sandbox';
25
+ /**
26
+ * Valid set of onramp providers
27
+ */
28
+ export type OnrampProvider = 'bridge' | 'bridge-sandbox';
29
+ /**
30
+ * The request input for getting a native onramp provider customer.
31
+ */
32
+ export interface GetFiatCustomerRequestInput {
33
+ /**
34
+ * Valid set of onramp providers
35
+ */
36
+ provider: OnrampProvider;
37
+ kyc_redirect_url?: string;
38
+ }
39
+ /**
40
+ * The request input for creating (or updating) a native onramp provider customer.
41
+ */
42
+ export interface CreateOrUpdateFiatCustomerRequestInput {
43
+ has_accepted_terms: boolean;
44
+ /**
45
+ * Valid set of onramp providers
46
+ */
47
+ provider: OnrampProvider;
48
+ kyc_redirect_url?: string;
49
+ }
50
+ /**
51
+ * A rejection reason for a customer KYC verification.
52
+ */
53
+ export interface BridgeFiatRejectionReason {
54
+ reason: string;
55
+ }
56
+ /**
57
+ * The response for getting a native onramp provider customer.
58
+ */
59
+ export interface BridgeFiatCustomerResponse {
60
+ has_accepted_terms: boolean;
61
+ provider: 'bridge';
62
+ status: 'not_found' | 'active' | 'awaiting_questionnaire' | 'awaiting_ubo' | 'incomplete' | 'not_started' | 'offboarded' | 'paused' | 'rejected' | 'under_review';
63
+ kyc_url?: string;
64
+ rejection_reasons?: Array<BridgeFiatRejectionReason>;
65
+ }
66
+ /**
67
+ * The response for getting a native onramp provider customer.
68
+ */
69
+ export interface BridgeSandboxFiatCustomerResponse {
70
+ has_accepted_terms: boolean;
71
+ provider: 'bridge-sandbox';
72
+ status: 'not_found' | 'active' | 'awaiting_questionnaire' | 'awaiting_ubo' | 'incomplete' | 'not_started' | 'offboarded' | 'paused' | 'rejected' | 'under_review';
73
+ kyc_url?: string;
74
+ rejection_reasons?: Array<BridgeFiatRejectionReason>;
75
+ }
76
+ /**
77
+ * The response for getting a native onramp provider customer.
78
+ */
79
+ export type FiatCustomerResponse = BridgeFiatCustomerResponse | BridgeSandboxFiatCustomerResponse;
80
+ export type BridgeDestinationAsset = 'usdb' | 'usdc' | 'usdt' | 'dai' | 'pyusd' | 'eurc';
81
+ export type BridgeSourceAsset = 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp';
82
+ export interface BridgeFiatVirtualAccountSource {
83
+ asset: BridgeSourceAsset;
84
+ }
85
+ export interface BridgeFiatVirtualAccountDestination {
86
+ address: string;
87
+ asset: BridgeDestinationAsset;
88
+ chain: string;
89
+ }
90
+ /**
91
+ * The request input for creating virtual account.
92
+ */
93
+ export interface BridgeFiatVirtualAccountRequest {
94
+ destination: BridgeFiatVirtualAccountDestination;
95
+ provider: 'bridge';
96
+ source: BridgeFiatVirtualAccountSource;
97
+ }
98
+ /**
99
+ * The request input for creating virtual account.
100
+ */
101
+ export interface BridgeSandboxFiatVirtualAccountRequest {
102
+ destination: BridgeFiatVirtualAccountDestination;
103
+ provider: 'bridge-sandbox';
104
+ source: BridgeFiatVirtualAccountSource;
105
+ }
106
+ /**
107
+ * The request input for creating virtual account.
108
+ */
109
+ export type FiatVirtualAccountRequest = BridgeFiatVirtualAccountRequest | BridgeSandboxFiatVirtualAccountRequest;
110
+ /**
111
+ * The deposit instructions for a virtual account.
112
+ */
113
+ export interface BridgeUsdFiatVirtualAccountDepositInstructions {
114
+ asset: 'usd';
115
+ bank_account_number: string;
116
+ bank_address: string;
117
+ bank_beneficiary_address: string;
118
+ bank_beneficiary_name: string;
119
+ bank_name: string;
120
+ bank_routing_number: string;
121
+ payment_rails: Array<'ach_push' | 'wire'>;
122
+ }
123
+ /**
124
+ * The deposit instructions for a virtual account.
125
+ */
126
+ export interface BridgeEurFiatVirtualAccountDepositInstructions {
127
+ account_holder_name: string;
128
+ asset: 'eur';
129
+ bank_address: string;
130
+ bank_name: string;
131
+ bic: string;
132
+ iban: string;
133
+ payment_rails: Array<'sepa'>;
134
+ }
135
+ /**
136
+ * The deposit instructions for a virtual account.
137
+ */
138
+ export interface BridgeMxnFiatVirtualAccountDepositInstructions {
139
+ account_holder_name: string;
140
+ asset: 'mxn';
141
+ bank_address: string;
142
+ bank_name: string;
143
+ clabe: string;
144
+ payment_rails: Array<'spei'>;
145
+ }
146
+ /**
147
+ * The deposit instructions for a virtual account.
148
+ */
149
+ export interface BridgeBrlFiatVirtualAccountDepositInstructions {
150
+ account_holder_name: string;
151
+ asset: 'brl';
152
+ bank_address: string;
153
+ bank_name: string;
154
+ br_code: string;
155
+ payment_rails: Array<'pix'>;
156
+ }
157
+ /**
158
+ * The deposit instructions for a virtual account.
159
+ */
160
+ export interface BridgeGbpFiatVirtualAccountDepositInstructions {
161
+ account_holder_name: string;
162
+ account_number: string;
163
+ asset: 'gbp';
164
+ bank_address: string;
165
+ bank_name: string;
166
+ payment_rails: Array<'faster_payments'>;
167
+ sort_code: string;
168
+ }
169
+ /**
170
+ * The deposit instructions for a virtual account.
171
+ */
172
+ export type BridgeFiatVirtualAccountDepositInstructions = BridgeUsdFiatVirtualAccountDepositInstructions | BridgeEurFiatVirtualAccountDepositInstructions | BridgeMxnFiatVirtualAccountDepositInstructions | BridgeBrlFiatVirtualAccountDepositInstructions | BridgeGbpFiatVirtualAccountDepositInstructions;
173
+ /**
174
+ * The response for creating virtual account.
175
+ */
176
+ export interface BridgeFiatVirtualAccountResponse {
177
+ /**
178
+ * The deposit instructions for a virtual account.
179
+ */
180
+ deposit_instructions: BridgeFiatVirtualAccountDepositInstructions;
181
+ destination: BridgeFiatVirtualAccountDestination;
182
+ provider: 'bridge';
183
+ status: string;
184
+ }
185
+ /**
186
+ * The response for creating virtual account.
187
+ */
188
+ export interface BridgeSandboxFiatVirtualAccountResponse {
189
+ /**
190
+ * The deposit instructions for a virtual account.
191
+ */
192
+ deposit_instructions: BridgeFiatVirtualAccountDepositInstructions;
193
+ destination: BridgeFiatVirtualAccountDestination;
194
+ provider: 'bridge-sandbox';
195
+ status: string;
196
+ }
197
+ /**
198
+ * The response for creating virtual account.
199
+ */
200
+ export type FiatVirtualAccountResponse = BridgeFiatVirtualAccountResponse | BridgeSandboxFiatVirtualAccountResponse;
21
201
  export declare namespace ClientAuth {
22
- export { type ExternalOAuthProviderID as ExternalOAuthProviderID, type PrivyOAuthProviderID as PrivyOAuthProviderID, type CustomOAuthProviderID as CustomOAuthProviderID, type OAuthProviderID as OAuthProviderID, };
202
+ export { type ExternalOAuthProviderID as ExternalOAuthProviderID, type PrivyOAuthProviderID as PrivyOAuthProviderID, type CustomOAuthProviderID as CustomOAuthProviderID, type OAuthProviderID as OAuthProviderID, type BridgeOnrampProvider as BridgeOnrampProvider, type OnrampProvider as OnrampProvider, type GetFiatCustomerRequestInput as GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput as CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason as BridgeFiatRejectionReason, type BridgeFiatCustomerResponse as BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse as BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse as FiatCustomerResponse, type BridgeDestinationAsset as BridgeDestinationAsset, type BridgeSourceAsset as BridgeSourceAsset, type BridgeFiatVirtualAccountSource as BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination as BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest as BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest as BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest as FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions as BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions as BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions as BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions as BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions as BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions as BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse as BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse as BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse as FiatVirtualAccountResponse, };
23
203
  }
24
204
  //# sourceMappingURL=client-auth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client-auth.d.ts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,UAAW,SAAQ,WAAW;CAAG;AAE9C;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,GACR,SAAS,GACT,SAAS,GACT,QAAQ,GACR,SAAS,GACT,WAAW,GACX,QAAQ,GACR,UAAU,GACV,OAAO,GACP,MAAM,GACN,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,SAAS,MAAM,EAAE,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,MAAM,EAAE,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,oBAAoB,GAAG,qBAAqB,CAAC;AAErG,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;CACH"}
1
+ {"version":3,"file":"client-auth.d.ts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,14 @@
1
- export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, } from "./aggregations.mjs";
1
+ export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type CreateAccountInput, } from "./accounts.mjs";
2
+ export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, type AggregationInput, } from "./aggregations.mjs";
2
3
  export { Analytics, type AnalyticsEventInput } from "./analytics.mjs";
3
4
  export { Apps, type AppResponse } from "./apps.mjs";
4
- export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, } from "./client-auth.mjs";
5
+ export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.mjs";
6
+ export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from "./intents.mjs";
5
7
  export { KeyQuorums, type KeyQuorum, type KeyQuorumDeleteResponse, type KeyQuorumCreateParams, type KeyQuorumDeleteParams, type KeyQuorumUpdateParams, } from "./key-quorums.mjs";
6
8
  export { Policies, type Policy, type SuiTransactionCommandOperator, type SuiTransferObjectsCommandField, type TronTransactionCondition, type SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition, type PolicyCreateRuleResponse, type PolicyDeleteResponse, type PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse, type PolicyGetRuleResponse, type PolicyCreateParams, type PolicyCreateRuleParams, type PolicyDeleteParams, type PolicyDeleteRuleParams, type PolicyUpdateParams, type PolicyUpdateRuleParams, type PolicyGetRuleParams, } from "./policies.mjs";
7
9
  export { Transactions, type TransactionGetResponse } from "./transactions.mjs";
8
- export { Users, type AuthenticatedUser, type LinkedAccount, type User, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type OAuthTokens, type UserWithIdentityToken, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.mjs";
9
- export { Wallets, type CurveSigningChainType, type FirstClassChainType, type Wallet, type WalletChainType, type ExtendedChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletRpcResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.mjs";
10
+ export { Users, type AuthenticatedUser, type User, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccount, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type OAuthTokens, type UserWithIdentityToken, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.mjs";
11
+ export { Wallets, type Wallet, type CurveSigningChainType, type ExtendedChainType, type FirstClassChainType, type WalletChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type WalletBatchItemInput, type WalletBatchCreateInput, type WalletBatchCreateResult, type WalletBatchCreateResponse, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletRpcResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.mjs";
12
+ export { Webhooks, type UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload, type TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload, type FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload, type MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload, type KrakenEmbedVerificationCompletedWebhookPayload, type KrakenEmbedVerificationFailedWebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload, type YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload, } from "./webhooks.mjs";
13
+ export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, } from "./yield.mjs";
10
14
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,14 @@
1
- export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, } from "./aggregations.js";
1
+ export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type CreateAccountInput, } from "./accounts.js";
2
+ export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, type AggregationInput, } from "./aggregations.js";
2
3
  export { Analytics, type AnalyticsEventInput } from "./analytics.js";
3
4
  export { Apps, type AppResponse } from "./apps.js";
4
- export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, } from "./client-auth.js";
5
+ export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.js";
6
+ export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from "./intents.js";
5
7
  export { KeyQuorums, type KeyQuorum, type KeyQuorumDeleteResponse, type KeyQuorumCreateParams, type KeyQuorumDeleteParams, type KeyQuorumUpdateParams, } from "./key-quorums.js";
6
8
  export { Policies, type Policy, type SuiTransactionCommandOperator, type SuiTransferObjectsCommandField, type TronTransactionCondition, type SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition, type PolicyCreateRuleResponse, type PolicyDeleteResponse, type PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse, type PolicyGetRuleResponse, type PolicyCreateParams, type PolicyCreateRuleParams, type PolicyDeleteParams, type PolicyDeleteRuleParams, type PolicyUpdateParams, type PolicyUpdateRuleParams, type PolicyGetRuleParams, } from "./policies.js";
7
9
  export { Transactions, type TransactionGetResponse } from "./transactions.js";
8
- export { Users, type AuthenticatedUser, type LinkedAccount, type User, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type OAuthTokens, type UserWithIdentityToken, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.js";
9
- export { Wallets, type CurveSigningChainType, type FirstClassChainType, type Wallet, type WalletChainType, type ExtendedChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletRpcResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.js";
10
+ export { Users, type AuthenticatedUser, type User, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccount, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type OAuthTokens, type UserWithIdentityToken, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.js";
11
+ export { Wallets, type Wallet, type CurveSigningChainType, type ExtendedChainType, type FirstClassChainType, type WalletChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type WalletBatchItemInput, type WalletBatchCreateInput, type WalletBatchCreateResult, type WalletBatchCreateResponse, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletRpcResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.js";
12
+ export { Webhooks, type UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload, type TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload, type FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload, type MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload, type KrakenEmbedVerificationCompletedWebhookPayload, type KrakenEmbedVerificationFailedWebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload, type YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload, } from "./webhooks.js";
13
+ export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, } from "./yield.js";
10
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Wallets = exports.Users = exports.Transactions = exports.Policies = exports.KeyQuorums = exports.ClientAuth = exports.Apps = exports.Analytics = exports.Aggregations = void 0;
4
+ exports.Yield = exports.Webhooks = exports.Wallets = exports.Users = exports.Transactions = exports.Policies = exports.KeyQuorums = exports.Intents = exports.ClientAuth = exports.Apps = exports.Analytics = exports.Aggregations = exports.Accounts = void 0;
5
+ var accounts_1 = require("./accounts.js");
6
+ Object.defineProperty(exports, "Accounts", { enumerable: true, get: function () { return accounts_1.Accounts; } });
5
7
  var aggregations_1 = require("./aggregations.js");
6
8
  Object.defineProperty(exports, "Aggregations", { enumerable: true, get: function () { return aggregations_1.Aggregations; } });
7
9
  var analytics_1 = require("./analytics.js");
@@ -10,6 +12,8 @@ var apps_1 = require("./apps.js");
10
12
  Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return apps_1.Apps; } });
11
13
  var client_auth_1 = require("./client-auth.js");
12
14
  Object.defineProperty(exports, "ClientAuth", { enumerable: true, get: function () { return client_auth_1.ClientAuth; } });
15
+ var intents_1 = require("./intents.js");
16
+ Object.defineProperty(exports, "Intents", { enumerable: true, get: function () { return intents_1.Intents; } });
13
17
  var key_quorums_1 = require("./key-quorums.js");
14
18
  Object.defineProperty(exports, "KeyQuorums", { enumerable: true, get: function () { return key_quorums_1.KeyQuorums; } });
15
19
  var policies_1 = require("./policies.js");
@@ -20,4 +24,8 @@ var users_1 = require("./users.js");
20
24
  Object.defineProperty(exports, "Users", { enumerable: true, get: function () { return users_1.Users; } });
21
25
  var wallets_1 = require("./wallets/wallets.js");
22
26
  Object.defineProperty(exports, "Wallets", { enumerable: true, get: function () { return wallets_1.Wallets; } });
27
+ var webhooks_1 = require("./webhooks.js");
28
+ Object.defineProperty(exports, "Webhooks", { enumerable: true, get: function () { return webhooks_1.Webhooks; } });
29
+ var yield_1 = require("./yield.js");
30
+ Object.defineProperty(exports, "Yield", { enumerable: true, get: function () { return yield_1.Yield; } });
23
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAOwB;AANtB,4GAAA,YAAY,OAAA;AAOd,4CAAkE;AAAzD,sGAAA,SAAS,OAAA;AAClB,kCAAgD;AAAvC,4FAAA,IAAI,OAAA;AACb,gDAMuB;AALrB,yGAAA,UAAU,OAAA;AAMZ,gDAOuB;AANrB,yGAAA,UAAU,OAAA;AAOZ,0CAoBoB;AAnBlB,oGAAA,QAAQ,OAAA;AAoBV,kDAA2E;AAAlE,4GAAA,YAAY,OAAA;AACrB,oCAsFiB;AArFf,8FAAA,KAAK,OAAA;AAsFP,gDAmD2B;AAlDzB,kGAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,kDAQwB;AAPtB,4GAAA,YAAY,OAAA;AAQd,4CAAkE;AAAzD,sGAAA,SAAS,OAAA;AAClB,kCAAgD;AAAvC,4FAAA,IAAI,OAAA;AACb,gDA8BuB;AA7BrB,yGAAA,UAAU,OAAA;AA8BZ,wCAA6G;AAApG,kGAAA,OAAO,OAAA;AAChB,gDAOuB;AANrB,yGAAA,UAAU,OAAA;AAOZ,0CAoBoB;AAnBlB,oGAAA,QAAQ,OAAA;AAoBV,kDAA2E;AAAlE,4GAAA,YAAY,OAAA;AACrB,oCAuFiB;AAtFf,8FAAA,KAAK,OAAA;AAuFP,gDAuD2B;AAtDzB,kGAAA,OAAO,OAAA;AAuDT,0CAiCoB;AAhClB,oGAAA,QAAQ,OAAA;AAiCV,oCAmBiB;AAlBf,8FAAA,KAAK,OAAA"}
@@ -1,11 +1,15 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Accounts, } from "./accounts.mjs";
2
3
  export { Aggregations, } from "./aggregations.mjs";
3
4
  export { Analytics } from "./analytics.mjs";
4
5
  export { Apps } from "./apps.mjs";
5
6
  export { ClientAuth, } from "./client-auth.mjs";
7
+ export { Intents } from "./intents.mjs";
6
8
  export { KeyQuorums, } from "./key-quorums.mjs";
7
9
  export { Policies, } from "./policies.mjs";
8
10
  export { Transactions } from "./transactions.mjs";
9
11
  export { Users, } from "./users.mjs";
10
12
  export { Wallets, } from "./wallets/wallets.mjs";
13
+ export { Webhooks, } from "./webhooks.mjs";
14
+ export { Yield, } from "./yield.mjs";
11
15
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GAMb;OACM,EAAE,SAAS,EAA4B;OACvC,EAAE,IAAI,EAAoB;OAC1B,EACL,UAAU,GAKX;OACM,EACL,UAAU,GAMX;OACM,EACL,QAAQ,GAmBT;OACM,EAAE,YAAY,EAA+B;OAC7C,EACL,KAAK,GAqFN;OACM,EACL,OAAO,GAkDR"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAKT;OACM,EACL,YAAY,GAOb;OACM,EAAE,SAAS,EAA4B;OACvC,EAAE,IAAI,EAAoB;OAC1B,EACL,UAAU,GA6BX;OACM,EAAE,OAAO,EAA2E;OACpF,EACL,UAAU,GAMX;OACM,EACL,QAAQ,GAmBT;OACM,EAAE,YAAY,EAA+B;OAC7C,EACL,KAAK,GAsFN;OACM,EACL,OAAO,GAsDR;OACM,EACL,QAAQ,GAgCT;OACM,EACL,KAAK,GAkBN"}
@@ -0,0 +1,104 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import * as IntentsAPI from "./intents.mjs";
3
+ export declare class Intents extends APIResource {
4
+ }
5
+ /**
6
+ * A leaf member (user or key) of a nested key quorum in an intent authorization.
7
+ */
8
+ export type IntentAuthorizationKeyQuorumMember = IntentAuthorizationKeyQuorumMember.UserMember | IntentAuthorizationKeyQuorumMember.KeyMember;
9
+ export declare namespace IntentAuthorizationKeyQuorumMember {
10
+ interface UserMember {
11
+ /**
12
+ * Whether this member has signed the intent
13
+ */
14
+ has_signed: boolean;
15
+ type: 'user';
16
+ /**
17
+ * User ID of the key quorum member
18
+ */
19
+ user_id: string;
20
+ /**
21
+ * Display name for the user (email, etc)
22
+ */
23
+ display_name?: string;
24
+ }
25
+ interface KeyMember {
26
+ /**
27
+ * Whether this key has signed the intent
28
+ */
29
+ has_signed: boolean;
30
+ /**
31
+ * Public key of the key quorum member
32
+ */
33
+ public_key: string;
34
+ type: 'key';
35
+ /**
36
+ * Display name for the key (if any)
37
+ */
38
+ display_name?: string;
39
+ }
40
+ }
41
+ /**
42
+ * A member of an intent authorization quorum. Can be a user, key, or nested key
43
+ * quorum.
44
+ */
45
+ export type IntentAuthorizationMember = IntentAuthorizationMember.UserMember | IntentAuthorizationMember.KeyMember | IntentAuthorizationMember.KeyQuorumMember;
46
+ export declare namespace IntentAuthorizationMember {
47
+ interface UserMember {
48
+ /**
49
+ * Whether this member has signed the intent
50
+ */
51
+ has_signed: boolean;
52
+ type: 'user';
53
+ /**
54
+ * User ID of the key quorum member
55
+ */
56
+ user_id: string;
57
+ /**
58
+ * Display name for the user (email, etc)
59
+ */
60
+ display_name?: string;
61
+ }
62
+ interface KeyMember {
63
+ /**
64
+ * Whether this key has signed the intent
65
+ */
66
+ has_signed: boolean;
67
+ /**
68
+ * Public key of the key quorum member
69
+ */
70
+ public_key: string;
71
+ type: 'key';
72
+ /**
73
+ * Display name for the key (if any)
74
+ */
75
+ display_name?: string;
76
+ }
77
+ interface KeyQuorumMember {
78
+ /**
79
+ * Whether this child key quorum has fulfilled its threshold
80
+ */
81
+ has_signed: boolean;
82
+ /**
83
+ * ID of the child key quorum member
84
+ */
85
+ key_quorum_id: string;
86
+ /**
87
+ * Members of this child quorum
88
+ */
89
+ members: Array<IntentsAPI.IntentAuthorizationKeyQuorumMember>;
90
+ /**
91
+ * Number of signatures required from this child quorum
92
+ */
93
+ threshold: number;
94
+ type: 'key_quorum';
95
+ /**
96
+ * Display name for the child key quorum (if any)
97
+ */
98
+ display_name?: string;
99
+ }
100
+ }
101
+ export declare namespace Intents {
102
+ export { type IntentAuthorizationKeyQuorumMember as IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember as IntentAuthorizationMember, };
103
+ }
104
+ //# sourceMappingURL=intents.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intents.d.mts","sourceRoot":"","sources":["../src/resources/intents.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;AAEtB,qBAAa,OAAQ,SAAQ,WAAW;CAAG;AAE3C;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAC1C,kCAAkC,CAAC,UAAU,GAC7C,kCAAkC,CAAC,SAAS,CAAC;AAEjD,yBAAiB,kCAAkC,CAAC;IAClD,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,SAAS;QACxB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GACjC,yBAAyB,CAAC,UAAU,GACpC,yBAAyB,CAAC,SAAS,GACnC,yBAAyB,CAAC,eAAe,CAAC;AAE9C,yBAAiB,yBAAyB,CAAC;IACzC,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,SAAS;QACxB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,eAAe;QAC9B;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,kCAAkC,CAAC,CAAC;QAE9D;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,YAAY,CAAC;QAEnB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,kCAAkC,IAAI,kCAAkC,EAC7E,KAAK,yBAAyB,IAAI,yBAAyB,GAC5D,CAAC;CACH"}
@@ -0,0 +1,104 @@
1
+ import { APIResource } from "../core/resource.js";
2
+ import * as IntentsAPI from "./intents.js";
3
+ export declare class Intents extends APIResource {
4
+ }
5
+ /**
6
+ * A leaf member (user or key) of a nested key quorum in an intent authorization.
7
+ */
8
+ export type IntentAuthorizationKeyQuorumMember = IntentAuthorizationKeyQuorumMember.UserMember | IntentAuthorizationKeyQuorumMember.KeyMember;
9
+ export declare namespace IntentAuthorizationKeyQuorumMember {
10
+ interface UserMember {
11
+ /**
12
+ * Whether this member has signed the intent
13
+ */
14
+ has_signed: boolean;
15
+ type: 'user';
16
+ /**
17
+ * User ID of the key quorum member
18
+ */
19
+ user_id: string;
20
+ /**
21
+ * Display name for the user (email, etc)
22
+ */
23
+ display_name?: string;
24
+ }
25
+ interface KeyMember {
26
+ /**
27
+ * Whether this key has signed the intent
28
+ */
29
+ has_signed: boolean;
30
+ /**
31
+ * Public key of the key quorum member
32
+ */
33
+ public_key: string;
34
+ type: 'key';
35
+ /**
36
+ * Display name for the key (if any)
37
+ */
38
+ display_name?: string;
39
+ }
40
+ }
41
+ /**
42
+ * A member of an intent authorization quorum. Can be a user, key, or nested key
43
+ * quorum.
44
+ */
45
+ export type IntentAuthorizationMember = IntentAuthorizationMember.UserMember | IntentAuthorizationMember.KeyMember | IntentAuthorizationMember.KeyQuorumMember;
46
+ export declare namespace IntentAuthorizationMember {
47
+ interface UserMember {
48
+ /**
49
+ * Whether this member has signed the intent
50
+ */
51
+ has_signed: boolean;
52
+ type: 'user';
53
+ /**
54
+ * User ID of the key quorum member
55
+ */
56
+ user_id: string;
57
+ /**
58
+ * Display name for the user (email, etc)
59
+ */
60
+ display_name?: string;
61
+ }
62
+ interface KeyMember {
63
+ /**
64
+ * Whether this key has signed the intent
65
+ */
66
+ has_signed: boolean;
67
+ /**
68
+ * Public key of the key quorum member
69
+ */
70
+ public_key: string;
71
+ type: 'key';
72
+ /**
73
+ * Display name for the key (if any)
74
+ */
75
+ display_name?: string;
76
+ }
77
+ interface KeyQuorumMember {
78
+ /**
79
+ * Whether this child key quorum has fulfilled its threshold
80
+ */
81
+ has_signed: boolean;
82
+ /**
83
+ * ID of the child key quorum member
84
+ */
85
+ key_quorum_id: string;
86
+ /**
87
+ * Members of this child quorum
88
+ */
89
+ members: Array<IntentsAPI.IntentAuthorizationKeyQuorumMember>;
90
+ /**
91
+ * Number of signatures required from this child quorum
92
+ */
93
+ threshold: number;
94
+ type: 'key_quorum';
95
+ /**
96
+ * Display name for the child key quorum (if any)
97
+ */
98
+ display_name?: string;
99
+ }
100
+ }
101
+ export declare namespace Intents {
102
+ export { type IntentAuthorizationKeyQuorumMember as IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember as IntentAuthorizationMember, };
103
+ }
104
+ //# sourceMappingURL=intents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intents.d.ts","sourceRoot":"","sources":["../src/resources/intents.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;AAEtB,qBAAa,OAAQ,SAAQ,WAAW;CAAG;AAE3C;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAC1C,kCAAkC,CAAC,UAAU,GAC7C,kCAAkC,CAAC,SAAS,CAAC;AAEjD,yBAAiB,kCAAkC,CAAC;IAClD,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,SAAS;QACxB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GACjC,yBAAyB,CAAC,UAAU,GACpC,yBAAyB,CAAC,SAAS,GACnC,yBAAyB,CAAC,eAAe,CAAC;AAE9C,yBAAiB,yBAAyB,CAAC;IACzC,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,SAAS;QACxB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,eAAe;QAC9B;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,kCAAkC,CAAC,CAAC;QAE9D;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,YAAY,CAAC;QAEnB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,kCAAkC,IAAI,kCAAkC,EAC7E,KAAK,yBAAyB,IAAI,yBAAyB,GAC5D,CAAC;CACH"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Intents = void 0;
5
+ const resource_1 = require("../core/resource.js");
6
+ class Intents extends resource_1.APIResource {
7
+ }
8
+ exports.Intents = Intents;
9
+ //# sourceMappingURL=intents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intents.js","sourceRoot":"","sources":["../src/resources/intents.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,MAAa,OAAQ,SAAQ,sBAAW;CAAG;AAA3C,0BAA2C"}
@@ -0,0 +1,5 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ export class Intents extends APIResource {
4
+ }
5
+ //# sourceMappingURL=intents.mjs.map