@seal-protocol/backendjs 0.0.108 → 0.0.110

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.
Files changed (25) hide show
  1. package/lib/codegen/api/seal-client.d.ts +178 -35
  2. package/lib/codegen/api/seal-client.js +226 -60
  3. package/lib/codegen/model/index.d.ts +6 -7
  4. package/lib/codegen/model/index.js +6 -7
  5. package/lib/codegen/model/seal-config.d.ts +2 -3
  6. package/lib/codegen/model/seal-create-execution-message-request.d.ts +6 -0
  7. package/lib/codegen/model/seal-get-permit2-contracts-response.d.ts +25 -0
  8. package/lib/codegen/model/seal-get-permit2-contracts-response.js +15 -0
  9. package/lib/codegen/model/seal-get-rfq-contracts-response.d.ts +25 -0
  10. package/lib/codegen/model/seal-get-rfq-contracts-response.js +15 -0
  11. package/lib/codegen/model/seal-get-seal-contracts-response.d.ts +25 -0
  12. package/lib/codegen/model/seal-get-seal-contracts-response.js +15 -0
  13. package/lib/codegen/model/seal-order.d.ts +12 -0
  14. package/lib/codegen/model/seal-permit2-contract.d.ts +42 -0
  15. package/lib/codegen/model/seal-permit2-contract.js +15 -0
  16. package/lib/codegen/model/seal-rfq-commitment.d.ts +6 -0
  17. package/lib/codegen/model/seal-rfq-contract.d.ts +84 -0
  18. package/lib/codegen/model/seal-rfq-contract.js +15 -0
  19. package/lib/codegen/model/seal-rfq-quote.d.ts +8 -2
  20. package/lib/codegen/model/seal-rfq-request.d.ts +6 -0
  21. package/lib/codegen/model/seal-seal-contract.d.ts +96 -0
  22. package/lib/codegen/model/seal-seal-contract.js +15 -0
  23. package/lib/codegen/model/types-token-permit-approvals-order-by-property.d.ts +3 -1
  24. package/lib/codegen/model/types-token-permit-approvals-order-by-property.js +2 -0
  25. package/package.json +1 -1
@@ -4,13 +4,11 @@ export * from './seal-approval-type';
4
4
  export * from './seal-calculate-required-permit-response';
5
5
  export * from './seal-cancel-order-request';
6
6
  export * from './seal-chain';
7
- export * from './seal-chain-config';
8
7
  export * from './seal-chain-health';
9
8
  export * from './seal-chain-sync-state';
10
9
  export * from './seal-chains-order-by';
11
10
  export * from './seal-chains-order-by-property';
12
11
  export * from './seal-config';
13
- export * from './seal-contract-config';
14
12
  export * from './seal-create-execution-message-request';
15
13
  export * from './seal-create-execution-message-response';
16
14
  export * from './seal-create-order-request';
@@ -33,11 +31,13 @@ export * from './seal-get-order-reservations-response';
33
31
  export * from './seal-get-orders-response';
34
32
  export * from './seal-get-pair-price-response';
35
33
  export * from './seal-get-pairs-response';
34
+ export * from './seal-get-permit2-contracts-response';
36
35
  export * from './seal-get-rfq-commitment-response';
36
+ export * from './seal-get-rfq-contracts-response';
37
37
  export * from './seal-get-rfq-nonce-response';
38
38
  export * from './seal-get-rfq-quotes-response';
39
39
  export * from './seal-get-rfq-requests-response';
40
- export * from './seal-get-seal-contract-params-response';
40
+ export * from './seal-get-seal-contracts-response';
41
41
  export * from './seal-get-sync-state-response';
42
42
  export * from './seal-get-token-permit-approvals-response';
43
43
  export * from './seal-get-tokens-response';
@@ -57,15 +57,14 @@ export * from './seal-orders-order-by-property';
57
57
  export * from './seal-pair';
58
58
  export * from './seal-pairs-order-by';
59
59
  export * from './seal-pairs-order-by-property';
60
+ export * from './seal-permit2-contract';
60
61
  export * from './seal-reservation-request';
61
62
  export * from './seal-reservation-settlement-request';
62
63
  export * from './seal-rfq-commitment';
63
- export * from './seal-rfq-contract-config';
64
- export * from './seal-rfq-contract-params';
64
+ export * from './seal-rfq-contract';
65
65
  export * from './seal-rfq-quote';
