@dynamic-labs/sdk-api 0.0.960 → 0.0.963

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 (128) 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 +477 -0
  59. package/src/apis/SDKApi.d.ts +204 -1
  60. package/src/apis/SDKApi.js +478 -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 +72 -0
  84. package/src/index.js +12 -1
  85. package/src/models/AdminActionRequest.d.ts +1 -1
  86. package/src/models/AdminActionType.cjs +1 -0
  87. package/src/models/AdminActionType.d.ts +2 -1
  88. package/src/models/AdminActionType.js +1 -0
  89. package/src/models/EmbeddedWalletChainEnum.cjs +1 -0
  90. package/src/models/EmbeddedWalletChainEnum.d.ts +2 -1
  91. package/src/models/EmbeddedWalletChainEnum.js +1 -0
  92. package/src/models/InlineObject2.cjs +46 -0
  93. package/src/models/InlineObject2.d.ts +47 -0
  94. package/src/models/InlineObject2.js +40 -0
  95. package/src/models/InlineObject3.cjs +56 -0
  96. package/src/models/InlineObject3.d.ts +47 -0
  97. package/src/models/InlineObject3.js +50 -0
  98. package/src/models/InlineObject4.cjs +54 -0
  99. package/src/models/InlineObject4.d.ts +43 -0
  100. package/src/models/InlineObject4.js +48 -0
  101. package/src/models/InlineObject5.cjs +54 -0
  102. package/src/models/InlineObject5.d.ts +41 -0
  103. package/src/models/InlineObject5.js +48 -0
  104. package/src/models/InlineResponse2002.cjs +34 -0
  105. package/src/models/InlineResponse2002.d.ts +28 -0
  106. package/src/models/InlineResponse2002.js +28 -0
  107. package/src/models/InlineResponse2002AllowedPrograms.cjs +35 -0
  108. package/src/models/InlineResponse2002AllowedPrograms.d.ts +33 -0
  109. package/src/models/InlineResponse2002AllowedPrograms.js +29 -0
  110. package/src/models/InlineResponse2003.cjs +43 -0
  111. package/src/models/InlineResponse2003.d.ts +27 -0
  112. package/src/models/InlineResponse2003.js +37 -0
  113. package/src/models/InlineResponse2004.cjs +43 -0
  114. package/src/models/InlineResponse2004.d.ts +27 -0
  115. package/src/models/InlineResponse2004.js +37 -0
  116. package/src/models/InlineResponse2005.cjs +45 -0
  117. package/src/models/InlineResponse2005.d.ts +33 -0
  118. package/src/models/InlineResponse2005.js +39 -0
  119. package/src/models/InlineResponse2006.cjs +43 -0
  120. package/src/models/InlineResponse2006.d.ts +27 -0
  121. package/src/models/InlineResponse2006.js +37 -0
  122. package/src/models/InlineResponse2007.cjs +43 -0
  123. package/src/models/InlineResponse2007.d.ts +29 -0
  124. package/src/models/InlineResponse2007.js +37 -0
  125. package/src/models/WaasChainEnum.cjs +1 -0
  126. package/src/models/WaasChainEnum.d.ts +2 -1
  127. package/src/models/WaasChainEnum.js +1 -0
  128. package/src/models/index.d.ts +11 -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, 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, 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;
