@bosonprotocol/core-sdk 1.39.0 → 1.39.1-alpha.1

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 (35) hide show
  1. package/dist/cjs/exchanges/getExchangeState.d.ts +1 -1
  2. package/dist/cjs/exchanges/getExchangeState.d.ts.map +1 -1
  3. package/dist/cjs/exchanges/getExchangeState.js +1 -1
  4. package/dist/cjs/exchanges/getExchangeState.js.map +1 -1
  5. package/dist/cjs/exchanges/handler.js +3 -3
  6. package/dist/cjs/metadata/subgraph.js +1 -1
  7. package/dist/cjs/metadata/subgraph.js.map +1 -1
  8. package/dist/cjs/offers/renderContractualAgreement.js +1 -1
  9. package/dist/cjs/offers/renderContractualAgreement.js.map +1 -1
  10. package/dist/cjs/subgraph.d.ts +10749 -8570
  11. package/dist/cjs/subgraph.d.ts.map +1 -1
  12. package/dist/cjs/subgraph.js +1525 -649
  13. package/dist/cjs/subgraph.js.map +1 -1
  14. package/dist/cjs/utils/graphql.d.ts +32 -32
  15. package/dist/esm/exchanges/getExchangeState.d.ts +1 -1
  16. package/dist/esm/exchanges/getExchangeState.d.ts.map +1 -1
  17. package/dist/esm/exchanges/getExchangeState.js +1 -1
  18. package/dist/esm/exchanges/getExchangeState.js.map +1 -1
  19. package/dist/esm/exchanges/handler.js +3 -3
  20. package/dist/esm/metadata/subgraph.js +1 -1
  21. package/dist/esm/metadata/subgraph.js.map +1 -1
  22. package/dist/esm/offers/renderContractualAgreement.js +1 -1
  23. package/dist/esm/offers/renderContractualAgreement.js.map +1 -1
  24. package/dist/esm/subgraph.d.ts +10749 -8570
  25. package/dist/esm/subgraph.d.ts.map +1 -1
  26. package/dist/esm/subgraph.js +1525 -649
  27. package/dist/esm/subgraph.js.map +1 -1
  28. package/dist/esm/utils/graphql.d.ts +32 -32
  29. package/package.json +2 -2
  30. package/src/exchanges/getExchangeState.ts +5 -2
  31. package/src/exchanges/handler.ts +3 -3
  32. package/src/groups/queries.graphql +26 -0
  33. package/src/metadata/subgraph.ts +1 -1
  34. package/src/offers/renderContractualAgreement.ts +1 -1
  35. package/src/subgraph.ts +11491 -8603
@@ -7,159 +7,321 @@ exports.getSdk = exports.GetOffersMediaQueryDocument = exports.GetOffersQueryDoc
7
7
  const graphql_request_1 = require("graphql-request");
8
8
  var AccountEventLog_OrderBy;
9
9
  (function (AccountEventLog_OrderBy) {
10
- AccountEventLog_OrderBy["Account"] = "account";
11
- AccountEventLog_OrderBy["ExecutedBy"] = "executedBy";
12
- AccountEventLog_OrderBy["Hash"] = "hash";
13
- AccountEventLog_OrderBy["Id"] = "id";
14
- AccountEventLog_OrderBy["Timestamp"] = "timestamp";
15
- AccountEventLog_OrderBy["Type"] = "type";
10
+ AccountEventLog_OrderBy["ACCOUNT"] = "account";
11
+ AccountEventLog_OrderBy["ACCOUNT__ID"] = "account__id";
12
+ AccountEventLog_OrderBy["EXECUTEDBY"] = "executedBy";
13
+ AccountEventLog_OrderBy["HASH"] = "hash";
14
+ AccountEventLog_OrderBy["ID"] = "id";
15
+ AccountEventLog_OrderBy["TIMESTAMP"] = "timestamp";
16
+ AccountEventLog_OrderBy["TYPE"] = "type";
16
17
  })(AccountEventLog_OrderBy || (exports.AccountEventLog_OrderBy = AccountEventLog_OrderBy = {}));
17
18
  var Account_OrderBy;
18
19
  (function (Account_OrderBy) {
19
- Account_OrderBy["Funds"] = "funds";
20
- Account_OrderBy["Id"] = "id";
21
- Account_OrderBy["Logs"] = "logs";
20
+ Account_OrderBy["FUNDS"] = "funds";
21
+ Account_OrderBy["ID"] = "id";
22
+ Account_OrderBy["LOGS"] = "logs";
22
23
  })(Account_OrderBy || (exports.Account_OrderBy = Account_OrderBy = {}));
23
24
  var AnimationMetadata_OrderBy;
24
25
  (function (AnimationMetadata_OrderBy) {
25
- AnimationMetadata_OrderBy["Height"] = "height";
26
- AnimationMetadata_OrderBy["Id"] = "id";
27
- AnimationMetadata_OrderBy["Type"] = "type";
28
- AnimationMetadata_OrderBy["Width"] = "width";
26
+ AnimationMetadata_OrderBy["HEIGHT"] = "height";
27
+ AnimationMetadata_OrderBy["ID"] = "id";
28
+ AnimationMetadata_OrderBy["TYPE"] = "type";
29
+ AnimationMetadata_OrderBy["WIDTH"] = "width";
29
30
  })(AnimationMetadata_OrderBy || (exports.AnimationMetadata_OrderBy = AnimationMetadata_OrderBy = {}));
30
31
  var BaseMetadataEntity_OrderBy;
31
32
  (function (BaseMetadataEntity_OrderBy) {
32
- BaseMetadataEntity_OrderBy["AnimationMetadata"] = "animationMetadata";
33
- BaseMetadataEntity_OrderBy["AnimationUrl"] = "animationUrl";
34
- BaseMetadataEntity_OrderBy["Attributes"] = "attributes";
35
- BaseMetadataEntity_OrderBy["Condition"] = "condition";
36
- BaseMetadataEntity_OrderBy["CreatedAt"] = "createdAt";
37
- BaseMetadataEntity_OrderBy["Description"] = "description";
38
- BaseMetadataEntity_OrderBy["ExchangeToken"] = "exchangeToken";
39
- BaseMetadataEntity_OrderBy["ExternalUrl"] = "externalUrl";
40
- BaseMetadataEntity_OrderBy["Id"] = "id";
41
- BaseMetadataEntity_OrderBy["Image"] = "image";
42
- BaseMetadataEntity_OrderBy["LicenseUrl"] = "licenseUrl";
43
- BaseMetadataEntity_OrderBy["Name"] = "name";
44
- BaseMetadataEntity_OrderBy["NumberOfCommits"] = "numberOfCommits";
45
- BaseMetadataEntity_OrderBy["NumberOfRedemptions"] = "numberOfRedemptions";
46
- BaseMetadataEntity_OrderBy["Offer"] = "offer";
47
- BaseMetadataEntity_OrderBy["QuantityAvailable"] = "quantityAvailable";
48
- BaseMetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
49
- BaseMetadataEntity_OrderBy["Seller"] = "seller";
50
- BaseMetadataEntity_OrderBy["Type"] = "type";
51
- BaseMetadataEntity_OrderBy["ValidFromDate"] = "validFromDate";
52
- BaseMetadataEntity_OrderBy["ValidUntilDate"] = "validUntilDate";
53
- BaseMetadataEntity_OrderBy["Voided"] = "voided";
33
+ BaseMetadataEntity_OrderBy["ANIMATIONMETADATA"] = "animationMetadata";
34
+ BaseMetadataEntity_OrderBy["ANIMATIONMETADATA__HEIGHT"] = "animationMetadata__height";
35
+ BaseMetadataEntity_OrderBy["ANIMATIONMETADATA__ID"] = "animationMetadata__id";
36
+ BaseMetadataEntity_OrderBy["ANIMATIONMETADATA__TYPE"] = "animationMetadata__type";
37
+ BaseMetadataEntity_OrderBy["ANIMATIONMETADATA__WIDTH"] = "animationMetadata__width";
38
+ BaseMetadataEntity_OrderBy["ANIMATIONURL"] = "animationUrl";
39
+ BaseMetadataEntity_OrderBy["ATTRIBUTES"] = "attributes";
40
+ BaseMetadataEntity_OrderBy["CONDITION"] = "condition";
41
+ BaseMetadataEntity_OrderBy["CREATEDAT"] = "createdAt";
42
+ BaseMetadataEntity_OrderBy["DESCRIPTION"] = "description";
43
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN"] = "exchangeToken";
44
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN__ADDRESS"] = "exchangeToken__address";
45
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN__DECIMALS"] = "exchangeToken__decimals";
46
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN__ID"] = "exchangeToken__id";
47
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN__NAME"] = "exchangeToken__name";
48
+ BaseMetadataEntity_OrderBy["EXCHANGETOKEN__SYMBOL"] = "exchangeToken__symbol";
49
+ BaseMetadataEntity_OrderBy["EXTERNALURL"] = "externalUrl";
50
+ BaseMetadataEntity_OrderBy["ID"] = "id";
51
+ BaseMetadataEntity_OrderBy["IMAGE"] = "image";
52
+ BaseMetadataEntity_OrderBy["LICENSEURL"] = "licenseUrl";
53
+ BaseMetadataEntity_OrderBy["NAME"] = "name";
54
+ BaseMetadataEntity_OrderBy["NUMBEROFCOMMITS"] = "numberOfCommits";
55
+ BaseMetadataEntity_OrderBy["NUMBEROFREDEMPTIONS"] = "numberOfRedemptions";
56
+ BaseMetadataEntity_OrderBy["OFFER"] = "offer";
57
+ BaseMetadataEntity_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
58
+ BaseMetadataEntity_OrderBy["OFFER__AGENTID"] = "offer__agentId";
59
+ BaseMetadataEntity_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
60
+ BaseMetadataEntity_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
61
+ BaseMetadataEntity_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
62
+ BaseMetadataEntity_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
63
+ BaseMetadataEntity_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
64
+ BaseMetadataEntity_OrderBy["OFFER__ID"] = "offer__id";
65
+ BaseMetadataEntity_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
66
+ BaseMetadataEntity_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
67
+ BaseMetadataEntity_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
68
+ BaseMetadataEntity_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
69
+ BaseMetadataEntity_OrderBy["OFFER__PRICE"] = "offer__price";
70
+ BaseMetadataEntity_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
71
+ BaseMetadataEntity_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
72
+ BaseMetadataEntity_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
73
+ BaseMetadataEntity_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
74
+ BaseMetadataEntity_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
75
+ BaseMetadataEntity_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
76
+ BaseMetadataEntity_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
77
+ BaseMetadataEntity_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
78
+ BaseMetadataEntity_OrderBy["OFFER__VOIDED"] = "offer__voided";
79
+ BaseMetadataEntity_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
80
+ BaseMetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
81
+ BaseMetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
82
+ BaseMetadataEntity_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
83
+ BaseMetadataEntity_OrderBy["QUANTITYAVAILABLE"] = "quantityAvailable";
84
+ BaseMetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
85
+ BaseMetadataEntity_OrderBy["SELLER"] = "seller";
86
+ BaseMetadataEntity_OrderBy["SELLER__ACTIVE"] = "seller__active";
87
+ BaseMetadataEntity_OrderBy["SELLER__ADMIN"] = "seller__admin";
88
+ BaseMetadataEntity_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
89
+ BaseMetadataEntity_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
90
+ BaseMetadataEntity_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
91
+ BaseMetadataEntity_OrderBy["SELLER__CLERK"] = "seller__clerk";
92
+ BaseMetadataEntity_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
93
+ BaseMetadataEntity_OrderBy["SELLER__ID"] = "seller__id";
94
+ BaseMetadataEntity_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
95
+ BaseMetadataEntity_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
96
+ BaseMetadataEntity_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
97
+ BaseMetadataEntity_OrderBy["SELLER__TREASURY"] = "seller__treasury";
98
+ BaseMetadataEntity_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
99
+ BaseMetadataEntity_OrderBy["TYPE"] = "type";
100
+ BaseMetadataEntity_OrderBy["VALIDFROMDATE"] = "validFromDate";
101
+ BaseMetadataEntity_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
102
+ BaseMetadataEntity_OrderBy["VOIDED"] = "voided";
54
103
  })(BaseMetadataEntity_OrderBy || (exports.BaseMetadataEntity_OrderBy = BaseMetadataEntity_OrderBy = {}));
55
104
  var BundleMetadataEntity_OrderBy;
56
105
  (function (BundleMetadataEntity_OrderBy) {
57
- BundleMetadataEntity_OrderBy["AnimationMetadata"] = "animationMetadata";
58
- BundleMetadataEntity_OrderBy["AnimationUrl"] = "animationUrl";
59
- BundleMetadataEntity_OrderBy["Attributes"] = "attributes";
60
- BundleMetadataEntity_OrderBy["BundleUuid"] = "bundleUuid";
61
- BundleMetadataEntity_OrderBy["Condition"] = "condition";
62
- BundleMetadataEntity_OrderBy["CreatedAt"] = "createdAt";
63
- BundleMetadataEntity_OrderBy["Description"] = "description";
64
- BundleMetadataEntity_OrderBy["ExchangeToken"] = "exchangeToken";
65
- BundleMetadataEntity_OrderBy["ExternalUrl"] = "externalUrl";
66
- BundleMetadataEntity_OrderBy["Id"] = "id";
67
- BundleMetadataEntity_OrderBy["Image"] = "image";
68
- BundleMetadataEntity_OrderBy["Items"] = "items";
69
- BundleMetadataEntity_OrderBy["LicenseUrl"] = "licenseUrl";
70
- BundleMetadataEntity_OrderBy["Name"] = "name";
71
- BundleMetadataEntity_OrderBy["NumberOfCommits"] = "numberOfCommits";
72
- BundleMetadataEntity_OrderBy["NumberOfRedemptions"] = "numberOfRedemptions";
73
- BundleMetadataEntity_OrderBy["Offer"] = "offer";
74
- BundleMetadataEntity_OrderBy["ProductUuids"] = "productUuids";
75
- BundleMetadataEntity_OrderBy["ProductV1Seller"] = "productV1Seller";
76
- BundleMetadataEntity_OrderBy["QuantityAvailable"] = "quantityAvailable";
77
- BundleMetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
78
- BundleMetadataEntity_OrderBy["Seller"] = "seller";
79
- BundleMetadataEntity_OrderBy["Type"] = "type";
80
- BundleMetadataEntity_OrderBy["ValidFromDate"] = "validFromDate";
81
- BundleMetadataEntity_OrderBy["ValidUntilDate"] = "validUntilDate";
82
- BundleMetadataEntity_OrderBy["Voided"] = "voided";
106
+ BundleMetadataEntity_OrderBy["ANIMATIONMETADATA"] = "animationMetadata";
107
+ BundleMetadataEntity_OrderBy["ANIMATIONMETADATA__HEIGHT"] = "animationMetadata__height";
108
+ BundleMetadataEntity_OrderBy["ANIMATIONMETADATA__ID"] = "animationMetadata__id";
109
+ BundleMetadataEntity_OrderBy["ANIMATIONMETADATA__TYPE"] = "animationMetadata__type";
110
+ BundleMetadataEntity_OrderBy["ANIMATIONMETADATA__WIDTH"] = "animationMetadata__width";
111
+ BundleMetadataEntity_OrderBy["ANIMATIONURL"] = "animationUrl";
112
+ BundleMetadataEntity_OrderBy["ATTRIBUTES"] = "attributes";
113
+ BundleMetadataEntity_OrderBy["BUNDLEUUID"] = "bundleUuid";
114
+ BundleMetadataEntity_OrderBy["CONDITION"] = "condition";
115
+ BundleMetadataEntity_OrderBy["CREATEDAT"] = "createdAt";
116
+ BundleMetadataEntity_OrderBy["DESCRIPTION"] = "description";
117
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN"] = "exchangeToken";
118
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN__ADDRESS"] = "exchangeToken__address";
119
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN__DECIMALS"] = "exchangeToken__decimals";
120
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN__ID"] = "exchangeToken__id";
121
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN__NAME"] = "exchangeToken__name";
122
+ BundleMetadataEntity_OrderBy["EXCHANGETOKEN__SYMBOL"] = "exchangeToken__symbol";
123
+ BundleMetadataEntity_OrderBy["EXTERNALURL"] = "externalUrl";
124
+ BundleMetadataEntity_OrderBy["ID"] = "id";
125
+ BundleMetadataEntity_OrderBy["IMAGE"] = "image";
126
+ BundleMetadataEntity_OrderBy["ITEMS"] = "items";
127
+ BundleMetadataEntity_OrderBy["LICENSEURL"] = "licenseUrl";
128
+ BundleMetadataEntity_OrderBy["NAME"] = "name";
129
+ BundleMetadataEntity_OrderBy["NUMBEROFCOMMITS"] = "numberOfCommits";
130
+ BundleMetadataEntity_OrderBy["NUMBEROFREDEMPTIONS"] = "numberOfRedemptions";
131
+ BundleMetadataEntity_OrderBy["OFFER"] = "offer";
132
+ BundleMetadataEntity_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
133
+ BundleMetadataEntity_OrderBy["OFFER__AGENTID"] = "offer__agentId";
134
+ BundleMetadataEntity_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
135
+ BundleMetadataEntity_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
136
+ BundleMetadataEntity_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
137
+ BundleMetadataEntity_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
138
+ BundleMetadataEntity_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
139
+ BundleMetadataEntity_OrderBy["OFFER__ID"] = "offer__id";
140
+ BundleMetadataEntity_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
141
+ BundleMetadataEntity_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
142
+ BundleMetadataEntity_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
143
+ BundleMetadataEntity_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
144
+ BundleMetadataEntity_OrderBy["OFFER__PRICE"] = "offer__price";
145
+ BundleMetadataEntity_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
146
+ BundleMetadataEntity_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
147
+ BundleMetadataEntity_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
148
+ BundleMetadataEntity_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
149
+ BundleMetadataEntity_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
150
+ BundleMetadataEntity_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
151
+ BundleMetadataEntity_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
152
+ BundleMetadataEntity_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
153
+ BundleMetadataEntity_OrderBy["OFFER__VOIDED"] = "offer__voided";
154
+ BundleMetadataEntity_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
155
+ BundleMetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
156
+ BundleMetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
157
+ BundleMetadataEntity_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
158
+ BundleMetadataEntity_OrderBy["PRODUCTUUIDS"] = "productUuids";
159
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER"] = "productV1Seller";
160
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__CONTACTPREFERENCE"] = "productV1Seller__contactPreference";
161
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__DEFAULTVERSION"] = "productV1Seller__defaultVersion";
162
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__DESCRIPTION"] = "productV1Seller__description";
163
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__EXTERNALURL"] = "productV1Seller__externalUrl";
164
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__ID"] = "productV1Seller__id";
165
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__NAME"] = "productV1Seller__name";
166
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__SELLERID"] = "productV1Seller__sellerId";
167
+ BundleMetadataEntity_OrderBy["PRODUCTV1SELLER__TOKENID"] = "productV1Seller__tokenId";
168
+ BundleMetadataEntity_OrderBy["QUANTITYAVAILABLE"] = "quantityAvailable";
169
+ BundleMetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
170
+ BundleMetadataEntity_OrderBy["SELLER"] = "seller";
171
+ BundleMetadataEntity_OrderBy["SELLER__ACTIVE"] = "seller__active";
172
+ BundleMetadataEntity_OrderBy["SELLER__ADMIN"] = "seller__admin";
173
+ BundleMetadataEntity_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
174
+ BundleMetadataEntity_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
175
+ BundleMetadataEntity_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
176
+ BundleMetadataEntity_OrderBy["SELLER__CLERK"] = "seller__clerk";
177
+ BundleMetadataEntity_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
178
+ BundleMetadataEntity_OrderBy["SELLER__ID"] = "seller__id";
179
+ BundleMetadataEntity_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
180
+ BundleMetadataEntity_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
181
+ BundleMetadataEntity_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
182
+ BundleMetadataEntity_OrderBy["SELLER__TREASURY"] = "seller__treasury";
183
+ BundleMetadataEntity_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
184
+ BundleMetadataEntity_OrderBy["TYPE"] = "type";
185
+ BundleMetadataEntity_OrderBy["VALIDFROMDATE"] = "validFromDate";
186
+ BundleMetadataEntity_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
187
+ BundleMetadataEntity_OrderBy["VOIDED"] = "voided";
83
188
  })(BundleMetadataEntity_OrderBy || (exports.BundleMetadataEntity_OrderBy = BundleMetadataEntity_OrderBy = {}));
84
189
  var Buyer_OrderBy;
85
190
  (function (Buyer_OrderBy) {
86
- Buyer_OrderBy["Active"] = "active";
87
- Buyer_OrderBy["Exchanges"] = "exchanges";
88
- Buyer_OrderBy["Funds"] = "funds";
89
- Buyer_OrderBy["Id"] = "id";
90
- Buyer_OrderBy["Logs"] = "logs";
91
- Buyer_OrderBy["Wallet"] = "wallet";
191
+ Buyer_OrderBy["ACTIVE"] = "active";
192
+ Buyer_OrderBy["EXCHANGES"] = "exchanges";
193
+ Buyer_OrderBy["FUNDS"] = "funds";
194
+ Buyer_OrderBy["ID"] = "id";
195
+ Buyer_OrderBy["LOGS"] = "logs";
196
+ Buyer_OrderBy["WALLET"] = "wallet";
92
197
  })(Buyer_OrderBy || (exports.Buyer_OrderBy = Buyer_OrderBy = {}));
93
198
  var ConditionEntity_OrderBy;
94
199
  (function (ConditionEntity_OrderBy) {
95
- ConditionEntity_OrderBy["GatingType"] = "gatingType";
96
- ConditionEntity_OrderBy["Id"] = "id";
97
- ConditionEntity_OrderBy["MaxCommits"] = "maxCommits";
98
- ConditionEntity_OrderBy["MaxTokenId"] = "maxTokenId";
99
- ConditionEntity_OrderBy["Method"] = "method";
100
- ConditionEntity_OrderBy["MinTokenId"] = "minTokenId";
101
- ConditionEntity_OrderBy["Threshold"] = "threshold";
102
- ConditionEntity_OrderBy["TokenAddress"] = "tokenAddress";
103
- ConditionEntity_OrderBy["TokenType"] = "tokenType";
200
+ ConditionEntity_OrderBy["GATINGTYPE"] = "gatingType";
201
+ ConditionEntity_OrderBy["ID"] = "id";
202
+ ConditionEntity_OrderBy["MAXCOMMITS"] = "maxCommits";
203
+ ConditionEntity_OrderBy["MAXTOKENID"] = "maxTokenId";
204
+ ConditionEntity_OrderBy["METHOD"] = "method";
205
+ ConditionEntity_OrderBy["MINTOKENID"] = "minTokenId";
206
+ ConditionEntity_OrderBy["OFFERS"] = "offers";
207
+ ConditionEntity_OrderBy["THRESHOLD"] = "threshold";
208
+ ConditionEntity_OrderBy["TOKENADDRESS"] = "tokenAddress";
209
+ ConditionEntity_OrderBy["TOKENTYPE"] = "tokenType";
104
210
  })(ConditionEntity_OrderBy || (exports.ConditionEntity_OrderBy = ConditionEntity_OrderBy = {}));
105
211
  var ConditionalCommitAuthorizedEventLog_OrderBy;
106
212
  (function (ConditionalCommitAuthorizedEventLog_OrderBy) {
107
- ConditionalCommitAuthorizedEventLog_OrderBy["BuyerAddress"] = "buyerAddress";
108
- ConditionalCommitAuthorizedEventLog_OrderBy["CommitCount"] = "commitCount";
109
- ConditionalCommitAuthorizedEventLog_OrderBy["Gating"] = "gating";
110
- ConditionalCommitAuthorizedEventLog_OrderBy["GroupId"] = "groupId";
111
- ConditionalCommitAuthorizedEventLog_OrderBy["Hash"] = "hash";
112
- ConditionalCommitAuthorizedEventLog_OrderBy["Id"] = "id";
113
- ConditionalCommitAuthorizedEventLog_OrderBy["MaxCommits"] = "maxCommits";
114
- ConditionalCommitAuthorizedEventLog_OrderBy["OfferId"] = "offerId";
115
- ConditionalCommitAuthorizedEventLog_OrderBy["Timestamp"] = "timestamp";
116
- ConditionalCommitAuthorizedEventLog_OrderBy["TokenId"] = "tokenId";
117
- ConditionalCommitAuthorizedEventLog_OrderBy["Type"] = "type";
213
+ ConditionalCommitAuthorizedEventLog_OrderBy["BUYERADDRESS"] = "buyerAddress";
214
+ ConditionalCommitAuthorizedEventLog_OrderBy["COMMITCOUNT"] = "commitCount";
215
+ ConditionalCommitAuthorizedEventLog_OrderBy["GATING"] = "gating";
216
+ ConditionalCommitAuthorizedEventLog_OrderBy["GROUPID"] = "groupId";
217
+ ConditionalCommitAuthorizedEventLog_OrderBy["HASH"] = "hash";
218
+ ConditionalCommitAuthorizedEventLog_OrderBy["ID"] = "id";
219
+ ConditionalCommitAuthorizedEventLog_OrderBy["MAXCOMMITS"] = "maxCommits";
220
+ ConditionalCommitAuthorizedEventLog_OrderBy["OFFERID"] = "offerId";
221
+ ConditionalCommitAuthorizedEventLog_OrderBy["TIMESTAMP"] = "timestamp";
222
+ ConditionalCommitAuthorizedEventLog_OrderBy["TOKENID"] = "tokenId";
223
+ ConditionalCommitAuthorizedEventLog_OrderBy["TYPE"] = "type";
118
224
  })(ConditionalCommitAuthorizedEventLog_OrderBy || (exports.ConditionalCommitAuthorizedEventLog_OrderBy = ConditionalCommitAuthorizedEventLog_OrderBy = {}));