66
66
  export * from './seal-rfq-request';
67
- export * from './seal-seal-contract-config';
68
- export * from './seal-seal-contract-params';
67
+ export * from './seal-seal-contract';
69
68
  export * from './seal-token';
70
69
  export * from './seal-token-permit-approval';
71
70
  export * from './seal-tokens-order-by';
@@ -20,13 +20,11 @@ __exportStar(require("./seal-approval-type"), exports);
20
20
  __exportStar(require("./seal-calculate-required-permit-response"), exports);
21
21
  __exportStar(require("./seal-cancel-order-request"), exports);
22
22
  __exportStar(require("./seal-chain"), exports);
23
- __exportStar(require("./seal-chain-config"), exports);
24
23
  __exportStar(require("./seal-chain-health"), exports);
25
24
  __exportStar(require("./seal-chain-sync-state"), exports);
26
25
  __exportStar(require("./seal-chains-order-by"), exports);
27
26
  __exportStar(require("./seal-chains-order-by-property"), exports);
28
27
  __exportStar(require("./seal-config"), exports);
29
- __exportStar(require("./seal-contract-config"), exports);
30
28
  __exportStar(require("./seal-create-execution-message-request"), exports);
31
29
  __exportStar(require("./seal-create-execution-message-response"), exports);
32
30
  __exportStar(require("./seal-create-order-request"), exports);
@@ -49,11 +47,13 @@ __exportStar(require("./seal-get-order-reservations-response"), exports);
49
47
  __exportStar(require("./seal-get-orders-response"), exports);
50
48
  __exportStar(require("./seal-get-pair-price-response"), exports);
51
49
  __exportStar(require("./seal-get-pairs-response"), exports);
50
+ __exportStar(require("./seal-get-permit2-contracts-response"), exports);
52
51
  __exportStar(require("./seal-get-rfq-commitment-response"), exports);
52
+ __exportStar(require("./seal-get-rfq-contracts-response"), exports);
53
53
  __exportStar(require("./seal-get-rfq-nonce-response"), exports);
54
54
  __exportStar(require("./seal-get-rfq-quotes-response"), exports);
55
55
  __exportStar(require("./seal-get-rfq-requests-response"), exports);
56
- __exportStar(require("./seal-get-seal-contract-params-response"), exports);
56
+ __exportStar(require("./seal-get-seal-contracts-response"), exports);
57
57
  __exportStar(require("./seal-get-sync-state-response"), exports);
58
58
  __exportStar(require("./seal-get-token-permit-approvals-response"), exports);
59
59
  __exportStar(require("./seal-get-tokens-response"), exports);
@@ -73,15 +73,14 @@ __exportStar(require("./seal-orders-order-by-property"), exports);
73
73
  __exportStar(require("./seal-pair"), exports);
74
74
  __exportStar(require("./seal-pairs-order-by"), exports);
75
75
  __exportStar(require("./seal-pairs-order-by-property"), exports);
76
+ __exportStar(require("./seal-permit2-contract"), exports);
76
77
  __exportStar(require("./seal-reservation-request"), exports);
77
78
  __exportStar(require("./seal-reservation-settlement-request"), exports);
78
79
  __exportStar(require("./seal-rfq-commitment"), exports);
79
- __exportStar(require("./seal-rfq-contract-config"), exports);
80
- __exportStar(require("./seal-rfq-contract-params"), exports);
80
+ __exportStar(require("./seal-rfq-contract"), exports);
81
81
  __exportStar(require("./seal-rfq-quote"), exports);
82
82
  __exportStar(require("./seal-rfq-request"), exports);
83
- __exportStar(require("./seal-seal-contract-config"), exports);
84
- __exportStar(require("./seal-seal-contract-params"), exports);
83
+ __exportStar(require("./seal-seal-contract"), exports);
85
84
  __exportStar(require("./seal-token"), exports);
86
85
  __exportStar(require("./seal-token-permit-approval"), exports);
87
86
  __exportStar(require("./seal-tokens-order-by"), exports);
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SealChainConfig } from './seal-chain-config';
13
12
  import type { SealDatabaseConfig } from './seal-database-config';
14
13
  import type { SealDomainSeparatorConfig } from './seal-domain-separator-config';
15
14
  import type { SealLoggerConfig } from './seal-logger-config';
