@dynamic-labs/sdk-api 0.0.868 → 0.0.869

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 (112) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +26 -6
  3. package/src/apis/AllowlistsApi.d.ts +26 -6
  4. package/src/apis/AllowlistsApi.js +26 -6
  5. package/src/apis/AnalyticsApi.cjs +12 -0
  6. package/src/apis/AnalyticsApi.d.ts +12 -0
  7. package/src/apis/AnalyticsApi.js +12 -0
  8. package/src/apis/ChainalysisApi.cjs +6 -0
  9. package/src/apis/ChainalysisApi.d.ts +6 -0
  10. package/src/apis/ChainalysisApi.js +6 -0
  11. package/src/apis/ChainsApi.cjs +4 -2
  12. package/src/apis/ChainsApi.d.ts +4 -2
  13. package/src/apis/ChainsApi.js +4 -2
  14. package/src/apis/CustomFieldsApi.cjs +14 -4
  15. package/src/apis/CustomFieldsApi.d.ts +14 -4
  16. package/src/apis/CustomFieldsApi.js +14 -4
  17. package/src/apis/CustomHostnamesApi.cjs +10 -4
  18. package/src/apis/CustomHostnamesApi.d.ts +10 -4
  19. package/src/apis/CustomHostnamesApi.js +10 -4
  20. package/src/apis/CustomNetworksApi.cjs +10 -0
  21. package/src/apis/CustomNetworksApi.d.ts +10 -0
  22. package/src/apis/CustomNetworksApi.js +10 -0
  23. package/src/apis/DeeplinkUrlsApi.cjs +12 -6
  24. package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
  25. package/src/apis/DeeplinkUrlsApi.js +12 -6
  26. package/src/apis/EnvironmentsApi.cjs +20 -10
  27. package/src/apis/EnvironmentsApi.d.ts +20 -10
  28. package/src/apis/EnvironmentsApi.js +20 -10
  29. package/src/apis/EventsApi.cjs +8 -2
  30. package/src/apis/EventsApi.d.ts +8 -2
  31. package/src/apis/EventsApi.js +8 -2
  32. package/src/apis/ExportsApi.cjs +8 -0
  33. package/src/apis/ExportsApi.d.ts +8 -0
  34. package/src/apis/ExportsApi.js +8 -0
  35. package/src/apis/ExternalJwtApi.cjs +4 -2
  36. package/src/apis/ExternalJwtApi.d.ts +4 -2
  37. package/src/apis/ExternalJwtApi.js +4 -2
  38. package/src/apis/GatesApi.cjs +16 -2
  39. package/src/apis/GatesApi.d.ts +16 -2
  40. package/src/apis/GatesApi.js +16 -2
  41. package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
  42. package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
  43. package/src/apis/GlobalWalletAccessControlApi.js +22 -8
  44. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
  45. package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
  46. package/src/apis/GlobalWalletConnectionsApi.js +4 -2
  47. package/src/apis/GlobalWalletsApi.cjs +18 -8
  48. package/src/apis/GlobalWalletsApi.d.ts +18 -8
  49. package/src/apis/GlobalWalletsApi.js +18 -8
  50. package/src/apis/InvitesApi.cjs +16 -6
  51. package/src/apis/InvitesApi.d.ts +16 -6
  52. package/src/apis/InvitesApi.js +16 -6
  53. package/src/apis/MembersApi.cjs +16 -8
  54. package/src/apis/MembersApi.d.ts +16 -8
  55. package/src/apis/MembersApi.js +16 -8
  56. package/src/apis/MfaApi.cjs +8 -4
  57. package/src/apis/MfaApi.d.ts +8 -4
  58. package/src/apis/MfaApi.js +8 -4
  59. package/src/apis/MfaSettingsApi.cjs +6 -0
  60. package/src/apis/MfaSettingsApi.d.ts +6 -0
  61. package/src/apis/MfaSettingsApi.js +6 -0
  62. package/src/apis/NameServicesApi.cjs +22 -10
  63. package/src/apis/NameServicesApi.d.ts +22 -10
  64. package/src/apis/NameServicesApi.js +22 -10
  65. package/src/apis/OrganizationsApi.cjs +34 -10
  66. package/src/apis/OrganizationsApi.d.ts +34 -10
  67. package/src/apis/OrganizationsApi.js +34 -10
  68. package/src/apis/OriginsApi.cjs +12 -6
  69. package/src/apis/OriginsApi.d.ts +12 -6
  70. package/src/apis/OriginsApi.js +12 -6
  71. package/src/apis/ProjectsApi.cjs +18 -8
  72. package/src/apis/ProjectsApi.d.ts +18 -8
  73. package/src/apis/ProjectsApi.js +18 -8
  74. package/src/apis/SDKApi.cjs +350 -164
  75. package/src/apis/SDKApi.d.ts +350 -164
  76. package/src/apis/SDKApi.js +350 -164
  77. package/src/apis/SDKViewsApi.cjs +12 -6
  78. package/src/apis/SDKViewsApi.d.ts +12 -6
  79. package/src/apis/SDKViewsApi.js +12 -6
  80. package/src/apis/SessionsApi.cjs +4 -0
  81. package/src/apis/SessionsApi.d.ts +4 -0
  82. package/src/apis/SessionsApi.js +4 -0
  83. package/src/apis/SettingsApi.cjs +32 -4
  84. package/src/apis/SettingsApi.d.ts +32 -4
  85. package/src/apis/SettingsApi.js +32 -4
  86. package/src/apis/TestAccountApi.cjs +10 -4
  87. package/src/apis/TestAccountApi.d.ts +10 -4
  88. package/src/apis/TestAccountApi.js +10 -4
  89. package/src/apis/TokensApi.cjs +12 -6
  90. package/src/apis/TokensApi.d.ts +12 -6
  91. package/src/apis/TokensApi.js +12 -6
  92. package/src/apis/UserApiTokensApi.cjs +12 -6
  93. package/src/apis/UserApiTokensApi.d.ts +12 -6
  94. package/src/apis/UserApiTokensApi.js +12 -6
  95. package/src/apis/UsersApi.cjs +28 -4
  96. package/src/apis/UsersApi.d.ts +28 -4
  97. package/src/apis/UsersApi.js +28 -4
  98. package/src/apis/VisitsApi.cjs +2 -0
  99. package/src/apis/VisitsApi.d.ts +2 -0
  100. package/src/apis/VisitsApi.js +2 -0
  101. package/src/apis/WaasApi.cjs +32 -4
  102. package/src/apis/WaasApi.d.ts +32 -4
  103. package/src/apis/WaasApi.js +32 -4
  104. package/src/apis/WalletConnectApi.cjs +2 -0
  105. package/src/apis/WalletConnectApi.d.ts +2 -0
  106. package/src/apis/WalletConnectApi.js +2 -0
  107. package/src/apis/WalletsApi.cjs +20 -6
  108. package/src/apis/WalletsApi.d.ts +20 -6
  109. package/src/apis/WalletsApi.js +20 -6
  110. package/src/apis/WebhooksApi.cjs +32 -16
  111. package/src/apis/WebhooksApi.d.ts +32 -16
  112. package/src/apis/WebhooksApi.js +32 -16
