@openfort/openfort-node 0.2.7 → 0.2.8
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/api/accountsApi.d.ts +113 -0
- package/dist/api/accountsApi.js +489 -0
- package/dist/api/accountsApi.js.map +1 -0
- package/dist/api/apis.d.ts +3 -3
- package/dist/api/apis.js +3 -3
- package/dist/api/apis.js.map +1 -1
- package/dist/api/contractsApi.d.ts +18 -4
- package/dist/api/contractsApi.js +77 -3
- package/dist/api/contractsApi.js.map +1 -1
- package/dist/api/defaultApi.d.ts +7 -79
- package/dist/api/defaultApi.js +24 -406
- package/dist/api/defaultApi.js.map +1 -1
- package/dist/api/playersApi.d.ts +11 -8
- package/dist/api/playersApi.js +23 -19
- package/dist/api/playersApi.js.map +1 -1
- package/dist/api/policiesApi.d.ts +27 -10
- package/dist/api/policiesApi.js +110 -12
- package/dist/api/policiesApi.js.map +1 -1
- package/dist/api/transactionIntentsApi.d.ts +6 -5
- package/dist/api/transactionIntentsApi.js +12 -8
- package/dist/api/transactionIntentsApi.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/model/accountResponse.d.ts +3 -3
- package/dist/model/accountResponse.js +6 -6
- package/dist/model/accountResponse.js.map +1 -1
- package/dist/model/contractDeleteResponse.d.ts +27 -0
- package/dist/model/contractDeleteResponse.js +39 -0
- package/dist/model/contractDeleteResponse.js.map +1 -0
- package/dist/model/contractResponse.d.ts +3 -3
- package/dist/model/contractResponse.js +6 -6
- package/dist/model/contractResponse.js.map +1 -1
- package/dist/model/models.d.ts +10 -7
- package/dist/model/models.js +30 -21
- package/dist/model/models.js.map +1 -1
- package/dist/model/playerResponse.d.ts +5 -5
- package/dist/model/playerResponse.js +7 -7
- package/dist/model/playerResponse.js.map +1 -1
- package/dist/model/playerResponseAccounts.d.ts +24 -0
- package/dist/model/playerResponseAccounts.js +23 -0
- package/dist/model/playerResponseAccounts.js.map +1 -0
- package/dist/model/policyDeleteResponse.d.ts +27 -0
- package/dist/model/policyDeleteResponse.js +39 -0
- package/dist/model/policyDeleteResponse.js.map +1 -0
- package/dist/model/policyResponse.d.ts +6 -6
- package/dist/model/policyResponse.js +8 -8
- package/dist/model/policyResponse.js.map +1 -1
- package/dist/model/policyResponsePolicyRules.d.ts +24 -0
- package/dist/model/policyResponsePolicyRules.js +23 -0
- package/dist/model/policyResponsePolicyRules.js.map +1 -0
- package/dist/model/policyResponseTransactionIntents.d.ts +24 -0
- package/dist/model/policyResponseTransactionIntents.js +23 -0
- package/dist/model/policyResponseTransactionIntents.js.map +1 -0
- package/dist/model/policyRuleResponse.d.ts +6 -4
- package/dist/model/policyRuleResponse.js +6 -6
- package/dist/model/policyRuleResponse.js.map +1 -1
- package/dist/model/policySchema.d.ts +15 -0
- package/dist/model/policySchema.js +20 -0
- package/dist/model/policySchema.js.map +1 -0
- package/dist/model/prismaJsonValue.d.ts +27 -0
- package/dist/model/prismaJsonValue.js +26 -0
- package/dist/model/prismaJsonValue.js.map +1 -0
- package/dist/model/projectResponse.d.ts +1 -1
- package/dist/model/projectResponse.js +5 -5
- package/dist/model/projectResponse.js.map +1 -1
- package/dist/model/responseResponse.d.ts +6 -5
- package/dist/model/responseResponse.js +2 -2
- package/dist/model/responseResponse.js.map +1 -1
- package/dist/model/sessionResponse.d.ts +1 -1
- package/dist/model/sessionResponse.js +5 -5
- package/dist/model/sessionResponse.js.map +1 -1
- package/dist/model/transactionIntentResponse.d.ts +11 -8
- package/dist/model/transactionIntentResponse.js +11 -11
- package/dist/model/transactionIntentResponse.js.map +1 -1
- package/dist/model/transactionIntentResponseAccount.d.ts +33 -0
- package/dist/model/transactionIntentResponseAccount.js +64 -0
- package/dist/model/transactionIntentResponseAccount.js.map +1 -0
- package/dist/model/transactionIntentResponsePlayer.d.ts +36 -0
- package/dist/model/transactionIntentResponsePlayer.js +74 -0
- package/dist/model/transactionIntentResponsePlayer.js.map +1 -0
- package/dist/model/transactionIntentResponsePolicy.d.ts +34 -0
- package/dist/model/transactionIntentResponsePolicy.js +64 -0
- package/dist/model/transactionIntentResponsePolicy.js.map +1 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/model/models.js
CHANGED
|
@@ -20,67 +20,73 @@ __exportStar(require("./accountsResponse"), exports);
|
|
|
20
20
|
__exportStar(require("./apiKeyResponse"), exports);
|
|
21
21
|
__exportStar(require("./assetInventory"), exports);
|
|
22
22
|
__exportStar(require("./assetType"), exports);
|
|
23
|
+
__exportStar(require("./contractDeleteResponse"), exports);
|
|
23
24
|
__exportStar(require("./contractResponse"), exports);
|
|
24
|
-
__exportStar(require("./contractResponseAbi"), exports);
|
|
25
|
-
__exportStar(require("./contractResponseAbiAnyOfInner"), exports);
|
|
26
25
|
__exportStar(require("./contractsResponse"), exports);
|
|
27
|
-
__exportStar(require("./fragment"), exports);
|
|
28
26
|
__exportStar(require("./gas"), exports);
|
|
29
27
|
__exportStar(require("./getProjectResponse"), exports);
|
|
30
28
|
__exportStar(require("./interaction"), exports);
|
|
31
29
|
__exportStar(require("./inventoryResponse"), exports);
|
|
32
|
-
__exportStar(require("./jsonFragment"), exports);
|
|
33
30
|
__exportStar(require("./log"), exports);
|
|
34
|
-
__exportStar(require("./paramType"), exports);
|
|
35
31
|
__exportStar(require("./playerResponse"), exports);
|
|
32
|
+
__exportStar(require("./playerResponseAccounts"), exports);
|
|
36
33
|
__exportStar(require("./playersResponse"), exports);
|
|
37
34
|
__exportStar(require("./policiesResponse"), exports);
|
|
35
|
+
__exportStar(require("./policyDeleteResponse"), exports);
|
|
38
36
|
__exportStar(require("./policyResponse"), exports);
|
|
37
|
+
__exportStar(require("./policyResponsePolicyRules"), exports);
|
|
38
|
+
__exportStar(require("./policyResponseTransactionIntents"), exports);
|
|
39
39
|
__exportStar(require("./policyRuleResponse"), exports);
|
|
40
40
|
__exportStar(require("./policyRulesResponse"), exports);
|
|
41
|
+
__exportStar(require("./policySchema"), exports);
|
|
42
|
+
__exportStar(require("./prismaJsonValue"), exports);
|
|
41
43
|
__exportStar(require("./projectLogs"), exports);
|
|
42
44
|
__exportStar(require("./projectResponse"), exports);
|
|
43
45
|
__exportStar(require("./projectsResponse"), exports);
|
|
44
46
|
__exportStar(require("./responseResponse"), exports);
|
|
45
47
|
__exportStar(require("./sessionResponse"), exports);
|
|
46
|
-
__exportStar(require("./strategy"), exports);
|
|
47
48
|
__exportStar(require("./sumGas"), exports);
|
|
48
49
|
__exportStar(require("./transactionIntentResponse"), exports);
|
|
50
|
+
__exportStar(require("./transactionIntentResponseAccount"), exports);
|
|
51
|
+
__exportStar(require("./transactionIntentResponsePlayer"), exports);
|
|
52
|
+
__exportStar(require("./transactionIntentResponsePolicy"), exports);
|
|
49
53
|
__exportStar(require("./transactionIntentsResponse"), exports);
|
|
50
|
-
__exportStar(require("./userOpResult"), exports);
|
|
51
54
|
const accountResponse_1 = require("./accountResponse");
|
|
52
55
|
const accountsResponse_1 = require("./accountsResponse");
|
|
53
56
|
const apiKeyResponse_1 = require("./apiKeyResponse");
|
|
54
57
|
const assetInventory_1 = require("./assetInventory");
|
|
55
58
|
const assetType_1 = require("./assetType");
|
|
59
|
+
const contractDeleteResponse_1 = require("./contractDeleteResponse");
|
|
56
60
|
const contractResponse_1 = require("./contractResponse");
|
|
57
|
-
const contractResponseAbi_1 = require("./contractResponseAbi");
|
|
58
|
-
const contractResponseAbiAnyOfInner_1 = require("./contractResponseAbiAnyOfInner");
|
|
59
61
|
const contractsResponse_1 = require("./contractsResponse");
|
|
60
|
-
const fragment_1 = require("./fragment");
|
|
61
62
|
const gas_1 = require("./gas");
|
|
62
63
|
const getProjectResponse_1 = require("./getProjectResponse");
|
|
63
64
|
const interaction_1 = require("./interaction");
|
|
64
65
|
const inventoryResponse_1 = require("./inventoryResponse");
|
|
65
|
-
const jsonFragment_1 = require("./jsonFragment");
|
|
66
66
|
const log_1 = require("./log");
|
|
67
|
-
const paramType_1 = require("./paramType");
|
|
68
67
|
const playerResponse_1 = require("./playerResponse");
|
|
68
|
+
const playerResponseAccounts_1 = require("./playerResponseAccounts");
|
|
69
69
|
const playersResponse_1 = require("./playersResponse");
|
|
70
70
|
const policiesResponse_1 = require("./policiesResponse");
|
|
71
|
+
const policyDeleteResponse_1 = require("./policyDeleteResponse");
|
|
71
72
|
const policyResponse_1 = require("./policyResponse");
|
|
73
|
+
const policyResponsePolicyRules_1 = require("./policyResponsePolicyRules");
|
|
74
|
+
const policyResponseTransactionIntents_1 = require("./policyResponseTransactionIntents");
|
|
72
75
|
const policyRuleResponse_1 = require("./policyRuleResponse");
|
|
73
76
|
const policyRulesResponse_1 = require("./policyRulesResponse");
|
|
77
|
+
const policySchema_1 = require("./policySchema");
|
|
78
|
+
const prismaJsonValue_1 = require("./prismaJsonValue");
|
|
74
79
|
const projectLogs_1 = require("./projectLogs");
|
|
75
80
|
const projectResponse_1 = require("./projectResponse");
|
|
76
81
|
const projectsResponse_1 = require("./projectsResponse");
|
|
77
82
|
const responseResponse_1 = require("./responseResponse");
|
|
78
83
|
const sessionResponse_1 = require("./sessionResponse");
|
|
79
|
-
const strategy_1 = require("./strategy");
|
|
80
84
|
const sumGas_1 = require("./sumGas");
|
|
81
85
|
const transactionIntentResponse_1 = require("./transactionIntentResponse");
|
|
86
|
+
const transactionIntentResponseAccount_1 = require("./transactionIntentResponseAccount");
|
|
87
|
+
const transactionIntentResponsePlayer_1 = require("./transactionIntentResponsePlayer");
|
|
88
|
+
const transactionIntentResponsePolicy_1 = require("./transactionIntentResponsePolicy");
|
|
82
89
|
const transactionIntentsResponse_1 = require("./transactionIntentsResponse");
|
|
83
|
-
const userOpResult_1 = require("./userOpResult");
|
|
84
90
|
/* tslint:disable:no-unused-variable */
|
|
85
91
|
let primitives = [
|
|
86
92
|
"string",
|
|
@@ -94,40 +100,43 @@ let primitives = [
|
|
|
94
100
|
];
|
|
95
101
|
let enumsMap = {
|
|
96
102
|
AssetType: assetType_1.AssetType,
|
|
103
|
+
PolicySchema: policySchema_1.PolicySchema,
|
|
97
104
|
};
|
|
98
105
|
let typeMap = {
|
|
99
106
|
AccountResponse: accountResponse_1.AccountResponse,
|
|
100
107
|
AccountsResponse: accountsResponse_1.AccountsResponse,
|
|
101
108
|
ApiKeyResponse: apiKeyResponse_1.ApiKeyResponse,
|
|
102
109
|
AssetInventory: assetInventory_1.AssetInventory,
|
|
110
|
+
ContractDeleteResponse: contractDeleteResponse_1.ContractDeleteResponse,
|
|
103
111
|
ContractResponse: contractResponse_1.ContractResponse,
|
|
104
|
-
ContractResponseAbi: contractResponseAbi_1.ContractResponseAbi,
|
|
105
|
-
ContractResponseAbiAnyOfInner: contractResponseAbiAnyOfInner_1.ContractResponseAbiAnyOfInner,
|
|
106
112
|
ContractsResponse: contractsResponse_1.ContractsResponse,
|
|
107
|
-
Fragment: fragment_1.Fragment,
|
|
108
113
|
Gas: gas_1.Gas,
|
|
109
114
|
GetProjectResponse: getProjectResponse_1.GetProjectResponse,
|
|
110
115
|
Interaction: interaction_1.Interaction,
|
|
111
116
|
InventoryResponse: inventoryResponse_1.InventoryResponse,
|
|
112
|
-
JsonFragment: jsonFragment_1.JsonFragment,
|
|
113
117
|
Log: log_1.Log,
|
|
114
|
-
ParamType: paramType_1.ParamType,
|
|
115
118
|
PlayerResponse: playerResponse_1.PlayerResponse,
|
|
119
|
+
PlayerResponseAccounts: playerResponseAccounts_1.PlayerResponseAccounts,
|
|
116
120
|
PlayersResponse: playersResponse_1.PlayersResponse,
|
|
117
121
|
PoliciesResponse: policiesResponse_1.PoliciesResponse,
|
|
122
|
+
PolicyDeleteResponse: policyDeleteResponse_1.PolicyDeleteResponse,
|
|
118
123
|
PolicyResponse: policyResponse_1.PolicyResponse,
|
|
124
|
+
PolicyResponsePolicyRules: policyResponsePolicyRules_1.PolicyResponsePolicyRules,
|
|
125
|
+
PolicyResponseTransactionIntents: policyResponseTransactionIntents_1.PolicyResponseTransactionIntents,
|
|
119
126
|
PolicyRuleResponse: policyRuleResponse_1.PolicyRuleResponse,
|
|
120
127
|
PolicyRulesResponse: policyRulesResponse_1.PolicyRulesResponse,
|
|
128
|
+
PrismaJsonValue: prismaJsonValue_1.PrismaJsonValue,
|
|
121
129
|
ProjectLogs: projectLogs_1.ProjectLogs,
|
|
122
130
|
ProjectResponse: projectResponse_1.ProjectResponse,
|
|
123
131
|
ProjectsResponse: projectsResponse_1.ProjectsResponse,
|
|
124
132
|
ResponseResponse: responseResponse_1.ResponseResponse,
|
|
125
133
|
SessionResponse: sessionResponse_1.SessionResponse,
|
|
126
|
-
Strategy: strategy_1.Strategy,
|
|
127
134
|
SumGas: sumGas_1.SumGas,
|
|
128
135
|
TransactionIntentResponse: transactionIntentResponse_1.TransactionIntentResponse,
|
|
136
|
+
TransactionIntentResponseAccount: transactionIntentResponseAccount_1.TransactionIntentResponseAccount,
|
|
137
|
+
TransactionIntentResponsePlayer: transactionIntentResponsePlayer_1.TransactionIntentResponsePlayer,
|
|
138
|
+
TransactionIntentResponsePolicy: transactionIntentResponsePolicy_1.TransactionIntentResponsePolicy,
|
|
129
139
|
TransactionIntentsResponse: transactionIntentsResponse_1.TransactionIntentsResponse,
|
|
130
|
-
UserOpResult: userOpResult_1.UserOpResult,
|
|
131
140
|
};
|
|
132
141
|
class ObjectSerializer {
|
|
133
142
|
static findCorrectType(data, expectedType) {
|
package/dist/model/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/model/models.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC;AACjC,8CAA4B;AAC5B,qDAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/model/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
12
|
+
import { PlayerResponseAccounts } from "./playerResponseAccounts";
|
|
13
|
+
import { PolicyResponseTransactionIntents } from "./policyResponseTransactionIntents";
|
|
14
14
|
export declare class PlayerResponse {
|
|
15
15
|
"id": string;
|
|
16
|
+
"object": string;
|
|
16
17
|
"createdAt": Date;
|
|
17
18
|
"name": string | null;
|
|
18
19
|
"livemode": boolean;
|
|
19
20
|
"email": string | null;
|
|
20
21
|
"description": string | null;
|
|
21
22
|
"metadata": string;
|
|
22
|
-
"transactionIntents"?:
|
|
23
|
-
"accounts"
|
|
24
|
-
"object": string;
|
|
23
|
+
"transactionIntents"?: PolicyResponseTransactionIntents;
|
|
24
|
+
"accounts"?: PlayerResponseAccounts;
|
|
25
25
|
static discriminator: string | undefined;
|
|
26
26
|
static attributeTypeMap: Array<{
|
|
27
27
|
name: string;
|
|
@@ -25,6 +25,11 @@ PlayerResponse.attributeTypeMap = [
|
|
|
25
25
|
baseName: "id",
|
|
26
26
|
type: "string",
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
name: "object",
|
|
30
|
+
baseName: "object",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
name: "createdAt",
|
|
30
35
|
baseName: "created_at",
|
|
@@ -58,17 +63,12 @@ PlayerResponse.attributeTypeMap = [
|
|
|
58
63
|
{
|
|
59
64
|
name: "transactionIntents",
|
|
60
65
|
baseName: "transaction_intents",
|
|
61
|
-
type: "
|
|
66
|
+
type: "PolicyResponseTransactionIntents",
|
|
62
67
|
},
|
|
63
68
|
{
|
|
64
69
|
name: "accounts",
|
|
65
70
|
baseName: "accounts",
|
|
66
|
-
type: "
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
name: "object",
|
|
70
|
-
baseName: "object",
|
|
71
|
-
type: "string",
|
|
71
|
+
type: "PlayerResponseAccounts",
|
|
72
72
|
},
|
|
73
73
|
];
|
|
74
74
|
//# sourceMappingURL=playerResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playerResponse.js","sourceRoot":"","sources":["../../src/model/playerResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,cAAc;IAuEzB,MAAM,CAAC,mBAAmB;QACxB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAzEH,wCA0EC;AA9DQ,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;KACb;IACD;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,IAAI,EAAE,OAAO;QACb,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,aAAa;QACnB,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,oBAAoB;QAC1B,QAAQ,EAAE,qBAAqB;QAC/B,IAAI,EAAE,kCAAkC;KACzC;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,wBAAwB;KAC/B;
|
|
1
|
+
{"version":3,"file":"playerResponse.js","sourceRoot":"","sources":["../../src/model/playerResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,cAAc;IAuEzB,MAAM,CAAC,mBAAmB;QACxB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAzEH,wCA0EC;AA9DQ,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;KACb;IACD;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,IAAI,EAAE,OAAO;QACb,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,aAAa;QACnB,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,oBAAoB;QAC1B,QAAQ,EAAE,qBAAqB;QAC/B,IAAI,EAAE,kCAAkC;KACzC;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,wBAAwB;KAC/B;CACF,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Openfort API
|
|
3
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 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
|
+
export declare class PlayerResponseAccounts {
|
|
13
|
+
static discriminator: string | undefined;
|
|
14
|
+
static attributeTypeMap: Array<{
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
}>;
|
|
19
|
+
static getAttributeTypeMap(): {
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 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.PlayerResponseAccounts = void 0;
|
|
15
|
+
class PlayerResponseAccounts {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PlayerResponseAccounts.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PlayerResponseAccounts = PlayerResponseAccounts;
|
|
21
|
+
PlayerResponseAccounts.discriminator = undefined;
|
|
22
|
+
PlayerResponseAccounts.attributeTypeMap = [];
|
|
23
|
+
//# sourceMappingURL=playerResponseAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playerResponseAccounts.js","sourceRoot":"","sources":["../../src/model/playerResponseAccounts.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,sBAAsB;IASjC,MAAM,CAAC,mBAAmB;QACxB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAXH,wDAYC;AAXQ,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAIlB,EAAE,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Openfort API
|
|
3
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 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
|
+
export declare class PolicyDeleteResponse {
|
|
13
|
+
"id": string;
|
|
14
|
+
"object": string;
|
|
15
|
+
"deleted": boolean;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 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.PolicyDeleteResponse = void 0;
|
|
15
|
+
class PolicyDeleteResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PolicyDeleteResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PolicyDeleteResponse = PolicyDeleteResponse;
|
|
21
|
+
PolicyDeleteResponse.discriminator = undefined;
|
|
22
|
+
PolicyDeleteResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
name: "id",
|
|
25
|
+
baseName: "id",
|
|
26
|
+
type: "string",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "object",
|
|
30
|
+
baseName: "object",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "deleted",
|
|
35
|
+
baseName: "deleted",
|
|
36
|
+
type: "boolean",
|
|
37
|
+
},
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=policyDeleteResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policyDeleteResponse.js","sourceRoot":"","sources":["../../src/model/policyDeleteResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oBAAoB;IA6B/B,MAAM,CAAC,mBAAmB;QACxB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BH,oDAgCC;AA3BQ,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;KAChB;CACF,CAAC"}
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
12
|
+
import { PolicyResponsePolicyRules } from "./policyResponsePolicyRules";
|
|
13
|
+
import { PolicyResponseTransactionIntents } from "./policyResponseTransactionIntents";
|
|
14
14
|
export declare class PolicyResponse {
|
|
15
15
|
"id": string;
|
|
16
|
+
"object": string;
|
|
16
17
|
"createdAt": Date;
|
|
17
18
|
"name": string | null;
|
|
18
19
|
"chainId": number;
|
|
19
|
-
"strategy":
|
|
20
|
-
"transactionIntents"
|
|
21
|
-
"policyRules"
|
|
22
|
-
"object": string;
|
|
20
|
+
"strategy": any | null;
|
|
21
|
+
"transactionIntents"?: PolicyResponseTransactionIntents;
|
|
22
|
+
"policyRules"?: PolicyResponsePolicyRules;
|
|
23
23
|
static discriminator: string | undefined;
|
|
24
24
|
static attributeTypeMap: Array<{
|
|
25
25
|
name: string;
|
|
@@ -25,6 +25,11 @@ PolicyResponse.attributeTypeMap = [
|
|
|
25
25
|
baseName: "id",
|
|
26
26
|
type: "string",
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
name: "object",
|
|
30
|
+
baseName: "object",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
name: "createdAt",
|
|
30
35
|
baseName: "created_at",
|
|
@@ -43,22 +48,17 @@ PolicyResponse.attributeTypeMap = [
|
|
|
43
48
|
{
|
|
44
49
|
name: "strategy",
|
|
45
50
|
baseName: "strategy",
|
|
46
|
-
type: "
|
|
51
|
+
type: "any",
|
|
47
52
|
},
|
|
48
53
|
{
|
|
49
54
|
name: "transactionIntents",
|
|
50
55
|
baseName: "transaction_intents",
|
|
51
|
-
type: "
|
|
56
|
+
type: "PolicyResponseTransactionIntents",
|
|
52
57
|
},
|
|
53
58
|
{
|
|
54
59
|
name: "policyRules",
|
|
55
60
|
baseName: "policy_rules",
|
|
56
|
-
type: "
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: "object",
|
|
60
|
-
baseName: "object",
|
|
61
|
-
type: "string",
|
|
61
|
+
type: "PolicyResponsePolicyRules",
|
|
62
62
|
},
|
|
63
63
|
];
|
|
64
64
|
//# sourceMappingURL=policyResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyResponse.js","sourceRoot":"","sources":["../../src/model/policyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,cAAc;IA2DzB,MAAM,CAAC,mBAAmB;QACxB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA7DH,wCA8DC;AApDQ,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;KACb;IACD;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"policyResponse.js","sourceRoot":"","sources":["../../src/model/policyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,cAAc;IA2DzB,MAAM,CAAC,mBAAmB;QACxB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA7DH,wCA8DC;AApDQ,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;KACb;IACD;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,KAAK;KACZ;IACD;QACE,IAAI,EAAE,oBAAoB;QAC1B,QAAQ,EAAE,qBAAqB;QAC/B,IAAI,EAAE,kCAAkC;KACzC;IACD;QACE,IAAI,EAAE,aAAa;QACnB,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,2BAA2B;KAClC;CACF,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Openfort API
|
|
3
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 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
|
+
export declare class PolicyResponsePolicyRules {
|
|
13
|
+
static discriminator: string | undefined;
|
|
14
|
+
static attributeTypeMap: Array<{
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
}>;
|
|
19
|
+
static getAttributeTypeMap(): {
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 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.PolicyResponsePolicyRules = void 0;
|
|
15
|
+
class PolicyResponsePolicyRules {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PolicyResponsePolicyRules.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PolicyResponsePolicyRules = PolicyResponsePolicyRules;
|
|
21
|
+
PolicyResponsePolicyRules.discriminator = undefined;
|
|
22
|
+
PolicyResponsePolicyRules.attributeTypeMap = [];
|
|
23
|
+
//# sourceMappingURL=policyResponsePolicyRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policyResponsePolicyRules.js","sourceRoot":"","sources":["../../src/model/policyResponsePolicyRules.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,yBAAyB;IASpC,MAAM,CAAC,mBAAmB;QACxB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXH,8DAYC;AAXQ,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAIlB,EAAE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Openfort API
|
|
3
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 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
|
+
export declare class PolicyResponseTransactionIntents {
|
|
13
|
+
static discriminator: string | undefined;
|
|
14
|
+
static attributeTypeMap: Array<{
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
}>;
|
|
19
|
+
static getAttributeTypeMap(): {
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 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.PolicyResponseTransactionIntents = void 0;
|
|
15
|
+
class PolicyResponseTransactionIntents {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PolicyResponseTransactionIntents.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PolicyResponseTransactionIntents = PolicyResponseTransactionIntents;
|
|
21
|
+
PolicyResponseTransactionIntents.discriminator = undefined;
|
|
22
|
+
PolicyResponseTransactionIntents.attributeTypeMap = [];
|
|
23
|
+
//# sourceMappingURL=policyResponseTransactionIntents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policyResponseTransactionIntents.js","sourceRoot":"","sources":["../../src/model/policyResponseTransactionIntents.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gCAAgC;IAS3C,MAAM,CAAC,mBAAmB;QACxB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAXH,4EAYC;AAXQ,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAIlB,EAAE,CAAC"}
|
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { ContractResponse } from "./contractResponse";
|
|
13
|
+
import { PolicySchema } from "./policySchema";
|
|
13
14
|
export declare class PolicyRuleResponse {
|
|
14
15
|
"id": string;
|
|
15
|
-
"createdAt": Date;
|
|
16
|
-
"type": string;
|
|
17
|
-
"functionName"?: string;
|
|
18
|
-
"contract"?: ContractResponse;
|
|
19
16
|
"object": string;
|
|
17
|
+
"createdAt": Date;
|
|
18
|
+
"type": PolicySchema;
|
|
19
|
+
"functionName": string | null;
|
|
20
|
+
"contract": ContractResponse | null;
|
|
20
21
|
static discriminator: string | undefined;
|
|
21
22
|
static attributeTypeMap: Array<{
|
|
22
23
|
name: string;
|
|
@@ -29,3 +30,4 @@ export declare class PolicyRuleResponse {
|
|
|
29
30
|
type: string;
|
|
30
31
|
}[];
|
|
31
32
|
}
|
|
33
|
+
export declare namespace PolicyRuleResponse { }
|
|
@@ -25,6 +25,11 @@ PolicyRuleResponse.attributeTypeMap = [
|
|
|
25
25
|
baseName: "id",
|
|
26
26
|
type: "string",
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
name: "object",
|
|
30
|
+
baseName: "object",
|
|
31
|
+
type: "string",
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
name: "createdAt",
|
|
30
35
|
baseName: "created_at",
|
|
@@ -33,7 +38,7 @@ PolicyRuleResponse.attributeTypeMap = [
|
|
|
33
38
|
{
|
|
34
39
|
name: "type",
|
|
35
40
|
baseName: "type",
|
|
36
|
-
type: "
|
|
41
|
+
type: "PolicySchema",
|
|
37
42
|
},
|
|
38
43
|
{
|
|
39
44
|
name: "functionName",
|
|
@@ -45,10 +50,5 @@ PolicyRuleResponse.attributeTypeMap = [
|
|
|
45
50
|
baseName: "contract",
|
|
46
51
|
type: "ContractResponse",
|
|
47
52
|
},
|
|
48
|
-
{
|
|
49
|
-
name: "object",
|
|
50
|
-
baseName: "object",
|
|
51
|
-
type: "string",
|
|
52
|
-
},
|
|
53
53
|
];
|
|
54
54
|
//# sourceMappingURL=policyRuleResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyRuleResponse.js","sourceRoot":"","sources":["../../src/model/policyRuleResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"policyRuleResponse.js","sourceRoot":"","sources":["../../src/model/policyRuleResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,kBAAkB;IA+C7B,MAAM,CAAC,mBAAmB;QACxB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAjDH,gDAkDC;AA1CQ,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAIlB;IACH;QACE,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,MAAM;KACb;IACD;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,IAAI,EAAE,cAAc;QACpB,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,kBAAkB;KACzB;CACF,CAAC"}
|
|
@@ -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
|
+
* The version of the OpenAPI document: 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
|
+
export declare enum PolicySchema {
|
|
13
|
+
ContractFunctions,
|
|
14
|
+
AccountFunctions
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Openfort API
|
|
4
|
+
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 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.PolicySchema = void 0;
|
|
15
|
+
var PolicySchema;
|
|
16
|
+
(function (PolicySchema) {
|
|
17
|
+
PolicySchema[PolicySchema["ContractFunctions"] = "contract_functions"] = "ContractFunctions";
|
|
18
|
+
PolicySchema[PolicySchema["AccountFunctions"] = "account_functions"] = "AccountFunctions";
|
|
19
|
+
})(PolicySchema = exports.PolicySchema || (exports.PolicySchema = {}));
|
|
20
|
+
//# sourceMappingURL=policySchema.js.map
|