@seal-protocol/backendjs 0.0.122 → 0.0.128

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.
@@ -323,11 +323,10 @@ export declare const SealClientAxiosParamCreator: (configuration?: Configuration
323
323
  * @param {string} [minDepositPerStableLessThan] TODO requires price.
324
324
  * @param {string} [excludedOfferer] TODO requires join
325
325
  * @param {boolean} [hasCommitmentValue]
326
- * @param {boolean} [privateValue]
327
326
  * @param {*} [options] Override http request option.
328
327
  * @throws {RequiredError}
329
328
  */
330
- getRfqRequests: (paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetRfqRequestsOrderByPropertyEnum, orderByDescending?: boolean, id?: string, chainId?: string, requester?: string, tokenIn?: string, tokenOut?: string, creationTimeAfter?: number, requestDeadlineAfter?: number, depositToken?: string, minDepositLessThan?: string, minDepositPerStableLessThan?: string, excludedOfferer?: string, hasCommitmentValue?: boolean, privateValue?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
329
+ getRfqRequests: (paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetRfqRequestsOrderByPropertyEnum, orderByDescending?: boolean, id?: string, chainId?: string, requester?: string, tokenIn?: string, tokenOut?: string, creationTimeAfter?: number, requestDeadlineAfter?: number, depositToken?: string, minDepositLessThan?: string, minDepositPerStableLessThan?: string, excludedOfferer?: string, hasCommitmentValue?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
331
330
  /**
332
331
  *
333
332
  * @param {string} [chainId]
@@ -358,10 +357,11 @@ export declare const SealClientAxiosParamCreator: (configuration?: Configuration
358
357
  * @param {GetTokensOrderByPropertyEnum} [orderByProperty]
359
358
  * @param {boolean} [orderByDescending]
360
359
  * @param {string} [chainId]
360
+ * @param {boolean} [excludeNative]
361
361
  * @param {*} [options] Override http request option.
362
362
  * @throws {RequiredError}
363
363
  */
364
- getTokens: (paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetTokensOrderByPropertyEnum, orderByDescending?: boolean, chainId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
364
+ getTokens: (paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetTokensOrderByPropertyEnum, orderByDescending?: boolean, chainId?: string, excludeNative?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
365
365
  /**
366
366
  *
367
367
  * @param {*} [options] Override http request option.
@@ -669,11 +669,10 @@ export declare const SealClientFp: (configuration?: Configuration) => {
669
669
  * @param {string} [minDepositPerStableLessThan] TODO requires price.
670
670
  * @param {string} [excludedOfferer] TODO requires join
671
671
  * @param {boolean} [hasCommitmentValue]
672
- * @param {boolean} [privateValue]
673
672
  * @param {*} [options] Override http request option.
674
673
  * @throws {RequiredError}
675
674
  */
676
- getRfqRequests(paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetRfqRequestsOrderByPropertyEnum, orderByDescending?: boolean, id?: string, chainId?: string, requester?: string, tokenIn?: string, tokenOut?: string, creationTimeAfter?: number, requestDeadlineAfter?: number, depositToken?: string, minDepositLessThan?: string, minDepositPerStableLessThan?: string, excludedOfferer?: string, hasCommitmentValue?: boolean, privateValue?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SealGetRfqRequestsResponse>>;
675
+ getRfqRequests(paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetRfqRequestsOrderByPropertyEnum, orderByDescending?: boolean, id?: string, chainId?: string, requester?: string, tokenIn?: string, tokenOut?: string, creationTimeAfter?: number, requestDeadlineAfter?: number, depositToken?: string, minDepositLessThan?: string, minDepositPerStableLessThan?: string, excludedOfferer?: string, hasCommitmentValue?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SealGetRfqRequestsResponse>>;
677
676
  /**
678
677
  *
679
678
  * @param {string} [chainId]
@@ -704,10 +703,11 @@ export declare const SealClientFp: (configuration?: Configuration) => {
704
703
  * @param {GetTokensOrderByPropertyEnum} [orderByProperty]
705
704
  * @param {boolean} [orderByDescending]
706
705
  * @param {string} [chainId]
706
+ * @param {boolean} [excludeNative]
707
707
  * @param {*} [options] Override http request option.
708
708
  * @throws {RequiredError}
709
709
  */
710
- getTokens(paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetTokensOrderByPropertyEnum, orderByDescending?: boolean, chainId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SealGetTokensResponse>>;
710
+ getTokens(paginationKey?: string, paginationLimit?: number, paginationCountTotal?: boolean, orderByProperty?: GetTokensOrderByPropertyEnum, orderByDescending?: boolean, chainId?: string, excludeNative?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SealGetTokensResponse>>;
711
711
  /**
712
712
  *
713
713
  * @param {*} [options] Override http request option.
@@ -1897,12 +1897,6 @@ export interface SealClientGetRfqRequestsRequest {
1897
1897
  * @memberof SealClientGetRfqRequests
1898
1898
  */
1899
1899
  readonly hasCommitmentValue?: boolean;
1900
- /**
1901
- *
1902
- * @type {boolean}
1903
- * @memberof SealClientGetRfqRequests
1904
- */
1905
- readonly privateValue?: boolean;
1906
1900
  }
1907
1901
  /**
1908
1902
  * Request parameters for getSealContracts operation in SealClient.
@@ -2020,6 +2014,12 @@ export interface SealClientGetTokensRequest {
2020
2014
  * @memberof SealClientGetTokens
2021
2015
  */
2022
2016
  readonly chainId?: string;
2017
+ /**
2018
+ *
2019
+ * @type {boolean}
2020
+ * @memberof SealClientGetTokens
2021
+ */
2022
+ readonly excludeNative?: boolean;
2023
2023
  }
2024
2024
  /**
2025
2025
  * Request parameters for issueGreenlight operation in SealClient.
@@ -1092,11 +1092,10 @@ const SealClientAxiosParamCreator = function (configuration) {
1092
1092
  * @param {string} [minDepositPerStableLessThan] TODO requires price.
1093
1093
  * @param {string} [excludedOfferer] TODO requires join
1094
1094
  * @param {boolean} [hasCommitmentValue]
1095
- * @param {boolean} [privateValue]
1096
1095
  * @param {*} [options] Override http request option.
1097
1096
  * @throws {RequiredError}
1098
1097
  */
1099
- getRfqRequests: async (paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, privateValue, options = {}) => {
1098
+ getRfqRequests: async (paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, options = {}) => {
1100
1099
  const localVarPath = `/seal/rfq/requests`;
1101
1100
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1102
1101
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1158,9 +1157,6 @@ const SealClientAxiosParamCreator = function (configuration) {
1158
1157
  if (hasCommitmentValue !== undefined) {
1159
1158
  localVarQueryParameter['hasCommitment.value'] = hasCommitmentValue;
1160
1159
  }
1161
- if (privateValue !== undefined) {
1162
- localVarQueryParameter['private.value'] = privateValue;
1163
- }
1164
1160
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1165
1161
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1166
1162
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -1269,10 +1265,11 @@ const SealClientAxiosParamCreator = function (configuration) {
1269
1265
  * @param {GetTokensOrderByPropertyEnum} [orderByProperty]
1270
1266
  * @param {boolean} [orderByDescending]
1271
1267
  * @param {string} [chainId]
1268
+ * @param {boolean} [excludeNative]
1272
1269
  * @param {*} [options] Override http request option.
1273
1270
  * @throws {RequiredError}
1274
1271
  */
1275
- getTokens: async (paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, options = {}) => {
1272
+ getTokens: async (paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, excludeNative, options = {}) => {
1276
1273
  const localVarPath = `/seal/tokens`;
1277
1274
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1278
1275
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1301,6 +1298,9 @@ const SealClientAxiosParamCreator = function (configuration) {
1301
1298
  if (chainId !== undefined) {
1302
1299
  localVarQueryParameter['chainId'] = chainId;
1303
1300
  }
1301
+ if (excludeNative !== undefined) {
1302
+ localVarQueryParameter['excludeNative'] = excludeNative;
1303
+ }
1304
1304
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1305
1305
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1306
1306
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -1826,12 +1826,11 @@ const SealClientFp = function (configuration) {
1826
1826
  * @param {string} [minDepositPerStableLessThan] TODO requires price.
1827
1827
  * @param {string} [excludedOfferer] TODO requires join
1828
1828
  * @param {boolean} [hasCommitmentValue]
1829
- * @param {boolean} [privateValue]
1830
1829
  * @param {*} [options] Override http request option.
1831
1830
  * @throws {RequiredError}
1832
1831
  */
1833
- async getRfqRequests(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, privateValue, options) {
1834
- const localVarAxiosArgs = await localVarAxiosParamCreator.getRfqRequests(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, privateValue, options);
1832
+ async getRfqRequests(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, options) {
1833
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getRfqRequests(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, id, chainId, requester, tokenIn, tokenOut, creationTimeAfter, requestDeadlineAfter, depositToken, minDepositLessThan, minDepositPerStableLessThan, excludedOfferer, hasCommitmentValue, options);
1835
1834
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1836
1835
  const localVarOperationServerBasePath = base_1.operationServerMap['SealClient.getRfqRequests']?.[localVarOperationServerIndex]?.url;
1837
1836
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1876,11 +1875,12 @@ const SealClientFp = function (configuration) {
1876
1875
  * @param {GetTokensOrderByPropertyEnum} [orderByProperty]
1877
1876
  * @param {boolean} [orderByDescending]
1878
1877
  * @param {string} [chainId]
1878
+ * @param {boolean} [excludeNative]
1879
1879
  * @param {*} [options] Override http request option.
1880
1880
  * @throws {RequiredError}
1881
1881
  */
1882
- async getTokens(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, options) {
1883
- const localVarAxiosArgs = await localVarAxiosParamCreator.getTokens(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, options);
1882
+ async getTokens(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, excludeNative, options) {
1883
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getTokens(paginationKey, paginationLimit, paginationCountTotal, orderByProperty, orderByDescending, chainId, excludeNative, options);
1884
1884
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1885
1885
  const localVarOperationServerBasePath = base_1.operationServerMap['SealClient.getTokens']?.[localVarOperationServerIndex]?.url;
1886
1886
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2157,7 +2157,7 @@ const SealClientFactory = function (configuration, basePath, axios) {
2157
2157
  * @throws {RequiredError}
2158
2158
  */
2159
2159
  getRfqRequests(requestParameters = {}, options) {
2160
- return localVarFp.getRfqRequests(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.id, requestParameters.chainId, requestParameters.requester, requestParameters.tokenIn, requestParameters.tokenOut, requestParameters.creationTimeAfter, requestParameters.requestDeadlineAfter, requestParameters.depositToken, requestParameters.minDepositLessThan, requestParameters.minDepositPerStableLessThan, requestParameters.excludedOfferer, requestParameters.hasCommitmentValue, requestParameters.privateValue, options).then((request) => request(axios, basePath));
2160
+ return localVarFp.getRfqRequests(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.id, requestParameters.chainId, requestParameters.requester, requestParameters.tokenIn, requestParameters.tokenOut, requestParameters.creationTimeAfter, requestParameters.requestDeadlineAfter, requestParameters.depositToken, requestParameters.minDepositLessThan, requestParameters.minDepositPerStableLessThan, requestParameters.excludedOfferer, requestParameters.hasCommitmentValue, options).then((request) => request(axios, basePath));
2161
2161
  },
2162
2162
  /**
2163
2163
  *
@@ -2184,7 +2184,7 @@ const SealClientFactory = function (configuration, basePath, axios) {
2184
2184
  * @throws {RequiredError}
2185
2185
  */
2186
2186
  getTokens(requestParameters = {}, options) {
2187
- return localVarFp.getTokens(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.chainId, options).then((request) => request(axios, basePath));
2187
+ return localVarFp.getTokens(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.chainId, requestParameters.excludeNative, options).then((request) => request(axios, basePath));
2188
2188
  },
2189
2189
  /**
2190
2190
  *
@@ -2466,7 +2466,7 @@ class SealClient extends base_1.BaseAPI {
2466
2466
  * @memberof SealClient
2467
2467
  */
2468
2468
  getRfqRequests(requestParameters = {}, options) {
2469
- return (0, exports.SealClientFp)(this.configuration).getRfqRequests(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.id, requestParameters.chainId, requestParameters.requester, requestParameters.tokenIn, requestParameters.tokenOut, requestParameters.creationTimeAfter, requestParameters.requestDeadlineAfter, requestParameters.depositToken, requestParameters.minDepositLessThan, requestParameters.minDepositPerStableLessThan, requestParameters.excludedOfferer, requestParameters.hasCommitmentValue, requestParameters.privateValue, options).then((request) => request(this.axios, this.basePath));
2469
+ return (0, exports.SealClientFp)(this.configuration).getRfqRequests(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.id, requestParameters.chainId, requestParameters.requester, requestParameters.tokenIn, requestParameters.tokenOut, requestParameters.creationTimeAfter, requestParameters.requestDeadlineAfter, requestParameters.depositToken, requestParameters.minDepositLessThan, requestParameters.minDepositPerStableLessThan, requestParameters.excludedOfferer, requestParameters.hasCommitmentValue, options).then((request) => request(this.axios, this.basePath));
2470
2470
  }
2471
2471
  /**
2472
2472
  *
@@ -2496,7 +2496,7 @@ class SealClient extends base_1.BaseAPI {
2496
2496
  * @memberof SealClient
2497
2497
  */
2498
2498
  getTokens(requestParameters = {}, options) {
2499
- return (0, exports.SealClientFp)(this.configuration).getTokens(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.chainId, options).then((request) => request(this.axios, this.basePath));
2499
+ return (0, exports.SealClientFp)(this.configuration).getTokens(requestParameters.paginationKey, requestParameters.paginationLimit, requestParameters.paginationCountTotal, requestParameters.orderByProperty, requestParameters.orderByDescending, requestParameters.chainId, requestParameters.excludeNative, options).then((request) => request(this.axios, this.basePath));
2500
2500
  }
2501
2501
  /**
2502
2502
  *
@@ -27,10 +27,4 @@ export interface SealAddRfqRequestViewerRequest {
27
27
  * @memberof SealAddRfqRequestViewerRequest
28
28
  */
29
29
  'viewers': Array<string>;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SealAddRfqRequestViewerRequest
34
- */
35
- 'requester': string;
36
30
  }
@@ -57,4 +57,10 @@ export interface SealCreateRfqRequestRequest {
57
57
  * @memberof SealCreateRfqRequestRequest
58
58
  */
59
59
  'private'?: boolean;
60
+ /**
61
+ *
62
+ * @type {Array<string>}
63
+ * @memberof SealCreateRfqRequestRequest
64
+ */
65
+ 'viewers'?: Array<string>;
60
66
  }
@@ -27,10 +27,4 @@ export interface SealRemoveRfqRequestViewerRequest {
27
27
  * @memberof SealRemoveRfqRequestViewerRequest
28
28
  */
29
29
  'viewers': Array<string>;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SealRemoveRfqRequestViewerRequest
34
- */
35
- 'requester': string;
36
30
  }
@@ -172,4 +172,10 @@ export interface SealRfqQuote {
172
172
  * @memberof SealRfqQuote
173
173
  */
174
174
  'contractAddress'?: string;
175
+ /**
176
+ *
177
+ * @type {boolean}
178
+ * @memberof SealRfqQuote
179
+ */
180
+ 'requestPrivate'?: boolean;
175
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.122",
3
+ "version": "0.0.128",
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",
@@ -1,39 +0,0 @@
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 { SealContractConfig } from './seal-contract-config';
13
- import type { SealRfqContractConfig } from './seal-rfq-contract-config';
14
- import type { SealSealContractConfig } from './seal-seal-contract-config';
15
- /**
16
- *
17
- * @export
18
- * @interface SealChainConfig
19
- */
20
- export interface SealChainConfig {
21
- /**
22
- *
23
- * @type {SealSealContractConfig}
24
- * @memberof SealChainConfig
25
- */
26
- 'sealContract'?: SealSealContractConfig;
27
- /**
28
- *
29
- * @type {SealContractConfig}
30
- * @memberof SealChainConfig
31
- */
32
- 'permit2Contract'?: SealContractConfig;
33
- /**
34
- *
35
- * @type {SealRfqContractConfig}
36
- * @memberof SealChainConfig
37
- */
38
- 'rfqContract'?: SealRfqContractConfig;
39
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,31 +0,0 @@
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 { SealDomainSeparatorConfig } from './seal-domain-separator-config';
13
- /**
14
- * ContractConfig represents the configuration for a smart contract.
15
- * @export
16
- * @interface SealContractConfig
17
- */
18
- export interface SealContractConfig {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof SealContractConfig
23
- */
24
- 'address'?: string;
25
- /**
26
- *
27
- * @type {SealDomainSeparatorConfig}
28
- * @memberof SealContractConfig
29
- */
30
- 'domainSeparator'?: SealDomainSeparatorConfig;
31
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,25 +0,0 @@
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 { SealSealContractParams } from './seal-seal-contract-params';
13
- /**
14
- *
15
- * @export
16
- * @interface SealGetSealContractParamsResponse
17
- */
18
- export interface SealGetSealContractParamsResponse {
19
- /**
20
- *
21
- * @type {SealSealContractParams}
22
- * @memberof SealGetSealContractParamsResponse
23
- */
24
- 'params'?: SealSealContractParams;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,32 +0,0 @@
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 { SealContractConfig } from './seal-contract-config';
13
- import type { SealRfqContractParams } from './seal-rfq-contract-params';
14
- /**
15
- * RfqContractConfig represents the configuration for the RFQ smart contract.
16
- * @export
17
- * @interface SealRfqContractConfig
18
- */
19
- export interface SealRfqContractConfig {
20
- /**
21
- *
22
- * @type {SealContractConfig}
23
- * @memberof SealRfqContractConfig
24
- */
25
- 'contractConfig'?: SealContractConfig;
26
- /**
27
- *
28
- * @type {SealRfqContractParams}
29
- * @memberof SealRfqContractConfig
30
- */
31
- 'params'?: SealRfqContractParams;
32
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,48 +0,0 @@
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 SealRfqContractParams
16
- */
17
- export interface SealRfqContractParams {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof SealRfqContractParams
22
- */
23
- 'makerFee'?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof SealRfqContractParams
28
- */
29
- 'commitmentDepositToken'?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SealRfqContractParams
34
- */
35
- 'minCommitmentDepositAmount'?: string;
36
- /**
37
- *
38
- * @type {number}
39
- * @memberof SealRfqContractParams
40
- */
41
- 'minCommitmentPeriodSeconds'?: number;
42
- /**
43
- *
44
- * @type {number}
45
- * @memberof SealRfqContractParams
46
- */
47
- 'maxCommitmentPeriodSeconds'?: number;
48
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,32 +0,0 @@
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 { SealContractConfig } from './seal-contract-config';
13
- import type { SealSealContractParams } from './seal-seal-contract-params';
14
- /**
15
- * SealContractConfig represents the configuration for the Seal smart contract.
16
- * @export
17
- * @interface SealSealContractConfig
18
- */
19
- export interface SealSealContractConfig {
20
- /**
21
- *
22
- * @type {SealContractConfig}
23
- * @memberof SealSealContractConfig
24
- */
25
- 'contractConfig'?: SealContractConfig;
26
- /**
27
- *
28
- * @type {SealSealContractParams}
29
- * @memberof SealSealContractConfig
30
- */
31
- 'params'?: SealSealContractParams;
32
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,66 +0,0 @@
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 SealSealContractParams
16
- */
17
- export interface SealSealContractParams {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof SealSealContractParams
22
- */
23
- 'makerFee'?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof SealSealContractParams
28
- */
29
- 'takerFee'?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SealSealContractParams
34
- */
35
- 'reserverFee'?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof SealSealContractParams
40
- */
41
- 'reservationDepositToken'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof SealSealContractParams
46
- */
47
- 'minReservationDepositAmount'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof SealSealContractParams
52
- */
53
- 'maxReservationDepositAmount'?: string;
54
- /**
55
- *
56
- * @type {number}
57
- * @memberof SealSealContractParams
58
- */
59
- 'minReservationPeriodSeconds'?: number;
60
- /**
61
- *
62
- * @type {number}
63
- * @memberof SealSealContractParams
64
- */
65
- 'maxReservationPeriodSeconds'?: number;
66
- }
@@ -1,15 +0,0 @@
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 });