@openfort/openfort-node 0.6.29 → 0.6.31

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 (119) hide show
  1. package/dist/apis/settingsApiWrapper.d.ts +10 -10
  2. package/dist/apis/settingsApiWrapper.js +13 -13
  3. package/dist/apis/settingsApiWrapper.js.map +1 -1
  4. package/dist/generated/apis/AccountsApi.d.ts +8 -8
  5. package/dist/generated/apis/AccountsApi.js +8 -8
  6. package/dist/generated/apis/AuthenticationApi.d.ts +3 -0
  7. package/dist/generated/apis/AuthenticationApi.js +3 -0
  8. package/dist/generated/apis/AuthenticationApi.js.map +1 -1
  9. package/dist/generated/apis/ContractsApi.d.ts +1 -1
  10. package/dist/generated/apis/ContractsApi.js +1 -1
  11. package/dist/generated/apis/InventoriesApi.d.ts +1 -1
  12. package/dist/generated/apis/InventoriesApi.js +1 -1
  13. package/dist/generated/apis/OAuthApi.d.ts +2 -2
  14. package/dist/generated/apis/OAuthApi.js +2 -2
  15. package/dist/generated/apis/PlayersApi.d.ts +2 -2
  16. package/dist/generated/apis/PlayersApi.js +2 -2
  17. package/dist/generated/apis/SessionsApi.d.ts +1 -1
  18. package/dist/generated/apis/SessionsApi.js +1 -1
  19. package/dist/generated/apis/SettingsApi.d.ts +28 -28
  20. package/dist/generated/apis/SettingsApi.js +53 -53
  21. package/dist/generated/apis/SettingsApi.js.map +1 -1
  22. package/dist/generated/apis/TransactionIntentsApi.d.ts +2 -2
  23. package/dist/generated/apis/TransactionIntentsApi.js +2 -2
  24. package/dist/generated/apis/Web3ConnectionsApi.d.ts +1 -1
  25. package/dist/generated/apis/Web3ConnectionsApi.js +1 -1
  26. package/dist/generated/models/CompleteRecoveryRequest.d.ts +1 -1
  27. package/dist/generated/models/ContractReadQueries.d.ts +1 -1
  28. package/dist/generated/models/CreateApiAuthorizedNetworkRequest.d.ts +6 -0
  29. package/dist/generated/models/CreateApiAuthorizedNetworkRequest.js.map +1 -1
  30. package/dist/generated/models/CreatePolicyAllowFunctionRequest.d.ts +2 -2
  31. package/dist/generated/models/CreatePolicyRuleRequest.d.ts +3 -3
  32. package/dist/generated/models/CreateProjectRequest.d.ts +3 -0
  33. package/dist/generated/models/CreateProjectRequest.js.map +1 -1
  34. package/dist/generated/models/CreateTransactionIntentRequest.d.ts +7 -3
  35. package/dist/generated/models/CreateTransactionIntentRequest.js +10 -4
  36. package/dist/generated/models/CreateTransactionIntentRequest.js.map +1 -1
  37. package/dist/generated/models/CreateWeb3ConnectionRequest.d.ts +1 -1
  38. package/dist/generated/models/DataAccountTypes.d.ts +1 -1
  39. package/dist/generated/models/{PaymasterDepositorCreateRequest.d.ts → DeveloperAccountCreateRequest.d.ts} +8 -4
  40. package/dist/generated/models/{PaymasterDepositorCreateRequest.js → DeveloperAccountCreateRequest.js} +15 -9
  41. package/dist/generated/models/DeveloperAccountCreateRequest.js.map +1 -0
  42. package/dist/generated/models/{PaymasterDepositorDeleteResponse.d.ts → DeveloperAccountDeleteResponse.d.ts} +3 -3
  43. package/dist/generated/models/{PaymasterDepositorDeleteResponse.js → DeveloperAccountDeleteResponse.js} +8 -8
  44. package/dist/generated/models/DeveloperAccountDeleteResponse.js.map +1 -0
  45. package/dist/generated/models/{PaymasterDepositorGetMessageResponse.d.ts → DeveloperAccountGetMessageResponse.d.ts} +2 -2
  46. package/dist/generated/models/{PaymasterDepositorGetMessageResponse.js → DeveloperAccountGetMessageResponse.js} +9 -9
  47. package/dist/generated/models/DeveloperAccountGetMessageResponse.js.map +1 -0
  48. package/dist/generated/models/{PaymasterDepositorListResponse.d.ts → DeveloperAccountListResponse.d.ts} +3 -3
  49. package/dist/generated/models/{PaymasterDepositorListResponse.js → DeveloperAccountListResponse.js} +8 -8
  50. package/dist/generated/models/DeveloperAccountListResponse.js.map +1 -0
  51. package/dist/generated/models/DeveloperAccountResponse.d.ts +34 -0
  52. package/dist/generated/models/DeveloperAccountResponse.js +62 -0
  53. package/dist/generated/models/DeveloperAccountResponse.js.map +1 -0
  54. package/dist/generated/models/{EntityTypePAYMASTERDEPOSITOR.d.ts → EntityTypeDEVELOPERACCOUNT.d.ts} +1 -1
  55. package/dist/generated/models/{EntityTypePAYMASTERDEPOSITOR.js → EntityTypeDEVELOPERACCOUNT.js} +1 -1
  56. package/dist/generated/models/EntityTypeDEVELOPERACCOUNT.js.map +1 -0
  57. package/dist/generated/models/Interaction.d.ts +6 -6
  58. package/dist/generated/models/Interaction.js +4 -4
  59. package/dist/generated/models/Interaction.js.map +1 -1
  60. package/dist/generated/models/LootLockerOAuthConfig.d.ts +36 -0
  61. package/dist/generated/models/LootLockerOAuthConfig.js +41 -0
  62. package/dist/generated/models/LootLockerOAuthConfig.js.map +1 -0
  63. package/dist/generated/models/OAuthConfig.d.ts +2 -2
  64. package/dist/generated/models/OAuthConfig.js +1 -1
  65. package/dist/generated/models/OAuthConfig.js.map +1 -1
  66. package/dist/generated/models/OAuthProvider.d.ts +1 -1
  67. package/dist/generated/models/OAuthProviderLOOTLOCKER.d.ts +12 -0
  68. package/dist/generated/models/OAuthProviderLOOTLOCKER.js +14 -0
  69. package/dist/generated/models/OAuthProviderLOOTLOCKER.js.map +1 -0
  70. package/dist/generated/models/ObjectSerializer.d.ts +11 -6
  71. package/dist/generated/models/ObjectSerializer.js +32 -17
  72. package/dist/generated/models/ObjectSerializer.js.map +1 -1
  73. package/dist/generated/models/PlayerResponseTransactionIntentsInner.d.ts +1 -1
  74. package/dist/generated/models/PolicyStrategyRequest.d.ts +1 -1
  75. package/dist/generated/models/ProjectStatsRequest.d.ts +29 -0
  76. package/dist/generated/models/ProjectStatsRequest.js +32 -0
  77. package/dist/generated/models/ProjectStatsRequest.js.map +1 -0
  78. package/dist/generated/models/{PaymasterDepositorResponse.d.ts → ProjectStatsResponse.d.ts} +3 -3
  79. package/dist/generated/models/ProjectStatsResponse.js +32 -0
  80. package/dist/generated/models/ProjectStatsResponse.js.map +1 -0
  81. package/dist/generated/models/ProjectWebhookRequest.d.ts +3 -0
  82. package/dist/generated/models/ProjectWebhookRequest.js.map +1 -1
  83. package/dist/generated/models/Stat.d.ts +31 -0
  84. package/dist/generated/models/{PaymasterDepositorResponse.js → Stat.js} +23 -11
  85. package/dist/generated/models/Stat.js.map +1 -0
  86. package/dist/generated/models/TransactionIntent.d.ts +1 -1
  87. package/dist/generated/models/TransactionIntentResponse.d.ts +1 -1
  88. package/dist/generated/models/UpdatePolicyRuleRequest.d.ts +2 -2
  89. package/dist/generated/models/UpdateProjectApiKeyRequest.d.ts +3 -0
  90. package/dist/generated/models/UpdateProjectApiKeyRequest.js.map +1 -1
  91. package/dist/generated/models/UpdateProjectRequest.d.ts +3 -0
  92. package/dist/generated/models/UpdateProjectRequest.js.map +1 -1
  93. package/dist/generated/models/UserProjectCreateRequest.d.ts +3 -0
  94. package/dist/generated/models/UserProjectCreateRequest.js.map +1 -1
  95. package/dist/generated/models/UserProjectCreateRequestRole.d.ts +3 -0
  96. package/dist/generated/models/UserProjectCreateRequestRole.js +3 -0
  97. package/dist/generated/models/UserProjectCreateRequestRole.js.map +1 -1
  98. package/dist/generated/models/all.d.ts +11 -6
  99. package/dist/generated/models/all.js +11 -6
  100. package/dist/generated/models/all.js.map +1 -1
  101. package/dist/generated/types/ObjectParamAPI.d.ts +52 -49
  102. package/dist/generated/types/ObjectParamAPI.js +28 -25
  103. package/dist/generated/types/ObjectParamAPI.js.map +1 -1
  104. package/dist/generated/types/ObservableAPI.d.ts +41 -38
  105. package/dist/generated/types/ObservableAPI.js +44 -41
  106. package/dist/generated/types/ObservableAPI.js.map +1 -1
  107. package/dist/generated/types/PromiseAPI.d.ts +41 -38
  108. package/dist/generated/types/PromiseAPI.js +40 -37
  109. package/dist/generated/types/PromiseAPI.js.map +1 -1
  110. package/dist/version.d.ts +1 -1
  111. package/dist/version.js +1 -1
  112. package/package.json +1 -1
  113. package/tsconfig.tsbuildinfo +1 -1
  114. package/dist/generated/models/EntityTypePAYMASTERDEPOSITOR.js.map +0 -1
  115. package/dist/generated/models/PaymasterDepositorCreateRequest.js.map +0 -1
  116. package/dist/generated/models/PaymasterDepositorDeleteResponse.js.map +0 -1
  117. package/dist/generated/models/PaymasterDepositorGetMessageResponse.js.map +0 -1
  118. package/dist/generated/models/PaymasterDepositorListResponse.js.map +0 -1
  119. package/dist/generated/models/PaymasterDepositorResponse.js.map +0 -1