119
225
  var DisputeEventLog_OrderBy;
120
226
  (function (DisputeEventLog_OrderBy) {
121
- DisputeEventLog_OrderBy["Account"] = "account";
122
- DisputeEventLog_OrderBy["Dispute"] = "dispute";
123
- DisputeEventLog_OrderBy["ExecutedBy"] = "executedBy";
124
- DisputeEventLog_OrderBy["Hash"] = "hash";
125
- DisputeEventLog_OrderBy["Id"] = "id";
126
- DisputeEventLog_OrderBy["Timestamp"] = "timestamp";
127
- DisputeEventLog_OrderBy["Type"] = "type";
227
+ DisputeEventLog_OrderBy["ACCOUNT"] = "account";
228
+ DisputeEventLog_OrderBy["ACCOUNT__ID"] = "account__id";
229
+ DisputeEventLog_OrderBy["DISPUTE"] = "dispute";
230
+ DisputeEventLog_OrderBy["DISPUTE__BUYERPERCENT"] = "dispute__buyerPercent";
231
+ DisputeEventLog_OrderBy["DISPUTE__DECIDEDDATE"] = "dispute__decidedDate";
232
+ DisputeEventLog_OrderBy["DISPUTE__DISPUTEDDATE"] = "dispute__disputedDate";
233
+ DisputeEventLog_OrderBy["DISPUTE__ESCALATEDDATE"] = "dispute__escalatedDate";
234
+ DisputeEventLog_OrderBy["DISPUTE__EXCHANGEID"] = "dispute__exchangeId";
235
+ DisputeEventLog_OrderBy["DISPUTE__FINALIZEDDATE"] = "dispute__finalizedDate";
236
+ DisputeEventLog_OrderBy["DISPUTE__ID"] = "dispute__id";
237
+ DisputeEventLog_OrderBy["DISPUTE__REFUSEDDATE"] = "dispute__refusedDate";
238
+ DisputeEventLog_OrderBy["DISPUTE__RESOLVEDDATE"] = "dispute__resolvedDate";
239
+ DisputeEventLog_OrderBy["DISPUTE__RETRACTEDDATE"] = "dispute__retractedDate";
240
+ DisputeEventLog_OrderBy["DISPUTE__STATE"] = "dispute__state";
241
+ DisputeEventLog_OrderBy["DISPUTE__TIMEOUT"] = "dispute__timeout";
242
+ DisputeEventLog_OrderBy["EXECUTEDBY"] = "executedBy";
243
+ DisputeEventLog_OrderBy["HASH"] = "hash";
244
+ DisputeEventLog_OrderBy["ID"] = "id";
245
+ DisputeEventLog_OrderBy["TIMESTAMP"] = "timestamp";
246
+ DisputeEventLog_OrderBy["TYPE"] = "type";
128
247
  })(DisputeEventLog_OrderBy || (exports.DisputeEventLog_OrderBy = DisputeEventLog_OrderBy = {}));
129
248
  var DisputeResolutionTermsEntity_OrderBy;
130
249
  (function (DisputeResolutionTermsEntity_OrderBy) {
131
- DisputeResolutionTermsEntity_OrderBy["BuyerEscalationDeposit"] = "buyerEscalationDeposit";
132
- DisputeResolutionTermsEntity_OrderBy["DisputeResolver"] = "disputeResolver";
133
- DisputeResolutionTermsEntity_OrderBy["DisputeResolverId"] = "disputeResolverId";
134
- DisputeResolutionTermsEntity_OrderBy["EscalationResponsePeriod"] = "escalationResponsePeriod";
135
- DisputeResolutionTermsEntity_OrderBy["FeeAmount"] = "feeAmount";
136
- DisputeResolutionTermsEntity_OrderBy["Id"] = "id";
137
- DisputeResolutionTermsEntity_OrderBy["Offer"] = "offer";
250
+ DisputeResolutionTermsEntity_OrderBy["BUYERESCALATIONDEPOSIT"] = "buyerEscalationDeposit";
251
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER"] = "disputeResolver";
252
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVERID"] = "disputeResolverId";
253
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__ACTIVE"] = "disputeResolver__active";
254
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__ADMIN"] = "disputeResolver__admin";
255
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__ASSISTANT"] = "disputeResolver__assistant";
256
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__CLERK"] = "disputeResolver__clerk";
257
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__ESCALATIONRESPONSEPERIOD"] = "disputeResolver__escalationResponsePeriod";
258
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__ID"] = "disputeResolver__id";
259
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__METADATAURI"] = "disputeResolver__metadataUri";
260
+ DisputeResolutionTermsEntity_OrderBy["DISPUTERESOLVER__TREASURY"] = "disputeResolver__treasury";
261
+ DisputeResolutionTermsEntity_OrderBy["ESCALATIONRESPONSEPERIOD"] = "escalationResponsePeriod";
262
+ DisputeResolutionTermsEntity_OrderBy["FEEAMOUNT"] = "feeAmount";
263
+ DisputeResolutionTermsEntity_OrderBy["ID"] = "id";
264
+ DisputeResolutionTermsEntity_OrderBy["OFFER"] = "offer";
265
+ DisputeResolutionTermsEntity_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
266
+ DisputeResolutionTermsEntity_OrderBy["OFFER__AGENTID"] = "offer__agentId";
267
+ DisputeResolutionTermsEntity_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
268
+ DisputeResolutionTermsEntity_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
269
+ DisputeResolutionTermsEntity_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
270
+ DisputeResolutionTermsEntity_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
271
+ DisputeResolutionTermsEntity_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
272
+ DisputeResolutionTermsEntity_OrderBy["OFFER__ID"] = "offer__id";
273
+ DisputeResolutionTermsEntity_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
274
+ DisputeResolutionTermsEntity_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
275
+ DisputeResolutionTermsEntity_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
276
+ DisputeResolutionTermsEntity_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
277
+ DisputeResolutionTermsEntity_OrderBy["OFFER__PRICE"] = "offer__price";
278
+ DisputeResolutionTermsEntity_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
279
+ DisputeResolutionTermsEntity_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
280
+ DisputeResolutionTermsEntity_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
281
+ DisputeResolutionTermsEntity_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
282
+ DisputeResolutionTermsEntity_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
283
+ DisputeResolutionTermsEntity_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
284
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
285
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
286
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VOIDED"] = "offer__voided";
287
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
288
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
289
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
290
+ DisputeResolutionTermsEntity_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
138
291
  })(DisputeResolutionTermsEntity_OrderBy || (exports.DisputeResolutionTermsEntity_OrderBy = DisputeResolutionTermsEntity_OrderBy = {}));
139
292
  var DisputeResolverFee_OrderBy;
140
293
  (function (DisputeResolverFee_OrderBy) {
141
- DisputeResolverFee_OrderBy["FeeAmount"] = "feeAmount";
142
- DisputeResolverFee_OrderBy["Id"] = "id";
143
- DisputeResolverFee_OrderBy["Token"] = "token";
144
- DisputeResolverFee_OrderBy["TokenAddress"] = "tokenAddress";
145
- DisputeResolverFee_OrderBy["TokenName"] = "tokenName";
294
+ DisputeResolverFee_OrderBy["FEEAMOUNT"] = "feeAmount";
295
+ DisputeResolverFee_OrderBy["ID"] = "id";
296
+ DisputeResolverFee_OrderBy["TOKEN"] = "token";
297
+ DisputeResolverFee_OrderBy["TOKENADDRESS"] = "tokenAddress";
298
+ DisputeResolverFee_OrderBy["TOKENNAME"] = "tokenName";
299
+ DisputeResolverFee_OrderBy["TOKEN__ADDRESS"] = "token__address";
300
+ DisputeResolverFee_OrderBy["TOKEN__DECIMALS"] = "token__decimals";
301
+ DisputeResolverFee_OrderBy["TOKEN__ID"] = "token__id";
302
+ DisputeResolverFee_OrderBy["TOKEN__NAME"] = "token__name";
303
+ DisputeResolverFee_OrderBy["TOKEN__SYMBOL"] = "token__symbol";
146
304
  })(DisputeResolverFee_OrderBy || (exports.DisputeResolverFee_OrderBy = DisputeResolverFee_OrderBy = {}));
147
305
  var DisputeResolver_OrderBy;
148
306
  (function (DisputeResolver_OrderBy) {
149
- DisputeResolver_OrderBy["Active"] = "active";
150
- DisputeResolver_OrderBy["Admin"] = "admin";
151
- DisputeResolver_OrderBy["Assistant"] = "assistant";
152
- DisputeResolver_OrderBy["Clerk"] = "clerk";
153
- DisputeResolver_OrderBy["EscalationResponsePeriod"] = "escalationResponsePeriod";
154
- DisputeResolver_OrderBy["Fees"] = "fees";
155
- DisputeResolver_OrderBy["Funds"] = "funds";
156
- DisputeResolver_OrderBy["Id"] = "id";
157
- DisputeResolver_OrderBy["Logs"] = "logs";
158
- DisputeResolver_OrderBy["MetadataUri"] = "metadataUri";
159
- DisputeResolver_OrderBy["Offers"] = "offers";
160
- DisputeResolver_OrderBy["PendingDisputeResolver"] = "pendingDisputeResolver";
161
- DisputeResolver_OrderBy["SellerAllowList"] = "sellerAllowList";
162
- DisputeResolver_OrderBy["Treasury"] = "treasury";
307
+ DisputeResolver_OrderBy["ACTIVE"] = "active";
308
+ DisputeResolver_OrderBy["ADMIN"] = "admin";
309
+ DisputeResolver_OrderBy["ASSISTANT"] = "assistant";
310
+ DisputeResolver_OrderBy["CLERK"] = "clerk";
311
+ DisputeResolver_OrderBy["ESCALATIONRESPONSEPERIOD"] = "escalationResponsePeriod";
312
+ DisputeResolver_OrderBy["FEES"] = "fees";
313
+ DisputeResolver_OrderBy["FUNDS"] = "funds";
314
+ DisputeResolver_OrderBy["ID"] = "id";
315
+ DisputeResolver_OrderBy["LOGS"] = "logs";
316
+ DisputeResolver_OrderBy["METADATAURI"] = "metadataUri";
317
+ DisputeResolver_OrderBy["OFFERS"] = "offers";
318
+ DisputeResolver_OrderBy["PENDINGDISPUTERESOLVER"] = "pendingDisputeResolver";
319
+ DisputeResolver_OrderBy["PENDINGDISPUTERESOLVER__ADMIN"] = "pendingDisputeResolver__admin";
320
+ DisputeResolver_OrderBy["PENDINGDISPUTERESOLVER__ASSISTANT"] = "pendingDisputeResolver__assistant";
321
+ DisputeResolver_OrderBy["PENDINGDISPUTERESOLVER__CLERK"] = "pendingDisputeResolver__clerk";
322
+ DisputeResolver_OrderBy["PENDINGDISPUTERESOLVER__ID"] = "pendingDisputeResolver__id";
323
+ DisputeResolver_OrderBy["SELLERALLOWLIST"] = "sellerAllowList";
324
+ DisputeResolver_OrderBy["TREASURY"] = "treasury";
163
325
  })(DisputeResolver_OrderBy || (exports.DisputeResolver_OrderBy = DisputeResolver_OrderBy = {}));
164
326
  /**
165
327
  * Disputes
@@ -167,40 +329,77 @@ var DisputeResolver_OrderBy;
167
329
  */
168
330
  var DisputeState;
169
331
  (function (DisputeState) {
170
- DisputeState["Decided"] = "DECIDED";
171
- DisputeState["Escalated"] = "ESCALATED";
172
- DisputeState["Refused"] = "REFUSED";
173
- DisputeState["Resolved"] = "RESOLVED";
174
- DisputeState["Resolving"] = "RESOLVING";
175
- DisputeState["Retracted"] = "RETRACTED";
332
+ DisputeState["DECIDED"] = "DECIDED";
333
+ DisputeState["ESCALATED"] = "ESCALATED";
334
+ DisputeState["REFUSED"] = "REFUSED";
335
+ DisputeState["RESOLVED"] = "RESOLVED";
336
+ DisputeState["RESOLVING"] = "RESOLVING";
337
+ DisputeState["RETRACTED"] = "RETRACTED";
176
338
  })(DisputeState || (exports.DisputeState = DisputeState = {}));
177
339
  var Dispute_OrderBy;
178
340
  (function (Dispute_OrderBy) {
179
- Dispute_OrderBy["Buyer"] = "buyer";
180
- Dispute_OrderBy["BuyerPercent"] = "buyerPercent";
181
- Dispute_OrderBy["DecidedDate"] = "decidedDate";
182
- Dispute_OrderBy["DisputeResolver"] = "disputeResolver";
183
- Dispute_OrderBy["DisputedDate"] = "disputedDate";
184
- Dispute_OrderBy["EscalatedDate"] = "escalatedDate";
185
- Dispute_OrderBy["Exchange"] = "exchange";
186
- Dispute_OrderBy["ExchangeId"] = "exchangeId";
187
- Dispute_OrderBy["FinalizedDate"] = "finalizedDate";
188
- Dispute_OrderBy["Id"] = "id";
189
- Dispute_OrderBy["RefusedDate"] = "refusedDate";
190
- Dispute_OrderBy["ResolvedDate"] = "resolvedDate";
191
- Dispute_OrderBy["RetractedDate"] = "retractedDate";
192
- Dispute_OrderBy["Seller"] = "seller";
193
- Dispute_OrderBy["State"] = "state";
194
- Dispute_OrderBy["Timeout"] = "timeout";
341
+ Dispute_OrderBy["BUYER"] = "buyer";
342
+ Dispute_OrderBy["BUYERPERCENT"] = "buyerPercent";
343
+ Dispute_OrderBy["BUYER__ACTIVE"] = "buyer__active";
344
+ Dispute_OrderBy["BUYER__ID"] = "buyer__id";
345
+ Dispute_OrderBy["BUYER__WALLET"] = "buyer__wallet";
346
+ Dispute_OrderBy["DECIDEDDATE"] = "decidedDate";
347
+ Dispute_OrderBy["DISPUTERESOLVER"] = "disputeResolver";
348
+ Dispute_OrderBy["DISPUTERESOLVER__ACTIVE"] = "disputeResolver__active";
349
+ Dispute_OrderBy["DISPUTERESOLVER__ADMIN"] = "disputeResolver__admin";
350
+ Dispute_OrderBy["DISPUTERESOLVER__ASSISTANT"] = "disputeResolver__assistant";
351
+ Dispute_OrderBy["DISPUTERESOLVER__CLERK"] = "disputeResolver__clerk";
352
+ Dispute_OrderBy["DISPUTERESOLVER__ESCALATIONRESPONSEPERIOD"] = "disputeResolver__escalationResponsePeriod";
353
+ Dispute_OrderBy["DISPUTERESOLVER__ID"] = "disputeResolver__id";
354
+ Dispute_OrderBy["DISPUTERESOLVER__METADATAURI"] = "disputeResolver__metadataUri";
355
+ Dispute_OrderBy["DISPUTERESOLVER__TREASURY"] = "disputeResolver__treasury";
356
+ Dispute_OrderBy["DISPUTEDDATE"] = "disputedDate";
357
+ Dispute_OrderBy["ESCALATEDDATE"] = "escalatedDate";
358
+ Dispute_OrderBy["EXCHANGE"] = "exchange";
359
+ Dispute_OrderBy["EXCHANGEID"] = "exchangeId";
360
+ Dispute_OrderBy["EXCHANGE__CANCELLEDDATE"] = "exchange__cancelledDate";
361
+ Dispute_OrderBy["EXCHANGE__COMMITTEDDATE"] = "exchange__committedDate";
362
+ Dispute_OrderBy["EXCHANGE__COMPLETEDDATE"] = "exchange__completedDate";
363
+ Dispute_OrderBy["EXCHANGE__DISPUTED"] = "exchange__disputed";
364
+ Dispute_OrderBy["EXCHANGE__DISPUTEDDATE"] = "exchange__disputedDate";
365
+ Dispute_OrderBy["EXCHANGE__EXPIRED"] = "exchange__expired";
366
+ Dispute_OrderBy["EXCHANGE__FINALIZEDDATE"] = "exchange__finalizedDate";
367
+ Dispute_OrderBy["EXCHANGE__ID"] = "exchange__id";
368
+ Dispute_OrderBy["EXCHANGE__REDEEMEDDATE"] = "exchange__redeemedDate";
369
+ Dispute_OrderBy["EXCHANGE__REVOKEDDATE"] = "exchange__revokedDate";
370
+ Dispute_OrderBy["EXCHANGE__STATE"] = "exchange__state";
371
+ Dispute_OrderBy["EXCHANGE__VALIDUNTILDATE"] = "exchange__validUntilDate";
372
+ Dispute_OrderBy["FINALIZEDDATE"] = "finalizedDate";
373
+ Dispute_OrderBy["ID"] = "id";
374
+ Dispute_OrderBy["REFUSEDDATE"] = "refusedDate";
375
+ Dispute_OrderBy["RESOLVEDDATE"] = "resolvedDate";
376
+ Dispute_OrderBy["RETRACTEDDATE"] = "retractedDate";
377
+ Dispute_OrderBy["SELLER"] = "seller";
378
+ Dispute_OrderBy["SELLER__ACTIVE"] = "seller__active";
379
+ Dispute_OrderBy["SELLER__ADMIN"] = "seller__admin";
380
+ Dispute_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
381
+ Dispute_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
382
+ Dispute_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
383
+ Dispute_OrderBy["SELLER__CLERK"] = "seller__clerk";
384
+ Dispute_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
385
+ Dispute_OrderBy["SELLER__ID"] = "seller__id";
386
+ Dispute_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
387
+ Dispute_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
388
+ Dispute_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
389
+ Dispute_OrderBy["SELLER__TREASURY"] = "seller__treasury";
390
+ Dispute_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
391
+ Dispute_OrderBy["STATE"] = "state";
392
+ Dispute_OrderBy["TIMEOUT"] = "timeout";
195
393
  })(Dispute_OrderBy || (exports.Dispute_OrderBy = Dispute_OrderBy = {}));
196
394
  var EventLog_OrderBy;
197
395
  (function (EventLog_OrderBy) {
198
- EventLog_OrderBy["Account"] = "account";
199
- EventLog_OrderBy["ExecutedBy"] = "executedBy";
200
- EventLog_OrderBy["Hash"] = "hash";
201
- EventLog_OrderBy["Id"] = "id";
202
- EventLog_OrderBy["Timestamp"] = "timestamp";
203
- EventLog_OrderBy["Type"] = "type";
396
+ EventLog_OrderBy["ACCOUNT"] = "account";
397
+ EventLog_OrderBy["ACCOUNT__ID"] = "account__id";
398
+ EventLog_OrderBy["EXECUTEDBY"] = "executedBy";
399
+ EventLog_OrderBy["HASH"] = "hash";
400
+ EventLog_OrderBy["ID"] = "id";
401
+ EventLog_OrderBy["TIMESTAMP"] = "timestamp";
402
+ EventLog_OrderBy["TYPE"] = "type";
204
403
  })(EventLog_OrderBy || (exports.EventLog_OrderBy = EventLog_OrderBy = {}));
205
404
  /**
206
405
  * Events
@@ -208,57 +407,70 @@ var EventLog_OrderBy;
208
407
  */
209
408
  var EventType;
210
409
  (function (EventType) {
211
- EventType["AllowedSellersAdded"] = "ALLOWED_SELLERS_ADDED";
212
- EventType["AllowedSellersRemoved"] = "ALLOWED_SELLERS_REMOVED";
410
+ EventType["ALLOWED_SELLERS_ADDED"] = "ALLOWED_SELLERS_ADDED";
411
+ EventType["ALLOWED_SELLERS_REMOVED"] = "ALLOWED_SELLERS_REMOVED";
213
412
  /** ExchangeHandler events */
214
- EventType["BuyerCommitted"] = "BUYER_COMMITTED";
215
- EventType["BuyerCreated"] = "BUYER_CREATED";
216
- EventType["ConditionalCommit"] = "CONDITIONAL_COMMIT";
217
- EventType["DisputeDecided"] = "DISPUTE_DECIDED";
218
- EventType["DisputeEscalated"] = "DISPUTE_ESCALATED";
219
- EventType["DisputeExpired"] = "DISPUTE_EXPIRED";
413
+ EventType["BUYER_COMMITTED"] = "BUYER_COMMITTED";
414
+ EventType["BUYER_CREATED"] = "BUYER_CREATED";
415
+ EventType["CONDITIONAL_COMMIT"] = "CONDITIONAL_COMMIT";
416
+ EventType["DISPUTE_DECIDED"] = "DISPUTE_DECIDED";
417
+ EventType["DISPUTE_ESCALATED"] = "DISPUTE_ESCALATED";
418
+ EventType["DISPUTE_EXPIRED"] = "DISPUTE_EXPIRED";
220
419
  /** DisputeHandler events */
221
- EventType["DisputeRaised"] = "DISPUTE_RAISED";
222
- EventType["DisputeResolved"] = "DISPUTE_RESOLVED";
223
- EventType["DisputeResolverActivated"] = "DISPUTE_RESOLVER_ACTIVATED";
224
- EventType["DisputeResolverCreated"] = "DISPUTE_RESOLVER_CREATED";
225
- EventType["DisputeResolverFeesAdded"] = "DISPUTE_RESOLVER_FEES_ADDED";
226
- EventType["DisputeResolverFeesRemoved"] = "DISPUTE_RESOLVER_FEES_REMOVED";
227
- EventType["DisputeResolverUpdated"] = "DISPUTE_RESOLVER_UPDATED";
228
- EventType["DisputeRetracted"] = "DISPUTE_RETRACTED";
229
- EventType["DisputeTimeoutExtended"] = "DISPUTE_TIMEOUT_EXTENDED";
230
- EventType["EscalatedDisputeExpired"] = "ESCALATED_DISPUTE_EXPIRED";
231
- EventType["EscalatedDisputeRefused"] = "ESCALATED_DISPUTE_REFUSED";
232
- EventType["ExchangeCompleted"] = "EXCHANGE_COMPLETED";
420
+ EventType["DISPUTE_RAISED"] = "DISPUTE_RAISED";
421
+ EventType["DISPUTE_RESOLVED"] = "DISPUTE_RESOLVED";
422
+ EventType["DISPUTE_RESOLVER_ACTIVATED"] = "DISPUTE_RESOLVER_ACTIVATED";
423
+ EventType["DISPUTE_RESOLVER_CREATED"] = "DISPUTE_RESOLVER_CREATED";
424
+ EventType["DISPUTE_RESOLVER_FEES_ADDED"] = "DISPUTE_RESOLVER_FEES_ADDED";
425
+ EventType["DISPUTE_RESOLVER_FEES_REMOVED"] = "DISPUTE_RESOLVER_FEES_REMOVED";
426
+ EventType["DISPUTE_RESOLVER_UPDATED"] = "DISPUTE_RESOLVER_UPDATED";
427
+ EventType["DISPUTE_RETRACTED"] = "DISPUTE_RETRACTED";
428
+ EventType["DISPUTE_TIMEOUT_EXTENDED"] = "DISPUTE_TIMEOUT_EXTENDED";
429
+ EventType["ESCALATED_DISPUTE_EXPIRED"] = "ESCALATED_DISPUTE_EXPIRED";
430
+ EventType["ESCALATED_DISPUTE_REFUSED"] = "ESCALATED_DISPUTE_REFUSED";
431
+ EventType["EXCHANGE_COMPLETED"] = "EXCHANGE_COMPLETED";
233
432
  /** FundsHandler events */
234
- EventType["FundsDeposited"] = "FUNDS_DEPOSITED";
235
- EventType["FundsEncumbered"] = "FUNDS_ENCUMBERED";
236
- EventType["FundsReleased"] = "FUNDS_RELEASED";
237
- EventType["FundsWithdrawn"] = "FUNDS_WITHDRAWN";
433
+ EventType["FUNDS_DEPOSITED"] = "FUNDS_DEPOSITED";
434
+ EventType["FUNDS_ENCUMBERED"] = "FUNDS_ENCUMBERED";
435
+ EventType["FUNDS_RELEASED"] = "FUNDS_RELEASED";
436
+ EventType["FUNDS_WITHDRAWN"] = "FUNDS_WITHDRAWN";
238
437
  /** OfferHandler events */
239
- EventType["OfferCreated"] = "OFFER_CREATED";
240
- EventType["OfferExtended"] = "OFFER_EXTENDED";
241
- EventType["OfferRangeReserved"] = "OFFER_RANGE_RESERVED";
242
- EventType["OfferVoided"] = "OFFER_VOIDED";
438
+ EventType["OFFER_CREATED"] = "OFFER_CREATED";
439
+ EventType["OFFER_EXTENDED"] = "OFFER_EXTENDED";
440
+ EventType["OFFER_RANGE_RESERVED"] = "OFFER_RANGE_RESERVED";
441
+ EventType["OFFER_VOIDED"] = "OFFER_VOIDED";
243
442
  /** AccountHandler events */
244
- EventType["SellerCreated"] = "SELLER_CREATED";
245
- EventType["SellerUpdated"] = "SELLER_UPDATED";
246
- EventType["VoucherCanceled"] = "VOUCHER_CANCELED";
247
- EventType["VoucherExpired"] = "VOUCHER_EXPIRED";
248
- EventType["VoucherExtended"] = "VOUCHER_EXTENDED";
249
- EventType["VoucherRedeemed"] = "VOUCHER_REDEEMED";
250
- EventType["VoucherRevoked"] = "VOUCHER_REVOKED";
251
- EventType["VoucherTransferred"] = "VOUCHER_TRANSFERRED";
443
+ EventType["SELLER_CREATED"] = "SELLER_CREATED";
444
+ EventType["SELLER_UPDATED"] = "SELLER_UPDATED";
445
+ EventType["VOUCHER_CANCELED"] = "VOUCHER_CANCELED";
446
+ EventType["VOUCHER_EXPIRED"] = "VOUCHER_EXPIRED";
447
+ EventType["VOUCHER_EXTENDED"] = "VOUCHER_EXTENDED";
448
+ EventType["VOUCHER_REDEEMED"] = "VOUCHER_REDEEMED";
449
+ EventType["VOUCHER_REVOKED"] = "VOUCHER_REVOKED";
450
+ EventType["VOUCHER_TRANSFERRED"] = "VOUCHER_TRANSFERRED";
252
451
  })(EventType || (exports.EventType = EventType = {}));
