@bosonprotocol/core-sdk 1.23.0-alpha.20 → 1.23.0-alpha.22
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/cjs/subgraph.d.ts +24 -4
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +2 -0
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/cjs/utils/tokenInfoManager.d.ts +2 -1
- package/dist/cjs/utils/tokenInfoManager.d.ts.map +1 -1
- package/dist/cjs/utils/tokenInfoManager.js +21 -11
- package/dist/cjs/utils/tokenInfoManager.js.map +1 -1
- package/dist/esm/subgraph.d.ts +24 -4
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +2 -0
- package/dist/esm/subgraph.js.map +1 -1
- package/dist/esm/utils/tokenInfoManager.d.ts +2 -1
- package/dist/esm/utils/tokenInfoManager.d.ts.map +1 -1
- package/dist/esm/utils/tokenInfoManager.js +21 -11
- package/dist/esm/utils/tokenInfoManager.js.map +1 -1
- package/package.json +3 -3
- package/src/subgraph.ts +24 -4
- package/src/utils/tokenInfoManager.ts +29 -12
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -4074,6 +4074,11 @@ export declare type ProductV1Product = {
|
|
|
4074
4074
|
details_subCategory?: Maybe<Scalars["String"]>;
|
|
4075
4075
|
details_subCategory2?: Maybe<Scalars["String"]>;
|
|
4076
4076
|
details_tags?: Maybe<Array<Scalars["String"]>>;
|
|
4077
|
+
/**
|
|
4078
|
+
* Product information fields
|
|
4079
|
+
*
|
|
4080
|
+
*/
|
|
4081
|
+
disputeResolverId: Scalars["BigInt"];
|
|
4077
4082
|
id: Scalars["ID"];
|
|
4078
4083
|
identification_productId?: Maybe<Scalars["String"]>;
|
|
4079
4084
|
identification_productIdType?: Maybe<Scalars["String"]>;
|
|
@@ -4105,16 +4110,13 @@ export declare type ProductV1Product = {
|
|
|
4105
4110
|
*
|
|
4106
4111
|
*/
|
|
4107
4112
|
productV1Seller?: Maybe<ProductV1Seller>;
|
|
4108
|
-
/**
|
|
4109
|
-
* Product information fields
|
|
4110
|
-
*
|
|
4111
|
-
*/
|
|
4112
4113
|
productionInformation_brandName: Scalars["String"];
|
|
4113
4114
|
productionInformation_manufacturer?: Maybe<Scalars["String"]>;
|
|
4114
4115
|
productionInformation_manufacturerPartNumber?: Maybe<Scalars["String"]>;
|
|
4115
4116
|
productionInformation_materials?: Maybe<Array<Scalars["String"]>>;
|
|
4116
4117
|
productionInformation_modelNumber?: Maybe<Scalars["String"]>;
|
|
4117
4118
|
sections?: Maybe<Array<ProductV1Section>>;
|
|
4119
|
+
sellerId: Scalars["BigInt"];
|
|
4118
4120
|
subCategory?: Maybe<ProductV1Category>;
|
|
4119
4121
|
subCategory2?: Maybe<ProductV1Category>;
|
|
4120
4122
|
tags?: Maybe<Array<ProductV1Tag>>;
|
|
@@ -4793,6 +4795,14 @@ export declare type ProductV1Product_Filter = {
|
|
|
4793
4795
|
details_tags_not?: InputMaybe<Array<Scalars["String"]>>;
|
|
4794
4796
|
details_tags_not_contains?: InputMaybe<Array<Scalars["String"]>>;
|
|
4795
4797
|
details_tags_not_contains_nocase?: InputMaybe<Array<Scalars["String"]>>;
|
|
4798
|
+
disputeResolverId?: InputMaybe<Scalars["BigInt"]>;
|
|
4799
|
+
disputeResolverId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
4800
|
+
disputeResolverId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
4801
|
+
disputeResolverId_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
4802
|
+
disputeResolverId_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
4803
|
+
disputeResolverId_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
4804
|
+
disputeResolverId_not?: InputMaybe<Scalars["BigInt"]>;
|
|
4805
|
+
disputeResolverId_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
4796
4806
|
id?: InputMaybe<Scalars["ID"]>;
|
|
4797
4807
|
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
4798
4808
|
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
@@ -5165,6 +5175,14 @@ export declare type ProductV1Product_Filter = {
|
|
|
5165
5175
|
sections_not?: InputMaybe<Array<Scalars["String"]>>;
|
|
5166
5176
|
sections_not_contains?: InputMaybe<Array<Scalars["String"]>>;
|
|
5167
5177
|
sections_not_contains_nocase?: InputMaybe<Array<Scalars["String"]>>;
|
|
5178
|
+
sellerId?: InputMaybe<Scalars["BigInt"]>;
|
|
5179
|
+
sellerId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
5180
|
+
sellerId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
5181
|
+
sellerId_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
5182
|
+
sellerId_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
5183
|
+
sellerId_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
5184
|
+
sellerId_not?: InputMaybe<Scalars["BigInt"]>;
|
|
5185
|
+
sellerId_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
5168
5186
|
subCategory?: InputMaybe<Scalars["String"]>;
|
|
5169
5187
|
subCategory2?: InputMaybe<Scalars["String"]>;
|
|
5170
5188
|
subCategory2_?: InputMaybe<ProductV1Category_Filter>;
|
|
@@ -5296,6 +5314,7 @@ export declare enum ProductV1Product_OrderBy {
|
|
|
5296
5314
|
DetailsSubCategory = "details_subCategory",
|
|
5297
5315
|
DetailsSubCategory2 = "details_subCategory2",
|
|
5298
5316
|
DetailsTags = "details_tags",
|
|
5317
|
+
DisputeResolverId = "disputeResolverId",
|
|
5299
5318
|
Id = "id",
|
|
5300
5319
|
IdentificationProductId = "identification_productId",
|
|
5301
5320
|
IdentificationProductIdType = "identification_productIdType",
|
|
@@ -5321,6 +5340,7 @@ export declare enum ProductV1Product_OrderBy {
|
|
|
5321
5340
|
ProductionInformationMaterials = "productionInformation_materials",
|
|
5322
5341
|
ProductionInformationModelNumber = "productionInformation_modelNumber",
|
|
5323
5342
|
Sections = "sections",
|
|
5343
|
+
SellerId = "sellerId",
|
|
5324
5344
|
SubCategory = "subCategory",
|
|
5325
5345
|
SubCategory2 = "subCategory2",
|
|
5326
5346
|
Tags = "tags",
|