@openfort/openfort-node 0.6.2 → 0.6.4
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/generated/apis/SessionsApi.js +5 -0
- package/dist/generated/apis/SessionsApi.js.map +1 -1
- package/dist/generated/apis/TransactionIntentsApi.js +5 -0
- package/dist/generated/apis/TransactionIntentsApi.js.map +1 -1
- package/dist/generated/models/CreatePlayerSessionRequest.d.ts +1 -1
- package/dist/generated/models/CreateSessionRequest.d.ts +1 -1
- package/dist/generated/models/RevokeSessionPlayerRequest.d.ts +1 -1
- package/dist/generated/models/RevokeSessionRequest.d.ts +4 -4
- package/dist/generated/models/RevokeSessionRequest.js +12 -12
- package/dist/generated/models/RevokeSessionRequest.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/generated/models/PickAccountResponseId.d.ts +0 -31
- package/dist/generated/models/PickAccountResponseId.js +0 -35
- package/dist/generated/models/PickAccountResponseId.js.map +0 -1
- package/dist/generated/models/PickPolicyResponseId.d.ts +0 -31
- package/dist/generated/models/PickPolicyResponseId.js +0 -35
- package/dist/generated/models/PickPolicyResponseId.js.map +0 -1
- package/dist/generated/models/PickPolicyRuleResponseId.d.ts +0 -31
- package/dist/generated/models/PickPolicyRuleResponseId.js +0 -35
- package/dist/generated/models/PickPolicyRuleResponseId.js.map +0 -1
- package/dist/generated/models/PickTransactionIntentResponseId.d.ts +0 -31
- package/dist/generated/models/PickTransactionIntentResponseId.js +0 -35
- package/dist/generated/models/PickTransactionIntentResponseId.js.map +0 -1
- package/dist/generated/models/PolicyResponseTransactionIntentsInner.d.ts +0 -47
- package/dist/generated/models/PolicyResponseTransactionIntentsInner.js +0 -104
- package/dist/generated/models/PolicyResponseTransactionIntentsInner.js.map +0 -1
- package/dist/generated/models/TransactionIntentResponseAccount.d.ts +0 -40
- package/dist/generated/models/TransactionIntentResponseAccount.js +0 -92
- package/dist/generated/models/TransactionIntentResponseAccount.js.map +0 -1
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Openfort API
|
|
3
|
-
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0.0
|
|
6
|
-
* Contact: founders@openfort.xyz
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
14
|
-
*/
|
|
15
|
-
export declare class PickPolicyRuleResponseId {
|
|
16
|
-
'id': string;
|
|
17
|
-
static readonly discriminator: string | undefined;
|
|
18
|
-
static readonly attributeTypeMap: Array<{
|
|
19
|
-
name: string;
|
|
20
|
-
baseName: string;
|
|
21
|
-
type: string;
|
|
22
|
-
format: string;
|
|
23
|
-
}>;
|
|
24
|
-
static getAttributeTypeMap(): {
|
|
25
|
-
name: string;
|
|
26
|
-
baseName: string;
|
|
27
|
-
type: string;
|
|
28
|
-
format: string;
|
|
29
|
-
}[];
|
|
30
|
-
constructor();
|
|
31
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
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.PickPolicyRuleResponseId = void 0;
|
|
15
|
-
/**
|
|
16
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
17
|
-
*/
|
|
18
|
-
class PickPolicyRuleResponseId {
|
|
19
|
-
static getAttributeTypeMap() {
|
|
20
|
-
return PickPolicyRuleResponseId.attributeTypeMap;
|
|
21
|
-
}
|
|
22
|
-
constructor() {
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
exports.PickPolicyRuleResponseId = PickPolicyRuleResponseId;
|
|
26
|
-
PickPolicyRuleResponseId.discriminator = undefined;
|
|
27
|
-
PickPolicyRuleResponseId.attributeTypeMap = [
|
|
28
|
-
{
|
|
29
|
-
"name": "id",
|
|
30
|
-
"baseName": "id",
|
|
31
|
-
"type": "string",
|
|
32
|
-
"format": ""
|
|
33
|
-
}
|
|
34
|
-
];
|
|
35
|
-
//# sourceMappingURL=PickPolicyRuleResponseId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PickPolicyRuleResponseId.js","sourceRoot":"","sources":["../../../src/generated/models/PickPolicyRuleResponseId.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAajC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IAED;IACA,CAAC;;AAlBL,4DAmBC;AAhBmB,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Openfort API
|
|
3
|
-
* Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0.0
|
|
6
|
-
* Contact: founders@openfort.xyz
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
14
|
-
*/
|
|
15
|
-
export declare class PickTransactionIntentResponseId {
|
|
16
|
-
'id': string;
|
|
17
|
-
static readonly discriminator: string | undefined;
|
|
18
|
-
static readonly attributeTypeMap: Array<{
|
|
19
|
-
name: string;
|
|
20
|
-
baseName: string;
|
|
21
|
-
type: string;
|
|
22
|
-
format: string;
|
|
23
|
-
}>;
|
|
24
|
-
static getAttributeTypeMap(): {
|
|
25
|
-
name: string;
|
|
26
|
-
baseName: string;
|
|
27
|
-
type: string;
|
|
28
|
-
format: string;
|
|
29
|
-
}[];
|
|
30
|
-
constructor();
|
|
31
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
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.PickTransactionIntentResponseId = void 0;
|
|
15
|
-
/**
|
|
16
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
17
|
-
*/
|
|
18
|
-
class PickTransactionIntentResponseId {
|
|
19
|
-
static getAttributeTypeMap() {
|
|
20
|
-
return PickTransactionIntentResponseId.attributeTypeMap;
|
|
21
|
-
}
|
|
22
|
-
constructor() {
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
exports.PickTransactionIntentResponseId = PickTransactionIntentResponseId;
|
|
26
|
-
PickTransactionIntentResponseId.discriminator = undefined;
|
|
27
|
-
PickTransactionIntentResponseId.attributeTypeMap = [
|
|
28
|
-
{
|
|
29
|
-
"name": "id",
|
|
30
|
-
"baseName": "id",
|
|
31
|
-
"type": "string",
|
|
32
|
-
"format": ""
|
|
33
|
-
}
|
|
34
|
-
];
|
|
35
|
-
//# sourceMappingURL=PickTransactionIntentResponseId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PickTransactionIntentResponseId.js","sourceRoot":"","sources":["../../../src/generated/models/PickTransactionIntentResponseId.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,+BAA+B;IAaxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAED;IACA,CAAC;;AAlBL,0EAmBC;AAhBmB,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -1,47 +0,0 @@
|
|
|
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 { EntityTypeTRANSACTIONINTENT } from '../models/EntityTypeTRANSACTIONINTENT';
|
|
13
|
-
import { Interaction } from '../models/Interaction';
|
|
14
|
-
import { NextActionResponse } from '../models/NextActionResponse';
|
|
15
|
-
import { ResponseResponse } from '../models/ResponseResponse';
|
|
16
|
-
import { TransactionIntentResponseAccount } from '../models/TransactionIntentResponseAccount';
|
|
17
|
-
import { TransactionIntentResponsePlayer } from '../models/TransactionIntentResponsePlayer';
|
|
18
|
-
import { TransactionIntentResponsePolicy } from '../models/TransactionIntentResponsePolicy';
|
|
19
|
-
export declare class PolicyResponseTransactionIntentsInner {
|
|
20
|
-
'nextAction'?: NextActionResponse;
|
|
21
|
-
'policy'?: TransactionIntentResponsePolicy;
|
|
22
|
-
'player'?: TransactionIntentResponsePlayer;
|
|
23
|
-
'account'?: TransactionIntentResponseAccount;
|
|
24
|
-
'id': string;
|
|
25
|
-
'object': EntityTypeTRANSACTIONINTENT;
|
|
26
|
-
'createdAt': number;
|
|
27
|
-
'updatedAt': number;
|
|
28
|
-
'chainId': number;
|
|
29
|
-
'userOperationHash'?: string;
|
|
30
|
-
'userOperation'?: any | null;
|
|
31
|
-
'response'?: ResponseResponse;
|
|
32
|
-
'interactions'?: Array<Interaction>;
|
|
33
|
-
static readonly discriminator: string | undefined;
|
|
34
|
-
static readonly attributeTypeMap: Array<{
|
|
35
|
-
name: string;
|
|
36
|
-
baseName: string;
|
|
37
|
-
type: string;
|
|
38
|
-
format: string;
|
|
39
|
-
}>;
|
|
40
|
-
static getAttributeTypeMap(): {
|
|
41
|
-
name: string;
|
|
42
|
-
baseName: string;
|
|
43
|
-
type: string;
|
|
44
|
-
format: string;
|
|
45
|
-
}[];
|
|
46
|
-
constructor();
|
|
47
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
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.PolicyResponseTransactionIntentsInner = void 0;
|
|
15
|
-
class PolicyResponseTransactionIntentsInner {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return PolicyResponseTransactionIntentsInner.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
constructor() {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.PolicyResponseTransactionIntentsInner = PolicyResponseTransactionIntentsInner;
|
|
23
|
-
PolicyResponseTransactionIntentsInner.discriminator = undefined;
|
|
24
|
-
PolicyResponseTransactionIntentsInner.attributeTypeMap = [
|
|
25
|
-
{
|
|
26
|
-
"name": "nextAction",
|
|
27
|
-
"baseName": "nextAction",
|
|
28
|
-
"type": "NextActionResponse",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "policy",
|
|
33
|
-
"baseName": "policy",
|
|
34
|
-
"type": "TransactionIntentResponsePolicy",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "player",
|
|
39
|
-
"baseName": "player",
|
|
40
|
-
"type": "TransactionIntentResponsePlayer",
|
|
41
|
-
"format": ""
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "account",
|
|
45
|
-
"baseName": "account",
|
|
46
|
-
"type": "TransactionIntentResponseAccount",
|
|
47
|
-
"format": ""
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "id",
|
|
51
|
-
"baseName": "id",
|
|
52
|
-
"type": "string",
|
|
53
|
-
"format": ""
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "object",
|
|
57
|
-
"baseName": "object",
|
|
58
|
-
"type": "EntityTypeTRANSACTIONINTENT",
|
|
59
|
-
"format": ""
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "createdAt",
|
|
63
|
-
"baseName": "createdAt",
|
|
64
|
-
"type": "number",
|
|
65
|
-
"format": "int32"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "updatedAt",
|
|
69
|
-
"baseName": "updatedAt",
|
|
70
|
-
"type": "number",
|
|
71
|
-
"format": "int32"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "chainId",
|
|
75
|
-
"baseName": "chainId",
|
|
76
|
-
"type": "number",
|
|
77
|
-
"format": "double"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "userOperationHash",
|
|
81
|
-
"baseName": "userOperationHash",
|
|
82
|
-
"type": "string",
|
|
83
|
-
"format": ""
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "userOperation",
|
|
87
|
-
"baseName": "userOperation",
|
|
88
|
-
"type": "any",
|
|
89
|
-
"format": ""
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "response",
|
|
93
|
-
"baseName": "response",
|
|
94
|
-
"type": "ResponseResponse",
|
|
95
|
-
"format": ""
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "interactions",
|
|
99
|
-
"baseName": "interactions",
|
|
100
|
-
"type": "Array<Interaction>",
|
|
101
|
-
"format": ""
|
|
102
|
-
}
|
|
103
|
-
];
|
|
104
|
-
//# sourceMappingURL=PolicyResponseTransactionIntentsInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyResponseTransactionIntentsInner.js","sourceRoot":"","sources":["../../../src/generated/models/PolicyResponseTransactionIntentsInner.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAaH,MAAa,qCAAqC;IAiG9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;IAED;IACA,CAAC;;AAtGL,sFAuGC;AAxFmB,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,oBAAoB;QAC5B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;QACzC,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;QACzC,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,kCAAkC;QAC1C,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;QACrC,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kBAAkB;QAC1B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,oBAAoB;QAC5B,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { EntityTypeACCOUNT } from '../models/EntityTypeACCOUNT';
|
|
13
|
-
import { PolicyResponseTransactionIntentsInner } from '../models/PolicyResponseTransactionIntentsInner';
|
|
14
|
-
export declare class TransactionIntentResponseAccount {
|
|
15
|
-
'transactionIntents'?: Array<PolicyResponseTransactionIntentsInner>;
|
|
16
|
-
'id': string;
|
|
17
|
-
'object': EntityTypeACCOUNT;
|
|
18
|
-
'createdAt': number;
|
|
19
|
-
'address': string;
|
|
20
|
-
'ownerAddress': string;
|
|
21
|
-
'deployed': boolean;
|
|
22
|
-
'custodial': boolean;
|
|
23
|
-
'chainId': number;
|
|
24
|
-
'accountType': string;
|
|
25
|
-
'pendingOwnerAddress'?: string;
|
|
26
|
-
static readonly discriminator: string | undefined;
|
|
27
|
-
static readonly attributeTypeMap: Array<{
|
|
28
|
-
name: string;
|
|
29
|
-
baseName: string;
|
|
30
|
-
type: string;
|
|
31
|
-
format: string;
|
|
32
|
-
}>;
|
|
33
|
-
static getAttributeTypeMap(): {
|
|
34
|
-
name: string;
|
|
35
|
-
baseName: string;
|
|
36
|
-
type: string;
|
|
37
|
-
format: string;
|
|
38
|
-
}[];
|
|
39
|
-
constructor();
|
|
40
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
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.TransactionIntentResponseAccount = void 0;
|
|
15
|
-
class TransactionIntentResponseAccount {
|
|
16
|
-
static getAttributeTypeMap() {
|
|
17
|
-
return TransactionIntentResponseAccount.attributeTypeMap;
|
|
18
|
-
}
|
|
19
|
-
constructor() {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.TransactionIntentResponseAccount = TransactionIntentResponseAccount;
|
|
23
|
-
TransactionIntentResponseAccount.discriminator = undefined;
|
|
24
|
-
TransactionIntentResponseAccount.attributeTypeMap = [
|
|
25
|
-
{
|
|
26
|
-
"name": "transactionIntents",
|
|
27
|
-
"baseName": "transactionIntents",
|
|
28
|
-
"type": "Array<PolicyResponseTransactionIntentsInner>",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "id",
|
|
33
|
-
"baseName": "id",
|
|
34
|
-
"type": "string",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "object",
|
|
39
|
-
"baseName": "object",
|
|
40
|
-
"type": "EntityTypeACCOUNT",
|
|
41
|
-
"format": ""
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "createdAt",
|
|
45
|
-
"baseName": "createdAt",
|
|
46
|
-
"type": "number",
|
|
47
|
-
"format": "int32"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "address",
|
|
51
|
-
"baseName": "address",
|
|
52
|
-
"type": "string",
|
|
53
|
-
"format": ""
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "ownerAddress",
|
|
57
|
-
"baseName": "ownerAddress",
|
|
58
|
-
"type": "string",
|
|
59
|
-
"format": ""
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "deployed",
|
|
63
|
-
"baseName": "deployed",
|
|
64
|
-
"type": "boolean",
|
|
65
|
-
"format": ""
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "custodial",
|
|
69
|
-
"baseName": "custodial",
|
|
70
|
-
"type": "boolean",
|
|
71
|
-
"format": ""
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "chainId",
|
|
75
|
-
"baseName": "chainId",
|
|
76
|
-
"type": "number",
|
|
77
|
-
"format": "double"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "accountType",
|
|
81
|
-
"baseName": "accountType",
|
|
82
|
-
"type": "string",
|
|
83
|
-
"format": ""
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "pendingOwnerAddress",
|
|
87
|
-
"baseName": "pendingOwnerAddress",
|
|
88
|
-
"type": "string",
|
|
89
|
-
"format": ""
|
|
90
|
-
}
|
|
91
|
-
];
|
|
92
|
-
//# sourceMappingURL=TransactionIntentResponseAccount.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionIntentResponseAccount.js","sourceRoot":"","sources":["../../../src/generated/models/TransactionIntentResponseAccount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH,MAAa,gCAAgC;IAmFzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;IAED;IACA,CAAC;;AAxFL,4EAyFC;AA5EmB,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,8CAA8C;QACtD,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mBAAmB;QAC3B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|