@@ -52,12 +52,17 @@ export * from '../models/CreateWeb3ConnectionRequest';
52
52
  export * from '../models/Currency';
53
53
  export * from '../models/DataAccountTypes';
54
54
  export * from '../models/DeployRequest';
55
+ export * from '../models/DeveloperAccountCreateRequest';
56
+ export * from '../models/DeveloperAccountDeleteResponse';
57
+ export * from '../models/DeveloperAccountGetMessageResponse';
58
+ export * from '../models/DeveloperAccountListResponse';
59
+ export * from '../models/DeveloperAccountResponse';
55
60
  export * from '../models/DomainData';
56
61
  export * from '../models/EntityIdResponse';
57
62
  export * from '../models/EntityTypeACCOUNT';
58
63
  export * from '../models/EntityTypeCONTRACT';
64
+ export * from '../models/EntityTypeDEVELOPERACCOUNT';
59
65
  export * from '../models/EntityTypeINVENTORY';
60
- export * from '../models/EntityTypePAYMASTERDEPOSITOR';
61
66
  export * from '../models/EntityTypePLAYER';
62
67
  export * from '../models/EntityTypePOLICY';
63
68
  export * from '../models/EntityTypePOLICYRULE';
@@ -89,6 +94,7 @@ export * from '../models/InventoryListResponse';
89
94
  export * from '../models/InventoryResponse';
