@turnkey/sdk-browser 1.2.3 → 1.3.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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@turnkey/sdk-browser@1.2.3";
1
+ export declare const VERSION = "@turnkey/sdk-browser@1.3.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = "@turnkey/sdk-browser@1.2.3";
3
+ const VERSION = "@turnkey/sdk-browser@1.3.0";
4
4
 
5
5
  exports.VERSION = VERSION;
6
6
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const VERSION = "@turnkey/sdk-browser@1.2.3";
1
+ const VERSION = "@turnkey/sdk-browser@1.3.0";
2
2
 
3
3
  export { VERSION };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -187,6 +187,10 @@ export type paths = {
187
187
  /** Delete Private Key Tags within an Organization */
188
188
  post: operations["PublicApiService_DeletePrivateKeyTags"];
189
189
  };
190
+ "/public/v1/submit/delete_private_keys": {
191
+ /** Deletes private keys for an organization */
192
+ post: operations["PublicApiService_DeletePrivateKeys"];
193
+ };
190
194
  "/public/v1/submit/delete_user_tags": {
191
195
  /** Delete User Tags within an Organization */
192
196
  post: operations["PublicApiService_DeleteUserTags"];
@@ -195,6 +199,10 @@ export type paths = {
195
199
  /** Delete Users within an Organization */
196
200
  post: operations["PublicApiService_DeleteUsers"];
197
201
  };
202
+ "/public/v1/submit/delete_wallets": {
203
+ /** Deletes wallets for an organization */
204
+ post: operations["PublicApiService_DeleteWallets"];
205
+ };
198
206
  "/public/v1/submit/email_auth": {
199
207
  /** Authenticate a user via Email */
200
208
  post: operations["PublicApiService_EmailAuth"];
@@ -288,6 +296,14 @@ export type paths = {
288
296
  };
289
297
  };
290
298
  export type definitions = {
299
+ billingActivateBillingTierIntent: {
300
+ /** @description The product that the customer wants to subscribe to. */
301
+ productId: string;
302
+ };
303
+ billingActivateBillingTierResult: {
304
+ /** @description The id of the product being subscribed to. */
305
+ productId: string;
306
+ };
291
307
  datav1Tag: {
292
308
  /** @description Unique identifier for a given Tag. */
293
309
  tagId: string;
@@ -358,14 +374,6 @@ export type definitions = {
358
374
  };
359
375
  /** @enum {string} */
360
376
  v1AccessType: "ACCESS_TYPE_WEB" | "ACCESS_TYPE_API" | "ACCESS_TYPE_ALL";
361
- v1ActivateBillingTierIntent: {
362
- /** @description The product that the customer wants to subscribe to. */
363
- productId: string;
364
- };
365
- v1ActivateBillingTierResult: {
366
- /** @description The id of the product being subscribed to. */
367
- productId: string;
368
- };
369
377
  v1Activity: {
370
378
  /** @description Unique identifier for a given Activity object. */
371
379
  id: string;
@@ -397,7 +405,7 @@ export type definitions = {
397
405
  /** @enum {string} */
398
406
  v1ActivityStatus: "ACTIVITY_STATUS_CREATED" | "ACTIVITY_STATUS_PENDING" | "ACTIVITY_STATUS_COMPLETED" | "ACTIVITY_STATUS_FAILED" | "ACTIVITY_STATUS_CONSENSUS_NEEDED" | "ACTIVITY_STATUS_REJECTED";
399
407
  /** @enum {string} */
400
- v1ActivityType: "ACTIVITY_TYPE_CREATE_API_KEYS" | "ACTIVITY_TYPE_CREATE_USERS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD" | "ACTIVITY_TYPE_CREATE_INVITATIONS" | "ACTIVITY_TYPE_ACCEPT_INVITATION" | "ACTIVITY_TYPE_CREATE_POLICY" | "ACTIVITY_TYPE_DISABLE_PRIVATE_KEY" | "ACTIVITY_TYPE_DELETE_USERS" | "ACTIVITY_TYPE_DELETE_API_KEYS" | "ACTIVITY_TYPE_DELETE_INVITATION" | "ACTIVITY_TYPE_DELETE_ORGANIZATION" | "ACTIVITY_TYPE_DELETE_POLICY" | "ACTIVITY_TYPE_CREATE_USER_TAG" | "ACTIVITY_TYPE_DELETE_USER_TAGS" | "ACTIVITY_TYPE_CREATE_ORGANIZATION" | "ACTIVITY_TYPE_SIGN_TRANSACTION" | "ACTIVITY_TYPE_APPROVE_ACTIVITY" | "ACTIVITY_TYPE_REJECT_ACTIVITY" | "ACTIVITY_TYPE_DELETE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEY_TAGS" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD" | "ACTIVITY_TYPE_ACTIVATE_BILLING_TIER" | "ACTIVITY_TYPE_DELETE_PAYMENT_METHOD" | "ACTIVITY_TYPE_CREATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_POLICY_V3" | "ACTIVITY_TYPE_CREATE_API_ONLY_USERS" | "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM" | "ACTIVITY_TYPE_UPDATE_USER_TAG" | "ACTIVITY_TYPE_UPDATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS_V2" | "ACTIVITY_TYPE_CREATE_ORGANIZATION_V2" | "ACTIVITY_TYPE_CREATE_USERS_V2" | "ACTIVITY_TYPE_ACCEPT_INVITATION_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V2" | "ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2" | "ACTIVITY_TYPE_UPDATE_USER" | "ACTIVITY_TYPE_UPDATE_POLICY" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V3" | "ACTIVITY_TYPE_CREATE_WALLET" | "ACTIVITY_TYPE_CREATE_WALLET_ACCOUNTS" | "ACTIVITY_TYPE_INIT_USER_EMAIL_RECOVERY" | "ACTIVITY_TYPE_RECOVER_USER" | "ACTIVITY_TYPE_SET_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2" | "ACTIVITY_TYPE_SIGN_TRANSACTION_V2" | "ACTIVITY_TYPE_EXPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_EXPORT_WALLET" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V4" | "ACTIVITY_TYPE_EMAIL_AUTH" | "ACTIVITY_TYPE_EXPORT_WALLET_ACCOUNT" | "ACTIVITY_TYPE_INIT_IMPORT_WALLET" | "ACTIVITY_TYPE_IMPORT_WALLET" | "ACTIVITY_TYPE_INIT_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_CREATE_POLICIES" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOADS" | "ACTIVITY_TYPE_CREATE_READ_ONLY_SESSION" | "ACTIVITY_TYPE_CREATE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_DELETE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V5" | "ACTIVITY_TYPE_OAUTH" | "ACTIVITY_TYPE_CREATE_API_KEYS_V2" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION" | "ACTIVITY_TYPE_EMAIL_AUTH_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6";
408
+ v1ActivityType: "ACTIVITY_TYPE_CREATE_API_KEYS" | "ACTIVITY_TYPE_CREATE_USERS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD" | "ACTIVITY_TYPE_CREATE_INVITATIONS" | "ACTIVITY_TYPE_ACCEPT_INVITATION" | "ACTIVITY_TYPE_CREATE_POLICY" | "ACTIVITY_TYPE_DISABLE_PRIVATE_KEY" | "ACTIVITY_TYPE_DELETE_USERS" | "ACTIVITY_TYPE_DELETE_API_KEYS" | "ACTIVITY_TYPE_DELETE_INVITATION" | "ACTIVITY_TYPE_DELETE_ORGANIZATION" | "ACTIVITY_TYPE_DELETE_POLICY" | "ACTIVITY_TYPE_CREATE_USER_TAG" | "ACTIVITY_TYPE_DELETE_USER_TAGS" | "ACTIVITY_TYPE_CREATE_ORGANIZATION" | "ACTIVITY_TYPE_SIGN_TRANSACTION" | "ACTIVITY_TYPE_APPROVE_ACTIVITY" | "ACTIVITY_TYPE_REJECT_ACTIVITY" | "ACTIVITY_TYPE_DELETE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEY_TAGS" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD" | "ACTIVITY_TYPE_ACTIVATE_BILLING_TIER" | "ACTIVITY_TYPE_DELETE_PAYMENT_METHOD" | "ACTIVITY_TYPE_CREATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_POLICY_V3" | "ACTIVITY_TYPE_CREATE_API_ONLY_USERS" | "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM" | "ACTIVITY_TYPE_UPDATE_USER_TAG" | "ACTIVITY_TYPE_UPDATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS_V2" | "ACTIVITY_TYPE_CREATE_ORGANIZATION_V2" | "ACTIVITY_TYPE_CREATE_USERS_V2" | "ACTIVITY_TYPE_ACCEPT_INVITATION_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V2" | "ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2" | "ACTIVITY_TYPE_UPDATE_USER" | "ACTIVITY_TYPE_UPDATE_POLICY" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V3" | "ACTIVITY_TYPE_CREATE_WALLET" | "ACTIVITY_TYPE_CREATE_WALLET_ACCOUNTS" | "ACTIVITY_TYPE_INIT_USER_EMAIL_RECOVERY" | "ACTIVITY_TYPE_RECOVER_USER" | "ACTIVITY_TYPE_SET_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2" | "ACTIVITY_TYPE_SIGN_TRANSACTION_V2" | "ACTIVITY_TYPE_EXPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_EXPORT_WALLET" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V4" | "ACTIVITY_TYPE_EMAIL_AUTH" | "ACTIVITY_TYPE_EXPORT_WALLET_ACCOUNT" | "ACTIVITY_TYPE_INIT_IMPORT_WALLET" | "ACTIVITY_TYPE_IMPORT_WALLET" | "ACTIVITY_TYPE_INIT_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_CREATE_POLICIES" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOADS" | "ACTIVITY_TYPE_CREATE_READ_ONLY_SESSION" | "ACTIVITY_TYPE_CREATE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_DELETE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V5" | "ACTIVITY_TYPE_OAUTH" | "ACTIVITY_TYPE_CREATE_API_KEYS_V2" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION" | "ACTIVITY_TYPE_EMAIL_AUTH_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEYS" | "ACTIVITY_TYPE_DELETE_WALLETS" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION_V2";
401
409
  /** @enum {string} */
402
410
  v1AddressFormat: "ADDRESS_FORMAT_UNCOMPRESSED" | "ADDRESS_FORMAT_COMPRESSED" | "ADDRESS_FORMAT_ETHEREUM" | "ADDRESS_FORMAT_SOLANA" | "ADDRESS_FORMAT_COSMOS" | "ADDRESS_FORMAT_TRON";
403
411
  v1ApiKey: {
@@ -788,14 +796,24 @@ export type definitions = {
788
796
  /** @description Expiration window (in seconds) indicating how long the API key is valid. If not provided, a default of 15 minutes will be used. */
789
797
  expirationSeconds?: string;
790
798
  };
799
+ v1CreateReadWriteSessionIntentV2: {
800
+ /** @description Client-side public key generated by the user, to which the read write session bundle (credentials) will be encrypted. */
801
+ targetPublicKey: string;
802
+ /** @description Unique identifier for a given User. */
803
+ userId: string;
804
+ /** @description Optional human-readable name for an API Key. If none provided, default to Read Write Session - <Timestamp> */
805
+ apiKeyName?: string;
806
+ /** @description Expiration window (in seconds) indicating how long the API key is valid. If not provided, a default of 15 minutes will be used. */
807
+ expirationSeconds?: string;
808
+ };
791
809
  v1CreateReadWriteSessionRequest: {
792
810
  /** @enum {string} */
793
- type: "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION";
811
+ type: "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION_V2";
794
812
  /** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
795
813
  timestampMs: string;
796
814
  /** @description Unique identifier for a given Organization. */
797
815
  organizationId: string;
798
- parameters: definitions["v1CreateReadWriteSessionIntent"];
816
+ parameters: definitions["v1CreateReadWriteSessionIntentV2"];
799
817
  };
800
818
  v1CreateReadWriteSessionResult: {
801
819
  /** @description Unique identifier for a given Organization. If the request is being made by a user and their Sub-Organization ID is unknown, this can be the Parent Organization ID. However, using the Sub-Organization ID is preferred due to performance reasons. */
@@ -811,6 +829,20 @@ export type definitions = {
811
829
  /** @description HPKE encrypted credential bundle */
812
830
  credentialBundle: string;
813
831
  };
832
+ v1CreateReadWriteSessionResultV2: {
833
+ /** @description Unique identifier for a given Organization. If the request is being made by a user and their Sub-Organization ID is unknown, this can be the Parent Organization ID. However, using the Sub-Organization ID is preferred due to performance reasons. */
834
+ organizationId: string;
835
+ /** @description Human-readable name for an Organization. */
836
+ organizationName: string;
837
+ /** @description Unique identifier for a given User. */
838
+ userId: string;
839
+ /** @description Human-readable name for a User. */
840
+ username: string;
841
+ /** @description Unique identifier for the created API key. */
842
+ apiKeyId: string;
843
+ /** @description HPKE encrypted credential bundle */
844
+ credentialBundle: string;
845
+ };
814
846
  v1CreateSubOrganizationIntent: {
815
847
  /** @description Name for this sub-organization */
816
848
  name: string;
@@ -1146,6 +1178,25 @@ export type definitions = {
1146
1178
  /** @description A list of Private Key IDs. */
1147
1179
  privateKeyIds: string[];
1148
1180
  };
1181
+ v1DeletePrivateKeysIntent: {
1182
+ /** @description List of unique identifiers for private keys within an organization */
1183
+ privateKeyIds: string[];
1184
+ /** @description Optional parameter for deleting the private keys, even if any have not been previously exported. If they have been exported, this field is ignored. */
1185
+ deleteWithoutExport?: boolean;
1186
+ };
1187
+ v1DeletePrivateKeysRequest: {
1188
+ /** @enum {string} */
1189
+ type: "ACTIVITY_TYPE_DELETE_PRIVATE_KEYS";
1190
+ /** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
1191
+ timestampMs: string;
1192
+ /** @description Unique identifier for a given Organization. */
1193
+ organizationId: string;
1194
+ parameters: definitions["v1DeletePrivateKeysIntent"];
1195
+ };
1196
+ v1DeletePrivateKeysResult: {
1197
+ /** @description A list of private key unique identifiers that were removed */
1198
+ privateKeyIds: string[];
1199
+ };
1149
1200
  v1DeleteUserTagsIntent: {
1150
1201
  /** @description A list of User Tag IDs. */
1151
1202
  userTagIds: string[];
@@ -1182,6 +1233,25 @@ export type definitions = {
1182
1233
  /** @description A list of User IDs. */
1183
1234
  userIds: string[];
1184
1235
  };
1236
+ v1DeleteWalletsIntent: {
1237
+ /** @description List of unique identifiers for wallets within an organization */
1238
+ walletIds: string[];
1239
+ /** @description Optional parameter for deleting the wallets, even if any have not been previously exported. If they have been exported, this field is ignored. */
1240
+ deleteWithoutExport?: boolean;
1241
+ };
1242
+ v1DeleteWalletsRequest: {
1243
+ /** @enum {string} */
1244
+ type: "ACTIVITY_TYPE_DELETE_WALLETS";
1245
+ /** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
1246
+ timestampMs: string;
1247
+ /** @description Unique identifier for a given Organization. */
1248
+ organizationId: string;
1249
+ parameters: definitions["v1DeleteWalletsIntent"];
1250
+ };
1251
+ v1DeleteWalletsResult: {
1252
+ /** @description A list of wallet unique identifiers that were removed */
1253
+ walletIds: string[];
1254
+ };
1185
1255
  v1DisablePrivateKeyIntent: {
1186
1256
  /** @description Unique identifier for a given Private Key. */
1187
1257
  privateKeyId: string;
@@ -1666,7 +1736,7 @@ export type definitions = {
1666
1736
  deletePrivateKeyTagsIntent?: definitions["v1DeletePrivateKeyTagsIntent"];
1667
1737
  createPolicyIntentV2?: definitions["v1CreatePolicyIntentV2"];
1668
1738
  setPaymentMethodIntent?: definitions["v1SetPaymentMethodIntent"];
1669
- activateBillingTierIntent?: definitions["v1ActivateBillingTierIntent"];
1739
+ activateBillingTierIntent?: definitions["billingActivateBillingTierIntent"];
1670
1740
  deletePaymentMethodIntent?: definitions["v1DeletePaymentMethodIntent"];
1671
1741
  createPolicyIntentV3?: definitions["v1CreatePolicyIntentV3"];
1672
1742
  createApiOnlyUsersIntent?: definitions["v1CreateApiOnlyUsersIntent"];
@@ -1713,6 +1783,9 @@ export type definitions = {
1713
1783
  createReadWriteSessionIntent?: definitions["v1CreateReadWriteSessionIntent"];
1714
1784
  emailAuthIntentV2?: definitions["v1EmailAuthIntentV2"];
1715
1785
  createSubOrganizationIntentV6?: definitions["v1CreateSubOrganizationIntentV6"];
1786
+ deletePrivateKeysIntent?: definitions["v1DeletePrivateKeysIntent"];
1787
+ deleteWalletsIntent?: definitions["v1DeleteWalletsIntent"];
1788
+ createReadWriteSessionIntentV2?: definitions["v1CreateReadWriteSessionIntentV2"];
1716
1789
  };
1717
1790
  v1Invitation: {
1718
1791
  /** @description Unique identifier for a given Invitation object. */
@@ -1972,7 +2045,7 @@ export type definitions = {
1972
2045
  createPrivateKeyTagResult?: definitions["v1CreatePrivateKeyTagResult"];
1973
2046
  deletePrivateKeyTagsResult?: definitions["v1DeletePrivateKeyTagsResult"];
1974
2047
  setPaymentMethodResult?: definitions["v1SetPaymentMethodResult"];
1975
- activateBillingTierResult?: definitions["v1ActivateBillingTierResult"];
2048
+ activateBillingTierResult?: definitions["billingActivateBillingTierResult"];
1976
2049
  deletePaymentMethodResult?: definitions["v1DeletePaymentMethodResult"];
1977
2050
  createApiOnlyUsersResult?: definitions["v1CreateApiOnlyUsersResult"];
1978
2051
  updateRootQuorumResult?: definitions["v1UpdateRootQuorumResult"];
@@ -2008,6 +2081,9 @@ export type definitions = {
2008
2081
  oauthResult?: definitions["v1OauthResult"];
2009
2082
  createReadWriteSessionResult?: definitions["v1CreateReadWriteSessionResult"];
2010
2083
  createSubOrganizationResultV6?: definitions["v1CreateSubOrganizationResultV6"];
2084
+ deletePrivateKeysResult?: definitions["v1DeletePrivateKeysResult"];
2085
+ deleteWalletsResult?: definitions["v1DeleteWalletsResult"];
2086
+ createReadWriteSessionResultV2?: definitions["v1CreateReadWriteSessionResultV2"];
2011
2087
  };
2012
2088
  v1RootUserParams: {
2013
2089
  /** @description Human-readable name for a User. */
@@ -3281,6 +3357,24 @@ export type operations = {
3281
3357
  };
3282
3358
  };
3283
3359
  };
3360
+ /** Deletes private keys for an organization */
3361
+ PublicApiService_DeletePrivateKeys: {
3362
+ parameters: {
3363
+ body: {
3364
+ body: definitions["v1DeletePrivateKeysRequest"];
3365
+ };
3366
+ };
3367
+ responses: {
3368
+ /** A successful response. */
3369
+ 200: {
3370
+ schema: definitions["v1ActivityResponse"];
3371
+ };
3372
+ /** An unexpected error response. */
3373
+ default: {
3374
+ schema: definitions["rpcStatus"];
3375
+ };
3376
+ };
3377
+ };
3284
3378
  /** Delete User Tags within an Organization */
3285
3379
  PublicApiService_DeleteUserTags: {
3286
3380
  parameters: {
@@ -3317,6 +3411,24 @@ export type operations = {
3317
3411
  };
3318
3412
  };
3319
3413
  };
3414
+ /** Deletes wallets for an organization */
3415
+ PublicApiService_DeleteWallets: {
3416
+ parameters: {
3417
+ body: {
3418
+ body: definitions["v1DeleteWalletsRequest"];
3419
+ };
3420
+ };
3421
+ responses: {
3422
+ /** A successful response. */
3423
+ 200: {
3424
+ schema: definitions["v1ActivityResponse"];
3425
+ };
3426
+ /** An unexpected error response. */
3427
+ default: {
3428
+ schema: definitions["rpcStatus"];
3429
+ };
3430
+ };
3431
+ };
3320
3432
  /** Authenticate a user via Email */
3321
3433
  PublicApiService_EmailAuth: {
3322
3434
  parameters: {