@@ -335,6 +335,13 @@ export interface FarcasterVerifyRequest {
335
335
  export interface FarcasterVerifyOptionsRequest {
336
336
  environmentId: string;
337
337
  }
338
+ export interface FindAleoScannerRecordsRequest {
339
+ environmentId: string;
340
+ inlineObject4: InlineObject4;
341
+ }
342
+ export interface FindAleoScannerRecordsOptionsRequest {
343
+ environmentId: string;
344
+ }
338
345
  export interface GenerateCoinbaseOnrampBuyUrlRequest {
339
346
  environmentId: string;
340
347
  coinbaseOnrampGetBuyUrlRequest: CoinbaseOnrampGetBuyUrlRequest;
@@ -357,6 +364,20 @@ export interface GetAccountBalancesOptionsRequest {
357
364
  accountAddress: string;
358
365
  transactionHash?: string;
359
366
  }
367
+ export interface GetAleoFeemasterPolicyRequest {
368
+ environmentId: string;
369
+ network: GetAleoFeemasterPolicyNetworkEnum;
370
+ }
371
+ export interface GetAleoFeemasterPolicyOptionsRequest {
372
+ environmentId: string;
373
+ }
374
+ export interface GetAleoScannerPubkeyRequest {
375
+ environmentId: string;
376
+ network: GetAleoScannerPubkeyNetworkEnum;
377
+ }
378
+ export interface GetAleoScannerPubkeyOptionsRequest {
379
+ environmentId: string;
380
+ }
360
381
  export interface GetAuthTokenRequest {
361
382
  environmentId: string;
362
383
  type?: EmbeddedWalletAuthType;
@@ -614,6 +635,15 @@ export interface InitPasskeyRecoveryOperationRequest {
614
635
  environmentId: string;
615
636
  initPasskeyRecoveryRequest: InitPasskeyRecoveryRequest;
616
637
  }
638
+ export interface IsAleoFeemasterCoveredRequest {
639
+ environmentId: string;
640
+ network: IsAleoFeemasterCoveredNetworkEnum;
641
+ programId: string;
642
+ functionName: string;
643
+ }
644
+ export interface IsAleoFeemasterCoveredOptionsRequest {
645
+ environmentId: string;
646
+ }
617
647
  export interface JwksOptionsRequest {
618
648
  environmentId: string;
619
649
  }
@@ -839,6 +869,13 @@ export interface RefreshKeySharesOptionsRequest {
839
869
  export interface RefreshOptionsRequest {
840
870
  environmentId: string;
841
871
  }
872
+ export interface RegisterAleoScannerRequest {
873
+ environmentId: string;
874
+ inlineObject3: InlineObject3;
875
+ }
876
+ export interface RegisterAleoScannerOptionsRequest {
877
+ environmentId: string;
878
+ }
842
879
  export interface RegisterPasskeyRequest {
843
880
  environmentId: string;
844
881
  passkeyRegisterRequest: PasskeyRegisterRequest;
@@ -867,6 +904,13 @@ export interface RegisterTotpMfaDeviceVerifyRequest {
867
904
  environmentId: string;
868
905
  mFARegisterTotpDevicePostRequest: MFARegisterTotpDevicePostRequest;
869
906
  }
907
+ export interface RequestAleoFeeAuthRequest {
908
+ environmentId: string;
909
+ inlineObject2: InlineObject2;
910
+ }
911
+ export interface RequestAleoFeeAuthOptionsRequest {
912
+ environmentId: string;
913
+ }
870
914
  export interface ReshareOperationRequest {
871
915
  environmentId: string;
872
916
  walletId: string;
@@ -898,6 +942,13 @@ export interface RetrySmsVerificationRequest {
898
942
  export interface RetrySmsVerificationOptionsRequest {
899
943
  environmentId: string;
900
944
  }
945
+ export interface RevokeAleoScannerRequest {
946
+ environmentId: string;
947
+ inlineObject5: InlineObject5;
948
+ }
949
+ export interface RevokeAleoScannerOptionsRequest {
950
+ environmentId: string;
951
+ }
901
952
  export interface RevokeSessionRequest {
902
953
  environmentId: string;
903
954
  }
@@ -1911,6 +1962,24 @@ export declare class SDKApi extends runtime.BaseAPI {
1911
1962
  * Options call for this endpoint
1912
1963
  */
1913
1964
  farcasterVerifyOptions(requestParameters: FarcasterVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1965
+ /**
1966
+ * 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.
1967
+ * Find owned records via the Provable scanner
1968
+ */
1969
+ findAleoScannerRecordsRaw(requestParameters: FindAleoScannerRecordsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2007>>;
1970
+ /**
1971
+ * 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.
1972
+ * Find owned records via the Provable scanner
1973
+ */
1974
+ findAleoScannerRecords(requestParameters: FindAleoScannerRecordsRequest, initOverrides?: RequestInit): Promise<InlineResponse2007>;
1975
+ /**
1976
+ * Options call for this endpoint
1977
+ */
1978
+ findAleoScannerRecordsOptionsRaw(requestParameters: FindAleoScannerRecordsOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
1979
+ /**
1980
+ * Options call for this endpoint
1981
+ */
1982
+ findAleoScannerRecordsOptions(requestParameters: FindAleoScannerRecordsOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1914
1983
  /**
1915
1984
  * Generates a Coinbase onramp buy URL for purchasing crypto.
1916
1985
  * Generate a Coinbase onramp buy URL
@@ -1939,6 +2008,42 @@ export declare class SDKApi extends runtime.BaseAPI {
1939
2008
  * Options call for this endpoint
1940
2009
  */
1941
2010
  getAccountBalancesOptions(requestParameters: GetAccountBalancesOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2011
+ /**
2012
+ * 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.
2013
+ * Get the ANF Feemaster sponsorship policy for Aleo
2014
+ */
2015
+ getAleoFeemasterPolicyRaw(requestParameters: GetAleoFeemasterPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2002>>;
2016
+ /**
2017
+ * 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.
2018
+ * Get the ANF Feemaster sponsorship policy for Aleo
2019
+ */
2020
+ getAleoFeemasterPolicy(requestParameters: GetAleoFeemasterPolicyRequest, initOverrides?: RequestInit): Promise<InlineResponse2002>;
2021
+ /**
2022
+ * Options call for this endpoint
2023
+ */
2024
+ getAleoFeemasterPolicyOptionsRaw(requestParameters: GetAleoFeemasterPolicyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2025
+ /**
2026
+ * Options call for this endpoint
2027
+ */
2028
+ getAleoFeemasterPolicyOptions(requestParameters: GetAleoFeemasterPolicyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2029
+ /**
2030
+ * 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`.
2031
+ * Get the Provable scanner ephemeral public key
2032
+ */
2033
+ getAleoScannerPubkeyRaw(requestParameters: GetAleoScannerPubkeyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2005>>;
2034
+ /**
2035
+ * 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`.
2036
+ * Get the Provable scanner ephemeral public key
2037
+ */
2038
+ getAleoScannerPubkey(requestParameters: GetAleoScannerPubkeyRequest, initOverrides?: RequestInit): Promise<InlineResponse2005>;
2039
+ /**
2040
+ * Options call for this endpoint
2041
+ */
2042
+ getAleoScannerPubkeyOptionsRaw(requestParameters: GetAleoScannerPubkeyOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2043
+ /**
2044
+ * Options call for this endpoint
2045
+ */
2046
+ getAleoScannerPubkeyOptions(requestParameters: GetAleoScannerPubkeyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
1942
2047
  /**
1943
2048
  * Returns an auth token for the specified embedded wallet type.
1944
2049
  * Get an auth token for an embedded wallet type
@@ -2563,6 +2668,24 @@ export declare class SDKApi extends runtime.BaseAPI {
2563
2668
  * Initialize the passkey recovery process for a user\'s passkey embedded wallet
2564
2669
  */
2565
2670
  initPasskeyRecovery(requestParameters: InitPasskeyRecoveryOperationRequest, initOverrides?: RequestInit): Promise<InitPasskeyRecoveryResponse>;
2671
+ /**
2672
+ * Convenience endpoint that walks the cached Feemaster policy server-side and returns whether the given pair is covered by sponsorship.
2673
+ * Check whether a (programId, functionName) pair is sponsored
2674
+ */
2675
+ isAleoFeemasterCoveredRaw(requestParameters: IsAleoFeemasterCoveredRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2003>>;
2676
+ /**
2677
+ * Convenience endpoint that walks the cached Feemaster policy server-side and returns whether the given pair is covered by sponsorship.
2678
+ * Check whether a (programId, functionName) pair is sponsored
2679
+ */
2680
+ isAleoFeemasterCovered(requestParameters: IsAleoFeemasterCoveredRequest, initOverrides?: RequestInit): Promise<InlineResponse2003>;
2681
+ /**
2682
+ * Options call for this endpoint
2683
+ */
2684
+ isAleoFeemasterCoveredOptionsRaw(requestParameters: IsAleoFeemasterCoveredOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
2685
+ /**
2686
+ * Options call for this endpoint
2687
+ */
2688
+ isAleoFeemasterCoveredOptions(requestParameters: IsAleoFeemasterCoveredOptionsRequest, initOverrides?: RequestInit): Promise<void>;
2566
2689
  /**
2567
2690
  * Options call for this endpoint
2568
2691
  */
@@ -3051,6 +3174,24 @@ export declare class SDKApi extends runtime.BaseAPI {
3051
3174
  * Options call for this endpoint
3052
3175
  */
3053
3176
  refreshOptions(requestParameters: RefreshOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3177
+ /**
3178
+ * 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.
3179
+ * Register an encrypted view key with the Provable scanner
3180
+ */
3181
+ registerAleoScannerRaw(requestParameters: RegisterAleoScannerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2006>>;
3182
+ /**
3183
+ * 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.
3184
+ * Register an encrypted view key with the Provable scanner
3185
+ */
3186
+ registerAleoScanner(requestParameters: RegisterAleoScannerRequest, initOverrides?: RequestInit): Promise<InlineResponse2006>;
3187
+ /**
3188
+ * Options call for this endpoint
3189
+ */
3190
+ registerAleoScannerOptionsRaw(requestParameters: RegisterAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3191
+ /**
3192
+ * Options call for this endpoint
3193
+ */
3194
+ registerAleoScannerOptions(requestParameters: RegisterAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3054
3195
  /**
3055
3196
  * Registers a new passkey for the authenticated user using WebAuthn credentials.
3056
3197
  * Register a new passkey
@@ -3127,6 +3268,24 @@ export declare class SDKApi extends runtime.BaseAPI {
3127
3268
  * Verify TOTP MFA device
3128
3269
  */
3129
3270
  registerTotpMfaDeviceVerify(requestParameters: RegisterTotpMfaDeviceVerifyRequest, initOverrides?: RequestInit): Promise<MFADevice>;
3271
+ /**
3272
+ * 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.
3273
+ * Request a Feemaster fee authorization for an Aleo Authorization
3274
+ */
3275
+ requestAleoFeeAuthRaw(requestParameters: RequestAleoFeeAuthRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2004>>;
3276
+ /**
3277
+ * 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.
3278
+ * Request a Feemaster fee authorization for an Aleo Authorization
3279
+ */
3280
+ requestAleoFeeAuth(requestParameters: RequestAleoFeeAuthRequest, initOverrides?: RequestInit): Promise<InlineResponse2004>;
3281
+ /**
3282
+ * Options call for this endpoint
3283
+ */
3284
+ requestAleoFeeAuthOptionsRaw(requestParameters: RequestAleoFeeAuthOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3285
+ /**
3286
+ * Options call for this endpoint
3287
+ */
3288
+ requestAleoFeeAuthOptions(requestParameters: RequestAleoFeeAuthOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3130
3289
  /**
3131
3290
  * Reshares the MPC secret shares for the specified WAAS wallet.
3132
3291
  * Reshare WAAS secret shares
@@ -3199,6 +3358,26 @@ export declare class SDKApi extends runtime.BaseAPI {
3199
3358
  * Options call for this endpoint
3200
3359
  */
3201
3360
  retrySmsVerificationOptions(requestParameters: RetrySmsVerificationOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3361
+ /**
3362
+ * Revoke a scanner UUID registration
3363
+ */
3364
+ revokeAleoScannerRaw(requestParameters: RevokeAleoScannerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<{
3365
+ [key: string]: object;
3366
+ }>>;
3367
+ /**
3368
+ * Revoke a scanner UUID registration
3369
+ */
3370
+ revokeAleoScanner(requestParameters: RevokeAleoScannerRequest, initOverrides?: RequestInit): Promise<{
3371
+ [key: string]: object;
3372
+ }>;
3373
+ /**
3374
+ * Options call for this endpoint
3375
+ */
3376
+ revokeAleoScannerOptionsRaw(requestParameters: RevokeAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
3377
+ /**
3378
+ * Options call for this endpoint
3379
+ */
3380
+ revokeAleoScannerOptions(requestParameters: RevokeAleoScannerOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3202
3381
  /**
3203
3382
  * Revokes the current user session and invalidates the JWT.
3204
3383
  * Revoke a session
@@ -3860,3 +4039,27 @@ export declare class SDKApi extends runtime.BaseAPI {
3860
4039
  */
3861
4040
  walletsVerifyOptions(requestParameters: WalletsVerifyOptionsRequest, initOverrides?: RequestInit): Promise<void>;
3862
4041
  }
4042
+ /**
4043
+ * @export
4044
+ * @enum {string}
4045
+ */
4046
+ export declare enum GetAleoFeemasterPolicyNetworkEnum {
4047
+ Testnet = "testnet",
4048
+ Mainnet = "mainnet"
4049
+ }
4050
+ /**
4051
+ * @export
4052
+ * @enum {string}
4053
+ */
4054
+ export declare enum GetAleoScannerPubkeyNetworkEnum {
4055
+ Testnet = "testnet",
4056
+ Mainnet = "mainnet"
4057
+ }
4058
+ /**
4059
+ * @export
4060
+ * @enum {string}
4061
+ */
4062
+ export declare enum IsAleoFeemasterCoveredNetworkEnum {
4063
+ Testnet = "testnet",
4064
+ Mainnet = "mainnet"
4065
+ }