@openfort/openfort-node 0.6.10 → 0.6.12
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 +10 -0
- package/dist/apis/iamApiWrapper.js +33 -0
- package/dist/apis/iamApiWrapper.js.map +1 -0
- package/dist/generated/apis/AccountsApi.d.ts +1 -1
- package/dist/generated/apis/AccountsApi.js +1 -1
- package/dist/generated/apis/ContractsApi.d.ts +3 -3
- package/dist/generated/apis/ContractsApi.js +3 -3
- package/dist/generated/apis/InventoriesApi.d.ts +6 -6
- package/dist/generated/apis/InventoriesApi.js +6 -6
- package/dist/generated/apis/OAuthApi.d.ts +102 -0
- package/dist/generated/apis/OAuthApi.js +358 -0
- package/dist/generated/apis/OAuthApi.js.map +1 -0
- package/dist/generated/apis/PlayersApi.d.ts +8 -8
- package/dist/generated/apis/PlayersApi.js +8 -8
- package/dist/generated/apis/PoliciesApi.d.ts +8 -8
- package/dist/generated/apis/PoliciesApi.js +8 -8
- package/dist/generated/apis/PolicyRulesApi.d.ts +1 -1
- package/dist/generated/apis/PolicyRulesApi.js +1 -1
- package/dist/generated/apis/SessionsApi.d.ts +3 -3
- package/dist/generated/apis/SessionsApi.js +3 -3
- package/dist/generated/apis/TransactionIntentsApi.d.ts +6 -6
- package/dist/generated/apis/TransactionIntentsApi.js +6 -6
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +2 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/models/AccelbyteOauthConfig.d.ts +48 -0
- package/dist/generated/models/AccelbyteOauthConfig.js +59 -0
- package/dist/generated/models/AccelbyteOauthConfig.js.map +1 -0
- package/dist/generated/models/AccountListQueries.d.ts +1 -1
- package/dist/generated/models/AuthResponse.d.ts +6 -0
- package/dist/generated/models/AuthResponse.js.map +1 -1
- package/dist/generated/models/CancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/CompleteRecoveryRequest.d.ts +1 -1
- package/dist/generated/models/CreateAccountRequest.d.ts +1 -1
- package/dist/generated/models/CreatePlayerSessionRequest.d.ts +1 -1
- package/dist/generated/models/CreateSessionRequest.d.ts +2 -2
- package/dist/generated/models/CreateTransactionIntentRequest.d.ts +2 -2
- package/dist/generated/models/EstimateTransactionIntentGasResult.d.ts +16 -0
- package/dist/generated/models/EstimateTransactionIntentGasResult.js +24 -0
- package/dist/generated/models/EstimateTransactionIntentGasResult.js.map +1 -1
- package/dist/generated/models/OAuthConfigListResponse.d.ts +35 -0
- package/dist/generated/models/OAuthConfigListResponse.js +35 -0
- package/dist/generated/models/OAuthConfigListResponse.js.map +1 -0
- package/dist/generated/models/OAuthConfigRequest.d.ts +32 -0
- package/dist/generated/models/OAuthConfigRequest.js +35 -0
- package/dist/generated/models/OAuthConfigRequest.js.map +1 -0
- package/dist/generated/models/OAuthConfigResponse.d.ts +32 -0
- package/dist/generated/models/OAuthConfigResponse.js +35 -0
- package/dist/generated/models/OAuthConfigResponse.js.map +1 -0
- package/dist/generated/models/OAuthProvider.d.ts +15 -0
- package/dist/generated/models/OAuthProvider.js +14 -0
- package/dist/generated/models/OAuthProvider.js.map +1 -0
- package/dist/generated/models/OAuthProviderACCELBYTE.d.ts +12 -0
- package/dist/generated/models/OAuthProviderACCELBYTE.js +14 -0
- package/dist/generated/models/OAuthProviderACCELBYTE.js.map +1 -0
- package/dist/generated/models/OAuthRequest.d.ts +34 -0
- package/dist/generated/models/OAuthRequest.js +35 -0
- package/dist/generated/models/OAuthRequest.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +7 -0
- package/dist/generated/models/ObjectSerializer.js +19 -0
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PlayerCancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/PlayerInventoryListQueries.d.ts +1 -1
- package/dist/generated/models/PlayerTransferOwnershipRequest.d.ts +2 -2
- package/dist/generated/models/PolicyRuleListQueries.d.ts +1 -1
- package/dist/generated/models/PolicyStrategyRequest.d.ts +3 -3
- package/dist/generated/models/ResponseResponse.d.ts +2 -2
- package/dist/generated/models/RevokeSessionPlayerRequest.d.ts +1 -1
- package/dist/generated/models/RevokeSessionRequest.d.ts +2 -2
- package/dist/generated/models/SessionListQueries.d.ts +1 -1
- package/dist/generated/models/StartRecoveryRequest.d.ts +1 -1
- package/dist/generated/models/TransactionIntentListQueries.d.ts +2 -2
- package/dist/generated/models/TransactionIntentResponsePlayer.d.ts +1 -1
- package/dist/generated/models/TransactionIntentResponsePlayer.js +1 -1
- package/dist/generated/models/TransactionIntentResponsePolicy.d.ts +1 -1
- package/dist/generated/models/TransactionIntentResponsePolicy.js +1 -1
- package/dist/generated/models/TransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/all.d.ts +7 -0
- package/dist/generated/models/all.js +7 -0
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +142 -36
- package/dist/generated/types/ObjectParamAPI.js +69 -14
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +86 -36
- package/dist/generated/types/ObservableAPI.js +174 -37
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +84 -36
- package/dist/generated/types/PromiseAPI.js +111 -48
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -0
- package/dist/index.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
|
@@ -75,7 +75,7 @@ class PolicyRulesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
|
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* List policy rules of a policy.
|
|
78
|
-
* @param policy Specifies the unique policy ID.
|
|
78
|
+
* @param policy Specifies the unique policy ID (starts with pol_).
|
|
79
79
|
* @param limit Specifies the maximum number of records to return.
|
|
80
80
|
* @param skip Specifies the offset for the first records to return.
|
|
81
81
|
* @param order Specifies the order in which to sort the results.
|
|
@@ -19,7 +19,7 @@ export declare class SessionsApiRequestFactory extends BaseAPIRequestFactory {
|
|
|
19
19
|
createSession(createSessionRequest: CreateSessionRequest, _options?: Configuration): Promise<RequestContext>;
|
|
20
20
|
/**
|
|
21
21
|
* List session keys of a player.
|
|
22
|
-
* @param player The player ID
|
|
22
|
+
* @param player The player ID (starts with pla_)
|
|
23
23
|
* @param limit Specifies the maximum number of records to return.
|
|
24
24
|
* @param skip Specifies the offset for the first records to return.
|
|
25
25
|
* @param order Specifies the order in which to sort the results.
|
|
@@ -28,7 +28,7 @@ export declare class SessionsApiRequestFactory extends BaseAPIRequestFactory {
|
|
|
28
28
|
getPlayerSessions(player: string, limit?: number, skip?: number, order?: SortOrder, expand?: Array<SessionResponseExpandable>, _options?: Configuration): Promise<RequestContext>;
|
|
29
29
|
/**
|
|
30
30
|
* Returns a player session by session id
|
|
31
|
-
* @param id Specifies the unique session ID.
|
|
31
|
+
* @param id Specifies the unique session ID (starts with ses_).
|
|
32
32
|
* @param expand Specifies the fields to expand.
|
|
33
33
|
*/
|
|
34
34
|
getSession(id: string, expand?: Array<SessionResponseExpandable>, _options?: Configuration): Promise<RequestContext>;
|
|
@@ -39,7 +39,7 @@ export declare class SessionsApiRequestFactory extends BaseAPIRequestFactory {
|
|
|
39
39
|
revokeSession(revokeSessionRequest: RevokeSessionRequest, _options?: Configuration): Promise<RequestContext>;
|
|
40
40
|
/**
|
|
41
41
|
* Confirms the creation of a session with an external owner.
|
|
42
|
-
* @param id Specifies the unique session ID.
|
|
42
|
+
* @param id Specifies the unique session ID (starts with ses_).
|
|
43
43
|
* @param signatureRequest
|
|
44
44
|
*/
|
|
45
45
|
signatureSession(id: string, signatureRequest: SignatureRequest, _options?: Configuration): Promise<RequestContext>;
|
|
@@ -47,7 +47,7 @@ class SessionsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
|
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* List session keys of a player.
|
|
50
|
-
* @param player The player ID
|
|
50
|
+
* @param player The player ID (starts with pla_)
|
|
51
51
|
* @param limit Specifies the maximum number of records to return.
|
|
52
52
|
* @param skip Specifies the offset for the first records to return.
|
|
53
53
|
* @param order Specifies the order in which to sort the results.
|
|
@@ -98,7 +98,7 @@ class SessionsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
|
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Returns a player session by session id
|
|
101
|
-
* @param id Specifies the unique session ID.
|
|
101
|
+
* @param id Specifies the unique session ID (starts with ses_).
|
|
102
102
|
* @param expand Specifies the fields to expand.
|
|
103
103
|
*/
|
|
104
104
|
async getSession(id, expand, _options) {
|
|
@@ -165,7 +165,7 @@ class SessionsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
|
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* Confirms the creation of a session with an external owner.
|
|
168
|
-
* @param id Specifies the unique session ID.
|
|
168
|
+
* @param id Specifies the unique session ID (starts with ses_).
|
|
169
169
|
* @param signatureRequest
|
|
170
170
|
*/
|
|
171
171
|
async signatureSession(id, signatureRequest, _options) {
|
|
@@ -19,14 +19,14 @@ export declare class TransactionIntentsApiRequestFactory extends BaseAPIRequestF
|
|
|
19
19
|
*/
|
|
20
20
|
createTransactionIntent(createTransactionIntentRequest: CreateTransactionIntentRequest, _options?: Configuration): Promise<RequestContext>;
|
|
21
21
|
/**
|
|
22
|
-
* Estimate the gas cost of creating a transaction intent and putting it
|
|
22
|
+
* Estimate the gas cost of creating a transaction intent and putting it on chain. If a policy that includes payment of gas in ERC-20 tokens is provided, an extra field `estimatedTXGasFeeToken` is returned with the estimated amount of tokens.
|
|
23
23
|
* Estimate gas cost of creating a transaction
|
|
24
24
|
* @param createTransactionIntentRequest
|
|
25
25
|
*/
|
|
26
26
|
estimateTransactionIntentCost(createTransactionIntentRequest: CreateTransactionIntentRequest, _options?: Configuration): Promise<RequestContext>;
|
|
27
27
|
/**
|
|
28
28
|
* Get a transaction intent object.
|
|
29
|
-
* @param id Specifies the unique transaction intent ID.
|
|
29
|
+
* @param id Specifies the unique transaction intent ID (starts with tin_).
|
|
30
30
|
* @param expand Specifies the expandable fields.
|
|
31
31
|
*/
|
|
32
32
|
getTransactionIntent(id: string, expand?: Array<TransactionIntentResponseExpandable>, _options?: Configuration): Promise<RequestContext>;
|
|
@@ -38,14 +38,14 @@ export declare class TransactionIntentsApiRequestFactory extends BaseAPIRequestF
|
|
|
38
38
|
* @param expand Specifies the fields to expand in the response.
|
|
39
39
|
* @param chainId The chain ID.
|
|
40
40
|
* @param accountId Filter by account ID.
|
|
41
|
-
* @param playerId Filter by player ID.
|
|
42
|
-
* @param policyId Filter by policy ID.
|
|
41
|
+
* @param playerId Filter by player ID (starts with pla_).
|
|
42
|
+
* @param policyId Filter by policy ID (starts with pol_).
|
|
43
43
|
*/
|
|
44
44
|
getTransactionIntents(limit?: number, skip?: number, order?: SortOrder, expand?: Array<TransactionIntentResponseExpandable>, chainId?: number, accountId?: Array<string>, playerId?: Array<string>, policyId?: Array<string>, _options?: Configuration): Promise<RequestContext>;
|
|
45
45
|
/**
|
|
46
|
-
* This endpoint is used to
|
|
46
|
+
* 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.
|
|
47
47
|
* Confirms the creation of a transaction intent with an external owner.
|
|
48
|
-
* @param id Specifies the unique transaction intent ID.
|
|
48
|
+
* @param id Specifies the unique transaction intent ID (starts with tin_).
|
|
49
49
|
* @param signatureRequest
|
|
50
50
|
*/
|
|
51
51
|
signature(id: string, signatureRequest: SignatureRequest, _options?: Configuration): Promise<RequestContext>;
|
|
@@ -47,7 +47,7 @@ class TransactionIntentsApiRequestFactory extends baseapi_1.BaseAPIRequestFactor
|
|
|
47
47
|
return requestContext;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* Estimate the gas cost of creating a transaction intent and putting it
|
|
50
|
+
* Estimate the gas cost of creating a transaction intent and putting it on chain. If a policy that includes payment of gas in ERC-20 tokens is provided, an extra field `estimatedTXGasFeeToken` is returned with the estimated amount of tokens.
|
|
51
51
|
* Estimate gas cost of creating a transaction
|
|
52
52
|
* @param createTransactionIntentRequest
|
|
53
53
|
*/
|
|
@@ -83,7 +83,7 @@ class TransactionIntentsApiRequestFactory extends baseapi_1.BaseAPIRequestFactor
|
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Get a transaction intent object.
|
|
86
|
-
* @param id Specifies the unique transaction intent ID.
|
|
86
|
+
* @param id Specifies the unique transaction intent ID (starts with tin_).
|
|
87
87
|
* @param expand Specifies the expandable fields.
|
|
88
88
|
*/
|
|
89
89
|
async getTransactionIntent(id, expand, _options) {
|
|
@@ -122,8 +122,8 @@ class TransactionIntentsApiRequestFactory extends baseapi_1.BaseAPIRequestFactor
|
|
|
122
122
|
* @param expand Specifies the fields to expand in the response.
|
|
123
123
|
* @param chainId The chain ID.
|
|
124
124
|
* @param accountId Filter by account ID.
|
|
125
|
-
* @param playerId Filter by player ID.
|
|
126
|
-
* @param policyId Filter by policy ID.
|
|
125
|
+
* @param playerId Filter by player ID (starts with pla_).
|
|
126
|
+
* @param policyId Filter by policy ID (starts with pol_).
|
|
127
127
|
*/
|
|
128
128
|
async getTransactionIntents(limit, skip, order, expand, chainId, accountId, playerId, policyId, _options) {
|
|
129
129
|
let _config = _options || this.configuration;
|
|
@@ -177,9 +177,9 @@ class TransactionIntentsApiRequestFactory extends baseapi_1.BaseAPIRequestFactor
|
|
|
177
177
|
return requestContext;
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
* This endpoint is used to
|
|
180
|
+
* 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.
|
|
181
181
|
* Confirms the creation of a transaction intent with an external owner.
|
|
182
|
-
* @param id Specifies the unique transaction intent ID.
|
|
182
|
+
* @param id Specifies the unique transaction intent ID (starts with tin_).
|
|
183
183
|
* @param signatureRequest
|
|
184
184
|
*/
|
|
185
185
|
async signature(id, signatureRequest, _options) {
|
|
@@ -7,4 +7,4 @@ export * from "./apis/exception";
|
|
|
7
7
|
export * from "./servers";
|
|
8
8
|
export { RequiredError } from "./apis/baseapi";
|
|
9
9
|
export { PromiseMiddleware as Middleware } from './middleware';
|
|
10
|
-
export { PromiseAccountsApi as AccountsApi, PromiseAuthenticationApi as AuthenticationApi, PromiseConfigAuthenticationApi as ConfigAuthenticationApi, PromiseContractsApi as ContractsApi, PromiseGoogleAuthenticationApi as GoogleAuthenticationApi, PromiseInventoriesApi as InventoriesApi, PromisePlayersApi as PlayersApi, PromisePlayersAuthenticationApi as PlayersAuthenticationApi, PromisePoliciesApi as PoliciesApi, PromisePolicyRulesApi as PolicyRulesApi, PromiseSessionsApi as SessionsApi, PromiseTransactionIntentsApi as TransactionIntentsApi } from './types/PromiseAPI';
|
|
10
|
+
export { PromiseAccountsApi as AccountsApi, PromiseAuthenticationApi as AuthenticationApi, PromiseConfigAuthenticationApi as ConfigAuthenticationApi, PromiseContractsApi as ContractsApi, PromiseGoogleAuthenticationApi as GoogleAuthenticationApi, PromiseInventoriesApi as InventoriesApi, PromiseOAuthApi as OAuthApi, PromisePlayersApi as PlayersApi, PromisePlayersAuthenticationApi as PlayersAuthenticationApi, PromisePoliciesApi as PoliciesApi, PromisePolicyRulesApi as PolicyRulesApi, PromiseSessionsApi as SessionsApi, PromiseTransactionIntentsApi as TransactionIntentsApi } from './types/PromiseAPI';
|
package/dist/generated/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.TransactionIntentsApi = exports.SessionsApi = exports.PolicyRulesApi = exports.PoliciesApi = exports.PlayersAuthenticationApi = exports.PlayersApi = exports.InventoriesApi = exports.GoogleAuthenticationApi = exports.ContractsApi = exports.ConfigAuthenticationApi = exports.AuthenticationApi = exports.AccountsApi = exports.RequiredError = exports.createConfiguration = void 0;
|
|
17
|
+
exports.TransactionIntentsApi = exports.SessionsApi = exports.PolicyRulesApi = exports.PoliciesApi = exports.PlayersAuthenticationApi = exports.PlayersApi = exports.OAuthApi = exports.InventoriesApi = exports.GoogleAuthenticationApi = exports.ContractsApi = exports.ConfigAuthenticationApi = exports.AuthenticationApi = exports.AccountsApi = exports.RequiredError = exports.createConfiguration = void 0;
|
|
18
18
|
__exportStar(require("./http/http"), exports);
|
|
19
19
|
__exportStar(require("./auth/auth"), exports);
|
|
20
20
|
__exportStar(require("./models/all"), exports);
|
|
@@ -31,6 +31,7 @@ Object.defineProperty(exports, "ConfigAuthenticationApi", { enumerable: true, ge
|
|
|
31
31
|
Object.defineProperty(exports, "ContractsApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseContractsApi; } });
|
|
32
32
|
Object.defineProperty(exports, "GoogleAuthenticationApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseGoogleAuthenticationApi; } });
|
|
33
33
|
Object.defineProperty(exports, "InventoriesApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseInventoriesApi; } });
|
|
34
|
+
Object.defineProperty(exports, "OAuthApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseOAuthApi; } });
|
|
34
35
|
Object.defineProperty(exports, "PlayersApi", { enumerable: true, get: function () { return PromiseAPI_1.PromisePlayersApi; } });
|
|
35
36
|
Object.defineProperty(exports, "PlayersAuthenticationApi", { enumerable: true, get: function () { return PromiseAPI_1.PromisePlayersAuthenticationApi; } });
|
|
36
37
|
Object.defineProperty(exports, "PoliciesApi", { enumerable: true, get: function () { return PromiseAPI_1.PromisePoliciesApi; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,iDAAumB;AAA9lB,yGAAA,kBAAkB,OAAe;AAAG,+GAAA,wBAAwB,OAAqB;AAAG,qHAAA,8BAA8B,OAA2B;AAAG,0GAAA,mBAAmB,OAAgB;AAAG,qHAAA,8BAA8B,OAA2B;AAAG,4GAAA,qBAAqB,OAAkB;AAAG,sGAAA,eAAe,OAAY;AAAG,wGAAA,iBAAiB,OAAc;AAAG,sHAAA,+BAA+B,OAA4B;AAAG,yGAAA,kBAAkB,OAAe;AAAG,4GAAA,qBAAqB,OAAkB;AAAG,yGAAA,kBAAkB,OAAe;AAAG,mHAAA,4BAA4B,OAAyB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
import { OAuthProviderACCELBYTE } from '../models/OAuthProviderACCELBYTE';
|
|
13
|
+
/**
|
|
14
|
+
* Accelbyte oauth configuration
|
|
15
|
+
*/
|
|
16
|
+
export declare class AccelbyteOauthConfig {
|
|
17
|
+
/**
|
|
18
|
+
* Base URI of your accelbyte gaming service environment. E.g. https://mygame.dev.gamingservices.accelbyte.io/
|
|
19
|
+
*/
|
|
20
|
+
'baseUrl': string;
|
|
21
|
+
/**
|
|
22
|
+
* Client ID of your accelbyte gaming service environment.
|
|
23
|
+
*/
|
|
24
|
+
'clientId': string;
|
|
25
|
+
/**
|
|
26
|
+
* Secret of your confidential IAM client.
|
|
27
|
+
*/
|
|
28
|
+
'clientSecret': string;
|
|
29
|
+
/**
|
|
30
|
+
* Namespace of the configuration in accelbyte gaming service
|
|
31
|
+
*/
|
|
32
|
+
'namespace': string;
|
|
33
|
+
'provider': OAuthProviderACCELBYTE;
|
|
34
|
+
static readonly discriminator: string | undefined;
|
|
35
|
+
static readonly attributeTypeMap: Array<{
|
|
36
|
+
name: string;
|
|
37
|
+
baseName: string;
|
|
38
|
+
type: string;
|
|
39
|
+
format: string;
|
|
40
|
+
}>;
|
|
41
|
+
static getAttributeTypeMap(): {
|
|
42
|
+
name: string;
|
|
43
|
+
baseName: string;
|
|
44
|
+
type: string;
|
|
45
|
+
format: string;
|
|
46
|
+
}[];
|
|
47
|
+
constructor();
|
|
48
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
exports.AccelbyteOauthConfig = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Accelbyte oauth configuration
|
|
17
|
+
*/
|
|
18
|
+
class AccelbyteOauthConfig {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return AccelbyteOauthConfig.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.AccelbyteOauthConfig = AccelbyteOauthConfig;
|
|
26
|
+
AccelbyteOauthConfig.discriminator = undefined;
|
|
27
|
+
AccelbyteOauthConfig.attributeTypeMap = [
|
|
28
|
+
{
|
|
29
|
+
"name": "baseUrl",
|
|
30
|
+
"baseName": "baseUrl",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"format": ""
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "clientId",
|
|
36
|
+
"baseName": "clientId",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"format": ""
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "clientSecret",
|
|
42
|
+
"baseName": "clientSecret",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"format": ""
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "namespace",
|
|
48
|
+
"baseName": "namespace",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"format": ""
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "provider",
|
|
54
|
+
"baseName": "provider",
|
|
55
|
+
"type": "OAuthProviderACCELBYTE",
|
|
56
|
+
"format": ""
|
|
57
|
+
}
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=AccelbyteOauthConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccelbyteOauthConfig.js","sourceRoot":"","sources":["../../../src/generated/models/AccelbyteOauthConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAqD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IAED;IACA,CAAC;;AA1DL,oDA2DC;AAxCmB,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,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,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;QAChC,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -26,7 +26,7 @@ export declare class AccountListQueries {
|
|
|
26
26
|
*/
|
|
27
27
|
'expand'?: Array<AccountResponseExpandable>;
|
|
28
28
|
/**
|
|
29
|
-
* Specifies the unique player ID
|
|
29
|
+
* Specifies the unique player ID (starts with pla_)
|
|
30
30
|
*/
|
|
31
31
|
'player': string;
|
|
32
32
|
static readonly discriminator: string | undefined;
|
|
@@ -10,7 +10,13 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export declare class AuthResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Player\'s identifier.
|
|
15
|
+
*/
|
|
13
16
|
'playerId': string;
|
|
17
|
+
/**
|
|
18
|
+
* JWT token.
|
|
19
|
+
*/
|
|
14
20
|
'token': string;
|
|
15
21
|
static readonly discriminator: string | undefined;
|
|
16
22
|
static readonly attributeTypeMap: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthResponse.js","sourceRoot":"","sources":["../../../src/generated/models/AuthResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"AuthResponse.js","sourceRoot":"","sources":["../../../src/generated/models/AuthResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,YAAY;IA0BrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;IAED;IACA,CAAC;;AA/BL,oCAgCC;AAtBmB,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -31,7 +31,7 @@ export declare class CreateSessionRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
'optimistic'?: boolean;
|
|
33
33
|
/**
|
|
34
|
-
* The policy ID.
|
|
34
|
+
* The policy ID (starts with pol_).
|
|
35
35
|
*/
|
|
36
36
|
'policy'?: string;
|
|
37
37
|
/**
|
|
@@ -47,7 +47,7 @@ export declare class CreateSessionRequest {
|
|
|
47
47
|
*/
|
|
48
48
|
'whitelist'?: Array<string>;
|
|
49
49
|
/**
|
|
50
|
-
* The player ID.
|
|
50
|
+
* The player ID (starts with pla_).
|
|
51
51
|
*/
|
|
52
52
|
'player': string;
|
|
53
53
|
static readonly discriminator: string | undefined;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { Interaction } from '../models/Interaction';
|
|
13
13
|
export declare class CreateTransactionIntentRequest {
|
|
14
14
|
/**
|
|
15
|
-
* The player ID.
|
|
15
|
+
* The player ID (starts with pla_).
|
|
16
16
|
*/
|
|
17
17
|
'player': string;
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export declare class CreateTransactionIntentRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
'chainId': number;
|
|
22
22
|
/**
|
|
23
|
-
* The policy ID.
|
|
23
|
+
* The policy ID (starts with pol_).
|
|
24
24
|
*/
|
|
25
25
|
'policy'?: string;
|
|
26
26
|
/**
|
|
@@ -41,6 +41,22 @@ export declare class EstimateTransactionIntentGasResult {
|
|
|
41
41
|
* estimated TX gas cost
|
|
42
42
|
*/
|
|
43
43
|
'estimatedTXGas': string;
|
|
44
|
+
/**
|
|
45
|
+
* estimated TX gas cost in the chain native token (WEI)
|
|
46
|
+
*/
|
|
47
|
+
'estimatedTXGasFee': string;
|
|
48
|
+
/**
|
|
49
|
+
* estimated TX gas cost in USD
|
|
50
|
+
*/
|
|
51
|
+
'estimatedTXGasFeeUSD': string;
|
|
52
|
+
/**
|
|
53
|
+
* when using a policy, the estimated TX gas cost in the ERC-20 token defined in the strategy (WEI)
|
|
54
|
+
*/
|
|
55
|
+
'estimatedTXGasFeeToken'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* gas price used for the estimation
|
|
58
|
+
*/
|
|
59
|
+
'gasPrice': string;
|
|
44
60
|
static readonly discriminator: string | undefined;
|
|
45
61
|
static readonly attributeTypeMap: Array<{
|
|
46
62
|
name: string;
|
|
@@ -66,6 +66,30 @@ EstimateTransactionIntentGasResult.attributeTypeMap = [
|
|
|
66
66
|
"baseName": "estimatedTXGas",
|
|
67
67
|
"type": "string",
|
|
68
68
|
"format": ""
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "estimatedTXGasFee",
|
|
72
|
+
"baseName": "estimatedTXGasFee",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"format": ""
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "estimatedTXGasFeeUSD",
|
|
78
|
+
"baseName": "estimatedTXGasFeeUSD",
|
|
79
|
+
"type": "string",
|
|
80
|
+
"format": ""
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "estimatedTXGasFeeToken",
|
|
84
|
+
"baseName": "estimatedTXGasFeeToken",
|
|
85
|
+
"type": "string",
|
|
86
|
+
"format": ""
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "gasPrice",
|
|
90
|
+
"baseName": "gasPrice",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"format": ""
|
|
69
93
|
}
|
|
70
94
|
];
|
|
71
95
|
//# sourceMappingURL=EstimateTransactionIntentGasResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EstimateTransactionIntentGasResult.js","sourceRoot":"","sources":["../../../src/generated/models/EstimateTransactionIntentGasResult.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,kCAAkC;
|
|
1
|
+
{"version":3,"file":"EstimateTransactionIntentGasResult.js","sourceRoot":"","sources":["../../../src/generated/models/EstimateTransactionIntentGasResult.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,kCAAkC;IAoH3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAED;IACA,CAAC;;AAzHL,gFA0HC;AA5EmB,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,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,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
import { AccelbyteOauthConfig } from '../models/AccelbyteOauthConfig';
|
|
13
|
+
/**
|
|
14
|
+
* Response for the OAuth config list method.
|
|
15
|
+
*/
|
|
16
|
+
export declare class OAuthConfigListResponse {
|
|
17
|
+
/**
|
|
18
|
+
* List of the OAuth providers configurations
|
|
19
|
+
*/
|
|
20
|
+
'data': Array<AccelbyteOauthConfig>;
|
|
21
|
+
static readonly discriminator: string | undefined;
|
|
22
|
+
static readonly attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
format: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
format: string;
|
|
33
|
+
}[];
|
|
34
|
+
constructor();
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
exports.OAuthConfigListResponse = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Response for the OAuth config list method.
|
|
17
|
+
*/
|
|
18
|
+
class OAuthConfigListResponse {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return OAuthConfigListResponse.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.OAuthConfigListResponse = OAuthConfigListResponse;
|
|
26
|
+
OAuthConfigListResponse.discriminator = undefined;
|
|
27
|
+
OAuthConfigListResponse.attributeTypeMap = [
|
|
28
|
+
{
|
|
29
|
+
"name": "data",
|
|
30
|
+
"baseName": "data",
|
|
31
|
+
"type": "Array<AccelbyteOauthConfig>",
|
|
32
|
+
"format": ""
|
|
33
|
+
}
|
|
34
|
+
];
|
|
35
|
+
//# sourceMappingURL=OAuthConfigListResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuthConfigListResponse.js","sourceRoot":"","sources":["../../../src/generated/models/OAuthConfigListResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAgBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;IAED;IACA,CAAC;;AArBL,0DAsBC;AAhBmB,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6BAA6B;QACrC,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
import { AccelbyteOauthConfig } from '../models/AccelbyteOauthConfig';
|
|
13
|
+
/**
|
|
14
|
+
* Request for the configuration endpoints for the OAuth providers
|
|
15
|
+
*/
|
|
16
|
+
export declare class OAuthConfigRequest {
|
|
17
|
+
'config': AccelbyteOauthConfig;
|
|
18
|
+
static readonly discriminator: string | undefined;
|
|
19
|
+
static readonly attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
format: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
format: string;
|
|
30
|
+
}[];
|
|
31
|
+
constructor();
|
|
32
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
exports.OAuthConfigRequest = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Request for the configuration endpoints for the OAuth providers
|
|
17
|
+
*/
|
|
18
|
+
class OAuthConfigRequest {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return OAuthConfigRequest.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.OAuthConfigRequest = OAuthConfigRequest;
|
|
26
|
+
OAuthConfigRequest.discriminator = undefined;
|
|
27
|
+
OAuthConfigRequest.attributeTypeMap = [
|
|
28
|
+
{
|
|
29
|
+
"name": "config",
|
|
30
|
+
"baseName": "config",
|
|
31
|
+
"type": "AccelbyteOauthConfig",
|
|
32
|
+
"format": ""
|
|
33
|
+
}
|
|
34
|
+
];
|
|
35
|
+
//# sourceMappingURL=OAuthConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuthConfigRequest.js","sourceRoot":"","sources":["../../../src/generated/models/OAuthConfigRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;EAEE;AACF,MAAa,kBAAkB;IAa3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAED;IACA,CAAC;;AAlBL,gDAmBC;AAhBmB,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
import { AccelbyteOauthConfig } from '../models/AccelbyteOauthConfig';
|
|
13
|
+
/**
|
|
14
|
+
* OAuth provider specific configuration.
|
|
15
|
+
*/
|
|
16
|
+
export declare class OAuthConfigResponse {
|
|
17
|
+
'config': AccelbyteOauthConfig;
|
|
18
|
+
static readonly discriminator: string | undefined;
|
|
19
|
+
static readonly attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
format: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
format: string;
|
|
30
|
+
}[];
|
|
31
|
+
constructor();
|
|
32
|
+
}
|