@@ -102,6 +102,7 @@ import '../models/WalletTransactionType.js';
102
102
  */
103
103
  class WalletConnectApi extends BaseAPI {
104
104
  /**
105
+ * Creates or updates a WalletConnect project for the specified environment using the partner API.
105
106
  * Create or update a WalletConnect project for this environment using the partner API
106
107
  */
107
108
  upsertWalletConnectProjectRaw(requestParameters, initOverrides) {
@@ -126,6 +127,7 @@ class WalletConnectApi extends BaseAPI {
126
127
  });
127
128
  }
128
129
  /**
130
+ * Creates or updates a WalletConnect project for the specified environment using the partner API.
129
131
  * Create or update a WalletConnect project for this environment using the partner API
130
132
  */
131
133
  upsertWalletConnectProject(requestParameters, initOverrides) {
@@ -114,7 +114,7 @@ var WalletsResponse = require('../models/WalletsResponse.cjs');
114
114
  class WalletsApi extends runtime.BaseAPI {
115
115
  /**
116
116
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
117
- * Creates a new embedded wallet for a user given an identifier
117
+ * Create an embedded wallet for a user
118
118
  */
119
119
  createEmbeddedWalletRaw(requestParameters, initOverrides) {
120
120
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -146,7 +146,7 @@ class WalletsApi extends runtime.BaseAPI {
146
146
  }
147
147
  /**
148
148
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
149
- * Creates a new embedded wallet for a user given an identifier
149
+ * Create an embedded wallet for a user
150
150
  */
151
151
  createEmbeddedWallet(requestParameters, initOverrides) {
152
152
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -156,7 +156,7 @@ class WalletsApi extends runtime.BaseAPI {
156
156
  }
157
157
  /**
158
158
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
159
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
159
+ * Create an embedded wallet from Farcaster
160
160
  */
161
161
  createEmbeddedWalletFromFarcasterRaw(requestParameters, initOverrides) {
162
162
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -188,7 +188,7 @@ class WalletsApi extends runtime.BaseAPI {
188
188
  }
189
189
  /**
190
190
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
191
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
191
+ * Create an embedded wallet from Farcaster
192
192
  */
193
193
  createEmbeddedWalletFromFarcaster(requestParameters, initOverrides) {
194
194
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -198,7 +198,7 @@ class WalletsApi extends runtime.BaseAPI {
198
198
  }
199
199
  /**
200
200
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
201
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
201
+ * Create a wallet for the user
202
202
  */
203
203
  createWalletRaw(requestParameters, initOverrides) {
204
204
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -233,7 +233,7 @@ class WalletsApi extends runtime.BaseAPI {
233
233
  }
234
234
  /**
235
235
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
236
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
236
+ * Create a wallet for the user
237
237
  */
238
238
  createWallet(requestParameters, initOverrides) {
239
239
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -284,6 +284,7 @@ class WalletsApi extends runtime.BaseAPI {
284
284
  });
285
285
  }
286
286
  /**
287
+ * Permanently removes the specified wallet.
287
288
  * Delete wallet
288
289
  */
289
290
  deleteWalletByIdRaw(requestParameters, initOverrides) {
@@ -313,6 +314,7 @@ class WalletsApi extends runtime.BaseAPI {
313
314
  });
314
315
  }
315
316
  /**
317
+ * Permanently removes the specified wallet.
316
318
  * Delete wallet
317
319
  */
318
320
  deleteWalletById(requestParameters, initOverrides) {
@@ -321,6 +323,7 @@ class WalletsApi extends runtime.BaseAPI {
321
323
  });
322
324
  }
323
325
  /**
326
+ * Permanently removes the specified wallet (deprecated).
324
327
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
325
328
  */
326
329
  deleteWalletByIdLegacyRaw(requestParameters, initOverrides) {
@@ -347,6 +350,7 @@ class WalletsApi extends runtime.BaseAPI {
347
350
  });
348
351
  }
349
352
  /**
353
+ * Permanently removes the specified wallet (deprecated).
350
354
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
351
355
  */
352
356
  deleteWalletByIdLegacy(requestParameters, initOverrides) {
@@ -355,6 +359,7 @@ class WalletsApi extends runtime.BaseAPI {
355
359
  });
356
360
  }
357
361
  /**
362
+ * Returns the active embedded wallet versions for the specified environment.
358
363
  * Get the active embedded wallet versions for an environment
359
364
  */
360
365
  getActiveEmbeddedWalletVersionsForEnvironmentRaw(requestParameters, initOverrides) {
@@ -381,6 +386,7 @@ class WalletsApi extends runtime.BaseAPI {
381
386
  });
382
387
  }
383
388
  /**
389
+ * Returns the active embedded wallet versions for the specified environment.
384
390
  * Get the active embedded wallet versions for an environment
385
391
  */
386
392
  getActiveEmbeddedWalletVersionsForEnvironment(requestParameters, initOverrides) {
@@ -390,6 +396,7 @@ class WalletsApi extends runtime.BaseAPI {
390
396
  });
391
397
  }