90
95
  export * from '../models/Log';
91
96
  export * from '../models/LoginRequest';
97
+ export * from '../models/LootLockerOAuthConfig';
92
98
  export * from '../models/Money';
93
99
  export * from '../models/NextActionPayload';
94
100
  export * from '../models/NextActionResponse';
@@ -99,17 +105,13 @@ export * from '../models/OAuthProvider';
99
105
  export * from '../models/OAuthProviderACCELBYTE';
100
106
  export * from '../models/OAuthProviderFIREBASE';
101
107
  export * from '../models/OAuthProviderGOOGLE';
108
+ export * from '../models/OAuthProviderLOOTLOCKER';
102
109
  export * from '../models/OAuthProviderPLAYFAB';
103
110
  export * from '../models/OAuthRequest';
104
111
  export * from '../models/ObsoleteAssetInventory';
105
112
  export * from '../models/ObsoleteAssetType';
106
113
  export * from '../models/ObsoleteInventoryResponse';
107
114
  export * from '../models/PayForUserPolicyStrategy';
108
- export * from '../models/PaymasterDepositorCreateRequest';
109
- export * from '../models/PaymasterDepositorDeleteResponse';
110
- export * from '../models/PaymasterDepositorGetMessageResponse';
111
- export * from '../models/PaymasterDepositorListResponse';
112
- export * from '../models/PaymasterDepositorResponse';
113
115
  export * from '../models/PickContractResponseId';
114
116
  export * from '../models/PickPlayerResponseId';
115
117
  export * from '../models/PlayFabOAuthConfig';
@@ -154,6 +156,8 @@ export * from '../models/PrivateKeyPolicy';
154
156
  export * from '../models/ProjectListResponse';
155
157
  export * from '../models/ProjectLogs';
156
158
  export * from '../models/ProjectResponse';
159
+ export * from '../models/ProjectStatsRequest';
160
+ export * from '../models/ProjectStatsResponse';
157
161
  export * from '../models/ProjectWebhookRequest';
158
162
  export * from '../models/RegisterPlayerEncryptedKeyRequest';
159
163
  export * from '../models/RegisterPlayerEncryptedKeyResponse';
@@ -177,6 +181,7 @@ export * from '../models/SponsorSchemaCHARGECUSTOMTOKENS';
177
181
  export * from '../models/SponsorSchemaFIXEDRATE';
178
182
  export * from '../models/SponsorSchemaPAYFORUSER';
179
183
  export * from '../models/StartRecoveryRequest';
184
+ export * from '../models/Stat';
180
185
  export * from '../models/SubmitWeb3ActionRequest';
181
186
  export * from '../models/TimeIntervalType';
182
187
  export * from '../models/TransactionIntent';
@@ -68,12 +68,17 @@ __exportStar(require("../models/CreateWeb3ConnectionRequest"), exports);
68
68
  __exportStar(require("../models/Currency"), exports);
69
69
  __exportStar(require("../models/DataAccountTypes"), exports);
70
70
  __exportStar(require("../models/DeployRequest"), exports);
71
+ __exportStar(require("../models/DeveloperAccountCreateRequest"), exports);
72
+ __exportStar(require("../models/DeveloperAccountDeleteResponse"), exports);
73
+ __exportStar(require("../models/DeveloperAccountGetMessageResponse"), exports);
74
+ __exportStar(require("../models/DeveloperAccountListResponse"), exports);
75
+ __exportStar(require("../models/DeveloperAccountResponse"), exports);
71
76
  __exportStar(require("../models/DomainData"), exports);
72
77
  __exportStar(require("../models/EntityIdResponse"), exports);
73
78
  __exportStar(require("../models/EntityTypeACCOUNT"), exports);
74
79
  __exportStar(require("../models/EntityTypeCONTRACT"), exports);
80
+ __exportStar(require("../models/EntityTypeDEVELOPERACCOUNT"), exports);
75
81
  __exportStar(require("../models/EntityTypeINVENTORY"), exports);
76
- __exportStar(require("../models/EntityTypePAYMASTERDEPOSITOR"), exports);
77
82
  __exportStar(require("../models/EntityTypePLAYER"), exports);
78
83
  __exportStar(require("../models/EntityTypePOLICY"), exports);
79
84
  __exportStar(require("../models/EntityTypePOLICYRULE"), exports);
@@ -105,6 +110,7 @@ __exportStar(require("../models/InventoryListResponse"), exports);
105
110
  __exportStar(require("../models/InventoryResponse"), exports);
106
111
  __exportStar(require("../models/Log"), exports);
107
112
  __exportStar(require("../models/LoginRequest"), exports);
113
+ __exportStar(require("../models/LootLockerOAuthConfig"), exports);
108
114
  __exportStar(require("../models/Money"), exports);
109
115
  __exportStar(require("../models/NextActionPayload"), exports);
110
116
  __exportStar(require("../models/NextActionResponse"), exports);
@@ -115,17 +121,13 @@ __exportStar(require("../models/OAuthProvider"), exports);
115
121
  __exportStar(require("../models/OAuthProviderACCELBYTE"), exports);
116
122
  __exportStar(require("../models/OAuthProviderFIREBASE"), exports);
117
123
  __exportStar(require("../models/OAuthProviderGOOGLE"), exports);
