@bosonprotocol/core-sdk 1.25.0-alpha.2 → 1.25.0-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/accounts/mixin.d.ts +4 -4
- package/dist/cjs/accounts/mixin.d.ts.map +1 -1
- package/dist/cjs/accounts/mixin.js +8 -8
- package/dist/cjs/accounts/mixin.js.map +1 -1
- package/dist/cjs/accounts/subgraph.d.ts +1 -1
- package/dist/cjs/accounts/subgraph.d.ts.map +1 -1
- package/dist/cjs/accounts/subgraph.js +7 -7
- package/dist/cjs/accounts/subgraph.js.map +1 -1
- package/dist/cjs/accounts/types.d.ts +1 -1
- package/dist/cjs/accounts/types.d.ts.map +1 -1
- package/dist/cjs/core-sdk.d.ts +1 -0
- package/dist/cjs/core-sdk.d.ts.map +1 -1
- package/dist/cjs/core-sdk.js +3 -0
- package/dist/cjs/core-sdk.js.map +1 -1
- package/dist/cjs/erc1155/mixin.d.ts +1 -1
- package/dist/cjs/erc1155/mixin.d.ts.map +1 -1
- package/dist/cjs/erc1155/mixin.js +2 -2
- package/dist/cjs/erc1155/mixin.js.map +1 -1
- package/dist/cjs/erc20/mixin.d.ts +7 -7
- package/dist/cjs/erc20/mixin.d.ts.map +1 -1
- package/dist/cjs/erc20/mixin.js +14 -14
- package/dist/cjs/erc20/mixin.js.map +1 -1
- package/dist/cjs/erc721/mixin.d.ts +3 -3
- package/dist/cjs/erc721/mixin.d.ts.map +1 -1
- package/dist/cjs/erc721/mixin.js +6 -6
- package/dist/cjs/erc721/mixin.js.map +1 -1
- package/dist/cjs/exchanges/handler.js +12 -12
- package/dist/cjs/exchanges/handler.js.map +1 -1
- package/dist/cjs/exchanges/mixin.d.ts +3 -3
- package/dist/cjs/exchanges/mixin.js +3 -3
- package/dist/cjs/forwarder/handler.d.ts +1 -1
- package/dist/cjs/forwarder/handler.d.ts.map +1 -1
- package/dist/cjs/forwarder/handler.js +2 -4
- package/dist/cjs/forwarder/handler.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/meta-tx/biconomy.d.ts +17 -3
- package/dist/cjs/meta-tx/biconomy.d.ts.map +1 -1
- package/dist/cjs/meta-tx/biconomy.js +19 -0
- package/dist/cjs/meta-tx/biconomy.js.map +1 -1
- package/dist/cjs/meta-tx/handler.d.ts +38 -4
- package/dist/cjs/meta-tx/handler.d.ts.map +1 -1
- package/dist/cjs/meta-tx/handler.js +92 -23
- package/dist/cjs/meta-tx/handler.js.map +1 -1
- package/dist/cjs/meta-tx/mixin.d.ts +25 -3
- package/dist/cjs/meta-tx/mixin.d.ts.map +1 -1
- package/dist/cjs/meta-tx/mixin.js +51 -22
- package/dist/cjs/meta-tx/mixin.js.map +1 -1
- package/dist/cjs/offers/handler.d.ts +15 -0
- package/dist/cjs/offers/handler.d.ts.map +1 -1
- package/dist/cjs/offers/handler.js +28 -4
- package/dist/cjs/offers/handler.js.map +1 -1
- package/dist/cjs/offers/interface.d.ts +1 -1
- package/dist/cjs/offers/interface.d.ts.map +1 -1
- package/dist/cjs/offers/interface.js +3 -2
- package/dist/cjs/offers/interface.js.map +1 -1
- package/dist/cjs/offers/mixin.d.ts +26 -3
- package/dist/cjs/offers/mixin.d.ts.map +1 -1
- package/dist/cjs/offers/mixin.js +46 -3
- package/dist/cjs/offers/mixin.js.map +1 -1
- package/dist/cjs/offers/renderContractualAgreement.d.ts.map +1 -1
- package/dist/cjs/offers/renderContractualAgreement.js +5 -4
- package/dist/cjs/offers/renderContractualAgreement.js.map +1 -1
- package/dist/cjs/seaport/abi.d.ts +41 -0
- package/dist/cjs/seaport/abi.d.ts.map +1 -0
- package/dist/cjs/seaport/abi.js +153 -0
- package/dist/cjs/seaport/abi.js.map +1 -0
- package/dist/cjs/seaport/handler.d.ts +46 -0
- package/dist/cjs/seaport/handler.d.ts.map +1 -0
- package/dist/cjs/seaport/handler.js +28 -0
- package/dist/cjs/seaport/handler.js.map +1 -0
- package/dist/cjs/seaport/index.d.ts +2 -0
- package/dist/cjs/seaport/index.d.ts.map +1 -0
- package/dist/cjs/seaport/index.js +28 -0
- package/dist/cjs/seaport/index.js.map +1 -0
- package/dist/cjs/subgraph.d.ts +1451 -212
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +67 -11
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/cjs/voucher/handler.d.ts +31 -0
- package/dist/cjs/voucher/handler.d.ts.map +1 -1
- package/dist/cjs/voucher/handler.js +57 -1
- package/dist/cjs/voucher/handler.js.map +1 -1
- package/dist/cjs/voucher/interface.d.ts +8 -0
- package/dist/cjs/voucher/interface.d.ts.map +1 -1
- package/dist/cjs/voucher/interface.js +81 -1
- package/dist/cjs/voucher/interface.js.map +1 -1
- package/dist/cjs/voucher/mixin.d.ts +11 -0
- package/dist/cjs/voucher/mixin.d.ts.map +1 -1
- package/dist/cjs/voucher/mixin.js +47 -0
- package/dist/cjs/voucher/mixin.js.map +1 -1
- package/dist/esm/accounts/mixin.d.ts +4 -4
- package/dist/esm/accounts/mixin.d.ts.map +1 -1
- package/dist/esm/accounts/mixin.js +8 -8
- package/dist/esm/accounts/mixin.js.map +1 -1
- package/dist/esm/accounts/subgraph.d.ts +1 -1
- package/dist/esm/accounts/subgraph.d.ts.map +1 -1
- package/dist/esm/accounts/subgraph.js +5 -5
- package/dist/esm/accounts/subgraph.js.map +1 -1
- package/dist/esm/accounts/types.d.ts +1 -1
- package/dist/esm/accounts/types.d.ts.map +1 -1
- package/dist/esm/core-sdk.d.ts +1 -0
- package/dist/esm/core-sdk.d.ts.map +1 -1
- package/dist/esm/core-sdk.js +3 -0
- package/dist/esm/core-sdk.js.map +1 -1
- package/dist/esm/erc1155/mixin.d.ts +1 -1
- package/dist/esm/erc1155/mixin.d.ts.map +1 -1
- package/dist/esm/erc1155/mixin.js +2 -2
- package/dist/esm/erc1155/mixin.js.map +1 -1
- package/dist/esm/erc20/mixin.d.ts +7 -7
- package/dist/esm/erc20/mixin.d.ts.map +1 -1
- package/dist/esm/erc20/mixin.js +14 -14
- package/dist/esm/erc20/mixin.js.map +1 -1
- package/dist/esm/erc721/mixin.d.ts +3 -3
- package/dist/esm/erc721/mixin.d.ts.map +1 -1
- package/dist/esm/erc721/mixin.js +6 -6
- package/dist/esm/erc721/mixin.js.map +1 -1
- package/dist/esm/exchanges/handler.js +12 -12
- package/dist/esm/exchanges/handler.js.map +1 -1
- package/dist/esm/exchanges/mixin.d.ts +3 -3
- package/dist/esm/exchanges/mixin.js +3 -3
- package/dist/esm/forwarder/handler.d.ts +1 -1
- package/dist/esm/forwarder/handler.d.ts.map +1 -1
- package/dist/esm/forwarder/handler.js +2 -4
- package/dist/esm/forwarder/handler.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/meta-tx/biconomy.d.ts +17 -3
- package/dist/esm/meta-tx/biconomy.d.ts.map +1 -1
- package/dist/esm/meta-tx/biconomy.js +17 -0
- package/dist/esm/meta-tx/biconomy.js.map +1 -1
- package/dist/esm/meta-tx/handler.d.ts +38 -4
- package/dist/esm/meta-tx/handler.d.ts.map +1 -1
- package/dist/esm/meta-tx/handler.js +118 -21
- package/dist/esm/meta-tx/handler.js.map +1 -1
- package/dist/esm/meta-tx/mixin.d.ts +25 -3
- package/dist/esm/meta-tx/mixin.d.ts.map +1 -1
- package/dist/esm/meta-tx/mixin.js +67 -17
- package/dist/esm/meta-tx/mixin.js.map +1 -1
- package/dist/esm/offers/handler.d.ts +15 -0
- package/dist/esm/offers/handler.d.ts.map +1 -1
- package/dist/esm/offers/handler.js +21 -3
- package/dist/esm/offers/handler.js.map +1 -1
- package/dist/esm/offers/interface.d.ts +1 -1
- package/dist/esm/offers/interface.d.ts.map +1 -1
- package/dist/esm/offers/interface.js +3 -2
- package/dist/esm/offers/interface.js.map +1 -1
- package/dist/esm/offers/mixin.d.ts +26 -3
- package/dist/esm/offers/mixin.d.ts.map +1 -1
- package/dist/esm/offers/mixin.js +42 -3
- package/dist/esm/offers/mixin.js.map +1 -1
- package/dist/esm/offers/renderContractualAgreement.d.ts.map +1 -1
- package/dist/esm/offers/renderContractualAgreement.js +5 -4
- package/dist/esm/offers/renderContractualAgreement.js.map +1 -1
- package/dist/esm/seaport/abi.d.ts +41 -0
- package/dist/esm/seaport/abi.d.ts.map +1 -0
- package/dist/esm/seaport/abi.js +150 -0
- package/dist/esm/seaport/abi.js.map +1 -0
- package/dist/esm/seaport/handler.d.ts +46 -0
- package/dist/esm/seaport/handler.d.ts.map +1 -0
- package/dist/esm/seaport/handler.js +24 -0
- package/dist/esm/seaport/handler.js.map +1 -0
- package/dist/esm/seaport/index.d.ts +2 -0
- package/dist/esm/seaport/index.d.ts.map +1 -0
- package/dist/esm/seaport/index.js +2 -0
- package/dist/esm/seaport/index.js.map +1 -0
- package/dist/esm/subgraph.d.ts +1451 -212
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +64 -8
- package/dist/esm/subgraph.js.map +1 -1
- package/dist/esm/voucher/handler.d.ts +31 -0
- package/dist/esm/voucher/handler.d.ts.map +1 -1
- package/dist/esm/voucher/handler.js +39 -1
- package/dist/esm/voucher/handler.js.map +1 -1
- package/dist/esm/voucher/interface.d.ts +8 -0
- package/dist/esm/voucher/interface.d.ts.map +1 -1
- package/dist/esm/voucher/interface.js +72 -0
- package/dist/esm/voucher/interface.js.map +1 -1
- package/dist/esm/voucher/mixin.d.ts +11 -0
- package/dist/esm/voucher/mixin.d.ts.map +1 -1
- package/dist/esm/voucher/mixin.js +41 -0
- package/dist/esm/voucher/mixin.js.map +1 -1
- package/package.json +3 -3
- package/src/accounts/interface.ts +1 -1
- package/src/accounts/mixin.ts +15 -14
- package/src/accounts/queries.graphql +4 -4
- package/src/accounts/subgraph.ts +6 -6
- package/src/accounts/types.ts +1 -1
- package/src/core-sdk.ts +4 -0
- package/src/erc1155/mixin.ts +2 -2
- package/src/erc20/mixin.ts +14 -14
- package/src/erc721/mixin.ts +6 -6
- package/src/exchanges/handler.ts +13 -13
- package/src/exchanges/mixin.ts +3 -3
- package/src/forwarder/handler.ts +3 -5
- package/src/index.ts +1 -0
- package/src/meta-tx/biconomy.ts +35 -2
- package/src/meta-tx/handler.ts +202 -31
- package/src/meta-tx/mixin.ts +135 -21
- package/src/metadata/base.graphql +3 -0
- package/src/metadata/product-v1.graphql +12 -0
- package/src/offers/handler.ts +36 -3
- package/src/offers/interface.ts +4 -2
- package/src/offers/mixin.ts +57 -2
- package/src/offers/queries.graphql +13 -0
- package/src/offers/renderContractualAgreement.ts +6 -9
- package/src/seaport/abi.ts +149 -0
- package/src/seaport/handler.ts +57 -0
- package/src/seaport/index.ts +1 -0
- package/src/subgraph.ts +1501 -216
- package/src/voucher/handler.ts +78 -1
- package/src/voucher/interface.ts +88 -0
- package/src/voucher/mixin.ts +76 -0
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -160,8 +160,70 @@ export declare enum Account_OrderBy {
|
|
|
160
160
|
Id = "id",
|
|
161
161
|
Logs = "logs"
|
|
162
162
|
}
|
|
163
|
+
export declare type AnimationMetadata = {
|
|
164
|
+
__typename?: "AnimationMetadata";
|
|
165
|
+
height?: Maybe<Scalars["Int"]>;
|
|
166
|
+
id: Scalars["ID"];
|
|
167
|
+
type?: Maybe<Scalars["String"]>;
|
|
168
|
+
width?: Maybe<Scalars["Int"]>;
|
|
169
|
+
};
|
|
170
|
+
export declare type AnimationMetadata_Filter = {
|
|
171
|
+
/** Filter for the block changed event. */
|
|
172
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
173
|
+
height?: InputMaybe<Scalars["Int"]>;
|
|
174
|
+
height_gt?: InputMaybe<Scalars["Int"]>;
|
|
175
|
+
height_gte?: InputMaybe<Scalars["Int"]>;
|
|
176
|
+
height_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
177
|
+
height_lt?: InputMaybe<Scalars["Int"]>;
|
|
178
|
+
height_lte?: InputMaybe<Scalars["Int"]>;
|
|
179
|
+
height_not?: InputMaybe<Scalars["Int"]>;
|
|
180
|
+
height_not_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
181
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
182
|
+
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
183
|
+
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
184
|
+
id_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
185
|
+
id_lt?: InputMaybe<Scalars["ID"]>;
|
|
186
|
+
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
187
|
+
id_not?: InputMaybe<Scalars["ID"]>;
|
|
188
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
189
|
+
type?: InputMaybe<Scalars["String"]>;
|
|
190
|
+
type_contains?: InputMaybe<Scalars["String"]>;
|
|
191
|
+
type_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
192
|
+
type_ends_with?: InputMaybe<Scalars["String"]>;
|
|
193
|
+
type_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
194
|
+
type_gt?: InputMaybe<Scalars["String"]>;
|
|
195
|
+
type_gte?: InputMaybe<Scalars["String"]>;
|
|
196
|
+
type_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
197
|
+
type_lt?: InputMaybe<Scalars["String"]>;
|
|
198
|
+
type_lte?: InputMaybe<Scalars["String"]>;
|
|
199
|
+
type_not?: InputMaybe<Scalars["String"]>;
|
|
200
|
+
type_not_contains?: InputMaybe<Scalars["String"]>;
|
|
201
|
+
type_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
202
|
+
type_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
203
|
+
type_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
204
|
+
type_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
205
|
+
type_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
206
|
+
type_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
207
|
+
type_starts_with?: InputMaybe<Scalars["String"]>;
|
|
208
|
+
type_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
209
|
+
width?: InputMaybe<Scalars["Int"]>;
|
|
210
|
+
width_gt?: InputMaybe<Scalars["Int"]>;
|
|
211
|
+
width_gte?: InputMaybe<Scalars["Int"]>;
|
|
212
|
+
width_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
213
|
+
width_lt?: InputMaybe<Scalars["Int"]>;
|
|
214
|
+
width_lte?: InputMaybe<Scalars["Int"]>;
|
|
215
|
+
width_not?: InputMaybe<Scalars["Int"]>;
|
|
216
|
+
width_not_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
217
|
+
};
|
|
218
|
+
export declare enum AnimationMetadata_OrderBy {
|
|
219
|
+
Height = "height",
|
|
220
|
+
Id = "id",
|
|
221
|
+
Type = "type",
|
|
222
|
+
Width = "width"
|
|
223
|
+
}
|
|
163
224
|
export declare type BaseMetadataEntity = MetadataInterface & {
|
|
164
225
|
__typename?: "BaseMetadataEntity";
|
|
226
|
+
animationMetadata?: Maybe<AnimationMetadata>;
|
|
165
227
|
animationUrl?: Maybe<Scalars["String"]>;
|
|
166
228
|
attributes?: Maybe<Array<MetadataAttribute>>;
|
|
167
229
|
condition?: Maybe<Scalars["String"]>;
|
|
@@ -207,6 +269,27 @@ export declare type BaseMetadataEntityAttributesArgs = {
|
|
|
207
269
|
export declare type BaseMetadataEntity_Filter = {
|
|
208
270
|
/** Filter for the block changed event. */
|
|
209
271
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
272
|
+
animationMetadata?: InputMaybe<Scalars["String"]>;
|
|
273
|
+
animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
|
|
274
|
+
animationMetadata_contains?: InputMaybe<Scalars["String"]>;
|
|
275
|
+
animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
276
|
+
animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
|
|
277
|
+
animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
278
|
+
animationMetadata_gt?: InputMaybe<Scalars["String"]>;
|
|
279
|
+
animationMetadata_gte?: InputMaybe<Scalars["String"]>;
|
|
280
|
+
animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
281
|
+
animationMetadata_lt?: InputMaybe<Scalars["String"]>;
|
|
282
|
+
animationMetadata_lte?: InputMaybe<Scalars["String"]>;
|
|
283
|
+
animationMetadata_not?: InputMaybe<Scalars["String"]>;
|
|
284
|
+
animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
|
|
285
|
+
animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
286
|
+
animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
287
|
+
animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
288
|
+
animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
289
|
+
animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
290
|
+
animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
291
|
+
animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
|
|
292
|
+
animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
210
293
|
animationUrl?: InputMaybe<Scalars["String"]>;
|
|
211
294
|
animationUrl_contains?: InputMaybe<Scalars["String"]>;
|
|
212
295
|
animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
@@ -503,6 +586,7 @@ export declare type BaseMetadataEntity_Filter = {
|
|
|
503
586
|
voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
|
|
504
587
|
};
|
|
505
588
|
export declare enum BaseMetadataEntity_OrderBy {
|
|
589
|
+
AnimationMetadata = "animationMetadata",
|
|
506
590
|
AnimationUrl = "animationUrl",
|
|
507
591
|
Attributes = "attributes",
|
|
508
592
|
Condition = "condition",
|
|
@@ -915,6 +999,7 @@ export declare type DisputeResolver = Account & {
|
|
|
915
999
|
__typename?: "DisputeResolver";
|
|
916
1000
|
active: Scalars["Boolean"];
|
|
917
1001
|
admin: Scalars["Bytes"];
|
|
1002
|
+
assistant: Scalars["Bytes"];
|
|
918
1003
|
clerk: Scalars["Bytes"];
|
|
919
1004
|
escalationResponsePeriod: Scalars["BigInt"];
|
|
920
1005
|
fees: Array<DisputeResolverFee>;
|
|
@@ -923,7 +1008,6 @@ export declare type DisputeResolver = Account & {
|
|
|
923
1008
|
logs: Array<EventLog>;
|
|
924
1009
|
metadataUri: Scalars["String"];
|
|
925
1010
|
offers: Array<Offer>;
|
|
926
|
-
operator: Scalars["Bytes"];
|
|
927
1011
|
pendingDisputeResolver?: Maybe<PendingDisputeResolver>;
|
|
928
1012
|
sellerAllowList: Array<Scalars["BigInt"]>;
|
|
929
1013
|
treasury: Scalars["Bytes"];
|
|
@@ -1052,6 +1136,12 @@ export declare type DisputeResolver_Filter = {
|
|
|
1052
1136
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1053
1137
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1054
1138
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1139
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
1140
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1141
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1142
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1143
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1144
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1055
1145
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
1056
1146
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1057
1147
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -1103,12 +1193,6 @@ export declare type DisputeResolver_Filter = {
|
|
|
1103
1193
|
metadataUri_starts_with?: InputMaybe<Scalars["String"]>;
|
|
1104
1194
|
metadataUri_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
1105
1195
|
offers_?: InputMaybe<Offer_Filter>;
|
|
1106
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
1107
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1108
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1109
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1110
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1111
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1112
1196
|
pendingDisputeResolver_?: InputMaybe<PendingDisputeResolver_Filter>;
|
|
1113
1197
|
sellerAllowList?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1114
1198
|
sellerAllowList_contains?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
@@ -1126,6 +1210,7 @@ export declare type DisputeResolver_Filter = {
|
|
|
1126
1210
|
export declare enum DisputeResolver_OrderBy {
|
|
1127
1211
|
Active = "active",
|
|
1128
1212
|
Admin = "admin",
|
|
1213
|
+
Assistant = "assistant",
|
|
1129
1214
|
Clerk = "clerk",
|
|
1130
1215
|
EscalationResponsePeriod = "escalationResponsePeriod",
|
|
1131
1216
|
Fees = "fees",
|
|
@@ -1134,7 +1219,6 @@ export declare enum DisputeResolver_OrderBy {
|
|
|
1134
1219
|
Logs = "logs",
|
|
1135
1220
|
MetadataUri = "metadataUri",
|
|
1136
1221
|
Offers = "offers",
|
|
1137
|
-
Operator = "operator",
|
|
1138
1222
|
PendingDisputeResolver = "pendingDisputeResolver",
|
|
1139
1223
|
SellerAllowList = "sellerAllowList",
|
|
1140
1224
|
Treasury = "treasury"
|
|
@@ -1468,6 +1552,8 @@ export declare enum EventType {
|
|
|
1468
1552
|
FundsWithdrawn = "FUNDS_WITHDRAWN",
|
|
1469
1553
|
/** OfferHandler events */
|
|
1470
1554
|
OfferCreated = "OFFER_CREATED",
|
|
1555
|
+
OfferExtended = "OFFER_EXTENDED",
|
|
1556
|
+
OfferRangeReserved = "OFFER_RANGE_RESERVED",
|
|
1471
1557
|
OfferVoided = "OFFER_VOIDED",
|
|
1472
1558
|
/** AccountHandler events */
|
|
1473
1559
|
SellerCreated = "SELLER_CREATED",
|
|
@@ -2238,6 +2324,7 @@ export declare enum MetadataAttribute_OrderBy {
|
|
|
2238
2324
|
Value = "value"
|
|
2239
2325
|
}
|
|
2240
2326
|
export declare type MetadataInterface = {
|
|
2327
|
+
animationMetadata?: Maybe<AnimationMetadata>;
|
|
2241
2328
|
animationUrl?: Maybe<Scalars["String"]>;
|
|
2242
2329
|
attributes?: Maybe<Array<MetadataAttribute>>;
|
|
2243
2330
|
condition?: Maybe<Scalars["String"]>;
|
|
@@ -2282,6 +2369,27 @@ export declare type MetadataInterfaceAttributesArgs = {
|
|
|
2282
2369
|
export declare type MetadataInterface_Filter = {
|
|
2283
2370
|
/** Filter for the block changed event. */
|
|
2284
2371
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2372
|
+
animationMetadata?: InputMaybe<Scalars["String"]>;
|
|
2373
|
+
animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
|
|
2374
|
+
animationMetadata_contains?: InputMaybe<Scalars["String"]>;
|
|
2375
|
+
animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
2376
|
+
animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
|
|
2377
|
+
animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
2378
|
+
animationMetadata_gt?: InputMaybe<Scalars["String"]>;
|
|
2379
|
+
animationMetadata_gte?: InputMaybe<Scalars["String"]>;
|
|
2380
|
+
animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
2381
|
+
animationMetadata_lt?: InputMaybe<Scalars["String"]>;
|
|
2382
|
+
animationMetadata_lte?: InputMaybe<Scalars["String"]>;
|
|
2383
|
+
animationMetadata_not?: InputMaybe<Scalars["String"]>;
|
|
2384
|
+
animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
|
|
2385
|
+
animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
2386
|
+
animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
2387
|
+
animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
2388
|
+
animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
2389
|
+
animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
2390
|
+
animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
2391
|
+
animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
|
|
2392
|
+
animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
2285
2393
|
animationUrl?: InputMaybe<Scalars["String"]>;
|
|
2286
2394
|
animationUrl_contains?: InputMaybe<Scalars["String"]>;
|
|
2287
2395
|
animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
@@ -2578,6 +2686,7 @@ export declare type MetadataInterface_Filter = {
|
|
|
2578
2686
|
voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
|
|
2579
2687
|
};
|
|
2580
2688
|
export declare enum MetadataInterface_OrderBy {
|
|
2689
|
+
AnimationMetadata = "animationMetadata",
|
|
2581
2690
|
AnimationUrl = "animationUrl",
|
|
2582
2691
|
Attributes = "attributes",
|
|
2583
2692
|
Condition = "condition",
|
|
@@ -2633,6 +2742,8 @@ export declare type Offer = {
|
|
|
2633
2742
|
protocolFee: Scalars["BigInt"];
|
|
2634
2743
|
quantityAvailable: Scalars["BigInt"];
|
|
2635
2744
|
quantityInitial: Scalars["BigInt"];
|
|
2745
|
+
/** Range */
|
|
2746
|
+
range?: Maybe<RangeEntity>;
|
|
2636
2747
|
resolutionPeriodDuration: Scalars["BigInt"];
|
|
2637
2748
|
seller: Seller;
|
|
2638
2749
|
sellerDeposit: Scalars["BigInt"];
|
|
@@ -3019,6 +3130,27 @@ export declare type Offer_Filter = {
|
|
|
3019
3130
|
quantityInitial_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
3020
3131
|
quantityInitial_not?: InputMaybe<Scalars["BigInt"]>;
|
|
3021
3132
|
quantityInitial_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
3133
|
+
range?: InputMaybe<Scalars["String"]>;
|
|
3134
|
+
range_?: InputMaybe<RangeEntity_Filter>;
|
|
3135
|
+
range_contains?: InputMaybe<Scalars["String"]>;
|
|
3136
|
+
range_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3137
|
+
range_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3138
|
+
range_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3139
|
+
range_gt?: InputMaybe<Scalars["String"]>;
|
|
3140
|
+
range_gte?: InputMaybe<Scalars["String"]>;
|
|
3141
|
+
range_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3142
|
+
range_lt?: InputMaybe<Scalars["String"]>;
|
|
3143
|
+
range_lte?: InputMaybe<Scalars["String"]>;
|
|
3144
|
+
range_not?: InputMaybe<Scalars["String"]>;
|
|
3145
|
+
range_not_contains?: InputMaybe<Scalars["String"]>;
|
|
3146
|
+
range_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3147
|
+
range_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3148
|
+
range_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3149
|
+
range_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3150
|
+
range_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3151
|
+
range_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3152
|
+
range_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3153
|
+
range_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3022
3154
|
resolutionPeriodDuration?: InputMaybe<Scalars["BigInt"]>;
|
|
3023
3155
|
resolutionPeriodDuration_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3024
3156
|
resolutionPeriodDuration_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3139,6 +3271,7 @@ export declare enum Offer_OrderBy {
|
|
|
3139
3271
|
ProtocolFee = "protocolFee",
|
|
3140
3272
|
QuantityAvailable = "quantityAvailable",
|
|
3141
3273
|
QuantityInitial = "quantityInitial",
|
|
3274
|
+
Range = "range",
|
|
3142
3275
|
ResolutionPeriodDuration = "resolutionPeriodDuration",
|
|
3143
3276
|
Seller = "seller",
|
|
3144
3277
|
SellerDeposit = "sellerDeposit",
|
|
@@ -3159,10 +3292,10 @@ export declare enum OrderDirection {
|
|
|
3159
3292
|
export declare type PendingDisputeResolver = {
|
|
3160
3293
|
__typename?: "PendingDisputeResolver";
|
|
3161
3294
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3295
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3162
3296
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3163
3297
|
disputeResolver: DisputeResolver;
|
|
3164
3298
|
id: Scalars["ID"];
|
|
3165
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3166
3299
|
};
|
|
3167
3300
|
export declare type PendingDisputeResolver_Filter = {
|
|
3168
3301
|
/** Filter for the block changed event. */
|
|
@@ -3173,6 +3306,12 @@ export declare type PendingDisputeResolver_Filter = {
|
|
|
3173
3306
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3174
3307
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3175
3308
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3309
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3310
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3311
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3312
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3313
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3314
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3176
3315
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
3177
3316
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3178
3317
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -3208,28 +3347,22 @@ export declare type PendingDisputeResolver_Filter = {
|
|
|
3208
3347
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3209
3348
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3210
3349
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3211
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3212
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3213
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3214
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3215
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3216
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3217
3350
|
};
|
|
3218
3351
|
export declare enum PendingDisputeResolver_OrderBy {
|
|
3219
3352
|
Admin = "admin",
|
|
3353
|
+
Assistant = "assistant",
|
|
3220
3354
|
Clerk = "clerk",
|
|
3221
3355
|
DisputeResolver = "disputeResolver",
|
|
3222
|
-
Id = "id"
|
|
3223
|
-
Operator = "operator"
|
|
3356
|
+
Id = "id"
|
|
3224
3357
|
}
|
|
3225
3358
|
export declare type PendingSeller = {
|
|
3226
3359
|
__typename?: "PendingSeller";
|
|
3227
3360
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3361
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3228
3362
|
authTokenId?: Maybe<Scalars["BigInt"]>;
|
|
3229
3363
|
authTokenType?: Maybe<Scalars["Int"]>;
|
|
3230
3364
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3231
3365
|
id: Scalars["ID"];
|
|
3232
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3233
3366
|
seller: Seller;
|
|
3234
3367
|
};
|
|
3235
3368
|
export declare type PendingSeller_Filter = {
|
|
@@ -3241,6 +3374,12 @@ export declare type PendingSeller_Filter = {
|
|
|
3241
3374
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3242
3375
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3243
3376
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3377
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3378
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3379
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3380
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3381
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3382
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3244
3383
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
3245
3384
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3246
3385
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3271,12 +3410,6 @@ export declare type PendingSeller_Filter = {
|
|
|
3271
3410
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3272
3411
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3273
3412
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3274
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3275
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3276
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3277
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3278
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3279
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3280
3413
|
seller?: InputMaybe<Scalars["String"]>;
|
|
3281
3414
|
seller_?: InputMaybe<Seller_Filter>;
|
|
3282
3415
|
seller_contains?: InputMaybe<Scalars["String"]>;
|
|
@@ -3301,11 +3434,11 @@ export declare type PendingSeller_Filter = {
|
|
|
3301
3434
|
};
|
|
3302
3435
|
export declare enum PendingSeller_OrderBy {
|
|
3303
3436
|
Admin = "admin",
|
|
3437
|
+
Assistant = "assistant",
|
|
3304
3438
|
AuthTokenId = "authTokenId",
|
|
3305
3439
|
AuthTokenType = "authTokenType",
|
|
3306
3440
|
Clerk = "clerk",
|
|
3307
3441
|
Id = "id",
|
|
3308
|
-
Operator = "operator",
|
|
3309
3442
|
Seller = "seller"
|
|
3310
3443
|
}
|
|
3311
3444
|
export declare type ProductV1Brand = {
|
|
@@ -3541,10 +3674,12 @@ export declare enum ProductV1ExchangePolicy_OrderBy {
|
|
|
3541
3674
|
}
|
|
3542
3675
|
export declare type ProductV1Media = {
|
|
3543
3676
|
__typename?: "ProductV1Media";
|
|
3677
|
+
height?: Maybe<Scalars["Int"]>;
|
|
3544
3678
|
id: Scalars["ID"];
|
|
3545
3679
|
tag?: Maybe<Scalars["String"]>;
|
|
3546
3680
|
type: ProductV1MediaType;
|
|
3547
3681
|
url: Scalars["String"];
|
|
3682
|
+
width?: Maybe<Scalars["Int"]>;
|
|
3548
3683
|
};
|
|
3549
3684
|
export declare enum ProductV1MediaType {
|
|
3550
3685
|
Image = "IMAGE",
|
|
@@ -3553,6 +3688,14 @@ export declare enum ProductV1MediaType {
|
|
|
3553
3688
|
export declare type ProductV1Media_Filter = {
|
|
3554
3689
|
/** Filter for the block changed event. */
|
|
3555
3690
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3691
|
+
height?: InputMaybe<Scalars["Int"]>;
|
|
3692
|
+
height_gt?: InputMaybe<Scalars["Int"]>;
|
|
3693
|
+
height_gte?: InputMaybe<Scalars["Int"]>;
|
|
3694
|
+
height_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
3695
|
+
height_lt?: InputMaybe<Scalars["Int"]>;
|
|
3696
|
+
height_lte?: InputMaybe<Scalars["Int"]>;
|
|
3697
|
+
height_not?: InputMaybe<Scalars["Int"]>;
|
|
3698
|
+
height_not_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
3556
3699
|
id?: InputMaybe<Scalars["ID"]>;
|
|
3557
3700
|
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
3558
3701
|
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
@@ -3605,15 +3748,26 @@ export declare type ProductV1Media_Filter = {
|
|
|
3605
3748
|
url_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3606
3749
|
url_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3607
3750
|
url_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3751
|
+
width?: InputMaybe<Scalars["Int"]>;
|
|
3752
|
+
width_gt?: InputMaybe<Scalars["Int"]>;
|
|
3753
|
+
width_gte?: InputMaybe<Scalars["Int"]>;
|
|
3754
|
+
width_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
3755
|
+
width_lt?: InputMaybe<Scalars["Int"]>;
|
|
3756
|
+
width_lte?: InputMaybe<Scalars["Int"]>;
|
|
3757
|
+
width_not?: InputMaybe<Scalars["Int"]>;
|
|
3758
|
+
width_not_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
3608
3759
|
};
|
|
3609
3760
|
export declare enum ProductV1Media_OrderBy {
|
|
3761
|
+
Height = "height",
|
|
3610
3762
|
Id = "id",
|
|
3611
3763
|
Tag = "tag",
|
|
3612
3764
|
Type = "type",
|
|
3613
|
-
Url = "url"
|
|
3765
|
+
Url = "url",
|
|
3766
|
+
Width = "width"
|
|
3614
3767
|
}
|
|
3615
3768
|
export declare type ProductV1MetadataEntity = MetadataInterface & {
|
|
3616
3769
|
__typename?: "ProductV1MetadataEntity";
|
|
3770
|
+
animationMetadata?: Maybe<AnimationMetadata>;
|
|
3617
3771
|
animationUrl?: Maybe<Scalars["String"]>;
|
|
3618
3772
|
attributes?: Maybe<Array<MetadataAttribute>>;
|
|
3619
3773
|
condition?: Maybe<Scalars["String"]>;
|
|
@@ -3679,6 +3833,27 @@ export declare type ProductV1MetadataEntityVariationsArgs = {
|
|
|
3679
3833
|
export declare type ProductV1MetadataEntity_Filter = {
|
|
3680
3834
|
/** Filter for the block changed event. */
|
|
3681
3835
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3836
|
+
animationMetadata?: InputMaybe<Scalars["String"]>;
|
|
3837
|
+
animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
|
|
3838
|
+
animationMetadata_contains?: InputMaybe<Scalars["String"]>;
|
|
3839
|
+
animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3840
|
+
animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3841
|
+
animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3842
|
+
animationMetadata_gt?: InputMaybe<Scalars["String"]>;
|
|
3843
|
+
animationMetadata_gte?: InputMaybe<Scalars["String"]>;
|
|
3844
|
+
animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3845
|
+
animationMetadata_lt?: InputMaybe<Scalars["String"]>;
|
|
3846
|
+
animationMetadata_lte?: InputMaybe<Scalars["String"]>;
|
|
3847
|
+
animationMetadata_not?: InputMaybe<Scalars["String"]>;
|
|
3848
|
+
animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
|
|
3849
|
+
animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3850
|
+
animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3851
|
+
animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3852
|
+
animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3853
|
+
animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3854
|
+
animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3855
|
+
animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3856
|
+
animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3682
3857
|
animationUrl?: InputMaybe<Scalars["String"]>;
|
|
3683
3858
|
animationUrl_contains?: InputMaybe<Scalars["String"]>;
|
|
3684
3859
|
animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
@@ -4135,6 +4310,7 @@ export declare type ProductV1MetadataEntity_Filter = {
|
|
|
4135
4310
|
voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
|
|
4136
4311
|
};
|
|
4137
4312
|
export declare enum ProductV1MetadataEntity_OrderBy {
|
|
4313
|
+
AnimationMetadata = "animationMetadata",
|
|
4138
4314
|
AnimationUrl = "animationUrl",
|
|
4139
4315
|
Attributes = "attributes",
|
|
4140
4316
|
Condition = "condition",
|
|
@@ -6140,6 +6316,7 @@ export declare type Query = {
|
|
|
6140
6316
|
accountEventLog?: Maybe<AccountEventLog>;
|
|
6141
6317
|
accountEventLogs: Array<AccountEventLog>;
|
|
6142
6318
|
accounts: Array<Account>;
|
|
6319
|
+
animationMetadata: Array<AnimationMetadata>;
|
|
6143
6320
|
baseMetadataEntities: Array<BaseMetadataEntity>;
|
|
6144
6321
|
baseMetadataEntity?: Maybe<BaseMetadataEntity>;
|
|
6145
6322
|
buyer?: Maybe<Buyer>;
|
|
@@ -6211,6 +6388,8 @@ export declare type Query = {
|
|
|
6211
6388
|
productV1Variants: Array<ProductV1Variant>;
|
|
6212
6389
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
6213
6390
|
productV1Variations: Array<ProductV1Variation>;
|
|
6391
|
+
rangeEntities: Array<RangeEntity>;
|
|
6392
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
6214
6393
|
seller?: Maybe<Seller>;
|
|
6215
6394
|
sellers: Array<Seller>;
|
|
6216
6395
|
};
|
|
@@ -6245,6 +6424,15 @@ export declare type QueryAccountsArgs = {
|
|
|
6245
6424
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
6246
6425
|
where?: InputMaybe<Account_Filter>;
|
|
6247
6426
|
};
|
|
6427
|
+
export declare type QueryAnimationMetadataArgs = {
|
|
6428
|
+
block?: InputMaybe<Block_Height>;
|
|
6429
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
6430
|
+
orderBy?: InputMaybe<AnimationMetadata_OrderBy>;
|
|
6431
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
6432
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
6433
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
6434
|
+
where?: InputMaybe<AnimationMetadata_Filter>;
|
|
6435
|
+
};
|
|
6248
6436
|
export declare type QueryBaseMetadataEntitiesArgs = {
|
|
6249
6437
|
block?: InputMaybe<Block_Height>;
|
|
6250
6438
|
first?: InputMaybe<Scalars["Int"]>;
|
|
@@ -6744,6 +6932,20 @@ export declare type QueryProductV1VariationsArgs = {
|
|
|
6744
6932
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
6745
6933
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
6746
6934
|
};
|
|
6935
|
+
export declare type QueryRangeEntitiesArgs = {
|
|
6936
|
+
block?: InputMaybe<Block_Height>;
|
|
6937
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
6938
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
6939
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
6940
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
6941
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
6942
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
6943
|
+
};
|
|
6944
|
+
export declare type QueryRangeEntityArgs = {
|
|
6945
|
+
block?: InputMaybe<Block_Height>;
|
|
6946
|
+
id: Scalars["ID"];
|
|
6947
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
6948
|
+
};
|
|
6747
6949
|
export declare type QuerySellerArgs = {
|
|
6748
6950
|
block?: InputMaybe<Block_Height>;
|
|
6749
6951
|
id: Scalars["ID"];
|
|
@@ -6758,10 +6960,62 @@ export declare type QuerySellersArgs = {
|
|
|
6758
6960
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
6759
6961
|
where?: InputMaybe<Seller_Filter>;
|
|
6760
6962
|
};
|
|
6963
|
+
/**
|
|
6964
|
+
* Offer Ranges
|
|
6965
|
+
*
|
|
6966
|
+
*/
|
|
6967
|
+
export declare type RangeEntity = {
|
|
6968
|
+
__typename?: "RangeEntity";
|
|
6969
|
+
end: Scalars["BigInt"];
|
|
6970
|
+
id: Scalars["ID"];
|
|
6971
|
+
owner: Scalars["Bytes"];
|
|
6972
|
+
start: Scalars["BigInt"];
|
|
6973
|
+
};
|
|
6974
|
+
export declare type RangeEntity_Filter = {
|
|
6975
|
+
/** Filter for the block changed event. */
|
|
6976
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6977
|
+
end?: InputMaybe<Scalars["BigInt"]>;
|
|
6978
|
+
end_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
6979
|
+
end_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
6980
|
+
end_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
6981
|
+
end_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
6982
|
+
end_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
6983
|
+
end_not?: InputMaybe<Scalars["BigInt"]>;
|
|
6984
|
+
end_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
6985
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6986
|
+
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
6987
|
+
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
6988
|
+
id_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
6989
|
+
id_lt?: InputMaybe<Scalars["ID"]>;
|
|
6990
|
+
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
6991
|
+
id_not?: InputMaybe<Scalars["ID"]>;
|
|
6992
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
6993
|
+
owner?: InputMaybe<Scalars["Bytes"]>;
|
|
6994
|
+
owner_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6995
|
+
owner_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6996
|
+
owner_not?: InputMaybe<Scalars["Bytes"]>;
|
|
6997
|
+
owner_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6998
|
+
owner_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6999
|
+
start?: InputMaybe<Scalars["BigInt"]>;
|
|
7000
|
+
start_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
7001
|
+
start_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
7002
|
+
start_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7003
|
+
start_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
7004
|
+
start_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
7005
|
+
start_not?: InputMaybe<Scalars["BigInt"]>;
|
|
7006
|
+
start_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7007
|
+
};
|
|
7008
|
+
export declare enum RangeEntity_OrderBy {
|
|
7009
|
+
End = "end",
|
|
7010
|
+
Id = "id",
|
|
7011
|
+
Owner = "owner",
|
|
7012
|
+
Start = "start"
|
|
7013
|
+
}
|
|
6761
7014
|
export declare type Seller = Account & {
|
|
6762
7015
|
__typename?: "Seller";
|
|
6763
7016
|
active: Scalars["Boolean"];
|
|
6764
7017
|
admin: Scalars["Bytes"];
|
|
7018
|
+
assistant: Scalars["Bytes"];
|
|
6765
7019
|
authTokenId: Scalars["BigInt"];
|
|
6766
7020
|
authTokenType: Scalars["Int"];
|
|
6767
7021
|
clerk: Scalars["Bytes"];
|
|
@@ -6771,7 +7025,6 @@ export declare type Seller = Account & {
|
|
|
6771
7025
|
id: Scalars["ID"];
|
|
6772
7026
|
logs: Array<EventLog>;
|
|
6773
7027
|
offers: Array<Offer>;
|
|
6774
|
-
operator: Scalars["Bytes"];
|
|
6775
7028
|
pendingSeller?: Maybe<PendingSeller>;
|
|
6776
7029
|
/** Percentage as integer, to get decimals divide by 10000. E.g. 1 = 0.01%, 10000 = 100% */
|
|
6777
7030
|
royaltyPercentage: Scalars["BigInt"];
|
|
@@ -6820,6 +7073,12 @@ export declare type Seller_Filter = {
|
|
|
6820
7073
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
6821
7074
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6822
7075
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7076
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
7077
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7078
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7079
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7080
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7081
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6823
7082
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
6824
7083
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
6825
7084
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -6873,12 +7132,6 @@ export declare type Seller_Filter = {
|
|
|
6873
7132
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
6874
7133
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
6875
7134
|
offers_?: InputMaybe<Offer_Filter>;
|
|
6876
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
6877
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6878
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6879
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
6880
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6881
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6882
7135
|
pendingSeller_?: InputMaybe<PendingSeller_Filter>;
|
|
6883
7136
|
royaltyPercentage?: InputMaybe<Scalars["BigInt"]>;
|
|
6884
7137
|
royaltyPercentage_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -6912,6 +7165,7 @@ export declare type Seller_Filter = {
|
|
|
6912
7165
|
export declare enum Seller_OrderBy {
|
|
6913
7166
|
Active = "active",
|
|
6914
7167
|
Admin = "admin",
|
|
7168
|
+
Assistant = "assistant",
|
|
6915
7169
|
AuthTokenId = "authTokenId",
|
|
6916
7170
|
AuthTokenType = "authTokenType",
|
|
6917
7171
|
Clerk = "clerk",
|
|
@@ -6921,7 +7175,6 @@ export declare enum Seller_OrderBy {
|
|
|
6921
7175
|
Id = "id",
|
|
6922
7176
|
Logs = "logs",
|
|
6923
7177
|
Offers = "offers",
|
|
6924
|
-
Operator = "operator",
|
|
6925
7178
|
PendingSeller = "pendingSeller",
|
|
6926
7179
|
RoyaltyPercentage = "royaltyPercentage",
|
|
6927
7180
|
SellerId = "sellerId",
|
|
@@ -6936,6 +7189,7 @@ export declare type Subscription = {
|
|
|
6936
7189
|
accountEventLog?: Maybe<AccountEventLog>;
|
|
6937
7190
|
accountEventLogs: Array<AccountEventLog>;
|
|
6938
7191
|
accounts: Array<Account>;
|
|
7192
|
+
animationMetadata: Array<AnimationMetadata>;
|
|
6939
7193
|
baseMetadataEntities: Array<BaseMetadataEntity>;
|
|
6940
7194
|
baseMetadataEntity?: Maybe<BaseMetadataEntity>;
|
|
6941
7195
|
buyer?: Maybe<Buyer>;
|
|
@@ -7007,6 +7261,8 @@ export declare type Subscription = {
|
|
|
7007
7261
|
productV1Variants: Array<ProductV1Variant>;
|
|
7008
7262
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
7009
7263
|
productV1Variations: Array<ProductV1Variation>;
|
|
7264
|
+
rangeEntities: Array<RangeEntity>;
|
|
7265
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
7010
7266
|
seller?: Maybe<Seller>;
|
|
7011
7267
|
sellers: Array<Seller>;
|
|
7012
7268
|
};
|
|
@@ -7041,6 +7297,15 @@ export declare type SubscriptionAccountsArgs = {
|
|
|
7041
7297
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
7042
7298
|
where?: InputMaybe<Account_Filter>;
|
|
7043
7299
|
};
|
|
7300
|
+
export declare type SubscriptionAnimationMetadataArgs = {
|
|
7301
|
+
block?: InputMaybe<Block_Height>;
|
|
7302
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
7303
|
+
orderBy?: InputMaybe<AnimationMetadata_OrderBy>;
|
|
7304
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
7305
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
7306
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7307
|
+
where?: InputMaybe<AnimationMetadata_Filter>;
|
|
7308
|
+
};
|
|
7044
7309
|
export declare type SubscriptionBaseMetadataEntitiesArgs = {
|
|
7045
7310
|
block?: InputMaybe<Block_Height>;
|
|
7046
7311
|
first?: InputMaybe<Scalars["Int"]>;
|
|
@@ -7540,6 +7805,20 @@ export declare type SubscriptionProductV1VariationsArgs = {
|
|
|
7540
7805
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
7541
7806
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
7542
7807
|
};
|
|
7808
|
+
export declare type SubscriptionRangeEntitiesArgs = {
|
|
7809
|
+
block?: InputMaybe<Block_Height>;
|
|
7810
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
7811
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
7812
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
7813
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
7814
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7815
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
7816
|
+
};
|
|
7817
|
+
export declare type SubscriptionRangeEntityArgs = {
|
|
7818
|
+
block?: InputMaybe<Block_Height>;
|
|
7819
|
+
id: Scalars["ID"];
|
|
7820
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7821
|
+
};
|
|
7543
7822
|
export declare type SubscriptionSellerArgs = {
|
|
7544
7823
|
block?: InputMaybe<Block_Height>;
|
|
7545
7824
|
id: Scalars["ID"];
|
|
@@ -7615,7 +7894,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7615
7894
|
seller?: {
|
|
7616
7895
|
__typename?: "Seller";
|
|
7617
7896
|
id: string;
|
|
7618
|
-
|
|
7897
|
+
assistant: string;
|
|
7619
7898
|
admin: string;
|
|
7620
7899
|
clerk: string;
|
|
7621
7900
|
treasury: string;
|
|
@@ -7627,7 +7906,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7627
7906
|
royaltyPercentage: string;
|
|
7628
7907
|
pendingSeller?: {
|
|
7629
7908
|
__typename?: "PendingSeller";
|
|
7630
|
-
|
|
7909
|
+
assistant?: string | null;
|
|
7631
7910
|
admin?: string | null;
|
|
7632
7911
|
clerk?: string | null;
|
|
7633
7912
|
authTokenId?: string | null;
|
|
@@ -7686,7 +7965,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7686
7965
|
seller: {
|
|
7687
7966
|
__typename?: "Seller";
|
|
7688
7967
|
id: string;
|
|
7689
|
-
|
|
7968
|
+
assistant: string;
|
|
7690
7969
|
admin: string;
|
|
7691
7970
|
clerk: string;
|
|
7692
7971
|
treasury: string;
|
|
@@ -7712,7 +7991,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7712
7991
|
admin: string;
|
|
7713
7992
|
clerk: string;
|
|
7714
7993
|
treasury: string;
|
|
7715
|
-
|
|
7994
|
+
assistant: string;
|
|
7716
7995
|
metadataUri: string;
|
|
7717
7996
|
active: boolean;
|
|
7718
7997
|
sellerAllowList: Array<string>;
|
|
@@ -7751,6 +8030,13 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7751
8030
|
schemaUrl: string;
|
|
7752
8031
|
type: MetadataType;
|
|
7753
8032
|
image: string;
|
|
8033
|
+
animationMetadata?: {
|
|
8034
|
+
__typename?: "AnimationMetadata";
|
|
8035
|
+
id: string;
|
|
8036
|
+
width?: number | null;
|
|
8037
|
+
height?: number | null;
|
|
8038
|
+
type?: string | null;
|
|
8039
|
+
} | null;
|
|
7754
8040
|
} | {
|
|
7755
8041
|
__typename?: "ProductV1MetadataEntity";
|
|
7756
8042
|
createdAt: string;
|
|
@@ -7845,6 +8131,8 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7845
8131
|
url: string;
|
|
7846
8132
|
tag?: string | null;
|
|
7847
8133
|
type: ProductV1MediaType;
|
|
8134
|
+
width?: number | null;
|
|
8135
|
+
height?: number | null;
|
|
7848
8136
|
}>;
|
|
7849
8137
|
visuals_videos?: Array<{
|
|
7850
8138
|
__typename?: "ProductV1Media";
|
|
@@ -7852,6 +8140,8 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7852
8140
|
url: string;
|
|
7853
8141
|
tag?: string | null;
|
|
7854
8142
|
type: ProductV1MediaType;
|
|
8143
|
+
width?: number | null;
|
|
8144
|
+
height?: number | null;
|
|
7855
8145
|
}> | null;
|
|
7856
8146
|
productV1Seller?: {
|
|
7857
8147
|
__typename?: "ProductV1Seller";
|
|
@@ -7868,6 +8158,8 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7868
8158
|
url: string;
|
|
7869
8159
|
tag?: string | null;
|
|
7870
8160
|
type: ProductV1MediaType;
|
|
8161
|
+
width?: number | null;
|
|
8162
|
+
height?: number | null;
|
|
7871
8163
|
}> | null;
|
|
7872
8164
|
contactLinks?: Array<{
|
|
7873
8165
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -7878,7 +8170,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7878
8170
|
seller: {
|
|
7879
8171
|
__typename?: "Seller";
|
|
7880
8172
|
id: string;
|
|
7881
|
-
|
|
8173
|
+
assistant: string;
|
|
7882
8174
|
admin: string;
|
|
7883
8175
|
clerk: string;
|
|
7884
8176
|
treasury: string;
|
|
@@ -7912,6 +8204,8 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7912
8204
|
url: string;
|
|
7913
8205
|
tag?: string | null;
|
|
7914
8206
|
type: ProductV1MediaType;
|
|
8207
|
+
width?: number | null;
|
|
8208
|
+
height?: number | null;
|
|
7915
8209
|
}> | null;
|
|
7916
8210
|
contactLinks?: Array<{
|
|
7917
8211
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -7922,7 +8216,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7922
8216
|
seller: {
|
|
7923
8217
|
__typename?: "Seller";
|
|
7924
8218
|
id: string;
|
|
7925
|
-
|
|
8219
|
+
assistant: string;
|
|
7926
8220
|
admin: string;
|
|
7927
8221
|
clerk: string;
|
|
7928
8222
|
treasury: string;
|
|
@@ -7958,6 +8252,20 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7958
8252
|
deliveryTime: string;
|
|
7959
8253
|
}> | null;
|
|
7960
8254
|
} | null;
|
|
8255
|
+
animationMetadata?: {
|
|
8256
|
+
__typename?: "AnimationMetadata";
|
|
8257
|
+
id: string;
|
|
8258
|
+
width?: number | null;
|
|
8259
|
+
height?: number | null;
|
|
8260
|
+
type?: string | null;
|
|
8261
|
+
} | null;
|
|
8262
|
+
} | null;
|
|
8263
|
+
range?: {
|
|
8264
|
+
__typename?: "RangeEntity";
|
|
8265
|
+
id: string;
|
|
8266
|
+
start: string;
|
|
8267
|
+
end: string;
|
|
8268
|
+
owner: string;
|
|
7961
8269
|
} | null;
|
|
7962
8270
|
}>;
|
|
7963
8271
|
exchanges?: Array<{
|
|
@@ -7998,7 +8306,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7998
8306
|
seller: {
|
|
7999
8307
|
__typename?: "Seller";
|
|
8000
8308
|
id: string;
|
|
8001
|
-
|
|
8309
|
+
assistant: string;
|
|
8002
8310
|
admin: string;
|
|
8003
8311
|
clerk: string;
|
|
8004
8312
|
treasury: string;
|
|
@@ -8154,7 +8462,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8154
8462
|
sellers: Array<{
|
|
8155
8463
|
__typename?: "Seller";
|
|
8156
8464
|
id: string;
|
|
8157
|
-
|
|
8465
|
+
assistant: string;
|
|
8158
8466
|
admin: string;
|
|
8159
8467
|
clerk: string;
|
|
8160
8468
|
treasury: string;
|
|
@@ -8166,7 +8474,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8166
8474
|
royaltyPercentage: string;
|
|
8167
8475
|
pendingSeller?: {
|
|
8168
8476
|
__typename?: "PendingSeller";
|
|
8169
|
-
|
|
8477
|
+
assistant?: string | null;
|
|
8170
8478
|
admin?: string | null;
|
|
8171
8479
|
clerk?: string | null;
|
|
8172
8480
|
authTokenId?: string | null;
|
|
@@ -8225,7 +8533,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8225
8533
|
seller: {
|
|
8226
8534
|
__typename?: "Seller";
|
|
8227
8535
|
id: string;
|
|
8228
|
-
|
|
8536
|
+
assistant: string;
|
|
8229
8537
|
admin: string;
|
|
8230
8538
|
clerk: string;
|
|
8231
8539
|
treasury: string;
|
|
@@ -8251,7 +8559,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8251
8559
|
admin: string;
|
|
8252
8560
|
clerk: string;
|
|
8253
8561
|
treasury: string;
|
|
8254
|
-
|
|
8562
|
+
assistant: string;
|
|
8255
8563
|
metadataUri: string;
|
|
8256
8564
|
active: boolean;
|
|
8257
8565
|
sellerAllowList: Array<string>;
|
|
@@ -8290,6 +8598,13 @@ export declare type GetSellersQueryQuery = {
|
|
|
8290
8598
|
schemaUrl: string;
|
|
8291
8599
|
type: MetadataType;
|
|
8292
8600
|
image: string;
|
|
8601
|
+
animationMetadata?: {
|
|
8602
|
+
__typename?: "AnimationMetadata";
|
|
8603
|
+
id: string;
|
|
8604
|
+
width?: number | null;
|
|
8605
|
+
height?: number | null;
|
|
8606
|
+
type?: string | null;
|
|
8607
|
+
} | null;
|
|
8293
8608
|
} | {
|
|
8294
8609
|
__typename?: "ProductV1MetadataEntity";
|
|
8295
8610
|
createdAt: string;
|
|
@@ -8384,6 +8699,8 @@ export declare type GetSellersQueryQuery = {
|
|
|
8384
8699
|
url: string;
|
|
8385
8700
|
tag?: string | null;
|
|
8386
8701
|
type: ProductV1MediaType;
|
|
8702
|
+
width?: number | null;
|
|
8703
|
+
height?: number | null;
|
|
8387
8704
|
}>;
|
|
8388
8705
|
visuals_videos?: Array<{
|
|
8389
8706
|
__typename?: "ProductV1Media";
|
|
@@ -8391,6 +8708,8 @@ export declare type GetSellersQueryQuery = {
|
|
|
8391
8708
|
url: string;
|
|
8392
8709
|
tag?: string | null;
|
|
8393
8710
|
type: ProductV1MediaType;
|
|
8711
|
+
width?: number | null;
|
|
8712
|
+
height?: number | null;
|
|
8394
8713
|
}> | null;
|
|
8395
8714
|
productV1Seller?: {
|
|
8396
8715
|
__typename?: "ProductV1Seller";
|
|
@@ -8407,6 +8726,8 @@ export declare type GetSellersQueryQuery = {
|
|
|
8407
8726
|
url: string;
|
|
8408
8727
|
tag?: string | null;
|
|
8409
8728
|
type: ProductV1MediaType;
|
|
8729
|
+
width?: number | null;
|
|
8730
|
+
height?: number | null;
|
|
8410
8731
|
}> | null;
|
|
8411
8732
|
contactLinks?: Array<{
|
|
8412
8733
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -8417,7 +8738,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8417
8738
|
seller: {
|
|
8418
8739
|
__typename?: "Seller";
|
|
8419
8740
|
id: string;
|
|
8420
|
-
|
|
8741
|
+
assistant: string;
|
|
8421
8742
|
admin: string;
|
|
8422
8743
|
clerk: string;
|
|
8423
8744
|
treasury: string;
|
|
@@ -8451,6 +8772,8 @@ export declare type GetSellersQueryQuery = {
|
|
|
8451
8772
|
url: string;
|
|
8452
8773
|
tag?: string | null;
|
|
8453
8774
|
type: ProductV1MediaType;
|
|
8775
|
+
width?: number | null;
|
|
8776
|
+
height?: number | null;
|
|
8454
8777
|
}> | null;
|
|
8455
8778
|
contactLinks?: Array<{
|
|
8456
8779
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -8461,7 +8784,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8461
8784
|
seller: {
|
|
8462
8785
|
__typename?: "Seller";
|
|
8463
8786
|
id: string;
|
|
8464
|
-
|
|
8787
|
+
assistant: string;
|
|
8465
8788
|
admin: string;
|
|
8466
8789
|
clerk: string;
|
|
8467
8790
|
treasury: string;
|
|
@@ -8497,6 +8820,20 @@ export declare type GetSellersQueryQuery = {
|
|
|
8497
8820
|
deliveryTime: string;
|
|
8498
8821
|
}> | null;
|
|
8499
8822
|
} | null;
|
|
8823
|
+
animationMetadata?: {
|
|
8824
|
+
__typename?: "AnimationMetadata";
|
|
8825
|
+
id: string;
|
|
8826
|
+
width?: number | null;
|
|
8827
|
+
height?: number | null;
|
|
8828
|
+
type?: string | null;
|
|
8829
|
+
} | null;
|
|
8830
|
+
} | null;
|
|
8831
|
+
range?: {
|
|
8832
|
+
__typename?: "RangeEntity";
|
|
8833
|
+
id: string;
|
|
8834
|
+
start: string;
|
|
8835
|
+
end: string;
|
|
8836
|
+
owner: string;
|
|
8500
8837
|
} | null;
|
|
8501
8838
|
}>;
|
|
8502
8839
|
exchanges?: Array<{
|
|
@@ -8537,7 +8874,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8537
8874
|
seller: {
|
|
8538
8875
|
__typename?: "Seller";
|
|
8539
8876
|
id: string;
|
|
8540
|
-
|
|
8877
|
+
assistant: string;
|
|
8541
8878
|
admin: string;
|
|
8542
8879
|
clerk: string;
|
|
8543
8880
|
treasury: string;
|
|
@@ -8737,7 +9074,7 @@ export declare type GetBuyerByIdQueryQuery = {
|
|
|
8737
9074
|
seller: {
|
|
8738
9075
|
__typename?: "Seller";
|
|
8739
9076
|
id: string;
|
|
8740
|
-
|
|
9077
|
+
assistant: string;
|
|
8741
9078
|
admin: string;
|
|
8742
9079
|
clerk: string;
|
|
8743
9080
|
treasury: string;
|
|
@@ -8947,7 +9284,7 @@ export declare type GetBuyersQueryQuery = {
|
|
|
8947
9284
|
seller: {
|
|
8948
9285
|
__typename?: "Seller";
|
|
8949
9286
|
id: string;
|
|
8950
|
-
|
|
9287
|
+
assistant: string;
|
|
8951
9288
|
admin: string;
|
|
8952
9289
|
clerk: string;
|
|
8953
9290
|
treasury: string;
|
|
@@ -9091,13 +9428,13 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9091
9428
|
admin: string;
|
|
9092
9429
|
clerk: string;
|
|
9093
9430
|
treasury: string;
|
|
9094
|
-
|
|
9431
|
+
assistant: string;
|
|
9095
9432
|
metadataUri: string;
|
|
9096
9433
|
active: boolean;
|
|
9097
9434
|
sellerAllowList: Array<string>;
|
|
9098
9435
|
pendingDisputeResolver?: {
|
|
9099
9436
|
__typename?: "PendingDisputeResolver";
|
|
9100
|
-
|
|
9437
|
+
assistant?: string | null;
|
|
9101
9438
|
admin?: string | null;
|
|
9102
9439
|
clerk?: string | null;
|
|
9103
9440
|
} | null;
|
|
@@ -9140,7 +9477,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9140
9477
|
seller: {
|
|
9141
9478
|
__typename?: "Seller";
|
|
9142
9479
|
id: string;
|
|
9143
|
-
|
|
9480
|
+
assistant: string;
|
|
9144
9481
|
admin: string;
|
|
9145
9482
|
clerk: string;
|
|
9146
9483
|
treasury: string;
|
|
@@ -9166,7 +9503,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9166
9503
|
admin: string;
|
|
9167
9504
|
clerk: string;
|
|
9168
9505
|
treasury: string;
|
|
9169
|
-
|
|
9506
|
+
assistant: string;
|
|
9170
9507
|
metadataUri: string;
|
|
9171
9508
|
active: boolean;
|
|
9172
9509
|
sellerAllowList: Array<string>;
|
|
@@ -9205,6 +9542,13 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9205
9542
|
schemaUrl: string;
|
|
9206
9543
|
type: MetadataType;
|
|
9207
9544
|
image: string;
|
|
9545
|
+
animationMetadata?: {
|
|
9546
|
+
__typename?: "AnimationMetadata";
|
|
9547
|
+
id: string;
|
|
9548
|
+
width?: number | null;
|
|
9549
|
+
height?: number | null;
|
|
9550
|
+
type?: string | null;
|
|
9551
|
+
} | null;
|
|
9208
9552
|
} | {
|
|
9209
9553
|
__typename?: "ProductV1MetadataEntity";
|
|
9210
9554
|
createdAt: string;
|
|
@@ -9299,6 +9643,8 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9299
9643
|
url: string;
|
|
9300
9644
|
tag?: string | null;
|
|
9301
9645
|
type: ProductV1MediaType;
|
|
9646
|
+
width?: number | null;
|
|
9647
|
+
height?: number | null;
|
|
9302
9648
|
}>;
|
|
9303
9649
|
visuals_videos?: Array<{
|
|
9304
9650
|
__typename?: "ProductV1Media";
|
|
@@ -9306,6 +9652,8 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9306
9652
|
url: string;
|
|
9307
9653
|
tag?: string | null;
|
|
9308
9654
|
type: ProductV1MediaType;
|
|
9655
|
+
width?: number | null;
|
|
9656
|
+
height?: number | null;
|
|
9309
9657
|
}> | null;
|
|
9310
9658
|
productV1Seller?: {
|
|
9311
9659
|
__typename?: "ProductV1Seller";
|
|
@@ -9322,6 +9670,8 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9322
9670
|
url: string;
|
|
9323
9671
|
tag?: string | null;
|
|
9324
9672
|
type: ProductV1MediaType;
|
|
9673
|
+
width?: number | null;
|
|
9674
|
+
height?: number | null;
|
|
9325
9675
|
}> | null;
|
|
9326
9676
|
contactLinks?: Array<{
|
|
9327
9677
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -9332,7 +9682,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9332
9682
|
seller: {
|
|
9333
9683
|
__typename?: "Seller";
|
|
9334
9684
|
id: string;
|
|
9335
|
-
|
|
9685
|
+
assistant: string;
|
|
9336
9686
|
admin: string;
|
|
9337
9687
|
clerk: string;
|
|
9338
9688
|
treasury: string;
|
|
@@ -9366,6 +9716,8 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9366
9716
|
url: string;
|
|
9367
9717
|
tag?: string | null;
|
|
9368
9718
|
type: ProductV1MediaType;
|
|
9719
|
+
width?: number | null;
|
|
9720
|
+
height?: number | null;
|
|
9369
9721
|
}> | null;
|
|
9370
9722
|
contactLinks?: Array<{
|
|
9371
9723
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -9376,7 +9728,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9376
9728
|
seller: {
|
|
9377
9729
|
__typename?: "Seller";
|
|
9378
9730
|
id: string;
|
|
9379
|
-
|
|
9731
|
+
assistant: string;
|
|
9380
9732
|
admin: string;
|
|
9381
9733
|
clerk: string;
|
|
9382
9734
|
treasury: string;
|
|
@@ -9412,6 +9764,20 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9412
9764
|
deliveryTime: string;
|
|
9413
9765
|
}> | null;
|
|
9414
9766
|
} | null;
|
|
9767
|
+
animationMetadata?: {
|
|
9768
|
+
__typename?: "AnimationMetadata";
|
|
9769
|
+
id: string;
|
|
9770
|
+
width?: number | null;
|
|
9771
|
+
height?: number | null;
|
|
9772
|
+
type?: string | null;
|
|
9773
|
+
} | null;
|
|
9774
|
+
} | null;
|
|
9775
|
+
range?: {
|
|
9776
|
+
__typename?: "RangeEntity";
|
|
9777
|
+
id: string;
|
|
9778
|
+
start: string;
|
|
9779
|
+
end: string;
|
|
9780
|
+
owner: string;
|
|
9415
9781
|
} | null;
|
|
9416
9782
|
}>;
|
|
9417
9783
|
logs?: Array<{
|
|
@@ -9565,13 +9931,13 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9565
9931
|
admin: string;
|
|
9566
9932
|
clerk: string;
|
|
9567
9933
|
treasury: string;
|
|
9568
|
-
|
|
9934
|
+
assistant: string;
|
|
9569
9935
|
metadataUri: string;
|
|
9570
9936
|
active: boolean;
|
|
9571
9937
|
sellerAllowList: Array<string>;
|
|
9572
9938
|
pendingDisputeResolver?: {
|
|
9573
9939
|
__typename?: "PendingDisputeResolver";
|
|
9574
|
-
|
|
9940
|
+
assistant?: string | null;
|
|
9575
9941
|
admin?: string | null;
|
|
9576
9942
|
clerk?: string | null;
|
|
9577
9943
|
} | null;
|
|
@@ -9614,7 +9980,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9614
9980
|
seller: {
|
|
9615
9981
|
__typename?: "Seller";
|
|
9616
9982
|
id: string;
|
|
9617
|
-
|
|
9983
|
+
assistant: string;
|
|
9618
9984
|
admin: string;
|
|
9619
9985
|
clerk: string;
|
|
9620
9986
|
treasury: string;
|
|
@@ -9640,7 +10006,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9640
10006
|
admin: string;
|
|
9641
10007
|
clerk: string;
|
|
9642
10008
|
treasury: string;
|
|
9643
|
-
|
|
10009
|
+
assistant: string;
|
|
9644
10010
|
metadataUri: string;
|
|
9645
10011
|
active: boolean;
|
|
9646
10012
|
sellerAllowList: Array<string>;
|
|
@@ -9679,6 +10045,13 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9679
10045
|
schemaUrl: string;
|
|
9680
10046
|
type: MetadataType;
|
|
9681
10047
|
image: string;
|
|
10048
|
+
animationMetadata?: {
|
|
10049
|
+
__typename?: "AnimationMetadata";
|
|
10050
|
+
id: string;
|
|
10051
|
+
width?: number | null;
|
|
10052
|
+
height?: number | null;
|
|
10053
|
+
type?: string | null;
|
|
10054
|
+
} | null;
|
|
9682
10055
|
} | {
|
|
9683
10056
|
__typename?: "ProductV1MetadataEntity";
|
|
9684
10057
|
createdAt: string;
|
|
@@ -9773,6 +10146,8 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9773
10146
|
url: string;
|
|
9774
10147
|
tag?: string | null;
|
|
9775
10148
|
type: ProductV1MediaType;
|
|
10149
|
+
width?: number | null;
|
|
10150
|
+
height?: number | null;
|
|
9776
10151
|
}>;
|
|
9777
10152
|
visuals_videos?: Array<{
|
|
9778
10153
|
__typename?: "ProductV1Media";
|
|
@@ -9780,6 +10155,8 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9780
10155
|
url: string;
|
|
9781
10156
|
tag?: string | null;
|
|
9782
10157
|
type: ProductV1MediaType;
|
|
10158
|
+
width?: number | null;
|
|
10159
|
+
height?: number | null;
|
|
9783
10160
|
}> | null;
|
|
9784
10161
|
productV1Seller?: {
|
|
9785
10162
|
__typename?: "ProductV1Seller";
|
|
@@ -9796,6 +10173,8 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9796
10173
|
url: string;
|
|
9797
10174
|
tag?: string | null;
|
|
9798
10175
|
type: ProductV1MediaType;
|
|
10176
|
+
width?: number | null;
|
|
10177
|
+
height?: number | null;
|
|
9799
10178
|
}> | null;
|
|
9800
10179
|
contactLinks?: Array<{
|
|
9801
10180
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -9806,7 +10185,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9806
10185
|
seller: {
|
|
9807
10186
|
__typename?: "Seller";
|
|
9808
10187
|
id: string;
|
|
9809
|
-
|
|
10188
|
+
assistant: string;
|
|
9810
10189
|
admin: string;
|
|
9811
10190
|
clerk: string;
|
|
9812
10191
|
treasury: string;
|
|
@@ -9840,6 +10219,8 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9840
10219
|
url: string;
|
|
9841
10220
|
tag?: string | null;
|
|
9842
10221
|
type: ProductV1MediaType;
|
|
10222
|
+
width?: number | null;
|
|
10223
|
+
height?: number | null;
|
|
9843
10224
|
}> | null;
|
|
9844
10225
|
contactLinks?: Array<{
|
|
9845
10226
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -9850,7 +10231,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9850
10231
|
seller: {
|
|
9851
10232
|
__typename?: "Seller";
|
|
9852
10233
|
id: string;
|
|
9853
|
-
|
|
10234
|
+
assistant: string;
|
|
9854
10235
|
admin: string;
|
|
9855
10236
|
clerk: string;
|
|
9856
10237
|
treasury: string;
|
|
@@ -9886,6 +10267,20 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9886
10267
|
deliveryTime: string;
|
|
9887
10268
|
}> | null;
|
|
9888
10269
|
} | null;
|
|
10270
|
+
animationMetadata?: {
|
|
10271
|
+
__typename?: "AnimationMetadata";
|
|
10272
|
+
id: string;
|
|
10273
|
+
width?: number | null;
|
|
10274
|
+
height?: number | null;
|
|
10275
|
+
type?: string | null;
|
|
10276
|
+
} | null;
|
|
10277
|
+
} | null;
|
|
10278
|
+
range?: {
|
|
10279
|
+
__typename?: "RangeEntity";
|
|
10280
|
+
id: string;
|
|
10281
|
+
start: string;
|
|
10282
|
+
end: string;
|
|
10283
|
+
owner: string;
|
|
9889
10284
|
} | null;
|
|
9890
10285
|
}>;
|
|
9891
10286
|
logs?: Array<{
|
|
@@ -10014,7 +10409,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
10014
10409
|
export declare type SellerFieldsFragment = {
|
|
10015
10410
|
__typename?: "Seller";
|
|
10016
10411
|
id: string;
|
|
10017
|
-
|
|
10412
|
+
assistant: string;
|
|
10018
10413
|
admin: string;
|
|
10019
10414
|
clerk: string;
|
|
10020
10415
|
treasury: string;
|
|
@@ -10026,7 +10421,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10026
10421
|
royaltyPercentage: string;
|
|
10027
10422
|
pendingSeller?: {
|
|
10028
10423
|
__typename?: "PendingSeller";
|
|
10029
|
-
|
|
10424
|
+
assistant?: string | null;
|
|
10030
10425
|
admin?: string | null;
|
|
10031
10426
|
clerk?: string | null;
|
|
10032
10427
|
authTokenId?: string | null;
|
|
@@ -10085,7 +10480,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10085
10480
|
seller: {
|
|
10086
10481
|
__typename?: "Seller";
|
|
10087
10482
|
id: string;
|
|
10088
|
-
|
|
10483
|
+
assistant: string;
|
|
10089
10484
|
admin: string;
|
|
10090
10485
|
clerk: string;
|
|
10091
10486
|
treasury: string;
|
|
@@ -10111,7 +10506,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10111
10506
|
admin: string;
|
|
10112
10507
|
clerk: string;
|
|
10113
10508
|
treasury: string;
|
|
10114
|
-
|
|
10509
|
+
assistant: string;
|
|
10115
10510
|
metadataUri: string;
|
|
10116
10511
|
active: boolean;
|
|
10117
10512
|
sellerAllowList: Array<string>;
|
|
@@ -10150,6 +10545,13 @@ export declare type SellerFieldsFragment = {
|
|
|
10150
10545
|
schemaUrl: string;
|
|
10151
10546
|
type: MetadataType;
|
|
10152
10547
|
image: string;
|
|
10548
|
+
animationMetadata?: {
|
|
10549
|
+
__typename?: "AnimationMetadata";
|
|
10550
|
+
id: string;
|
|
10551
|
+
width?: number | null;
|
|
10552
|
+
height?: number | null;
|
|
10553
|
+
type?: string | null;
|
|
10554
|
+
} | null;
|
|
10153
10555
|
} | {
|
|
10154
10556
|
__typename?: "ProductV1MetadataEntity";
|
|
10155
10557
|
createdAt: string;
|
|
@@ -10244,6 +10646,8 @@ export declare type SellerFieldsFragment = {
|
|
|
10244
10646
|
url: string;
|
|
10245
10647
|
tag?: string | null;
|
|
10246
10648
|
type: ProductV1MediaType;
|
|
10649
|
+
width?: number | null;
|
|
10650
|
+
height?: number | null;
|
|
10247
10651
|
}>;
|
|
10248
10652
|
visuals_videos?: Array<{
|
|
10249
10653
|
__typename?: "ProductV1Media";
|
|
@@ -10251,6 +10655,8 @@ export declare type SellerFieldsFragment = {
|
|
|
10251
10655
|
url: string;
|
|
10252
10656
|
tag?: string | null;
|
|
10253
10657
|
type: ProductV1MediaType;
|
|
10658
|
+
width?: number | null;
|
|
10659
|
+
height?: number | null;
|
|
10254
10660
|
}> | null;
|
|
10255
10661
|
productV1Seller?: {
|
|
10256
10662
|
__typename?: "ProductV1Seller";
|
|
@@ -10267,6 +10673,8 @@ export declare type SellerFieldsFragment = {
|
|
|
10267
10673
|
url: string;
|
|
10268
10674
|
tag?: string | null;
|
|
10269
10675
|
type: ProductV1MediaType;
|
|
10676
|
+
width?: number | null;
|
|
10677
|
+
height?: number | null;
|
|
10270
10678
|
}> | null;
|
|
10271
10679
|
contactLinks?: Array<{
|
|
10272
10680
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -10277,7 +10685,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10277
10685
|
seller: {
|
|
10278
10686
|
__typename?: "Seller";
|
|
10279
10687
|
id: string;
|
|
10280
|
-
|
|
10688
|
+
assistant: string;
|
|
10281
10689
|
admin: string;
|
|
10282
10690
|
clerk: string;
|
|
10283
10691
|
treasury: string;
|
|
@@ -10311,6 +10719,8 @@ export declare type SellerFieldsFragment = {
|
|
|
10311
10719
|
url: string;
|
|
10312
10720
|
tag?: string | null;
|
|
10313
10721
|
type: ProductV1MediaType;
|
|
10722
|
+
width?: number | null;
|
|
10723
|
+
height?: number | null;
|
|
10314
10724
|
}> | null;
|
|
10315
10725
|
contactLinks?: Array<{
|
|
10316
10726
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -10321,7 +10731,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10321
10731
|
seller: {
|
|
10322
10732
|
__typename?: "Seller";
|
|
10323
10733
|
id: string;
|
|
10324
|
-
|
|
10734
|
+
assistant: string;
|
|
10325
10735
|
admin: string;
|
|
10326
10736
|
clerk: string;
|
|
10327
10737
|
treasury: string;
|
|
@@ -10357,6 +10767,20 @@ export declare type SellerFieldsFragment = {
|
|
|
10357
10767
|
deliveryTime: string;
|
|
10358
10768
|
}> | null;
|
|
10359
10769
|
} | null;
|
|
10770
|
+
animationMetadata?: {
|
|
10771
|
+
__typename?: "AnimationMetadata";
|
|
10772
|
+
id: string;
|
|
10773
|
+
width?: number | null;
|
|
10774
|
+
height?: number | null;
|
|
10775
|
+
type?: string | null;
|
|
10776
|
+
} | null;
|
|
10777
|
+
} | null;
|
|
10778
|
+
range?: {
|
|
10779
|
+
__typename?: "RangeEntity";
|
|
10780
|
+
id: string;
|
|
10781
|
+
start: string;
|
|
10782
|
+
end: string;
|
|
10783
|
+
owner: string;
|
|
10360
10784
|
} | null;
|
|
10361
10785
|
}>;
|
|
10362
10786
|
exchanges?: Array<{
|
|
@@ -10397,7 +10821,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10397
10821
|
seller: {
|
|
10398
10822
|
__typename?: "Seller";
|
|
10399
10823
|
id: string;
|
|
10400
|
-
|
|
10824
|
+
assistant: string;
|
|
10401
10825
|
admin: string;
|
|
10402
10826
|
clerk: string;
|
|
10403
10827
|
treasury: string;
|
|
@@ -10519,7 +10943,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10519
10943
|
export declare type BaseSellerFieldsFragment = {
|
|
10520
10944
|
__typename?: "Seller";
|
|
10521
10945
|
id: string;
|
|
10522
|
-
|
|
10946
|
+
assistant: string;
|
|
10523
10947
|
admin: string;
|
|
10524
10948
|
clerk: string;
|
|
10525
10949
|
treasury: string;
|
|
@@ -10532,7 +10956,7 @@ export declare type BaseSellerFieldsFragment = {
|
|
|
10532
10956
|
};
|
|
10533
10957
|
export declare type PendingSellerFieldsFragment = {
|
|
10534
10958
|
__typename?: "PendingSeller";
|
|
10535
|
-
|
|
10959
|
+
assistant?: string | null;
|
|
10536
10960
|
admin?: string | null;
|
|
10537
10961
|
clerk?: string | null;
|
|
10538
10962
|
authTokenId?: string | null;
|
|
@@ -10595,7 +11019,7 @@ export declare type BuyerFieldsFragment = {
|
|
|
10595
11019
|
seller: {
|
|
10596
11020
|
__typename?: "Seller";
|
|
10597
11021
|
id: string;
|
|
10598
|
-
|
|
11022
|
+
assistant: string;
|
|
10599
11023
|
admin: string;
|
|
10600
11024
|
clerk: string;
|
|
10601
11025
|
treasury: string;
|
|
@@ -10727,13 +11151,13 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10727
11151
|
admin: string;
|
|
10728
11152
|
clerk: string;
|
|
10729
11153
|
treasury: string;
|
|
10730
|
-
|
|
11154
|
+
assistant: string;
|
|
10731
11155
|
metadataUri: string;
|
|
10732
11156
|
active: boolean;
|
|
10733
11157
|
sellerAllowList: Array<string>;
|
|
10734
11158
|
pendingDisputeResolver?: {
|
|
10735
11159
|
__typename?: "PendingDisputeResolver";
|
|
10736
|
-
|
|
11160
|
+
assistant?: string | null;
|
|
10737
11161
|
admin?: string | null;
|
|
10738
11162
|
clerk?: string | null;
|
|
10739
11163
|
} | null;
|
|
@@ -10776,7 +11200,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10776
11200
|
seller: {
|
|
10777
11201
|
__typename?: "Seller";
|
|
10778
11202
|
id: string;
|
|
10779
|
-
|
|
11203
|
+
assistant: string;
|
|
10780
11204
|
admin: string;
|
|
10781
11205
|
clerk: string;
|
|
10782
11206
|
treasury: string;
|
|
@@ -10802,7 +11226,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10802
11226
|
admin: string;
|
|
10803
11227
|
clerk: string;
|
|
10804
11228
|
treasury: string;
|
|
10805
|
-
|
|
11229
|
+
assistant: string;
|
|
10806
11230
|
metadataUri: string;
|
|
10807
11231
|
active: boolean;
|
|
10808
11232
|
sellerAllowList: Array<string>;
|
|
@@ -10841,6 +11265,13 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10841
11265
|
schemaUrl: string;
|
|
10842
11266
|
type: MetadataType;
|
|
10843
11267
|
image: string;
|
|
11268
|
+
animationMetadata?: {
|
|
11269
|
+
__typename?: "AnimationMetadata";
|
|
11270
|
+
id: string;
|
|
11271
|
+
width?: number | null;
|
|
11272
|
+
height?: number | null;
|
|
11273
|
+
type?: string | null;
|
|
11274
|
+
} | null;
|
|
10844
11275
|
} | {
|
|
10845
11276
|
__typename?: "ProductV1MetadataEntity";
|
|
10846
11277
|
createdAt: string;
|
|
@@ -10935,6 +11366,8 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10935
11366
|
url: string;
|
|
10936
11367
|
tag?: string | null;
|
|
10937
11368
|
type: ProductV1MediaType;
|
|
11369
|
+
width?: number | null;
|
|
11370
|
+
height?: number | null;
|
|
10938
11371
|
}>;
|
|
10939
11372
|
visuals_videos?: Array<{
|
|
10940
11373
|
__typename?: "ProductV1Media";
|
|
@@ -10942,6 +11375,8 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10942
11375
|
url: string;
|
|
10943
11376
|
tag?: string | null;
|
|
10944
11377
|
type: ProductV1MediaType;
|
|
11378
|
+
width?: number | null;
|
|
11379
|
+
height?: number | null;
|
|
10945
11380
|
}> | null;
|
|
10946
11381
|
productV1Seller?: {
|
|
10947
11382
|
__typename?: "ProductV1Seller";
|
|
@@ -10958,6 +11393,8 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10958
11393
|
url: string;
|
|
10959
11394
|
tag?: string | null;
|
|
10960
11395
|
type: ProductV1MediaType;
|
|
11396
|
+
width?: number | null;
|
|
11397
|
+
height?: number | null;
|
|
10961
11398
|
}> | null;
|
|
10962
11399
|
contactLinks?: Array<{
|
|
10963
11400
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -10968,7 +11405,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10968
11405
|
seller: {
|
|
10969
11406
|
__typename?: "Seller";
|
|
10970
11407
|
id: string;
|
|
10971
|
-
|
|
11408
|
+
assistant: string;
|
|
10972
11409
|
admin: string;
|
|
10973
11410
|
clerk: string;
|
|
10974
11411
|
treasury: string;
|
|
@@ -11002,6 +11439,8 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11002
11439
|
url: string;
|
|
11003
11440
|
tag?: string | null;
|
|
11004
11441
|
type: ProductV1MediaType;
|
|
11442
|
+
width?: number | null;
|
|
11443
|
+
height?: number | null;
|
|
11005
11444
|
}> | null;
|
|
11006
11445
|
contactLinks?: Array<{
|
|
11007
11446
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -11012,7 +11451,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11012
11451
|
seller: {
|
|
11013
11452
|
__typename?: "Seller";
|
|
11014
11453
|
id: string;
|
|
11015
|
-
|
|
11454
|
+
assistant: string;
|
|
11016
11455
|
admin: string;
|
|
11017
11456
|
clerk: string;
|
|
11018
11457
|
treasury: string;
|
|
@@ -11048,6 +11487,20 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11048
11487
|
deliveryTime: string;
|
|
11049
11488
|
}> | null;
|
|
11050
11489
|
} | null;
|
|
11490
|
+
animationMetadata?: {
|
|
11491
|
+
__typename?: "AnimationMetadata";
|
|
11492
|
+
id: string;
|
|
11493
|
+
width?: number | null;
|
|
11494
|
+
height?: number | null;
|
|
11495
|
+
type?: string | null;
|
|
11496
|
+
} | null;
|
|
11497
|
+
} | null;
|
|
11498
|
+
range?: {
|
|
11499
|
+
__typename?: "RangeEntity";
|
|
11500
|
+
id: string;
|
|
11501
|
+
start: string;
|
|
11502
|
+
end: string;
|
|
11503
|
+
owner: string;
|
|
11051
11504
|
} | null;
|
|
11052
11505
|
}>;
|
|
11053
11506
|
logs?: Array<{
|
|
@@ -11179,7 +11632,7 @@ export declare type BaseDisputeResolverFieldsFragment = {
|
|
|
11179
11632
|
admin: string;
|
|
11180
11633
|
clerk: string;
|
|
11181
11634
|
treasury: string;
|
|
11182
|
-
|
|
11635
|
+
assistant: string;
|
|
11183
11636
|
metadataUri: string;
|
|
11184
11637
|
active: boolean;
|
|
11185
11638
|
sellerAllowList: Array<string>;
|
|
@@ -11201,7 +11654,7 @@ export declare type BaseDisputeResolverFieldsFragment = {
|
|
|
11201
11654
|
};
|
|
11202
11655
|
export declare type PendingDisputeResolverFieldsFragment = {
|
|
11203
11656
|
__typename?: "PendingDisputeResolver";
|
|
11204
|
-
|
|
11657
|
+
assistant?: string | null;
|
|
11205
11658
|
admin?: string | null;
|
|
11206
11659
|
clerk?: string | null;
|
|
11207
11660
|
};
|
|
@@ -11291,7 +11744,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
11291
11744
|
seller: {
|
|
11292
11745
|
__typename?: "Seller";
|
|
11293
11746
|
id: string;
|
|
11294
|
-
|
|
11747
|
+
assistant: string;
|
|
11295
11748
|
admin: string;
|
|
11296
11749
|
clerk: string;
|
|
11297
11750
|
treasury: string;
|
|
@@ -11306,7 +11759,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
11306
11759
|
seller: {
|
|
11307
11760
|
__typename?: "Seller";
|
|
11308
11761
|
id: string;
|
|
11309
|
-
|
|
11762
|
+
assistant: string;
|
|
11310
11763
|
admin: string;
|
|
11311
11764
|
clerk: string;
|
|
11312
11765
|
treasury: string;
|
|
@@ -11386,7 +11839,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
11386
11839
|
seller: {
|
|
11387
11840
|
__typename?: "Seller";
|
|
11388
11841
|
id: string;
|
|
11389
|
-
|
|
11842
|
+
assistant: string;
|
|
11390
11843
|
admin: string;
|
|
11391
11844
|
clerk: string;
|
|
11392
11845
|
treasury: string;
|
|
@@ -11401,7 +11854,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
11401
11854
|
seller: {
|
|
11402
11855
|
__typename?: "Seller";
|
|
11403
11856
|
id: string;
|
|
11404
|
-
|
|
11857
|
+
assistant: string;
|
|
11405
11858
|
admin: string;
|
|
11406
11859
|
clerk: string;
|
|
11407
11860
|
treasury: string;
|
|
@@ -11472,7 +11925,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
11472
11925
|
seller: {
|
|
11473
11926
|
__typename?: "Seller";
|
|
11474
11927
|
id: string;
|
|
11475
|
-
|
|
11928
|
+
assistant: string;
|
|
11476
11929
|
admin: string;
|
|
11477
11930
|
clerk: string;
|
|
11478
11931
|
treasury: string;
|
|
@@ -11487,7 +11940,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
11487
11940
|
seller: {
|
|
11488
11941
|
__typename?: "Seller";
|
|
11489
11942
|
id: string;
|
|
11490
|
-
|
|
11943
|
+
assistant: string;
|
|
11491
11944
|
admin: string;
|
|
11492
11945
|
clerk: string;
|
|
11493
11946
|
treasury: string;
|
|
@@ -11588,7 +12041,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11588
12041
|
seller: {
|
|
11589
12042
|
__typename?: "Seller";
|
|
11590
12043
|
id: string;
|
|
11591
|
-
|
|
12044
|
+
assistant: string;
|
|
11592
12045
|
admin: string;
|
|
11593
12046
|
clerk: string;
|
|
11594
12047
|
treasury: string;
|
|
@@ -11614,7 +12067,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11614
12067
|
admin: string;
|
|
11615
12068
|
clerk: string;
|
|
11616
12069
|
treasury: string;
|
|
11617
|
-
|
|
12070
|
+
assistant: string;
|
|
11618
12071
|
metadataUri: string;
|
|
11619
12072
|
active: boolean;
|
|
11620
12073
|
sellerAllowList: Array<string>;
|
|
@@ -11653,6 +12106,13 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11653
12106
|
schemaUrl: string;
|
|
11654
12107
|
type: MetadataType;
|
|
11655
12108
|
image: string;
|
|
12109
|
+
animationMetadata?: {
|
|
12110
|
+
__typename?: "AnimationMetadata";
|
|
12111
|
+
id: string;
|
|
12112
|
+
width?: number | null;
|
|
12113
|
+
height?: number | null;
|
|
12114
|
+
type?: string | null;
|
|
12115
|
+
} | null;
|
|
11656
12116
|
} | {
|
|
11657
12117
|
__typename?: "ProductV1MetadataEntity";
|
|
11658
12118
|
createdAt: string;
|
|
@@ -11747,6 +12207,8 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11747
12207
|
url: string;
|
|
11748
12208
|
tag?: string | null;
|
|
11749
12209
|
type: ProductV1MediaType;
|
|
12210
|
+
width?: number | null;
|
|
12211
|
+
height?: number | null;
|
|
11750
12212
|
}>;
|
|
11751
12213
|
visuals_videos?: Array<{
|
|
11752
12214
|
__typename?: "ProductV1Media";
|
|
@@ -11754,6 +12216,8 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11754
12216
|
url: string;
|
|
11755
12217
|
tag?: string | null;
|
|
11756
12218
|
type: ProductV1MediaType;
|
|
12219
|
+
width?: number | null;
|
|
12220
|
+
height?: number | null;
|
|
11757
12221
|
}> | null;
|
|
11758
12222
|
productV1Seller?: {
|
|
11759
12223
|
__typename?: "ProductV1Seller";
|
|
@@ -11770,6 +12234,8 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11770
12234
|
url: string;
|
|
11771
12235
|
tag?: string | null;
|
|
11772
12236
|
type: ProductV1MediaType;
|
|
12237
|
+
width?: number | null;
|
|
12238
|
+
height?: number | null;
|
|
11773
12239
|
}> | null;
|
|
11774
12240
|
contactLinks?: Array<{
|
|
11775
12241
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -11780,7 +12246,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11780
12246
|
seller: {
|
|
11781
12247
|
__typename?: "Seller";
|
|
11782
12248
|
id: string;
|
|
11783
|
-
|
|
12249
|
+
assistant: string;
|
|
11784
12250
|
admin: string;
|
|
11785
12251
|
clerk: string;
|
|
11786
12252
|
treasury: string;
|
|
@@ -11814,6 +12280,8 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11814
12280
|
url: string;
|
|
11815
12281
|
tag?: string | null;
|
|
11816
12282
|
type: ProductV1MediaType;
|
|
12283
|
+
width?: number | null;
|
|
12284
|
+
height?: number | null;
|
|
11817
12285
|
}> | null;
|
|
11818
12286
|
contactLinks?: Array<{
|
|
11819
12287
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -11824,7 +12292,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11824
12292
|
seller: {
|
|
11825
12293
|
__typename?: "Seller";
|
|
11826
12294
|
id: string;
|
|
11827
|
-
|
|
12295
|
+
assistant: string;
|
|
11828
12296
|
admin: string;
|
|
11829
12297
|
clerk: string;
|
|
11830
12298
|
treasury: string;
|
|
@@ -11860,6 +12328,20 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11860
12328
|
deliveryTime: string;
|
|
11861
12329
|
}> | null;
|
|
11862
12330
|
} | null;
|
|
12331
|
+
animationMetadata?: {
|
|
12332
|
+
__typename?: "AnimationMetadata";
|
|
12333
|
+
id: string;
|
|
12334
|
+
width?: number | null;
|
|
12335
|
+
height?: number | null;
|
|
12336
|
+
type?: string | null;
|
|
12337
|
+
} | null;
|
|
12338
|
+
} | null;
|
|
12339
|
+
range?: {
|
|
12340
|
+
__typename?: "RangeEntity";
|
|
12341
|
+
id: string;
|
|
12342
|
+
start: string;
|
|
12343
|
+
end: string;
|
|
12344
|
+
owner: string;
|
|
11863
12345
|
} | null;
|
|
11864
12346
|
}>;
|
|
11865
12347
|
funds?: Array<{
|
|
@@ -11937,7 +12419,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
11937
12419
|
seller: {
|
|
11938
12420
|
__typename?: "Seller";
|
|
11939
12421
|
id: string;
|
|
11940
|
-
|
|
12422
|
+
assistant: string;
|
|
11941
12423
|
admin: string;
|
|
11942
12424
|
clerk: string;
|
|
11943
12425
|
treasury: string;
|
|
@@ -11963,7 +12445,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
11963
12445
|
admin: string;
|
|
11964
12446
|
clerk: string;
|
|
11965
12447
|
treasury: string;
|
|
11966
|
-
|
|
12448
|
+
assistant: string;
|
|
11967
12449
|
metadataUri: string;
|
|
11968
12450
|
active: boolean;
|
|
11969
12451
|
sellerAllowList: Array<string>;
|
|
@@ -12002,6 +12484,13 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12002
12484
|
schemaUrl: string;
|
|
12003
12485
|
type: MetadataType;
|
|
12004
12486
|
image: string;
|
|
12487
|
+
animationMetadata?: {
|
|
12488
|
+
__typename?: "AnimationMetadata";
|
|
12489
|
+
id: string;
|
|
12490
|
+
width?: number | null;
|
|
12491
|
+
height?: number | null;
|
|
12492
|
+
type?: string | null;
|
|
12493
|
+
} | null;
|
|
12005
12494
|
} | {
|
|
12006
12495
|
__typename?: "ProductV1MetadataEntity";
|
|
12007
12496
|
createdAt: string;
|
|
@@ -12096,6 +12585,8 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12096
12585
|
url: string;
|
|
12097
12586
|
tag?: string | null;
|
|
12098
12587
|
type: ProductV1MediaType;
|
|
12588
|
+
width?: number | null;
|
|
12589
|
+
height?: number | null;
|
|
12099
12590
|
}>;
|
|
12100
12591
|
visuals_videos?: Array<{
|
|
12101
12592
|
__typename?: "ProductV1Media";
|
|
@@ -12103,6 +12594,8 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12103
12594
|
url: string;
|
|
12104
12595
|
tag?: string | null;
|
|
12105
12596
|
type: ProductV1MediaType;
|
|
12597
|
+
width?: number | null;
|
|
12598
|
+
height?: number | null;
|
|
12106
12599
|
}> | null;
|
|
12107
12600
|
productV1Seller?: {
|
|
12108
12601
|
__typename?: "ProductV1Seller";
|
|
@@ -12119,6 +12612,8 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12119
12612
|
url: string;
|
|
12120
12613
|
tag?: string | null;
|
|
12121
12614
|
type: ProductV1MediaType;
|
|
12615
|
+
width?: number | null;
|
|
12616
|
+
height?: number | null;
|
|
12122
12617
|
}> | null;
|
|
12123
12618
|
contactLinks?: Array<{
|
|
12124
12619
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -12129,7 +12624,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12129
12624
|
seller: {
|
|
12130
12625
|
__typename?: "Seller";
|
|
12131
12626
|
id: string;
|
|
12132
|
-
|
|
12627
|
+
assistant: string;
|
|
12133
12628
|
admin: string;
|
|
12134
12629
|
clerk: string;
|
|
12135
12630
|
treasury: string;
|
|
@@ -12163,6 +12658,8 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12163
12658
|
url: string;
|
|
12164
12659
|
tag?: string | null;
|
|
12165
12660
|
type: ProductV1MediaType;
|
|
12661
|
+
width?: number | null;
|
|
12662
|
+
height?: number | null;
|
|
12166
12663
|
}> | null;
|
|
12167
12664
|
contactLinks?: Array<{
|
|
12168
12665
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -12173,7 +12670,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12173
12670
|
seller: {
|
|
12174
12671
|
__typename?: "Seller";
|
|
12175
12672
|
id: string;
|
|
12176
|
-
|
|
12673
|
+
assistant: string;
|
|
12177
12674
|
admin: string;
|
|
12178
12675
|
clerk: string;
|
|
12179
12676
|
treasury: string;
|
|
@@ -12209,6 +12706,20 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12209
12706
|
deliveryTime: string;
|
|
12210
12707
|
}> | null;
|
|
12211
12708
|
} | null;
|
|
12709
|
+
animationMetadata?: {
|
|
12710
|
+
__typename?: "AnimationMetadata";
|
|
12711
|
+
id: string;
|
|
12712
|
+
width?: number | null;
|
|
12713
|
+
height?: number | null;
|
|
12714
|
+
type?: string | null;
|
|
12715
|
+
} | null;
|
|
12716
|
+
} | null;
|
|
12717
|
+
range?: {
|
|
12718
|
+
__typename?: "RangeEntity";
|
|
12719
|
+
id: string;
|
|
12720
|
+
start: string;
|
|
12721
|
+
end: string;
|
|
12722
|
+
owner: string;
|
|
12212
12723
|
} | null;
|
|
12213
12724
|
}>;
|
|
12214
12725
|
funds?: Array<{
|
|
@@ -12265,7 +12776,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12265
12776
|
seller: {
|
|
12266
12777
|
__typename?: "Seller";
|
|
12267
12778
|
id: string;
|
|
12268
|
-
|
|
12779
|
+
assistant: string;
|
|
12269
12780
|
admin: string;
|
|
12270
12781
|
clerk: string;
|
|
12271
12782
|
treasury: string;
|
|
@@ -12291,7 +12802,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12291
12802
|
admin: string;
|
|
12292
12803
|
clerk: string;
|
|
12293
12804
|
treasury: string;
|
|
12294
|
-
|
|
12805
|
+
assistant: string;
|
|
12295
12806
|
metadataUri: string;
|
|
12296
12807
|
active: boolean;
|
|
12297
12808
|
sellerAllowList: Array<string>;
|
|
@@ -12330,6 +12841,13 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12330
12841
|
schemaUrl: string;
|
|
12331
12842
|
type: MetadataType;
|
|
12332
12843
|
image: string;
|
|
12844
|
+
animationMetadata?: {
|
|
12845
|
+
__typename?: "AnimationMetadata";
|
|
12846
|
+
id: string;
|
|
12847
|
+
width?: number | null;
|
|
12848
|
+
height?: number | null;
|
|
12849
|
+
type?: string | null;
|
|
12850
|
+
} | null;
|
|
12333
12851
|
} | {
|
|
12334
12852
|
__typename?: "ProductV1MetadataEntity";
|
|
12335
12853
|
createdAt: string;
|
|
@@ -12424,6 +12942,8 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12424
12942
|
url: string;
|
|
12425
12943
|
tag?: string | null;
|
|
12426
12944
|
type: ProductV1MediaType;
|
|
12945
|
+
width?: number | null;
|
|
12946
|
+
height?: number | null;
|
|
12427
12947
|
}>;
|
|
12428
12948
|
visuals_videos?: Array<{
|
|
12429
12949
|
__typename?: "ProductV1Media";
|
|
@@ -12431,6 +12951,8 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12431
12951
|
url: string;
|
|
12432
12952
|
tag?: string | null;
|
|
12433
12953
|
type: ProductV1MediaType;
|
|
12954
|
+
width?: number | null;
|
|
12955
|
+
height?: number | null;
|
|
12434
12956
|
}> | null;
|
|
12435
12957
|
productV1Seller?: {
|
|
12436
12958
|
__typename?: "ProductV1Seller";
|
|
@@ -12447,6 +12969,8 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12447
12969
|
url: string;
|
|
12448
12970
|
tag?: string | null;
|
|
12449
12971
|
type: ProductV1MediaType;
|
|
12972
|
+
width?: number | null;
|
|
12973
|
+
height?: number | null;
|
|
12450
12974
|
}> | null;
|
|
12451
12975
|
contactLinks?: Array<{
|
|
12452
12976
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -12457,7 +12981,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12457
12981
|
seller: {
|
|
12458
12982
|
__typename?: "Seller";
|
|
12459
12983
|
id: string;
|
|
12460
|
-
|
|
12984
|
+
assistant: string;
|
|
12461
12985
|
admin: string;
|
|
12462
12986
|
clerk: string;
|
|
12463
12987
|
treasury: string;
|
|
@@ -12491,6 +13015,8 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12491
13015
|
url: string;
|
|
12492
13016
|
tag?: string | null;
|
|
12493
13017
|
type: ProductV1MediaType;
|
|
13018
|
+
width?: number | null;
|
|
13019
|
+
height?: number | null;
|
|
12494
13020
|
}> | null;
|
|
12495
13021
|
contactLinks?: Array<{
|
|
12496
13022
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -12501,7 +13027,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12501
13027
|
seller: {
|
|
12502
13028
|
__typename?: "Seller";
|
|
12503
13029
|
id: string;
|
|
12504
|
-
|
|
13030
|
+
assistant: string;
|
|
12505
13031
|
admin: string;
|
|
12506
13032
|
clerk: string;
|
|
12507
13033
|
treasury: string;
|
|
@@ -12537,6 +13063,20 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12537
13063
|
deliveryTime: string;
|
|
12538
13064
|
}> | null;
|
|
12539
13065
|
} | null;
|
|
13066
|
+
animationMetadata?: {
|
|
13067
|
+
__typename?: "AnimationMetadata";
|
|
13068
|
+
id: string;
|
|
13069
|
+
width?: number | null;
|
|
13070
|
+
height?: number | null;
|
|
13071
|
+
type?: string | null;
|
|
13072
|
+
} | null;
|
|
13073
|
+
} | null;
|
|
13074
|
+
range?: {
|
|
13075
|
+
__typename?: "RangeEntity";
|
|
13076
|
+
id: string;
|
|
13077
|
+
start: string;
|
|
13078
|
+
end: string;
|
|
13079
|
+
owner: string;
|
|
12540
13080
|
} | null;
|
|
12541
13081
|
}>;
|
|
12542
13082
|
funds?: Array<{
|
|
@@ -12839,7 +13379,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
12839
13379
|
seller: {
|
|
12840
13380
|
__typename?: "Seller";
|
|
12841
13381
|
id: string;
|
|
12842
|
-
|
|
13382
|
+
assistant: string;
|
|
12843
13383
|
admin: string;
|
|
12844
13384
|
clerk: string;
|
|
12845
13385
|
treasury: string;
|
|
@@ -12865,7 +13405,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
12865
13405
|
admin: string;
|
|
12866
13406
|
clerk: string;
|
|
12867
13407
|
treasury: string;
|
|
12868
|
-
|
|
13408
|
+
assistant: string;
|
|
12869
13409
|
metadataUri: string;
|
|
12870
13410
|
active: boolean;
|
|
12871
13411
|
sellerAllowList: Array<string>;
|
|
@@ -12904,6 +13444,13 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
12904
13444
|
schemaUrl: string;
|
|
12905
13445
|
type: MetadataType;
|
|
12906
13446
|
image: string;
|
|
13447
|
+
animationMetadata?: {
|
|
13448
|
+
__typename?: "AnimationMetadata";
|
|
13449
|
+
id: string;
|
|
13450
|
+
width?: number | null;
|
|
13451
|
+
height?: number | null;
|
|
13452
|
+
type?: string | null;
|
|
13453
|
+
} | null;
|
|
12907
13454
|
} | {
|
|
12908
13455
|
__typename?: "ProductV1MetadataEntity";
|
|
12909
13456
|
createdAt: string;
|
|
@@ -12998,6 +13545,8 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
12998
13545
|
url: string;
|
|
12999
13546
|
tag?: string | null;
|
|
13000
13547
|
type: ProductV1MediaType;
|
|
13548
|
+
width?: number | null;
|
|
13549
|
+
height?: number | null;
|
|
13001
13550
|
}>;
|
|
13002
13551
|
visuals_videos?: Array<{
|
|
13003
13552
|
__typename?: "ProductV1Media";
|
|
@@ -13005,6 +13554,8 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13005
13554
|
url: string;
|
|
13006
13555
|
tag?: string | null;
|
|
13007
13556
|
type: ProductV1MediaType;
|
|
13557
|
+
width?: number | null;
|
|
13558
|
+
height?: number | null;
|
|
13008
13559
|
}> | null;
|
|
13009
13560
|
productV1Seller?: {
|
|
13010
13561
|
__typename?: "ProductV1Seller";
|
|
@@ -13021,6 +13572,8 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13021
13572
|
url: string;
|
|
13022
13573
|
tag?: string | null;
|
|
13023
13574
|
type: ProductV1MediaType;
|
|
13575
|
+
width?: number | null;
|
|
13576
|
+
height?: number | null;
|
|
13024
13577
|
}> | null;
|
|
13025
13578
|
contactLinks?: Array<{
|
|
13026
13579
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13031,7 +13584,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13031
13584
|
seller: {
|
|
13032
13585
|
__typename?: "Seller";
|
|
13033
13586
|
id: string;
|
|
13034
|
-
|
|
13587
|
+
assistant: string;
|
|
13035
13588
|
admin: string;
|
|
13036
13589
|
clerk: string;
|
|
13037
13590
|
treasury: string;
|
|
@@ -13065,6 +13618,8 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13065
13618
|
url: string;
|
|
13066
13619
|
tag?: string | null;
|
|
13067
13620
|
type: ProductV1MediaType;
|
|
13621
|
+
width?: number | null;
|
|
13622
|
+
height?: number | null;
|
|
13068
13623
|
}> | null;
|
|
13069
13624
|
contactLinks?: Array<{
|
|
13070
13625
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13075,7 +13630,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13075
13630
|
seller: {
|
|
13076
13631
|
__typename?: "Seller";
|
|
13077
13632
|
id: string;
|
|
13078
|
-
|
|
13633
|
+
assistant: string;
|
|
13079
13634
|
admin: string;
|
|
13080
13635
|
clerk: string;
|
|
13081
13636
|
treasury: string;
|
|
@@ -13111,6 +13666,20 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13111
13666
|
deliveryTime: string;
|
|
13112
13667
|
}> | null;
|
|
13113
13668
|
} | null;
|
|
13669
|
+
animationMetadata?: {
|
|
13670
|
+
__typename?: "AnimationMetadata";
|
|
13671
|
+
id: string;
|
|
13672
|
+
width?: number | null;
|
|
13673
|
+
height?: number | null;
|
|
13674
|
+
type?: string | null;
|
|
13675
|
+
} | null;
|
|
13676
|
+
} | null;
|
|
13677
|
+
range?: {
|
|
13678
|
+
__typename?: "RangeEntity";
|
|
13679
|
+
id: string;
|
|
13680
|
+
start: string;
|
|
13681
|
+
end: string;
|
|
13682
|
+
owner: string;
|
|
13114
13683
|
} | null;
|
|
13115
13684
|
};
|
|
13116
13685
|
dispute?: {
|
|
@@ -13137,7 +13706,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13137
13706
|
seller: {
|
|
13138
13707
|
__typename?: "Seller";
|
|
13139
13708
|
id: string;
|
|
13140
|
-
|
|
13709
|
+
assistant: string;
|
|
13141
13710
|
admin: string;
|
|
13142
13711
|
clerk: string;
|
|
13143
13712
|
treasury: string;
|
|
@@ -13212,7 +13781,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13212
13781
|
seller: {
|
|
13213
13782
|
__typename?: "Seller";
|
|
13214
13783
|
id: string;
|
|
13215
|
-
|
|
13784
|
+
assistant: string;
|
|
13216
13785
|
admin: string;
|
|
13217
13786
|
clerk: string;
|
|
13218
13787
|
treasury: string;
|
|
@@ -13238,7 +13807,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13238
13807
|
admin: string;
|
|
13239
13808
|
clerk: string;
|
|
13240
13809
|
treasury: string;
|
|
13241
|
-
|
|
13810
|
+
assistant: string;
|
|
13242
13811
|
metadataUri: string;
|
|
13243
13812
|
active: boolean;
|
|
13244
13813
|
sellerAllowList: Array<string>;
|
|
@@ -13277,6 +13846,13 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13277
13846
|
schemaUrl: string;
|
|
13278
13847
|
type: MetadataType;
|
|
13279
13848
|
image: string;
|
|
13849
|
+
animationMetadata?: {
|
|
13850
|
+
__typename?: "AnimationMetadata";
|
|
13851
|
+
id: string;
|
|
13852
|
+
width?: number | null;
|
|
13853
|
+
height?: number | null;
|
|
13854
|
+
type?: string | null;
|
|
13855
|
+
} | null;
|
|
13280
13856
|
} | {
|
|
13281
13857
|
__typename?: "ProductV1MetadataEntity";
|
|
13282
13858
|
createdAt: string;
|
|
@@ -13371,6 +13947,8 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13371
13947
|
url: string;
|
|
13372
13948
|
tag?: string | null;
|
|
13373
13949
|
type: ProductV1MediaType;
|
|
13950
|
+
width?: number | null;
|
|
13951
|
+
height?: number | null;
|
|
13374
13952
|
}>;
|
|
13375
13953
|
visuals_videos?: Array<{
|
|
13376
13954
|
__typename?: "ProductV1Media";
|
|
@@ -13378,6 +13956,8 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13378
13956
|
url: string;
|
|
13379
13957
|
tag?: string | null;
|
|
13380
13958
|
type: ProductV1MediaType;
|
|
13959
|
+
width?: number | null;
|
|
13960
|
+
height?: number | null;
|
|
13381
13961
|
}> | null;
|
|
13382
13962
|
productV1Seller?: {
|
|
13383
13963
|
__typename?: "ProductV1Seller";
|
|
@@ -13394,6 +13974,8 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13394
13974
|
url: string;
|
|
13395
13975
|
tag?: string | null;
|
|
13396
13976
|
type: ProductV1MediaType;
|
|
13977
|
+
width?: number | null;
|
|
13978
|
+
height?: number | null;
|
|
13397
13979
|
}> | null;
|
|
13398
13980
|
contactLinks?: Array<{
|
|
13399
13981
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13404,7 +13986,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13404
13986
|
seller: {
|
|
13405
13987
|
__typename?: "Seller";
|
|
13406
13988
|
id: string;
|
|
13407
|
-
|
|
13989
|
+
assistant: string;
|
|
13408
13990
|
admin: string;
|
|
13409
13991
|
clerk: string;
|
|
13410
13992
|
treasury: string;
|
|
@@ -13438,6 +14020,8 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13438
14020
|
url: string;
|
|
13439
14021
|
tag?: string | null;
|
|
13440
14022
|
type: ProductV1MediaType;
|
|
14023
|
+
width?: number | null;
|
|
14024
|
+
height?: number | null;
|
|
13441
14025
|
}> | null;
|
|
13442
14026
|
contactLinks?: Array<{
|
|
13443
14027
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13448,7 +14032,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13448
14032
|
seller: {
|
|
13449
14033
|
__typename?: "Seller";
|
|
13450
14034
|
id: string;
|
|
13451
|
-
|
|
14035
|
+
assistant: string;
|
|
13452
14036
|
admin: string;
|
|
13453
14037
|
clerk: string;
|
|
13454
14038
|
treasury: string;
|
|
@@ -13484,6 +14068,20 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13484
14068
|
deliveryTime: string;
|
|
13485
14069
|
}> | null;
|
|
13486
14070
|
} | null;
|
|
14071
|
+
animationMetadata?: {
|
|
14072
|
+
__typename?: "AnimationMetadata";
|
|
14073
|
+
id: string;
|
|
14074
|
+
width?: number | null;
|
|
14075
|
+
height?: number | null;
|
|
14076
|
+
type?: string | null;
|
|
14077
|
+
} | null;
|
|
14078
|
+
} | null;
|
|
14079
|
+
range?: {
|
|
14080
|
+
__typename?: "RangeEntity";
|
|
14081
|
+
id: string;
|
|
14082
|
+
start: string;
|
|
14083
|
+
end: string;
|
|
14084
|
+
owner: string;
|
|
13487
14085
|
} | null;
|
|
13488
14086
|
};
|
|
13489
14087
|
dispute?: {
|
|
@@ -13510,7 +14108,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13510
14108
|
seller: {
|
|
13511
14109
|
__typename?: "Seller";
|
|
13512
14110
|
id: string;
|
|
13513
|
-
|
|
14111
|
+
assistant: string;
|
|
13514
14112
|
admin: string;
|
|
13515
14113
|
clerk: string;
|
|
13516
14114
|
treasury: string;
|
|
@@ -13576,7 +14174,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13576
14174
|
seller: {
|
|
13577
14175
|
__typename?: "Seller";
|
|
13578
14176
|
id: string;
|
|
13579
|
-
|
|
14177
|
+
assistant: string;
|
|
13580
14178
|
admin: string;
|
|
13581
14179
|
clerk: string;
|
|
13582
14180
|
treasury: string;
|
|
@@ -13602,7 +14200,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13602
14200
|
admin: string;
|
|
13603
14201
|
clerk: string;
|
|
13604
14202
|
treasury: string;
|
|
13605
|
-
|
|
14203
|
+
assistant: string;
|
|
13606
14204
|
metadataUri: string;
|
|
13607
14205
|
active: boolean;
|
|
13608
14206
|
sellerAllowList: Array<string>;
|
|
@@ -13641,6 +14239,13 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13641
14239
|
schemaUrl: string;
|
|
13642
14240
|
type: MetadataType;
|
|
13643
14241
|
image: string;
|
|
14242
|
+
animationMetadata?: {
|
|
14243
|
+
__typename?: "AnimationMetadata";
|
|
14244
|
+
id: string;
|
|
14245
|
+
width?: number | null;
|
|
14246
|
+
height?: number | null;
|
|
14247
|
+
type?: string | null;
|
|
14248
|
+
} | null;
|
|
13644
14249
|
} | {
|
|
13645
14250
|
__typename?: "ProductV1MetadataEntity";
|
|
13646
14251
|
createdAt: string;
|
|
@@ -13735,6 +14340,8 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13735
14340
|
url: string;
|
|
13736
14341
|
tag?: string | null;
|
|
13737
14342
|
type: ProductV1MediaType;
|
|
14343
|
+
width?: number | null;
|
|
14344
|
+
height?: number | null;
|
|
13738
14345
|
}>;
|
|
13739
14346
|
visuals_videos?: Array<{
|
|
13740
14347
|
__typename?: "ProductV1Media";
|
|
@@ -13742,6 +14349,8 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13742
14349
|
url: string;
|
|
13743
14350
|
tag?: string | null;
|
|
13744
14351
|
type: ProductV1MediaType;
|
|
14352
|
+
width?: number | null;
|
|
14353
|
+
height?: number | null;
|
|
13745
14354
|
}> | null;
|
|
13746
14355
|
productV1Seller?: {
|
|
13747
14356
|
__typename?: "ProductV1Seller";
|
|
@@ -13758,6 +14367,8 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13758
14367
|
url: string;
|
|
13759
14368
|
tag?: string | null;
|
|
13760
14369
|
type: ProductV1MediaType;
|
|
14370
|
+
width?: number | null;
|
|
14371
|
+
height?: number | null;
|
|
13761
14372
|
}> | null;
|
|
13762
14373
|
contactLinks?: Array<{
|
|
13763
14374
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13768,7 +14379,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13768
14379
|
seller: {
|
|
13769
14380
|
__typename?: "Seller";
|
|
13770
14381
|
id: string;
|
|
13771
|
-
|
|
14382
|
+
assistant: string;
|
|
13772
14383
|
admin: string;
|
|
13773
14384
|
clerk: string;
|
|
13774
14385
|
treasury: string;
|
|
@@ -13802,6 +14413,8 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13802
14413
|
url: string;
|
|
13803
14414
|
tag?: string | null;
|
|
13804
14415
|
type: ProductV1MediaType;
|
|
14416
|
+
width?: number | null;
|
|
14417
|
+
height?: number | null;
|
|
13805
14418
|
}> | null;
|
|
13806
14419
|
contactLinks?: Array<{
|
|
13807
14420
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -13812,7 +14425,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13812
14425
|
seller: {
|
|
13813
14426
|
__typename?: "Seller";
|
|
13814
14427
|
id: string;
|
|
13815
|
-
|
|
14428
|
+
assistant: string;
|
|
13816
14429
|
admin: string;
|
|
13817
14430
|
clerk: string;
|
|
13818
14431
|
treasury: string;
|
|
@@ -13848,6 +14461,20 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13848
14461
|
deliveryTime: string;
|
|
13849
14462
|
}> | null;
|
|
13850
14463
|
} | null;
|
|
14464
|
+
animationMetadata?: {
|
|
14465
|
+
__typename?: "AnimationMetadata";
|
|
14466
|
+
id: string;
|
|
14467
|
+
width?: number | null;
|
|
14468
|
+
height?: number | null;
|
|
14469
|
+
type?: string | null;
|
|
14470
|
+
} | null;
|
|
14471
|
+
} | null;
|
|
14472
|
+
range?: {
|
|
14473
|
+
__typename?: "RangeEntity";
|
|
14474
|
+
id: string;
|
|
14475
|
+
start: string;
|
|
14476
|
+
end: string;
|
|
14477
|
+
owner: string;
|
|
13851
14478
|
} | null;
|
|
13852
14479
|
};
|
|
13853
14480
|
dispute?: {
|
|
@@ -13874,7 +14501,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13874
14501
|
seller: {
|
|
13875
14502
|
__typename?: "Seller";
|
|
13876
14503
|
id: string;
|
|
13877
|
-
|
|
14504
|
+
assistant: string;
|
|
13878
14505
|
admin: string;
|
|
13879
14506
|
clerk: string;
|
|
13880
14507
|
treasury: string;
|
|
@@ -13924,7 +14551,7 @@ export declare type BaseExchangeFieldsFragment = {
|
|
|
13924
14551
|
seller: {
|
|
13925
14552
|
__typename?: "Seller";
|
|
13926
14553
|
id: string;
|
|
13927
|
-
|
|
14554
|
+
assistant: string;
|
|
13928
14555
|
admin: string;
|
|
13929
14556
|
clerk: string;
|
|
13930
14557
|
treasury: string;
|
|
@@ -14039,6 +14666,13 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14039
14666
|
quantityAvailable: string;
|
|
14040
14667
|
numberOfCommits: string;
|
|
14041
14668
|
numberOfRedemptions: string;
|
|
14669
|
+
animationMetadata?: {
|
|
14670
|
+
__typename?: "AnimationMetadata";
|
|
14671
|
+
id: string;
|
|
14672
|
+
width?: number | null;
|
|
14673
|
+
height?: number | null;
|
|
14674
|
+
type?: string | null;
|
|
14675
|
+
} | null;
|
|
14042
14676
|
attributes?: Array<{
|
|
14043
14677
|
__typename?: "MetadataAttribute";
|
|
14044
14678
|
traitType: string;
|
|
@@ -14084,7 +14718,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14084
14718
|
seller: {
|
|
14085
14719
|
__typename?: "Seller";
|
|
14086
14720
|
id: string;
|
|
14087
|
-
|
|
14721
|
+
assistant: string;
|
|
14088
14722
|
admin: string;
|
|
14089
14723
|
clerk: string;
|
|
14090
14724
|
treasury: string;
|
|
@@ -14110,7 +14744,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14110
14744
|
admin: string;
|
|
14111
14745
|
clerk: string;
|
|
14112
14746
|
treasury: string;
|
|
14113
|
-
|
|
14747
|
+
assistant: string;
|
|
14114
14748
|
metadataUri: string;
|
|
14115
14749
|
active: boolean;
|
|
14116
14750
|
sellerAllowList: Array<string>;
|
|
@@ -14149,6 +14783,13 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14149
14783
|
schemaUrl: string;
|
|
14150
14784
|
type: MetadataType;
|
|
14151
14785
|
image: string;
|
|
14786
|
+
animationMetadata?: {
|
|
14787
|
+
__typename?: "AnimationMetadata";
|
|
14788
|
+
id: string;
|
|
14789
|
+
width?: number | null;
|
|
14790
|
+
height?: number | null;
|
|
14791
|
+
type?: string | null;
|
|
14792
|
+
} | null;
|
|
14152
14793
|
} | {
|
|
14153
14794
|
__typename?: "ProductV1MetadataEntity";
|
|
14154
14795
|
createdAt: string;
|
|
@@ -14243,6 +14884,8 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14243
14884
|
url: string;
|
|
14244
14885
|
tag?: string | null;
|
|
14245
14886
|
type: ProductV1MediaType;
|
|
14887
|
+
width?: number | null;
|
|
14888
|
+
height?: number | null;
|
|
14246
14889
|
}>;
|
|
14247
14890
|
visuals_videos?: Array<{
|
|
14248
14891
|
__typename?: "ProductV1Media";
|
|
@@ -14250,6 +14893,8 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14250
14893
|
url: string;
|
|
14251
14894
|
tag?: string | null;
|
|
14252
14895
|
type: ProductV1MediaType;
|
|
14896
|
+
width?: number | null;
|
|
14897
|
+
height?: number | null;
|
|
14253
14898
|
}> | null;
|
|
14254
14899
|
productV1Seller?: {
|
|
14255
14900
|
__typename?: "ProductV1Seller";
|
|
@@ -14266,6 +14911,8 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14266
14911
|
url: string;
|
|
14267
14912
|
tag?: string | null;
|
|
14268
14913
|
type: ProductV1MediaType;
|
|
14914
|
+
width?: number | null;
|
|
14915
|
+
height?: number | null;
|
|
14269
14916
|
}> | null;
|
|
14270
14917
|
contactLinks?: Array<{
|
|
14271
14918
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -14276,7 +14923,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14276
14923
|
seller: {
|
|
14277
14924
|
__typename?: "Seller";
|
|
14278
14925
|
id: string;
|
|
14279
|
-
|
|
14926
|
+
assistant: string;
|
|
14280
14927
|
admin: string;
|
|
14281
14928
|
clerk: string;
|
|
14282
14929
|
treasury: string;
|
|
@@ -14310,6 +14957,8 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14310
14957
|
url: string;
|
|
14311
14958
|
tag?: string | null;
|
|
14312
14959
|
type: ProductV1MediaType;
|
|
14960
|
+
width?: number | null;
|
|
14961
|
+
height?: number | null;
|
|
14313
14962
|
}> | null;
|
|
14314
14963
|
contactLinks?: Array<{
|
|
14315
14964
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -14320,7 +14969,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14320
14969
|
seller: {
|
|
14321
14970
|
__typename?: "Seller";
|
|
14322
14971
|
id: string;
|
|
14323
|
-
|
|
14972
|
+
assistant: string;
|
|
14324
14973
|
admin: string;
|
|
14325
14974
|
clerk: string;
|
|
14326
14975
|
treasury: string;
|
|
@@ -14356,12 +15005,26 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14356
15005
|
deliveryTime: string;
|
|
14357
15006
|
}> | null;
|
|
14358
15007
|
} | null;
|
|
15008
|
+
animationMetadata?: {
|
|
15009
|
+
__typename?: "AnimationMetadata";
|
|
15010
|
+
id: string;
|
|
15011
|
+
width?: number | null;
|
|
15012
|
+
height?: number | null;
|
|
15013
|
+
type?: string | null;
|
|
15014
|
+
} | null;
|
|
15015
|
+
} | null;
|
|
15016
|
+
range?: {
|
|
15017
|
+
__typename?: "RangeEntity";
|
|
15018
|
+
id: string;
|
|
15019
|
+
start: string;
|
|
15020
|
+
end: string;
|
|
15021
|
+
owner: string;
|
|
14359
15022
|
} | null;
|
|
14360
15023
|
};
|
|
14361
15024
|
seller: {
|
|
14362
15025
|
__typename?: "Seller";
|
|
14363
15026
|
id: string;
|
|
14364
|
-
|
|
15027
|
+
assistant: string;
|
|
14365
15028
|
admin: string;
|
|
14366
15029
|
clerk: string;
|
|
14367
15030
|
treasury: string;
|
|
@@ -14410,6 +15073,13 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14410
15073
|
quantityAvailable: string;
|
|
14411
15074
|
numberOfCommits: string;
|
|
14412
15075
|
numberOfRedemptions: string;
|
|
15076
|
+
animationMetadata?: {
|
|
15077
|
+
__typename?: "AnimationMetadata";
|
|
15078
|
+
id: string;
|
|
15079
|
+
width?: number | null;
|
|
15080
|
+
height?: number | null;
|
|
15081
|
+
type?: string | null;
|
|
15082
|
+
} | null;
|
|
14413
15083
|
attributes?: Array<{
|
|
14414
15084
|
__typename?: "MetadataAttribute";
|
|
14415
15085
|
traitType: string;
|
|
@@ -14455,7 +15125,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14455
15125
|
seller: {
|
|
14456
15126
|
__typename?: "Seller";
|
|
14457
15127
|
id: string;
|
|
14458
|
-
|
|
15128
|
+
assistant: string;
|
|
14459
15129
|
admin: string;
|
|
14460
15130
|
clerk: string;
|
|
14461
15131
|
treasury: string;
|
|
@@ -14481,7 +15151,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14481
15151
|
admin: string;
|
|
14482
15152
|
clerk: string;
|
|
14483
15153
|
treasury: string;
|
|
14484
|
-
|
|
15154
|
+
assistant: string;
|
|
14485
15155
|
metadataUri: string;
|
|
14486
15156
|
active: boolean;
|
|
14487
15157
|
sellerAllowList: Array<string>;
|
|
@@ -14520,6 +15190,13 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14520
15190
|
schemaUrl: string;
|
|
14521
15191
|
type: MetadataType;
|
|
14522
15192
|
image: string;
|
|
15193
|
+
animationMetadata?: {
|
|
15194
|
+
__typename?: "AnimationMetadata";
|
|
15195
|
+
id: string;
|
|
15196
|
+
width?: number | null;
|
|
15197
|
+
height?: number | null;
|
|
15198
|
+
type?: string | null;
|
|
15199
|
+
} | null;
|
|
14523
15200
|
} | {
|
|
14524
15201
|
__typename?: "ProductV1MetadataEntity";
|
|
14525
15202
|
createdAt: string;
|
|
@@ -14614,6 +15291,8 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14614
15291
|
url: string;
|
|
14615
15292
|
tag?: string | null;
|
|
14616
15293
|
type: ProductV1MediaType;
|
|
15294
|
+
width?: number | null;
|
|
15295
|
+
height?: number | null;
|
|
14617
15296
|
}>;
|
|
14618
15297
|
visuals_videos?: Array<{
|
|
14619
15298
|
__typename?: "ProductV1Media";
|
|
@@ -14621,6 +15300,8 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14621
15300
|
url: string;
|
|
14622
15301
|
tag?: string | null;
|
|
14623
15302
|
type: ProductV1MediaType;
|
|
15303
|
+
width?: number | null;
|
|
15304
|
+
height?: number | null;
|
|
14624
15305
|
}> | null;
|
|
14625
15306
|
productV1Seller?: {
|
|
14626
15307
|
__typename?: "ProductV1Seller";
|
|
@@ -14637,6 +15318,8 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14637
15318
|
url: string;
|
|
14638
15319
|
tag?: string | null;
|
|
14639
15320
|
type: ProductV1MediaType;
|
|
15321
|
+
width?: number | null;
|
|
15322
|
+
height?: number | null;
|
|
14640
15323
|
}> | null;
|
|
14641
15324
|
contactLinks?: Array<{
|
|
14642
15325
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -14647,7 +15330,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14647
15330
|
seller: {
|
|
14648
15331
|
__typename?: "Seller";
|
|
14649
15332
|
id: string;
|
|
14650
|
-
|
|
15333
|
+
assistant: string;
|
|
14651
15334
|
admin: string;
|
|
14652
15335
|
clerk: string;
|
|
14653
15336
|
treasury: string;
|
|
@@ -14681,6 +15364,8 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14681
15364
|
url: string;
|
|
14682
15365
|
tag?: string | null;
|
|
14683
15366
|
type: ProductV1MediaType;
|
|
15367
|
+
width?: number | null;
|
|
15368
|
+
height?: number | null;
|
|
14684
15369
|
}> | null;
|
|
14685
15370
|
contactLinks?: Array<{
|
|
14686
15371
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -14691,7 +15376,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14691
15376
|
seller: {
|
|
14692
15377
|
__typename?: "Seller";
|
|
14693
15378
|
id: string;
|
|
14694
|
-
|
|
15379
|
+
assistant: string;
|
|
14695
15380
|
admin: string;
|
|
14696
15381
|
clerk: string;
|
|
14697
15382
|
treasury: string;
|
|
@@ -14727,12 +15412,26 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14727
15412
|
deliveryTime: string;
|
|
14728
15413
|
}> | null;
|
|
14729
15414
|
} | null;
|
|
15415
|
+
animationMetadata?: {
|
|
15416
|
+
__typename?: "AnimationMetadata";
|
|
15417
|
+
id: string;
|
|
15418
|
+
width?: number | null;
|
|
15419
|
+
height?: number | null;
|
|
15420
|
+
type?: string | null;
|
|
15421
|
+
} | null;
|
|
15422
|
+
} | null;
|
|
15423
|
+
range?: {
|
|
15424
|
+
__typename?: "RangeEntity";
|
|
15425
|
+
id: string;
|
|
15426
|
+
start: string;
|
|
15427
|
+
end: string;
|
|
15428
|
+
owner: string;
|
|
14730
15429
|
} | null;
|
|
14731
15430
|
};
|
|
14732
15431
|
seller: {
|
|
14733
15432
|
__typename?: "Seller";
|
|
14734
15433
|
id: string;
|
|
14735
|
-
|
|
15434
|
+
assistant: string;
|
|
14736
15435
|
admin: string;
|
|
14737
15436
|
clerk: string;
|
|
14738
15437
|
treasury: string;
|
|
@@ -14772,6 +15471,13 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14772
15471
|
quantityAvailable: string;
|
|
14773
15472
|
numberOfCommits: string;
|
|
14774
15473
|
numberOfRedemptions: string;
|
|
15474
|
+
animationMetadata?: {
|
|
15475
|
+
__typename?: "AnimationMetadata";
|
|
15476
|
+
id: string;
|
|
15477
|
+
width?: number | null;
|
|
15478
|
+
height?: number | null;
|
|
15479
|
+
type?: string | null;
|
|
15480
|
+
} | null;
|
|
14775
15481
|
attributes?: Array<{
|
|
14776
15482
|
__typename?: "MetadataAttribute";
|
|
14777
15483
|
traitType: string;
|
|
@@ -14817,7 +15523,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14817
15523
|
seller: {
|
|
14818
15524
|
__typename?: "Seller";
|
|
14819
15525
|
id: string;
|
|
14820
|
-
|
|
15526
|
+
assistant: string;
|
|
14821
15527
|
admin: string;
|
|
14822
15528
|
clerk: string;
|
|
14823
15529
|
treasury: string;
|
|
@@ -14843,7 +15549,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14843
15549
|
admin: string;
|
|
14844
15550
|
clerk: string;
|
|
14845
15551
|
treasury: string;
|
|
14846
|
-
|
|
15552
|
+
assistant: string;
|
|
14847
15553
|
metadataUri: string;
|
|
14848
15554
|
active: boolean;
|
|
14849
15555
|
sellerAllowList: Array<string>;
|
|
@@ -14882,6 +15588,13 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14882
15588
|
schemaUrl: string;
|
|
14883
15589
|
type: MetadataType;
|
|
14884
15590
|
image: string;
|
|
15591
|
+
animationMetadata?: {
|
|
15592
|
+
__typename?: "AnimationMetadata";
|
|
15593
|
+
id: string;
|
|
15594
|
+
width?: number | null;
|
|
15595
|
+
height?: number | null;
|
|
15596
|
+
type?: string | null;
|
|
15597
|
+
} | null;
|
|
14885
15598
|
} | {
|
|
14886
15599
|
__typename?: "ProductV1MetadataEntity";
|
|
14887
15600
|
createdAt: string;
|
|
@@ -14976,6 +15689,8 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14976
15689
|
url: string;
|
|
14977
15690
|
tag?: string | null;
|
|
14978
15691
|
type: ProductV1MediaType;
|
|
15692
|
+
width?: number | null;
|
|
15693
|
+
height?: number | null;
|
|
14979
15694
|
}>;
|
|
14980
15695
|
visuals_videos?: Array<{
|
|
14981
15696
|
__typename?: "ProductV1Media";
|
|
@@ -14983,6 +15698,8 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14983
15698
|
url: string;
|
|
14984
15699
|
tag?: string | null;
|
|
14985
15700
|
type: ProductV1MediaType;
|
|
15701
|
+
width?: number | null;
|
|
15702
|
+
height?: number | null;
|
|
14986
15703
|
}> | null;
|
|
14987
15704
|
productV1Seller?: {
|
|
14988
15705
|
__typename?: "ProductV1Seller";
|
|
@@ -14999,6 +15716,8 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
14999
15716
|
url: string;
|
|
15000
15717
|
tag?: string | null;
|
|
15001
15718
|
type: ProductV1MediaType;
|
|
15719
|
+
width?: number | null;
|
|
15720
|
+
height?: number | null;
|
|
15002
15721
|
}> | null;
|
|
15003
15722
|
contactLinks?: Array<{
|
|
15004
15723
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15009,7 +15728,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15009
15728
|
seller: {
|
|
15010
15729
|
__typename?: "Seller";
|
|
15011
15730
|
id: string;
|
|
15012
|
-
|
|
15731
|
+
assistant: string;
|
|
15013
15732
|
admin: string;
|
|
15014
15733
|
clerk: string;
|
|
15015
15734
|
treasury: string;
|
|
@@ -15043,6 +15762,8 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15043
15762
|
url: string;
|
|
15044
15763
|
tag?: string | null;
|
|
15045
15764
|
type: ProductV1MediaType;
|
|
15765
|
+
width?: number | null;
|
|
15766
|
+
height?: number | null;
|
|
15046
15767
|
}> | null;
|
|
15047
15768
|
contactLinks?: Array<{
|
|
15048
15769
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15053,7 +15774,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15053
15774
|
seller: {
|
|
15054
15775
|
__typename?: "Seller";
|
|
15055
15776
|
id: string;
|
|
15056
|
-
|
|
15777
|
+
assistant: string;
|
|
15057
15778
|
admin: string;
|
|
15058
15779
|
clerk: string;
|
|
15059
15780
|
treasury: string;
|
|
@@ -15089,12 +15810,26 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15089
15810
|
deliveryTime: string;
|
|
15090
15811
|
}> | null;
|
|
15091
15812
|
} | null;
|
|
15813
|
+
animationMetadata?: {
|
|
15814
|
+
__typename?: "AnimationMetadata";
|
|
15815
|
+
id: string;
|
|
15816
|
+
width?: number | null;
|
|
15817
|
+
height?: number | null;
|
|
15818
|
+
type?: string | null;
|
|
15819
|
+
} | null;
|
|
15820
|
+
} | null;
|
|
15821
|
+
range?: {
|
|
15822
|
+
__typename?: "RangeEntity";
|
|
15823
|
+
id: string;
|
|
15824
|
+
start: string;
|
|
15825
|
+
end: string;
|
|
15826
|
+
owner: string;
|
|
15092
15827
|
} | null;
|
|
15093
15828
|
};
|
|
15094
15829
|
seller: {
|
|
15095
15830
|
__typename?: "Seller";
|
|
15096
15831
|
id: string;
|
|
15097
|
-
|
|
15832
|
+
assistant: string;
|
|
15098
15833
|
admin: string;
|
|
15099
15834
|
clerk: string;
|
|
15100
15835
|
treasury: string;
|
|
@@ -15133,6 +15868,13 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15133
15868
|
quantityAvailable: string;
|
|
15134
15869
|
numberOfCommits: string;
|
|
15135
15870
|
numberOfRedemptions: string;
|
|
15871
|
+
animationMetadata?: {
|
|
15872
|
+
__typename?: "AnimationMetadata";
|
|
15873
|
+
id: string;
|
|
15874
|
+
width?: number | null;
|
|
15875
|
+
height?: number | null;
|
|
15876
|
+
type?: string | null;
|
|
15877
|
+
} | null;
|
|
15136
15878
|
attributes?: Array<{
|
|
15137
15879
|
__typename?: "MetadataAttribute";
|
|
15138
15880
|
traitType: string;
|
|
@@ -15178,7 +15920,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15178
15920
|
seller: {
|
|
15179
15921
|
__typename?: "Seller";
|
|
15180
15922
|
id: string;
|
|
15181
|
-
|
|
15923
|
+
assistant: string;
|
|
15182
15924
|
admin: string;
|
|
15183
15925
|
clerk: string;
|
|
15184
15926
|
treasury: string;
|
|
@@ -15204,7 +15946,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15204
15946
|
admin: string;
|
|
15205
15947
|
clerk: string;
|
|
15206
15948
|
treasury: string;
|
|
15207
|
-
|
|
15949
|
+
assistant: string;
|
|
15208
15950
|
metadataUri: string;
|
|
15209
15951
|
active: boolean;
|
|
15210
15952
|
sellerAllowList: Array<string>;
|
|
@@ -15243,6 +15985,13 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15243
15985
|
schemaUrl: string;
|
|
15244
15986
|
type: MetadataType;
|
|
15245
15987
|
image: string;
|
|
15988
|
+
animationMetadata?: {
|
|
15989
|
+
__typename?: "AnimationMetadata";
|
|
15990
|
+
id: string;
|
|
15991
|
+
width?: number | null;
|
|
15992
|
+
height?: number | null;
|
|
15993
|
+
type?: string | null;
|
|
15994
|
+
} | null;
|
|
15246
15995
|
} | {
|
|
15247
15996
|
__typename?: "ProductV1MetadataEntity";
|
|
15248
15997
|
createdAt: string;
|
|
@@ -15337,6 +16086,8 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15337
16086
|
url: string;
|
|
15338
16087
|
tag?: string | null;
|
|
15339
16088
|
type: ProductV1MediaType;
|
|
16089
|
+
width?: number | null;
|
|
16090
|
+
height?: number | null;
|
|
15340
16091
|
}>;
|
|
15341
16092
|
visuals_videos?: Array<{
|
|
15342
16093
|
__typename?: "ProductV1Media";
|
|
@@ -15344,6 +16095,8 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15344
16095
|
url: string;
|
|
15345
16096
|
tag?: string | null;
|
|
15346
16097
|
type: ProductV1MediaType;
|
|
16098
|
+
width?: number | null;
|
|
16099
|
+
height?: number | null;
|
|
15347
16100
|
}> | null;
|
|
15348
16101
|
productV1Seller?: {
|
|
15349
16102
|
__typename?: "ProductV1Seller";
|
|
@@ -15360,6 +16113,8 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15360
16113
|
url: string;
|
|
15361
16114
|
tag?: string | null;
|
|
15362
16115
|
type: ProductV1MediaType;
|
|
16116
|
+
width?: number | null;
|
|
16117
|
+
height?: number | null;
|
|
15363
16118
|
}> | null;
|
|
15364
16119
|
contactLinks?: Array<{
|
|
15365
16120
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15370,7 +16125,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15370
16125
|
seller: {
|
|
15371
16126
|
__typename?: "Seller";
|
|
15372
16127
|
id: string;
|
|
15373
|
-
|
|
16128
|
+
assistant: string;
|
|
15374
16129
|
admin: string;
|
|
15375
16130
|
clerk: string;
|
|
15376
16131
|
treasury: string;
|
|
@@ -15404,6 +16159,8 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15404
16159
|
url: string;
|
|
15405
16160
|
tag?: string | null;
|
|
15406
16161
|
type: ProductV1MediaType;
|
|
16162
|
+
width?: number | null;
|
|
16163
|
+
height?: number | null;
|
|
15407
16164
|
}> | null;
|
|
15408
16165
|
contactLinks?: Array<{
|
|
15409
16166
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15414,7 +16171,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15414
16171
|
seller: {
|
|
15415
16172
|
__typename?: "Seller";
|
|
15416
16173
|
id: string;
|
|
15417
|
-
|
|
16174
|
+
assistant: string;
|
|
15418
16175
|
admin: string;
|
|
15419
16176
|
clerk: string;
|
|
15420
16177
|
treasury: string;
|
|
@@ -15450,12 +16207,26 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15450
16207
|
deliveryTime: string;
|
|
15451
16208
|
}> | null;
|
|
15452
16209
|
} | null;
|
|
16210
|
+
animationMetadata?: {
|
|
16211
|
+
__typename?: "AnimationMetadata";
|
|
16212
|
+
id: string;
|
|
16213
|
+
width?: number | null;
|
|
16214
|
+
height?: number | null;
|
|
16215
|
+
type?: string | null;
|
|
16216
|
+
} | null;
|
|
16217
|
+
} | null;
|
|
16218
|
+
range?: {
|
|
16219
|
+
__typename?: "RangeEntity";
|
|
16220
|
+
id: string;
|
|
16221
|
+
start: string;
|
|
16222
|
+
end: string;
|
|
16223
|
+
owner: string;
|
|
15453
16224
|
} | null;
|
|
15454
16225
|
};
|
|
15455
16226
|
seller: {
|
|
15456
16227
|
__typename?: "Seller";
|
|
15457
16228
|
id: string;
|
|
15458
|
-
|
|
16229
|
+
assistant: string;
|
|
15459
16230
|
admin: string;
|
|
15460
16231
|
clerk: string;
|
|
15461
16232
|
treasury: string;
|
|
@@ -15570,6 +16341,8 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
15570
16341
|
url: string;
|
|
15571
16342
|
tag?: string | null;
|
|
15572
16343
|
type: ProductV1MediaType;
|
|
16344
|
+
width?: number | null;
|
|
16345
|
+
height?: number | null;
|
|
15573
16346
|
}>;
|
|
15574
16347
|
visuals_videos?: Array<{
|
|
15575
16348
|
__typename?: "ProductV1Media";
|
|
@@ -15577,6 +16350,8 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
15577
16350
|
url: string;
|
|
15578
16351
|
tag?: string | null;
|
|
15579
16352
|
type: ProductV1MediaType;
|
|
16353
|
+
width?: number | null;
|
|
16354
|
+
height?: number | null;
|
|
15580
16355
|
}> | null;
|
|
15581
16356
|
productV1Seller?: {
|
|
15582
16357
|
__typename?: "ProductV1Seller";
|
|
@@ -15593,6 +16368,8 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
15593
16368
|
url: string;
|
|
15594
16369
|
tag?: string | null;
|
|
15595
16370
|
type: ProductV1MediaType;
|
|
16371
|
+
width?: number | null;
|
|
16372
|
+
height?: number | null;
|
|
15596
16373
|
}> | null;
|
|
15597
16374
|
contactLinks?: Array<{
|
|
15598
16375
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15603,7 +16380,7 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
15603
16380
|
seller: {
|
|
15604
16381
|
__typename?: "Seller";
|
|
15605
16382
|
id: string;
|
|
15606
|
-
|
|
16383
|
+
assistant: string;
|
|
15607
16384
|
admin: string;
|
|
15608
16385
|
clerk: string;
|
|
15609
16386
|
treasury: string;
|
|
@@ -15727,7 +16504,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15727
16504
|
seller: {
|
|
15728
16505
|
__typename?: "Seller";
|
|
15729
16506
|
id: string;
|
|
15730
|
-
|
|
16507
|
+
assistant: string;
|
|
15731
16508
|
admin: string;
|
|
15732
16509
|
clerk: string;
|
|
15733
16510
|
treasury: string;
|
|
@@ -15752,7 +16529,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15752
16529
|
seller: {
|
|
15753
16530
|
__typename?: "Seller";
|
|
15754
16531
|
id: string;
|
|
15755
|
-
|
|
16532
|
+
assistant: string;
|
|
15756
16533
|
admin: string;
|
|
15757
16534
|
clerk: string;
|
|
15758
16535
|
treasury: string;
|
|
@@ -15778,7 +16555,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15778
16555
|
admin: string;
|
|
15779
16556
|
clerk: string;
|
|
15780
16557
|
treasury: string;
|
|
15781
|
-
|
|
16558
|
+
assistant: string;
|
|
15782
16559
|
metadataUri: string;
|
|
15783
16560
|
active: boolean;
|
|
15784
16561
|
sellerAllowList: Array<string>;
|
|
@@ -15817,6 +16594,13 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15817
16594
|
schemaUrl: string;
|
|
15818
16595
|
type: MetadataType;
|
|
15819
16596
|
image: string;
|
|
16597
|
+
animationMetadata?: {
|
|
16598
|
+
__typename?: "AnimationMetadata";
|
|
16599
|
+
id: string;
|
|
16600
|
+
width?: number | null;
|
|
16601
|
+
height?: number | null;
|
|
16602
|
+
type?: string | null;
|
|
16603
|
+
} | null;
|
|
15820
16604
|
} | {
|
|
15821
16605
|
__typename?: "ProductV1MetadataEntity";
|
|
15822
16606
|
createdAt: string;
|
|
@@ -15911,6 +16695,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15911
16695
|
url: string;
|
|
15912
16696
|
tag?: string | null;
|
|
15913
16697
|
type: ProductV1MediaType;
|
|
16698
|
+
width?: number | null;
|
|
16699
|
+
height?: number | null;
|
|
15914
16700
|
}>;
|
|
15915
16701
|
visuals_videos?: Array<{
|
|
15916
16702
|
__typename?: "ProductV1Media";
|
|
@@ -15918,6 +16704,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15918
16704
|
url: string;
|
|
15919
16705
|
tag?: string | null;
|
|
15920
16706
|
type: ProductV1MediaType;
|
|
16707
|
+
width?: number | null;
|
|
16708
|
+
height?: number | null;
|
|
15921
16709
|
}> | null;
|
|
15922
16710
|
productV1Seller?: {
|
|
15923
16711
|
__typename?: "ProductV1Seller";
|
|
@@ -15934,6 +16722,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15934
16722
|
url: string;
|
|
15935
16723
|
tag?: string | null;
|
|
15936
16724
|
type: ProductV1MediaType;
|
|
16725
|
+
width?: number | null;
|
|
16726
|
+
height?: number | null;
|
|
15937
16727
|
}> | null;
|
|
15938
16728
|
contactLinks?: Array<{
|
|
15939
16729
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15944,7 +16734,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15944
16734
|
seller: {
|
|
15945
16735
|
__typename?: "Seller";
|
|
15946
16736
|
id: string;
|
|
15947
|
-
|
|
16737
|
+
assistant: string;
|
|
15948
16738
|
admin: string;
|
|
15949
16739
|
clerk: string;
|
|
15950
16740
|
treasury: string;
|
|
@@ -15978,6 +16768,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15978
16768
|
url: string;
|
|
15979
16769
|
tag?: string | null;
|
|
15980
16770
|
type: ProductV1MediaType;
|
|
16771
|
+
width?: number | null;
|
|
16772
|
+
height?: number | null;
|
|
15981
16773
|
}> | null;
|
|
15982
16774
|
contactLinks?: Array<{
|
|
15983
16775
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -15988,7 +16780,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
15988
16780
|
seller: {
|
|
15989
16781
|
__typename?: "Seller";
|
|
15990
16782
|
id: string;
|
|
15991
|
-
|
|
16783
|
+
assistant: string;
|
|
15992
16784
|
admin: string;
|
|
15993
16785
|
clerk: string;
|
|
15994
16786
|
treasury: string;
|
|
@@ -16024,6 +16816,20 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16024
16816
|
deliveryTime: string;
|
|
16025
16817
|
}> | null;
|
|
16026
16818
|
} | null;
|
|
16819
|
+
animationMetadata?: {
|
|
16820
|
+
__typename?: "AnimationMetadata";
|
|
16821
|
+
id: string;
|
|
16822
|
+
width?: number | null;
|
|
16823
|
+
height?: number | null;
|
|
16824
|
+
type?: string | null;
|
|
16825
|
+
} | null;
|
|
16826
|
+
} | null;
|
|
16827
|
+
range?: {
|
|
16828
|
+
__typename?: "RangeEntity";
|
|
16829
|
+
id: string;
|
|
16830
|
+
start: string;
|
|
16831
|
+
end: string;
|
|
16832
|
+
owner: string;
|
|
16027
16833
|
} | null;
|
|
16028
16834
|
};
|
|
16029
16835
|
variations?: Array<{
|
|
@@ -16074,6 +16880,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16074
16880
|
url: string;
|
|
16075
16881
|
tag?: string | null;
|
|
16076
16882
|
type: ProductV1MediaType;
|
|
16883
|
+
width?: number | null;
|
|
16884
|
+
height?: number | null;
|
|
16077
16885
|
}>;
|
|
16078
16886
|
visuals_videos?: Array<{
|
|
16079
16887
|
__typename?: "ProductV1Media";
|
|
@@ -16081,6 +16889,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16081
16889
|
url: string;
|
|
16082
16890
|
tag?: string | null;
|
|
16083
16891
|
type: ProductV1MediaType;
|
|
16892
|
+
width?: number | null;
|
|
16893
|
+
height?: number | null;
|
|
16084
16894
|
}> | null;
|
|
16085
16895
|
productV1Seller?: {
|
|
16086
16896
|
__typename?: "ProductV1Seller";
|
|
@@ -16097,6 +16907,8 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16097
16907
|
url: string;
|
|
16098
16908
|
tag?: string | null;
|
|
16099
16909
|
type: ProductV1MediaType;
|
|
16910
|
+
width?: number | null;
|
|
16911
|
+
height?: number | null;
|
|
16100
16912
|
}> | null;
|
|
16101
16913
|
contactLinks?: Array<{
|
|
16102
16914
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -16107,7 +16919,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16107
16919
|
seller: {
|
|
16108
16920
|
__typename?: "Seller";
|
|
16109
16921
|
id: string;
|
|
16110
|
-
|
|
16922
|
+
assistant: string;
|
|
16111
16923
|
admin: string;
|
|
16112
16924
|
clerk: string;
|
|
16113
16925
|
treasury: string;
|
|
@@ -16231,7 +17043,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16231
17043
|
seller: {
|
|
16232
17044
|
__typename?: "Seller";
|
|
16233
17045
|
id: string;
|
|
16234
|
-
|
|
17046
|
+
assistant: string;
|
|
16235
17047
|
admin: string;
|
|
16236
17048
|
clerk: string;
|
|
16237
17049
|
treasury: string;
|
|
@@ -16256,7 +17068,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16256
17068
|
seller: {
|
|
16257
17069
|
__typename?: "Seller";
|
|
16258
17070
|
id: string;
|
|
16259
|
-
|
|
17071
|
+
assistant: string;
|
|
16260
17072
|
admin: string;
|
|
16261
17073
|
clerk: string;
|
|
16262
17074
|
treasury: string;
|
|
@@ -16282,7 +17094,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16282
17094
|
admin: string;
|
|
16283
17095
|
clerk: string;
|
|
16284
17096
|
treasury: string;
|
|
16285
|
-
|
|
17097
|
+
assistant: string;
|
|
16286
17098
|
metadataUri: string;
|
|
16287
17099
|
active: boolean;
|
|
16288
17100
|
sellerAllowList: Array<string>;
|
|
@@ -16321,6 +17133,13 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16321
17133
|
schemaUrl: string;
|
|
16322
17134
|
type: MetadataType;
|
|
16323
17135
|
image: string;
|
|
17136
|
+
animationMetadata?: {
|
|
17137
|
+
__typename?: "AnimationMetadata";
|
|
17138
|
+
id: string;
|
|
17139
|
+
width?: number | null;
|
|
17140
|
+
height?: number | null;
|
|
17141
|
+
type?: string | null;
|
|
17142
|
+
} | null;
|
|
16324
17143
|
} | {
|
|
16325
17144
|
__typename?: "ProductV1MetadataEntity";
|
|
16326
17145
|
createdAt: string;
|
|
@@ -16415,6 +17234,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16415
17234
|
url: string;
|
|
16416
17235
|
tag?: string | null;
|
|
16417
17236
|
type: ProductV1MediaType;
|
|
17237
|
+
width?: number | null;
|
|
17238
|
+
height?: number | null;
|
|
16418
17239
|
}>;
|
|
16419
17240
|
visuals_videos?: Array<{
|
|
16420
17241
|
__typename?: "ProductV1Media";
|
|
@@ -16422,6 +17243,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16422
17243
|
url: string;
|
|
16423
17244
|
tag?: string | null;
|
|
16424
17245
|
type: ProductV1MediaType;
|
|
17246
|
+
width?: number | null;
|
|
17247
|
+
height?: number | null;
|
|
16425
17248
|
}> | null;
|
|
16426
17249
|
productV1Seller?: {
|
|
16427
17250
|
__typename?: "ProductV1Seller";
|
|
@@ -16438,6 +17261,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16438
17261
|
url: string;
|
|
16439
17262
|
tag?: string | null;
|
|
16440
17263
|
type: ProductV1MediaType;
|
|
17264
|
+
width?: number | null;
|
|
17265
|
+
height?: number | null;
|
|
16441
17266
|
}> | null;
|
|
16442
17267
|
contactLinks?: Array<{
|
|
16443
17268
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -16448,7 +17273,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16448
17273
|
seller: {
|
|
16449
17274
|
__typename?: "Seller";
|
|
16450
17275
|
id: string;
|
|
16451
|
-
|
|
17276
|
+
assistant: string;
|
|
16452
17277
|
admin: string;
|
|
16453
17278
|
clerk: string;
|
|
16454
17279
|
treasury: string;
|
|
@@ -16482,6 +17307,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16482
17307
|
url: string;
|
|
16483
17308
|
tag?: string | null;
|
|
16484
17309
|
type: ProductV1MediaType;
|
|
17310
|
+
width?: number | null;
|
|
17311
|
+
height?: number | null;
|
|
16485
17312
|
}> | null;
|
|
16486
17313
|
contactLinks?: Array<{
|
|
16487
17314
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -16492,7 +17319,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16492
17319
|
seller: {
|
|
16493
17320
|
__typename?: "Seller";
|
|
16494
17321
|
id: string;
|
|
16495
|
-
|
|
17322
|
+
assistant: string;
|
|
16496
17323
|
admin: string;
|
|
16497
17324
|
clerk: string;
|
|
16498
17325
|
treasury: string;
|
|
@@ -16528,6 +17355,20 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16528
17355
|
deliveryTime: string;
|
|
16529
17356
|
}> | null;
|
|
16530
17357
|
} | null;
|
|
17358
|
+
animationMetadata?: {
|
|
17359
|
+
__typename?: "AnimationMetadata";
|
|
17360
|
+
id: string;
|
|
17361
|
+
width?: number | null;
|
|
17362
|
+
height?: number | null;
|
|
17363
|
+
type?: string | null;
|
|
17364
|
+
} | null;
|
|
17365
|
+
} | null;
|
|
17366
|
+
range?: {
|
|
17367
|
+
__typename?: "RangeEntity";
|
|
17368
|
+
id: string;
|
|
17369
|
+
start: string;
|
|
17370
|
+
end: string;
|
|
17371
|
+
owner: string;
|
|
16531
17372
|
} | null;
|
|
16532
17373
|
};
|
|
16533
17374
|
variations?: Array<{
|
|
@@ -16578,6 +17419,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16578
17419
|
url: string;
|
|
16579
17420
|
tag?: string | null;
|
|
16580
17421
|
type: ProductV1MediaType;
|
|
17422
|
+
width?: number | null;
|
|
17423
|
+
height?: number | null;
|
|
16581
17424
|
}>;
|
|
16582
17425
|
visuals_videos?: Array<{
|
|
16583
17426
|
__typename?: "ProductV1Media";
|
|
@@ -16585,6 +17428,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16585
17428
|
url: string;
|
|
16586
17429
|
tag?: string | null;
|
|
16587
17430
|
type: ProductV1MediaType;
|
|
17431
|
+
width?: number | null;
|
|
17432
|
+
height?: number | null;
|
|
16588
17433
|
}> | null;
|
|
16589
17434
|
productV1Seller?: {
|
|
16590
17435
|
__typename?: "ProductV1Seller";
|
|
@@ -16601,6 +17446,8 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16601
17446
|
url: string;
|
|
16602
17447
|
tag?: string | null;
|
|
16603
17448
|
type: ProductV1MediaType;
|
|
17449
|
+
width?: number | null;
|
|
17450
|
+
height?: number | null;
|
|
16604
17451
|
}> | null;
|
|
16605
17452
|
contactLinks?: Array<{
|
|
16606
17453
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -16611,7 +17458,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16611
17458
|
seller: {
|
|
16612
17459
|
__typename?: "Seller";
|
|
16613
17460
|
id: string;
|
|
16614
|
-
|
|
17461
|
+
assistant: string;
|
|
16615
17462
|
admin: string;
|
|
16616
17463
|
clerk: string;
|
|
16617
17464
|
treasury: string;
|
|
@@ -16670,6 +17517,13 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16670
17517
|
numberOfCommits: string;
|
|
16671
17518
|
numberOfRedemptions: string;
|
|
16672
17519
|
uuid: string;
|
|
17520
|
+
animationMetadata?: {
|
|
17521
|
+
__typename?: "AnimationMetadata";
|
|
17522
|
+
id: string;
|
|
17523
|
+
width?: number | null;
|
|
17524
|
+
height?: number | null;
|
|
17525
|
+
type?: string | null;
|
|
17526
|
+
} | null;
|
|
16673
17527
|
attributes?: Array<{
|
|
16674
17528
|
__typename?: "MetadataAttribute";
|
|
16675
17529
|
traitType: string;
|
|
@@ -16740,7 +17594,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16740
17594
|
seller: {
|
|
16741
17595
|
__typename?: "Seller";
|
|
16742
17596
|
id: string;
|
|
16743
|
-
|
|
17597
|
+
assistant: string;
|
|
16744
17598
|
admin: string;
|
|
16745
17599
|
clerk: string;
|
|
16746
17600
|
treasury: string;
|
|
@@ -16765,7 +17619,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16765
17619
|
seller: {
|
|
16766
17620
|
__typename?: "Seller";
|
|
16767
17621
|
id: string;
|
|
16768
|
-
|
|
17622
|
+
assistant: string;
|
|
16769
17623
|
admin: string;
|
|
16770
17624
|
clerk: string;
|
|
16771
17625
|
treasury: string;
|
|
@@ -16791,7 +17645,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16791
17645
|
admin: string;
|
|
16792
17646
|
clerk: string;
|
|
16793
17647
|
treasury: string;
|
|
16794
|
-
|
|
17648
|
+
assistant: string;
|
|
16795
17649
|
metadataUri: string;
|
|
16796
17650
|
active: boolean;
|
|
16797
17651
|
sellerAllowList: Array<string>;
|
|
@@ -16830,6 +17684,13 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16830
17684
|
schemaUrl: string;
|
|
16831
17685
|
type: MetadataType;
|
|
16832
17686
|
image: string;
|
|
17687
|
+
animationMetadata?: {
|
|
17688
|
+
__typename?: "AnimationMetadata";
|
|
17689
|
+
id: string;
|
|
17690
|
+
width?: number | null;
|
|
17691
|
+
height?: number | null;
|
|
17692
|
+
type?: string | null;
|
|
17693
|
+
} | null;
|
|
16833
17694
|
} | {
|
|
16834
17695
|
__typename?: "ProductV1MetadataEntity";
|
|
16835
17696
|
createdAt: string;
|
|
@@ -16924,6 +17785,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16924
17785
|
url: string;
|
|
16925
17786
|
tag?: string | null;
|
|
16926
17787
|
type: ProductV1MediaType;
|
|
17788
|
+
width?: number | null;
|
|
17789
|
+
height?: number | null;
|
|
16927
17790
|
}>;
|
|
16928
17791
|
visuals_videos?: Array<{
|
|
16929
17792
|
__typename?: "ProductV1Media";
|
|
@@ -16931,6 +17794,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16931
17794
|
url: string;
|
|
16932
17795
|
tag?: string | null;
|
|
16933
17796
|
type: ProductV1MediaType;
|
|
17797
|
+
width?: number | null;
|
|
17798
|
+
height?: number | null;
|
|
16934
17799
|
}> | null;
|
|
16935
17800
|
productV1Seller?: {
|
|
16936
17801
|
__typename?: "ProductV1Seller";
|
|
@@ -16947,6 +17812,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16947
17812
|
url: string;
|
|
16948
17813
|
tag?: string | null;
|
|
16949
17814
|
type: ProductV1MediaType;
|
|
17815
|
+
width?: number | null;
|
|
17816
|
+
height?: number | null;
|
|
16950
17817
|
}> | null;
|
|
16951
17818
|
contactLinks?: Array<{
|
|
16952
17819
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -16957,7 +17824,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16957
17824
|
seller: {
|
|
16958
17825
|
__typename?: "Seller";
|
|
16959
17826
|
id: string;
|
|
16960
|
-
|
|
17827
|
+
assistant: string;
|
|
16961
17828
|
admin: string;
|
|
16962
17829
|
clerk: string;
|
|
16963
17830
|
treasury: string;
|
|
@@ -16991,6 +17858,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
16991
17858
|
url: string;
|
|
16992
17859
|
tag?: string | null;
|
|
16993
17860
|
type: ProductV1MediaType;
|
|
17861
|
+
width?: number | null;
|
|
17862
|
+
height?: number | null;
|
|
16994
17863
|
}> | null;
|
|
16995
17864
|
contactLinks?: Array<{
|
|
16996
17865
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17001,7 +17870,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17001
17870
|
seller: {
|
|
17002
17871
|
__typename?: "Seller";
|
|
17003
17872
|
id: string;
|
|
17004
|
-
|
|
17873
|
+
assistant: string;
|
|
17005
17874
|
admin: string;
|
|
17006
17875
|
clerk: string;
|
|
17007
17876
|
treasury: string;
|
|
@@ -17037,12 +17906,26 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17037
17906
|
deliveryTime: string;
|
|
17038
17907
|
}> | null;
|
|
17039
17908
|
} | null;
|
|
17909
|
+
animationMetadata?: {
|
|
17910
|
+
__typename?: "AnimationMetadata";
|
|
17911
|
+
id: string;
|
|
17912
|
+
width?: number | null;
|
|
17913
|
+
height?: number | null;
|
|
17914
|
+
type?: string | null;
|
|
17915
|
+
} | null;
|
|
17916
|
+
} | null;
|
|
17917
|
+
range?: {
|
|
17918
|
+
__typename?: "RangeEntity";
|
|
17919
|
+
id: string;
|
|
17920
|
+
start: string;
|
|
17921
|
+
end: string;
|
|
17922
|
+
owner: string;
|
|
17040
17923
|
} | null;
|
|
17041
17924
|
};
|
|
17042
17925
|
seller: {
|
|
17043
17926
|
__typename?: "Seller";
|
|
17044
17927
|
id: string;
|
|
17045
|
-
|
|
17928
|
+
assistant: string;
|
|
17046
17929
|
admin: string;
|
|
17047
17930
|
clerk: string;
|
|
17048
17931
|
treasury: string;
|
|
@@ -17132,6 +18015,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17132
18015
|
url: string;
|
|
17133
18016
|
tag?: string | null;
|
|
17134
18017
|
type: ProductV1MediaType;
|
|
18018
|
+
width?: number | null;
|
|
18019
|
+
height?: number | null;
|
|
17135
18020
|
}>;
|
|
17136
18021
|
visuals_videos?: Array<{
|
|
17137
18022
|
__typename?: "ProductV1Media";
|
|
@@ -17139,6 +18024,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17139
18024
|
url: string;
|
|
17140
18025
|
tag?: string | null;
|
|
17141
18026
|
type: ProductV1MediaType;
|
|
18027
|
+
width?: number | null;
|
|
18028
|
+
height?: number | null;
|
|
17142
18029
|
}> | null;
|
|
17143
18030
|
productV1Seller?: {
|
|
17144
18031
|
__typename?: "ProductV1Seller";
|
|
@@ -17155,6 +18042,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17155
18042
|
url: string;
|
|
17156
18043
|
tag?: string | null;
|
|
17157
18044
|
type: ProductV1MediaType;
|
|
18045
|
+
width?: number | null;
|
|
18046
|
+
height?: number | null;
|
|
17158
18047
|
}> | null;
|
|
17159
18048
|
contactLinks?: Array<{
|
|
17160
18049
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17165,7 +18054,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17165
18054
|
seller: {
|
|
17166
18055
|
__typename?: "Seller";
|
|
17167
18056
|
id: string;
|
|
17168
|
-
|
|
18057
|
+
assistant: string;
|
|
17169
18058
|
admin: string;
|
|
17170
18059
|
clerk: string;
|
|
17171
18060
|
treasury: string;
|
|
@@ -17199,6 +18088,8 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17199
18088
|
url: string;
|
|
17200
18089
|
tag?: string | null;
|
|
17201
18090
|
type: ProductV1MediaType;
|
|
18091
|
+
width?: number | null;
|
|
18092
|
+
height?: number | null;
|
|
17202
18093
|
}> | null;
|
|
17203
18094
|
contactLinks?: Array<{
|
|
17204
18095
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17209,7 +18100,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17209
18100
|
seller: {
|
|
17210
18101
|
__typename?: "Seller";
|
|
17211
18102
|
id: string;
|
|
17212
|
-
|
|
18103
|
+
assistant: string;
|
|
17213
18104
|
admin: string;
|
|
17214
18105
|
clerk: string;
|
|
17215
18106
|
treasury: string;
|
|
@@ -17262,6 +18153,13 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17262
18153
|
numberOfCommits: string;
|
|
17263
18154
|
numberOfRedemptions: string;
|
|
17264
18155
|
uuid: string;
|
|
18156
|
+
animationMetadata?: {
|
|
18157
|
+
__typename?: "AnimationMetadata";
|
|
18158
|
+
id: string;
|
|
18159
|
+
width?: number | null;
|
|
18160
|
+
height?: number | null;
|
|
18161
|
+
type?: string | null;
|
|
18162
|
+
} | null;
|
|
17265
18163
|
attributes?: Array<{
|
|
17266
18164
|
__typename?: "MetadataAttribute";
|
|
17267
18165
|
traitType: string;
|
|
@@ -17332,7 +18230,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17332
18230
|
seller: {
|
|
17333
18231
|
__typename?: "Seller";
|
|
17334
18232
|
id: string;
|
|
17335
|
-
|
|
18233
|
+
assistant: string;
|
|
17336
18234
|
admin: string;
|
|
17337
18235
|
clerk: string;
|
|
17338
18236
|
treasury: string;
|
|
@@ -17357,7 +18255,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17357
18255
|
seller: {
|
|
17358
18256
|
__typename?: "Seller";
|
|
17359
18257
|
id: string;
|
|
17360
|
-
|
|
18258
|
+
assistant: string;
|
|
17361
18259
|
admin: string;
|
|
17362
18260
|
clerk: string;
|
|
17363
18261
|
treasury: string;
|
|
@@ -17383,7 +18281,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17383
18281
|
admin: string;
|
|
17384
18282
|
clerk: string;
|
|
17385
18283
|
treasury: string;
|
|
17386
|
-
|
|
18284
|
+
assistant: string;
|
|
17387
18285
|
metadataUri: string;
|
|
17388
18286
|
active: boolean;
|
|
17389
18287
|
sellerAllowList: Array<string>;
|
|
@@ -17422,6 +18320,13 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17422
18320
|
schemaUrl: string;
|
|
17423
18321
|
type: MetadataType;
|
|
17424
18322
|
image: string;
|
|
18323
|
+
animationMetadata?: {
|
|
18324
|
+
__typename?: "AnimationMetadata";
|
|
18325
|
+
id: string;
|
|
18326
|
+
width?: number | null;
|
|
18327
|
+
height?: number | null;
|
|
18328
|
+
type?: string | null;
|
|
18329
|
+
} | null;
|
|
17425
18330
|
} | {
|
|
17426
18331
|
__typename?: "ProductV1MetadataEntity";
|
|
17427
18332
|
createdAt: string;
|
|
@@ -17516,6 +18421,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17516
18421
|
url: string;
|
|
17517
18422
|
tag?: string | null;
|
|
17518
18423
|
type: ProductV1MediaType;
|
|
18424
|
+
width?: number | null;
|
|
18425
|
+
height?: number | null;
|
|
17519
18426
|
}>;
|
|
17520
18427
|
visuals_videos?: Array<{
|
|
17521
18428
|
__typename?: "ProductV1Media";
|
|
@@ -17523,6 +18430,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17523
18430
|
url: string;
|
|
17524
18431
|
tag?: string | null;
|
|
17525
18432
|
type: ProductV1MediaType;
|
|
18433
|
+
width?: number | null;
|
|
18434
|
+
height?: number | null;
|
|
17526
18435
|
}> | null;
|
|
17527
18436
|
productV1Seller?: {
|
|
17528
18437
|
__typename?: "ProductV1Seller";
|
|
@@ -17539,6 +18448,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17539
18448
|
url: string;
|
|
17540
18449
|
tag?: string | null;
|
|
17541
18450
|
type: ProductV1MediaType;
|
|
18451
|
+
width?: number | null;
|
|
18452
|
+
height?: number | null;
|
|
17542
18453
|
}> | null;
|
|
17543
18454
|
contactLinks?: Array<{
|
|
17544
18455
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17549,7 +18460,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17549
18460
|
seller: {
|
|
17550
18461
|
__typename?: "Seller";
|
|
17551
18462
|
id: string;
|
|
17552
|
-
|
|
18463
|
+
assistant: string;
|
|
17553
18464
|
admin: string;
|
|
17554
18465
|
clerk: string;
|
|
17555
18466
|
treasury: string;
|
|
@@ -17583,6 +18494,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17583
18494
|
url: string;
|
|
17584
18495
|
tag?: string | null;
|
|
17585
18496
|
type: ProductV1MediaType;
|
|
18497
|
+
width?: number | null;
|
|
18498
|
+
height?: number | null;
|
|
17586
18499
|
}> | null;
|
|
17587
18500
|
contactLinks?: Array<{
|
|
17588
18501
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17593,7 +18506,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17593
18506
|
seller: {
|
|
17594
18507
|
__typename?: "Seller";
|
|
17595
18508
|
id: string;
|
|
17596
|
-
|
|
18509
|
+
assistant: string;
|
|
17597
18510
|
admin: string;
|
|
17598
18511
|
clerk: string;
|
|
17599
18512
|
treasury: string;
|
|
@@ -17629,12 +18542,26 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17629
18542
|
deliveryTime: string;
|
|
17630
18543
|
}> | null;
|
|
17631
18544
|
} | null;
|
|
18545
|
+
animationMetadata?: {
|
|
18546
|
+
__typename?: "AnimationMetadata";
|
|
18547
|
+
id: string;
|
|
18548
|
+
width?: number | null;
|
|
18549
|
+
height?: number | null;
|
|
18550
|
+
type?: string | null;
|
|
18551
|
+
} | null;
|
|
18552
|
+
} | null;
|
|
18553
|
+
range?: {
|
|
18554
|
+
__typename?: "RangeEntity";
|
|
18555
|
+
id: string;
|
|
18556
|
+
start: string;
|
|
18557
|
+
end: string;
|
|
18558
|
+
owner: string;
|
|
17632
18559
|
} | null;
|
|
17633
18560
|
};
|
|
17634
18561
|
seller: {
|
|
17635
18562
|
__typename?: "Seller";
|
|
17636
18563
|
id: string;
|
|
17637
|
-
|
|
18564
|
+
assistant: string;
|
|
17638
18565
|
admin: string;
|
|
17639
18566
|
clerk: string;
|
|
17640
18567
|
treasury: string;
|
|
@@ -17724,6 +18651,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17724
18651
|
url: string;
|
|
17725
18652
|
tag?: string | null;
|
|
17726
18653
|
type: ProductV1MediaType;
|
|
18654
|
+
width?: number | null;
|
|
18655
|
+
height?: number | null;
|
|
17727
18656
|
}>;
|
|
17728
18657
|
visuals_videos?: Array<{
|
|
17729
18658
|
__typename?: "ProductV1Media";
|
|
@@ -17731,6 +18660,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17731
18660
|
url: string;
|
|
17732
18661
|
tag?: string | null;
|
|
17733
18662
|
type: ProductV1MediaType;
|
|
18663
|
+
width?: number | null;
|
|
18664
|
+
height?: number | null;
|
|
17734
18665
|
}> | null;
|
|
17735
18666
|
productV1Seller?: {
|
|
17736
18667
|
__typename?: "ProductV1Seller";
|
|
@@ -17747,6 +18678,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17747
18678
|
url: string;
|
|
17748
18679
|
tag?: string | null;
|
|
17749
18680
|
type: ProductV1MediaType;
|
|
18681
|
+
width?: number | null;
|
|
18682
|
+
height?: number | null;
|
|
17750
18683
|
}> | null;
|
|
17751
18684
|
contactLinks?: Array<{
|
|
17752
18685
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17757,7 +18690,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17757
18690
|
seller: {
|
|
17758
18691
|
__typename?: "Seller";
|
|
17759
18692
|
id: string;
|
|
17760
|
-
|
|
18693
|
+
assistant: string;
|
|
17761
18694
|
admin: string;
|
|
17762
18695
|
clerk: string;
|
|
17763
18696
|
treasury: string;
|
|
@@ -17791,6 +18724,8 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17791
18724
|
url: string;
|
|
17792
18725
|
tag?: string | null;
|
|
17793
18726
|
type: ProductV1MediaType;
|
|
18727
|
+
width?: number | null;
|
|
18728
|
+
height?: number | null;
|
|
17794
18729
|
}> | null;
|
|
17795
18730
|
contactLinks?: Array<{
|
|
17796
18731
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -17801,7 +18736,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17801
18736
|
seller: {
|
|
17802
18737
|
__typename?: "Seller";
|
|
17803
18738
|
id: string;
|
|
17804
|
-
|
|
18739
|
+
assistant: string;
|
|
17805
18740
|
admin: string;
|
|
17806
18741
|
clerk: string;
|
|
17807
18742
|
treasury: string;
|
|
@@ -17845,6 +18780,13 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
17845
18780
|
numberOfCommits: string;
|
|
17846
18781
|
numberOfRedemptions: string;
|
|
17847
18782
|
uuid: string;
|
|
18783
|
+
animationMetadata?: {
|
|
18784
|
+
__typename?: "AnimationMetadata";
|
|
18785
|
+
id: string;
|
|
18786
|
+
width?: number | null;
|
|
18787
|
+
height?: number | null;
|
|
18788
|
+
type?: string | null;
|
|
18789
|
+
} | null;
|
|
17848
18790
|
attributes?: Array<{
|
|
17849
18791
|
__typename?: "MetadataAttribute";
|
|
17850
18792
|
traitType: string;
|
|
@@ -17915,7 +18857,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
17915
18857
|
seller: {
|
|
17916
18858
|
__typename?: "Seller";
|
|
17917
18859
|
id: string;
|
|
17918
|
-
|
|
18860
|
+
assistant: string;
|
|
17919
18861
|
admin: string;
|
|
17920
18862
|
clerk: string;
|
|
17921
18863
|
treasury: string;
|
|
@@ -17940,7 +18882,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
17940
18882
|
seller: {
|
|
17941
18883
|
__typename?: "Seller";
|
|
17942
18884
|
id: string;
|
|
17943
|
-
|
|
18885
|
+
assistant: string;
|
|
17944
18886
|
admin: string;
|
|
17945
18887
|
clerk: string;
|
|
17946
18888
|
treasury: string;
|
|
@@ -17966,7 +18908,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
17966
18908
|
admin: string;
|
|
17967
18909
|
clerk: string;
|
|
17968
18910
|
treasury: string;
|
|
17969
|
-
|
|
18911
|
+
assistant: string;
|
|
17970
18912
|
metadataUri: string;
|
|
17971
18913
|
active: boolean;
|
|
17972
18914
|
sellerAllowList: Array<string>;
|
|
@@ -18005,6 +18947,13 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18005
18947
|
schemaUrl: string;
|
|
18006
18948
|
type: MetadataType;
|
|
18007
18949
|
image: string;
|
|
18950
|
+
animationMetadata?: {
|
|
18951
|
+
__typename?: "AnimationMetadata";
|
|
18952
|
+
id: string;
|
|
18953
|
+
width?: number | null;
|
|
18954
|
+
height?: number | null;
|
|
18955
|
+
type?: string | null;
|
|
18956
|
+
} | null;
|
|
18008
18957
|
} | {
|
|
18009
18958
|
__typename?: "ProductV1MetadataEntity";
|
|
18010
18959
|
createdAt: string;
|
|
@@ -18099,6 +19048,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18099
19048
|
url: string;
|
|
18100
19049
|
tag?: string | null;
|
|
18101
19050
|
type: ProductV1MediaType;
|
|
19051
|
+
width?: number | null;
|
|
19052
|
+
height?: number | null;
|
|
18102
19053
|
}>;
|
|
18103
19054
|
visuals_videos?: Array<{
|
|
18104
19055
|
__typename?: "ProductV1Media";
|
|
@@ -18106,6 +19057,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18106
19057
|
url: string;
|
|
18107
19058
|
tag?: string | null;
|
|
18108
19059
|
type: ProductV1MediaType;
|
|
19060
|
+
width?: number | null;
|
|
19061
|
+
height?: number | null;
|
|
18109
19062
|
}> | null;
|
|
18110
19063
|
productV1Seller?: {
|
|
18111
19064
|
__typename?: "ProductV1Seller";
|
|
@@ -18122,6 +19075,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18122
19075
|
url: string;
|
|
18123
19076
|
tag?: string | null;
|
|
18124
19077
|
type: ProductV1MediaType;
|
|
19078
|
+
width?: number | null;
|
|
19079
|
+
height?: number | null;
|
|
18125
19080
|
}> | null;
|
|
18126
19081
|
contactLinks?: Array<{
|
|
18127
19082
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18132,7 +19087,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18132
19087
|
seller: {
|
|
18133
19088
|
__typename?: "Seller";
|
|
18134
19089
|
id: string;
|
|
18135
|
-
|
|
19090
|
+
assistant: string;
|
|
18136
19091
|
admin: string;
|
|
18137
19092
|
clerk: string;
|
|
18138
19093
|
treasury: string;
|
|
@@ -18166,6 +19121,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18166
19121
|
url: string;
|
|
18167
19122
|
tag?: string | null;
|
|
18168
19123
|
type: ProductV1MediaType;
|
|
19124
|
+
width?: number | null;
|
|
19125
|
+
height?: number | null;
|
|
18169
19126
|
}> | null;
|
|
18170
19127
|
contactLinks?: Array<{
|
|
18171
19128
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18176,7 +19133,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18176
19133
|
seller: {
|
|
18177
19134
|
__typename?: "Seller";
|
|
18178
19135
|
id: string;
|
|
18179
|
-
|
|
19136
|
+
assistant: string;
|
|
18180
19137
|
admin: string;
|
|
18181
19138
|
clerk: string;
|
|
18182
19139
|
treasury: string;
|
|
@@ -18212,12 +19169,26 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18212
19169
|
deliveryTime: string;
|
|
18213
19170
|
}> | null;
|
|
18214
19171
|
} | null;
|
|
19172
|
+
animationMetadata?: {
|
|
19173
|
+
__typename?: "AnimationMetadata";
|
|
19174
|
+
id: string;
|
|
19175
|
+
width?: number | null;
|
|
19176
|
+
height?: number | null;
|
|
19177
|
+
type?: string | null;
|
|
19178
|
+
} | null;
|
|
19179
|
+
} | null;
|
|
19180
|
+
range?: {
|
|
19181
|
+
__typename?: "RangeEntity";
|
|
19182
|
+
id: string;
|
|
19183
|
+
start: string;
|
|
19184
|
+
end: string;
|
|
19185
|
+
owner: string;
|
|
18215
19186
|
} | null;
|
|
18216
19187
|
};
|
|
18217
19188
|
seller: {
|
|
18218
19189
|
__typename?: "Seller";
|
|
18219
19190
|
id: string;
|
|
18220
|
-
|
|
19191
|
+
assistant: string;
|
|
18221
19192
|
admin: string;
|
|
18222
19193
|
clerk: string;
|
|
18223
19194
|
treasury: string;
|
|
@@ -18307,6 +19278,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18307
19278
|
url: string;
|
|
18308
19279
|
tag?: string | null;
|
|
18309
19280
|
type: ProductV1MediaType;
|
|
19281
|
+
width?: number | null;
|
|
19282
|
+
height?: number | null;
|
|
18310
19283
|
}>;
|
|
18311
19284
|
visuals_videos?: Array<{
|
|
18312
19285
|
__typename?: "ProductV1Media";
|
|
@@ -18314,6 +19287,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18314
19287
|
url: string;
|
|
18315
19288
|
tag?: string | null;
|
|
18316
19289
|
type: ProductV1MediaType;
|
|
19290
|
+
width?: number | null;
|
|
19291
|
+
height?: number | null;
|
|
18317
19292
|
}> | null;
|
|
18318
19293
|
productV1Seller?: {
|
|
18319
19294
|
__typename?: "ProductV1Seller";
|
|
@@ -18330,6 +19305,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18330
19305
|
url: string;
|
|
18331
19306
|
tag?: string | null;
|
|
18332
19307
|
type: ProductV1MediaType;
|
|
19308
|
+
width?: number | null;
|
|
19309
|
+
height?: number | null;
|
|
18333
19310
|
}> | null;
|
|
18334
19311
|
contactLinks?: Array<{
|
|
18335
19312
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18340,7 +19317,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18340
19317
|
seller: {
|
|
18341
19318
|
__typename?: "Seller";
|
|
18342
19319
|
id: string;
|
|
18343
|
-
|
|
19320
|
+
assistant: string;
|
|
18344
19321
|
admin: string;
|
|
18345
19322
|
clerk: string;
|
|
18346
19323
|
treasury: string;
|
|
@@ -18374,6 +19351,8 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18374
19351
|
url: string;
|
|
18375
19352
|
tag?: string | null;
|
|
18376
19353
|
type: ProductV1MediaType;
|
|
19354
|
+
width?: number | null;
|
|
19355
|
+
height?: number | null;
|
|
18377
19356
|
}> | null;
|
|
18378
19357
|
contactLinks?: Array<{
|
|
18379
19358
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18384,7 +19363,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18384
19363
|
seller: {
|
|
18385
19364
|
__typename?: "Seller";
|
|
18386
19365
|
id: string;
|
|
18387
|
-
|
|
19366
|
+
assistant: string;
|
|
18388
19367
|
admin: string;
|
|
18389
19368
|
clerk: string;
|
|
18390
19369
|
treasury: string;
|
|
@@ -18427,6 +19406,13 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18427
19406
|
numberOfCommits: string;
|
|
18428
19407
|
numberOfRedemptions: string;
|
|
18429
19408
|
uuid: string;
|
|
19409
|
+
animationMetadata?: {
|
|
19410
|
+
__typename?: "AnimationMetadata";
|
|
19411
|
+
id: string;
|
|
19412
|
+
width?: number | null;
|
|
19413
|
+
height?: number | null;
|
|
19414
|
+
type?: string | null;
|
|
19415
|
+
} | null;
|
|
18430
19416
|
attributes?: Array<{
|
|
18431
19417
|
__typename?: "MetadataAttribute";
|
|
18432
19418
|
traitType: string;
|
|
@@ -18497,7 +19483,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18497
19483
|
seller: {
|
|
18498
19484
|
__typename?: "Seller";
|
|
18499
19485
|
id: string;
|
|
18500
|
-
|
|
19486
|
+
assistant: string;
|
|
18501
19487
|
admin: string;
|
|
18502
19488
|
clerk: string;
|
|
18503
19489
|
treasury: string;
|
|
@@ -18522,7 +19508,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18522
19508
|
seller: {
|
|
18523
19509
|
__typename?: "Seller";
|
|
18524
19510
|
id: string;
|
|
18525
|
-
|
|
19511
|
+
assistant: string;
|
|
18526
19512
|
admin: string;
|
|
18527
19513
|
clerk: string;
|
|
18528
19514
|
treasury: string;
|
|
@@ -18548,7 +19534,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18548
19534
|
admin: string;
|
|
18549
19535
|
clerk: string;
|
|
18550
19536
|
treasury: string;
|
|
18551
|
-
|
|
19537
|
+
assistant: string;
|
|
18552
19538
|
metadataUri: string;
|
|
18553
19539
|
active: boolean;
|
|
18554
19540
|
sellerAllowList: Array<string>;
|
|
@@ -18587,6 +19573,13 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18587
19573
|
schemaUrl: string;
|
|
18588
19574
|
type: MetadataType;
|
|
18589
19575
|
image: string;
|
|
19576
|
+
animationMetadata?: {
|
|
19577
|
+
__typename?: "AnimationMetadata";
|
|
19578
|
+
id: string;
|
|
19579
|
+
width?: number | null;
|
|
19580
|
+
height?: number | null;
|
|
19581
|
+
type?: string | null;
|
|
19582
|
+
} | null;
|
|
18590
19583
|
} | {
|
|
18591
19584
|
__typename?: "ProductV1MetadataEntity";
|
|
18592
19585
|
createdAt: string;
|
|
@@ -18681,6 +19674,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18681
19674
|
url: string;
|
|
18682
19675
|
tag?: string | null;
|
|
18683
19676
|
type: ProductV1MediaType;
|
|
19677
|
+
width?: number | null;
|
|
19678
|
+
height?: number | null;
|
|
18684
19679
|
}>;
|
|
18685
19680
|
visuals_videos?: Array<{
|
|
18686
19681
|
__typename?: "ProductV1Media";
|
|
@@ -18688,6 +19683,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18688
19683
|
url: string;
|
|
18689
19684
|
tag?: string | null;
|
|
18690
19685
|
type: ProductV1MediaType;
|
|
19686
|
+
width?: number | null;
|
|
19687
|
+
height?: number | null;
|
|
18691
19688
|
}> | null;
|
|
18692
19689
|
productV1Seller?: {
|
|
18693
19690
|
__typename?: "ProductV1Seller";
|
|
@@ -18704,6 +19701,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18704
19701
|
url: string;
|
|
18705
19702
|
tag?: string | null;
|
|
18706
19703
|
type: ProductV1MediaType;
|
|
19704
|
+
width?: number | null;
|
|
19705
|
+
height?: number | null;
|
|
18707
19706
|
}> | null;
|
|
18708
19707
|
contactLinks?: Array<{
|
|
18709
19708
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18714,7 +19713,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18714
19713
|
seller: {
|
|
18715
19714
|
__typename?: "Seller";
|
|
18716
19715
|
id: string;
|
|
18717
|
-
|
|
19716
|
+
assistant: string;
|
|
18718
19717
|
admin: string;
|
|
18719
19718
|
clerk: string;
|
|
18720
19719
|
treasury: string;
|
|
@@ -18748,6 +19747,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18748
19747
|
url: string;
|
|
18749
19748
|
tag?: string | null;
|
|
18750
19749
|
type: ProductV1MediaType;
|
|
19750
|
+
width?: number | null;
|
|
19751
|
+
height?: number | null;
|
|
18751
19752
|
}> | null;
|
|
18752
19753
|
contactLinks?: Array<{
|
|
18753
19754
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18758,7 +19759,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18758
19759
|
seller: {
|
|
18759
19760
|
__typename?: "Seller";
|
|
18760
19761
|
id: string;
|
|
18761
|
-
|
|
19762
|
+
assistant: string;
|
|
18762
19763
|
admin: string;
|
|
18763
19764
|
clerk: string;
|
|
18764
19765
|
treasury: string;
|
|
@@ -18794,12 +19795,26 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18794
19795
|
deliveryTime: string;
|
|
18795
19796
|
}> | null;
|
|
18796
19797
|
} | null;
|
|
19798
|
+
animationMetadata?: {
|
|
19799
|
+
__typename?: "AnimationMetadata";
|
|
19800
|
+
id: string;
|
|
19801
|
+
width?: number | null;
|
|
19802
|
+
height?: number | null;
|
|
19803
|
+
type?: string | null;
|
|
19804
|
+
} | null;
|
|
19805
|
+
} | null;
|
|
19806
|
+
range?: {
|
|
19807
|
+
__typename?: "RangeEntity";
|
|
19808
|
+
id: string;
|
|
19809
|
+
start: string;
|
|
19810
|
+
end: string;
|
|
19811
|
+
owner: string;
|
|
18797
19812
|
} | null;
|
|
18798
19813
|
};
|
|
18799
19814
|
seller: {
|
|
18800
19815
|
__typename?: "Seller";
|
|
18801
19816
|
id: string;
|
|
18802
|
-
|
|
19817
|
+
assistant: string;
|
|
18803
19818
|
admin: string;
|
|
18804
19819
|
clerk: string;
|
|
18805
19820
|
treasury: string;
|
|
@@ -18889,6 +19904,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18889
19904
|
url: string;
|
|
18890
19905
|
tag?: string | null;
|
|
18891
19906
|
type: ProductV1MediaType;
|
|
19907
|
+
width?: number | null;
|
|
19908
|
+
height?: number | null;
|
|
18892
19909
|
}>;
|
|
18893
19910
|
visuals_videos?: Array<{
|
|
18894
19911
|
__typename?: "ProductV1Media";
|
|
@@ -18896,6 +19913,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18896
19913
|
url: string;
|
|
18897
19914
|
tag?: string | null;
|
|
18898
19915
|
type: ProductV1MediaType;
|
|
19916
|
+
width?: number | null;
|
|
19917
|
+
height?: number | null;
|
|
18899
19918
|
}> | null;
|
|
18900
19919
|
productV1Seller?: {
|
|
18901
19920
|
__typename?: "ProductV1Seller";
|
|
@@ -18912,6 +19931,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18912
19931
|
url: string;
|
|
18913
19932
|
tag?: string | null;
|
|
18914
19933
|
type: ProductV1MediaType;
|
|
19934
|
+
width?: number | null;
|
|
19935
|
+
height?: number | null;
|
|
18915
19936
|
}> | null;
|
|
18916
19937
|
contactLinks?: Array<{
|
|
18917
19938
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18922,7 +19943,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18922
19943
|
seller: {
|
|
18923
19944
|
__typename?: "Seller";
|
|
18924
19945
|
id: string;
|
|
18925
|
-
|
|
19946
|
+
assistant: string;
|
|
18926
19947
|
admin: string;
|
|
18927
19948
|
clerk: string;
|
|
18928
19949
|
treasury: string;
|
|
@@ -18956,6 +19977,8 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18956
19977
|
url: string;
|
|
18957
19978
|
tag?: string | null;
|
|
18958
19979
|
type: ProductV1MediaType;
|
|
19980
|
+
width?: number | null;
|
|
19981
|
+
height?: number | null;
|
|
18959
19982
|
}> | null;
|
|
18960
19983
|
contactLinks?: Array<{
|
|
18961
19984
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -18966,7 +19989,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18966
19989
|
seller: {
|
|
18967
19990
|
__typename?: "Seller";
|
|
18968
19991
|
id: string;
|
|
18969
|
-
|
|
19992
|
+
assistant: string;
|
|
18970
19993
|
admin: string;
|
|
18971
19994
|
clerk: string;
|
|
18972
19995
|
treasury: string;
|
|
@@ -18989,6 +20012,13 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18989
20012
|
disputeResolverContactMethod: string;
|
|
18990
20013
|
};
|
|
18991
20014
|
};
|
|
20015
|
+
export declare type BaseAnimationMetadataFieldsFragment = {
|
|
20016
|
+
__typename?: "AnimationMetadata";
|
|
20017
|
+
id: string;
|
|
20018
|
+
width?: number | null;
|
|
20019
|
+
height?: number | null;
|
|
20020
|
+
type?: string | null;
|
|
20021
|
+
};
|
|
18992
20022
|
export declare type BaseProductV1ProductFieldsFragment = {
|
|
18993
20023
|
__typename?: "ProductV1Product";
|
|
18994
20024
|
id: string;
|
|
@@ -19060,6 +20090,8 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
19060
20090
|
url: string;
|
|
19061
20091
|
tag?: string | null;
|
|
19062
20092
|
type: ProductV1MediaType;
|
|
20093
|
+
width?: number | null;
|
|
20094
|
+
height?: number | null;
|
|
19063
20095
|
}>;
|
|
19064
20096
|
visuals_videos?: Array<{
|
|
19065
20097
|
__typename?: "ProductV1Media";
|
|
@@ -19067,6 +20099,8 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
19067
20099
|
url: string;
|
|
19068
20100
|
tag?: string | null;
|
|
19069
20101
|
type: ProductV1MediaType;
|
|
20102
|
+
width?: number | null;
|
|
20103
|
+
height?: number | null;
|
|
19070
20104
|
}> | null;
|
|
19071
20105
|
productV1Seller?: {
|
|
19072
20106
|
__typename?: "ProductV1Seller";
|
|
@@ -19083,6 +20117,8 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
19083
20117
|
url: string;
|
|
19084
20118
|
tag?: string | null;
|
|
19085
20119
|
type: ProductV1MediaType;
|
|
20120
|
+
width?: number | null;
|
|
20121
|
+
height?: number | null;
|
|
19086
20122
|
}> | null;
|
|
19087
20123
|
contactLinks?: Array<{
|
|
19088
20124
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19093,7 +20129,7 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
19093
20129
|
seller: {
|
|
19094
20130
|
__typename?: "Seller";
|
|
19095
20131
|
id: string;
|
|
19096
|
-
|
|
20132
|
+
assistant: string;
|
|
19097
20133
|
admin: string;
|
|
19098
20134
|
clerk: string;
|
|
19099
20135
|
treasury: string;
|
|
@@ -19207,7 +20243,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19207
20243
|
seller: {
|
|
19208
20244
|
__typename?: "Seller";
|
|
19209
20245
|
id: string;
|
|
19210
|
-
|
|
20246
|
+
assistant: string;
|
|
19211
20247
|
admin: string;
|
|
19212
20248
|
clerk: string;
|
|
19213
20249
|
treasury: string;
|
|
@@ -19232,7 +20268,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19232
20268
|
seller: {
|
|
19233
20269
|
__typename?: "Seller";
|
|
19234
20270
|
id: string;
|
|
19235
|
-
|
|
20271
|
+
assistant: string;
|
|
19236
20272
|
admin: string;
|
|
19237
20273
|
clerk: string;
|
|
19238
20274
|
treasury: string;
|
|
@@ -19258,7 +20294,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19258
20294
|
admin: string;
|
|
19259
20295
|
clerk: string;
|
|
19260
20296
|
treasury: string;
|
|
19261
|
-
|
|
20297
|
+
assistant: string;
|
|
19262
20298
|
metadataUri: string;
|
|
19263
20299
|
active: boolean;
|
|
19264
20300
|
sellerAllowList: Array<string>;
|
|
@@ -19297,6 +20333,13 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19297
20333
|
schemaUrl: string;
|
|
19298
20334
|
type: MetadataType;
|
|
19299
20335
|
image: string;
|
|
20336
|
+
animationMetadata?: {
|
|
20337
|
+
__typename?: "AnimationMetadata";
|
|
20338
|
+
id: string;
|
|
20339
|
+
width?: number | null;
|
|
20340
|
+
height?: number | null;
|
|
20341
|
+
type?: string | null;
|
|
20342
|
+
} | null;
|
|
19300
20343
|
} | {
|
|
19301
20344
|
__typename?: "ProductV1MetadataEntity";
|
|
19302
20345
|
createdAt: string;
|
|
@@ -19391,6 +20434,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19391
20434
|
url: string;
|
|
19392
20435
|
tag?: string | null;
|
|
19393
20436
|
type: ProductV1MediaType;
|
|
20437
|
+
width?: number | null;
|
|
20438
|
+
height?: number | null;
|
|
19394
20439
|
}>;
|
|
19395
20440
|
visuals_videos?: Array<{
|
|
19396
20441
|
__typename?: "ProductV1Media";
|
|
@@ -19398,6 +20443,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19398
20443
|
url: string;
|
|
19399
20444
|
tag?: string | null;
|
|
19400
20445
|
type: ProductV1MediaType;
|
|
20446
|
+
width?: number | null;
|
|
20447
|
+
height?: number | null;
|
|
19401
20448
|
}> | null;
|
|
19402
20449
|
productV1Seller?: {
|
|
19403
20450
|
__typename?: "ProductV1Seller";
|
|
@@ -19414,6 +20461,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19414
20461
|
url: string;
|
|
19415
20462
|
tag?: string | null;
|
|
19416
20463
|
type: ProductV1MediaType;
|
|
20464
|
+
width?: number | null;
|
|
20465
|
+
height?: number | null;
|
|
19417
20466
|
}> | null;
|
|
19418
20467
|
contactLinks?: Array<{
|
|
19419
20468
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19424,7 +20473,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19424
20473
|
seller: {
|
|
19425
20474
|
__typename?: "Seller";
|
|
19426
20475
|
id: string;
|
|
19427
|
-
|
|
20476
|
+
assistant: string;
|
|
19428
20477
|
admin: string;
|
|
19429
20478
|
clerk: string;
|
|
19430
20479
|
treasury: string;
|
|
@@ -19458,6 +20507,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19458
20507
|
url: string;
|
|
19459
20508
|
tag?: string | null;
|
|
19460
20509
|
type: ProductV1MediaType;
|
|
20510
|
+
width?: number | null;
|
|
20511
|
+
height?: number | null;
|
|
19461
20512
|
}> | null;
|
|
19462
20513
|
contactLinks?: Array<{
|
|
19463
20514
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19468,7 +20519,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19468
20519
|
seller: {
|
|
19469
20520
|
__typename?: "Seller";
|
|
19470
20521
|
id: string;
|
|
19471
|
-
|
|
20522
|
+
assistant: string;
|
|
19472
20523
|
admin: string;
|
|
19473
20524
|
clerk: string;
|
|
19474
20525
|
treasury: string;
|
|
@@ -19504,6 +20555,20 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19504
20555
|
deliveryTime: string;
|
|
19505
20556
|
}> | null;
|
|
19506
20557
|
} | null;
|
|
20558
|
+
animationMetadata?: {
|
|
20559
|
+
__typename?: "AnimationMetadata";
|
|
20560
|
+
id: string;
|
|
20561
|
+
width?: number | null;
|
|
20562
|
+
height?: number | null;
|
|
20563
|
+
type?: string | null;
|
|
20564
|
+
} | null;
|
|
20565
|
+
} | null;
|
|
20566
|
+
range?: {
|
|
20567
|
+
__typename?: "RangeEntity";
|
|
20568
|
+
id: string;
|
|
20569
|
+
start: string;
|
|
20570
|
+
end: string;
|
|
20571
|
+
owner: string;
|
|
19507
20572
|
} | null;
|
|
19508
20573
|
};
|
|
19509
20574
|
variations?: Array<{
|
|
@@ -19554,6 +20619,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19554
20619
|
url: string;
|
|
19555
20620
|
tag?: string | null;
|
|
19556
20621
|
type: ProductV1MediaType;
|
|
20622
|
+
width?: number | null;
|
|
20623
|
+
height?: number | null;
|
|
19557
20624
|
}>;
|
|
19558
20625
|
visuals_videos?: Array<{
|
|
19559
20626
|
__typename?: "ProductV1Media";
|
|
@@ -19561,6 +20628,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19561
20628
|
url: string;
|
|
19562
20629
|
tag?: string | null;
|
|
19563
20630
|
type: ProductV1MediaType;
|
|
20631
|
+
width?: number | null;
|
|
20632
|
+
height?: number | null;
|
|
19564
20633
|
}> | null;
|
|
19565
20634
|
productV1Seller?: {
|
|
19566
20635
|
__typename?: "ProductV1Seller";
|
|
@@ -19577,6 +20646,8 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19577
20646
|
url: string;
|
|
19578
20647
|
tag?: string | null;
|
|
19579
20648
|
type: ProductV1MediaType;
|
|
20649
|
+
width?: number | null;
|
|
20650
|
+
height?: number | null;
|
|
19580
20651
|
}> | null;
|
|
19581
20652
|
contactLinks?: Array<{
|
|
19582
20653
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19587,7 +20658,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19587
20658
|
seller: {
|
|
19588
20659
|
__typename?: "Seller";
|
|
19589
20660
|
id: string;
|
|
19590
|
-
|
|
20661
|
+
assistant: string;
|
|
19591
20662
|
admin: string;
|
|
19592
20663
|
clerk: string;
|
|
19593
20664
|
treasury: string;
|
|
@@ -19701,7 +20772,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19701
20772
|
seller: {
|
|
19702
20773
|
__typename?: "Seller";
|
|
19703
20774
|
id: string;
|
|
19704
|
-
|
|
20775
|
+
assistant: string;
|
|
19705
20776
|
admin: string;
|
|
19706
20777
|
clerk: string;
|
|
19707
20778
|
treasury: string;
|
|
@@ -19726,7 +20797,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19726
20797
|
seller: {
|
|
19727
20798
|
__typename?: "Seller";
|
|
19728
20799
|
id: string;
|
|
19729
|
-
|
|
20800
|
+
assistant: string;
|
|
19730
20801
|
admin: string;
|
|
19731
20802
|
clerk: string;
|
|
19732
20803
|
treasury: string;
|
|
@@ -19752,7 +20823,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19752
20823
|
admin: string;
|
|
19753
20824
|
clerk: string;
|
|
19754
20825
|
treasury: string;
|
|
19755
|
-
|
|
20826
|
+
assistant: string;
|
|
19756
20827
|
metadataUri: string;
|
|
19757
20828
|
active: boolean;
|
|
19758
20829
|
sellerAllowList: Array<string>;
|
|
@@ -19791,6 +20862,13 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19791
20862
|
schemaUrl: string;
|
|
19792
20863
|
type: MetadataType;
|
|
19793
20864
|
image: string;
|
|
20865
|
+
animationMetadata?: {
|
|
20866
|
+
__typename?: "AnimationMetadata";
|
|
20867
|
+
id: string;
|
|
20868
|
+
width?: number | null;
|
|
20869
|
+
height?: number | null;
|
|
20870
|
+
type?: string | null;
|
|
20871
|
+
} | null;
|
|
19794
20872
|
} | {
|
|
19795
20873
|
__typename?: "ProductV1MetadataEntity";
|
|
19796
20874
|
createdAt: string;
|
|
@@ -19885,6 +20963,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19885
20963
|
url: string;
|
|
19886
20964
|
tag?: string | null;
|
|
19887
20965
|
type: ProductV1MediaType;
|
|
20966
|
+
width?: number | null;
|
|
20967
|
+
height?: number | null;
|
|
19888
20968
|
}>;
|
|
19889
20969
|
visuals_videos?: Array<{
|
|
19890
20970
|
__typename?: "ProductV1Media";
|
|
@@ -19892,6 +20972,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19892
20972
|
url: string;
|
|
19893
20973
|
tag?: string | null;
|
|
19894
20974
|
type: ProductV1MediaType;
|
|
20975
|
+
width?: number | null;
|
|
20976
|
+
height?: number | null;
|
|
19895
20977
|
}> | null;
|
|
19896
20978
|
productV1Seller?: {
|
|
19897
20979
|
__typename?: "ProductV1Seller";
|
|
@@ -19908,6 +20990,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19908
20990
|
url: string;
|
|
19909
20991
|
tag?: string | null;
|
|
19910
20992
|
type: ProductV1MediaType;
|
|
20993
|
+
width?: number | null;
|
|
20994
|
+
height?: number | null;
|
|
19911
20995
|
}> | null;
|
|
19912
20996
|
contactLinks?: Array<{
|
|
19913
20997
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19918,7 +21002,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19918
21002
|
seller: {
|
|
19919
21003
|
__typename?: "Seller";
|
|
19920
21004
|
id: string;
|
|
19921
|
-
|
|
21005
|
+
assistant: string;
|
|
19922
21006
|
admin: string;
|
|
19923
21007
|
clerk: string;
|
|
19924
21008
|
treasury: string;
|
|
@@ -19952,6 +21036,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19952
21036
|
url: string;
|
|
19953
21037
|
tag?: string | null;
|
|
19954
21038
|
type: ProductV1MediaType;
|
|
21039
|
+
width?: number | null;
|
|
21040
|
+
height?: number | null;
|
|
19955
21041
|
}> | null;
|
|
19956
21042
|
contactLinks?: Array<{
|
|
19957
21043
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -19962,7 +21048,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19962
21048
|
seller: {
|
|
19963
21049
|
__typename?: "Seller";
|
|
19964
21050
|
id: string;
|
|
19965
|
-
|
|
21051
|
+
assistant: string;
|
|
19966
21052
|
admin: string;
|
|
19967
21053
|
clerk: string;
|
|
19968
21054
|
treasury: string;
|
|
@@ -19998,6 +21084,20 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
19998
21084
|
deliveryTime: string;
|
|
19999
21085
|
}> | null;
|
|
20000
21086
|
} | null;
|
|
21087
|
+
animationMetadata?: {
|
|
21088
|
+
__typename?: "AnimationMetadata";
|
|
21089
|
+
id: string;
|
|
21090
|
+
width?: number | null;
|
|
21091
|
+
height?: number | null;
|
|
21092
|
+
type?: string | null;
|
|
21093
|
+
} | null;
|
|
21094
|
+
} | null;
|
|
21095
|
+
range?: {
|
|
21096
|
+
__typename?: "RangeEntity";
|
|
21097
|
+
id: string;
|
|
21098
|
+
start: string;
|
|
21099
|
+
end: string;
|
|
21100
|
+
owner: string;
|
|
20001
21101
|
} | null;
|
|
20002
21102
|
};
|
|
20003
21103
|
variations?: Array<{
|
|
@@ -20048,6 +21148,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20048
21148
|
url: string;
|
|
20049
21149
|
tag?: string | null;
|
|
20050
21150
|
type: ProductV1MediaType;
|
|
21151
|
+
width?: number | null;
|
|
21152
|
+
height?: number | null;
|
|
20051
21153
|
}>;
|
|
20052
21154
|
visuals_videos?: Array<{
|
|
20053
21155
|
__typename?: "ProductV1Media";
|
|
@@ -20055,6 +21157,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20055
21157
|
url: string;
|
|
20056
21158
|
tag?: string | null;
|
|
20057
21159
|
type: ProductV1MediaType;
|
|
21160
|
+
width?: number | null;
|
|
21161
|
+
height?: number | null;
|
|
20058
21162
|
}> | null;
|
|
20059
21163
|
productV1Seller?: {
|
|
20060
21164
|
__typename?: "ProductV1Seller";
|
|
@@ -20071,6 +21175,8 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20071
21175
|
url: string;
|
|
20072
21176
|
tag?: string | null;
|
|
20073
21177
|
type: ProductV1MediaType;
|
|
21178
|
+
width?: number | null;
|
|
21179
|
+
height?: number | null;
|
|
20074
21180
|
}> | null;
|
|
20075
21181
|
contactLinks?: Array<{
|
|
20076
21182
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20081,7 +21187,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20081
21187
|
seller: {
|
|
20082
21188
|
__typename?: "Seller";
|
|
20083
21189
|
id: string;
|
|
20084
|
-
|
|
21190
|
+
assistant: string;
|
|
20085
21191
|
admin: string;
|
|
20086
21192
|
clerk: string;
|
|
20087
21193
|
treasury: string;
|
|
@@ -20120,6 +21226,8 @@ export declare type BaseProductV1MediaFieldsFragment = {
|
|
|
20120
21226
|
url: string;
|
|
20121
21227
|
tag?: string | null;
|
|
20122
21228
|
type: ProductV1MediaType;
|
|
21229
|
+
width?: number | null;
|
|
21230
|
+
height?: number | null;
|
|
20123
21231
|
};
|
|
20124
21232
|
export declare type BaseProductV1PersonalisationFieldsFragment = {
|
|
20125
21233
|
__typename?: "ProductV1Personalisation";
|
|
@@ -20147,6 +21255,8 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
20147
21255
|
url: string;
|
|
20148
21256
|
tag?: string | null;
|
|
20149
21257
|
type: ProductV1MediaType;
|
|
21258
|
+
width?: number | null;
|
|
21259
|
+
height?: number | null;
|
|
20150
21260
|
}> | null;
|
|
20151
21261
|
contactLinks?: Array<{
|
|
20152
21262
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20157,7 +21267,7 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
20157
21267
|
seller: {
|
|
20158
21268
|
__typename?: "Seller";
|
|
20159
21269
|
id: string;
|
|
20160
|
-
|
|
21270
|
+
assistant: string;
|
|
20161
21271
|
admin: string;
|
|
20162
21272
|
clerk: string;
|
|
20163
21273
|
treasury: string;
|
|
@@ -20237,6 +21347,8 @@ export declare type BaseProductV1ProductOverridesFieldsFragment = {
|
|
|
20237
21347
|
url: string;
|
|
20238
21348
|
tag?: string | null;
|
|
20239
21349
|
type: ProductV1MediaType;
|
|
21350
|
+
width?: number | null;
|
|
21351
|
+
height?: number | null;
|
|
20240
21352
|
}>;
|
|
20241
21353
|
visuals_videos?: Array<{
|
|
20242
21354
|
__typename?: "ProductV1Media";
|
|
@@ -20244,6 +21356,8 @@ export declare type BaseProductV1ProductOverridesFieldsFragment = {
|
|
|
20244
21356
|
url: string;
|
|
20245
21357
|
tag?: string | null;
|
|
20246
21358
|
type: ProductV1MediaType;
|
|
21359
|
+
width?: number | null;
|
|
21360
|
+
height?: number | null;
|
|
20247
21361
|
}> | null;
|
|
20248
21362
|
};
|
|
20249
21363
|
export declare type GetOfferByIdQueryQueryVariables = Exact<{
|
|
@@ -20321,7 +21435,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20321
21435
|
seller: {
|
|
20322
21436
|
__typename?: "Seller";
|
|
20323
21437
|
id: string;
|
|
20324
|
-
|
|
21438
|
+
assistant: string;
|
|
20325
21439
|
admin: string;
|
|
20326
21440
|
clerk: string;
|
|
20327
21441
|
treasury: string;
|
|
@@ -20346,7 +21460,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20346
21460
|
seller: {
|
|
20347
21461
|
__typename?: "Seller";
|
|
20348
21462
|
id: string;
|
|
20349
|
-
|
|
21463
|
+
assistant: string;
|
|
20350
21464
|
admin: string;
|
|
20351
21465
|
clerk: string;
|
|
20352
21466
|
treasury: string;
|
|
@@ -20372,7 +21486,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20372
21486
|
admin: string;
|
|
20373
21487
|
clerk: string;
|
|
20374
21488
|
treasury: string;
|
|
20375
|
-
|
|
21489
|
+
assistant: string;
|
|
20376
21490
|
metadataUri: string;
|
|
20377
21491
|
active: boolean;
|
|
20378
21492
|
sellerAllowList: Array<string>;
|
|
@@ -20411,6 +21525,13 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20411
21525
|
schemaUrl: string;
|
|
20412
21526
|
type: MetadataType;
|
|
20413
21527
|
image: string;
|
|
21528
|
+
animationMetadata?: {
|
|
21529
|
+
__typename?: "AnimationMetadata";
|
|
21530
|
+
id: string;
|
|
21531
|
+
width?: number | null;
|
|
21532
|
+
height?: number | null;
|
|
21533
|
+
type?: string | null;
|
|
21534
|
+
} | null;
|
|
20414
21535
|
} | {
|
|
20415
21536
|
__typename?: "ProductV1MetadataEntity";
|
|
20416
21537
|
createdAt: string;
|
|
@@ -20505,6 +21626,8 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20505
21626
|
url: string;
|
|
20506
21627
|
tag?: string | null;
|
|
20507
21628
|
type: ProductV1MediaType;
|
|
21629
|
+
width?: number | null;
|
|
21630
|
+
height?: number | null;
|
|
20508
21631
|
}>;
|
|
20509
21632
|
visuals_videos?: Array<{
|
|
20510
21633
|
__typename?: "ProductV1Media";
|
|
@@ -20512,6 +21635,8 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20512
21635
|
url: string;
|
|
20513
21636
|
tag?: string | null;
|
|
20514
21637
|
type: ProductV1MediaType;
|
|
21638
|
+
width?: number | null;
|
|
21639
|
+
height?: number | null;
|
|
20515
21640
|
}> | null;
|
|
20516
21641
|
productV1Seller?: {
|
|
20517
21642
|
__typename?: "ProductV1Seller";
|
|
@@ -20528,6 +21653,8 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20528
21653
|
url: string;
|
|
20529
21654
|
tag?: string | null;
|
|
20530
21655
|
type: ProductV1MediaType;
|
|
21656
|
+
width?: number | null;
|
|
21657
|
+
height?: number | null;
|
|
20531
21658
|
}> | null;
|
|
20532
21659
|
contactLinks?: Array<{
|
|
20533
21660
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20538,7 +21665,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20538
21665
|
seller: {
|
|
20539
21666
|
__typename?: "Seller";
|
|
20540
21667
|
id: string;
|
|
20541
|
-
|
|
21668
|
+
assistant: string;
|
|
20542
21669
|
admin: string;
|
|
20543
21670
|
clerk: string;
|
|
20544
21671
|
treasury: string;
|
|
@@ -20572,6 +21699,8 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20572
21699
|
url: string;
|
|
20573
21700
|
tag?: string | null;
|
|
20574
21701
|
type: ProductV1MediaType;
|
|
21702
|
+
width?: number | null;
|
|
21703
|
+
height?: number | null;
|
|
20575
21704
|
}> | null;
|
|
20576
21705
|
contactLinks?: Array<{
|
|
20577
21706
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20582,7 +21711,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20582
21711
|
seller: {
|
|
20583
21712
|
__typename?: "Seller";
|
|
20584
21713
|
id: string;
|
|
20585
|
-
|
|
21714
|
+
assistant: string;
|
|
20586
21715
|
admin: string;
|
|
20587
21716
|
clerk: string;
|
|
20588
21717
|
treasury: string;
|
|
@@ -20618,6 +21747,20 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20618
21747
|
deliveryTime: string;
|
|
20619
21748
|
}> | null;
|
|
20620
21749
|
} | null;
|
|
21750
|
+
animationMetadata?: {
|
|
21751
|
+
__typename?: "AnimationMetadata";
|
|
21752
|
+
id: string;
|
|
21753
|
+
width?: number | null;
|
|
21754
|
+
height?: number | null;
|
|
21755
|
+
type?: string | null;
|
|
21756
|
+
} | null;
|
|
21757
|
+
} | null;
|
|
21758
|
+
range?: {
|
|
21759
|
+
__typename?: "RangeEntity";
|
|
21760
|
+
id: string;
|
|
21761
|
+
start: string;
|
|
21762
|
+
end: string;
|
|
21763
|
+
owner: string;
|
|
20621
21764
|
} | null;
|
|
20622
21765
|
} | null;
|
|
20623
21766
|
};
|
|
@@ -20700,7 +21843,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
20700
21843
|
seller: {
|
|
20701
21844
|
__typename?: "Seller";
|
|
20702
21845
|
id: string;
|
|
20703
|
-
|
|
21846
|
+
assistant: string;
|
|
20704
21847
|
admin: string;
|
|
20705
21848
|
clerk: string;
|
|
20706
21849
|
treasury: string;
|
|
@@ -20725,7 +21868,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
20725
21868
|
seller: {
|
|
20726
21869
|
__typename?: "Seller";
|
|
20727
21870
|
id: string;
|
|
20728
|
-
|
|
21871
|
+
assistant: string;
|
|
20729
21872
|
admin: string;
|
|
20730
21873
|
clerk: string;
|
|
20731
21874
|
treasury: string;
|
|
@@ -20751,7 +21894,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
20751
21894
|
admin: string;
|
|
20752
21895
|
clerk: string;
|
|
20753
21896
|
treasury: string;
|
|
20754
|
-
|
|
21897
|
+
assistant: string;
|
|
20755
21898
|
metadataUri: string;
|
|
20756
21899
|
active: boolean;
|
|
20757
21900
|
sellerAllowList: Array<string>;
|
|
@@ -20790,6 +21933,13 @@ export declare type GetOffersQueryQuery = {
|
|
|
20790
21933
|
schemaUrl: string;
|
|
20791
21934
|
type: MetadataType;
|
|
20792
21935
|
image: string;
|
|
21936
|
+
animationMetadata?: {
|
|
21937
|
+
__typename?: "AnimationMetadata";
|
|
21938
|
+
id: string;
|
|
21939
|
+
width?: number | null;
|
|
21940
|
+
height?: number | null;
|
|
21941
|
+
type?: string | null;
|
|
21942
|
+
} | null;
|
|
20793
21943
|
} | {
|
|
20794
21944
|
__typename?: "ProductV1MetadataEntity";
|
|
20795
21945
|
createdAt: string;
|
|
@@ -20884,6 +22034,8 @@ export declare type GetOffersQueryQuery = {
|
|
|
20884
22034
|
url: string;
|
|
20885
22035
|
tag?: string | null;
|
|
20886
22036
|
type: ProductV1MediaType;
|
|
22037
|
+
width?: number | null;
|
|
22038
|
+
height?: number | null;
|
|
20887
22039
|
}>;
|
|
20888
22040
|
visuals_videos?: Array<{
|
|
20889
22041
|
__typename?: "ProductV1Media";
|
|
@@ -20891,6 +22043,8 @@ export declare type GetOffersQueryQuery = {
|
|
|
20891
22043
|
url: string;
|
|
20892
22044
|
tag?: string | null;
|
|
20893
22045
|
type: ProductV1MediaType;
|
|
22046
|
+
width?: number | null;
|
|
22047
|
+
height?: number | null;
|
|
20894
22048
|
}> | null;
|
|
20895
22049
|
productV1Seller?: {
|
|
20896
22050
|
__typename?: "ProductV1Seller";
|
|
@@ -20907,6 +22061,8 @@ export declare type GetOffersQueryQuery = {
|
|
|
20907
22061
|
url: string;
|
|
20908
22062
|
tag?: string | null;
|
|
20909
22063
|
type: ProductV1MediaType;
|
|
22064
|
+
width?: number | null;
|
|
22065
|
+
height?: number | null;
|
|
20910
22066
|
}> | null;
|
|
20911
22067
|
contactLinks?: Array<{
|
|
20912
22068
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20917,7 +22073,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
20917
22073
|
seller: {
|
|
20918
22074
|
__typename?: "Seller";
|
|
20919
22075
|
id: string;
|
|
20920
|
-
|
|
22076
|
+
assistant: string;
|
|
20921
22077
|
admin: string;
|
|
20922
22078
|
clerk: string;
|
|
20923
22079
|
treasury: string;
|
|
@@ -20951,6 +22107,8 @@ export declare type GetOffersQueryQuery = {
|
|
|
20951
22107
|
url: string;
|
|
20952
22108
|
tag?: string | null;
|
|
20953
22109
|
type: ProductV1MediaType;
|
|
22110
|
+
width?: number | null;
|
|
22111
|
+
height?: number | null;
|
|
20954
22112
|
}> | null;
|
|
20955
22113
|
contactLinks?: Array<{
|
|
20956
22114
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -20961,7 +22119,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
20961
22119
|
seller: {
|
|
20962
22120
|
__typename?: "Seller";
|
|
20963
22121
|
id: string;
|
|
20964
|
-
|
|
22122
|
+
assistant: string;
|
|
20965
22123
|
admin: string;
|
|
20966
22124
|
clerk: string;
|
|
20967
22125
|
treasury: string;
|
|
@@ -20997,6 +22155,20 @@ export declare type GetOffersQueryQuery = {
|
|
|
20997
22155
|
deliveryTime: string;
|
|
20998
22156
|
}> | null;
|
|
20999
22157
|
} | null;
|
|
22158
|
+
animationMetadata?: {
|
|
22159
|
+
__typename?: "AnimationMetadata";
|
|
22160
|
+
id: string;
|
|
22161
|
+
width?: number | null;
|
|
22162
|
+
height?: number | null;
|
|
22163
|
+
type?: string | null;
|
|
22164
|
+
} | null;
|
|
22165
|
+
} | null;
|
|
22166
|
+
range?: {
|
|
22167
|
+
__typename?: "RangeEntity";
|
|
22168
|
+
id: string;
|
|
22169
|
+
start: string;
|
|
22170
|
+
end: string;
|
|
22171
|
+
owner: string;
|
|
21000
22172
|
} | null;
|
|
21001
22173
|
}>;
|
|
21002
22174
|
};
|
|
@@ -21064,7 +22236,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21064
22236
|
seller: {
|
|
21065
22237
|
__typename?: "Seller";
|
|
21066
22238
|
id: string;
|
|
21067
|
-
|
|
22239
|
+
assistant: string;
|
|
21068
22240
|
admin: string;
|
|
21069
22241
|
clerk: string;
|
|
21070
22242
|
treasury: string;
|
|
@@ -21089,7 +22261,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21089
22261
|
seller: {
|
|
21090
22262
|
__typename?: "Seller";
|
|
21091
22263
|
id: string;
|
|
21092
|
-
|
|
22264
|
+
assistant: string;
|
|
21093
22265
|
admin: string;
|
|
21094
22266
|
clerk: string;
|
|
21095
22267
|
treasury: string;
|
|
@@ -21115,7 +22287,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21115
22287
|
admin: string;
|
|
21116
22288
|
clerk: string;
|
|
21117
22289
|
treasury: string;
|
|
21118
|
-
|
|
22290
|
+
assistant: string;
|
|
21119
22291
|
metadataUri: string;
|
|
21120
22292
|
active: boolean;
|
|
21121
22293
|
sellerAllowList: Array<string>;
|
|
@@ -21154,6 +22326,13 @@ export declare type OfferFieldsFragment = {
|
|
|
21154
22326
|
schemaUrl: string;
|
|
21155
22327
|
type: MetadataType;
|
|
21156
22328
|
image: string;
|
|
22329
|
+
animationMetadata?: {
|
|
22330
|
+
__typename?: "AnimationMetadata";
|
|
22331
|
+
id: string;
|
|
22332
|
+
width?: number | null;
|
|
22333
|
+
height?: number | null;
|
|
22334
|
+
type?: string | null;
|
|
22335
|
+
} | null;
|
|
21157
22336
|
} | {
|
|
21158
22337
|
__typename?: "ProductV1MetadataEntity";
|
|
21159
22338
|
createdAt: string;
|
|
@@ -21248,6 +22427,8 @@ export declare type OfferFieldsFragment = {
|
|
|
21248
22427
|
url: string;
|
|
21249
22428
|
tag?: string | null;
|
|
21250
22429
|
type: ProductV1MediaType;
|
|
22430
|
+
width?: number | null;
|
|
22431
|
+
height?: number | null;
|
|
21251
22432
|
}>;
|
|
21252
22433
|
visuals_videos?: Array<{
|
|
21253
22434
|
__typename?: "ProductV1Media";
|
|
@@ -21255,6 +22436,8 @@ export declare type OfferFieldsFragment = {
|
|
|
21255
22436
|
url: string;
|
|
21256
22437
|
tag?: string | null;
|
|
21257
22438
|
type: ProductV1MediaType;
|
|
22439
|
+
width?: number | null;
|
|
22440
|
+
height?: number | null;
|
|
21258
22441
|
}> | null;
|
|
21259
22442
|
productV1Seller?: {
|
|
21260
22443
|
__typename?: "ProductV1Seller";
|
|
@@ -21271,6 +22454,8 @@ export declare type OfferFieldsFragment = {
|
|
|
21271
22454
|
url: string;
|
|
21272
22455
|
tag?: string | null;
|
|
21273
22456
|
type: ProductV1MediaType;
|
|
22457
|
+
width?: number | null;
|
|
22458
|
+
height?: number | null;
|
|
21274
22459
|
}> | null;
|
|
21275
22460
|
contactLinks?: Array<{
|
|
21276
22461
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -21281,7 +22466,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21281
22466
|
seller: {
|
|
21282
22467
|
__typename?: "Seller";
|
|
21283
22468
|
id: string;
|
|
21284
|
-
|
|
22469
|
+
assistant: string;
|
|
21285
22470
|
admin: string;
|
|
21286
22471
|
clerk: string;
|
|
21287
22472
|
treasury: string;
|
|
@@ -21315,6 +22500,8 @@ export declare type OfferFieldsFragment = {
|
|
|
21315
22500
|
url: string;
|
|
21316
22501
|
tag?: string | null;
|
|
21317
22502
|
type: ProductV1MediaType;
|
|
22503
|
+
width?: number | null;
|
|
22504
|
+
height?: number | null;
|
|
21318
22505
|
}> | null;
|
|
21319
22506
|
contactLinks?: Array<{
|
|
21320
22507
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -21325,7 +22512,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21325
22512
|
seller: {
|
|
21326
22513
|
__typename?: "Seller";
|
|
21327
22514
|
id: string;
|
|
21328
|
-
|
|
22515
|
+
assistant: string;
|
|
21329
22516
|
admin: string;
|
|
21330
22517
|
clerk: string;
|
|
21331
22518
|
treasury: string;
|
|
@@ -21361,6 +22548,20 @@ export declare type OfferFieldsFragment = {
|
|
|
21361
22548
|
deliveryTime: string;
|
|
21362
22549
|
}> | null;
|
|
21363
22550
|
} | null;
|
|
22551
|
+
animationMetadata?: {
|
|
22552
|
+
__typename?: "AnimationMetadata";
|
|
22553
|
+
id: string;
|
|
22554
|
+
width?: number | null;
|
|
22555
|
+
height?: number | null;
|
|
22556
|
+
type?: string | null;
|
|
22557
|
+
} | null;
|
|
22558
|
+
} | null;
|
|
22559
|
+
range?: {
|
|
22560
|
+
__typename?: "RangeEntity";
|
|
22561
|
+
id: string;
|
|
22562
|
+
start: string;
|
|
22563
|
+
end: string;
|
|
22564
|
+
owner: string;
|
|
21364
22565
|
} | null;
|
|
21365
22566
|
};
|
|
21366
22567
|
export declare type BaseOfferFieldsFragment = {
|
|
@@ -21402,7 +22603,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21402
22603
|
seller: {
|
|
21403
22604
|
__typename?: "Seller";
|
|
21404
22605
|
id: string;
|
|
21405
|
-
|
|
22606
|
+
assistant: string;
|
|
21406
22607
|
admin: string;
|
|
21407
22608
|
clerk: string;
|
|
21408
22609
|
treasury: string;
|
|
@@ -21428,7 +22629,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21428
22629
|
admin: string;
|
|
21429
22630
|
clerk: string;
|
|
21430
22631
|
treasury: string;
|
|
21431
|
-
|
|
22632
|
+
assistant: string;
|
|
21432
22633
|
metadataUri: string;
|
|
21433
22634
|
active: boolean;
|
|
21434
22635
|
sellerAllowList: Array<string>;
|
|
@@ -21467,6 +22668,13 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21467
22668
|
schemaUrl: string;
|
|
21468
22669
|
type: MetadataType;
|
|
21469
22670
|
image: string;
|
|
22671
|
+
animationMetadata?: {
|
|
22672
|
+
__typename?: "AnimationMetadata";
|
|
22673
|
+
id: string;
|
|
22674
|
+
width?: number | null;
|
|
22675
|
+
height?: number | null;
|
|
22676
|
+
type?: string | null;
|
|
22677
|
+
} | null;
|
|
21470
22678
|
} | {
|
|
21471
22679
|
__typename?: "ProductV1MetadataEntity";
|
|
21472
22680
|
createdAt: string;
|
|
@@ -21561,6 +22769,8 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21561
22769
|
url: string;
|
|
21562
22770
|
tag?: string | null;
|
|
21563
22771
|
type: ProductV1MediaType;
|
|
22772
|
+
width?: number | null;
|
|
22773
|
+
height?: number | null;
|
|
21564
22774
|
}>;
|
|
21565
22775
|
visuals_videos?: Array<{
|
|
21566
22776
|
__typename?: "ProductV1Media";
|
|
@@ -21568,6 +22778,8 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21568
22778
|
url: string;
|
|
21569
22779
|
tag?: string | null;
|
|
21570
22780
|
type: ProductV1MediaType;
|
|
22781
|
+
width?: number | null;
|
|
22782
|
+
height?: number | null;
|
|
21571
22783
|
}> | null;
|
|
21572
22784
|
productV1Seller?: {
|
|
21573
22785
|
__typename?: "ProductV1Seller";
|
|
@@ -21584,6 +22796,8 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21584
22796
|
url: string;
|
|
21585
22797
|
tag?: string | null;
|
|
21586
22798
|
type: ProductV1MediaType;
|
|
22799
|
+
width?: number | null;
|
|
22800
|
+
height?: number | null;
|
|
21587
22801
|
}> | null;
|
|
21588
22802
|
contactLinks?: Array<{
|
|
21589
22803
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -21594,7 +22808,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21594
22808
|
seller: {
|
|
21595
22809
|
__typename?: "Seller";
|
|
21596
22810
|
id: string;
|
|
21597
|
-
|
|
22811
|
+
assistant: string;
|
|
21598
22812
|
admin: string;
|
|
21599
22813
|
clerk: string;
|
|
21600
22814
|
treasury: string;
|
|
@@ -21628,6 +22842,8 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21628
22842
|
url: string;
|
|
21629
22843
|
tag?: string | null;
|
|
21630
22844
|
type: ProductV1MediaType;
|
|
22845
|
+
width?: number | null;
|
|
22846
|
+
height?: number | null;
|
|
21631
22847
|
}> | null;
|
|
21632
22848
|
contactLinks?: Array<{
|
|
21633
22849
|
__typename?: "ProductV1SellerContactLink";
|
|
@@ -21638,7 +22854,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21638
22854
|
seller: {
|
|
21639
22855
|
__typename?: "Seller";
|
|
21640
22856
|
id: string;
|
|
21641
|
-
|
|
22857
|
+
assistant: string;
|
|
21642
22858
|
admin: string;
|
|
21643
22859
|
clerk: string;
|
|
21644
22860
|
treasury: string;
|
|
@@ -21674,7 +22890,28 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21674
22890
|
deliveryTime: string;
|
|
21675
22891
|
}> | null;
|
|
21676
22892
|
} | null;
|
|
22893
|
+
animationMetadata?: {
|
|
22894
|
+
__typename?: "AnimationMetadata";
|
|
22895
|
+
id: string;
|
|
22896
|
+
width?: number | null;
|
|
22897
|
+
height?: number | null;
|
|
22898
|
+
type?: string | null;
|
|
22899
|
+
} | null;
|
|
21677
22900
|
} | null;
|
|
22901
|
+
range?: {
|
|
22902
|
+
__typename?: "RangeEntity";
|
|
22903
|
+
id: string;
|
|
22904
|
+
start: string;
|
|
22905
|
+
end: string;
|
|
22906
|
+
owner: string;
|
|
22907
|
+
} | null;
|
|
22908
|
+
};
|
|
22909
|
+
export declare type BaseRangeFieldsFragment = {
|
|
22910
|
+
__typename?: "RangeEntity";
|
|
22911
|
+
id: string;
|
|
22912
|
+
start: string;
|
|
22913
|
+
end: string;
|
|
22914
|
+
owner: string;
|
|
21678
22915
|
};
|
|
21679
22916
|
export declare const BaseSellerFieldsFragmentDoc: string;
|
|
21680
22917
|
export declare const PendingSellerFieldsFragmentDoc: string;
|
|
@@ -21685,6 +22922,7 @@ export declare const BaseConditionFieldsFragmentDoc: string;
|
|
|
21685
22922
|
export declare const BaseDisputeResolverFeeFieldsFragmentDoc: string;
|
|
21686
22923
|
export declare const BaseDisputeResolverFieldsFragmentDoc: string;
|
|
21687
22924
|
export declare const BaseDisputeResolutionTermsEntityFieldsFragmentDoc: string;
|
|
22925
|
+
export declare const BaseAnimationMetadataFieldsFragmentDoc: string;
|
|
21688
22926
|
export declare const BaseProductV1BrandFieldsFragmentDoc: string;
|
|
21689
22927
|
export declare const BaseProductV1CategoryFieldsFragmentDoc: string;
|
|
21690
22928
|
export declare const BaseProductV1TagFieldsFragmentDoc: string;
|
|
@@ -21698,6 +22936,7 @@ export declare const BaseProductV1VariationFieldsFragmentDoc: string;
|
|
|
21698
22936
|
export declare const BaseProductV1ExchangePolicyFieldsFragmentDoc: string;
|
|
21699
22937
|
export declare const BaseProductV1ShippingJurisdictionFieldsFragmentDoc: string;
|
|
21700
22938
|
export declare const BaseProductV1ShippingOptionFieldsFragmentDoc: string;
|
|
22939
|
+
export declare const BaseRangeFieldsFragmentDoc: string;
|
|
21701
22940
|
export declare const BaseOfferFieldsFragmentDoc: string;
|
|
21702
22941
|
export declare const BaseDisputeFieldsFragmentDoc: string;
|
|
21703
22942
|
export declare const BaseBuyerFieldsFragmentDoc: string;
|