253
452
  var ExchangeEventLog_OrderBy;
254
453
  (function (ExchangeEventLog_OrderBy) {
255
- ExchangeEventLog_OrderBy["Account"] = "account";
256
- ExchangeEventLog_OrderBy["Exchange"] = "exchange";
257
- ExchangeEventLog_OrderBy["ExecutedBy"] = "executedBy";
258
- ExchangeEventLog_OrderBy["Hash"] = "hash";
259
- ExchangeEventLog_OrderBy["Id"] = "id";
260
- ExchangeEventLog_OrderBy["Timestamp"] = "timestamp";
261
- ExchangeEventLog_OrderBy["Type"] = "type";
454
+ ExchangeEventLog_OrderBy["ACCOUNT"] = "account";
455
+ ExchangeEventLog_OrderBy["ACCOUNT__ID"] = "account__id";
456
+ ExchangeEventLog_OrderBy["EXCHANGE"] = "exchange";
457
+ ExchangeEventLog_OrderBy["EXCHANGE__CANCELLEDDATE"] = "exchange__cancelledDate";
458
+ ExchangeEventLog_OrderBy["EXCHANGE__COMMITTEDDATE"] = "exchange__committedDate";
459
+ ExchangeEventLog_OrderBy["EXCHANGE__COMPLETEDDATE"] = "exchange__completedDate";
460
+ ExchangeEventLog_OrderBy["EXCHANGE__DISPUTED"] = "exchange__disputed";
461
+ ExchangeEventLog_OrderBy["EXCHANGE__DISPUTEDDATE"] = "exchange__disputedDate";
462
+ ExchangeEventLog_OrderBy["EXCHANGE__EXPIRED"] = "exchange__expired";
463
+ ExchangeEventLog_OrderBy["EXCHANGE__FINALIZEDDATE"] = "exchange__finalizedDate";
464
+ ExchangeEventLog_OrderBy["EXCHANGE__ID"] = "exchange__id";
465
+ ExchangeEventLog_OrderBy["EXCHANGE__REDEEMEDDATE"] = "exchange__redeemedDate";
466
+ ExchangeEventLog_OrderBy["EXCHANGE__REVOKEDDATE"] = "exchange__revokedDate";
467
+ ExchangeEventLog_OrderBy["EXCHANGE__STATE"] = "exchange__state";
468
+ ExchangeEventLog_OrderBy["EXCHANGE__VALIDUNTILDATE"] = "exchange__validUntilDate";
469
+ ExchangeEventLog_OrderBy["EXECUTEDBY"] = "executedBy";
470
+ ExchangeEventLog_OrderBy["HASH"] = "hash";
471
+ ExchangeEventLog_OrderBy["ID"] = "id";
472
+ ExchangeEventLog_OrderBy["TIMESTAMP"] = "timestamp";
473
+ ExchangeEventLog_OrderBy["TYPE"] = "type";
262
474
  })(ExchangeEventLog_OrderBy || (exports.ExchangeEventLog_OrderBy = ExchangeEventLog_OrderBy = {}));
263
475
  /**
264
476
  * Exchange and Voucher
@@ -266,581 +478,1219 @@ var ExchangeEventLog_OrderBy;
266
478
  */
267
479
  var ExchangeState;
268
480
  (function (ExchangeState) {
269
- ExchangeState["Cancelled"] = "CANCELLED";
270
- ExchangeState["Committed"] = "COMMITTED";
271
- ExchangeState["Completed"] = "COMPLETED";
272
- ExchangeState["Disputed"] = "DISPUTED";
273
- ExchangeState["Redeemed"] = "REDEEMED";
274
- ExchangeState["Revoked"] = "REVOKED";
481
+ ExchangeState["CANCELLED"] = "CANCELLED";
482
+ ExchangeState["COMMITTED"] = "COMMITTED";
483
+ ExchangeState["COMPLETED"] = "COMPLETED";
484
+ ExchangeState["DISPUTED"] = "DISPUTED";
485
+ ExchangeState["REDEEMED"] = "REDEEMED";
486
+ ExchangeState["REVOKED"] = "REVOKED";
275
487
  })(ExchangeState || (exports.ExchangeState = ExchangeState = {}));
276
488
  var ExchangeToken_OrderBy;
277
489
  (function (ExchangeToken_OrderBy) {
278
- ExchangeToken_OrderBy["Address"] = "address";
279
- ExchangeToken_OrderBy["Decimals"] = "decimals";
280
- ExchangeToken_OrderBy["Funds"] = "funds";
281
- ExchangeToken_OrderBy["Id"] = "id";
282
- ExchangeToken_OrderBy["Name"] = "name";
283
- ExchangeToken_OrderBy["Offers"] = "offers";
284
- ExchangeToken_OrderBy["Symbol"] = "symbol";
490
+ ExchangeToken_OrderBy["ADDRESS"] = "address";
491
+ ExchangeToken_OrderBy["DECIMALS"] = "decimals";
492
+ ExchangeToken_OrderBy["FUNDS"] = "funds";
493
+ ExchangeToken_OrderBy["ID"] = "id";
494
+ ExchangeToken_OrderBy["NAME"] = "name";
495
+ ExchangeToken_OrderBy["OFFERS"] = "offers";
496
+ ExchangeToken_OrderBy["SYMBOL"] = "symbol";
285
497
  })(ExchangeToken_OrderBy || (exports.ExchangeToken_OrderBy = ExchangeToken_OrderBy = {}));
286
498
  var Exchange_OrderBy;
287
499
  (function (Exchange_OrderBy) {
288
- Exchange_OrderBy["Buyer"] = "buyer";
289
- Exchange_OrderBy["CancelledDate"] = "cancelledDate";
290
- Exchange_OrderBy["CommittedDate"] = "committedDate";
291
- Exchange_OrderBy["CompletedDate"] = "completedDate";
292
- Exchange_OrderBy["Dispute"] = "dispute";
293
- Exchange_OrderBy["DisputeResolver"] = "disputeResolver";
294
- Exchange_OrderBy["Disputed"] = "disputed";
295
- Exchange_OrderBy["DisputedDate"] = "disputedDate";
296
- Exchange_OrderBy["Expired"] = "expired";
297
- Exchange_OrderBy["FinalizedDate"] = "finalizedDate";
298
- Exchange_OrderBy["Id"] = "id";
299
- Exchange_OrderBy["Offer"] = "offer";
300
- Exchange_OrderBy["RedeemedDate"] = "redeemedDate";
301
- Exchange_OrderBy["RevokedDate"] = "revokedDate";
302
- Exchange_OrderBy["Seller"] = "seller";
303
- Exchange_OrderBy["State"] = "state";
304
- Exchange_OrderBy["ValidUntilDate"] = "validUntilDate";
500
+ Exchange_OrderBy["BUYER"] = "buyer";
501
+ Exchange_OrderBy["BUYER__ACTIVE"] = "buyer__active";
502
+ Exchange_OrderBy["BUYER__ID"] = "buyer__id";
503
+ Exchange_OrderBy["BUYER__WALLET"] = "buyer__wallet";
504
+ Exchange_OrderBy["CANCELLEDDATE"] = "cancelledDate";
505
+ Exchange_OrderBy["COMMITTEDDATE"] = "committedDate";
506
+ Exchange_OrderBy["COMPLETEDDATE"] = "completedDate";
507
+ Exchange_OrderBy["DISPUTE"] = "dispute";
508
+ Exchange_OrderBy["DISPUTERESOLVER"] = "disputeResolver";
509
+ Exchange_OrderBy["DISPUTERESOLVER__ACTIVE"] = "disputeResolver__active";
510
+ Exchange_OrderBy["DISPUTERESOLVER__ADMIN"] = "disputeResolver__admin";
511
+ Exchange_OrderBy["DISPUTERESOLVER__ASSISTANT"] = "disputeResolver__assistant";
512
+ Exchange_OrderBy["DISPUTERESOLVER__CLERK"] = "disputeResolver__clerk";
513
+ Exchange_OrderBy["DISPUTERESOLVER__ESCALATIONRESPONSEPERIOD"] = "disputeResolver__escalationResponsePeriod";
514
+ Exchange_OrderBy["DISPUTERESOLVER__ID"] = "disputeResolver__id";
515
+ Exchange_OrderBy["DISPUTERESOLVER__METADATAURI"] = "disputeResolver__metadataUri";
516
+ Exchange_OrderBy["DISPUTERESOLVER__TREASURY"] = "disputeResolver__treasury";
517
+ Exchange_OrderBy["DISPUTE__BUYERPERCENT"] = "dispute__buyerPercent";
518
+ Exchange_OrderBy["DISPUTE__DECIDEDDATE"] = "dispute__decidedDate";
519
+ Exchange_OrderBy["DISPUTE__DISPUTEDDATE"] = "dispute__disputedDate";
520
+ Exchange_OrderBy["DISPUTE__ESCALATEDDATE"] = "dispute__escalatedDate";
521
+ Exchange_OrderBy["DISPUTE__EXCHANGEID"] = "dispute__exchangeId";
522
+ Exchange_OrderBy["DISPUTE__FINALIZEDDATE"] = "dispute__finalizedDate";
523
+ Exchange_OrderBy["DISPUTE__ID"] = "dispute__id";
524
+ Exchange_OrderBy["DISPUTE__REFUSEDDATE"] = "dispute__refusedDate";
525
+ Exchange_OrderBy["DISPUTE__RESOLVEDDATE"] = "dispute__resolvedDate";
526
+ Exchange_OrderBy["DISPUTE__RETRACTEDDATE"] = "dispute__retractedDate";
527
+ Exchange_OrderBy["DISPUTE__STATE"] = "dispute__state";
528
+ Exchange_OrderBy["DISPUTE__TIMEOUT"] = "dispute__timeout";
529
+ Exchange_OrderBy["DISPUTED"] = "disputed";
530
+ Exchange_OrderBy["DISPUTEDDATE"] = "disputedDate";
531
+ Exchange_OrderBy["EXPIRED"] = "expired";
532
+ Exchange_OrderBy["FINALIZEDDATE"] = "finalizedDate";
533
+ Exchange_OrderBy["ID"] = "id";
534
+ Exchange_OrderBy["OFFER"] = "offer";
535
+ Exchange_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
536
+ Exchange_OrderBy["OFFER__AGENTID"] = "offer__agentId";
537
+ Exchange_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
538
+ Exchange_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
539
+ Exchange_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
540
+ Exchange_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
541
+ Exchange_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
542
+ Exchange_OrderBy["OFFER__ID"] = "offer__id";
543
+ Exchange_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
544
+ Exchange_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
545
+ Exchange_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
546
+ Exchange_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
547
+ Exchange_OrderBy["OFFER__PRICE"] = "offer__price";
548
+ Exchange_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
549
+ Exchange_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
550
+ Exchange_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
551
+ Exchange_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
552
+ Exchange_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
553
+ Exchange_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
554
+ Exchange_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
555
+ Exchange_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
556
+ Exchange_OrderBy["OFFER__VOIDED"] = "offer__voided";
557
+ Exchange_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
558
+ Exchange_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
559
+ Exchange_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
560
+ Exchange_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
561
+ Exchange_OrderBy["REDEEMEDDATE"] = "redeemedDate";
562
+ Exchange_OrderBy["REVOKEDDATE"] = "revokedDate";
563
+ Exchange_OrderBy["SELLER"] = "seller";
564
+ Exchange_OrderBy["SELLER__ACTIVE"] = "seller__active";
565
+ Exchange_OrderBy["SELLER__ADMIN"] = "seller__admin";
566
+ Exchange_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
567
+ Exchange_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
568
+ Exchange_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
569
+ Exchange_OrderBy["SELLER__CLERK"] = "seller__clerk";
570
+ Exchange_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
571
+ Exchange_OrderBy["SELLER__ID"] = "seller__id";
572
+ Exchange_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
573
+ Exchange_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
574
+ Exchange_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
575
+ Exchange_OrderBy["SELLER__TREASURY"] = "seller__treasury";
576
+ Exchange_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
577
+ Exchange_OrderBy["STATE"] = "state";
578
+ Exchange_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
305
579
  })(Exchange_OrderBy || (exports.Exchange_OrderBy = Exchange_OrderBy = {}));
306
580
  var FundsEntity_OrderBy;
307
581
  (function (FundsEntity_OrderBy) {
308
- FundsEntity_OrderBy["Account"] = "account";
309
- FundsEntity_OrderBy["AccountId"] = "accountId";
310
- FundsEntity_OrderBy["AvailableAmount"] = "availableAmount";
311
- FundsEntity_OrderBy["Id"] = "id";
312
- FundsEntity_OrderBy["Token"] = "token";
313
- FundsEntity_OrderBy["TokenAddress"] = "tokenAddress";
582
+ FundsEntity_OrderBy["ACCOUNT"] = "account";
583
+ FundsEntity_OrderBy["ACCOUNTID"] = "accountId";
584
+ FundsEntity_OrderBy["ACCOUNT__ID"] = "account__id";
585
+ FundsEntity_OrderBy["AVAILABLEAMOUNT"] = "availableAmount";
586
+ FundsEntity_OrderBy["ID"] = "id";
587
+ FundsEntity_OrderBy["TOKEN"] = "token";
588
+ FundsEntity_OrderBy["TOKENADDRESS"] = "tokenAddress";
589
+ FundsEntity_OrderBy["TOKEN__ADDRESS"] = "token__address";
590
+ FundsEntity_OrderBy["TOKEN__DECIMALS"] = "token__decimals";
591
+ FundsEntity_OrderBy["TOKEN__ID"] = "token__id";
592
+ FundsEntity_OrderBy["TOKEN__NAME"] = "token__name";
593
+ FundsEntity_OrderBy["TOKEN__SYMBOL"] = "token__symbol";
314
594
  })(FundsEntity_OrderBy || (exports.FundsEntity_OrderBy = FundsEntity_OrderBy = {}));
315
595
  var FundsEventLog_OrderBy;
316
596
  (function (FundsEventLog_OrderBy) {
317
- FundsEventLog_OrderBy["Account"] = "account";
318
- FundsEventLog_OrderBy["ExecutedBy"] = "executedBy";
319
- FundsEventLog_OrderBy["Funds"] = "funds";
320
- FundsEventLog_OrderBy["Hash"] = "hash";
321
- FundsEventLog_OrderBy["Id"] = "id";
322
- FundsEventLog_OrderBy["Timestamp"] = "timestamp";
323
- FundsEventLog_OrderBy["Type"] = "type";
597
+ FundsEventLog_OrderBy["ACCOUNT"] = "account";
598
+ FundsEventLog_OrderBy["ACCOUNT__ID"] = "account__id";
599
+ FundsEventLog_OrderBy["EXECUTEDBY"] = "executedBy";
600
+ FundsEventLog_OrderBy["FUNDS"] = "funds";
601
+ FundsEventLog_OrderBy["FUNDS__ACCOUNTID"] = "funds__accountId";
602
+ FundsEventLog_OrderBy["FUNDS__AVAILABLEAMOUNT"] = "funds__availableAmount";
603
+ FundsEventLog_OrderBy["FUNDS__ID"] = "funds__id";
604
+ FundsEventLog_OrderBy["FUNDS__TOKENADDRESS"] = "funds__tokenAddress";
605
+ FundsEventLog_OrderBy["HASH"] = "hash";
606
+ FundsEventLog_OrderBy["ID"] = "id";
607
+ FundsEventLog_OrderBy["TIMESTAMP"] = "timestamp";
608
+ FundsEventLog_OrderBy["TYPE"] = "type";
324
609
  })(FundsEventLog_OrderBy || (exports.FundsEventLog_OrderBy = FundsEventLog_OrderBy = {}));
325
610
  var ItemMetadataInterface_OrderBy;
326
611
  (function (ItemMetadataInterface_OrderBy) {
327
- ItemMetadataInterface_OrderBy["Bundle"] = "bundle";
328
- ItemMetadataInterface_OrderBy["Id"] = "id";
329
- ItemMetadataInterface_OrderBy["MetadataUri"] = "metadataUri";
330
- ItemMetadataInterface_OrderBy["SchemaUrl"] = "schemaUrl";
331
- ItemMetadataInterface_OrderBy["Type"] = "type";
612
+ ItemMetadataInterface_OrderBy["BUNDLE"] = "bundle";
613
+ ItemMetadataInterface_OrderBy["BUNDLE__ANIMATIONURL"] = "bundle__animationUrl";
614
+ ItemMetadataInterface_OrderBy["BUNDLE__BUNDLEUUID"] = "bundle__bundleUuid";
615
+ ItemMetadataInterface_OrderBy["BUNDLE__CONDITION"] = "bundle__condition";
616
+ ItemMetadataInterface_OrderBy["BUNDLE__CREATEDAT"] = "bundle__createdAt";
617
+ ItemMetadataInterface_OrderBy["BUNDLE__DESCRIPTION"] = "bundle__description";
618
+ ItemMetadataInterface_OrderBy["BUNDLE__EXTERNALURL"] = "bundle__externalUrl";
619
+ ItemMetadataInterface_OrderBy["BUNDLE__ID"] = "bundle__id";
620
+ ItemMetadataInterface_OrderBy["BUNDLE__IMAGE"] = "bundle__image";
621
+ ItemMetadataInterface_OrderBy["BUNDLE__LICENSEURL"] = "bundle__licenseUrl";
622
+ ItemMetadataInterface_OrderBy["BUNDLE__NAME"] = "bundle__name";
623
+ ItemMetadataInterface_OrderBy["BUNDLE__NUMBEROFCOMMITS"] = "bundle__numberOfCommits";
624
+ ItemMetadataInterface_OrderBy["BUNDLE__NUMBEROFREDEMPTIONS"] = "bundle__numberOfRedemptions";
625
+ ItemMetadataInterface_OrderBy["BUNDLE__QUANTITYAVAILABLE"] = "bundle__quantityAvailable";
626
+ ItemMetadataInterface_OrderBy["BUNDLE__SCHEMAURL"] = "bundle__schemaUrl";
627
+ ItemMetadataInterface_OrderBy["BUNDLE__TYPE"] = "bundle__type";
628
+ ItemMetadataInterface_OrderBy["BUNDLE__VALIDFROMDATE"] = "bundle__validFromDate";
629
+ ItemMetadataInterface_OrderBy["BUNDLE__VALIDUNTILDATE"] = "bundle__validUntilDate";
630
+ ItemMetadataInterface_OrderBy["BUNDLE__VOIDED"] = "bundle__voided";
631
+ ItemMetadataInterface_OrderBy["ID"] = "id";
632
+ ItemMetadataInterface_OrderBy["METADATAURI"] = "metadataUri";
633
+ ItemMetadataInterface_OrderBy["SCHEMAURL"] = "schemaUrl";
634
+ ItemMetadataInterface_OrderBy["TYPE"] = "type";
332
635
  })(ItemMetadataInterface_OrderBy || (exports.ItemMetadataInterface_OrderBy = ItemMetadataInterface_OrderBy = {}));
333
636
  var ItemMetadataType;
334
637
  (function (ItemMetadataType) {
335
- ItemMetadataType["ItemNft"] = "ITEM_NFT";
336
- ItemMetadataType["ItemProductV1"] = "ITEM_PRODUCT_V1";
337
- ItemMetadataType["ItemUnknown"] = "ITEM_UNKNOWN";
638
+ ItemMetadataType["ITEM_NFT"] = "ITEM_NFT";
639
+ ItemMetadataType["ITEM_PRODUCT_V1"] = "ITEM_PRODUCT_V1";
640
+ ItemMetadataType["ITEM_UNKNOWN"] = "ITEM_UNKNOWN";
338
641
  })(ItemMetadataType || (exports.ItemMetadataType = ItemMetadataType = {}));
339
642
  var MetadataAttribute_OrderBy;
340
643
  (function (MetadataAttribute_OrderBy) {
341
- MetadataAttribute_OrderBy["DisplayType"] = "displayType";
342
- MetadataAttribute_OrderBy["Id"] = "id";
343
- MetadataAttribute_OrderBy["TraitType"] = "traitType";
344
- MetadataAttribute_OrderBy["Value"] = "value";
644
+ MetadataAttribute_OrderBy["DISPLAYTYPE"] = "displayType";
645
+ MetadataAttribute_OrderBy["ID"] = "id";
646
+ MetadataAttribute_OrderBy["TRAITTYPE"] = "traitType";
647
+ MetadataAttribute_OrderBy["VALUE"] = "value";
345
648
  })(MetadataAttribute_OrderBy || (exports.MetadataAttribute_OrderBy = MetadataAttribute_OrderBy = {}));
346
649
  var MetadataInterface_OrderBy;
