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

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