@seal-protocol/backendjs 0.0.80 → 0.0.98

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 (38) hide show
  1. package/lib/codegen/api/seal-client.d.ts +407 -0
  2. package/lib/codegen/api/seal-client.js +433 -1
  3. package/lib/codegen/model/index.d.ts +15 -0
  4. package/lib/codegen/model/index.js +15 -0
  5. package/lib/codegen/model/seal-chain-config.d.ts +7 -0
  6. package/lib/codegen/model/seal-chain-health.d.ts +12 -0
  7. package/lib/codegen/model/seal-get-health-check-response.d.ts +1 -1
  8. package/lib/codegen/model/seal-get-rfq-nonce-response.d.ts +24 -0
  9. package/lib/codegen/model/seal-get-rfq-nonce-response.js +15 -0
  10. package/lib/codegen/model/seal-get-rfq-quotes-response.d.ts +31 -0
  11. package/lib/codegen/model/seal-get-rfq-quotes-response.js +15 -0
  12. package/lib/codegen/model/seal-get-rfq-requests-response.d.ts +31 -0
  13. package/lib/codegen/model/seal-get-rfq-requests-response.js +15 -0
  14. package/lib/codegen/model/seal-rfq-contract-config.d.ts +32 -0
  15. package/lib/codegen/model/seal-rfq-contract-config.js +15 -0
  16. package/lib/codegen/model/seal-rfq-contract-params.d.ts +54 -0
  17. package/lib/codegen/model/seal-rfq-contract-params.js +15 -0
  18. package/lib/codegen/model/seal-rfq-quote.d.ts +98 -0
  19. package/lib/codegen/model/seal-rfq-quote.js +15 -0
  20. package/lib/codegen/model/seal-rfq-request.d.ts +73 -0
  21. package/lib/codegen/model/seal-rfq-request.js +15 -0
  22. package/lib/codegen/model/seal-submit-quote-request.d.ts +84 -0
  23. package/lib/codegen/model/seal-submit-quote-request.js +15 -0
  24. package/lib/codegen/model/seal-submit-quote-response.d.ts +24 -0
  25. package/lib/codegen/model/seal-submit-quote-response.js +15 -0
  26. package/lib/codegen/model/seal-submit-rfq-request.d.ts +60 -0
  27. package/lib/codegen/model/seal-submit-rfq-request.js +15 -0
  28. package/lib/codegen/model/seal-submit-rfq-response.d.ts +24 -0
  29. package/lib/codegen/model/seal-submit-rfq-response.js +15 -0
  30. package/lib/codegen/model/types-rfq-quote-order-by-property.d.ts +23 -0
  31. package/lib/codegen/model/types-rfq-quote-order-by-property.js +29 -0
  32. package/lib/codegen/model/types-rfq-quote-order-by.d.ts +31 -0
  33. package/lib/codegen/model/types-rfq-quote-order-by.js +15 -0
  34. package/lib/codegen/model/types-rfq-requests-order-by-property.d.ts +23 -0
  35. package/lib/codegen/model/types-rfq-requests-order-by-property.js +29 -0
  36. package/lib/codegen/model/types-rfq-requests-order-by.d.ts +31 -0
  37. package/lib/codegen/model/types-rfq-requests-order-by.js +15 -0
  38. package/package.json +1 -1