347
650
  (function (MetadataInterface_OrderBy) {
348
- MetadataInterface_OrderBy["AnimationMetadata"] = "animationMetadata";
349
- MetadataInterface_OrderBy["AnimationUrl"] = "animationUrl";
350
- MetadataInterface_OrderBy["Attributes"] = "attributes";
351
- MetadataInterface_OrderBy["Condition"] = "condition";
352
- MetadataInterface_OrderBy["CreatedAt"] = "createdAt";
353
- MetadataInterface_OrderBy["Description"] = "description";
354
- MetadataInterface_OrderBy["ExchangeToken"] = "exchangeToken";
355
- MetadataInterface_OrderBy["ExternalUrl"] = "externalUrl";
356
- MetadataInterface_OrderBy["Id"] = "id";
357
- MetadataInterface_OrderBy["Image"] = "image";
358
- MetadataInterface_OrderBy["LicenseUrl"] = "licenseUrl";
359
- MetadataInterface_OrderBy["Name"] = "name";
360
- MetadataInterface_OrderBy["NumberOfCommits"] = "numberOfCommits";
361
- MetadataInterface_OrderBy["NumberOfRedemptions"] = "numberOfRedemptions";
362
- MetadataInterface_OrderBy["Offer"] = "offer";
363
- MetadataInterface_OrderBy["QuantityAvailable"] = "quantityAvailable";
364
- MetadataInterface_OrderBy["SchemaUrl"] = "schemaUrl";
365
- MetadataInterface_OrderBy["Seller"] = "seller";
366
- MetadataInterface_OrderBy["Type"] = "type";
367
- MetadataInterface_OrderBy["ValidFromDate"] = "validFromDate";
368
- MetadataInterface_OrderBy["ValidUntilDate"] = "validUntilDate";
369
- MetadataInterface_OrderBy["Voided"] = "voided";
651
+ MetadataInterface_OrderBy["ANIMATIONMETADATA"] = "animationMetadata";
652
+ MetadataInterface_OrderBy["ANIMATIONMETADATA__HEIGHT"] = "animationMetadata__height";
653
+ MetadataInterface_OrderBy["ANIMATIONMETADATA__ID"] = "animationMetadata__id";
654
+ MetadataInterface_OrderBy["ANIMATIONMETADATA__TYPE"] = "animationMetadata__type";
655
+ MetadataInterface_OrderBy["ANIMATIONMETADATA__WIDTH"] = "animationMetadata__width";
656
+ MetadataInterface_OrderBy["ANIMATIONURL"] = "animationUrl";
657
+ MetadataInterface_OrderBy["ATTRIBUTES"] = "attributes";
658
+ MetadataInterface_OrderBy["CONDITION"] = "condition";
659
+ MetadataInterface_OrderBy["CREATEDAT"] = "createdAt";
660
+ MetadataInterface_OrderBy["DESCRIPTION"] = "description";
661
+ MetadataInterface_OrderBy["EXCHANGETOKEN"] = "exchangeToken";
662
+ MetadataInterface_OrderBy["EXCHANGETOKEN__ADDRESS"] = "exchangeToken__address";
663
+ MetadataInterface_OrderBy["EXCHANGETOKEN__DECIMALS"] = "exchangeToken__decimals";
664
+ MetadataInterface_OrderBy["EXCHANGETOKEN__ID"] = "exchangeToken__id";
665
+ MetadataInterface_OrderBy["EXCHANGETOKEN__NAME"] = "exchangeToken__name";
666
+ MetadataInterface_OrderBy["EXCHANGETOKEN__SYMBOL"] = "exchangeToken__symbol";
667
+ MetadataInterface_OrderBy["EXTERNALURL"] = "externalUrl";
668
+ MetadataInterface_OrderBy["ID"] = "id";
669
+ MetadataInterface_OrderBy["IMAGE"] = "image";
670
+ MetadataInterface_OrderBy["LICENSEURL"] = "licenseUrl";
671
+ MetadataInterface_OrderBy["NAME"] = "name";
672
+ MetadataInterface_OrderBy["NUMBEROFCOMMITS"] = "numberOfCommits";
673
+ MetadataInterface_OrderBy["NUMBEROFREDEMPTIONS"] = "numberOfRedemptions";
674
+ MetadataInterface_OrderBy["OFFER"] = "offer";
675
+ MetadataInterface_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
676
+ MetadataInterface_OrderBy["OFFER__AGENTID"] = "offer__agentId";
677
+ MetadataInterface_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
678
+ MetadataInterface_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
679
+ MetadataInterface_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
680
+ MetadataInterface_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
681
+ MetadataInterface_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
682
+ MetadataInterface_OrderBy["OFFER__ID"] = "offer__id";
683
+ MetadataInterface_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
684
+ MetadataInterface_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
685
+ MetadataInterface_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
686
+ MetadataInterface_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
687
+ MetadataInterface_OrderBy["OFFER__PRICE"] = "offer__price";
688
+ MetadataInterface_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
689
+ MetadataInterface_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
690
+ MetadataInterface_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
691
+ MetadataInterface_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
692
+ MetadataInterface_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
693
+ MetadataInterface_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
694
+ MetadataInterface_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
695
+ MetadataInterface_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
696
+ MetadataInterface_OrderBy["OFFER__VOIDED"] = "offer__voided";
697
+ MetadataInterface_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
698
+ MetadataInterface_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
699
+ MetadataInterface_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
700
+ MetadataInterface_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
701
+ MetadataInterface_OrderBy["QUANTITYAVAILABLE"] = "quantityAvailable";
702
+ MetadataInterface_OrderBy["SCHEMAURL"] = "schemaUrl";
703
+ MetadataInterface_OrderBy["SELLER"] = "seller";
704
+ MetadataInterface_OrderBy["SELLER__ACTIVE"] = "seller__active";
705
+ MetadataInterface_OrderBy["SELLER__ADMIN"] = "seller__admin";
706
+ MetadataInterface_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
707
+ MetadataInterface_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
708
+ MetadataInterface_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
709
+ MetadataInterface_OrderBy["SELLER__CLERK"] = "seller__clerk";
710
+ MetadataInterface_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
711
+ MetadataInterface_OrderBy["SELLER__ID"] = "seller__id";
712
+ MetadataInterface_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
713
+ MetadataInterface_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
714
+ MetadataInterface_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
715
+ MetadataInterface_OrderBy["SELLER__TREASURY"] = "seller__treasury";
716
+ MetadataInterface_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
717
+ MetadataInterface_OrderBy["TYPE"] = "type";
718
+ MetadataInterface_OrderBy["VALIDFROMDATE"] = "validFromDate";
719
+ MetadataInterface_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
720
+ MetadataInterface_OrderBy["VOIDED"] = "voided";
370
721
  })(MetadataInterface_OrderBy || (exports.MetadataInterface_OrderBy = MetadataInterface_OrderBy = {}));
371
722
  var MetadataType;
372
723
  (function (MetadataType) {
373
- MetadataType["Base"] = "BASE";
374
- MetadataType["Bundle"] = "BUNDLE";
375
- MetadataType["ProductV1"] = "PRODUCT_V1";
724
+ MetadataType["BASE"] = "BASE";
725
+ MetadataType["BUNDLE"] = "BUNDLE";
726
+ MetadataType["PRODUCT_V1"] = "PRODUCT_V1";
376
727
  })(MetadataType || (exports.MetadataType = MetadataType = {}));
377
728
  var NftContractMetadata_OrderBy;
378
729
  (function (NftContractMetadata_OrderBy) {
379
- NftContractMetadata_OrderBy["Collaborators"] = "collaborators";
380
- NftContractMetadata_OrderBy["CreatedAt"] = "createdAt";
381
- NftContractMetadata_OrderBy["Description"] = "description";
382
- NftContractMetadata_OrderBy["ExternalLink"] = "externalLink";
383
- NftContractMetadata_OrderBy["Id"] = "id";
384
- NftContractMetadata_OrderBy["Image"] = "image";
385
- NftContractMetadata_OrderBy["Name"] = "name";
730
+ NftContractMetadata_OrderBy["COLLABORATORS"] = "collaborators";
731
+ NftContractMetadata_OrderBy["CREATEDAT"] = "createdAt";
732
+ NftContractMetadata_OrderBy["DESCRIPTION"] = "description";
733
+ NftContractMetadata_OrderBy["EXTERNALLINK"] = "externalLink";
734
+ NftContractMetadata_OrderBy["ID"] = "id";
735
+ NftContractMetadata_OrderBy["IMAGE"] = "image";
736
+ NftContractMetadata_OrderBy["NAME"] = "name";
386
737
  })(NftContractMetadata_OrderBy || (exports.NftContractMetadata_OrderBy = NftContractMetadata_OrderBy = {}));
387
738
  var NftItemMetadataEntity_OrderBy;
388
739
  (function (NftItemMetadataEntity_OrderBy) {
389
- NftItemMetadataEntity_OrderBy["AnimationUrl"] = "animationUrl";
390
- NftItemMetadataEntity_OrderBy["Attributes"] = "attributes";
391
- NftItemMetadataEntity_OrderBy["Bundle"] = "bundle";
392
- NftItemMetadataEntity_OrderBy["ChainId"] = "chainId";
393
- NftItemMetadataEntity_OrderBy["Contract"] = "contract";
394
- NftItemMetadataEntity_OrderBy["Description"] = "description";
395
- NftItemMetadataEntity_OrderBy["ExternalUrl"] = "externalUrl";
396
- NftItemMetadataEntity_OrderBy["Id"] = "id";
397
- NftItemMetadataEntity_OrderBy["Image"] = "image";
398
- NftItemMetadataEntity_OrderBy["MetadataUri"] = "metadataUri";
399
- NftItemMetadataEntity_OrderBy["Name"] = "name";
400
- NftItemMetadataEntity_OrderBy["Quantity"] = "quantity";
401
- NftItemMetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
402
- NftItemMetadataEntity_OrderBy["Terms"] = "terms";
403
- NftItemMetadataEntity_OrderBy["TokenId"] = "tokenId";
404
- NftItemMetadataEntity_OrderBy["TokenIdRange"] = "tokenIdRange";
405
- NftItemMetadataEntity_OrderBy["Type"] = "type";
406
- NftItemMetadataEntity_OrderBy["YoutubeUrl"] = "youtubeUrl";
740
+ NftItemMetadataEntity_OrderBy["ANIMATIONURL"] = "animationUrl";
741
+ NftItemMetadataEntity_OrderBy["ATTRIBUTES"] = "attributes";
742
+ NftItemMetadataEntity_OrderBy["BUNDLE"] = "bundle";
743
+ NftItemMetadataEntity_OrderBy["BUNDLE__ANIMATIONURL"] = "bundle__animationUrl";
744
+ NftItemMetadataEntity_OrderBy["BUNDLE__BUNDLEUUID"] = "bundle__bundleUuid";
745
+ NftItemMetadataEntity_OrderBy["BUNDLE__CONDITION"] = "bundle__condition";
746
+ NftItemMetadataEntity_OrderBy["BUNDLE__CREATEDAT"] = "bundle__createdAt";
747
+ NftItemMetadataEntity_OrderBy["BUNDLE__DESCRIPTION"] = "bundle__description";
748
+ NftItemMetadataEntity_OrderBy["BUNDLE__EXTERNALURL"] = "bundle__externalUrl";
749
+ NftItemMetadataEntity_OrderBy["BUNDLE__ID"] = "bundle__id";
750
+ NftItemMetadataEntity_OrderBy["BUNDLE__IMAGE"] = "bundle__image";
751
+ NftItemMetadataEntity_OrderBy["BUNDLE__LICENSEURL"] = "bundle__licenseUrl";
752
+ NftItemMetadataEntity_OrderBy["BUNDLE__NAME"] = "bundle__name";
753
+ NftItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFCOMMITS"] = "bundle__numberOfCommits";
754
+ NftItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFREDEMPTIONS"] = "bundle__numberOfRedemptions";
755
+ NftItemMetadataEntity_OrderBy["BUNDLE__QUANTITYAVAILABLE"] = "bundle__quantityAvailable";
756
+ NftItemMetadataEntity_OrderBy["BUNDLE__SCHEMAURL"] = "bundle__schemaUrl";
757
+ NftItemMetadataEntity_OrderBy["BUNDLE__TYPE"] = "bundle__type";
758
+ NftItemMetadataEntity_OrderBy["BUNDLE__VALIDFROMDATE"] = "bundle__validFromDate";
759
+ NftItemMetadataEntity_OrderBy["BUNDLE__VALIDUNTILDATE"] = "bundle__validUntilDate";
760
+ NftItemMetadataEntity_OrderBy["BUNDLE__VOIDED"] = "bundle__voided";
761
+ NftItemMetadataEntity_OrderBy["CHAINID"] = "chainId";
762
+ NftItemMetadataEntity_OrderBy["CONTRACT"] = "contract";
763
+ NftItemMetadataEntity_OrderBy["DESCRIPTION"] = "description";
764
+ NftItemMetadataEntity_OrderBy["EXTERNALURL"] = "externalUrl";
765
+ NftItemMetadataEntity_OrderBy["ID"] = "id";
766
+ NftItemMetadataEntity_OrderBy["IMAGE"] = "image";
767
+ NftItemMetadataEntity_OrderBy["METADATAURI"] = "metadataUri";
768
+ NftItemMetadataEntity_OrderBy["NAME"] = "name";
769
+ NftItemMetadataEntity_OrderBy["QUANTITY"] = "quantity";
770
+ NftItemMetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
771
+ NftItemMetadataEntity_OrderBy["TERMS"] = "terms";
772
+ NftItemMetadataEntity_OrderBy["TOKENID"] = "tokenId";
773
+ NftItemMetadataEntity_OrderBy["TOKENIDRANGE"] = "tokenIdRange";
774
+ NftItemMetadataEntity_OrderBy["TOKENIDRANGE__ID"] = "tokenIdRange__id";
775
+ NftItemMetadataEntity_OrderBy["TOKENIDRANGE__MAX"] = "tokenIdRange__max";
776
+ NftItemMetadataEntity_OrderBy["TOKENIDRANGE__MIN"] = "tokenIdRange__min";
777
+ NftItemMetadataEntity_OrderBy["TYPE"] = "type";
778
+ NftItemMetadataEntity_OrderBy["YOUTUBEURL"] = "youtubeUrl";
407
779
  })(NftItemMetadataEntity_OrderBy || (exports.NftItemMetadataEntity_OrderBy = NftItemMetadataEntity_OrderBy = {}));
408
780
  var OfferCollection_OrderBy;
409
781
  (function (OfferCollection_OrderBy) {
410
- OfferCollection_OrderBy["CollectionAddress"] = "collectionAddress";
411
- OfferCollection_OrderBy["CollectionIndex"] = "collectionIndex";
412
- OfferCollection_OrderBy["ExternalId"] = "externalId";
413
- OfferCollection_OrderBy["ExternalIdHash"] = "externalIdHash";
414
- OfferCollection_OrderBy["Id"] = "id";
415
- OfferCollection_OrderBy["Metadata"] = "metadata";
416
- OfferCollection_OrderBy["Offers"] = "offers";
417
- OfferCollection_OrderBy["Seller"] = "seller";
418
- OfferCollection_OrderBy["SellerId"] = "sellerId";
782
+ OfferCollection_OrderBy["COLLECTIONADDRESS"] = "collectionAddress";
783
+ OfferCollection_OrderBy["COLLECTIONINDEX"] = "collectionIndex";
784
+ OfferCollection_OrderBy["EXTERNALID"] = "externalId";
785
+ OfferCollection_OrderBy["EXTERNALIDHASH"] = "externalIdHash";
786
+ OfferCollection_OrderBy["ID"] = "id";
787
+ OfferCollection_OrderBy["METADATA"] = "metadata";
788
+ OfferCollection_OrderBy["METADATA__CREATEDAT"] = "metadata__createdAt";
789
+ OfferCollection_OrderBy["METADATA__DESCRIPTION"] = "metadata__description";
790
+ OfferCollection_OrderBy["METADATA__EXTERNALLINK"] = "metadata__externalLink";
791
+ OfferCollection_OrderBy["METADATA__ID"] = "metadata__id";
792
+ OfferCollection_OrderBy["METADATA__IMAGE"] = "metadata__image";
793
+ OfferCollection_OrderBy["METADATA__NAME"] = "metadata__name";
794
+ OfferCollection_OrderBy["OFFERS"] = "offers";
795
+ OfferCollection_OrderBy["SELLER"] = "seller";
796
+ OfferCollection_OrderBy["SELLERID"] = "sellerId";
797
+ OfferCollection_OrderBy["SELLER__ACTIVE"] = "seller__active";
798
+ OfferCollection_OrderBy["SELLER__ADMIN"] = "seller__admin";
799
+ OfferCollection_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
800
+ OfferCollection_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
801
+ OfferCollection_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
802
+ OfferCollection_OrderBy["SELLER__CLERK"] = "seller__clerk";
803
+ OfferCollection_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
804
+ OfferCollection_OrderBy["SELLER__ID"] = "seller__id";
805
+ OfferCollection_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
806
+ OfferCollection_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
807
+ OfferCollection_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
808
+ OfferCollection_OrderBy["SELLER__TREASURY"] = "seller__treasury";
809
+ OfferCollection_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
419
810
  })(OfferCollection_OrderBy || (exports.OfferCollection_OrderBy = OfferCollection_OrderBy = {}));
420
811
  var OfferEventLog_OrderBy;
421
812
  (function (OfferEventLog_OrderBy) {
422
- OfferEventLog_OrderBy["Account"] = "account";
423
- OfferEventLog_OrderBy["ExecutedBy"] = "executedBy";
424
- OfferEventLog_OrderBy["Hash"] = "hash";
425
- OfferEventLog_OrderBy["Id"] = "id";
426
- OfferEventLog_OrderBy["Offer"] = "offer";
427
- OfferEventLog_OrderBy["Timestamp"] = "timestamp";
428
- OfferEventLog_OrderBy["Type"] = "type";
813
+ OfferEventLog_OrderBy["ACCOUNT"] = "account";
814
+ OfferEventLog_OrderBy["ACCOUNT__ID"] = "account__id";
815
+ OfferEventLog_OrderBy["EXECUTEDBY"] = "executedBy";
816
+ OfferEventLog_OrderBy["HASH"] = "hash";
817
+ OfferEventLog_OrderBy["ID"] = "id";
818
+ OfferEventLog_OrderBy["OFFER"] = "offer";
819
+ OfferEventLog_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
820
+ OfferEventLog_OrderBy["OFFER__AGENTID"] = "offer__agentId";
821
+ OfferEventLog_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
822
+ OfferEventLog_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
823
+ OfferEventLog_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
824
+ OfferEventLog_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
825
+ OfferEventLog_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
826
+ OfferEventLog_OrderBy["OFFER__ID"] = "offer__id";
827
+ OfferEventLog_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
828
+ OfferEventLog_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
829
+ OfferEventLog_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
830
+ OfferEventLog_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
831
+ OfferEventLog_OrderBy["OFFER__PRICE"] = "offer__price";
832
+ OfferEventLog_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
833
+ OfferEventLog_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
834
+ OfferEventLog_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
835
+ OfferEventLog_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
836
+ OfferEventLog_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
837
+ OfferEventLog_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
838
+ OfferEventLog_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
839
+ OfferEventLog_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
840
+ OfferEventLog_OrderBy["OFFER__VOIDED"] = "offer__voided";
841
+ OfferEventLog_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
842
+ OfferEventLog_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
843
+ OfferEventLog_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
844
+ OfferEventLog_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
845
+ OfferEventLog_OrderBy["TIMESTAMP"] = "timestamp";
846
+ OfferEventLog_OrderBy["TYPE"] = "type";
429
847
  })(OfferEventLog_OrderBy || (exports.OfferEventLog_OrderBy = OfferEventLog_OrderBy = {}));
430
848
  var Offer_OrderBy;
431
849
  (function (Offer_OrderBy) {
432
- Offer_OrderBy["AgentFee"] = "agentFee";
433
- Offer_OrderBy["AgentId"] = "agentId";
434
- Offer_OrderBy["BuyerCancelPenalty"] = "buyerCancelPenalty";
435
- Offer_OrderBy["Collection"] = "collection";
436
- Offer_OrderBy["CollectionIndex"] = "collectionIndex";
437
- Offer_OrderBy["Condition"] = "condition";
438
- Offer_OrderBy["CreatedAt"] = "createdAt";
439
- Offer_OrderBy["DisputePeriodDuration"] = "disputePeriodDuration";
440
- Offer_OrderBy["DisputeResolutionTerms"] = "disputeResolutionTerms";
441
- Offer_OrderBy["DisputeResolver"] = "disputeResolver";
442
- Offer_OrderBy["DisputeResolverId"] = "disputeResolverId";
443
- Offer_OrderBy["ExchangeToken"] = "exchangeToken";
444
- Offer_OrderBy["Exchanges"] = "exchanges";
445
- Offer_OrderBy["Id"] = "id";
446
- Offer_OrderBy["Metadata"] = "metadata";
447
- Offer_OrderBy["MetadataHash"] = "metadataHash";
448
- Offer_OrderBy["MetadataUri"] = "metadataUri";
449
- Offer_OrderBy["NumberOfCommits"] = "numberOfCommits";
450
- Offer_OrderBy["NumberOfRedemptions"] = "numberOfRedemptions";
451
- Offer_OrderBy["Price"] = "price";
452
- Offer_OrderBy["ProtocolFee"] = "protocolFee";
453
- Offer_OrderBy["QuantityAvailable"] = "quantityAvailable";
454
- Offer_OrderBy["QuantityInitial"] = "quantityInitial";
455
- Offer_OrderBy["Range"] = "range";
456
- Offer_OrderBy["ResolutionPeriodDuration"] = "resolutionPeriodDuration";
457
- Offer_OrderBy["Seller"] = "seller";
458
- Offer_OrderBy["SellerDeposit"] = "sellerDeposit";
459
- Offer_OrderBy["SellerId"] = "sellerId";
460
- Offer_OrderBy["ValidFromDate"] = "validFromDate";
461
- Offer_OrderBy["ValidUntilDate"] = "validUntilDate";
462
- Offer_OrderBy["Voided"] = "voided";
463
- Offer_OrderBy["VoidedAt"] = "voidedAt";
464
- Offer_OrderBy["VoucherRedeemableFromDate"] = "voucherRedeemableFromDate";
465
- Offer_OrderBy["VoucherRedeemableUntilDate"] = "voucherRedeemableUntilDate";
466
- Offer_OrderBy["VoucherValidDuration"] = "voucherValidDuration";
850
+ Offer_OrderBy["AGENTFEE"] = "agentFee";
851
+ Offer_OrderBy["AGENTID"] = "agentId";
852
+ Offer_OrderBy["BUYERCANCELPENALTY"] = "buyerCancelPenalty";
853
+ Offer_OrderBy["COLLECTION"] = "collection";
854
+ Offer_OrderBy["COLLECTIONINDEX"] = "collectionIndex";
855
+ Offer_OrderBy["COLLECTION__COLLECTIONADDRESS"] = "collection__collectionAddress";
856
+ Offer_OrderBy["COLLECTION__COLLECTIONINDEX"] = "collection__collectionIndex";
857
+ Offer_OrderBy["COLLECTION__EXTERNALID"] = "collection__externalId";
858
+ Offer_OrderBy["COLLECTION__EXTERNALIDHASH"] = "collection__externalIdHash";
859
+ Offer_OrderBy["COLLECTION__ID"] = "collection__id";
860
+ Offer_OrderBy["COLLECTION__SELLERID"] = "collection__sellerId";
861
+ Offer_OrderBy["CONDITION"] = "condition";
862
+ Offer_OrderBy["CONDITION__GATINGTYPE"] = "condition__gatingType";
863
+ Offer_OrderBy["CONDITION__ID"] = "condition__id";
864
+ Offer_OrderBy["CONDITION__MAXCOMMITS"] = "condition__maxCommits";
865
+ Offer_OrderBy["CONDITION__MAXTOKENID"] = "condition__maxTokenId";
866
+ Offer_OrderBy["CONDITION__METHOD"] = "condition__method";
867
+ Offer_OrderBy["CONDITION__MINTOKENID"] = "condition__minTokenId";
868
+ Offer_OrderBy["CONDITION__THRESHOLD"] = "condition__threshold";
869
+ Offer_OrderBy["CONDITION__TOKENADDRESS"] = "condition__tokenAddress";
870
+ Offer_OrderBy["CONDITION__TOKENTYPE"] = "condition__tokenType";
871
+ Offer_OrderBy["CREATEDAT"] = "createdAt";
872
+ Offer_OrderBy["DISPUTEPERIODDURATION"] = "disputePeriodDuration";
873
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS"] = "disputeResolutionTerms";
874
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS__BUYERESCALATIONDEPOSIT"] = "disputeResolutionTerms__buyerEscalationDeposit";
875
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS__DISPUTERESOLVERID"] = "disputeResolutionTerms__disputeResolverId";
876
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS__ESCALATIONRESPONSEPERIOD"] = "disputeResolutionTerms__escalationResponsePeriod";
877
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS__FEEAMOUNT"] = "disputeResolutionTerms__feeAmount";
878
+ Offer_OrderBy["DISPUTERESOLUTIONTERMS__ID"] = "disputeResolutionTerms__id";
879
+ Offer_OrderBy["DISPUTERESOLVER"] = "disputeResolver";
880
+ Offer_OrderBy["DISPUTERESOLVERID"] = "disputeResolverId";
881
+ Offer_OrderBy["DISPUTERESOLVER__ACTIVE"] = "disputeResolver__active";
882
+ Offer_OrderBy["DISPUTERESOLVER__ADMIN"] = "disputeResolver__admin";
883
+ Offer_OrderBy["DISPUTERESOLVER__ASSISTANT"] = "disputeResolver__assistant";
884
+ Offer_OrderBy["DISPUTERESOLVER__CLERK"] = "disputeResolver__clerk";
885
+ Offer_OrderBy["DISPUTERESOLVER__ESCALATIONRESPONSEPERIOD"] = "disputeResolver__escalationResponsePeriod";
886
+ Offer_OrderBy["DISPUTERESOLVER__ID"] = "disputeResolver__id";
887
+ Offer_OrderBy["DISPUTERESOLVER__METADATAURI"] = "disputeResolver__metadataUri";
888
+ Offer_OrderBy["DISPUTERESOLVER__TREASURY"] = "disputeResolver__treasury";
889
+ Offer_OrderBy["EXCHANGETOKEN"] = "exchangeToken";
890
+ Offer_OrderBy["EXCHANGETOKEN__ADDRESS"] = "exchangeToken__address";
891
+ Offer_OrderBy["EXCHANGETOKEN__DECIMALS"] = "exchangeToken__decimals";
892
+ Offer_OrderBy["EXCHANGETOKEN__ID"] = "exchangeToken__id";
893
+ Offer_OrderBy["EXCHANGETOKEN__NAME"] = "exchangeToken__name";
894
+ Offer_OrderBy["EXCHANGETOKEN__SYMBOL"] = "exchangeToken__symbol";
895
+ Offer_OrderBy["EXCHANGES"] = "exchanges";
896
+ Offer_OrderBy["ID"] = "id";
897
+ Offer_OrderBy["METADATA"] = "metadata";
898
+ Offer_OrderBy["METADATAHASH"] = "metadataHash";
899
+ Offer_OrderBy["METADATAURI"] = "metadataUri";
900
+ Offer_OrderBy["METADATA__ANIMATIONURL"] = "metadata__animationUrl";
901
+ Offer_OrderBy["METADATA__CONDITION"] = "metadata__condition";
902
+ Offer_OrderBy["METADATA__CREATEDAT"] = "metadata__createdAt";
903
+ Offer_OrderBy["METADATA__DESCRIPTION"] = "metadata__description";
904
+ Offer_OrderBy["METADATA__EXTERNALURL"] = "metadata__externalUrl";
905
+ Offer_OrderBy["METADATA__ID"] = "metadata__id";
906
+ Offer_OrderBy["METADATA__IMAGE"] = "metadata__image";
907
+ Offer_OrderBy["METADATA__LICENSEURL"] = "metadata__licenseUrl";
908
+ Offer_OrderBy["METADATA__NAME"] = "metadata__name";
909
+ Offer_OrderBy["METADATA__NUMBEROFCOMMITS"] = "metadata__numberOfCommits";
910
+ Offer_OrderBy["METADATA__NUMBEROFREDEMPTIONS"] = "metadata__numberOfRedemptions";
911
+ Offer_OrderBy["METADATA__QUANTITYAVAILABLE"] = "metadata__quantityAvailable";
912
+ Offer_OrderBy["METADATA__SCHEMAURL"] = "metadata__schemaUrl";
913
+ Offer_OrderBy["METADATA__TYPE"] = "metadata__type";
914
+ Offer_OrderBy["METADATA__VALIDFROMDATE"] = "metadata__validFromDate";
915
+ Offer_OrderBy["METADATA__VALIDUNTILDATE"] = "metadata__validUntilDate";
916
+ Offer_OrderBy["METADATA__VOIDED"] = "metadata__voided";
917
+ Offer_OrderBy["NUMBEROFCOMMITS"] = "numberOfCommits";
918
+ Offer_OrderBy["NUMBEROFREDEMPTIONS"] = "numberOfRedemptions";
919
+ Offer_OrderBy["PRICE"] = "price";
920
+ Offer_OrderBy["PROTOCOLFEE"] = "protocolFee";
921
+ Offer_OrderBy["QUANTITYAVAILABLE"] = "quantityAvailable";
922
+ Offer_OrderBy["QUANTITYINITIAL"] = "quantityInitial";
923
+ Offer_OrderBy["RANGE"] = "range";
924
+ Offer_OrderBy["RANGE__END"] = "range__end";
925
+ Offer_OrderBy["RANGE__ID"] = "range__id";
926
+ Offer_OrderBy["RANGE__MINTED"] = "range__minted";
927
+ Offer_OrderBy["RANGE__OWNER"] = "range__owner";
928
+ Offer_OrderBy["RANGE__START"] = "range__start";
929
+ Offer_OrderBy["RESOLUTIONPERIODDURATION"] = "resolutionPeriodDuration";
930
+ Offer_OrderBy["SELLER"] = "seller";
931
+ Offer_OrderBy["SELLERDEPOSIT"] = "sellerDeposit";
932
+ Offer_OrderBy["SELLERID"] = "sellerId";
933
+ Offer_OrderBy["SELLER__ACTIVE"] = "seller__active";
934
+ Offer_OrderBy["SELLER__ADMIN"] = "seller__admin";
935
+ Offer_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
936
+ Offer_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
937
+ Offer_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
938
+ Offer_OrderBy["SELLER__CLERK"] = "seller__clerk";
939
+ Offer_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
940
+ Offer_OrderBy["SELLER__ID"] = "seller__id";
941
+ Offer_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
942
+ Offer_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
943
+ Offer_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
944
+ Offer_OrderBy["SELLER__TREASURY"] = "seller__treasury";
945
+ Offer_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
946
+ Offer_OrderBy["VALIDFROMDATE"] = "validFromDate";
947
+ Offer_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
948
+ Offer_OrderBy["VOIDED"] = "voided";
949
+ Offer_OrderBy["VOIDEDAT"] = "voidedAt";
950
+ Offer_OrderBy["VOUCHERREDEEMABLEFROMDATE"] = "voucherRedeemableFromDate";
951
+ Offer_OrderBy["VOUCHERREDEEMABLEUNTILDATE"] = "voucherRedeemableUntilDate";
952
+ Offer_OrderBy["VOUCHERVALIDDURATION"] = "voucherValidDuration";
467
953
  })(Offer_OrderBy || (exports.Offer_OrderBy = Offer_OrderBy = {}));