@@ -33,11 +32,11 @@ export interface SealConfig {
33
32
  'database'?: SealDatabaseConfig;
34
33
  /**
35
34
  *
36
- * @type {{ [key: string]: SealChainConfig; }}
35
+ * @type {{ [key: string]: object; }}
37
36
  * @memberof SealConfig
38
37
  */
39
38
  'chains'?: {
40
- [key: string]: SealChainConfig;
39
+ [key: string]: object;
41
40
  };
42
41
  /**
43
42
  *
@@ -48,4 +48,10 @@ export interface SealCreateExecutionMessageRequest {
48
48
  * @memberof SealCreateExecutionMessageRequest
49
49
  */
50
50
  'executor': string;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof SealCreateExecutionMessageRequest
55
+ */
56
+ 'sealContract': string;
51
57
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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 type { SealPermit2Contract } from './seal-permit2-contract';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SealGetPermit2ContractsResponse
17
+ */
18
+ export interface SealGetPermit2ContractsResponse {
19
+ /**
20
+ *
21
+ * @type {Array<SealPermit2Contract>}
22
+ * @memberof SealGetPermit2ContractsResponse
23
+ */
24
+ 'contracts'?: Array<SealPermit2Contract>;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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 type { SealRfqContract } from './seal-rfq-contract';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SealGetRfqContractsResponse
17
+ */
18
+ export interface SealGetRfqContractsResponse {
19
+ /**
20
+ *
21
+ * @type {Array<SealRfqContract>}
22
+ * @memberof SealGetRfqContractsResponse
23
+ */
24
+ 'contracts'?: Array<SealRfqContract>;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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 type { SealSealContract } from './seal-seal-contract';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SealGetSealContractsResponse
17
+ */
18
+ export interface SealGetSealContractsResponse {
19
+ /**
20
+ *
21
+ * @type {Array<SealSealContract>}
22
+ * @memberof SealGetSealContractsResponse
23
+ */
24
+ 'contracts'?: Array<SealSealContract>;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -185,4 +185,16 @@ export interface SealOrder {
185
185
  * @memberof SealOrder
186
186
  */
187
187
  'idHash'?: string;
188
+ /**
189
+ *
190
+ * @type {string}
191
+ * @memberof SealOrder
192
+ */
193
+ 'contractAddress'?: string;
194
+ /**
195
+ *
196
+ * @type {number}
197
+ * @memberof SealOrder
198
+ */
199
+ 'contractId'?: number;
188
200
  }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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
+ *
14
+ * @export
15
+ * @interface SealPermit2Contract
16
+ */
17
+ export interface SealPermit2Contract {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SealPermit2Contract
22
+ */
23
+ 'chainId'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SealPermit2Contract
28
+ */
29
+ 'address'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SealPermit2Contract
34
+ */
35
+ 'domainSeparatorName'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SealPermit2Contract
40
+ */
41
+ 'domainSeparatorVersion'?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -160,4 +160,10 @@ export interface SealRfqCommitment {
160
160
  * @memberof SealRfqCommitment
161
161
  */
162
162
  'updatedAtTimestamp'?: TypesTimestamp;
163
+ /**
164
+ *
165
+ * @type {string}
166
+ * @memberof SealRfqCommitment
167
+ */
168
+ 'contract'?: string;
163
169
  }
@@ -0,0 +1,84 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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
+ *
14
+ * @export
15
+ * @interface SealRfqContract
16
+ */
17
+ export interface SealRfqContract {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof SealRfqContract
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SealRfqContract
28
+ */
29
+ 'chainId'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SealRfqContract
34
+ */
35
+ 'address'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SealRfqContract
40
+ */
41
+ 'domainSeparatorName'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SealRfqContract
46
+ */
47
+ 'domainSeparatorVersion'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SealRfqContract
52
+ */
53
+ 'makerFee'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SealRfqContract
58
+ */
59
+ 'takerFee'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof SealRfqContract
64
+ */
65
+ 'commitmentDepositToken'?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof SealRfqContract
70
+ */
71
+ 'minCommitmentDepositAmount'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof SealRfqContract
76
+ */
77
+ 'minCommitmentPeriodSeconds'?: string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof SealRfqContract
82
+ */
83
+ 'maxCommitmentPeriodSeconds'?: string;
84
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -144,8 +144,14 @@ export interface SealRfqQuote {
144
144
  'commitmentId'?: string;
145
145
  /**
146
146
  *
147
- * @type {boolean}
147
+ * @type {number}
148
148
  * @memberof SealRfqQuote
149
149
  */
150
- 'onChain'?: boolean;
150
+ 'contractId'?: number;
151
+ /**
152
+ *
153
+ * @type {string}
154
+ * @memberof SealRfqQuote
155
+ */
156
+ 'contractAddress'?: string;
151
157
  }
@@ -76,4 +76,10 @@ export interface SealRfqRequest {
76
76
  * @memberof SealRfqRequest
77
77
  */
78
78
  'requestDeadline'?: TypesTimestamp;
79
+ /**
80
+ *
81
+ * @type {boolean}
82
+ * @memberof SealRfqRequest
83
+ */
84
+ 'hasCommitment'?: boolean;
79
85
  }
@@ -0,0 +1,96 @@
1
+ /**
2
+ * seal/seal.proto
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
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
+ *
14
+ * @export
15
+ * @interface SealSealContract
16
+ */
17
+ export interface SealSealContract {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof SealSealContract
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SealSealContract
28
+ */
29
+ 'chainId'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SealSealContract
34
+ */
35
+ 'address'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SealSealContract
40
+ */
41
+ 'domainSeparatorName'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SealSealContract
46
+ */
47
+ 'domainSeparatorVersion'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SealSealContract
52
+ */
53
+ 'makerFee'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SealSealContract
58
+ */
59
+ 'takerFee'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof SealSealContract
64
+ */
65
+ 'reserverFee'?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof SealSealContract
70
+ */
71
+ 'reservationDepositToken'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof SealSealContract
76
+ */
77
+ 'minReservationDepositAmount'?: string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof SealSealContract
82
+ */
83
+ 'maxReservationDepositAmount'?: string;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof SealSealContract
88
+ */
89
+ 'minReservationPeriodSeconds'?: string;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof SealSealContract
94
+ */
95
+ 'maxReservationPeriodSeconds'?: string;
96
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * seal/seal.proto
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: version not set
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -17,5 +17,7 @@
17
17
  export declare enum TypesTokenPermitApprovalsOrderByProperty {
18
18
  TokenPermitApprovalsOrderByPropertyUnspecified = "TokenPermitApprovalsOrderByProperty_UNSPECIFIED",
19
19
  TokenPermitApprovalsOrderByPropertyToken = "TokenPermitApprovalsOrderByProperty_TOKEN",
20
- TokenPermitApprovalsOrderByPropertyChainId = "TokenPermitApprovalsOrderByProperty_CHAIN_ID"
20
+ TokenPermitApprovalsOrderByPropertyChainId = "TokenPermitApprovalsOrderByProperty_CHAIN_ID",
21
+ TokenPermitApprovalsOrderByPropertyOwner = "TokenPermitApprovalsOrderByProperty_OWNER",
22
+ TokenPermitApprovalsOrderByPropertySpender = "TokenPermitApprovalsOrderByProperty_SPENDER"
21
23
  }
@@ -24,4 +24,6 @@ var TypesTokenPermitApprovalsOrderByProperty;
24
24
  TypesTokenPermitApprovalsOrderByProperty["TokenPermitApprovalsOrderByPropertyUnspecified"] = "TokenPermitApprovalsOrderByProperty_UNSPECIFIED";
25
25
  TypesTokenPermitApprovalsOrderByProperty["TokenPermitApprovalsOrderByPropertyToken"] = "TokenPermitApprovalsOrderByProperty_TOKEN";
26
26
  TypesTokenPermitApprovalsOrderByProperty["TokenPermitApprovalsOrderByPropertyChainId"] = "TokenPermitApprovalsOrderByProperty_CHAIN_ID";
27
+ TypesTokenPermitApprovalsOrderByProperty["TokenPermitApprovalsOrderByPropertyOwner"] = "TokenPermitApprovalsOrderByProperty_OWNER";
28
+ TypesTokenPermitApprovalsOrderByProperty["TokenPermitApprovalsOrderByPropertySpender"] = "TokenPermitApprovalsOrderByProperty_SPENDER";
27
29
  })(TypesTokenPermitApprovalsOrderByProperty || (exports.TypesTokenPermitApprovalsOrderByProperty = TypesTokenPermitApprovalsOrderByProperty = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "Javascript SDK for Seal Backend",
5
5
  "author": "amin <amin@refractedlabs.com>",
6
6
  "homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",