@@ -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,23 @@
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
+ * @enum {string}
16
+ */
17
+ export declare enum TypesRfqQuoteOrderByProperty {
18
+ RfqQuoteOrderByPropertyUnspecified = "RfqQuoteOrderByProperty_UNSPECIFIED",
19
+ RfqQuoteOrderByPropertyId = "RfqQuoteOrderByProperty_ID",
20
+ RfqQuoteOrderByPropertySubmissionTime = "RfqQuoteOrderByProperty_SUBMISSION_TIME",
21
+ RfqQuoteOrderByPropertySettlementTime = "RfqQuoteOrderByProperty_SETTLEMENT_TIME",
22
+ RfqQuoteOrderByPropertyDeadline = "RfqQuoteOrderByProperty_DEADLINE"
23
+ }
@@ -0,0 +1,29 @@
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 });
16
+ exports.TypesRfqQuoteOrderByProperty = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ var TypesRfqQuoteOrderByProperty;
23
+ (function (TypesRfqQuoteOrderByProperty) {
24
+ TypesRfqQuoteOrderByProperty["RfqQuoteOrderByPropertyUnspecified"] = "RfqQuoteOrderByProperty_UNSPECIFIED";
25
+ TypesRfqQuoteOrderByProperty["RfqQuoteOrderByPropertyId"] = "RfqQuoteOrderByProperty_ID";
26
+ TypesRfqQuoteOrderByProperty["RfqQuoteOrderByPropertySubmissionTime"] = "RfqQuoteOrderByProperty_SUBMISSION_TIME";
27
+ TypesRfqQuoteOrderByProperty["RfqQuoteOrderByPropertySettlementTime"] = "RfqQuoteOrderByProperty_SETTLEMENT_TIME";
28
+ TypesRfqQuoteOrderByProperty["RfqQuoteOrderByPropertyDeadline"] = "RfqQuoteOrderByProperty_DEADLINE";
29
+ })(TypesRfqQuoteOrderByProperty || (exports.TypesRfqQuoteOrderByProperty = TypesRfqQuoteOrderByProperty = {}));
@@ -0,0 +1,31 @@
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 { TypesRfqQuoteOrderByProperty } from './types-rfq-quote-order-by-property';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TypesRfqQuoteOrderBy
17
+ */
18
+ export interface TypesRfqQuoteOrderBy {
19
+ /**
20
+ *
21
+ * @type {TypesRfqQuoteOrderByProperty}
22
+ * @memberof TypesRfqQuoteOrderBy
23
+ */
24
+ 'property'?: TypesRfqQuoteOrderByProperty;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof TypesRfqQuoteOrderBy
29
+ */
30
+ 'descending'?: boolean;
31
+ }
@@ -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,23 @@
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
+ * @enum {string}
16
+ */
17
+ export declare enum TypesRfqRequestsOrderByProperty {
18
+ RfqRequestsOrderByPropertyUnspecified = "RfqRequestsOrderByProperty_UNSPECIFIED",
19
+ RfqRequestsOrderByPropertyId = "RfqRequestsOrderByProperty_ID",
20
+ RfqRequestsOrderByPropertyCreationTime = "RfqRequestsOrderByProperty_CREATION_TIME",
21
+ RfqRequestsOrderByPropertyRequestDeadline = "RfqRequestsOrderByProperty_REQUEST_DEADLINE",
22
+ RfqRequestsOrderByPropertyBuyInDeadline = "RfqRequestsOrderByProperty_BUY_IN_DEADLINE"
23
+ }
@@ -0,0 +1,29 @@
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 });
16
+ exports.TypesRfqRequestsOrderByProperty = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ var TypesRfqRequestsOrderByProperty;
23
+ (function (TypesRfqRequestsOrderByProperty) {
24
+ TypesRfqRequestsOrderByProperty["RfqRequestsOrderByPropertyUnspecified"] = "RfqRequestsOrderByProperty_UNSPECIFIED";
25
+ TypesRfqRequestsOrderByProperty["RfqRequestsOrderByPropertyId"] = "RfqRequestsOrderByProperty_ID";
26
+ TypesRfqRequestsOrderByProperty["RfqRequestsOrderByPropertyCreationTime"] = "RfqRequestsOrderByProperty_CREATION_TIME";
27
+ TypesRfqRequestsOrderByProperty["RfqRequestsOrderByPropertyRequestDeadline"] = "RfqRequestsOrderByProperty_REQUEST_DEADLINE";
28
+ TypesRfqRequestsOrderByProperty["RfqRequestsOrderByPropertyBuyInDeadline"] = "RfqRequestsOrderByProperty_BUY_IN_DEADLINE";
29
+ })(TypesRfqRequestsOrderByProperty || (exports.TypesRfqRequestsOrderByProperty = TypesRfqRequestsOrderByProperty = {}));
@@ -0,0 +1,31 @@
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 { TypesRfqRequestsOrderByProperty } from './types-rfq-requests-order-by-property';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TypesRfqRequestsOrderBy
17
+ */
18
+ export interface TypesRfqRequestsOrderBy {
19
+ /**
20
+ *
21
+ * @type {TypesRfqRequestsOrderByProperty}
22
+ * @memberof TypesRfqRequestsOrderBy
23
+ */
24
+ 'property'?: TypesRfqRequestsOrderByProperty;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof TypesRfqRequestsOrderBy
29
+ */
30
+ 'descending'?: boolean;
31
+ }
@@ -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 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.80",
3
+ "version": "0.0.98",
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",