468
954
  /** Defines the order direction, either ascending or descending */
469
955
  var OrderDirection;
470
956
  (function (OrderDirection) {
471
- OrderDirection["Asc"] = "asc";
472
- OrderDirection["Desc"] = "desc";
957
+ OrderDirection["ASC"] = "asc";
958
+ OrderDirection["DESC"] = "desc";
473
959
  })(OrderDirection || (exports.OrderDirection = OrderDirection = {}));
474
960
  var PendingDisputeResolver_OrderBy;
475
961
  (function (PendingDisputeResolver_OrderBy) {
476
- PendingDisputeResolver_OrderBy["Admin"] = "admin";
477
- PendingDisputeResolver_OrderBy["Assistant"] = "assistant";
478
- PendingDisputeResolver_OrderBy["Clerk"] = "clerk";
479
- PendingDisputeResolver_OrderBy["DisputeResolver"] = "disputeResolver";
480
- PendingDisputeResolver_OrderBy["Id"] = "id";
962
+ PendingDisputeResolver_OrderBy["ADMIN"] = "admin";
963
+ PendingDisputeResolver_OrderBy["ASSISTANT"] = "assistant";
964
+ PendingDisputeResolver_OrderBy["CLERK"] = "clerk";
965
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER"] = "disputeResolver";
966
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__ACTIVE"] = "disputeResolver__active";
967
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__ADMIN"] = "disputeResolver__admin";
968
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__ASSISTANT"] = "disputeResolver__assistant";
969
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__CLERK"] = "disputeResolver__clerk";
970
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__ESCALATIONRESPONSEPERIOD"] = "disputeResolver__escalationResponsePeriod";
971
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__ID"] = "disputeResolver__id";
972
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__METADATAURI"] = "disputeResolver__metadataUri";
973
+ PendingDisputeResolver_OrderBy["DISPUTERESOLVER__TREASURY"] = "disputeResolver__treasury";
974
+ PendingDisputeResolver_OrderBy["ID"] = "id";
481
975
  })(PendingDisputeResolver_OrderBy || (exports.PendingDisputeResolver_OrderBy = PendingDisputeResolver_OrderBy = {}));
482
976
  var PendingSeller_OrderBy;
483
977
  (function (PendingSeller_OrderBy) {
484
- PendingSeller_OrderBy["Admin"] = "admin";
485
- PendingSeller_OrderBy["Assistant"] = "assistant";
486
- PendingSeller_OrderBy["AuthTokenId"] = "authTokenId";
487
- PendingSeller_OrderBy["AuthTokenType"] = "authTokenType";
488
- PendingSeller_OrderBy["Clerk"] = "clerk";
489
- PendingSeller_OrderBy["Id"] = "id";
490
- PendingSeller_OrderBy["MetadataUri"] = "metadataUri";
491
- PendingSeller_OrderBy["Seller"] = "seller";
978
+ PendingSeller_OrderBy["ADMIN"] = "admin";
979
+ PendingSeller_OrderBy["ASSISTANT"] = "assistant";
980
+ PendingSeller_OrderBy["AUTHTOKENID"] = "authTokenId";
981
+ PendingSeller_OrderBy["AUTHTOKENTYPE"] = "authTokenType";
982
+ PendingSeller_OrderBy["CLERK"] = "clerk";
983
+ PendingSeller_OrderBy["ID"] = "id";
984
+ PendingSeller_OrderBy["METADATAURI"] = "metadataUri";
985
+ PendingSeller_OrderBy["SELLER"] = "seller";
986
+ PendingSeller_OrderBy["SELLER__ACTIVE"] = "seller__active";
987
+ PendingSeller_OrderBy["SELLER__ADMIN"] = "seller__admin";
988
+ PendingSeller_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
989
+ PendingSeller_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
990
+ PendingSeller_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
991
+ PendingSeller_OrderBy["SELLER__CLERK"] = "seller__clerk";
992
+ PendingSeller_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
993
+ PendingSeller_OrderBy["SELLER__ID"] = "seller__id";
994
+ PendingSeller_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
995
+ PendingSeller_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
996
+ PendingSeller_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
997
+ PendingSeller_OrderBy["SELLER__TREASURY"] = "seller__treasury";
998
+ PendingSeller_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
492
999
  })(PendingSeller_OrderBy || (exports.PendingSeller_OrderBy = PendingSeller_OrderBy = {}));
493
1000
  var ProductV1Brand_OrderBy;
494
1001
  (function (ProductV1Brand_OrderBy) {
495
- ProductV1Brand_OrderBy["Id"] = "id";
496
- ProductV1Brand_OrderBy["Name"] = "name";
497
- ProductV1Brand_OrderBy["Products"] = "products";
1002
+ ProductV1Brand_OrderBy["ID"] = "id";
1003
+ ProductV1Brand_OrderBy["NAME"] = "name";
1004
+ ProductV1Brand_OrderBy["PRODUCTS"] = "products";
498
1005
  })(ProductV1Brand_OrderBy || (exports.ProductV1Brand_OrderBy = ProductV1Brand_OrderBy = {}));
499
1006
  var ProductV1Category_OrderBy;
500
1007
  (function (ProductV1Category_OrderBy) {
501
- ProductV1Category_OrderBy["Id"] = "id";
502
- ProductV1Category_OrderBy["Name"] = "name";
1008
+ ProductV1Category_OrderBy["ID"] = "id";
1009
+ ProductV1Category_OrderBy["NAME"] = "name";
503
1010
  })(ProductV1Category_OrderBy || (exports.ProductV1Category_OrderBy = ProductV1Category_OrderBy = {}));
504
1011
  var ProductV1ExchangePolicy_OrderBy;
505
1012
  (function (ProductV1ExchangePolicy_OrderBy) {
506
- ProductV1ExchangePolicy_OrderBy["DisputeResolverContactMethod"] = "disputeResolverContactMethod";
507
- ProductV1ExchangePolicy_OrderBy["Id"] = "id";
508
- ProductV1ExchangePolicy_OrderBy["Label"] = "label";
509
- ProductV1ExchangePolicy_OrderBy["SellerContactMethod"] = "sellerContactMethod";
510
- ProductV1ExchangePolicy_OrderBy["Template"] = "template";
511
- ProductV1ExchangePolicy_OrderBy["Uuid"] = "uuid";
512
- ProductV1ExchangePolicy_OrderBy["Version"] = "version";
1013
+ ProductV1ExchangePolicy_OrderBy["DISPUTERESOLVERCONTACTMETHOD"] = "disputeResolverContactMethod";
1014
+ ProductV1ExchangePolicy_OrderBy["ID"] = "id";
1015
+ ProductV1ExchangePolicy_OrderBy["LABEL"] = "label";
1016
+ ProductV1ExchangePolicy_OrderBy["SELLERCONTACTMETHOD"] = "sellerContactMethod";
1017
+ ProductV1ExchangePolicy_OrderBy["TEMPLATE"] = "template";
1018
+ ProductV1ExchangePolicy_OrderBy["UUID"] = "uuid";
1019
+ ProductV1ExchangePolicy_OrderBy["VERSION"] = "version";
513
1020
  })(ProductV1ExchangePolicy_OrderBy || (exports.ProductV1ExchangePolicy_OrderBy = ProductV1ExchangePolicy_OrderBy = {}));
514
1021
  var ProductV1ItemMetadataEntity_OrderBy;
515
1022
  (function (ProductV1ItemMetadataEntity_OrderBy) {
516
- ProductV1ItemMetadataEntity_OrderBy["Bundle"] = "bundle";
517
- ProductV1ItemMetadataEntity_OrderBy["ExchangePolicy"] = "exchangePolicy";
518
- ProductV1ItemMetadataEntity_OrderBy["Id"] = "id";
519
- ProductV1ItemMetadataEntity_OrderBy["MetadataUri"] = "metadataUri";
520
- ProductV1ItemMetadataEntity_OrderBy["Product"] = "product";
521
- ProductV1ItemMetadataEntity_OrderBy["ProductOverrides"] = "productOverrides";
522
- ProductV1ItemMetadataEntity_OrderBy["ProductUuid"] = "productUuid";
523
- ProductV1ItemMetadataEntity_OrderBy["ProductV1Seller"] = "productV1Seller";
524
- ProductV1ItemMetadataEntity_OrderBy["ProductVersion"] = "productVersion";
525
- ProductV1ItemMetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
526
- ProductV1ItemMetadataEntity_OrderBy["Shipping"] = "shipping";
527
- ProductV1ItemMetadataEntity_OrderBy["Type"] = "type";
528
- ProductV1ItemMetadataEntity_OrderBy["Uuid"] = "uuid";
529
- ProductV1ItemMetadataEntity_OrderBy["Variations"] = "variations";
1023
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE"] = "bundle";
1024
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__ANIMATIONURL"] = "bundle__animationUrl";
1025
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__BUNDLEUUID"] = "bundle__bundleUuid";
1026
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__CONDITION"] = "bundle__condition";
1027
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__CREATEDAT"] = "bundle__createdAt";
1028
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__DESCRIPTION"] = "bundle__description";
1029
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__EXTERNALURL"] = "bundle__externalUrl";
1030
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__ID"] = "bundle__id";
1031
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__IMAGE"] = "bundle__image";
1032
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__LICENSEURL"] = "bundle__licenseUrl";
1033
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__NAME"] = "bundle__name";
1034
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFCOMMITS"] = "bundle__numberOfCommits";
1035
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFREDEMPTIONS"] = "bundle__numberOfRedemptions";
1036
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__QUANTITYAVAILABLE"] = "bundle__quantityAvailable";
1037
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__SCHEMAURL"] = "bundle__schemaUrl";
1038
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__TYPE"] = "bundle__type";
1039
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__VALIDFROMDATE"] = "bundle__validFromDate";
1040
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__VALIDUNTILDATE"] = "bundle__validUntilDate";
1041
+ ProductV1ItemMetadataEntity_OrderBy["BUNDLE__VOIDED"] = "bundle__voided";
1042
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY"] = "exchangePolicy";
1043
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__DISPUTERESOLVERCONTACTMETHOD"] = "exchangePolicy__disputeResolverContactMethod";
1044
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__ID"] = "exchangePolicy__id";
1045
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__LABEL"] = "exchangePolicy__label";
1046
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__SELLERCONTACTMETHOD"] = "exchangePolicy__sellerContactMethod";
1047
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__TEMPLATE"] = "exchangePolicy__template";
1048
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__UUID"] = "exchangePolicy__uuid";
1049
+ ProductV1ItemMetadataEntity_OrderBy["EXCHANGEPOLICY__VERSION"] = "exchangePolicy__version";
1050
+ ProductV1ItemMetadataEntity_OrderBy["ID"] = "id";
1051
+ ProductV1ItemMetadataEntity_OrderBy["METADATAURI"] = "metadataUri";
1052
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT"] = "product";
1053
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES"] = "productOverrides";
1054
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__DESCRIPTION"] = "productOverrides__description";
1055
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__ID"] = "productOverrides__id";
1056
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_PRODUCTID"] = "productOverrides__identification_productId";
1057
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_PRODUCTIDTYPE"] = "productOverrides__identification_productIdType";
1058
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_SKU"] = "productOverrides__identification_sKU";
1059
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_HEIGHT"] = "productOverrides__packaging_dimensions_height";
1060
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_LENGTH"] = "productOverrides__packaging_dimensions_length";
1061
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_UNIT"] = "productOverrides__packaging_dimensions_unit";
1062
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_WIDTH"] = "productOverrides__packaging_dimensions_width";
1063
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_PACKAGEQUANTITY"] = "productOverrides__packaging_packageQuantity";
1064
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_WEIGHT_UNIT"] = "productOverrides__packaging_weight_unit";
1065
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_WEIGHT_VALUE"] = "productOverrides__packaging_weight_value";
1066
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_BRANDNAME"] = "productOverrides__productionInformation_brandName";
1067
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MANUFACTURER"] = "productOverrides__productionInformation_manufacturer";
1068
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "productOverrides__productionInformation_manufacturerPartNumber";
1069
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MODELNUMBER"] = "productOverrides__productionInformation_modelNumber";
1070
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__TITLE"] = "productOverrides__title";
1071
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTOVERRIDES__VERSION"] = "productOverrides__version";
1072
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTUUID"] = "productUuid";
1073
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER"] = "productV1Seller";
1074
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__CONTACTPREFERENCE"] = "productV1Seller__contactPreference";
1075
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__DEFAULTVERSION"] = "productV1Seller__defaultVersion";
1076
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__DESCRIPTION"] = "productV1Seller__description";
1077
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__EXTERNALURL"] = "productV1Seller__externalUrl";
1078
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__ID"] = "productV1Seller__id";
1079
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__NAME"] = "productV1Seller__name";
1080
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__SELLERID"] = "productV1Seller__sellerId";
1081
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTV1SELLER__TOKENID"] = "productV1Seller__tokenId";
1082
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCTVERSION"] = "productVersion";
1083
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__ALLVARIANTSVOIDED"] = "product__allVariantsVoided";
1084
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DESCRIPTION"] = "product__description";
1085
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DETAILS_CATEGORY"] = "product__details_category";
1086
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DETAILS_OFFERCATEGORY"] = "product__details_offerCategory";
1087
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DETAILS_SUBCATEGORY"] = "product__details_subCategory";
1088
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DETAILS_SUBCATEGORY2"] = "product__details_subCategory2";
1089
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__DISPUTERESOLVERID"] = "product__disputeResolverId";
1090
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__ID"] = "product__id";
1091
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTID"] = "product__identification_productId";
1092
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTIDTYPE"] = "product__identification_productIdType";
1093
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_SKU"] = "product__identification_sKU";
1094
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__MAXVALIDFROMDATE"] = "product__maxValidFromDate";
1095
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__MAXVALIDUNTILDATE"] = "product__maxValidUntilDate";
1096
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__MINVALIDFROMDATE"] = "product__minValidFromDate";
1097
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__MINVALIDUNTILDATE"] = "product__minValidUntilDate";
1098
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__OFFERCATEGORY"] = "product__offerCategory";
1099
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_HEIGHT"] = "product__packaging_dimensions_height";
1100
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_LENGTH"] = "product__packaging_dimensions_length";
1101
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_UNIT"] = "product__packaging_dimensions_unit";
1102
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_WIDTH"] = "product__packaging_dimensions_width";
1103
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_PACKAGEQUANTITY"] = "product__packaging_packageQuantity";
1104
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_WEIGHT_UNIT"] = "product__packaging_weight_unit";
1105
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PACKAGING_WEIGHT_VALUE"] = "product__packaging_weight_value";
1106
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_BRANDNAME"] = "product__productionInformation_brandName";
1107
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURER"] = "product__productionInformation_manufacturer";
1108
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "product__productionInformation_manufacturerPartNumber";
1109
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MODELNUMBER"] = "product__productionInformation_modelNumber";
1110
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__SELLERID"] = "product__sellerId";
1111
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__TITLE"] = "product__title";
1112
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__UUID"] = "product__uuid";
1113
+ ProductV1ItemMetadataEntity_OrderBy["PRODUCT__VERSION"] = "product__version";
1114
+ ProductV1ItemMetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
1115
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING"] = "shipping";
1116
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING__COUNTRYOFORIGIN"] = "shipping__countryOfOrigin";
1117
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING__DEFAULTVERSION"] = "shipping__defaultVersion";
1118
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING__ID"] = "shipping__id";
1119
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING__REDEMPTIONPOINT"] = "shipping__redemptionPoint";
1120
+ ProductV1ItemMetadataEntity_OrderBy["SHIPPING__RETURNPERIODINDAYS"] = "shipping__returnPeriodInDays";
1121
+ ProductV1ItemMetadataEntity_OrderBy["TYPE"] = "type";
1122
+ ProductV1ItemMetadataEntity_OrderBy["UUID"] = "uuid";
1123
+ ProductV1ItemMetadataEntity_OrderBy["VARIATIONS"] = "variations";
530
1124
  })(ProductV1ItemMetadataEntity_OrderBy || (exports.ProductV1ItemMetadataEntity_OrderBy = ProductV1ItemMetadataEntity_OrderBy = {}));
531
1125
  var ProductV1MediaType;
532
1126
  (function (ProductV1MediaType) {
533
- ProductV1MediaType["Image"] = "IMAGE";
534
- ProductV1MediaType["Video"] = "VIDEO";
1127
+ ProductV1MediaType["IMAGE"] = "IMAGE";
1128
+ ProductV1MediaType["VIDEO"] = "VIDEO";
535
1129
  })(ProductV1MediaType || (exports.ProductV1MediaType = ProductV1MediaType = {}));
536
1130
  var ProductV1Media_OrderBy;
537
1131
  (function (ProductV1Media_OrderBy) {
538
- ProductV1Media_OrderBy["Height"] = "height";
539
- ProductV1Media_OrderBy["Id"] = "id";
540
- ProductV1Media_OrderBy["Tag"] = "tag";
541
- ProductV1Media_OrderBy["Type"] = "type";
542
- ProductV1Media_OrderBy["Url"] = "url";
543
- ProductV1Media_OrderBy["Width"] = "width";
1132
+ ProductV1Media_OrderBy["HEIGHT"] = "height";
1133
+ ProductV1Media_OrderBy["ID"] = "id";
1134
+ ProductV1Media_OrderBy["TAG"] = "tag";
1135
+ ProductV1Media_OrderBy["TYPE"] = "type";
1136
+ ProductV1Media_OrderBy["URL"] = "url";
1137
+ ProductV1Media_OrderBy["WIDTH"] = "width";
544
1138
  })(ProductV1Media_OrderBy || (exports.ProductV1Media_OrderBy = ProductV1Media_OrderBy = {}));
545
1139
  var ProductV1MetadataEntity_OrderBy;
