@openfort/openfort-node 0.6.45 → 0.6.46
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.
- package/dist/apis/iamApiWrapper.d.ts +3 -3
- package/dist/apis/iamApiWrapper.js +2 -2
- package/dist/apis/iamApiWrapper.js.map +1 -1
- package/dist/generated/apis/AdminAuthenticationApi.d.ts +9 -9
- package/dist/generated/apis/AdminAuthenticationApi.js +24 -24
- package/dist/generated/apis/AdminAuthenticationApi.js.map +1 -1
- package/dist/generated/apis/AuthenticationApi.d.ts +12 -12
- package/dist/generated/apis/AuthenticationApi.js +30 -30
- package/dist/generated/apis/AuthenticationApi.js.map +1 -1
- package/dist/generated/models/Account.d.ts +1 -0
- package/dist/generated/models/Account.js +6 -0
- package/dist/generated/models/Account.js.map +1 -1
- package/dist/generated/models/AccountResponse.d.ts +1 -0
- package/dist/generated/models/AccountResponse.js +6 -0
- package/dist/generated/models/AccountResponse.js.map +1 -1
- package/dist/generated/models/AuthenticateOAuthRequest.d.ts +2 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js +6 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js.map +1 -1
- package/dist/generated/models/CustomAuthConfig.d.ts +41 -0
- package/dist/generated/models/CustomAuthConfig.js +50 -0
- package/dist/generated/models/CustomAuthConfig.js.map +1 -0
- package/dist/generated/models/DeviceResponse.d.ts +1 -1
- package/dist/generated/models/DeviceResponse.js +2 -2
- package/dist/generated/models/DeviceResponse.js.map +1 -1
- package/dist/generated/models/GoogleOAuthConfig.d.ts +0 -4
- package/dist/generated/models/GoogleOAuthConfig.js +0 -6
- package/dist/generated/models/GoogleOAuthConfig.js.map +1 -1
- package/dist/generated/models/OAuthConfig.d.ts +20 -4
- package/dist/generated/models/OAuthConfig.js +30 -6
- package/dist/generated/models/OAuthConfig.js.map +1 -1
- package/dist/generated/models/OAuthInitRequest.d.ts +2 -4
- package/dist/generated/models/OAuthInitRequest.js +3 -3
- package/dist/generated/models/OAuthInitRequest.js.map +1 -1
- package/dist/generated/models/OAuthInitRequestOptions.d.ts +45 -0
- package/dist/generated/models/OAuthInitRequestOptions.js +50 -0
- package/dist/generated/models/OAuthInitRequestOptions.js.map +1 -0
- package/dist/generated/models/OAuthProvider.d.ts +1 -1
- package/dist/generated/models/OAuthProviderCUSTOM.d.ts +12 -0
- package/dist/generated/models/OAuthProviderCUSTOM.js +14 -0
- package/dist/generated/models/OAuthProviderCUSTOM.js.map +1 -0
- package/dist/generated/models/OAuthProviderOIDC.d.ts +12 -0
- package/dist/generated/models/OAuthProviderOIDC.js +14 -0
- package/dist/generated/models/OAuthProviderOIDC.js.map +1 -0
- package/dist/generated/models/{GetSigninUrlResponse.d.ts → OAuthResponse.d.ts} +1 -1
- package/dist/generated/models/{GetSigninUrlResponse.js → OAuthResponse.js} +7 -7
- package/dist/generated/models/OAuthResponse.js.map +1 -0
- package/dist/generated/models/OIDCAuthConfig.d.ts +45 -0
- package/dist/generated/models/OIDCAuthConfig.js +56 -0
- package/dist/generated/models/OIDCAuthConfig.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +8 -2
- package/dist/generated/models/ObjectSerializer.js +21 -6
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PlayerResponseAccountsInner.d.ts +1 -0
- package/dist/generated/models/PlayerResponseAccountsInner.js +6 -0
- package/dist/generated/models/PlayerResponseAccountsInner.js.map +1 -1
- package/dist/generated/models/SignupRequest.d.ts +5 -5
- package/dist/generated/models/TokenType.d.ts +15 -0
- package/dist/generated/models/TokenType.js +14 -0
- package/dist/generated/models/TokenType.js.map +1 -0
- package/dist/generated/models/TransactionIntentResponseAccount.d.ts +1 -0
- package/dist/generated/models/TransactionIntentResponseAccount.js +6 -0
- package/dist/generated/models/TransactionIntentResponseAccount.js.map +1 -1
- package/dist/generated/models/{LinkRequest.d.ts → UnlinkRequest.d.ts} +1 -5
- package/dist/generated/models/{LinkRequest.js → UnlinkRequest.js} +7 -13
- package/dist/generated/models/UnlinkRequest.js.map +1 -0
- package/dist/generated/models/all.d.ts +8 -2
- package/dist/generated/models/all.js +8 -2
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +30 -127
- package/dist/generated/types/ObjectParamAPI.js +31 -70
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +20 -62
- package/dist/generated/types/ObservableAPI.js +22 -120
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +20 -60
- package/dist/generated/types/PromiseAPI.js +43 -91
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/generated/apis/EmbeddedApi.d.ts +0 -78
- package/dist/generated/apis/EmbeddedApi.js +0 -250
- package/dist/generated/apis/EmbeddedApi.js.map +0 -1
- package/dist/generated/models/GetSigninUrlResponse.js.map +0 -1
- package/dist/generated/models/LinkRequest.js.map +0 -1
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class SignupRequest {
|
|
13
13
|
/**
|
|
14
|
-
* The email address of the
|
|
14
|
+
* The email address of the player.
|
|
15
15
|
*/
|
|
16
16
|
'email': string;
|
|
17
17
|
/**
|
|
18
|
-
* The password of the
|
|
18
|
+
* The password of the player.
|
|
19
19
|
*/
|
|
20
20
|
'password': string;
|
|
21
21
|
/**
|
|
22
|
-
* The name of the
|
|
22
|
+
* The name of the player.
|
|
23
23
|
*/
|
|
24
|
-
'name'
|
|
24
|
+
'name'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The description of the
|
|
26
|
+
* The description of the player.
|
|
27
27
|
*/
|
|
28
28
|
'description'?: string;
|
|
29
29
|
static readonly discriminator: string | undefined;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Openfort API
|
|
3
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
* Contact: founders@openfort.xyz
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Enum of the supporting OAuth providers.
|
|
14
|
+
*/
|
|
15
|
+
export type TokenType = "idToken" | "customToken";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: 1.0.0
|
|
7
|
+
* Contact: founders@openfort.xyz
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
//# sourceMappingURL=TokenType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenType.js","sourceRoot":"","sources":["../../../src/generated/models/TokenType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -67,6 +67,12 @@ TransactionIntentResponseAccount.attributeTypeMap = [
|
|
|
67
67
|
"type": "boolean",
|
|
68
68
|
"format": ""
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"name": "embeddedSigner",
|
|
72
|
+
"baseName": "embeddedSigner",
|
|
73
|
+
"type": "boolean",
|
|
74
|
+
"format": ""
|
|
75
|
+
},
|
|
70
76
|
{
|
|
71
77
|
"name": "chainId",
|
|
72
78
|
"baseName": "chainId",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionIntentResponseAccount.js","sourceRoot":"","sources":["../../../src/generated/models/TransactionIntentResponseAccount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;;EAEE;AACF,MAAa,gCAAgC;
|
|
1
|
+
{"version":3,"file":"TransactionIntentResponseAccount.js","sourceRoot":"","sources":["../../../src/generated/models/TransactionIntentResponseAccount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;;EAEE;AACF,MAAa,gCAAgC;IA2GzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;IAED;IACA,CAAC;;AAhHL,4EAiHC;AA9FmB,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,4BAA4B;QACpC,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,yBAAyB;QACjC,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kBAAkB;QAC1B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -13,12 +13,8 @@ import { OAuthProvider } from '../models/OAuthProvider';
|
|
|
13
13
|
/**
|
|
14
14
|
* The request to verify access token
|
|
15
15
|
*/
|
|
16
|
-
export declare class
|
|
16
|
+
export declare class UnlinkRequest {
|
|
17
17
|
'provider': OAuthProvider;
|
|
18
|
-
/**
|
|
19
|
-
* external user id
|
|
20
|
-
*/
|
|
21
|
-
'externalUserId': string;
|
|
22
18
|
static readonly discriminator: string | undefined;
|
|
23
19
|
static readonly attributeTypeMap: Array<{
|
|
24
20
|
name: string;
|
|
@@ -11,31 +11,25 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
14
|
+
exports.UnlinkRequest = void 0;
|
|
15
15
|
/**
|
|
16
16
|
* The request to verify access token
|
|
17
17
|
*/
|
|
18
|
-
class
|
|
18
|
+
class UnlinkRequest {
|
|
19
19
|
static getAttributeTypeMap() {
|
|
20
|
-
return
|
|
20
|
+
return UnlinkRequest.attributeTypeMap;
|
|
21
21
|
}
|
|
22
22
|
constructor() {
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
exports.
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
exports.UnlinkRequest = UnlinkRequest;
|
|
26
|
+
UnlinkRequest.discriminator = undefined;
|
|
27
|
+
UnlinkRequest.attributeTypeMap = [
|
|
28
28
|
{
|
|
29
29
|
"name": "provider",
|
|
30
30
|
"baseName": "provider",
|
|
31
31
|
"type": "OAuthProvider",
|
|
32
32
|
"format": ""
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "externalUserId",
|
|
36
|
-
"baseName": "externalUserId",
|
|
37
|
-
"type": "string",
|
|
38
|
-
"format": ""
|
|
39
33
|
}
|
|
40
34
|
];
|
|
41
|
-
//# sourceMappingURL=
|
|
35
|
+
//# sourceMappingURL=UnlinkRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnlinkRequest.js","sourceRoot":"","sources":["../../../src/generated/models/UnlinkRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;EAEE;AACF,MAAa,aAAa;IAatB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;IAED;IACA,CAAC;;AAlBL,sCAmBC;AAhBmB,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;QACvB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -60,6 +60,7 @@ export * from '../models/CreateShareRequest';
|
|
|
60
60
|
export * from '../models/CreateTransactionIntentRequest';
|
|
61
61
|
export * from '../models/CreateWeb3ConnectionRequest';
|
|
62
62
|
export * from '../models/Currency';
|
|
63
|
+
export * from '../models/CustomAuthConfig';
|
|
63
64
|
export * from '../models/DeployRequest';
|
|
64
65
|
export * from '../models/DeprecatedAuthenticatedPlayerResponse';
|
|
65
66
|
export * from '../models/DeveloperAccount';
|
|
@@ -104,7 +105,6 @@ export * from '../models/GasPerTransactionLimitPolicyRuleResponse';
|
|
|
104
105
|
export * from '../models/GasReport';
|
|
105
106
|
export * from '../models/GasReportListResponse';
|
|
106
107
|
export * from '../models/GasReportTransactionIntentsInner';
|
|
107
|
-
export * from '../models/GetSigninUrlResponse';
|
|
108
108
|
export * from '../models/GoogleOAuthConfig';
|
|
109
109
|
export * from '../models/Interaction';
|
|
110
110
|
export * from '../models/InvalidRequestError';
|
|
@@ -113,7 +113,6 @@ export * from '../models/InventoryListResponse';
|
|
|
113
113
|
export * from '../models/InventoryResponse';
|
|
114
114
|
export * from '../models/JwtKey';
|
|
115
115
|
export * from '../models/JwtKeyResponse';
|
|
116
|
-
export * from '../models/LinkRequest';
|
|
117
116
|
export * from '../models/LinkedAccountResponse';
|
|
118
117
|
export * from '../models/Log';
|
|
119
118
|
export * from '../models/LoginRequest';
|
|
@@ -146,13 +145,18 @@ export * from '../models/NotificationTriggerTypePROJECTBALANCETRIGGER';
|
|
|
146
145
|
export * from '../models/OAuthConfig';
|
|
147
146
|
export * from '../models/OAuthConfigListResponse';
|
|
148
147
|
export * from '../models/OAuthInitRequest';
|
|
148
|
+
export * from '../models/OAuthInitRequestOptions';
|
|
149
149
|
export * from '../models/OAuthProvider';
|
|
150
150
|
export * from '../models/OAuthProviderACCELBYTE';
|
|
151
|
+
export * from '../models/OAuthProviderCUSTOM';
|
|
151
152
|
export * from '../models/OAuthProviderFIREBASE';
|
|
152
153
|
export * from '../models/OAuthProviderGOOGLE';
|
|
153
154
|
export * from '../models/OAuthProviderLOOTLOCKER';
|
|
155
|
+
export * from '../models/OAuthProviderOIDC';
|
|
154
156
|
export * from '../models/OAuthProviderPLAYFAB';
|
|
155
157
|
export * from '../models/OAuthRequest';
|
|
158
|
+
export * from '../models/OAuthResponse';
|
|
159
|
+
export * from '../models/OIDCAuthConfig';
|
|
156
160
|
export * from '../models/PayForUserPolicyStrategy';
|
|
157
161
|
export * from '../models/PickContractResponseId';
|
|
158
162
|
export * from '../models/PickDeveloperAccountId';
|
|
@@ -235,6 +239,7 @@ export * from '../models/SubscriptionResponse';
|
|
|
235
239
|
export * from '../models/SubscriptionResponsePlan';
|
|
236
240
|
export * from '../models/SubscriptionType';
|
|
237
241
|
export * from '../models/TimeIntervalType';
|
|
242
|
+
export * from '../models/TokenType';
|
|
238
243
|
export * from '../models/TransactionIntent';
|
|
239
244
|
export * from '../models/TransactionIntentListQueries';
|
|
240
245
|
export * from '../models/TransactionIntentListResponse';
|
|
@@ -245,6 +250,7 @@ export * from '../models/TransactionIntentResponsePlayer';
|
|
|
245
250
|
export * from '../models/TransactionIntentResponsePolicy';
|
|
246
251
|
export * from '../models/TransferOwnershipRequest';
|
|
247
252
|
export * from '../models/TypedDataField';
|
|
253
|
+
export * from '../models/UnlinkRequest';
|
|
248
254
|
export * from '../models/UpdateContractRequest';
|
|
249
255
|
export * from '../models/UpdatePolicyRequest';
|
|
250
256
|
export * from '../models/UpdatePolicyRuleRequest';
|
|
@@ -76,6 +76,7 @@ __exportStar(require("../models/CreateShareRequest"), exports);
|
|
|
76
76
|
__exportStar(require("../models/CreateTransactionIntentRequest"), exports);
|
|
77
77
|
__exportStar(require("../models/CreateWeb3ConnectionRequest"), exports);
|
|
78
78
|
__exportStar(require("../models/Currency"), exports);
|
|
79
|
+
__exportStar(require("../models/CustomAuthConfig"), exports);
|
|
79
80
|
__exportStar(require("../models/DeployRequest"), exports);
|
|
80
81
|
__exportStar(require("../models/DeprecatedAuthenticatedPlayerResponse"), exports);
|
|
81
82
|
__exportStar(require("../models/DeveloperAccount"), exports);
|
|
@@ -120,7 +121,6 @@ __exportStar(require("../models/GasPerTransactionLimitPolicyRuleResponse"), expo
|
|
|
120
121
|
__exportStar(require("../models/GasReport"), exports);
|
|
121
122
|
__exportStar(require("../models/GasReportListResponse"), exports);
|
|
122
123
|
__exportStar(require("../models/GasReportTransactionIntentsInner"), exports);
|
|
123
|
-
__exportStar(require("../models/GetSigninUrlResponse"), exports);
|
|
124
124
|
__exportStar(require("../models/GoogleOAuthConfig"), exports);
|
|
125
125
|
__exportStar(require("../models/Interaction"), exports);
|
|
126
126
|
__exportStar(require("../models/InvalidRequestError"), exports);
|
|
@@ -129,7 +129,6 @@ __exportStar(require("../models/InventoryListResponse"), exports);
|
|
|
129
129
|
__exportStar(require("../models/InventoryResponse"), exports);
|
|
130
130
|
__exportStar(require("../models/JwtKey"), exports);
|
|
131
131
|
__exportStar(require("../models/JwtKeyResponse"), exports);
|
|
132
|
-
__exportStar(require("../models/LinkRequest"), exports);
|
|
133
132
|
__exportStar(require("../models/LinkedAccountResponse"), exports);
|
|
134
133
|
__exportStar(require("../models/Log"), exports);
|
|
135
134
|
__exportStar(require("../models/LoginRequest"), exports);
|
|
@@ -162,13 +161,18 @@ __exportStar(require("../models/NotificationTriggerTypePROJECTBALANCETRIGGER"),
|
|
|
162
161
|
__exportStar(require("../models/OAuthConfig"), exports);
|
|
163
162
|
__exportStar(require("../models/OAuthConfigListResponse"), exports);
|
|
164
163
|
__exportStar(require("../models/OAuthInitRequest"), exports);
|
|
164
|
+
__exportStar(require("../models/OAuthInitRequestOptions"), exports);
|
|
165
165
|
__exportStar(require("../models/OAuthProvider"), exports);
|
|
166
166
|
__exportStar(require("../models/OAuthProviderACCELBYTE"), exports);
|
|
167
|
+
__exportStar(require("../models/OAuthProviderCUSTOM"), exports);
|
|
167
168
|
__exportStar(require("../models/OAuthProviderFIREBASE"), exports);
|
|
168
169
|
__exportStar(require("../models/OAuthProviderGOOGLE"), exports);
|
|
169
170
|
__exportStar(require("../models/OAuthProviderLOOTLOCKER"), exports);
|
|
171
|
+
__exportStar(require("../models/OAuthProviderOIDC"), exports);
|
|
170
172
|
__exportStar(require("../models/OAuthProviderPLAYFAB"), exports);
|
|
171
173
|
__exportStar(require("../models/OAuthRequest"), exports);
|
|
174
|
+
__exportStar(require("../models/OAuthResponse"), exports);
|
|
175
|
+
__exportStar(require("../models/OIDCAuthConfig"), exports);
|
|
172
176
|
__exportStar(require("../models/PayForUserPolicyStrategy"), exports);
|
|
173
177
|
__exportStar(require("../models/PickContractResponseId"), exports);
|
|
174
178
|
__exportStar(require("../models/PickDeveloperAccountId"), exports);
|
|
@@ -251,6 +255,7 @@ __exportStar(require("../models/SubscriptionResponse"), exports);
|
|
|
251
255
|
__exportStar(require("../models/SubscriptionResponsePlan"), exports);
|
|
252
256
|
__exportStar(require("../models/SubscriptionType"), exports);
|
|
253
257
|
__exportStar(require("../models/TimeIntervalType"), exports);
|
|
258
|
+
__exportStar(require("../models/TokenType"), exports);
|
|
254
259
|
__exportStar(require("../models/TransactionIntent"), exports);
|
|
255
260
|
__exportStar(require("../models/TransactionIntentListQueries"), exports);
|
|
256
261
|
__exportStar(require("../models/TransactionIntentListResponse"), exports);
|
|
@@ -261,6 +266,7 @@ __exportStar(require("../models/TransactionIntentResponsePlayer"), exports);
|
|
|
261
266
|
__exportStar(require("../models/TransactionIntentResponsePolicy"), exports);
|
|
262
267
|
__exportStar(require("../models/TransferOwnershipRequest"), exports);
|
|
263
268
|
__exportStar(require("../models/TypedDataField"), exports);
|
|
269
|
+
__exportStar(require("../models/UnlinkRequest"), exports);
|
|
264
270
|
__exportStar(require("../models/UpdateContractRequest"), exports);
|
|
265
271
|
__exportStar(require("../models/UpdatePolicyRequest"), exports);
|
|
266
272
|
__exportStar(require("../models/UpdatePolicyRuleRequest"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,oDAAiC;AACjC,iEAA8C;AAC9C,oDAAiC;AACjC,wEAAqD;AACrD,+DAA4C;AAC5C,gEAA6C;AAC7C,+EAA4D;AAC5D,sFAAmE;AACnE,sEAAmD;AACnD,4DAAyC;AACzC,sEAAmD;AACnD,6EAA0D;AAC1D,yEAAsD;AACtD,2DAAwC;AACxC,uDAAoC;AACpC,2DAAwC;AACxC,sDAAmC;AACnC,kEAA+C;AAC/C,mEAAgD;AAChD,+DAA4C;AAC5C,qEAAkD;AAClD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,qEAAkD;AAClD,+EAA4D;AAC5D,4DAAyC;AACzC,iFAA8D;AAC9D,gFAA6D;AAC7D,2EAAwD;AACxD,4EAAyD;AACzD,4DAAyC;AACzC,6DAA0C;AAC1C,wEAAqD;AACrD,oEAAiD;AACjD,mEAAgD;AAChD,gEAA6C;AAC7C,iEAA8C;AAC9C,gFAA6D;AAC7D,wFAAqE;AACrE,uEAAoD;AACpD,gEAA6C;AAC7C,iEAA8C;AAC9C,6DAA0C;AAC1C,oFAAiE;AACjE,iEAA8C;AAC9C,8EAA2D;AAC3D,kEAA+C;AAC/C,gEAA6C;AAC7C,sEAAmD;AACnD,kFAA+D;AAC/D,6EAA0D;AAC1D,gEAA6C;AAC7C,oEAAiD;AACjD,uEAAoD;AACpD,iEAA8C;AAC9C,iEAA8C;AAC9C,+DAA4C;AAC5C,2EAAwD;AACxD,wEAAqD;AACrD,qDAAkC;AAClC,0DAAuC;AACvC,kFAA+D;AAC/D,6DAA0C;AAC1C,0EAAuD;AACvD,2EAAwD;AACxD,+EAA4D;AAC5D,wEAAqD;AACrD,yEAAsD;AACtD,qEAAkD;AAClD,+EAA4D;AAC5D,8DAA2C;AAC3C,2DAAwC;AACxC,uDAAoC;AACpC,6DAA0C;AAC1C,8DAA2C;AAC3C,+DAA4C;AAC5C,uEAAoD;AACpD,6DAA0C;AAC1C,gEAA6C;AAC7C,mEAAgD;AAChD,+EAA4D;AAC5D,0EAAuD;AACvD,6DAA0C;AAC1C,6DAA0C;AAC1C,iEAA8C;AAC9C,8DAA2C;AAC3C,mEAAgD;AAChD,8DAA2C;AAC3C,4DAAyC;AACzC,gEAA6C;AAC7C,wEAAqD;AACrD,2DAAwC;AACxC,iEAA8C;AAC9C,qEAAkD;AAClD,yEAAsD;AACtD,+EAA4D;AAC5D,6DAA0C;AAC1C,gEAA6C;AAC7C,yEAAsD;AACtD,kFAA+D;AAC/D,qFAAkE;AAClE,sDAAmC;AACnC,kEAA+C;AAC/C,6EAA0D;AAC1D,
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,oDAAiC;AACjC,iEAA8C;AAC9C,oDAAiC;AACjC,wEAAqD;AACrD,+DAA4C;AAC5C,gEAA6C;AAC7C,+EAA4D;AAC5D,sFAAmE;AACnE,sEAAmD;AACnD,4DAAyC;AACzC,sEAAmD;AACnD,6EAA0D;AAC1D,yEAAsD;AACtD,2DAAwC;AACxC,uDAAoC;AACpC,2DAAwC;AACxC,sDAAmC;AACnC,kEAA+C;AAC/C,mEAAgD;AAChD,+DAA4C;AAC5C,qEAAkD;AAClD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,qEAAkD;AAClD,+EAA4D;AAC5D,4DAAyC;AACzC,iFAA8D;AAC9D,gFAA6D;AAC7D,2EAAwD;AACxD,4EAAyD;AACzD,4DAAyC;AACzC,6DAA0C;AAC1C,wEAAqD;AACrD,oEAAiD;AACjD,mEAAgD;AAChD,gEAA6C;AAC7C,iEAA8C;AAC9C,gFAA6D;AAC7D,wFAAqE;AACrE,uEAAoD;AACpD,gEAA6C;AAC7C,iEAA8C;AAC9C,6DAA0C;AAC1C,oFAAiE;AACjE,iEAA8C;AAC9C,8EAA2D;AAC3D,kEAA+C;AAC/C,gEAA6C;AAC7C,sEAAmD;AACnD,kFAA+D;AAC/D,6EAA0D;AAC1D,gEAA6C;AAC7C,oEAAiD;AACjD,uEAAoD;AACpD,iEAA8C;AAC9C,iEAA8C;AAC9C,+DAA4C;AAC5C,2EAAwD;AACxD,wEAAqD;AACrD,qDAAkC;AAClC,6DAA0C;AAC1C,0DAAuC;AACvC,kFAA+D;AAC/D,6DAA0C;AAC1C,0EAAuD;AACvD,2EAAwD;AACxD,+EAA4D;AAC5D,wEAAqD;AACrD,yEAAsD;AACtD,qEAAkD;AAClD,+EAA4D;AAC5D,8DAA2C;AAC3C,2DAAwC;AACxC,uDAAoC;AACpC,6DAA0C;AAC1C,8DAA2C;AAC3C,+DAA4C;AAC5C,uEAAoD;AACpD,6DAA0C;AAC1C,gEAA6C;AAC7C,mEAAgD;AAChD,+EAA4D;AAC5D,0EAAuD;AACvD,6DAA0C;AAC1C,6DAA0C;AAC1C,iEAA8C;AAC9C,8DAA2C;AAC3C,mEAAgD;AAChD,8DAA2C;AAC3C,4DAAyC;AACzC,gEAA6C;AAC7C,wEAAqD;AACrD,2DAAwC;AACxC,iEAA8C;AAC9C,qEAAkD;AAClD,yEAAsD;AACtD,+EAA4D;AAC5D,6DAA0C;AAC1C,gEAA6C;AAC7C,yEAAsD;AACtD,kFAA+D;AAC/D,qFAAkE;AAClE,sDAAmC;AACnC,kEAA+C;AAC/C,6EAA0D;AAC1D,8DAA2C;AAC3C,wDAAqC;AACrC,gEAA6C;AAC7C,wEAAqD;AACrD,kEAA+C;AAC/C,8DAA2C;AAC3C,mDAAgC;AAChC,2DAAwC;AACxC,kEAA+C;AAC/C,gDAA6B;AAC7B,yDAAsC;AACtC,0DAAuC;AACvC,kEAA+C;AAC/C,kDAA+B;AAC/B,uDAAoC;AACpC,8DAA2C;AAC3C,+DAA4C;AAC5C,2DAAwC;AACxC,uEAAoD;AACpD,oEAAiD;AACjD,qEAAkD;AAClD,iEAA8C;AAC9C,2EAAwD;AACxD,mFAAgE;AAChE,8EAA2D;AAC3D,qEAAkD;AAClD,mFAAgE;AAChE,gFAA6D;AAC7D,iFAA8D;AAC9D,8EAA2D;AAC3D,2EAAwD;AACxD,4EAAyD;AACzD,wEAAqD;AACrD,oEAAiD;AACjD,mFAAgE;AAChE,2FAAwE;AACxE,yFAAsE;AACtE,wDAAqC;AACrC,oEAAiD;AACjD,6DAA0C;AAC1C,oEAAiD;AACjD,0DAAuC;AACvC,mEAAgD;AAChD,gEAA6C;AAC7C,kEAA+C;AAC/C,gEAA6C;AAC7C,oEAAiD;AACjD,8DAA2C;AAC3C,iEAA8C;AAC9C,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,qEAAkD;AAClD,mEAAgD;AAChD,mEAAgD;AAChD,iEAA8C;AAC9C,iDAA8B;AAC9B,0DAAuC;AACvC,+DAA4C;AAC5C,mDAAgC;AAChC,iFAA8D;AAC9D,gEAA6C;AAC7C,iEAA8C;AAC9C,uEAAoD;AACpD,mEAAgD;AAChD,8DAA2C;AAC3C,+DAA4C;AAC5C,gEAA6C;AAC7C,2DAAwC;AACxC,wEAAqD;AACrD,qEAAkD;AAClD,kFAA+D;AAC/D,2EAAwD;AACxD,gEAA6C;AAC7C,mDAAgC;AAChC,0EAAuD;AACvD,iEAA8C;AAC9C,8DAA2C;AAC3C,+DAA4C;AAC5C,4DAAyC;AACzC,4EAAyD;AACzD,0EAAuD;AACvD,6EAA0D;AAC1D,2DAAwC;AACxC,qEAAkD;AAClD,2EAAwD;AACxD,qEAAkD;AAClD,kEAA+C;AAC/C,mEAAgD;AAChD,+DAA4C;AAC5C,2DAAwC;AACxC,kEAA+C;AAC/C,mEAAgD;AAChD,oEAAiD;AACjD,2DAAwC;AACxC,kEAA+C;AAC/C,iEAA8C;AAC9C,6DAA0C;AAC1C,gEAA6C;AAC7C,wDAAqC;AACrC,4DAAyC;AACzC,gEAA6C;AAC7C,iEAA8C;AAC9C,kEAA+C;AAC/C,gEAA6C;AAC7C,6DAA0C;AAC1C,6DAA0C;AAC1C,iEAA8C;AAC9C,oEAAiD;AACjD,6DAA0C;AAC1C,wDAAqC;AACrC,+DAA4C;AAC5C,gEAA6C;AAC7C,4DAAyC;AACzC,sEAAmD;AACnD,yEAAsD;AACtD,0DAAuC;AACvC,sDAAmC;AACnC,+DAA4C;AAC5C,gEAA6C;AAC7C,6DAA0C;AAC1C,0DAAuC;AACvC,sDAAmC;AACnC,0DAAuC;AACvC,4EAAyD;AACzD,mEAAgD;AAChD,oEAAiD;AACjD,iEAA8C;AAC9C,iDAA8B;AAC9B,oEAAiD;AACjD,iEAA8C;AAC9C,qEAAkD;AAClD,6DAA0C;AAC1C,6DAA0C;AAC1C,sDAAmC;AACnC,8DAA2C;AAC3C,yEAAsD;AACtD,0EAAuD;AACvD,sEAAmD;AACnD,6EAA0D;AAC1D,gFAA6D;AAC7D,4EAAyD;AACzD,4EAAyD;AACzD,qEAAkD;AAClD,2DAAwC;AACxC,0DAAuC;AACvC,kEAA+C;AAC/C,gEAA6C;AAC7C,oEAAiD;AACjD,uEAAoD;AACpD,iEAA8C;AAC9C,qEAAkD;AAClD,yEAAsD;AACtD,sEAAmD;AACnD,oEAAiD;AACjD,gEAA6C;AAC7C,4DAAyC;AACzC,iEAA8C;AAC9C,kEAA+C;AAC/C,qEAAkD;AAClD,mEAAgD;AAChD,+DAA4C;AAC5C,iEAA8C;AAC9C,sEAAmD;AACnD,uEAAoD;AACpD,mEAAgD;AAChD,6EAA0D;AAC1D,yEAAsD;AACtD,4DAAyC;AACzC,oEAAiD"}
|
|
@@ -7,8 +7,6 @@ import { AuthPlayerResponse } from '../models/AuthPlayerResponse';
|
|
|
7
7
|
import { AuthResponse } from '../models/AuthResponse';
|
|
8
8
|
import { AuthSessionResponse } from '../models/AuthSessionResponse';
|
|
9
9
|
import { AuthenticateOAuthRequest } from '../models/AuthenticateOAuthRequest';
|
|
10
|
-
import { BaseEntityListResponseDeviceResponse } from '../models/BaseEntityListResponseDeviceResponse';
|
|
11
|
-
import { BaseEntityListResponseShareResponse } from '../models/BaseEntityListResponseShareResponse';
|
|
12
10
|
import { CancelTransferOwnershipRequest } from '../models/CancelTransferOwnershipRequest';
|
|
13
11
|
import { CompleteRecoveryRequest } from '../models/CompleteRecoveryRequest';
|
|
14
12
|
import { ContractDeleteResponse } from '../models/ContractDeleteResponse';
|
|
@@ -17,14 +15,12 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
|
17
15
|
import { ContractResponse } from '../models/ContractResponse';
|
|
18
16
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
19
17
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
20
|
-
import { CreateDeviceRequest } from '../models/CreateDeviceRequest';
|
|
21
18
|
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
22
19
|
import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
|
|
23
20
|
import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
|
|
24
21
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
25
22
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
26
23
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
27
|
-
import { CreateShareRequest } from '../models/CreateShareRequest';
|
|
28
24
|
import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
|
|
29
25
|
import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
|
|
30
26
|
import { DeployRequest } from '../models/DeployRequest';
|
|
@@ -35,14 +31,11 @@ import { DeveloperAccountGetMessageResponse } from '../models/DeveloperAccountGe
|
|
|
35
31
|
import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResponse';
|
|
36
32
|
import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
|
|
37
33
|
import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
|
|
38
|
-
import { DeviceResponse } from '../models/DeviceResponse';
|
|
39
34
|
import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
|
|
40
35
|
import { GasReportListResponse } from '../models/GasReportListResponse';
|
|
41
|
-
import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
|
|
42
36
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
43
37
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
44
38
|
import { JwtKeyResponse } from '../models/JwtKeyResponse';
|
|
45
|
-
import { LinkRequest } from '../models/LinkRequest';
|
|
46
39
|
import { LoginRequest } from '../models/LoginRequest';
|
|
47
40
|
import { LogoutRequest } from '../models/LogoutRequest';
|
|
48
41
|
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
@@ -60,6 +53,7 @@ import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
|
60
53
|
import { OAuthInitRequest } from '../models/OAuthInitRequest';
|
|
61
54
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
62
55
|
import { OAuthRequest } from '../models/OAuthRequest';
|
|
56
|
+
import { OAuthResponse } from '../models/OAuthResponse';
|
|
63
57
|
import { PlayerCancelTransferOwnershipRequest } from '../models/PlayerCancelTransferOwnershipRequest';
|
|
64
58
|
import { PlayerCreateRequest } from '../models/PlayerCreateRequest';
|
|
65
59
|
import { PlayerDeleteResponse } from '../models/PlayerDeleteResponse';
|
|
@@ -85,7 +79,6 @@ import { SessionListResponse } from '../models/SessionListResponse';
|
|
|
85
79
|
import { SessionResponse } from '../models/SessionResponse';
|
|
86
80
|
import { SessionResponseExpandable } from '../models/SessionResponseExpandable';
|
|
87
81
|
import { SettingsWebhookUpdateRequest } from '../models/SettingsWebhookUpdateRequest';
|
|
88
|
-
import { ShareResponse } from '../models/ShareResponse';
|
|
89
82
|
import { SignPayloadRequest } from '../models/SignPayloadRequest';
|
|
90
83
|
import { SignPayloadResponse } from '../models/SignPayloadResponse';
|
|
91
84
|
import { SignatureRequest } from '../models/SignatureRequest';
|
|
@@ -97,6 +90,7 @@ import { TransactionIntentListResponse } from '../models/TransactionIntentListRe
|
|
|
97
90
|
import { TransactionIntentResponse } from '../models/TransactionIntentResponse';
|
|
98
91
|
import { TransactionIntentResponseExpandable } from '../models/TransactionIntentResponseExpandable';
|
|
99
92
|
import { TransferOwnershipRequest } from '../models/TransferOwnershipRequest';
|
|
93
|
+
import { UnlinkRequest } from '../models/UnlinkRequest';
|
|
100
94
|
import { UpdateContractRequest } from '../models/UpdateContractRequest';
|
|
101
95
|
import { UpdatePolicyRequest } from '../models/UpdatePolicyRequest';
|
|
102
96
|
import { UpdatePolicyRuleRequest } from '../models/UpdatePolicyRuleRequest';
|
|
@@ -385,27 +379,27 @@ export interface AdminAuthenticationApiVerifyAuthTokenRequest {
|
|
|
385
379
|
token: string;
|
|
386
380
|
}
|
|
387
381
|
export interface AdminAuthenticationApiVerifyOAuthRequest {
|
|
388
|
-
/**
|
|
389
|
-
*
|
|
390
|
-
* @type AuthenticateOAuthRequest
|
|
391
|
-
* @memberof AdminAuthenticationApiverifyOAuth
|
|
392
|
-
*/
|
|
393
|
-
authenticateOAuthRequest: AuthenticateOAuthRequest;
|
|
394
|
-
}
|
|
395
|
-
export interface AdminAuthenticationApiVerifyOAuthTokenRequest {
|
|
396
382
|
/**
|
|
397
383
|
* OAuth provider
|
|
398
384
|
* @type OAuthProvider
|
|
399
|
-
* @memberof
|
|
385
|
+
* @memberof AdminAuthenticationApiverifyOAuth
|
|
400
386
|
*/
|
|
401
387
|
provider: OAuthProvider;
|
|
402
388
|
/**
|
|
403
389
|
*
|
|
404
390
|
* @type OAuthRequest
|
|
405
|
-
* @memberof
|
|
391
|
+
* @memberof AdminAuthenticationApiverifyOAuth
|
|
406
392
|
*/
|
|
407
393
|
oAuthRequest: OAuthRequest;
|
|
408
394
|
}
|
|
395
|
+
export interface AdminAuthenticationApiVerifyOAuthTokenRequest {
|
|
396
|
+
/**
|
|
397
|
+
*
|
|
398
|
+
* @type AuthenticateOAuthRequest
|
|
399
|
+
* @memberof AdminAuthenticationApiverifyOAuthToken
|
|
400
|
+
*/
|
|
401
|
+
authenticateOAuthRequest: AuthenticateOAuthRequest;
|
|
402
|
+
}
|
|
409
403
|
export declare class ObjectAdminAuthenticationApi {
|
|
410
404
|
private api;
|
|
411
405
|
constructor(configuration: Configuration, requestFactory?: AdminAuthenticationApiRequestFactory, responseProcessor?: AdminAuthenticationApiResponseProcessor);
|
|
@@ -420,7 +414,7 @@ export declare class ObjectAdminAuthenticationApi {
|
|
|
420
414
|
* Deletes a player auth object.
|
|
421
415
|
* @param param the request object
|
|
422
416
|
*/
|
|
423
|
-
deleteAuthPlayer(param: AdminAuthenticationApiDeleteAuthPlayerRequest, options?: Configuration): Promise<
|
|
417
|
+
deleteAuthPlayer(param: AdminAuthenticationApiDeleteAuthPlayerRequest, options?: Configuration): Promise<AuthPlayerResponse>;
|
|
424
418
|
/**
|
|
425
419
|
* The endpoint deletes oauth configuration for specified provider for the current project environment.
|
|
426
420
|
* Delete oauth configuration.
|
|
@@ -453,13 +447,13 @@ export declare class ObjectAdminAuthenticationApi {
|
|
|
453
447
|
verifyAuthToken(param: AdminAuthenticationApiVerifyAuthTokenRequest, options?: Configuration): Promise<AuthSessionResponse>;
|
|
454
448
|
/**
|
|
455
449
|
* The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player.
|
|
456
|
-
* Retrieve player by
|
|
450
|
+
* Retrieve player by token.
|
|
457
451
|
* @param param the request object
|
|
458
452
|
*/
|
|
459
453
|
verifyOAuth(param: AdminAuthenticationApiVerifyOAuthRequest, options?: Configuration): Promise<PlayerResponse>;
|
|
460
454
|
/**
|
|
461
455
|
* The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player.
|
|
462
|
-
* Retrieve player by token.
|
|
456
|
+
* Retrieve player by oauth token.
|
|
463
457
|
* @param param the request object
|
|
464
458
|
*/
|
|
465
459
|
verifyOAuthToken(param: AdminAuthenticationApiVerifyOAuthTokenRequest, options?: Configuration): Promise<PlayerResponse>;
|
|
@@ -562,10 +556,10 @@ export interface AuthenticationApiSignupEmailPasswordRequest {
|
|
|
562
556
|
export interface AuthenticationApiUnlinkOAuthRequest {
|
|
563
557
|
/**
|
|
564
558
|
*
|
|
565
|
-
* @type
|
|
559
|
+
* @type UnlinkRequest
|
|
566
560
|
* @memberof AuthenticationApiunlinkOAuth
|
|
567
561
|
*/
|
|
568
|
-
|
|
562
|
+
unlinkRequest: UnlinkRequest;
|
|
569
563
|
}
|
|
570
564
|
export interface AuthenticationApiUnlinkSIWERequest {
|
|
571
565
|
/**
|
|
@@ -576,27 +570,27 @@ export interface AuthenticationApiUnlinkSIWERequest {
|
|
|
576
570
|
sIWERequest: SIWERequest;
|
|
577
571
|
}
|
|
578
572
|
export interface AuthenticationApiVerifyOAuthRequest {
|
|
579
|
-
/**
|
|
580
|
-
*
|
|
581
|
-
* @type AuthenticateOAuthRequest
|
|
582
|
-
* @memberof AuthenticationApiverifyOAuth
|
|
583
|
-
*/
|
|
584
|
-
authenticateOAuthRequest: AuthenticateOAuthRequest;
|
|
585
|
-
}
|
|
586
|
-
export interface AuthenticationApiVerifyOAuthTokenRequest {
|
|
587
573
|
/**
|
|
588
574
|
* OAuth provider
|
|
589
575
|
* @type OAuthProvider
|
|
590
|
-
* @memberof
|
|
576
|
+
* @memberof AuthenticationApiverifyOAuth
|
|
591
577
|
*/
|
|
592
578
|
provider: OAuthProvider;
|
|
593
579
|
/**
|
|
594
580
|
*
|
|
595
581
|
* @type OAuthRequest
|
|
596
|
-
* @memberof
|
|
582
|
+
* @memberof AuthenticationApiverifyOAuth
|
|
597
583
|
*/
|
|
598
584
|
oAuthRequest: OAuthRequest;
|
|
599
585
|
}
|
|
586
|
+
export interface AuthenticationApiVerifyOAuthTokenRequest {
|
|
587
|
+
/**
|
|
588
|
+
*
|
|
589
|
+
* @type AuthenticateOAuthRequest
|
|
590
|
+
* @memberof AuthenticationApiverifyOAuthToken
|
|
591
|
+
*/
|
|
592
|
+
authenticateOAuthRequest: AuthenticateOAuthRequest;
|
|
593
|
+
}
|
|
600
594
|
export declare class ObjectAuthenticationApi {
|
|
601
595
|
private api;
|
|
602
596
|
constructor(configuration: Configuration, requestFactory?: AuthenticationApiRequestFactory, responseProcessor?: AuthenticationApiResponseProcessor);
|
|
@@ -626,7 +620,7 @@ export declare class ObjectAuthenticationApi {
|
|
|
626
620
|
* Initialize OAuth.
|
|
627
621
|
* @param param the request object
|
|
628
622
|
*/
|
|
629
|
-
initOAuth(param: AuthenticationApiInitOAuthRequest, options?: Configuration): Promise<
|
|
623
|
+
initOAuth(param: AuthenticationApiInitOAuthRequest, options?: Configuration): Promise<OAuthResponse>;
|
|
630
624
|
/**
|
|
631
625
|
* Create a challenge to link external wallet to the player.
|
|
632
626
|
* Initialize SIWE.
|
|
@@ -674,13 +668,13 @@ export declare class ObjectAuthenticationApi {
|
|
|
674
668
|
unlinkSIWE(param: AuthenticationApiUnlinkSIWERequest, options?: Configuration): Promise<AuthPlayerResponse | void>;
|
|
675
669
|
/**
|
|
676
670
|
* The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player.
|
|
677
|
-
* Retrieve player by
|
|
671
|
+
* Retrieve player by token.
|
|
678
672
|
* @param param the request object
|
|
679
673
|
*/
|
|
680
674
|
verifyOAuth(param: AuthenticationApiVerifyOAuthRequest, options?: Configuration): Promise<PlayerResponse>;
|
|
681
675
|
/**
|
|
682
676
|
* The endpoint verifies the token generated by OAuth provider and retrieves a corresponding player.
|
|
683
|
-
* Retrieve player by token.
|
|
677
|
+
* Retrieve player by oauth token.
|
|
684
678
|
* @param param the request object
|
|
685
679
|
*/
|
|
686
680
|
verifyOAuthToken(param: AuthenticationApiVerifyOAuthTokenRequest, options?: Configuration): Promise<PlayerResponse>;
|
|
@@ -827,97 +821,6 @@ export declare class ObjectContractsApi {
|
|
|
827
821
|
*/
|
|
828
822
|
updateContract(param: ContractsApiUpdateContractRequest, options?: Configuration): Promise<ContractResponse>;
|
|
829
823
|
}
|
|
830
|
-
import { EmbeddedApiRequestFactory, EmbeddedApiResponseProcessor } from "../apis/EmbeddedApi";
|
|
831
|
-
export interface EmbeddedApiCreateDeviceRequest {
|
|
832
|
-
/**
|
|
833
|
-
*
|
|
834
|
-
* @type CreateDeviceRequest
|
|
835
|
-
* @memberof EmbeddedApicreateDevice
|
|
836
|
-
*/
|
|
837
|
-
createDeviceRequest: CreateDeviceRequest;
|
|
838
|
-
}
|
|
839
|
-
export interface EmbeddedApiCreateDeviceShareRequest {
|
|
840
|
-
/**
|
|
841
|
-
* Specifies the unique device ID (starts with dev_).
|
|
842
|
-
* @type string
|
|
843
|
-
* @memberof EmbeddedApicreateDeviceShare
|
|
844
|
-
*/
|
|
845
|
-
id: string;
|
|
846
|
-
/**
|
|
847
|
-
*
|
|
848
|
-
* @type CreateShareRequest
|
|
849
|
-
* @memberof EmbeddedApicreateDeviceShare
|
|
850
|
-
*/
|
|
851
|
-
createShareRequest: CreateShareRequest;
|
|
852
|
-
}
|
|
853
|
-
export interface EmbeddedApiGetDeviceSharesRequest {
|
|
854
|
-
/**
|
|
855
|
-
* Specifies the unique device ID (starts with dev_).
|
|
856
|
-
* @type string
|
|
857
|
-
* @memberof EmbeddedApigetDeviceShares
|
|
858
|
-
*/
|
|
859
|
-
id: string;
|
|
860
|
-
/**
|
|
861
|
-
* Specifies the type of the share ID
|
|
862
|
-
* @type string
|
|
863
|
-
* @memberof EmbeddedApigetDeviceShares
|
|
864
|
-
*/
|
|
865
|
-
shareType?: string;
|
|
866
|
-
}
|
|
867
|
-
export interface EmbeddedApiGetDevicesRequest {
|
|
868
|
-
/**
|
|
869
|
-
* Specifies the unique account ID (starts with acc_)
|
|
870
|
-
* @type string
|
|
871
|
-
* @memberof EmbeddedApigetDevices
|
|
872
|
-
*/
|
|
873
|
-
account: string;
|
|
874
|
-
/**
|
|
875
|
-
* Specifies the maximum number of records to return.
|
|
876
|
-
* @type number
|
|
877
|
-
* @memberof EmbeddedApigetDevices
|
|
878
|
-
*/
|
|
879
|
-
limit?: number;
|
|
880
|
-
/**
|
|
881
|
-
* Specifies the offset for the first records to return.
|
|
882
|
-
* @type number
|
|
883
|
-
* @memberof EmbeddedApigetDevices
|
|
884
|
-
*/
|
|
885
|
-
skip?: number;
|
|
886
|
-
/**
|
|
887
|
-
* Specifies the order in which to sort the results.
|
|
888
|
-
* @type SortOrder
|
|
889
|
-
* @memberof EmbeddedApigetDevices
|
|
890
|
-
*/
|
|
891
|
-
order?: SortOrder;
|
|
892
|
-
}
|
|
893
|
-
export declare class ObjectEmbeddedApi {
|
|
894
|
-
private api;
|
|
895
|
-
constructor(configuration: Configuration, requestFactory?: EmbeddedApiRequestFactory, responseProcessor?: EmbeddedApiResponseProcessor);
|
|
896
|
-
/**
|
|
897
|
-
* Creates a new device for a given account. This object represents the device that the account owner uses to store the device share. It has an equivalent auth share and recovery share associated with it.
|
|
898
|
-
* Create a device object.
|
|
899
|
-
* @param param the request object
|
|
900
|
-
*/
|
|
901
|
-
createDevice(param: EmbeddedApiCreateDeviceRequest, options?: Configuration): Promise<DeviceResponse>;
|
|
902
|
-
/**
|
|
903
|
-
* Add the share of for existing device.
|
|
904
|
-
* Create a device share.
|
|
905
|
-
* @param param the request object
|
|
906
|
-
*/
|
|
907
|
-
createDeviceShare(param: EmbeddedApiCreateDeviceShareRequest, options?: Configuration): Promise<ShareResponse>;
|
|
908
|
-
/**
|
|
909
|
-
* Retrieves the shares of an existing device.
|
|
910
|
-
* Get existing device shares.
|
|
911
|
-
* @param param the request object
|
|
912
|
-
*/
|
|
913
|
-
getDeviceShares(param: EmbeddedApiGetDeviceSharesRequest, options?: Configuration): Promise<BaseEntityListResponseShareResponse>;
|
|
914
|
-
/**
|
|
915
|
-
* Returns a list of devices for the given account. This object represents the devices where the account owner has device share stored. Devices are returned sorted by creation date, with the most recently created devices appearing first. By default, a maximum of 10 devices are shown per page.
|
|
916
|
-
* List devices of account.
|
|
917
|
-
* @param param the request object
|
|
918
|
-
*/
|
|
919
|
-
getDevices(param: EmbeddedApiGetDevicesRequest, options?: Configuration): Promise<BaseEntityListResponseDeviceResponse>;
|
|
920
|
-
}
|
|
921
824
|
import { InventoriesApiRequestFactory, InventoriesApiResponseProcessor } from "../apis/InventoriesApi";
|
|
922
825
|
export interface InventoriesApiGetAccountCryptoCurrencyInventoryRequest {
|
|
923
826
|
/**
|