@bosonprotocol/core-sdk 1.25.0-alpha.12 → 1.25.0-alpha.14
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/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/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/handler.d.ts +25 -0
- package/dist/cjs/meta-tx/handler.d.ts.map +1 -1
- package/dist/cjs/meta-tx/handler.js +42 -2
- package/dist/cjs/meta-tx/handler.js.map +1 -1
- package/dist/cjs/meta-tx/mixin.d.ts +23 -1
- package/dist/cjs/meta-tx/mixin.d.ts.map +1 -1
- package/dist/cjs/meta-tx/mixin.js +64 -1
- 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 +945 -212
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +43 -17
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/cjs/voucher/handler.d.ts +17 -0
- package/dist/cjs/voucher/handler.d.ts.map +1 -1
- package/dist/cjs/voucher/handler.js +28 -1
- package/dist/cjs/voucher/handler.js.map +1 -1
- package/dist/cjs/voucher/interface.d.ts +3 -0
- package/dist/cjs/voucher/interface.d.ts.map +1 -1
- package/dist/cjs/voucher/interface.js +21 -1
- package/dist/cjs/voucher/interface.js.map +1 -1
- package/dist/cjs/voucher/mixin.d.ts +8 -0
- package/dist/cjs/voucher/mixin.d.ts.map +1 -1
- package/dist/cjs/voucher/mixin.js +36 -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/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/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/handler.d.ts +25 -0
- package/dist/esm/meta-tx/handler.d.ts.map +1 -1
- package/dist/esm/meta-tx/handler.js +51 -3
- package/dist/esm/meta-tx/handler.js.map +1 -1
- package/dist/esm/meta-tx/mixin.d.ts +23 -1
- package/dist/esm/meta-tx/mixin.d.ts.map +1 -1
- package/dist/esm/meta-tx/mixin.js +81 -1
- 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 +945 -212
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +40 -14
- package/dist/esm/subgraph.js.map +1 -1
- package/dist/esm/voucher/handler.d.ts +17 -0
- package/dist/esm/voucher/handler.d.ts.map +1 -1
- package/dist/esm/voucher/handler.js +19 -1
- package/dist/esm/voucher/handler.js.map +1 -1
- package/dist/esm/voucher/interface.d.ts +3 -0
- package/dist/esm/voucher/interface.d.ts.map +1 -1
- package/dist/esm/voucher/interface.js +17 -0
- package/dist/esm/voucher/interface.js.map +1 -1
- package/dist/esm/voucher/mixin.d.ts +8 -0
- package/dist/esm/voucher/mixin.d.ts.map +1 -1
- package/dist/esm/voucher/mixin.js +32 -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/exchanges/handler.ts +13 -13
- package/src/exchanges/mixin.ts +3 -3
- package/src/index.ts +1 -0
- package/src/meta-tx/handler.ts +108 -3
- package/src/meta-tx/mixin.ts +143 -3
- package/src/metadata/base.graphql +3 -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 +977 -222
- package/src/voucher/handler.ts +39 -1
- package/src/voucher/interface.ts +23 -0
- package/src/voucher/mixin.ts +58 -0
package/src/subgraph.ts
CHANGED
|
@@ -1032,6 +1032,7 @@ export type DisputeResolver = Account & {
|
|
|
1032
1032
|
__typename?: "DisputeResolver";
|
|
1033
1033
|
active: Scalars["Boolean"];
|
|
1034
1034
|
admin: Scalars["Bytes"];
|
|
1035
|
+
assistant: Scalars["Bytes"];
|
|
1035
1036
|
clerk: Scalars["Bytes"];
|
|
1036
1037
|
escalationResponsePeriod: Scalars["BigInt"];
|
|
1037
1038
|
fees: Array<DisputeResolverFee>;
|
|
@@ -1040,7 +1041,6 @@ export type DisputeResolver = Account & {
|
|
|
1040
1041
|
logs: Array<EventLog>;
|
|
1041
1042
|
metadataUri: Scalars["String"];
|
|
1042
1043
|
offers: Array<Offer>;
|
|
1043
|
-
operator: Scalars["Bytes"];
|
|
1044
1044
|
pendingDisputeResolver?: Maybe<PendingDisputeResolver>;
|
|
1045
1045
|
sellerAllowList: Array<Scalars["BigInt"]>;
|
|
1046
1046
|
treasury: Scalars["Bytes"];
|
|
@@ -1177,6 +1177,12 @@ export type DisputeResolver_Filter = {
|
|
|
1177
1177
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1178
1178
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1179
1179
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1180
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
1181
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1182
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1183
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1184
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1185
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1180
1186
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
1181
1187
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1182
1188
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -1228,12 +1234,6 @@ export type DisputeResolver_Filter = {
|
|
|
1228
1234
|
metadataUri_starts_with?: InputMaybe<Scalars["String"]>;
|
|
1229
1235
|
metadataUri_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
1230
1236
|
offers_?: InputMaybe<Offer_Filter>;
|
|
1231
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
1232
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1233
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1234
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1235
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1236
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1237
1237
|
pendingDisputeResolver_?: InputMaybe<PendingDisputeResolver_Filter>;
|
|
1238
1238
|
sellerAllowList?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1239
1239
|
sellerAllowList_contains?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
@@ -1252,6 +1252,7 @@ export type DisputeResolver_Filter = {
|
|
|
1252
1252
|
export enum DisputeResolver_OrderBy {
|
|
1253
1253
|
Active = "active",
|
|
1254
1254
|
Admin = "admin",
|
|
1255
|
+
Assistant = "assistant",
|
|
1255
1256
|
Clerk = "clerk",
|
|
1256
1257
|
EscalationResponsePeriod = "escalationResponsePeriod",
|
|
1257
1258
|
Fees = "fees",
|
|
@@ -1260,7 +1261,6 @@ export enum DisputeResolver_OrderBy {
|
|
|
1260
1261
|
Logs = "logs",
|
|
1261
1262
|
MetadataUri = "metadataUri",
|
|
1262
1263
|
Offers = "offers",
|
|
1263
|
-
Operator = "operator",
|
|
1264
1264
|
PendingDisputeResolver = "pendingDisputeResolver",
|
|
1265
1265
|
SellerAllowList = "sellerAllowList",
|
|
1266
1266
|
Treasury = "treasury"
|
|
@@ -1601,6 +1601,8 @@ export enum EventType {
|
|
|
1601
1601
|
FundsWithdrawn = "FUNDS_WITHDRAWN",
|
|
1602
1602
|
/** OfferHandler events */
|
|
1603
1603
|
OfferCreated = "OFFER_CREATED",
|
|
1604
|
+
OfferExtended = "OFFER_EXTENDED",
|
|
1605
|
+
OfferRangeReserved = "OFFER_RANGE_RESERVED",
|
|
1604
1606
|
OfferVoided = "OFFER_VOIDED",
|
|
1605
1607
|
/** AccountHandler events */
|
|
1606
1608
|
SellerCreated = "SELLER_CREATED",
|
|
@@ -2816,6 +2818,8 @@ export type Offer = {
|
|
|
2816
2818
|
protocolFee: Scalars["BigInt"];
|
|
2817
2819
|
quantityAvailable: Scalars["BigInt"];
|
|
2818
2820
|
quantityInitial: Scalars["BigInt"];
|
|
2821
|
+
/** Range */
|
|
2822
|
+
range?: Maybe<RangeEntity>;
|
|
2819
2823
|
resolutionPeriodDuration: Scalars["BigInt"];
|
|
2820
2824
|
seller: Seller;
|
|
2821
2825
|
sellerDeposit: Scalars["BigInt"];
|
|
@@ -3207,6 +3211,27 @@ export type Offer_Filter = {
|
|
|
3207
3211
|
quantityInitial_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
3208
3212
|
quantityInitial_not?: InputMaybe<Scalars["BigInt"]>;
|
|
3209
3213
|
quantityInitial_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
3214
|
+
range?: InputMaybe<Scalars["String"]>;
|
|
3215
|
+
range_?: InputMaybe<RangeEntity_Filter>;
|
|
3216
|
+
range_contains?: InputMaybe<Scalars["String"]>;
|
|
3217
|
+
range_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3218
|
+
range_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3219
|
+
range_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3220
|
+
range_gt?: InputMaybe<Scalars["String"]>;
|
|
3221
|
+
range_gte?: InputMaybe<Scalars["String"]>;
|
|
3222
|
+
range_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3223
|
+
range_lt?: InputMaybe<Scalars["String"]>;
|
|
3224
|
+
range_lte?: InputMaybe<Scalars["String"]>;
|
|
3225
|
+
range_not?: InputMaybe<Scalars["String"]>;
|
|
3226
|
+
range_not_contains?: InputMaybe<Scalars["String"]>;
|
|
3227
|
+
range_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3228
|
+
range_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3229
|
+
range_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3230
|
+
range_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3231
|
+
range_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3232
|
+
range_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3233
|
+
range_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3234
|
+
range_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3210
3235
|
resolutionPeriodDuration?: InputMaybe<Scalars["BigInt"]>;
|
|
3211
3236
|
resolutionPeriodDuration_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3212
3237
|
resolutionPeriodDuration_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3328,6 +3353,7 @@ export enum Offer_OrderBy {
|
|
|
3328
3353
|
ProtocolFee = "protocolFee",
|
|
3329
3354
|
QuantityAvailable = "quantityAvailable",
|
|
3330
3355
|
QuantityInitial = "quantityInitial",
|
|
3356
|
+
Range = "range",
|
|
3331
3357
|
ResolutionPeriodDuration = "resolutionPeriodDuration",
|
|
3332
3358
|
Seller = "seller",
|
|
3333
3359
|
SellerDeposit = "sellerDeposit",
|
|
@@ -3350,10 +3376,10 @@ export enum OrderDirection {
|
|
|
3350
3376
|
export type PendingDisputeResolver = {
|
|
3351
3377
|
__typename?: "PendingDisputeResolver";
|
|
3352
3378
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3379
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3353
3380
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3354
3381
|
disputeResolver: DisputeResolver;
|
|
3355
3382
|
id: Scalars["ID"];
|
|
3356
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3357
3383
|
};
|
|
3358
3384
|
|
|
3359
3385
|
export type PendingDisputeResolver_Filter = {
|
|
@@ -3365,6 +3391,12 @@ export type PendingDisputeResolver_Filter = {
|
|
|
3365
3391
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3366
3392
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3367
3393
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3394
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3395
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3396
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3397
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3398
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3399
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3368
3400
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
3369
3401
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3370
3402
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -3400,30 +3432,24 @@ export type PendingDisputeResolver_Filter = {
|
|
|
3400
3432
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3401
3433
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3402
3434
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3403
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3404
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3405
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3406
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3407
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3408
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3409
3435
|
};
|
|
3410
3436
|
|
|
3411
3437
|
export enum PendingDisputeResolver_OrderBy {
|
|
3412
3438
|
Admin = "admin",
|
|
3439
|
+
Assistant = "assistant",
|
|
3413
3440
|
Clerk = "clerk",
|
|
3414
3441
|
DisputeResolver = "disputeResolver",
|
|
3415
|
-
Id = "id"
|
|
3416
|
-
Operator = "operator"
|
|
3442
|
+
Id = "id"
|
|
3417
3443
|
}
|
|
3418
3444
|
|
|
3419
3445
|
export type PendingSeller = {
|
|
3420
3446
|
__typename?: "PendingSeller";
|
|
3421
3447
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3448
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3422
3449
|
authTokenId?: Maybe<Scalars["BigInt"]>;
|
|
3423
3450
|
authTokenType?: Maybe<Scalars["Int"]>;
|
|
3424
3451
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3425
3452
|
id: Scalars["ID"];
|
|
3426
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3427
3453
|
seller: Seller;
|
|
3428
3454
|
};
|
|
3429
3455
|
|
|
@@ -3436,6 +3462,12 @@ export type PendingSeller_Filter = {
|
|
|
3436
3462
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3437
3463
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3438
3464
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3465
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3466
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3467
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3468
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3469
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3470
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3439
3471
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
3440
3472
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3441
3473
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3466,12 +3498,6 @@ export type PendingSeller_Filter = {
|
|
|
3466
3498
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3467
3499
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3468
3500
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3469
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3470
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3471
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3472
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3473
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3474
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3475
3501
|
seller?: InputMaybe<Scalars["String"]>;
|
|
3476
3502
|
seller_?: InputMaybe<Seller_Filter>;
|
|
3477
3503
|
seller_contains?: InputMaybe<Scalars["String"]>;
|
|
@@ -3497,11 +3523,11 @@ export type PendingSeller_Filter = {
|
|
|
3497
3523
|
|
|
3498
3524
|
export enum PendingSeller_OrderBy {
|
|
3499
3525
|
Admin = "admin",
|
|
3526
|
+
Assistant = "assistant",
|
|
3500
3527
|
AuthTokenId = "authTokenId",
|
|
3501
3528
|
AuthTokenType = "authTokenType",
|
|
3502
3529
|
Clerk = "clerk",
|
|
3503
3530
|
Id = "id",
|
|
3504
|
-
Operator = "operator",
|
|
3505
3531
|
Seller = "seller"
|
|
3506
3532
|
}
|
|
3507
3533
|
|
|
@@ -6816,6 +6842,8 @@ export type Query = {
|
|
|
6816
6842
|
productV1Variants: Array<ProductV1Variant>;
|
|
6817
6843
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
6818
6844
|
productV1Variations: Array<ProductV1Variation>;
|
|
6845
|
+
rangeEntities: Array<RangeEntity>;
|
|
6846
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
6819
6847
|
seller?: Maybe<Seller>;
|
|
6820
6848
|
sellers: Array<Seller>;
|
|
6821
6849
|
};
|
|
@@ -7436,6 +7464,22 @@ export type QueryProductV1VariationsArgs = {
|
|
|
7436
7464
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
7437
7465
|
};
|
|
7438
7466
|
|
|
7467
|
+
export type QueryRangeEntitiesArgs = {
|
|
7468
|
+
block?: InputMaybe<Block_Height>;
|
|
7469
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
7470
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
7471
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
7472
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
7473
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7474
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
7475
|
+
};
|
|
7476
|
+
|
|
7477
|
+
export type QueryRangeEntityArgs = {
|
|
7478
|
+
block?: InputMaybe<Block_Height>;
|
|
7479
|
+
id: Scalars["ID"];
|
|
7480
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7481
|
+
};
|
|
7482
|
+
|
|
7439
7483
|
export type QuerySellerArgs = {
|
|
7440
7484
|
block?: InputMaybe<Block_Height>;
|
|
7441
7485
|
id: Scalars["ID"];
|
|
@@ -7452,10 +7496,65 @@ export type QuerySellersArgs = {
|
|
|
7452
7496
|
where?: InputMaybe<Seller_Filter>;
|
|
7453
7497
|
};
|
|
7454
7498
|
|
|
7499
|
+
/**
|
|
7500
|
+
* Offer Ranges
|
|
7501
|
+
*
|
|
7502
|
+
*/
|
|
7503
|
+
export type RangeEntity = {
|
|
7504
|
+
__typename?: "RangeEntity";
|
|
7505
|
+
end: Scalars["BigInt"];
|
|
7506
|
+
id: Scalars["ID"];
|
|
7507
|
+
owner: Scalars["Bytes"];
|
|
7508
|
+
start: Scalars["BigInt"];
|
|
7509
|
+
};
|
|
7510
|
+
|
|
7511
|
+
export type RangeEntity_Filter = {
|
|
7512
|
+
/** Filter for the block changed event. */
|
|
7513
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7514
|
+
end?: InputMaybe<Scalars["BigInt"]>;
|
|
7515
|
+
end_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
7516
|
+
end_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
7517
|
+
end_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7518
|
+
end_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
7519
|
+
end_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
7520
|
+
end_not?: InputMaybe<Scalars["BigInt"]>;
|
|
7521
|
+
end_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7522
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7523
|
+
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
7524
|
+
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
7525
|
+
id_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
7526
|
+
id_lt?: InputMaybe<Scalars["ID"]>;
|
|
7527
|
+
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
7528
|
+
id_not?: InputMaybe<Scalars["ID"]>;
|
|
7529
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
7530
|
+
owner?: InputMaybe<Scalars["Bytes"]>;
|
|
7531
|
+
owner_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7532
|
+
owner_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7533
|
+
owner_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7534
|
+
owner_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7535
|
+
owner_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7536
|
+
start?: InputMaybe<Scalars["BigInt"]>;
|
|
7537
|
+
start_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
7538
|
+
start_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
7539
|
+
start_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7540
|
+
start_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
7541
|
+
start_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
7542
|
+
start_not?: InputMaybe<Scalars["BigInt"]>;
|
|
7543
|
+
start_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7544
|
+
};
|
|
7545
|
+
|
|
7546
|
+
export enum RangeEntity_OrderBy {
|
|
7547
|
+
End = "end",
|
|
7548
|
+
Id = "id",
|
|
7549
|
+
Owner = "owner",
|
|
7550
|
+
Start = "start"
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7455
7553
|
export type Seller = Account & {
|
|
7456
7554
|
__typename?: "Seller";
|
|
7457
7555
|
active: Scalars["Boolean"];
|
|
7458
7556
|
admin: Scalars["Bytes"];
|
|
7557
|
+
assistant: Scalars["Bytes"];
|
|
7459
7558
|
authTokenId: Scalars["BigInt"];
|
|
7460
7559
|
authTokenType: Scalars["Int"];
|
|
7461
7560
|
clerk: Scalars["Bytes"];
|
|
@@ -7465,7 +7564,6 @@ export type Seller = Account & {
|
|
|
7465
7564
|
id: Scalars["ID"];
|
|
7466
7565
|
logs: Array<EventLog>;
|
|
7467
7566
|
offers: Array<Offer>;
|
|
7468
|
-
operator: Scalars["Bytes"];
|
|
7469
7567
|
pendingSeller?: Maybe<PendingSeller>;
|
|
7470
7568
|
/** Percentage as integer, to get decimals divide by 10000. E.g. 1 = 0.01%, 10000 = 100% */
|
|
7471
7569
|
royaltyPercentage: Scalars["BigInt"];
|
|
@@ -7519,6 +7617,12 @@ export type Seller_Filter = {
|
|
|
7519
7617
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7520
7618
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7521
7619
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7620
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
7621
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7622
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7623
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7624
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7625
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7522
7626
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
7523
7627
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
7524
7628
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -7572,12 +7676,6 @@ export type Seller_Filter = {
|
|
|
7572
7676
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
7573
7677
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
7574
7678
|
offers_?: InputMaybe<Offer_Filter>;
|
|
7575
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
7576
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7577
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7578
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7579
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7580
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7581
7679
|
pendingSeller_?: InputMaybe<PendingSeller_Filter>;
|
|
7582
7680
|
royaltyPercentage?: InputMaybe<Scalars["BigInt"]>;
|
|
7583
7681
|
royaltyPercentage_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -7612,6 +7710,7 @@ export type Seller_Filter = {
|
|
|
7612
7710
|
export enum Seller_OrderBy {
|
|
7613
7711
|
Active = "active",
|
|
7614
7712
|
Admin = "admin",
|
|
7713
|
+
Assistant = "assistant",
|
|
7615
7714
|
AuthTokenId = "authTokenId",
|
|
7616
7715
|
AuthTokenType = "authTokenType",
|
|
7617
7716
|
Clerk = "clerk",
|
|
@@ -7621,7 +7720,6 @@ export enum Seller_OrderBy {
|
|
|
7621
7720
|
Id = "id",
|
|
7622
7721
|
Logs = "logs",
|
|
7623
7722
|
Offers = "offers",
|
|
7624
|
-
Operator = "operator",
|
|
7625
7723
|
PendingSeller = "pendingSeller",
|
|
7626
7724
|
RoyaltyPercentage = "royaltyPercentage",
|
|
7627
7725
|
SellerId = "sellerId",
|
|
@@ -7709,6 +7807,8 @@ export type Subscription = {
|
|
|
7709
7807
|
productV1Variants: Array<ProductV1Variant>;
|
|
7710
7808
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
7711
7809
|
productV1Variations: Array<ProductV1Variation>;
|
|
7810
|
+
rangeEntities: Array<RangeEntity>;
|
|
7811
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
7712
7812
|
seller?: Maybe<Seller>;
|
|
7713
7813
|
sellers: Array<Seller>;
|
|
7714
7814
|
};
|
|
@@ -8329,6 +8429,22 @@ export type SubscriptionProductV1VariationsArgs = {
|
|
|
8329
8429
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
8330
8430
|
};
|
|
8331
8431
|
|
|
8432
|
+
export type SubscriptionRangeEntitiesArgs = {
|
|
8433
|
+
block?: InputMaybe<Block_Height>;
|
|
8434
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
8435
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
8436
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
8437
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
8438
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
8439
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
8440
|
+
};
|
|
8441
|
+
|
|
8442
|
+
export type SubscriptionRangeEntityArgs = {
|
|
8443
|
+
block?: InputMaybe<Block_Height>;
|
|
8444
|
+
id: Scalars["ID"];
|
|
8445
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
8446
|
+
};
|
|
8447
|
+
|
|
8332
8448
|
export type SubscriptionSellerArgs = {
|
|
8333
8449
|
block?: InputMaybe<Block_Height>;
|
|
8334
8450
|
id: Scalars["ID"];
|
|
@@ -8410,7 +8526,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8410
8526
|
seller?: {
|
|
8411
8527
|
__typename?: "Seller";
|
|
8412
8528
|
id: string;
|
|
8413
|
-
|
|
8529
|
+
assistant: string;
|
|
8414
8530
|
admin: string;
|
|
8415
8531
|
clerk: string;
|
|
8416
8532
|
treasury: string;
|
|
@@ -8422,7 +8538,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8422
8538
|
royaltyPercentage: string;
|
|
8423
8539
|
pendingSeller?: {
|
|
8424
8540
|
__typename?: "PendingSeller";
|
|
8425
|
-
|
|
8541
|
+
assistant?: string | null;
|
|
8426
8542
|
admin?: string | null;
|
|
8427
8543
|
clerk?: string | null;
|
|
8428
8544
|
authTokenId?: string | null;
|
|
@@ -8481,7 +8597,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8481
8597
|
seller: {
|
|
8482
8598
|
__typename?: "Seller";
|
|
8483
8599
|
id: string;
|
|
8484
|
-
|
|
8600
|
+
assistant: string;
|
|
8485
8601
|
admin: string;
|
|
8486
8602
|
clerk: string;
|
|
8487
8603
|
treasury: string;
|
|
@@ -8507,7 +8623,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8507
8623
|
admin: string;
|
|
8508
8624
|
clerk: string;
|
|
8509
8625
|
treasury: string;
|
|
8510
|
-
|
|
8626
|
+
assistant: string;
|
|
8511
8627
|
metadataUri: string;
|
|
8512
8628
|
active: boolean;
|
|
8513
8629
|
sellerAllowList: Array<string>;
|
|
@@ -8547,6 +8663,13 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8547
8663
|
schemaUrl: string;
|
|
8548
8664
|
type: MetadataType;
|
|
8549
8665
|
image: string;
|
|
8666
|
+
animationMetadata?: {
|
|
8667
|
+
__typename?: "AnimationMetadata";
|
|
8668
|
+
id: string;
|
|
8669
|
+
width?: number | null;
|
|
8670
|
+
height?: number | null;
|
|
8671
|
+
type?: string | null;
|
|
8672
|
+
} | null;
|
|
8550
8673
|
}
|
|
8551
8674
|
| {
|
|
8552
8675
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -8681,7 +8804,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8681
8804
|
seller: {
|
|
8682
8805
|
__typename?: "Seller";
|
|
8683
8806
|
id: string;
|
|
8684
|
-
|
|
8807
|
+
assistant: string;
|
|
8685
8808
|
admin: string;
|
|
8686
8809
|
clerk: string;
|
|
8687
8810
|
treasury: string;
|
|
@@ -8727,7 +8850,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8727
8850
|
seller: {
|
|
8728
8851
|
__typename?: "Seller";
|
|
8729
8852
|
id: string;
|
|
8730
|
-
|
|
8853
|
+
assistant: string;
|
|
8731
8854
|
admin: string;
|
|
8732
8855
|
clerk: string;
|
|
8733
8856
|
treasury: string;
|
|
@@ -8763,8 +8886,22 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8763
8886
|
deliveryTime: string;
|
|
8764
8887
|
}> | null;
|
|
8765
8888
|
} | null;
|
|
8889
|
+
animationMetadata?: {
|
|
8890
|
+
__typename?: "AnimationMetadata";
|
|
8891
|
+
id: string;
|
|
8892
|
+
width?: number | null;
|
|
8893
|
+
height?: number | null;
|
|
8894
|
+
type?: string | null;
|
|
8895
|
+
} | null;
|
|
8766
8896
|
}
|
|
8767
8897
|
| null;
|
|
8898
|
+
range?: {
|
|
8899
|
+
__typename?: "RangeEntity";
|
|
8900
|
+
id: string;
|
|
8901
|
+
start: string;
|
|
8902
|
+
end: string;
|
|
8903
|
+
owner: string;
|
|
8904
|
+
} | null;
|
|
8768
8905
|
}>;
|
|
8769
8906
|
exchanges?: Array<{
|
|
8770
8907
|
__typename?: "Exchange";
|
|
@@ -8804,7 +8941,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
8804
8941
|
seller: {
|
|
8805
8942
|
__typename?: "Seller";
|
|
8806
8943
|
id: string;
|
|
8807
|
-
|
|
8944
|
+
assistant: string;
|
|
8808
8945
|
admin: string;
|
|
8809
8946
|
clerk: string;
|
|
8810
8947
|
treasury: string;
|
|
@@ -8926,7 +9063,7 @@ export type GetSellersQueryQuery = {
|
|
|
8926
9063
|
sellers: Array<{
|
|
8927
9064
|
__typename?: "Seller";
|
|
8928
9065
|
id: string;
|
|
8929
|
-
|
|
9066
|
+
assistant: string;
|
|
8930
9067
|
admin: string;
|
|
8931
9068
|
clerk: string;
|
|
8932
9069
|
treasury: string;
|
|
@@ -8938,7 +9075,7 @@ export type GetSellersQueryQuery = {
|
|
|
8938
9075
|
royaltyPercentage: string;
|
|
8939
9076
|
pendingSeller?: {
|
|
8940
9077
|
__typename?: "PendingSeller";
|
|
8941
|
-
|
|
9078
|
+
assistant?: string | null;
|
|
8942
9079
|
admin?: string | null;
|
|
8943
9080
|
clerk?: string | null;
|
|
8944
9081
|
authTokenId?: string | null;
|
|
@@ -8997,7 +9134,7 @@ export type GetSellersQueryQuery = {
|
|
|
8997
9134
|
seller: {
|
|
8998
9135
|
__typename?: "Seller";
|
|
8999
9136
|
id: string;
|
|
9000
|
-
|
|
9137
|
+
assistant: string;
|
|
9001
9138
|
admin: string;
|
|
9002
9139
|
clerk: string;
|
|
9003
9140
|
treasury: string;
|
|
@@ -9023,7 +9160,7 @@ export type GetSellersQueryQuery = {
|
|
|
9023
9160
|
admin: string;
|
|
9024
9161
|
clerk: string;
|
|
9025
9162
|
treasury: string;
|
|
9026
|
-
|
|
9163
|
+
assistant: string;
|
|
9027
9164
|
metadataUri: string;
|
|
9028
9165
|
active: boolean;
|
|
9029
9166
|
sellerAllowList: Array<string>;
|
|
@@ -9063,6 +9200,13 @@ export type GetSellersQueryQuery = {
|
|
|
9063
9200
|
schemaUrl: string;
|
|
9064
9201
|
type: MetadataType;
|
|
9065
9202
|
image: string;
|
|
9203
|
+
animationMetadata?: {
|
|
9204
|
+
__typename?: "AnimationMetadata";
|
|
9205
|
+
id: string;
|
|
9206
|
+
width?: number | null;
|
|
9207
|
+
height?: number | null;
|
|
9208
|
+
type?: string | null;
|
|
9209
|
+
} | null;
|
|
9066
9210
|
}
|
|
9067
9211
|
| {
|
|
9068
9212
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -9197,7 +9341,7 @@ export type GetSellersQueryQuery = {
|
|
|
9197
9341
|
seller: {
|
|
9198
9342
|
__typename?: "Seller";
|
|
9199
9343
|
id: string;
|
|
9200
|
-
|
|
9344
|
+
assistant: string;
|
|
9201
9345
|
admin: string;
|
|
9202
9346
|
clerk: string;
|
|
9203
9347
|
treasury: string;
|
|
@@ -9243,7 +9387,7 @@ export type GetSellersQueryQuery = {
|
|
|
9243
9387
|
seller: {
|
|
9244
9388
|
__typename?: "Seller";
|
|
9245
9389
|
id: string;
|
|
9246
|
-
|
|
9390
|
+
assistant: string;
|
|
9247
9391
|
admin: string;
|
|
9248
9392
|
clerk: string;
|
|
9249
9393
|
treasury: string;
|
|
@@ -9279,8 +9423,22 @@ export type GetSellersQueryQuery = {
|
|
|
9279
9423
|
deliveryTime: string;
|
|
9280
9424
|
}> | null;
|
|
9281
9425
|
} | null;
|
|
9426
|
+
animationMetadata?: {
|
|
9427
|
+
__typename?: "AnimationMetadata";
|
|
9428
|
+
id: string;
|
|
9429
|
+
width?: number | null;
|
|
9430
|
+
height?: number | null;
|
|
9431
|
+
type?: string | null;
|
|
9432
|
+
} | null;
|
|
9282
9433
|
}
|
|
9283
9434
|
| null;
|
|
9435
|
+
range?: {
|
|
9436
|
+
__typename?: "RangeEntity";
|
|
9437
|
+
id: string;
|
|
9438
|
+
start: string;
|
|
9439
|
+
end: string;
|
|
9440
|
+
owner: string;
|
|
9441
|
+
} | null;
|
|
9284
9442
|
}>;
|
|
9285
9443
|
exchanges?: Array<{
|
|
9286
9444
|
__typename?: "Exchange";
|
|
@@ -9320,7 +9478,7 @@ export type GetSellersQueryQuery = {
|
|
|
9320
9478
|
seller: {
|
|
9321
9479
|
__typename?: "Seller";
|
|
9322
9480
|
id: string;
|
|
9323
|
-
|
|
9481
|
+
assistant: string;
|
|
9324
9482
|
admin: string;
|
|
9325
9483
|
clerk: string;
|
|
9326
9484
|
treasury: string;
|
|
@@ -9486,7 +9644,7 @@ export type GetBuyerByIdQueryQuery = {
|
|
|
9486
9644
|
seller: {
|
|
9487
9645
|
__typename?: "Seller";
|
|
9488
9646
|
id: string;
|
|
9489
|
-
|
|
9647
|
+
assistant: string;
|
|
9490
9648
|
admin: string;
|
|
9491
9649
|
clerk: string;
|
|
9492
9650
|
treasury: string;
|
|
@@ -9662,7 +9820,7 @@ export type GetBuyersQueryQuery = {
|
|
|
9662
9820
|
seller: {
|
|
9663
9821
|
__typename?: "Seller";
|
|
9664
9822
|
id: string;
|
|
9665
|
-
|
|
9823
|
+
assistant: string;
|
|
9666
9824
|
admin: string;
|
|
9667
9825
|
clerk: string;
|
|
9668
9826
|
treasury: string;
|
|
@@ -9772,13 +9930,13 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
9772
9930
|
admin: string;
|
|
9773
9931
|
clerk: string;
|
|
9774
9932
|
treasury: string;
|
|
9775
|
-
|
|
9933
|
+
assistant: string;
|
|
9776
9934
|
metadataUri: string;
|
|
9777
9935
|
active: boolean;
|
|
9778
9936
|
sellerAllowList: Array<string>;
|
|
9779
9937
|
pendingDisputeResolver?: {
|
|
9780
9938
|
__typename?: "PendingDisputeResolver";
|
|
9781
|
-
|
|
9939
|
+
assistant?: string | null;
|
|
9782
9940
|
admin?: string | null;
|
|
9783
9941
|
clerk?: string | null;
|
|
9784
9942
|
} | null;
|
|
@@ -9821,7 +9979,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
9821
9979
|
seller: {
|
|
9822
9980
|
__typename?: "Seller";
|
|
9823
9981
|
id: string;
|
|
9824
|
-
|
|
9982
|
+
assistant: string;
|
|
9825
9983
|
admin: string;
|
|
9826
9984
|
clerk: string;
|
|
9827
9985
|
treasury: string;
|
|
@@ -9847,7 +10005,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
9847
10005
|
admin: string;
|
|
9848
10006
|
clerk: string;
|
|
9849
10007
|
treasury: string;
|
|
9850
|
-
|
|
10008
|
+
assistant: string;
|
|
9851
10009
|
metadataUri: string;
|
|
9852
10010
|
active: boolean;
|
|
9853
10011
|
sellerAllowList: Array<string>;
|
|
@@ -9887,6 +10045,13 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
9887
10045
|
schemaUrl: string;
|
|
9888
10046
|
type: MetadataType;
|
|
9889
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;
|
|
9890
10055
|
}
|
|
9891
10056
|
| {
|
|
9892
10057
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -10021,7 +10186,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
10021
10186
|
seller: {
|
|
10022
10187
|
__typename?: "Seller";
|
|
10023
10188
|
id: string;
|
|
10024
|
-
|
|
10189
|
+
assistant: string;
|
|
10025
10190
|
admin: string;
|
|
10026
10191
|
clerk: string;
|
|
10027
10192
|
treasury: string;
|
|
@@ -10067,7 +10232,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
10067
10232
|
seller: {
|
|
10068
10233
|
__typename?: "Seller";
|
|
10069
10234
|
id: string;
|
|
10070
|
-
|
|
10235
|
+
assistant: string;
|
|
10071
10236
|
admin: string;
|
|
10072
10237
|
clerk: string;
|
|
10073
10238
|
treasury: string;
|
|
@@ -10103,8 +10268,22 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
10103
10268
|
deliveryTime: string;
|
|
10104
10269
|
}> | null;
|
|
10105
10270
|
} | null;
|
|
10271
|
+
animationMetadata?: {
|
|
10272
|
+
__typename?: "AnimationMetadata";
|
|
10273
|
+
id: string;
|
|
10274
|
+
width?: number | null;
|
|
10275
|
+
height?: number | null;
|
|
10276
|
+
type?: string | null;
|
|
10277
|
+
} | null;
|
|
10106
10278
|
}
|
|
10107
10279
|
| null;
|
|
10280
|
+
range?: {
|
|
10281
|
+
__typename?: "RangeEntity";
|
|
10282
|
+
id: string;
|
|
10283
|
+
start: string;
|
|
10284
|
+
end: string;
|
|
10285
|
+
owner: string;
|
|
10286
|
+
} | null;
|
|
10108
10287
|
}>;
|
|
10109
10288
|
logs?: Array<
|
|
10110
10289
|
| {
|
|
@@ -10223,13 +10402,13 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10223
10402
|
admin: string;
|
|
10224
10403
|
clerk: string;
|
|
10225
10404
|
treasury: string;
|
|
10226
|
-
|
|
10405
|
+
assistant: string;
|
|
10227
10406
|
metadataUri: string;
|
|
10228
10407
|
active: boolean;
|
|
10229
10408
|
sellerAllowList: Array<string>;
|
|
10230
10409
|
pendingDisputeResolver?: {
|
|
10231
10410
|
__typename?: "PendingDisputeResolver";
|
|
10232
|
-
|
|
10411
|
+
assistant?: string | null;
|
|
10233
10412
|
admin?: string | null;
|
|
10234
10413
|
clerk?: string | null;
|
|
10235
10414
|
} | null;
|
|
@@ -10272,7 +10451,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10272
10451
|
seller: {
|
|
10273
10452
|
__typename?: "Seller";
|
|
10274
10453
|
id: string;
|
|
10275
|
-
|
|
10454
|
+
assistant: string;
|
|
10276
10455
|
admin: string;
|
|
10277
10456
|
clerk: string;
|
|
10278
10457
|
treasury: string;
|
|
@@ -10298,7 +10477,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10298
10477
|
admin: string;
|
|
10299
10478
|
clerk: string;
|
|
10300
10479
|
treasury: string;
|
|
10301
|
-
|
|
10480
|
+
assistant: string;
|
|
10302
10481
|
metadataUri: string;
|
|
10303
10482
|
active: boolean;
|
|
10304
10483
|
sellerAllowList: Array<string>;
|
|
@@ -10338,6 +10517,13 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10338
10517
|
schemaUrl: string;
|
|
10339
10518
|
type: MetadataType;
|
|
10340
10519
|
image: string;
|
|
10520
|
+
animationMetadata?: {
|
|
10521
|
+
__typename?: "AnimationMetadata";
|
|
10522
|
+
id: string;
|
|
10523
|
+
width?: number | null;
|
|
10524
|
+
height?: number | null;
|
|
10525
|
+
type?: string | null;
|
|
10526
|
+
} | null;
|
|
10341
10527
|
}
|
|
10342
10528
|
| {
|
|
10343
10529
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -10472,7 +10658,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10472
10658
|
seller: {
|
|
10473
10659
|
__typename?: "Seller";
|
|
10474
10660
|
id: string;
|
|
10475
|
-
|
|
10661
|
+
assistant: string;
|
|
10476
10662
|
admin: string;
|
|
10477
10663
|
clerk: string;
|
|
10478
10664
|
treasury: string;
|
|
@@ -10518,7 +10704,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10518
10704
|
seller: {
|
|
10519
10705
|
__typename?: "Seller";
|
|
10520
10706
|
id: string;
|
|
10521
|
-
|
|
10707
|
+
assistant: string;
|
|
10522
10708
|
admin: string;
|
|
10523
10709
|
clerk: string;
|
|
10524
10710
|
treasury: string;
|
|
@@ -10554,8 +10740,22 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10554
10740
|
deliveryTime: string;
|
|
10555
10741
|
}> | null;
|
|
10556
10742
|
} | null;
|
|
10743
|
+
animationMetadata?: {
|
|
10744
|
+
__typename?: "AnimationMetadata";
|
|
10745
|
+
id: string;
|
|
10746
|
+
width?: number | null;
|
|
10747
|
+
height?: number | null;
|
|
10748
|
+
type?: string | null;
|
|
10749
|
+
} | null;
|
|
10557
10750
|
}
|
|
10558
10751
|
| null;
|
|
10752
|
+
range?: {
|
|
10753
|
+
__typename?: "RangeEntity";
|
|
10754
|
+
id: string;
|
|
10755
|
+
start: string;
|
|
10756
|
+
end: string;
|
|
10757
|
+
owner: string;
|
|
10758
|
+
} | null;
|
|
10559
10759
|
}>;
|
|
10560
10760
|
logs?: Array<
|
|
10561
10761
|
| {
|
|
@@ -10648,7 +10848,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
10648
10848
|
export type SellerFieldsFragment = {
|
|
10649
10849
|
__typename?: "Seller";
|
|
10650
10850
|
id: string;
|
|
10651
|
-
|
|
10851
|
+
assistant: string;
|
|
10652
10852
|
admin: string;
|
|
10653
10853
|
clerk: string;
|
|
10654
10854
|
treasury: string;
|
|
@@ -10660,7 +10860,7 @@ export type SellerFieldsFragment = {
|
|
|
10660
10860
|
royaltyPercentage: string;
|
|
10661
10861
|
pendingSeller?: {
|
|
10662
10862
|
__typename?: "PendingSeller";
|
|
10663
|
-
|
|
10863
|
+
assistant?: string | null;
|
|
10664
10864
|
admin?: string | null;
|
|
10665
10865
|
clerk?: string | null;
|
|
10666
10866
|
authTokenId?: string | null;
|
|
@@ -10719,7 +10919,7 @@ export type SellerFieldsFragment = {
|
|
|
10719
10919
|
seller: {
|
|
10720
10920
|
__typename?: "Seller";
|
|
10721
10921
|
id: string;
|
|
10722
|
-
|
|
10922
|
+
assistant: string;
|
|
10723
10923
|
admin: string;
|
|
10724
10924
|
clerk: string;
|
|
10725
10925
|
treasury: string;
|
|
@@ -10745,7 +10945,7 @@ export type SellerFieldsFragment = {
|
|
|
10745
10945
|
admin: string;
|
|
10746
10946
|
clerk: string;
|
|
10747
10947
|
treasury: string;
|
|
10748
|
-
|
|
10948
|
+
assistant: string;
|
|
10749
10949
|
metadataUri: string;
|
|
10750
10950
|
active: boolean;
|
|
10751
10951
|
sellerAllowList: Array<string>;
|
|
@@ -10785,6 +10985,13 @@ export type SellerFieldsFragment = {
|
|
|
10785
10985
|
schemaUrl: string;
|
|
10786
10986
|
type: MetadataType;
|
|
10787
10987
|
image: string;
|
|
10988
|
+
animationMetadata?: {
|
|
10989
|
+
__typename?: "AnimationMetadata";
|
|
10990
|
+
id: string;
|
|
10991
|
+
width?: number | null;
|
|
10992
|
+
height?: number | null;
|
|
10993
|
+
type?: string | null;
|
|
10994
|
+
} | null;
|
|
10788
10995
|
}
|
|
10789
10996
|
| {
|
|
10790
10997
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -10915,7 +11122,7 @@ export type SellerFieldsFragment = {
|
|
|
10915
11122
|
seller: {
|
|
10916
11123
|
__typename?: "Seller";
|
|
10917
11124
|
id: string;
|
|
10918
|
-
|
|
11125
|
+
assistant: string;
|
|
10919
11126
|
admin: string;
|
|
10920
11127
|
clerk: string;
|
|
10921
11128
|
treasury: string;
|
|
@@ -10961,7 +11168,7 @@ export type SellerFieldsFragment = {
|
|
|
10961
11168
|
seller: {
|
|
10962
11169
|
__typename?: "Seller";
|
|
10963
11170
|
id: string;
|
|
10964
|
-
|
|
11171
|
+
assistant: string;
|
|
10965
11172
|
admin: string;
|
|
10966
11173
|
clerk: string;
|
|
10967
11174
|
treasury: string;
|
|
@@ -10997,8 +11204,22 @@ export type SellerFieldsFragment = {
|
|
|
10997
11204
|
deliveryTime: string;
|
|
10998
11205
|
}> | null;
|
|
10999
11206
|
} | null;
|
|
11207
|
+
animationMetadata?: {
|
|
11208
|
+
__typename?: "AnimationMetadata";
|
|
11209
|
+
id: string;
|
|
11210
|
+
width?: number | null;
|
|
11211
|
+
height?: number | null;
|
|
11212
|
+
type?: string | null;
|
|
11213
|
+
} | null;
|
|
11000
11214
|
}
|
|
11001
11215
|
| null;
|
|
11216
|
+
range?: {
|
|
11217
|
+
__typename?: "RangeEntity";
|
|
11218
|
+
id: string;
|
|
11219
|
+
start: string;
|
|
11220
|
+
end: string;
|
|
11221
|
+
owner: string;
|
|
11222
|
+
} | null;
|
|
11002
11223
|
}>;
|
|
11003
11224
|
exchanges?: Array<{
|
|
11004
11225
|
__typename?: "Exchange";
|
|
@@ -11038,7 +11259,7 @@ export type SellerFieldsFragment = {
|
|
|
11038
11259
|
seller: {
|
|
11039
11260
|
__typename?: "Seller";
|
|
11040
11261
|
id: string;
|
|
11041
|
-
|
|
11262
|
+
assistant: string;
|
|
11042
11263
|
admin: string;
|
|
11043
11264
|
clerk: string;
|
|
11044
11265
|
treasury: string;
|
|
@@ -11125,7 +11346,7 @@ export type SellerFieldsFragment = {
|
|
|
11125
11346
|
export type BaseSellerFieldsFragment = {
|
|
11126
11347
|
__typename?: "Seller";
|
|
11127
11348
|
id: string;
|
|
11128
|
-
|
|
11349
|
+
assistant: string;
|
|
11129
11350
|
admin: string;
|
|
11130
11351
|
clerk: string;
|
|
11131
11352
|
treasury: string;
|
|
@@ -11139,7 +11360,7 @@ export type BaseSellerFieldsFragment = {
|
|
|
11139
11360
|
|
|
11140
11361
|
export type PendingSellerFieldsFragment = {
|
|
11141
11362
|
__typename?: "PendingSeller";
|
|
11142
|
-
|
|
11363
|
+
assistant?: string | null;
|
|
11143
11364
|
admin?: string | null;
|
|
11144
11365
|
clerk?: string | null;
|
|
11145
11366
|
authTokenId?: string | null;
|
|
@@ -11203,7 +11424,7 @@ export type BuyerFieldsFragment = {
|
|
|
11203
11424
|
seller: {
|
|
11204
11425
|
__typename?: "Seller";
|
|
11205
11426
|
id: string;
|
|
11206
|
-
|
|
11427
|
+
assistant: string;
|
|
11207
11428
|
admin: string;
|
|
11208
11429
|
clerk: string;
|
|
11209
11430
|
treasury: string;
|
|
@@ -11301,13 +11522,13 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11301
11522
|
admin: string;
|
|
11302
11523
|
clerk: string;
|
|
11303
11524
|
treasury: string;
|
|
11304
|
-
|
|
11525
|
+
assistant: string;
|
|
11305
11526
|
metadataUri: string;
|
|
11306
11527
|
active: boolean;
|
|
11307
11528
|
sellerAllowList: Array<string>;
|
|
11308
11529
|
pendingDisputeResolver?: {
|
|
11309
11530
|
__typename?: "PendingDisputeResolver";
|
|
11310
|
-
|
|
11531
|
+
assistant?: string | null;
|
|
11311
11532
|
admin?: string | null;
|
|
11312
11533
|
clerk?: string | null;
|
|
11313
11534
|
} | null;
|
|
@@ -11350,7 +11571,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11350
11571
|
seller: {
|
|
11351
11572
|
__typename?: "Seller";
|
|
11352
11573
|
id: string;
|
|
11353
|
-
|
|
11574
|
+
assistant: string;
|
|
11354
11575
|
admin: string;
|
|
11355
11576
|
clerk: string;
|
|
11356
11577
|
treasury: string;
|
|
@@ -11376,7 +11597,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11376
11597
|
admin: string;
|
|
11377
11598
|
clerk: string;
|
|
11378
11599
|
treasury: string;
|
|
11379
|
-
|
|
11600
|
+
assistant: string;
|
|
11380
11601
|
metadataUri: string;
|
|
11381
11602
|
active: boolean;
|
|
11382
11603
|
sellerAllowList: Array<string>;
|
|
@@ -11416,6 +11637,13 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11416
11637
|
schemaUrl: string;
|
|
11417
11638
|
type: MetadataType;
|
|
11418
11639
|
image: string;
|
|
11640
|
+
animationMetadata?: {
|
|
11641
|
+
__typename?: "AnimationMetadata";
|
|
11642
|
+
id: string;
|
|
11643
|
+
width?: number | null;
|
|
11644
|
+
height?: number | null;
|
|
11645
|
+
type?: string | null;
|
|
11646
|
+
} | null;
|
|
11419
11647
|
}
|
|
11420
11648
|
| {
|
|
11421
11649
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -11546,7 +11774,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11546
11774
|
seller: {
|
|
11547
11775
|
__typename?: "Seller";
|
|
11548
11776
|
id: string;
|
|
11549
|
-
|
|
11777
|
+
assistant: string;
|
|
11550
11778
|
admin: string;
|
|
11551
11779
|
clerk: string;
|
|
11552
11780
|
treasury: string;
|
|
@@ -11592,7 +11820,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11592
11820
|
seller: {
|
|
11593
11821
|
__typename?: "Seller";
|
|
11594
11822
|
id: string;
|
|
11595
|
-
|
|
11823
|
+
assistant: string;
|
|
11596
11824
|
admin: string;
|
|
11597
11825
|
clerk: string;
|
|
11598
11826
|
treasury: string;
|
|
@@ -11628,8 +11856,22 @@ export type DisputeResolverFieldsFragment = {
|
|
|
11628
11856
|
deliveryTime: string;
|
|
11629
11857
|
}> | null;
|
|
11630
11858
|
} | null;
|
|
11859
|
+
animationMetadata?: {
|
|
11860
|
+
__typename?: "AnimationMetadata";
|
|
11861
|
+
id: string;
|
|
11862
|
+
width?: number | null;
|
|
11863
|
+
height?: number | null;
|
|
11864
|
+
type?: string | null;
|
|
11865
|
+
} | null;
|
|
11631
11866
|
}
|
|
11632
11867
|
| null;
|
|
11868
|
+
range?: {
|
|
11869
|
+
__typename?: "RangeEntity";
|
|
11870
|
+
id: string;
|
|
11871
|
+
start: string;
|
|
11872
|
+
end: string;
|
|
11873
|
+
owner: string;
|
|
11874
|
+
} | null;
|
|
11633
11875
|
}>;
|
|
11634
11876
|
logs?: Array<
|
|
11635
11877
|
| {
|
|
@@ -11725,7 +11967,7 @@ export type BaseDisputeResolverFieldsFragment = {
|
|
|
11725
11967
|
admin: string;
|
|
11726
11968
|
clerk: string;
|
|
11727
11969
|
treasury: string;
|
|
11728
|
-
|
|
11970
|
+
assistant: string;
|
|
11729
11971
|
metadataUri: string;
|
|
11730
11972
|
active: boolean;
|
|
11731
11973
|
sellerAllowList: Array<string>;
|
|
@@ -11748,7 +11990,7 @@ export type BaseDisputeResolverFieldsFragment = {
|
|
|
11748
11990
|
|
|
11749
11991
|
export type PendingDisputeResolverFieldsFragment = {
|
|
11750
11992
|
__typename?: "PendingDisputeResolver";
|
|
11751
|
-
|
|
11993
|
+
assistant?: string | null;
|
|
11752
11994
|
admin?: string | null;
|
|
11753
11995
|
clerk?: string | null;
|
|
11754
11996
|
};
|
|
@@ -11842,7 +12084,7 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
11842
12084
|
seller: {
|
|
11843
12085
|
__typename?: "Seller";
|
|
11844
12086
|
id: string;
|
|
11845
|
-
|
|
12087
|
+
assistant: string;
|
|
11846
12088
|
admin: string;
|
|
11847
12089
|
clerk: string;
|
|
11848
12090
|
treasury: string;
|
|
@@ -11857,7 +12099,7 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
11857
12099
|
seller: {
|
|
11858
12100
|
__typename?: "Seller";
|
|
11859
12101
|
id: string;
|
|
11860
|
-
|
|
12102
|
+
assistant: string;
|
|
11861
12103
|
admin: string;
|
|
11862
12104
|
clerk: string;
|
|
11863
12105
|
treasury: string;
|
|
@@ -11939,7 +12181,7 @@ export type GetDisputesQueryQuery = {
|
|
|
11939
12181
|
seller: {
|
|
11940
12182
|
__typename?: "Seller";
|
|
11941
12183
|
id: string;
|
|
11942
|
-
|
|
12184
|
+
assistant: string;
|
|
11943
12185
|
admin: string;
|
|
11944
12186
|
clerk: string;
|
|
11945
12187
|
treasury: string;
|
|
@@ -11954,7 +12196,7 @@ export type GetDisputesQueryQuery = {
|
|
|
11954
12196
|
seller: {
|
|
11955
12197
|
__typename?: "Seller";
|
|
11956
12198
|
id: string;
|
|
11957
|
-
|
|
12199
|
+
assistant: string;
|
|
11958
12200
|
admin: string;
|
|
11959
12201
|
clerk: string;
|
|
11960
12202
|
treasury: string;
|
|
@@ -12026,7 +12268,7 @@ export type DisputeFieldsFragment = {
|
|
|
12026
12268
|
seller: {
|
|
12027
12269
|
__typename?: "Seller";
|
|
12028
12270
|
id: string;
|
|
12029
|
-
|
|
12271
|
+
assistant: string;
|
|
12030
12272
|
admin: string;
|
|
12031
12273
|
clerk: string;
|
|
12032
12274
|
treasury: string;
|
|
@@ -12041,7 +12283,7 @@ export type DisputeFieldsFragment = {
|
|
|
12041
12283
|
seller: {
|
|
12042
12284
|
__typename?: "Seller";
|
|
12043
12285
|
id: string;
|
|
12044
|
-
|
|
12286
|
+
assistant: string;
|
|
12045
12287
|
admin: string;
|
|
12046
12288
|
clerk: string;
|
|
12047
12289
|
treasury: string;
|
|
@@ -12140,7 +12382,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12140
12382
|
seller: {
|
|
12141
12383
|
__typename?: "Seller";
|
|
12142
12384
|
id: string;
|
|
12143
|
-
|
|
12385
|
+
assistant: string;
|
|
12144
12386
|
admin: string;
|
|
12145
12387
|
clerk: string;
|
|
12146
12388
|
treasury: string;
|
|
@@ -12166,7 +12408,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12166
12408
|
admin: string;
|
|
12167
12409
|
clerk: string;
|
|
12168
12410
|
treasury: string;
|
|
12169
|
-
|
|
12411
|
+
assistant: string;
|
|
12170
12412
|
metadataUri: string;
|
|
12171
12413
|
active: boolean;
|
|
12172
12414
|
sellerAllowList: Array<string>;
|
|
@@ -12206,6 +12448,13 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12206
12448
|
schemaUrl: string;
|
|
12207
12449
|
type: MetadataType;
|
|
12208
12450
|
image: string;
|
|
12451
|
+
animationMetadata?: {
|
|
12452
|
+
__typename?: "AnimationMetadata";
|
|
12453
|
+
id: string;
|
|
12454
|
+
width?: number | null;
|
|
12455
|
+
height?: number | null;
|
|
12456
|
+
type?: string | null;
|
|
12457
|
+
} | null;
|
|
12209
12458
|
}
|
|
12210
12459
|
| {
|
|
12211
12460
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -12340,7 +12589,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12340
12589
|
seller: {
|
|
12341
12590
|
__typename?: "Seller";
|
|
12342
12591
|
id: string;
|
|
12343
|
-
|
|
12592
|
+
assistant: string;
|
|
12344
12593
|
admin: string;
|
|
12345
12594
|
clerk: string;
|
|
12346
12595
|
treasury: string;
|
|
@@ -12386,7 +12635,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12386
12635
|
seller: {
|
|
12387
12636
|
__typename?: "Seller";
|
|
12388
12637
|
id: string;
|
|
12389
|
-
|
|
12638
|
+
assistant: string;
|
|
12390
12639
|
admin: string;
|
|
12391
12640
|
clerk: string;
|
|
12392
12641
|
treasury: string;
|
|
@@ -12422,8 +12671,22 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
12422
12671
|
deliveryTime: string;
|
|
12423
12672
|
}> | null;
|
|
12424
12673
|
} | null;
|
|
12674
|
+
animationMetadata?: {
|
|
12675
|
+
__typename?: "AnimationMetadata";
|
|
12676
|
+
id: string;
|
|
12677
|
+
width?: number | null;
|
|
12678
|
+
height?: number | null;
|
|
12679
|
+
type?: string | null;
|
|
12680
|
+
} | null;
|
|
12425
12681
|
}
|
|
12426
12682
|
| null;
|
|
12683
|
+
range?: {
|
|
12684
|
+
__typename?: "RangeEntity";
|
|
12685
|
+
id: string;
|
|
12686
|
+
start: string;
|
|
12687
|
+
end: string;
|
|
12688
|
+
owner: string;
|
|
12689
|
+
} | null;
|
|
12427
12690
|
}>;
|
|
12428
12691
|
funds?: Array<{
|
|
12429
12692
|
__typename?: "FundsEntity";
|
|
@@ -12502,7 +12765,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12502
12765
|
seller: {
|
|
12503
12766
|
__typename?: "Seller";
|
|
12504
12767
|
id: string;
|
|
12505
|
-
|
|
12768
|
+
assistant: string;
|
|
12506
12769
|
admin: string;
|
|
12507
12770
|
clerk: string;
|
|
12508
12771
|
treasury: string;
|
|
@@ -12528,7 +12791,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12528
12791
|
admin: string;
|
|
12529
12792
|
clerk: string;
|
|
12530
12793
|
treasury: string;
|
|
12531
|
-
|
|
12794
|
+
assistant: string;
|
|
12532
12795
|
metadataUri: string;
|
|
12533
12796
|
active: boolean;
|
|
12534
12797
|
sellerAllowList: Array<string>;
|
|
@@ -12568,6 +12831,13 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12568
12831
|
schemaUrl: string;
|
|
12569
12832
|
type: MetadataType;
|
|
12570
12833
|
image: string;
|
|
12834
|
+
animationMetadata?: {
|
|
12835
|
+
__typename?: "AnimationMetadata";
|
|
12836
|
+
id: string;
|
|
12837
|
+
width?: number | null;
|
|
12838
|
+
height?: number | null;
|
|
12839
|
+
type?: string | null;
|
|
12840
|
+
} | null;
|
|
12571
12841
|
}
|
|
12572
12842
|
| {
|
|
12573
12843
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -12702,7 +12972,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12702
12972
|
seller: {
|
|
12703
12973
|
__typename?: "Seller";
|
|
12704
12974
|
id: string;
|
|
12705
|
-
|
|
12975
|
+
assistant: string;
|
|
12706
12976
|
admin: string;
|
|
12707
12977
|
clerk: string;
|
|
12708
12978
|
treasury: string;
|
|
@@ -12748,7 +13018,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12748
13018
|
seller: {
|
|
12749
13019
|
__typename?: "Seller";
|
|
12750
13020
|
id: string;
|
|
12751
|
-
|
|
13021
|
+
assistant: string;
|
|
12752
13022
|
admin: string;
|
|
12753
13023
|
clerk: string;
|
|
12754
13024
|
treasury: string;
|
|
@@ -12784,8 +13054,22 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
12784
13054
|
deliveryTime: string;
|
|
12785
13055
|
}> | null;
|
|
12786
13056
|
} | null;
|
|
13057
|
+
animationMetadata?: {
|
|
13058
|
+
__typename?: "AnimationMetadata";
|
|
13059
|
+
id: string;
|
|
13060
|
+
width?: number | null;
|
|
13061
|
+
height?: number | null;
|
|
13062
|
+
type?: string | null;
|
|
13063
|
+
} | null;
|
|
12787
13064
|
}
|
|
12788
13065
|
| null;
|
|
13066
|
+
range?: {
|
|
13067
|
+
__typename?: "RangeEntity";
|
|
13068
|
+
id: string;
|
|
13069
|
+
start: string;
|
|
13070
|
+
end: string;
|
|
13071
|
+
owner: string;
|
|
13072
|
+
} | null;
|
|
12789
13073
|
}>;
|
|
12790
13074
|
funds?: Array<{
|
|
12791
13075
|
__typename?: "FundsEntity";
|
|
@@ -12842,7 +13126,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
12842
13126
|
seller: {
|
|
12843
13127
|
__typename?: "Seller";
|
|
12844
13128
|
id: string;
|
|
12845
|
-
|
|
13129
|
+
assistant: string;
|
|
12846
13130
|
admin: string;
|
|
12847
13131
|
clerk: string;
|
|
12848
13132
|
treasury: string;
|
|
@@ -12868,7 +13152,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
12868
13152
|
admin: string;
|
|
12869
13153
|
clerk: string;
|
|
12870
13154
|
treasury: string;
|
|
12871
|
-
|
|
13155
|
+
assistant: string;
|
|
12872
13156
|
metadataUri: string;
|
|
12873
13157
|
active: boolean;
|
|
12874
13158
|
sellerAllowList: Array<string>;
|
|
@@ -12908,6 +13192,13 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
12908
13192
|
schemaUrl: string;
|
|
12909
13193
|
type: MetadataType;
|
|
12910
13194
|
image: string;
|
|
13195
|
+
animationMetadata?: {
|
|
13196
|
+
__typename?: "AnimationMetadata";
|
|
13197
|
+
id: string;
|
|
13198
|
+
width?: number | null;
|
|
13199
|
+
height?: number | null;
|
|
13200
|
+
type?: string | null;
|
|
13201
|
+
} | null;
|
|
12911
13202
|
}
|
|
12912
13203
|
| {
|
|
12913
13204
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -13038,7 +13329,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
13038
13329
|
seller: {
|
|
13039
13330
|
__typename?: "Seller";
|
|
13040
13331
|
id: string;
|
|
13041
|
-
|
|
13332
|
+
assistant: string;
|
|
13042
13333
|
admin: string;
|
|
13043
13334
|
clerk: string;
|
|
13044
13335
|
treasury: string;
|
|
@@ -13084,7 +13375,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
13084
13375
|
seller: {
|
|
13085
13376
|
__typename?: "Seller";
|
|
13086
13377
|
id: string;
|
|
13087
|
-
|
|
13378
|
+
assistant: string;
|
|
13088
13379
|
admin: string;
|
|
13089
13380
|
clerk: string;
|
|
13090
13381
|
treasury: string;
|
|
@@ -13120,8 +13411,22 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
13120
13411
|
deliveryTime: string;
|
|
13121
13412
|
}> | null;
|
|
13122
13413
|
} | null;
|
|
13414
|
+
animationMetadata?: {
|
|
13415
|
+
__typename?: "AnimationMetadata";
|
|
13416
|
+
id: string;
|
|
13417
|
+
width?: number | null;
|
|
13418
|
+
height?: number | null;
|
|
13419
|
+
type?: string | null;
|
|
13420
|
+
} | null;
|
|
13123
13421
|
}
|
|
13124
13422
|
| null;
|
|
13423
|
+
range?: {
|
|
13424
|
+
__typename?: "RangeEntity";
|
|
13425
|
+
id: string;
|
|
13426
|
+
start: string;
|
|
13427
|
+
end: string;
|
|
13428
|
+
owner: string;
|
|
13429
|
+
} | null;
|
|
13125
13430
|
}>;
|
|
13126
13431
|
funds?: Array<{
|
|
13127
13432
|
__typename?: "FundsEntity";
|
|
@@ -13361,7 +13666,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13361
13666
|
seller: {
|
|
13362
13667
|
__typename?: "Seller";
|
|
13363
13668
|
id: string;
|
|
13364
|
-
|
|
13669
|
+
assistant: string;
|
|
13365
13670
|
admin: string;
|
|
13366
13671
|
clerk: string;
|
|
13367
13672
|
treasury: string;
|
|
@@ -13387,7 +13692,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13387
13692
|
admin: string;
|
|
13388
13693
|
clerk: string;
|
|
13389
13694
|
treasury: string;
|
|
13390
|
-
|
|
13695
|
+
assistant: string;
|
|
13391
13696
|
metadataUri: string;
|
|
13392
13697
|
active: boolean;
|
|
13393
13698
|
sellerAllowList: Array<string>;
|
|
@@ -13427,6 +13732,13 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13427
13732
|
schemaUrl: string;
|
|
13428
13733
|
type: MetadataType;
|
|
13429
13734
|
image: string;
|
|
13735
|
+
animationMetadata?: {
|
|
13736
|
+
__typename?: "AnimationMetadata";
|
|
13737
|
+
id: string;
|
|
13738
|
+
width?: number | null;
|
|
13739
|
+
height?: number | null;
|
|
13740
|
+
type?: string | null;
|
|
13741
|
+
} | null;
|
|
13430
13742
|
}
|
|
13431
13743
|
| {
|
|
13432
13744
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -13561,7 +13873,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13561
13873
|
seller: {
|
|
13562
13874
|
__typename?: "Seller";
|
|
13563
13875
|
id: string;
|
|
13564
|
-
|
|
13876
|
+
assistant: string;
|
|
13565
13877
|
admin: string;
|
|
13566
13878
|
clerk: string;
|
|
13567
13879
|
treasury: string;
|
|
@@ -13607,7 +13919,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13607
13919
|
seller: {
|
|
13608
13920
|
__typename?: "Seller";
|
|
13609
13921
|
id: string;
|
|
13610
|
-
|
|
13922
|
+
assistant: string;
|
|
13611
13923
|
admin: string;
|
|
13612
13924
|
clerk: string;
|
|
13613
13925
|
treasury: string;
|
|
@@ -13643,8 +13955,22 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13643
13955
|
deliveryTime: string;
|
|
13644
13956
|
}> | null;
|
|
13645
13957
|
} | null;
|
|
13958
|
+
animationMetadata?: {
|
|
13959
|
+
__typename?: "AnimationMetadata";
|
|
13960
|
+
id: string;
|
|
13961
|
+
width?: number | null;
|
|
13962
|
+
height?: number | null;
|
|
13963
|
+
type?: string | null;
|
|
13964
|
+
} | null;
|
|
13646
13965
|
}
|
|
13647
13966
|
| null;
|
|
13967
|
+
range?: {
|
|
13968
|
+
__typename?: "RangeEntity";
|
|
13969
|
+
id: string;
|
|
13970
|
+
start: string;
|
|
13971
|
+
end: string;
|
|
13972
|
+
owner: string;
|
|
13973
|
+
} | null;
|
|
13648
13974
|
};
|
|
13649
13975
|
dispute?: {
|
|
13650
13976
|
__typename?: "Dispute";
|
|
@@ -13670,7 +13996,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
13670
13996
|
seller: {
|
|
13671
13997
|
__typename?: "Seller";
|
|
13672
13998
|
id: string;
|
|
13673
|
-
|
|
13999
|
+
assistant: string;
|
|
13674
14000
|
admin: string;
|
|
13675
14001
|
clerk: string;
|
|
13676
14002
|
treasury: string;
|
|
@@ -13747,7 +14073,7 @@ export type GetExchangesQueryQuery = {
|
|
|
13747
14073
|
seller: {
|
|
13748
14074
|
__typename?: "Seller";
|
|
13749
14075
|
id: string;
|
|
13750
|
-
|
|
14076
|
+
assistant: string;
|
|
13751
14077
|
admin: string;
|
|
13752
14078
|
clerk: string;
|
|
13753
14079
|
treasury: string;
|
|
@@ -13773,7 +14099,7 @@ export type GetExchangesQueryQuery = {
|
|
|
13773
14099
|
admin: string;
|
|
13774
14100
|
clerk: string;
|
|
13775
14101
|
treasury: string;
|
|
13776
|
-
|
|
14102
|
+
assistant: string;
|
|
13777
14103
|
metadataUri: string;
|
|
13778
14104
|
active: boolean;
|
|
13779
14105
|
sellerAllowList: Array<string>;
|
|
@@ -13813,6 +14139,13 @@ export type GetExchangesQueryQuery = {
|
|
|
13813
14139
|
schemaUrl: string;
|
|
13814
14140
|
type: MetadataType;
|
|
13815
14141
|
image: string;
|
|
14142
|
+
animationMetadata?: {
|
|
14143
|
+
__typename?: "AnimationMetadata";
|
|
14144
|
+
id: string;
|
|
14145
|
+
width?: number | null;
|
|
14146
|
+
height?: number | null;
|
|
14147
|
+
type?: string | null;
|
|
14148
|
+
} | null;
|
|
13816
14149
|
}
|
|
13817
14150
|
| {
|
|
13818
14151
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -13947,7 +14280,7 @@ export type GetExchangesQueryQuery = {
|
|
|
13947
14280
|
seller: {
|
|
13948
14281
|
__typename?: "Seller";
|
|
13949
14282
|
id: string;
|
|
13950
|
-
|
|
14283
|
+
assistant: string;
|
|
13951
14284
|
admin: string;
|
|
13952
14285
|
clerk: string;
|
|
13953
14286
|
treasury: string;
|
|
@@ -13993,7 +14326,7 @@ export type GetExchangesQueryQuery = {
|
|
|
13993
14326
|
seller: {
|
|
13994
14327
|
__typename?: "Seller";
|
|
13995
14328
|
id: string;
|
|
13996
|
-
|
|
14329
|
+
assistant: string;
|
|
13997
14330
|
admin: string;
|
|
13998
14331
|
clerk: string;
|
|
13999
14332
|
treasury: string;
|
|
@@ -14029,8 +14362,22 @@ export type GetExchangesQueryQuery = {
|
|
|
14029
14362
|
deliveryTime: string;
|
|
14030
14363
|
}> | null;
|
|
14031
14364
|
} | null;
|
|
14365
|
+
animationMetadata?: {
|
|
14366
|
+
__typename?: "AnimationMetadata";
|
|
14367
|
+
id: string;
|
|
14368
|
+
width?: number | null;
|
|
14369
|
+
height?: number | null;
|
|
14370
|
+
type?: string | null;
|
|
14371
|
+
} | null;
|
|
14032
14372
|
}
|
|
14033
14373
|
| null;
|
|
14374
|
+
range?: {
|
|
14375
|
+
__typename?: "RangeEntity";
|
|
14376
|
+
id: string;
|
|
14377
|
+
start: string;
|
|
14378
|
+
end: string;
|
|
14379
|
+
owner: string;
|
|
14380
|
+
} | null;
|
|
14034
14381
|
};
|
|
14035
14382
|
dispute?: {
|
|
14036
14383
|
__typename?: "Dispute";
|
|
@@ -14056,7 +14403,7 @@ export type GetExchangesQueryQuery = {
|
|
|
14056
14403
|
seller: {
|
|
14057
14404
|
__typename?: "Seller";
|
|
14058
14405
|
id: string;
|
|
14059
|
-
|
|
14406
|
+
assistant: string;
|
|
14060
14407
|
admin: string;
|
|
14061
14408
|
clerk: string;
|
|
14062
14409
|
treasury: string;
|
|
@@ -14123,7 +14470,7 @@ export type ExchangeFieldsFragment = {
|
|
|
14123
14470
|
seller: {
|
|
14124
14471
|
__typename?: "Seller";
|
|
14125
14472
|
id: string;
|
|
14126
|
-
|
|
14473
|
+
assistant: string;
|
|
14127
14474
|
admin: string;
|
|
14128
14475
|
clerk: string;
|
|
14129
14476
|
treasury: string;
|
|
@@ -14149,7 +14496,7 @@ export type ExchangeFieldsFragment = {
|
|
|
14149
14496
|
admin: string;
|
|
14150
14497
|
clerk: string;
|
|
14151
14498
|
treasury: string;
|
|
14152
|
-
|
|
14499
|
+
assistant: string;
|
|
14153
14500
|
metadataUri: string;
|
|
14154
14501
|
active: boolean;
|
|
14155
14502
|
sellerAllowList: Array<string>;
|
|
@@ -14189,6 +14536,13 @@ export type ExchangeFieldsFragment = {
|
|
|
14189
14536
|
schemaUrl: string;
|
|
14190
14537
|
type: MetadataType;
|
|
14191
14538
|
image: string;
|
|
14539
|
+
animationMetadata?: {
|
|
14540
|
+
__typename?: "AnimationMetadata";
|
|
14541
|
+
id: string;
|
|
14542
|
+
width?: number | null;
|
|
14543
|
+
height?: number | null;
|
|
14544
|
+
type?: string | null;
|
|
14545
|
+
} | null;
|
|
14192
14546
|
}
|
|
14193
14547
|
| {
|
|
14194
14548
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -14319,7 +14673,7 @@ export type ExchangeFieldsFragment = {
|
|
|
14319
14673
|
seller: {
|
|
14320
14674
|
__typename?: "Seller";
|
|
14321
14675
|
id: string;
|
|
14322
|
-
|
|
14676
|
+
assistant: string;
|
|
14323
14677
|
admin: string;
|
|
14324
14678
|
clerk: string;
|
|
14325
14679
|
treasury: string;
|
|
@@ -14365,7 +14719,7 @@ export type ExchangeFieldsFragment = {
|
|
|
14365
14719
|
seller: {
|
|
14366
14720
|
__typename?: "Seller";
|
|
14367
14721
|
id: string;
|
|
14368
|
-
|
|
14722
|
+
assistant: string;
|
|
14369
14723
|
admin: string;
|
|
14370
14724
|
clerk: string;
|
|
14371
14725
|
treasury: string;
|
|
@@ -14401,8 +14755,22 @@ export type ExchangeFieldsFragment = {
|
|
|
14401
14755
|
deliveryTime: string;
|
|
14402
14756
|
}> | null;
|
|
14403
14757
|
} | null;
|
|
14758
|
+
animationMetadata?: {
|
|
14759
|
+
__typename?: "AnimationMetadata";
|
|
14760
|
+
id: string;
|
|
14761
|
+
width?: number | null;
|
|
14762
|
+
height?: number | null;
|
|
14763
|
+
type?: string | null;
|
|
14764
|
+
} | null;
|
|
14404
14765
|
}
|
|
14405
14766
|
| null;
|
|
14767
|
+
range?: {
|
|
14768
|
+
__typename?: "RangeEntity";
|
|
14769
|
+
id: string;
|
|
14770
|
+
start: string;
|
|
14771
|
+
end: string;
|
|
14772
|
+
owner: string;
|
|
14773
|
+
} | null;
|
|
14406
14774
|
};
|
|
14407
14775
|
dispute?: {
|
|
14408
14776
|
__typename?: "Dispute";
|
|
@@ -14423,7 +14791,7 @@ export type ExchangeFieldsFragment = {
|
|
|
14423
14791
|
seller: {
|
|
14424
14792
|
__typename?: "Seller";
|
|
14425
14793
|
id: string;
|
|
14426
|
-
|
|
14794
|
+
assistant: string;
|
|
14427
14795
|
admin: string;
|
|
14428
14796
|
clerk: string;
|
|
14429
14797
|
treasury: string;
|
|
@@ -14469,7 +14837,7 @@ export type BaseExchangeFieldsFragment = {
|
|
|
14469
14837
|
seller: {
|
|
14470
14838
|
__typename?: "Seller";
|
|
14471
14839
|
id: string;
|
|
14472
|
-
|
|
14840
|
+
assistant: string;
|
|
14473
14841
|
admin: string;
|
|
14474
14842
|
clerk: string;
|
|
14475
14843
|
treasury: string;
|
|
@@ -14593,6 +14961,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14593
14961
|
quantityAvailable: string;
|
|
14594
14962
|
numberOfCommits: string;
|
|
14595
14963
|
numberOfRedemptions: string;
|
|
14964
|
+
animationMetadata?: {
|
|
14965
|
+
__typename?: "AnimationMetadata";
|
|
14966
|
+
id: string;
|
|
14967
|
+
width?: number | null;
|
|
14968
|
+
height?: number | null;
|
|
14969
|
+
type?: string | null;
|
|
14970
|
+
} | null;
|
|
14596
14971
|
attributes?: Array<{
|
|
14597
14972
|
__typename?: "MetadataAttribute";
|
|
14598
14973
|
traitType: string;
|
|
@@ -14638,7 +15013,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14638
15013
|
seller: {
|
|
14639
15014
|
__typename?: "Seller";
|
|
14640
15015
|
id: string;
|
|
14641
|
-
|
|
15016
|
+
assistant: string;
|
|
14642
15017
|
admin: string;
|
|
14643
15018
|
clerk: string;
|
|
14644
15019
|
treasury: string;
|
|
@@ -14664,7 +15039,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14664
15039
|
admin: string;
|
|
14665
15040
|
clerk: string;
|
|
14666
15041
|
treasury: string;
|
|
14667
|
-
|
|
15042
|
+
assistant: string;
|
|
14668
15043
|
metadataUri: string;
|
|
14669
15044
|
active: boolean;
|
|
14670
15045
|
sellerAllowList: Array<string>;
|
|
@@ -14704,6 +15079,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14704
15079
|
schemaUrl: string;
|
|
14705
15080
|
type: MetadataType;
|
|
14706
15081
|
image: string;
|
|
15082
|
+
animationMetadata?: {
|
|
15083
|
+
__typename?: "AnimationMetadata";
|
|
15084
|
+
id: string;
|
|
15085
|
+
width?: number | null;
|
|
15086
|
+
height?: number | null;
|
|
15087
|
+
type?: string | null;
|
|
15088
|
+
} | null;
|
|
14707
15089
|
}
|
|
14708
15090
|
| {
|
|
14709
15091
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -14838,7 +15220,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14838
15220
|
seller: {
|
|
14839
15221
|
__typename?: "Seller";
|
|
14840
15222
|
id: string;
|
|
14841
|
-
|
|
15223
|
+
assistant: string;
|
|
14842
15224
|
admin: string;
|
|
14843
15225
|
clerk: string;
|
|
14844
15226
|
treasury: string;
|
|
@@ -14884,7 +15266,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14884
15266
|
seller: {
|
|
14885
15267
|
__typename?: "Seller";
|
|
14886
15268
|
id: string;
|
|
14887
|
-
|
|
15269
|
+
assistant: string;
|
|
14888
15270
|
admin: string;
|
|
14889
15271
|
clerk: string;
|
|
14890
15272
|
treasury: string;
|
|
@@ -14920,13 +15302,27 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14920
15302
|
deliveryTime: string;
|
|
14921
15303
|
}> | null;
|
|
14922
15304
|
} | null;
|
|
15305
|
+
animationMetadata?: {
|
|
15306
|
+
__typename?: "AnimationMetadata";
|
|
15307
|
+
id: string;
|
|
15308
|
+
width?: number | null;
|
|
15309
|
+
height?: number | null;
|
|
15310
|
+
type?: string | null;
|
|
15311
|
+
} | null;
|
|
14923
15312
|
}
|
|
14924
15313
|
| null;
|
|
15314
|
+
range?: {
|
|
15315
|
+
__typename?: "RangeEntity";
|
|
15316
|
+
id: string;
|
|
15317
|
+
start: string;
|
|
15318
|
+
end: string;
|
|
15319
|
+
owner: string;
|
|
15320
|
+
} | null;
|
|
14925
15321
|
};
|
|
14926
15322
|
seller: {
|
|
14927
15323
|
__typename?: "Seller";
|
|
14928
15324
|
id: string;
|
|
14929
|
-
|
|
15325
|
+
assistant: string;
|
|
14930
15326
|
admin: string;
|
|
14931
15327
|
clerk: string;
|
|
14932
15328
|
treasury: string;
|
|
@@ -14977,6 +15373,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14977
15373
|
quantityAvailable: string;
|
|
14978
15374
|
numberOfCommits: string;
|
|
14979
15375
|
numberOfRedemptions: string;
|
|
15376
|
+
animationMetadata?: {
|
|
15377
|
+
__typename?: "AnimationMetadata";
|
|
15378
|
+
id: string;
|
|
15379
|
+
width?: number | null;
|
|
15380
|
+
height?: number | null;
|
|
15381
|
+
type?: string | null;
|
|
15382
|
+
} | null;
|
|
14980
15383
|
attributes?: Array<{
|
|
14981
15384
|
__typename?: "MetadataAttribute";
|
|
14982
15385
|
traitType: string;
|
|
@@ -15022,7 +15425,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15022
15425
|
seller: {
|
|
15023
15426
|
__typename?: "Seller";
|
|
15024
15427
|
id: string;
|
|
15025
|
-
|
|
15428
|
+
assistant: string;
|
|
15026
15429
|
admin: string;
|
|
15027
15430
|
clerk: string;
|
|
15028
15431
|
treasury: string;
|
|
@@ -15048,7 +15451,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15048
15451
|
admin: string;
|
|
15049
15452
|
clerk: string;
|
|
15050
15453
|
treasury: string;
|
|
15051
|
-
|
|
15454
|
+
assistant: string;
|
|
15052
15455
|
metadataUri: string;
|
|
15053
15456
|
active: boolean;
|
|
15054
15457
|
sellerAllowList: Array<string>;
|
|
@@ -15088,6 +15491,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15088
15491
|
schemaUrl: string;
|
|
15089
15492
|
type: MetadataType;
|
|
15090
15493
|
image: string;
|
|
15494
|
+
animationMetadata?: {
|
|
15495
|
+
__typename?: "AnimationMetadata";
|
|
15496
|
+
id: string;
|
|
15497
|
+
width?: number | null;
|
|
15498
|
+
height?: number | null;
|
|
15499
|
+
type?: string | null;
|
|
15500
|
+
} | null;
|
|
15091
15501
|
}
|
|
15092
15502
|
| {
|
|
15093
15503
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -15222,7 +15632,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15222
15632
|
seller: {
|
|
15223
15633
|
__typename?: "Seller";
|
|
15224
15634
|
id: string;
|
|
15225
|
-
|
|
15635
|
+
assistant: string;
|
|
15226
15636
|
admin: string;
|
|
15227
15637
|
clerk: string;
|
|
15228
15638
|
treasury: string;
|
|
@@ -15268,7 +15678,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15268
15678
|
seller: {
|
|
15269
15679
|
__typename?: "Seller";
|
|
15270
15680
|
id: string;
|
|
15271
|
-
|
|
15681
|
+
assistant: string;
|
|
15272
15682
|
admin: string;
|
|
15273
15683
|
clerk: string;
|
|
15274
15684
|
treasury: string;
|
|
@@ -15304,13 +15714,27 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15304
15714
|
deliveryTime: string;
|
|
15305
15715
|
}> | null;
|
|
15306
15716
|
} | null;
|
|
15717
|
+
animationMetadata?: {
|
|
15718
|
+
__typename?: "AnimationMetadata";
|
|
15719
|
+
id: string;
|
|
15720
|
+
width?: number | null;
|
|
15721
|
+
height?: number | null;
|
|
15722
|
+
type?: string | null;
|
|
15723
|
+
} | null;
|
|
15307
15724
|
}
|
|
15308
15725
|
| null;
|
|
15726
|
+
range?: {
|
|
15727
|
+
__typename?: "RangeEntity";
|
|
15728
|
+
id: string;
|
|
15729
|
+
start: string;
|
|
15730
|
+
end: string;
|
|
15731
|
+
owner: string;
|
|
15732
|
+
} | null;
|
|
15309
15733
|
};
|
|
15310
15734
|
seller: {
|
|
15311
15735
|
__typename?: "Seller";
|
|
15312
15736
|
id: string;
|
|
15313
|
-
|
|
15737
|
+
assistant: string;
|
|
15314
15738
|
admin: string;
|
|
15315
15739
|
clerk: string;
|
|
15316
15740
|
treasury: string;
|
|
@@ -15351,6 +15775,13 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15351
15775
|
quantityAvailable: string;
|
|
15352
15776
|
numberOfCommits: string;
|
|
15353
15777
|
numberOfRedemptions: string;
|
|
15778
|
+
animationMetadata?: {
|
|
15779
|
+
__typename?: "AnimationMetadata";
|
|
15780
|
+
id: string;
|
|
15781
|
+
width?: number | null;
|
|
15782
|
+
height?: number | null;
|
|
15783
|
+
type?: string | null;
|
|
15784
|
+
} | null;
|
|
15354
15785
|
attributes?: Array<{
|
|
15355
15786
|
__typename?: "MetadataAttribute";
|
|
15356
15787
|
traitType: string;
|
|
@@ -15396,7 +15827,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15396
15827
|
seller: {
|
|
15397
15828
|
__typename?: "Seller";
|
|
15398
15829
|
id: string;
|
|
15399
|
-
|
|
15830
|
+
assistant: string;
|
|
15400
15831
|
admin: string;
|
|
15401
15832
|
clerk: string;
|
|
15402
15833
|
treasury: string;
|
|
@@ -15422,7 +15853,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15422
15853
|
admin: string;
|
|
15423
15854
|
clerk: string;
|
|
15424
15855
|
treasury: string;
|
|
15425
|
-
|
|
15856
|
+
assistant: string;
|
|
15426
15857
|
metadataUri: string;
|
|
15427
15858
|
active: boolean;
|
|
15428
15859
|
sellerAllowList: Array<string>;
|
|
@@ -15462,6 +15893,13 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15462
15893
|
schemaUrl: string;
|
|
15463
15894
|
type: MetadataType;
|
|
15464
15895
|
image: string;
|
|
15896
|
+
animationMetadata?: {
|
|
15897
|
+
__typename?: "AnimationMetadata";
|
|
15898
|
+
id: string;
|
|
15899
|
+
width?: number | null;
|
|
15900
|
+
height?: number | null;
|
|
15901
|
+
type?: string | null;
|
|
15902
|
+
} | null;
|
|
15465
15903
|
}
|
|
15466
15904
|
| {
|
|
15467
15905
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -15592,7 +16030,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15592
16030
|
seller: {
|
|
15593
16031
|
__typename?: "Seller";
|
|
15594
16032
|
id: string;
|
|
15595
|
-
|
|
16033
|
+
assistant: string;
|
|
15596
16034
|
admin: string;
|
|
15597
16035
|
clerk: string;
|
|
15598
16036
|
treasury: string;
|
|
@@ -15638,7 +16076,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15638
16076
|
seller: {
|
|
15639
16077
|
__typename?: "Seller";
|
|
15640
16078
|
id: string;
|
|
15641
|
-
|
|
16079
|
+
assistant: string;
|
|
15642
16080
|
admin: string;
|
|
15643
16081
|
clerk: string;
|
|
15644
16082
|
treasury: string;
|
|
@@ -15674,13 +16112,27 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
15674
16112
|
deliveryTime: string;
|
|
15675
16113
|
}> | null;
|
|
15676
16114
|
} | null;
|
|
16115
|
+
animationMetadata?: {
|
|
16116
|
+
__typename?: "AnimationMetadata";
|
|
16117
|
+
id: string;
|
|
16118
|
+
width?: number | null;
|
|
16119
|
+
height?: number | null;
|
|
16120
|
+
type?: string | null;
|
|
16121
|
+
} | null;
|
|
15677
16122
|
}
|
|
15678
16123
|
| null;
|
|
16124
|
+
range?: {
|
|
16125
|
+
__typename?: "RangeEntity";
|
|
16126
|
+
id: string;
|
|
16127
|
+
start: string;
|
|
16128
|
+
end: string;
|
|
16129
|
+
owner: string;
|
|
16130
|
+
} | null;
|
|
15679
16131
|
};
|
|
15680
16132
|
seller: {
|
|
15681
16133
|
__typename?: "Seller";
|
|
15682
16134
|
id: string;
|
|
15683
|
-
|
|
16135
|
+
assistant: string;
|
|
15684
16136
|
admin: string;
|
|
15685
16137
|
clerk: string;
|
|
15686
16138
|
treasury: string;
|
|
@@ -15720,6 +16172,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15720
16172
|
quantityAvailable: string;
|
|
15721
16173
|
numberOfCommits: string;
|
|
15722
16174
|
numberOfRedemptions: string;
|
|
16175
|
+
animationMetadata?: {
|
|
16176
|
+
__typename?: "AnimationMetadata";
|
|
16177
|
+
id: string;
|
|
16178
|
+
width?: number | null;
|
|
16179
|
+
height?: number | null;
|
|
16180
|
+
type?: string | null;
|
|
16181
|
+
} | null;
|
|
15723
16182
|
attributes?: Array<{
|
|
15724
16183
|
__typename?: "MetadataAttribute";
|
|
15725
16184
|
traitType: string;
|
|
@@ -15765,7 +16224,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15765
16224
|
seller: {
|
|
15766
16225
|
__typename?: "Seller";
|
|
15767
16226
|
id: string;
|
|
15768
|
-
|
|
16227
|
+
assistant: string;
|
|
15769
16228
|
admin: string;
|
|
15770
16229
|
clerk: string;
|
|
15771
16230
|
treasury: string;
|
|
@@ -15791,7 +16250,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15791
16250
|
admin: string;
|
|
15792
16251
|
clerk: string;
|
|
15793
16252
|
treasury: string;
|
|
15794
|
-
|
|
16253
|
+
assistant: string;
|
|
15795
16254
|
metadataUri: string;
|
|
15796
16255
|
active: boolean;
|
|
15797
16256
|
sellerAllowList: Array<string>;
|
|
@@ -15831,6 +16290,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15831
16290
|
schemaUrl: string;
|
|
15832
16291
|
type: MetadataType;
|
|
15833
16292
|
image: string;
|
|
16293
|
+
animationMetadata?: {
|
|
16294
|
+
__typename?: "AnimationMetadata";
|
|
16295
|
+
id: string;
|
|
16296
|
+
width?: number | null;
|
|
16297
|
+
height?: number | null;
|
|
16298
|
+
type?: string | null;
|
|
16299
|
+
} | null;
|
|
15834
16300
|
}
|
|
15835
16301
|
| {
|
|
15836
16302
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -15961,7 +16427,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15961
16427
|
seller: {
|
|
15962
16428
|
__typename?: "Seller";
|
|
15963
16429
|
id: string;
|
|
15964
|
-
|
|
16430
|
+
assistant: string;
|
|
15965
16431
|
admin: string;
|
|
15966
16432
|
clerk: string;
|
|
15967
16433
|
treasury: string;
|
|
@@ -16007,7 +16473,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
16007
16473
|
seller: {
|
|
16008
16474
|
__typename?: "Seller";
|
|
16009
16475
|
id: string;
|
|
16010
|
-
|
|
16476
|
+
assistant: string;
|
|
16011
16477
|
admin: string;
|
|
16012
16478
|
clerk: string;
|
|
16013
16479
|
treasury: string;
|
|
@@ -16043,13 +16509,27 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
16043
16509
|
deliveryTime: string;
|
|
16044
16510
|
}> | null;
|
|
16045
16511
|
} | null;
|
|
16512
|
+
animationMetadata?: {
|
|
16513
|
+
__typename?: "AnimationMetadata";
|
|
16514
|
+
id: string;
|
|
16515
|
+
width?: number | null;
|
|
16516
|
+
height?: number | null;
|
|
16517
|
+
type?: string | null;
|
|
16518
|
+
} | null;
|
|
16046
16519
|
}
|
|
16047
16520
|
| null;
|
|
16521
|
+
range?: {
|
|
16522
|
+
__typename?: "RangeEntity";
|
|
16523
|
+
id: string;
|
|
16524
|
+
start: string;
|
|
16525
|
+
end: string;
|
|
16526
|
+
owner: string;
|
|
16527
|
+
} | null;
|
|
16048
16528
|
};
|
|
16049
16529
|
seller: {
|
|
16050
16530
|
__typename?: "Seller";
|
|
16051
16531
|
id: string;
|
|
16052
|
-
|
|
16532
|
+
assistant: string;
|
|
16053
16533
|
admin: string;
|
|
16054
16534
|
clerk: string;
|
|
16055
16535
|
treasury: string;
|
|
@@ -16203,7 +16683,7 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
16203
16683
|
seller: {
|
|
16204
16684
|
__typename?: "Seller";
|
|
16205
16685
|
id: string;
|
|
16206
|
-
|
|
16686
|
+
assistant: string;
|
|
16207
16687
|
admin: string;
|
|
16208
16688
|
clerk: string;
|
|
16209
16689
|
treasury: string;
|
|
@@ -16329,7 +16809,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16329
16809
|
seller: {
|
|
16330
16810
|
__typename?: "Seller";
|
|
16331
16811
|
id: string;
|
|
16332
|
-
|
|
16812
|
+
assistant: string;
|
|
16333
16813
|
admin: string;
|
|
16334
16814
|
clerk: string;
|
|
16335
16815
|
treasury: string;
|
|
@@ -16354,7 +16834,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16354
16834
|
seller: {
|
|
16355
16835
|
__typename?: "Seller";
|
|
16356
16836
|
id: string;
|
|
16357
|
-
|
|
16837
|
+
assistant: string;
|
|
16358
16838
|
admin: string;
|
|
16359
16839
|
clerk: string;
|
|
16360
16840
|
treasury: string;
|
|
@@ -16380,7 +16860,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16380
16860
|
admin: string;
|
|
16381
16861
|
clerk: string;
|
|
16382
16862
|
treasury: string;
|
|
16383
|
-
|
|
16863
|
+
assistant: string;
|
|
16384
16864
|
metadataUri: string;
|
|
16385
16865
|
active: boolean;
|
|
16386
16866
|
sellerAllowList: Array<string>;
|
|
@@ -16420,6 +16900,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16420
16900
|
schemaUrl: string;
|
|
16421
16901
|
type: MetadataType;
|
|
16422
16902
|
image: string;
|
|
16903
|
+
animationMetadata?: {
|
|
16904
|
+
__typename?: "AnimationMetadata";
|
|
16905
|
+
id: string;
|
|
16906
|
+
width?: number | null;
|
|
16907
|
+
height?: number | null;
|
|
16908
|
+
type?: string | null;
|
|
16909
|
+
} | null;
|
|
16423
16910
|
}
|
|
16424
16911
|
| {
|
|
16425
16912
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -16554,7 +17041,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16554
17041
|
seller: {
|
|
16555
17042
|
__typename?: "Seller";
|
|
16556
17043
|
id: string;
|
|
16557
|
-
|
|
17044
|
+
assistant: string;
|
|
16558
17045
|
admin: string;
|
|
16559
17046
|
clerk: string;
|
|
16560
17047
|
treasury: string;
|
|
@@ -16600,7 +17087,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16600
17087
|
seller: {
|
|
16601
17088
|
__typename?: "Seller";
|
|
16602
17089
|
id: string;
|
|
16603
|
-
|
|
17090
|
+
assistant: string;
|
|
16604
17091
|
admin: string;
|
|
16605
17092
|
clerk: string;
|
|
16606
17093
|
treasury: string;
|
|
@@ -16636,8 +17123,22 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16636
17123
|
deliveryTime: string;
|
|
16637
17124
|
}> | null;
|
|
16638
17125
|
} | null;
|
|
17126
|
+
animationMetadata?: {
|
|
17127
|
+
__typename?: "AnimationMetadata";
|
|
17128
|
+
id: string;
|
|
17129
|
+
width?: number | null;
|
|
17130
|
+
height?: number | null;
|
|
17131
|
+
type?: string | null;
|
|
17132
|
+
} | null;
|
|
16639
17133
|
}
|
|
16640
17134
|
| null;
|
|
17135
|
+
range?: {
|
|
17136
|
+
__typename?: "RangeEntity";
|
|
17137
|
+
id: string;
|
|
17138
|
+
start: string;
|
|
17139
|
+
end: string;
|
|
17140
|
+
owner: string;
|
|
17141
|
+
} | null;
|
|
16641
17142
|
};
|
|
16642
17143
|
variations?: Array<{
|
|
16643
17144
|
__typename?: "ProductV1Variation";
|
|
@@ -16722,7 +17223,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16722
17223
|
seller: {
|
|
16723
17224
|
__typename?: "Seller";
|
|
16724
17225
|
id: string;
|
|
16725
|
-
|
|
17226
|
+
assistant: string;
|
|
16726
17227
|
admin: string;
|
|
16727
17228
|
clerk: string;
|
|
16728
17229
|
treasury: string;
|
|
@@ -16848,7 +17349,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16848
17349
|
seller: {
|
|
16849
17350
|
__typename?: "Seller";
|
|
16850
17351
|
id: string;
|
|
16851
|
-
|
|
17352
|
+
assistant: string;
|
|
16852
17353
|
admin: string;
|
|
16853
17354
|
clerk: string;
|
|
16854
17355
|
treasury: string;
|
|
@@ -16873,7 +17374,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16873
17374
|
seller: {
|
|
16874
17375
|
__typename?: "Seller";
|
|
16875
17376
|
id: string;
|
|
16876
|
-
|
|
17377
|
+
assistant: string;
|
|
16877
17378
|
admin: string;
|
|
16878
17379
|
clerk: string;
|
|
16879
17380
|
treasury: string;
|
|
@@ -16899,7 +17400,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16899
17400
|
admin: string;
|
|
16900
17401
|
clerk: string;
|
|
16901
17402
|
treasury: string;
|
|
16902
|
-
|
|
17403
|
+
assistant: string;
|
|
16903
17404
|
metadataUri: string;
|
|
16904
17405
|
active: boolean;
|
|
16905
17406
|
sellerAllowList: Array<string>;
|
|
@@ -16939,6 +17440,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16939
17440
|
schemaUrl: string;
|
|
16940
17441
|
type: MetadataType;
|
|
16941
17442
|
image: string;
|
|
17443
|
+
animationMetadata?: {
|
|
17444
|
+
__typename?: "AnimationMetadata";
|
|
17445
|
+
id: string;
|
|
17446
|
+
width?: number | null;
|
|
17447
|
+
height?: number | null;
|
|
17448
|
+
type?: string | null;
|
|
17449
|
+
} | null;
|
|
16942
17450
|
}
|
|
16943
17451
|
| {
|
|
16944
17452
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -17073,7 +17581,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
17073
17581
|
seller: {
|
|
17074
17582
|
__typename?: "Seller";
|
|
17075
17583
|
id: string;
|
|
17076
|
-
|
|
17584
|
+
assistant: string;
|
|
17077
17585
|
admin: string;
|
|
17078
17586
|
clerk: string;
|
|
17079
17587
|
treasury: string;
|
|
@@ -17119,7 +17627,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
17119
17627
|
seller: {
|
|
17120
17628
|
__typename?: "Seller";
|
|
17121
17629
|
id: string;
|
|
17122
|
-
|
|
17630
|
+
assistant: string;
|
|
17123
17631
|
admin: string;
|
|
17124
17632
|
clerk: string;
|
|
17125
17633
|
treasury: string;
|
|
@@ -17155,8 +17663,22 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
17155
17663
|
deliveryTime: string;
|
|
17156
17664
|
}> | null;
|
|
17157
17665
|
} | null;
|
|
17666
|
+
animationMetadata?: {
|
|
17667
|
+
__typename?: "AnimationMetadata";
|
|
17668
|
+
id: string;
|
|
17669
|
+
width?: number | null;
|
|
17670
|
+
height?: number | null;
|
|
17671
|
+
type?: string | null;
|
|
17672
|
+
} | null;
|
|
17158
17673
|
}
|
|
17159
17674
|
| null;
|
|
17675
|
+
range?: {
|
|
17676
|
+
__typename?: "RangeEntity";
|
|
17677
|
+
id: string;
|
|
17678
|
+
start: string;
|
|
17679
|
+
end: string;
|
|
17680
|
+
owner: string;
|
|
17681
|
+
} | null;
|
|
17160
17682
|
};
|
|
17161
17683
|
variations?: Array<{
|
|
17162
17684
|
__typename?: "ProductV1Variation";
|
|
@@ -17241,7 +17763,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
17241
17763
|
seller: {
|
|
17242
17764
|
__typename?: "Seller";
|
|
17243
17765
|
id: string;
|
|
17244
|
-
|
|
17766
|
+
assistant: string;
|
|
17245
17767
|
admin: string;
|
|
17246
17768
|
clerk: string;
|
|
17247
17769
|
treasury: string;
|
|
@@ -17381,7 +17903,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17381
17903
|
seller: {
|
|
17382
17904
|
__typename?: "Seller";
|
|
17383
17905
|
id: string;
|
|
17384
|
-
|
|
17906
|
+
assistant: string;
|
|
17385
17907
|
admin: string;
|
|
17386
17908
|
clerk: string;
|
|
17387
17909
|
treasury: string;
|
|
@@ -17406,7 +17928,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17406
17928
|
seller: {
|
|
17407
17929
|
__typename?: "Seller";
|
|
17408
17930
|
id: string;
|
|
17409
|
-
|
|
17931
|
+
assistant: string;
|
|
17410
17932
|
admin: string;
|
|
17411
17933
|
clerk: string;
|
|
17412
17934
|
treasury: string;
|
|
@@ -17432,7 +17954,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17432
17954
|
admin: string;
|
|
17433
17955
|
clerk: string;
|
|
17434
17956
|
treasury: string;
|
|
17435
|
-
|
|
17957
|
+
assistant: string;
|
|
17436
17958
|
metadataUri: string;
|
|
17437
17959
|
active: boolean;
|
|
17438
17960
|
sellerAllowList: Array<string>;
|
|
@@ -17472,6 +17994,13 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17472
17994
|
schemaUrl: string;
|
|
17473
17995
|
type: MetadataType;
|
|
17474
17996
|
image: string;
|
|
17997
|
+
animationMetadata?: {
|
|
17998
|
+
__typename?: "AnimationMetadata";
|
|
17999
|
+
id: string;
|
|
18000
|
+
width?: number | null;
|
|
18001
|
+
height?: number | null;
|
|
18002
|
+
type?: string | null;
|
|
18003
|
+
} | null;
|
|
17475
18004
|
}
|
|
17476
18005
|
| {
|
|
17477
18006
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -17606,7 +18135,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17606
18135
|
seller: {
|
|
17607
18136
|
__typename?: "Seller";
|
|
17608
18137
|
id: string;
|
|
17609
|
-
|
|
18138
|
+
assistant: string;
|
|
17610
18139
|
admin: string;
|
|
17611
18140
|
clerk: string;
|
|
17612
18141
|
treasury: string;
|
|
@@ -17652,7 +18181,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17652
18181
|
seller: {
|
|
17653
18182
|
__typename?: "Seller";
|
|
17654
18183
|
id: string;
|
|
17655
|
-
|
|
18184
|
+
assistant: string;
|
|
17656
18185
|
admin: string;
|
|
17657
18186
|
clerk: string;
|
|
17658
18187
|
treasury: string;
|
|
@@ -17688,13 +18217,27 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17688
18217
|
deliveryTime: string;
|
|
17689
18218
|
}> | null;
|
|
17690
18219
|
} | null;
|
|
18220
|
+
animationMetadata?: {
|
|
18221
|
+
__typename?: "AnimationMetadata";
|
|
18222
|
+
id: string;
|
|
18223
|
+
width?: number | null;
|
|
18224
|
+
height?: number | null;
|
|
18225
|
+
type?: string | null;
|
|
18226
|
+
} | null;
|
|
17691
18227
|
}
|
|
17692
18228
|
| null;
|
|
18229
|
+
range?: {
|
|
18230
|
+
__typename?: "RangeEntity";
|
|
18231
|
+
id: string;
|
|
18232
|
+
start: string;
|
|
18233
|
+
end: string;
|
|
18234
|
+
owner: string;
|
|
18235
|
+
} | null;
|
|
17693
18236
|
};
|
|
17694
18237
|
seller: {
|
|
17695
18238
|
__typename?: "Seller";
|
|
17696
18239
|
id: string;
|
|
17697
|
-
|
|
18240
|
+
assistant: string;
|
|
17698
18241
|
admin: string;
|
|
17699
18242
|
clerk: string;
|
|
17700
18243
|
treasury: string;
|
|
@@ -17819,7 +18362,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17819
18362
|
seller: {
|
|
17820
18363
|
__typename?: "Seller";
|
|
17821
18364
|
id: string;
|
|
17822
|
-
|
|
18365
|
+
assistant: string;
|
|
17823
18366
|
admin: string;
|
|
17824
18367
|
clerk: string;
|
|
17825
18368
|
treasury: string;
|
|
@@ -17865,7 +18408,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17865
18408
|
seller: {
|
|
17866
18409
|
__typename?: "Seller";
|
|
17867
18410
|
id: string;
|
|
17868
|
-
|
|
18411
|
+
assistant: string;
|
|
17869
18412
|
admin: string;
|
|
17870
18413
|
clerk: string;
|
|
17871
18414
|
treasury: string;
|
|
@@ -17997,7 +18540,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17997
18540
|
seller: {
|
|
17998
18541
|
__typename?: "Seller";
|
|
17999
18542
|
id: string;
|
|
18000
|
-
|
|
18543
|
+
assistant: string;
|
|
18001
18544
|
admin: string;
|
|
18002
18545
|
clerk: string;
|
|
18003
18546
|
treasury: string;
|
|
@@ -18022,7 +18565,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18022
18565
|
seller: {
|
|
18023
18566
|
__typename?: "Seller";
|
|
18024
18567
|
id: string;
|
|
18025
|
-
|
|
18568
|
+
assistant: string;
|
|
18026
18569
|
admin: string;
|
|
18027
18570
|
clerk: string;
|
|
18028
18571
|
treasury: string;
|
|
@@ -18048,7 +18591,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18048
18591
|
admin: string;
|
|
18049
18592
|
clerk: string;
|
|
18050
18593
|
treasury: string;
|
|
18051
|
-
|
|
18594
|
+
assistant: string;
|
|
18052
18595
|
metadataUri: string;
|
|
18053
18596
|
active: boolean;
|
|
18054
18597
|
sellerAllowList: Array<string>;
|
|
@@ -18088,6 +18631,13 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18088
18631
|
schemaUrl: string;
|
|
18089
18632
|
type: MetadataType;
|
|
18090
18633
|
image: string;
|
|
18634
|
+
animationMetadata?: {
|
|
18635
|
+
__typename?: "AnimationMetadata";
|
|
18636
|
+
id: string;
|
|
18637
|
+
width?: number | null;
|
|
18638
|
+
height?: number | null;
|
|
18639
|
+
type?: string | null;
|
|
18640
|
+
} | null;
|
|
18091
18641
|
}
|
|
18092
18642
|
| {
|
|
18093
18643
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -18222,7 +18772,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18222
18772
|
seller: {
|
|
18223
18773
|
__typename?: "Seller";
|
|
18224
18774
|
id: string;
|
|
18225
|
-
|
|
18775
|
+
assistant: string;
|
|
18226
18776
|
admin: string;
|
|
18227
18777
|
clerk: string;
|
|
18228
18778
|
treasury: string;
|
|
@@ -18268,7 +18818,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18268
18818
|
seller: {
|
|
18269
18819
|
__typename?: "Seller";
|
|
18270
18820
|
id: string;
|
|
18271
|
-
|
|
18821
|
+
assistant: string;
|
|
18272
18822
|
admin: string;
|
|
18273
18823
|
clerk: string;
|
|
18274
18824
|
treasury: string;
|
|
@@ -18304,13 +18854,27 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18304
18854
|
deliveryTime: string;
|
|
18305
18855
|
}> | null;
|
|
18306
18856
|
} | null;
|
|
18857
|
+
animationMetadata?: {
|
|
18858
|
+
__typename?: "AnimationMetadata";
|
|
18859
|
+
id: string;
|
|
18860
|
+
width?: number | null;
|
|
18861
|
+
height?: number | null;
|
|
18862
|
+
type?: string | null;
|
|
18863
|
+
} | null;
|
|
18307
18864
|
}
|
|
18308
18865
|
| null;
|
|
18866
|
+
range?: {
|
|
18867
|
+
__typename?: "RangeEntity";
|
|
18868
|
+
id: string;
|
|
18869
|
+
start: string;
|
|
18870
|
+
end: string;
|
|
18871
|
+
owner: string;
|
|
18872
|
+
} | null;
|
|
18309
18873
|
};
|
|
18310
18874
|
seller: {
|
|
18311
18875
|
__typename?: "Seller";
|
|
18312
18876
|
id: string;
|
|
18313
|
-
|
|
18877
|
+
assistant: string;
|
|
18314
18878
|
admin: string;
|
|
18315
18879
|
clerk: string;
|
|
18316
18880
|
treasury: string;
|
|
@@ -18435,7 +18999,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18435
18999
|
seller: {
|
|
18436
19000
|
__typename?: "Seller";
|
|
18437
19001
|
id: string;
|
|
18438
|
-
|
|
19002
|
+
assistant: string;
|
|
18439
19003
|
admin: string;
|
|
18440
19004
|
clerk: string;
|
|
18441
19005
|
treasury: string;
|
|
@@ -18481,7 +19045,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18481
19045
|
seller: {
|
|
18482
19046
|
__typename?: "Seller";
|
|
18483
19047
|
id: string;
|
|
18484
|
-
|
|
19048
|
+
assistant: string;
|
|
18485
19049
|
admin: string;
|
|
18486
19050
|
clerk: string;
|
|
18487
19051
|
treasury: string;
|
|
@@ -18603,7 +19167,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18603
19167
|
seller: {
|
|
18604
19168
|
__typename?: "Seller";
|
|
18605
19169
|
id: string;
|
|
18606
|
-
|
|
19170
|
+
assistant: string;
|
|
18607
19171
|
admin: string;
|
|
18608
19172
|
clerk: string;
|
|
18609
19173
|
treasury: string;
|
|
@@ -18628,7 +19192,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18628
19192
|
seller: {
|
|
18629
19193
|
__typename?: "Seller";
|
|
18630
19194
|
id: string;
|
|
18631
|
-
|
|
19195
|
+
assistant: string;
|
|
18632
19196
|
admin: string;
|
|
18633
19197
|
clerk: string;
|
|
18634
19198
|
treasury: string;
|
|
@@ -18654,7 +19218,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18654
19218
|
admin: string;
|
|
18655
19219
|
clerk: string;
|
|
18656
19220
|
treasury: string;
|
|
18657
|
-
|
|
19221
|
+
assistant: string;
|
|
18658
19222
|
metadataUri: string;
|
|
18659
19223
|
active: boolean;
|
|
18660
19224
|
sellerAllowList: Array<string>;
|
|
@@ -18694,6 +19258,13 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18694
19258
|
schemaUrl: string;
|
|
18695
19259
|
type: MetadataType;
|
|
18696
19260
|
image: string;
|
|
19261
|
+
animationMetadata?: {
|
|
19262
|
+
__typename?: "AnimationMetadata";
|
|
19263
|
+
id: string;
|
|
19264
|
+
width?: number | null;
|
|
19265
|
+
height?: number | null;
|
|
19266
|
+
type?: string | null;
|
|
19267
|
+
} | null;
|
|
18697
19268
|
}
|
|
18698
19269
|
| {
|
|
18699
19270
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -18824,7 +19395,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18824
19395
|
seller: {
|
|
18825
19396
|
__typename?: "Seller";
|
|
18826
19397
|
id: string;
|
|
18827
|
-
|
|
19398
|
+
assistant: string;
|
|
18828
19399
|
admin: string;
|
|
18829
19400
|
clerk: string;
|
|
18830
19401
|
treasury: string;
|
|
@@ -18870,7 +19441,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18870
19441
|
seller: {
|
|
18871
19442
|
__typename?: "Seller";
|
|
18872
19443
|
id: string;
|
|
18873
|
-
|
|
19444
|
+
assistant: string;
|
|
18874
19445
|
admin: string;
|
|
18875
19446
|
clerk: string;
|
|
18876
19447
|
treasury: string;
|
|
@@ -18906,13 +19477,27 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18906
19477
|
deliveryTime: string;
|
|
18907
19478
|
}> | null;
|
|
18908
19479
|
} | null;
|
|
19480
|
+
animationMetadata?: {
|
|
19481
|
+
__typename?: "AnimationMetadata";
|
|
19482
|
+
id: string;
|
|
19483
|
+
width?: number | null;
|
|
19484
|
+
height?: number | null;
|
|
19485
|
+
type?: string | null;
|
|
19486
|
+
} | null;
|
|
18909
19487
|
}
|
|
18910
19488
|
| null;
|
|
19489
|
+
range?: {
|
|
19490
|
+
__typename?: "RangeEntity";
|
|
19491
|
+
id: string;
|
|
19492
|
+
start: string;
|
|
19493
|
+
end: string;
|
|
19494
|
+
owner: string;
|
|
19495
|
+
} | null;
|
|
18911
19496
|
};
|
|
18912
19497
|
seller: {
|
|
18913
19498
|
__typename?: "Seller";
|
|
18914
19499
|
id: string;
|
|
18915
|
-
|
|
19500
|
+
assistant: string;
|
|
18916
19501
|
admin: string;
|
|
18917
19502
|
clerk: string;
|
|
18918
19503
|
treasury: string;
|
|
@@ -19037,7 +19622,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
19037
19622
|
seller: {
|
|
19038
19623
|
__typename?: "Seller";
|
|
19039
19624
|
id: string;
|
|
19040
|
-
|
|
19625
|
+
assistant: string;
|
|
19041
19626
|
admin: string;
|
|
19042
19627
|
clerk: string;
|
|
19043
19628
|
treasury: string;
|
|
@@ -19083,7 +19668,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
19083
19668
|
seller: {
|
|
19084
19669
|
__typename?: "Seller";
|
|
19085
19670
|
id: string;
|
|
19086
|
-
|
|
19671
|
+
assistant: string;
|
|
19087
19672
|
admin: string;
|
|
19088
19673
|
clerk: string;
|
|
19089
19674
|
treasury: string;
|
|
@@ -19204,7 +19789,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19204
19789
|
seller: {
|
|
19205
19790
|
__typename?: "Seller";
|
|
19206
19791
|
id: string;
|
|
19207
|
-
|
|
19792
|
+
assistant: string;
|
|
19208
19793
|
admin: string;
|
|
19209
19794
|
clerk: string;
|
|
19210
19795
|
treasury: string;
|
|
@@ -19229,7 +19814,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19229
19814
|
seller: {
|
|
19230
19815
|
__typename?: "Seller";
|
|
19231
19816
|
id: string;
|
|
19232
|
-
|
|
19817
|
+
assistant: string;
|
|
19233
19818
|
admin: string;
|
|
19234
19819
|
clerk: string;
|
|
19235
19820
|
treasury: string;
|
|
@@ -19255,7 +19840,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19255
19840
|
admin: string;
|
|
19256
19841
|
clerk: string;
|
|
19257
19842
|
treasury: string;
|
|
19258
|
-
|
|
19843
|
+
assistant: string;
|
|
19259
19844
|
metadataUri: string;
|
|
19260
19845
|
active: boolean;
|
|
19261
19846
|
sellerAllowList: Array<string>;
|
|
@@ -19295,6 +19880,13 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19295
19880
|
schemaUrl: string;
|
|
19296
19881
|
type: MetadataType;
|
|
19297
19882
|
image: string;
|
|
19883
|
+
animationMetadata?: {
|
|
19884
|
+
__typename?: "AnimationMetadata";
|
|
19885
|
+
id: string;
|
|
19886
|
+
width?: number | null;
|
|
19887
|
+
height?: number | null;
|
|
19888
|
+
type?: string | null;
|
|
19889
|
+
} | null;
|
|
19298
19890
|
}
|
|
19299
19891
|
| {
|
|
19300
19892
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -19425,7 +20017,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19425
20017
|
seller: {
|
|
19426
20018
|
__typename?: "Seller";
|
|
19427
20019
|
id: string;
|
|
19428
|
-
|
|
20020
|
+
assistant: string;
|
|
19429
20021
|
admin: string;
|
|
19430
20022
|
clerk: string;
|
|
19431
20023
|
treasury: string;
|
|
@@ -19471,7 +20063,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19471
20063
|
seller: {
|
|
19472
20064
|
__typename?: "Seller";
|
|
19473
20065
|
id: string;
|
|
19474
|
-
|
|
20066
|
+
assistant: string;
|
|
19475
20067
|
admin: string;
|
|
19476
20068
|
clerk: string;
|
|
19477
20069
|
treasury: string;
|
|
@@ -19507,13 +20099,27 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19507
20099
|
deliveryTime: string;
|
|
19508
20100
|
}> | null;
|
|
19509
20101
|
} | null;
|
|
20102
|
+
animationMetadata?: {
|
|
20103
|
+
__typename?: "AnimationMetadata";
|
|
20104
|
+
id: string;
|
|
20105
|
+
width?: number | null;
|
|
20106
|
+
height?: number | null;
|
|
20107
|
+
type?: string | null;
|
|
20108
|
+
} | null;
|
|
19510
20109
|
}
|
|
19511
20110
|
| null;
|
|
20111
|
+
range?: {
|
|
20112
|
+
__typename?: "RangeEntity";
|
|
20113
|
+
id: string;
|
|
20114
|
+
start: string;
|
|
20115
|
+
end: string;
|
|
20116
|
+
owner: string;
|
|
20117
|
+
} | null;
|
|
19512
20118
|
};
|
|
19513
20119
|
seller: {
|
|
19514
20120
|
__typename?: "Seller";
|
|
19515
20121
|
id: string;
|
|
19516
|
-
|
|
20122
|
+
assistant: string;
|
|
19517
20123
|
admin: string;
|
|
19518
20124
|
clerk: string;
|
|
19519
20125
|
treasury: string;
|
|
@@ -19638,7 +20244,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19638
20244
|
seller: {
|
|
19639
20245
|
__typename?: "Seller";
|
|
19640
20246
|
id: string;
|
|
19641
|
-
|
|
20247
|
+
assistant: string;
|
|
19642
20248
|
admin: string;
|
|
19643
20249
|
clerk: string;
|
|
19644
20250
|
treasury: string;
|
|
@@ -19684,7 +20290,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19684
20290
|
seller: {
|
|
19685
20291
|
__typename?: "Seller";
|
|
19686
20292
|
id: string;
|
|
19687
|
-
|
|
20293
|
+
assistant: string;
|
|
19688
20294
|
admin: string;
|
|
19689
20295
|
clerk: string;
|
|
19690
20296
|
treasury: string;
|
|
@@ -19822,7 +20428,7 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
19822
20428
|
seller: {
|
|
19823
20429
|
__typename?: "Seller";
|
|
19824
20430
|
id: string;
|
|
19825
|
-
|
|
20431
|
+
assistant: string;
|
|
19826
20432
|
admin: string;
|
|
19827
20433
|
clerk: string;
|
|
19828
20434
|
treasury: string;
|
|
@@ -19937,7 +20543,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19937
20543
|
seller: {
|
|
19938
20544
|
__typename?: "Seller";
|
|
19939
20545
|
id: string;
|
|
19940
|
-
|
|
20546
|
+
assistant: string;
|
|
19941
20547
|
admin: string;
|
|
19942
20548
|
clerk: string;
|
|
19943
20549
|
treasury: string;
|
|
@@ -19962,7 +20568,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19962
20568
|
seller: {
|
|
19963
20569
|
__typename?: "Seller";
|
|
19964
20570
|
id: string;
|
|
19965
|
-
|
|
20571
|
+
assistant: string;
|
|
19966
20572
|
admin: string;
|
|
19967
20573
|
clerk: string;
|
|
19968
20574
|
treasury: string;
|
|
@@ -19988,7 +20594,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19988
20594
|
admin: string;
|
|
19989
20595
|
clerk: string;
|
|
19990
20596
|
treasury: string;
|
|
19991
|
-
|
|
20597
|
+
assistant: string;
|
|
19992
20598
|
metadataUri: string;
|
|
19993
20599
|
active: boolean;
|
|
19994
20600
|
sellerAllowList: Array<string>;
|
|
@@ -20028,6 +20634,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20028
20634
|
schemaUrl: string;
|
|
20029
20635
|
type: MetadataType;
|
|
20030
20636
|
image: string;
|
|
20637
|
+
animationMetadata?: {
|
|
20638
|
+
__typename?: "AnimationMetadata";
|
|
20639
|
+
id: string;
|
|
20640
|
+
width?: number | null;
|
|
20641
|
+
height?: number | null;
|
|
20642
|
+
type?: string | null;
|
|
20643
|
+
} | null;
|
|
20031
20644
|
}
|
|
20032
20645
|
| {
|
|
20033
20646
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -20162,7 +20775,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20162
20775
|
seller: {
|
|
20163
20776
|
__typename?: "Seller";
|
|
20164
20777
|
id: string;
|
|
20165
|
-
|
|
20778
|
+
assistant: string;
|
|
20166
20779
|
admin: string;
|
|
20167
20780
|
clerk: string;
|
|
20168
20781
|
treasury: string;
|
|
@@ -20208,7 +20821,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20208
20821
|
seller: {
|
|
20209
20822
|
__typename?: "Seller";
|
|
20210
20823
|
id: string;
|
|
20211
|
-
|
|
20824
|
+
assistant: string;
|
|
20212
20825
|
admin: string;
|
|
20213
20826
|
clerk: string;
|
|
20214
20827
|
treasury: string;
|
|
@@ -20244,8 +20857,22 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20244
20857
|
deliveryTime: string;
|
|
20245
20858
|
}> | null;
|
|
20246
20859
|
} | null;
|
|
20860
|
+
animationMetadata?: {
|
|
20861
|
+
__typename?: "AnimationMetadata";
|
|
20862
|
+
id: string;
|
|
20863
|
+
width?: number | null;
|
|
20864
|
+
height?: number | null;
|
|
20865
|
+
type?: string | null;
|
|
20866
|
+
} | null;
|
|
20247
20867
|
}
|
|
20248
20868
|
| null;
|
|
20869
|
+
range?: {
|
|
20870
|
+
__typename?: "RangeEntity";
|
|
20871
|
+
id: string;
|
|
20872
|
+
start: string;
|
|
20873
|
+
end: string;
|
|
20874
|
+
owner: string;
|
|
20875
|
+
} | null;
|
|
20249
20876
|
};
|
|
20250
20877
|
variations?: Array<{
|
|
20251
20878
|
__typename?: "ProductV1Variation";
|
|
@@ -20330,7 +20957,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20330
20957
|
seller: {
|
|
20331
20958
|
__typename?: "Seller";
|
|
20332
20959
|
id: string;
|
|
20333
|
-
|
|
20960
|
+
assistant: string;
|
|
20334
20961
|
admin: string;
|
|
20335
20962
|
clerk: string;
|
|
20336
20963
|
treasury: string;
|
|
@@ -20445,7 +21072,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20445
21072
|
seller: {
|
|
20446
21073
|
__typename?: "Seller";
|
|
20447
21074
|
id: string;
|
|
20448
|
-
|
|
21075
|
+
assistant: string;
|
|
20449
21076
|
admin: string;
|
|
20450
21077
|
clerk: string;
|
|
20451
21078
|
treasury: string;
|
|
@@ -20470,7 +21097,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20470
21097
|
seller: {
|
|
20471
21098
|
__typename?: "Seller";
|
|
20472
21099
|
id: string;
|
|
20473
|
-
|
|
21100
|
+
assistant: string;
|
|
20474
21101
|
admin: string;
|
|
20475
21102
|
clerk: string;
|
|
20476
21103
|
treasury: string;
|
|
@@ -20496,7 +21123,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20496
21123
|
admin: string;
|
|
20497
21124
|
clerk: string;
|
|
20498
21125
|
treasury: string;
|
|
20499
|
-
|
|
21126
|
+
assistant: string;
|
|
20500
21127
|
metadataUri: string;
|
|
20501
21128
|
active: boolean;
|
|
20502
21129
|
sellerAllowList: Array<string>;
|
|
@@ -20536,6 +21163,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20536
21163
|
schemaUrl: string;
|
|
20537
21164
|
type: MetadataType;
|
|
20538
21165
|
image: string;
|
|
21166
|
+
animationMetadata?: {
|
|
21167
|
+
__typename?: "AnimationMetadata";
|
|
21168
|
+
id: string;
|
|
21169
|
+
width?: number | null;
|
|
21170
|
+
height?: number | null;
|
|
21171
|
+
type?: string | null;
|
|
21172
|
+
} | null;
|
|
20539
21173
|
}
|
|
20540
21174
|
| {
|
|
20541
21175
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -20670,7 +21304,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20670
21304
|
seller: {
|
|
20671
21305
|
__typename?: "Seller";
|
|
20672
21306
|
id: string;
|
|
20673
|
-
|
|
21307
|
+
assistant: string;
|
|
20674
21308
|
admin: string;
|
|
20675
21309
|
clerk: string;
|
|
20676
21310
|
treasury: string;
|
|
@@ -20716,7 +21350,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20716
21350
|
seller: {
|
|
20717
21351
|
__typename?: "Seller";
|
|
20718
21352
|
id: string;
|
|
20719
|
-
|
|
21353
|
+
assistant: string;
|
|
20720
21354
|
admin: string;
|
|
20721
21355
|
clerk: string;
|
|
20722
21356
|
treasury: string;
|
|
@@ -20752,8 +21386,22 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20752
21386
|
deliveryTime: string;
|
|
20753
21387
|
}> | null;
|
|
20754
21388
|
} | null;
|
|
21389
|
+
animationMetadata?: {
|
|
21390
|
+
__typename?: "AnimationMetadata";
|
|
21391
|
+
id: string;
|
|
21392
|
+
width?: number | null;
|
|
21393
|
+
height?: number | null;
|
|
21394
|
+
type?: string | null;
|
|
21395
|
+
} | null;
|
|
20755
21396
|
}
|
|
20756
21397
|
| null;
|
|
21398
|
+
range?: {
|
|
21399
|
+
__typename?: "RangeEntity";
|
|
21400
|
+
id: string;
|
|
21401
|
+
start: string;
|
|
21402
|
+
end: string;
|
|
21403
|
+
owner: string;
|
|
21404
|
+
} | null;
|
|
20757
21405
|
};
|
|
20758
21406
|
variations?: Array<{
|
|
20759
21407
|
__typename?: "ProductV1Variation";
|
|
@@ -20838,7 +21486,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20838
21486
|
seller: {
|
|
20839
21487
|
__typename?: "Seller";
|
|
20840
21488
|
id: string;
|
|
20841
|
-
|
|
21489
|
+
assistant: string;
|
|
20842
21490
|
admin: string;
|
|
20843
21491
|
clerk: string;
|
|
20844
21492
|
treasury: string;
|
|
@@ -20926,7 +21574,7 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
20926
21574
|
seller: {
|
|
20927
21575
|
__typename?: "Seller";
|
|
20928
21576
|
id: string;
|
|
20929
|
-
|
|
21577
|
+
assistant: string;
|
|
20930
21578
|
admin: string;
|
|
20931
21579
|
clerk: string;
|
|
20932
21580
|
treasury: string;
|
|
@@ -21097,7 +21745,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21097
21745
|
seller: {
|
|
21098
21746
|
__typename?: "Seller";
|
|
21099
21747
|
id: string;
|
|
21100
|
-
|
|
21748
|
+
assistant: string;
|
|
21101
21749
|
admin: string;
|
|
21102
21750
|
clerk: string;
|
|
21103
21751
|
treasury: string;
|
|
@@ -21122,7 +21770,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21122
21770
|
seller: {
|
|
21123
21771
|
__typename?: "Seller";
|
|
21124
21772
|
id: string;
|
|
21125
|
-
|
|
21773
|
+
assistant: string;
|
|
21126
21774
|
admin: string;
|
|
21127
21775
|
clerk: string;
|
|
21128
21776
|
treasury: string;
|
|
@@ -21148,7 +21796,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21148
21796
|
admin: string;
|
|
21149
21797
|
clerk: string;
|
|
21150
21798
|
treasury: string;
|
|
21151
|
-
|
|
21799
|
+
assistant: string;
|
|
21152
21800
|
metadataUri: string;
|
|
21153
21801
|
active: boolean;
|
|
21154
21802
|
sellerAllowList: Array<string>;
|
|
@@ -21188,6 +21836,13 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21188
21836
|
schemaUrl: string;
|
|
21189
21837
|
type: MetadataType;
|
|
21190
21838
|
image: string;
|
|
21839
|
+
animationMetadata?: {
|
|
21840
|
+
__typename?: "AnimationMetadata";
|
|
21841
|
+
id: string;
|
|
21842
|
+
width?: number | null;
|
|
21843
|
+
height?: number | null;
|
|
21844
|
+
type?: string | null;
|
|
21845
|
+
} | null;
|
|
21191
21846
|
}
|
|
21192
21847
|
| {
|
|
21193
21848
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -21318,7 +21973,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21318
21973
|
seller: {
|
|
21319
21974
|
__typename?: "Seller";
|
|
21320
21975
|
id: string;
|
|
21321
|
-
|
|
21976
|
+
assistant: string;
|
|
21322
21977
|
admin: string;
|
|
21323
21978
|
clerk: string;
|
|
21324
21979
|
treasury: string;
|
|
@@ -21364,7 +22019,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21364
22019
|
seller: {
|
|
21365
22020
|
__typename?: "Seller";
|
|
21366
22021
|
id: string;
|
|
21367
|
-
|
|
22022
|
+
assistant: string;
|
|
21368
22023
|
admin: string;
|
|
21369
22024
|
clerk: string;
|
|
21370
22025
|
treasury: string;
|
|
@@ -21400,8 +22055,22 @@ export type GetOfferByIdQueryQuery = {
|
|
|
21400
22055
|
deliveryTime: string;
|
|
21401
22056
|
}> | null;
|
|
21402
22057
|
} | null;
|
|
22058
|
+
animationMetadata?: {
|
|
22059
|
+
__typename?: "AnimationMetadata";
|
|
22060
|
+
id: string;
|
|
22061
|
+
width?: number | null;
|
|
22062
|
+
height?: number | null;
|
|
22063
|
+
type?: string | null;
|
|
22064
|
+
} | null;
|
|
21403
22065
|
}
|
|
21404
22066
|
| null;
|
|
22067
|
+
range?: {
|
|
22068
|
+
__typename?: "RangeEntity";
|
|
22069
|
+
id: string;
|
|
22070
|
+
start: string;
|
|
22071
|
+
end: string;
|
|
22072
|
+
owner: string;
|
|
22073
|
+
} | null;
|
|
21405
22074
|
} | null;
|
|
21406
22075
|
};
|
|
21407
22076
|
|
|
@@ -21485,7 +22154,7 @@ export type GetOffersQueryQuery = {
|
|
|
21485
22154
|
seller: {
|
|
21486
22155
|
__typename?: "Seller";
|
|
21487
22156
|
id: string;
|
|
21488
|
-
|
|
22157
|
+
assistant: string;
|
|
21489
22158
|
admin: string;
|
|
21490
22159
|
clerk: string;
|
|
21491
22160
|
treasury: string;
|
|
@@ -21510,7 +22179,7 @@ export type GetOffersQueryQuery = {
|
|
|
21510
22179
|
seller: {
|
|
21511
22180
|
__typename?: "Seller";
|
|
21512
22181
|
id: string;
|
|
21513
|
-
|
|
22182
|
+
assistant: string;
|
|
21514
22183
|
admin: string;
|
|
21515
22184
|
clerk: string;
|
|
21516
22185
|
treasury: string;
|
|
@@ -21536,7 +22205,7 @@ export type GetOffersQueryQuery = {
|
|
|
21536
22205
|
admin: string;
|
|
21537
22206
|
clerk: string;
|
|
21538
22207
|
treasury: string;
|
|
21539
|
-
|
|
22208
|
+
assistant: string;
|
|
21540
22209
|
metadataUri: string;
|
|
21541
22210
|
active: boolean;
|
|
21542
22211
|
sellerAllowList: Array<string>;
|
|
@@ -21576,6 +22245,13 @@ export type GetOffersQueryQuery = {
|
|
|
21576
22245
|
schemaUrl: string;
|
|
21577
22246
|
type: MetadataType;
|
|
21578
22247
|
image: string;
|
|
22248
|
+
animationMetadata?: {
|
|
22249
|
+
__typename?: "AnimationMetadata";
|
|
22250
|
+
id: string;
|
|
22251
|
+
width?: number | null;
|
|
22252
|
+
height?: number | null;
|
|
22253
|
+
type?: string | null;
|
|
22254
|
+
} | null;
|
|
21579
22255
|
}
|
|
21580
22256
|
| {
|
|
21581
22257
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -21706,7 +22382,7 @@ export type GetOffersQueryQuery = {
|
|
|
21706
22382
|
seller: {
|
|
21707
22383
|
__typename?: "Seller";
|
|
21708
22384
|
id: string;
|
|
21709
|
-
|
|
22385
|
+
assistant: string;
|
|
21710
22386
|
admin: string;
|
|
21711
22387
|
clerk: string;
|
|
21712
22388
|
treasury: string;
|
|
@@ -21752,7 +22428,7 @@ export type GetOffersQueryQuery = {
|
|
|
21752
22428
|
seller: {
|
|
21753
22429
|
__typename?: "Seller";
|
|
21754
22430
|
id: string;
|
|
21755
|
-
|
|
22431
|
+
assistant: string;
|
|
21756
22432
|
admin: string;
|
|
21757
22433
|
clerk: string;
|
|
21758
22434
|
treasury: string;
|
|
@@ -21788,8 +22464,22 @@ export type GetOffersQueryQuery = {
|
|
|
21788
22464
|
deliveryTime: string;
|
|
21789
22465
|
}> | null;
|
|
21790
22466
|
} | null;
|
|
22467
|
+
animationMetadata?: {
|
|
22468
|
+
__typename?: "AnimationMetadata";
|
|
22469
|
+
id: string;
|
|
22470
|
+
width?: number | null;
|
|
22471
|
+
height?: number | null;
|
|
22472
|
+
type?: string | null;
|
|
22473
|
+
} | null;
|
|
21791
22474
|
}
|
|
21792
22475
|
| null;
|
|
22476
|
+
range?: {
|
|
22477
|
+
__typename?: "RangeEntity";
|
|
22478
|
+
id: string;
|
|
22479
|
+
start: string;
|
|
22480
|
+
end: string;
|
|
22481
|
+
owner: string;
|
|
22482
|
+
} | null;
|
|
21793
22483
|
}>;
|
|
21794
22484
|
};
|
|
21795
22485
|
|
|
@@ -21857,7 +22547,7 @@ export type OfferFieldsFragment = {
|
|
|
21857
22547
|
seller: {
|
|
21858
22548
|
__typename?: "Seller";
|
|
21859
22549
|
id: string;
|
|
21860
|
-
|
|
22550
|
+
assistant: string;
|
|
21861
22551
|
admin: string;
|
|
21862
22552
|
clerk: string;
|
|
21863
22553
|
treasury: string;
|
|
@@ -21882,7 +22572,7 @@ export type OfferFieldsFragment = {
|
|
|
21882
22572
|
seller: {
|
|
21883
22573
|
__typename?: "Seller";
|
|
21884
22574
|
id: string;
|
|
21885
|
-
|
|
22575
|
+
assistant: string;
|
|
21886
22576
|
admin: string;
|
|
21887
22577
|
clerk: string;
|
|
21888
22578
|
treasury: string;
|
|
@@ -21908,7 +22598,7 @@ export type OfferFieldsFragment = {
|
|
|
21908
22598
|
admin: string;
|
|
21909
22599
|
clerk: string;
|
|
21910
22600
|
treasury: string;
|
|
21911
|
-
|
|
22601
|
+
assistant: string;
|
|
21912
22602
|
metadataUri: string;
|
|
21913
22603
|
active: boolean;
|
|
21914
22604
|
sellerAllowList: Array<string>;
|
|
@@ -21948,6 +22638,13 @@ export type OfferFieldsFragment = {
|
|
|
21948
22638
|
schemaUrl: string;
|
|
21949
22639
|
type: MetadataType;
|
|
21950
22640
|
image: string;
|
|
22641
|
+
animationMetadata?: {
|
|
22642
|
+
__typename?: "AnimationMetadata";
|
|
22643
|
+
id: string;
|
|
22644
|
+
width?: number | null;
|
|
22645
|
+
height?: number | null;
|
|
22646
|
+
type?: string | null;
|
|
22647
|
+
} | null;
|
|
21951
22648
|
}
|
|
21952
22649
|
| {
|
|
21953
22650
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -22078,7 +22775,7 @@ export type OfferFieldsFragment = {
|
|
|
22078
22775
|
seller: {
|
|
22079
22776
|
__typename?: "Seller";
|
|
22080
22777
|
id: string;
|
|
22081
|
-
|
|
22778
|
+
assistant: string;
|
|
22082
22779
|
admin: string;
|
|
22083
22780
|
clerk: string;
|
|
22084
22781
|
treasury: string;
|
|
@@ -22124,7 +22821,7 @@ export type OfferFieldsFragment = {
|
|
|
22124
22821
|
seller: {
|
|
22125
22822
|
__typename?: "Seller";
|
|
22126
22823
|
id: string;
|
|
22127
|
-
|
|
22824
|
+
assistant: string;
|
|
22128
22825
|
admin: string;
|
|
22129
22826
|
clerk: string;
|
|
22130
22827
|
treasury: string;
|
|
@@ -22160,8 +22857,22 @@ export type OfferFieldsFragment = {
|
|
|
22160
22857
|
deliveryTime: string;
|
|
22161
22858
|
}> | null;
|
|
22162
22859
|
} | null;
|
|
22860
|
+
animationMetadata?: {
|
|
22861
|
+
__typename?: "AnimationMetadata";
|
|
22862
|
+
id: string;
|
|
22863
|
+
width?: number | null;
|
|
22864
|
+
height?: number | null;
|
|
22865
|
+
type?: string | null;
|
|
22866
|
+
} | null;
|
|
22163
22867
|
}
|
|
22164
22868
|
| null;
|
|
22869
|
+
range?: {
|
|
22870
|
+
__typename?: "RangeEntity";
|
|
22871
|
+
id: string;
|
|
22872
|
+
start: string;
|
|
22873
|
+
end: string;
|
|
22874
|
+
owner: string;
|
|
22875
|
+
} | null;
|
|
22165
22876
|
};
|
|
22166
22877
|
|
|
22167
22878
|
export type BaseOfferFieldsFragment = {
|
|
@@ -22203,7 +22914,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
22203
22914
|
seller: {
|
|
22204
22915
|
__typename?: "Seller";
|
|
22205
22916
|
id: string;
|
|
22206
|
-
|
|
22917
|
+
assistant: string;
|
|
22207
22918
|
admin: string;
|
|
22208
22919
|
clerk: string;
|
|
22209
22920
|
treasury: string;
|
|
@@ -22229,7 +22940,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
22229
22940
|
admin: string;
|
|
22230
22941
|
clerk: string;
|
|
22231
22942
|
treasury: string;
|
|
22232
|
-
|
|
22943
|
+
assistant: string;
|
|
22233
22944
|
metadataUri: string;
|
|
22234
22945
|
active: boolean;
|
|
22235
22946
|
sellerAllowList: Array<string>;
|
|
@@ -22269,6 +22980,13 @@ export type BaseOfferFieldsFragment = {
|
|
|
22269
22980
|
schemaUrl: string;
|
|
22270
22981
|
type: MetadataType;
|
|
22271
22982
|
image: string;
|
|
22983
|
+
animationMetadata?: {
|
|
22984
|
+
__typename?: "AnimationMetadata";
|
|
22985
|
+
id: string;
|
|
22986
|
+
width?: number | null;
|
|
22987
|
+
height?: number | null;
|
|
22988
|
+
type?: string | null;
|
|
22989
|
+
} | null;
|
|
22272
22990
|
}
|
|
22273
22991
|
| {
|
|
22274
22992
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -22399,7 +23117,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
22399
23117
|
seller: {
|
|
22400
23118
|
__typename?: "Seller";
|
|
22401
23119
|
id: string;
|
|
22402
|
-
|
|
23120
|
+
assistant: string;
|
|
22403
23121
|
admin: string;
|
|
22404
23122
|
clerk: string;
|
|
22405
23123
|
treasury: string;
|
|
@@ -22445,7 +23163,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
22445
23163
|
seller: {
|
|
22446
23164
|
__typename?: "Seller";
|
|
22447
23165
|
id: string;
|
|
22448
|
-
|
|
23166
|
+
assistant: string;
|
|
22449
23167
|
admin: string;
|
|
22450
23168
|
clerk: string;
|
|
22451
23169
|
treasury: string;
|
|
@@ -22481,14 +23199,36 @@ export type BaseOfferFieldsFragment = {
|
|
|
22481
23199
|
deliveryTime: string;
|
|
22482
23200
|
}> | null;
|
|
22483
23201
|
} | null;
|
|
23202
|
+
animationMetadata?: {
|
|
23203
|
+
__typename?: "AnimationMetadata";
|
|
23204
|
+
id: string;
|
|
23205
|
+
width?: number | null;
|
|
23206
|
+
height?: number | null;
|
|
23207
|
+
type?: string | null;
|
|
23208
|
+
} | null;
|
|
22484
23209
|
}
|
|
22485
23210
|
| null;
|
|
23211
|
+
range?: {
|
|
23212
|
+
__typename?: "RangeEntity";
|
|
23213
|
+
id: string;
|
|
23214
|
+
start: string;
|
|
23215
|
+
end: string;
|
|
23216
|
+
owner: string;
|
|
23217
|
+
} | null;
|
|
23218
|
+
};
|
|
23219
|
+
|
|
23220
|
+
export type BaseRangeFieldsFragment = {
|
|
23221
|
+
__typename?: "RangeEntity";
|
|
23222
|
+
id: string;
|
|
23223
|
+
start: string;
|
|
23224
|
+
end: string;
|
|
23225
|
+
owner: string;
|
|
22486
23226
|
};
|
|
22487
23227
|
|
|
22488
23228
|
export const BaseSellerFieldsFragmentDoc = gql`
|
|
22489
23229
|
fragment BaseSellerFields on Seller {
|
|
22490
23230
|
id
|
|
22491
|
-
|
|
23231
|
+
assistant
|
|
22492
23232
|
admin
|
|
22493
23233
|
clerk
|
|
22494
23234
|
treasury
|
|
@@ -22502,7 +23242,7 @@ export const BaseSellerFieldsFragmentDoc = gql`
|
|
|
22502
23242
|
`;
|
|
22503
23243
|
export const PendingSellerFieldsFragmentDoc = gql`
|
|
22504
23244
|
fragment PendingSellerFields on PendingSeller {
|
|
22505
|
-
|
|
23245
|
+
assistant
|
|
22506
23246
|
admin
|
|
22507
23247
|
clerk
|
|
22508
23248
|
authTokenId
|
|
@@ -22565,7 +23305,7 @@ export const BaseDisputeResolverFieldsFragmentDoc = gql`
|
|
|
22565
23305
|
admin
|
|
22566
23306
|
clerk
|
|
22567
23307
|
treasury
|
|
22568
|
-
|
|
23308
|
+
assistant
|
|
22569
23309
|
metadataUri
|
|
22570
23310
|
active
|
|
22571
23311
|
sellerAllowList
|
|
@@ -22584,6 +23324,14 @@ export const BaseDisputeResolutionTermsEntityFieldsFragmentDoc = gql`
|
|
|
22584
23324
|
buyerEscalationDeposit
|
|
22585
23325
|
}
|
|
22586
23326
|
`;
|
|
23327
|
+
export const BaseAnimationMetadataFieldsFragmentDoc = gql`
|
|
23328
|
+
fragment BaseAnimationMetadataFields on AnimationMetadata {
|
|
23329
|
+
id
|
|
23330
|
+
width
|
|
23331
|
+
height
|
|
23332
|
+
type
|
|
23333
|
+
}
|
|
23334
|
+
`;
|
|
22587
23335
|
export const BaseProductV1BrandFieldsFragmentDoc = gql`
|
|
22588
23336
|
fragment BaseProductV1BrandFields on ProductV1Brand {
|
|
22589
23337
|
id
|
|
@@ -22761,12 +23509,12 @@ export const BaseProductV1ShippingOptionFieldsFragmentDoc = gql`
|
|
|
22761
23509
|
}
|
|
22762
23510
|
${BaseProductV1ShippingJurisdictionFieldsFragmentDoc}
|
|
22763
23511
|
`;
|
|
22764
|
-
export const
|
|
22765
|
-
fragment
|
|
23512
|
+
export const BaseRangeFieldsFragmentDoc = gql`
|
|
23513
|
+
fragment BaseRangeFields on RangeEntity {
|
|
22766
23514
|
id
|
|
22767
|
-
|
|
22768
|
-
|
|
22769
|
-
|
|
23515
|
+
start
|
|
23516
|
+
end
|
|
23517
|
+
owner
|
|
22770
23518
|
}
|
|
22771
23519
|
`;
|
|
22772
23520
|
export const BaseOfferFieldsFragmentDoc = gql`
|
|
@@ -22852,18 +23600,22 @@ export const BaseOfferFieldsFragmentDoc = gql`
|
|
|
22852
23600
|
}
|
|
22853
23601
|
}
|
|
22854
23602
|
}
|
|
23603
|
+
range {
|
|
23604
|
+
...BaseRangeFields
|
|
23605
|
+
}
|
|
22855
23606
|
}
|
|
22856
|
-
${BaseAnimationMetadataFieldsFragmentDoc}
|
|
22857
23607
|
${BaseConditionFieldsFragmentDoc}
|
|
22858
23608
|
${BaseSellerFieldsFragmentDoc}
|
|
22859
23609
|
${BaseExchangeTokenFieldsFragmentDoc}
|
|
22860
23610
|
${BaseDisputeResolverFieldsFragmentDoc}
|
|
22861
23611
|
${BaseDisputeResolutionTermsEntityFieldsFragmentDoc}
|
|
23612
|
+
${BaseAnimationMetadataFieldsFragmentDoc}
|
|
22862
23613
|
${BaseProductV1ProductFieldsFragmentDoc}
|
|
22863
23614
|
${BaseProductV1VariationFieldsFragmentDoc}
|
|
22864
23615
|
${BaseProductV1SellerFieldsFragmentDoc}
|
|
22865
23616
|
${BaseProductV1ExchangePolicyFieldsFragmentDoc}
|
|
22866
23617
|
${BaseProductV1ShippingOptionFieldsFragmentDoc}
|
|
23618
|
+
${BaseRangeFieldsFragmentDoc}
|
|
22867
23619
|
`;
|
|
22868
23620
|
export const BaseDisputeFieldsFragmentDoc = gql`
|
|
22869
23621
|
fragment BaseDisputeFields on Dispute {
|
|
@@ -23039,7 +23791,7 @@ export const BuyerFieldsFragmentDoc = gql`
|
|
|
23039
23791
|
`;
|
|
23040
23792
|
export const PendingDisputeResolverFieldsFragmentDoc = gql`
|
|
23041
23793
|
fragment PendingDisputeResolverFields on PendingDisputeResolver {
|
|
23042
|
-
|
|
23794
|
+
assistant
|
|
23043
23795
|
admin
|
|
23044
23796
|
clerk
|
|
23045
23797
|
}
|
|
@@ -23135,6 +23887,9 @@ export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
|
|
|
23135
23887
|
description
|
|
23136
23888
|
externalUrl
|
|
23137
23889
|
animationUrl
|
|
23890
|
+
animationMetadata {
|
|
23891
|
+
...BaseAnimationMetadataFields
|
|
23892
|
+
}
|
|
23138
23893
|
licenseUrl
|
|
23139
23894
|
condition
|
|
23140
23895
|
schemaUrl
|
|
@@ -23162,6 +23917,7 @@ export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
|
|
|
23162
23917
|
numberOfCommits
|
|
23163
23918
|
numberOfRedemptions
|
|
23164
23919
|
}
|
|
23920
|
+
${BaseAnimationMetadataFieldsFragmentDoc}
|
|
23165
23921
|
${BaseOfferFieldsFragmentDoc}
|
|
23166
23922
|
${BaseSellerFieldsFragmentDoc}
|
|
23167
23923
|
${BaseExchangeTokenFieldsFragmentDoc}
|
|
@@ -23172,7 +23928,6 @@ export const BaseMetadataEntityFieldsFragmentDoc = gql`
|
|
|
23172
23928
|
}
|
|
23173
23929
|
${BaseBaseMetadataEntityFieldsFragmentDoc}
|
|
23174
23930
|
`;
|
|
23175
|
-
|
|
23176
23931
|
export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql`
|
|
23177
23932
|
fragment BaseProductV1MetadataEntityFields on ProductV1MetadataEntity {
|
|
23178
23933
|
id
|