546
1140
  (function (ProductV1MetadataEntity_OrderBy) {
547
- ProductV1MetadataEntity_OrderBy["AnimationMetadata"] = "animationMetadata";
548
- ProductV1MetadataEntity_OrderBy["AnimationUrl"] = "animationUrl";
549
- ProductV1MetadataEntity_OrderBy["Attributes"] = "attributes";
550
- ProductV1MetadataEntity_OrderBy["Condition"] = "condition";
551
- ProductV1MetadataEntity_OrderBy["CreatedAt"] = "createdAt";
552
- ProductV1MetadataEntity_OrderBy["Description"] = "description";
553
- ProductV1MetadataEntity_OrderBy["ExchangePolicy"] = "exchangePolicy";
554
- ProductV1MetadataEntity_OrderBy["ExchangeToken"] = "exchangeToken";
555
- ProductV1MetadataEntity_OrderBy["ExternalUrl"] = "externalUrl";
556
- ProductV1MetadataEntity_OrderBy["Id"] = "id";
557
- ProductV1MetadataEntity_OrderBy["Image"] = "image";
558
- ProductV1MetadataEntity_OrderBy["LicenseUrl"] = "licenseUrl";
559
- ProductV1MetadataEntity_OrderBy["Name"] = "name";
560
- ProductV1MetadataEntity_OrderBy["NumberOfCommits"] = "numberOfCommits";
561
- ProductV1MetadataEntity_OrderBy["NumberOfRedemptions"] = "numberOfRedemptions";
562
- ProductV1MetadataEntity_OrderBy["Offer"] = "offer";
563
- ProductV1MetadataEntity_OrderBy["Product"] = "product";
564
- ProductV1MetadataEntity_OrderBy["ProductOverrides"] = "productOverrides";
565
- ProductV1MetadataEntity_OrderBy["ProductUuid"] = "productUuid";
566
- ProductV1MetadataEntity_OrderBy["ProductV1Seller"] = "productV1Seller";
567
- ProductV1MetadataEntity_OrderBy["ProductVersion"] = "productVersion";
568
- ProductV1MetadataEntity_OrderBy["QuantityAvailable"] = "quantityAvailable";
569
- ProductV1MetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
570
- ProductV1MetadataEntity_OrderBy["Seller"] = "seller";
571
- ProductV1MetadataEntity_OrderBy["Shipping"] = "shipping";
572
- ProductV1MetadataEntity_OrderBy["Type"] = "type";
573
- ProductV1MetadataEntity_OrderBy["Uuid"] = "uuid";
574
- ProductV1MetadataEntity_OrderBy["ValidFromDate"] = "validFromDate";
575
- ProductV1MetadataEntity_OrderBy["ValidUntilDate"] = "validUntilDate";
576
- ProductV1MetadataEntity_OrderBy["Variations"] = "variations";
577
- ProductV1MetadataEntity_OrderBy["Voided"] = "voided";
1141
+ ProductV1MetadataEntity_OrderBy["ANIMATIONMETADATA"] = "animationMetadata";
1142
+ ProductV1MetadataEntity_OrderBy["ANIMATIONMETADATA__HEIGHT"] = "animationMetadata__height";
1143
+ ProductV1MetadataEntity_OrderBy["ANIMATIONMETADATA__ID"] = "animationMetadata__id";
1144
+ ProductV1MetadataEntity_OrderBy["ANIMATIONMETADATA__TYPE"] = "animationMetadata__type";
1145
+ ProductV1MetadataEntity_OrderBy["ANIMATIONMETADATA__WIDTH"] = "animationMetadata__width";
1146
+ ProductV1MetadataEntity_OrderBy["ANIMATIONURL"] = "animationUrl";
1147
+ ProductV1MetadataEntity_OrderBy["ATTRIBUTES"] = "attributes";
1148
+ ProductV1MetadataEntity_OrderBy["CONDITION"] = "condition";
1149
+ ProductV1MetadataEntity_OrderBy["CREATEDAT"] = "createdAt";
1150
+ ProductV1MetadataEntity_OrderBy["DESCRIPTION"] = "description";
1151
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY"] = "exchangePolicy";
1152
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__DISPUTERESOLVERCONTACTMETHOD"] = "exchangePolicy__disputeResolverContactMethod";
1153
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__ID"] = "exchangePolicy__id";
1154
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__LABEL"] = "exchangePolicy__label";
1155
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__SELLERCONTACTMETHOD"] = "exchangePolicy__sellerContactMethod";
1156
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__TEMPLATE"] = "exchangePolicy__template";
1157
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__UUID"] = "exchangePolicy__uuid";
1158
+ ProductV1MetadataEntity_OrderBy["EXCHANGEPOLICY__VERSION"] = "exchangePolicy__version";
1159
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN"] = "exchangeToken";
1160
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN__ADDRESS"] = "exchangeToken__address";
1161
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN__DECIMALS"] = "exchangeToken__decimals";
1162
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN__ID"] = "exchangeToken__id";
1163
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN__NAME"] = "exchangeToken__name";
1164
+ ProductV1MetadataEntity_OrderBy["EXCHANGETOKEN__SYMBOL"] = "exchangeToken__symbol";
1165
+ ProductV1MetadataEntity_OrderBy["EXTERNALURL"] = "externalUrl";
1166
+ ProductV1MetadataEntity_OrderBy["ID"] = "id";
1167
+ ProductV1MetadataEntity_OrderBy["IMAGE"] = "image";
1168
+ ProductV1MetadataEntity_OrderBy["LICENSEURL"] = "licenseUrl";
1169
+ ProductV1MetadataEntity_OrderBy["NAME"] = "name";
1170
+ ProductV1MetadataEntity_OrderBy["NUMBEROFCOMMITS"] = "numberOfCommits";
1171
+ ProductV1MetadataEntity_OrderBy["NUMBEROFREDEMPTIONS"] = "numberOfRedemptions";
1172
+ ProductV1MetadataEntity_OrderBy["OFFER"] = "offer";
1173
+ ProductV1MetadataEntity_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
1174
+ ProductV1MetadataEntity_OrderBy["OFFER__AGENTID"] = "offer__agentId";
1175
+ ProductV1MetadataEntity_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
1176
+ ProductV1MetadataEntity_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
1177
+ ProductV1MetadataEntity_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
1178
+ ProductV1MetadataEntity_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
1179
+ ProductV1MetadataEntity_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
1180
+ ProductV1MetadataEntity_OrderBy["OFFER__ID"] = "offer__id";
1181
+ ProductV1MetadataEntity_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
1182
+ ProductV1MetadataEntity_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
1183
+ ProductV1MetadataEntity_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
1184
+ ProductV1MetadataEntity_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
1185
+ ProductV1MetadataEntity_OrderBy["OFFER__PRICE"] = "offer__price";
1186
+ ProductV1MetadataEntity_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
1187
+ ProductV1MetadataEntity_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
1188
+ ProductV1MetadataEntity_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
1189
+ ProductV1MetadataEntity_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
1190
+ ProductV1MetadataEntity_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
1191
+ ProductV1MetadataEntity_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
1192
+ ProductV1MetadataEntity_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
1193
+ ProductV1MetadataEntity_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
1194
+ ProductV1MetadataEntity_OrderBy["OFFER__VOIDED"] = "offer__voided";
1195
+ ProductV1MetadataEntity_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
1196
+ ProductV1MetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
1197
+ ProductV1MetadataEntity_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
1198
+ ProductV1MetadataEntity_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
1199
+ ProductV1MetadataEntity_OrderBy["PRODUCT"] = "product";
1200
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES"] = "productOverrides";
1201
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__DESCRIPTION"] = "productOverrides__description";
1202
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__ID"] = "productOverrides__id";
1203
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_PRODUCTID"] = "productOverrides__identification_productId";
1204
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_PRODUCTIDTYPE"] = "productOverrides__identification_productIdType";
1205
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__IDENTIFICATION_SKU"] = "productOverrides__identification_sKU";
1206
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_HEIGHT"] = "productOverrides__packaging_dimensions_height";
1207
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_LENGTH"] = "productOverrides__packaging_dimensions_length";
1208
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_UNIT"] = "productOverrides__packaging_dimensions_unit";
1209
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_DIMENSIONS_WIDTH"] = "productOverrides__packaging_dimensions_width";
1210
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_PACKAGEQUANTITY"] = "productOverrides__packaging_packageQuantity";
1211
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_WEIGHT_UNIT"] = "productOverrides__packaging_weight_unit";
1212
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PACKAGING_WEIGHT_VALUE"] = "productOverrides__packaging_weight_value";
1213
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_BRANDNAME"] = "productOverrides__productionInformation_brandName";
1214
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MANUFACTURER"] = "productOverrides__productionInformation_manufacturer";
1215
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "productOverrides__productionInformation_manufacturerPartNumber";
1216
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__PRODUCTIONINFORMATION_MODELNUMBER"] = "productOverrides__productionInformation_modelNumber";
1217
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__TITLE"] = "productOverrides__title";
1218
+ ProductV1MetadataEntity_OrderBy["PRODUCTOVERRIDES__VERSION"] = "productOverrides__version";
1219
+ ProductV1MetadataEntity_OrderBy["PRODUCTUUID"] = "productUuid";
1220
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER"] = "productV1Seller";
1221
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__CONTACTPREFERENCE"] = "productV1Seller__contactPreference";
1222
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__DEFAULTVERSION"] = "productV1Seller__defaultVersion";
1223
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__DESCRIPTION"] = "productV1Seller__description";
1224
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__EXTERNALURL"] = "productV1Seller__externalUrl";
1225
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__ID"] = "productV1Seller__id";
1226
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__NAME"] = "productV1Seller__name";
1227
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__SELLERID"] = "productV1Seller__sellerId";
1228
+ ProductV1MetadataEntity_OrderBy["PRODUCTV1SELLER__TOKENID"] = "productV1Seller__tokenId";
1229
+ ProductV1MetadataEntity_OrderBy["PRODUCTVERSION"] = "productVersion";
1230
+ ProductV1MetadataEntity_OrderBy["PRODUCT__ALLVARIANTSVOIDED"] = "product__allVariantsVoided";
1231
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DESCRIPTION"] = "product__description";
1232
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DETAILS_CATEGORY"] = "product__details_category";
1233
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DETAILS_OFFERCATEGORY"] = "product__details_offerCategory";
1234
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DETAILS_SUBCATEGORY"] = "product__details_subCategory";
1235
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DETAILS_SUBCATEGORY2"] = "product__details_subCategory2";
1236
+ ProductV1MetadataEntity_OrderBy["PRODUCT__DISPUTERESOLVERID"] = "product__disputeResolverId";
1237
+ ProductV1MetadataEntity_OrderBy["PRODUCT__ID"] = "product__id";
1238
+ ProductV1MetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTID"] = "product__identification_productId";
1239
+ ProductV1MetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTIDTYPE"] = "product__identification_productIdType";
1240
+ ProductV1MetadataEntity_OrderBy["PRODUCT__IDENTIFICATION_SKU"] = "product__identification_sKU";
1241
+ ProductV1MetadataEntity_OrderBy["PRODUCT__MAXVALIDFROMDATE"] = "product__maxValidFromDate";
1242
+ ProductV1MetadataEntity_OrderBy["PRODUCT__MAXVALIDUNTILDATE"] = "product__maxValidUntilDate";
1243
+ ProductV1MetadataEntity_OrderBy["PRODUCT__MINVALIDFROMDATE"] = "product__minValidFromDate";
1244
+ ProductV1MetadataEntity_OrderBy["PRODUCT__MINVALIDUNTILDATE"] = "product__minValidUntilDate";
1245
+ ProductV1MetadataEntity_OrderBy["PRODUCT__OFFERCATEGORY"] = "product__offerCategory";
1246
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_HEIGHT"] = "product__packaging_dimensions_height";
1247
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_LENGTH"] = "product__packaging_dimensions_length";
1248
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_UNIT"] = "product__packaging_dimensions_unit";
1249
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_WIDTH"] = "product__packaging_dimensions_width";
1250
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_PACKAGEQUANTITY"] = "product__packaging_packageQuantity";
1251
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_WEIGHT_UNIT"] = "product__packaging_weight_unit";
1252
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PACKAGING_WEIGHT_VALUE"] = "product__packaging_weight_value";
1253
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_BRANDNAME"] = "product__productionInformation_brandName";
1254
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURER"] = "product__productionInformation_manufacturer";
1255
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "product__productionInformation_manufacturerPartNumber";
1256
+ ProductV1MetadataEntity_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MODELNUMBER"] = "product__productionInformation_modelNumber";
1257
+ ProductV1MetadataEntity_OrderBy["PRODUCT__SELLERID"] = "product__sellerId";
1258
+ ProductV1MetadataEntity_OrderBy["PRODUCT__TITLE"] = "product__title";
1259
+ ProductV1MetadataEntity_OrderBy["PRODUCT__UUID"] = "product__uuid";
1260
+ ProductV1MetadataEntity_OrderBy["PRODUCT__VERSION"] = "product__version";
1261
+ ProductV1MetadataEntity_OrderBy["QUANTITYAVAILABLE"] = "quantityAvailable";
1262
+ ProductV1MetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
1263
+ ProductV1MetadataEntity_OrderBy["SELLER"] = "seller";
1264
+ ProductV1MetadataEntity_OrderBy["SELLER__ACTIVE"] = "seller__active";
1265
+ ProductV1MetadataEntity_OrderBy["SELLER__ADMIN"] = "seller__admin";
1266
+ ProductV1MetadataEntity_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
1267
+ ProductV1MetadataEntity_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
1268
+ ProductV1MetadataEntity_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
1269
+ ProductV1MetadataEntity_OrderBy["SELLER__CLERK"] = "seller__clerk";
1270
+ ProductV1MetadataEntity_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
1271
+ ProductV1MetadataEntity_OrderBy["SELLER__ID"] = "seller__id";
1272
+ ProductV1MetadataEntity_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
1273
+ ProductV1MetadataEntity_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
1274
+ ProductV1MetadataEntity_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
1275
+ ProductV1MetadataEntity_OrderBy["SELLER__TREASURY"] = "seller__treasury";
1276
+ ProductV1MetadataEntity_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
1277
+ ProductV1MetadataEntity_OrderBy["SHIPPING"] = "shipping";
1278
+ ProductV1MetadataEntity_OrderBy["SHIPPING__COUNTRYOFORIGIN"] = "shipping__countryOfOrigin";
1279
+ ProductV1MetadataEntity_OrderBy["SHIPPING__DEFAULTVERSION"] = "shipping__defaultVersion";
1280
+ ProductV1MetadataEntity_OrderBy["SHIPPING__ID"] = "shipping__id";
1281
+ ProductV1MetadataEntity_OrderBy["SHIPPING__REDEMPTIONPOINT"] = "shipping__redemptionPoint";
1282
+ ProductV1MetadataEntity_OrderBy["SHIPPING__RETURNPERIODINDAYS"] = "shipping__returnPeriodInDays";
1283
+ ProductV1MetadataEntity_OrderBy["TYPE"] = "type";
1284
+ ProductV1MetadataEntity_OrderBy["UUID"] = "uuid";
1285
+ ProductV1MetadataEntity_OrderBy["VALIDFROMDATE"] = "validFromDate";
1286
+ ProductV1MetadataEntity_OrderBy["VALIDUNTILDATE"] = "validUntilDate";
1287
+ ProductV1MetadataEntity_OrderBy["VARIATIONS"] = "variations";
1288
+ ProductV1MetadataEntity_OrderBy["VOIDED"] = "voided";
578
1289
  })(ProductV1MetadataEntity_OrderBy || (exports.ProductV1MetadataEntity_OrderBy = ProductV1MetadataEntity_OrderBy = {}));
579
1290
  var ProductV1OfferCategory;
580
1291
  (function (ProductV1OfferCategory) {
581
- ProductV1OfferCategory["Digital"] = "DIGITAL";
582
- ProductV1OfferCategory["Phygital"] = "PHYGITAL";
583
- ProductV1OfferCategory["Physical"] = "PHYSICAL";
1292
+ ProductV1OfferCategory["DIGITAL"] = "DIGITAL";
1293
+ ProductV1OfferCategory["PHYGITAL"] = "PHYGITAL";
1294
+ ProductV1OfferCategory["PHYSICAL"] = "PHYSICAL";
584
1295
  })(ProductV1OfferCategory || (exports.ProductV1OfferCategory = ProductV1OfferCategory = {}));
585
1296
  var ProductV1Personalisation_OrderBy;
586
1297
  (function (ProductV1Personalisation_OrderBy) {
587
- ProductV1Personalisation_OrderBy["Id"] = "id";
588
- ProductV1Personalisation_OrderBy["Name"] = "name";
1298
+ ProductV1Personalisation_OrderBy["ID"] = "id";
1299
+ ProductV1Personalisation_OrderBy["NAME"] = "name";
589
1300
  })(ProductV1Personalisation_OrderBy || (exports.ProductV1Personalisation_OrderBy = ProductV1Personalisation_OrderBy = {}));
590
1301
  var ProductV1ProductOverrides_OrderBy;