124
+ __exportStar(require("../models/OAuthProviderLOOTLOCKER"), exports);
118
125
  __exportStar(require("../models/OAuthProviderPLAYFAB"), exports);
119
126
  __exportStar(require("../models/OAuthRequest"), exports);
120
127
  __exportStar(require("../models/ObsoleteAssetInventory"), exports);
121
128
  __exportStar(require("../models/ObsoleteAssetType"), exports);
122
129
  __exportStar(require("../models/ObsoleteInventoryResponse"), exports);
123
130
  __exportStar(require("../models/PayForUserPolicyStrategy"), exports);
124
- __exportStar(require("../models/PaymasterDepositorCreateRequest"), exports);
125
- __exportStar(require("../models/PaymasterDepositorDeleteResponse"), exports);
126
- __exportStar(require("../models/PaymasterDepositorGetMessageResponse"), exports);
127
- __exportStar(require("../models/PaymasterDepositorListResponse"), exports);
128
- __exportStar(require("../models/PaymasterDepositorResponse"), exports);
129
131
  __exportStar(require("../models/PickContractResponseId"), exports);
130
132
  __exportStar(require("../models/PickPlayerResponseId"), exports);
131
133
  __exportStar(require("../models/PlayFabOAuthConfig"), exports);
@@ -170,6 +172,8 @@ __exportStar(require("../models/PrivateKeyPolicy"), exports);
170
172
  __exportStar(require("../models/ProjectListResponse"), exports);
171
173
  __exportStar(require("../models/ProjectLogs"), exports);
172
174
  __exportStar(require("../models/ProjectResponse"), exports);
175
+ __exportStar(require("../models/ProjectStatsRequest"), exports);
176
+ __exportStar(require("../models/ProjectStatsResponse"), exports);
173
177
  __exportStar(require("../models/ProjectWebhookRequest"), exports);
174
178
  __exportStar(require("../models/RegisterPlayerEncryptedKeyRequest"), exports);
175
179
  __exportStar(require("../models/RegisterPlayerEncryptedKeyResponse"), exports);
@@ -193,6 +197,7 @@ __exportStar(require("../models/SponsorSchemaCHARGECUSTOMTOKENS"), exports);
193
197
  __exportStar(require("../models/SponsorSchemaFIXEDRATE"), exports);
194
198
  __exportStar(require("../models/SponsorSchemaPAYFORUSER"), exports);
195
199
  __exportStar(require("../models/StartRecoveryRequest"), exports);
200
+ __exportStar(require("../models/Stat"), exports);
196
201
  __exportStar(require("../models/SubmitWeb3ActionRequest"), exports);
197
202
  __exportStar(require("../models/TimeIntervalType"), exports);
