@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/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -999,6 +999,7 @@ export declare type DisputeResolver = Account & {
|
|
|
999
999
|
__typename?: "DisputeResolver";
|
|
1000
1000
|
active: Scalars["Boolean"];
|
|
1001
1001
|
admin: Scalars["Bytes"];
|
|
1002
|
+
assistant: Scalars["Bytes"];
|
|
1002
1003
|
clerk: Scalars["Bytes"];
|
|
1003
1004
|
escalationResponsePeriod: Scalars["BigInt"];
|
|
1004
1005
|
fees: Array<DisputeResolverFee>;
|
|
@@ -1007,7 +1008,6 @@ export declare type DisputeResolver = Account & {
|
|
|
1007
1008
|
logs: Array<EventLog>;
|
|
1008
1009
|
metadataUri: Scalars["String"];
|
|
1009
1010
|
offers: Array<Offer>;
|
|
1010
|
-
operator: Scalars["Bytes"];
|
|
1011
1011
|
pendingDisputeResolver?: Maybe<PendingDisputeResolver>;
|
|
1012
1012
|
sellerAllowList: Array<Scalars["BigInt"]>;
|
|
1013
1013
|
treasury: Scalars["Bytes"];
|
|
@@ -1136,6 +1136,12 @@ export declare type DisputeResolver_Filter = {
|
|
|
1136
1136
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1137
1137
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1138
1138
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1139
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
1140
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1141
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1142
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1143
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1144
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1139
1145
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
1140
1146
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1141
1147
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -1187,12 +1193,6 @@ export declare type DisputeResolver_Filter = {
|
|
|
1187
1193
|
metadataUri_starts_with?: InputMaybe<Scalars["String"]>;
|
|
1188
1194
|
metadataUri_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
1189
1195
|
offers_?: InputMaybe<Offer_Filter>;
|
|
1190
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
1191
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1192
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1193
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
1194
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
1195
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
1196
1196
|
pendingDisputeResolver_?: InputMaybe<PendingDisputeResolver_Filter>;
|
|
1197
1197
|
sellerAllowList?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1198
1198
|
sellerAllowList_contains?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
@@ -1210,6 +1210,7 @@ export declare type DisputeResolver_Filter = {
|
|
|
1210
1210
|
export declare enum DisputeResolver_OrderBy {
|
|
1211
1211
|
Active = "active",
|
|
1212
1212
|
Admin = "admin",
|
|
1213
|
+
Assistant = "assistant",
|
|
1213
1214
|
Clerk = "clerk",
|
|
1214
1215
|
EscalationResponsePeriod = "escalationResponsePeriod",
|
|
1215
1216
|
Fees = "fees",
|
|
@@ -1218,7 +1219,6 @@ export declare enum DisputeResolver_OrderBy {
|
|
|
1218
1219
|
Logs = "logs",
|
|
1219
1220
|
MetadataUri = "metadataUri",
|
|
1220
1221
|
Offers = "offers",
|
|
1221
|
-
Operator = "operator",
|
|
1222
1222
|
PendingDisputeResolver = "pendingDisputeResolver",
|
|
1223
1223
|
SellerAllowList = "sellerAllowList",
|
|
1224
1224
|
Treasury = "treasury"
|
|
@@ -1552,6 +1552,8 @@ export declare enum EventType {
|
|
|
1552
1552
|
FundsWithdrawn = "FUNDS_WITHDRAWN",
|
|
1553
1553
|
/** OfferHandler events */
|
|
1554
1554
|
OfferCreated = "OFFER_CREATED",
|
|
1555
|
+
OfferExtended = "OFFER_EXTENDED",
|
|
1556
|
+
OfferRangeReserved = "OFFER_RANGE_RESERVED",
|
|
1555
1557
|
OfferVoided = "OFFER_VOIDED",
|
|
1556
1558
|
/** AccountHandler events */
|
|
1557
1559
|
SellerCreated = "SELLER_CREATED",
|
|
@@ -2740,6 +2742,8 @@ export declare type Offer = {
|
|
|
2740
2742
|
protocolFee: Scalars["BigInt"];
|
|
2741
2743
|
quantityAvailable: Scalars["BigInt"];
|
|
2742
2744
|
quantityInitial: Scalars["BigInt"];
|
|
2745
|
+
/** Range */
|
|
2746
|
+
range?: Maybe<RangeEntity>;
|
|
2743
2747
|
resolutionPeriodDuration: Scalars["BigInt"];
|
|
2744
2748
|
seller: Seller;
|
|
2745
2749
|
sellerDeposit: Scalars["BigInt"];
|
|
@@ -3126,6 +3130,27 @@ export declare type Offer_Filter = {
|
|
|
3126
3130
|
quantityInitial_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
3127
3131
|
quantityInitial_not?: InputMaybe<Scalars["BigInt"]>;
|
|
3128
3132
|
quantityInitial_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
3133
|
+
range?: InputMaybe<Scalars["String"]>;
|
|
3134
|
+
range_?: InputMaybe<RangeEntity_Filter>;
|
|
3135
|
+
range_contains?: InputMaybe<Scalars["String"]>;
|
|
3136
|
+
range_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3137
|
+
range_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3138
|
+
range_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3139
|
+
range_gt?: InputMaybe<Scalars["String"]>;
|
|
3140
|
+
range_gte?: InputMaybe<Scalars["String"]>;
|
|
3141
|
+
range_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3142
|
+
range_lt?: InputMaybe<Scalars["String"]>;
|
|
3143
|
+
range_lte?: InputMaybe<Scalars["String"]>;
|
|
3144
|
+
range_not?: InputMaybe<Scalars["String"]>;
|
|
3145
|
+
range_not_contains?: InputMaybe<Scalars["String"]>;
|
|
3146
|
+
range_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
3147
|
+
range_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
3148
|
+
range_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3149
|
+
range_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
3150
|
+
range_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3151
|
+
range_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3152
|
+
range_starts_with?: InputMaybe<Scalars["String"]>;
|
|
3153
|
+
range_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
3129
3154
|
resolutionPeriodDuration?: InputMaybe<Scalars["BigInt"]>;
|
|
3130
3155
|
resolutionPeriodDuration_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3131
3156
|
resolutionPeriodDuration_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3246,6 +3271,7 @@ export declare enum Offer_OrderBy {
|
|
|
3246
3271
|
ProtocolFee = "protocolFee",
|
|
3247
3272
|
QuantityAvailable = "quantityAvailable",
|
|
3248
3273
|
QuantityInitial = "quantityInitial",
|
|
3274
|
+
Range = "range",
|
|
3249
3275
|
ResolutionPeriodDuration = "resolutionPeriodDuration",
|
|
3250
3276
|
Seller = "seller",
|
|
3251
3277
|
SellerDeposit = "sellerDeposit",
|
|
@@ -3266,10 +3292,10 @@ export declare enum OrderDirection {
|
|
|
3266
3292
|
export declare type PendingDisputeResolver = {
|
|
3267
3293
|
__typename?: "PendingDisputeResolver";
|
|
3268
3294
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3295
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3269
3296
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3270
3297
|
disputeResolver: DisputeResolver;
|
|
3271
3298
|
id: Scalars["ID"];
|
|
3272
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3273
3299
|
};
|
|
3274
3300
|
export declare type PendingDisputeResolver_Filter = {
|
|
3275
3301
|
/** Filter for the block changed event. */
|
|
@@ -3280,6 +3306,12 @@ export declare type PendingDisputeResolver_Filter = {
|
|
|
3280
3306
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3281
3307
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3282
3308
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3309
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3310
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3311
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3312
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3313
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3314
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3283
3315
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
3284
3316
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3285
3317
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -3315,28 +3347,22 @@ export declare type PendingDisputeResolver_Filter = {
|
|
|
3315
3347
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3316
3348
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3317
3349
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3318
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3319
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3320
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3321
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3322
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3323
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3324
3350
|
};
|
|
3325
3351
|
export declare enum PendingDisputeResolver_OrderBy {
|
|
3326
3352
|
Admin = "admin",
|
|
3353
|
+
Assistant = "assistant",
|
|
3327
3354
|
Clerk = "clerk",
|
|
3328
3355
|
DisputeResolver = "disputeResolver",
|
|
3329
|
-
Id = "id"
|
|
3330
|
-
Operator = "operator"
|
|
3356
|
+
Id = "id"
|
|
3331
3357
|
}
|
|
3332
3358
|
export declare type PendingSeller = {
|
|
3333
3359
|
__typename?: "PendingSeller";
|
|
3334
3360
|
admin?: Maybe<Scalars["Bytes"]>;
|
|
3361
|
+
assistant?: Maybe<Scalars["Bytes"]>;
|
|
3335
3362
|
authTokenId?: Maybe<Scalars["BigInt"]>;
|
|
3336
3363
|
authTokenType?: Maybe<Scalars["Int"]>;
|
|
3337
3364
|
clerk?: Maybe<Scalars["Bytes"]>;
|
|
3338
3365
|
id: Scalars["ID"];
|
|
3339
|
-
operator?: Maybe<Scalars["Bytes"]>;
|
|
3340
3366
|
seller: Seller;
|
|
3341
3367
|
};
|
|
3342
3368
|
export declare type PendingSeller_Filter = {
|
|
@@ -3348,6 +3374,12 @@ export declare type PendingSeller_Filter = {
|
|
|
3348
3374
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3349
3375
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3350
3376
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3377
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
3378
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3379
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3380
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3381
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3382
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3351
3383
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
3352
3384
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
3353
3385
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -3378,12 +3410,6 @@ export declare type PendingSeller_Filter = {
|
|
|
3378
3410
|
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
3379
3411
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
3380
3412
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
3381
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
3382
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3383
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3384
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
3385
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
3386
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
3387
3413
|
seller?: InputMaybe<Scalars["String"]>;
|
|
3388
3414
|
seller_?: InputMaybe<Seller_Filter>;
|
|
3389
3415
|
seller_contains?: InputMaybe<Scalars["String"]>;
|
|
@@ -3408,11 +3434,11 @@ export declare type PendingSeller_Filter = {
|
|
|
3408
3434
|
};
|
|
3409
3435
|
export declare enum PendingSeller_OrderBy {
|
|
3410
3436
|
Admin = "admin",
|
|
3437
|
+
Assistant = "assistant",
|
|
3411
3438
|
AuthTokenId = "authTokenId",
|
|
3412
3439
|
AuthTokenType = "authTokenType",
|
|
3413
3440
|
Clerk = "clerk",
|
|
3414
3441
|
Id = "id",
|
|
3415
|
-
Operator = "operator",
|
|
3416
3442
|
Seller = "seller"
|
|
3417
3443
|
}
|
|
3418
3444
|
export declare type ProductV1Brand = {
|
|
@@ -6362,6 +6388,8 @@ export declare type Query = {
|
|
|
6362
6388
|
productV1Variants: Array<ProductV1Variant>;
|
|
6363
6389
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
6364
6390
|
productV1Variations: Array<ProductV1Variation>;
|
|
6391
|
+
rangeEntities: Array<RangeEntity>;
|
|
6392
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
6365
6393
|
seller?: Maybe<Seller>;
|
|
6366
6394
|
sellers: Array<Seller>;
|
|
6367
6395
|
};
|
|
@@ -6904,6 +6932,20 @@ export declare type QueryProductV1VariationsArgs = {
|
|
|
6904
6932
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
6905
6933
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
6906
6934
|
};
|
|
6935
|
+
export declare type QueryRangeEntitiesArgs = {
|
|
6936
|
+
block?: InputMaybe<Block_Height>;
|
|
6937
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
6938
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
6939
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
6940
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
6941
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
6942
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
6943
|
+
};
|
|
6944
|
+
export declare type QueryRangeEntityArgs = {
|
|
6945
|
+
block?: InputMaybe<Block_Height>;
|
|
6946
|
+
id: Scalars["ID"];
|
|
6947
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
6948
|
+
};
|
|
6907
6949
|
export declare type QuerySellerArgs = {
|
|
6908
6950
|
block?: InputMaybe<Block_Height>;
|
|
6909
6951
|
id: Scalars["ID"];
|
|
@@ -6918,10 +6960,62 @@ export declare type QuerySellersArgs = {
|
|
|
6918
6960
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
6919
6961
|
where?: InputMaybe<Seller_Filter>;
|
|
6920
6962
|
};
|
|
6963
|
+
/**
|
|
6964
|
+
* Offer Ranges
|
|
6965
|
+
*
|
|
6966
|
+
*/
|
|
6967
|
+
export declare type RangeEntity = {
|
|
6968
|
+
__typename?: "RangeEntity";
|
|
6969
|
+
end: Scalars["BigInt"];
|
|
6970
|
+
id: Scalars["ID"];
|
|
6971
|
+
owner: Scalars["Bytes"];
|
|
6972
|
+
start: Scalars["BigInt"];
|
|
6973
|
+
};
|
|
6974
|
+
export declare type RangeEntity_Filter = {
|
|
6975
|
+
/** Filter for the block changed event. */
|
|
6976
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6977
|
+
end?: InputMaybe<Scalars["BigInt"]>;
|
|
6978
|
+
end_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
6979
|
+
end_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
6980
|
+
end_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
6981
|
+
end_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
6982
|
+
end_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
6983
|
+
end_not?: InputMaybe<Scalars["BigInt"]>;
|
|
6984
|
+
end_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
6985
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6986
|
+
id_gt?: InputMaybe<Scalars["ID"]>;
|
|
6987
|
+
id_gte?: InputMaybe<Scalars["ID"]>;
|
|
6988
|
+
id_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
6989
|
+
id_lt?: InputMaybe<Scalars["ID"]>;
|
|
6990
|
+
id_lte?: InputMaybe<Scalars["ID"]>;
|
|
6991
|
+
id_not?: InputMaybe<Scalars["ID"]>;
|
|
6992
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
6993
|
+
owner?: InputMaybe<Scalars["Bytes"]>;
|
|
6994
|
+
owner_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6995
|
+
owner_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6996
|
+
owner_not?: InputMaybe<Scalars["Bytes"]>;
|
|
6997
|
+
owner_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6998
|
+
owner_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6999
|
+
start?: InputMaybe<Scalars["BigInt"]>;
|
|
7000
|
+
start_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
7001
|
+
start_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
7002
|
+
start_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7003
|
+
start_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
7004
|
+
start_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
7005
|
+
start_not?: InputMaybe<Scalars["BigInt"]>;
|
|
7006
|
+
start_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
7007
|
+
};
|
|
7008
|
+
export declare enum RangeEntity_OrderBy {
|
|
7009
|
+
End = "end",
|
|
7010
|
+
Id = "id",
|
|
7011
|
+
Owner = "owner",
|
|
7012
|
+
Start = "start"
|
|
7013
|
+
}
|
|
6921
7014
|
export declare type Seller = Account & {
|
|
6922
7015
|
__typename?: "Seller";
|
|
6923
7016
|
active: Scalars["Boolean"];
|
|
6924
7017
|
admin: Scalars["Bytes"];
|
|
7018
|
+
assistant: Scalars["Bytes"];
|
|
6925
7019
|
authTokenId: Scalars["BigInt"];
|
|
6926
7020
|
authTokenType: Scalars["Int"];
|
|
6927
7021
|
clerk: Scalars["Bytes"];
|
|
@@ -6931,7 +7025,6 @@ export declare type Seller = Account & {
|
|
|
6931
7025
|
id: Scalars["ID"];
|
|
6932
7026
|
logs: Array<EventLog>;
|
|
6933
7027
|
offers: Array<Offer>;
|
|
6934
|
-
operator: Scalars["Bytes"];
|
|
6935
7028
|
pendingSeller?: Maybe<PendingSeller>;
|
|
6936
7029
|
/** Percentage as integer, to get decimals divide by 10000. E.g. 1 = 0.01%, 10000 = 100% */
|
|
6937
7030
|
royaltyPercentage: Scalars["BigInt"];
|
|
@@ -6980,6 +7073,12 @@ export declare type Seller_Filter = {
|
|
|
6980
7073
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
6981
7074
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
6982
7075
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7076
|
+
assistant?: InputMaybe<Scalars["Bytes"]>;
|
|
7077
|
+
assistant_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7078
|
+
assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7079
|
+
assistant_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7080
|
+
assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7081
|
+
assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
6983
7082
|
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
6984
7083
|
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
6985
7084
|
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -7033,12 +7132,6 @@ export declare type Seller_Filter = {
|
|
|
7033
7132
|
id_not?: InputMaybe<Scalars["ID"]>;
|
|
7034
7133
|
id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
|
|
7035
7134
|
offers_?: InputMaybe<Offer_Filter>;
|
|
7036
|
-
operator?: InputMaybe<Scalars["Bytes"]>;
|
|
7037
|
-
operator_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7038
|
-
operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7039
|
-
operator_not?: InputMaybe<Scalars["Bytes"]>;
|
|
7040
|
-
operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
7041
|
-
operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
7042
7135
|
pendingSeller_?: InputMaybe<PendingSeller_Filter>;
|
|
7043
7136
|
royaltyPercentage?: InputMaybe<Scalars["BigInt"]>;
|
|
7044
7137
|
royaltyPercentage_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -7072,6 +7165,7 @@ export declare type Seller_Filter = {
|
|
|
7072
7165
|
export declare enum Seller_OrderBy {
|
|
7073
7166
|
Active = "active",
|
|
7074
7167
|
Admin = "admin",
|
|
7168
|
+
Assistant = "assistant",
|
|
7075
7169
|
AuthTokenId = "authTokenId",
|
|
7076
7170
|
AuthTokenType = "authTokenType",
|
|
7077
7171
|
Clerk = "clerk",
|
|
@@ -7081,7 +7175,6 @@ export declare enum Seller_OrderBy {
|
|
|
7081
7175
|
Id = "id",
|
|
7082
7176
|
Logs = "logs",
|
|
7083
7177
|
Offers = "offers",
|
|
7084
|
-
Operator = "operator",
|
|
7085
7178
|
PendingSeller = "pendingSeller",
|
|
7086
7179
|
RoyaltyPercentage = "royaltyPercentage",
|
|
7087
7180
|
SellerId = "sellerId",
|
|
@@ -7168,6 +7261,8 @@ export declare type Subscription = {
|
|
|
7168
7261
|
productV1Variants: Array<ProductV1Variant>;
|
|
7169
7262
|
productV1Variation?: Maybe<ProductV1Variation>;
|
|
7170
7263
|
productV1Variations: Array<ProductV1Variation>;
|
|
7264
|
+
rangeEntities: Array<RangeEntity>;
|
|
7265
|
+
rangeEntity?: Maybe<RangeEntity>;
|
|
7171
7266
|
seller?: Maybe<Seller>;
|
|
7172
7267
|
sellers: Array<Seller>;
|
|
7173
7268
|
};
|
|
@@ -7710,6 +7805,20 @@ export declare type SubscriptionProductV1VariationsArgs = {
|
|
|
7710
7805
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
7711
7806
|
where?: InputMaybe<ProductV1Variation_Filter>;
|
|
7712
7807
|
};
|
|
7808
|
+
export declare type SubscriptionRangeEntitiesArgs = {
|
|
7809
|
+
block?: InputMaybe<Block_Height>;
|
|
7810
|
+
first?: InputMaybe<Scalars["Int"]>;
|
|
7811
|
+
orderBy?: InputMaybe<RangeEntity_OrderBy>;
|
|
7812
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
7813
|
+
skip?: InputMaybe<Scalars["Int"]>;
|
|
7814
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7815
|
+
where?: InputMaybe<RangeEntity_Filter>;
|
|
7816
|
+
};
|
|
7817
|
+
export declare type SubscriptionRangeEntityArgs = {
|
|
7818
|
+
block?: InputMaybe<Block_Height>;
|
|
7819
|
+
id: Scalars["ID"];
|
|
7820
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
7821
|
+
};
|
|
7713
7822
|
export declare type SubscriptionSellerArgs = {
|
|
7714
7823
|
block?: InputMaybe<Block_Height>;
|
|
7715
7824
|
id: Scalars["ID"];
|
|
@@ -7785,7 +7894,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7785
7894
|
seller?: {
|
|
7786
7895
|
__typename?: "Seller";
|
|
7787
7896
|
id: string;
|
|
7788
|
-
|
|
7897
|
+
assistant: string;
|
|
7789
7898
|
admin: string;
|
|
7790
7899
|
clerk: string;
|
|
7791
7900
|
treasury: string;
|
|
@@ -7797,7 +7906,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7797
7906
|
royaltyPercentage: string;
|
|
7798
7907
|
pendingSeller?: {
|
|
7799
7908
|
__typename?: "PendingSeller";
|
|
7800
|
-
|
|
7909
|
+
assistant?: string | null;
|
|
7801
7910
|
admin?: string | null;
|
|
7802
7911
|
clerk?: string | null;
|
|
7803
7912
|
authTokenId?: string | null;
|
|
@@ -7856,7 +7965,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7856
7965
|
seller: {
|
|
7857
7966
|
__typename?: "Seller";
|
|
7858
7967
|
id: string;
|
|
7859
|
-
|
|
7968
|
+
assistant: string;
|
|
7860
7969
|
admin: string;
|
|
7861
7970
|
clerk: string;
|
|
7862
7971
|
treasury: string;
|
|
@@ -7882,7 +7991,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7882
7991
|
admin: string;
|
|
7883
7992
|
clerk: string;
|
|
7884
7993
|
treasury: string;
|
|
7885
|
-
|
|
7994
|
+
assistant: string;
|
|
7886
7995
|
metadataUri: string;
|
|
7887
7996
|
active: boolean;
|
|
7888
7997
|
sellerAllowList: Array<string>;
|
|
@@ -7921,6 +8030,13 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
7921
8030
|
schemaUrl: string;
|
|
7922
8031
|
type: MetadataType;
|
|
7923
8032
|
image: string;
|
|
8033
|
+
animationMetadata?: {
|
|
8034
|
+
__typename?: "AnimationMetadata";
|
|
8035
|
+
id: string;
|
|
8036
|
+
width?: number | null;
|
|
8037
|
+
height?: number | null;
|
|
8038
|
+
type?: string | null;
|
|
8039
|
+
} | null;
|
|
7924
8040
|
} | {
|
|
7925
8041
|
__typename?: "ProductV1MetadataEntity";
|
|
7926
8042
|
createdAt: string;
|
|
@@ -8054,7 +8170,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8054
8170
|
seller: {
|
|
8055
8171
|
__typename?: "Seller";
|
|
8056
8172
|
id: string;
|
|
8057
|
-
|
|
8173
|
+
assistant: string;
|
|
8058
8174
|
admin: string;
|
|
8059
8175
|
clerk: string;
|
|
8060
8176
|
treasury: string;
|
|
@@ -8100,7 +8216,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8100
8216
|
seller: {
|
|
8101
8217
|
__typename?: "Seller";
|
|
8102
8218
|
id: string;
|
|
8103
|
-
|
|
8219
|
+
assistant: string;
|
|
8104
8220
|
admin: string;
|
|
8105
8221
|
clerk: string;
|
|
8106
8222
|
treasury: string;
|
|
@@ -8136,6 +8252,20 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8136
8252
|
deliveryTime: string;
|
|
8137
8253
|
}> | null;
|
|
8138
8254
|
} | null;
|
|
8255
|
+
animationMetadata?: {
|
|
8256
|
+
__typename?: "AnimationMetadata";
|
|
8257
|
+
id: string;
|
|
8258
|
+
width?: number | null;
|
|
8259
|
+
height?: number | null;
|
|
8260
|
+
type?: string | null;
|
|
8261
|
+
} | null;
|
|
8262
|
+
} | null;
|
|
8263
|
+
range?: {
|
|
8264
|
+
__typename?: "RangeEntity";
|
|
8265
|
+
id: string;
|
|
8266
|
+
start: string;
|
|
8267
|
+
end: string;
|
|
8268
|
+
owner: string;
|
|
8139
8269
|
} | null;
|
|
8140
8270
|
}>;
|
|
8141
8271
|
exchanges?: Array<{
|
|
@@ -8176,7 +8306,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8176
8306
|
seller: {
|
|
8177
8307
|
__typename?: "Seller";
|
|
8178
8308
|
id: string;
|
|
8179
|
-
|
|
8309
|
+
assistant: string;
|
|
8180
8310
|
admin: string;
|
|
8181
8311
|
clerk: string;
|
|
8182
8312
|
treasury: string;
|
|
@@ -8332,7 +8462,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8332
8462
|
sellers: Array<{
|
|
8333
8463
|
__typename?: "Seller";
|
|
8334
8464
|
id: string;
|
|
8335
|
-
|
|
8465
|
+
assistant: string;
|
|
8336
8466
|
admin: string;
|
|
8337
8467
|
clerk: string;
|
|
8338
8468
|
treasury: string;
|
|
@@ -8344,7 +8474,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8344
8474
|
royaltyPercentage: string;
|
|
8345
8475
|
pendingSeller?: {
|
|
8346
8476
|
__typename?: "PendingSeller";
|
|
8347
|
-
|
|
8477
|
+
assistant?: string | null;
|
|
8348
8478
|
admin?: string | null;
|
|
8349
8479
|
clerk?: string | null;
|
|
8350
8480
|
authTokenId?: string | null;
|
|
@@ -8403,7 +8533,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8403
8533
|
seller: {
|
|
8404
8534
|
__typename?: "Seller";
|
|
8405
8535
|
id: string;
|
|
8406
|
-
|
|
8536
|
+
assistant: string;
|
|
8407
8537
|
admin: string;
|
|
8408
8538
|
clerk: string;
|
|
8409
8539
|
treasury: string;
|
|
@@ -8429,7 +8559,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8429
8559
|
admin: string;
|
|
8430
8560
|
clerk: string;
|
|
8431
8561
|
treasury: string;
|
|
8432
|
-
|
|
8562
|
+
assistant: string;
|
|
8433
8563
|
metadataUri: string;
|
|
8434
8564
|
active: boolean;
|
|
8435
8565
|
sellerAllowList: Array<string>;
|
|
@@ -8468,6 +8598,13 @@ export declare type GetSellersQueryQuery = {
|
|
|
8468
8598
|
schemaUrl: string;
|
|
8469
8599
|
type: MetadataType;
|
|
8470
8600
|
image: string;
|
|
8601
|
+
animationMetadata?: {
|
|
8602
|
+
__typename?: "AnimationMetadata";
|
|
8603
|
+
id: string;
|
|
8604
|
+
width?: number | null;
|
|
8605
|
+
height?: number | null;
|
|
8606
|
+
type?: string | null;
|
|
8607
|
+
} | null;
|
|
8471
8608
|
} | {
|
|
8472
8609
|
__typename?: "ProductV1MetadataEntity";
|
|
8473
8610
|
createdAt: string;
|
|
@@ -8601,7 +8738,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8601
8738
|
seller: {
|
|
8602
8739
|
__typename?: "Seller";
|
|
8603
8740
|
id: string;
|
|
8604
|
-
|
|
8741
|
+
assistant: string;
|
|
8605
8742
|
admin: string;
|
|
8606
8743
|
clerk: string;
|
|
8607
8744
|
treasury: string;
|
|
@@ -8647,7 +8784,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8647
8784
|
seller: {
|
|
8648
8785
|
__typename?: "Seller";
|
|
8649
8786
|
id: string;
|
|
8650
|
-
|
|
8787
|
+
assistant: string;
|
|
8651
8788
|
admin: string;
|
|
8652
8789
|
clerk: string;
|
|
8653
8790
|
treasury: string;
|
|
@@ -8683,6 +8820,20 @@ export declare type GetSellersQueryQuery = {
|
|
|
8683
8820
|
deliveryTime: string;
|
|
8684
8821
|
}> | null;
|
|
8685
8822
|
} | null;
|
|
8823
|
+
animationMetadata?: {
|
|
8824
|
+
__typename?: "AnimationMetadata";
|
|
8825
|
+
id: string;
|
|
8826
|
+
width?: number | null;
|
|
8827
|
+
height?: number | null;
|
|
8828
|
+
type?: string | null;
|
|
8829
|
+
} | null;
|
|
8830
|
+
} | null;
|
|
8831
|
+
range?: {
|
|
8832
|
+
__typename?: "RangeEntity";
|
|
8833
|
+
id: string;
|
|
8834
|
+
start: string;
|
|
8835
|
+
end: string;
|
|
8836
|
+
owner: string;
|
|
8686
8837
|
} | null;
|
|
8687
8838
|
}>;
|
|
8688
8839
|
exchanges?: Array<{
|
|
@@ -8723,7 +8874,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
8723
8874
|
seller: {
|
|
8724
8875
|
__typename?: "Seller";
|
|
8725
8876
|
id: string;
|
|
8726
|
-
|
|
8877
|
+
assistant: string;
|
|
8727
8878
|
admin: string;
|
|
8728
8879
|
clerk: string;
|
|
8729
8880
|
treasury: string;
|
|
@@ -8923,7 +9074,7 @@ export declare type GetBuyerByIdQueryQuery = {
|
|
|
8923
9074
|
seller: {
|
|
8924
9075
|
__typename?: "Seller";
|
|
8925
9076
|
id: string;
|
|
8926
|
-
|
|
9077
|
+
assistant: string;
|
|
8927
9078
|
admin: string;
|
|
8928
9079
|
clerk: string;
|
|
8929
9080
|
treasury: string;
|
|
@@ -9133,7 +9284,7 @@ export declare type GetBuyersQueryQuery = {
|
|
|
9133
9284
|
seller: {
|
|
9134
9285
|
__typename?: "Seller";
|
|
9135
9286
|
id: string;
|
|
9136
|
-
|
|
9287
|
+
assistant: string;
|
|
9137
9288
|
admin: string;
|
|
9138
9289
|
clerk: string;
|
|
9139
9290
|
treasury: string;
|
|
@@ -9277,13 +9428,13 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9277
9428
|
admin: string;
|
|
9278
9429
|
clerk: string;
|
|
9279
9430
|
treasury: string;
|
|
9280
|
-
|
|
9431
|
+
assistant: string;
|
|
9281
9432
|
metadataUri: string;
|
|
9282
9433
|
active: boolean;
|
|
9283
9434
|
sellerAllowList: Array<string>;
|
|
9284
9435
|
pendingDisputeResolver?: {
|
|
9285
9436
|
__typename?: "PendingDisputeResolver";
|
|
9286
|
-
|
|
9437
|
+
assistant?: string | null;
|
|
9287
9438
|
admin?: string | null;
|
|
9288
9439
|
clerk?: string | null;
|
|
9289
9440
|
} | null;
|
|
@@ -9326,7 +9477,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9326
9477
|
seller: {
|
|
9327
9478
|
__typename?: "Seller";
|
|
9328
9479
|
id: string;
|
|
9329
|
-
|
|
9480
|
+
assistant: string;
|
|
9330
9481
|
admin: string;
|
|
9331
9482
|
clerk: string;
|
|
9332
9483
|
treasury: string;
|
|
@@ -9352,7 +9503,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9352
9503
|
admin: string;
|
|
9353
9504
|
clerk: string;
|
|
9354
9505
|
treasury: string;
|
|
9355
|
-
|
|
9506
|
+
assistant: string;
|
|
9356
9507
|
metadataUri: string;
|
|
9357
9508
|
active: boolean;
|
|
9358
9509
|
sellerAllowList: Array<string>;
|
|
@@ -9391,6 +9542,13 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9391
9542
|
schemaUrl: string;
|
|
9392
9543
|
type: MetadataType;
|
|
9393
9544
|
image: string;
|
|
9545
|
+
animationMetadata?: {
|
|
9546
|
+
__typename?: "AnimationMetadata";
|
|
9547
|
+
id: string;
|
|
9548
|
+
width?: number | null;
|
|
9549
|
+
height?: number | null;
|
|
9550
|
+
type?: string | null;
|
|
9551
|
+
} | null;
|
|
9394
9552
|
} | {
|
|
9395
9553
|
__typename?: "ProductV1MetadataEntity";
|
|
9396
9554
|
createdAt: string;
|
|
@@ -9524,7 +9682,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9524
9682
|
seller: {
|
|
9525
9683
|
__typename?: "Seller";
|
|
9526
9684
|
id: string;
|
|
9527
|
-
|
|
9685
|
+
assistant: string;
|
|
9528
9686
|
admin: string;
|
|
9529
9687
|
clerk: string;
|
|
9530
9688
|
treasury: string;
|
|
@@ -9570,7 +9728,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9570
9728
|
seller: {
|
|
9571
9729
|
__typename?: "Seller";
|
|
9572
9730
|
id: string;
|
|
9573
|
-
|
|
9731
|
+
assistant: string;
|
|
9574
9732
|
admin: string;
|
|
9575
9733
|
clerk: string;
|
|
9576
9734
|
treasury: string;
|
|
@@ -9606,6 +9764,20 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
9606
9764
|
deliveryTime: string;
|
|
9607
9765
|
}> | null;
|
|
9608
9766
|
} | null;
|
|
9767
|
+
animationMetadata?: {
|
|
9768
|
+
__typename?: "AnimationMetadata";
|
|
9769
|
+
id: string;
|
|
9770
|
+
width?: number | null;
|
|
9771
|
+
height?: number | null;
|
|
9772
|
+
type?: string | null;
|
|
9773
|
+
} | null;
|
|
9774
|
+
} | null;
|
|
9775
|
+
range?: {
|
|
9776
|
+
__typename?: "RangeEntity";
|
|
9777
|
+
id: string;
|
|
9778
|
+
start: string;
|
|
9779
|
+
end: string;
|
|
9780
|
+
owner: string;
|
|
9609
9781
|
} | null;
|
|
9610
9782
|
}>;
|
|
9611
9783
|
logs?: Array<{
|
|
@@ -9759,13 +9931,13 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9759
9931
|
admin: string;
|
|
9760
9932
|
clerk: string;
|
|
9761
9933
|
treasury: string;
|
|
9762
|
-
|
|
9934
|
+
assistant: string;
|
|
9763
9935
|
metadataUri: string;
|
|
9764
9936
|
active: boolean;
|
|
9765
9937
|
sellerAllowList: Array<string>;
|
|
9766
9938
|
pendingDisputeResolver?: {
|
|
9767
9939
|
__typename?: "PendingDisputeResolver";
|
|
9768
|
-
|
|
9940
|
+
assistant?: string | null;
|
|
9769
9941
|
admin?: string | null;
|
|
9770
9942
|
clerk?: string | null;
|
|
9771
9943
|
} | null;
|
|
@@ -9808,7 +9980,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9808
9980
|
seller: {
|
|
9809
9981
|
__typename?: "Seller";
|
|
9810
9982
|
id: string;
|
|
9811
|
-
|
|
9983
|
+
assistant: string;
|
|
9812
9984
|
admin: string;
|
|
9813
9985
|
clerk: string;
|
|
9814
9986
|
treasury: string;
|
|
@@ -9834,7 +10006,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9834
10006
|
admin: string;
|
|
9835
10007
|
clerk: string;
|
|
9836
10008
|
treasury: string;
|
|
9837
|
-
|
|
10009
|
+
assistant: string;
|
|
9838
10010
|
metadataUri: string;
|
|
9839
10011
|
active: boolean;
|
|
9840
10012
|
sellerAllowList: Array<string>;
|
|
@@ -9873,6 +10045,13 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
9873
10045
|
schemaUrl: string;
|
|
9874
10046
|
type: MetadataType;
|
|
9875
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;
|
|
9876
10055
|
} | {
|
|
9877
10056
|
__typename?: "ProductV1MetadataEntity";
|
|
9878
10057
|
createdAt: string;
|
|
@@ -10006,7 +10185,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
10006
10185
|
seller: {
|
|
10007
10186
|
__typename?: "Seller";
|
|
10008
10187
|
id: string;
|
|
10009
|
-
|
|
10188
|
+
assistant: string;
|
|
10010
10189
|
admin: string;
|
|
10011
10190
|
clerk: string;
|
|
10012
10191
|
treasury: string;
|
|
@@ -10052,7 +10231,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
10052
10231
|
seller: {
|
|
10053
10232
|
__typename?: "Seller";
|
|
10054
10233
|
id: string;
|
|
10055
|
-
|
|
10234
|
+
assistant: string;
|
|
10056
10235
|
admin: string;
|
|
10057
10236
|
clerk: string;
|
|
10058
10237
|
treasury: string;
|
|
@@ -10088,6 +10267,20 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
10088
10267
|
deliveryTime: string;
|
|
10089
10268
|
}> | null;
|
|
10090
10269
|
} | null;
|
|
10270
|
+
animationMetadata?: {
|
|
10271
|
+
__typename?: "AnimationMetadata";
|
|
10272
|
+
id: string;
|
|
10273
|
+
width?: number | null;
|
|
10274
|
+
height?: number | null;
|
|
10275
|
+
type?: string | null;
|
|
10276
|
+
} | null;
|
|
10277
|
+
} | null;
|
|
10278
|
+
range?: {
|
|
10279
|
+
__typename?: "RangeEntity";
|
|
10280
|
+
id: string;
|
|
10281
|
+
start: string;
|
|
10282
|
+
end: string;
|
|
10283
|
+
owner: string;
|
|
10091
10284
|
} | null;
|
|
10092
10285
|
}>;
|
|
10093
10286
|
logs?: Array<{
|
|
@@ -10216,7 +10409,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
10216
10409
|
export declare type SellerFieldsFragment = {
|
|
10217
10410
|
__typename?: "Seller";
|
|
10218
10411
|
id: string;
|
|
10219
|
-
|
|
10412
|
+
assistant: string;
|
|
10220
10413
|
admin: string;
|
|
10221
10414
|
clerk: string;
|
|
10222
10415
|
treasury: string;
|
|
@@ -10228,7 +10421,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10228
10421
|
royaltyPercentage: string;
|
|
10229
10422
|
pendingSeller?: {
|
|
10230
10423
|
__typename?: "PendingSeller";
|
|
10231
|
-
|
|
10424
|
+
assistant?: string | null;
|
|
10232
10425
|
admin?: string | null;
|
|
10233
10426
|
clerk?: string | null;
|
|
10234
10427
|
authTokenId?: string | null;
|
|
@@ -10287,7 +10480,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10287
10480
|
seller: {
|
|
10288
10481
|
__typename?: "Seller";
|
|
10289
10482
|
id: string;
|
|
10290
|
-
|
|
10483
|
+
assistant: string;
|
|
10291
10484
|
admin: string;
|
|
10292
10485
|
clerk: string;
|
|
10293
10486
|
treasury: string;
|
|
@@ -10313,7 +10506,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10313
10506
|
admin: string;
|
|
10314
10507
|
clerk: string;
|
|
10315
10508
|
treasury: string;
|
|
10316
|
-
|
|
10509
|
+
assistant: string;
|
|
10317
10510
|
metadataUri: string;
|
|
10318
10511
|
active: boolean;
|
|
10319
10512
|
sellerAllowList: Array<string>;
|
|
@@ -10352,6 +10545,13 @@ export declare type SellerFieldsFragment = {
|
|
|
10352
10545
|
schemaUrl: string;
|
|
10353
10546
|
type: MetadataType;
|
|
10354
10547
|
image: string;
|
|
10548
|
+
animationMetadata?: {
|
|
10549
|
+
__typename?: "AnimationMetadata";
|
|
10550
|
+
id: string;
|
|
10551
|
+
width?: number | null;
|
|
10552
|
+
height?: number | null;
|
|
10553
|
+
type?: string | null;
|
|
10554
|
+
} | null;
|
|
10355
10555
|
} | {
|
|
10356
10556
|
__typename?: "ProductV1MetadataEntity";
|
|
10357
10557
|
createdAt: string;
|
|
@@ -10485,7 +10685,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10485
10685
|
seller: {
|
|
10486
10686
|
__typename?: "Seller";
|
|
10487
10687
|
id: string;
|
|
10488
|
-
|
|
10688
|
+
assistant: string;
|
|
10489
10689
|
admin: string;
|
|
10490
10690
|
clerk: string;
|
|
10491
10691
|
treasury: string;
|
|
@@ -10531,7 +10731,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10531
10731
|
seller: {
|
|
10532
10732
|
__typename?: "Seller";
|
|
10533
10733
|
id: string;
|
|
10534
|
-
|
|
10734
|
+
assistant: string;
|
|
10535
10735
|
admin: string;
|
|
10536
10736
|
clerk: string;
|
|
10537
10737
|
treasury: string;
|
|
@@ -10567,6 +10767,20 @@ export declare type SellerFieldsFragment = {
|
|
|
10567
10767
|
deliveryTime: string;
|
|
10568
10768
|
}> | null;
|
|
10569
10769
|
} | null;
|
|
10770
|
+
animationMetadata?: {
|
|
10771
|
+
__typename?: "AnimationMetadata";
|
|
10772
|
+
id: string;
|
|
10773
|
+
width?: number | null;
|
|
10774
|
+
height?: number | null;
|
|
10775
|
+
type?: string | null;
|
|
10776
|
+
} | null;
|
|
10777
|
+
} | null;
|
|
10778
|
+
range?: {
|
|
10779
|
+
__typename?: "RangeEntity";
|
|
10780
|
+
id: string;
|
|
10781
|
+
start: string;
|
|
10782
|
+
end: string;
|
|
10783
|
+
owner: string;
|
|
10570
10784
|
} | null;
|
|
10571
10785
|
}>;
|
|
10572
10786
|
exchanges?: Array<{
|
|
@@ -10607,7 +10821,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10607
10821
|
seller: {
|
|
10608
10822
|
__typename?: "Seller";
|
|
10609
10823
|
id: string;
|
|
10610
|
-
|
|
10824
|
+
assistant: string;
|
|
10611
10825
|
admin: string;
|
|
10612
10826
|
clerk: string;
|
|
10613
10827
|
treasury: string;
|
|
@@ -10729,7 +10943,7 @@ export declare type SellerFieldsFragment = {
|
|
|
10729
10943
|
export declare type BaseSellerFieldsFragment = {
|
|
10730
10944
|
__typename?: "Seller";
|
|
10731
10945
|
id: string;
|
|
10732
|
-
|
|
10946
|
+
assistant: string;
|
|
10733
10947
|
admin: string;
|
|
10734
10948
|
clerk: string;
|
|
10735
10949
|
treasury: string;
|
|
@@ -10742,7 +10956,7 @@ export declare type BaseSellerFieldsFragment = {
|
|
|
10742
10956
|
};
|
|
10743
10957
|
export declare type PendingSellerFieldsFragment = {
|
|
10744
10958
|
__typename?: "PendingSeller";
|
|
10745
|
-
|
|
10959
|
+
assistant?: string | null;
|
|
10746
10960
|
admin?: string | null;
|
|
10747
10961
|
clerk?: string | null;
|
|
10748
10962
|
authTokenId?: string | null;
|
|
@@ -10805,7 +11019,7 @@ export declare type BuyerFieldsFragment = {
|
|
|
10805
11019
|
seller: {
|
|
10806
11020
|
__typename?: "Seller";
|
|
10807
11021
|
id: string;
|
|
10808
|
-
|
|
11022
|
+
assistant: string;
|
|
10809
11023
|
admin: string;
|
|
10810
11024
|
clerk: string;
|
|
10811
11025
|
treasury: string;
|
|
@@ -10937,13 +11151,13 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10937
11151
|
admin: string;
|
|
10938
11152
|
clerk: string;
|
|
10939
11153
|
treasury: string;
|
|
10940
|
-
|
|
11154
|
+
assistant: string;
|
|
10941
11155
|
metadataUri: string;
|
|
10942
11156
|
active: boolean;
|
|
10943
11157
|
sellerAllowList: Array<string>;
|
|
10944
11158
|
pendingDisputeResolver?: {
|
|
10945
11159
|
__typename?: "PendingDisputeResolver";
|
|
10946
|
-
|
|
11160
|
+
assistant?: string | null;
|
|
10947
11161
|
admin?: string | null;
|
|
10948
11162
|
clerk?: string | null;
|
|
10949
11163
|
} | null;
|
|
@@ -10986,7 +11200,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
10986
11200
|
seller: {
|
|
10987
11201
|
__typename?: "Seller";
|
|
10988
11202
|
id: string;
|
|
10989
|
-
|
|
11203
|
+
assistant: string;
|
|
10990
11204
|
admin: string;
|
|
10991
11205
|
clerk: string;
|
|
10992
11206
|
treasury: string;
|
|
@@ -11012,7 +11226,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11012
11226
|
admin: string;
|
|
11013
11227
|
clerk: string;
|
|
11014
11228
|
treasury: string;
|
|
11015
|
-
|
|
11229
|
+
assistant: string;
|
|
11016
11230
|
metadataUri: string;
|
|
11017
11231
|
active: boolean;
|
|
11018
11232
|
sellerAllowList: Array<string>;
|
|
@@ -11051,6 +11265,13 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11051
11265
|
schemaUrl: string;
|
|
11052
11266
|
type: MetadataType;
|
|
11053
11267
|
image: string;
|
|
11268
|
+
animationMetadata?: {
|
|
11269
|
+
__typename?: "AnimationMetadata";
|
|
11270
|
+
id: string;
|
|
11271
|
+
width?: number | null;
|
|
11272
|
+
height?: number | null;
|
|
11273
|
+
type?: string | null;
|
|
11274
|
+
} | null;
|
|
11054
11275
|
} | {
|
|
11055
11276
|
__typename?: "ProductV1MetadataEntity";
|
|
11056
11277
|
createdAt: string;
|
|
@@ -11184,7 +11405,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11184
11405
|
seller: {
|
|
11185
11406
|
__typename?: "Seller";
|
|
11186
11407
|
id: string;
|
|
11187
|
-
|
|
11408
|
+
assistant: string;
|
|
11188
11409
|
admin: string;
|
|
11189
11410
|
clerk: string;
|
|
11190
11411
|
treasury: string;
|
|
@@ -11230,7 +11451,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11230
11451
|
seller: {
|
|
11231
11452
|
__typename?: "Seller";
|
|
11232
11453
|
id: string;
|
|
11233
|
-
|
|
11454
|
+
assistant: string;
|
|
11234
11455
|
admin: string;
|
|
11235
11456
|
clerk: string;
|
|
11236
11457
|
treasury: string;
|
|
@@ -11266,6 +11487,20 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
11266
11487
|
deliveryTime: string;
|
|
11267
11488
|
}> | null;
|
|
11268
11489
|
} | null;
|
|
11490
|
+
animationMetadata?: {
|
|
11491
|
+
__typename?: "AnimationMetadata";
|
|
11492
|
+
id: string;
|
|
11493
|
+
width?: number | null;
|
|
11494
|
+
height?: number | null;
|
|
11495
|
+
type?: string | null;
|
|
11496
|
+
} | null;
|
|
11497
|
+
} | null;
|
|
11498
|
+
range?: {
|
|
11499
|
+
__typename?: "RangeEntity";
|
|
11500
|
+
id: string;
|
|
11501
|
+
start: string;
|
|
11502
|
+
end: string;
|
|
11503
|
+
owner: string;
|
|
11269
11504
|
} | null;
|
|
11270
11505
|
}>;
|
|
11271
11506
|
logs?: Array<{
|
|
@@ -11397,7 +11632,7 @@ export declare type BaseDisputeResolverFieldsFragment = {
|
|
|
11397
11632
|
admin: string;
|
|
11398
11633
|
clerk: string;
|
|
11399
11634
|
treasury: string;
|
|
11400
|
-
|
|
11635
|
+
assistant: string;
|
|
11401
11636
|
metadataUri: string;
|
|
11402
11637
|
active: boolean;
|
|
11403
11638
|
sellerAllowList: Array<string>;
|
|
@@ -11419,7 +11654,7 @@ export declare type BaseDisputeResolverFieldsFragment = {
|
|
|
11419
11654
|
};
|
|
11420
11655
|
export declare type PendingDisputeResolverFieldsFragment = {
|
|
11421
11656
|
__typename?: "PendingDisputeResolver";
|
|
11422
|
-
|
|
11657
|
+
assistant?: string | null;
|
|
11423
11658
|
admin?: string | null;
|
|
11424
11659
|
clerk?: string | null;
|
|
11425
11660
|
};
|
|
@@ -11509,7 +11744,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
11509
11744
|
seller: {
|
|
11510
11745
|
__typename?: "Seller";
|
|
11511
11746
|
id: string;
|
|
11512
|
-
|
|
11747
|
+
assistant: string;
|
|
11513
11748
|
admin: string;
|
|
11514
11749
|
clerk: string;
|
|
11515
11750
|
treasury: string;
|
|
@@ -11524,7 +11759,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
11524
11759
|
seller: {
|
|
11525
11760
|
__typename?: "Seller";
|
|
11526
11761
|
id: string;
|
|
11527
|
-
|
|
11762
|
+
assistant: string;
|
|
11528
11763
|
admin: string;
|
|
11529
11764
|
clerk: string;
|
|
11530
11765
|
treasury: string;
|
|
@@ -11604,7 +11839,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
11604
11839
|
seller: {
|
|
11605
11840
|
__typename?: "Seller";
|
|
11606
11841
|
id: string;
|
|
11607
|
-
|
|
11842
|
+
assistant: string;
|
|
11608
11843
|
admin: string;
|
|
11609
11844
|
clerk: string;
|
|
11610
11845
|
treasury: string;
|
|
@@ -11619,7 +11854,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
11619
11854
|
seller: {
|
|
11620
11855
|
__typename?: "Seller";
|
|
11621
11856
|
id: string;
|
|
11622
|
-
|
|
11857
|
+
assistant: string;
|
|
11623
11858
|
admin: string;
|
|
11624
11859
|
clerk: string;
|
|
11625
11860
|
treasury: string;
|
|
@@ -11690,7 +11925,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
11690
11925
|
seller: {
|
|
11691
11926
|
__typename?: "Seller";
|
|
11692
11927
|
id: string;
|
|
11693
|
-
|
|
11928
|
+
assistant: string;
|
|
11694
11929
|
admin: string;
|
|
11695
11930
|
clerk: string;
|
|
11696
11931
|
treasury: string;
|
|
@@ -11705,7 +11940,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
11705
11940
|
seller: {
|
|
11706
11941
|
__typename?: "Seller";
|
|
11707
11942
|
id: string;
|
|
11708
|
-
|
|
11943
|
+
assistant: string;
|
|
11709
11944
|
admin: string;
|
|
11710
11945
|
clerk: string;
|
|
11711
11946
|
treasury: string;
|
|
@@ -11806,7 +12041,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11806
12041
|
seller: {
|
|
11807
12042
|
__typename?: "Seller";
|
|
11808
12043
|
id: string;
|
|
11809
|
-
|
|
12044
|
+
assistant: string;
|
|
11810
12045
|
admin: string;
|
|
11811
12046
|
clerk: string;
|
|
11812
12047
|
treasury: string;
|
|
@@ -11832,7 +12067,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11832
12067
|
admin: string;
|
|
11833
12068
|
clerk: string;
|
|
11834
12069
|
treasury: string;
|
|
11835
|
-
|
|
12070
|
+
assistant: string;
|
|
11836
12071
|
metadataUri: string;
|
|
11837
12072
|
active: boolean;
|
|
11838
12073
|
sellerAllowList: Array<string>;
|
|
@@ -11871,6 +12106,13 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
11871
12106
|
schemaUrl: string;
|
|
11872
12107
|
type: MetadataType;
|
|
11873
12108
|
image: string;
|
|
12109
|
+
animationMetadata?: {
|
|
12110
|
+
__typename?: "AnimationMetadata";
|
|
12111
|
+
id: string;
|
|
12112
|
+
width?: number | null;
|
|
12113
|
+
height?: number | null;
|
|
12114
|
+
type?: string | null;
|
|
12115
|
+
} | null;
|
|
11874
12116
|
} | {
|
|
11875
12117
|
__typename?: "ProductV1MetadataEntity";
|
|
11876
12118
|
createdAt: string;
|
|
@@ -12004,7 +12246,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
12004
12246
|
seller: {
|
|
12005
12247
|
__typename?: "Seller";
|
|
12006
12248
|
id: string;
|
|
12007
|
-
|
|
12249
|
+
assistant: string;
|
|
12008
12250
|
admin: string;
|
|
12009
12251
|
clerk: string;
|
|
12010
12252
|
treasury: string;
|
|
@@ -12050,7 +12292,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
12050
12292
|
seller: {
|
|
12051
12293
|
__typename?: "Seller";
|
|
12052
12294
|
id: string;
|
|
12053
|
-
|
|
12295
|
+
assistant: string;
|
|
12054
12296
|
admin: string;
|
|
12055
12297
|
clerk: string;
|
|
12056
12298
|
treasury: string;
|
|
@@ -12086,6 +12328,20 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
12086
12328
|
deliveryTime: string;
|
|
12087
12329
|
}> | null;
|
|
12088
12330
|
} | null;
|
|
12331
|
+
animationMetadata?: {
|
|
12332
|
+
__typename?: "AnimationMetadata";
|
|
12333
|
+
id: string;
|
|
12334
|
+
width?: number | null;
|
|
12335
|
+
height?: number | null;
|
|
12336
|
+
type?: string | null;
|
|
12337
|
+
} | null;
|
|
12338
|
+
} | null;
|
|
12339
|
+
range?: {
|
|
12340
|
+
__typename?: "RangeEntity";
|
|
12341
|
+
id: string;
|
|
12342
|
+
start: string;
|
|
12343
|
+
end: string;
|
|
12344
|
+
owner: string;
|
|
12089
12345
|
} | null;
|
|
12090
12346
|
}>;
|
|
12091
12347
|
funds?: Array<{
|
|
@@ -12163,7 +12419,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12163
12419
|
seller: {
|
|
12164
12420
|
__typename?: "Seller";
|
|
12165
12421
|
id: string;
|
|
12166
|
-
|
|
12422
|
+
assistant: string;
|
|
12167
12423
|
admin: string;
|
|
12168
12424
|
clerk: string;
|
|
12169
12425
|
treasury: string;
|
|
@@ -12189,7 +12445,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12189
12445
|
admin: string;
|
|
12190
12446
|
clerk: string;
|
|
12191
12447
|
treasury: string;
|
|
12192
|
-
|
|
12448
|
+
assistant: string;
|
|
12193
12449
|
metadataUri: string;
|
|
12194
12450
|
active: boolean;
|
|
12195
12451
|
sellerAllowList: Array<string>;
|
|
@@ -12228,6 +12484,13 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12228
12484
|
schemaUrl: string;
|
|
12229
12485
|
type: MetadataType;
|
|
12230
12486
|
image: string;
|
|
12487
|
+
animationMetadata?: {
|
|
12488
|
+
__typename?: "AnimationMetadata";
|
|
12489
|
+
id: string;
|
|
12490
|
+
width?: number | null;
|
|
12491
|
+
height?: number | null;
|
|
12492
|
+
type?: string | null;
|
|
12493
|
+
} | null;
|
|
12231
12494
|
} | {
|
|
12232
12495
|
__typename?: "ProductV1MetadataEntity";
|
|
12233
12496
|
createdAt: string;
|
|
@@ -12361,7 +12624,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12361
12624
|
seller: {
|
|
12362
12625
|
__typename?: "Seller";
|
|
12363
12626
|
id: string;
|
|
12364
|
-
|
|
12627
|
+
assistant: string;
|
|
12365
12628
|
admin: string;
|
|
12366
12629
|
clerk: string;
|
|
12367
12630
|
treasury: string;
|
|
@@ -12407,7 +12670,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12407
12670
|
seller: {
|
|
12408
12671
|
__typename?: "Seller";
|
|
12409
12672
|
id: string;
|
|
12410
|
-
|
|
12673
|
+
assistant: string;
|
|
12411
12674
|
admin: string;
|
|
12412
12675
|
clerk: string;
|
|
12413
12676
|
treasury: string;
|
|
@@ -12443,6 +12706,20 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
12443
12706
|
deliveryTime: string;
|
|
12444
12707
|
}> | null;
|
|
12445
12708
|
} | null;
|
|
12709
|
+
animationMetadata?: {
|
|
12710
|
+
__typename?: "AnimationMetadata";
|
|
12711
|
+
id: string;
|
|
12712
|
+
width?: number | null;
|
|
12713
|
+
height?: number | null;
|
|
12714
|
+
type?: string | null;
|
|
12715
|
+
} | null;
|
|
12716
|
+
} | null;
|
|
12717
|
+
range?: {
|
|
12718
|
+
__typename?: "RangeEntity";
|
|
12719
|
+
id: string;
|
|
12720
|
+
start: string;
|
|
12721
|
+
end: string;
|
|
12722
|
+
owner: string;
|
|
12446
12723
|
} | null;
|
|
12447
12724
|
}>;
|
|
12448
12725
|
funds?: Array<{
|
|
@@ -12499,7 +12776,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12499
12776
|
seller: {
|
|
12500
12777
|
__typename?: "Seller";
|
|
12501
12778
|
id: string;
|
|
12502
|
-
|
|
12779
|
+
assistant: string;
|
|
12503
12780
|
admin: string;
|
|
12504
12781
|
clerk: string;
|
|
12505
12782
|
treasury: string;
|
|
@@ -12525,7 +12802,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12525
12802
|
admin: string;
|
|
12526
12803
|
clerk: string;
|
|
12527
12804
|
treasury: string;
|
|
12528
|
-
|
|
12805
|
+
assistant: string;
|
|
12529
12806
|
metadataUri: string;
|
|
12530
12807
|
active: boolean;
|
|
12531
12808
|
sellerAllowList: Array<string>;
|
|
@@ -12564,6 +12841,13 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12564
12841
|
schemaUrl: string;
|
|
12565
12842
|
type: MetadataType;
|
|
12566
12843
|
image: string;
|
|
12844
|
+
animationMetadata?: {
|
|
12845
|
+
__typename?: "AnimationMetadata";
|
|
12846
|
+
id: string;
|
|
12847
|
+
width?: number | null;
|
|
12848
|
+
height?: number | null;
|
|
12849
|
+
type?: string | null;
|
|
12850
|
+
} | null;
|
|
12567
12851
|
} | {
|
|
12568
12852
|
__typename?: "ProductV1MetadataEntity";
|
|
12569
12853
|
createdAt: string;
|
|
@@ -12697,7 +12981,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12697
12981
|
seller: {
|
|
12698
12982
|
__typename?: "Seller";
|
|
12699
12983
|
id: string;
|
|
12700
|
-
|
|
12984
|
+
assistant: string;
|
|
12701
12985
|
admin: string;
|
|
12702
12986
|
clerk: string;
|
|
12703
12987
|
treasury: string;
|
|
@@ -12743,7 +13027,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12743
13027
|
seller: {
|
|
12744
13028
|
__typename?: "Seller";
|
|
12745
13029
|
id: string;
|
|
12746
|
-
|
|
13030
|
+
assistant: string;
|
|
12747
13031
|
admin: string;
|
|
12748
13032
|
clerk: string;
|
|
12749
13033
|
treasury: string;
|
|
@@ -12779,6 +13063,20 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
12779
13063
|
deliveryTime: string;
|
|
12780
13064
|
}> | null;
|
|
12781
13065
|
} | null;
|
|
13066
|
+
animationMetadata?: {
|
|
13067
|
+
__typename?: "AnimationMetadata";
|
|
13068
|
+
id: string;
|
|
13069
|
+
width?: number | null;
|
|
13070
|
+
height?: number | null;
|
|
13071
|
+
type?: string | null;
|
|
13072
|
+
} | null;
|
|
13073
|
+
} | null;
|
|
13074
|
+
range?: {
|
|
13075
|
+
__typename?: "RangeEntity";
|
|
13076
|
+
id: string;
|
|
13077
|
+
start: string;
|
|
13078
|
+
end: string;
|
|
13079
|
+
owner: string;
|
|
12782
13080
|
} | null;
|
|
12783
13081
|
}>;
|
|
12784
13082
|
funds?: Array<{
|
|
@@ -13081,7 +13379,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13081
13379
|
seller: {
|
|
13082
13380
|
__typename?: "Seller";
|
|
13083
13381
|
id: string;
|
|
13084
|
-
|
|
13382
|
+
assistant: string;
|
|
13085
13383
|
admin: string;
|
|
13086
13384
|
clerk: string;
|
|
13087
13385
|
treasury: string;
|
|
@@ -13107,7 +13405,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13107
13405
|
admin: string;
|
|
13108
13406
|
clerk: string;
|
|
13109
13407
|
treasury: string;
|
|
13110
|
-
|
|
13408
|
+
assistant: string;
|
|
13111
13409
|
metadataUri: string;
|
|
13112
13410
|
active: boolean;
|
|
13113
13411
|
sellerAllowList: Array<string>;
|
|
@@ -13146,6 +13444,13 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13146
13444
|
schemaUrl: string;
|
|
13147
13445
|
type: MetadataType;
|
|
13148
13446
|
image: string;
|
|
13447
|
+
animationMetadata?: {
|
|
13448
|
+
__typename?: "AnimationMetadata";
|
|
13449
|
+
id: string;
|
|
13450
|
+
width?: number | null;
|
|
13451
|
+
height?: number | null;
|
|
13452
|
+
type?: string | null;
|
|
13453
|
+
} | null;
|
|
13149
13454
|
} | {
|
|
13150
13455
|
__typename?: "ProductV1MetadataEntity";
|
|
13151
13456
|
createdAt: string;
|
|
@@ -13279,7 +13584,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13279
13584
|
seller: {
|
|
13280
13585
|
__typename?: "Seller";
|
|
13281
13586
|
id: string;
|
|
13282
|
-
|
|
13587
|
+
assistant: string;
|
|
13283
13588
|
admin: string;
|
|
13284
13589
|
clerk: string;
|
|
13285
13590
|
treasury: string;
|
|
@@ -13325,7 +13630,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13325
13630
|
seller: {
|
|
13326
13631
|
__typename?: "Seller";
|
|
13327
13632
|
id: string;
|
|
13328
|
-
|
|
13633
|
+
assistant: string;
|
|
13329
13634
|
admin: string;
|
|
13330
13635
|
clerk: string;
|
|
13331
13636
|
treasury: string;
|
|
@@ -13361,6 +13666,20 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13361
13666
|
deliveryTime: string;
|
|
13362
13667
|
}> | null;
|
|
13363
13668
|
} | null;
|
|
13669
|
+
animationMetadata?: {
|
|
13670
|
+
__typename?: "AnimationMetadata";
|
|
13671
|
+
id: string;
|
|
13672
|
+
width?: number | null;
|
|
13673
|
+
height?: number | null;
|
|
13674
|
+
type?: string | null;
|
|
13675
|
+
} | null;
|
|
13676
|
+
} | null;
|
|
13677
|
+
range?: {
|
|
13678
|
+
__typename?: "RangeEntity";
|
|
13679
|
+
id: string;
|
|
13680
|
+
start: string;
|
|
13681
|
+
end: string;
|
|
13682
|
+
owner: string;
|
|
13364
13683
|
} | null;
|
|
13365
13684
|
};
|
|
13366
13685
|
dispute?: {
|
|
@@ -13387,7 +13706,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
13387
13706
|
seller: {
|
|
13388
13707
|
__typename?: "Seller";
|
|
13389
13708
|
id: string;
|
|
13390
|
-
|
|
13709
|
+
assistant: string;
|
|
13391
13710
|
admin: string;
|
|
13392
13711
|
clerk: string;
|
|
13393
13712
|
treasury: string;
|
|
@@ -13462,7 +13781,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13462
13781
|
seller: {
|
|
13463
13782
|
__typename?: "Seller";
|
|
13464
13783
|
id: string;
|
|
13465
|
-
|
|
13784
|
+
assistant: string;
|
|
13466
13785
|
admin: string;
|
|
13467
13786
|
clerk: string;
|
|
13468
13787
|
treasury: string;
|
|
@@ -13488,7 +13807,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13488
13807
|
admin: string;
|
|
13489
13808
|
clerk: string;
|
|
13490
13809
|
treasury: string;
|
|
13491
|
-
|
|
13810
|
+
assistant: string;
|
|
13492
13811
|
metadataUri: string;
|
|
13493
13812
|
active: boolean;
|
|
13494
13813
|
sellerAllowList: Array<string>;
|
|
@@ -13527,6 +13846,13 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13527
13846
|
schemaUrl: string;
|
|
13528
13847
|
type: MetadataType;
|
|
13529
13848
|
image: string;
|
|
13849
|
+
animationMetadata?: {
|
|
13850
|
+
__typename?: "AnimationMetadata";
|
|
13851
|
+
id: string;
|
|
13852
|
+
width?: number | null;
|
|
13853
|
+
height?: number | null;
|
|
13854
|
+
type?: string | null;
|
|
13855
|
+
} | null;
|
|
13530
13856
|
} | {
|
|
13531
13857
|
__typename?: "ProductV1MetadataEntity";
|
|
13532
13858
|
createdAt: string;
|
|
@@ -13660,7 +13986,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13660
13986
|
seller: {
|
|
13661
13987
|
__typename?: "Seller";
|
|
13662
13988
|
id: string;
|
|
13663
|
-
|
|
13989
|
+
assistant: string;
|
|
13664
13990
|
admin: string;
|
|
13665
13991
|
clerk: string;
|
|
13666
13992
|
treasury: string;
|
|
@@ -13706,7 +14032,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13706
14032
|
seller: {
|
|
13707
14033
|
__typename?: "Seller";
|
|
13708
14034
|
id: string;
|
|
13709
|
-
|
|
14035
|
+
assistant: string;
|
|
13710
14036
|
admin: string;
|
|
13711
14037
|
clerk: string;
|
|
13712
14038
|
treasury: string;
|
|
@@ -13742,6 +14068,20 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13742
14068
|
deliveryTime: string;
|
|
13743
14069
|
}> | null;
|
|
13744
14070
|
} | null;
|
|
14071
|
+
animationMetadata?: {
|
|
14072
|
+
__typename?: "AnimationMetadata";
|
|
14073
|
+
id: string;
|
|
14074
|
+
width?: number | null;
|
|
14075
|
+
height?: number | null;
|
|
14076
|
+
type?: string | null;
|
|
14077
|
+
} | null;
|
|
14078
|
+
} | null;
|
|
14079
|
+
range?: {
|
|
14080
|
+
__typename?: "RangeEntity";
|
|
14081
|
+
id: string;
|
|
14082
|
+
start: string;
|
|
14083
|
+
end: string;
|
|
14084
|
+
owner: string;
|
|
13745
14085
|
} | null;
|
|
13746
14086
|
};
|
|
13747
14087
|
dispute?: {
|
|
@@ -13768,7 +14108,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
13768
14108
|
seller: {
|
|
13769
14109
|
__typename?: "Seller";
|
|
13770
14110
|
id: string;
|
|
13771
|
-
|
|
14111
|
+
assistant: string;
|
|
13772
14112
|
admin: string;
|
|
13773
14113
|
clerk: string;
|
|
13774
14114
|
treasury: string;
|
|
@@ -13834,7 +14174,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13834
14174
|
seller: {
|
|
13835
14175
|
__typename?: "Seller";
|
|
13836
14176
|
id: string;
|
|
13837
|
-
|
|
14177
|
+
assistant: string;
|
|
13838
14178
|
admin: string;
|
|
13839
14179
|
clerk: string;
|
|
13840
14180
|
treasury: string;
|
|
@@ -13860,7 +14200,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13860
14200
|
admin: string;
|
|
13861
14201
|
clerk: string;
|
|
13862
14202
|
treasury: string;
|
|
13863
|
-
|
|
14203
|
+
assistant: string;
|
|
13864
14204
|
metadataUri: string;
|
|
13865
14205
|
active: boolean;
|
|
13866
14206
|
sellerAllowList: Array<string>;
|
|
@@ -13899,6 +14239,13 @@ export declare type ExchangeFieldsFragment = {
|
|
|
13899
14239
|
schemaUrl: string;
|
|
13900
14240
|
type: MetadataType;
|
|
13901
14241
|
image: string;
|
|
14242
|
+
animationMetadata?: {
|
|
14243
|
+
__typename?: "AnimationMetadata";
|
|
14244
|
+
id: string;
|
|
14245
|
+
width?: number | null;
|
|
14246
|
+
height?: number | null;
|
|
14247
|
+
type?: string | null;
|
|
14248
|
+
} | null;
|
|
13902
14249
|
} | {
|
|
13903
14250
|
__typename?: "ProductV1MetadataEntity";
|
|
13904
14251
|
createdAt: string;
|
|
@@ -14032,7 +14379,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
14032
14379
|
seller: {
|
|
14033
14380
|
__typename?: "Seller";
|
|
14034
14381
|
id: string;
|
|
14035
|
-
|
|
14382
|
+
assistant: string;
|
|
14036
14383
|
admin: string;
|
|
14037
14384
|
clerk: string;
|
|
14038
14385
|
treasury: string;
|
|
@@ -14078,7 +14425,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
14078
14425
|
seller: {
|
|
14079
14426
|
__typename?: "Seller";
|
|
14080
14427
|
id: string;
|
|
14081
|
-
|
|
14428
|
+
assistant: string;
|
|
14082
14429
|
admin: string;
|
|
14083
14430
|
clerk: string;
|
|
14084
14431
|
treasury: string;
|
|
@@ -14114,6 +14461,20 @@ export declare type ExchangeFieldsFragment = {
|
|
|
14114
14461
|
deliveryTime: string;
|
|
14115
14462
|
}> | null;
|
|
14116
14463
|
} | null;
|
|
14464
|
+
animationMetadata?: {
|
|
14465
|
+
__typename?: "AnimationMetadata";
|
|
14466
|
+
id: string;
|
|
14467
|
+
width?: number | null;
|
|
14468
|
+
height?: number | null;
|
|
14469
|
+
type?: string | null;
|
|
14470
|
+
} | null;
|
|
14471
|
+
} | null;
|
|
14472
|
+
range?: {
|
|
14473
|
+
__typename?: "RangeEntity";
|
|
14474
|
+
id: string;
|
|
14475
|
+
start: string;
|
|
14476
|
+
end: string;
|
|
14477
|
+
owner: string;
|
|
14117
14478
|
} | null;
|
|
14118
14479
|
};
|
|
14119
14480
|
dispute?: {
|
|
@@ -14140,7 +14501,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
14140
14501
|
seller: {
|
|
14141
14502
|
__typename?: "Seller";
|
|
14142
14503
|
id: string;
|
|
14143
|
-
|
|
14504
|
+
assistant: string;
|
|
14144
14505
|
admin: string;
|
|
14145
14506
|
clerk: string;
|
|
14146
14507
|
treasury: string;
|
|
@@ -14190,7 +14551,7 @@ export declare type BaseExchangeFieldsFragment = {
|
|
|
14190
14551
|
seller: {
|
|
14191
14552
|
__typename?: "Seller";
|
|
14192
14553
|
id: string;
|
|
14193
|
-
|
|
14554
|
+
assistant: string;
|
|
14194
14555
|
admin: string;
|
|
14195
14556
|
clerk: string;
|
|
14196
14557
|
treasury: string;
|
|
@@ -14305,6 +14666,13 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14305
14666
|
quantityAvailable: string;
|
|
14306
14667
|
numberOfCommits: string;
|
|
14307
14668
|
numberOfRedemptions: string;
|
|
14669
|
+
animationMetadata?: {
|
|
14670
|
+
__typename?: "AnimationMetadata";
|
|
14671
|
+
id: string;
|
|
14672
|
+
width?: number | null;
|
|
14673
|
+
height?: number | null;
|
|
14674
|
+
type?: string | null;
|
|
14675
|
+
} | null;
|
|
14308
14676
|
attributes?: Array<{
|
|
14309
14677
|
__typename?: "MetadataAttribute";
|
|
14310
14678
|
traitType: string;
|
|
@@ -14350,7 +14718,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14350
14718
|
seller: {
|
|
14351
14719
|
__typename?: "Seller";
|
|
14352
14720
|
id: string;
|
|
14353
|
-
|
|
14721
|
+
assistant: string;
|
|
14354
14722
|
admin: string;
|
|
14355
14723
|
clerk: string;
|
|
14356
14724
|
treasury: string;
|
|
@@ -14376,7 +14744,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14376
14744
|
admin: string;
|
|
14377
14745
|
clerk: string;
|
|
14378
14746
|
treasury: string;
|
|
14379
|
-
|
|
14747
|
+
assistant: string;
|
|
14380
14748
|
metadataUri: string;
|
|
14381
14749
|
active: boolean;
|
|
14382
14750
|
sellerAllowList: Array<string>;
|
|
@@ -14415,6 +14783,13 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14415
14783
|
schemaUrl: string;
|
|
14416
14784
|
type: MetadataType;
|
|
14417
14785
|
image: string;
|
|
14786
|
+
animationMetadata?: {
|
|
14787
|
+
__typename?: "AnimationMetadata";
|
|
14788
|
+
id: string;
|
|
14789
|
+
width?: number | null;
|
|
14790
|
+
height?: number | null;
|
|
14791
|
+
type?: string | null;
|
|
14792
|
+
} | null;
|
|
14418
14793
|
} | {
|
|
14419
14794
|
__typename?: "ProductV1MetadataEntity";
|
|
14420
14795
|
createdAt: string;
|
|
@@ -14548,7 +14923,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14548
14923
|
seller: {
|
|
14549
14924
|
__typename?: "Seller";
|
|
14550
14925
|
id: string;
|
|
14551
|
-
|
|
14926
|
+
assistant: string;
|
|
14552
14927
|
admin: string;
|
|
14553
14928
|
clerk: string;
|
|
14554
14929
|
treasury: string;
|
|
@@ -14594,7 +14969,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14594
14969
|
seller: {
|
|
14595
14970
|
__typename?: "Seller";
|
|
14596
14971
|
id: string;
|
|
14597
|
-
|
|
14972
|
+
assistant: string;
|
|
14598
14973
|
admin: string;
|
|
14599
14974
|
clerk: string;
|
|
14600
14975
|
treasury: string;
|
|
@@ -14630,12 +15005,26 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
14630
15005
|
deliveryTime: string;
|
|
14631
15006
|
}> | null;
|
|
14632
15007
|
} | null;
|
|
15008
|
+
animationMetadata?: {
|
|
15009
|
+
__typename?: "AnimationMetadata";
|
|
15010
|
+
id: string;
|
|
15011
|
+
width?: number | null;
|
|
15012
|
+
height?: number | null;
|
|
15013
|
+
type?: string | null;
|
|
15014
|
+
} | null;
|
|
15015
|
+
} | null;
|
|
15016
|
+
range?: {
|
|
15017
|
+
__typename?: "RangeEntity";
|
|
15018
|
+
id: string;
|
|
15019
|
+
start: string;
|
|
15020
|
+
end: string;
|
|
15021
|
+
owner: string;
|
|
14633
15022
|
} | null;
|
|
14634
15023
|
};
|
|
14635
15024
|
seller: {
|
|
14636
15025
|
__typename?: "Seller";
|
|
14637
15026
|
id: string;
|
|
14638
|
-
|
|
15027
|
+
assistant: string;
|
|
14639
15028
|
admin: string;
|
|
14640
15029
|
clerk: string;
|
|
14641
15030
|
treasury: string;
|
|
@@ -14684,6 +15073,13 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14684
15073
|
quantityAvailable: string;
|
|
14685
15074
|
numberOfCommits: string;
|
|
14686
15075
|
numberOfRedemptions: string;
|
|
15076
|
+
animationMetadata?: {
|
|
15077
|
+
__typename?: "AnimationMetadata";
|
|
15078
|
+
id: string;
|
|
15079
|
+
width?: number | null;
|
|
15080
|
+
height?: number | null;
|
|
15081
|
+
type?: string | null;
|
|
15082
|
+
} | null;
|
|
14687
15083
|
attributes?: Array<{
|
|
14688
15084
|
__typename?: "MetadataAttribute";
|
|
14689
15085
|
traitType: string;
|
|
@@ -14729,7 +15125,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14729
15125
|
seller: {
|
|
14730
15126
|
__typename?: "Seller";
|
|
14731
15127
|
id: string;
|
|
14732
|
-
|
|
15128
|
+
assistant: string;
|
|
14733
15129
|
admin: string;
|
|
14734
15130
|
clerk: string;
|
|
14735
15131
|
treasury: string;
|
|
@@ -14755,7 +15151,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14755
15151
|
admin: string;
|
|
14756
15152
|
clerk: string;
|
|
14757
15153
|
treasury: string;
|
|
14758
|
-
|
|
15154
|
+
assistant: string;
|
|
14759
15155
|
metadataUri: string;
|
|
14760
15156
|
active: boolean;
|
|
14761
15157
|
sellerAllowList: Array<string>;
|
|
@@ -14794,6 +15190,13 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14794
15190
|
schemaUrl: string;
|
|
14795
15191
|
type: MetadataType;
|
|
14796
15192
|
image: string;
|
|
15193
|
+
animationMetadata?: {
|
|
15194
|
+
__typename?: "AnimationMetadata";
|
|
15195
|
+
id: string;
|
|
15196
|
+
width?: number | null;
|
|
15197
|
+
height?: number | null;
|
|
15198
|
+
type?: string | null;
|
|
15199
|
+
} | null;
|
|
14797
15200
|
} | {
|
|
14798
15201
|
__typename?: "ProductV1MetadataEntity";
|
|
14799
15202
|
createdAt: string;
|
|
@@ -14927,7 +15330,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14927
15330
|
seller: {
|
|
14928
15331
|
__typename?: "Seller";
|
|
14929
15332
|
id: string;
|
|
14930
|
-
|
|
15333
|
+
assistant: string;
|
|
14931
15334
|
admin: string;
|
|
14932
15335
|
clerk: string;
|
|
14933
15336
|
treasury: string;
|
|
@@ -14973,7 +15376,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
14973
15376
|
seller: {
|
|
14974
15377
|
__typename?: "Seller";
|
|
14975
15378
|
id: string;
|
|
14976
|
-
|
|
15379
|
+
assistant: string;
|
|
14977
15380
|
admin: string;
|
|
14978
15381
|
clerk: string;
|
|
14979
15382
|
treasury: string;
|
|
@@ -15009,12 +15412,26 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
15009
15412
|
deliveryTime: string;
|
|
15010
15413
|
}> | null;
|
|
15011
15414
|
} | null;
|
|
15415
|
+
animationMetadata?: {
|
|
15416
|
+
__typename?: "AnimationMetadata";
|
|
15417
|
+
id: string;
|
|
15418
|
+
width?: number | null;
|
|
15419
|
+
height?: number | null;
|
|
15420
|
+
type?: string | null;
|
|
15421
|
+
} | null;
|
|
15422
|
+
} | null;
|
|
15423
|
+
range?: {
|
|
15424
|
+
__typename?: "RangeEntity";
|
|
15425
|
+
id: string;
|
|
15426
|
+
start: string;
|
|
15427
|
+
end: string;
|
|
15428
|
+
owner: string;
|
|
15012
15429
|
} | null;
|
|
15013
15430
|
};
|
|
15014
15431
|
seller: {
|
|
15015
15432
|
__typename?: "Seller";
|
|
15016
15433
|
id: string;
|
|
15017
|
-
|
|
15434
|
+
assistant: string;
|
|
15018
15435
|
admin: string;
|
|
15019
15436
|
clerk: string;
|
|
15020
15437
|
treasury: string;
|
|
@@ -15054,6 +15471,13 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15054
15471
|
quantityAvailable: string;
|
|
15055
15472
|
numberOfCommits: string;
|
|
15056
15473
|
numberOfRedemptions: string;
|
|
15474
|
+
animationMetadata?: {
|
|
15475
|
+
__typename?: "AnimationMetadata";
|
|
15476
|
+
id: string;
|
|
15477
|
+
width?: number | null;
|
|
15478
|
+
height?: number | null;
|
|
15479
|
+
type?: string | null;
|
|
15480
|
+
} | null;
|
|
15057
15481
|
attributes?: Array<{
|
|
15058
15482
|
__typename?: "MetadataAttribute";
|
|
15059
15483
|
traitType: string;
|
|
@@ -15099,7 +15523,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15099
15523
|
seller: {
|
|
15100
15524
|
__typename?: "Seller";
|
|
15101
15525
|
id: string;
|
|
15102
|
-
|
|
15526
|
+
assistant: string;
|
|
15103
15527
|
admin: string;
|
|
15104
15528
|
clerk: string;
|
|
15105
15529
|
treasury: string;
|
|
@@ -15125,7 +15549,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15125
15549
|
admin: string;
|
|
15126
15550
|
clerk: string;
|
|
15127
15551
|
treasury: string;
|
|
15128
|
-
|
|
15552
|
+
assistant: string;
|
|
15129
15553
|
metadataUri: string;
|
|
15130
15554
|
active: boolean;
|
|
15131
15555
|
sellerAllowList: Array<string>;
|
|
@@ -15164,6 +15588,13 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15164
15588
|
schemaUrl: string;
|
|
15165
15589
|
type: MetadataType;
|
|
15166
15590
|
image: string;
|
|
15591
|
+
animationMetadata?: {
|
|
15592
|
+
__typename?: "AnimationMetadata";
|
|
15593
|
+
id: string;
|
|
15594
|
+
width?: number | null;
|
|
15595
|
+
height?: number | null;
|
|
15596
|
+
type?: string | null;
|
|
15597
|
+
} | null;
|
|
15167
15598
|
} | {
|
|
15168
15599
|
__typename?: "ProductV1MetadataEntity";
|
|
15169
15600
|
createdAt: string;
|
|
@@ -15297,7 +15728,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15297
15728
|
seller: {
|
|
15298
15729
|
__typename?: "Seller";
|
|
15299
15730
|
id: string;
|
|
15300
|
-
|
|
15731
|
+
assistant: string;
|
|
15301
15732
|
admin: string;
|
|
15302
15733
|
clerk: string;
|
|
15303
15734
|
treasury: string;
|
|
@@ -15343,7 +15774,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15343
15774
|
seller: {
|
|
15344
15775
|
__typename?: "Seller";
|
|
15345
15776
|
id: string;
|
|
15346
|
-
|
|
15777
|
+
assistant: string;
|
|
15347
15778
|
admin: string;
|
|
15348
15779
|
clerk: string;
|
|
15349
15780
|
treasury: string;
|
|
@@ -15379,12 +15810,26 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
15379
15810
|
deliveryTime: string;
|
|
15380
15811
|
}> | null;
|
|
15381
15812
|
} | null;
|
|
15813
|
+
animationMetadata?: {
|
|
15814
|
+
__typename?: "AnimationMetadata";
|
|
15815
|
+
id: string;
|
|
15816
|
+
width?: number | null;
|
|
15817
|
+
height?: number | null;
|
|
15818
|
+
type?: string | null;
|
|
15819
|
+
} | null;
|
|
15820
|
+
} | null;
|
|
15821
|
+
range?: {
|
|
15822
|
+
__typename?: "RangeEntity";
|
|
15823
|
+
id: string;
|
|
15824
|
+
start: string;
|
|
15825
|
+
end: string;
|
|
15826
|
+
owner: string;
|
|
15382
15827
|
} | null;
|
|
15383
15828
|
};
|
|
15384
15829
|
seller: {
|
|
15385
15830
|
__typename?: "Seller";
|
|
15386
15831
|
id: string;
|
|
15387
|
-
|
|
15832
|
+
assistant: string;
|
|
15388
15833
|
admin: string;
|
|
15389
15834
|
clerk: string;
|
|
15390
15835
|
treasury: string;
|
|
@@ -15423,6 +15868,13 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15423
15868
|
quantityAvailable: string;
|
|
15424
15869
|
numberOfCommits: string;
|
|
15425
15870
|
numberOfRedemptions: string;
|
|
15871
|
+
animationMetadata?: {
|
|
15872
|
+
__typename?: "AnimationMetadata";
|
|
15873
|
+
id: string;
|
|
15874
|
+
width?: number | null;
|
|
15875
|
+
height?: number | null;
|
|
15876
|
+
type?: string | null;
|
|
15877
|
+
} | null;
|
|
15426
15878
|
attributes?: Array<{
|
|
15427
15879
|
__typename?: "MetadataAttribute";
|
|
15428
15880
|
traitType: string;
|
|
@@ -15468,7 +15920,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15468
15920
|
seller: {
|
|
15469
15921
|
__typename?: "Seller";
|
|
15470
15922
|
id: string;
|
|
15471
|
-
|
|
15923
|
+
assistant: string;
|
|
15472
15924
|
admin: string;
|
|
15473
15925
|
clerk: string;
|
|
15474
15926
|
treasury: string;
|
|
@@ -15494,7 +15946,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15494
15946
|
admin: string;
|
|
15495
15947
|
clerk: string;
|
|
15496
15948
|
treasury: string;
|
|
15497
|
-
|
|
15949
|
+
assistant: string;
|
|
15498
15950
|
metadataUri: string;
|
|
15499
15951
|
active: boolean;
|
|
15500
15952
|
sellerAllowList: Array<string>;
|
|
@@ -15533,6 +15985,13 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15533
15985
|
schemaUrl: string;
|
|
15534
15986
|
type: MetadataType;
|
|
15535
15987
|
image: string;
|
|
15988
|
+
animationMetadata?: {
|
|
15989
|
+
__typename?: "AnimationMetadata";
|
|
15990
|
+
id: string;
|
|
15991
|
+
width?: number | null;
|
|
15992
|
+
height?: number | null;
|
|
15993
|
+
type?: string | null;
|
|
15994
|
+
} | null;
|
|
15536
15995
|
} | {
|
|
15537
15996
|
__typename?: "ProductV1MetadataEntity";
|
|
15538
15997
|
createdAt: string;
|
|
@@ -15666,7 +16125,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15666
16125
|
seller: {
|
|
15667
16126
|
__typename?: "Seller";
|
|
15668
16127
|
id: string;
|
|
15669
|
-
|
|
16128
|
+
assistant: string;
|
|
15670
16129
|
admin: string;
|
|
15671
16130
|
clerk: string;
|
|
15672
16131
|
treasury: string;
|
|
@@ -15712,7 +16171,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15712
16171
|
seller: {
|
|
15713
16172
|
__typename?: "Seller";
|
|
15714
16173
|
id: string;
|
|
15715
|
-
|
|
16174
|
+
assistant: string;
|
|
15716
16175
|
admin: string;
|
|
15717
16176
|
clerk: string;
|
|
15718
16177
|
treasury: string;
|
|
@@ -15748,12 +16207,26 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
15748
16207
|
deliveryTime: string;
|
|
15749
16208
|
}> | null;
|
|
15750
16209
|
} | null;
|
|
16210
|
+
animationMetadata?: {
|
|
16211
|
+
__typename?: "AnimationMetadata";
|
|
16212
|
+
id: string;
|
|
16213
|
+
width?: number | null;
|
|
16214
|
+
height?: number | null;
|
|
16215
|
+
type?: string | null;
|
|
16216
|
+
} | null;
|
|
16217
|
+
} | null;
|
|
16218
|
+
range?: {
|
|
16219
|
+
__typename?: "RangeEntity";
|
|
16220
|
+
id: string;
|
|
16221
|
+
start: string;
|
|
16222
|
+
end: string;
|
|
16223
|
+
owner: string;
|
|
15751
16224
|
} | null;
|
|
15752
16225
|
};
|
|
15753
16226
|
seller: {
|
|
15754
16227
|
__typename?: "Seller";
|
|
15755
16228
|
id: string;
|
|
15756
|
-
|
|
16229
|
+
assistant: string;
|
|
15757
16230
|
admin: string;
|
|
15758
16231
|
clerk: string;
|
|
15759
16232
|
treasury: string;
|
|
@@ -15907,7 +16380,7 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
15907
16380
|
seller: {
|
|
15908
16381
|
__typename?: "Seller";
|
|
15909
16382
|
id: string;
|
|
15910
|
-
|
|
16383
|
+
assistant: string;
|
|
15911
16384
|
admin: string;
|
|
15912
16385
|
clerk: string;
|
|
15913
16386
|
treasury: string;
|
|
@@ -16031,7 +16504,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16031
16504
|
seller: {
|
|
16032
16505
|
__typename?: "Seller";
|
|
16033
16506
|
id: string;
|
|
16034
|
-
|
|
16507
|
+
assistant: string;
|
|
16035
16508
|
admin: string;
|
|
16036
16509
|
clerk: string;
|
|
16037
16510
|
treasury: string;
|
|
@@ -16056,7 +16529,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16056
16529
|
seller: {
|
|
16057
16530
|
__typename?: "Seller";
|
|
16058
16531
|
id: string;
|
|
16059
|
-
|
|
16532
|
+
assistant: string;
|
|
16060
16533
|
admin: string;
|
|
16061
16534
|
clerk: string;
|
|
16062
16535
|
treasury: string;
|
|
@@ -16082,7 +16555,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16082
16555
|
admin: string;
|
|
16083
16556
|
clerk: string;
|
|
16084
16557
|
treasury: string;
|
|
16085
|
-
|
|
16558
|
+
assistant: string;
|
|
16086
16559
|
metadataUri: string;
|
|
16087
16560
|
active: boolean;
|
|
16088
16561
|
sellerAllowList: Array<string>;
|
|
@@ -16121,6 +16594,13 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16121
16594
|
schemaUrl: string;
|
|
16122
16595
|
type: MetadataType;
|
|
16123
16596
|
image: string;
|
|
16597
|
+
animationMetadata?: {
|
|
16598
|
+
__typename?: "AnimationMetadata";
|
|
16599
|
+
id: string;
|
|
16600
|
+
width?: number | null;
|
|
16601
|
+
height?: number | null;
|
|
16602
|
+
type?: string | null;
|
|
16603
|
+
} | null;
|
|
16124
16604
|
} | {
|
|
16125
16605
|
__typename?: "ProductV1MetadataEntity";
|
|
16126
16606
|
createdAt: string;
|
|
@@ -16254,7 +16734,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16254
16734
|
seller: {
|
|
16255
16735
|
__typename?: "Seller";
|
|
16256
16736
|
id: string;
|
|
16257
|
-
|
|
16737
|
+
assistant: string;
|
|
16258
16738
|
admin: string;
|
|
16259
16739
|
clerk: string;
|
|
16260
16740
|
treasury: string;
|
|
@@ -16300,7 +16780,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16300
16780
|
seller: {
|
|
16301
16781
|
__typename?: "Seller";
|
|
16302
16782
|
id: string;
|
|
16303
|
-
|
|
16783
|
+
assistant: string;
|
|
16304
16784
|
admin: string;
|
|
16305
16785
|
clerk: string;
|
|
16306
16786
|
treasury: string;
|
|
@@ -16336,6 +16816,20 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16336
16816
|
deliveryTime: string;
|
|
16337
16817
|
}> | null;
|
|
16338
16818
|
} | null;
|
|
16819
|
+
animationMetadata?: {
|
|
16820
|
+
__typename?: "AnimationMetadata";
|
|
16821
|
+
id: string;
|
|
16822
|
+
width?: number | null;
|
|
16823
|
+
height?: number | null;
|
|
16824
|
+
type?: string | null;
|
|
16825
|
+
} | null;
|
|
16826
|
+
} | null;
|
|
16827
|
+
range?: {
|
|
16828
|
+
__typename?: "RangeEntity";
|
|
16829
|
+
id: string;
|
|
16830
|
+
start: string;
|
|
16831
|
+
end: string;
|
|
16832
|
+
owner: string;
|
|
16339
16833
|
} | null;
|
|
16340
16834
|
};
|
|
16341
16835
|
variations?: Array<{
|
|
@@ -16425,7 +16919,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
16425
16919
|
seller: {
|
|
16426
16920
|
__typename?: "Seller";
|
|
16427
16921
|
id: string;
|
|
16428
|
-
|
|
16922
|
+
assistant: string;
|
|
16429
16923
|
admin: string;
|
|
16430
16924
|
clerk: string;
|
|
16431
16925
|
treasury: string;
|
|
@@ -16549,7 +17043,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16549
17043
|
seller: {
|
|
16550
17044
|
__typename?: "Seller";
|
|
16551
17045
|
id: string;
|
|
16552
|
-
|
|
17046
|
+
assistant: string;
|
|
16553
17047
|
admin: string;
|
|
16554
17048
|
clerk: string;
|
|
16555
17049
|
treasury: string;
|
|
@@ -16574,7 +17068,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16574
17068
|
seller: {
|
|
16575
17069
|
__typename?: "Seller";
|
|
16576
17070
|
id: string;
|
|
16577
|
-
|
|
17071
|
+
assistant: string;
|
|
16578
17072
|
admin: string;
|
|
16579
17073
|
clerk: string;
|
|
16580
17074
|
treasury: string;
|
|
@@ -16600,7 +17094,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16600
17094
|
admin: string;
|
|
16601
17095
|
clerk: string;
|
|
16602
17096
|
treasury: string;
|
|
16603
|
-
|
|
17097
|
+
assistant: string;
|
|
16604
17098
|
metadataUri: string;
|
|
16605
17099
|
active: boolean;
|
|
16606
17100
|
sellerAllowList: Array<string>;
|
|
@@ -16639,6 +17133,13 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16639
17133
|
schemaUrl: string;
|
|
16640
17134
|
type: MetadataType;
|
|
16641
17135
|
image: string;
|
|
17136
|
+
animationMetadata?: {
|
|
17137
|
+
__typename?: "AnimationMetadata";
|
|
17138
|
+
id: string;
|
|
17139
|
+
width?: number | null;
|
|
17140
|
+
height?: number | null;
|
|
17141
|
+
type?: string | null;
|
|
17142
|
+
} | null;
|
|
16642
17143
|
} | {
|
|
16643
17144
|
__typename?: "ProductV1MetadataEntity";
|
|
16644
17145
|
createdAt: string;
|
|
@@ -16772,7 +17273,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16772
17273
|
seller: {
|
|
16773
17274
|
__typename?: "Seller";
|
|
16774
17275
|
id: string;
|
|
16775
|
-
|
|
17276
|
+
assistant: string;
|
|
16776
17277
|
admin: string;
|
|
16777
17278
|
clerk: string;
|
|
16778
17279
|
treasury: string;
|
|
@@ -16818,7 +17319,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16818
17319
|
seller: {
|
|
16819
17320
|
__typename?: "Seller";
|
|
16820
17321
|
id: string;
|
|
16821
|
-
|
|
17322
|
+
assistant: string;
|
|
16822
17323
|
admin: string;
|
|
16823
17324
|
clerk: string;
|
|
16824
17325
|
treasury: string;
|
|
@@ -16854,6 +17355,20 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16854
17355
|
deliveryTime: string;
|
|
16855
17356
|
}> | null;
|
|
16856
17357
|
} | null;
|
|
17358
|
+
animationMetadata?: {
|
|
17359
|
+
__typename?: "AnimationMetadata";
|
|
17360
|
+
id: string;
|
|
17361
|
+
width?: number | null;
|
|
17362
|
+
height?: number | null;
|
|
17363
|
+
type?: string | null;
|
|
17364
|
+
} | null;
|
|
17365
|
+
} | null;
|
|
17366
|
+
range?: {
|
|
17367
|
+
__typename?: "RangeEntity";
|
|
17368
|
+
id: string;
|
|
17369
|
+
start: string;
|
|
17370
|
+
end: string;
|
|
17371
|
+
owner: string;
|
|
16857
17372
|
} | null;
|
|
16858
17373
|
};
|
|
16859
17374
|
variations?: Array<{
|
|
@@ -16943,7 +17458,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
16943
17458
|
seller: {
|
|
16944
17459
|
__typename?: "Seller";
|
|
16945
17460
|
id: string;
|
|
16946
|
-
|
|
17461
|
+
assistant: string;
|
|
16947
17462
|
admin: string;
|
|
16948
17463
|
clerk: string;
|
|
16949
17464
|
treasury: string;
|
|
@@ -17079,7 +17594,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17079
17594
|
seller: {
|
|
17080
17595
|
__typename?: "Seller";
|
|
17081
17596
|
id: string;
|
|
17082
|
-
|
|
17597
|
+
assistant: string;
|
|
17083
17598
|
admin: string;
|
|
17084
17599
|
clerk: string;
|
|
17085
17600
|
treasury: string;
|
|
@@ -17104,7 +17619,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17104
17619
|
seller: {
|
|
17105
17620
|
__typename?: "Seller";
|
|
17106
17621
|
id: string;
|
|
17107
|
-
|
|
17622
|
+
assistant: string;
|
|
17108
17623
|
admin: string;
|
|
17109
17624
|
clerk: string;
|
|
17110
17625
|
treasury: string;
|
|
@@ -17130,7 +17645,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17130
17645
|
admin: string;
|
|
17131
17646
|
clerk: string;
|
|
17132
17647
|
treasury: string;
|
|
17133
|
-
|
|
17648
|
+
assistant: string;
|
|
17134
17649
|
metadataUri: string;
|
|
17135
17650
|
active: boolean;
|
|
17136
17651
|
sellerAllowList: Array<string>;
|
|
@@ -17169,6 +17684,13 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17169
17684
|
schemaUrl: string;
|
|
17170
17685
|
type: MetadataType;
|
|
17171
17686
|
image: string;
|
|
17687
|
+
animationMetadata?: {
|
|
17688
|
+
__typename?: "AnimationMetadata";
|
|
17689
|
+
id: string;
|
|
17690
|
+
width?: number | null;
|
|
17691
|
+
height?: number | null;
|
|
17692
|
+
type?: string | null;
|
|
17693
|
+
} | null;
|
|
17172
17694
|
} | {
|
|
17173
17695
|
__typename?: "ProductV1MetadataEntity";
|
|
17174
17696
|
createdAt: string;
|
|
@@ -17302,7 +17824,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17302
17824
|
seller: {
|
|
17303
17825
|
__typename?: "Seller";
|
|
17304
17826
|
id: string;
|
|
17305
|
-
|
|
17827
|
+
assistant: string;
|
|
17306
17828
|
admin: string;
|
|
17307
17829
|
clerk: string;
|
|
17308
17830
|
treasury: string;
|
|
@@ -17348,7 +17870,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17348
17870
|
seller: {
|
|
17349
17871
|
__typename?: "Seller";
|
|
17350
17872
|
id: string;
|
|
17351
|
-
|
|
17873
|
+
assistant: string;
|
|
17352
17874
|
admin: string;
|
|
17353
17875
|
clerk: string;
|
|
17354
17876
|
treasury: string;
|
|
@@ -17384,12 +17906,26 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17384
17906
|
deliveryTime: string;
|
|
17385
17907
|
}> | null;
|
|
17386
17908
|
} | null;
|
|
17909
|
+
animationMetadata?: {
|
|
17910
|
+
__typename?: "AnimationMetadata";
|
|
17911
|
+
id: string;
|
|
17912
|
+
width?: number | null;
|
|
17913
|
+
height?: number | null;
|
|
17914
|
+
type?: string | null;
|
|
17915
|
+
} | null;
|
|
17916
|
+
} | null;
|
|
17917
|
+
range?: {
|
|
17918
|
+
__typename?: "RangeEntity";
|
|
17919
|
+
id: string;
|
|
17920
|
+
start: string;
|
|
17921
|
+
end: string;
|
|
17922
|
+
owner: string;
|
|
17387
17923
|
} | null;
|
|
17388
17924
|
};
|
|
17389
17925
|
seller: {
|
|
17390
17926
|
__typename?: "Seller";
|
|
17391
17927
|
id: string;
|
|
17392
|
-
|
|
17928
|
+
assistant: string;
|
|
17393
17929
|
admin: string;
|
|
17394
17930
|
clerk: string;
|
|
17395
17931
|
treasury: string;
|
|
@@ -17518,7 +18054,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17518
18054
|
seller: {
|
|
17519
18055
|
__typename?: "Seller";
|
|
17520
18056
|
id: string;
|
|
17521
|
-
|
|
18057
|
+
assistant: string;
|
|
17522
18058
|
admin: string;
|
|
17523
18059
|
clerk: string;
|
|
17524
18060
|
treasury: string;
|
|
@@ -17564,7 +18100,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
17564
18100
|
seller: {
|
|
17565
18101
|
__typename?: "Seller";
|
|
17566
18102
|
id: string;
|
|
17567
|
-
|
|
18103
|
+
assistant: string;
|
|
17568
18104
|
admin: string;
|
|
17569
18105
|
clerk: string;
|
|
17570
18106
|
treasury: string;
|
|
@@ -17694,7 +18230,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17694
18230
|
seller: {
|
|
17695
18231
|
__typename?: "Seller";
|
|
17696
18232
|
id: string;
|
|
17697
|
-
|
|
18233
|
+
assistant: string;
|
|
17698
18234
|
admin: string;
|
|
17699
18235
|
clerk: string;
|
|
17700
18236
|
treasury: string;
|
|
@@ -17719,7 +18255,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17719
18255
|
seller: {
|
|
17720
18256
|
__typename?: "Seller";
|
|
17721
18257
|
id: string;
|
|
17722
|
-
|
|
18258
|
+
assistant: string;
|
|
17723
18259
|
admin: string;
|
|
17724
18260
|
clerk: string;
|
|
17725
18261
|
treasury: string;
|
|
@@ -17745,7 +18281,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17745
18281
|
admin: string;
|
|
17746
18282
|
clerk: string;
|
|
17747
18283
|
treasury: string;
|
|
17748
|
-
|
|
18284
|
+
assistant: string;
|
|
17749
18285
|
metadataUri: string;
|
|
17750
18286
|
active: boolean;
|
|
17751
18287
|
sellerAllowList: Array<string>;
|
|
@@ -17784,6 +18320,13 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17784
18320
|
schemaUrl: string;
|
|
17785
18321
|
type: MetadataType;
|
|
17786
18322
|
image: string;
|
|
18323
|
+
animationMetadata?: {
|
|
18324
|
+
__typename?: "AnimationMetadata";
|
|
18325
|
+
id: string;
|
|
18326
|
+
width?: number | null;
|
|
18327
|
+
height?: number | null;
|
|
18328
|
+
type?: string | null;
|
|
18329
|
+
} | null;
|
|
17787
18330
|
} | {
|
|
17788
18331
|
__typename?: "ProductV1MetadataEntity";
|
|
17789
18332
|
createdAt: string;
|
|
@@ -17917,7 +18460,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17917
18460
|
seller: {
|
|
17918
18461
|
__typename?: "Seller";
|
|
17919
18462
|
id: string;
|
|
17920
|
-
|
|
18463
|
+
assistant: string;
|
|
17921
18464
|
admin: string;
|
|
17922
18465
|
clerk: string;
|
|
17923
18466
|
treasury: string;
|
|
@@ -17963,7 +18506,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17963
18506
|
seller: {
|
|
17964
18507
|
__typename?: "Seller";
|
|
17965
18508
|
id: string;
|
|
17966
|
-
|
|
18509
|
+
assistant: string;
|
|
17967
18510
|
admin: string;
|
|
17968
18511
|
clerk: string;
|
|
17969
18512
|
treasury: string;
|
|
@@ -17999,12 +18542,26 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
17999
18542
|
deliveryTime: string;
|
|
18000
18543
|
}> | null;
|
|
18001
18544
|
} | null;
|
|
18545
|
+
animationMetadata?: {
|
|
18546
|
+
__typename?: "AnimationMetadata";
|
|
18547
|
+
id: string;
|
|
18548
|
+
width?: number | null;
|
|
18549
|
+
height?: number | null;
|
|
18550
|
+
type?: string | null;
|
|
18551
|
+
} | null;
|
|
18552
|
+
} | null;
|
|
18553
|
+
range?: {
|
|
18554
|
+
__typename?: "RangeEntity";
|
|
18555
|
+
id: string;
|
|
18556
|
+
start: string;
|
|
18557
|
+
end: string;
|
|
18558
|
+
owner: string;
|
|
18002
18559
|
} | null;
|
|
18003
18560
|
};
|
|
18004
18561
|
seller: {
|
|
18005
18562
|
__typename?: "Seller";
|
|
18006
18563
|
id: string;
|
|
18007
|
-
|
|
18564
|
+
assistant: string;
|
|
18008
18565
|
admin: string;
|
|
18009
18566
|
clerk: string;
|
|
18010
18567
|
treasury: string;
|
|
@@ -18133,7 +18690,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18133
18690
|
seller: {
|
|
18134
18691
|
__typename?: "Seller";
|
|
18135
18692
|
id: string;
|
|
18136
|
-
|
|
18693
|
+
assistant: string;
|
|
18137
18694
|
admin: string;
|
|
18138
18695
|
clerk: string;
|
|
18139
18696
|
treasury: string;
|
|
@@ -18179,7 +18736,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
18179
18736
|
seller: {
|
|
18180
18737
|
__typename?: "Seller";
|
|
18181
18738
|
id: string;
|
|
18182
|
-
|
|
18739
|
+
assistant: string;
|
|
18183
18740
|
admin: string;
|
|
18184
18741
|
clerk: string;
|
|
18185
18742
|
treasury: string;
|
|
@@ -18300,7 +18857,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18300
18857
|
seller: {
|
|
18301
18858
|
__typename?: "Seller";
|
|
18302
18859
|
id: string;
|
|
18303
|
-
|
|
18860
|
+
assistant: string;
|
|
18304
18861
|
admin: string;
|
|
18305
18862
|
clerk: string;
|
|
18306
18863
|
treasury: string;
|
|
@@ -18325,7 +18882,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18325
18882
|
seller: {
|
|
18326
18883
|
__typename?: "Seller";
|
|
18327
18884
|
id: string;
|
|
18328
|
-
|
|
18885
|
+
assistant: string;
|
|
18329
18886
|
admin: string;
|
|
18330
18887
|
clerk: string;
|
|
18331
18888
|
treasury: string;
|
|
@@ -18351,7 +18908,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18351
18908
|
admin: string;
|
|
18352
18909
|
clerk: string;
|
|
18353
18910
|
treasury: string;
|
|
18354
|
-
|
|
18911
|
+
assistant: string;
|
|
18355
18912
|
metadataUri: string;
|
|
18356
18913
|
active: boolean;
|
|
18357
18914
|
sellerAllowList: Array<string>;
|
|
@@ -18390,6 +18947,13 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18390
18947
|
schemaUrl: string;
|
|
18391
18948
|
type: MetadataType;
|
|
18392
18949
|
image: string;
|
|
18950
|
+
animationMetadata?: {
|
|
18951
|
+
__typename?: "AnimationMetadata";
|
|
18952
|
+
id: string;
|
|
18953
|
+
width?: number | null;
|
|
18954
|
+
height?: number | null;
|
|
18955
|
+
type?: string | null;
|
|
18956
|
+
} | null;
|
|
18393
18957
|
} | {
|
|
18394
18958
|
__typename?: "ProductV1MetadataEntity";
|
|
18395
18959
|
createdAt: string;
|
|
@@ -18523,7 +19087,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18523
19087
|
seller: {
|
|
18524
19088
|
__typename?: "Seller";
|
|
18525
19089
|
id: string;
|
|
18526
|
-
|
|
19090
|
+
assistant: string;
|
|
18527
19091
|
admin: string;
|
|
18528
19092
|
clerk: string;
|
|
18529
19093
|
treasury: string;
|
|
@@ -18569,7 +19133,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18569
19133
|
seller: {
|
|
18570
19134
|
__typename?: "Seller";
|
|
18571
19135
|
id: string;
|
|
18572
|
-
|
|
19136
|
+
assistant: string;
|
|
18573
19137
|
admin: string;
|
|
18574
19138
|
clerk: string;
|
|
18575
19139
|
treasury: string;
|
|
@@ -18605,12 +19169,26 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18605
19169
|
deliveryTime: string;
|
|
18606
19170
|
}> | null;
|
|
18607
19171
|
} | null;
|
|
19172
|
+
animationMetadata?: {
|
|
19173
|
+
__typename?: "AnimationMetadata";
|
|
19174
|
+
id: string;
|
|
19175
|
+
width?: number | null;
|
|
19176
|
+
height?: number | null;
|
|
19177
|
+
type?: string | null;
|
|
19178
|
+
} | null;
|
|
19179
|
+
} | null;
|
|
19180
|
+
range?: {
|
|
19181
|
+
__typename?: "RangeEntity";
|
|
19182
|
+
id: string;
|
|
19183
|
+
start: string;
|
|
19184
|
+
end: string;
|
|
19185
|
+
owner: string;
|
|
18608
19186
|
} | null;
|
|
18609
19187
|
};
|
|
18610
19188
|
seller: {
|
|
18611
19189
|
__typename?: "Seller";
|
|
18612
19190
|
id: string;
|
|
18613
|
-
|
|
19191
|
+
assistant: string;
|
|
18614
19192
|
admin: string;
|
|
18615
19193
|
clerk: string;
|
|
18616
19194
|
treasury: string;
|
|
@@ -18739,7 +19317,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18739
19317
|
seller: {
|
|
18740
19318
|
__typename?: "Seller";
|
|
18741
19319
|
id: string;
|
|
18742
|
-
|
|
19320
|
+
assistant: string;
|
|
18743
19321
|
admin: string;
|
|
18744
19322
|
clerk: string;
|
|
18745
19323
|
treasury: string;
|
|
@@ -18785,7 +19363,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
18785
19363
|
seller: {
|
|
18786
19364
|
__typename?: "Seller";
|
|
18787
19365
|
id: string;
|
|
18788
|
-
|
|
19366
|
+
assistant: string;
|
|
18789
19367
|
admin: string;
|
|
18790
19368
|
clerk: string;
|
|
18791
19369
|
treasury: string;
|
|
@@ -18905,7 +19483,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18905
19483
|
seller: {
|
|
18906
19484
|
__typename?: "Seller";
|
|
18907
19485
|
id: string;
|
|
18908
|
-
|
|
19486
|
+
assistant: string;
|
|
18909
19487
|
admin: string;
|
|
18910
19488
|
clerk: string;
|
|
18911
19489
|
treasury: string;
|
|
@@ -18930,7 +19508,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18930
19508
|
seller: {
|
|
18931
19509
|
__typename?: "Seller";
|
|
18932
19510
|
id: string;
|
|
18933
|
-
|
|
19511
|
+
assistant: string;
|
|
18934
19512
|
admin: string;
|
|
18935
19513
|
clerk: string;
|
|
18936
19514
|
treasury: string;
|
|
@@ -18956,7 +19534,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18956
19534
|
admin: string;
|
|
18957
19535
|
clerk: string;
|
|
18958
19536
|
treasury: string;
|
|
18959
|
-
|
|
19537
|
+
assistant: string;
|
|
18960
19538
|
metadataUri: string;
|
|
18961
19539
|
active: boolean;
|
|
18962
19540
|
sellerAllowList: Array<string>;
|
|
@@ -18995,6 +19573,13 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
18995
19573
|
schemaUrl: string;
|
|
18996
19574
|
type: MetadataType;
|
|
18997
19575
|
image: string;
|
|
19576
|
+
animationMetadata?: {
|
|
19577
|
+
__typename?: "AnimationMetadata";
|
|
19578
|
+
id: string;
|
|
19579
|
+
width?: number | null;
|
|
19580
|
+
height?: number | null;
|
|
19581
|
+
type?: string | null;
|
|
19582
|
+
} | null;
|
|
18998
19583
|
} | {
|
|
18999
19584
|
__typename?: "ProductV1MetadataEntity";
|
|
19000
19585
|
createdAt: string;
|
|
@@ -19128,7 +19713,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19128
19713
|
seller: {
|
|
19129
19714
|
__typename?: "Seller";
|
|
19130
19715
|
id: string;
|
|
19131
|
-
|
|
19716
|
+
assistant: string;
|
|
19132
19717
|
admin: string;
|
|
19133
19718
|
clerk: string;
|
|
19134
19719
|
treasury: string;
|
|
@@ -19174,7 +19759,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19174
19759
|
seller: {
|
|
19175
19760
|
__typename?: "Seller";
|
|
19176
19761
|
id: string;
|
|
19177
|
-
|
|
19762
|
+
assistant: string;
|
|
19178
19763
|
admin: string;
|
|
19179
19764
|
clerk: string;
|
|
19180
19765
|
treasury: string;
|
|
@@ -19210,12 +19795,26 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19210
19795
|
deliveryTime: string;
|
|
19211
19796
|
}> | null;
|
|
19212
19797
|
} | null;
|
|
19798
|
+
animationMetadata?: {
|
|
19799
|
+
__typename?: "AnimationMetadata";
|
|
19800
|
+
id: string;
|
|
19801
|
+
width?: number | null;
|
|
19802
|
+
height?: number | null;
|
|
19803
|
+
type?: string | null;
|
|
19804
|
+
} | null;
|
|
19805
|
+
} | null;
|
|
19806
|
+
range?: {
|
|
19807
|
+
__typename?: "RangeEntity";
|
|
19808
|
+
id: string;
|
|
19809
|
+
start: string;
|
|
19810
|
+
end: string;
|
|
19811
|
+
owner: string;
|
|
19213
19812
|
} | null;
|
|
19214
19813
|
};
|
|
19215
19814
|
seller: {
|
|
19216
19815
|
__typename?: "Seller";
|
|
19217
19816
|
id: string;
|
|
19218
|
-
|
|
19817
|
+
assistant: string;
|
|
19219
19818
|
admin: string;
|
|
19220
19819
|
clerk: string;
|
|
19221
19820
|
treasury: string;
|
|
@@ -19344,7 +19943,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19344
19943
|
seller: {
|
|
19345
19944
|
__typename?: "Seller";
|
|
19346
19945
|
id: string;
|
|
19347
|
-
|
|
19946
|
+
assistant: string;
|
|
19348
19947
|
admin: string;
|
|
19349
19948
|
clerk: string;
|
|
19350
19949
|
treasury: string;
|
|
@@ -19390,7 +19989,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
19390
19989
|
seller: {
|
|
19391
19990
|
__typename?: "Seller";
|
|
19392
19991
|
id: string;
|
|
19393
|
-
|
|
19992
|
+
assistant: string;
|
|
19394
19993
|
admin: string;
|
|
19395
19994
|
clerk: string;
|
|
19396
19995
|
treasury: string;
|
|
@@ -19530,7 +20129,7 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
19530
20129
|
seller: {
|
|
19531
20130
|
__typename?: "Seller";
|
|
19532
20131
|
id: string;
|
|
19533
|
-
|
|
20132
|
+
assistant: string;
|
|
19534
20133
|
admin: string;
|
|
19535
20134
|
clerk: string;
|
|
19536
20135
|
treasury: string;
|
|
@@ -19644,7 +20243,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19644
20243
|
seller: {
|
|
19645
20244
|
__typename?: "Seller";
|
|
19646
20245
|
id: string;
|
|
19647
|
-
|
|
20246
|
+
assistant: string;
|
|
19648
20247
|
admin: string;
|
|
19649
20248
|
clerk: string;
|
|
19650
20249
|
treasury: string;
|
|
@@ -19669,7 +20268,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19669
20268
|
seller: {
|
|
19670
20269
|
__typename?: "Seller";
|
|
19671
20270
|
id: string;
|
|
19672
|
-
|
|
20271
|
+
assistant: string;
|
|
19673
20272
|
admin: string;
|
|
19674
20273
|
clerk: string;
|
|
19675
20274
|
treasury: string;
|
|
@@ -19695,7 +20294,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19695
20294
|
admin: string;
|
|
19696
20295
|
clerk: string;
|
|
19697
20296
|
treasury: string;
|
|
19698
|
-
|
|
20297
|
+
assistant: string;
|
|
19699
20298
|
metadataUri: string;
|
|
19700
20299
|
active: boolean;
|
|
19701
20300
|
sellerAllowList: Array<string>;
|
|
@@ -19734,6 +20333,13 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19734
20333
|
schemaUrl: string;
|
|
19735
20334
|
type: MetadataType;
|
|
19736
20335
|
image: string;
|
|
20336
|
+
animationMetadata?: {
|
|
20337
|
+
__typename?: "AnimationMetadata";
|
|
20338
|
+
id: string;
|
|
20339
|
+
width?: number | null;
|
|
20340
|
+
height?: number | null;
|
|
20341
|
+
type?: string | null;
|
|
20342
|
+
} | null;
|
|
19737
20343
|
} | {
|
|
19738
20344
|
__typename?: "ProductV1MetadataEntity";
|
|
19739
20345
|
createdAt: string;
|
|
@@ -19867,7 +20473,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19867
20473
|
seller: {
|
|
19868
20474
|
__typename?: "Seller";
|
|
19869
20475
|
id: string;
|
|
19870
|
-
|
|
20476
|
+
assistant: string;
|
|
19871
20477
|
admin: string;
|
|
19872
20478
|
clerk: string;
|
|
19873
20479
|
treasury: string;
|
|
@@ -19913,7 +20519,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19913
20519
|
seller: {
|
|
19914
20520
|
__typename?: "Seller";
|
|
19915
20521
|
id: string;
|
|
19916
|
-
|
|
20522
|
+
assistant: string;
|
|
19917
20523
|
admin: string;
|
|
19918
20524
|
clerk: string;
|
|
19919
20525
|
treasury: string;
|
|
@@ -19949,6 +20555,20 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
19949
20555
|
deliveryTime: string;
|
|
19950
20556
|
}> | null;
|
|
19951
20557
|
} | null;
|
|
20558
|
+
animationMetadata?: {
|
|
20559
|
+
__typename?: "AnimationMetadata";
|
|
20560
|
+
id: string;
|
|
20561
|
+
width?: number | null;
|
|
20562
|
+
height?: number | null;
|
|
20563
|
+
type?: string | null;
|
|
20564
|
+
} | null;
|
|
20565
|
+
} | null;
|
|
20566
|
+
range?: {
|
|
20567
|
+
__typename?: "RangeEntity";
|
|
20568
|
+
id: string;
|
|
20569
|
+
start: string;
|
|
20570
|
+
end: string;
|
|
20571
|
+
owner: string;
|
|
19952
20572
|
} | null;
|
|
19953
20573
|
};
|
|
19954
20574
|
variations?: Array<{
|
|
@@ -20038,7 +20658,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
20038
20658
|
seller: {
|
|
20039
20659
|
__typename?: "Seller";
|
|
20040
20660
|
id: string;
|
|
20041
|
-
|
|
20661
|
+
assistant: string;
|
|
20042
20662
|
admin: string;
|
|
20043
20663
|
clerk: string;
|
|
20044
20664
|
treasury: string;
|
|
@@ -20152,7 +20772,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20152
20772
|
seller: {
|
|
20153
20773
|
__typename?: "Seller";
|
|
20154
20774
|
id: string;
|
|
20155
|
-
|
|
20775
|
+
assistant: string;
|
|
20156
20776
|
admin: string;
|
|
20157
20777
|
clerk: string;
|
|
20158
20778
|
treasury: string;
|
|
@@ -20177,7 +20797,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20177
20797
|
seller: {
|
|
20178
20798
|
__typename?: "Seller";
|
|
20179
20799
|
id: string;
|
|
20180
|
-
|
|
20800
|
+
assistant: string;
|
|
20181
20801
|
admin: string;
|
|
20182
20802
|
clerk: string;
|
|
20183
20803
|
treasury: string;
|
|
@@ -20203,7 +20823,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20203
20823
|
admin: string;
|
|
20204
20824
|
clerk: string;
|
|
20205
20825
|
treasury: string;
|
|
20206
|
-
|
|
20826
|
+
assistant: string;
|
|
20207
20827
|
metadataUri: string;
|
|
20208
20828
|
active: boolean;
|
|
20209
20829
|
sellerAllowList: Array<string>;
|
|
@@ -20242,6 +20862,13 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20242
20862
|
schemaUrl: string;
|
|
20243
20863
|
type: MetadataType;
|
|
20244
20864
|
image: string;
|
|
20865
|
+
animationMetadata?: {
|
|
20866
|
+
__typename?: "AnimationMetadata";
|
|
20867
|
+
id: string;
|
|
20868
|
+
width?: number | null;
|
|
20869
|
+
height?: number | null;
|
|
20870
|
+
type?: string | null;
|
|
20871
|
+
} | null;
|
|
20245
20872
|
} | {
|
|
20246
20873
|
__typename?: "ProductV1MetadataEntity";
|
|
20247
20874
|
createdAt: string;
|
|
@@ -20375,7 +21002,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20375
21002
|
seller: {
|
|
20376
21003
|
__typename?: "Seller";
|
|
20377
21004
|
id: string;
|
|
20378
|
-
|
|
21005
|
+
assistant: string;
|
|
20379
21006
|
admin: string;
|
|
20380
21007
|
clerk: string;
|
|
20381
21008
|
treasury: string;
|
|
@@ -20421,7 +21048,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20421
21048
|
seller: {
|
|
20422
21049
|
__typename?: "Seller";
|
|
20423
21050
|
id: string;
|
|
20424
|
-
|
|
21051
|
+
assistant: string;
|
|
20425
21052
|
admin: string;
|
|
20426
21053
|
clerk: string;
|
|
20427
21054
|
treasury: string;
|
|
@@ -20457,6 +21084,20 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20457
21084
|
deliveryTime: string;
|
|
20458
21085
|
}> | null;
|
|
20459
21086
|
} | null;
|
|
21087
|
+
animationMetadata?: {
|
|
21088
|
+
__typename?: "AnimationMetadata";
|
|
21089
|
+
id: string;
|
|
21090
|
+
width?: number | null;
|
|
21091
|
+
height?: number | null;
|
|
21092
|
+
type?: string | null;
|
|
21093
|
+
} | null;
|
|
21094
|
+
} | null;
|
|
21095
|
+
range?: {
|
|
21096
|
+
__typename?: "RangeEntity";
|
|
21097
|
+
id: string;
|
|
21098
|
+
start: string;
|
|
21099
|
+
end: string;
|
|
21100
|
+
owner: string;
|
|
20460
21101
|
} | null;
|
|
20461
21102
|
};
|
|
20462
21103
|
variations?: Array<{
|
|
@@ -20546,7 +21187,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
20546
21187
|
seller: {
|
|
20547
21188
|
__typename?: "Seller";
|
|
20548
21189
|
id: string;
|
|
20549
|
-
|
|
21190
|
+
assistant: string;
|
|
20550
21191
|
admin: string;
|
|
20551
21192
|
clerk: string;
|
|
20552
21193
|
treasury: string;
|
|
@@ -20626,7 +21267,7 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
20626
21267
|
seller: {
|
|
20627
21268
|
__typename?: "Seller";
|
|
20628
21269
|
id: string;
|
|
20629
|
-
|
|
21270
|
+
assistant: string;
|
|
20630
21271
|
admin: string;
|
|
20631
21272
|
clerk: string;
|
|
20632
21273
|
treasury: string;
|
|
@@ -20794,7 +21435,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20794
21435
|
seller: {
|
|
20795
21436
|
__typename?: "Seller";
|
|
20796
21437
|
id: string;
|
|
20797
|
-
|
|
21438
|
+
assistant: string;
|
|
20798
21439
|
admin: string;
|
|
20799
21440
|
clerk: string;
|
|
20800
21441
|
treasury: string;
|
|
@@ -20819,7 +21460,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20819
21460
|
seller: {
|
|
20820
21461
|
__typename?: "Seller";
|
|
20821
21462
|
id: string;
|
|
20822
|
-
|
|
21463
|
+
assistant: string;
|
|
20823
21464
|
admin: string;
|
|
20824
21465
|
clerk: string;
|
|
20825
21466
|
treasury: string;
|
|
@@ -20845,7 +21486,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20845
21486
|
admin: string;
|
|
20846
21487
|
clerk: string;
|
|
20847
21488
|
treasury: string;
|
|
20848
|
-
|
|
21489
|
+
assistant: string;
|
|
20849
21490
|
metadataUri: string;
|
|
20850
21491
|
active: boolean;
|
|
20851
21492
|
sellerAllowList: Array<string>;
|
|
@@ -20884,6 +21525,13 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
20884
21525
|
schemaUrl: string;
|
|
20885
21526
|
type: MetadataType;
|
|
20886
21527
|
image: string;
|
|
21528
|
+
animationMetadata?: {
|
|
21529
|
+
__typename?: "AnimationMetadata";
|
|
21530
|
+
id: string;
|
|
21531
|
+
width?: number | null;
|
|
21532
|
+
height?: number | null;
|
|
21533
|
+
type?: string | null;
|
|
21534
|
+
} | null;
|
|
20887
21535
|
} | {
|
|
20888
21536
|
__typename?: "ProductV1MetadataEntity";
|
|
20889
21537
|
createdAt: string;
|
|
@@ -21017,7 +21665,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
21017
21665
|
seller: {
|
|
21018
21666
|
__typename?: "Seller";
|
|
21019
21667
|
id: string;
|
|
21020
|
-
|
|
21668
|
+
assistant: string;
|
|
21021
21669
|
admin: string;
|
|
21022
21670
|
clerk: string;
|
|
21023
21671
|
treasury: string;
|
|
@@ -21063,7 +21711,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
21063
21711
|
seller: {
|
|
21064
21712
|
__typename?: "Seller";
|
|
21065
21713
|
id: string;
|
|
21066
|
-
|
|
21714
|
+
assistant: string;
|
|
21067
21715
|
admin: string;
|
|
21068
21716
|
clerk: string;
|
|
21069
21717
|
treasury: string;
|
|
@@ -21099,6 +21747,20 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
21099
21747
|
deliveryTime: string;
|
|
21100
21748
|
}> | null;
|
|
21101
21749
|
} | null;
|
|
21750
|
+
animationMetadata?: {
|
|
21751
|
+
__typename?: "AnimationMetadata";
|
|
21752
|
+
id: string;
|
|
21753
|
+
width?: number | null;
|
|
21754
|
+
height?: number | null;
|
|
21755
|
+
type?: string | null;
|
|
21756
|
+
} | null;
|
|
21757
|
+
} | null;
|
|
21758
|
+
range?: {
|
|
21759
|
+
__typename?: "RangeEntity";
|
|
21760
|
+
id: string;
|
|
21761
|
+
start: string;
|
|
21762
|
+
end: string;
|
|
21763
|
+
owner: string;
|
|
21102
21764
|
} | null;
|
|
21103
21765
|
} | null;
|
|
21104
21766
|
};
|
|
@@ -21181,7 +21843,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
21181
21843
|
seller: {
|
|
21182
21844
|
__typename?: "Seller";
|
|
21183
21845
|
id: string;
|
|
21184
|
-
|
|
21846
|
+
assistant: string;
|
|
21185
21847
|
admin: string;
|
|
21186
21848
|
clerk: string;
|
|
21187
21849
|
treasury: string;
|
|
@@ -21206,7 +21868,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
21206
21868
|
seller: {
|
|
21207
21869
|
__typename?: "Seller";
|
|
21208
21870
|
id: string;
|
|
21209
|
-
|
|
21871
|
+
assistant: string;
|
|
21210
21872
|
admin: string;
|
|
21211
21873
|
clerk: string;
|
|
21212
21874
|
treasury: string;
|
|
@@ -21232,7 +21894,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
21232
21894
|
admin: string;
|
|
21233
21895
|
clerk: string;
|
|
21234
21896
|
treasury: string;
|
|
21235
|
-
|
|
21897
|
+
assistant: string;
|
|
21236
21898
|
metadataUri: string;
|
|
21237
21899
|
active: boolean;
|
|
21238
21900
|
sellerAllowList: Array<string>;
|
|
@@ -21271,6 +21933,13 @@ export declare type GetOffersQueryQuery = {
|
|
|
21271
21933
|
schemaUrl: string;
|
|
21272
21934
|
type: MetadataType;
|
|
21273
21935
|
image: string;
|
|
21936
|
+
animationMetadata?: {
|
|
21937
|
+
__typename?: "AnimationMetadata";
|
|
21938
|
+
id: string;
|
|
21939
|
+
width?: number | null;
|
|
21940
|
+
height?: number | null;
|
|
21941
|
+
type?: string | null;
|
|
21942
|
+
} | null;
|
|
21274
21943
|
} | {
|
|
21275
21944
|
__typename?: "ProductV1MetadataEntity";
|
|
21276
21945
|
createdAt: string;
|
|
@@ -21404,7 +22073,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
21404
22073
|
seller: {
|
|
21405
22074
|
__typename?: "Seller";
|
|
21406
22075
|
id: string;
|
|
21407
|
-
|
|
22076
|
+
assistant: string;
|
|
21408
22077
|
admin: string;
|
|
21409
22078
|
clerk: string;
|
|
21410
22079
|
treasury: string;
|
|
@@ -21450,7 +22119,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
21450
22119
|
seller: {
|
|
21451
22120
|
__typename?: "Seller";
|
|
21452
22121
|
id: string;
|
|
21453
|
-
|
|
22122
|
+
assistant: string;
|
|
21454
22123
|
admin: string;
|
|
21455
22124
|
clerk: string;
|
|
21456
22125
|
treasury: string;
|
|
@@ -21486,6 +22155,20 @@ export declare type GetOffersQueryQuery = {
|
|
|
21486
22155
|
deliveryTime: string;
|
|
21487
22156
|
}> | null;
|
|
21488
22157
|
} | null;
|
|
22158
|
+
animationMetadata?: {
|
|
22159
|
+
__typename?: "AnimationMetadata";
|
|
22160
|
+
id: string;
|
|
22161
|
+
width?: number | null;
|
|
22162
|
+
height?: number | null;
|
|
22163
|
+
type?: string | null;
|
|
22164
|
+
} | null;
|
|
22165
|
+
} | null;
|
|
22166
|
+
range?: {
|
|
22167
|
+
__typename?: "RangeEntity";
|
|
22168
|
+
id: string;
|
|
22169
|
+
start: string;
|
|
22170
|
+
end: string;
|
|
22171
|
+
owner: string;
|
|
21489
22172
|
} | null;
|
|
21490
22173
|
}>;
|
|
21491
22174
|
};
|
|
@@ -21553,7 +22236,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21553
22236
|
seller: {
|
|
21554
22237
|
__typename?: "Seller";
|
|
21555
22238
|
id: string;
|
|
21556
|
-
|
|
22239
|
+
assistant: string;
|
|
21557
22240
|
admin: string;
|
|
21558
22241
|
clerk: string;
|
|
21559
22242
|
treasury: string;
|
|
@@ -21578,7 +22261,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21578
22261
|
seller: {
|
|
21579
22262
|
__typename?: "Seller";
|
|
21580
22263
|
id: string;
|
|
21581
|
-
|
|
22264
|
+
assistant: string;
|
|
21582
22265
|
admin: string;
|
|
21583
22266
|
clerk: string;
|
|
21584
22267
|
treasury: string;
|
|
@@ -21604,7 +22287,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21604
22287
|
admin: string;
|
|
21605
22288
|
clerk: string;
|
|
21606
22289
|
treasury: string;
|
|
21607
|
-
|
|
22290
|
+
assistant: string;
|
|
21608
22291
|
metadataUri: string;
|
|
21609
22292
|
active: boolean;
|
|
21610
22293
|
sellerAllowList: Array<string>;
|
|
@@ -21643,6 +22326,13 @@ export declare type OfferFieldsFragment = {
|
|
|
21643
22326
|
schemaUrl: string;
|
|
21644
22327
|
type: MetadataType;
|
|
21645
22328
|
image: string;
|
|
22329
|
+
animationMetadata?: {
|
|
22330
|
+
__typename?: "AnimationMetadata";
|
|
22331
|
+
id: string;
|
|
22332
|
+
width?: number | null;
|
|
22333
|
+
height?: number | null;
|
|
22334
|
+
type?: string | null;
|
|
22335
|
+
} | null;
|
|
21646
22336
|
} | {
|
|
21647
22337
|
__typename?: "ProductV1MetadataEntity";
|
|
21648
22338
|
createdAt: string;
|
|
@@ -21776,7 +22466,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21776
22466
|
seller: {
|
|
21777
22467
|
__typename?: "Seller";
|
|
21778
22468
|
id: string;
|
|
21779
|
-
|
|
22469
|
+
assistant: string;
|
|
21780
22470
|
admin: string;
|
|
21781
22471
|
clerk: string;
|
|
21782
22472
|
treasury: string;
|
|
@@ -21822,7 +22512,7 @@ export declare type OfferFieldsFragment = {
|
|
|
21822
22512
|
seller: {
|
|
21823
22513
|
__typename?: "Seller";
|
|
21824
22514
|
id: string;
|
|
21825
|
-
|
|
22515
|
+
assistant: string;
|
|
21826
22516
|
admin: string;
|
|
21827
22517
|
clerk: string;
|
|
21828
22518
|
treasury: string;
|
|
@@ -21858,6 +22548,20 @@ export declare type OfferFieldsFragment = {
|
|
|
21858
22548
|
deliveryTime: string;
|
|
21859
22549
|
}> | null;
|
|
21860
22550
|
} | null;
|
|
22551
|
+
animationMetadata?: {
|
|
22552
|
+
__typename?: "AnimationMetadata";
|
|
22553
|
+
id: string;
|
|
22554
|
+
width?: number | null;
|
|
22555
|
+
height?: number | null;
|
|
22556
|
+
type?: string | null;
|
|
22557
|
+
} | null;
|
|
22558
|
+
} | null;
|
|
22559
|
+
range?: {
|
|
22560
|
+
__typename?: "RangeEntity";
|
|
22561
|
+
id: string;
|
|
22562
|
+
start: string;
|
|
22563
|
+
end: string;
|
|
22564
|
+
owner: string;
|
|
21861
22565
|
} | null;
|
|
21862
22566
|
};
|
|
21863
22567
|
export declare type BaseOfferFieldsFragment = {
|
|
@@ -21899,7 +22603,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21899
22603
|
seller: {
|
|
21900
22604
|
__typename?: "Seller";
|
|
21901
22605
|
id: string;
|
|
21902
|
-
|
|
22606
|
+
assistant: string;
|
|
21903
22607
|
admin: string;
|
|
21904
22608
|
clerk: string;
|
|
21905
22609
|
treasury: string;
|
|
@@ -21925,7 +22629,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21925
22629
|
admin: string;
|
|
21926
22630
|
clerk: string;
|
|
21927
22631
|
treasury: string;
|
|
21928
|
-
|
|
22632
|
+
assistant: string;
|
|
21929
22633
|
metadataUri: string;
|
|
21930
22634
|
active: boolean;
|
|
21931
22635
|
sellerAllowList: Array<string>;
|
|
@@ -21964,6 +22668,13 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
21964
22668
|
schemaUrl: string;
|
|
21965
22669
|
type: MetadataType;
|
|
21966
22670
|
image: string;
|
|
22671
|
+
animationMetadata?: {
|
|
22672
|
+
__typename?: "AnimationMetadata";
|
|
22673
|
+
id: string;
|
|
22674
|
+
width?: number | null;
|
|
22675
|
+
height?: number | null;
|
|
22676
|
+
type?: string | null;
|
|
22677
|
+
} | null;
|
|
21967
22678
|
} | {
|
|
21968
22679
|
__typename?: "ProductV1MetadataEntity";
|
|
21969
22680
|
createdAt: string;
|
|
@@ -22097,7 +22808,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
22097
22808
|
seller: {
|
|
22098
22809
|
__typename?: "Seller";
|
|
22099
22810
|
id: string;
|
|
22100
|
-
|
|
22811
|
+
assistant: string;
|
|
22101
22812
|
admin: string;
|
|
22102
22813
|
clerk: string;
|
|
22103
22814
|
treasury: string;
|
|
@@ -22143,7 +22854,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
22143
22854
|
seller: {
|
|
22144
22855
|
__typename?: "Seller";
|
|
22145
22856
|
id: string;
|
|
22146
|
-
|
|
22857
|
+
assistant: string;
|
|
22147
22858
|
admin: string;
|
|
22148
22859
|
clerk: string;
|
|
22149
22860
|
treasury: string;
|
|
@@ -22179,7 +22890,28 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
22179
22890
|
deliveryTime: string;
|
|
22180
22891
|
}> | null;
|
|
22181
22892
|
} | null;
|
|
22893
|
+
animationMetadata?: {
|
|
22894
|
+
__typename?: "AnimationMetadata";
|
|
22895
|
+
id: string;
|
|
22896
|
+
width?: number | null;
|
|
22897
|
+
height?: number | null;
|
|
22898
|
+
type?: string | null;
|
|
22899
|
+
} | null;
|
|
22182
22900
|
} | null;
|
|
22901
|
+
range?: {
|
|
22902
|
+
__typename?: "RangeEntity";
|
|
22903
|
+
id: string;
|
|
22904
|
+
start: string;
|
|
22905
|
+
end: string;
|
|
22906
|
+
owner: string;
|
|
22907
|
+
} | null;
|
|
22908
|
+
};
|
|
22909
|
+
export declare type BaseRangeFieldsFragment = {
|
|
22910
|
+
__typename?: "RangeEntity";
|
|
22911
|
+
id: string;
|
|
22912
|
+
start: string;
|
|
22913
|
+
end: string;
|
|
22914
|
+
owner: string;
|
|
22183
22915
|
};
|
|
22184
22916
|
export declare const BaseSellerFieldsFragmentDoc: string;
|
|
22185
22917
|
export declare const PendingSellerFieldsFragmentDoc: string;
|
|
@@ -22190,6 +22922,7 @@ export declare const BaseConditionFieldsFragmentDoc: string;
|
|
|
22190
22922
|
export declare const BaseDisputeResolverFeeFieldsFragmentDoc: string;
|
|
22191
22923
|
export declare const BaseDisputeResolverFieldsFragmentDoc: string;
|
|
22192
22924
|
export declare const BaseDisputeResolutionTermsEntityFieldsFragmentDoc: string;
|
|
22925
|
+
export declare const BaseAnimationMetadataFieldsFragmentDoc: string;
|
|
22193
22926
|
export declare const BaseProductV1BrandFieldsFragmentDoc: string;
|
|
22194
22927
|
export declare const BaseProductV1CategoryFieldsFragmentDoc: string;
|
|
22195
22928
|
export declare const BaseProductV1TagFieldsFragmentDoc: string;
|
|
@@ -22203,7 +22936,7 @@ export declare const BaseProductV1VariationFieldsFragmentDoc: string;
|
|
|
22203
22936
|
export declare const BaseProductV1ExchangePolicyFieldsFragmentDoc: string;
|
|
22204
22937
|
export declare const BaseProductV1ShippingJurisdictionFieldsFragmentDoc: string;
|
|
22205
22938
|
export declare const BaseProductV1ShippingOptionFieldsFragmentDoc: string;
|
|
22206
|
-
export declare const
|
|
22939
|
+
export declare const BaseRangeFieldsFragmentDoc: string;
|
|
22207
22940
|
export declare const BaseOfferFieldsFragmentDoc: string;
|
|
22208
22941
|
export declare const BaseDisputeFieldsFragmentDoc: string;
|
|
22209
22942
|
export declare const BaseBuyerFieldsFragmentDoc: string;
|