591
1302
  (function (ProductV1ProductOverrides_OrderBy) {
592
- ProductV1ProductOverrides_OrderBy["Brand"] = "brand";
593
- ProductV1ProductOverrides_OrderBy["Description"] = "description";
594
- ProductV1ProductOverrides_OrderBy["Id"] = "id";
595
- ProductV1ProductOverrides_OrderBy["IdentificationProductId"] = "identification_productId";
596
- ProductV1ProductOverrides_OrderBy["IdentificationProductIdType"] = "identification_productIdType";
597
- ProductV1ProductOverrides_OrderBy["IdentificationSKu"] = "identification_sKU";
598
- ProductV1ProductOverrides_OrderBy["PackagingDimensionsHeight"] = "packaging_dimensions_height";
599
- ProductV1ProductOverrides_OrderBy["PackagingDimensionsLength"] = "packaging_dimensions_length";
600
- ProductV1ProductOverrides_OrderBy["PackagingDimensionsUnit"] = "packaging_dimensions_unit";
601
- ProductV1ProductOverrides_OrderBy["PackagingDimensionsWidth"] = "packaging_dimensions_width";
602
- ProductV1ProductOverrides_OrderBy["PackagingPackageQuantity"] = "packaging_packageQuantity";
603
- ProductV1ProductOverrides_OrderBy["PackagingWeightUnit"] = "packaging_weight_unit";
604
- ProductV1ProductOverrides_OrderBy["PackagingWeightValue"] = "packaging_weight_value";
605
- ProductV1ProductOverrides_OrderBy["ProductionInformationBrandName"] = "productionInformation_brandName";
606
- ProductV1ProductOverrides_OrderBy["ProductionInformationManufacturer"] = "productionInformation_manufacturer";
607
- ProductV1ProductOverrides_OrderBy["ProductionInformationManufacturerPartNumber"] = "productionInformation_manufacturerPartNumber";
608
- ProductV1ProductOverrides_OrderBy["ProductionInformationMaterials"] = "productionInformation_materials";
609
- ProductV1ProductOverrides_OrderBy["ProductionInformationModelNumber"] = "productionInformation_modelNumber";
610
- ProductV1ProductOverrides_OrderBy["Title"] = "title";
611
- ProductV1ProductOverrides_OrderBy["Version"] = "version";
612
- ProductV1ProductOverrides_OrderBy["VisualsImages"] = "visuals_images";
613
- ProductV1ProductOverrides_OrderBy["VisualsVideos"] = "visuals_videos";
1303
+ ProductV1ProductOverrides_OrderBy["BRAND"] = "brand";
1304
+ ProductV1ProductOverrides_OrderBy["BRAND__ID"] = "brand__id";
1305
+ ProductV1ProductOverrides_OrderBy["BRAND__NAME"] = "brand__name";
1306
+ ProductV1ProductOverrides_OrderBy["DESCRIPTION"] = "description";
1307
+ ProductV1ProductOverrides_OrderBy["ID"] = "id";
1308
+ ProductV1ProductOverrides_OrderBy["IDENTIFICATION_PRODUCTID"] = "identification_productId";
1309
+ ProductV1ProductOverrides_OrderBy["IDENTIFICATION_PRODUCTIDTYPE"] = "identification_productIdType";
1310
+ ProductV1ProductOverrides_OrderBy["IDENTIFICATION_SKU"] = "identification_sKU";
1311
+ ProductV1ProductOverrides_OrderBy["PACKAGING_DIMENSIONS_HEIGHT"] = "packaging_dimensions_height";
1312
+ ProductV1ProductOverrides_OrderBy["PACKAGING_DIMENSIONS_LENGTH"] = "packaging_dimensions_length";
1313
+ ProductV1ProductOverrides_OrderBy["PACKAGING_DIMENSIONS_UNIT"] = "packaging_dimensions_unit";
1314
+ ProductV1ProductOverrides_OrderBy["PACKAGING_DIMENSIONS_WIDTH"] = "packaging_dimensions_width";
1315
+ ProductV1ProductOverrides_OrderBy["PACKAGING_PACKAGEQUANTITY"] = "packaging_packageQuantity";
1316
+ ProductV1ProductOverrides_OrderBy["PACKAGING_WEIGHT_UNIT"] = "packaging_weight_unit";
1317
+ ProductV1ProductOverrides_OrderBy["PACKAGING_WEIGHT_VALUE"] = "packaging_weight_value";
1318
+ ProductV1ProductOverrides_OrderBy["PRODUCTIONINFORMATION_BRANDNAME"] = "productionInformation_brandName";
1319
+ ProductV1ProductOverrides_OrderBy["PRODUCTIONINFORMATION_MANUFACTURER"] = "productionInformation_manufacturer";
1320
+ ProductV1ProductOverrides_OrderBy["PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "productionInformation_manufacturerPartNumber";
1321
+ ProductV1ProductOverrides_OrderBy["PRODUCTIONINFORMATION_MATERIALS"] = "productionInformation_materials";
1322
+ ProductV1ProductOverrides_OrderBy["PRODUCTIONINFORMATION_MODELNUMBER"] = "productionInformation_modelNumber";
1323
+ ProductV1ProductOverrides_OrderBy["TITLE"] = "title";
1324
+ ProductV1ProductOverrides_OrderBy["VERSION"] = "version";
1325
+ ProductV1ProductOverrides_OrderBy["VISUALS_IMAGES"] = "visuals_images";
1326
+ ProductV1ProductOverrides_OrderBy["VISUALS_VIDEOS"] = "visuals_videos";
614
1327
  })(ProductV1ProductOverrides_OrderBy || (exports.ProductV1ProductOverrides_OrderBy = ProductV1ProductOverrides_OrderBy = {}));
615
1328
  var ProductV1Product_OrderBy;
616
1329
  (function (ProductV1Product_OrderBy) {
617
- ProductV1Product_OrderBy["AllVariantsVoided"] = "allVariantsVoided";
618
- ProductV1Product_OrderBy["Brand"] = "brand";
619
- ProductV1Product_OrderBy["Category"] = "category";
620
- ProductV1Product_OrderBy["Description"] = "description";
621
- ProductV1Product_OrderBy["DetailsCategory"] = "details_category";
622
- ProductV1Product_OrderBy["DetailsOfferCategory"] = "details_offerCategory";
623
- ProductV1Product_OrderBy["DetailsPersonalisation"] = "details_personalisation";
624
- ProductV1Product_OrderBy["DetailsSections"] = "details_sections";
625
- ProductV1Product_OrderBy["DetailsSubCategory"] = "details_subCategory";
626
- ProductV1Product_OrderBy["DetailsSubCategory2"] = "details_subCategory2";
627
- ProductV1Product_OrderBy["DetailsTags"] = "details_tags";
628
- ProductV1Product_OrderBy["DisputeResolverId"] = "disputeResolverId";
629
- ProductV1Product_OrderBy["Id"] = "id";
630
- ProductV1Product_OrderBy["IdentificationProductId"] = "identification_productId";
631
- ProductV1Product_OrderBy["IdentificationProductIdType"] = "identification_productIdType";
632
- ProductV1Product_OrderBy["IdentificationSKu"] = "identification_sKU";
633
- ProductV1Product_OrderBy["MaxValidFromDate"] = "maxValidFromDate";
634
- ProductV1Product_OrderBy["MaxValidUntilDate"] = "maxValidUntilDate";
635
- ProductV1Product_OrderBy["MinValidFromDate"] = "minValidFromDate";
636
- ProductV1Product_OrderBy["MinValidUntilDate"] = "minValidUntilDate";
637
- ProductV1Product_OrderBy["NotVoidedVariants"] = "notVoidedVariants";
638
- ProductV1Product_OrderBy["OfferCategory"] = "offerCategory";
639
- ProductV1Product_OrderBy["PackagingDimensionsHeight"] = "packaging_dimensions_height";
640
- ProductV1Product_OrderBy["PackagingDimensionsLength"] = "packaging_dimensions_length";
641
- ProductV1Product_OrderBy["PackagingDimensionsUnit"] = "packaging_dimensions_unit";
642
- ProductV1Product_OrderBy["PackagingDimensionsWidth"] = "packaging_dimensions_width";
643
- ProductV1Product_OrderBy["PackagingPackageQuantity"] = "packaging_packageQuantity";
644
- ProductV1Product_OrderBy["PackagingWeightUnit"] = "packaging_weight_unit";
645
- ProductV1Product_OrderBy["PackagingWeightValue"] = "packaging_weight_value";
646
- ProductV1Product_OrderBy["Personalisation"] = "personalisation";
647
- ProductV1Product_OrderBy["ProductV1Seller"] = "productV1Seller";
648
- ProductV1Product_OrderBy["ProductionInformationBrandName"] = "productionInformation_brandName";
649
- ProductV1Product_OrderBy["ProductionInformationManufacturer"] = "productionInformation_manufacturer";
650
- ProductV1Product_OrderBy["ProductionInformationManufacturerPartNumber"] = "productionInformation_manufacturerPartNumber";
651
- ProductV1Product_OrderBy["ProductionInformationMaterials"] = "productionInformation_materials";
652
- ProductV1Product_OrderBy["ProductionInformationModelNumber"] = "productionInformation_modelNumber";
653
- ProductV1Product_OrderBy["SalesChannels"] = "salesChannels";
654
- ProductV1Product_OrderBy["Sections"] = "sections";
655
- ProductV1Product_OrderBy["SellerId"] = "sellerId";
656
- ProductV1Product_OrderBy["SubCategory"] = "subCategory";
657
- ProductV1Product_OrderBy["SubCategory2"] = "subCategory2";
658
- ProductV1Product_OrderBy["Tags"] = "tags";
659
- ProductV1Product_OrderBy["Title"] = "title";
660
- ProductV1Product_OrderBy["Uuid"] = "uuid";
661
- ProductV1Product_OrderBy["Variants"] = "variants";
662
- ProductV1Product_OrderBy["Version"] = "version";
663
- ProductV1Product_OrderBy["VisualsImages"] = "visuals_images";
664
- ProductV1Product_OrderBy["VisualsVideos"] = "visuals_videos";
1330
+ ProductV1Product_OrderBy["ALLVARIANTSVOIDED"] = "allVariantsVoided";
1331
+ ProductV1Product_OrderBy["BRAND"] = "brand";
1332
+ ProductV1Product_OrderBy["BRAND__ID"] = "brand__id";
1333
+ ProductV1Product_OrderBy["BRAND__NAME"] = "brand__name";
1334
+ ProductV1Product_OrderBy["CATEGORY"] = "category";
1335
+ ProductV1Product_OrderBy["CATEGORY__ID"] = "category__id";
1336
+ ProductV1Product_OrderBy["CATEGORY__NAME"] = "category__name";
1337
+ ProductV1Product_OrderBy["DESCRIPTION"] = "description";
1338
+ ProductV1Product_OrderBy["DETAILS_CATEGORY"] = "details_category";
1339
+ ProductV1Product_OrderBy["DETAILS_OFFERCATEGORY"] = "details_offerCategory";
1340
+ ProductV1Product_OrderBy["DETAILS_PERSONALISATION"] = "details_personalisation";
1341
+ ProductV1Product_OrderBy["DETAILS_SECTIONS"] = "details_sections";
1342
+ ProductV1Product_OrderBy["DETAILS_SUBCATEGORY"] = "details_subCategory";
1343
+ ProductV1Product_OrderBy["DETAILS_SUBCATEGORY2"] = "details_subCategory2";
1344
+ ProductV1Product_OrderBy["DETAILS_TAGS"] = "details_tags";
1345
+ ProductV1Product_OrderBy["DISPUTERESOLVERID"] = "disputeResolverId";
1346
+ ProductV1Product_OrderBy["ID"] = "id";
1347
+ ProductV1Product_OrderBy["IDENTIFICATION_PRODUCTID"] = "identification_productId";
1348
+ ProductV1Product_OrderBy["IDENTIFICATION_PRODUCTIDTYPE"] = "identification_productIdType";
1349
+ ProductV1Product_OrderBy["IDENTIFICATION_SKU"] = "identification_sKU";
1350
+ ProductV1Product_OrderBy["MAXVALIDFROMDATE"] = "maxValidFromDate";
1351
+ ProductV1Product_OrderBy["MAXVALIDUNTILDATE"] = "maxValidUntilDate";
1352
+ ProductV1Product_OrderBy["MINVALIDFROMDATE"] = "minValidFromDate";
1353
+ ProductV1Product_OrderBy["MINVALIDUNTILDATE"] = "minValidUntilDate";
1354
+ ProductV1Product_OrderBy["NOTVOIDEDVARIANTS"] = "notVoidedVariants";
1355
+ ProductV1Product_OrderBy["OFFERCATEGORY"] = "offerCategory";
1356
+ ProductV1Product_OrderBy["PACKAGING_DIMENSIONS_HEIGHT"] = "packaging_dimensions_height";
1357
+ ProductV1Product_OrderBy["PACKAGING_DIMENSIONS_LENGTH"] = "packaging_dimensions_length";
1358
+ ProductV1Product_OrderBy["PACKAGING_DIMENSIONS_UNIT"] = "packaging_dimensions_unit";
1359
+ ProductV1Product_OrderBy["PACKAGING_DIMENSIONS_WIDTH"] = "packaging_dimensions_width";
1360
+ ProductV1Product_OrderBy["PACKAGING_PACKAGEQUANTITY"] = "packaging_packageQuantity";
1361
+ ProductV1Product_OrderBy["PACKAGING_WEIGHT_UNIT"] = "packaging_weight_unit";
1362
+ ProductV1Product_OrderBy["PACKAGING_WEIGHT_VALUE"] = "packaging_weight_value";
1363
+ ProductV1Product_OrderBy["PERSONALISATION"] = "personalisation";
1364
+ ProductV1Product_OrderBy["PRODUCTV1SELLER"] = "productV1Seller";
1365
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__CONTACTPREFERENCE"] = "productV1Seller__contactPreference";
1366
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__DEFAULTVERSION"] = "productV1Seller__defaultVersion";
1367
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__DESCRIPTION"] = "productV1Seller__description";
1368
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__EXTERNALURL"] = "productV1Seller__externalUrl";
1369
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__ID"] = "productV1Seller__id";
1370
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__NAME"] = "productV1Seller__name";
1371
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__SELLERID"] = "productV1Seller__sellerId";
1372
+ ProductV1Product_OrderBy["PRODUCTV1SELLER__TOKENID"] = "productV1Seller__tokenId";
1373
+ ProductV1Product_OrderBy["PRODUCTIONINFORMATION_BRANDNAME"] = "productionInformation_brandName";
1374
+ ProductV1Product_OrderBy["PRODUCTIONINFORMATION_MANUFACTURER"] = "productionInformation_manufacturer";
1375
+ ProductV1Product_OrderBy["PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "productionInformation_manufacturerPartNumber";
1376
+ ProductV1Product_OrderBy["PRODUCTIONINFORMATION_MATERIALS"] = "productionInformation_materials";
1377
+ ProductV1Product_OrderBy["PRODUCTIONINFORMATION_MODELNUMBER"] = "productionInformation_modelNumber";
1378
+ ProductV1Product_OrderBy["SALESCHANNELS"] = "salesChannels";
1379
+ ProductV1Product_OrderBy["SECTIONS"] = "sections";
1380
+ ProductV1Product_OrderBy["SELLERID"] = "sellerId";
1381
+ ProductV1Product_OrderBy["SUBCATEGORY"] = "subCategory";
1382
+ ProductV1Product_OrderBy["SUBCATEGORY2"] = "subCategory2";
1383
+ ProductV1Product_OrderBy["SUBCATEGORY2__ID"] = "subCategory2__id";
1384
+ ProductV1Product_OrderBy["SUBCATEGORY2__NAME"] = "subCategory2__name";
1385
+ ProductV1Product_OrderBy["SUBCATEGORY__ID"] = "subCategory__id";
1386
+ ProductV1Product_OrderBy["SUBCATEGORY__NAME"] = "subCategory__name";
1387
+ ProductV1Product_OrderBy["TAGS"] = "tags";
1388
+ ProductV1Product_OrderBy["TITLE"] = "title";
1389
+ ProductV1Product_OrderBy["UUID"] = "uuid";
1390
+ ProductV1Product_OrderBy["VARIANTS"] = "variants";
1391
+ ProductV1Product_OrderBy["VERSION"] = "version";
1392
+ ProductV1Product_OrderBy["VISUALS_IMAGES"] = "visuals_images";
1393
+ ProductV1Product_OrderBy["VISUALS_VIDEOS"] = "visuals_videos";
665
1394
  })(ProductV1Product_OrderBy || (exports.ProductV1Product_OrderBy = ProductV1Product_OrderBy = {}));
666
1395
  var ProductV1Section_OrderBy;
667
1396
  (function (ProductV1Section_OrderBy) {
668
- ProductV1Section_OrderBy["Id"] = "id";
669
- ProductV1Section_OrderBy["Name"] = "name";
1397
+ ProductV1Section_OrderBy["ID"] = "id";
1398
+ ProductV1Section_OrderBy["NAME"] = "name";
670
1399
  })(ProductV1Section_OrderBy || (exports.ProductV1Section_OrderBy = ProductV1Section_OrderBy = {}));
671
1400
  var ProductV1SellerContactLink_OrderBy;
672
1401
  (function (ProductV1SellerContactLink_OrderBy) {
673
- ProductV1SellerContactLink_OrderBy["Id"] = "id";
674
- ProductV1SellerContactLink_OrderBy["Tag"] = "tag";
675
- ProductV1SellerContactLink_OrderBy["Url"] = "url";
1402
+ ProductV1SellerContactLink_OrderBy["ID"] = "id";
1403
+ ProductV1SellerContactLink_OrderBy["TAG"] = "tag";
1404
+ ProductV1SellerContactLink_OrderBy["URL"] = "url";
676
1405
  })(ProductV1SellerContactLink_OrderBy || (exports.ProductV1SellerContactLink_OrderBy = ProductV1SellerContactLink_OrderBy = {}));
677
1406
  var ProductV1Seller_OrderBy;
678
1407
  (function (ProductV1Seller_OrderBy) {
679
- ProductV1Seller_OrderBy["ContactLinks"] = "contactLinks";
680
- ProductV1Seller_OrderBy["ContactPreference"] = "contactPreference";
681
- ProductV1Seller_OrderBy["DefaultVersion"] = "defaultVersion";
682
- ProductV1Seller_OrderBy["Description"] = "description";
683
- ProductV1Seller_OrderBy["ExternalUrl"] = "externalUrl";
684
- ProductV1Seller_OrderBy["Id"] = "id";
685
- ProductV1Seller_OrderBy["Images"] = "images";
686
- ProductV1Seller_OrderBy["Name"] = "name";
687
- ProductV1Seller_OrderBy["Seller"] = "seller";
688
- ProductV1Seller_OrderBy["SellerId"] = "sellerId";
689
- ProductV1Seller_OrderBy["TokenId"] = "tokenId";
1408
+ ProductV1Seller_OrderBy["CONTACTLINKS"] = "contactLinks";
1409
+ ProductV1Seller_OrderBy["CONTACTPREFERENCE"] = "contactPreference";
1410
+ ProductV1Seller_OrderBy["DEFAULTVERSION"] = "defaultVersion";
1411
+ ProductV1Seller_OrderBy["DESCRIPTION"] = "description";
1412
+ ProductV1Seller_OrderBy["EXTERNALURL"] = "externalUrl";
1413
+ ProductV1Seller_OrderBy["ID"] = "id";
1414
+ ProductV1Seller_OrderBy["IMAGES"] = "images";
1415
+ ProductV1Seller_OrderBy["NAME"] = "name";
1416
+ ProductV1Seller_OrderBy["SELLER"] = "seller";
1417
+ ProductV1Seller_OrderBy["SELLERID"] = "sellerId";
1418
+ ProductV1Seller_OrderBy["SELLER__ACTIVE"] = "seller__active";
1419
+ ProductV1Seller_OrderBy["SELLER__ADMIN"] = "seller__admin";
1420
+ ProductV1Seller_OrderBy["SELLER__ASSISTANT"] = "seller__assistant";
1421
+ ProductV1Seller_OrderBy["SELLER__AUTHTOKENID"] = "seller__authTokenId";
1422
+ ProductV1Seller_OrderBy["SELLER__AUTHTOKENTYPE"] = "seller__authTokenType";
1423
+ ProductV1Seller_OrderBy["SELLER__CLERK"] = "seller__clerk";
1424
+ ProductV1Seller_OrderBy["SELLER__CONTRACTURI"] = "seller__contractURI";
1425
+ ProductV1Seller_OrderBy["SELLER__ID"] = "seller__id";
1426
+ ProductV1Seller_OrderBy["SELLER__METADATAURI"] = "seller__metadataUri";
1427
+ ProductV1Seller_OrderBy["SELLER__ROYALTYPERCENTAGE"] = "seller__royaltyPercentage";
1428
+ ProductV1Seller_OrderBy["SELLER__SELLERID"] = "seller__sellerId";
1429
+ ProductV1Seller_OrderBy["SELLER__TREASURY"] = "seller__treasury";
1430
+ ProductV1Seller_OrderBy["SELLER__VOUCHERCLONEADDRESS"] = "seller__voucherCloneAddress";
1431
+ ProductV1Seller_OrderBy["TOKENID"] = "tokenId";
690
1432
  })(ProductV1Seller_OrderBy || (exports.ProductV1Seller_OrderBy = ProductV1Seller_OrderBy = {}));
691
1433
  var ProductV1ShippingJurisdiction_OrderBy;
692
1434
  (function (ProductV1ShippingJurisdiction_OrderBy) {
693
- ProductV1ShippingJurisdiction_OrderBy["DeliveryTime"] = "deliveryTime";
694
- ProductV1ShippingJurisdiction_OrderBy["Id"] = "id";
695
- ProductV1ShippingJurisdiction_OrderBy["Label"] = "label";
1435
+ ProductV1ShippingJurisdiction_OrderBy["DELIVERYTIME"] = "deliveryTime";
1436
+ ProductV1ShippingJurisdiction_OrderBy["ID"] = "id";
1437
+ ProductV1ShippingJurisdiction_OrderBy["LABEL"] = "label";
696
1438
  })(ProductV1ShippingJurisdiction_OrderBy || (exports.ProductV1ShippingJurisdiction_OrderBy = ProductV1ShippingJurisdiction_OrderBy = {}));
697
1439
  var ProductV1ShippingOption_OrderBy;
698
1440
  (function (ProductV1ShippingOption_OrderBy) {
699
- ProductV1ShippingOption_OrderBy["CountryOfOrigin"] = "countryOfOrigin";
700
- ProductV1ShippingOption_OrderBy["DefaultVersion"] = "defaultVersion";
701
- ProductV1ShippingOption_OrderBy["Id"] = "id";
702
- ProductV1ShippingOption_OrderBy["RedemptionPoint"] = "redemptionPoint";
703
- ProductV1ShippingOption_OrderBy["ReturnPeriodInDays"] = "returnPeriodInDays";
704
- ProductV1ShippingOption_OrderBy["SupportedJurisdictions"] = "supportedJurisdictions";
1441
+ ProductV1ShippingOption_OrderBy["COUNTRYOFORIGIN"] = "countryOfOrigin";
1442
+ ProductV1ShippingOption_OrderBy["DEFAULTVERSION"] = "defaultVersion";
1443
+ ProductV1ShippingOption_OrderBy["ID"] = "id";
1444
+ ProductV1ShippingOption_OrderBy["REDEMPTIONPOINT"] = "redemptionPoint";
1445
+ ProductV1ShippingOption_OrderBy["RETURNPERIODINDAYS"] = "returnPeriodInDays";
1446
+ ProductV1ShippingOption_OrderBy["SUPPORTEDJURISDICTIONS"] = "supportedJurisdictions";
705
1447
  })(ProductV1ShippingOption_OrderBy || (exports.ProductV1ShippingOption_OrderBy = ProductV1ShippingOption_OrderBy = {}));
706
1448
  var ProductV1Tag_OrderBy;
707
1449
  (function (ProductV1Tag_OrderBy) {
708
- ProductV1Tag_OrderBy["Id"] = "id";
709
- ProductV1Tag_OrderBy["Name"] = "name";
1450
+ ProductV1Tag_OrderBy["ID"] = "id";
1451
+ ProductV1Tag_OrderBy["NAME"] = "name";
710
1452
  })(ProductV1Tag_OrderBy || (exports.ProductV1Tag_OrderBy = ProductV1Tag_OrderBy = {}));
711
1453
  var ProductV1Variant_OrderBy;
712
1454
  (function (ProductV1Variant_OrderBy) {
713
- ProductV1Variant_OrderBy["Bundle"] = "bundle";
714
- ProductV1Variant_OrderBy["Id"] = "id";
715
- ProductV1Variant_OrderBy["Offer"] = "offer";
716
- ProductV1Variant_OrderBy["Variations"] = "variations";
1455
+ ProductV1Variant_OrderBy["BUNDLE"] = "bundle";
1456
+ ProductV1Variant_OrderBy["BUNDLE__ANIMATIONURL"] = "bundle__animationUrl";
1457
+ ProductV1Variant_OrderBy["BUNDLE__BUNDLEUUID"] = "bundle__bundleUuid";
1458
+ ProductV1Variant_OrderBy["BUNDLE__CONDITION"] = "bundle__condition";
1459
+ ProductV1Variant_OrderBy["BUNDLE__CREATEDAT"] = "bundle__createdAt";
1460
+ ProductV1Variant_OrderBy["BUNDLE__DESCRIPTION"] = "bundle__description";
1461
+ ProductV1Variant_OrderBy["BUNDLE__EXTERNALURL"] = "bundle__externalUrl";
1462
+ ProductV1Variant_OrderBy["BUNDLE__ID"] = "bundle__id";
1463
+ ProductV1Variant_OrderBy["BUNDLE__IMAGE"] = "bundle__image";
1464
+ ProductV1Variant_OrderBy["BUNDLE__LICENSEURL"] = "bundle__licenseUrl";
1465
+ ProductV1Variant_OrderBy["BUNDLE__NAME"] = "bundle__name";
1466
+ ProductV1Variant_OrderBy["BUNDLE__NUMBEROFCOMMITS"] = "bundle__numberOfCommits";
1467
+ ProductV1Variant_OrderBy["BUNDLE__NUMBEROFREDEMPTIONS"] = "bundle__numberOfRedemptions";
1468
+ ProductV1Variant_OrderBy["BUNDLE__QUANTITYAVAILABLE"] = "bundle__quantityAvailable";
1469
+ ProductV1Variant_OrderBy["BUNDLE__SCHEMAURL"] = "bundle__schemaUrl";
1470
+ ProductV1Variant_OrderBy["BUNDLE__TYPE"] = "bundle__type";
1471
+ ProductV1Variant_OrderBy["BUNDLE__VALIDFROMDATE"] = "bundle__validFromDate";
1472
+ ProductV1Variant_OrderBy["BUNDLE__VALIDUNTILDATE"] = "bundle__validUntilDate";
1473
+ ProductV1Variant_OrderBy["BUNDLE__VOIDED"] = "bundle__voided";
1474
+ ProductV1Variant_OrderBy["ID"] = "id";
1475
+ ProductV1Variant_OrderBy["OFFER"] = "offer";
1476
+ ProductV1Variant_OrderBy["OFFER__AGENTFEE"] = "offer__agentFee";
1477
+ ProductV1Variant_OrderBy["OFFER__AGENTID"] = "offer__agentId";
1478
+ ProductV1Variant_OrderBy["OFFER__BUYERCANCELPENALTY"] = "offer__buyerCancelPenalty";
1479
+ ProductV1Variant_OrderBy["OFFER__COLLECTIONINDEX"] = "offer__collectionIndex";
1480
+ ProductV1Variant_OrderBy["OFFER__CREATEDAT"] = "offer__createdAt";
1481
+ ProductV1Variant_OrderBy["OFFER__DISPUTEPERIODDURATION"] = "offer__disputePeriodDuration";
1482
+ ProductV1Variant_OrderBy["OFFER__DISPUTERESOLVERID"] = "offer__disputeResolverId";
1483
+ ProductV1Variant_OrderBy["OFFER__ID"] = "offer__id";
1484
+ ProductV1Variant_OrderBy["OFFER__METADATAHASH"] = "offer__metadataHash";
1485
+ ProductV1Variant_OrderBy["OFFER__METADATAURI"] = "offer__metadataUri";
1486
+ ProductV1Variant_OrderBy["OFFER__NUMBEROFCOMMITS"] = "offer__numberOfCommits";
1487
+ ProductV1Variant_OrderBy["OFFER__NUMBEROFREDEMPTIONS"] = "offer__numberOfRedemptions";
1488
+ ProductV1Variant_OrderBy["OFFER__PRICE"] = "offer__price";
1489
+ ProductV1Variant_OrderBy["OFFER__PROTOCOLFEE"] = "offer__protocolFee";
1490
+ ProductV1Variant_OrderBy["OFFER__QUANTITYAVAILABLE"] = "offer__quantityAvailable";
1491
+ ProductV1Variant_OrderBy["OFFER__QUANTITYINITIAL"] = "offer__quantityInitial";
1492
+ ProductV1Variant_OrderBy["OFFER__RESOLUTIONPERIODDURATION"] = "offer__resolutionPeriodDuration";
1493
+ ProductV1Variant_OrderBy["OFFER__SELLERDEPOSIT"] = "offer__sellerDeposit";
1494
+ ProductV1Variant_OrderBy["OFFER__SELLERID"] = "offer__sellerId";
1495
+ ProductV1Variant_OrderBy["OFFER__VALIDFROMDATE"] = "offer__validFromDate";
1496
+ ProductV1Variant_OrderBy["OFFER__VALIDUNTILDATE"] = "offer__validUntilDate";
1497
+ ProductV1Variant_OrderBy["OFFER__VOIDED"] = "offer__voided";
1498
+ ProductV1Variant_OrderBy["OFFER__VOIDEDAT"] = "offer__voidedAt";
1499
+ ProductV1Variant_OrderBy["OFFER__VOUCHERREDEEMABLEFROMDATE"] = "offer__voucherRedeemableFromDate";
1500
+ ProductV1Variant_OrderBy["OFFER__VOUCHERREDEEMABLEUNTILDATE"] = "offer__voucherRedeemableUntilDate";
1501
+ ProductV1Variant_OrderBy["OFFER__VOUCHERVALIDDURATION"] = "offer__voucherValidDuration";
1502
+ ProductV1Variant_OrderBy["VARIATIONS"] = "variations";
717
1503
  })(ProductV1Variant_OrderBy || (exports.ProductV1Variant_OrderBy = ProductV1Variant_OrderBy = {}));
718
1504
  var ProductV1Variation_OrderBy;
719
1505
  (function (ProductV1Variation_OrderBy) {
720
- ProductV1Variation_OrderBy["Id"] = "id";
721
- ProductV1Variation_OrderBy["Option"] = "option";
722
- ProductV1Variation_OrderBy["Type"] = "type";
1506
+ ProductV1Variation_OrderBy["ID"] = "id";
1507
+ ProductV1Variation_OrderBy["OPTION"] = "option";
1508
+ ProductV1Variation_OrderBy["TYPE"] = "type";
723
1509
  })(ProductV1Variation_OrderBy || (exports.ProductV1Variation_OrderBy = ProductV1Variation_OrderBy = {}));
724
1510
  var RangeEntity_OrderBy;
725
1511
  (function (RangeEntity_OrderBy) {
726
- RangeEntity_OrderBy["End"] = "end";
727
- RangeEntity_OrderBy["Id"] = "id";
728
- RangeEntity_OrderBy["Minted"] = "minted";
729
- RangeEntity_OrderBy["Owner"] = "owner";
730
- RangeEntity_OrderBy["Start"] = "start";
1512
+ RangeEntity_OrderBy["END"] = "end";
1513
+ RangeEntity_OrderBy["ID"] = "id";
1514
+ RangeEntity_OrderBy["MINTED"] = "minted";
1515
+ RangeEntity_OrderBy["OWNER"] = "owner";
1516
+ RangeEntity_OrderBy["START"] = "start";
731
1517
  })(RangeEntity_OrderBy || (exports.RangeEntity_OrderBy = RangeEntity_OrderBy = {}));
732
1518
  var SalesChannelDeployment_OrderBy;
733
1519
  (function (SalesChannelDeployment_OrderBy) {
734
- SalesChannelDeployment_OrderBy["Id"] = "id";
735
- SalesChannelDeployment_OrderBy["LastUpdated"] = "lastUpdated";
736
- SalesChannelDeployment_OrderBy["Link"] = "link";
737
- SalesChannelDeployment_OrderBy["Product"] = "product";
738
- SalesChannelDeployment_OrderBy["Status"] = "status";
1520
+ SalesChannelDeployment_OrderBy["ID"] = "id";
1521
+ SalesChannelDeployment_OrderBy["LASTUPDATED"] = "lastUpdated";
1522
+ SalesChannelDeployment_OrderBy["LINK"] = "link";
1523
+ SalesChannelDeployment_OrderBy["PRODUCT"] = "product";
1524
+ SalesChannelDeployment_OrderBy["PRODUCT__ALLVARIANTSVOIDED"] = "product__allVariantsVoided";
1525
+ SalesChannelDeployment_OrderBy["PRODUCT__DESCRIPTION"] = "product__description";
1526
+ SalesChannelDeployment_OrderBy["PRODUCT__DETAILS_CATEGORY"] = "product__details_category";
1527
+ SalesChannelDeployment_OrderBy["PRODUCT__DETAILS_OFFERCATEGORY"] = "product__details_offerCategory";
1528
+ SalesChannelDeployment_OrderBy["PRODUCT__DETAILS_SUBCATEGORY"] = "product__details_subCategory";
1529
+ SalesChannelDeployment_OrderBy["PRODUCT__DETAILS_SUBCATEGORY2"] = "product__details_subCategory2";
1530
+ SalesChannelDeployment_OrderBy["PRODUCT__DISPUTERESOLVERID"] = "product__disputeResolverId";
1531
+ SalesChannelDeployment_OrderBy["PRODUCT__ID"] = "product__id";
1532
+ SalesChannelDeployment_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTID"] = "product__identification_productId";
1533
+ SalesChannelDeployment_OrderBy["PRODUCT__IDENTIFICATION_PRODUCTIDTYPE"] = "product__identification_productIdType";
1534
+ SalesChannelDeployment_OrderBy["PRODUCT__IDENTIFICATION_SKU"] = "product__identification_sKU";
1535
+ SalesChannelDeployment_OrderBy["PRODUCT__MAXVALIDFROMDATE"] = "product__maxValidFromDate";
1536
+ SalesChannelDeployment_OrderBy["PRODUCT__MAXVALIDUNTILDATE"] = "product__maxValidUntilDate";
1537
+ SalesChannelDeployment_OrderBy["PRODUCT__MINVALIDFROMDATE"] = "product__minValidFromDate";
1538
+ SalesChannelDeployment_OrderBy["PRODUCT__MINVALIDUNTILDATE"] = "product__minValidUntilDate";
1539
+ SalesChannelDeployment_OrderBy["PRODUCT__OFFERCATEGORY"] = "product__offerCategory";
1540
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_HEIGHT"] = "product__packaging_dimensions_height";
1541
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_LENGTH"] = "product__packaging_dimensions_length";
1542
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_UNIT"] = "product__packaging_dimensions_unit";
1543
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_DIMENSIONS_WIDTH"] = "product__packaging_dimensions_width";
1544
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_PACKAGEQUANTITY"] = "product__packaging_packageQuantity";
1545
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_WEIGHT_UNIT"] = "product__packaging_weight_unit";
1546
+ SalesChannelDeployment_OrderBy["PRODUCT__PACKAGING_WEIGHT_VALUE"] = "product__packaging_weight_value";
1547
+ SalesChannelDeployment_OrderBy["PRODUCT__PRODUCTIONINFORMATION_BRANDNAME"] = "product__productionInformation_brandName";
1548
+ SalesChannelDeployment_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURER"] = "product__productionInformation_manufacturer";
1549
+ SalesChannelDeployment_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MANUFACTURERPARTNUMBER"] = "product__productionInformation_manufacturerPartNumber";
1550
+ SalesChannelDeployment_OrderBy["PRODUCT__PRODUCTIONINFORMATION_MODELNUMBER"] = "product__productionInformation_modelNumber";
1551
+ SalesChannelDeployment_OrderBy["PRODUCT__SELLERID"] = "product__sellerId";
1552
+ SalesChannelDeployment_OrderBy["PRODUCT__TITLE"] = "product__title";
1553
+ SalesChannelDeployment_OrderBy["PRODUCT__UUID"] = "product__uuid";
1554
+ SalesChannelDeployment_OrderBy["PRODUCT__VERSION"] = "product__version";
1555
+ SalesChannelDeployment_OrderBy["STATUS"] = "status";
739
1556
  })(SalesChannelDeployment_OrderBy || (exports.SalesChannelDeployment_OrderBy = SalesChannelDeployment_OrderBy = {}));
740
1557
  var SalesChannel_OrderBy;
741
1558
  (function (SalesChannel_OrderBy) {
742
- SalesChannel_OrderBy["Deployments"] = "deployments";
743
- SalesChannel_OrderBy["Id"] = "id";
744
- SalesChannel_OrderBy["Link"] = "link";
745
- SalesChannel_OrderBy["Name"] = "name";
746
- SalesChannel_OrderBy["SettingsEditor"] = "settingsEditor";
747
- SalesChannel_OrderBy["SettingsUri"] = "settingsUri";
748
- SalesChannel_OrderBy["Tag"] = "tag";
1559
+ SalesChannel_OrderBy["DEPLOYMENTS"] = "deployments";
1560
+ SalesChannel_OrderBy["ID"] = "id";
1561
+ SalesChannel_OrderBy["LINK"] = "link";
1562
+ SalesChannel_OrderBy["NAME"] = "name";
1563
+ SalesChannel_OrderBy["SETTINGSEDITOR"] = "settingsEditor";
1564
+ SalesChannel_OrderBy["SETTINGSURI"] = "settingsUri";
1565
+ SalesChannel_OrderBy["TAG"] = "tag";
749
1566
  })(SalesChannel_OrderBy || (exports.SalesChannel_OrderBy = SalesChannel_OrderBy = {}));
750
1567
  var SellerContactLink_OrderBy;
751
1568
  (function (SellerContactLink_OrderBy) {
752
- SellerContactLink_OrderBy["Id"] = "id";
753
- SellerContactLink_OrderBy["Tag"] = "tag";
754
- SellerContactLink_OrderBy["Url"] = "url";
1569
+ SellerContactLink_OrderBy["ID"] = "id";
1570
+ SellerContactLink_OrderBy["TAG"] = "tag";
1571
+ SellerContactLink_OrderBy["URL"] = "url";
755
1572
  })(SellerContactLink_OrderBy || (exports.SellerContactLink_OrderBy = SellerContactLink_OrderBy = {}));
756
1573
  var SellerMetadataMedia_OrderBy;
757
1574
  (function (SellerMetadataMedia_OrderBy) {
758
- SellerMetadataMedia_OrderBy["Fit"] = "fit";
759
- SellerMetadataMedia_OrderBy["Height"] = "height";
760
- SellerMetadataMedia_OrderBy["Id"] = "id";
761
- SellerMetadataMedia_OrderBy["Position"] = "position";
762
- SellerMetadataMedia_OrderBy["Tag"] = "tag";
763
- SellerMetadataMedia_OrderBy["Type"] = "type";
764
- SellerMetadataMedia_OrderBy["Url"] = "url";
765
- SellerMetadataMedia_OrderBy["Width"] = "width";
1575
+ SellerMetadataMedia_OrderBy["FIT"] = "fit";
1576
+ SellerMetadataMedia_OrderBy["HEIGHT"] = "height";
1577
+ SellerMetadataMedia_OrderBy["ID"] = "id";
1578
+ SellerMetadataMedia_OrderBy["POSITION"] = "position";
1579
+ SellerMetadataMedia_OrderBy["TAG"] = "tag";
1580
+ SellerMetadataMedia_OrderBy["TYPE"] = "type";
1581
+ SellerMetadataMedia_OrderBy["URL"] = "url";
1582
+ SellerMetadataMedia_OrderBy["WIDTH"] = "width";
766
1583
  })(SellerMetadataMedia_OrderBy || (exports.SellerMetadataMedia_OrderBy = SellerMetadataMedia_OrderBy = {}));
767
1584
  var SellerMetadataType;
768
1585
  (function (SellerMetadataType) {
769
- SellerMetadataType["Seller"] = "SELLER";
1586
+ SellerMetadataType["SELLER"] = "SELLER";
770
1587
  })(SellerMetadataType || (exports.SellerMetadataType = SellerMetadataType = {}));
771
1588
  var SellerMetadata_OrderBy;
772
1589
  (function (SellerMetadata_OrderBy) {
773
- SellerMetadata_OrderBy["ContactLinks"] = "contactLinks";
774
- SellerMetadata_OrderBy["ContactPreference"] = "contactPreference";
775
- SellerMetadata_OrderBy["CreatedAt"] = "createdAt";
776
- SellerMetadata_OrderBy["Description"] = "description";
777
- SellerMetadata_OrderBy["Id"] = "id";
778
- SellerMetadata_OrderBy["Images"] = "images";
779
- SellerMetadata_OrderBy["Kind"] = "kind";
780
- SellerMetadata_OrderBy["LegalTradingName"] = "legalTradingName";
781
- SellerMetadata_OrderBy["Name"] = "name";
782
- SellerMetadata_OrderBy["SalesChannels"] = "salesChannels";
783
- SellerMetadata_OrderBy["SocialLinks"] = "socialLinks";
784
- SellerMetadata_OrderBy["Type"] = "type";
785
- SellerMetadata_OrderBy["Website"] = "website";
1590
+ SellerMetadata_OrderBy["CONTACTLINKS"] = "contactLinks";
1591
+ SellerMetadata_OrderBy["CONTACTPREFERENCE"] = "contactPreference";
1592
+ SellerMetadata_OrderBy["CREATEDAT"] = "createdAt";
1593
+ SellerMetadata_OrderBy["DESCRIPTION"] = "description";
1594
+ SellerMetadata_OrderBy["ID"] = "id";
1595
+ SellerMetadata_OrderBy["IMAGES"] = "images";
1596
+ SellerMetadata_OrderBy["KIND"] = "kind";
1597
+ SellerMetadata_OrderBy["LEGALTRADINGNAME"] = "legalTradingName";
1598
+ SellerMetadata_OrderBy["NAME"] = "name";
1599
+ SellerMetadata_OrderBy["SALESCHANNELS"] = "salesChannels";
1600
+ SellerMetadata_OrderBy["SOCIALLINKS"] = "socialLinks";
1601
+ SellerMetadata_OrderBy["TYPE"] = "type";
1602
+ SellerMetadata_OrderBy["WEBSITE"] = "website";
786
1603
  })(SellerMetadata_OrderBy || (exports.SellerMetadata_OrderBy = SellerMetadata_OrderBy = {}));
787
1604
  var SellerSocialLink_OrderBy;
788
1605
  (function (SellerSocialLink_OrderBy) {
789
- SellerSocialLink_OrderBy["Id"] = "id";
790
- SellerSocialLink_OrderBy["Tag"] = "tag";
791
- SellerSocialLink_OrderBy["Url"] = "url";
1606
+ SellerSocialLink_OrderBy["ID"] = "id";
1607
+ SellerSocialLink_OrderBy["TAG"] = "tag";
1608
+ SellerSocialLink_OrderBy["URL"] = "url";
792
1609
  })(SellerSocialLink_OrderBy || (exports.SellerSocialLink_OrderBy = SellerSocialLink_OrderBy = {}));
793
1610
  var Seller_OrderBy;
794
1611
  (function (Seller_OrderBy) {
795
- Seller_OrderBy["Active"] = "active";
796
- Seller_OrderBy["Admin"] = "admin";
797
- Seller_OrderBy["Assistant"] = "assistant";
798
- Seller_OrderBy["AuthTokenId"] = "authTokenId";
799
- Seller_OrderBy["AuthTokenType"] = "authTokenType";
800
- Seller_OrderBy["Clerk"] = "clerk";
801
- Seller_OrderBy["Collections"] = "collections";
802
- Seller_OrderBy["ContractUri"] = "contractURI";
803
- Seller_OrderBy["Exchanges"] = "exchanges";
804
- Seller_OrderBy["Funds"] = "funds";
805
- Seller_OrderBy["Id"] = "id";
806
- Seller_OrderBy["Logs"] = "logs";
807
- Seller_OrderBy["Metadata"] = "metadata";
808
- Seller_OrderBy["MetadataUri"] = "metadataUri";
809
- Seller_OrderBy["Offers"] = "offers";
810
- Seller_OrderBy["PendingSeller"] = "pendingSeller";
811
- Seller_OrderBy["RoyaltyPercentage"] = "royaltyPercentage";
812
- Seller_OrderBy["SellerId"] = "sellerId";
813
- Seller_OrderBy["Treasury"] = "treasury";
814
- Seller_OrderBy["VoucherCloneAddress"] = "voucherCloneAddress";
1612
+ Seller_OrderBy["ACTIVE"] = "active";
1613
+ Seller_OrderBy["ADMIN"] = "admin";
1614
+ Seller_OrderBy["ASSISTANT"] = "assistant";
1615
+ Seller_OrderBy["AUTHTOKENID"] = "authTokenId";
1616
+ Seller_OrderBy["AUTHTOKENTYPE"] = "authTokenType";
1617
+ Seller_OrderBy["CLERK"] = "clerk";
1618
+ Seller_OrderBy["COLLECTIONS"] = "collections";
1619
+ Seller_OrderBy["CONTRACTURI"] = "contractURI";
1620
+ Seller_OrderBy["EXCHANGES"] = "exchanges";
1621
+ Seller_OrderBy["FUNDS"] = "funds";
1622
+ Seller_OrderBy["ID"] = "id";
1623
+ Seller_OrderBy["LOGS"] = "logs";
1624
+ Seller_OrderBy["METADATA"] = "metadata";
1625
+ Seller_OrderBy["METADATAURI"] = "metadataUri";
1626
+ Seller_OrderBy["METADATA__CONTACTPREFERENCE"] = "metadata__contactPreference";
1627
+ Seller_OrderBy["METADATA__CREATEDAT"] = "metadata__createdAt";
1628
+ Seller_OrderBy["METADATA__DESCRIPTION"] = "metadata__description";
1629
+ Seller_OrderBy["METADATA__ID"] = "metadata__id";
1630
+ Seller_OrderBy["METADATA__KIND"] = "metadata__kind";
1631
+ Seller_OrderBy["METADATA__LEGALTRADINGNAME"] = "metadata__legalTradingName";
1632
+ Seller_OrderBy["METADATA__NAME"] = "metadata__name";
1633
+ Seller_OrderBy["METADATA__TYPE"] = "metadata__type";
1634
+ Seller_OrderBy["METADATA__WEBSITE"] = "metadata__website";
1635
+ Seller_OrderBy["OFFERS"] = "offers";
1636
+ Seller_OrderBy["PENDINGSELLER"] = "pendingSeller";
1637
+ Seller_OrderBy["PENDINGSELLER__ADMIN"] = "pendingSeller__admin";
1638
+ Seller_OrderBy["PENDINGSELLER__ASSISTANT"] = "pendingSeller__assistant";
1639
+ Seller_OrderBy["PENDINGSELLER__AUTHTOKENID"] = "pendingSeller__authTokenId";
1640
+ Seller_OrderBy["PENDINGSELLER__AUTHTOKENTYPE"] = "pendingSeller__authTokenType";
1641
+ Seller_OrderBy["PENDINGSELLER__CLERK"] = "pendingSeller__clerk";
1642
+ Seller_OrderBy["PENDINGSELLER__ID"] = "pendingSeller__id";
1643
+ Seller_OrderBy["PENDINGSELLER__METADATAURI"] = "pendingSeller__metadataUri";
1644
+ Seller_OrderBy["ROYALTYPERCENTAGE"] = "royaltyPercentage";
1645
+ Seller_OrderBy["SELLERID"] = "sellerId";
1646
+ Seller_OrderBy["TREASURY"] = "treasury";
1647
+ Seller_OrderBy["VOUCHERCLONEADDRESS"] = "voucherCloneAddress";
815
1648
  })(Seller_OrderBy || (exports.Seller_OrderBy = Seller_OrderBy = {}));
816
1649
  var Term_OrderBy;
817
1650
  (function (Term_OrderBy) {
818
- Term_OrderBy["DisplayKey"] = "displayKey";
819
- Term_OrderBy["Id"] = "id";
820
- Term_OrderBy["Key"] = "key";
821
- Term_OrderBy["Value"] = "value";
1651
+ Term_OrderBy["DISPLAYKEY"] = "displayKey";
1652
+ Term_OrderBy["ID"] = "id";
1653
+ Term_OrderBy["KEY"] = "key";
1654
+ Term_OrderBy["VALUE"] = "value";
822
1655
  })(Term_OrderBy || (exports.Term_OrderBy = Term_OrderBy = {}));
823
1656
  var TokenIdRange_OrderBy;
824
1657
  (function (TokenIdRange_OrderBy) {
825
- TokenIdRange_OrderBy["Id"] = "id";
826
- TokenIdRange_OrderBy["Max"] = "max";
827
- TokenIdRange_OrderBy["Min"] = "min";
1658
+ TokenIdRange_OrderBy["ID"] = "id";
1659
+ TokenIdRange_OrderBy["MAX"] = "max";
1660
+ TokenIdRange_OrderBy["MIN"] = "min";
828
1661
  })(TokenIdRange_OrderBy || (exports.TokenIdRange_OrderBy = TokenIdRange_OrderBy = {}));
829
1662
  var UnknownItemMetadataEntity_OrderBy;
830
1663
  (function (UnknownItemMetadataEntity_OrderBy) {
831
- UnknownItemMetadataEntity_OrderBy["Bundle"] = "bundle";
832
- UnknownItemMetadataEntity_OrderBy["Id"] = "id";
833
- UnknownItemMetadataEntity_OrderBy["MetadataUri"] = "metadataUri";
834
- UnknownItemMetadataEntity_OrderBy["ProductV1Seller"] = "productV1Seller";
835
- UnknownItemMetadataEntity_OrderBy["SchemaUrl"] = "schemaUrl";
836
- UnknownItemMetadataEntity_OrderBy["Type"] = "type";
1664
+ UnknownItemMetadataEntity_OrderBy["BUNDLE"] = "bundle";
1665
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__ANIMATIONURL"] = "bundle__animationUrl";
1666
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__BUNDLEUUID"] = "bundle__bundleUuid";
1667
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__CONDITION"] = "bundle__condition";
1668
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__CREATEDAT"] = "bundle__createdAt";
1669
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__DESCRIPTION"] = "bundle__description";
1670
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__EXTERNALURL"] = "bundle__externalUrl";
1671
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__ID"] = "bundle__id";
1672
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__IMAGE"] = "bundle__image";
1673
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__LICENSEURL"] = "bundle__licenseUrl";
1674
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__NAME"] = "bundle__name";
1675
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFCOMMITS"] = "bundle__numberOfCommits";
1676
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__NUMBEROFREDEMPTIONS"] = "bundle__numberOfRedemptions";
1677
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__QUANTITYAVAILABLE"] = "bundle__quantityAvailable";
1678
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__SCHEMAURL"] = "bundle__schemaUrl";
1679
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__TYPE"] = "bundle__type";
1680
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__VALIDFROMDATE"] = "bundle__validFromDate";
1681
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__VALIDUNTILDATE"] = "bundle__validUntilDate";
1682
+ UnknownItemMetadataEntity_OrderBy["BUNDLE__VOIDED"] = "bundle__voided";
1683
+ UnknownItemMetadataEntity_OrderBy["ID"] = "id";
1684
+ UnknownItemMetadataEntity_OrderBy["METADATAURI"] = "metadataUri";
1685
+ UnknownItemMetadataEntity_OrderBy["SCHEMAURL"] = "schemaUrl";
1686
+ UnknownItemMetadataEntity_OrderBy["TYPE"] = "type";
837
1687
  })(UnknownItemMetadataEntity_OrderBy || (exports.UnknownItemMetadataEntity_OrderBy = UnknownItemMetadataEntity_OrderBy = {}));
838
1688
  var _SubgraphErrorPolicy_;
839
1689
  (function (_SubgraphErrorPolicy_) {
840
1690
  /** Data will be returned even if the subgraph has indexing errors */
841
- _SubgraphErrorPolicy_["Allow"] = "allow";
1691
+ _SubgraphErrorPolicy_["ALLOW"] = "allow";
842
1692
  /** If the subgraph has indexing errors, data will be omitted. The default. */
843
- _SubgraphErrorPolicy_["Deny"] = "deny";
1693
+ _SubgraphErrorPolicy_["DENY"] = "deny";
844
1694
  })(_SubgraphErrorPolicy_ || (exports._SubgraphErrorPolicy_ = _SubgraphErrorPolicy_ = {}));
845
1695
  exports.BaseOfferCollectionFieldsFragmentDoc = (0, graphql_request_1.gql) `
846
1696
  fragment BaseOfferCollectionFields on OfferCollection {
@@ -962,6 +1812,32 @@ exports.BaseConditionFieldsFragmentDoc = (0, graphql_request_1.gql) `
962
1812
  maxTokenId
963
1813
  threshold
964
1814
  maxCommits
1815
+ offers {
1816
+ id
1817
+ price
1818
+ sellerDeposit
1819
+ protocolFee
1820
+ agentFee
1821
+ agentId
1822
+ buyerCancelPenalty
1823
+ quantityAvailable
1824
+ quantityInitial
1825
+ validFromDate
1826
+ validUntilDate
1827
+ voucherRedeemableFromDate
1828
+ voucherRedeemableUntilDate
1829
+ disputePeriodDuration
1830
+ voucherValidDuration
1831
+ resolutionPeriodDuration
1832
+ metadataUri
1833
+ metadataHash
1834
+ voided
1835
+ voidedAt
1836
+ collectionIndex
1837
+ disputeResolverId
1838
+ numberOfCommits
1839
+ numberOfRedemptions
1840
+ }
965
1841
  }
966
1842
  `;
967
1843
  exports.BaseExchangeTokenFieldsFragmentDoc = (0, graphql_request_1.gql) `
@@ -2823,104 +3699,104 @@ exports.GetOffersMediaQueryDocument = (0, graphql_request_1.gql) `
2823
3699
  }
2824
3700
  }
2825
3701
  `;
2826
- const defaultWrapper = (action, _operationName, _operationType) => action();
3702
+ const defaultWrapper = (action, _operationName, _operationType, _variables) => action();
2827
3703
  function getSdk(client, withWrapper = defaultWrapper) {
2828
3704
  return {
2829
3705
  getSellerByIdQuery(variables, requestHeaders) {
2830
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetSellerByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getSellerByIdQuery", "query");
3706
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetSellerByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getSellerByIdQuery", "query", variables);
2831
3707
  },
2832
3708
  getSellersQuery(variables, requestHeaders) {
2833
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetSellersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getSellersQuery", "query");
3709
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetSellersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getSellersQuery", "query", variables);
2834
3710
  },
2835
3711
  getBuyerByIdQuery(variables, requestHeaders) {
2836
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBuyerByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBuyerByIdQuery", "query");
3712
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBuyerByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBuyerByIdQuery", "query", variables);
2837
3713
  },
2838
3714
  getBuyersQuery(variables, requestHeaders) {
2839
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBuyersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBuyersQuery", "query");
3715
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBuyersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBuyersQuery", "query", variables);
2840
3716
  },
2841
3717
  getDisputeResolverByIdQuery(variables, requestHeaders) {
2842
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeResolverByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeResolverByIdQuery", "query");
3718
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeResolverByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeResolverByIdQuery", "query", variables);
2843
3719
  },
2844
3720
  getDisputeResolversQuery(variables, requestHeaders) {
2845
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeResolversQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeResolversQuery", "query");
3721
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeResolversQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeResolversQuery", "query", variables);
2846
3722
  },
2847
3723
  getConditionalCommitAuthorizedEventLogsQuery(variables, requestHeaders) {
2848
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetConditionalCommitAuthorizedEventLogsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getConditionalCommitAuthorizedEventLogsQuery", "query");
3724
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetConditionalCommitAuthorizedEventLogsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getConditionalCommitAuthorizedEventLogsQuery", "query", variables);
2849
3725
  },
2850
3726
  getOfferCollectionsQuery(variables, requestHeaders) {
2851
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOfferCollectionsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOfferCollectionsQuery", "query");
3727
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOfferCollectionsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOfferCollectionsQuery", "query", variables);
2852
3728
  },
2853
3729
  getAuthTokenIds(variables, requestHeaders) {
2854
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetAuthTokenIdsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getAuthTokenIds", "query");
3730
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetAuthTokenIdsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getAuthTokenIds", "query", variables);
2855
3731
  },
2856
3732
  getDisputeByIdQuery(variables, requestHeaders) {
2857
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeByIdQuery", "query");
3733
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputeByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputeByIdQuery", "query", variables);
2858
3734
  },
2859
3735
  getDisputesQuery(variables, requestHeaders) {
2860
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputesQuery", "query");
3736
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetDisputesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getDisputesQuery", "query", variables);
2861
3737
  },
2862
3738
  getExchangeTokenByIdQuery(variables, requestHeaders) {
2863
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeTokenByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeTokenByIdQuery", "query");
3739
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeTokenByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeTokenByIdQuery", "query", variables);
2864
3740
  },
2865
3741
  getExchangeTokensQuery(variables, requestHeaders) {
2866
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeTokensQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeTokensQuery", "query");
3742
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeTokensQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeTokensQuery", "query", variables);
2867
3743
  },
2868
3744
  getEventLogsQuery(variables, requestHeaders) {
2869
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetEventLogsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getEventLogsQuery", "query");
3745
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetEventLogsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getEventLogsQuery", "query", variables);
2870
3746
  },
2871
3747
  getExchangeByIdQuery(variables, requestHeaders) {
2872
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeByIdQuery", "query");
3748
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangeByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangeByIdQuery", "query", variables);
2873
3749
  },
2874
3750
  getExchangesQuery(variables, requestHeaders) {
2875
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangesQuery", "query");
3751
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetExchangesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getExchangesQuery", "query", variables);
2876
3752
  },
2877
3753
  getFundsById(variables, requestHeaders) {
2878
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetFundsByIdDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getFundsById", "query");
3754
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetFundsByIdDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getFundsById", "query", variables);
2879
3755
  },
2880
3756
  getFunds(variables, requestHeaders) {
2881
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetFundsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getFunds", "query");
3757
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetFundsDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getFunds", "query", variables);
2882
3758
  },
2883
3759
  getBaseMetadataEntityByIdQuery(variables, requestHeaders) {
2884
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBaseMetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBaseMetadataEntityByIdQuery", "query");
3760
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBaseMetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBaseMetadataEntityByIdQuery", "query", variables);
2885
3761
  },
2886
3762
  getBaseMetadataEntitiesQuery(variables, requestHeaders) {
2887
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBaseMetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBaseMetadataEntitiesQuery", "query");
3763
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBaseMetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBaseMetadataEntitiesQuery", "query", variables);
2888
3764
  },
2889
3765
  getBundleMetadataEntityByIdQuery(variables, requestHeaders) {
2890
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBundleMetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBundleMetadataEntityByIdQuery", "query");
3766
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBundleMetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBundleMetadataEntityByIdQuery", "query", variables);
2891
3767
  },
2892
3768
  getBundleMetadataEntitiesQuery(variables, requestHeaders) {
2893
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBundleMetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBundleMetadataEntitiesQuery", "query");
3769
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetBundleMetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getBundleMetadataEntitiesQuery", "query", variables);
2894
3770
  },
2895
3771
  getProductV1BrandsQuery(variables, requestHeaders) {
2896
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1BrandsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1BrandsQuery", "query");
3772
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1BrandsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1BrandsQuery", "query", variables);
2897
3773
  },
2898
3774
  getProductV1ProductsQuery(variables, requestHeaders) {
2899
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1ProductsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1ProductsQuery", "query");
3775
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1ProductsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1ProductsQuery", "query", variables);
2900
3776
  },
2901
3777
  getProductV1ProductsWithVariantsQuery(variables, requestHeaders) {
2902
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1ProductsWithVariantsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1ProductsWithVariantsQuery", "query");
3778
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1ProductsWithVariantsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1ProductsWithVariantsQuery", "query", variables);
2903
3779
  },
2904
3780
  getAllProductsWithNotVoidedVariantsQuery(variables, requestHeaders) {
2905
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetAllProductsWithNotVoidedVariantsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getAllProductsWithNotVoidedVariantsQuery", "query");
3781
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetAllProductsWithNotVoidedVariantsQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getAllProductsWithNotVoidedVariantsQuery", "query", variables);
2906
3782
  },
2907
3783
  getProductV1CategoriesQuery(variables, requestHeaders) {
2908
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1CategoriesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1CategoriesQuery", "query");
3784
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1CategoriesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1CategoriesQuery", "query", variables);
2909
3785
  },
2910
3786
  getProductV1MetadataEntityByIdQuery(variables, requestHeaders) {
2911
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1MetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1MetadataEntityByIdQuery", "query");
3787
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1MetadataEntityByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1MetadataEntityByIdQuery", "query", variables);
2912
3788
  },
2913
3789
  getProductV1MetadataEntitiesQuery(variables, requestHeaders) {
2914
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1MetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1MetadataEntitiesQuery", "query");
3790
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetProductV1MetadataEntitiesQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getProductV1MetadataEntitiesQuery", "query", variables);
2915
3791
  },
2916
3792
  getOfferByIdQuery(variables, requestHeaders) {
2917
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOfferByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOfferByIdQuery", "query");
3793
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOfferByIdQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOfferByIdQuery", "query", variables);
2918
3794
  },
2919
3795
  getOffersQuery(variables, requestHeaders) {
2920
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOffersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOffersQuery", "query");
3796
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOffersQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOffersQuery", "query", variables);
2921
3797
  },
2922
3798
  getOffersMediaQuery(variables, requestHeaders) {
2923
- return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOffersMediaQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOffersMediaQuery", "query");
3799
+ return withWrapper((wrappedRequestHeaders) => client.request(exports.GetOffersMediaQueryDocument, variables, Object.assign(Object.assign({}, requestHeaders), wrappedRequestHeaders)), "getOffersMediaQuery", "query", variables);
2924
3800
  }
2925
3801
  };
2926
3802
  }