392
398
  /**
399
+ * Returns a wallet by its unique identifier.
393
400
  * Get a wallet using the ID
394
401
  */
395
402
  getWalletByIdRaw(requestParameters, initOverrides) {
@@ -419,6 +426,7 @@ class WalletsApi extends runtime.BaseAPI {
419
426
  });
420
427
  }
421
428
  /**
429
+ * Returns a wallet by its unique identifier.
422
430
  * Get a wallet using the ID
423
431
  */
424
432
  getWalletById(requestParameters, initOverrides) {
@@ -428,6 +436,7 @@ class WalletsApi extends runtime.BaseAPI {
428
436
  });
429
437
  }
430
438
  /**
439
+ * Returns a wallet by its ID (deprecated).
431
440
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
432
441
  */
433
442
  getWalletByIdLegacyRaw(requestParameters, initOverrides) {
@@ -454,6 +463,7 @@ class WalletsApi extends runtime.BaseAPI {
454
463
  });
455
464
  }
456
465
  /**
466
+ * Returns a wallet by its ID (deprecated).
457
467
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
458
468
  */
459
469
  getWalletByIdLegacy(requestParameters, initOverrides) {
@@ -506,6 +516,7 @@ class WalletsApi extends runtime.BaseAPI {
506
516
  });
507
517
  }
