@dynamic-labs/sdk-api 0.0.961 → 0.0.964

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 (130) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +4 -0
  3. package/src/apis/AdminActionsApi.js +4 -0
  4. package/src/apis/AllowlistsApi.cjs +4 -0
  5. package/src/apis/AllowlistsApi.js +4 -0
  6. package/src/apis/AnalyticsApi.cjs +4 -0
  7. package/src/apis/AnalyticsApi.js +4 -0
  8. package/src/apis/ChainalysisApi.cjs +4 -0
  9. package/src/apis/ChainalysisApi.js +4 -0
  10. package/src/apis/ChainsApi.cjs +4 -0
  11. package/src/apis/ChainsApi.js +4 -0
  12. package/src/apis/CheckoutApi.cjs +4 -0
  13. package/src/apis/CheckoutApi.js +4 -0
  14. package/src/apis/CustomFieldsApi.cjs +4 -0
  15. package/src/apis/CustomFieldsApi.js +4 -0
  16. package/src/apis/CustomHostnamesApi.cjs +4 -0
  17. package/src/apis/CustomHostnamesApi.js +4 -0
  18. package/src/apis/CustomNetworksApi.cjs +4 -0
  19. package/src/apis/CustomNetworksApi.js +4 -0
  20. package/src/apis/DeeplinkUrlsApi.cjs +4 -0
  21. package/src/apis/DeeplinkUrlsApi.js +4 -0
  22. package/src/apis/EnvironmentsApi.cjs +4 -0
  23. package/src/apis/EnvironmentsApi.js +4 -0
  24. package/src/apis/EventsApi.cjs +4 -0
  25. package/src/apis/EventsApi.js +4 -0
  26. package/src/apis/ExchangesApi.cjs +4 -0
  27. package/src/apis/ExchangesApi.js +4 -0
  28. package/src/apis/ExportsApi.cjs +4 -0
  29. package/src/apis/ExportsApi.js +4 -0
  30. package/src/apis/ExternalJwtApi.cjs +4 -0
  31. package/src/apis/ExternalJwtApi.js +4 -0
  32. package/src/apis/GatesApi.cjs +4 -0
  33. package/src/apis/GatesApi.js +4 -0
  34. package/src/apis/GlobalWalletAccessControlApi.cjs +4 -0
  35. package/src/apis/GlobalWalletAccessControlApi.js +4 -0
  36. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -0
  37. package/src/apis/GlobalWalletConnectionsApi.js +4 -0
  38. package/src/apis/GlobalWalletsApi.cjs +4 -0
  39. package/src/apis/GlobalWalletsApi.js +4 -0
  40. package/src/apis/InvitesApi.cjs +4 -0
  41. package/src/apis/InvitesApi.js +4 -0
  42. package/src/apis/MembersApi.cjs +4 -0
  43. package/src/apis/MembersApi.js +4 -0
  44. package/src/apis/MfaSettingsApi.cjs +4 -0
  45. package/src/apis/MfaSettingsApi.js +4 -0
  46. package/src/apis/NameServicesApi.cjs +4 -0
  47. package/src/apis/NameServicesApi.js +4 -0
  48. package/src/apis/OrganizationSettingsApi.cjs +4 -0
  49. package/src/apis/OrganizationSettingsApi.js +4 -0
  50. package/src/apis/OrganizationsApi.cjs +4 -0
  51. package/src/apis/OrganizationsApi.js +4 -0
  52. package/src/apis/OriginsApi.cjs +4 -0
  53. package/src/apis/OriginsApi.js +4 -0
  54. package/src/apis/ProjectsApi.cjs +4 -0
  55. package/src/apis/ProjectsApi.js +4 -0
  56. package/src/apis/ProvidersApi.cjs +4 -0
  57. package/src/apis/ProvidersApi.js +4 -0
  58. package/src/apis/SDKApi.cjs +613 -0
  59. package/src/apis/SDKApi.d.ts +258 -1
  60. package/src/apis/SDKApi.js +614 -1
  61. package/src/apis/SDKViewsApi.cjs +4 -0
  62. package/src/apis/SDKViewsApi.js +4 -0
  63. package/src/apis/SessionsApi.cjs +4 -0
  64. package/src/apis/SessionsApi.js +4 -0
  65. package/src/apis/TestAccountApi.cjs +4 -0
  66. package/src/apis/TestAccountApi.js +4 -0
  67. package/src/apis/TokensApi.cjs +4 -0
  68. package/src/apis/TokensApi.js +4 -0
  69. package/src/apis/UserApiTokensApi.cjs +4 -0
  70. package/src/apis/UserApiTokensApi.js +4 -0
  71. package/src/apis/UsersApi.cjs +4 -0
  72. package/src/apis/UsersApi.js +4 -0
  73. package/src/apis/VisitsApi.cjs +4 -0
  74. package/src/apis/VisitsApi.js +4 -0
  75. package/src/apis/WaasApi.cjs +4 -0
  76. package/src/apis/WaasApi.js +4 -0
  77. package/src/apis/WalletConnectApi.cjs +4 -0
  78. package/src/apis/WalletConnectApi.js +4 -0
  79. package/src/apis/WalletsApi.cjs +4 -0
  80. package/src/apis/WalletsApi.js +4 -0
  81. package/src/apis/WebhooksApi.cjs +4 -0
  82. package/src/apis/WebhooksApi.js +4 -0
  83. package/src/index.cjs +80 -0
  84. package/src/index.js +14 -1
  85. package/src/models/EmbeddedWalletChainEnum.cjs +1 -0
  86. package/src/models/EmbeddedWalletChainEnum.d.ts +2 -1
  87. package/src/models/EmbeddedWalletChainEnum.js +1 -0
  88. package/src/models/ExportAleoViewKeyRequest.cjs +43 -0
  89. package/src/models/ExportAleoViewKeyRequest.d.ts +27 -0
  90. package/src/models/ExportAleoViewKeyRequest.js +37 -0
  91. package/src/models/InlineObject2.cjs +46 -0
  92. package/src/models/InlineObject2.d.ts +47 -0
  93. package/src/models/InlineObject2.js +40 -0
  94. package/src/models/InlineObject3.cjs +56 -0
  95. package/src/models/InlineObject3.d.ts +47 -0
  96. package/src/models/InlineObject3.js +50 -0
  97. package/src/models/InlineObject4.cjs +54 -0
  98. package/src/models/InlineObject4.d.ts +43 -0
  99. package/src/models/InlineObject4.js +48 -0
  100. package/src/models/InlineObject5.cjs +54 -0
  101. package/src/models/InlineObject5.d.ts +41 -0
  102. package/src/models/InlineObject5.js +48 -0
  103. package/src/models/InlineResponse2002.cjs +34 -0
  104. package/src/models/InlineResponse2002.d.ts +28 -0
  105. package/src/models/InlineResponse2002.js +28 -0
  106. package/src/models/InlineResponse2002AllowedPrograms.cjs +35 -0
  107. package/src/models/InlineResponse2002AllowedPrograms.d.ts +33 -0
  108. package/src/models/InlineResponse2002AllowedPrograms.js +29 -0
  109. package/src/models/InlineResponse2003.cjs +43 -0
  110. package/src/models/InlineResponse2003.d.ts +27 -0
  111. package/src/models/InlineResponse2003.js +37 -0
  112. package/src/models/InlineResponse2004.cjs +43 -0
  113. package/src/models/InlineResponse2004.d.ts +27 -0
  114. package/src/models/InlineResponse2004.js +37 -0
  115. package/src/models/InlineResponse2005.cjs +45 -0
  116. package/src/models/InlineResponse2005.d.ts +33 -0
  117. package/src/models/InlineResponse2005.js +39 -0
  118. package/src/models/InlineResponse2006.cjs +43 -0
  119. package/src/models/InlineResponse2006.d.ts +27 -0
  120. package/src/models/InlineResponse2006.js +37 -0
  121. package/src/models/InlineResponse2007.cjs +43 -0
  122. package/src/models/InlineResponse2007.d.ts +29 -0
  123. package/src/models/InlineResponse2007.js +37 -0
  124. package/src/models/SignAleoRequestWithWaasRequest.cjs +43 -0
  125. package/src/models/SignAleoRequestWithWaasRequest.d.ts +29 -0
  126. package/src/models/SignAleoRequestWithWaasRequest.js +37 -0
  127. package/src/models/WaasChainEnum.cjs +1 -0
  128. package/src/models/WaasChainEnum.d.ts +2 -1
  129. package/src/models/WaasChainEnum.js +1 -0
  130. package/src/models/index.d.ts +13 -0
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import { Account, AttachSourceRequest, BackupKeySharesToLocationRequest, BackupKeySharesToLocationResponse, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BackupMultipleClientKeySharesResponse, ChainEnum, CheckoutTransaction, CheckoutTransactionCreateRequest, CheckoutTransactionCreateResponse, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteDeviceRegistrationResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, DeviceRegistrationsResponse, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthAssertionResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, GeneratedTokenResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, InlineObject1, InlineResponse2001, JwksResponse, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, NoncesResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, PrepareSigningRequest, ProjectSettings, ProviderEnum, PublishEvents, QuoteRequest, RealtimeAuthTokenResponse, RecordBroadcastRequest, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RefreshKeySharesRequest, RefreshKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, StepUpCheckRequest, StepUpCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, SwapQuoteRequest, SwapQuoteResponse, SwapStatusRequest, SwapStatusResponse, TelegramPostRequest, TokenBalance, TransactionFeeEstimateRequest, TransactionFeeEstimateResponse, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WalletSanctionsResponse, WalletTransactionsResponse } from '../models';
13
+ import { Account, AttachSourceRequest, BackupKeySharesToLocationRequest, BackupKeySharesToLocationResponse, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BackupMultipleClientKeySharesResponse, ChainEnum, CheckoutTransaction, CheckoutTransactionCreateRequest, CheckoutTransactionCreateResponse, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteDeviceRegistrationResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, DeviceRegistrationsResponse, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportAleoViewKeyRequest, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthAssertionResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, GeneratedTokenResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, InlineObject1, InlineObject2, InlineObject3, InlineObject4, InlineObject5, InlineResponse2001, InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005, InlineResponse2006, InlineResponse2007, JwksResponse, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, NoncesResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, PrepareSigningRequest, ProjectSettings, ProviderEnum, PublishEvents, QuoteRequest, RealtimeAuthTokenResponse, RecordBroadcastRequest, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RefreshKeySharesRequest, RefreshKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignAleoRequestWithWaasRequest, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, StepUpCheckRequest, StepUpCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, SwapQuoteRequest, SwapQuoteResponse, SwapStatusRequest, SwapStatusResponse, TelegramPostRequest, TokenBalance, TransactionFeeEstimateRequest, TransactionFeeEstimateResponse, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WalletSanctionsResponse, WalletTransactionsResponse } from '../models';
14
14
  export interface AttachSourceOperationRequest {
15
15
  environmentId: string;
16
16
  transactionId: string;
@@ -298,6 +298,15 @@ export interface EstimateTransactionFeeOptionsRequest {
298
298
  export interface EventsOptionsRequest {
299
299
  environmentId: string;
300
300
  }
301
+ export interface ExportAleoViewKeyOperationRequest {
302
+ environmentId: string;
303
+ walletId: string;
304
+ exportAleoViewKeyRequest: ExportAleoViewKeyRequest;
305
+ }
306
+ export interface ExportAleoViewKeyOptionsRequest {
307
+ environmentId: string;
308
+ walletId: string;
309
+ }
301
310
  export interface ExportPrivateKeyRequest {
302
311
  environmentId: string;
303
312
  walletId: string;
@@ -335,6 +344,13 @@ export interface FarcasterVerifyRequest {
335
344
  export interface FarcasterVerifyOptionsRequest {
336
345
  environmentId: string;
337
346
  }
347
+ export interface FindAleoScannerRecordsRequest {
348
+ environmentId: string;
349
+ inlineObject4: InlineObject4;
350
+ }
351
+ export interface FindAleoScannerRecordsOptionsRequest {
352
+ environmentId: string;
353
+ }
338
354
  export interface GenerateCoinbaseOnrampBuyUrlRequest {
339
355
  environmentId: string;
340
356
  coinbaseOnrampGetBuyUrlRequest: CoinbaseOnrampGetBuyUrlRequest;
@@ -357,6 +373,20 @@ export interface GetAccountBalancesOptionsRequest {
357
373
  accountAddress: string;
358
374
  transactionHash?: string;
359
375
  }
376
+ export interface GetAleoFeemasterPolicyRequest {
377
+ environmentId: string;
378
+ network: GetAleoFeemasterPolicyNetworkEnum;
379
+ }
380
+ export interface GetAleoFeemasterPolicyOptionsRequest {
381
+ environmentId: string;
382
+ }
383
+ export interface GetAleoScannerPubkeyRequest {
384
+ environmentId: string;
385
+ network: GetAleoScannerPubkeyNetworkEnum;
386
+ }
387
+ export interface GetAleoScannerPubkeyOptionsRequest {
388
+ environmentId: string;
389
+ }
360
390
  export interface GetAuthTokenRequest {
361
391
  environmentId: string;
362
392
  type?: EmbeddedWalletAuthType;
@@ -614,6 +644,15 @@ export interface InitPasskeyRecoveryOperationRequest {
614
644
  environmentId: string;
615
645
  initPasskeyRecoveryRequest: InitPasskeyRecoveryRequest;
616
646
  }
647
+ export interface IsAleoFeemasterCoveredRequest {
648
+ environmentId: string;
649
+ network: IsAleoFeemasterCoveredNetworkEnum;
650
+ programId: string;
651
+ functionName: string;
652
+ }
653
+ export interface IsAleoFeemasterCoveredOptionsRequest {
654
+ environmentId: string;
655
+ }
617
656
  export interface JwksOptionsRequest {
618
657
  environmentId: string;
619
658
  }
@@ -839,6 +878,13 @@ export interface RefreshKeySharesOptionsRequest {
839
878
  export interface RefreshOptionsRequest {
840
879
  environmentId: string;
841
880
  }
881
+ export interface RegisterAleoScannerRequest {
882
+ environmentId: string;
883
+ inlineObject3: InlineObject3;
884
+ }
885
+ export interface RegisterAleoScannerOptionsRequest {
886
+ environmentId: string;
887
+ }
842
888
  export interface RegisterPasskeyRequest {
843
889
  environmentId: string;
844
890
  passkeyRegisterRequest: PasskeyRegisterRequest;
@@ -867,6 +913,13 @@ export interface RegisterTotpMfaDeviceVerifyRequest {
867
913
  environmentId: string;
868
914
  mFARegisterTotpDevicePostRequest: MFARegisterTotpDevicePostRequest;
869
915
  }
916
+ export interface RequestAleoFeeAuthRequest {
917
+ environmentId: string;
918
+ inlineObject2: InlineObject2;
919
+ }
920
+ export interface RequestAleoFeeAuthOptionsRequest {
921
+ environmentId: string;
922
+ }
870
923
  export interface ReshareOperationRequest {
871
924
  environmentId: string;
872
925
  walletId: string;
@@ -898,6 +951,13 @@ export interface RetrySmsVerificationRequest {
898
951
  export interface RetrySmsVerificationOptionsRequest {
899
952
  environmentId: string;
900
953
  }
954
+ export interface RevokeAleoScannerRequest {
955
+ environmentId: string;
956
+ inlineObject5: InlineObject5;
957
+ }
958
+ export interface RevokeAleoScannerOptionsRequest {
959
+ environmentId: string;
960
+ }
901
961
  export interface RevokeSessionRequest {
902
962
  environmentId: string;
903
963
  }
@@ -933,6 +993,15 @@ export interface SessionKeyOptionsRequest {
933
993
  export interface SettingsOptionsRequest {
934
994
  environmentId: string;
935
995
  }
996
+ export interface SignAleoRequestRequest {
997
+ environmentId: string;
998
+ walletId: string;
999
+ signAleoRequestWithWaasRequest: SignAleoRequestWithWaasRequest;
1000
+ }
1001
+ export interface SignAleoRequestOptionsRequest {
1002
+ environmentId: string;
1003
+ walletId: string;
1004
+ }
936
1005
  export interface SignInWithEmailVerificationRequest {
937
1006
  environmentId: string;
938
1007
  emailVerificationVerifyRequest: EmailVerificationVerifyRequest;
@@ -1821,6 +1890,24 @@ export declare class SDKApi extends runtime.BaseAPI {
1821
1890
  /**
1822
1891
  */
1823
1892
  eventsOptions(requestParameters: EventsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1893
+ /**
1894
+ * Runs the Aleo view-key export ceremony. The view key is delivered to the initiating client (iframe) via Sodot\'s relay.
1895
+ * Export an Aleo wallet view key
1896
+ */
1897
+ exportAleoViewKeyRaw(requestParameters: ExportAleoViewKeyOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
1898
+ /**
1899
+ * Runs the Aleo view-key export ceremony. The view key is delivered to the initiating client (iframe) via Sodot\'s relay.
1900
+ * Export an Aleo wallet view key
1901
+ */
1902
+ exportAleoViewKey(requestParameters: ExportAleoViewKeyOperationRequest, initOverrides?: RequestInit): Promise<string>;
1903
+ /**
1904
+ * Options call for this endpoint
1905
+ */
1906
+ exportAleoViewKeyOptionsRaw(requestParameters: ExportAleoViewKeyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
1907
+ /**
1908
+ * Options call for this endpoint
1909
+ */
1910
+ exportAleoViewKeyOptions(requestParameters: ExportAleoViewKeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1824
1911
  /**
1825
1912
  * Exports the private key of a WAAS wallet through an MPC ceremony.
1826
1913
  * Export a WAAS wallet private key
@@ -1911,6 +1998,24 @@ export declare class SDKApi extends runtime.BaseAPI {
1911
1998
  * Options call for this endpoint
1912
1999
  */
1913
2000
  farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2001
+ /**
2002
+ * Forwards the SDK\'s `OwnedFilter` shape to Provable\'s `/records/owned`. Records returned are still in the on-wire format; the iframe decrypts locally with its view key.
2003
+ * Find owned records via the Provable scanner
2004
+ */
2005
+ findAleoScannerRecordsRaw(requestParameters: FindAleoScannerRecordsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2007>>;
2006
+ /**
2007
+ * Forwards the SDK\'s `OwnedFilter` shape to Provable\'s `/records/owned`. Records returned are still in the on-wire format; the iframe decrypts locally with its view key.
2008
+ * Find owned records via the Provable scanner
2009
+ */
2010
+ findAleoScannerRecords(requestParameters: FindAleoScannerRecordsRequest, initOverrides?: RequestInit): Promise<InlineResponse2007>;
2011
+ /**
2012
+ * Options call for this endpoint
2013
+ */
2014
+ findAleoScannerRecordsOptionsRaw(requestParameters: FindAleoScannerRecordsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2015
+ /**
2016
+ * Options call for this endpoint
2017
+ */
2018
+ findAleoScannerRecordsOptions(requestParameters: FindAleoScannerRecordsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1914
2019
  /**
1915
2020
  * Generates a Coinbase onramp buy URL for purchasing crypto.
1916
2021
  * Generate a Coinbase onramp buy URL
@@ -1939,6 +2044,42 @@ export declare class SDKApi extends runtime.BaseAPI {
1939
2044
  * Options call for this endpoint
1940
2045
  */
1941
2046
  getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2047
+ /**
2048
+ * Returns the ANF-issued Feemaster policy for the given Aleo network. The policy lists which (programId, functionName) pairs the configured Bearer key sponsors. Forwarded server-side; the iframe never sees the Bearer key directly.
2049
+ * Get the ANF Feemaster sponsorship policy for Aleo
2050
+ */
2051
+ getAleoFeemasterPolicyRaw(requestParameters: GetAleoFeemasterPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2002>>;
2052
+ /**
2053
+ * Returns the ANF-issued Feemaster policy for the given Aleo network. The policy lists which (programId, functionName) pairs the configured Bearer key sponsors. Forwarded server-side; the iframe never sees the Bearer key directly.
2054
+ * Get the ANF Feemaster sponsorship policy for Aleo
2055
+ */
2056
+ getAleoFeemasterPolicy(requestParameters: GetAleoFeemasterPolicyRequest, initOverrides?: RequestInit): Promise<InlineResponse2002>;
2057
+ /**
2058
+ * Options call for this endpoint
2059
+ */
2060
+ getAleoFeemasterPolicyOptionsRaw(requestParameters: GetAleoFeemasterPolicyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2061
+ /**
2062
+ * Options call for this endpoint
2063
+ */
2064
+ getAleoFeemasterPolicyOptions(requestParameters: GetAleoFeemasterPolicyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2065
+ /**
2066
+ * Fetches a fresh `{ public_key, key_id }` from Provable\'s RecordScanner `/pubkey` endpoint. The iframe uses this to encrypt its view key before calling `/scanner/register`.
2067
+ * Get the Provable scanner ephemeral public key
2068
+ */
2069
+ getAleoScannerPubkeyRaw(requestParameters: GetAleoScannerPubkeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2005>>;
2070
+ /**
2071
+ * Fetches a fresh `{ public_key, key_id }` from Provable\'s RecordScanner `/pubkey` endpoint. The iframe uses this to encrypt its view key before calling `/scanner/register`.
2072
+ * Get the Provable scanner ephemeral public key
2073
+ */
2074
+ getAleoScannerPubkey(requestParameters: GetAleoScannerPubkeyRequest, initOverrides?: RequestInit): Promise<InlineResponse2005>;
2075
+ /**
2076
+ * Options call for this endpoint
2077
+ */
2078
+ getAleoScannerPubkeyOptionsRaw(requestParameters: GetAleoScannerPubkeyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2079
+ /**
2080
+ * Options call for this endpoint
2081
+ */
2082
+ getAleoScannerPubkeyOptions(requestParameters: GetAleoScannerPubkeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1942
2083
  /**
1943
2084
  * Returns an auth token for the specified embedded wallet type.
1944
2085
  * Get an auth token for an embedded wallet type
@@ -2563,6 +2704,24 @@ export declare class SDKApi extends runtime.BaseAPI {
2563
2704
  * Initialize the passkey recovery process for a user\'s passkey embedded wallet
2564
2705
  */
2565
2706
  initPasskeyRecovery(requestParameters: InitPasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<InitPasskeyRecoveryResponse>;
2707
+ /**
2708
+ * Convenience endpoint that walks the cached Feemaster policy server-side and returns whether the given pair is covered by sponsorship.
2709
+ * Check whether a (programId, functionName) pair is sponsored
2710
+ */
2711
+ isAleoFeemasterCoveredRaw(requestParameters: IsAleoFeemasterCoveredRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2003>>;
2712
+ /**
2713
+ * Convenience endpoint that walks the cached Feemaster policy server-side and returns whether the given pair is covered by sponsorship.
2714
+ * Check whether a (programId, functionName) pair is sponsored
2715
+ */
2716
+ isAleoFeemasterCovered(requestParameters: IsAleoFeemasterCoveredRequest, initOverrides?: RequestInit): Promise<InlineResponse2003>;
2717
+ /**
2718
+ * Options call for this endpoint
2719
+ */
2720
+ isAleoFeemasterCoveredOptionsRaw(requestParameters: IsAleoFeemasterCoveredOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2721
+ /**
2722
+ * Options call for this endpoint
2723
+ */
2724
+ isAleoFeemasterCoveredOptions(requestParameters: IsAleoFeemasterCoveredOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2566
2725
  /**
2567
2726
  * Options call for this endpoint
2568
2727
  */
@@ -3051,6 +3210,24 @@ export declare class SDKApi extends runtime.BaseAPI {
3051
3210
  * Options call for this endpoint
3052
3211
  */
3053
3212
  refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3213
+ /**
3214
+ * Forwards the iframe\'s `{ key_id, ciphertext }` blob to Provable\'s `/register/encrypted`. The ciphertext is a `crypto_box_seal` of the view key against the ephemeral pubkey from `/scanner/pubkey`; the view key plaintext never leaves the iframe.
3215
+ * Register an encrypted view key with the Provable scanner
3216
+ */
3217
+ registerAleoScannerRaw(requestParameters: RegisterAleoScannerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2006>>;
3218
+ /**
3219
+ * Forwards the iframe\'s `{ key_id, ciphertext }` blob to Provable\'s `/register/encrypted`. The ciphertext is a `crypto_box_seal` of the view key against the ephemeral pubkey from `/scanner/pubkey`; the view key plaintext never leaves the iframe.
3220
+ * Register an encrypted view key with the Provable scanner
3221
+ */
3222
+ registerAleoScanner(requestParameters: RegisterAleoScannerRequest, initOverrides?: RequestInit): Promise<InlineResponse2006>;
3223
+ /**
3224
+ * Options call for this endpoint
3225
+ */
3226
+ registerAleoScannerOptionsRaw(requestParameters: RegisterAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3227
+ /**
3228
+ * Options call for this endpoint
3229
+ */
3230
+ registerAleoScannerOptions(requestParameters: RegisterAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3054
3231
  /**
3055
3232
  * Registers a new passkey for the authenticated user using WebAuthn credentials.
3056
3233
  * Register a new passkey
@@ -3127,6 +3304,24 @@ export declare class SDKApi extends runtime.BaseAPI {
3127
3304
  * Verify TOTP MFA device
3128
3305
  */
3129
3306
  registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
3307
+ /**
3308
+ * Forwards a user-signed Aleo Authorization to ANF\'s Feemaster. Returns the corresponding fee_authorization for the iframe to bundle into a ProvingRequest. Charges the project\'s Feemaster quota.
3309
+ * Request a Feemaster fee authorization for an Aleo Authorization
3310
+ */
3311
+ requestAleoFeeAuthRaw(requestParameters: RequestAleoFeeAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2004>>;
3312
+ /**
3313
+ * Forwards a user-signed Aleo Authorization to ANF\'s Feemaster. Returns the corresponding fee_authorization for the iframe to bundle into a ProvingRequest. Charges the project\'s Feemaster quota.
3314
+ * Request a Feemaster fee authorization for an Aleo Authorization
3315
+ */
3316
+ requestAleoFeeAuth(requestParameters: RequestAleoFeeAuthRequest, initOverrides?: RequestInit): Promise<InlineResponse2004>;
3317
+ /**
3318
+ * Options call for this endpoint
3319
+ */
3320
+ requestAleoFeeAuthOptionsRaw(requestParameters: RequestAleoFeeAuthOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3321
+ /**
3322
+ * Options call for this endpoint
3323
+ */
3324
+ requestAleoFeeAuthOptions(requestParameters: RequestAleoFeeAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3130
3325
  /**
3131
3326
  * Reshares the MPC secret shares for the specified WAAS wallet.
3132
3327
  * Reshare WAAS secret shares
@@ -3199,6 +3394,26 @@ export declare class SDKApi extends runtime.BaseAPI {
3199
3394
  * Options call for this endpoint
3200
3395
  */
3201
3396
  retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3397
+ /**
3398
+ * Revoke a scanner UUID registration
3399
+ */
3400
+ revokeAleoScannerRaw(requestParameters: RevokeAleoScannerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<{
3401
+ [key: string]: object;
3402
+ }>>;
3403
+ /**
3404
+ * Revoke a scanner UUID registration
3405
+ */
3406
+ revokeAleoScanner(requestParameters: RevokeAleoScannerRequest, initOverrides?: RequestInit): Promise<{
3407
+ [key: string]: object;
3408
+ }>;
3409
+ /**
3410
+ * Options call for this endpoint
3411
+ */
3412
+ revokeAleoScannerOptionsRaw(requestParameters: RevokeAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3413
+ /**
3414
+ * Options call for this endpoint
3415
+ */
3416
+ revokeAleoScannerOptions(requestParameters: RevokeAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3202
3417
  /**
3203
3418
  * Revokes the current user session and invalidates the JWT.
3204
3419
  * Revoke a session
@@ -3293,6 +3508,24 @@ export declare class SDKApi extends runtime.BaseAPI {
3293
3508
  * Options call for this endpoint
3294
3509
  */
3295
3510
  settingsOptions(requestParameters: SettingsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3511
+ /**
3512
+ * Signs an Aleo EdBls12377 sign request payload using the specified WAAS wallet through an MPC ceremony.
3513
+ * Sign an Aleo function-call request with a WAAS wallet
3514
+ */
3515
+ signAleoRequestRaw(requestParameters: SignAleoRequestRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<string>>;
3516
+ /**
3517
+ * Signs an Aleo EdBls12377 sign request payload using the specified WAAS wallet through an MPC ceremony.
3518
+ * Sign an Aleo function-call request with a WAAS wallet
3519
+ */
3520
+ signAleoRequest(requestParameters: SignAleoRequestRequest, initOverrides?: RequestInit): Promise<string>;
3521
+ /**
3522
+ * Options call for this endpoint
3523
+ */
3524
+ signAleoRequestOptionsRaw(requestParameters: SignAleoRequestOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3525
+ /**
3526
+ * Options call for this endpoint
3527
+ */
3528
+ signAleoRequestOptions(requestParameters: SignAleoRequestOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3296
3529
  /**
3297
3530
  * Verifies the email code and authenticates the user, returning a JWT.
3298
3531
  * Verify email and sign in
@@ -3860,3 +4093,27 @@ export declare class SDKApi extends runtime.BaseAPI {
3860
4093
  */
3861
4094
  walletsVerifyOptions(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3862
4095
  }
4096
+ /**
4097
+ * @export
4098
+ * @enum {string}
4099
+ */
4100
+ export declare enum GetAleoFeemasterPolicyNetworkEnum {
4101
+ Testnet = "testnet",
4102
+ Mainnet = "mainnet"
4103
+ }
4104
+ /**
4105
+ * @export
4106
+ * @enum {string}
4107
+ */
4108
+ export declare enum GetAleoScannerPubkeyNetworkEnum {
4109
+ Testnet = "testnet",
4110
+ Mainnet = "mainnet"
4111
+ }
4112
+ /**
4113
+ * @export
4114
+ * @enum {string}
4115
+ */
4116
+ export declare enum IsAleoFeemasterCoveredNetworkEnum {
4117
+ Testnet = "testnet",
4118
+ Mainnet = "mainnet"
4119
+ }