@bosonprotocol/core-sdk 1.40.0-alpha.2 → 1.40.0-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core-sdk.d.ts +3 -1
- package/dist/cjs/core-sdk.d.ts.map +1 -1
- package/dist/cjs/core-sdk.js +5 -1
- package/dist/cjs/core-sdk.js.map +1 -1
- package/dist/cjs/errors/mixin.d.ts +9 -0
- package/dist/cjs/errors/mixin.d.ts.map +1 -0
- package/dist/cjs/errors/mixin.js +44 -0
- package/dist/cjs/errors/mixin.js.map +1 -0
- package/dist/cjs/exchanges/mixin.d.ts +6 -1
- package/dist/cjs/exchanges/mixin.d.ts.map +1 -1
- package/dist/cjs/exchanges/mixin.js +10 -0
- package/dist/cjs/exchanges/mixin.js.map +1 -1
- package/dist/cjs/metadata/storeMetadataItems.js +1 -1
- package/dist/cjs/metadata/storeMetadataItems.js.map +1 -1
- package/dist/cjs/mixins/base-core-sdk.d.ts +2 -1
- package/dist/cjs/mixins/base-core-sdk.d.ts.map +1 -1
- package/dist/cjs/mixins/base-core-sdk.js +1 -0
- package/dist/cjs/mixins/base-core-sdk.js.map +1 -1
- package/dist/cjs/subgraph/mixin.d.ts +8 -0
- package/dist/cjs/subgraph/mixin.d.ts.map +1 -0
- package/dist/cjs/subgraph/mixin.js +116 -0
- package/dist/cjs/subgraph/mixin.js.map +1 -0
- package/dist/cjs/subgraph.d.ts +345 -368
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +24 -20
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/cjs/utils/tokenInfoManager.d.ts.map +1 -1
- package/dist/cjs/utils/tokenInfoManager.js +2 -14
- package/dist/cjs/utils/tokenInfoManager.js.map +1 -1
- package/dist/cjs/voucher/mixin.d.ts +1 -3
- package/dist/cjs/voucher/mixin.d.ts.map +1 -1
- package/dist/cjs/voucher/mixin.js +10 -2
- package/dist/cjs/voucher/mixin.js.map +1 -1
- package/dist/esm/core-sdk.d.ts +3 -1
- package/dist/esm/core-sdk.d.ts.map +1 -1
- package/dist/esm/core-sdk.js +5 -1
- package/dist/esm/core-sdk.js.map +1 -1
- package/dist/esm/errors/mixin.d.ts +9 -0
- package/dist/esm/errors/mixin.d.ts.map +1 -0
- package/dist/esm/errors/mixin.js +40 -0
- package/dist/esm/errors/mixin.js.map +1 -0
- package/dist/esm/exchanges/mixin.d.ts +6 -1
- package/dist/esm/exchanges/mixin.d.ts.map +1 -1
- package/dist/esm/exchanges/mixin.js +10 -0
- package/dist/esm/exchanges/mixin.js.map +1 -1
- package/dist/esm/metadata/storeMetadataItems.js +1 -1
- package/dist/esm/metadata/storeMetadataItems.js.map +1 -1
- package/dist/esm/mixins/base-core-sdk.d.ts +2 -1
- package/dist/esm/mixins/base-core-sdk.d.ts.map +1 -1
- package/dist/esm/mixins/base-core-sdk.js +1 -0
- package/dist/esm/mixins/base-core-sdk.js.map +1 -1
- package/dist/esm/subgraph/mixin.d.ts +8 -0
- package/dist/esm/subgraph/mixin.d.ts.map +1 -0
- package/dist/esm/subgraph/mixin.js +96 -0
- package/dist/esm/subgraph/mixin.js.map +1 -0
- package/dist/esm/subgraph.d.ts +345 -368
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +20 -16
- package/dist/esm/subgraph.js.map +1 -1
- package/dist/esm/utils/tokenInfoManager.d.ts.map +1 -1
- package/dist/esm/utils/tokenInfoManager.js +2 -14
- package/dist/esm/utils/tokenInfoManager.js.map +1 -1
- package/dist/esm/voucher/mixin.d.ts +1 -3
- package/dist/esm/voucher/mixin.d.ts.map +1 -1
- package/dist/esm/voucher/mixin.js +10 -2
- package/dist/esm/voucher/mixin.js.map +1 -1
- package/package.json +3 -3
- package/src/accounts/queries.graphql +4 -2
- package/src/core-sdk.ts +8 -2
- package/src/errors/mixin.ts +47 -0
- package/src/exchanges/mixin.ts +18 -1
- package/src/metadata/storeMetadataItems.ts +1 -1
- package/src/mixins/base-core-sdk.ts +4 -1
- package/src/subgraph/mixin.ts +113 -0
- package/src/subgraph.ts +364 -370
- package/src/utils/tokenInfoManager.ts +2 -14
- package/src/voucher/mixin.ts +14 -5
package/src/subgraph.ts
CHANGED
|
@@ -693,7 +693,6 @@ export enum BaseMetadataEntity_OrderBy {
|
|
|
693
693
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
694
694
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
695
695
|
SELLER__CLERK = "seller__clerk",
|
|
696
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
697
696
|
SELLER__ID = "seller__id",
|
|
698
697
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
699
698
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -1237,7 +1236,6 @@ export enum BundleMetadataEntity_OrderBy {
|
|
|
1237
1236
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
1238
1237
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
1239
1238
|
SELLER__CLERK = "seller__clerk",
|
|
1240
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
1241
1239
|
SELLER__ID = "seller__id",
|
|
1242
1240
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
1243
1241
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -1324,6 +1322,76 @@ export enum Buyer_OrderBy {
|
|
|
1324
1322
|
WALLET = "wallet"
|
|
1325
1323
|
}
|
|
1326
1324
|
|
|
1325
|
+
/**
|
|
1326
|
+
* Collection Contract
|
|
1327
|
+
*
|
|
1328
|
+
*/
|
|
1329
|
+
export type CollectionContract = {
|
|
1330
|
+
__typename?: "CollectionContract";
|
|
1331
|
+
address: Scalars["Bytes"]["output"];
|
|
1332
|
+
collection: OfferCollection;
|
|
1333
|
+
contractUri: Scalars["String"]["output"];
|
|
1334
|
+
id: Scalars["ID"]["output"];
|
|
1335
|
+
};
|
|
1336
|
+
|
|
1337
|
+
export type CollectionContract_Filter = {
|
|
1338
|
+
/** Filter for the block changed event. */
|
|
1339
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1340
|
+
address?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1341
|
+
address_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1342
|
+
address_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1343
|
+
address_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1344
|
+
address_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
1345
|
+
address_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1346
|
+
address_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1347
|
+
address_not?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1348
|
+
address_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
1349
|
+
address_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
1350
|
+
and?: InputMaybe<Array<InputMaybe<CollectionContract_Filter>>>;
|
|
1351
|
+
collection_?: InputMaybe<OfferCollection_Filter>;
|
|
1352
|
+
contractUri?: InputMaybe<Scalars["String"]["input"]>;
|
|
1353
|
+
contractUri_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
1354
|
+
contractUri_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1355
|
+
contractUri_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
1356
|
+
contractUri_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1357
|
+
contractUri_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
1358
|
+
contractUri_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
1359
|
+
contractUri_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
1360
|
+
contractUri_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
1361
|
+
contractUri_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
1362
|
+
contractUri_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
1363
|
+
contractUri_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
1364
|
+
contractUri_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1365
|
+
contractUri_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
1366
|
+
contractUri_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1367
|
+
contractUri_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
1368
|
+
contractUri_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
1369
|
+
contractUri_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1370
|
+
contractUri_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
1371
|
+
contractUri_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
1372
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1373
|
+
id_gt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1374
|
+
id_gte?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1375
|
+
id_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
1376
|
+
id_lt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1377
|
+
id_lte?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1378
|
+
id_not?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1379
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
1380
|
+
or?: InputMaybe<Array<InputMaybe<CollectionContract_Filter>>>;
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
export enum CollectionContract_OrderBy {
|
|
1384
|
+
ADDRESS = "address",
|
|
1385
|
+
COLLECTION = "collection",
|
|
1386
|
+
COLLECTION__COLLECTIONINDEX = "collection__collectionIndex",
|
|
1387
|
+
COLLECTION__EXTERNALID = "collection__externalId",
|
|
1388
|
+
COLLECTION__EXTERNALIDHASH = "collection__externalIdHash",
|
|
1389
|
+
COLLECTION__ID = "collection__id",
|
|
1390
|
+
COLLECTION__SELLERID = "collection__sellerId",
|
|
1391
|
+
CONTRACTURI = "contractUri",
|
|
1392
|
+
ID = "id"
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1327
1395
|
/**
|
|
1328
1396
|
* Groups
|
|
1329
1397
|
*
|
|
@@ -2434,7 +2502,6 @@ export enum Dispute_OrderBy {
|
|
|
2434
2502
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
2435
2503
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
2436
2504
|
SELLER__CLERK = "seller__clerk",
|
|
2437
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
2438
2505
|
SELLER__ID = "seller__id",
|
|
2439
2506
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
2440
2507
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -3150,7 +3217,6 @@ export enum Exchange_OrderBy {
|
|
|
3150
3217
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
3151
3218
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
3152
3219
|
SELLER__CLERK = "seller__clerk",
|
|
3153
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
3154
3220
|
SELLER__ID = "seller__id",
|
|
3155
3221
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
3156
3222
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -4043,7 +4109,6 @@ export enum MetadataInterface_OrderBy {
|
|
|
4043
4109
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
4044
4110
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
4045
4111
|
SELLER__CLERK = "seller__clerk",
|
|
4046
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
4047
4112
|
SELLER__ID = "seller__id",
|
|
4048
4113
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
4049
4114
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -4649,7 +4714,7 @@ export type OfferRoyaltyInfosArgs = {
|
|
|
4649
4714
|
*/
|
|
4650
4715
|
export type OfferCollection = {
|
|
4651
4716
|
__typename?: "OfferCollection";
|
|
4652
|
-
|
|
4717
|
+
collectionContract: CollectionContract;
|
|
4653
4718
|
collectionIndex: Scalars["BigInt"]["output"];
|
|
4654
4719
|
externalId: Scalars["String"]["output"];
|
|
4655
4720
|
externalIdHash: Scalars["Bytes"]["output"];
|
|
@@ -4676,16 +4741,35 @@ export type OfferCollection_Filter = {
|
|
|
4676
4741
|
/** Filter for the block changed event. */
|
|
4677
4742
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4678
4743
|
and?: InputMaybe<Array<InputMaybe<OfferCollection_Filter>>>;
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4744
|
+
collectionContract?: InputMaybe<Scalars["String"]["input"]>;
|
|
4745
|
+
collectionContract_?: InputMaybe<CollectionContract_Filter>;
|
|
4746
|
+
collectionContract_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4747
|
+
collectionContract_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4748
|
+
collectionContract_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4749
|
+
collectionContract_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4750
|
+
collectionContract_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4751
|
+
collectionContract_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4752
|
+
collectionContract_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4753
|
+
collectionContract_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4754
|
+
collectionContract_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4755
|
+
collectionContract_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
4756
|
+
collectionContract_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4757
|
+
collectionContract_not_contains_nocase?: InputMaybe<
|
|
4758
|
+
Scalars["String"]["input"]
|
|
4759
|
+
>;
|
|
4760
|
+
collectionContract_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4761
|
+
collectionContract_not_ends_with_nocase?: InputMaybe<
|
|
4762
|
+
Scalars["String"]["input"]
|
|
4763
|
+
>;
|
|
4764
|
+
collectionContract_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4765
|
+
collectionContract_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4766
|
+
collectionContract_not_starts_with_nocase?: InputMaybe<
|
|
4767
|
+
Scalars["String"]["input"]
|
|
4768
|
+
>;
|
|
4769
|
+
collectionContract_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4770
|
+
collectionContract_starts_with_nocase?: InputMaybe<
|
|
4771
|
+
Scalars["String"]["input"]
|
|
4772
|
+
>;
|
|
4689
4773
|
collectionIndex?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
4690
4774
|
collectionIndex_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
4691
4775
|
collectionIndex_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
@@ -4787,7 +4871,10 @@ export type OfferCollection_Filter = {
|
|
|
4787
4871
|
};
|
|
4788
4872
|
|
|
4789
4873
|
export enum OfferCollection_OrderBy {
|
|
4790
|
-
|
|
4874
|
+
COLLECTIONCONTRACT = "collectionContract",
|
|
4875
|
+
COLLECTIONCONTRACT__ADDRESS = "collectionContract__address",
|
|
4876
|
+
COLLECTIONCONTRACT__CONTRACTURI = "collectionContract__contractUri",
|
|
4877
|
+
COLLECTIONCONTRACT__ID = "collectionContract__id",
|
|
4791
4878
|
COLLECTIONINDEX = "collectionIndex",
|
|
4792
4879
|
EXTERNALID = "externalId",
|
|
4793
4880
|
EXTERNALIDHASH = "externalIdHash",
|
|
@@ -4808,7 +4895,6 @@ export enum OfferCollection_OrderBy {
|
|
|
4808
4895
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
4809
4896
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
4810
4897
|
SELLER__CLERK = "seller__clerk",
|
|
4811
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
4812
4898
|
SELLER__ID = "seller__id",
|
|
4813
4899
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
4814
4900
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -5405,7 +5491,6 @@ export enum Offer_OrderBy {
|
|
|
5405
5491
|
BUYERCANCELPENALTY = "buyerCancelPenalty",
|
|
5406
5492
|
COLLECTION = "collection",
|
|
5407
5493
|
COLLECTIONINDEX = "collectionIndex",
|
|
5408
|
-
COLLECTION__COLLECTIONADDRESS = "collection__collectionAddress",
|
|
5409
5494
|
COLLECTION__COLLECTIONINDEX = "collection__collectionIndex",
|
|
5410
5495
|
COLLECTION__EXTERNALID = "collection__externalId",
|
|
5411
5496
|
COLLECTION__EXTERNALIDHASH = "collection__externalIdHash",
|
|
@@ -5491,7 +5576,6 @@ export enum Offer_OrderBy {
|
|
|
5491
5576
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
5492
5577
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
5493
5578
|
SELLER__CLERK = "seller__clerk",
|
|
5494
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
5495
5579
|
SELLER__ID = "seller__id",
|
|
5496
5580
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
5497
5581
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -5734,7 +5818,6 @@ export enum PendingSeller_OrderBy {
|
|
|
5734
5818
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
5735
5819
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
5736
5820
|
SELLER__CLERK = "seller__clerk",
|
|
5737
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
5738
5821
|
SELLER__ID = "seller__id",
|
|
5739
5822
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
5740
5823
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -7208,7 +7291,6 @@ export enum ProductV1MetadataEntity_OrderBy {
|
|
|
7208
7291
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
7209
7292
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
7210
7293
|
SELLER__CLERK = "seller__clerk",
|
|
7211
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
7212
7294
|
SELLER__ID = "seller__id",
|
|
7213
7295
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
7214
7296
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -9772,7 +9854,6 @@ export enum ProductV1Seller_OrderBy {
|
|
|
9772
9854
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
9773
9855
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
9774
9856
|
SELLER__CLERK = "seller__clerk",
|
|
9775
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
9776
9857
|
SELLER__ID = "seller__id",
|
|
9777
9858
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
9778
9859
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -10229,6 +10310,8 @@ export type Query = {
|
|
|
10229
10310
|
bundleMetadataEntity?: Maybe<BundleMetadataEntity>;
|
|
10230
10311
|
buyer?: Maybe<Buyer>;
|
|
10231
10312
|
buyers: Array<Buyer>;
|
|
10313
|
+
collectionContract?: Maybe<CollectionContract>;
|
|
10314
|
+
collectionContracts: Array<CollectionContract>;
|
|
10232
10315
|
conditionEntities: Array<ConditionEntity>;
|
|
10233
10316
|
conditionEntity?: Maybe<ConditionEntity>;
|
|
10234
10317
|
conditionalCommitAuthorizedEventLog?: Maybe<ConditionalCommitAuthorizedEventLog>;
|
|
@@ -10432,6 +10515,22 @@ export type QueryBuyersArgs = {
|
|
|
10432
10515
|
where?: InputMaybe<Buyer_Filter>;
|
|
10433
10516
|
};
|
|
10434
10517
|
|
|
10518
|
+
export type QueryCollectionContractArgs = {
|
|
10519
|
+
block?: InputMaybe<Block_Height>;
|
|
10520
|
+
id: Scalars["ID"]["input"];
|
|
10521
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
10522
|
+
};
|
|
10523
|
+
|
|
10524
|
+
export type QueryCollectionContractsArgs = {
|
|
10525
|
+
block?: InputMaybe<Block_Height>;
|
|
10526
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
10527
|
+
orderBy?: InputMaybe<CollectionContract_OrderBy>;
|
|
10528
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
10529
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
10530
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
10531
|
+
where?: InputMaybe<CollectionContract_Filter>;
|
|
10532
|
+
};
|
|
10533
|
+
|
|
10435
10534
|
export type QueryConditionEntitiesArgs = {
|
|
10436
10535
|
block?: InputMaybe<Block_Height>;
|
|
10437
10536
|
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -11686,7 +11785,6 @@ export enum RoyaltyRecipientXSeller_OrderBy {
|
|
|
11686
11785
|
SELLER__AUTHTOKENID = "seller__authTokenId",
|
|
11687
11786
|
SELLER__AUTHTOKENTYPE = "seller__authTokenType",
|
|
11688
11787
|
SELLER__CLERK = "seller__clerk",
|
|
11689
|
-
SELLER__CONTRACTURI = "seller__contractURI",
|
|
11690
11788
|
SELLER__ID = "seller__id",
|
|
11691
11789
|
SELLER__METADATAURI = "seller__metadataUri",
|
|
11692
11790
|
SELLER__SELLERID = "seller__sellerId",
|
|
@@ -12036,7 +12134,6 @@ export type Seller = Account & {
|
|
|
12036
12134
|
authTokenType: Scalars["Int"]["output"];
|
|
12037
12135
|
clerk: Scalars["Bytes"]["output"];
|
|
12038
12136
|
collections: Array<OfferCollection>;
|
|
12039
|
-
contractURI: Scalars["String"]["output"];
|
|
12040
12137
|
exchanges: Array<Exchange>;
|
|
12041
12138
|
funds: Array<FundsEntity>;
|
|
12042
12139
|
id: Scalars["ID"]["output"];
|
|
@@ -12705,26 +12802,6 @@ export type Seller_Filter = {
|
|
|
12705
12802
|
clerk_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
12706
12803
|
clerk_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
12707
12804
|
collections_?: InputMaybe<OfferCollection_Filter>;
|
|
12708
|
-
contractURI?: InputMaybe<Scalars["String"]["input"]>;
|
|
12709
|
-
contractURI_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
12710
|
-
contractURI_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12711
|
-
contractURI_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
12712
|
-
contractURI_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12713
|
-
contractURI_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
12714
|
-
contractURI_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
12715
|
-
contractURI_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
12716
|
-
contractURI_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
12717
|
-
contractURI_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
12718
|
-
contractURI_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
12719
|
-
contractURI_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
12720
|
-
contractURI_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12721
|
-
contractURI_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
12722
|
-
contractURI_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12723
|
-
contractURI_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
12724
|
-
contractURI_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
12725
|
-
contractURI_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12726
|
-
contractURI_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
12727
|
-
contractURI_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
12728
12805
|
exchanges_?: InputMaybe<Exchange_Filter>;
|
|
12729
12806
|
funds_?: InputMaybe<FundsEntity_Filter>;
|
|
12730
12807
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
@@ -12819,7 +12896,6 @@ export enum Seller_OrderBy {
|
|
|
12819
12896
|
AUTHTOKENTYPE = "authTokenType",
|
|
12820
12897
|
CLERK = "clerk",
|
|
12821
12898
|
COLLECTIONS = "collections",
|
|
12822
|
-
CONTRACTURI = "contractURI",
|
|
12823
12899
|
EXCHANGES = "exchanges",
|
|
12824
12900
|
FUNDS = "funds",
|
|
12825
12901
|
ID = "id",
|
|
@@ -12865,6 +12941,8 @@ export type Subscription = {
|
|
|
12865
12941
|
bundleMetadataEntity?: Maybe<BundleMetadataEntity>;
|
|
12866
12942
|
buyer?: Maybe<Buyer>;
|
|
12867
12943
|
buyers: Array<Buyer>;
|
|
12944
|
+
collectionContract?: Maybe<CollectionContract>;
|
|
12945
|
+
collectionContracts: Array<CollectionContract>;
|
|
12868
12946
|
conditionEntities: Array<ConditionEntity>;
|
|
12869
12947
|
conditionEntity?: Maybe<ConditionEntity>;
|
|
12870
12948
|
conditionalCommitAuthorizedEventLog?: Maybe<ConditionalCommitAuthorizedEventLog>;
|
|
@@ -13068,6 +13146,22 @@ export type SubscriptionBuyersArgs = {
|
|
|
13068
13146
|
where?: InputMaybe<Buyer_Filter>;
|
|
13069
13147
|
};
|
|
13070
13148
|
|
|
13149
|
+
export type SubscriptionCollectionContractArgs = {
|
|
13150
|
+
block?: InputMaybe<Block_Height>;
|
|
13151
|
+
id: Scalars["ID"]["input"];
|
|
13152
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
13153
|
+
};
|
|
13154
|
+
|
|
13155
|
+
export type SubscriptionCollectionContractsArgs = {
|
|
13156
|
+
block?: InputMaybe<Block_Height>;
|
|
13157
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
13158
|
+
orderBy?: InputMaybe<CollectionContract_OrderBy>;
|
|
13159
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
13160
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
13161
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
13162
|
+
where?: InputMaybe<CollectionContract_Filter>;
|
|
13163
|
+
};
|
|
13164
|
+
|
|
13071
13165
|
export type SubscriptionConditionEntitiesArgs = {
|
|
13072
13166
|
block?: InputMaybe<Block_Height>;
|
|
13073
13167
|
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -14278,16 +14372,19 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14278
14372
|
authTokenType: number;
|
|
14279
14373
|
voucherCloneAddress: string;
|
|
14280
14374
|
active: boolean;
|
|
14281
|
-
contractURI: string;
|
|
14282
14375
|
metadataUri: string;
|
|
14283
14376
|
collections: Array<{
|
|
14284
14377
|
__typename?: "OfferCollection";
|
|
14285
14378
|
id: string;
|
|
14286
14379
|
sellerId: string;
|
|
14287
14380
|
collectionIndex: string;
|
|
14288
|
-
collectionAddress: string;
|
|
14289
14381
|
externalIdHash: string;
|
|
14290
14382
|
externalId: string;
|
|
14383
|
+
collectionContract: {
|
|
14384
|
+
__typename?: "CollectionContract";
|
|
14385
|
+
address: string;
|
|
14386
|
+
contractUri: string;
|
|
14387
|
+
};
|
|
14291
14388
|
metadata?: {
|
|
14292
14389
|
__typename?: "NftContractMetadata";
|
|
14293
14390
|
id: string;
|
|
@@ -14412,7 +14509,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14412
14509
|
authTokenType: number;
|
|
14413
14510
|
voucherCloneAddress: string;
|
|
14414
14511
|
active: boolean;
|
|
14415
|
-
contractURI: string;
|
|
14416
14512
|
metadataUri: string;
|
|
14417
14513
|
royaltyRecipients?: Array<{
|
|
14418
14514
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -14492,9 +14588,13 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14492
14588
|
id: string;
|
|
14493
14589
|
sellerId: string;
|
|
14494
14590
|
collectionIndex: string;
|
|
14495
|
-
collectionAddress: string;
|
|
14496
14591
|
externalIdHash: string;
|
|
14497
14592
|
externalId: string;
|
|
14593
|
+
collectionContract: {
|
|
14594
|
+
__typename?: "CollectionContract";
|
|
14595
|
+
address: string;
|
|
14596
|
+
contractUri: string;
|
|
14597
|
+
};
|
|
14498
14598
|
metadata?: {
|
|
14499
14599
|
__typename?: "NftContractMetadata";
|
|
14500
14600
|
id: string;
|
|
@@ -14628,7 +14728,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14628
14728
|
authTokenType: number;
|
|
14629
14729
|
voucherCloneAddress: string;
|
|
14630
14730
|
active: boolean;
|
|
14631
|
-
contractURI: string;
|
|
14632
14731
|
metadataUri: string;
|
|
14633
14732
|
royaltyRecipients?: Array<{
|
|
14634
14733
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -14863,7 +14962,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
14863
14962
|
authTokenType: number;
|
|
14864
14963
|
voucherCloneAddress: string;
|
|
14865
14964
|
active: boolean;
|
|
14866
|
-
contractURI: string;
|
|
14867
14965
|
metadataUri: string;
|
|
14868
14966
|
royaltyRecipients?: Array<{
|
|
14869
14967
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -15241,7 +15339,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
15241
15339
|
authTokenType: number;
|
|
15242
15340
|
voucherCloneAddress: string;
|
|
15243
15341
|
active: boolean;
|
|
15244
|
-
contractURI: string;
|
|
15245
15342
|
metadataUri: string;
|
|
15246
15343
|
royaltyRecipients?: Array<{
|
|
15247
15344
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -15382,7 +15479,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
15382
15479
|
authTokenType: number;
|
|
15383
15480
|
voucherCloneAddress: string;
|
|
15384
15481
|
active: boolean;
|
|
15385
|
-
contractURI: string;
|
|
15386
15482
|
metadataUri: string;
|
|
15387
15483
|
royaltyRecipients?: Array<{
|
|
15388
15484
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -15545,7 +15641,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
15545
15641
|
authTokenType: number;
|
|
15546
15642
|
voucherCloneAddress: string;
|
|
15547
15643
|
active: boolean;
|
|
15548
|
-
contractURI: string;
|
|
15549
15644
|
metadataUri: string;
|
|
15550
15645
|
royaltyRecipients?: Array<{
|
|
15551
15646
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -15811,16 +15906,19 @@ export type GetSellersQueryQuery = {
|
|
|
15811
15906
|
authTokenType: number;
|
|
15812
15907
|
voucherCloneAddress: string;
|
|
15813
15908
|
active: boolean;
|
|
15814
|
-
contractURI: string;
|
|
15815
15909
|
metadataUri: string;
|
|
15816
15910
|
collections: Array<{
|
|
15817
15911
|
__typename?: "OfferCollection";
|
|
15818
15912
|
id: string;
|
|
15819
15913
|
sellerId: string;
|
|
15820
15914
|
collectionIndex: string;
|
|
15821
|
-
collectionAddress: string;
|
|
15822
15915
|
externalIdHash: string;
|
|
15823
15916
|
externalId: string;
|
|
15917
|
+
collectionContract: {
|
|
15918
|
+
__typename?: "CollectionContract";
|
|
15919
|
+
address: string;
|
|
15920
|
+
contractUri: string;
|
|
15921
|
+
};
|
|
15824
15922
|
metadata?: {
|
|
15825
15923
|
__typename?: "NftContractMetadata";
|
|
15826
15924
|
id: string;
|
|
@@ -15945,7 +16043,6 @@ export type GetSellersQueryQuery = {
|
|
|
15945
16043
|
authTokenType: number;
|
|
15946
16044
|
voucherCloneAddress: string;
|
|
15947
16045
|
active: boolean;
|
|
15948
|
-
contractURI: string;
|
|
15949
16046
|
metadataUri: string;
|
|
15950
16047
|
royaltyRecipients?: Array<{
|
|
15951
16048
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -16025,9 +16122,13 @@ export type GetSellersQueryQuery = {
|
|
|
16025
16122
|
id: string;
|
|
16026
16123
|
sellerId: string;
|
|
16027
16124
|
collectionIndex: string;
|
|
16028
|
-
collectionAddress: string;
|
|
16029
16125
|
externalIdHash: string;
|
|
16030
16126
|
externalId: string;
|
|
16127
|
+
collectionContract: {
|
|
16128
|
+
__typename?: "CollectionContract";
|
|
16129
|
+
address: string;
|
|
16130
|
+
contractUri: string;
|
|
16131
|
+
};
|
|
16031
16132
|
metadata?: {
|
|
16032
16133
|
__typename?: "NftContractMetadata";
|
|
16033
16134
|
id: string;
|
|
@@ -16161,7 +16262,6 @@ export type GetSellersQueryQuery = {
|
|
|
16161
16262
|
authTokenType: number;
|
|
16162
16263
|
voucherCloneAddress: string;
|
|
16163
16264
|
active: boolean;
|
|
16164
|
-
contractURI: string;
|
|
16165
16265
|
metadataUri: string;
|
|
16166
16266
|
royaltyRecipients?: Array<{
|
|
16167
16267
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -16396,7 +16496,6 @@ export type GetSellersQueryQuery = {
|
|
|
16396
16496
|
authTokenType: number;
|
|
16397
16497
|
voucherCloneAddress: string;
|
|
16398
16498
|
active: boolean;
|
|
16399
|
-
contractURI: string;
|
|
16400
16499
|
metadataUri: string;
|
|
16401
16500
|
royaltyRecipients?: Array<{
|
|
16402
16501
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -16774,7 +16873,6 @@ export type GetSellersQueryQuery = {
|
|
|
16774
16873
|
authTokenType: number;
|
|
16775
16874
|
voucherCloneAddress: string;
|
|
16776
16875
|
active: boolean;
|
|
16777
|
-
contractURI: string;
|
|
16778
16876
|
metadataUri: string;
|
|
16779
16877
|
royaltyRecipients?: Array<{
|
|
16780
16878
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -16915,7 +17013,6 @@ export type GetSellersQueryQuery = {
|
|
|
16915
17013
|
authTokenType: number;
|
|
16916
17014
|
voucherCloneAddress: string;
|
|
16917
17015
|
active: boolean;
|
|
16918
|
-
contractURI: string;
|
|
16919
17016
|
metadataUri: string;
|
|
16920
17017
|
royaltyRecipients?: Array<{
|
|
16921
17018
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -17078,7 +17175,6 @@ export type GetSellersQueryQuery = {
|
|
|
17078
17175
|
authTokenType: number;
|
|
17079
17176
|
voucherCloneAddress: string;
|
|
17080
17177
|
active: boolean;
|
|
17081
|
-
contractURI: string;
|
|
17082
17178
|
metadataUri: string;
|
|
17083
17179
|
royaltyRecipients?: Array<{
|
|
17084
17180
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -17388,7 +17484,6 @@ export type GetBuyerByIdQueryQuery = {
|
|
|
17388
17484
|
authTokenType: number;
|
|
17389
17485
|
voucherCloneAddress: string;
|
|
17390
17486
|
active: boolean;
|
|
17391
|
-
contractURI: string;
|
|
17392
17487
|
metadataUri: string;
|
|
17393
17488
|
royaltyRecipients?: Array<{
|
|
17394
17489
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -17636,7 +17731,6 @@ export type GetBuyersQueryQuery = {
|
|
|
17636
17731
|
authTokenType: number;
|
|
17637
17732
|
voucherCloneAddress: string;
|
|
17638
17733
|
active: boolean;
|
|
17639
|
-
contractURI: string;
|
|
17640
17734
|
metadataUri: string;
|
|
17641
17735
|
royaltyRecipients?: Array<{
|
|
17642
17736
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -17911,7 +18005,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17911
18005
|
authTokenType: number;
|
|
17912
18006
|
voucherCloneAddress: string;
|
|
17913
18007
|
active: boolean;
|
|
17914
|
-
contractURI: string;
|
|
17915
18008
|
metadataUri: string;
|
|
17916
18009
|
royaltyRecipients?: Array<{
|
|
17917
18010
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -17991,9 +18084,13 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
17991
18084
|
id: string;
|
|
17992
18085
|
sellerId: string;
|
|
17993
18086
|
collectionIndex: string;
|
|
17994
|
-
collectionAddress: string;
|
|
17995
18087
|
externalIdHash: string;
|
|
17996
18088
|
externalId: string;
|
|
18089
|
+
collectionContract: {
|
|
18090
|
+
__typename?: "CollectionContract";
|
|
18091
|
+
address: string;
|
|
18092
|
+
contractUri: string;
|
|
18093
|
+
};
|
|
17997
18094
|
metadata?: {
|
|
17998
18095
|
__typename?: "NftContractMetadata";
|
|
17999
18096
|
id: string;
|
|
@@ -18127,7 +18224,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18127
18224
|
authTokenType: number;
|
|
18128
18225
|
voucherCloneAddress: string;
|
|
18129
18226
|
active: boolean;
|
|
18130
|
-
contractURI: string;
|
|
18131
18227
|
metadataUri: string;
|
|
18132
18228
|
royaltyRecipients?: Array<{
|
|
18133
18229
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -18362,7 +18458,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18362
18458
|
authTokenType: number;
|
|
18363
18459
|
voucherCloneAddress: string;
|
|
18364
18460
|
active: boolean;
|
|
18365
|
-
contractURI: string;
|
|
18366
18461
|
metadataUri: string;
|
|
18367
18462
|
royaltyRecipients?: Array<{
|
|
18368
18463
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -18740,7 +18835,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18740
18835
|
authTokenType: number;
|
|
18741
18836
|
voucherCloneAddress: string;
|
|
18742
18837
|
active: boolean;
|
|
18743
|
-
contractURI: string;
|
|
18744
18838
|
metadataUri: string;
|
|
18745
18839
|
royaltyRecipients?: Array<{
|
|
18746
18840
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -18881,7 +18975,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
18881
18975
|
authTokenType: number;
|
|
18882
18976
|
voucherCloneAddress: string;
|
|
18883
18977
|
active: boolean;
|
|
18884
|
-
contractURI: string;
|
|
18885
18978
|
metadataUri: string;
|
|
18886
18979
|
royaltyRecipients?: Array<{
|
|
18887
18980
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -19216,7 +19309,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19216
19309
|
authTokenType: number;
|
|
19217
19310
|
voucherCloneAddress: string;
|
|
19218
19311
|
active: boolean;
|
|
19219
|
-
contractURI: string;
|
|
19220
19312
|
metadataUri: string;
|
|
19221
19313
|
royaltyRecipients?: Array<{
|
|
19222
19314
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -19296,9 +19388,13 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19296
19388
|
id: string;
|
|
19297
19389
|
sellerId: string;
|
|
19298
19390
|
collectionIndex: string;
|
|
19299
|
-
collectionAddress: string;
|
|
19300
19391
|
externalIdHash: string;
|
|
19301
19392
|
externalId: string;
|
|
19393
|
+
collectionContract: {
|
|
19394
|
+
__typename?: "CollectionContract";
|
|
19395
|
+
address: string;
|
|
19396
|
+
contractUri: string;
|
|
19397
|
+
};
|
|
19302
19398
|
metadata?: {
|
|
19303
19399
|
__typename?: "NftContractMetadata";
|
|
19304
19400
|
id: string;
|
|
@@ -19432,7 +19528,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19432
19528
|
authTokenType: number;
|
|
19433
19529
|
voucherCloneAddress: string;
|
|
19434
19530
|
active: boolean;
|
|
19435
|
-
contractURI: string;
|
|
19436
19531
|
metadataUri: string;
|
|
19437
19532
|
royaltyRecipients?: Array<{
|
|
19438
19533
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -19667,7 +19762,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
19667
19762
|
authTokenType: number;
|
|
19668
19763
|
voucherCloneAddress: string;
|
|
19669
19764
|
active: boolean;
|
|
19670
|
-
contractURI: string;
|
|
19671
19765
|
metadataUri: string;
|
|
19672
19766
|
royaltyRecipients?: Array<{
|
|
19673
19767
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -20045,7 +20139,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
20045
20139
|
authTokenType: number;
|
|
20046
20140
|
voucherCloneAddress: string;
|
|
20047
20141
|
active: boolean;
|
|
20048
|
-
contractURI: string;
|
|
20049
20142
|
metadataUri: string;
|
|
20050
20143
|
royaltyRecipients?: Array<{
|
|
20051
20144
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -20186,7 +20279,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
20186
20279
|
authTokenType: number;
|
|
20187
20280
|
voucherCloneAddress: string;
|
|
20188
20281
|
active: boolean;
|
|
20189
|
-
contractURI: string;
|
|
20190
20282
|
metadataUri: string;
|
|
20191
20283
|
royaltyRecipients?: Array<{
|
|
20192
20284
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -20438,7 +20530,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20438
20530
|
id: string;
|
|
20439
20531
|
sellerId: string;
|
|
20440
20532
|
collectionIndex: string;
|
|
20441
|
-
collectionAddress: string;
|
|
20442
20533
|
externalIdHash: string;
|
|
20443
20534
|
externalId: string;
|
|
20444
20535
|
seller: {
|
|
@@ -20452,7 +20543,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20452
20543
|
authTokenType: number;
|
|
20453
20544
|
voucherCloneAddress: string;
|
|
20454
20545
|
active: boolean;
|
|
20455
|
-
contractURI: string;
|
|
20456
20546
|
metadataUri: string;
|
|
20457
20547
|
royaltyRecipients?: Array<{
|
|
20458
20548
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -20618,7 +20708,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20618
20708
|
authTokenType: number;
|
|
20619
20709
|
voucherCloneAddress: string;
|
|
20620
20710
|
active: boolean;
|
|
20621
|
-
contractURI: string;
|
|
20622
20711
|
metadataUri: string;
|
|
20623
20712
|
royaltyRecipients?: Array<{
|
|
20624
20713
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -20698,9 +20787,13 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20698
20787
|
id: string;
|
|
20699
20788
|
sellerId: string;
|
|
20700
20789
|
collectionIndex: string;
|
|
20701
|
-
collectionAddress: string;
|
|
20702
20790
|
externalIdHash: string;
|
|
20703
20791
|
externalId: string;
|
|
20792
|
+
collectionContract: {
|
|
20793
|
+
__typename?: "CollectionContract";
|
|
20794
|
+
address: string;
|
|
20795
|
+
contractUri: string;
|
|
20796
|
+
};
|
|
20704
20797
|
metadata?: {
|
|
20705
20798
|
__typename?: "NftContractMetadata";
|
|
20706
20799
|
id: string;
|
|
@@ -20834,7 +20927,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
20834
20927
|
authTokenType: number;
|
|
20835
20928
|
voucherCloneAddress: string;
|
|
20836
20929
|
active: boolean;
|
|
20837
|
-
contractURI: string;
|
|
20838
20930
|
metadataUri: string;
|
|
20839
20931
|
royaltyRecipients?: Array<{
|
|
20840
20932
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21069,7 +21161,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21069
21161
|
authTokenType: number;
|
|
21070
21162
|
voucherCloneAddress: string;
|
|
21071
21163
|
active: boolean;
|
|
21072
|
-
contractURI: string;
|
|
21073
21164
|
metadataUri: string;
|
|
21074
21165
|
royaltyRecipients?: Array<{
|
|
21075
21166
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21447,7 +21538,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21447
21538
|
authTokenType: number;
|
|
21448
21539
|
voucherCloneAddress: string;
|
|
21449
21540
|
active: boolean;
|
|
21450
|
-
contractURI: string;
|
|
21451
21541
|
metadataUri: string;
|
|
21452
21542
|
royaltyRecipients?: Array<{
|
|
21453
21543
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21588,7 +21678,6 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21588
21678
|
authTokenType: number;
|
|
21589
21679
|
voucherCloneAddress: string;
|
|
21590
21680
|
active: boolean;
|
|
21591
|
-
contractURI: string;
|
|
21592
21681
|
metadataUri: string;
|
|
21593
21682
|
royaltyRecipients?: Array<{
|
|
21594
21683
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21705,6 +21794,11 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
21705
21794
|
owner: string;
|
|
21706
21795
|
} | null;
|
|
21707
21796
|
}>;
|
|
21797
|
+
collectionContract: {
|
|
21798
|
+
__typename?: "CollectionContract";
|
|
21799
|
+
address: string;
|
|
21800
|
+
contractUri: string;
|
|
21801
|
+
};
|
|
21708
21802
|
metadata?: {
|
|
21709
21803
|
__typename?: "NftContractMetadata";
|
|
21710
21804
|
id: string;
|
|
@@ -21739,7 +21833,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21739
21833
|
id: string;
|
|
21740
21834
|
sellerId: string;
|
|
21741
21835
|
collectionIndex: string;
|
|
21742
|
-
collectionAddress: string;
|
|
21743
21836
|
externalIdHash: string;
|
|
21744
21837
|
externalId: string;
|
|
21745
21838
|
seller: {
|
|
@@ -21753,7 +21846,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21753
21846
|
authTokenType: number;
|
|
21754
21847
|
voucherCloneAddress: string;
|
|
21755
21848
|
active: boolean;
|
|
21756
|
-
contractURI: string;
|
|
21757
21849
|
metadataUri: string;
|
|
21758
21850
|
royaltyRecipients?: Array<{
|
|
21759
21851
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21919,7 +22011,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21919
22011
|
authTokenType: number;
|
|
21920
22012
|
voucherCloneAddress: string;
|
|
21921
22013
|
active: boolean;
|
|
21922
|
-
contractURI: string;
|
|
21923
22014
|
metadataUri: string;
|
|
21924
22015
|
royaltyRecipients?: Array<{
|
|
21925
22016
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -21999,9 +22090,13 @@ export type OfferCollectionFieldsFragment = {
|
|
|
21999
22090
|
id: string;
|
|
22000
22091
|
sellerId: string;
|
|
22001
22092
|
collectionIndex: string;
|
|
22002
|
-
collectionAddress: string;
|
|
22003
22093
|
externalIdHash: string;
|
|
22004
22094
|
externalId: string;
|
|
22095
|
+
collectionContract: {
|
|
22096
|
+
__typename?: "CollectionContract";
|
|
22097
|
+
address: string;
|
|
22098
|
+
contractUri: string;
|
|
22099
|
+
};
|
|
22005
22100
|
metadata?: {
|
|
22006
22101
|
__typename?: "NftContractMetadata";
|
|
22007
22102
|
id: string;
|
|
@@ -22135,7 +22230,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22135
22230
|
authTokenType: number;
|
|
22136
22231
|
voucherCloneAddress: string;
|
|
22137
22232
|
active: boolean;
|
|
22138
|
-
contractURI: string;
|
|
22139
22233
|
metadataUri: string;
|
|
22140
22234
|
royaltyRecipients?: Array<{
|
|
22141
22235
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -22368,7 +22462,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22368
22462
|
authTokenType: number;
|
|
22369
22463
|
voucherCloneAddress: string;
|
|
22370
22464
|
active: boolean;
|
|
22371
|
-
contractURI: string;
|
|
22372
22465
|
metadataUri: string;
|
|
22373
22466
|
royaltyRecipients?: Array<{
|
|
22374
22467
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -22736,7 +22829,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22736
22829
|
authTokenType: number;
|
|
22737
22830
|
voucherCloneAddress: string;
|
|
22738
22831
|
active: boolean;
|
|
22739
|
-
contractURI: string;
|
|
22740
22832
|
metadataUri: string;
|
|
22741
22833
|
royaltyRecipients?: Array<{
|
|
22742
22834
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -22877,7 +22969,6 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22877
22969
|
authTokenType: number;
|
|
22878
22970
|
voucherCloneAddress: string;
|
|
22879
22971
|
active: boolean;
|
|
22880
|
-
contractURI: string;
|
|
22881
22972
|
metadataUri: string;
|
|
22882
22973
|
royaltyRecipients?: Array<{
|
|
22883
22974
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -22994,6 +23085,11 @@ export type OfferCollectionFieldsFragment = {
|
|
|
22994
23085
|
owner: string;
|
|
22995
23086
|
} | null;
|
|
22996
23087
|
}>;
|
|
23088
|
+
collectionContract: {
|
|
23089
|
+
__typename?: "CollectionContract";
|
|
23090
|
+
address: string;
|
|
23091
|
+
contractUri: string;
|
|
23092
|
+
};
|
|
22997
23093
|
metadata?: {
|
|
22998
23094
|
__typename?: "NftContractMetadata";
|
|
22999
23095
|
id: string;
|
|
@@ -23011,9 +23107,13 @@ export type BaseOfferCollectionFieldsFragment = {
|
|
|
23011
23107
|
id: string;
|
|
23012
23108
|
sellerId: string;
|
|
23013
23109
|
collectionIndex: string;
|
|
23014
|
-
collectionAddress: string;
|
|
23015
23110
|
externalIdHash: string;
|
|
23016
23111
|
externalId: string;
|
|
23112
|
+
collectionContract: {
|
|
23113
|
+
__typename?: "CollectionContract";
|
|
23114
|
+
address: string;
|
|
23115
|
+
contractUri: string;
|
|
23116
|
+
};
|
|
23017
23117
|
metadata?: {
|
|
23018
23118
|
__typename?: "NftContractMetadata";
|
|
23019
23119
|
id: string;
|
|
@@ -23037,16 +23137,19 @@ export type SellerFieldsFragment = {
|
|
|
23037
23137
|
authTokenType: number;
|
|
23038
23138
|
voucherCloneAddress: string;
|
|
23039
23139
|
active: boolean;
|
|
23040
|
-
contractURI: string;
|
|
23041
23140
|
metadataUri: string;
|
|
23042
23141
|
collections: Array<{
|
|
23043
23142
|
__typename?: "OfferCollection";
|
|
23044
23143
|
id: string;
|
|
23045
23144
|
sellerId: string;
|
|
23046
23145
|
collectionIndex: string;
|
|
23047
|
-
collectionAddress: string;
|
|
23048
23146
|
externalIdHash: string;
|
|
23049
23147
|
externalId: string;
|
|
23148
|
+
collectionContract: {
|
|
23149
|
+
__typename?: "CollectionContract";
|
|
23150
|
+
address: string;
|
|
23151
|
+
contractUri: string;
|
|
23152
|
+
};
|
|
23050
23153
|
metadata?: {
|
|
23051
23154
|
__typename?: "NftContractMetadata";
|
|
23052
23155
|
id: string;
|
|
@@ -23171,7 +23274,6 @@ export type SellerFieldsFragment = {
|
|
|
23171
23274
|
authTokenType: number;
|
|
23172
23275
|
voucherCloneAddress: string;
|
|
23173
23276
|
active: boolean;
|
|
23174
|
-
contractURI: string;
|
|
23175
23277
|
metadataUri: string;
|
|
23176
23278
|
royaltyRecipients?: Array<{
|
|
23177
23279
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -23251,9 +23353,13 @@ export type SellerFieldsFragment = {
|
|
|
23251
23353
|
id: string;
|
|
23252
23354
|
sellerId: string;
|
|
23253
23355
|
collectionIndex: string;
|
|
23254
|
-
collectionAddress: string;
|
|
23255
23356
|
externalIdHash: string;
|
|
23256
23357
|
externalId: string;
|
|
23358
|
+
collectionContract: {
|
|
23359
|
+
__typename?: "CollectionContract";
|
|
23360
|
+
address: string;
|
|
23361
|
+
contractUri: string;
|
|
23362
|
+
};
|
|
23257
23363
|
metadata?: {
|
|
23258
23364
|
__typename?: "NftContractMetadata";
|
|
23259
23365
|
id: string;
|
|
@@ -23387,7 +23493,6 @@ export type SellerFieldsFragment = {
|
|
|
23387
23493
|
authTokenType: number;
|
|
23388
23494
|
voucherCloneAddress: string;
|
|
23389
23495
|
active: boolean;
|
|
23390
|
-
contractURI: string;
|
|
23391
23496
|
metadataUri: string;
|
|
23392
23497
|
royaltyRecipients?: Array<{
|
|
23393
23498
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -23620,7 +23725,6 @@ export type SellerFieldsFragment = {
|
|
|
23620
23725
|
authTokenType: number;
|
|
23621
23726
|
voucherCloneAddress: string;
|
|
23622
23727
|
active: boolean;
|
|
23623
|
-
contractURI: string;
|
|
23624
23728
|
metadataUri: string;
|
|
23625
23729
|
royaltyRecipients?: Array<{
|
|
23626
23730
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -23988,7 +24092,6 @@ export type SellerFieldsFragment = {
|
|
|
23988
24092
|
authTokenType: number;
|
|
23989
24093
|
voucherCloneAddress: string;
|
|
23990
24094
|
active: boolean;
|
|
23991
|
-
contractURI: string;
|
|
23992
24095
|
metadataUri: string;
|
|
23993
24096
|
royaltyRecipients?: Array<{
|
|
23994
24097
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -24129,7 +24232,6 @@ export type SellerFieldsFragment = {
|
|
|
24129
24232
|
authTokenType: number;
|
|
24130
24233
|
voucherCloneAddress: string;
|
|
24131
24234
|
active: boolean;
|
|
24132
|
-
contractURI: string;
|
|
24133
24235
|
metadataUri: string;
|
|
24134
24236
|
royaltyRecipients?: Array<{
|
|
24135
24237
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -24292,7 +24394,6 @@ export type SellerFieldsFragment = {
|
|
|
24292
24394
|
authTokenType: number;
|
|
24293
24395
|
voucherCloneAddress: string;
|
|
24294
24396
|
active: boolean;
|
|
24295
|
-
contractURI: string;
|
|
24296
24397
|
metadataUri: string;
|
|
24297
24398
|
royaltyRecipients?: Array<{
|
|
24298
24399
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -24572,7 +24673,6 @@ export type BaseSellerFieldsFragment = {
|
|
|
24572
24673
|
authTokenType: number;
|
|
24573
24674
|
voucherCloneAddress: string;
|
|
24574
24675
|
active: boolean;
|
|
24575
|
-
contractURI: string;
|
|
24576
24676
|
metadataUri: string;
|
|
24577
24677
|
royaltyRecipients?: Array<{
|
|
24578
24678
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -24729,7 +24829,6 @@ export type BuyerFieldsFragment = {
|
|
|
24729
24829
|
authTokenType: number;
|
|
24730
24830
|
voucherCloneAddress: string;
|
|
24731
24831
|
active: boolean;
|
|
24732
|
-
contractURI: string;
|
|
24733
24832
|
metadataUri: string;
|
|
24734
24833
|
royaltyRecipients?: Array<{
|
|
24735
24834
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -24992,7 +25091,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
24992
25091
|
authTokenType: number;
|
|
24993
25092
|
voucherCloneAddress: string;
|
|
24994
25093
|
active: boolean;
|
|
24995
|
-
contractURI: string;
|
|
24996
25094
|
metadataUri: string;
|
|
24997
25095
|
royaltyRecipients?: Array<{
|
|
24998
25096
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -25072,9 +25170,13 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25072
25170
|
id: string;
|
|
25073
25171
|
sellerId: string;
|
|
25074
25172
|
collectionIndex: string;
|
|
25075
|
-
collectionAddress: string;
|
|
25076
25173
|
externalIdHash: string;
|
|
25077
25174
|
externalId: string;
|
|
25175
|
+
collectionContract: {
|
|
25176
|
+
__typename?: "CollectionContract";
|
|
25177
|
+
address: string;
|
|
25178
|
+
contractUri: string;
|
|
25179
|
+
};
|
|
25078
25180
|
metadata?: {
|
|
25079
25181
|
__typename?: "NftContractMetadata";
|
|
25080
25182
|
id: string;
|
|
@@ -25208,7 +25310,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25208
25310
|
authTokenType: number;
|
|
25209
25311
|
voucherCloneAddress: string;
|
|
25210
25312
|
active: boolean;
|
|
25211
|
-
contractURI: string;
|
|
25212
25313
|
metadataUri: string;
|
|
25213
25314
|
royaltyRecipients?: Array<{
|
|
25214
25315
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -25441,7 +25542,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25441
25542
|
authTokenType: number;
|
|
25442
25543
|
voucherCloneAddress: string;
|
|
25443
25544
|
active: boolean;
|
|
25444
|
-
contractURI: string;
|
|
25445
25545
|
metadataUri: string;
|
|
25446
25546
|
royaltyRecipients?: Array<{
|
|
25447
25547
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -25809,7 +25909,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25809
25909
|
authTokenType: number;
|
|
25810
25910
|
voucherCloneAddress: string;
|
|
25811
25911
|
active: boolean;
|
|
25812
|
-
contractURI: string;
|
|
25813
25912
|
metadataUri: string;
|
|
25814
25913
|
royaltyRecipients?: Array<{
|
|
25815
25914
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -25950,7 +26049,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
25950
26049
|
authTokenType: number;
|
|
25951
26050
|
voucherCloneAddress: string;
|
|
25952
26051
|
active: boolean;
|
|
25953
|
-
contractURI: string;
|
|
25954
26052
|
metadataUri: string;
|
|
25955
26053
|
royaltyRecipients?: Array<{
|
|
25956
26054
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26301,7 +26399,6 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
26301
26399
|
authTokenType: number;
|
|
26302
26400
|
voucherCloneAddress: string;
|
|
26303
26401
|
active: boolean;
|
|
26304
|
-
contractURI: string;
|
|
26305
26402
|
metadataUri: string;
|
|
26306
26403
|
royaltyRecipients?: Array<{
|
|
26307
26404
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26388,7 +26485,6 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
26388
26485
|
authTokenType: number;
|
|
26389
26486
|
voucherCloneAddress: string;
|
|
26390
26487
|
active: boolean;
|
|
26391
|
-
contractURI: string;
|
|
26392
26488
|
metadataUri: string;
|
|
26393
26489
|
royaltyRecipients?: Array<{
|
|
26394
26490
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26542,7 +26638,6 @@ export type GetDisputesQueryQuery = {
|
|
|
26542
26638
|
authTokenType: number;
|
|
26543
26639
|
voucherCloneAddress: string;
|
|
26544
26640
|
active: boolean;
|
|
26545
|
-
contractURI: string;
|
|
26546
26641
|
metadataUri: string;
|
|
26547
26642
|
royaltyRecipients?: Array<{
|
|
26548
26643
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26629,7 +26724,6 @@ export type GetDisputesQueryQuery = {
|
|
|
26629
26724
|
authTokenType: number;
|
|
26630
26725
|
voucherCloneAddress: string;
|
|
26631
26726
|
active: boolean;
|
|
26632
|
-
contractURI: string;
|
|
26633
26727
|
metadataUri: string;
|
|
26634
26728
|
royaltyRecipients?: Array<{
|
|
26635
26729
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26773,7 +26867,6 @@ export type DisputeFieldsFragment = {
|
|
|
26773
26867
|
authTokenType: number;
|
|
26774
26868
|
voucherCloneAddress: string;
|
|
26775
26869
|
active: boolean;
|
|
26776
|
-
contractURI: string;
|
|
26777
26870
|
metadataUri: string;
|
|
26778
26871
|
royaltyRecipients?: Array<{
|
|
26779
26872
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -26860,7 +26953,6 @@ export type DisputeFieldsFragment = {
|
|
|
26860
26953
|
authTokenType: number;
|
|
26861
26954
|
voucherCloneAddress: string;
|
|
26862
26955
|
active: boolean;
|
|
26863
|
-
contractURI: string;
|
|
26864
26956
|
metadataUri: string;
|
|
26865
26957
|
royaltyRecipients?: Array<{
|
|
26866
26958
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -27075,7 +27167,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27075
27167
|
authTokenType: number;
|
|
27076
27168
|
voucherCloneAddress: string;
|
|
27077
27169
|
active: boolean;
|
|
27078
|
-
contractURI: string;
|
|
27079
27170
|
metadataUri: string;
|
|
27080
27171
|
royaltyRecipients?: Array<{
|
|
27081
27172
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -27155,9 +27246,13 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27155
27246
|
id: string;
|
|
27156
27247
|
sellerId: string;
|
|
27157
27248
|
collectionIndex: string;
|
|
27158
|
-
collectionAddress: string;
|
|
27159
27249
|
externalIdHash: string;
|
|
27160
27250
|
externalId: string;
|
|
27251
|
+
collectionContract: {
|
|
27252
|
+
__typename?: "CollectionContract";
|
|
27253
|
+
address: string;
|
|
27254
|
+
contractUri: string;
|
|
27255
|
+
};
|
|
27161
27256
|
metadata?: {
|
|
27162
27257
|
__typename?: "NftContractMetadata";
|
|
27163
27258
|
id: string;
|
|
@@ -27291,7 +27386,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27291
27386
|
authTokenType: number;
|
|
27292
27387
|
voucherCloneAddress: string;
|
|
27293
27388
|
active: boolean;
|
|
27294
|
-
contractURI: string;
|
|
27295
27389
|
metadataUri: string;
|
|
27296
27390
|
royaltyRecipients?: Array<{
|
|
27297
27391
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -27526,7 +27620,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27526
27620
|
authTokenType: number;
|
|
27527
27621
|
voucherCloneAddress: string;
|
|
27528
27622
|
active: boolean;
|
|
27529
|
-
contractURI: string;
|
|
27530
27623
|
metadataUri: string;
|
|
27531
27624
|
royaltyRecipients?: Array<{
|
|
27532
27625
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -27904,7 +27997,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
27904
27997
|
authTokenType: number;
|
|
27905
27998
|
voucherCloneAddress: string;
|
|
27906
27999
|
active: boolean;
|
|
27907
|
-
contractURI: string;
|
|
27908
28000
|
metadataUri: string;
|
|
27909
28001
|
royaltyRecipients?: Array<{
|
|
27910
28002
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -28045,7 +28137,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
28045
28137
|
authTokenType: number;
|
|
28046
28138
|
voucherCloneAddress: string;
|
|
28047
28139
|
active: boolean;
|
|
28048
|
-
contractURI: string;
|
|
28049
28140
|
metadataUri: string;
|
|
28050
28141
|
royaltyRecipients?: Array<{
|
|
28051
28142
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -28291,7 +28382,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28291
28382
|
authTokenType: number;
|
|
28292
28383
|
voucherCloneAddress: string;
|
|
28293
28384
|
active: boolean;
|
|
28294
|
-
contractURI: string;
|
|
28295
28385
|
metadataUri: string;
|
|
28296
28386
|
royaltyRecipients?: Array<{
|
|
28297
28387
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -28371,9 +28461,13 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28371
28461
|
id: string;
|
|
28372
28462
|
sellerId: string;
|
|
28373
28463
|
collectionIndex: string;
|
|
28374
|
-
collectionAddress: string;
|
|
28375
28464
|
externalIdHash: string;
|
|
28376
28465
|
externalId: string;
|
|
28466
|
+
collectionContract: {
|
|
28467
|
+
__typename?: "CollectionContract";
|
|
28468
|
+
address: string;
|
|
28469
|
+
contractUri: string;
|
|
28470
|
+
};
|
|
28377
28471
|
metadata?: {
|
|
28378
28472
|
__typename?: "NftContractMetadata";
|
|
28379
28473
|
id: string;
|
|
@@ -28507,7 +28601,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28507
28601
|
authTokenType: number;
|
|
28508
28602
|
voucherCloneAddress: string;
|
|
28509
28603
|
active: boolean;
|
|
28510
|
-
contractURI: string;
|
|
28511
28604
|
metadataUri: string;
|
|
28512
28605
|
royaltyRecipients?: Array<{
|
|
28513
28606
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -28742,7 +28835,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
28742
28835
|
authTokenType: number;
|
|
28743
28836
|
voucherCloneAddress: string;
|
|
28744
28837
|
active: boolean;
|
|
28745
|
-
contractURI: string;
|
|
28746
28838
|
metadataUri: string;
|
|
28747
28839
|
royaltyRecipients?: Array<{
|
|
28748
28840
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -29120,7 +29212,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
29120
29212
|
authTokenType: number;
|
|
29121
29213
|
voucherCloneAddress: string;
|
|
29122
29214
|
active: boolean;
|
|
29123
|
-
contractURI: string;
|
|
29124
29215
|
metadataUri: string;
|
|
29125
29216
|
royaltyRecipients?: Array<{
|
|
29126
29217
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -29261,7 +29352,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
29261
29352
|
authTokenType: number;
|
|
29262
29353
|
voucherCloneAddress: string;
|
|
29263
29354
|
active: boolean;
|
|
29264
|
-
contractURI: string;
|
|
29265
29355
|
metadataUri: string;
|
|
29266
29356
|
royaltyRecipients?: Array<{
|
|
29267
29357
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -29485,7 +29575,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29485
29575
|
authTokenType: number;
|
|
29486
29576
|
voucherCloneAddress: string;
|
|
29487
29577
|
active: boolean;
|
|
29488
|
-
contractURI: string;
|
|
29489
29578
|
metadataUri: string;
|
|
29490
29579
|
royaltyRecipients?: Array<{
|
|
29491
29580
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -29565,9 +29654,13 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29565
29654
|
id: string;
|
|
29566
29655
|
sellerId: string;
|
|
29567
29656
|
collectionIndex: string;
|
|
29568
|
-
collectionAddress: string;
|
|
29569
29657
|
externalIdHash: string;
|
|
29570
29658
|
externalId: string;
|
|
29659
|
+
collectionContract: {
|
|
29660
|
+
__typename?: "CollectionContract";
|
|
29661
|
+
address: string;
|
|
29662
|
+
contractUri: string;
|
|
29663
|
+
};
|
|
29571
29664
|
metadata?: {
|
|
29572
29665
|
__typename?: "NftContractMetadata";
|
|
29573
29666
|
id: string;
|
|
@@ -29701,7 +29794,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29701
29794
|
authTokenType: number;
|
|
29702
29795
|
voucherCloneAddress: string;
|
|
29703
29796
|
active: boolean;
|
|
29704
|
-
contractURI: string;
|
|
29705
29797
|
metadataUri: string;
|
|
29706
29798
|
royaltyRecipients?: Array<{
|
|
29707
29799
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -29934,7 +30026,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
29934
30026
|
authTokenType: number;
|
|
29935
30027
|
voucherCloneAddress: string;
|
|
29936
30028
|
active: boolean;
|
|
29937
|
-
contractURI: string;
|
|
29938
30029
|
metadataUri: string;
|
|
29939
30030
|
royaltyRecipients?: Array<{
|
|
29940
30031
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -30302,7 +30393,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30302
30393
|
authTokenType: number;
|
|
30303
30394
|
voucherCloneAddress: string;
|
|
30304
30395
|
active: boolean;
|
|
30305
|
-
contractURI: string;
|
|
30306
30396
|
metadataUri: string;
|
|
30307
30397
|
royaltyRecipients?: Array<{
|
|
30308
30398
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -30443,7 +30533,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
30443
30533
|
authTokenType: number;
|
|
30444
30534
|
voucherCloneAddress: string;
|
|
30445
30535
|
active: boolean;
|
|
30446
|
-
contractURI: string;
|
|
30447
30536
|
metadataUri: string;
|
|
30448
30537
|
royaltyRecipients?: Array<{
|
|
30449
30538
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -30850,7 +30939,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
30850
30939
|
authTokenType: number;
|
|
30851
30940
|
voucherCloneAddress: string;
|
|
30852
30941
|
active: boolean;
|
|
30853
|
-
contractURI: string;
|
|
30854
30942
|
metadataUri: string;
|
|
30855
30943
|
royaltyRecipients?: Array<{
|
|
30856
30944
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -30930,9 +31018,13 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
30930
31018
|
id: string;
|
|
30931
31019
|
sellerId: string;
|
|
30932
31020
|
collectionIndex: string;
|
|
30933
|
-
collectionAddress: string;
|
|
30934
31021
|
externalIdHash: string;
|
|
30935
31022
|
externalId: string;
|
|
31023
|
+
collectionContract: {
|
|
31024
|
+
__typename?: "CollectionContract";
|
|
31025
|
+
address: string;
|
|
31026
|
+
contractUri: string;
|
|
31027
|
+
};
|
|
30936
31028
|
metadata?: {
|
|
30937
31029
|
__typename?: "NftContractMetadata";
|
|
30938
31030
|
id: string;
|
|
@@ -31066,7 +31158,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31066
31158
|
authTokenType: number;
|
|
31067
31159
|
voucherCloneAddress: string;
|
|
31068
31160
|
active: boolean;
|
|
31069
|
-
contractURI: string;
|
|
31070
31161
|
metadataUri: string;
|
|
31071
31162
|
royaltyRecipients?: Array<{
|
|
31072
31163
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -31301,7 +31392,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31301
31392
|
authTokenType: number;
|
|
31302
31393
|
voucherCloneAddress: string;
|
|
31303
31394
|
active: boolean;
|
|
31304
|
-
contractURI: string;
|
|
31305
31395
|
metadataUri: string;
|
|
31306
31396
|
royaltyRecipients?: Array<{
|
|
31307
31397
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -31679,7 +31769,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31679
31769
|
authTokenType: number;
|
|
31680
31770
|
voucherCloneAddress: string;
|
|
31681
31771
|
active: boolean;
|
|
31682
|
-
contractURI: string;
|
|
31683
31772
|
metadataUri: string;
|
|
31684
31773
|
royaltyRecipients?: Array<{
|
|
31685
31774
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -31820,7 +31909,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31820
31909
|
authTokenType: number;
|
|
31821
31910
|
voucherCloneAddress: string;
|
|
31822
31911
|
active: boolean;
|
|
31823
|
-
contractURI: string;
|
|
31824
31912
|
metadataUri: string;
|
|
31825
31913
|
royaltyRecipients?: Array<{
|
|
31826
31914
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -31969,7 +32057,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
31969
32057
|
authTokenType: number;
|
|
31970
32058
|
voucherCloneAddress: string;
|
|
31971
32059
|
active: boolean;
|
|
31972
|
-
contractURI: string;
|
|
31973
32060
|
metadataUri: string;
|
|
31974
32061
|
royaltyRecipients?: Array<{
|
|
31975
32062
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -32162,7 +32249,6 @@ export type GetExchangesQueryQuery = {
|
|
|
32162
32249
|
authTokenType: number;
|
|
32163
32250
|
voucherCloneAddress: string;
|
|
32164
32251
|
active: boolean;
|
|
32165
|
-
contractURI: string;
|
|
32166
32252
|
metadataUri: string;
|
|
32167
32253
|
royaltyRecipients?: Array<{
|
|
32168
32254
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -32242,9 +32328,13 @@ export type GetExchangesQueryQuery = {
|
|
|
32242
32328
|
id: string;
|
|
32243
32329
|
sellerId: string;
|
|
32244
32330
|
collectionIndex: string;
|
|
32245
|
-
collectionAddress: string;
|
|
32246
32331
|
externalIdHash: string;
|
|
32247
32332
|
externalId: string;
|
|
32333
|
+
collectionContract: {
|
|
32334
|
+
__typename?: "CollectionContract";
|
|
32335
|
+
address: string;
|
|
32336
|
+
contractUri: string;
|
|
32337
|
+
};
|
|
32248
32338
|
metadata?: {
|
|
32249
32339
|
__typename?: "NftContractMetadata";
|
|
32250
32340
|
id: string;
|
|
@@ -32378,7 +32468,6 @@ export type GetExchangesQueryQuery = {
|
|
|
32378
32468
|
authTokenType: number;
|
|
32379
32469
|
voucherCloneAddress: string;
|
|
32380
32470
|
active: boolean;
|
|
32381
|
-
contractURI: string;
|
|
32382
32471
|
metadataUri: string;
|
|
32383
32472
|
royaltyRecipients?: Array<{
|
|
32384
32473
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -32613,7 +32702,6 @@ export type GetExchangesQueryQuery = {
|
|
|
32613
32702
|
authTokenType: number;
|
|
32614
32703
|
voucherCloneAddress: string;
|
|
32615
32704
|
active: boolean;
|
|
32616
|
-
contractURI: string;
|
|
32617
32705
|
metadataUri: string;
|
|
32618
32706
|
royaltyRecipients?: Array<{
|
|
32619
32707
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -32991,7 +33079,6 @@ export type GetExchangesQueryQuery = {
|
|
|
32991
33079
|
authTokenType: number;
|
|
32992
33080
|
voucherCloneAddress: string;
|
|
32993
33081
|
active: boolean;
|
|
32994
|
-
contractURI: string;
|
|
32995
33082
|
metadataUri: string;
|
|
32996
33083
|
royaltyRecipients?: Array<{
|
|
32997
33084
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -33132,7 +33219,6 @@ export type GetExchangesQueryQuery = {
|
|
|
33132
33219
|
authTokenType: number;
|
|
33133
33220
|
voucherCloneAddress: string;
|
|
33134
33221
|
active: boolean;
|
|
33135
|
-
contractURI: string;
|
|
33136
33222
|
metadataUri: string;
|
|
33137
33223
|
royaltyRecipients?: Array<{
|
|
33138
33224
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -33281,7 +33367,6 @@ export type GetExchangesQueryQuery = {
|
|
|
33281
33367
|
authTokenType: number;
|
|
33282
33368
|
voucherCloneAddress: string;
|
|
33283
33369
|
active: boolean;
|
|
33284
|
-
contractURI: string;
|
|
33285
33370
|
metadataUri: string;
|
|
33286
33371
|
royaltyRecipients?: Array<{
|
|
33287
33372
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -33464,7 +33549,6 @@ export type ExchangeFieldsFragment = {
|
|
|
33464
33549
|
authTokenType: number;
|
|
33465
33550
|
voucherCloneAddress: string;
|
|
33466
33551
|
active: boolean;
|
|
33467
|
-
contractURI: string;
|
|
33468
33552
|
metadataUri: string;
|
|
33469
33553
|
royaltyRecipients?: Array<{
|
|
33470
33554
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -33544,9 +33628,13 @@ export type ExchangeFieldsFragment = {
|
|
|
33544
33628
|
id: string;
|
|
33545
33629
|
sellerId: string;
|
|
33546
33630
|
collectionIndex: string;
|
|
33547
|
-
collectionAddress: string;
|
|
33548
33631
|
externalIdHash: string;
|
|
33549
33632
|
externalId: string;
|
|
33633
|
+
collectionContract: {
|
|
33634
|
+
__typename?: "CollectionContract";
|
|
33635
|
+
address: string;
|
|
33636
|
+
contractUri: string;
|
|
33637
|
+
};
|
|
33550
33638
|
metadata?: {
|
|
33551
33639
|
__typename?: "NftContractMetadata";
|
|
33552
33640
|
id: string;
|
|
@@ -33680,7 +33768,6 @@ export type ExchangeFieldsFragment = {
|
|
|
33680
33768
|
authTokenType: number;
|
|
33681
33769
|
voucherCloneAddress: string;
|
|
33682
33770
|
active: boolean;
|
|
33683
|
-
contractURI: string;
|
|
33684
33771
|
metadataUri: string;
|
|
33685
33772
|
royaltyRecipients?: Array<{
|
|
33686
33773
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -33913,7 +34000,6 @@ export type ExchangeFieldsFragment = {
|
|
|
33913
34000
|
authTokenType: number;
|
|
33914
34001
|
voucherCloneAddress: string;
|
|
33915
34002
|
active: boolean;
|
|
33916
|
-
contractURI: string;
|
|
33917
34003
|
metadataUri: string;
|
|
33918
34004
|
royaltyRecipients?: Array<{
|
|
33919
34005
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -34281,7 +34367,6 @@ export type ExchangeFieldsFragment = {
|
|
|
34281
34367
|
authTokenType: number;
|
|
34282
34368
|
voucherCloneAddress: string;
|
|
34283
34369
|
active: boolean;
|
|
34284
|
-
contractURI: string;
|
|
34285
34370
|
metadataUri: string;
|
|
34286
34371
|
royaltyRecipients?: Array<{
|
|
34287
34372
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -34422,7 +34507,6 @@ export type ExchangeFieldsFragment = {
|
|
|
34422
34507
|
authTokenType: number;
|
|
34423
34508
|
voucherCloneAddress: string;
|
|
34424
34509
|
active: boolean;
|
|
34425
|
-
contractURI: string;
|
|
34426
34510
|
metadataUri: string;
|
|
34427
34511
|
royaltyRecipients?: Array<{
|
|
34428
34512
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -34566,7 +34650,6 @@ export type ExchangeFieldsFragment = {
|
|
|
34566
34650
|
authTokenType: number;
|
|
34567
34651
|
voucherCloneAddress: string;
|
|
34568
34652
|
active: boolean;
|
|
34569
|
-
contractURI: string;
|
|
34570
34653
|
metadataUri: string;
|
|
34571
34654
|
royaltyRecipients?: Array<{
|
|
34572
34655
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -34684,7 +34767,6 @@ export type BaseExchangeFieldsFragment = {
|
|
|
34684
34767
|
authTokenType: number;
|
|
34685
34768
|
voucherCloneAddress: string;
|
|
34686
34769
|
active: boolean;
|
|
34687
|
-
contractURI: string;
|
|
34688
34770
|
metadataUri: string;
|
|
34689
34771
|
royaltyRecipients?: Array<{
|
|
34690
34772
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -35005,7 +35087,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35005
35087
|
authTokenType: number;
|
|
35006
35088
|
voucherCloneAddress: string;
|
|
35007
35089
|
active: boolean;
|
|
35008
|
-
contractURI: string;
|
|
35009
35090
|
metadataUri: string;
|
|
35010
35091
|
royaltyRecipients?: Array<{
|
|
35011
35092
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -35085,9 +35166,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35085
35166
|
id: string;
|
|
35086
35167
|
sellerId: string;
|
|
35087
35168
|
collectionIndex: string;
|
|
35088
|
-
collectionAddress: string;
|
|
35089
35169
|
externalIdHash: string;
|
|
35090
35170
|
externalId: string;
|
|
35171
|
+
collectionContract: {
|
|
35172
|
+
__typename?: "CollectionContract";
|
|
35173
|
+
address: string;
|
|
35174
|
+
contractUri: string;
|
|
35175
|
+
};
|
|
35091
35176
|
metadata?: {
|
|
35092
35177
|
__typename?: "NftContractMetadata";
|
|
35093
35178
|
id: string;
|
|
@@ -35221,7 +35306,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35221
35306
|
authTokenType: number;
|
|
35222
35307
|
voucherCloneAddress: string;
|
|
35223
35308
|
active: boolean;
|
|
35224
|
-
contractURI: string;
|
|
35225
35309
|
metadataUri: string;
|
|
35226
35310
|
royaltyRecipients?: Array<{
|
|
35227
35311
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -35456,7 +35540,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35456
35540
|
authTokenType: number;
|
|
35457
35541
|
voucherCloneAddress: string;
|
|
35458
35542
|
active: boolean;
|
|
35459
|
-
contractURI: string;
|
|
35460
35543
|
metadataUri: string;
|
|
35461
35544
|
royaltyRecipients?: Array<{
|
|
35462
35545
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -35834,7 +35917,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35834
35917
|
authTokenType: number;
|
|
35835
35918
|
voucherCloneAddress: string;
|
|
35836
35919
|
active: boolean;
|
|
35837
|
-
contractURI: string;
|
|
35838
35920
|
metadataUri: string;
|
|
35839
35921
|
royaltyRecipients?: Array<{
|
|
35840
35922
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -35975,7 +36057,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
35975
36057
|
authTokenType: number;
|
|
35976
36058
|
voucherCloneAddress: string;
|
|
35977
36059
|
active: boolean;
|
|
35978
|
-
contractURI: string;
|
|
35979
36060
|
metadataUri: string;
|
|
35980
36061
|
royaltyRecipients?: Array<{
|
|
35981
36062
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -36103,7 +36184,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
36103
36184
|
authTokenType: number;
|
|
36104
36185
|
voucherCloneAddress: string;
|
|
36105
36186
|
active: boolean;
|
|
36106
|
-
contractURI: string;
|
|
36107
36187
|
metadataUri: string;
|
|
36108
36188
|
royaltyRecipients?: Array<{
|
|
36109
36189
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -36322,7 +36402,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36322
36402
|
authTokenType: number;
|
|
36323
36403
|
voucherCloneAddress: string;
|
|
36324
36404
|
active: boolean;
|
|
36325
|
-
contractURI: string;
|
|
36326
36405
|
metadataUri: string;
|
|
36327
36406
|
royaltyRecipients?: Array<{
|
|
36328
36407
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -36402,9 +36481,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36402
36481
|
id: string;
|
|
36403
36482
|
sellerId: string;
|
|
36404
36483
|
collectionIndex: string;
|
|
36405
|
-
collectionAddress: string;
|
|
36406
36484
|
externalIdHash: string;
|
|
36407
36485
|
externalId: string;
|
|
36486
|
+
collectionContract: {
|
|
36487
|
+
__typename?: "CollectionContract";
|
|
36488
|
+
address: string;
|
|
36489
|
+
contractUri: string;
|
|
36490
|
+
};
|
|
36408
36491
|
metadata?: {
|
|
36409
36492
|
__typename?: "NftContractMetadata";
|
|
36410
36493
|
id: string;
|
|
@@ -36538,7 +36621,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36538
36621
|
authTokenType: number;
|
|
36539
36622
|
voucherCloneAddress: string;
|
|
36540
36623
|
active: boolean;
|
|
36541
|
-
contractURI: string;
|
|
36542
36624
|
metadataUri: string;
|
|
36543
36625
|
royaltyRecipients?: Array<{
|
|
36544
36626
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -36773,7 +36855,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
36773
36855
|
authTokenType: number;
|
|
36774
36856
|
voucherCloneAddress: string;
|
|
36775
36857
|
active: boolean;
|
|
36776
|
-
contractURI: string;
|
|
36777
36858
|
metadataUri: string;
|
|
36778
36859
|
royaltyRecipients?: Array<{
|
|
36779
36860
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -37151,7 +37232,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37151
37232
|
authTokenType: number;
|
|
37152
37233
|
voucherCloneAddress: string;
|
|
37153
37234
|
active: boolean;
|
|
37154
|
-
contractURI: string;
|
|
37155
37235
|
metadataUri: string;
|
|
37156
37236
|
royaltyRecipients?: Array<{
|
|
37157
37237
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -37292,7 +37372,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37292
37372
|
authTokenType: number;
|
|
37293
37373
|
voucherCloneAddress: string;
|
|
37294
37374
|
active: boolean;
|
|
37295
|
-
contractURI: string;
|
|
37296
37375
|
metadataUri: string;
|
|
37297
37376
|
royaltyRecipients?: Array<{
|
|
37298
37377
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -37420,7 +37499,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
37420
37499
|
authTokenType: number;
|
|
37421
37500
|
voucherCloneAddress: string;
|
|
37422
37501
|
active: boolean;
|
|
37423
|
-
contractURI: string;
|
|
37424
37502
|
metadataUri: string;
|
|
37425
37503
|
royaltyRecipients?: Array<{
|
|
37426
37504
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -37629,7 +37707,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
37629
37707
|
authTokenType: number;
|
|
37630
37708
|
voucherCloneAddress: string;
|
|
37631
37709
|
active: boolean;
|
|
37632
|
-
contractURI: string;
|
|
37633
37710
|
metadataUri: string;
|
|
37634
37711
|
royaltyRecipients?: Array<{
|
|
37635
37712
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -37709,9 +37786,13 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
37709
37786
|
id: string;
|
|
37710
37787
|
sellerId: string;
|
|
37711
37788
|
collectionIndex: string;
|
|
37712
|
-
collectionAddress: string;
|
|
37713
37789
|
externalIdHash: string;
|
|
37714
37790
|
externalId: string;
|
|
37791
|
+
collectionContract: {
|
|
37792
|
+
__typename?: "CollectionContract";
|
|
37793
|
+
address: string;
|
|
37794
|
+
contractUri: string;
|
|
37795
|
+
};
|
|
37715
37796
|
metadata?: {
|
|
37716
37797
|
__typename?: "NftContractMetadata";
|
|
37717
37798
|
id: string;
|
|
@@ -37845,7 +37926,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
37845
37926
|
authTokenType: number;
|
|
37846
37927
|
voucherCloneAddress: string;
|
|
37847
37928
|
active: boolean;
|
|
37848
|
-
contractURI: string;
|
|
37849
37929
|
metadataUri: string;
|
|
37850
37930
|
royaltyRecipients?: Array<{
|
|
37851
37931
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -38078,7 +38158,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38078
38158
|
authTokenType: number;
|
|
38079
38159
|
voucherCloneAddress: string;
|
|
38080
38160
|
active: boolean;
|
|
38081
|
-
contractURI: string;
|
|
38082
38161
|
metadataUri: string;
|
|
38083
38162
|
royaltyRecipients?: Array<{
|
|
38084
38163
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -38446,7 +38525,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38446
38525
|
authTokenType: number;
|
|
38447
38526
|
voucherCloneAddress: string;
|
|
38448
38527
|
active: boolean;
|
|
38449
|
-
contractURI: string;
|
|
38450
38528
|
metadataUri: string;
|
|
38451
38529
|
royaltyRecipients?: Array<{
|
|
38452
38530
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -38587,7 +38665,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38587
38665
|
authTokenType: number;
|
|
38588
38666
|
voucherCloneAddress: string;
|
|
38589
38667
|
active: boolean;
|
|
38590
|
-
contractURI: string;
|
|
38591
38668
|
metadataUri: string;
|
|
38592
38669
|
royaltyRecipients?: Array<{
|
|
38593
38670
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -38715,7 +38792,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
38715
38792
|
authTokenType: number;
|
|
38716
38793
|
voucherCloneAddress: string;
|
|
38717
38794
|
active: boolean;
|
|
38718
|
-
contractURI: string;
|
|
38719
38795
|
metadataUri: string;
|
|
38720
38796
|
royaltyRecipients?: Array<{
|
|
38721
38797
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -38923,7 +38999,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
38923
38999
|
authTokenType: number;
|
|
38924
39000
|
voucherCloneAddress: string;
|
|
38925
39001
|
active: boolean;
|
|
38926
|
-
contractURI: string;
|
|
38927
39002
|
metadataUri: string;
|
|
38928
39003
|
royaltyRecipients?: Array<{
|
|
38929
39004
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -39003,9 +39078,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39003
39078
|
id: string;
|
|
39004
39079
|
sellerId: string;
|
|
39005
39080
|
collectionIndex: string;
|
|
39006
|
-
collectionAddress: string;
|
|
39007
39081
|
externalIdHash: string;
|
|
39008
39082
|
externalId: string;
|
|
39083
|
+
collectionContract: {
|
|
39084
|
+
__typename?: "CollectionContract";
|
|
39085
|
+
address: string;
|
|
39086
|
+
contractUri: string;
|
|
39087
|
+
};
|
|
39009
39088
|
metadata?: {
|
|
39010
39089
|
__typename?: "NftContractMetadata";
|
|
39011
39090
|
id: string;
|
|
@@ -39139,7 +39218,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39139
39218
|
authTokenType: number;
|
|
39140
39219
|
voucherCloneAddress: string;
|
|
39141
39220
|
active: boolean;
|
|
39142
|
-
contractURI: string;
|
|
39143
39221
|
metadataUri: string;
|
|
39144
39222
|
royaltyRecipients?: Array<{
|
|
39145
39223
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -39372,7 +39450,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39372
39450
|
authTokenType: number;
|
|
39373
39451
|
voucherCloneAddress: string;
|
|
39374
39452
|
active: boolean;
|
|
39375
|
-
contractURI: string;
|
|
39376
39453
|
metadataUri: string;
|
|
39377
39454
|
royaltyRecipients?: Array<{
|
|
39378
39455
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -39740,7 +39817,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39740
39817
|
authTokenType: number;
|
|
39741
39818
|
voucherCloneAddress: string;
|
|
39742
39819
|
active: boolean;
|
|
39743
|
-
contractURI: string;
|
|
39744
39820
|
metadataUri: string;
|
|
39745
39821
|
royaltyRecipients?: Array<{
|
|
39746
39822
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -39881,7 +39957,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
39881
39957
|
authTokenType: number;
|
|
39882
39958
|
voucherCloneAddress: string;
|
|
39883
39959
|
active: boolean;
|
|
39884
|
-
contractURI: string;
|
|
39885
39960
|
metadataUri: string;
|
|
39886
39961
|
royaltyRecipients?: Array<{
|
|
39887
39962
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -40009,7 +40084,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
40009
40084
|
authTokenType: number;
|
|
40010
40085
|
voucherCloneAddress: string;
|
|
40011
40086
|
active: boolean;
|
|
40012
|
-
contractURI: string;
|
|
40013
40087
|
metadataUri: string;
|
|
40014
40088
|
royaltyRecipients?: Array<{
|
|
40015
40089
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -40213,7 +40287,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40213
40287
|
authTokenType: number;
|
|
40214
40288
|
voucherCloneAddress: string;
|
|
40215
40289
|
active: boolean;
|
|
40216
|
-
contractURI: string;
|
|
40217
40290
|
metadataUri: string;
|
|
40218
40291
|
royaltyRecipients?: Array<{
|
|
40219
40292
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -40352,7 +40425,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40352
40425
|
authTokenType: number;
|
|
40353
40426
|
voucherCloneAddress: string;
|
|
40354
40427
|
active: boolean;
|
|
40355
|
-
contractURI: string;
|
|
40356
40428
|
metadataUri: string;
|
|
40357
40429
|
royaltyRecipients?: Array<{
|
|
40358
40430
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -40432,9 +40504,13 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40432
40504
|
id: string;
|
|
40433
40505
|
sellerId: string;
|
|
40434
40506
|
collectionIndex: string;
|
|
40435
|
-
collectionAddress: string;
|
|
40436
40507
|
externalIdHash: string;
|
|
40437
40508
|
externalId: string;
|
|
40509
|
+
collectionContract: {
|
|
40510
|
+
__typename?: "CollectionContract";
|
|
40511
|
+
address: string;
|
|
40512
|
+
contractUri: string;
|
|
40513
|
+
};
|
|
40438
40514
|
metadata?: {
|
|
40439
40515
|
__typename?: "NftContractMetadata";
|
|
40440
40516
|
id: string;
|
|
@@ -40568,7 +40644,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40568
40644
|
authTokenType: number;
|
|
40569
40645
|
voucherCloneAddress: string;
|
|
40570
40646
|
active: boolean;
|
|
40571
|
-
contractURI: string;
|
|
40572
40647
|
metadataUri: string;
|
|
40573
40648
|
royaltyRecipients?: Array<{
|
|
40574
40649
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -40803,7 +40878,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
40803
40878
|
authTokenType: number;
|
|
40804
40879
|
voucherCloneAddress: string;
|
|
40805
40880
|
active: boolean;
|
|
40806
|
-
contractURI: string;
|
|
40807
40881
|
metadataUri: string;
|
|
40808
40882
|
royaltyRecipients?: Array<{
|
|
40809
40883
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -41181,7 +41255,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41181
41255
|
authTokenType: number;
|
|
41182
41256
|
voucherCloneAddress: string;
|
|
41183
41257
|
active: boolean;
|
|
41184
|
-
contractURI: string;
|
|
41185
41258
|
metadataUri: string;
|
|
41186
41259
|
royaltyRecipients?: Array<{
|
|
41187
41260
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -41322,7 +41395,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41322
41395
|
authTokenType: number;
|
|
41323
41396
|
voucherCloneAddress: string;
|
|
41324
41397
|
active: boolean;
|
|
41325
|
-
contractURI: string;
|
|
41326
41398
|
metadataUri: string;
|
|
41327
41399
|
royaltyRecipients?: Array<{
|
|
41328
41400
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -41450,7 +41522,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41450
41522
|
authTokenType: number;
|
|
41451
41523
|
voucherCloneAddress: string;
|
|
41452
41524
|
active: boolean;
|
|
41453
|
-
contractURI: string;
|
|
41454
41525
|
metadataUri: string;
|
|
41455
41526
|
royaltyRecipients?: Array<{
|
|
41456
41527
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -41569,7 +41640,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41569
41640
|
authTokenType: number;
|
|
41570
41641
|
voucherCloneAddress: string;
|
|
41571
41642
|
active: boolean;
|
|
41572
|
-
contractURI: string;
|
|
41573
41643
|
metadataUri: string;
|
|
41574
41644
|
royaltyRecipients?: Array<{
|
|
41575
41645
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -41804,7 +41874,6 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
41804
41874
|
authTokenType: number;
|
|
41805
41875
|
voucherCloneAddress: string;
|
|
41806
41876
|
active: boolean;
|
|
41807
|
-
contractURI: string;
|
|
41808
41877
|
metadataUri: string;
|
|
41809
41878
|
royaltyRecipients?: Array<{
|
|
41810
41879
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -42104,7 +42173,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42104
42173
|
authTokenType: number;
|
|
42105
42174
|
voucherCloneAddress: string;
|
|
42106
42175
|
active: boolean;
|
|
42107
|
-
contractURI: string;
|
|
42108
42176
|
metadataUri: string;
|
|
42109
42177
|
royaltyRecipients?: Array<{
|
|
42110
42178
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -42243,7 +42311,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42243
42311
|
authTokenType: number;
|
|
42244
42312
|
voucherCloneAddress: string;
|
|
42245
42313
|
active: boolean;
|
|
42246
|
-
contractURI: string;
|
|
42247
42314
|
metadataUri: string;
|
|
42248
42315
|
royaltyRecipients?: Array<{
|
|
42249
42316
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -42323,9 +42390,13 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42323
42390
|
id: string;
|
|
42324
42391
|
sellerId: string;
|
|
42325
42392
|
collectionIndex: string;
|
|
42326
|
-
collectionAddress: string;
|
|
42327
42393
|
externalIdHash: string;
|
|
42328
42394
|
externalId: string;
|
|
42395
|
+
collectionContract: {
|
|
42396
|
+
__typename?: "CollectionContract";
|
|
42397
|
+
address: string;
|
|
42398
|
+
contractUri: string;
|
|
42399
|
+
};
|
|
42329
42400
|
metadata?: {
|
|
42330
42401
|
__typename?: "NftContractMetadata";
|
|
42331
42402
|
id: string;
|
|
@@ -42459,7 +42530,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42459
42530
|
authTokenType: number;
|
|
42460
42531
|
voucherCloneAddress: string;
|
|
42461
42532
|
active: boolean;
|
|
42462
|
-
contractURI: string;
|
|
42463
42533
|
metadataUri: string;
|
|
42464
42534
|
royaltyRecipients?: Array<{
|
|
42465
42535
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -42694,7 +42764,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
42694
42764
|
authTokenType: number;
|
|
42695
42765
|
voucherCloneAddress: string;
|
|
42696
42766
|
active: boolean;
|
|
42697
|
-
contractURI: string;
|
|
42698
42767
|
metadataUri: string;
|
|
42699
42768
|
royaltyRecipients?: Array<{
|
|
42700
42769
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43072,7 +43141,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43072
43141
|
authTokenType: number;
|
|
43073
43142
|
voucherCloneAddress: string;
|
|
43074
43143
|
active: boolean;
|
|
43075
|
-
contractURI: string;
|
|
43076
43144
|
metadataUri: string;
|
|
43077
43145
|
royaltyRecipients?: Array<{
|
|
43078
43146
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43213,7 +43281,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43213
43281
|
authTokenType: number;
|
|
43214
43282
|
voucherCloneAddress: string;
|
|
43215
43283
|
active: boolean;
|
|
43216
|
-
contractURI: string;
|
|
43217
43284
|
metadataUri: string;
|
|
43218
43285
|
royaltyRecipients?: Array<{
|
|
43219
43286
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43341,7 +43408,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43341
43408
|
authTokenType: number;
|
|
43342
43409
|
voucherCloneAddress: string;
|
|
43343
43410
|
active: boolean;
|
|
43344
|
-
contractURI: string;
|
|
43345
43411
|
metadataUri: string;
|
|
43346
43412
|
royaltyRecipients?: Array<{
|
|
43347
43413
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43460,7 +43526,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43460
43526
|
authTokenType: number;
|
|
43461
43527
|
voucherCloneAddress: string;
|
|
43462
43528
|
active: boolean;
|
|
43463
|
-
contractURI: string;
|
|
43464
43529
|
metadataUri: string;
|
|
43465
43530
|
royaltyRecipients?: Array<{
|
|
43466
43531
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43695,7 +43760,6 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
43695
43760
|
authTokenType: number;
|
|
43696
43761
|
voucherCloneAddress: string;
|
|
43697
43762
|
active: boolean;
|
|
43698
|
-
contractURI: string;
|
|
43699
43763
|
metadataUri: string;
|
|
43700
43764
|
royaltyRecipients?: Array<{
|
|
43701
43765
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -43985,7 +44049,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
43985
44049
|
authTokenType: number;
|
|
43986
44050
|
voucherCloneAddress: string;
|
|
43987
44051
|
active: boolean;
|
|
43988
|
-
contractURI: string;
|
|
43989
44052
|
metadataUri: string;
|
|
43990
44053
|
royaltyRecipients?: Array<{
|
|
43991
44054
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -44124,7 +44187,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44124
44187
|
authTokenType: number;
|
|
44125
44188
|
voucherCloneAddress: string;
|
|
44126
44189
|
active: boolean;
|
|
44127
|
-
contractURI: string;
|
|
44128
44190
|
metadataUri: string;
|
|
44129
44191
|
royaltyRecipients?: Array<{
|
|
44130
44192
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -44204,9 +44266,13 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44204
44266
|
id: string;
|
|
44205
44267
|
sellerId: string;
|
|
44206
44268
|
collectionIndex: string;
|
|
44207
|
-
collectionAddress: string;
|
|
44208
44269
|
externalIdHash: string;
|
|
44209
44270
|
externalId: string;
|
|
44271
|
+
collectionContract: {
|
|
44272
|
+
__typename?: "CollectionContract";
|
|
44273
|
+
address: string;
|
|
44274
|
+
contractUri: string;
|
|
44275
|
+
};
|
|
44210
44276
|
metadata?: {
|
|
44211
44277
|
__typename?: "NftContractMetadata";
|
|
44212
44278
|
id: string;
|
|
@@ -44340,7 +44406,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44340
44406
|
authTokenType: number;
|
|
44341
44407
|
voucherCloneAddress: string;
|
|
44342
44408
|
active: boolean;
|
|
44343
|
-
contractURI: string;
|
|
44344
44409
|
metadataUri: string;
|
|
44345
44410
|
royaltyRecipients?: Array<{
|
|
44346
44411
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -44573,7 +44638,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44573
44638
|
authTokenType: number;
|
|
44574
44639
|
voucherCloneAddress: string;
|
|
44575
44640
|
active: boolean;
|
|
44576
|
-
contractURI: string;
|
|
44577
44641
|
metadataUri: string;
|
|
44578
44642
|
royaltyRecipients?: Array<{
|
|
44579
44643
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -44941,7 +45005,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
44941
45005
|
authTokenType: number;
|
|
44942
45006
|
voucherCloneAddress: string;
|
|
44943
45007
|
active: boolean;
|
|
44944
|
-
contractURI: string;
|
|
44945
45008
|
metadataUri: string;
|
|
44946
45009
|
royaltyRecipients?: Array<{
|
|
44947
45010
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45082,7 +45145,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45082
45145
|
authTokenType: number;
|
|
45083
45146
|
voucherCloneAddress: string;
|
|
45084
45147
|
active: boolean;
|
|
45085
|
-
contractURI: string;
|
|
45086
45148
|
metadataUri: string;
|
|
45087
45149
|
royaltyRecipients?: Array<{
|
|
45088
45150
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45210,7 +45272,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45210
45272
|
authTokenType: number;
|
|
45211
45273
|
voucherCloneAddress: string;
|
|
45212
45274
|
active: boolean;
|
|
45213
|
-
contractURI: string;
|
|
45214
45275
|
metadataUri: string;
|
|
45215
45276
|
royaltyRecipients?: Array<{
|
|
45216
45277
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45329,7 +45390,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45329
45390
|
authTokenType: number;
|
|
45330
45391
|
voucherCloneAddress: string;
|
|
45331
45392
|
active: boolean;
|
|
45332
|
-
contractURI: string;
|
|
45333
45393
|
metadataUri: string;
|
|
45334
45394
|
royaltyRecipients?: Array<{
|
|
45335
45395
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45564,7 +45624,6 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
45564
45624
|
authTokenType: number;
|
|
45565
45625
|
voucherCloneAddress: string;
|
|
45566
45626
|
active: boolean;
|
|
45567
|
-
contractURI: string;
|
|
45568
45627
|
metadataUri: string;
|
|
45569
45628
|
royaltyRecipients?: Array<{
|
|
45570
45629
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45853,7 +45912,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
45853
45912
|
authTokenType: number;
|
|
45854
45913
|
voucherCloneAddress: string;
|
|
45855
45914
|
active: boolean;
|
|
45856
|
-
contractURI: string;
|
|
45857
45915
|
metadataUri: string;
|
|
45858
45916
|
royaltyRecipients?: Array<{
|
|
45859
45917
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -45992,7 +46050,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
45992
46050
|
authTokenType: number;
|
|
45993
46051
|
voucherCloneAddress: string;
|
|
45994
46052
|
active: boolean;
|
|
45995
|
-
contractURI: string;
|
|
45996
46053
|
metadataUri: string;
|
|
45997
46054
|
royaltyRecipients?: Array<{
|
|
45998
46055
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -46072,9 +46129,13 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46072
46129
|
id: string;
|
|
46073
46130
|
sellerId: string;
|
|
46074
46131
|
collectionIndex: string;
|
|
46075
|
-
collectionAddress: string;
|
|
46076
46132
|
externalIdHash: string;
|
|
46077
46133
|
externalId: string;
|
|
46134
|
+
collectionContract: {
|
|
46135
|
+
__typename?: "CollectionContract";
|
|
46136
|
+
address: string;
|
|
46137
|
+
contractUri: string;
|
|
46138
|
+
};
|
|
46078
46139
|
metadata?: {
|
|
46079
46140
|
__typename?: "NftContractMetadata";
|
|
46080
46141
|
id: string;
|
|
@@ -46208,7 +46269,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46208
46269
|
authTokenType: number;
|
|
46209
46270
|
voucherCloneAddress: string;
|
|
46210
46271
|
active: boolean;
|
|
46211
|
-
contractURI: string;
|
|
46212
46272
|
metadataUri: string;
|
|
46213
46273
|
royaltyRecipients?: Array<{
|
|
46214
46274
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -46441,7 +46501,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46441
46501
|
authTokenType: number;
|
|
46442
46502
|
voucherCloneAddress: string;
|
|
46443
46503
|
active: boolean;
|
|
46444
|
-
contractURI: string;
|
|
46445
46504
|
metadataUri: string;
|
|
46446
46505
|
royaltyRecipients?: Array<{
|
|
46447
46506
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -46809,7 +46868,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46809
46868
|
authTokenType: number;
|
|
46810
46869
|
voucherCloneAddress: string;
|
|
46811
46870
|
active: boolean;
|
|
46812
|
-
contractURI: string;
|
|
46813
46871
|
metadataUri: string;
|
|
46814
46872
|
royaltyRecipients?: Array<{
|
|
46815
46873
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -46950,7 +47008,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
46950
47008
|
authTokenType: number;
|
|
46951
47009
|
voucherCloneAddress: string;
|
|
46952
47010
|
active: boolean;
|
|
46953
|
-
contractURI: string;
|
|
46954
47011
|
metadataUri: string;
|
|
46955
47012
|
royaltyRecipients?: Array<{
|
|
46956
47013
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -47078,7 +47135,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47078
47135
|
authTokenType: number;
|
|
47079
47136
|
voucherCloneAddress: string;
|
|
47080
47137
|
active: boolean;
|
|
47081
|
-
contractURI: string;
|
|
47082
47138
|
metadataUri: string;
|
|
47083
47139
|
royaltyRecipients?: Array<{
|
|
47084
47140
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -47197,7 +47253,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47197
47253
|
authTokenType: number;
|
|
47198
47254
|
voucherCloneAddress: string;
|
|
47199
47255
|
active: boolean;
|
|
47200
|
-
contractURI: string;
|
|
47201
47256
|
metadataUri: string;
|
|
47202
47257
|
royaltyRecipients?: Array<{
|
|
47203
47258
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -47432,7 +47487,6 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
47432
47487
|
authTokenType: number;
|
|
47433
47488
|
voucherCloneAddress: string;
|
|
47434
47489
|
active: boolean;
|
|
47435
|
-
contractURI: string;
|
|
47436
47490
|
metadataUri: string;
|
|
47437
47491
|
royaltyRecipients?: Array<{
|
|
47438
47492
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -47755,7 +47809,6 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
47755
47809
|
authTokenType: number;
|
|
47756
47810
|
voucherCloneAddress: string;
|
|
47757
47811
|
active: boolean;
|
|
47758
|
-
contractURI: string;
|
|
47759
47812
|
metadataUri: string;
|
|
47760
47813
|
royaltyRecipients?: Array<{
|
|
47761
47814
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -47977,7 +48030,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
47977
48030
|
authTokenType: number;
|
|
47978
48031
|
voucherCloneAddress: string;
|
|
47979
48032
|
active: boolean;
|
|
47980
|
-
contractURI: string;
|
|
47981
48033
|
metadataUri: string;
|
|
47982
48034
|
royaltyRecipients?: Array<{
|
|
47983
48035
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -48116,7 +48168,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48116
48168
|
authTokenType: number;
|
|
48117
48169
|
voucherCloneAddress: string;
|
|
48118
48170
|
active: boolean;
|
|
48119
|
-
contractURI: string;
|
|
48120
48171
|
metadataUri: string;
|
|
48121
48172
|
royaltyRecipients?: Array<{
|
|
48122
48173
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -48196,9 +48247,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48196
48247
|
id: string;
|
|
48197
48248
|
sellerId: string;
|
|
48198
48249
|
collectionIndex: string;
|
|
48199
|
-
collectionAddress: string;
|
|
48200
48250
|
externalIdHash: string;
|
|
48201
48251
|
externalId: string;
|
|
48252
|
+
collectionContract: {
|
|
48253
|
+
__typename?: "CollectionContract";
|
|
48254
|
+
address: string;
|
|
48255
|
+
contractUri: string;
|
|
48256
|
+
};
|
|
48202
48257
|
metadata?: {
|
|
48203
48258
|
__typename?: "NftContractMetadata";
|
|
48204
48259
|
id: string;
|
|
@@ -48332,7 +48387,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48332
48387
|
authTokenType: number;
|
|
48333
48388
|
voucherCloneAddress: string;
|
|
48334
48389
|
active: boolean;
|
|
48335
|
-
contractURI: string;
|
|
48336
48390
|
metadataUri: string;
|
|
48337
48391
|
royaltyRecipients?: Array<{
|
|
48338
48392
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -48567,7 +48621,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48567
48621
|
authTokenType: number;
|
|
48568
48622
|
voucherCloneAddress: string;
|
|
48569
48623
|
active: boolean;
|
|
48570
|
-
contractURI: string;
|
|
48571
48624
|
metadataUri: string;
|
|
48572
48625
|
royaltyRecipients?: Array<{
|
|
48573
48626
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -48945,7 +48998,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
48945
48998
|
authTokenType: number;
|
|
48946
48999
|
voucherCloneAddress: string;
|
|
48947
49000
|
active: boolean;
|
|
48948
|
-
contractURI: string;
|
|
48949
49001
|
metadataUri: string;
|
|
48950
49002
|
royaltyRecipients?: Array<{
|
|
48951
49003
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -49086,7 +49138,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49086
49138
|
authTokenType: number;
|
|
49087
49139
|
voucherCloneAddress: string;
|
|
49088
49140
|
active: boolean;
|
|
49089
|
-
contractURI: string;
|
|
49090
49141
|
metadataUri: string;
|
|
49091
49142
|
royaltyRecipients?: Array<{
|
|
49092
49143
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -49317,7 +49368,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49317
49368
|
authTokenType: number;
|
|
49318
49369
|
voucherCloneAddress: string;
|
|
49319
49370
|
active: boolean;
|
|
49320
|
-
contractURI: string;
|
|
49321
49371
|
metadataUri: string;
|
|
49322
49372
|
royaltyRecipients?: Array<{
|
|
49323
49373
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -49456,7 +49506,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49456
49506
|
authTokenType: number;
|
|
49457
49507
|
voucherCloneAddress: string;
|
|
49458
49508
|
active: boolean;
|
|
49459
|
-
contractURI: string;
|
|
49460
49509
|
metadataUri: string;
|
|
49461
49510
|
royaltyRecipients?: Array<{
|
|
49462
49511
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -49536,9 +49585,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49536
49585
|
id: string;
|
|
49537
49586
|
sellerId: string;
|
|
49538
49587
|
collectionIndex: string;
|
|
49539
|
-
collectionAddress: string;
|
|
49540
49588
|
externalIdHash: string;
|
|
49541
49589
|
externalId: string;
|
|
49590
|
+
collectionContract: {
|
|
49591
|
+
__typename?: "CollectionContract";
|
|
49592
|
+
address: string;
|
|
49593
|
+
contractUri: string;
|
|
49594
|
+
};
|
|
49542
49595
|
metadata?: {
|
|
49543
49596
|
__typename?: "NftContractMetadata";
|
|
49544
49597
|
id: string;
|
|
@@ -49672,7 +49725,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49672
49725
|
authTokenType: number;
|
|
49673
49726
|
voucherCloneAddress: string;
|
|
49674
49727
|
active: boolean;
|
|
49675
|
-
contractURI: string;
|
|
49676
49728
|
metadataUri: string;
|
|
49677
49729
|
royaltyRecipients?: Array<{
|
|
49678
49730
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -49907,7 +49959,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
49907
49959
|
authTokenType: number;
|
|
49908
49960
|
voucherCloneAddress: string;
|
|
49909
49961
|
active: boolean;
|
|
49910
|
-
contractURI: string;
|
|
49911
49962
|
metadataUri: string;
|
|
49912
49963
|
royaltyRecipients?: Array<{
|
|
49913
49964
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -50285,7 +50336,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50285
50336
|
authTokenType: number;
|
|
50286
50337
|
voucherCloneAddress: string;
|
|
50287
50338
|
active: boolean;
|
|
50288
|
-
contractURI: string;
|
|
50289
50339
|
metadataUri: string;
|
|
50290
50340
|
royaltyRecipients?: Array<{
|
|
50291
50341
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -50426,7 +50476,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50426
50476
|
authTokenType: number;
|
|
50427
50477
|
voucherCloneAddress: string;
|
|
50428
50478
|
active: boolean;
|
|
50429
|
-
contractURI: string;
|
|
50430
50479
|
metadataUri: string;
|
|
50431
50480
|
royaltyRecipients?: Array<{
|
|
50432
50481
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -50554,7 +50603,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50554
50603
|
authTokenType: number;
|
|
50555
50604
|
voucherCloneAddress: string;
|
|
50556
50605
|
active: boolean;
|
|
50557
|
-
contractURI: string;
|
|
50558
50606
|
metadataUri: string;
|
|
50559
50607
|
royaltyRecipients?: Array<{
|
|
50560
50608
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -50673,7 +50721,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50673
50721
|
authTokenType: number;
|
|
50674
50722
|
voucherCloneAddress: string;
|
|
50675
50723
|
active: boolean;
|
|
50676
|
-
contractURI: string;
|
|
50677
50724
|
metadataUri: string;
|
|
50678
50725
|
royaltyRecipients?: Array<{
|
|
50679
50726
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -50912,7 +50959,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
50912
50959
|
authTokenType: number;
|
|
50913
50960
|
voucherCloneAddress: string;
|
|
50914
50961
|
active: boolean;
|
|
50915
|
-
contractURI: string;
|
|
50916
50962
|
metadataUri: string;
|
|
50917
50963
|
royaltyRecipients?: Array<{
|
|
50918
50964
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -51182,7 +51228,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
51182
51228
|
authTokenType: number;
|
|
51183
51229
|
voucherCloneAddress: string;
|
|
51184
51230
|
active: boolean;
|
|
51185
|
-
contractURI: string;
|
|
51186
51231
|
metadataUri: string;
|
|
51187
51232
|
royaltyRecipients?: Array<{
|
|
51188
51233
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -51404,7 +51449,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51404
51449
|
authTokenType: number;
|
|
51405
51450
|
voucherCloneAddress: string;
|
|
51406
51451
|
active: boolean;
|
|
51407
|
-
contractURI: string;
|
|
51408
51452
|
metadataUri: string;
|
|
51409
51453
|
royaltyRecipients?: Array<{
|
|
51410
51454
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -51543,7 +51587,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51543
51587
|
authTokenType: number;
|
|
51544
51588
|
voucherCloneAddress: string;
|
|
51545
51589
|
active: boolean;
|
|
51546
|
-
contractURI: string;
|
|
51547
51590
|
metadataUri: string;
|
|
51548
51591
|
royaltyRecipients?: Array<{
|
|
51549
51592
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -51623,9 +51666,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51623
51666
|
id: string;
|
|
51624
51667
|
sellerId: string;
|
|
51625
51668
|
collectionIndex: string;
|
|
51626
|
-
collectionAddress: string;
|
|
51627
51669
|
externalIdHash: string;
|
|
51628
51670
|
externalId: string;
|
|
51671
|
+
collectionContract: {
|
|
51672
|
+
__typename?: "CollectionContract";
|
|
51673
|
+
address: string;
|
|
51674
|
+
contractUri: string;
|
|
51675
|
+
};
|
|
51629
51676
|
metadata?: {
|
|
51630
51677
|
__typename?: "NftContractMetadata";
|
|
51631
51678
|
id: string;
|
|
@@ -51759,7 +51806,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51759
51806
|
authTokenType: number;
|
|
51760
51807
|
voucherCloneAddress: string;
|
|
51761
51808
|
active: boolean;
|
|
51762
|
-
contractURI: string;
|
|
51763
51809
|
metadataUri: string;
|
|
51764
51810
|
royaltyRecipients?: Array<{
|
|
51765
51811
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -51994,7 +52040,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
51994
52040
|
authTokenType: number;
|
|
51995
52041
|
voucherCloneAddress: string;
|
|
51996
52042
|
active: boolean;
|
|
51997
|
-
contractURI: string;
|
|
51998
52043
|
metadataUri: string;
|
|
51999
52044
|
royaltyRecipients?: Array<{
|
|
52000
52045
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -52372,7 +52417,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52372
52417
|
authTokenType: number;
|
|
52373
52418
|
voucherCloneAddress: string;
|
|
52374
52419
|
active: boolean;
|
|
52375
|
-
contractURI: string;
|
|
52376
52420
|
metadataUri: string;
|
|
52377
52421
|
royaltyRecipients?: Array<{
|
|
52378
52422
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -52513,7 +52557,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52513
52557
|
authTokenType: number;
|
|
52514
52558
|
voucherCloneAddress: string;
|
|
52515
52559
|
active: boolean;
|
|
52516
|
-
contractURI: string;
|
|
52517
52560
|
metadataUri: string;
|
|
52518
52561
|
royaltyRecipients?: Array<{
|
|
52519
52562
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -52744,7 +52787,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52744
52787
|
authTokenType: number;
|
|
52745
52788
|
voucherCloneAddress: string;
|
|
52746
52789
|
active: boolean;
|
|
52747
|
-
contractURI: string;
|
|
52748
52790
|
metadataUri: string;
|
|
52749
52791
|
royaltyRecipients?: Array<{
|
|
52750
52792
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -52883,7 +52925,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52883
52925
|
authTokenType: number;
|
|
52884
52926
|
voucherCloneAddress: string;
|
|
52885
52927
|
active: boolean;
|
|
52886
|
-
contractURI: string;
|
|
52887
52928
|
metadataUri: string;
|
|
52888
52929
|
royaltyRecipients?: Array<{
|
|
52889
52930
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -52963,9 +53004,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
52963
53004
|
id: string;
|
|
52964
53005
|
sellerId: string;
|
|
52965
53006
|
collectionIndex: string;
|
|
52966
|
-
collectionAddress: string;
|
|
52967
53007
|
externalIdHash: string;
|
|
52968
53008
|
externalId: string;
|
|
53009
|
+
collectionContract: {
|
|
53010
|
+
__typename?: "CollectionContract";
|
|
53011
|
+
address: string;
|
|
53012
|
+
contractUri: string;
|
|
53013
|
+
};
|
|
52969
53014
|
metadata?: {
|
|
52970
53015
|
__typename?: "NftContractMetadata";
|
|
52971
53016
|
id: string;
|
|
@@ -53099,7 +53144,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53099
53144
|
authTokenType: number;
|
|
53100
53145
|
voucherCloneAddress: string;
|
|
53101
53146
|
active: boolean;
|
|
53102
|
-
contractURI: string;
|
|
53103
53147
|
metadataUri: string;
|
|
53104
53148
|
royaltyRecipients?: Array<{
|
|
53105
53149
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -53334,7 +53378,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53334
53378
|
authTokenType: number;
|
|
53335
53379
|
voucherCloneAddress: string;
|
|
53336
53380
|
active: boolean;
|
|
53337
|
-
contractURI: string;
|
|
53338
53381
|
metadataUri: string;
|
|
53339
53382
|
royaltyRecipients?: Array<{
|
|
53340
53383
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -53712,7 +53755,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53712
53755
|
authTokenType: number;
|
|
53713
53756
|
voucherCloneAddress: string;
|
|
53714
53757
|
active: boolean;
|
|
53715
|
-
contractURI: string;
|
|
53716
53758
|
metadataUri: string;
|
|
53717
53759
|
royaltyRecipients?: Array<{
|
|
53718
53760
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -53853,7 +53895,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53853
53895
|
authTokenType: number;
|
|
53854
53896
|
voucherCloneAddress: string;
|
|
53855
53897
|
active: boolean;
|
|
53856
|
-
contractURI: string;
|
|
53857
53898
|
metadataUri: string;
|
|
53858
53899
|
royaltyRecipients?: Array<{
|
|
53859
53900
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -53981,7 +54022,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
53981
54022
|
authTokenType: number;
|
|
53982
54023
|
voucherCloneAddress: string;
|
|
53983
54024
|
active: boolean;
|
|
53984
|
-
contractURI: string;
|
|
53985
54025
|
metadataUri: string;
|
|
53986
54026
|
royaltyRecipients?: Array<{
|
|
53987
54027
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -54100,7 +54140,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54100
54140
|
authTokenType: number;
|
|
54101
54141
|
voucherCloneAddress: string;
|
|
54102
54142
|
active: boolean;
|
|
54103
|
-
contractURI: string;
|
|
54104
54143
|
metadataUri: string;
|
|
54105
54144
|
royaltyRecipients?: Array<{
|
|
54106
54145
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -54339,7 +54378,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54339
54378
|
authTokenType: number;
|
|
54340
54379
|
voucherCloneAddress: string;
|
|
54341
54380
|
active: boolean;
|
|
54342
|
-
contractURI: string;
|
|
54343
54381
|
metadataUri: string;
|
|
54344
54382
|
royaltyRecipients?: Array<{
|
|
54345
54383
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -54609,7 +54647,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
54609
54647
|
authTokenType: number;
|
|
54610
54648
|
voucherCloneAddress: string;
|
|
54611
54649
|
active: boolean;
|
|
54612
|
-
contractURI: string;
|
|
54613
54650
|
metadataUri: string;
|
|
54614
54651
|
royaltyRecipients?: Array<{
|
|
54615
54652
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -54845,7 +54882,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
54845
54882
|
authTokenType: number;
|
|
54846
54883
|
voucherCloneAddress: string;
|
|
54847
54884
|
active: boolean;
|
|
54848
|
-
contractURI: string;
|
|
54849
54885
|
metadataUri: string;
|
|
54850
54886
|
royaltyRecipients?: Array<{
|
|
54851
54887
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -54984,7 +55020,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
54984
55020
|
authTokenType: number;
|
|
54985
55021
|
voucherCloneAddress: string;
|
|
54986
55022
|
active: boolean;
|
|
54987
|
-
contractURI: string;
|
|
54988
55023
|
metadataUri: string;
|
|
54989
55024
|
royaltyRecipients?: Array<{
|
|
54990
55025
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -55064,9 +55099,13 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55064
55099
|
id: string;
|
|
55065
55100
|
sellerId: string;
|
|
55066
55101
|
collectionIndex: string;
|
|
55067
|
-
collectionAddress: string;
|
|
55068
55102
|
externalIdHash: string;
|
|
55069
55103
|
externalId: string;
|
|
55104
|
+
collectionContract: {
|
|
55105
|
+
__typename?: "CollectionContract";
|
|
55106
|
+
address: string;
|
|
55107
|
+
contractUri: string;
|
|
55108
|
+
};
|
|
55070
55109
|
metadata?: {
|
|
55071
55110
|
__typename?: "NftContractMetadata";
|
|
55072
55111
|
id: string;
|
|
@@ -55200,7 +55239,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55200
55239
|
authTokenType: number;
|
|
55201
55240
|
voucherCloneAddress: string;
|
|
55202
55241
|
active: boolean;
|
|
55203
|
-
contractURI: string;
|
|
55204
55242
|
metadataUri: string;
|
|
55205
55243
|
royaltyRecipients?: Array<{
|
|
55206
55244
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -55435,7 +55473,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55435
55473
|
authTokenType: number;
|
|
55436
55474
|
voucherCloneAddress: string;
|
|
55437
55475
|
active: boolean;
|
|
55438
|
-
contractURI: string;
|
|
55439
55476
|
metadataUri: string;
|
|
55440
55477
|
royaltyRecipients?: Array<{
|
|
55441
55478
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -55813,7 +55850,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55813
55850
|
authTokenType: number;
|
|
55814
55851
|
voucherCloneAddress: string;
|
|
55815
55852
|
active: boolean;
|
|
55816
|
-
contractURI: string;
|
|
55817
55853
|
metadataUri: string;
|
|
55818
55854
|
royaltyRecipients?: Array<{
|
|
55819
55855
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -55954,7 +55990,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
55954
55990
|
authTokenType: number;
|
|
55955
55991
|
voucherCloneAddress: string;
|
|
55956
55992
|
active: boolean;
|
|
55957
|
-
contractURI: string;
|
|
55958
55993
|
metadataUri: string;
|
|
55959
55994
|
royaltyRecipients?: Array<{
|
|
55960
55995
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56082,7 +56117,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56082
56117
|
authTokenType: number;
|
|
56083
56118
|
voucherCloneAddress: string;
|
|
56084
56119
|
active: boolean;
|
|
56085
|
-
contractURI: string;
|
|
56086
56120
|
metadataUri: string;
|
|
56087
56121
|
royaltyRecipients?: Array<{
|
|
56088
56122
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56280,7 +56314,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56280
56314
|
authTokenType: number;
|
|
56281
56315
|
voucherCloneAddress: string;
|
|
56282
56316
|
active: boolean;
|
|
56283
|
-
contractURI: string;
|
|
56284
56317
|
metadataUri: string;
|
|
56285
56318
|
royaltyRecipients?: Array<{
|
|
56286
56319
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56421,7 +56454,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
56421
56454
|
authTokenType: number;
|
|
56422
56455
|
voucherCloneAddress: string;
|
|
56423
56456
|
active: boolean;
|
|
56424
|
-
contractURI: string;
|
|
56425
56457
|
metadataUri: string;
|
|
56426
56458
|
royaltyRecipients?: Array<{
|
|
56427
56459
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56627,7 +56659,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
56627
56659
|
authTokenType: number;
|
|
56628
56660
|
voucherCloneAddress: string;
|
|
56629
56661
|
active: boolean;
|
|
56630
|
-
contractURI: string;
|
|
56631
56662
|
metadataUri: string;
|
|
56632
56663
|
royaltyRecipients?: Array<{
|
|
56633
56664
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56766,7 +56797,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
56766
56797
|
authTokenType: number;
|
|
56767
56798
|
voucherCloneAddress: string;
|
|
56768
56799
|
active: boolean;
|
|
56769
|
-
contractURI: string;
|
|
56770
56800
|
metadataUri: string;
|
|
56771
56801
|
royaltyRecipients?: Array<{
|
|
56772
56802
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -56846,9 +56876,13 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
56846
56876
|
id: string;
|
|
56847
56877
|
sellerId: string;
|
|
56848
56878
|
collectionIndex: string;
|
|
56849
|
-
collectionAddress: string;
|
|
56850
56879
|
externalIdHash: string;
|
|
56851
56880
|
externalId: string;
|
|
56881
|
+
collectionContract: {
|
|
56882
|
+
__typename?: "CollectionContract";
|
|
56883
|
+
address: string;
|
|
56884
|
+
contractUri: string;
|
|
56885
|
+
};
|
|
56852
56886
|
metadata?: {
|
|
56853
56887
|
__typename?: "NftContractMetadata";
|
|
56854
56888
|
id: string;
|
|
@@ -56982,7 +57016,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
56982
57016
|
authTokenType: number;
|
|
56983
57017
|
voucherCloneAddress: string;
|
|
56984
57018
|
active: boolean;
|
|
56985
|
-
contractURI: string;
|
|
56986
57019
|
metadataUri: string;
|
|
56987
57020
|
royaltyRecipients?: Array<{
|
|
56988
57021
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -57217,7 +57250,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57217
57250
|
authTokenType: number;
|
|
57218
57251
|
voucherCloneAddress: string;
|
|
57219
57252
|
active: boolean;
|
|
57220
|
-
contractURI: string;
|
|
57221
57253
|
metadataUri: string;
|
|
57222
57254
|
royaltyRecipients?: Array<{
|
|
57223
57255
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -57595,7 +57627,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57595
57627
|
authTokenType: number;
|
|
57596
57628
|
voucherCloneAddress: string;
|
|
57597
57629
|
active: boolean;
|
|
57598
|
-
contractURI: string;
|
|
57599
57630
|
metadataUri: string;
|
|
57600
57631
|
royaltyRecipients?: Array<{
|
|
57601
57632
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -57736,7 +57767,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57736
57767
|
authTokenType: number;
|
|
57737
57768
|
voucherCloneAddress: string;
|
|
57738
57769
|
active: boolean;
|
|
57739
|
-
contractURI: string;
|
|
57740
57770
|
metadataUri: string;
|
|
57741
57771
|
royaltyRecipients?: Array<{
|
|
57742
57772
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -57864,7 +57894,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
57864
57894
|
authTokenType: number;
|
|
57865
57895
|
voucherCloneAddress: string;
|
|
57866
57896
|
active: boolean;
|
|
57867
|
-
contractURI: string;
|
|
57868
57897
|
metadataUri: string;
|
|
57869
57898
|
royaltyRecipients?: Array<{
|
|
57870
57899
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58062,7 +58091,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58062
58091
|
authTokenType: number;
|
|
58063
58092
|
voucherCloneAddress: string;
|
|
58064
58093
|
active: boolean;
|
|
58065
|
-
contractURI: string;
|
|
58066
58094
|
metadataUri: string;
|
|
58067
58095
|
royaltyRecipients?: Array<{
|
|
58068
58096
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58203,7 +58231,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
58203
58231
|
authTokenType: number;
|
|
58204
58232
|
voucherCloneAddress: string;
|
|
58205
58233
|
active: boolean;
|
|
58206
|
-
contractURI: string;
|
|
58207
58234
|
metadataUri: string;
|
|
58208
58235
|
royaltyRecipients?: Array<{
|
|
58209
58236
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58399,7 +58426,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
58399
58426
|
authTokenType: number;
|
|
58400
58427
|
voucherCloneAddress: string;
|
|
58401
58428
|
active: boolean;
|
|
58402
|
-
contractURI: string;
|
|
58403
58429
|
metadataUri: string;
|
|
58404
58430
|
royaltyRecipients?: Array<{
|
|
58405
58431
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58538,7 +58564,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
58538
58564
|
authTokenType: number;
|
|
58539
58565
|
voucherCloneAddress: string;
|
|
58540
58566
|
active: boolean;
|
|
58541
|
-
contractURI: string;
|
|
58542
58567
|
metadataUri: string;
|
|
58543
58568
|
royaltyRecipients?: Array<{
|
|
58544
58569
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58618,9 +58643,13 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
58618
58643
|
id: string;
|
|
58619
58644
|
sellerId: string;
|
|
58620
58645
|
collectionIndex: string;
|
|
58621
|
-
collectionAddress: string;
|
|
58622
58646
|
externalIdHash: string;
|
|
58623
58647
|
externalId: string;
|
|
58648
|
+
collectionContract: {
|
|
58649
|
+
__typename?: "CollectionContract";
|
|
58650
|
+
address: string;
|
|
58651
|
+
contractUri: string;
|
|
58652
|
+
};
|
|
58624
58653
|
metadata?: {
|
|
58625
58654
|
__typename?: "NftContractMetadata";
|
|
58626
58655
|
id: string;
|
|
@@ -58754,7 +58783,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
58754
58783
|
authTokenType: number;
|
|
58755
58784
|
voucherCloneAddress: string;
|
|
58756
58785
|
active: boolean;
|
|
58757
|
-
contractURI: string;
|
|
58758
58786
|
metadataUri: string;
|
|
58759
58787
|
royaltyRecipients?: Array<{
|
|
58760
58788
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -58987,7 +59015,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
58987
59015
|
authTokenType: number;
|
|
58988
59016
|
voucherCloneAddress: string;
|
|
58989
59017
|
active: boolean;
|
|
58990
|
-
contractURI: string;
|
|
58991
59018
|
metadataUri: string;
|
|
58992
59019
|
royaltyRecipients?: Array<{
|
|
58993
59020
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -59355,7 +59382,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59355
59382
|
authTokenType: number;
|
|
59356
59383
|
voucherCloneAddress: string;
|
|
59357
59384
|
active: boolean;
|
|
59358
|
-
contractURI: string;
|
|
59359
59385
|
metadataUri: string;
|
|
59360
59386
|
royaltyRecipients?: Array<{
|
|
59361
59387
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -59496,7 +59522,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59496
59522
|
authTokenType: number;
|
|
59497
59523
|
voucherCloneAddress: string;
|
|
59498
59524
|
active: boolean;
|
|
59499
|
-
contractURI: string;
|
|
59500
59525
|
metadataUri: string;
|
|
59501
59526
|
royaltyRecipients?: Array<{
|
|
59502
59527
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -59624,7 +59649,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59624
59649
|
authTokenType: number;
|
|
59625
59650
|
voucherCloneAddress: string;
|
|
59626
59651
|
active: boolean;
|
|
59627
|
-
contractURI: string;
|
|
59628
59652
|
metadataUri: string;
|
|
59629
59653
|
royaltyRecipients?: Array<{
|
|
59630
59654
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -59822,7 +59846,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59822
59846
|
authTokenType: number;
|
|
59823
59847
|
voucherCloneAddress: string;
|
|
59824
59848
|
active: boolean;
|
|
59825
|
-
contractURI: string;
|
|
59826
59849
|
metadataUri: string;
|
|
59827
59850
|
royaltyRecipients?: Array<{
|
|
59828
59851
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -59963,7 +59986,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
59963
59986
|
authTokenType: number;
|
|
59964
59987
|
voucherCloneAddress: string;
|
|
59965
59988
|
active: boolean;
|
|
59966
|
-
contractURI: string;
|
|
59967
59989
|
metadataUri: string;
|
|
59968
59990
|
royaltyRecipients?: Array<{
|
|
59969
59991
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -60158,7 +60180,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60158
60180
|
authTokenType: number;
|
|
60159
60181
|
voucherCloneAddress: string;
|
|
60160
60182
|
active: boolean;
|
|
60161
|
-
contractURI: string;
|
|
60162
60183
|
metadataUri: string;
|
|
60163
60184
|
royaltyRecipients?: Array<{
|
|
60164
60185
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -60297,7 +60318,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60297
60318
|
authTokenType: number;
|
|
60298
60319
|
voucherCloneAddress: string;
|
|
60299
60320
|
active: boolean;
|
|
60300
|
-
contractURI: string;
|
|
60301
60321
|
metadataUri: string;
|
|
60302
60322
|
royaltyRecipients?: Array<{
|
|
60303
60323
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -60377,9 +60397,13 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60377
60397
|
id: string;
|
|
60378
60398
|
sellerId: string;
|
|
60379
60399
|
collectionIndex: string;
|
|
60380
|
-
collectionAddress: string;
|
|
60381
60400
|
externalIdHash: string;
|
|
60382
60401
|
externalId: string;
|
|
60402
|
+
collectionContract: {
|
|
60403
|
+
__typename?: "CollectionContract";
|
|
60404
|
+
address: string;
|
|
60405
|
+
contractUri: string;
|
|
60406
|
+
};
|
|
60383
60407
|
metadata?: {
|
|
60384
60408
|
__typename?: "NftContractMetadata";
|
|
60385
60409
|
id: string;
|
|
@@ -60513,7 +60537,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60513
60537
|
authTokenType: number;
|
|
60514
60538
|
voucherCloneAddress: string;
|
|
60515
60539
|
active: boolean;
|
|
60516
|
-
contractURI: string;
|
|
60517
60540
|
metadataUri: string;
|
|
60518
60541
|
royaltyRecipients?: Array<{
|
|
60519
60542
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -60746,7 +60769,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
60746
60769
|
authTokenType: number;
|
|
60747
60770
|
voucherCloneAddress: string;
|
|
60748
60771
|
active: boolean;
|
|
60749
|
-
contractURI: string;
|
|
60750
60772
|
metadataUri: string;
|
|
60751
60773
|
royaltyRecipients?: Array<{
|
|
60752
60774
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61114,7 +61136,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61114
61136
|
authTokenType: number;
|
|
61115
61137
|
voucherCloneAddress: string;
|
|
61116
61138
|
active: boolean;
|
|
61117
|
-
contractURI: string;
|
|
61118
61139
|
metadataUri: string;
|
|
61119
61140
|
royaltyRecipients?: Array<{
|
|
61120
61141
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61255,7 +61276,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61255
61276
|
authTokenType: number;
|
|
61256
61277
|
voucherCloneAddress: string;
|
|
61257
61278
|
active: boolean;
|
|
61258
|
-
contractURI: string;
|
|
61259
61279
|
metadataUri: string;
|
|
61260
61280
|
royaltyRecipients?: Array<{
|
|
61261
61281
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61383,7 +61403,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61383
61403
|
authTokenType: number;
|
|
61384
61404
|
voucherCloneAddress: string;
|
|
61385
61405
|
active: boolean;
|
|
61386
|
-
contractURI: string;
|
|
61387
61406
|
metadataUri: string;
|
|
61388
61407
|
royaltyRecipients?: Array<{
|
|
61389
61408
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61581,7 +61600,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61581
61600
|
authTokenType: number;
|
|
61582
61601
|
voucherCloneAddress: string;
|
|
61583
61602
|
active: boolean;
|
|
61584
|
-
contractURI: string;
|
|
61585
61603
|
metadataUri: string;
|
|
61586
61604
|
royaltyRecipients?: Array<{
|
|
61587
61605
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61722,7 +61740,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
61722
61740
|
authTokenType: number;
|
|
61723
61741
|
voucherCloneAddress: string;
|
|
61724
61742
|
active: boolean;
|
|
61725
|
-
contractURI: string;
|
|
61726
61743
|
metadataUri: string;
|
|
61727
61744
|
royaltyRecipients?: Array<{
|
|
61728
61745
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -61933,7 +61950,6 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
61933
61950
|
authTokenType: number;
|
|
61934
61951
|
voucherCloneAddress: string;
|
|
61935
61952
|
active: boolean;
|
|
61936
|
-
contractURI: string;
|
|
61937
61953
|
metadataUri: string;
|
|
61938
61954
|
royaltyRecipients?: Array<{
|
|
61939
61955
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -62144,7 +62160,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62144
62160
|
authTokenType: number;
|
|
62145
62161
|
voucherCloneAddress: string;
|
|
62146
62162
|
active: boolean;
|
|
62147
|
-
contractURI: string;
|
|
62148
62163
|
metadataUri: string;
|
|
62149
62164
|
royaltyRecipients?: Array<{
|
|
62150
62165
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -62283,7 +62298,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62283
62298
|
authTokenType: number;
|
|
62284
62299
|
voucherCloneAddress: string;
|
|
62285
62300
|
active: boolean;
|
|
62286
|
-
contractURI: string;
|
|
62287
62301
|
metadataUri: string;
|
|
62288
62302
|
royaltyRecipients?: Array<{
|
|
62289
62303
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -62363,9 +62377,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62363
62377
|
id: string;
|
|
62364
62378
|
sellerId: string;
|
|
62365
62379
|
collectionIndex: string;
|
|
62366
|
-
collectionAddress: string;
|
|
62367
62380
|
externalIdHash: string;
|
|
62368
62381
|
externalId: string;
|
|
62382
|
+
collectionContract: {
|
|
62383
|
+
__typename?: "CollectionContract";
|
|
62384
|
+
address: string;
|
|
62385
|
+
contractUri: string;
|
|
62386
|
+
};
|
|
62369
62387
|
metadata?: {
|
|
62370
62388
|
__typename?: "NftContractMetadata";
|
|
62371
62389
|
id: string;
|
|
@@ -62499,7 +62517,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62499
62517
|
authTokenType: number;
|
|
62500
62518
|
voucherCloneAddress: string;
|
|
62501
62519
|
active: boolean;
|
|
62502
|
-
contractURI: string;
|
|
62503
62520
|
metadataUri: string;
|
|
62504
62521
|
royaltyRecipients?: Array<{
|
|
62505
62522
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -62734,7 +62751,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
62734
62751
|
authTokenType: number;
|
|
62735
62752
|
voucherCloneAddress: string;
|
|
62736
62753
|
active: boolean;
|
|
62737
|
-
contractURI: string;
|
|
62738
62754
|
metadataUri: string;
|
|
62739
62755
|
royaltyRecipients?: Array<{
|
|
62740
62756
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -63112,7 +63128,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63112
63128
|
authTokenType: number;
|
|
63113
63129
|
voucherCloneAddress: string;
|
|
63114
63130
|
active: boolean;
|
|
63115
|
-
contractURI: string;
|
|
63116
63131
|
metadataUri: string;
|
|
63117
63132
|
royaltyRecipients?: Array<{
|
|
63118
63133
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -63253,7 +63268,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63253
63268
|
authTokenType: number;
|
|
63254
63269
|
voucherCloneAddress: string;
|
|
63255
63270
|
active: boolean;
|
|
63256
|
-
contractURI: string;
|
|
63257
63271
|
metadataUri: string;
|
|
63258
63272
|
royaltyRecipients?: Array<{
|
|
63259
63273
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -63484,7 +63498,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63484
63498
|
authTokenType: number;
|
|
63485
63499
|
voucherCloneAddress: string;
|
|
63486
63500
|
active: boolean;
|
|
63487
|
-
contractURI: string;
|
|
63488
63501
|
metadataUri: string;
|
|
63489
63502
|
royaltyRecipients?: Array<{
|
|
63490
63503
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -63623,7 +63636,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63623
63636
|
authTokenType: number;
|
|
63624
63637
|
voucherCloneAddress: string;
|
|
63625
63638
|
active: boolean;
|
|
63626
|
-
contractURI: string;
|
|
63627
63639
|
metadataUri: string;
|
|
63628
63640
|
royaltyRecipients?: Array<{
|
|
63629
63641
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -63703,9 +63715,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63703
63715
|
id: string;
|
|
63704
63716
|
sellerId: string;
|
|
63705
63717
|
collectionIndex: string;
|
|
63706
|
-
collectionAddress: string;
|
|
63707
63718
|
externalIdHash: string;
|
|
63708
63719
|
externalId: string;
|
|
63720
|
+
collectionContract: {
|
|
63721
|
+
__typename?: "CollectionContract";
|
|
63722
|
+
address: string;
|
|
63723
|
+
contractUri: string;
|
|
63724
|
+
};
|
|
63709
63725
|
metadata?: {
|
|
63710
63726
|
__typename?: "NftContractMetadata";
|
|
63711
63727
|
id: string;
|
|
@@ -63839,7 +63855,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
63839
63855
|
authTokenType: number;
|
|
63840
63856
|
voucherCloneAddress: string;
|
|
63841
63857
|
active: boolean;
|
|
63842
|
-
contractURI: string;
|
|
63843
63858
|
metadataUri: string;
|
|
63844
63859
|
royaltyRecipients?: Array<{
|
|
63845
63860
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -64074,7 +64089,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64074
64089
|
authTokenType: number;
|
|
64075
64090
|
voucherCloneAddress: string;
|
|
64076
64091
|
active: boolean;
|
|
64077
|
-
contractURI: string;
|
|
64078
64092
|
metadataUri: string;
|
|
64079
64093
|
royaltyRecipients?: Array<{
|
|
64080
64094
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -64452,7 +64466,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64452
64466
|
authTokenType: number;
|
|
64453
64467
|
voucherCloneAddress: string;
|
|
64454
64468
|
active: boolean;
|
|
64455
|
-
contractURI: string;
|
|
64456
64469
|
metadataUri: string;
|
|
64457
64470
|
royaltyRecipients?: Array<{
|
|
64458
64471
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -64593,7 +64606,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64593
64606
|
authTokenType: number;
|
|
64594
64607
|
voucherCloneAddress: string;
|
|
64595
64608
|
active: boolean;
|
|
64596
|
-
contractURI: string;
|
|
64597
64609
|
metadataUri: string;
|
|
64598
64610
|
royaltyRecipients?: Array<{
|
|
64599
64611
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -64721,7 +64733,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64721
64733
|
authTokenType: number;
|
|
64722
64734
|
voucherCloneAddress: string;
|
|
64723
64735
|
active: boolean;
|
|
64724
|
-
contractURI: string;
|
|
64725
64736
|
metadataUri: string;
|
|
64726
64737
|
royaltyRecipients?: Array<{
|
|
64727
64738
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -64840,7 +64851,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
64840
64851
|
authTokenType: number;
|
|
64841
64852
|
voucherCloneAddress: string;
|
|
64842
64853
|
active: boolean;
|
|
64843
|
-
contractURI: string;
|
|
64844
64854
|
metadataUri: string;
|
|
64845
64855
|
royaltyRecipients?: Array<{
|
|
64846
64856
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -65079,7 +65089,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65079
65089
|
authTokenType: number;
|
|
65080
65090
|
voucherCloneAddress: string;
|
|
65081
65091
|
active: boolean;
|
|
65082
|
-
contractURI: string;
|
|
65083
65092
|
metadataUri: string;
|
|
65084
65093
|
royaltyRecipients?: Array<{
|
|
65085
65094
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -65349,7 +65358,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
65349
65358
|
authTokenType: number;
|
|
65350
65359
|
voucherCloneAddress: string;
|
|
65351
65360
|
active: boolean;
|
|
65352
|
-
contractURI: string;
|
|
65353
65361
|
metadataUri: string;
|
|
65354
65362
|
royaltyRecipients?: Array<{
|
|
65355
65363
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -65560,7 +65568,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
65560
65568
|
authTokenType: number;
|
|
65561
65569
|
voucherCloneAddress: string;
|
|
65562
65570
|
active: boolean;
|
|
65563
|
-
contractURI: string;
|
|
65564
65571
|
metadataUri: string;
|
|
65565
65572
|
royaltyRecipients?: Array<{
|
|
65566
65573
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -65699,7 +65706,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
65699
65706
|
authTokenType: number;
|
|
65700
65707
|
voucherCloneAddress: string;
|
|
65701
65708
|
active: boolean;
|
|
65702
|
-
contractURI: string;
|
|
65703
65709
|
metadataUri: string;
|
|
65704
65710
|
royaltyRecipients?: Array<{
|
|
65705
65711
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -65779,9 +65785,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
65779
65785
|
id: string;
|
|
65780
65786
|
sellerId: string;
|
|
65781
65787
|
collectionIndex: string;
|
|
65782
|
-
collectionAddress: string;
|
|
65783
65788
|
externalIdHash: string;
|
|
65784
65789
|
externalId: string;
|
|
65790
|
+
collectionContract: {
|
|
65791
|
+
__typename?: "CollectionContract";
|
|
65792
|
+
address: string;
|
|
65793
|
+
contractUri: string;
|
|
65794
|
+
};
|
|
65785
65795
|
metadata?: {
|
|
65786
65796
|
__typename?: "NftContractMetadata";
|
|
65787
65797
|
id: string;
|
|
@@ -65915,7 +65925,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
65915
65925
|
authTokenType: number;
|
|
65916
65926
|
voucherCloneAddress: string;
|
|
65917
65927
|
active: boolean;
|
|
65918
|
-
contractURI: string;
|
|
65919
65928
|
metadataUri: string;
|
|
65920
65929
|
royaltyRecipients?: Array<{
|
|
65921
65930
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -66150,7 +66159,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66150
66159
|
authTokenType: number;
|
|
66151
66160
|
voucherCloneAddress: string;
|
|
66152
66161
|
active: boolean;
|
|
66153
|
-
contractURI: string;
|
|
66154
66162
|
metadataUri: string;
|
|
66155
66163
|
royaltyRecipients?: Array<{
|
|
66156
66164
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -66528,7 +66536,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66528
66536
|
authTokenType: number;
|
|
66529
66537
|
voucherCloneAddress: string;
|
|
66530
66538
|
active: boolean;
|
|
66531
|
-
contractURI: string;
|
|
66532
66539
|
metadataUri: string;
|
|
66533
66540
|
royaltyRecipients?: Array<{
|
|
66534
66541
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -66669,7 +66676,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66669
66676
|
authTokenType: number;
|
|
66670
66677
|
voucherCloneAddress: string;
|
|
66671
66678
|
active: boolean;
|
|
66672
|
-
contractURI: string;
|
|
66673
66679
|
metadataUri: string;
|
|
66674
66680
|
royaltyRecipients?: Array<{
|
|
66675
66681
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -66900,7 +66906,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
66900
66906
|
authTokenType: number;
|
|
66901
66907
|
voucherCloneAddress: string;
|
|
66902
66908
|
active: boolean;
|
|
66903
|
-
contractURI: string;
|
|
66904
66909
|
metadataUri: string;
|
|
66905
66910
|
royaltyRecipients?: Array<{
|
|
66906
66911
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -67039,7 +67044,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67039
67044
|
authTokenType: number;
|
|
67040
67045
|
voucherCloneAddress: string;
|
|
67041
67046
|
active: boolean;
|
|
67042
|
-
contractURI: string;
|
|
67043
67047
|
metadataUri: string;
|
|
67044
67048
|
royaltyRecipients?: Array<{
|
|
67045
67049
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -67119,9 +67123,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67119
67123
|
id: string;
|
|
67120
67124
|
sellerId: string;
|
|
67121
67125
|
collectionIndex: string;
|
|
67122
|
-
collectionAddress: string;
|
|
67123
67126
|
externalIdHash: string;
|
|
67124
67127
|
externalId: string;
|
|
67128
|
+
collectionContract: {
|
|
67129
|
+
__typename?: "CollectionContract";
|
|
67130
|
+
address: string;
|
|
67131
|
+
contractUri: string;
|
|
67132
|
+
};
|
|
67125
67133
|
metadata?: {
|
|
67126
67134
|
__typename?: "NftContractMetadata";
|
|
67127
67135
|
id: string;
|
|
@@ -67255,7 +67263,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67255
67263
|
authTokenType: number;
|
|
67256
67264
|
voucherCloneAddress: string;
|
|
67257
67265
|
active: boolean;
|
|
67258
|
-
contractURI: string;
|
|
67259
67266
|
metadataUri: string;
|
|
67260
67267
|
royaltyRecipients?: Array<{
|
|
67261
67268
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -67490,7 +67497,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67490
67497
|
authTokenType: number;
|
|
67491
67498
|
voucherCloneAddress: string;
|
|
67492
67499
|
active: boolean;
|
|
67493
|
-
contractURI: string;
|
|
67494
67500
|
metadataUri: string;
|
|
67495
67501
|
royaltyRecipients?: Array<{
|
|
67496
67502
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -67868,7 +67874,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
67868
67874
|
authTokenType: number;
|
|
67869
67875
|
voucherCloneAddress: string;
|
|
67870
67876
|
active: boolean;
|
|
67871
|
-
contractURI: string;
|
|
67872
67877
|
metadataUri: string;
|
|
67873
67878
|
royaltyRecipients?: Array<{
|
|
67874
67879
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68009,7 +68014,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68009
68014
|
authTokenType: number;
|
|
68010
68015
|
voucherCloneAddress: string;
|
|
68011
68016
|
active: boolean;
|
|
68012
|
-
contractURI: string;
|
|
68013
68017
|
metadataUri: string;
|
|
68014
68018
|
royaltyRecipients?: Array<{
|
|
68015
68019
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68137,7 +68141,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68137
68141
|
authTokenType: number;
|
|
68138
68142
|
voucherCloneAddress: string;
|
|
68139
68143
|
active: boolean;
|
|
68140
|
-
contractURI: string;
|
|
68141
68144
|
metadataUri: string;
|
|
68142
68145
|
royaltyRecipients?: Array<{
|
|
68143
68146
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68256,7 +68259,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68256
68259
|
authTokenType: number;
|
|
68257
68260
|
voucherCloneAddress: string;
|
|
68258
68261
|
active: boolean;
|
|
68259
|
-
contractURI: string;
|
|
68260
68262
|
metadataUri: string;
|
|
68261
68263
|
royaltyRecipients?: Array<{
|
|
68262
68264
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68495,7 +68497,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68495
68497
|
authTokenType: number;
|
|
68496
68498
|
voucherCloneAddress: string;
|
|
68497
68499
|
active: boolean;
|
|
68498
|
-
contractURI: string;
|
|
68499
68500
|
metadataUri: string;
|
|
68500
68501
|
royaltyRecipients?: Array<{
|
|
68501
68502
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68765,7 +68766,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
68765
68766
|
authTokenType: number;
|
|
68766
68767
|
voucherCloneAddress: string;
|
|
68767
68768
|
active: boolean;
|
|
68768
|
-
contractURI: string;
|
|
68769
68769
|
metadataUri: string;
|
|
68770
68770
|
royaltyRecipients?: Array<{
|
|
68771
68771
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -68948,7 +68948,6 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
68948
68948
|
authTokenType: number;
|
|
68949
68949
|
voucherCloneAddress: string;
|
|
68950
68950
|
active: boolean;
|
|
68951
|
-
contractURI: string;
|
|
68952
68951
|
metadataUri: string;
|
|
68953
68952
|
royaltyRecipients?: Array<{
|
|
68954
68953
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -69193,7 +69192,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69193
69192
|
authTokenType: number;
|
|
69194
69193
|
voucherCloneAddress: string;
|
|
69195
69194
|
active: boolean;
|
|
69196
|
-
contractURI: string;
|
|
69197
69195
|
metadataUri: string;
|
|
69198
69196
|
royaltyRecipients?: Array<{
|
|
69199
69197
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -69332,7 +69330,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69332
69330
|
authTokenType: number;
|
|
69333
69331
|
voucherCloneAddress: string;
|
|
69334
69332
|
active: boolean;
|
|
69335
|
-
contractURI: string;
|
|
69336
69333
|
metadataUri: string;
|
|
69337
69334
|
royaltyRecipients?: Array<{
|
|
69338
69335
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -69412,9 +69409,13 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69412
69409
|
id: string;
|
|
69413
69410
|
sellerId: string;
|
|
69414
69411
|
collectionIndex: string;
|
|
69415
|
-
collectionAddress: string;
|
|
69416
69412
|
externalIdHash: string;
|
|
69417
69413
|
externalId: string;
|
|
69414
|
+
collectionContract: {
|
|
69415
|
+
__typename?: "CollectionContract";
|
|
69416
|
+
address: string;
|
|
69417
|
+
contractUri: string;
|
|
69418
|
+
};
|
|
69418
69419
|
metadata?: {
|
|
69419
69420
|
__typename?: "NftContractMetadata";
|
|
69420
69421
|
id: string;
|
|
@@ -69548,7 +69549,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69548
69549
|
authTokenType: number;
|
|
69549
69550
|
voucherCloneAddress: string;
|
|
69550
69551
|
active: boolean;
|
|
69551
|
-
contractURI: string;
|
|
69552
69552
|
metadataUri: string;
|
|
69553
69553
|
royaltyRecipients?: Array<{
|
|
69554
69554
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -69781,7 +69781,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
69781
69781
|
authTokenType: number;
|
|
69782
69782
|
voucherCloneAddress: string;
|
|
69783
69783
|
active: boolean;
|
|
69784
|
-
contractURI: string;
|
|
69785
69784
|
metadataUri: string;
|
|
69786
69785
|
royaltyRecipients?: Array<{
|
|
69787
69786
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -70149,7 +70148,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70149
70148
|
authTokenType: number;
|
|
70150
70149
|
voucherCloneAddress: string;
|
|
70151
70150
|
active: boolean;
|
|
70152
|
-
contractURI: string;
|
|
70153
70151
|
metadataUri: string;
|
|
70154
70152
|
royaltyRecipients?: Array<{
|
|
70155
70153
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -70290,7 +70288,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
70290
70288
|
authTokenType: number;
|
|
70291
70289
|
voucherCloneAddress: string;
|
|
70292
70290
|
active: boolean;
|
|
70293
|
-
contractURI: string;
|
|
70294
70291
|
metadataUri: string;
|
|
70295
70292
|
royaltyRecipients?: Array<{
|
|
70296
70293
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -70499,7 +70496,6 @@ export type GetOffersQueryQuery = {
|
|
|
70499
70496
|
authTokenType: number;
|
|
70500
70497
|
voucherCloneAddress: string;
|
|
70501
70498
|
active: boolean;
|
|
70502
|
-
contractURI: string;
|
|
70503
70499
|
metadataUri: string;
|
|
70504
70500
|
royaltyRecipients?: Array<{
|
|
70505
70501
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -70638,7 +70634,6 @@ export type GetOffersQueryQuery = {
|
|
|
70638
70634
|
authTokenType: number;
|
|
70639
70635
|
voucherCloneAddress: string;
|
|
70640
70636
|
active: boolean;
|
|
70641
|
-
contractURI: string;
|
|
70642
70637
|
metadataUri: string;
|
|
70643
70638
|
royaltyRecipients?: Array<{
|
|
70644
70639
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -70718,9 +70713,13 @@ export type GetOffersQueryQuery = {
|
|
|
70718
70713
|
id: string;
|
|
70719
70714
|
sellerId: string;
|
|
70720
70715
|
collectionIndex: string;
|
|
70721
|
-
collectionAddress: string;
|
|
70722
70716
|
externalIdHash: string;
|
|
70723
70717
|
externalId: string;
|
|
70718
|
+
collectionContract: {
|
|
70719
|
+
__typename?: "CollectionContract";
|
|
70720
|
+
address: string;
|
|
70721
|
+
contractUri: string;
|
|
70722
|
+
};
|
|
70724
70723
|
metadata?: {
|
|
70725
70724
|
__typename?: "NftContractMetadata";
|
|
70726
70725
|
id: string;
|
|
@@ -70854,7 +70853,6 @@ export type GetOffersQueryQuery = {
|
|
|
70854
70853
|
authTokenType: number;
|
|
70855
70854
|
voucherCloneAddress: string;
|
|
70856
70855
|
active: boolean;
|
|
70857
|
-
contractURI: string;
|
|
70858
70856
|
metadataUri: string;
|
|
70859
70857
|
royaltyRecipients?: Array<{
|
|
70860
70858
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -71087,7 +71085,6 @@ export type GetOffersQueryQuery = {
|
|
|
71087
71085
|
authTokenType: number;
|
|
71088
71086
|
voucherCloneAddress: string;
|
|
71089
71087
|
active: boolean;
|
|
71090
|
-
contractURI: string;
|
|
71091
71088
|
metadataUri: string;
|
|
71092
71089
|
royaltyRecipients?: Array<{
|
|
71093
71090
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -71455,7 +71452,6 @@ export type GetOffersQueryQuery = {
|
|
|
71455
71452
|
authTokenType: number;
|
|
71456
71453
|
voucherCloneAddress: string;
|
|
71457
71454
|
active: boolean;
|
|
71458
|
-
contractURI: string;
|
|
71459
71455
|
metadataUri: string;
|
|
71460
71456
|
royaltyRecipients?: Array<{
|
|
71461
71457
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -71596,7 +71592,6 @@ export type GetOffersQueryQuery = {
|
|
|
71596
71592
|
authTokenType: number;
|
|
71597
71593
|
voucherCloneAddress: string;
|
|
71598
71594
|
active: boolean;
|
|
71599
|
-
contractURI: string;
|
|
71600
71595
|
metadataUri: string;
|
|
71601
71596
|
royaltyRecipients?: Array<{
|
|
71602
71597
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -71897,7 +71892,6 @@ export type OfferFieldsFragment = {
|
|
|
71897
71892
|
authTokenType: number;
|
|
71898
71893
|
voucherCloneAddress: string;
|
|
71899
71894
|
active: boolean;
|
|
71900
|
-
contractURI: string;
|
|
71901
71895
|
metadataUri: string;
|
|
71902
71896
|
royaltyRecipients?: Array<{
|
|
71903
71897
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -72036,7 +72030,6 @@ export type OfferFieldsFragment = {
|
|
|
72036
72030
|
authTokenType: number;
|
|
72037
72031
|
voucherCloneAddress: string;
|
|
72038
72032
|
active: boolean;
|
|
72039
|
-
contractURI: string;
|
|
72040
72033
|
metadataUri: string;
|
|
72041
72034
|
royaltyRecipients?: Array<{
|
|
72042
72035
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -72116,9 +72109,13 @@ export type OfferFieldsFragment = {
|
|
|
72116
72109
|
id: string;
|
|
72117
72110
|
sellerId: string;
|
|
72118
72111
|
collectionIndex: string;
|
|
72119
|
-
collectionAddress: string;
|
|
72120
72112
|
externalIdHash: string;
|
|
72121
72113
|
externalId: string;
|
|
72114
|
+
collectionContract: {
|
|
72115
|
+
__typename?: "CollectionContract";
|
|
72116
|
+
address: string;
|
|
72117
|
+
contractUri: string;
|
|
72118
|
+
};
|
|
72122
72119
|
metadata?: {
|
|
72123
72120
|
__typename?: "NftContractMetadata";
|
|
72124
72121
|
id: string;
|
|
@@ -72252,7 +72249,6 @@ export type OfferFieldsFragment = {
|
|
|
72252
72249
|
authTokenType: number;
|
|
72253
72250
|
voucherCloneAddress: string;
|
|
72254
72251
|
active: boolean;
|
|
72255
|
-
contractURI: string;
|
|
72256
72252
|
metadataUri: string;
|
|
72257
72253
|
royaltyRecipients?: Array<{
|
|
72258
72254
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -72485,7 +72481,6 @@ export type OfferFieldsFragment = {
|
|
|
72485
72481
|
authTokenType: number;
|
|
72486
72482
|
voucherCloneAddress: string;
|
|
72487
72483
|
active: boolean;
|
|
72488
|
-
contractURI: string;
|
|
72489
72484
|
metadataUri: string;
|
|
72490
72485
|
royaltyRecipients?: Array<{
|
|
72491
72486
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -72853,7 +72848,6 @@ export type OfferFieldsFragment = {
|
|
|
72853
72848
|
authTokenType: number;
|
|
72854
72849
|
voucherCloneAddress: string;
|
|
72855
72850
|
active: boolean;
|
|
72856
|
-
contractURI: string;
|
|
72857
72851
|
metadataUri: string;
|
|
72858
72852
|
royaltyRecipients?: Array<{
|
|
72859
72853
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -72994,7 +72988,6 @@ export type OfferFieldsFragment = {
|
|
|
72994
72988
|
authTokenType: number;
|
|
72995
72989
|
voucherCloneAddress: string;
|
|
72996
72990
|
active: boolean;
|
|
72997
|
-
contractURI: string;
|
|
72998
72991
|
metadataUri: string;
|
|
72999
72992
|
royaltyRecipients?: Array<{
|
|
73000
72993
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -73203,7 +73196,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
73203
73196
|
authTokenType: number;
|
|
73204
73197
|
voucherCloneAddress: string;
|
|
73205
73198
|
active: boolean;
|
|
73206
|
-
contractURI: string;
|
|
73207
73199
|
metadataUri: string;
|
|
73208
73200
|
royaltyRecipients?: Array<{
|
|
73209
73201
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -73283,9 +73275,13 @@ export type BaseOfferFieldsFragment = {
|
|
|
73283
73275
|
id: string;
|
|
73284
73276
|
sellerId: string;
|
|
73285
73277
|
collectionIndex: string;
|
|
73286
|
-
collectionAddress: string;
|
|
73287
73278
|
externalIdHash: string;
|
|
73288
73279
|
externalId: string;
|
|
73280
|
+
collectionContract: {
|
|
73281
|
+
__typename?: "CollectionContract";
|
|
73282
|
+
address: string;
|
|
73283
|
+
contractUri: string;
|
|
73284
|
+
};
|
|
73289
73285
|
metadata?: {
|
|
73290
73286
|
__typename?: "NftContractMetadata";
|
|
73291
73287
|
id: string;
|
|
@@ -73419,7 +73415,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
73419
73415
|
authTokenType: number;
|
|
73420
73416
|
voucherCloneAddress: string;
|
|
73421
73417
|
active: boolean;
|
|
73422
|
-
contractURI: string;
|
|
73423
73418
|
metadataUri: string;
|
|
73424
73419
|
royaltyRecipients?: Array<{
|
|
73425
73420
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -73652,7 +73647,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
73652
73647
|
authTokenType: number;
|
|
73653
73648
|
voucherCloneAddress: string;
|
|
73654
73649
|
active: boolean;
|
|
73655
|
-
contractURI: string;
|
|
73656
73650
|
metadataUri: string;
|
|
73657
73651
|
royaltyRecipients?: Array<{
|
|
73658
73652
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -74020,7 +74014,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
74020
74014
|
authTokenType: number;
|
|
74021
74015
|
voucherCloneAddress: string;
|
|
74022
74016
|
active: boolean;
|
|
74023
|
-
contractURI: string;
|
|
74024
74017
|
metadataUri: string;
|
|
74025
74018
|
royaltyRecipients?: Array<{
|
|
74026
74019
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -74161,7 +74154,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
74161
74154
|
authTokenType: number;
|
|
74162
74155
|
voucherCloneAddress: string;
|
|
74163
74156
|
active: boolean;
|
|
74164
|
-
contractURI: string;
|
|
74165
74157
|
metadataUri: string;
|
|
74166
74158
|
royaltyRecipients?: Array<{
|
|
74167
74159
|
__typename?: "RoyaltyRecipientXSeller";
|
|
@@ -74292,7 +74284,10 @@ export const BaseOfferCollectionFieldsFragmentDoc = gql`
|
|
|
74292
74284
|
id
|
|
74293
74285
|
sellerId
|
|
74294
74286
|
collectionIndex
|
|
74295
|
-
|
|
74287
|
+
collectionContract {
|
|
74288
|
+
address
|
|
74289
|
+
contractUri
|
|
74290
|
+
}
|
|
74296
74291
|
externalIdHash
|
|
74297
74292
|
externalId
|
|
74298
74293
|
metadata {
|
|
@@ -74364,7 +74359,6 @@ export const BaseSellerFieldsFragmentDoc = gql`
|
|
|
74364
74359
|
authTokenType
|
|
74365
74360
|
voucherCloneAddress
|
|
74366
74361
|
active
|
|
74367
|
-
contractURI
|
|
74368
74362
|
royaltyRecipients {
|
|
74369
74363
|
id
|
|
74370
74364
|
recipient {
|