198
203
  __exportStar(require("../models/TransactionIntent"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
@@ -22,6 +22,11 @@ import { CreateSessionRequest } from '../models/CreateSessionRequest';
22
22
  import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
23
23
  import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
24
24
  import { DeployRequest } from '../models/DeployRequest';
25
+ import { DeveloperAccountCreateRequest } from '../models/DeveloperAccountCreateRequest';
26
+ import { DeveloperAccountDeleteResponse } from '../models/DeveloperAccountDeleteResponse';
27
+ import { DeveloperAccountGetMessageResponse } from '../models/DeveloperAccountGetMessageResponse';
28
+ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResponse';
29
+ import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
25
30
  import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
26
31
  import { GasReport } from '../models/GasReport';
27
32
  import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
@@ -33,11 +38,6 @@ import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
33
38
  import { OAuthProvider } from '../models/OAuthProvider';
34
39
  import { OAuthRequest } from '../models/OAuthRequest';
35
40
  import { ObsoleteInventoryResponse } from '../models/ObsoleteInventoryResponse';
36
- import { PaymasterDepositorCreateRequest } from '../models/PaymasterDepositorCreateRequest';
37
- import { PaymasterDepositorDeleteResponse } from '../models/PaymasterDepositorDeleteResponse';
38
- import { PaymasterDepositorGetMessageResponse } from '../models/PaymasterDepositorGetMessageResponse';
39
- import { PaymasterDepositorListResponse } from '../models/PaymasterDepositorListResponse';
40
- import { PaymasterDepositorResponse } from '../models/PaymasterDepositorResponse';
41
41
  import { PlayerCancelTransferOwnershipRequest } from '../models/PlayerCancelTransferOwnershipRequest';
42
42
  import { PlayerCreateRequest } from '../models/PlayerCreateRequest';
43
43
  import { PlayerDeleteResponse } from '../models/PlayerDeleteResponse';
@@ -98,7 +98,7 @@ export interface AccountsApiCancelTransferOwnershipRequest {
98
98
  }
99
99
  export interface AccountsApiCompleteRecoveryRequest {
100
100
  /**
101
- * Specifies the unique account ID.
101
+ * Specifies the unique account ID (starts with acc_).
102
102
  * @type string
103
103
  * @memberof AccountsApicompleteRecovery
104
104
  */
@@ -120,7 +120,7 @@ export interface AccountsApiCreateAccountRequest {
120
120
  }
121
121
  export interface AccountsApiDeployAccountRequest {
122
122
  /**
123
- * Specifies the unique account ID.
123
+ * Specifies the unique account ID (starts with acc_).
124
124
  * @type string
125
125
  * @memberof AccountsApideployAccount
126
126
  */
@@ -134,7 +134,7 @@ export interface AccountsApiDeployAccountRequest {
134
134
  }
135
135
  export interface AccountsApiGetAccountRequest {
136
136
  /**
137
- * Specifies the unique account ID.
137
+ * Specifies the unique account ID (starts with acc_).
138
138
  * @type string
139
139
  * @memberof AccountsApigetAccount
140
140
  */
@@ -208,7 +208,7 @@ export interface AccountsApiSignPayloadRequest {
208
208
  }
209
209
  export interface AccountsApiStartRecoveryRequest {
210
210
  /**
211
- * Specifies the unique account ID.
211
+ * Specifies the unique account ID (starts with acc_).
212
212
  * @type string
213
213
  * @memberof AccountsApistartRecovery
214
214
  */
@@ -222,7 +222,7 @@ export interface AccountsApiStartRecoveryRequest {
222
222
  }
223
223
  export interface AccountsApiSyncAccountRequest {
224
224
  /**
225
- * Specifies the unique account ID.
225
+ * Specifies the unique account ID (starts with acc_).
226
226
  * @type string
227
227
  * @memberof AccountsApisyncAccount
228
228
  */
@@ -233,7 +233,7 @@ export declare class ObjectAccountsApi {
233
233
  constructor(configuration: Configuration, requestFactory?: AccountsApiRequestFactory, responseProcessor?: AccountsApiResponseProcessor);
234
234
  /**
235
235
  * This endpoint allows you to cancel a pending transfer of ownership.
236
- * Cancel request of ownership transfer of an account.
236
+ * Cancel request to transfer ownership of an account.
237
237
  * @param param the request object
238
238
  */
239
239
  cancelTransferOwnership(param: AccountsApiCancelTransferOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
@@ -268,12 +268,12 @@ export declare class ObjectAccountsApi {
268
268
  getAccounts(param: AccountsApiGetAccountsRequest, options?: Configuration): Promise<AccountListResponse>;
269
269
  /**
270
270
  * This endpoint allows you to perform a request to change the owner of an account. To perform an update on the owner of an account, first you must provide a new owner address. Once requested, the owner must accept to take ownership by calling `acceptOwnership()` in the smart contract account.
271
- * Request ownership transfer of an account.
271
+ * Request transfer ownership of account.
272
272
  * @param param the request object
273
273
  */
274
274
  requestTransferOwnership(param: AccountsApiRequestTransferOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
275
275
  /**
276
- * Signs the typed data value with types data structure for domain using the EIP-712 (https://eips.ethereum.org/EIPS/eip-712) specification.
276
+ * Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
277
277
  * Sign a given payload
278
278
  * @param param the request object
279
279
  */
@@ -319,16 +319,19 @@ export declare class ObjectAuthenticationApi {
319
319
  private api;
320
320
  constructor(configuration: Configuration, requestFactory?: AuthenticationApiRequestFactory, responseProcessor?: AuthenticationApiResponseProcessor);
321
321
  /**
322
+ * When using Openfort Auth, the endpoint authenticates the player based on his email, and returns the jwt token for the player together with the player id.
322
323
  * Login a player.
323
324
  * @param param the request object
324
325
  */
325
326
  login(param: AuthenticationApiLoginRequest, options?: Configuration): Promise<AuthResponse>;
326
327
  /**
328
+ * When using Openfort Auth, the endpoint creates a player based on his email, and returns the jwt token for the player together with the player id.
327
329
  * Sign up a player.
328
330
  * @param param the request object
329
331
  */
330
332
  signup(param: AuthenticationApiSignupRequest, options?: Configuration): Promise<AuthResponse>;
331
333
  /**
334
+ * When using Openfort Auth, the endpoint verifies the token generated by Openfort Auth and retrieves a corresponding player.
332
335
  * Verify an auth token.
333
336
  * @param param the request object
334
337
  */
@@ -417,7 +420,7 @@ export interface ContractsApiReadContractRequest {
417
420
  */
418
421
  functionName: string;
419
422
  /**
420
- * The function arguments of the contract.
423
+ * The function arguments of the contract, in string format. Accepts pla_, con_ and acc_ IDs.
421
424
  * @type Array&lt;any&gt;
422
425
  * @memberof ContractsApireadContract
423
426
  */
@@ -536,7 +539,7 @@ export interface InventoriesApiGetAccountCryptoCurrencyInventoryRequest {
536
539
  }
537
540
  export interface InventoriesApiGetAccountInventoryRequest {
538
541
  /**
539
- * Specifies the unique account ID.
542
+ * Specifies the unique account ID (starts with acc_).
540
543
  * @type string
541
544
  * @memberof InventoriesApigetAccountInventory
542
545
  */
@@ -739,7 +742,7 @@ export interface OAuthApiAuthorizeWithOAuthTokenRequest {
739
742
  */
740
743
  provider: OAuthProvider;
741
744
  /**
742
- * Request body
745
+ *
743
746
  * @type OAuthRequest
744
747
  * @memberof OAuthApiauthorizeWithOAuthToken
745
748
  */
@@ -793,7 +796,7 @@ export interface OAuthApiVerifyOAuthTokenRequest {
793
796
  */
794
797
  provider: OAuthProvider;
795
798
  /**
796
- * Request body
799
+ *
797
800
  * @type OAuthRequest
798
801
  * @memberof OAuthApiverifyOAuthToken
799
802
  */
@@ -1011,7 +1014,7 @@ export declare class ObjectPlayersApi {
1011
1014
  constructor(configuration: Configuration, requestFactory?: PlayersApiRequestFactory, responseProcessor?: PlayersApiResponseProcessor);
1012
1015
  /**
1013
1016
  * This endpoint allows you to cancel a pending transfer of ownership.
1014
- * Cancel request to transfer ownership of an account.
1017
+ * Cancel request to transfer ownership of a player.
1015
1018
  * @param param the request object
1016
1019
  */
1017
1020
  cancelTransferAccountOwnership(param: PlayersApiCancelTransferAccountOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
@@ -1054,7 +1057,7 @@ export declare class ObjectPlayersApi {
1054
1057
  getPlayers(param?: PlayersApiGetPlayersRequest, options?: Configuration): Promise<PlayerListResponse>;
1055
1058
  /**
1056
1059
  * This endpoint allows you to perform a request to change the owner of an account. To perform an update on the owner of an account, first you must provide a new owner address. Once requested, the owner must accept to take ownership by calling `acceptOwnership()` in the smart contract account.
1057
- * Request transfer ownership of account.
1060
+ * Request transfer ownership of a player.
1058
1061
  * @param param the request object
1059
1062
  */
1060
1063
  requestTransferAccountOwnership(param: PlayersApiRequestTransferAccountOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
@@ -1539,37 +1542,37 @@ export declare class ObjectSessionsApi {
1539
1542
  */
1540
1543
  revokeSession(param: SessionsApiRevokeSessionRequest, options?: Configuration): Promise<SessionResponse>;
1541
1544
  /**
1542
- * Confirms the creation of a session with an external owner.
1545
+ * Send signed userOpHash to create session.
1543
1546
  * @param param the request object
1544
1547
  */
1545
1548
  signatureSession(param: SessionsApiSignatureSessionRequest, options?: Configuration): Promise<SessionResponse>;
1546
1549
  }
1547
1550
  import { SettingsApiRequestFactory, SettingsApiResponseProcessor } from "../apis/SettingsApi";
1548
- export interface SettingsApiAddDepositorAddressRequest {
1551
+ export interface SettingsApiCreateDeveloperAccountRequest {
1549
1552
  /**
1550
1553
  *
1551
- * @type PaymasterDepositorCreateRequest
1552
- * @memberof SettingsApiaddDepositorAddress
1554
+ * @type DeveloperAccountCreateRequest
1555
+ * @memberof SettingsApicreateDeveloperAccount
1553
1556
  */
1554
- paymasterDepositorCreateRequest: PaymasterDepositorCreateRequest;
1555
- }
1556
- export interface SettingsApiGetDepositorAddressesRequest {
1557
+ developerAccountCreateRequest: DeveloperAccountCreateRequest;
1557
1558
  }
1558
- export interface SettingsApiGetMessageForSigningDepositorAddressRequest {
1559
+ export interface SettingsApiDeleteDeveloperAccountRequest {
1559
1560
  /**
1560
- * Specifies the paymaster depositor address
1561
+ * Specifies a unique developer account.
1561
1562
  * @type string
1562
- * @memberof SettingsApigetMessageForSigningDepositorAddress
1563
+ * @memberof SettingsApideleteDeveloperAccount
1563
1564
  */
1564
- address: string;
1565
+ id: string;
1565
1566
  }
1566
- export interface SettingsApiRemoveDepositorAddressRequest {
1567
+ export interface SettingsApiGetDeveloperAccountsRequest {
1568
+ }
1569
+ export interface SettingsApiGetVerificationPayloadRequest {
1567
1570
  /**
1568
- * Specifies unique identifier of depositor address.
1571
+ * Specifies the address
1569
1572
  * @type string
1570
- * @memberof SettingsApiremoveDepositorAddress
1573
+ * @memberof SettingsApigetVerificationPayload
1571
1574
  */
1572
- id: string;
1575
+ address: string;
1573
1576
  }
1574
1577
  export interface SettingsApiRemoveWebhookRequest {
1575
1578
  }
@@ -1585,29 +1588,29 @@ export declare class ObjectSettingsApi {
1585
1588
  private api;
1586
1589
  constructor(configuration: Configuration, requestFactory?: SettingsApiRequestFactory, responseProcessor?: SettingsApiResponseProcessor);
1587
1590
  /**
1588
- * Verify signature and add a depositor address to the current project environment.
1589
- * Add depositor address.
1591
+ * Create or add a developer account. Developer accounts can be used as for escrow, minting and transferring assets. To add your own external account, add a signature and the address of the account. This verified account can then be used as a verified depositor
1592
+ * Create a developer account.
1590
1593
  * @param param the request object
1591
1594
  */
1592
- addDepositorAddress(param: SettingsApiAddDepositorAddressRequest, options?: Configuration): Promise<PaymasterDepositorResponse>;
1595
+ createDeveloperAccount(param: SettingsApiCreateDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountResponse>;
1593
1596
  /**
1594
- * Retrieve the list of the depositor addresses for the current project environment.
1595
- * List of depositor addresses.
1597
+ * Delete a developer account from the current project.
1598
+ * Delete a developer account.
1596
1599
  * @param param the request object
1597
1600
  */
1598
- getDepositorAddresses(param?: SettingsApiGetDepositorAddressesRequest, options?: Configuration): Promise<PaymasterDepositorListResponse>;
1601
+ deleteDeveloperAccount(param: SettingsApiDeleteDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountDeleteResponse>;
1599
1602
  /**
1600
- * Generate message, which should be signed for verification of the address ownership.
1601
- * Generate message to sign
1603
+ * Retrieve the list of the developer accounts for the current project.
1604
+ * List of developer accounts.
1602
1605
  * @param param the request object
1603
1606
  */
1604
- getMessageForSigningDepositorAddress(param: SettingsApiGetMessageForSigningDepositorAddressRequest, options?: Configuration): Promise<PaymasterDepositorGetMessageResponse>;
1607
+ getDeveloperAccounts(param?: SettingsApiGetDeveloperAccountsRequest, options?: Configuration): Promise<DeveloperAccountListResponse>;
1605
1608
  /**
1606
- * Remove a depositor address from the current project environment.
1607
- * Removes depositor address.
1609
+ * Generate message, which should be signed by the account your want to add as a developer account.
1610
+ * Generate message to sign
1608
1611
  * @param param the request object
1609
1612
  */
1610
- removeDepositorAddress(param: SettingsApiRemoveDepositorAddressRequest, options?: Configuration): Promise<PaymasterDepositorDeleteResponse>;
1613
+ getVerificationPayload(param: SettingsApiGetVerificationPayloadRequest, options?: Configuration): Promise<DeveloperAccountGetMessageResponse>;
1611
1614
  /**
1612
1615
  * Updated the current project environment settings by removing the webhook address. After that system will stop sending events of the transaction intent state changes
1613
1616
  * Removes webhook.
@@ -1742,8 +1745,8 @@ export declare class ObjectTransactionIntentsApi {
1742
1745
  */
1743
1746
  getTransactionIntents(param?: TransactionIntentsApiGetTransactionIntentsRequest, options?: Configuration): Promise<TransactionIntentListResponse>;
1744
1747
  /**
1745
- * This endpoint is used to send the signed userOperationHash. For non-custodial smart accounts, each on chain action using their wallet, they must sign the userOperationHash received from the `POST` API endpoint that creates a transactionIntent.
1746
- * Confirms the creation of a transaction intent with an external owner.
1748
+ * For non-custodial smart accounts, each on chain action using their wallet, they must sign the userOperationHash received from the `POST` API endpoint that creates a transactionIntent.
1749
+ * Send a signed transaction userOperationHash.
1747
1750
  * @param param the request object
1748
1751
  */
1749
1752
  signature(param: TransactionIntentsApiSignatureRequest, options?: Configuration): Promise<TransactionIntentResponse>;
@@ -1835,7 +1838,7 @@ export declare class ObjectWeb3ConnectionsApi {
1835
1838
  private api;
1836
1839
  constructor(configuration: Configuration, requestFactory?: Web3ConnectionsApiRequestFactory, responseProcessor?: Web3ConnectionsApiResponseProcessor);
1837
1840
  /**
1838
- * This endpoint allows you to create a new web3 connection to your Openfort player. Together with the player ID (pla_), you need to provide a chain ID. The chain to use is required because Openfort needs to make sure the account is deployed, as counterfactual addresses cannot use web3 connections. The `uri` body parameter must contain a WalletConnect pairing URI (see: https://specs.walletconnect.com/2.0/specs/clients/core/pairing/pairing-uri)
1841
+ * This endpoint allows you to create a new web3 connection to your Openfort player. Together with the player ID (pla_), you need to provide a chain ID. The chain to use is required because Openfort needs to make sure the account is deployed, as counterfactual addresses cannot use web3 connections. The `uri` body parameter must contain a [WalletConnect pairing URI](https://specs.walletconnect.com/2.0/specs/clients/core/pairing/pairing-uri).
1839
1842
  * Create a Web3 Connection object.
1840
1843
  * @param param the request object
1841
1844
  */
@@ -8,7 +8,7 @@ class ObjectAccountsApi {
8
8
  }
9
9
  /**
10
10
  * This endpoint allows you to cancel a pending transfer of ownership.
11
- * Cancel request of ownership transfer of an account.
11
+ * Cancel request to transfer ownership of an account.
12
12
  * @param param the request object
13
13
  */
14
14
  cancelTransferOwnership(param, options) {
@@ -55,14 +55,14 @@ class ObjectAccountsApi {
55
55
  }
56
56
  /**
57
57
  * This endpoint allows you to perform a request to change the owner of an account. To perform an update on the owner of an account, first you must provide a new owner address. Once requested, the owner must accept to take ownership by calling `acceptOwnership()` in the smart contract account.
58
- * Request ownership transfer of an account.
58
+ * Request transfer ownership of account.
59
59
  * @param param the request object
60
60
  */
61
61
  requestTransferOwnership(param, options) {
62
62
  return this.api.requestTransferOwnership(param.id, param.transferOwnershipRequest, options).toPromise();
63
63
  }
64
64
  /**
65
- * Signs the typed data value with types data structure for domain using the EIP-712 (https://eips.ethereum.org/EIPS/eip-712) specification.
65
+ * Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
66
66
  * Sign a given payload
67
67
  * @param param the request object
68
68
  */
@@ -92,6 +92,7 @@ class ObjectAuthenticationApi {
92
92
  this.api = new ObservableAPI_2.ObservableAuthenticationApi(configuration, requestFactory, responseProcessor);
93
93
  }
94
94
  /**
95
+ * When using Openfort Auth, the endpoint authenticates the player based on his email, and returns the jwt token for the player together with the player id.
95
96
  * Login a player.
96
97
  * @param param the request object
97
98
  */
@@ -99,6 +100,7 @@ class ObjectAuthenticationApi {
99
100
  return this.api.login(param.loginRequest, options).toPromise();
100
101
  }
101
102
  /**
103
+ * When using Openfort Auth, the endpoint creates a player based on his email, and returns the jwt token for the player together with the player id.
102
104
  * Sign up a player.
103
105
  * @param param the request object
104
106
  */
@@ -106,6 +108,7 @@ class ObjectAuthenticationApi {
106
108
  return this.api.signup(param.signupRequest, options).toPromise();
107
109
  }
108
110
  /**
111
+ * When using Openfort Auth, the endpoint verifies the token generated by Openfort Auth and retrieves a corresponding player.
109
112
  * Verify an auth token.
110
113
  * @param param the request object
111
114
  */
@@ -322,7 +325,7 @@ class ObjectPlayersApi {
322
325
  }
323
326
  /**
324
327
  * This endpoint allows you to cancel a pending transfer of ownership.
325
- * Cancel request to transfer ownership of an account.
328
+ * Cancel request to transfer ownership of a player.
326
329
  * @param param the request object
327
330
  */
328
331
  cancelTransferAccountOwnership(param, options) {
@@ -381,7 +384,7 @@ class ObjectPlayersApi {
381
384
  }
382
385
  /**
383
386
  * This endpoint allows you to perform a request to change the owner of an account. To perform an update on the owner of an account, first you must provide a new owner address. Once requested, the owner must accept to take ownership by calling `acceptOwnership()` in the smart contract account.
384
- * Request transfer ownership of account.
387
+ * Request transfer ownership of a player.
385
388
  * @param param the request object
386
389
  */
387
390
  requestTransferAccountOwnership(param, options) {
@@ -584,7 +587,7 @@ class ObjectSessionsApi {
584
587
  return this.api.revokeSession(param.revokeSessionRequest, options).toPromise();
585
588
  }
586
589
  /**
587
- * Confirms the creation of a session with an external owner.
590
+ * Send signed userOpHash to create session.
588
591
  * @param param the request object
589
592
  */
590
593
  signatureSession(param, options) {
@@ -598,36 +601,36 @@ class ObjectSettingsApi {
598
601
  this.api = new ObservableAPI_12.ObservableSettingsApi(configuration, requestFactory, responseProcessor);
599
602
  }
600
603
  /**
601
- * Verify signature and add a depositor address to the current project environment.
602
- * Add depositor address.
604
+ * Create or add a developer account. Developer accounts can be used as for escrow, minting and transferring assets. To add your own external account, add a signature and the address of the account. This verified account can then be used as a verified depositor
605
+ * Create a developer account.
603
606
  * @param param the request object
604
607
  */
605
- addDepositorAddress(param, options) {
606
- return this.api.addDepositorAddress(param.paymasterDepositorCreateRequest, options).toPromise();
608
+ createDeveloperAccount(param, options) {
609
+ return this.api.createDeveloperAccount(param.developerAccountCreateRequest, options).toPromise();
607
610
  }
608
611
  /**
609
- * Retrieve the list of the depositor addresses for the current project environment.
610
- * List of depositor addresses.
612
+ * Delete a developer account from the current project.
613
+ * Delete a developer account.
611
614
  * @param param the request object
612
615
  */
613
- getDepositorAddresses(param = {}, options) {
614
- return this.api.getDepositorAddresses(options).toPromise();
616
+ deleteDeveloperAccount(param, options) {
617
+ return this.api.deleteDeveloperAccount(param.id, options).toPromise();
615
618
  }
616
619
  /**
617
- * Generate message, which should be signed for verification of the address ownership.
618
- * Generate message to sign
620
+ * Retrieve the list of the developer accounts for the current project.
621
+ * List of developer accounts.
619
622
  * @param param the request object
620
623
  */
621
- getMessageForSigningDepositorAddress(param, options) {
622
- return this.api.getMessageForSigningDepositorAddress(param.address, options).toPromise();
624
+ getDeveloperAccounts(param = {}, options) {
625
+ return this.api.getDeveloperAccounts(options).toPromise();
623
626
  }
624
627
  /**
625
- * Remove a depositor address from the current project environment.
626
- * Removes depositor address.
628
+ * Generate message, which should be signed by the account your want to add as a developer account.
629
+ * Generate message to sign
627
630
  * @param param the request object
628
631
  */
629
- removeDepositorAddress(param, options) {
630
- return this.api.removeDepositorAddress(param.id, options).toPromise();
632
+ getVerificationPayload(param, options) {
633
+ return this.api.getVerificationPayload(param.address, options).toPromise();
631
634
  }
632
635
  /**
633
636
  * Updated the current project environment settings by removing the webhook address. After that system will stop sending events of the transaction intent state changes
@@ -683,8 +686,8 @@ class ObjectTransactionIntentsApi {
683
686
  return this.api.getTransactionIntents(param.limit, param.skip, param.order, param.expand, param.chainId, param.accountId, param.playerId, param.policyId, options).toPromise();
684
687
  }
685
688
  /**
686
- * This endpoint is used to send the signed userOperationHash. For non-custodial smart accounts, each on chain action using their wallet, they must sign the userOperationHash received from the `POST` API endpoint that creates a transactionIntent.
687
- * Confirms the creation of a transaction intent with an external owner.
689
+ * For non-custodial smart accounts, each on chain action using their wallet, they must sign the userOperationHash received from the `POST` API endpoint that creates a transactionIntent.
690
+ * Send a signed transaction userOperationHash.
688
691
  * @param param the request object
689
692
  */
690
693
  signature(param, options) {
@@ -698,7 +701,7 @@ class ObjectWeb3ConnectionsApi {
698
701
  this.api = new ObservableAPI_14.ObservableWeb3ConnectionsApi(configuration, requestFactory, responseProcessor);
699
702
  }
700
703
  /**
701
- * This endpoint allows you to create a new web3 connection to your Openfort player. Together with the player ID (pla_), you need to provide a chain ID. The chain to use is required because Openfort needs to make sure the account is deployed, as counterfactual addresses cannot use web3 connections. The `uri` body parameter must contain a WalletConnect pairing URI (see: https://specs.walletconnect.com/2.0/specs/clients/core/pairing/pairing-uri)
704
+ * This endpoint allows you to create a new web3 connection to your Openfort player. Together with the player ID (pla_), you need to provide a chain ID. The chain to use is required because Openfort needs to make sure the account is deployed, as counterfactual addresses cannot use web3 connections. The `uri` body parameter must contain a [WalletConnect pairing URI](https://specs.walletconnect.com/2.0/specs/clients/core/pairing/pairing-uri).
702
705
  * Create a Web3 Connection object.
703
706
  * @param param the request object
704
707
  */