508
518
  /**
519
+ * Returns the wallets for the specified user.
509
520
  * Get wallets by user
510
521
  */
511
522
  getWalletsByUserIdRaw(requestParameters, initOverrides) {
@@ -535,6 +546,7 @@ class WalletsApi extends runtime.BaseAPI {
535
546
  });
536
547
  }
537
548
  /**
549
+ * Returns the wallets for the specified user.
538
550
  * Get wallets by user
539
551
  */
540
552
  getWalletsByUserId(requestParameters, initOverrides) {
@@ -544,6 +556,7 @@ class WalletsApi extends runtime.BaseAPI {
544
556
  });
545
557
  }
546
558
  /**
559
+ * Returns wallets by user (deprecated).
547
560
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
548
561
  */
549
562
  getWalletsByUserIdLegacyRaw(requestParameters, initOverrides) {
@@ -570,6 +583,7 @@ class WalletsApi extends runtime.BaseAPI {
570
583
  });
571
584
  }
572
585
  /**
586
+ * Returns wallets by user (deprecated).
573
587
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
574
588
  */
575
589
  getWalletsByUserIdLegacy(requestParameters, initOverrides) {
@@ -67,32 +67,32 @@ export interface RecoverDeletedWalletsWithEnvironmentRequest {
67
67
  export declare class WalletsApi extends runtime.BaseAPI {
68
68
  /**
69
69
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
70
- * Creates a new embedded wallet for a user given an identifier
70
+ * Create an embedded wallet for a user
71
71
  */
72
72
  createEmbeddedWalletRaw(requestParameters: CreateEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserResponse>>;
73
73
  /**
74
74
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
75
- * Creates a new embedded wallet for a user given an identifier
75
+ * Create an embedded wallet for a user
76
76
  */
77
77
  createEmbeddedWallet(requestParameters: CreateEmbeddedWalletRequest, initOverrides?: RequestInit): Promise<UserResponse>;
78
78
  /**
79
79
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
80
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
80
+ * Create an embedded wallet from Farcaster
81
81
  */
82
82
  createEmbeddedWalletFromFarcasterRaw(requestParameters: CreateEmbeddedWalletFromFarcasterRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserResponse>>;
83
83
  /**
84
84
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
85
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
85
+ * Create an embedded wallet from Farcaster
86
86
  */
87
87
  createEmbeddedWalletFromFarcaster(requestParameters: CreateEmbeddedWalletFromFarcasterRequest, initOverrides?: RequestInit): Promise<UserResponse>;
88
88
  /**
89
89
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
90
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
90
+ * Create a wallet for the user
91
91
  */
92
92
  createWalletRaw(requestParameters: CreateWalletOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Wallet>>;
93
93
  /**
94
94
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
95
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
95
+ * Create a wallet for the user
96
96
  */
97
97
  createWallet(requestParameters: CreateWalletOperationRequest, initOverrides?: RequestInit): Promise<Wallet>;
98
98
  /**
@@ -106,42 +106,52 @@ export declare class WalletsApi extends runtime.BaseAPI {
106
106
  */
107
107
  createWalletLegacy(requestParameters: CreateWalletLegacyRequest, initOverrides?: RequestInit): Promise<Wallet>;
108
108
  /**
109
+ * Permanently removes the specified wallet.
109
110
  * Delete wallet
110
111
  */
111
112
  deleteWalletByIdRaw(requestParameters: DeleteWalletByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
112
113
  /**
114
+ * Permanently removes the specified wallet.
113
115
  * Delete wallet
114
116
  */
115
117
  deleteWalletById(requestParameters: DeleteWalletByIdRequest, initOverrides?: RequestInit): Promise<void>;
116
118
  /**
119
+ * Permanently removes the specified wallet (deprecated).
117
120
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
118
121
  */
119
122
  deleteWalletByIdLegacyRaw(requestParameters: DeleteWalletByIdLegacyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
120
123
  /**
124
+ * Permanently removes the specified wallet (deprecated).
121
125
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
122
126
  */
123
127
  deleteWalletByIdLegacy(requestParameters: DeleteWalletByIdLegacyRequest, initOverrides?: RequestInit): Promise<void>;
124
128
  /**
129
+ * Returns the active embedded wallet versions for the specified environment.
125
130
  * Get the active embedded wallet versions for an environment
126
131
  */
127
132
  getActiveEmbeddedWalletVersionsForEnvironmentRaw(requestParameters: GetActiveEmbeddedWalletVersionsForEnvironmentRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<EmbeddedWalletVersionEnum>>>;
128
133
  /**
134
+ * Returns the active embedded wallet versions for the specified environment.
129
135
  * Get the active embedded wallet versions for an environment
130
136
  */
131
137
  getActiveEmbeddedWalletVersionsForEnvironment(requestParameters: GetActiveEmbeddedWalletVersionsForEnvironmentRequest, initOverrides?: RequestInit): Promise<Array<EmbeddedWalletVersionEnum>>;
132
138
  /**
139
+ * Returns a wallet by its unique identifier.
133
140
  * Get a wallet using the ID
134
141
  */
135
142
  getWalletByIdRaw(requestParameters: GetWalletByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Wallet>>;
136
143
  /**
144
+ * Returns a wallet by its unique identifier.
137
145
  * Get a wallet using the ID
138
146
  */
139
147
  getWalletById(requestParameters: GetWalletByIdRequest, initOverrides?: RequestInit): Promise<Wallet>;
140
148
  /**
149
+ * Returns a wallet by its ID (deprecated).
141
150
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
142
151
  */
143
152
  getWalletByIdLegacyRaw(requestParameters: GetWalletByIdLegacyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Wallet>>;
144
153
  /**
154
+ * Returns a wallet by its ID (deprecated).
145
155
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
146
156
  */
147
157
  getWalletByIdLegacy(requestParameters: GetWalletByIdLegacyRequest, initOverrides?: RequestInit): Promise<Wallet>;
@@ -156,18 +166,22 @@ export declare class WalletsApi extends runtime.BaseAPI {
156
166
  */
157
167
  getWalletsByEnvironmentId(requestParameters: GetWalletsByEnvironmentIdRequest, initOverrides?: RequestInit): Promise<WalletsResponse>;
158
168
  /**
169
+ * Returns the wallets for the specified user.
159
170
  * Get wallets by user
160
171
  */
161
172
  getWalletsByUserIdRaw(requestParameters: GetWalletsByUserIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserWalletsResponse>>;
162
173
  /**
174
+ * Returns the wallets for the specified user.
163
175
  * Get wallets by user
164
176
  */
165
177
  getWalletsByUserId(requestParameters: GetWalletsByUserIdRequest, initOverrides?: RequestInit): Promise<UserWalletsResponse>;
166
178
  /**
179
+ * Returns wallets by user (deprecated).
167
180
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
168
181
  */
169
182
  getWalletsByUserIdLegacyRaw(requestParameters: GetWalletsByUserIdLegacyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserWalletsResponse>>;
170
183
  /**
184
+ * Returns wallets by user (deprecated).
171
185
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
172
186
  */
173
187
  getWalletsByUserIdLegacy(requestParameters: GetWalletsByUserIdLegacyRequest, initOverrides?: RequestInit): Promise<UserWalletsResponse>;
@@ -110,7 +110,7 @@ import { WalletsResponseFromJSON } from '../models/WalletsResponse.js';
110
110
  class WalletsApi extends BaseAPI {
111
111
  /**
112
112
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
113
- * Creates a new embedded wallet for a user given an identifier
113
+ * Create an embedded wallet for a user
114
114
  */
115
115
  createEmbeddedWalletRaw(requestParameters, initOverrides) {
116
116
  return __awaiter(this, void 0, void 0, function* () {
@@ -142,7 +142,7 @@ class WalletsApi extends BaseAPI {
142
142
  }
143
143
  /**
144
144
  * Creates a new embedded wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
145
- * Creates a new embedded wallet for a user given an identifier
145
+ * Create an embedded wallet for a user
146
146
  */
147
147
  createEmbeddedWallet(requestParameters, initOverrides) {
148
148
  return __awaiter(this, void 0, void 0, function* () {
@@ -152,7 +152,7 @@ class WalletsApi extends BaseAPI {
152
152
  }
153
153
  /**
154
154
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
155
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
155
+ * Create an embedded wallet from Farcaster
156
156
  */
157
157
  createEmbeddedWalletFromFarcasterRaw(requestParameters, initOverrides) {
158
158
  return __awaiter(this, void 0, void 0, function* () {
@@ -184,7 +184,7 @@ class WalletsApi extends BaseAPI {
184
184
  }
185
185
  /**
186
186
  * Creates a new embedded wallet. This API is meant to be called from a frame server.
187
- * Creates a new embedded wallet. This API is meant to be called from a frame server.
187
+ * Create an embedded wallet from Farcaster
188
188
  */
189
189
  createEmbeddedWalletFromFarcaster(requestParameters, initOverrides) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -194,7 +194,7 @@ class WalletsApi extends BaseAPI {
194
194
  }
195
195
  /**
196
196
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
197
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
197
+ * Create a wallet for the user
198
198
  */
199
199
  createWalletRaw(requestParameters, initOverrides) {
200
200
  return __awaiter(this, void 0, void 0, function* () {
@@ -229,7 +229,7 @@ class WalletsApi extends BaseAPI {
229
229
  }
230
230
  /**
231
231
  * Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
232
- * Creates a new wallet for the user. Note that if the user already has an embedded wallet linked, this call will fail.
232
+ * Create a wallet for the user
233
233
  */
234
234
  createWallet(requestParameters, initOverrides) {
235
235
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,6 +280,7 @@ class WalletsApi extends BaseAPI {
280
280
  });
281
281
  }
282
282
  /**
283
+ * Permanently removes the specified wallet.
283
284
  * Delete wallet
284
285
  */
285
286
  deleteWalletByIdRaw(requestParameters, initOverrides) {
@@ -309,6 +310,7 @@ class WalletsApi extends BaseAPI {
309
310
  });
310
311
  }
311
312
  /**
313
+ * Permanently removes the specified wallet.
312
314
  * Delete wallet
313
315
  */
314
316
  deleteWalletById(requestParameters, initOverrides) {
@@ -317,6 +319,7 @@ class WalletsApi extends BaseAPI {
317
319
  });
318
320
  }
319
321
  /**
322
+ * Permanently removes the specified wallet (deprecated).
320
323
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
321
324
  */
322
325
  deleteWalletByIdLegacyRaw(requestParameters, initOverrides) {
@@ -343,6 +346,7 @@ class WalletsApi extends BaseAPI {
343
346
  });
344
347
  }
345
348
  /**
349
+ * Permanently removes the specified wallet (deprecated).
346
350
  * Delete wallet (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
347
351
  */
348
352
  deleteWalletByIdLegacy(requestParameters, initOverrides) {
@@ -351,6 +355,7 @@ class WalletsApi extends BaseAPI {
351
355
  });
352
356
  }
353
357
  /**
358
+ * Returns the active embedded wallet versions for the specified environment.
354
359
  * Get the active embedded wallet versions for an environment
355
360
  */
356
361
  getActiveEmbeddedWalletVersionsForEnvironmentRaw(requestParameters, initOverrides) {
@@ -377,6 +382,7 @@ class WalletsApi extends BaseAPI {
377
382
  });
378
383
  }
379
384
  /**
385
+ * Returns the active embedded wallet versions for the specified environment.
380
386
  * Get the active embedded wallet versions for an environment
381
387
  */
382
388
  getActiveEmbeddedWalletVersionsForEnvironment(requestParameters, initOverrides) {
@@ -386,6 +392,7 @@ class WalletsApi extends BaseAPI {
386
392
  });
387
393
  }
388
394
  /**
395
+ * Returns a wallet by its unique identifier.
389
396
  * Get a wallet using the ID
390
397
  */
391
398
  getWalletByIdRaw(requestParameters, initOverrides) {
@@ -415,6 +422,7 @@ class WalletsApi extends BaseAPI {
415
422
  });
416
423
  }
417
424
  /**
425
+ * Returns a wallet by its unique identifier.
418
426
  * Get a wallet using the ID
419
427
  */
420
428
  getWalletById(requestParameters, initOverrides) {
@@ -424,6 +432,7 @@ class WalletsApi extends BaseAPI {
424
432
  });
425
433
  }
426
434
  /**
435
+ * Returns a wallet by its ID (deprecated).
427
436
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
428
437
  */
429
438
  getWalletByIdLegacyRaw(requestParameters, initOverrides) {
@@ -450,6 +459,7 @@ class WalletsApi extends BaseAPI {
450
459
  });
451
460
  }
452
461
  /**
462
+ * Returns a wallet by its ID (deprecated).
453
463
  * Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)
454
464
  */
455
465
  getWalletByIdLegacy(requestParameters, initOverrides) {
@@ -502,6 +512,7 @@ class WalletsApi extends BaseAPI {
502
512
  });
503
513
  }
504
514
  /**
515
+ * Returns the wallets for the specified user.
505
516
  * Get wallets by user
506
517
  */
507
518
  getWalletsByUserIdRaw(requestParameters, initOverrides) {
@@ -531,6 +542,7 @@ class WalletsApi extends BaseAPI {
531
542
  });
532
543
  }
533
544
  /**
545
+ * Returns the wallets for the specified user.
534
546
  * Get wallets by user
535
547
  */
536
548
  getWalletsByUserId(requestParameters, initOverrides) {
@@ -540,6 +552,7 @@ class WalletsApi extends BaseAPI {
540
552
  });
541
553
  }
542
554
  /**
555
+ * Returns wallets by user (deprecated).
543
556
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
544
557
  */
545
558
  getWalletsByUserIdLegacyRaw(requestParameters, initOverrides) {
@@ -566,6 +579,7 @@ class WalletsApi extends BaseAPI {
566
579
  });
567
580
  }
568
581
  /**
582
+ * Returns wallets by user (deprecated).
569
583
  * Get wallets by user (deprecated - use /environments/{environmentId}/users/{userId}/wallets instead)
570
584
  */
571
585
  getWalletsByUserIdLegacy(requestParameters, initOverrides) {
@@ -110,7 +110,8 @@ var WebhooksResponse = require('../models/WebhooksResponse.cjs');
110
110
  */
111
111
  class WebhooksApi extends runtime.BaseAPI {
112
112
  /**
113
- * Creates a new Webhooks for the project environment
113
+ * Creates a new webhook for the specified environment.
114
+ * Create a webhook for the environment
114
115
  */
115
116
  createWebhookRaw(requestParameters, initOverrides) {
116
117
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -134,7 +135,8 @@ class WebhooksApi extends runtime.BaseAPI {
134
135
  });
135
136
  }
136
137
  /**
137
- * Creates a new Webhooks for the project environment
138
+ * Creates a new webhook for the specified environment.
139
+ * Create a webhook for the environment
138
140
  */
139
141
  createWebhook(requestParameters, initOverrides) {
140
142
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -143,7 +145,8 @@ class WebhooksApi extends runtime.BaseAPI {
143
145
  });
144
146
  }
145
147
  /**
146
- * Delete the Webhook for an environment
148
+ * Permanently removes the specified webhook.
149
+ * Delete a webhook by ID
147
150
  */
148
151
  deleteWebhookByIdRaw(requestParameters, initOverrides) {
149
152
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -165,7 +168,8 @@ class WebhooksApi extends runtime.BaseAPI {
165
168
  });
166
169
  }
167
170
  /**
168
- * Delete the Webhook for an environment
171
+ * Permanently removes the specified webhook.
172
+ * Delete a webhook by ID
169
173
  */
170
174
  deleteWebhookById(requestParameters, initOverrides) {
171
175
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -173,7 +177,8 @@ class WebhooksApi extends runtime.BaseAPI {
173
177
  });
174
178
  }
175
179
  /**
176
- * Get the Webhook for an environment
180
+ * Returns a single webhook by its unique identifier.
181
+ * Get a webhook by ID
177
182
  */
178
183
  getWebhookRaw(requestParameters, initOverrides) {
179
184
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -198,7 +203,8 @@ class WebhooksApi extends runtime.BaseAPI {
198
203
  });
199
204
  }
200
205
  /**
201
- * Get the Webhook for an environment
206
+ * Returns a single webhook by its unique identifier.
207
+ * Get a webhook by ID
202
208
  */
203
209
  getWebhook(requestParameters, initOverrides) {
204
210
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -207,7 +213,8 @@ class WebhooksApi extends runtime.BaseAPI {
207
213
  });
208
214
  }
209
215
  /**
210
- * Get the Message deliveries for a webhook
216
+ * Returns the delivery attempts for the specified webhook message.
217
+ * Get message deliveries for a webhook
211
218
  */
212
219
  getWebhookMessageDeliveriesRaw(requestParameters, initOverrides) {
213
220
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -232,7 +239,8 @@ class WebhooksApi extends runtime.BaseAPI {
232
239
  });
233
240
  }
234
241
  /**
235
- * Get the Message deliveries for a webhook
242
+ * Returns the delivery attempts for the specified webhook message.
243
+ * Get message deliveries for a webhook
236
244
  */
237
245
  getWebhookMessageDeliveries(requestParameters, initOverrides) {
238
246
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -241,7 +249,8 @@ class WebhooksApi extends runtime.BaseAPI {
241
249
  });
242
250
  }
243
251
  /**
244
- * Get the Messages for an webhook
252
+ * Returns the messages for the specified webhook.
253
+ * Get messages for a webhook
245
254
  */
246
255
  getWebhookMessagesRaw(requestParameters, initOverrides) {
247
256
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -266,7 +275,8 @@ class WebhooksApi extends runtime.BaseAPI {
266
275
  });
267
276
  }
268
277
  /**
269
- * Get the Messages for an webhook
278
+ * Returns the messages for the specified webhook.
279
+ * Get messages for a webhook
270
280
  */
271
281
  getWebhookMessages(requestParameters, initOverrides) {
272
282
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -275,7 +285,8 @@ class WebhooksApi extends runtime.BaseAPI {
275
285
  });
276
286
  }
277
287
  /**
278
- * Get the Webhooks for an environment
288
+ * Returns the webhooks for the specified environment.
289
+ * Get webhooks for the environment
279
290
  */
280
291
  getWebhooksRaw(requestParameters, initOverrides) {
281
292
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -294,7 +305,8 @@ class WebhooksApi extends runtime.BaseAPI {
294
305
  });
295
306
  }
296
307
  /**
297
- * Get the Webhooks for an environment
308
+ * Returns the webhooks for the specified environment.
309
+ * Get webhooks for the environment
298
310
  */
299
311
  getWebhooks(requestParameters, initOverrides) {
300
312
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -303,7 +315,8 @@ class WebhooksApi extends runtime.BaseAPI {
303
315
  });
304
316
  }
305
317
  /**
306
- * Redeliver message for an webhook
318
+ * Redelivers the specified webhook message.
319
+ * Redeliver a webhook message
307
320
  */
308
321
  redeliverWebhookMessageRaw(requestParameters, initOverrides) {
309
322
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -328,7 +341,8 @@ class WebhooksApi extends runtime.BaseAPI {
328
341
  });
329
342
  }
330
343
  /**
331
- * Redeliver message for an webhook
344
+ * Redelivers the specified webhook message.
345
+ * Redeliver a webhook message
332
346
  */
333
347
  redeliverWebhookMessage(requestParameters, initOverrides) {
334
348
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -337,7 +351,8 @@ class WebhooksApi extends runtime.BaseAPI {
337
351
  });
338
352
  }
339
353
  /**
340
- * Update the Webhook for an environment
354
+ * Updates the specified webhook.
355
+ * Update a webhook by ID
341
356
  */
342
357
  updateWebhookByIdRaw(requestParameters, initOverrides) {
343
358
  return _tslib.__awaiter(this, void 0, void 0, function* () {
@@ -364,7 +379,8 @@ class WebhooksApi extends runtime.BaseAPI {
364
379
  });
365
380
  }
366
381
  /**
367
- * Update the Webhook for an environment
382
+ * Updates the specified webhook.
383
+ * Update a webhook by ID
368
384
  */
369
385
  updateWebhookById(requestParameters, initOverrides) {
370
386
  return _tslib.__awaiter(this, void 0, void 0, function* () {