@openfort/openfort-node 0.1.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/README.md +46 -0
- package/dist/api/apis.d.ts +26 -0
- package/dist/api/apis.js +54 -0
- package/dist/api/apis.js.map +1 -0
- package/dist/api/contractsApi.d.ts +82 -0
- package/dist/api/contractsApi.js +317 -0
- package/dist/api/contractsApi.js.map +1 -0
- package/dist/api/defaultApi.d.ts +142 -0
- package/dist/api/defaultApi.js +653 -0
- package/dist/api/defaultApi.js.map +1 -0
- package/dist/api/logsApi.d.ts +52 -0
- package/dist/api/logsApi.js +155 -0
- package/dist/api/logsApi.js.map +1 -0
- package/dist/api/playersApi.d.ts +157 -0
- package/dist/api/playersApi.js +722 -0
- package/dist/api/playersApi.js.map +1 -0
- package/dist/api/policiesApi.d.ts +175 -0
- package/dist/api/policiesApi.js +812 -0
- package/dist/api/policiesApi.js.map +1 -0
- package/dist/api/projectsApi.d.ts +104 -0
- package/dist/api/projectsApi.js +450 -0
- package/dist/api/projectsApi.js.map +1 -0
- package/dist/api/sessionsApi.d.ts +70 -0
- package/dist/api/sessionsApi.js +276 -0
- package/dist/api/sessionsApi.js.map +1 -0
- package/dist/api/transactionIntentsApi.d.ts +124 -0
- package/dist/api/transactionIntentsApi.js +565 -0
- package/dist/api/transactionIntentsApi.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +66 -0
- package/dist/index.js.map +1 -0
- package/dist/model/accountResponse.d.ts +33 -0
- package/dist/model/accountResponse.js +64 -0
- package/dist/model/accountResponse.js.map +1 -0
- package/dist/model/accountsResponse.d.ts +28 -0
- package/dist/model/accountsResponse.js +39 -0
- package/dist/model/accountsResponse.js.map +1 -0
- package/dist/model/allowFunctionResponse.d.ts +31 -0
- package/dist/model/allowFunctionResponse.js +54 -0
- package/dist/model/allowFunctionResponse.js.map +1 -0
- package/dist/model/allowFunctionsResponse.d.ts +28 -0
- package/dist/model/allowFunctionsResponse.js +39 -0
- package/dist/model/allowFunctionsResponse.js.map +1 -0
- package/dist/model/apiKeyResponse.d.ts +28 -0
- package/dist/model/apiKeyResponse.js +44 -0
- package/dist/model/apiKeyResponse.js.map +1 -0
- package/dist/model/assetInventory.d.ts +34 -0
- package/dist/model/assetInventory.js +44 -0
- package/dist/model/assetInventory.js.map +1 -0
- package/dist/model/assetType.d.ts +17 -0
- package/dist/model/assetType.js +22 -0
- package/dist/model/assetType.js.map +1 -0
- package/dist/model/authResponse.d.ts +26 -0
- package/dist/model/authResponse.js +34 -0
- package/dist/model/authResponse.js.map +1 -0
- package/dist/model/contractResponse.d.ts +33 -0
- package/dist/model/contractResponse.js +64 -0
- package/dist/model/contractResponse.js.map +1 -0
- package/dist/model/contractResponseAbi.d.ts +24 -0
- package/dist/model/contractResponseAbi.js +23 -0
- package/dist/model/contractResponseAbi.js.map +1 -0
- package/dist/model/contractResponseAbiAnyOfInner.d.ts +34 -0
- package/dist/model/contractResponseAbiAnyOfInner.js +74 -0
- package/dist/model/contractResponseAbiAnyOfInner.js.map +1 -0
- package/dist/model/contractsResponse.d.ts +28 -0
- package/dist/model/contractsResponse.js +39 -0
- package/dist/model/contractsResponse.js.map +1 -0
- package/dist/model/createSessionPlayerRequest.d.ts +31 -0
- package/dist/model/createSessionPlayerRequest.js +59 -0
- package/dist/model/createSessionPlayerRequest.js.map +1 -0
- package/dist/model/fragment.d.ts +29 -0
- package/dist/model/fragment.js +44 -0
- package/dist/model/fragment.js.map +1 -0
- package/dist/model/gas.d.ts +29 -0
- package/dist/model/gas.js +39 -0
- package/dist/model/gas.js.map +1 -0
- package/dist/model/getProjectResponse.d.ts +27 -0
- package/dist/model/getProjectResponse.js +39 -0
- package/dist/model/getProjectResponse.js.map +1 -0
- package/dist/model/interaction.d.ts +27 -0
- package/dist/model/interaction.js +39 -0
- package/dist/model/interaction.js.map +1 -0
- package/dist/model/inventoryResponse.d.ts +29 -0
- package/dist/model/inventoryResponse.js +44 -0
- package/dist/model/inventoryResponse.js.map +1 -0
- package/dist/model/jsonFragment.d.ts +33 -0
- package/dist/model/jsonFragment.js +69 -0
- package/dist/model/jsonFragment.js.map +1 -0
- package/dist/model/log.d.ts +31 -0
- package/dist/model/log.js +59 -0
- package/dist/model/log.js.map +1 -0
- package/dist/model/models.d.ts +83 -0
- package/dist/model/models.js +324 -0
- package/dist/model/models.js.map +1 -0
- package/dist/model/paramType.d.ts +32 -0
- package/dist/model/paramType.js +64 -0
- package/dist/model/paramType.js.map +1 -0
- package/dist/model/playerResponse.d.ts +36 -0
- package/dist/model/playerResponse.js +74 -0
- package/dist/model/playerResponse.js.map +1 -0
- package/dist/model/playersResponse.d.ts +28 -0
- package/dist/model/playersResponse.js +39 -0
- package/dist/model/playersResponse.js.map +1 -0
- package/dist/model/policiesResponse.d.ts +28 -0
- package/dist/model/policiesResponse.js +39 -0
- package/dist/model/policiesResponse.js.map +1 -0
- package/dist/model/policyResponse.d.ts +34 -0
- package/dist/model/policyResponse.js +64 -0
- package/dist/model/policyResponse.js.map +1 -0
- package/dist/model/projectLogs.d.ts +28 -0
- package/dist/model/projectLogs.js +39 -0
- package/dist/model/projectLogs.js.map +1 -0
- package/dist/model/projectResponse.d.ts +32 -0
- package/dist/model/projectResponse.js +59 -0
- package/dist/model/projectResponse.js.map +1 -0
- package/dist/model/projectsResponse.d.ts +28 -0
- package/dist/model/projectsResponse.js +39 -0
- package/dist/model/projectsResponse.js.map +1 -0
- package/dist/model/responseResponse.d.ts +32 -0
- package/dist/model/responseResponse.js +64 -0
- package/dist/model/responseResponse.js.map +1 -0
- package/dist/model/sessionResponse.d.ts +32 -0
- package/dist/model/sessionResponse.js +64 -0
- package/dist/model/sessionResponse.js.map +1 -0
- package/dist/model/strategy.d.ts +27 -0
- package/dist/model/strategy.js +39 -0
- package/dist/model/strategy.js.map +1 -0
- package/dist/model/sumGas.d.ts +27 -0
- package/dist/model/sumGas.js +39 -0
- package/dist/model/sumGas.js.map +1 -0
- package/dist/model/transactionIntentResponse.d.ts +40 -0
- package/dist/model/transactionIntentResponse.js +89 -0
- package/dist/model/transactionIntentResponse.js.map +1 -0
- package/dist/model/transactionIntentsResponse.d.ts +28 -0
- package/dist/model/transactionIntentsResponse.js +39 -0
- package/dist/model/transactionIntentsResponse.js.map +1 -0
- package/dist/model/userOpResult.d.ts +26 -0
- package/dist/model/userOpResult.js +34 -0
- package/dist/model/userOpResult.js.map +1 -0
- package/package.json +40 -0
- package/tsconfig.json +38 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -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.PoliciesResponse = void 0;
|
|
15
|
+
class PoliciesResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PoliciesResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PoliciesResponse = PoliciesResponse;
|
|
21
|
+
PoliciesResponse.discriminator = undefined;
|
|
22
|
+
PoliciesResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "object",
|
|
25
|
+
"baseName": "object",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "url",
|
|
30
|
+
"baseName": "url",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "data",
|
|
35
|
+
"baseName": "data",
|
|
36
|
+
"type": "Array<PolicyResponse>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=policiesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policiesResponse.js","sourceRoot":"","sources":["../../src/model/policiesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gBAAgB;IAwBzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BL,4CA2BC;AAtBU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { AllowFunctionResponse } from './allowFunctionResponse';
|
|
13
|
+
import { Strategy } from './strategy';
|
|
14
|
+
export declare class PolicyResponse {
|
|
15
|
+
'id': string;
|
|
16
|
+
'createdAt': Date;
|
|
17
|
+
'name': string | null;
|
|
18
|
+
'chainId': number;
|
|
19
|
+
'strategy': Strategy;
|
|
20
|
+
'transactionIntents': Array<any>;
|
|
21
|
+
'allowFunctions': Array<AllowFunctionResponse>;
|
|
22
|
+
'object': string;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.PolicyResponse = void 0;
|
|
15
|
+
class PolicyResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PolicyResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PolicyResponse = PolicyResponse;
|
|
21
|
+
PolicyResponse.discriminator = undefined;
|
|
22
|
+
PolicyResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "createdAt",
|
|
30
|
+
"baseName": "created_at",
|
|
31
|
+
"type": "Date"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "name",
|
|
35
|
+
"baseName": "name",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "chainId",
|
|
40
|
+
"baseName": "chain_id",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "strategy",
|
|
45
|
+
"baseName": "strategy",
|
|
46
|
+
"type": "Strategy"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "transactionIntents",
|
|
50
|
+
"baseName": "transaction_intents",
|
|
51
|
+
"type": "Array<any>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "allowFunctions",
|
|
55
|
+
"baseName": "allow_functions",
|
|
56
|
+
"type": "Array<AllowFunctionResponse>"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "object",
|
|
60
|
+
"baseName": "object",
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
];
|
|
64
|
+
//# sourceMappingURL=policyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policyResponse.js","sourceRoot":"","sources":["../../src/model/policyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,cAAc;IAsDvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAxDL,wCAyDC;AA/CU,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,UAAU;KACrB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,YAAY;KACvB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
import { Log } from './log';
|
|
13
|
+
export declare class ProjectLogs {
|
|
14
|
+
'object': string;
|
|
15
|
+
'url': string;
|
|
16
|
+
'data': Array<Log>;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.ProjectLogs = void 0;
|
|
15
|
+
class ProjectLogs {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ProjectLogs.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ProjectLogs = ProjectLogs;
|
|
21
|
+
ProjectLogs.discriminator = undefined;
|
|
22
|
+
ProjectLogs.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "object",
|
|
25
|
+
"baseName": "object",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "url",
|
|
30
|
+
"baseName": "url",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "data",
|
|
35
|
+
"baseName": "data",
|
|
36
|
+
"type": "Array<Log>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=projectLogs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectLogs.js","sourceRoot":"","sources":["../../src/model/projectLogs.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,WAAW;IAwBpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA1BL,kCA2BC;AAtBU,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,YAAY;KACvB;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
|
+
* 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
|
+
import { ApiKeyResponse } from './apiKeyResponse';
|
|
13
|
+
export declare class ProjectResponse {
|
|
14
|
+
'id': string;
|
|
15
|
+
'createdAt': Date;
|
|
16
|
+
'name': string | null;
|
|
17
|
+
'livemode': boolean;
|
|
18
|
+
'logoUrl'?: string | null;
|
|
19
|
+
'apikeys': Array<ApiKeyResponse>;
|
|
20
|
+
'object': string;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -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
|
+
* 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.ProjectResponse = void 0;
|
|
15
|
+
class ProjectResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ProjectResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ProjectResponse = ProjectResponse;
|
|
21
|
+
ProjectResponse.discriminator = undefined;
|
|
22
|
+
ProjectResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "createdAt",
|
|
30
|
+
"baseName": "created_at",
|
|
31
|
+
"type": "Date"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "name",
|
|
35
|
+
"baseName": "name",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "livemode",
|
|
40
|
+
"baseName": "livemode",
|
|
41
|
+
"type": "boolean"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "logoUrl",
|
|
45
|
+
"baseName": "logo_url",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "apikeys",
|
|
50
|
+
"baseName": "apikeys",
|
|
51
|
+
"type": "Array<ApiKeyResponse>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "object",
|
|
55
|
+
"baseName": "object",
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=projectResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectResponse.js","sourceRoot":"","sources":["../../src/model/projectResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,eAAe;IAgDxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAlDL,0CAmDC;AA1CU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
import { ProjectResponse } from './projectResponse';
|
|
13
|
+
export declare class ProjectsResponse {
|
|
14
|
+
'object': string;
|
|
15
|
+
'url': string;
|
|
16
|
+
'data': Array<ProjectResponse>;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.ProjectsResponse = void 0;
|
|
15
|
+
class ProjectsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ProjectsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ProjectsResponse = ProjectsResponse;
|
|
21
|
+
ProjectsResponse.discriminator = undefined;
|
|
22
|
+
ProjectsResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "object",
|
|
25
|
+
"baseName": "object",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "url",
|
|
30
|
+
"baseName": "url",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "data",
|
|
35
|
+
"baseName": "data",
|
|
36
|
+
"type": "Array<ProjectResponse>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=projectsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectsResponse.js","sourceRoot":"","sources":["../../src/model/projectsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gBAAgB;IAwBzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BL,4CA2BC;AAtBU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;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
|
+
* 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 ResponseResponse {
|
|
13
|
+
'createdAt': Date;
|
|
14
|
+
'blockNumber': number | null;
|
|
15
|
+
'transactionHash': string | null;
|
|
16
|
+
'gasUsed': number;
|
|
17
|
+
'status': number;
|
|
18
|
+
'logs': Array<string>;
|
|
19
|
+
'to': string;
|
|
20
|
+
'error': string;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.ResponseResponse = void 0;
|
|
15
|
+
class ResponseResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ResponseResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ResponseResponse = ResponseResponse;
|
|
21
|
+
ResponseResponse.discriminator = undefined;
|
|
22
|
+
ResponseResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "createdAt",
|
|
25
|
+
"baseName": "created_at",
|
|
26
|
+
"type": "Date"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "blockNumber",
|
|
30
|
+
"baseName": "block_number",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "transactionHash",
|
|
35
|
+
"baseName": "transaction_hash",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "gasUsed",
|
|
40
|
+
"baseName": "gas_used",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "status",
|
|
45
|
+
"baseName": "status",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "logs",
|
|
50
|
+
"baseName": "logs",
|
|
51
|
+
"type": "Array<string>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "to",
|
|
55
|
+
"baseName": "to",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "error",
|
|
60
|
+
"baseName": "error",
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
];
|
|
64
|
+
//# sourceMappingURL=responseResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responseResponse.js","sourceRoot":"","sources":["../../src/model/responseResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gBAAgB;IAsDzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAxDL,4CAyDC;AA/CU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;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
|
+
* 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 SessionResponse {
|
|
13
|
+
'id': string;
|
|
14
|
+
'createdAt': Date;
|
|
15
|
+
'object': string;
|
|
16
|
+
'validAfter'?: string;
|
|
17
|
+
'validUntil'?: string;
|
|
18
|
+
'whitelist'?: Array<string>;
|
|
19
|
+
'limit'?: number;
|
|
20
|
+
'nextAction': object | null;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.SessionResponse = void 0;
|
|
15
|
+
class SessionResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SessionResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SessionResponse = SessionResponse;
|
|
21
|
+
SessionResponse.discriminator = undefined;
|
|
22
|
+
SessionResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "createdAt",
|
|
30
|
+
"baseName": "created_at",
|
|
31
|
+
"type": "Date"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "object",
|
|
35
|
+
"baseName": "object",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "validAfter",
|
|
40
|
+
"baseName": "valid_after",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "validUntil",
|
|
45
|
+
"baseName": "valid_until",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "whitelist",
|
|
50
|
+
"baseName": "whitelist",
|
|
51
|
+
"type": "Array<string>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "limit",
|
|
55
|
+
"baseName": "limit",
|
|
56
|
+
"type": "number"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "nextAction",
|
|
60
|
+
"baseName": "next_action",
|
|
61
|
+
"type": "object"
|
|
62
|
+
}
|
|
63
|
+
];
|
|
64
|
+
//# sourceMappingURL=sessionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sessionResponse.js","sourceRoot":"","sources":["../../src/model/sessionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,eAAe;IAsDxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAxDL,0CAyDC;AA/CU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,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 Strategy {
|
|
13
|
+
'sponsorSchema': string;
|
|
14
|
+
'tokenContract': string;
|
|
15
|
+
'tokenContractAmount': string;
|
|
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.Strategy = void 0;
|
|
15
|
+
class Strategy {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return Strategy.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Strategy = Strategy;
|
|
21
|
+
Strategy.discriminator = undefined;
|
|
22
|
+
Strategy.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "sponsorSchema",
|
|
25
|
+
"baseName": "sponsor_schema",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "tokenContract",
|
|
30
|
+
"baseName": "token_contract",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "tokenContractAmount",
|
|
35
|
+
"baseName": "token_contract_amount",
|
|
36
|
+
"type": "string"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=strategy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strategy.js","sourceRoot":"","sources":["../../src/model/strategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,QAAQ;IAwBjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AA1BL,4BA2BC;AAtBU,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|