@bosonprotocol/core-sdk 1.25.0-alpha.2 → 1.25.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/dist/cjs/accounts/mixin.d.ts +4 -4
  2. package/dist/cjs/accounts/mixin.d.ts.map +1 -1
  3. package/dist/cjs/accounts/mixin.js +8 -8
  4. package/dist/cjs/accounts/mixin.js.map +1 -1
  5. package/dist/cjs/accounts/subgraph.d.ts +1 -1
  6. package/dist/cjs/accounts/subgraph.d.ts.map +1 -1
  7. package/dist/cjs/accounts/subgraph.js +7 -7
  8. package/dist/cjs/accounts/subgraph.js.map +1 -1
  9. package/dist/cjs/accounts/types.d.ts +1 -1
  10. package/dist/cjs/accounts/types.d.ts.map +1 -1
  11. package/dist/cjs/core-sdk.d.ts +1 -0
  12. package/dist/cjs/core-sdk.d.ts.map +1 -1
  13. package/dist/cjs/core-sdk.js +3 -0
  14. package/dist/cjs/core-sdk.js.map +1 -1
  15. package/dist/cjs/erc1155/mixin.d.ts +1 -1
  16. package/dist/cjs/erc1155/mixin.d.ts.map +1 -1
  17. package/dist/cjs/erc1155/mixin.js +2 -2
  18. package/dist/cjs/erc1155/mixin.js.map +1 -1
  19. package/dist/cjs/erc20/mixin.d.ts +7 -7
  20. package/dist/cjs/erc20/mixin.d.ts.map +1 -1
  21. package/dist/cjs/erc20/mixin.js +14 -14
  22. package/dist/cjs/erc20/mixin.js.map +1 -1
  23. package/dist/cjs/erc721/mixin.d.ts +3 -3
  24. package/dist/cjs/erc721/mixin.d.ts.map +1 -1
  25. package/dist/cjs/erc721/mixin.js +6 -6
  26. package/dist/cjs/erc721/mixin.js.map +1 -1
  27. package/dist/cjs/exchanges/handler.js +12 -12
  28. package/dist/cjs/exchanges/handler.js.map +1 -1
  29. package/dist/cjs/exchanges/mixin.d.ts +3 -3
  30. package/dist/cjs/exchanges/mixin.js +3 -3
  31. package/dist/cjs/forwarder/handler.d.ts +1 -1
  32. package/dist/cjs/forwarder/handler.d.ts.map +1 -1
  33. package/dist/cjs/forwarder/handler.js +2 -4
  34. package/dist/cjs/forwarder/handler.js.map +1 -1
  35. package/dist/cjs/index.d.ts +1 -0
  36. package/dist/cjs/index.d.ts.map +1 -1
  37. package/dist/cjs/index.js +2 -1
  38. package/dist/cjs/index.js.map +1 -1
  39. package/dist/cjs/meta-tx/biconomy.d.ts +17 -3
  40. package/dist/cjs/meta-tx/biconomy.d.ts.map +1 -1
  41. package/dist/cjs/meta-tx/biconomy.js +19 -0
  42. package/dist/cjs/meta-tx/biconomy.js.map +1 -1
  43. package/dist/cjs/meta-tx/handler.d.ts +38 -4
  44. package/dist/cjs/meta-tx/handler.d.ts.map +1 -1
  45. package/dist/cjs/meta-tx/handler.js +92 -23
  46. package/dist/cjs/meta-tx/handler.js.map +1 -1
  47. package/dist/cjs/meta-tx/mixin.d.ts +25 -3
  48. package/dist/cjs/meta-tx/mixin.d.ts.map +1 -1
  49. package/dist/cjs/meta-tx/mixin.js +51 -22
  50. package/dist/cjs/meta-tx/mixin.js.map +1 -1
  51. package/dist/cjs/offers/handler.d.ts +15 -0
  52. package/dist/cjs/offers/handler.d.ts.map +1 -1
  53. package/dist/cjs/offers/handler.js +28 -4
  54. package/dist/cjs/offers/handler.js.map +1 -1
  55. package/dist/cjs/offers/interface.d.ts +1 -1
  56. package/dist/cjs/offers/interface.d.ts.map +1 -1
  57. package/dist/cjs/offers/interface.js +3 -2
  58. package/dist/cjs/offers/interface.js.map +1 -1
  59. package/dist/cjs/offers/mixin.d.ts +26 -3
  60. package/dist/cjs/offers/mixin.d.ts.map +1 -1
  61. package/dist/cjs/offers/mixin.js +46 -3
  62. package/dist/cjs/offers/mixin.js.map +1 -1
  63. package/dist/cjs/offers/renderContractualAgreement.d.ts.map +1 -1
  64. package/dist/cjs/offers/renderContractualAgreement.js +5 -4
  65. package/dist/cjs/offers/renderContractualAgreement.js.map +1 -1
  66. package/dist/cjs/seaport/abi.d.ts +41 -0
  67. package/dist/cjs/seaport/abi.d.ts.map +1 -0
  68. package/dist/cjs/seaport/abi.js +153 -0
  69. package/dist/cjs/seaport/abi.js.map +1 -0
  70. package/dist/cjs/seaport/handler.d.ts +46 -0
  71. package/dist/cjs/seaport/handler.d.ts.map +1 -0
  72. package/dist/cjs/seaport/handler.js +28 -0
  73. package/dist/cjs/seaport/handler.js.map +1 -0
  74. package/dist/cjs/seaport/index.d.ts +2 -0
  75. package/dist/cjs/seaport/index.d.ts.map +1 -0
  76. package/dist/cjs/seaport/index.js +28 -0
  77. package/dist/cjs/seaport/index.js.map +1 -0
  78. package/dist/cjs/subgraph.d.ts +1451 -212
  79. package/dist/cjs/subgraph.d.ts.map +1 -1
  80. package/dist/cjs/subgraph.js +67 -11
  81. package/dist/cjs/subgraph.js.map +1 -1
  82. package/dist/cjs/voucher/handler.d.ts +31 -0
  83. package/dist/cjs/voucher/handler.d.ts.map +1 -1
  84. package/dist/cjs/voucher/handler.js +57 -1
  85. package/dist/cjs/voucher/handler.js.map +1 -1
  86. package/dist/cjs/voucher/interface.d.ts +8 -0
  87. package/dist/cjs/voucher/interface.d.ts.map +1 -1
  88. package/dist/cjs/voucher/interface.js +81 -1
  89. package/dist/cjs/voucher/interface.js.map +1 -1
  90. package/dist/cjs/voucher/mixin.d.ts +11 -0
  91. package/dist/cjs/voucher/mixin.d.ts.map +1 -1
  92. package/dist/cjs/voucher/mixin.js +47 -0
  93. package/dist/cjs/voucher/mixin.js.map +1 -1
  94. package/dist/esm/accounts/mixin.d.ts +4 -4
  95. package/dist/esm/accounts/mixin.d.ts.map +1 -1
  96. package/dist/esm/accounts/mixin.js +8 -8
  97. package/dist/esm/accounts/mixin.js.map +1 -1
  98. package/dist/esm/accounts/subgraph.d.ts +1 -1
  99. package/dist/esm/accounts/subgraph.d.ts.map +1 -1
  100. package/dist/esm/accounts/subgraph.js +5 -5
  101. package/dist/esm/accounts/subgraph.js.map +1 -1
  102. package/dist/esm/accounts/types.d.ts +1 -1
  103. package/dist/esm/accounts/types.d.ts.map +1 -1
  104. package/dist/esm/core-sdk.d.ts +1 -0
  105. package/dist/esm/core-sdk.d.ts.map +1 -1
  106. package/dist/esm/core-sdk.js +3 -0
  107. package/dist/esm/core-sdk.js.map +1 -1
  108. package/dist/esm/erc1155/mixin.d.ts +1 -1
  109. package/dist/esm/erc1155/mixin.d.ts.map +1 -1
  110. package/dist/esm/erc1155/mixin.js +2 -2
  111. package/dist/esm/erc1155/mixin.js.map +1 -1
  112. package/dist/esm/erc20/mixin.d.ts +7 -7
  113. package/dist/esm/erc20/mixin.d.ts.map +1 -1
  114. package/dist/esm/erc20/mixin.js +14 -14
  115. package/dist/esm/erc20/mixin.js.map +1 -1
  116. package/dist/esm/erc721/mixin.d.ts +3 -3
  117. package/dist/esm/erc721/mixin.d.ts.map +1 -1
  118. package/dist/esm/erc721/mixin.js +6 -6
  119. package/dist/esm/erc721/mixin.js.map +1 -1
  120. package/dist/esm/exchanges/handler.js +12 -12
  121. package/dist/esm/exchanges/handler.js.map +1 -1
  122. package/dist/esm/exchanges/mixin.d.ts +3 -3
  123. package/dist/esm/exchanges/mixin.js +3 -3
  124. package/dist/esm/forwarder/handler.d.ts +1 -1
  125. package/dist/esm/forwarder/handler.d.ts.map +1 -1
  126. package/dist/esm/forwarder/handler.js +2 -4
  127. package/dist/esm/forwarder/handler.js.map +1 -1
  128. package/dist/esm/index.d.ts +1 -0
  129. package/dist/esm/index.d.ts.map +1 -1
  130. package/dist/esm/index.js +1 -0
  131. package/dist/esm/index.js.map +1 -1
  132. package/dist/esm/meta-tx/biconomy.d.ts +17 -3
  133. package/dist/esm/meta-tx/biconomy.d.ts.map +1 -1
  134. package/dist/esm/meta-tx/biconomy.js +17 -0
  135. package/dist/esm/meta-tx/biconomy.js.map +1 -1
  136. package/dist/esm/meta-tx/handler.d.ts +38 -4
  137. package/dist/esm/meta-tx/handler.d.ts.map +1 -1
  138. package/dist/esm/meta-tx/handler.js +118 -21
  139. package/dist/esm/meta-tx/handler.js.map +1 -1
  140. package/dist/esm/meta-tx/mixin.d.ts +25 -3
  141. package/dist/esm/meta-tx/mixin.d.ts.map +1 -1
  142. package/dist/esm/meta-tx/mixin.js +67 -17
  143. package/dist/esm/meta-tx/mixin.js.map +1 -1
  144. package/dist/esm/offers/handler.d.ts +15 -0
  145. package/dist/esm/offers/handler.d.ts.map +1 -1
  146. package/dist/esm/offers/handler.js +21 -3
  147. package/dist/esm/offers/handler.js.map +1 -1
  148. package/dist/esm/offers/interface.d.ts +1 -1
  149. package/dist/esm/offers/interface.d.ts.map +1 -1
  150. package/dist/esm/offers/interface.js +3 -2
  151. package/dist/esm/offers/interface.js.map +1 -1
  152. package/dist/esm/offers/mixin.d.ts +26 -3
  153. package/dist/esm/offers/mixin.d.ts.map +1 -1
  154. package/dist/esm/offers/mixin.js +42 -3
  155. package/dist/esm/offers/mixin.js.map +1 -1
  156. package/dist/esm/offers/renderContractualAgreement.d.ts.map +1 -1
  157. package/dist/esm/offers/renderContractualAgreement.js +5 -4
  158. package/dist/esm/offers/renderContractualAgreement.js.map +1 -1
  159. package/dist/esm/seaport/abi.d.ts +41 -0
  160. package/dist/esm/seaport/abi.d.ts.map +1 -0
  161. package/dist/esm/seaport/abi.js +150 -0
  162. package/dist/esm/seaport/abi.js.map +1 -0
  163. package/dist/esm/seaport/handler.d.ts +46 -0
  164. package/dist/esm/seaport/handler.d.ts.map +1 -0
  165. package/dist/esm/seaport/handler.js +24 -0
  166. package/dist/esm/seaport/handler.js.map +1 -0
  167. package/dist/esm/seaport/index.d.ts +2 -0
  168. package/dist/esm/seaport/index.d.ts.map +1 -0
  169. package/dist/esm/seaport/index.js +2 -0
  170. package/dist/esm/seaport/index.js.map +1 -0
  171. package/dist/esm/subgraph.d.ts +1451 -212
  172. package/dist/esm/subgraph.d.ts.map +1 -1
  173. package/dist/esm/subgraph.js +64 -8
  174. package/dist/esm/subgraph.js.map +1 -1
  175. package/dist/esm/voucher/handler.d.ts +31 -0
  176. package/dist/esm/voucher/handler.d.ts.map +1 -1
  177. package/dist/esm/voucher/handler.js +39 -1
  178. package/dist/esm/voucher/handler.js.map +1 -1
  179. package/dist/esm/voucher/interface.d.ts +8 -0
  180. package/dist/esm/voucher/interface.d.ts.map +1 -1
  181. package/dist/esm/voucher/interface.js +72 -0
  182. package/dist/esm/voucher/interface.js.map +1 -1
  183. package/dist/esm/voucher/mixin.d.ts +11 -0
  184. package/dist/esm/voucher/mixin.d.ts.map +1 -1
  185. package/dist/esm/voucher/mixin.js +41 -0
  186. package/dist/esm/voucher/mixin.js.map +1 -1
  187. package/package.json +3 -3
  188. package/src/accounts/interface.ts +1 -1
  189. package/src/accounts/mixin.ts +15 -14
  190. package/src/accounts/queries.graphql +4 -4
  191. package/src/accounts/subgraph.ts +6 -6
  192. package/src/accounts/types.ts +1 -1
  193. package/src/core-sdk.ts +4 -0
  194. package/src/erc1155/mixin.ts +2 -2
  195. package/src/erc20/mixin.ts +14 -14
  196. package/src/erc721/mixin.ts +6 -6
  197. package/src/exchanges/handler.ts +13 -13
  198. package/src/exchanges/mixin.ts +3 -3
  199. package/src/forwarder/handler.ts +3 -5
  200. package/src/index.ts +1 -0
  201. package/src/meta-tx/biconomy.ts +35 -2
  202. package/src/meta-tx/handler.ts +202 -31
  203. package/src/meta-tx/mixin.ts +135 -21
  204. package/src/metadata/base.graphql +3 -0
  205. package/src/metadata/product-v1.graphql +12 -0
  206. package/src/offers/handler.ts +36 -3
  207. package/src/offers/interface.ts +4 -2
  208. package/src/offers/mixin.ts +57 -2
  209. package/src/offers/queries.graphql +13 -0
  210. package/src/offers/renderContractualAgreement.ts +6 -9
  211. package/src/seaport/abi.ts +149 -0
  212. package/src/seaport/handler.ts +57 -0
  213. package/src/seaport/index.ts +1 -0
  214. package/src/subgraph.ts +1501 -216
  215. package/src/voucher/handler.ts +78 -1
  216. package/src/voucher/interface.ts +88 -0
  217. package/src/voucher/mixin.ts +76 -0
package/src/subgraph.ts CHANGED
@@ -168,8 +168,73 @@ export enum Account_OrderBy {
168
168
  Logs = "logs"
169
169
  }
170
170
 
171
+ export type AnimationMetadata = {
172
+ __typename?: "AnimationMetadata";
173
+ height?: Maybe<Scalars["Int"]>;
174
+ id: Scalars["ID"];
175
+ type?: Maybe<Scalars["String"]>;
176
+ width?: Maybe<Scalars["Int"]>;
177
+ };
178
+
179
+ export type AnimationMetadata_Filter = {
180
+ /** Filter for the block changed event. */
181
+ _change_block?: InputMaybe<BlockChangedFilter>;
182
+ height?: InputMaybe<Scalars["Int"]>;
183
+ height_gt?: InputMaybe<Scalars["Int"]>;
184
+ height_gte?: InputMaybe<Scalars["Int"]>;
185
+ height_in?: InputMaybe<Array<Scalars["Int"]>>;
186
+ height_lt?: InputMaybe<Scalars["Int"]>;
187
+ height_lte?: InputMaybe<Scalars["Int"]>;
188
+ height_not?: InputMaybe<Scalars["Int"]>;
189
+ height_not_in?: InputMaybe<Array<Scalars["Int"]>>;
190
+ id?: InputMaybe<Scalars["ID"]>;
191
+ id_gt?: InputMaybe<Scalars["ID"]>;
192
+ id_gte?: InputMaybe<Scalars["ID"]>;
193
+ id_in?: InputMaybe<Array<Scalars["ID"]>>;
194
+ id_lt?: InputMaybe<Scalars["ID"]>;
195
+ id_lte?: InputMaybe<Scalars["ID"]>;
196
+ id_not?: InputMaybe<Scalars["ID"]>;
197
+ id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
198
+ type?: InputMaybe<Scalars["String"]>;
199
+ type_contains?: InputMaybe<Scalars["String"]>;
200
+ type_contains_nocase?: InputMaybe<Scalars["String"]>;
201
+ type_ends_with?: InputMaybe<Scalars["String"]>;
202
+ type_ends_with_nocase?: InputMaybe<Scalars["String"]>;
203
+ type_gt?: InputMaybe<Scalars["String"]>;
204
+ type_gte?: InputMaybe<Scalars["String"]>;
205
+ type_in?: InputMaybe<Array<Scalars["String"]>>;
206
+ type_lt?: InputMaybe<Scalars["String"]>;
207
+ type_lte?: InputMaybe<Scalars["String"]>;
208
+ type_not?: InputMaybe<Scalars["String"]>;
209
+ type_not_contains?: InputMaybe<Scalars["String"]>;
210
+ type_not_contains_nocase?: InputMaybe<Scalars["String"]>;
211
+ type_not_ends_with?: InputMaybe<Scalars["String"]>;
212
+ type_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
213
+ type_not_in?: InputMaybe<Array<Scalars["String"]>>;
214
+ type_not_starts_with?: InputMaybe<Scalars["String"]>;
215
+ type_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
216
+ type_starts_with?: InputMaybe<Scalars["String"]>;
217
+ type_starts_with_nocase?: InputMaybe<Scalars["String"]>;
218
+ width?: InputMaybe<Scalars["Int"]>;
219
+ width_gt?: InputMaybe<Scalars["Int"]>;
220
+ width_gte?: InputMaybe<Scalars["Int"]>;
221
+ width_in?: InputMaybe<Array<Scalars["Int"]>>;
222
+ width_lt?: InputMaybe<Scalars["Int"]>;
223
+ width_lte?: InputMaybe<Scalars["Int"]>;
224
+ width_not?: InputMaybe<Scalars["Int"]>;
225
+ width_not_in?: InputMaybe<Array<Scalars["Int"]>>;
226
+ };
227
+
228
+ export enum AnimationMetadata_OrderBy {
229
+ Height = "height",
230
+ Id = "id",
231
+ Type = "type",
232
+ Width = "width"
233
+ }
234
+
171
235
  export type BaseMetadataEntity = MetadataInterface & {
172
236
  __typename?: "BaseMetadataEntity";
237
+ animationMetadata?: Maybe<AnimationMetadata>;
173
238
  animationUrl?: Maybe<Scalars["String"]>;
174
239
  attributes?: Maybe<Array<MetadataAttribute>>;
175
240
  condition?: Maybe<Scalars["String"]>;
@@ -217,6 +282,27 @@ export type BaseMetadataEntityAttributesArgs = {
217
282
  export type BaseMetadataEntity_Filter = {
218
283
  /** Filter for the block changed event. */
219
284
  _change_block?: InputMaybe<BlockChangedFilter>;
285
+ animationMetadata?: InputMaybe<Scalars["String"]>;
286
+ animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
287
+ animationMetadata_contains?: InputMaybe<Scalars["String"]>;
288
+ animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
289
+ animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
290
+ animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
291
+ animationMetadata_gt?: InputMaybe<Scalars["String"]>;
292
+ animationMetadata_gte?: InputMaybe<Scalars["String"]>;
293
+ animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
294
+ animationMetadata_lt?: InputMaybe<Scalars["String"]>;
295
+ animationMetadata_lte?: InputMaybe<Scalars["String"]>;
296
+ animationMetadata_not?: InputMaybe<Scalars["String"]>;
297
+ animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
298
+ animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
299
+ animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
300
+ animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
301
+ animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
302
+ animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
303
+ animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
304
+ animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
305
+ animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
220
306
  animationUrl?: InputMaybe<Scalars["String"]>;
221
307
  animationUrl_contains?: InputMaybe<Scalars["String"]>;
222
308
  animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -514,6 +600,7 @@ export type BaseMetadataEntity_Filter = {
514
600
  };
515
601
 
516
602
  export enum BaseMetadataEntity_OrderBy {
603
+ AnimationMetadata = "animationMetadata",
517
604
  AnimationUrl = "animationUrl",
518
605
  Attributes = "attributes",
519
606
  Condition = "condition",
@@ -945,6 +1032,7 @@ export type DisputeResolver = Account & {
945
1032
  __typename?: "DisputeResolver";
946
1033
  active: Scalars["Boolean"];
947
1034
  admin: Scalars["Bytes"];
1035
+ assistant: Scalars["Bytes"];
948
1036
  clerk: Scalars["Bytes"];
949
1037
  escalationResponsePeriod: Scalars["BigInt"];
950
1038
  fees: Array<DisputeResolverFee>;
@@ -953,7 +1041,6 @@ export type DisputeResolver = Account & {
953
1041
  logs: Array<EventLog>;
954
1042
  metadataUri: Scalars["String"];
955
1043
  offers: Array<Offer>;
956
- operator: Scalars["Bytes"];
957
1044
  pendingDisputeResolver?: Maybe<PendingDisputeResolver>;
958
1045
  sellerAllowList: Array<Scalars["BigInt"]>;
959
1046
  treasury: Scalars["Bytes"];
@@ -1090,6 +1177,12 @@ export type DisputeResolver_Filter = {
1090
1177
  admin_not?: InputMaybe<Scalars["Bytes"]>;
1091
1178
  admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
1092
1179
  admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1180
+ assistant?: InputMaybe<Scalars["Bytes"]>;
1181
+ assistant_contains?: InputMaybe<Scalars["Bytes"]>;
1182
+ assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1183
+ assistant_not?: InputMaybe<Scalars["Bytes"]>;
1184
+ assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
1185
+ assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1093
1186
  clerk?: InputMaybe<Scalars["Bytes"]>;
1094
1187
  clerk_contains?: InputMaybe<Scalars["Bytes"]>;
1095
1188
  clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
@@ -1141,12 +1234,6 @@ export type DisputeResolver_Filter = {
1141
1234
  metadataUri_starts_with?: InputMaybe<Scalars["String"]>;
1142
1235
  metadataUri_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1143
1236
  offers_?: InputMaybe<Offer_Filter>;
1144
- operator?: InputMaybe<Scalars["Bytes"]>;
1145
- operator_contains?: InputMaybe<Scalars["Bytes"]>;
1146
- operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1147
- operator_not?: InputMaybe<Scalars["Bytes"]>;
1148
- operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
1149
- operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1150
1237
  pendingDisputeResolver_?: InputMaybe<PendingDisputeResolver_Filter>;
1151
1238
  sellerAllowList?: InputMaybe<Array<Scalars["BigInt"]>>;
1152
1239
  sellerAllowList_contains?: InputMaybe<Array<Scalars["BigInt"]>>;
@@ -1165,6 +1252,7 @@ export type DisputeResolver_Filter = {
1165
1252
  export enum DisputeResolver_OrderBy {
1166
1253
  Active = "active",
1167
1254
  Admin = "admin",
1255
+ Assistant = "assistant",
1168
1256
  Clerk = "clerk",
1169
1257
  EscalationResponsePeriod = "escalationResponsePeriod",
1170
1258
  Fees = "fees",
@@ -1173,7 +1261,6 @@ export enum DisputeResolver_OrderBy {
1173
1261
  Logs = "logs",
1174
1262
  MetadataUri = "metadataUri",
1175
1263
  Offers = "offers",
1176
- Operator = "operator",
1177
1264
  PendingDisputeResolver = "pendingDisputeResolver",
1178
1265
  SellerAllowList = "sellerAllowList",
1179
1266
  Treasury = "treasury"
@@ -1514,6 +1601,8 @@ export enum EventType {
1514
1601
  FundsWithdrawn = "FUNDS_WITHDRAWN",
1515
1602
  /** OfferHandler events */
1516
1603
  OfferCreated = "OFFER_CREATED",
1604
+ OfferExtended = "OFFER_EXTENDED",
1605
+ OfferRangeReserved = "OFFER_RANGE_RESERVED",
1517
1606
  OfferVoided = "OFFER_VOIDED",
1518
1607
  /** AccountHandler events */
1519
1608
  SellerCreated = "SELLER_CREATED",
@@ -2306,6 +2395,7 @@ export enum MetadataAttribute_OrderBy {
2306
2395
  }
2307
2396
 
2308
2397
  export type MetadataInterface = {
2398
+ animationMetadata?: Maybe<AnimationMetadata>;
2309
2399
  animationUrl?: Maybe<Scalars["String"]>;
2310
2400
  attributes?: Maybe<Array<MetadataAttribute>>;
2311
2401
  condition?: Maybe<Scalars["String"]>;
@@ -2352,6 +2442,27 @@ export type MetadataInterfaceAttributesArgs = {
2352
2442
  export type MetadataInterface_Filter = {
2353
2443
  /** Filter for the block changed event. */
2354
2444
  _change_block?: InputMaybe<BlockChangedFilter>;
2445
+ animationMetadata?: InputMaybe<Scalars["String"]>;
2446
+ animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
2447
+ animationMetadata_contains?: InputMaybe<Scalars["String"]>;
2448
+ animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
2449
+ animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
2450
+ animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2451
+ animationMetadata_gt?: InputMaybe<Scalars["String"]>;
2452
+ animationMetadata_gte?: InputMaybe<Scalars["String"]>;
2453
+ animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
2454
+ animationMetadata_lt?: InputMaybe<Scalars["String"]>;
2455
+ animationMetadata_lte?: InputMaybe<Scalars["String"]>;
2456
+ animationMetadata_not?: InputMaybe<Scalars["String"]>;
2457
+ animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
2458
+ animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
2459
+ animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
2460
+ animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2461
+ animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
2462
+ animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
2463
+ animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2464
+ animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
2465
+ animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2355
2466
  animationUrl?: InputMaybe<Scalars["String"]>;
2356
2467
  animationUrl_contains?: InputMaybe<Scalars["String"]>;
2357
2468
  animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -2649,6 +2760,7 @@ export type MetadataInterface_Filter = {
2649
2760
  };
2650
2761
 
2651
2762
  export enum MetadataInterface_OrderBy {
2763
+ AnimationMetadata = "animationMetadata",
2652
2764
  AnimationUrl = "animationUrl",
2653
2765
  Attributes = "attributes",
2654
2766
  Condition = "condition",
@@ -2706,6 +2818,8 @@ export type Offer = {
2706
2818
  protocolFee: Scalars["BigInt"];
2707
2819
  quantityAvailable: Scalars["BigInt"];
2708
2820
  quantityInitial: Scalars["BigInt"];
2821
+ /** Range */
2822
+ range?: Maybe<RangeEntity>;
2709
2823
  resolutionPeriodDuration: Scalars["BigInt"];
2710
2824
  seller: Seller;
2711
2825
  sellerDeposit: Scalars["BigInt"];
@@ -3097,6 +3211,27 @@ export type Offer_Filter = {
3097
3211
  quantityInitial_lte?: InputMaybe<Scalars["BigInt"]>;
3098
3212
  quantityInitial_not?: InputMaybe<Scalars["BigInt"]>;
3099
3213
  quantityInitial_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
3214
+ range?: InputMaybe<Scalars["String"]>;
3215
+ range_?: InputMaybe<RangeEntity_Filter>;
3216
+ range_contains?: InputMaybe<Scalars["String"]>;
3217
+ range_contains_nocase?: InputMaybe<Scalars["String"]>;
3218
+ range_ends_with?: InputMaybe<Scalars["String"]>;
3219
+ range_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3220
+ range_gt?: InputMaybe<Scalars["String"]>;
3221
+ range_gte?: InputMaybe<Scalars["String"]>;
3222
+ range_in?: InputMaybe<Array<Scalars["String"]>>;
3223
+ range_lt?: InputMaybe<Scalars["String"]>;
3224
+ range_lte?: InputMaybe<Scalars["String"]>;
3225
+ range_not?: InputMaybe<Scalars["String"]>;
3226
+ range_not_contains?: InputMaybe<Scalars["String"]>;
3227
+ range_not_contains_nocase?: InputMaybe<Scalars["String"]>;
3228
+ range_not_ends_with?: InputMaybe<Scalars["String"]>;
3229
+ range_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3230
+ range_not_in?: InputMaybe<Array<Scalars["String"]>>;
3231
+ range_not_starts_with?: InputMaybe<Scalars["String"]>;
3232
+ range_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3233
+ range_starts_with?: InputMaybe<Scalars["String"]>;
3234
+ range_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3100
3235
  resolutionPeriodDuration?: InputMaybe<Scalars["BigInt"]>;
3101
3236
  resolutionPeriodDuration_gt?: InputMaybe<Scalars["BigInt"]>;
3102
3237
  resolutionPeriodDuration_gte?: InputMaybe<Scalars["BigInt"]>;
@@ -3218,6 +3353,7 @@ export enum Offer_OrderBy {
3218
3353
  ProtocolFee = "protocolFee",
3219
3354
  QuantityAvailable = "quantityAvailable",
3220
3355
  QuantityInitial = "quantityInitial",
3356
+ Range = "range",
3221
3357
  ResolutionPeriodDuration = "resolutionPeriodDuration",
3222
3358
  Seller = "seller",
3223
3359
  SellerDeposit = "sellerDeposit",
@@ -3240,10 +3376,10 @@ export enum OrderDirection {
3240
3376
  export type PendingDisputeResolver = {
3241
3377
  __typename?: "PendingDisputeResolver";
3242
3378
  admin?: Maybe<Scalars["Bytes"]>;
3379
+ assistant?: Maybe<Scalars["Bytes"]>;
3243
3380
  clerk?: Maybe<Scalars["Bytes"]>;
3244
3381
  disputeResolver: DisputeResolver;
3245
3382
  id: Scalars["ID"];
3246
- operator?: Maybe<Scalars["Bytes"]>;
3247
3383
  };
3248
3384
 
3249
3385
  export type PendingDisputeResolver_Filter = {
@@ -3255,6 +3391,12 @@ export type PendingDisputeResolver_Filter = {
3255
3391
  admin_not?: InputMaybe<Scalars["Bytes"]>;
3256
3392
  admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
3257
3393
  admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3394
+ assistant?: InputMaybe<Scalars["Bytes"]>;
3395
+ assistant_contains?: InputMaybe<Scalars["Bytes"]>;
3396
+ assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3397
+ assistant_not?: InputMaybe<Scalars["Bytes"]>;
3398
+ assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
3399
+ assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3258
3400
  clerk?: InputMaybe<Scalars["Bytes"]>;
3259
3401
  clerk_contains?: InputMaybe<Scalars["Bytes"]>;
3260
3402
  clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
@@ -3290,30 +3432,24 @@ export type PendingDisputeResolver_Filter = {
3290
3432
  id_lte?: InputMaybe<Scalars["ID"]>;
3291
3433
  id_not?: InputMaybe<Scalars["ID"]>;
3292
3434
  id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
3293
- operator?: InputMaybe<Scalars["Bytes"]>;
3294
- operator_contains?: InputMaybe<Scalars["Bytes"]>;
3295
- operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3296
- operator_not?: InputMaybe<Scalars["Bytes"]>;
3297
- operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
3298
- operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3299
3435
  };
3300
3436
 
3301
3437
  export enum PendingDisputeResolver_OrderBy {
3302
3438
  Admin = "admin",
3439
+ Assistant = "assistant",
3303
3440
  Clerk = "clerk",
3304
3441
  DisputeResolver = "disputeResolver",
3305
- Id = "id",
3306
- Operator = "operator"
3442
+ Id = "id"
3307
3443
  }
3308
3444
 
3309
3445
  export type PendingSeller = {
3310
3446
  __typename?: "PendingSeller";
3311
3447
  admin?: Maybe<Scalars["Bytes"]>;
3448
+ assistant?: Maybe<Scalars["Bytes"]>;
3312
3449
  authTokenId?: Maybe<Scalars["BigInt"]>;
3313
3450
  authTokenType?: Maybe<Scalars["Int"]>;
3314
3451
  clerk?: Maybe<Scalars["Bytes"]>;
3315
3452
  id: Scalars["ID"];
3316
- operator?: Maybe<Scalars["Bytes"]>;
3317
3453
  seller: Seller;
3318
3454
  };
3319
3455
 
@@ -3326,6 +3462,12 @@ export type PendingSeller_Filter = {
3326
3462
  admin_not?: InputMaybe<Scalars["Bytes"]>;
3327
3463
  admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
3328
3464
  admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3465
+ assistant?: InputMaybe<Scalars["Bytes"]>;
3466
+ assistant_contains?: InputMaybe<Scalars["Bytes"]>;
3467
+ assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3468
+ assistant_not?: InputMaybe<Scalars["Bytes"]>;
3469
+ assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
3470
+ assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3329
3471
  authTokenId?: InputMaybe<Scalars["BigInt"]>;
3330
3472
  authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
3331
3473
  authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
@@ -3356,12 +3498,6 @@ export type PendingSeller_Filter = {
3356
3498
  id_lte?: InputMaybe<Scalars["ID"]>;
3357
3499
  id_not?: InputMaybe<Scalars["ID"]>;
3358
3500
  id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
3359
- operator?: InputMaybe<Scalars["Bytes"]>;
3360
- operator_contains?: InputMaybe<Scalars["Bytes"]>;
3361
- operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3362
- operator_not?: InputMaybe<Scalars["Bytes"]>;
3363
- operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
3364
- operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
3365
3501
  seller?: InputMaybe<Scalars["String"]>;
3366
3502
  seller_?: InputMaybe<Seller_Filter>;
3367
3503
  seller_contains?: InputMaybe<Scalars["String"]>;
@@ -3387,11 +3523,11 @@ export type PendingSeller_Filter = {
3387
3523
 
3388
3524
  export enum PendingSeller_OrderBy {
3389
3525
  Admin = "admin",
3526
+ Assistant = "assistant",
3390
3527
  AuthTokenId = "authTokenId",
3391
3528
  AuthTokenType = "authTokenType",
3392
3529
  Clerk = "clerk",
3393
3530
  Id = "id",
3394
- Operator = "operator",
3395
3531
  Seller = "seller"
3396
3532
  }
3397
3533
 
@@ -3646,10 +3782,12 @@ export enum ProductV1ExchangePolicy_OrderBy {
3646
3782
 
3647
3783
  export type ProductV1Media = {
3648
3784
  __typename?: "ProductV1Media";
3785
+ height?: Maybe<Scalars["Int"]>;
3649
3786
  id: Scalars["ID"];
3650
3787
  tag?: Maybe<Scalars["String"]>;
3651
3788
  type: ProductV1MediaType;
3652
3789
  url: Scalars["String"];
3790
+ width?: Maybe<Scalars["Int"]>;
3653
3791
  };
3654
3792
 
3655
3793
  export enum ProductV1MediaType {
@@ -3660,6 +3798,14 @@ export enum ProductV1MediaType {
3660
3798
  export type ProductV1Media_Filter = {
3661
3799
  /** Filter for the block changed event. */
3662
3800
  _change_block?: InputMaybe<BlockChangedFilter>;
3801
+ height?: InputMaybe<Scalars["Int"]>;
3802
+ height_gt?: InputMaybe<Scalars["Int"]>;
3803
+ height_gte?: InputMaybe<Scalars["Int"]>;
3804
+ height_in?: InputMaybe<Array<Scalars["Int"]>>;
3805
+ height_lt?: InputMaybe<Scalars["Int"]>;
3806
+ height_lte?: InputMaybe<Scalars["Int"]>;
3807
+ height_not?: InputMaybe<Scalars["Int"]>;
3808
+ height_not_in?: InputMaybe<Array<Scalars["Int"]>>;
3663
3809
  id?: InputMaybe<Scalars["ID"]>;
3664
3810
  id_gt?: InputMaybe<Scalars["ID"]>;
3665
3811
  id_gte?: InputMaybe<Scalars["ID"]>;
@@ -3712,17 +3858,28 @@ export type ProductV1Media_Filter = {
3712
3858
  url_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3713
3859
  url_starts_with?: InputMaybe<Scalars["String"]>;
3714
3860
  url_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3861
+ width?: InputMaybe<Scalars["Int"]>;
3862
+ width_gt?: InputMaybe<Scalars["Int"]>;
3863
+ width_gte?: InputMaybe<Scalars["Int"]>;
3864
+ width_in?: InputMaybe<Array<Scalars["Int"]>>;
3865
+ width_lt?: InputMaybe<Scalars["Int"]>;
3866
+ width_lte?: InputMaybe<Scalars["Int"]>;
3867
+ width_not?: InputMaybe<Scalars["Int"]>;
3868
+ width_not_in?: InputMaybe<Array<Scalars["Int"]>>;
3715
3869
  };
3716
3870
 
3717
3871
  export enum ProductV1Media_OrderBy {
3872
+ Height = "height",
3718
3873
  Id = "id",
3719
3874
  Tag = "tag",
3720
3875
  Type = "type",
3721
- Url = "url"
3876
+ Url = "url",
3877
+ Width = "width"
3722
3878
  }
3723
3879
 
3724
3880
  export type ProductV1MetadataEntity = MetadataInterface & {
3725
3881
  __typename?: "ProductV1MetadataEntity";
3882
+ animationMetadata?: Maybe<AnimationMetadata>;
3726
3883
  animationUrl?: Maybe<Scalars["String"]>;
3727
3884
  attributes?: Maybe<Array<MetadataAttribute>>;
3728
3885
  condition?: Maybe<Scalars["String"]>;
@@ -3791,6 +3948,27 @@ export type ProductV1MetadataEntityVariationsArgs = {
3791
3948
  export type ProductV1MetadataEntity_Filter = {
3792
3949
  /** Filter for the block changed event. */
3793
3950
  _change_block?: InputMaybe<BlockChangedFilter>;
3951
+ animationMetadata?: InputMaybe<Scalars["String"]>;
3952
+ animationMetadata_?: InputMaybe<AnimationMetadata_Filter>;
3953
+ animationMetadata_contains?: InputMaybe<Scalars["String"]>;
3954
+ animationMetadata_contains_nocase?: InputMaybe<Scalars["String"]>;
3955
+ animationMetadata_ends_with?: InputMaybe<Scalars["String"]>;
3956
+ animationMetadata_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3957
+ animationMetadata_gt?: InputMaybe<Scalars["String"]>;
3958
+ animationMetadata_gte?: InputMaybe<Scalars["String"]>;
3959
+ animationMetadata_in?: InputMaybe<Array<Scalars["String"]>>;
3960
+ animationMetadata_lt?: InputMaybe<Scalars["String"]>;
3961
+ animationMetadata_lte?: InputMaybe<Scalars["String"]>;
3962
+ animationMetadata_not?: InputMaybe<Scalars["String"]>;
3963
+ animationMetadata_not_contains?: InputMaybe<Scalars["String"]>;
3964
+ animationMetadata_not_contains_nocase?: InputMaybe<Scalars["String"]>;
3965
+ animationMetadata_not_ends_with?: InputMaybe<Scalars["String"]>;
3966
+ animationMetadata_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3967
+ animationMetadata_not_in?: InputMaybe<Array<Scalars["String"]>>;
3968
+ animationMetadata_not_starts_with?: InputMaybe<Scalars["String"]>;
3969
+ animationMetadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3970
+ animationMetadata_starts_with?: InputMaybe<Scalars["String"]>;
3971
+ animationMetadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3794
3972
  animationUrl?: InputMaybe<Scalars["String"]>;
3795
3973
  animationUrl_contains?: InputMaybe<Scalars["String"]>;
3796
3974
  animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -4248,6 +4426,7 @@ export type ProductV1MetadataEntity_Filter = {
4248
4426
  };
4249
4427
 
4250
4428
  export enum ProductV1MetadataEntity_OrderBy {
4429
+ AnimationMetadata = "animationMetadata",
4251
4430
  AnimationUrl = "animationUrl",
4252
4431
  Attributes = "attributes",
4253
4432
  Condition = "condition",
@@ -6591,6 +6770,7 @@ export type Query = {
6591
6770
  accountEventLog?: Maybe<AccountEventLog>;
6592
6771
  accountEventLogs: Array<AccountEventLog>;
6593
6772
  accounts: Array<Account>;
6773
+ animationMetadata: Array<AnimationMetadata>;
6594
6774
  baseMetadataEntities: Array<BaseMetadataEntity>;
6595
6775
  baseMetadataEntity?: Maybe<BaseMetadataEntity>;
6596
6776
  buyer?: Maybe<Buyer>;
@@ -6662,6 +6842,8 @@ export type Query = {
6662
6842
  productV1Variants: Array<ProductV1Variant>;
6663
6843
  productV1Variation?: Maybe<ProductV1Variation>;
6664
6844
  productV1Variations: Array<ProductV1Variation>;
6845
+ rangeEntities: Array<RangeEntity>;
6846
+ rangeEntity?: Maybe<RangeEntity>;
6665
6847
  seller?: Maybe<Seller>;
6666
6848
  sellers: Array<Seller>;
6667
6849
  };
@@ -6702,6 +6884,16 @@ export type QueryAccountsArgs = {
6702
6884
  where?: InputMaybe<Account_Filter>;
6703
6885
  };
6704
6886
 
6887
+ export type QueryAnimationMetadataArgs = {
6888
+ block?: InputMaybe<Block_Height>;
6889
+ first?: InputMaybe<Scalars["Int"]>;
6890
+ orderBy?: InputMaybe<AnimationMetadata_OrderBy>;
6891
+ orderDirection?: InputMaybe<OrderDirection>;
6892
+ skip?: InputMaybe<Scalars["Int"]>;
6893
+ subgraphError?: _SubgraphErrorPolicy_;
6894
+ where?: InputMaybe<AnimationMetadata_Filter>;
6895
+ };
6896
+
6705
6897
  export type QueryBaseMetadataEntitiesArgs = {
6706
6898
  block?: InputMaybe<Block_Height>;
6707
6899
  first?: InputMaybe<Scalars["Int"]>;
@@ -7272,6 +7464,22 @@ export type QueryProductV1VariationsArgs = {
7272
7464
  where?: InputMaybe<ProductV1Variation_Filter>;
7273
7465
  };
7274
7466
 
7467
+ export type QueryRangeEntitiesArgs = {
7468
+ block?: InputMaybe<Block_Height>;
7469
+ first?: InputMaybe<Scalars["Int"]>;
7470
+ orderBy?: InputMaybe<RangeEntity_OrderBy>;
7471
+ orderDirection?: InputMaybe<OrderDirection>;
7472
+ skip?: InputMaybe<Scalars["Int"]>;
7473
+ subgraphError?: _SubgraphErrorPolicy_;
7474
+ where?: InputMaybe<RangeEntity_Filter>;
7475
+ };
7476
+
7477
+ export type QueryRangeEntityArgs = {
7478
+ block?: InputMaybe<Block_Height>;
7479
+ id: Scalars["ID"];
7480
+ subgraphError?: _SubgraphErrorPolicy_;
7481
+ };
7482
+
7275
7483
  export type QuerySellerArgs = {
7276
7484
  block?: InputMaybe<Block_Height>;
7277
7485
  id: Scalars["ID"];
@@ -7288,10 +7496,65 @@ export type QuerySellersArgs = {
7288
7496
  where?: InputMaybe<Seller_Filter>;
7289
7497
  };
7290
7498
 
7499
+ /**
7500
+ * Offer Ranges
7501
+ *
7502
+ */
7503
+ export type RangeEntity = {
7504
+ __typename?: "RangeEntity";
7505
+ end: Scalars["BigInt"];
7506
+ id: Scalars["ID"];
7507
+ owner: Scalars["Bytes"];
7508
+ start: Scalars["BigInt"];
7509
+ };
7510
+
7511
+ export type RangeEntity_Filter = {
7512
+ /** Filter for the block changed event. */
7513
+ _change_block?: InputMaybe<BlockChangedFilter>;
7514
+ end?: InputMaybe<Scalars["BigInt"]>;
7515
+ end_gt?: InputMaybe<Scalars["BigInt"]>;
7516
+ end_gte?: InputMaybe<Scalars["BigInt"]>;
7517
+ end_in?: InputMaybe<Array<Scalars["BigInt"]>>;
7518
+ end_lt?: InputMaybe<Scalars["BigInt"]>;
7519
+ end_lte?: InputMaybe<Scalars["BigInt"]>;
7520
+ end_not?: InputMaybe<Scalars["BigInt"]>;
7521
+ end_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
7522
+ id?: InputMaybe<Scalars["ID"]>;
7523
+ id_gt?: InputMaybe<Scalars["ID"]>;
7524
+ id_gte?: InputMaybe<Scalars["ID"]>;
7525
+ id_in?: InputMaybe<Array<Scalars["ID"]>>;
7526
+ id_lt?: InputMaybe<Scalars["ID"]>;
7527
+ id_lte?: InputMaybe<Scalars["ID"]>;
7528
+ id_not?: InputMaybe<Scalars["ID"]>;
7529
+ id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
7530
+ owner?: InputMaybe<Scalars["Bytes"]>;
7531
+ owner_contains?: InputMaybe<Scalars["Bytes"]>;
7532
+ owner_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7533
+ owner_not?: InputMaybe<Scalars["Bytes"]>;
7534
+ owner_not_contains?: InputMaybe<Scalars["Bytes"]>;
7535
+ owner_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7536
+ start?: InputMaybe<Scalars["BigInt"]>;
7537
+ start_gt?: InputMaybe<Scalars["BigInt"]>;
7538
+ start_gte?: InputMaybe<Scalars["BigInt"]>;
7539
+ start_in?: InputMaybe<Array<Scalars["BigInt"]>>;
7540
+ start_lt?: InputMaybe<Scalars["BigInt"]>;
7541
+ start_lte?: InputMaybe<Scalars["BigInt"]>;
7542
+ start_not?: InputMaybe<Scalars["BigInt"]>;
7543
+ start_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
7544
+ };
7545
+
7546
+ export enum RangeEntity_OrderBy {
7547
+ End = "end",
7548
+ Id = "id",
7549
+ Owner = "owner",
7550
+ Start = "start"
7551
+ }
7552
+
7291
7553
  export type Seller = Account & {
7292
7554
  __typename?: "Seller";
7293
7555
  active: Scalars["Boolean"];
7294
7556
  admin: Scalars["Bytes"];
7557
+ assistant: Scalars["Bytes"];
7295
7558
  authTokenId: Scalars["BigInt"];
7296
7559
  authTokenType: Scalars["Int"];
7297
7560
  clerk: Scalars["Bytes"];
@@ -7301,7 +7564,6 @@ export type Seller = Account & {
7301
7564
  id: Scalars["ID"];
7302
7565
  logs: Array<EventLog>;
7303
7566
  offers: Array<Offer>;
7304
- operator: Scalars["Bytes"];
7305
7567
  pendingSeller?: Maybe<PendingSeller>;
7306
7568
  /** Percentage as integer, to get decimals divide by 10000. E.g. 1 = 0.01%, 10000 = 100% */
7307
7569
  royaltyPercentage: Scalars["BigInt"];
@@ -7355,6 +7617,12 @@ export type Seller_Filter = {
7355
7617
  admin_not?: InputMaybe<Scalars["Bytes"]>;
7356
7618
  admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
7357
7619
  admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7620
+ assistant?: InputMaybe<Scalars["Bytes"]>;
7621
+ assistant_contains?: InputMaybe<Scalars["Bytes"]>;
7622
+ assistant_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7623
+ assistant_not?: InputMaybe<Scalars["Bytes"]>;
7624
+ assistant_not_contains?: InputMaybe<Scalars["Bytes"]>;
7625
+ assistant_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7358
7626
  authTokenId?: InputMaybe<Scalars["BigInt"]>;
7359
7627
  authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
7360
7628
  authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
@@ -7408,12 +7676,6 @@ export type Seller_Filter = {
7408
7676
  id_not?: InputMaybe<Scalars["ID"]>;
7409
7677
  id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
7410
7678
  offers_?: InputMaybe<Offer_Filter>;
7411
- operator?: InputMaybe<Scalars["Bytes"]>;
7412
- operator_contains?: InputMaybe<Scalars["Bytes"]>;
7413
- operator_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7414
- operator_not?: InputMaybe<Scalars["Bytes"]>;
7415
- operator_not_contains?: InputMaybe<Scalars["Bytes"]>;
7416
- operator_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
7417
7679
  pendingSeller_?: InputMaybe<PendingSeller_Filter>;
7418
7680
  royaltyPercentage?: InputMaybe<Scalars["BigInt"]>;
7419
7681
  royaltyPercentage_gt?: InputMaybe<Scalars["BigInt"]>;
@@ -7448,6 +7710,7 @@ export type Seller_Filter = {
7448
7710
  export enum Seller_OrderBy {
7449
7711
  Active = "active",
7450
7712
  Admin = "admin",
7713
+ Assistant = "assistant",
7451
7714
  AuthTokenId = "authTokenId",
7452
7715
  AuthTokenType = "authTokenType",
7453
7716
  Clerk = "clerk",
@@ -7457,7 +7720,6 @@ export enum Seller_OrderBy {
7457
7720
  Id = "id",
7458
7721
  Logs = "logs",
7459
7722
  Offers = "offers",
7460
- Operator = "operator",
7461
7723
  PendingSeller = "pendingSeller",
7462
7724
  RoyaltyPercentage = "royaltyPercentage",
7463
7725
  SellerId = "sellerId",
@@ -7473,6 +7735,7 @@ export type Subscription = {
7473
7735
  accountEventLog?: Maybe<AccountEventLog>;
7474
7736
  accountEventLogs: Array<AccountEventLog>;
7475
7737
  accounts: Array<Account>;
7738
+ animationMetadata: Array<AnimationMetadata>;
7476
7739
  baseMetadataEntities: Array<BaseMetadataEntity>;
7477
7740
  baseMetadataEntity?: Maybe<BaseMetadataEntity>;
7478
7741
  buyer?: Maybe<Buyer>;
@@ -7544,6 +7807,8 @@ export type Subscription = {
7544
7807
  productV1Variants: Array<ProductV1Variant>;
7545
7808
  productV1Variation?: Maybe<ProductV1Variation>;
7546
7809
  productV1Variations: Array<ProductV1Variation>;
7810
+ rangeEntities: Array<RangeEntity>;
7811
+ rangeEntity?: Maybe<RangeEntity>;
7547
7812
  seller?: Maybe<Seller>;
7548
7813
  sellers: Array<Seller>;
7549
7814
  };
@@ -7584,6 +7849,16 @@ export type SubscriptionAccountsArgs = {
7584
7849
  where?: InputMaybe<Account_Filter>;
7585
7850
  };
7586
7851
 
7852
+ export type SubscriptionAnimationMetadataArgs = {
7853
+ block?: InputMaybe<Block_Height>;
7854
+ first?: InputMaybe<Scalars["Int"]>;
7855
+ orderBy?: InputMaybe<AnimationMetadata_OrderBy>;
7856
+ orderDirection?: InputMaybe<OrderDirection>;
7857
+ skip?: InputMaybe<Scalars["Int"]>;
7858
+ subgraphError?: _SubgraphErrorPolicy_;
7859
+ where?: InputMaybe<AnimationMetadata_Filter>;
7860
+ };
7861
+
7587
7862
  export type SubscriptionBaseMetadataEntitiesArgs = {
7588
7863
  block?: InputMaybe<Block_Height>;
7589
7864
  first?: InputMaybe<Scalars["Int"]>;
@@ -8154,6 +8429,22 @@ export type SubscriptionProductV1VariationsArgs = {
8154
8429
  where?: InputMaybe<ProductV1Variation_Filter>;
8155
8430
  };
8156
8431
 
8432
+ export type SubscriptionRangeEntitiesArgs = {
8433
+ block?: InputMaybe<Block_Height>;
8434
+ first?: InputMaybe<Scalars["Int"]>;
8435
+ orderBy?: InputMaybe<RangeEntity_OrderBy>;
8436
+ orderDirection?: InputMaybe<OrderDirection>;
8437
+ skip?: InputMaybe<Scalars["Int"]>;
8438
+ subgraphError?: _SubgraphErrorPolicy_;
8439
+ where?: InputMaybe<RangeEntity_Filter>;
8440
+ };
8441
+
8442
+ export type SubscriptionRangeEntityArgs = {
8443
+ block?: InputMaybe<Block_Height>;
8444
+ id: Scalars["ID"];
8445
+ subgraphError?: _SubgraphErrorPolicy_;
8446
+ };
8447
+
8157
8448
  export type SubscriptionSellerArgs = {
8158
8449
  block?: InputMaybe<Block_Height>;
8159
8450
  id: Scalars["ID"];
@@ -8235,7 +8526,7 @@ export type GetSellerByIdQueryQuery = {
8235
8526
  seller?: {
8236
8527
  __typename?: "Seller";
8237
8528
  id: string;
8238
- operator: string;
8529
+ assistant: string;
8239
8530
  admin: string;
8240
8531
  clerk: string;
8241
8532
  treasury: string;
@@ -8247,7 +8538,7 @@ export type GetSellerByIdQueryQuery = {
8247
8538
  royaltyPercentage: string;
8248
8539
  pendingSeller?: {
8249
8540
  __typename?: "PendingSeller";
8250
- operator?: string | null;
8541
+ assistant?: string | null;
8251
8542
  admin?: string | null;
8252
8543
  clerk?: string | null;
8253
8544
  authTokenId?: string | null;
@@ -8306,7 +8597,7 @@ export type GetSellerByIdQueryQuery = {
8306
8597
  seller: {
8307
8598
  __typename?: "Seller";
8308
8599
  id: string;
8309
- operator: string;
8600
+ assistant: string;
8310
8601
  admin: string;
8311
8602
  clerk: string;
8312
8603
  treasury: string;
@@ -8332,7 +8623,7 @@ export type GetSellerByIdQueryQuery = {
8332
8623
  admin: string;
8333
8624
  clerk: string;
8334
8625
  treasury: string;
8335
- operator: string;
8626
+ assistant: string;
8336
8627
  metadataUri: string;
8337
8628
  active: boolean;
8338
8629
  sellerAllowList: Array<string>;
@@ -8372,6 +8663,13 @@ export type GetSellerByIdQueryQuery = {
8372
8663
  schemaUrl: string;
8373
8664
  type: MetadataType;
8374
8665
  image: string;
8666
+ animationMetadata?: {
8667
+ __typename?: "AnimationMetadata";
8668
+ id: string;
8669
+ width?: number | null;
8670
+ height?: number | null;
8671
+ type?: string | null;
8672
+ } | null;
8375
8673
  }
8376
8674
  | {
8377
8675
  __typename?: "ProductV1MetadataEntity";
@@ -8467,6 +8765,8 @@ export type GetSellerByIdQueryQuery = {
8467
8765
  url: string;
8468
8766
  tag?: string | null;
8469
8767
  type: ProductV1MediaType;
8768
+ width?: number | null;
8769
+ height?: number | null;
8470
8770
  }>;
8471
8771
  visuals_videos?: Array<{
8472
8772
  __typename?: "ProductV1Media";
@@ -8474,6 +8774,8 @@ export type GetSellerByIdQueryQuery = {
8474
8774
  url: string;
8475
8775
  tag?: string | null;
8476
8776
  type: ProductV1MediaType;
8777
+ width?: number | null;
8778
+ height?: number | null;
8477
8779
  }> | null;
8478
8780
  productV1Seller?: {
8479
8781
  __typename?: "ProductV1Seller";
@@ -8490,6 +8792,8 @@ export type GetSellerByIdQueryQuery = {
8490
8792
  url: string;
8491
8793
  tag?: string | null;
8492
8794
  type: ProductV1MediaType;
8795
+ width?: number | null;
8796
+ height?: number | null;
8493
8797
  }> | null;
8494
8798
  contactLinks?: Array<{
8495
8799
  __typename?: "ProductV1SellerContactLink";
@@ -8500,7 +8804,7 @@ export type GetSellerByIdQueryQuery = {
8500
8804
  seller: {
8501
8805
  __typename?: "Seller";
8502
8806
  id: string;
8503
- operator: string;
8807
+ assistant: string;
8504
8808
  admin: string;
8505
8809
  clerk: string;
8506
8810
  treasury: string;
@@ -8534,6 +8838,8 @@ export type GetSellerByIdQueryQuery = {
8534
8838
  url: string;
8535
8839
  tag?: string | null;
8536
8840
  type: ProductV1MediaType;
8841
+ width?: number | null;
8842
+ height?: number | null;
8537
8843
  }> | null;
8538
8844
  contactLinks?: Array<{
8539
8845
  __typename?: "ProductV1SellerContactLink";
@@ -8544,7 +8850,7 @@ export type GetSellerByIdQueryQuery = {
8544
8850
  seller: {
8545
8851
  __typename?: "Seller";
8546
8852
  id: string;
8547
- operator: string;
8853
+ assistant: string;
8548
8854
  admin: string;
8549
8855
  clerk: string;
8550
8856
  treasury: string;
@@ -8580,8 +8886,22 @@ export type GetSellerByIdQueryQuery = {
8580
8886
  deliveryTime: string;
8581
8887
  }> | null;
8582
8888
  } | null;
8889
+ animationMetadata?: {
8890
+ __typename?: "AnimationMetadata";
8891
+ id: string;
8892
+ width?: number | null;
8893
+ height?: number | null;
8894
+ type?: string | null;
8895
+ } | null;
8583
8896
  }
8584
8897
  | null;
8898
+ range?: {
8899
+ __typename?: "RangeEntity";
8900
+ id: string;
8901
+ start: string;
8902
+ end: string;
8903
+ owner: string;
8904
+ } | null;
8585
8905
  }>;
8586
8906
  exchanges?: Array<{
8587
8907
  __typename?: "Exchange";
@@ -8621,7 +8941,7 @@ export type GetSellerByIdQueryQuery = {
8621
8941
  seller: {
8622
8942
  __typename?: "Seller";
8623
8943
  id: string;
8624
- operator: string;
8944
+ assistant: string;
8625
8945
  admin: string;
8626
8946
  clerk: string;
8627
8947
  treasury: string;
@@ -8743,7 +9063,7 @@ export type GetSellersQueryQuery = {
8743
9063
  sellers: Array<{
8744
9064
  __typename?: "Seller";
8745
9065
  id: string;
8746
- operator: string;
9066
+ assistant: string;
8747
9067
  admin: string;
8748
9068
  clerk: string;
8749
9069
  treasury: string;
@@ -8755,7 +9075,7 @@ export type GetSellersQueryQuery = {
8755
9075
  royaltyPercentage: string;
8756
9076
  pendingSeller?: {
8757
9077
  __typename?: "PendingSeller";
8758
- operator?: string | null;
9078
+ assistant?: string | null;
8759
9079
  admin?: string | null;
8760
9080
  clerk?: string | null;
8761
9081
  authTokenId?: string | null;
@@ -8814,7 +9134,7 @@ export type GetSellersQueryQuery = {
8814
9134
  seller: {
8815
9135
  __typename?: "Seller";
8816
9136
  id: string;
8817
- operator: string;
9137
+ assistant: string;
8818
9138
  admin: string;
8819
9139
  clerk: string;
8820
9140
  treasury: string;
@@ -8840,7 +9160,7 @@ export type GetSellersQueryQuery = {
8840
9160
  admin: string;
8841
9161
  clerk: string;
8842
9162
  treasury: string;
8843
- operator: string;
9163
+ assistant: string;
8844
9164
  metadataUri: string;
8845
9165
  active: boolean;
8846
9166
  sellerAllowList: Array<string>;
@@ -8880,6 +9200,13 @@ export type GetSellersQueryQuery = {
8880
9200
  schemaUrl: string;
8881
9201
  type: MetadataType;
8882
9202
  image: string;
9203
+ animationMetadata?: {
9204
+ __typename?: "AnimationMetadata";
9205
+ id: string;
9206
+ width?: number | null;
9207
+ height?: number | null;
9208
+ type?: string | null;
9209
+ } | null;
8883
9210
  }
8884
9211
  | {
8885
9212
  __typename?: "ProductV1MetadataEntity";
@@ -8975,6 +9302,8 @@ export type GetSellersQueryQuery = {
8975
9302
  url: string;
8976
9303
  tag?: string | null;
8977
9304
  type: ProductV1MediaType;
9305
+ width?: number | null;
9306
+ height?: number | null;
8978
9307
  }>;
8979
9308
  visuals_videos?: Array<{
8980
9309
  __typename?: "ProductV1Media";
@@ -8982,6 +9311,8 @@ export type GetSellersQueryQuery = {
8982
9311
  url: string;
8983
9312
  tag?: string | null;
8984
9313
  type: ProductV1MediaType;
9314
+ width?: number | null;
9315
+ height?: number | null;
8985
9316
  }> | null;
8986
9317
  productV1Seller?: {
8987
9318
  __typename?: "ProductV1Seller";
@@ -8998,6 +9329,8 @@ export type GetSellersQueryQuery = {
8998
9329
  url: string;
8999
9330
  tag?: string | null;
9000
9331
  type: ProductV1MediaType;
9332
+ width?: number | null;
9333
+ height?: number | null;
9001
9334
  }> | null;
9002
9335
  contactLinks?: Array<{
9003
9336
  __typename?: "ProductV1SellerContactLink";
@@ -9008,7 +9341,7 @@ export type GetSellersQueryQuery = {
9008
9341
  seller: {
9009
9342
  __typename?: "Seller";
9010
9343
  id: string;
9011
- operator: string;
9344
+ assistant: string;
9012
9345
  admin: string;
9013
9346
  clerk: string;
9014
9347
  treasury: string;
@@ -9042,6 +9375,8 @@ export type GetSellersQueryQuery = {
9042
9375
  url: string;
9043
9376
  tag?: string | null;
9044
9377
  type: ProductV1MediaType;
9378
+ width?: number | null;
9379
+ height?: number | null;
9045
9380
  }> | null;
9046
9381
  contactLinks?: Array<{
9047
9382
  __typename?: "ProductV1SellerContactLink";
@@ -9052,7 +9387,7 @@ export type GetSellersQueryQuery = {
9052
9387
  seller: {
9053
9388
  __typename?: "Seller";
9054
9389
  id: string;
9055
- operator: string;
9390
+ assistant: string;
9056
9391
  admin: string;
9057
9392
  clerk: string;
9058
9393
  treasury: string;
@@ -9088,8 +9423,22 @@ export type GetSellersQueryQuery = {
9088
9423
  deliveryTime: string;
9089
9424
  }> | null;
9090
9425
  } | null;
9426
+ animationMetadata?: {
9427
+ __typename?: "AnimationMetadata";
9428
+ id: string;
9429
+ width?: number | null;
9430
+ height?: number | null;
9431
+ type?: string | null;
9432
+ } | null;
9091
9433
  }
9092
9434
  | null;
9435
+ range?: {
9436
+ __typename?: "RangeEntity";
9437
+ id: string;
9438
+ start: string;
9439
+ end: string;
9440
+ owner: string;
9441
+ } | null;
9093
9442
  }>;
9094
9443
  exchanges?: Array<{
9095
9444
  __typename?: "Exchange";
@@ -9129,7 +9478,7 @@ export type GetSellersQueryQuery = {
9129
9478
  seller: {
9130
9479
  __typename?: "Seller";
9131
9480
  id: string;
9132
- operator: string;
9481
+ assistant: string;
9133
9482
  admin: string;
9134
9483
  clerk: string;
9135
9484
  treasury: string;
@@ -9295,7 +9644,7 @@ export type GetBuyerByIdQueryQuery = {
9295
9644
  seller: {
9296
9645
  __typename?: "Seller";
9297
9646
  id: string;
9298
- operator: string;
9647
+ assistant: string;
9299
9648
  admin: string;
9300
9649
  clerk: string;
9301
9650
  treasury: string;
@@ -9471,7 +9820,7 @@ export type GetBuyersQueryQuery = {
9471
9820
  seller: {
9472
9821
  __typename?: "Seller";
9473
9822
  id: string;
9474
- operator: string;
9823
+ assistant: string;
9475
9824
  admin: string;
9476
9825
  clerk: string;
9477
9826
  treasury: string;
@@ -9581,13 +9930,13 @@ export type GetDisputeResolverByIdQueryQuery = {
9581
9930
  admin: string;
9582
9931
  clerk: string;
9583
9932
  treasury: string;
9584
- operator: string;
9933
+ assistant: string;
9585
9934
  metadataUri: string;
9586
9935
  active: boolean;
9587
9936
  sellerAllowList: Array<string>;
9588
9937
  pendingDisputeResolver?: {
9589
9938
  __typename?: "PendingDisputeResolver";
9590
- operator?: string | null;
9939
+ assistant?: string | null;
9591
9940
  admin?: string | null;
9592
9941
  clerk?: string | null;
9593
9942
  } | null;
@@ -9630,7 +9979,7 @@ export type GetDisputeResolverByIdQueryQuery = {
9630
9979
  seller: {
9631
9980
  __typename?: "Seller";
9632
9981
  id: string;
9633
- operator: string;
9982
+ assistant: string;
9634
9983
  admin: string;
9635
9984
  clerk: string;
9636
9985
  treasury: string;
@@ -9656,7 +10005,7 @@ export type GetDisputeResolverByIdQueryQuery = {
9656
10005
  admin: string;
9657
10006
  clerk: string;
9658
10007
  treasury: string;
9659
- operator: string;
10008
+ assistant: string;
9660
10009
  metadataUri: string;
9661
10010
  active: boolean;
9662
10011
  sellerAllowList: Array<string>;
@@ -9696,6 +10045,13 @@ export type GetDisputeResolverByIdQueryQuery = {
9696
10045
  schemaUrl: string;
9697
10046
  type: MetadataType;
9698
10047
  image: string;
10048
+ animationMetadata?: {
10049
+ __typename?: "AnimationMetadata";
10050
+ id: string;
10051
+ width?: number | null;
10052
+ height?: number | null;
10053
+ type?: string | null;
10054
+ } | null;
9699
10055
  }
9700
10056
  | {
9701
10057
  __typename?: "ProductV1MetadataEntity";
@@ -9791,6 +10147,8 @@ export type GetDisputeResolverByIdQueryQuery = {
9791
10147
  url: string;
9792
10148
  tag?: string | null;
9793
10149
  type: ProductV1MediaType;
10150
+ width?: number | null;
10151
+ height?: number | null;
9794
10152
  }>;
9795
10153
  visuals_videos?: Array<{
9796
10154
  __typename?: "ProductV1Media";
@@ -9798,6 +10156,8 @@ export type GetDisputeResolverByIdQueryQuery = {
9798
10156
  url: string;
9799
10157
  tag?: string | null;
9800
10158
  type: ProductV1MediaType;
10159
+ width?: number | null;
10160
+ height?: number | null;
9801
10161
  }> | null;
9802
10162
  productV1Seller?: {
9803
10163
  __typename?: "ProductV1Seller";
@@ -9814,6 +10174,8 @@ export type GetDisputeResolverByIdQueryQuery = {
9814
10174
  url: string;
9815
10175
  tag?: string | null;
9816
10176
  type: ProductV1MediaType;
10177
+ width?: number | null;
10178
+ height?: number | null;
9817
10179
  }> | null;
9818
10180
  contactLinks?: Array<{
9819
10181
  __typename?: "ProductV1SellerContactLink";
@@ -9824,7 +10186,7 @@ export type GetDisputeResolverByIdQueryQuery = {
9824
10186
  seller: {
9825
10187
  __typename?: "Seller";
9826
10188
  id: string;
9827
- operator: string;
10189
+ assistant: string;
9828
10190
  admin: string;
9829
10191
  clerk: string;
9830
10192
  treasury: string;
@@ -9858,6 +10220,8 @@ export type GetDisputeResolverByIdQueryQuery = {
9858
10220
  url: string;
9859
10221
  tag?: string | null;
9860
10222
  type: ProductV1MediaType;
10223
+ width?: number | null;
10224
+ height?: number | null;
9861
10225
  }> | null;
9862
10226
  contactLinks?: Array<{
9863
10227
  __typename?: "ProductV1SellerContactLink";
@@ -9868,7 +10232,7 @@ export type GetDisputeResolverByIdQueryQuery = {
9868
10232
  seller: {
9869
10233
  __typename?: "Seller";
9870
10234
  id: string;
9871
- operator: string;
10235
+ assistant: string;
9872
10236
  admin: string;
9873
10237
  clerk: string;
9874
10238
  treasury: string;
@@ -9904,8 +10268,22 @@ export type GetDisputeResolverByIdQueryQuery = {
9904
10268
  deliveryTime: string;
9905
10269
  }> | null;
9906
10270
  } | null;
10271
+ animationMetadata?: {
10272
+ __typename?: "AnimationMetadata";
10273
+ id: string;
10274
+ width?: number | null;
10275
+ height?: number | null;
10276
+ type?: string | null;
10277
+ } | null;
9907
10278
  }
9908
10279
  | null;
10280
+ range?: {
10281
+ __typename?: "RangeEntity";
10282
+ id: string;
10283
+ start: string;
10284
+ end: string;
10285
+ owner: string;
10286
+ } | null;
9909
10287
  }>;
9910
10288
  logs?: Array<
9911
10289
  | {
@@ -10024,13 +10402,13 @@ export type GetDisputeResolversQueryQuery = {
10024
10402
  admin: string;
10025
10403
  clerk: string;
10026
10404
  treasury: string;
10027
- operator: string;
10405
+ assistant: string;
10028
10406
  metadataUri: string;
10029
10407
  active: boolean;
10030
10408
  sellerAllowList: Array<string>;
10031
10409
  pendingDisputeResolver?: {
10032
10410
  __typename?: "PendingDisputeResolver";
10033
- operator?: string | null;
10411
+ assistant?: string | null;
10034
10412
  admin?: string | null;
10035
10413
  clerk?: string | null;
10036
10414
  } | null;
@@ -10073,7 +10451,7 @@ export type GetDisputeResolversQueryQuery = {
10073
10451
  seller: {
10074
10452
  __typename?: "Seller";
10075
10453
  id: string;
10076
- operator: string;
10454
+ assistant: string;
10077
10455
  admin: string;
10078
10456
  clerk: string;
10079
10457
  treasury: string;
@@ -10099,7 +10477,7 @@ export type GetDisputeResolversQueryQuery = {
10099
10477
  admin: string;
10100
10478
  clerk: string;
10101
10479
  treasury: string;
10102
- operator: string;
10480
+ assistant: string;
10103
10481
  metadataUri: string;
10104
10482
  active: boolean;
10105
10483
  sellerAllowList: Array<string>;
@@ -10139,6 +10517,13 @@ export type GetDisputeResolversQueryQuery = {
10139
10517
  schemaUrl: string;
10140
10518
  type: MetadataType;
10141
10519
  image: string;
10520
+ animationMetadata?: {
10521
+ __typename?: "AnimationMetadata";
10522
+ id: string;
10523
+ width?: number | null;
10524
+ height?: number | null;
10525
+ type?: string | null;
10526
+ } | null;
10142
10527
  }
10143
10528
  | {
10144
10529
  __typename?: "ProductV1MetadataEntity";
@@ -10234,6 +10619,8 @@ export type GetDisputeResolversQueryQuery = {
10234
10619
  url: string;
10235
10620
  tag?: string | null;
10236
10621
  type: ProductV1MediaType;
10622
+ width?: number | null;
10623
+ height?: number | null;
10237
10624
  }>;
10238
10625
  visuals_videos?: Array<{
10239
10626
  __typename?: "ProductV1Media";
@@ -10241,6 +10628,8 @@ export type GetDisputeResolversQueryQuery = {
10241
10628
  url: string;
10242
10629
  tag?: string | null;
10243
10630
  type: ProductV1MediaType;
10631
+ width?: number | null;
10632
+ height?: number | null;
10244
10633
  }> | null;
10245
10634
  productV1Seller?: {
10246
10635
  __typename?: "ProductV1Seller";
@@ -10257,6 +10646,8 @@ export type GetDisputeResolversQueryQuery = {
10257
10646
  url: string;
10258
10647
  tag?: string | null;
10259
10648
  type: ProductV1MediaType;
10649
+ width?: number | null;
10650
+ height?: number | null;
10260
10651
  }> | null;
10261
10652
  contactLinks?: Array<{
10262
10653
  __typename?: "ProductV1SellerContactLink";
@@ -10267,7 +10658,7 @@ export type GetDisputeResolversQueryQuery = {
10267
10658
  seller: {
10268
10659
  __typename?: "Seller";
10269
10660
  id: string;
10270
- operator: string;
10661
+ assistant: string;
10271
10662
  admin: string;
10272
10663
  clerk: string;
10273
10664
  treasury: string;
@@ -10301,6 +10692,8 @@ export type GetDisputeResolversQueryQuery = {
10301
10692
  url: string;
10302
10693
  tag?: string | null;
10303
10694
  type: ProductV1MediaType;
10695
+ width?: number | null;
10696
+ height?: number | null;
10304
10697
  }> | null;
10305
10698
  contactLinks?: Array<{
10306
10699
  __typename?: "ProductV1SellerContactLink";
@@ -10311,7 +10704,7 @@ export type GetDisputeResolversQueryQuery = {
10311
10704
  seller: {
10312
10705
  __typename?: "Seller";
10313
10706
  id: string;
10314
- operator: string;
10707
+ assistant: string;
10315
10708
  admin: string;
10316
10709
  clerk: string;
10317
10710
  treasury: string;
@@ -10347,8 +10740,22 @@ export type GetDisputeResolversQueryQuery = {
10347
10740
  deliveryTime: string;
10348
10741
  }> | null;
10349
10742
  } | null;
10743
+ animationMetadata?: {
10744
+ __typename?: "AnimationMetadata";
10745
+ id: string;
10746
+ width?: number | null;
10747
+ height?: number | null;
10748
+ type?: string | null;
10749
+ } | null;
10350
10750
  }
10351
10751
  | null;
10752
+ range?: {
10753
+ __typename?: "RangeEntity";
10754
+ id: string;
10755
+ start: string;
10756
+ end: string;
10757
+ owner: string;
10758
+ } | null;
10352
10759
  }>;
10353
10760
  logs?: Array<
10354
10761
  | {
@@ -10441,7 +10848,7 @@ export type GetDisputeResolversQueryQuery = {
10441
10848
  export type SellerFieldsFragment = {
10442
10849
  __typename?: "Seller";
10443
10850
  id: string;
10444
- operator: string;
10851
+ assistant: string;
10445
10852
  admin: string;
10446
10853
  clerk: string;
10447
10854
  treasury: string;
@@ -10453,7 +10860,7 @@ export type SellerFieldsFragment = {
10453
10860
  royaltyPercentage: string;
10454
10861
  pendingSeller?: {
10455
10862
  __typename?: "PendingSeller";
10456
- operator?: string | null;
10863
+ assistant?: string | null;
10457
10864
  admin?: string | null;
10458
10865
  clerk?: string | null;
10459
10866
  authTokenId?: string | null;
@@ -10512,7 +10919,7 @@ export type SellerFieldsFragment = {
10512
10919
  seller: {
10513
10920
  __typename?: "Seller";
10514
10921
  id: string;
10515
- operator: string;
10922
+ assistant: string;
10516
10923
  admin: string;
10517
10924
  clerk: string;
10518
10925
  treasury: string;
@@ -10538,7 +10945,7 @@ export type SellerFieldsFragment = {
10538
10945
  admin: string;
10539
10946
  clerk: string;
10540
10947
  treasury: string;
10541
- operator: string;
10948
+ assistant: string;
10542
10949
  metadataUri: string;
10543
10950
  active: boolean;
10544
10951
  sellerAllowList: Array<string>;
@@ -10578,6 +10985,13 @@ export type SellerFieldsFragment = {
10578
10985
  schemaUrl: string;
10579
10986
  type: MetadataType;
10580
10987
  image: string;
10988
+ animationMetadata?: {
10989
+ __typename?: "AnimationMetadata";
10990
+ id: string;
10991
+ width?: number | null;
10992
+ height?: number | null;
10993
+ type?: string | null;
10994
+ } | null;
10581
10995
  }
10582
10996
  | {
10583
10997
  __typename?: "ProductV1MetadataEntity";
@@ -10669,6 +11083,8 @@ export type SellerFieldsFragment = {
10669
11083
  url: string;
10670
11084
  tag?: string | null;
10671
11085
  type: ProductV1MediaType;
11086
+ width?: number | null;
11087
+ height?: number | null;
10672
11088
  }>;
10673
11089
  visuals_videos?: Array<{
10674
11090
  __typename?: "ProductV1Media";
@@ -10676,6 +11092,8 @@ export type SellerFieldsFragment = {
10676
11092
  url: string;
10677
11093
  tag?: string | null;
10678
11094
  type: ProductV1MediaType;
11095
+ width?: number | null;
11096
+ height?: number | null;
10679
11097
  }> | null;
10680
11098
  productV1Seller?: {
10681
11099
  __typename?: "ProductV1Seller";
@@ -10692,6 +11110,8 @@ export type SellerFieldsFragment = {
10692
11110
  url: string;
10693
11111
  tag?: string | null;
10694
11112
  type: ProductV1MediaType;
11113
+ width?: number | null;
11114
+ height?: number | null;
10695
11115
  }> | null;
10696
11116
  contactLinks?: Array<{
10697
11117
  __typename?: "ProductV1SellerContactLink";
@@ -10702,7 +11122,7 @@ export type SellerFieldsFragment = {
10702
11122
  seller: {
10703
11123
  __typename?: "Seller";
10704
11124
  id: string;
10705
- operator: string;
11125
+ assistant: string;
10706
11126
  admin: string;
10707
11127
  clerk: string;
10708
11128
  treasury: string;
@@ -10736,6 +11156,8 @@ export type SellerFieldsFragment = {
10736
11156
  url: string;
10737
11157
  tag?: string | null;
10738
11158
  type: ProductV1MediaType;
11159
+ width?: number | null;
11160
+ height?: number | null;
10739
11161
  }> | null;
10740
11162
  contactLinks?: Array<{
10741
11163
  __typename?: "ProductV1SellerContactLink";
@@ -10746,7 +11168,7 @@ export type SellerFieldsFragment = {
10746
11168
  seller: {
10747
11169
  __typename?: "Seller";
10748
11170
  id: string;
10749
- operator: string;
11171
+ assistant: string;
10750
11172
  admin: string;
10751
11173
  clerk: string;
10752
11174
  treasury: string;
@@ -10782,8 +11204,22 @@ export type SellerFieldsFragment = {
10782
11204
  deliveryTime: string;
10783
11205
  }> | null;
10784
11206
  } | null;
11207
+ animationMetadata?: {
11208
+ __typename?: "AnimationMetadata";
11209
+ id: string;
11210
+ width?: number | null;
11211
+ height?: number | null;
11212
+ type?: string | null;
11213
+ } | null;
10785
11214
  }
10786
11215
  | null;
11216
+ range?: {
11217
+ __typename?: "RangeEntity";
11218
+ id: string;
11219
+ start: string;
11220
+ end: string;
11221
+ owner: string;
11222
+ } | null;
10787
11223
  }>;
10788
11224
  exchanges?: Array<{
10789
11225
  __typename?: "Exchange";
@@ -10823,7 +11259,7 @@ export type SellerFieldsFragment = {
10823
11259
  seller: {
10824
11260
  __typename?: "Seller";
10825
11261
  id: string;
10826
- operator: string;
11262
+ assistant: string;
10827
11263
  admin: string;
10828
11264
  clerk: string;
10829
11265
  treasury: string;
@@ -10910,7 +11346,7 @@ export type SellerFieldsFragment = {
10910
11346
  export type BaseSellerFieldsFragment = {
10911
11347
  __typename?: "Seller";
10912
11348
  id: string;
10913
- operator: string;
11349
+ assistant: string;
10914
11350
  admin: string;
10915
11351
  clerk: string;
10916
11352
  treasury: string;
@@ -10924,7 +11360,7 @@ export type BaseSellerFieldsFragment = {
10924
11360
 
10925
11361
  export type PendingSellerFieldsFragment = {
10926
11362
  __typename?: "PendingSeller";
10927
- operator?: string | null;
11363
+ assistant?: string | null;
10928
11364
  admin?: string | null;
10929
11365
  clerk?: string | null;
10930
11366
  authTokenId?: string | null;
@@ -10988,7 +11424,7 @@ export type BuyerFieldsFragment = {
10988
11424
  seller: {
10989
11425
  __typename?: "Seller";
10990
11426
  id: string;
10991
- operator: string;
11427
+ assistant: string;
10992
11428
  admin: string;
10993
11429
  clerk: string;
10994
11430
  treasury: string;
@@ -11086,13 +11522,13 @@ export type DisputeResolverFieldsFragment = {
11086
11522
  admin: string;
11087
11523
  clerk: string;
11088
11524
  treasury: string;
11089
- operator: string;
11525
+ assistant: string;
11090
11526
  metadataUri: string;
11091
11527
  active: boolean;
11092
11528
  sellerAllowList: Array<string>;
11093
11529
  pendingDisputeResolver?: {
11094
11530
  __typename?: "PendingDisputeResolver";
11095
- operator?: string | null;
11531
+ assistant?: string | null;
11096
11532
  admin?: string | null;
11097
11533
  clerk?: string | null;
11098
11534
  } | null;
@@ -11135,7 +11571,7 @@ export type DisputeResolverFieldsFragment = {
11135
11571
  seller: {
11136
11572
  __typename?: "Seller";
11137
11573
  id: string;
11138
- operator: string;
11574
+ assistant: string;
11139
11575
  admin: string;
11140
11576
  clerk: string;
11141
11577
  treasury: string;
@@ -11161,7 +11597,7 @@ export type DisputeResolverFieldsFragment = {
11161
11597
  admin: string;
11162
11598
  clerk: string;
11163
11599
  treasury: string;
11164
- operator: string;
11600
+ assistant: string;
11165
11601
  metadataUri: string;
11166
11602
  active: boolean;
11167
11603
  sellerAllowList: Array<string>;
@@ -11201,6 +11637,13 @@ export type DisputeResolverFieldsFragment = {
11201
11637
  schemaUrl: string;
11202
11638
  type: MetadataType;
11203
11639
  image: string;
11640
+ animationMetadata?: {
11641
+ __typename?: "AnimationMetadata";
11642
+ id: string;
11643
+ width?: number | null;
11644
+ height?: number | null;
11645
+ type?: string | null;
11646
+ } | null;
11204
11647
  }
11205
11648
  | {
11206
11649
  __typename?: "ProductV1MetadataEntity";
@@ -11292,6 +11735,8 @@ export type DisputeResolverFieldsFragment = {
11292
11735
  url: string;
11293
11736
  tag?: string | null;
11294
11737
  type: ProductV1MediaType;
11738
+ width?: number | null;
11739
+ height?: number | null;
11295
11740
  }>;
11296
11741
  visuals_videos?: Array<{
11297
11742
  __typename?: "ProductV1Media";
@@ -11299,6 +11744,8 @@ export type DisputeResolverFieldsFragment = {
11299
11744
  url: string;
11300
11745
  tag?: string | null;
11301
11746
  type: ProductV1MediaType;
11747
+ width?: number | null;
11748
+ height?: number | null;
11302
11749
  }> | null;
11303
11750
  productV1Seller?: {
11304
11751
  __typename?: "ProductV1Seller";
@@ -11315,6 +11762,8 @@ export type DisputeResolverFieldsFragment = {
11315
11762
  url: string;
11316
11763
  tag?: string | null;
11317
11764
  type: ProductV1MediaType;
11765
+ width?: number | null;
11766
+ height?: number | null;
11318
11767
  }> | null;
11319
11768
  contactLinks?: Array<{
11320
11769
  __typename?: "ProductV1SellerContactLink";
@@ -11325,7 +11774,7 @@ export type DisputeResolverFieldsFragment = {
11325
11774
  seller: {
11326
11775
  __typename?: "Seller";
11327
11776
  id: string;
11328
- operator: string;
11777
+ assistant: string;
11329
11778
  admin: string;
11330
11779
  clerk: string;
11331
11780
  treasury: string;
@@ -11359,6 +11808,8 @@ export type DisputeResolverFieldsFragment = {
11359
11808
  url: string;
11360
11809
  tag?: string | null;
11361
11810
  type: ProductV1MediaType;
11811
+ width?: number | null;
11812
+ height?: number | null;
11362
11813
  }> | null;
11363
11814
  contactLinks?: Array<{
11364
11815
  __typename?: "ProductV1SellerContactLink";
@@ -11369,7 +11820,7 @@ export type DisputeResolverFieldsFragment = {
11369
11820
  seller: {
11370
11821
  __typename?: "Seller";
11371
11822
  id: string;
11372
- operator: string;
11823
+ assistant: string;
11373
11824
  admin: string;
11374
11825
  clerk: string;
11375
11826
  treasury: string;
@@ -11405,8 +11856,22 @@ export type DisputeResolverFieldsFragment = {
11405
11856
  deliveryTime: string;
11406
11857
  }> | null;
11407
11858
  } | null;
11859
+ animationMetadata?: {
11860
+ __typename?: "AnimationMetadata";
11861
+ id: string;
11862
+ width?: number | null;
11863
+ height?: number | null;
11864
+ type?: string | null;
11865
+ } | null;
11408
11866
  }
11409
11867
  | null;
11868
+ range?: {
11869
+ __typename?: "RangeEntity";
11870
+ id: string;
11871
+ start: string;
11872
+ end: string;
11873
+ owner: string;
11874
+ } | null;
11410
11875
  }>;
11411
11876
  logs?: Array<
11412
11877
  | {
@@ -11502,7 +11967,7 @@ export type BaseDisputeResolverFieldsFragment = {
11502
11967
  admin: string;
11503
11968
  clerk: string;
11504
11969
  treasury: string;
11505
- operator: string;
11970
+ assistant: string;
11506
11971
  metadataUri: string;
11507
11972
  active: boolean;
11508
11973
  sellerAllowList: Array<string>;
@@ -11525,7 +11990,7 @@ export type BaseDisputeResolverFieldsFragment = {
11525
11990
 
11526
11991
  export type PendingDisputeResolverFieldsFragment = {
11527
11992
  __typename?: "PendingDisputeResolver";
11528
- operator?: string | null;
11993
+ assistant?: string | null;
11529
11994
  admin?: string | null;
11530
11995
  clerk?: string | null;
11531
11996
  };
@@ -11619,7 +12084,7 @@ export type GetDisputeByIdQueryQuery = {
11619
12084
  seller: {
11620
12085
  __typename?: "Seller";
11621
12086
  id: string;
11622
- operator: string;
12087
+ assistant: string;
11623
12088
  admin: string;
11624
12089
  clerk: string;
11625
12090
  treasury: string;
@@ -11634,7 +12099,7 @@ export type GetDisputeByIdQueryQuery = {
11634
12099
  seller: {
11635
12100
  __typename?: "Seller";
11636
12101
  id: string;
11637
- operator: string;
12102
+ assistant: string;
11638
12103
  admin: string;
11639
12104
  clerk: string;
11640
12105
  treasury: string;
@@ -11716,7 +12181,7 @@ export type GetDisputesQueryQuery = {
11716
12181
  seller: {
11717
12182
  __typename?: "Seller";
11718
12183
  id: string;
11719
- operator: string;
12184
+ assistant: string;
11720
12185
  admin: string;
11721
12186
  clerk: string;
11722
12187
  treasury: string;
@@ -11731,7 +12196,7 @@ export type GetDisputesQueryQuery = {
11731
12196
  seller: {
11732
12197
  __typename?: "Seller";
11733
12198
  id: string;
11734
- operator: string;
12199
+ assistant: string;
11735
12200
  admin: string;
11736
12201
  clerk: string;
11737
12202
  treasury: string;
@@ -11803,7 +12268,7 @@ export type DisputeFieldsFragment = {
11803
12268
  seller: {
11804
12269
  __typename?: "Seller";
11805
12270
  id: string;
11806
- operator: string;
12271
+ assistant: string;
11807
12272
  admin: string;
11808
12273
  clerk: string;
11809
12274
  treasury: string;
@@ -11818,7 +12283,7 @@ export type DisputeFieldsFragment = {
11818
12283
  seller: {
11819
12284
  __typename?: "Seller";
11820
12285
  id: string;
11821
- operator: string;
12286
+ assistant: string;
11822
12287
  admin: string;
11823
12288
  clerk: string;
11824
12289
  treasury: string;
@@ -11917,7 +12382,7 @@ export type GetExchangeTokenByIdQueryQuery = {
11917
12382
  seller: {
11918
12383
  __typename?: "Seller";
11919
12384
  id: string;
11920
- operator: string;
12385
+ assistant: string;
11921
12386
  admin: string;
11922
12387
  clerk: string;
11923
12388
  treasury: string;
@@ -11943,7 +12408,7 @@ export type GetExchangeTokenByIdQueryQuery = {
11943
12408
  admin: string;
11944
12409
  clerk: string;
11945
12410
  treasury: string;
11946
- operator: string;
12411
+ assistant: string;
11947
12412
  metadataUri: string;
11948
12413
  active: boolean;
11949
12414
  sellerAllowList: Array<string>;
@@ -11983,6 +12448,13 @@ export type GetExchangeTokenByIdQueryQuery = {
11983
12448
  schemaUrl: string;
11984
12449
  type: MetadataType;
11985
12450
  image: string;
12451
+ animationMetadata?: {
12452
+ __typename?: "AnimationMetadata";
12453
+ id: string;
12454
+ width?: number | null;
12455
+ height?: number | null;
12456
+ type?: string | null;
12457
+ } | null;
11986
12458
  }
11987
12459
  | {
11988
12460
  __typename?: "ProductV1MetadataEntity";
@@ -12078,6 +12550,8 @@ export type GetExchangeTokenByIdQueryQuery = {
12078
12550
  url: string;
12079
12551
  tag?: string | null;
12080
12552
  type: ProductV1MediaType;
12553
+ width?: number | null;
12554
+ height?: number | null;
12081
12555
  }>;
12082
12556
  visuals_videos?: Array<{
12083
12557
  __typename?: "ProductV1Media";
@@ -12085,6 +12559,8 @@ export type GetExchangeTokenByIdQueryQuery = {
12085
12559
  url: string;
12086
12560
  tag?: string | null;
12087
12561
  type: ProductV1MediaType;
12562
+ width?: number | null;
12563
+ height?: number | null;
12088
12564
  }> | null;
12089
12565
  productV1Seller?: {
12090
12566
  __typename?: "ProductV1Seller";
@@ -12101,6 +12577,8 @@ export type GetExchangeTokenByIdQueryQuery = {
12101
12577
  url: string;
12102
12578
  tag?: string | null;
12103
12579
  type: ProductV1MediaType;
12580
+ width?: number | null;
12581
+ height?: number | null;
12104
12582
  }> | null;
12105
12583
  contactLinks?: Array<{
12106
12584
  __typename?: "ProductV1SellerContactLink";
@@ -12111,7 +12589,7 @@ export type GetExchangeTokenByIdQueryQuery = {
12111
12589
  seller: {
12112
12590
  __typename?: "Seller";
12113
12591
  id: string;
12114
- operator: string;
12592
+ assistant: string;
12115
12593
  admin: string;
12116
12594
  clerk: string;
12117
12595
  treasury: string;
@@ -12145,6 +12623,8 @@ export type GetExchangeTokenByIdQueryQuery = {
12145
12623
  url: string;
12146
12624
  tag?: string | null;
12147
12625
  type: ProductV1MediaType;
12626
+ width?: number | null;
12627
+ height?: number | null;
12148
12628
  }> | null;
12149
12629
  contactLinks?: Array<{
12150
12630
  __typename?: "ProductV1SellerContactLink";
@@ -12155,7 +12635,7 @@ export type GetExchangeTokenByIdQueryQuery = {
12155
12635
  seller: {
12156
12636
  __typename?: "Seller";
12157
12637
  id: string;
12158
- operator: string;
12638
+ assistant: string;
12159
12639
  admin: string;
12160
12640
  clerk: string;
12161
12641
  treasury: string;
@@ -12191,8 +12671,22 @@ export type GetExchangeTokenByIdQueryQuery = {
12191
12671
  deliveryTime: string;
12192
12672
  }> | null;
12193
12673
  } | null;
12674
+ animationMetadata?: {
12675
+ __typename?: "AnimationMetadata";
12676
+ id: string;
12677
+ width?: number | null;
12678
+ height?: number | null;
12679
+ type?: string | null;
12680
+ } | null;
12194
12681
  }
12195
12682
  | null;
12683
+ range?: {
12684
+ __typename?: "RangeEntity";
12685
+ id: string;
12686
+ start: string;
12687
+ end: string;
12688
+ owner: string;
12689
+ } | null;
12196
12690
  }>;
12197
12691
  funds?: Array<{
12198
12692
  __typename?: "FundsEntity";
@@ -12271,7 +12765,7 @@ export type GetExchangeTokensQueryQuery = {
12271
12765
  seller: {
12272
12766
  __typename?: "Seller";
12273
12767
  id: string;
12274
- operator: string;
12768
+ assistant: string;
12275
12769
  admin: string;
12276
12770
  clerk: string;
12277
12771
  treasury: string;
@@ -12297,7 +12791,7 @@ export type GetExchangeTokensQueryQuery = {
12297
12791
  admin: string;
12298
12792
  clerk: string;
12299
12793
  treasury: string;
12300
- operator: string;
12794
+ assistant: string;
12301
12795
  metadataUri: string;
12302
12796
  active: boolean;
12303
12797
  sellerAllowList: Array<string>;
@@ -12337,6 +12831,13 @@ export type GetExchangeTokensQueryQuery = {
12337
12831
  schemaUrl: string;
12338
12832
  type: MetadataType;
12339
12833
  image: string;
12834
+ animationMetadata?: {
12835
+ __typename?: "AnimationMetadata";
12836
+ id: string;
12837
+ width?: number | null;
12838
+ height?: number | null;
12839
+ type?: string | null;
12840
+ } | null;
12340
12841
  }
12341
12842
  | {
12342
12843
  __typename?: "ProductV1MetadataEntity";
@@ -12432,6 +12933,8 @@ export type GetExchangeTokensQueryQuery = {
12432
12933
  url: string;
12433
12934
  tag?: string | null;
12434
12935
  type: ProductV1MediaType;
12936
+ width?: number | null;
12937
+ height?: number | null;
12435
12938
  }>;
12436
12939
  visuals_videos?: Array<{
12437
12940
  __typename?: "ProductV1Media";
@@ -12439,6 +12942,8 @@ export type GetExchangeTokensQueryQuery = {
12439
12942
  url: string;
12440
12943
  tag?: string | null;
12441
12944
  type: ProductV1MediaType;
12945
+ width?: number | null;
12946
+ height?: number | null;
12442
12947
  }> | null;
12443
12948
  productV1Seller?: {
12444
12949
  __typename?: "ProductV1Seller";
@@ -12455,6 +12960,8 @@ export type GetExchangeTokensQueryQuery = {
12455
12960
  url: string;
12456
12961
  tag?: string | null;
12457
12962
  type: ProductV1MediaType;
12963
+ width?: number | null;
12964
+ height?: number | null;
12458
12965
  }> | null;
12459
12966
  contactLinks?: Array<{
12460
12967
  __typename?: "ProductV1SellerContactLink";
@@ -12465,7 +12972,7 @@ export type GetExchangeTokensQueryQuery = {
12465
12972
  seller: {
12466
12973
  __typename?: "Seller";
12467
12974
  id: string;
12468
- operator: string;
12975
+ assistant: string;
12469
12976
  admin: string;
12470
12977
  clerk: string;
12471
12978
  treasury: string;
@@ -12499,6 +13006,8 @@ export type GetExchangeTokensQueryQuery = {
12499
13006
  url: string;
12500
13007
  tag?: string | null;
12501
13008
  type: ProductV1MediaType;
13009
+ width?: number | null;
13010
+ height?: number | null;
12502
13011
  }> | null;
12503
13012
  contactLinks?: Array<{
12504
13013
  __typename?: "ProductV1SellerContactLink";
@@ -12509,7 +13018,7 @@ export type GetExchangeTokensQueryQuery = {
12509
13018
  seller: {
12510
13019
  __typename?: "Seller";
12511
13020
  id: string;
12512
- operator: string;
13021
+ assistant: string;
12513
13022
  admin: string;
12514
13023
  clerk: string;
12515
13024
  treasury: string;
@@ -12545,8 +13054,22 @@ export type GetExchangeTokensQueryQuery = {
12545
13054
  deliveryTime: string;
12546
13055
  }> | null;
12547
13056
  } | null;
13057
+ animationMetadata?: {
13058
+ __typename?: "AnimationMetadata";
13059
+ id: string;
13060
+ width?: number | null;
13061
+ height?: number | null;
13062
+ type?: string | null;
13063
+ } | null;
12548
13064
  }
12549
13065
  | null;
13066
+ range?: {
13067
+ __typename?: "RangeEntity";
13068
+ id: string;
13069
+ start: string;
13070
+ end: string;
13071
+ owner: string;
13072
+ } | null;
12550
13073
  }>;
12551
13074
  funds?: Array<{
12552
13075
  __typename?: "FundsEntity";
@@ -12603,7 +13126,7 @@ export type ExchangeTokenFieldsFragment = {
12603
13126
  seller: {
12604
13127
  __typename?: "Seller";
12605
13128
  id: string;
12606
- operator: string;
13129
+ assistant: string;
12607
13130
  admin: string;
12608
13131
  clerk: string;
12609
13132
  treasury: string;
@@ -12629,7 +13152,7 @@ export type ExchangeTokenFieldsFragment = {
12629
13152
  admin: string;
12630
13153
  clerk: string;
12631
13154
  treasury: string;
12632
- operator: string;
13155
+ assistant: string;
12633
13156
  metadataUri: string;
12634
13157
  active: boolean;
12635
13158
  sellerAllowList: Array<string>;
@@ -12669,6 +13192,13 @@ export type ExchangeTokenFieldsFragment = {
12669
13192
  schemaUrl: string;
12670
13193
  type: MetadataType;
12671
13194
  image: string;
13195
+ animationMetadata?: {
13196
+ __typename?: "AnimationMetadata";
13197
+ id: string;
13198
+ width?: number | null;
13199
+ height?: number | null;
13200
+ type?: string | null;
13201
+ } | null;
12672
13202
  }
12673
13203
  | {
12674
13204
  __typename?: "ProductV1MetadataEntity";
@@ -12760,6 +13290,8 @@ export type ExchangeTokenFieldsFragment = {
12760
13290
  url: string;
12761
13291
  tag?: string | null;
12762
13292
  type: ProductV1MediaType;
13293
+ width?: number | null;
13294
+ height?: number | null;
12763
13295
  }>;
12764
13296
  visuals_videos?: Array<{
12765
13297
  __typename?: "ProductV1Media";
@@ -12767,6 +13299,8 @@ export type ExchangeTokenFieldsFragment = {
12767
13299
  url: string;
12768
13300
  tag?: string | null;
12769
13301
  type: ProductV1MediaType;
13302
+ width?: number | null;
13303
+ height?: number | null;
12770
13304
  }> | null;
12771
13305
  productV1Seller?: {
12772
13306
  __typename?: "ProductV1Seller";
@@ -12783,6 +13317,8 @@ export type ExchangeTokenFieldsFragment = {
12783
13317
  url: string;
12784
13318
  tag?: string | null;
12785
13319
  type: ProductV1MediaType;
13320
+ width?: number | null;
13321
+ height?: number | null;
12786
13322
  }> | null;
12787
13323
  contactLinks?: Array<{
12788
13324
  __typename?: "ProductV1SellerContactLink";
@@ -12793,7 +13329,7 @@ export type ExchangeTokenFieldsFragment = {
12793
13329
  seller: {
12794
13330
  __typename?: "Seller";
12795
13331
  id: string;
12796
- operator: string;
13332
+ assistant: string;
12797
13333
  admin: string;
12798
13334
  clerk: string;
12799
13335
  treasury: string;
@@ -12827,6 +13363,8 @@ export type ExchangeTokenFieldsFragment = {
12827
13363
  url: string;
12828
13364
  tag?: string | null;
12829
13365
  type: ProductV1MediaType;
13366
+ width?: number | null;
13367
+ height?: number | null;
12830
13368
  }> | null;
12831
13369
  contactLinks?: Array<{
12832
13370
  __typename?: "ProductV1SellerContactLink";
@@ -12837,7 +13375,7 @@ export type ExchangeTokenFieldsFragment = {
12837
13375
  seller: {
12838
13376
  __typename?: "Seller";
12839
13377
  id: string;
12840
- operator: string;
13378
+ assistant: string;
12841
13379
  admin: string;
12842
13380
  clerk: string;
12843
13381
  treasury: string;
@@ -12873,8 +13411,22 @@ export type ExchangeTokenFieldsFragment = {
12873
13411
  deliveryTime: string;
12874
13412
  }> | null;
12875
13413
  } | null;
13414
+ animationMetadata?: {
13415
+ __typename?: "AnimationMetadata";
13416
+ id: string;
13417
+ width?: number | null;
13418
+ height?: number | null;
13419
+ type?: string | null;
13420
+ } | null;
12876
13421
  }
12877
13422
  | null;
13423
+ range?: {
13424
+ __typename?: "RangeEntity";
13425
+ id: string;
13426
+ start: string;
13427
+ end: string;
13428
+ owner: string;
13429
+ } | null;
12878
13430
  }>;
12879
13431
  funds?: Array<{
12880
13432
  __typename?: "FundsEntity";
@@ -13114,7 +13666,7 @@ export type GetExchangeByIdQueryQuery = {
13114
13666
  seller: {
13115
13667
  __typename?: "Seller";
13116
13668
  id: string;
13117
- operator: string;
13669
+ assistant: string;
13118
13670
  admin: string;
13119
13671
  clerk: string;
13120
13672
  treasury: string;
@@ -13140,7 +13692,7 @@ export type GetExchangeByIdQueryQuery = {
13140
13692
  admin: string;
13141
13693
  clerk: string;
13142
13694
  treasury: string;
13143
- operator: string;
13695
+ assistant: string;
13144
13696
  metadataUri: string;
13145
13697
  active: boolean;
13146
13698
  sellerAllowList: Array<string>;
@@ -13180,6 +13732,13 @@ export type GetExchangeByIdQueryQuery = {
13180
13732
  schemaUrl: string;
13181
13733
  type: MetadataType;
13182
13734
  image: string;
13735
+ animationMetadata?: {
13736
+ __typename?: "AnimationMetadata";
13737
+ id: string;
13738
+ width?: number | null;
13739
+ height?: number | null;
13740
+ type?: string | null;
13741
+ } | null;
13183
13742
  }
13184
13743
  | {
13185
13744
  __typename?: "ProductV1MetadataEntity";
@@ -13275,6 +13834,8 @@ export type GetExchangeByIdQueryQuery = {
13275
13834
  url: string;
13276
13835
  tag?: string | null;
13277
13836
  type: ProductV1MediaType;
13837
+ width?: number | null;
13838
+ height?: number | null;
13278
13839
  }>;
13279
13840
  visuals_videos?: Array<{
13280
13841
  __typename?: "ProductV1Media";
@@ -13282,6 +13843,8 @@ export type GetExchangeByIdQueryQuery = {
13282
13843
  url: string;
13283
13844
  tag?: string | null;
13284
13845
  type: ProductV1MediaType;
13846
+ width?: number | null;
13847
+ height?: number | null;
13285
13848
  }> | null;
13286
13849
  productV1Seller?: {
13287
13850
  __typename?: "ProductV1Seller";
@@ -13298,6 +13861,8 @@ export type GetExchangeByIdQueryQuery = {
13298
13861
  url: string;
13299
13862
  tag?: string | null;
13300
13863
  type: ProductV1MediaType;
13864
+ width?: number | null;
13865
+ height?: number | null;
13301
13866
  }> | null;
13302
13867
  contactLinks?: Array<{
13303
13868
  __typename?: "ProductV1SellerContactLink";
@@ -13308,7 +13873,7 @@ export type GetExchangeByIdQueryQuery = {
13308
13873
  seller: {
13309
13874
  __typename?: "Seller";
13310
13875
  id: string;
13311
- operator: string;
13876
+ assistant: string;
13312
13877
  admin: string;
13313
13878
  clerk: string;
13314
13879
  treasury: string;
@@ -13342,6 +13907,8 @@ export type GetExchangeByIdQueryQuery = {
13342
13907
  url: string;
13343
13908
  tag?: string | null;
13344
13909
  type: ProductV1MediaType;
13910
+ width?: number | null;
13911
+ height?: number | null;
13345
13912
  }> | null;
13346
13913
  contactLinks?: Array<{
13347
13914
  __typename?: "ProductV1SellerContactLink";
@@ -13352,7 +13919,7 @@ export type GetExchangeByIdQueryQuery = {
13352
13919
  seller: {
13353
13920
  __typename?: "Seller";
13354
13921
  id: string;
13355
- operator: string;
13922
+ assistant: string;
13356
13923
  admin: string;
13357
13924
  clerk: string;
13358
13925
  treasury: string;
@@ -13388,8 +13955,22 @@ export type GetExchangeByIdQueryQuery = {
13388
13955
  deliveryTime: string;
13389
13956
  }> | null;
13390
13957
  } | null;
13958
+ animationMetadata?: {
13959
+ __typename?: "AnimationMetadata";
13960
+ id: string;
13961
+ width?: number | null;
13962
+ height?: number | null;
13963
+ type?: string | null;
13964
+ } | null;
13391
13965
  }
13392
13966
  | null;
13967
+ range?: {
13968
+ __typename?: "RangeEntity";
13969
+ id: string;
13970
+ start: string;
13971
+ end: string;
13972
+ owner: string;
13973
+ } | null;
13393
13974
  };
13394
13975
  dispute?: {
13395
13976
  __typename?: "Dispute";
@@ -13415,7 +13996,7 @@ export type GetExchangeByIdQueryQuery = {
13415
13996
  seller: {
13416
13997
  __typename?: "Seller";
13417
13998
  id: string;
13418
- operator: string;
13999
+ assistant: string;
13419
14000
  admin: string;
13420
14001
  clerk: string;
13421
14002
  treasury: string;
@@ -13492,7 +14073,7 @@ export type GetExchangesQueryQuery = {
13492
14073
  seller: {
13493
14074
  __typename?: "Seller";
13494
14075
  id: string;
13495
- operator: string;
14076
+ assistant: string;
13496
14077
  admin: string;
13497
14078
  clerk: string;
13498
14079
  treasury: string;
@@ -13518,7 +14099,7 @@ export type GetExchangesQueryQuery = {
13518
14099
  admin: string;
13519
14100
  clerk: string;
13520
14101
  treasury: string;
13521
- operator: string;
14102
+ assistant: string;
13522
14103
  metadataUri: string;
13523
14104
  active: boolean;
13524
14105
  sellerAllowList: Array<string>;
@@ -13558,6 +14139,13 @@ export type GetExchangesQueryQuery = {
13558
14139
  schemaUrl: string;
13559
14140
  type: MetadataType;
13560
14141
  image: string;
14142
+ animationMetadata?: {
14143
+ __typename?: "AnimationMetadata";
14144
+ id: string;
14145
+ width?: number | null;
14146
+ height?: number | null;
14147
+ type?: string | null;
14148
+ } | null;
13561
14149
  }
13562
14150
  | {
13563
14151
  __typename?: "ProductV1MetadataEntity";
@@ -13653,6 +14241,8 @@ export type GetExchangesQueryQuery = {
13653
14241
  url: string;
13654
14242
  tag?: string | null;
13655
14243
  type: ProductV1MediaType;
14244
+ width?: number | null;
14245
+ height?: number | null;
13656
14246
  }>;
13657
14247
  visuals_videos?: Array<{
13658
14248
  __typename?: "ProductV1Media";
@@ -13660,6 +14250,8 @@ export type GetExchangesQueryQuery = {
13660
14250
  url: string;
13661
14251
  tag?: string | null;
13662
14252
  type: ProductV1MediaType;
14253
+ width?: number | null;
14254
+ height?: number | null;
13663
14255
  }> | null;
13664
14256
  productV1Seller?: {
13665
14257
  __typename?: "ProductV1Seller";
@@ -13676,6 +14268,8 @@ export type GetExchangesQueryQuery = {
13676
14268
  url: string;
13677
14269
  tag?: string | null;
13678
14270
  type: ProductV1MediaType;
14271
+ width?: number | null;
14272
+ height?: number | null;
13679
14273
  }> | null;
13680
14274
  contactLinks?: Array<{
13681
14275
  __typename?: "ProductV1SellerContactLink";
@@ -13686,7 +14280,7 @@ export type GetExchangesQueryQuery = {
13686
14280
  seller: {
13687
14281
  __typename?: "Seller";
13688
14282
  id: string;
13689
- operator: string;
14283
+ assistant: string;
13690
14284
  admin: string;
13691
14285
  clerk: string;
13692
14286
  treasury: string;
@@ -13720,6 +14314,8 @@ export type GetExchangesQueryQuery = {
13720
14314
  url: string;
13721
14315
  tag?: string | null;
13722
14316
  type: ProductV1MediaType;
14317
+ width?: number | null;
14318
+ height?: number | null;
13723
14319
  }> | null;
13724
14320
  contactLinks?: Array<{
13725
14321
  __typename?: "ProductV1SellerContactLink";
@@ -13730,7 +14326,7 @@ export type GetExchangesQueryQuery = {
13730
14326
  seller: {
13731
14327
  __typename?: "Seller";
13732
14328
  id: string;
13733
- operator: string;
14329
+ assistant: string;
13734
14330
  admin: string;
13735
14331
  clerk: string;
13736
14332
  treasury: string;
@@ -13766,8 +14362,22 @@ export type GetExchangesQueryQuery = {
13766
14362
  deliveryTime: string;
13767
14363
  }> | null;
13768
14364
  } | null;
14365
+ animationMetadata?: {
14366
+ __typename?: "AnimationMetadata";
14367
+ id: string;
14368
+ width?: number | null;
14369
+ height?: number | null;
14370
+ type?: string | null;
14371
+ } | null;
13769
14372
  }
13770
14373
  | null;
14374
+ range?: {
14375
+ __typename?: "RangeEntity";
14376
+ id: string;
14377
+ start: string;
14378
+ end: string;
14379
+ owner: string;
14380
+ } | null;
13771
14381
  };
13772
14382
  dispute?: {
13773
14383
  __typename?: "Dispute";
@@ -13793,7 +14403,7 @@ export type GetExchangesQueryQuery = {
13793
14403
  seller: {
13794
14404
  __typename?: "Seller";
13795
14405
  id: string;
13796
- operator: string;
14406
+ assistant: string;
13797
14407
  admin: string;
13798
14408
  clerk: string;
13799
14409
  treasury: string;
@@ -13860,7 +14470,7 @@ export type ExchangeFieldsFragment = {
13860
14470
  seller: {
13861
14471
  __typename?: "Seller";
13862
14472
  id: string;
13863
- operator: string;
14473
+ assistant: string;
13864
14474
  admin: string;
13865
14475
  clerk: string;
13866
14476
  treasury: string;
@@ -13886,7 +14496,7 @@ export type ExchangeFieldsFragment = {
13886
14496
  admin: string;
13887
14497
  clerk: string;
13888
14498
  treasury: string;
13889
- operator: string;
14499
+ assistant: string;
13890
14500
  metadataUri: string;
13891
14501
  active: boolean;
13892
14502
  sellerAllowList: Array<string>;
@@ -13926,6 +14536,13 @@ export type ExchangeFieldsFragment = {
13926
14536
  schemaUrl: string;
13927
14537
  type: MetadataType;
13928
14538
  image: string;
14539
+ animationMetadata?: {
14540
+ __typename?: "AnimationMetadata";
14541
+ id: string;
14542
+ width?: number | null;
14543
+ height?: number | null;
14544
+ type?: string | null;
14545
+ } | null;
13929
14546
  }
13930
14547
  | {
13931
14548
  __typename?: "ProductV1MetadataEntity";
@@ -14017,6 +14634,8 @@ export type ExchangeFieldsFragment = {
14017
14634
  url: string;
14018
14635
  tag?: string | null;
14019
14636
  type: ProductV1MediaType;
14637
+ width?: number | null;
14638
+ height?: number | null;
14020
14639
  }>;
14021
14640
  visuals_videos?: Array<{
14022
14641
  __typename?: "ProductV1Media";
@@ -14024,6 +14643,8 @@ export type ExchangeFieldsFragment = {
14024
14643
  url: string;
14025
14644
  tag?: string | null;
14026
14645
  type: ProductV1MediaType;
14646
+ width?: number | null;
14647
+ height?: number | null;
14027
14648
  }> | null;
14028
14649
  productV1Seller?: {
14029
14650
  __typename?: "ProductV1Seller";
@@ -14040,6 +14661,8 @@ export type ExchangeFieldsFragment = {
14040
14661
  url: string;
14041
14662
  tag?: string | null;
14042
14663
  type: ProductV1MediaType;
14664
+ width?: number | null;
14665
+ height?: number | null;
14043
14666
  }> | null;
14044
14667
  contactLinks?: Array<{
14045
14668
  __typename?: "ProductV1SellerContactLink";
@@ -14050,7 +14673,7 @@ export type ExchangeFieldsFragment = {
14050
14673
  seller: {
14051
14674
  __typename?: "Seller";
14052
14675
  id: string;
14053
- operator: string;
14676
+ assistant: string;
14054
14677
  admin: string;
14055
14678
  clerk: string;
14056
14679
  treasury: string;
@@ -14084,6 +14707,8 @@ export type ExchangeFieldsFragment = {
14084
14707
  url: string;
14085
14708
  tag?: string | null;
14086
14709
  type: ProductV1MediaType;
14710
+ width?: number | null;
14711
+ height?: number | null;
14087
14712
  }> | null;
14088
14713
  contactLinks?: Array<{
14089
14714
  __typename?: "ProductV1SellerContactLink";
@@ -14094,7 +14719,7 @@ export type ExchangeFieldsFragment = {
14094
14719
  seller: {
14095
14720
  __typename?: "Seller";
14096
14721
  id: string;
14097
- operator: string;
14722
+ assistant: string;
14098
14723
  admin: string;
14099
14724
  clerk: string;
14100
14725
  treasury: string;
@@ -14130,8 +14755,22 @@ export type ExchangeFieldsFragment = {
14130
14755
  deliveryTime: string;
14131
14756
  }> | null;
14132
14757
  } | null;
14758
+ animationMetadata?: {
14759
+ __typename?: "AnimationMetadata";
14760
+ id: string;
14761
+ width?: number | null;
14762
+ height?: number | null;
14763
+ type?: string | null;
14764
+ } | null;
14133
14765
  }
14134
14766
  | null;
14767
+ range?: {
14768
+ __typename?: "RangeEntity";
14769
+ id: string;
14770
+ start: string;
14771
+ end: string;
14772
+ owner: string;
14773
+ } | null;
14135
14774
  };
14136
14775
  dispute?: {
14137
14776
  __typename?: "Dispute";
@@ -14152,7 +14791,7 @@ export type ExchangeFieldsFragment = {
14152
14791
  seller: {
14153
14792
  __typename?: "Seller";
14154
14793
  id: string;
14155
- operator: string;
14794
+ assistant: string;
14156
14795
  admin: string;
14157
14796
  clerk: string;
14158
14797
  treasury: string;
@@ -14198,7 +14837,7 @@ export type BaseExchangeFieldsFragment = {
14198
14837
  seller: {
14199
14838
  __typename?: "Seller";
14200
14839
  id: string;
14201
- operator: string;
14840
+ assistant: string;
14202
14841
  admin: string;
14203
14842
  clerk: string;
14204
14843
  treasury: string;
@@ -14322,6 +14961,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14322
14961
  quantityAvailable: string;
14323
14962
  numberOfCommits: string;
14324
14963
  numberOfRedemptions: string;
14964
+ animationMetadata?: {
14965
+ __typename?: "AnimationMetadata";
14966
+ id: string;
14967
+ width?: number | null;
14968
+ height?: number | null;
14969
+ type?: string | null;
14970
+ } | null;
14325
14971
  attributes?: Array<{
14326
14972
  __typename?: "MetadataAttribute";
14327
14973
  traitType: string;
@@ -14367,7 +15013,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14367
15013
  seller: {
14368
15014
  __typename?: "Seller";
14369
15015
  id: string;
14370
- operator: string;
15016
+ assistant: string;
14371
15017
  admin: string;
14372
15018
  clerk: string;
14373
15019
  treasury: string;
@@ -14393,7 +15039,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14393
15039
  admin: string;
14394
15040
  clerk: string;
14395
15041
  treasury: string;
14396
- operator: string;
15042
+ assistant: string;
14397
15043
  metadataUri: string;
14398
15044
  active: boolean;
14399
15045
  sellerAllowList: Array<string>;
@@ -14433,6 +15079,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14433
15079
  schemaUrl: string;
14434
15080
  type: MetadataType;
14435
15081
  image: string;
15082
+ animationMetadata?: {
15083
+ __typename?: "AnimationMetadata";
15084
+ id: string;
15085
+ width?: number | null;
15086
+ height?: number | null;
15087
+ type?: string | null;
15088
+ } | null;
14436
15089
  }
14437
15090
  | {
14438
15091
  __typename?: "ProductV1MetadataEntity";
@@ -14528,6 +15181,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14528
15181
  url: string;
14529
15182
  tag?: string | null;
14530
15183
  type: ProductV1MediaType;
15184
+ width?: number | null;
15185
+ height?: number | null;
14531
15186
  }>;
14532
15187
  visuals_videos?: Array<{
14533
15188
  __typename?: "ProductV1Media";
@@ -14535,6 +15190,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14535
15190
  url: string;
14536
15191
  tag?: string | null;
14537
15192
  type: ProductV1MediaType;
15193
+ width?: number | null;
15194
+ height?: number | null;
14538
15195
  }> | null;
14539
15196
  productV1Seller?: {
14540
15197
  __typename?: "ProductV1Seller";
@@ -14551,6 +15208,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14551
15208
  url: string;
14552
15209
  tag?: string | null;
14553
15210
  type: ProductV1MediaType;
15211
+ width?: number | null;
15212
+ height?: number | null;
14554
15213
  }> | null;
14555
15214
  contactLinks?: Array<{
14556
15215
  __typename?: "ProductV1SellerContactLink";
@@ -14561,7 +15220,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14561
15220
  seller: {
14562
15221
  __typename?: "Seller";
14563
15222
  id: string;
14564
- operator: string;
15223
+ assistant: string;
14565
15224
  admin: string;
14566
15225
  clerk: string;
14567
15226
  treasury: string;
@@ -14595,6 +15254,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14595
15254
  url: string;
14596
15255
  tag?: string | null;
14597
15256
  type: ProductV1MediaType;
15257
+ width?: number | null;
15258
+ height?: number | null;
14598
15259
  }> | null;
14599
15260
  contactLinks?: Array<{
14600
15261
  __typename?: "ProductV1SellerContactLink";
@@ -14605,7 +15266,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14605
15266
  seller: {
14606
15267
  __typename?: "Seller";
14607
15268
  id: string;
14608
- operator: string;
15269
+ assistant: string;
14609
15270
  admin: string;
14610
15271
  clerk: string;
14611
15272
  treasury: string;
@@ -14641,13 +15302,27 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
14641
15302
  deliveryTime: string;
14642
15303
  }> | null;
14643
15304
  } | null;
15305
+ animationMetadata?: {
15306
+ __typename?: "AnimationMetadata";
15307
+ id: string;
15308
+ width?: number | null;
15309
+ height?: number | null;
15310
+ type?: string | null;
15311
+ } | null;
14644
15312
  }
14645
15313
  | null;
15314
+ range?: {
15315
+ __typename?: "RangeEntity";
15316
+ id: string;
15317
+ start: string;
15318
+ end: string;
15319
+ owner: string;
15320
+ } | null;
14646
15321
  };
14647
15322
  seller: {
14648
15323
  __typename?: "Seller";
14649
15324
  id: string;
14650
- operator: string;
15325
+ assistant: string;
14651
15326
  admin: string;
14652
15327
  clerk: string;
14653
15328
  treasury: string;
@@ -14698,6 +15373,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14698
15373
  quantityAvailable: string;
14699
15374
  numberOfCommits: string;
14700
15375
  numberOfRedemptions: string;
15376
+ animationMetadata?: {
15377
+ __typename?: "AnimationMetadata";
15378
+ id: string;
15379
+ width?: number | null;
15380
+ height?: number | null;
15381
+ type?: string | null;
15382
+ } | null;
14701
15383
  attributes?: Array<{
14702
15384
  __typename?: "MetadataAttribute";
14703
15385
  traitType: string;
@@ -14743,7 +15425,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14743
15425
  seller: {
14744
15426
  __typename?: "Seller";
14745
15427
  id: string;
14746
- operator: string;
15428
+ assistant: string;
14747
15429
  admin: string;
14748
15430
  clerk: string;
14749
15431
  treasury: string;
@@ -14769,7 +15451,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14769
15451
  admin: string;
14770
15452
  clerk: string;
14771
15453
  treasury: string;
14772
- operator: string;
15454
+ assistant: string;
14773
15455
  metadataUri: string;
14774
15456
  active: boolean;
14775
15457
  sellerAllowList: Array<string>;
@@ -14809,6 +15491,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14809
15491
  schemaUrl: string;
14810
15492
  type: MetadataType;
14811
15493
  image: string;
15494
+ animationMetadata?: {
15495
+ __typename?: "AnimationMetadata";
15496
+ id: string;
15497
+ width?: number | null;
15498
+ height?: number | null;
15499
+ type?: string | null;
15500
+ } | null;
14812
15501
  }
14813
15502
  | {
14814
15503
  __typename?: "ProductV1MetadataEntity";
@@ -14904,6 +15593,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14904
15593
  url: string;
14905
15594
  tag?: string | null;
14906
15595
  type: ProductV1MediaType;
15596
+ width?: number | null;
15597
+ height?: number | null;
14907
15598
  }>;
14908
15599
  visuals_videos?: Array<{
14909
15600
  __typename?: "ProductV1Media";
@@ -14911,6 +15602,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14911
15602
  url: string;
14912
15603
  tag?: string | null;
14913
15604
  type: ProductV1MediaType;
15605
+ width?: number | null;
15606
+ height?: number | null;
14914
15607
  }> | null;
14915
15608
  productV1Seller?: {
14916
15609
  __typename?: "ProductV1Seller";
@@ -14927,6 +15620,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14927
15620
  url: string;
14928
15621
  tag?: string | null;
14929
15622
  type: ProductV1MediaType;
15623
+ width?: number | null;
15624
+ height?: number | null;
14930
15625
  }> | null;
14931
15626
  contactLinks?: Array<{
14932
15627
  __typename?: "ProductV1SellerContactLink";
@@ -14937,7 +15632,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14937
15632
  seller: {
14938
15633
  __typename?: "Seller";
14939
15634
  id: string;
14940
- operator: string;
15635
+ assistant: string;
14941
15636
  admin: string;
14942
15637
  clerk: string;
14943
15638
  treasury: string;
@@ -14971,6 +15666,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14971
15666
  url: string;
14972
15667
  tag?: string | null;
14973
15668
  type: ProductV1MediaType;
15669
+ width?: number | null;
15670
+ height?: number | null;
14974
15671
  }> | null;
14975
15672
  contactLinks?: Array<{
14976
15673
  __typename?: "ProductV1SellerContactLink";
@@ -14981,7 +15678,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
14981
15678
  seller: {
14982
15679
  __typename?: "Seller";
14983
15680
  id: string;
14984
- operator: string;
15681
+ assistant: string;
14985
15682
  admin: string;
14986
15683
  clerk: string;
14987
15684
  treasury: string;
@@ -15017,13 +15714,27 @@ export type GetBaseMetadataEntitiesQueryQuery = {
15017
15714
  deliveryTime: string;
15018
15715
  }> | null;
15019
15716
  } | null;
15717
+ animationMetadata?: {
15718
+ __typename?: "AnimationMetadata";
15719
+ id: string;
15720
+ width?: number | null;
15721
+ height?: number | null;
15722
+ type?: string | null;
15723
+ } | null;
15020
15724
  }
15021
15725
  | null;
15726
+ range?: {
15727
+ __typename?: "RangeEntity";
15728
+ id: string;
15729
+ start: string;
15730
+ end: string;
15731
+ owner: string;
15732
+ } | null;
15022
15733
  };
15023
15734
  seller: {
15024
15735
  __typename?: "Seller";
15025
15736
  id: string;
15026
- operator: string;
15737
+ assistant: string;
15027
15738
  admin: string;
15028
15739
  clerk: string;
15029
15740
  treasury: string;
@@ -15064,6 +15775,13 @@ export type BaseMetadataEntityFieldsFragment = {
15064
15775
  quantityAvailable: string;
15065
15776
  numberOfCommits: string;
15066
15777
  numberOfRedemptions: string;
15778
+ animationMetadata?: {
15779
+ __typename?: "AnimationMetadata";
15780
+ id: string;
15781
+ width?: number | null;
15782
+ height?: number | null;
15783
+ type?: string | null;
15784
+ } | null;
15067
15785
  attributes?: Array<{
15068
15786
  __typename?: "MetadataAttribute";
15069
15787
  traitType: string;
@@ -15109,7 +15827,7 @@ export type BaseMetadataEntityFieldsFragment = {
15109
15827
  seller: {
15110
15828
  __typename?: "Seller";
15111
15829
  id: string;
15112
- operator: string;
15830
+ assistant: string;
15113
15831
  admin: string;
15114
15832
  clerk: string;
15115
15833
  treasury: string;
@@ -15135,7 +15853,7 @@ export type BaseMetadataEntityFieldsFragment = {
15135
15853
  admin: string;
15136
15854
  clerk: string;
15137
15855
  treasury: string;
15138
- operator: string;
15856
+ assistant: string;
15139
15857
  metadataUri: string;
15140
15858
  active: boolean;
15141
15859
  sellerAllowList: Array<string>;
@@ -15175,6 +15893,13 @@ export type BaseMetadataEntityFieldsFragment = {
15175
15893
  schemaUrl: string;
15176
15894
  type: MetadataType;
15177
15895
  image: string;
15896
+ animationMetadata?: {
15897
+ __typename?: "AnimationMetadata";
15898
+ id: string;
15899
+ width?: number | null;
15900
+ height?: number | null;
15901
+ type?: string | null;
15902
+ } | null;
15178
15903
  }
15179
15904
  | {
15180
15905
  __typename?: "ProductV1MetadataEntity";
@@ -15266,6 +15991,8 @@ export type BaseMetadataEntityFieldsFragment = {
15266
15991
  url: string;
15267
15992
  tag?: string | null;
15268
15993
  type: ProductV1MediaType;
15994
+ width?: number | null;
15995
+ height?: number | null;
15269
15996
  }>;
15270
15997
  visuals_videos?: Array<{
15271
15998
  __typename?: "ProductV1Media";
@@ -15273,6 +16000,8 @@ export type BaseMetadataEntityFieldsFragment = {
15273
16000
  url: string;
15274
16001
  tag?: string | null;
15275
16002
  type: ProductV1MediaType;
16003
+ width?: number | null;
16004
+ height?: number | null;
15276
16005
  }> | null;
15277
16006
  productV1Seller?: {
15278
16007
  __typename?: "ProductV1Seller";
@@ -15289,6 +16018,8 @@ export type BaseMetadataEntityFieldsFragment = {
15289
16018
  url: string;
15290
16019
  tag?: string | null;
15291
16020
  type: ProductV1MediaType;
16021
+ width?: number | null;
16022
+ height?: number | null;
15292
16023
  }> | null;
15293
16024
  contactLinks?: Array<{
15294
16025
  __typename?: "ProductV1SellerContactLink";
@@ -15299,7 +16030,7 @@ export type BaseMetadataEntityFieldsFragment = {
15299
16030
  seller: {
15300
16031
  __typename?: "Seller";
15301
16032
  id: string;
15302
- operator: string;
16033
+ assistant: string;
15303
16034
  admin: string;
15304
16035
  clerk: string;
15305
16036
  treasury: string;
@@ -15333,6 +16064,8 @@ export type BaseMetadataEntityFieldsFragment = {
15333
16064
  url: string;
15334
16065
  tag?: string | null;
15335
16066
  type: ProductV1MediaType;
16067
+ width?: number | null;
16068
+ height?: number | null;
15336
16069
  }> | null;
15337
16070
  contactLinks?: Array<{
15338
16071
  __typename?: "ProductV1SellerContactLink";
@@ -15343,7 +16076,7 @@ export type BaseMetadataEntityFieldsFragment = {
15343
16076
  seller: {
15344
16077
  __typename?: "Seller";
15345
16078
  id: string;
15346
- operator: string;
16079
+ assistant: string;
15347
16080
  admin: string;
15348
16081
  clerk: string;
15349
16082
  treasury: string;
@@ -15379,13 +16112,27 @@ export type BaseMetadataEntityFieldsFragment = {
15379
16112
  deliveryTime: string;
15380
16113
  }> | null;
15381
16114
  } | null;
16115
+ animationMetadata?: {
16116
+ __typename?: "AnimationMetadata";
16117
+ id: string;
16118
+ width?: number | null;
16119
+ height?: number | null;
16120
+ type?: string | null;
16121
+ } | null;
15382
16122
  }
15383
16123
  | null;
16124
+ range?: {
16125
+ __typename?: "RangeEntity";
16126
+ id: string;
16127
+ start: string;
16128
+ end: string;
16129
+ owner: string;
16130
+ } | null;
15384
16131
  };
15385
16132
  seller: {
15386
16133
  __typename?: "Seller";
15387
16134
  id: string;
15388
- operator: string;
16135
+ assistant: string;
15389
16136
  admin: string;
15390
16137
  clerk: string;
15391
16138
  treasury: string;
@@ -15425,6 +16172,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15425
16172
  quantityAvailable: string;
15426
16173
  numberOfCommits: string;
15427
16174
  numberOfRedemptions: string;
16175
+ animationMetadata?: {
16176
+ __typename?: "AnimationMetadata";
16177
+ id: string;
16178
+ width?: number | null;
16179
+ height?: number | null;
16180
+ type?: string | null;
16181
+ } | null;
15428
16182
  attributes?: Array<{
15429
16183
  __typename?: "MetadataAttribute";
15430
16184
  traitType: string;
@@ -15470,7 +16224,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15470
16224
  seller: {
15471
16225
  __typename?: "Seller";
15472
16226
  id: string;
15473
- operator: string;
16227
+ assistant: string;
15474
16228
  admin: string;
15475
16229
  clerk: string;
15476
16230
  treasury: string;
@@ -15496,7 +16250,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15496
16250
  admin: string;
15497
16251
  clerk: string;
15498
16252
  treasury: string;
15499
- operator: string;
16253
+ assistant: string;
15500
16254
  metadataUri: string;
15501
16255
  active: boolean;
15502
16256
  sellerAllowList: Array<string>;
@@ -15536,6 +16290,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15536
16290
  schemaUrl: string;
15537
16291
  type: MetadataType;
15538
16292
  image: string;
16293
+ animationMetadata?: {
16294
+ __typename?: "AnimationMetadata";
16295
+ id: string;
16296
+ width?: number | null;
16297
+ height?: number | null;
16298
+ type?: string | null;
16299
+ } | null;
15539
16300
  }
15540
16301
  | {
15541
16302
  __typename?: "ProductV1MetadataEntity";
@@ -15627,6 +16388,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15627
16388
  url: string;
15628
16389
  tag?: string | null;
15629
16390
  type: ProductV1MediaType;
16391
+ width?: number | null;
16392
+ height?: number | null;
15630
16393
  }>;
15631
16394
  visuals_videos?: Array<{
15632
16395
  __typename?: "ProductV1Media";
@@ -15634,6 +16397,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15634
16397
  url: string;
15635
16398
  tag?: string | null;
15636
16399
  type: ProductV1MediaType;
16400
+ width?: number | null;
16401
+ height?: number | null;
15637
16402
  }> | null;
15638
16403
  productV1Seller?: {
15639
16404
  __typename?: "ProductV1Seller";
@@ -15650,6 +16415,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15650
16415
  url: string;
15651
16416
  tag?: string | null;
15652
16417
  type: ProductV1MediaType;
16418
+ width?: number | null;
16419
+ height?: number | null;
15653
16420
  }> | null;
15654
16421
  contactLinks?: Array<{
15655
16422
  __typename?: "ProductV1SellerContactLink";
@@ -15660,7 +16427,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15660
16427
  seller: {
15661
16428
  __typename?: "Seller";
15662
16429
  id: string;
15663
- operator: string;
16430
+ assistant: string;
15664
16431
  admin: string;
15665
16432
  clerk: string;
15666
16433
  treasury: string;
@@ -15694,6 +16461,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15694
16461
  url: string;
15695
16462
  tag?: string | null;
15696
16463
  type: ProductV1MediaType;
16464
+ width?: number | null;
16465
+ height?: number | null;
15697
16466
  }> | null;
15698
16467
  contactLinks?: Array<{
15699
16468
  __typename?: "ProductV1SellerContactLink";
@@ -15704,7 +16473,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15704
16473
  seller: {
15705
16474
  __typename?: "Seller";
15706
16475
  id: string;
15707
- operator: string;
16476
+ assistant: string;
15708
16477
  admin: string;
15709
16478
  clerk: string;
15710
16479
  treasury: string;
@@ -15740,13 +16509,27 @@ export type BaseBaseMetadataEntityFieldsFragment = {
15740
16509
  deliveryTime: string;
15741
16510
  }> | null;
15742
16511
  } | null;
16512
+ animationMetadata?: {
16513
+ __typename?: "AnimationMetadata";
16514
+ id: string;
16515
+ width?: number | null;
16516
+ height?: number | null;
16517
+ type?: string | null;
16518
+ } | null;
15743
16519
  }
15744
16520
  | null;
16521
+ range?: {
16522
+ __typename?: "RangeEntity";
16523
+ id: string;
16524
+ start: string;
16525
+ end: string;
16526
+ owner: string;
16527
+ } | null;
15745
16528
  };
15746
16529
  seller: {
15747
16530
  __typename?: "Seller";
15748
16531
  id: string;
15749
- operator: string;
16532
+ assistant: string;
15750
16533
  admin: string;
15751
16534
  clerk: string;
15752
16535
  treasury: string;
@@ -15861,6 +16644,8 @@ export type GetProductV1ProductsQueryQuery = {
15861
16644
  url: string;
15862
16645
  tag?: string | null;
15863
16646
  type: ProductV1MediaType;
16647
+ width?: number | null;
16648
+ height?: number | null;
15864
16649
  }>;
15865
16650
  visuals_videos?: Array<{
15866
16651
  __typename?: "ProductV1Media";
@@ -15868,6 +16653,8 @@ export type GetProductV1ProductsQueryQuery = {
15868
16653
  url: string;
15869
16654
  tag?: string | null;
15870
16655
  type: ProductV1MediaType;
16656
+ width?: number | null;
16657
+ height?: number | null;
15871
16658
  }> | null;
15872
16659
  productV1Seller?: {
15873
16660
  __typename?: "ProductV1Seller";
@@ -15884,6 +16671,8 @@ export type GetProductV1ProductsQueryQuery = {
15884
16671
  url: string;
15885
16672
  tag?: string | null;
15886
16673
  type: ProductV1MediaType;
16674
+ width?: number | null;
16675
+ height?: number | null;
15887
16676
  }> | null;
15888
16677
  contactLinks?: Array<{
15889
16678
  __typename?: "ProductV1SellerContactLink";
@@ -15894,7 +16683,7 @@ export type GetProductV1ProductsQueryQuery = {
15894
16683
  seller: {
15895
16684
  __typename?: "Seller";
15896
16685
  id: string;
15897
- operator: string;
16686
+ assistant: string;
15898
16687
  admin: string;
15899
16688
  clerk: string;
15900
16689
  treasury: string;
@@ -16020,7 +16809,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16020
16809
  seller: {
16021
16810
  __typename?: "Seller";
16022
16811
  id: string;
16023
- operator: string;
16812
+ assistant: string;
16024
16813
  admin: string;
16025
16814
  clerk: string;
16026
16815
  treasury: string;
@@ -16045,7 +16834,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16045
16834
  seller: {
16046
16835
  __typename?: "Seller";
16047
16836
  id: string;
16048
- operator: string;
16837
+ assistant: string;
16049
16838
  admin: string;
16050
16839
  clerk: string;
16051
16840
  treasury: string;
@@ -16071,7 +16860,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16071
16860
  admin: string;
16072
16861
  clerk: string;
16073
16862
  treasury: string;
16074
- operator: string;
16863
+ assistant: string;
16075
16864
  metadataUri: string;
16076
16865
  active: boolean;
16077
16866
  sellerAllowList: Array<string>;
@@ -16111,6 +16900,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16111
16900
  schemaUrl: string;
16112
16901
  type: MetadataType;
16113
16902
  image: string;
16903
+ animationMetadata?: {
16904
+ __typename?: "AnimationMetadata";
16905
+ id: string;
16906
+ width?: number | null;
16907
+ height?: number | null;
16908
+ type?: string | null;
16909
+ } | null;
16114
16910
  }
16115
16911
  | {
16116
16912
  __typename?: "ProductV1MetadataEntity";
@@ -16206,6 +17002,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16206
17002
  url: string;
16207
17003
  tag?: string | null;
16208
17004
  type: ProductV1MediaType;
17005
+ width?: number | null;
17006
+ height?: number | null;
16209
17007
  }>;
16210
17008
  visuals_videos?: Array<{
16211
17009
  __typename?: "ProductV1Media";
@@ -16213,6 +17011,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16213
17011
  url: string;
16214
17012
  tag?: string | null;
16215
17013
  type: ProductV1MediaType;
17014
+ width?: number | null;
17015
+ height?: number | null;
16216
17016
  }> | null;
16217
17017
  productV1Seller?: {
16218
17018
  __typename?: "ProductV1Seller";
@@ -16229,6 +17029,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16229
17029
  url: string;
16230
17030
  tag?: string | null;
16231
17031
  type: ProductV1MediaType;
17032
+ width?: number | null;
17033
+ height?: number | null;
16232
17034
  }> | null;
16233
17035
  contactLinks?: Array<{
16234
17036
  __typename?: "ProductV1SellerContactLink";
@@ -16239,7 +17041,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16239
17041
  seller: {
16240
17042
  __typename?: "Seller";
16241
17043
  id: string;
16242
- operator: string;
17044
+ assistant: string;
16243
17045
  admin: string;
16244
17046
  clerk: string;
16245
17047
  treasury: string;
@@ -16273,6 +17075,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16273
17075
  url: string;
16274
17076
  tag?: string | null;
16275
17077
  type: ProductV1MediaType;
17078
+ width?: number | null;
17079
+ height?: number | null;
16276
17080
  }> | null;
16277
17081
  contactLinks?: Array<{
16278
17082
  __typename?: "ProductV1SellerContactLink";
@@ -16283,7 +17087,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16283
17087
  seller: {
16284
17088
  __typename?: "Seller";
16285
17089
  id: string;
16286
- operator: string;
17090
+ assistant: string;
16287
17091
  admin: string;
16288
17092
  clerk: string;
16289
17093
  treasury: string;
@@ -16319,8 +17123,22 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16319
17123
  deliveryTime: string;
16320
17124
  }> | null;
16321
17125
  } | null;
17126
+ animationMetadata?: {
17127
+ __typename?: "AnimationMetadata";
17128
+ id: string;
17129
+ width?: number | null;
17130
+ height?: number | null;
17131
+ type?: string | null;
17132
+ } | null;
16322
17133
  }
16323
17134
  | null;
17135
+ range?: {
17136
+ __typename?: "RangeEntity";
17137
+ id: string;
17138
+ start: string;
17139
+ end: string;
17140
+ owner: string;
17141
+ } | null;
16324
17142
  };
16325
17143
  variations?: Array<{
16326
17144
  __typename?: "ProductV1Variation";
@@ -16366,6 +17184,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16366
17184
  url: string;
16367
17185
  tag?: string | null;
16368
17186
  type: ProductV1MediaType;
17187
+ width?: number | null;
17188
+ height?: number | null;
16369
17189
  }>;
16370
17190
  visuals_videos?: Array<{
16371
17191
  __typename?: "ProductV1Media";
@@ -16373,6 +17193,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16373
17193
  url: string;
16374
17194
  tag?: string | null;
16375
17195
  type: ProductV1MediaType;
17196
+ width?: number | null;
17197
+ height?: number | null;
16376
17198
  }> | null;
16377
17199
  productV1Seller?: {
16378
17200
  __typename?: "ProductV1Seller";
@@ -16389,6 +17211,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16389
17211
  url: string;
16390
17212
  tag?: string | null;
16391
17213
  type: ProductV1MediaType;
17214
+ width?: number | null;
17215
+ height?: number | null;
16392
17216
  }> | null;
16393
17217
  contactLinks?: Array<{
16394
17218
  __typename?: "ProductV1SellerContactLink";
@@ -16399,7 +17223,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
16399
17223
  seller: {
16400
17224
  __typename?: "Seller";
16401
17225
  id: string;
16402
- operator: string;
17226
+ assistant: string;
16403
17227
  admin: string;
16404
17228
  clerk: string;
16405
17229
  treasury: string;
@@ -16525,7 +17349,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16525
17349
  seller: {
16526
17350
  __typename?: "Seller";
16527
17351
  id: string;
16528
- operator: string;
17352
+ assistant: string;
16529
17353
  admin: string;
16530
17354
  clerk: string;
16531
17355
  treasury: string;
@@ -16550,7 +17374,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16550
17374
  seller: {
16551
17375
  __typename?: "Seller";
16552
17376
  id: string;
16553
- operator: string;
17377
+ assistant: string;
16554
17378
  admin: string;
16555
17379
  clerk: string;
16556
17380
  treasury: string;
@@ -16576,7 +17400,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16576
17400
  admin: string;
16577
17401
  clerk: string;
16578
17402
  treasury: string;
16579
- operator: string;
17403
+ assistant: string;
16580
17404
  metadataUri: string;
16581
17405
  active: boolean;
16582
17406
  sellerAllowList: Array<string>;
@@ -16616,6 +17440,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16616
17440
  schemaUrl: string;
16617
17441
  type: MetadataType;
16618
17442
  image: string;
17443
+ animationMetadata?: {
17444
+ __typename?: "AnimationMetadata";
17445
+ id: string;
17446
+ width?: number | null;
17447
+ height?: number | null;
17448
+ type?: string | null;
17449
+ } | null;
16619
17450
  }
16620
17451
  | {
16621
17452
  __typename?: "ProductV1MetadataEntity";
@@ -16711,6 +17542,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16711
17542
  url: string;
16712
17543
  tag?: string | null;
16713
17544
  type: ProductV1MediaType;
17545
+ width?: number | null;
17546
+ height?: number | null;
16714
17547
  }>;
16715
17548
  visuals_videos?: Array<{
16716
17549
  __typename?: "ProductV1Media";
@@ -16718,6 +17551,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16718
17551
  url: string;
16719
17552
  tag?: string | null;
16720
17553
  type: ProductV1MediaType;
17554
+ width?: number | null;
17555
+ height?: number | null;
16721
17556
  }> | null;
16722
17557
  productV1Seller?: {
16723
17558
  __typename?: "ProductV1Seller";
@@ -16734,6 +17569,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16734
17569
  url: string;
16735
17570
  tag?: string | null;
16736
17571
  type: ProductV1MediaType;
17572
+ width?: number | null;
17573
+ height?: number | null;
16737
17574
  }> | null;
16738
17575
  contactLinks?: Array<{
16739
17576
  __typename?: "ProductV1SellerContactLink";
@@ -16744,7 +17581,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16744
17581
  seller: {
16745
17582
  __typename?: "Seller";
16746
17583
  id: string;
16747
- operator: string;
17584
+ assistant: string;
16748
17585
  admin: string;
16749
17586
  clerk: string;
16750
17587
  treasury: string;
@@ -16778,6 +17615,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16778
17615
  url: string;
16779
17616
  tag?: string | null;
16780
17617
  type: ProductV1MediaType;
17618
+ width?: number | null;
17619
+ height?: number | null;
16781
17620
  }> | null;
16782
17621
  contactLinks?: Array<{
16783
17622
  __typename?: "ProductV1SellerContactLink";
@@ -16788,7 +17627,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16788
17627
  seller: {
16789
17628
  __typename?: "Seller";
16790
17629
  id: string;
16791
- operator: string;
17630
+ assistant: string;
16792
17631
  admin: string;
16793
17632
  clerk: string;
16794
17633
  treasury: string;
@@ -16824,8 +17663,22 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16824
17663
  deliveryTime: string;
16825
17664
  }> | null;
16826
17665
  } | null;
17666
+ animationMetadata?: {
17667
+ __typename?: "AnimationMetadata";
17668
+ id: string;
17669
+ width?: number | null;
17670
+ height?: number | null;
17671
+ type?: string | null;
17672
+ } | null;
16827
17673
  }
16828
17674
  | null;
17675
+ range?: {
17676
+ __typename?: "RangeEntity";
17677
+ id: string;
17678
+ start: string;
17679
+ end: string;
17680
+ owner: string;
17681
+ } | null;
16829
17682
  };
16830
17683
  variations?: Array<{
16831
17684
  __typename?: "ProductV1Variation";
@@ -16871,6 +17724,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16871
17724
  url: string;
16872
17725
  tag?: string | null;
16873
17726
  type: ProductV1MediaType;
17727
+ width?: number | null;
17728
+ height?: number | null;
16874
17729
  }>;
16875
17730
  visuals_videos?: Array<{
16876
17731
  __typename?: "ProductV1Media";
@@ -16878,6 +17733,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16878
17733
  url: string;
16879
17734
  tag?: string | null;
16880
17735
  type: ProductV1MediaType;
17736
+ width?: number | null;
17737
+ height?: number | null;
16881
17738
  }> | null;
16882
17739
  productV1Seller?: {
16883
17740
  __typename?: "ProductV1Seller";
@@ -16894,6 +17751,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16894
17751
  url: string;
16895
17752
  tag?: string | null;
16896
17753
  type: ProductV1MediaType;
17754
+ width?: number | null;
17755
+ height?: number | null;
16897
17756
  }> | null;
16898
17757
  contactLinks?: Array<{
16899
17758
  __typename?: "ProductV1SellerContactLink";
@@ -16904,7 +17763,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
16904
17763
  seller: {
16905
17764
  __typename?: "Seller";
16906
17765
  id: string;
16907
- operator: string;
17766
+ assistant: string;
16908
17767
  admin: string;
16909
17768
  clerk: string;
16910
17769
  treasury: string;
@@ -16967,6 +17826,13 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
16967
17826
  numberOfCommits: string;
16968
17827
  numberOfRedemptions: string;
16969
17828
  uuid: string;
17829
+ animationMetadata?: {
17830
+ __typename?: "AnimationMetadata";
17831
+ id: string;
17832
+ width?: number | null;
17833
+ height?: number | null;
17834
+ type?: string | null;
17835
+ } | null;
16970
17836
  attributes?: Array<{
16971
17837
  __typename?: "MetadataAttribute";
16972
17838
  traitType: string;
@@ -17037,7 +17903,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17037
17903
  seller: {
17038
17904
  __typename?: "Seller";
17039
17905
  id: string;
17040
- operator: string;
17906
+ assistant: string;
17041
17907
  admin: string;
17042
17908
  clerk: string;
17043
17909
  treasury: string;
@@ -17062,7 +17928,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17062
17928
  seller: {
17063
17929
  __typename?: "Seller";
17064
17930
  id: string;
17065
- operator: string;
17931
+ assistant: string;
17066
17932
  admin: string;
17067
17933
  clerk: string;
17068
17934
  treasury: string;
@@ -17088,7 +17954,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17088
17954
  admin: string;
17089
17955
  clerk: string;
17090
17956
  treasury: string;
17091
- operator: string;
17957
+ assistant: string;
17092
17958
  metadataUri: string;
17093
17959
  active: boolean;
17094
17960
  sellerAllowList: Array<string>;
@@ -17128,6 +17994,13 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17128
17994
  schemaUrl: string;
17129
17995
  type: MetadataType;
17130
17996
  image: string;
17997
+ animationMetadata?: {
17998
+ __typename?: "AnimationMetadata";
17999
+ id: string;
18000
+ width?: number | null;
18001
+ height?: number | null;
18002
+ type?: string | null;
18003
+ } | null;
17131
18004
  }
17132
18005
  | {
17133
18006
  __typename?: "ProductV1MetadataEntity";
@@ -17223,6 +18096,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17223
18096
  url: string;
17224
18097
  tag?: string | null;
17225
18098
  type: ProductV1MediaType;
18099
+ width?: number | null;
18100
+ height?: number | null;
17226
18101
  }>;
17227
18102
  visuals_videos?: Array<{
17228
18103
  __typename?: "ProductV1Media";
@@ -17230,6 +18105,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17230
18105
  url: string;
17231
18106
  tag?: string | null;
17232
18107
  type: ProductV1MediaType;
18108
+ width?: number | null;
18109
+ height?: number | null;
17233
18110
  }> | null;
17234
18111
  productV1Seller?: {
17235
18112
  __typename?: "ProductV1Seller";
@@ -17246,6 +18123,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17246
18123
  url: string;
17247
18124
  tag?: string | null;
17248
18125
  type: ProductV1MediaType;
18126
+ width?: number | null;
18127
+ height?: number | null;
17249
18128
  }> | null;
17250
18129
  contactLinks?: Array<{
17251
18130
  __typename?: "ProductV1SellerContactLink";
@@ -17256,7 +18135,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17256
18135
  seller: {
17257
18136
  __typename?: "Seller";
17258
18137
  id: string;
17259
- operator: string;
18138
+ assistant: string;
17260
18139
  admin: string;
17261
18140
  clerk: string;
17262
18141
  treasury: string;
@@ -17290,6 +18169,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17290
18169
  url: string;
17291
18170
  tag?: string | null;
17292
18171
  type: ProductV1MediaType;
18172
+ width?: number | null;
18173
+ height?: number | null;
17293
18174
  }> | null;
17294
18175
  contactLinks?: Array<{
17295
18176
  __typename?: "ProductV1SellerContactLink";
@@ -17300,7 +18181,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17300
18181
  seller: {
17301
18182
  __typename?: "Seller";
17302
18183
  id: string;
17303
- operator: string;
18184
+ assistant: string;
17304
18185
  admin: string;
17305
18186
  clerk: string;
17306
18187
  treasury: string;
@@ -17336,13 +18217,27 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17336
18217
  deliveryTime: string;
17337
18218
  }> | null;
17338
18219
  } | null;
18220
+ animationMetadata?: {
18221
+ __typename?: "AnimationMetadata";
18222
+ id: string;
18223
+ width?: number | null;
18224
+ height?: number | null;
18225
+ type?: string | null;
18226
+ } | null;
17339
18227
  }
17340
18228
  | null;
18229
+ range?: {
18230
+ __typename?: "RangeEntity";
18231
+ id: string;
18232
+ start: string;
18233
+ end: string;
18234
+ owner: string;
18235
+ } | null;
17341
18236
  };
17342
18237
  seller: {
17343
18238
  __typename?: "Seller";
17344
18239
  id: string;
17345
- operator: string;
18240
+ assistant: string;
17346
18241
  admin: string;
17347
18242
  clerk: string;
17348
18243
  treasury: string;
@@ -17428,6 +18323,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17428
18323
  url: string;
17429
18324
  tag?: string | null;
17430
18325
  type: ProductV1MediaType;
18326
+ width?: number | null;
18327
+ height?: number | null;
17431
18328
  }>;
17432
18329
  visuals_videos?: Array<{
17433
18330
  __typename?: "ProductV1Media";
@@ -17435,6 +18332,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17435
18332
  url: string;
17436
18333
  tag?: string | null;
17437
18334
  type: ProductV1MediaType;
18335
+ width?: number | null;
18336
+ height?: number | null;
17438
18337
  }> | null;
17439
18338
  productV1Seller?: {
17440
18339
  __typename?: "ProductV1Seller";
@@ -17451,6 +18350,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17451
18350
  url: string;
17452
18351
  tag?: string | null;
17453
18352
  type: ProductV1MediaType;
18353
+ width?: number | null;
18354
+ height?: number | null;
17454
18355
  }> | null;
17455
18356
  contactLinks?: Array<{
17456
18357
  __typename?: "ProductV1SellerContactLink";
@@ -17461,7 +18362,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17461
18362
  seller: {
17462
18363
  __typename?: "Seller";
17463
18364
  id: string;
17464
- operator: string;
18365
+ assistant: string;
17465
18366
  admin: string;
17466
18367
  clerk: string;
17467
18368
  treasury: string;
@@ -17495,6 +18396,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17495
18396
  url: string;
17496
18397
  tag?: string | null;
17497
18398
  type: ProductV1MediaType;
18399
+ width?: number | null;
18400
+ height?: number | null;
17498
18401
  }> | null;
17499
18402
  contactLinks?: Array<{
17500
18403
  __typename?: "ProductV1SellerContactLink";
@@ -17505,7 +18408,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
17505
18408
  seller: {
17506
18409
  __typename?: "Seller";
17507
18410
  id: string;
17508
- operator: string;
18411
+ assistant: string;
17509
18412
  admin: string;
17510
18413
  clerk: string;
17511
18414
  treasury: string;
@@ -17560,6 +18463,13 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17560
18463
  numberOfCommits: string;
17561
18464
  numberOfRedemptions: string;
17562
18465
  uuid: string;
18466
+ animationMetadata?: {
18467
+ __typename?: "AnimationMetadata";
18468
+ id: string;
18469
+ width?: number | null;
18470
+ height?: number | null;
18471
+ type?: string | null;
18472
+ } | null;
17563
18473
  attributes?: Array<{
17564
18474
  __typename?: "MetadataAttribute";
17565
18475
  traitType: string;
@@ -17630,7 +18540,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17630
18540
  seller: {
17631
18541
  __typename?: "Seller";
17632
18542
  id: string;
17633
- operator: string;
18543
+ assistant: string;
17634
18544
  admin: string;
17635
18545
  clerk: string;
17636
18546
  treasury: string;
@@ -17655,7 +18565,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17655
18565
  seller: {
17656
18566
  __typename?: "Seller";
17657
18567
  id: string;
17658
- operator: string;
18568
+ assistant: string;
17659
18569
  admin: string;
17660
18570
  clerk: string;
17661
18571
  treasury: string;
@@ -17681,7 +18591,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17681
18591
  admin: string;
17682
18592
  clerk: string;
17683
18593
  treasury: string;
17684
- operator: string;
18594
+ assistant: string;
17685
18595
  metadataUri: string;
17686
18596
  active: boolean;
17687
18597
  sellerAllowList: Array<string>;
@@ -17721,6 +18631,13 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17721
18631
  schemaUrl: string;
17722
18632
  type: MetadataType;
17723
18633
  image: string;
18634
+ animationMetadata?: {
18635
+ __typename?: "AnimationMetadata";
18636
+ id: string;
18637
+ width?: number | null;
18638
+ height?: number | null;
18639
+ type?: string | null;
18640
+ } | null;
17724
18641
  }
17725
18642
  | {
17726
18643
  __typename?: "ProductV1MetadataEntity";
@@ -17816,6 +18733,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17816
18733
  url: string;
17817
18734
  tag?: string | null;
17818
18735
  type: ProductV1MediaType;
18736
+ width?: number | null;
18737
+ height?: number | null;
17819
18738
  }>;
17820
18739
  visuals_videos?: Array<{
17821
18740
  __typename?: "ProductV1Media";
@@ -17823,6 +18742,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17823
18742
  url: string;
17824
18743
  tag?: string | null;
17825
18744
  type: ProductV1MediaType;
18745
+ width?: number | null;
18746
+ height?: number | null;
17826
18747
  }> | null;
17827
18748
  productV1Seller?: {
17828
18749
  __typename?: "ProductV1Seller";
@@ -17839,6 +18760,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17839
18760
  url: string;
17840
18761
  tag?: string | null;
17841
18762
  type: ProductV1MediaType;
18763
+ width?: number | null;
18764
+ height?: number | null;
17842
18765
  }> | null;
17843
18766
  contactLinks?: Array<{
17844
18767
  __typename?: "ProductV1SellerContactLink";
@@ -17849,7 +18772,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17849
18772
  seller: {
17850
18773
  __typename?: "Seller";
17851
18774
  id: string;
17852
- operator: string;
18775
+ assistant: string;
17853
18776
  admin: string;
17854
18777
  clerk: string;
17855
18778
  treasury: string;
@@ -17883,6 +18806,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17883
18806
  url: string;
17884
18807
  tag?: string | null;
17885
18808
  type: ProductV1MediaType;
18809
+ width?: number | null;
18810
+ height?: number | null;
17886
18811
  }> | null;
17887
18812
  contactLinks?: Array<{
17888
18813
  __typename?: "ProductV1SellerContactLink";
@@ -17893,7 +18818,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17893
18818
  seller: {
17894
18819
  __typename?: "Seller";
17895
18820
  id: string;
17896
- operator: string;
18821
+ assistant: string;
17897
18822
  admin: string;
17898
18823
  clerk: string;
17899
18824
  treasury: string;
@@ -17929,13 +18854,27 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
17929
18854
  deliveryTime: string;
17930
18855
  }> | null;
17931
18856
  } | null;
18857
+ animationMetadata?: {
18858
+ __typename?: "AnimationMetadata";
18859
+ id: string;
18860
+ width?: number | null;
18861
+ height?: number | null;
18862
+ type?: string | null;
18863
+ } | null;
17932
18864
  }
17933
18865
  | null;
18866
+ range?: {
18867
+ __typename?: "RangeEntity";
18868
+ id: string;
18869
+ start: string;
18870
+ end: string;
18871
+ owner: string;
18872
+ } | null;
17934
18873
  };
17935
18874
  seller: {
17936
18875
  __typename?: "Seller";
17937
18876
  id: string;
17938
- operator: string;
18877
+ assistant: string;
17939
18878
  admin: string;
17940
18879
  clerk: string;
17941
18880
  treasury: string;
@@ -18021,6 +18960,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18021
18960
  url: string;
18022
18961
  tag?: string | null;
18023
18962
  type: ProductV1MediaType;
18963
+ width?: number | null;
18964
+ height?: number | null;
18024
18965
  }>;
18025
18966
  visuals_videos?: Array<{
18026
18967
  __typename?: "ProductV1Media";
@@ -18028,6 +18969,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18028
18969
  url: string;
18029
18970
  tag?: string | null;
18030
18971
  type: ProductV1MediaType;
18972
+ width?: number | null;
18973
+ height?: number | null;
18031
18974
  }> | null;
18032
18975
  productV1Seller?: {
18033
18976
  __typename?: "ProductV1Seller";
@@ -18044,6 +18987,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18044
18987
  url: string;
18045
18988
  tag?: string | null;
18046
18989
  type: ProductV1MediaType;
18990
+ width?: number | null;
18991
+ height?: number | null;
18047
18992
  }> | null;
18048
18993
  contactLinks?: Array<{
18049
18994
  __typename?: "ProductV1SellerContactLink";
@@ -18054,7 +18999,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18054
18999
  seller: {
18055
19000
  __typename?: "Seller";
18056
19001
  id: string;
18057
- operator: string;
19002
+ assistant: string;
18058
19003
  admin: string;
18059
19004
  clerk: string;
18060
19005
  treasury: string;
@@ -18088,6 +19033,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18088
19033
  url: string;
18089
19034
  tag?: string | null;
18090
19035
  type: ProductV1MediaType;
19036
+ width?: number | null;
19037
+ height?: number | null;
18091
19038
  }> | null;
18092
19039
  contactLinks?: Array<{
18093
19040
  __typename?: "ProductV1SellerContactLink";
@@ -18098,7 +19045,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
18098
19045
  seller: {
18099
19046
  __typename?: "Seller";
18100
19047
  id: string;
18101
- operator: string;
19048
+ assistant: string;
18102
19049
  admin: string;
18103
19050
  clerk: string;
18104
19051
  treasury: string;
@@ -18143,6 +19090,13 @@ export type ProductV1MetadataEntityFieldsFragment = {
18143
19090
  numberOfCommits: string;
18144
19091
  numberOfRedemptions: string;
18145
19092
  uuid: string;
19093
+ animationMetadata?: {
19094
+ __typename?: "AnimationMetadata";
19095
+ id: string;
19096
+ width?: number | null;
19097
+ height?: number | null;
19098
+ type?: string | null;
19099
+ } | null;
18146
19100
  attributes?: Array<{
18147
19101
  __typename?: "MetadataAttribute";
18148
19102
  traitType: string;
@@ -18213,7 +19167,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18213
19167
  seller: {
18214
19168
  __typename?: "Seller";
18215
19169
  id: string;
18216
- operator: string;
19170
+ assistant: string;
18217
19171
  admin: string;
18218
19172
  clerk: string;
18219
19173
  treasury: string;
@@ -18238,7 +19192,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18238
19192
  seller: {
18239
19193
  __typename?: "Seller";
18240
19194
  id: string;
18241
- operator: string;
19195
+ assistant: string;
18242
19196
  admin: string;
18243
19197
  clerk: string;
18244
19198
  treasury: string;
@@ -18264,7 +19218,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18264
19218
  admin: string;
18265
19219
  clerk: string;
18266
19220
  treasury: string;
18267
- operator: string;
19221
+ assistant: string;
18268
19222
  metadataUri: string;
18269
19223
  active: boolean;
18270
19224
  sellerAllowList: Array<string>;
@@ -18304,6 +19258,13 @@ export type ProductV1MetadataEntityFieldsFragment = {
18304
19258
  schemaUrl: string;
18305
19259
  type: MetadataType;
18306
19260
  image: string;
19261
+ animationMetadata?: {
19262
+ __typename?: "AnimationMetadata";
19263
+ id: string;
19264
+ width?: number | null;
19265
+ height?: number | null;
19266
+ type?: string | null;
19267
+ } | null;
18307
19268
  }
18308
19269
  | {
18309
19270
  __typename?: "ProductV1MetadataEntity";
@@ -18395,6 +19356,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18395
19356
  url: string;
18396
19357
  tag?: string | null;
18397
19358
  type: ProductV1MediaType;
19359
+ width?: number | null;
19360
+ height?: number | null;
18398
19361
  }>;
18399
19362
  visuals_videos?: Array<{
18400
19363
  __typename?: "ProductV1Media";
@@ -18402,6 +19365,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18402
19365
  url: string;
18403
19366
  tag?: string | null;
18404
19367
  type: ProductV1MediaType;
19368
+ width?: number | null;
19369
+ height?: number | null;
18405
19370
  }> | null;
18406
19371
  productV1Seller?: {
18407
19372
  __typename?: "ProductV1Seller";
@@ -18418,6 +19383,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18418
19383
  url: string;
18419
19384
  tag?: string | null;
18420
19385
  type: ProductV1MediaType;
19386
+ width?: number | null;
19387
+ height?: number | null;
18421
19388
  }> | null;
18422
19389
  contactLinks?: Array<{
18423
19390
  __typename?: "ProductV1SellerContactLink";
@@ -18428,7 +19395,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18428
19395
  seller: {
18429
19396
  __typename?: "Seller";
18430
19397
  id: string;
18431
- operator: string;
19398
+ assistant: string;
18432
19399
  admin: string;
18433
19400
  clerk: string;
18434
19401
  treasury: string;
@@ -18462,6 +19429,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18462
19429
  url: string;
18463
19430
  tag?: string | null;
18464
19431
  type: ProductV1MediaType;
19432
+ width?: number | null;
19433
+ height?: number | null;
18465
19434
  }> | null;
18466
19435
  contactLinks?: Array<{
18467
19436
  __typename?: "ProductV1SellerContactLink";
@@ -18472,7 +19441,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18472
19441
  seller: {
18473
19442
  __typename?: "Seller";
18474
19443
  id: string;
18475
- operator: string;
19444
+ assistant: string;
18476
19445
  admin: string;
18477
19446
  clerk: string;
18478
19447
  treasury: string;
@@ -18508,13 +19477,27 @@ export type ProductV1MetadataEntityFieldsFragment = {
18508
19477
  deliveryTime: string;
18509
19478
  }> | null;
18510
19479
  } | null;
19480
+ animationMetadata?: {
19481
+ __typename?: "AnimationMetadata";
19482
+ id: string;
19483
+ width?: number | null;
19484
+ height?: number | null;
19485
+ type?: string | null;
19486
+ } | null;
18511
19487
  }
18512
19488
  | null;
19489
+ range?: {
19490
+ __typename?: "RangeEntity";
19491
+ id: string;
19492
+ start: string;
19493
+ end: string;
19494
+ owner: string;
19495
+ } | null;
18513
19496
  };
18514
19497
  seller: {
18515
19498
  __typename?: "Seller";
18516
19499
  id: string;
18517
- operator: string;
19500
+ assistant: string;
18518
19501
  admin: string;
18519
19502
  clerk: string;
18520
19503
  treasury: string;
@@ -18600,6 +19583,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18600
19583
  url: string;
18601
19584
  tag?: string | null;
18602
19585
  type: ProductV1MediaType;
19586
+ width?: number | null;
19587
+ height?: number | null;
18603
19588
  }>;
18604
19589
  visuals_videos?: Array<{
18605
19590
  __typename?: "ProductV1Media";
@@ -18607,6 +19592,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18607
19592
  url: string;
18608
19593
  tag?: string | null;
18609
19594
  type: ProductV1MediaType;
19595
+ width?: number | null;
19596
+ height?: number | null;
18610
19597
  }> | null;
18611
19598
  productV1Seller?: {
18612
19599
  __typename?: "ProductV1Seller";
@@ -18623,6 +19610,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18623
19610
  url: string;
18624
19611
  tag?: string | null;
18625
19612
  type: ProductV1MediaType;
19613
+ width?: number | null;
19614
+ height?: number | null;
18626
19615
  }> | null;
18627
19616
  contactLinks?: Array<{
18628
19617
  __typename?: "ProductV1SellerContactLink";
@@ -18633,7 +19622,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18633
19622
  seller: {
18634
19623
  __typename?: "Seller";
18635
19624
  id: string;
18636
- operator: string;
19625
+ assistant: string;
18637
19626
  admin: string;
18638
19627
  clerk: string;
18639
19628
  treasury: string;
@@ -18667,6 +19656,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
18667
19656
  url: string;
18668
19657
  tag?: string | null;
18669
19658
  type: ProductV1MediaType;
19659
+ width?: number | null;
19660
+ height?: number | null;
18670
19661
  }> | null;
18671
19662
  contactLinks?: Array<{
18672
19663
  __typename?: "ProductV1SellerContactLink";
@@ -18677,7 +19668,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
18677
19668
  seller: {
18678
19669
  __typename?: "Seller";
18679
19670
  id: string;
18680
- operator: string;
19671
+ assistant: string;
18681
19672
  admin: string;
18682
19673
  clerk: string;
18683
19674
  treasury: string;
@@ -18721,6 +19712,13 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18721
19712
  numberOfCommits: string;
18722
19713
  numberOfRedemptions: string;
18723
19714
  uuid: string;
19715
+ animationMetadata?: {
19716
+ __typename?: "AnimationMetadata";
19717
+ id: string;
19718
+ width?: number | null;
19719
+ height?: number | null;
19720
+ type?: string | null;
19721
+ } | null;
18724
19722
  attributes?: Array<{
18725
19723
  __typename?: "MetadataAttribute";
18726
19724
  traitType: string;
@@ -18791,7 +19789,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18791
19789
  seller: {
18792
19790
  __typename?: "Seller";
18793
19791
  id: string;
18794
- operator: string;
19792
+ assistant: string;
18795
19793
  admin: string;
18796
19794
  clerk: string;
18797
19795
  treasury: string;
@@ -18816,7 +19814,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18816
19814
  seller: {
18817
19815
  __typename?: "Seller";
18818
19816
  id: string;
18819
- operator: string;
19817
+ assistant: string;
18820
19818
  admin: string;
18821
19819
  clerk: string;
18822
19820
  treasury: string;
@@ -18842,7 +19840,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18842
19840
  admin: string;
18843
19841
  clerk: string;
18844
19842
  treasury: string;
18845
- operator: string;
19843
+ assistant: string;
18846
19844
  metadataUri: string;
18847
19845
  active: boolean;
18848
19846
  sellerAllowList: Array<string>;
@@ -18882,6 +19880,13 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18882
19880
  schemaUrl: string;
18883
19881
  type: MetadataType;
18884
19882
  image: string;
19883
+ animationMetadata?: {
19884
+ __typename?: "AnimationMetadata";
19885
+ id: string;
19886
+ width?: number | null;
19887
+ height?: number | null;
19888
+ type?: string | null;
19889
+ } | null;
18885
19890
  }
18886
19891
  | {
18887
19892
  __typename?: "ProductV1MetadataEntity";
@@ -18973,6 +19978,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18973
19978
  url: string;
18974
19979
  tag?: string | null;
18975
19980
  type: ProductV1MediaType;
19981
+ width?: number | null;
19982
+ height?: number | null;
18976
19983
  }>;
18977
19984
  visuals_videos?: Array<{
18978
19985
  __typename?: "ProductV1Media";
@@ -18980,6 +19987,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18980
19987
  url: string;
18981
19988
  tag?: string | null;
18982
19989
  type: ProductV1MediaType;
19990
+ width?: number | null;
19991
+ height?: number | null;
18983
19992
  }> | null;
18984
19993
  productV1Seller?: {
18985
19994
  __typename?: "ProductV1Seller";
@@ -18996,6 +20005,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
18996
20005
  url: string;
18997
20006
  tag?: string | null;
18998
20007
  type: ProductV1MediaType;
20008
+ width?: number | null;
20009
+ height?: number | null;
18999
20010
  }> | null;
19000
20011
  contactLinks?: Array<{
19001
20012
  __typename?: "ProductV1SellerContactLink";
@@ -19006,7 +20017,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19006
20017
  seller: {
19007
20018
  __typename?: "Seller";
19008
20019
  id: string;
19009
- operator: string;
20020
+ assistant: string;
19010
20021
  admin: string;
19011
20022
  clerk: string;
19012
20023
  treasury: string;
@@ -19040,6 +20051,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19040
20051
  url: string;
19041
20052
  tag?: string | null;
19042
20053
  type: ProductV1MediaType;
20054
+ width?: number | null;
20055
+ height?: number | null;
19043
20056
  }> | null;
19044
20057
  contactLinks?: Array<{
19045
20058
  __typename?: "ProductV1SellerContactLink";
@@ -19050,7 +20063,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19050
20063
  seller: {
19051
20064
  __typename?: "Seller";
19052
20065
  id: string;
19053
- operator: string;
20066
+ assistant: string;
19054
20067
  admin: string;
19055
20068
  clerk: string;
19056
20069
  treasury: string;
@@ -19086,13 +20099,27 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19086
20099
  deliveryTime: string;
19087
20100
  }> | null;
19088
20101
  } | null;
20102
+ animationMetadata?: {
20103
+ __typename?: "AnimationMetadata";
20104
+ id: string;
20105
+ width?: number | null;
20106
+ height?: number | null;
20107
+ type?: string | null;
20108
+ } | null;
19089
20109
  }
19090
20110
  | null;
20111
+ range?: {
20112
+ __typename?: "RangeEntity";
20113
+ id: string;
20114
+ start: string;
20115
+ end: string;
20116
+ owner: string;
20117
+ } | null;
19091
20118
  };
19092
20119
  seller: {
19093
20120
  __typename?: "Seller";
19094
20121
  id: string;
19095
- operator: string;
20122
+ assistant: string;
19096
20123
  admin: string;
19097
20124
  clerk: string;
19098
20125
  treasury: string;
@@ -19178,6 +20205,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19178
20205
  url: string;
19179
20206
  tag?: string | null;
19180
20207
  type: ProductV1MediaType;
20208
+ width?: number | null;
20209
+ height?: number | null;
19181
20210
  }>;
19182
20211
  visuals_videos?: Array<{
19183
20212
  __typename?: "ProductV1Media";
@@ -19185,6 +20214,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19185
20214
  url: string;
19186
20215
  tag?: string | null;
19187
20216
  type: ProductV1MediaType;
20217
+ width?: number | null;
20218
+ height?: number | null;
19188
20219
  }> | null;
19189
20220
  productV1Seller?: {
19190
20221
  __typename?: "ProductV1Seller";
@@ -19201,6 +20232,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19201
20232
  url: string;
19202
20233
  tag?: string | null;
19203
20234
  type: ProductV1MediaType;
20235
+ width?: number | null;
20236
+ height?: number | null;
19204
20237
  }> | null;
19205
20238
  contactLinks?: Array<{
19206
20239
  __typename?: "ProductV1SellerContactLink";
@@ -19211,7 +20244,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19211
20244
  seller: {
19212
20245
  __typename?: "Seller";
19213
20246
  id: string;
19214
- operator: string;
20247
+ assistant: string;
19215
20248
  admin: string;
19216
20249
  clerk: string;
19217
20250
  treasury: string;
@@ -19245,6 +20278,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19245
20278
  url: string;
19246
20279
  tag?: string | null;
19247
20280
  type: ProductV1MediaType;
20281
+ width?: number | null;
20282
+ height?: number | null;
19248
20283
  }> | null;
19249
20284
  contactLinks?: Array<{
19250
20285
  __typename?: "ProductV1SellerContactLink";
@@ -19255,7 +20290,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19255
20290
  seller: {
19256
20291
  __typename?: "Seller";
19257
20292
  id: string;
19258
- operator: string;
20293
+ assistant: string;
19259
20294
  admin: string;
19260
20295
  clerk: string;
19261
20296
  treasury: string;
@@ -19279,6 +20314,14 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
19279
20314
  };
19280
20315
  };
19281
20316
 
20317
+ export type BaseAnimationMetadataFieldsFragment = {
20318
+ __typename?: "AnimationMetadata";
20319
+ id: string;
20320
+ width?: number | null;
20321
+ height?: number | null;
20322
+ type?: string | null;
20323
+ };
20324
+
19282
20325
  export type BaseProductV1ProductFieldsFragment = {
19283
20326
  __typename?: "ProductV1Product";
19284
20327
  id: string;
@@ -19346,6 +20389,8 @@ export type BaseProductV1ProductFieldsFragment = {
19346
20389
  url: string;
19347
20390
  tag?: string | null;
19348
20391
  type: ProductV1MediaType;
20392
+ width?: number | null;
20393
+ height?: number | null;
19349
20394
  }>;
19350
20395
  visuals_videos?: Array<{
19351
20396
  __typename?: "ProductV1Media";
@@ -19353,6 +20398,8 @@ export type BaseProductV1ProductFieldsFragment = {
19353
20398
  url: string;
19354
20399
  tag?: string | null;
19355
20400
  type: ProductV1MediaType;
20401
+ width?: number | null;
20402
+ height?: number | null;
19356
20403
  }> | null;
19357
20404
  productV1Seller?: {
19358
20405
  __typename?: "ProductV1Seller";
@@ -19369,6 +20416,8 @@ export type BaseProductV1ProductFieldsFragment = {
19369
20416
  url: string;
19370
20417
  tag?: string | null;
19371
20418
  type: ProductV1MediaType;
20419
+ width?: number | null;
20420
+ height?: number | null;
19372
20421
  }> | null;
19373
20422
  contactLinks?: Array<{
19374
20423
  __typename?: "ProductV1SellerContactLink";
@@ -19379,7 +20428,7 @@ export type BaseProductV1ProductFieldsFragment = {
19379
20428
  seller: {
19380
20429
  __typename?: "Seller";
19381
20430
  id: string;
19382
- operator: string;
20431
+ assistant: string;
19383
20432
  admin: string;
19384
20433
  clerk: string;
19385
20434
  treasury: string;
@@ -19494,7 +20543,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19494
20543
  seller: {
19495
20544
  __typename?: "Seller";
19496
20545
  id: string;
19497
- operator: string;
20546
+ assistant: string;
19498
20547
  admin: string;
19499
20548
  clerk: string;
19500
20549
  treasury: string;
@@ -19519,7 +20568,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19519
20568
  seller: {
19520
20569
  __typename?: "Seller";
19521
20570
  id: string;
19522
- operator: string;
20571
+ assistant: string;
19523
20572
  admin: string;
19524
20573
  clerk: string;
19525
20574
  treasury: string;
@@ -19545,7 +20594,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19545
20594
  admin: string;
19546
20595
  clerk: string;
19547
20596
  treasury: string;
19548
- operator: string;
20597
+ assistant: string;
19549
20598
  metadataUri: string;
19550
20599
  active: boolean;
19551
20600
  sellerAllowList: Array<string>;
@@ -19585,6 +20634,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19585
20634
  schemaUrl: string;
19586
20635
  type: MetadataType;
19587
20636
  image: string;
20637
+ animationMetadata?: {
20638
+ __typename?: "AnimationMetadata";
20639
+ id: string;
20640
+ width?: number | null;
20641
+ height?: number | null;
20642
+ type?: string | null;
20643
+ } | null;
19588
20644
  }
19589
20645
  | {
19590
20646
  __typename?: "ProductV1MetadataEntity";
@@ -19680,6 +20736,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19680
20736
  url: string;
19681
20737
  tag?: string | null;
19682
20738
  type: ProductV1MediaType;
20739
+ width?: number | null;
20740
+ height?: number | null;
19683
20741
  }>;
19684
20742
  visuals_videos?: Array<{
19685
20743
  __typename?: "ProductV1Media";
@@ -19687,6 +20745,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19687
20745
  url: string;
19688
20746
  tag?: string | null;
19689
20747
  type: ProductV1MediaType;
20748
+ width?: number | null;
20749
+ height?: number | null;
19690
20750
  }> | null;
19691
20751
  productV1Seller?: {
19692
20752
  __typename?: "ProductV1Seller";
@@ -19703,6 +20763,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19703
20763
  url: string;
19704
20764
  tag?: string | null;
19705
20765
  type: ProductV1MediaType;
20766
+ width?: number | null;
20767
+ height?: number | null;
19706
20768
  }> | null;
19707
20769
  contactLinks?: Array<{
19708
20770
  __typename?: "ProductV1SellerContactLink";
@@ -19713,7 +20775,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19713
20775
  seller: {
19714
20776
  __typename?: "Seller";
19715
20777
  id: string;
19716
- operator: string;
20778
+ assistant: string;
19717
20779
  admin: string;
19718
20780
  clerk: string;
19719
20781
  treasury: string;
@@ -19747,6 +20809,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19747
20809
  url: string;
19748
20810
  tag?: string | null;
19749
20811
  type: ProductV1MediaType;
20812
+ width?: number | null;
20813
+ height?: number | null;
19750
20814
  }> | null;
19751
20815
  contactLinks?: Array<{
19752
20816
  __typename?: "ProductV1SellerContactLink";
@@ -19757,7 +20821,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19757
20821
  seller: {
19758
20822
  __typename?: "Seller";
19759
20823
  id: string;
19760
- operator: string;
20824
+ assistant: string;
19761
20825
  admin: string;
19762
20826
  clerk: string;
19763
20827
  treasury: string;
@@ -19793,8 +20857,22 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19793
20857
  deliveryTime: string;
19794
20858
  }> | null;
19795
20859
  } | null;
20860
+ animationMetadata?: {
20861
+ __typename?: "AnimationMetadata";
20862
+ id: string;
20863
+ width?: number | null;
20864
+ height?: number | null;
20865
+ type?: string | null;
20866
+ } | null;
19796
20867
  }
19797
20868
  | null;
20869
+ range?: {
20870
+ __typename?: "RangeEntity";
20871
+ id: string;
20872
+ start: string;
20873
+ end: string;
20874
+ owner: string;
20875
+ } | null;
19798
20876
  };
19799
20877
  variations?: Array<{
19800
20878
  __typename?: "ProductV1Variation";
@@ -19840,6 +20918,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19840
20918
  url: string;
19841
20919
  tag?: string | null;
19842
20920
  type: ProductV1MediaType;
20921
+ width?: number | null;
20922
+ height?: number | null;
19843
20923
  }>;
19844
20924
  visuals_videos?: Array<{
19845
20925
  __typename?: "ProductV1Media";
@@ -19847,6 +20927,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19847
20927
  url: string;
19848
20928
  tag?: string | null;
19849
20929
  type: ProductV1MediaType;
20930
+ width?: number | null;
20931
+ height?: number | null;
19850
20932
  }> | null;
19851
20933
  productV1Seller?: {
19852
20934
  __typename?: "ProductV1Seller";
@@ -19863,6 +20945,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19863
20945
  url: string;
19864
20946
  tag?: string | null;
19865
20947
  type: ProductV1MediaType;
20948
+ width?: number | null;
20949
+ height?: number | null;
19866
20950
  }> | null;
19867
20951
  contactLinks?: Array<{
19868
20952
  __typename?: "ProductV1SellerContactLink";
@@ -19873,7 +20957,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
19873
20957
  seller: {
19874
20958
  __typename?: "Seller";
19875
20959
  id: string;
19876
- operator: string;
20960
+ assistant: string;
19877
20961
  admin: string;
19878
20962
  clerk: string;
19879
20963
  treasury: string;
@@ -19988,7 +21072,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
19988
21072
  seller: {
19989
21073
  __typename?: "Seller";
19990
21074
  id: string;
19991
- operator: string;
21075
+ assistant: string;
19992
21076
  admin: string;
19993
21077
  clerk: string;
19994
21078
  treasury: string;
@@ -20013,7 +21097,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20013
21097
  seller: {
20014
21098
  __typename?: "Seller";
20015
21099
  id: string;
20016
- operator: string;
21100
+ assistant: string;
20017
21101
  admin: string;
20018
21102
  clerk: string;
20019
21103
  treasury: string;
@@ -20039,7 +21123,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20039
21123
  admin: string;
20040
21124
  clerk: string;
20041
21125
  treasury: string;
20042
- operator: string;
21126
+ assistant: string;
20043
21127
  metadataUri: string;
20044
21128
  active: boolean;
20045
21129
  sellerAllowList: Array<string>;
@@ -20079,6 +21163,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20079
21163
  schemaUrl: string;
20080
21164
  type: MetadataType;
20081
21165
  image: string;
21166
+ animationMetadata?: {
21167
+ __typename?: "AnimationMetadata";
21168
+ id: string;
21169
+ width?: number | null;
21170
+ height?: number | null;
21171
+ type?: string | null;
21172
+ } | null;
20082
21173
  }
20083
21174
  | {
20084
21175
  __typename?: "ProductV1MetadataEntity";
@@ -20174,6 +21265,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20174
21265
  url: string;
20175
21266
  tag?: string | null;
20176
21267
  type: ProductV1MediaType;
21268
+ width?: number | null;
21269
+ height?: number | null;
20177
21270
  }>;
20178
21271
  visuals_videos?: Array<{
20179
21272
  __typename?: "ProductV1Media";
@@ -20181,6 +21274,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20181
21274
  url: string;
20182
21275
  tag?: string | null;
20183
21276
  type: ProductV1MediaType;
21277
+ width?: number | null;
21278
+ height?: number | null;
20184
21279
  }> | null;
20185
21280
  productV1Seller?: {
20186
21281
  __typename?: "ProductV1Seller";
@@ -20197,6 +21292,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20197
21292
  url: string;
20198
21293
  tag?: string | null;
20199
21294
  type: ProductV1MediaType;
21295
+ width?: number | null;
21296
+ height?: number | null;
20200
21297
  }> | null;
20201
21298
  contactLinks?: Array<{
20202
21299
  __typename?: "ProductV1SellerContactLink";
@@ -20207,7 +21304,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20207
21304
  seller: {
20208
21305
  __typename?: "Seller";
20209
21306
  id: string;
20210
- operator: string;
21307
+ assistant: string;
20211
21308
  admin: string;
20212
21309
  clerk: string;
20213
21310
  treasury: string;
@@ -20241,6 +21338,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20241
21338
  url: string;
20242
21339
  tag?: string | null;
20243
21340
  type: ProductV1MediaType;
21341
+ width?: number | null;
21342
+ height?: number | null;
20244
21343
  }> | null;
20245
21344
  contactLinks?: Array<{
20246
21345
  __typename?: "ProductV1SellerContactLink";
@@ -20251,7 +21350,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20251
21350
  seller: {
20252
21351
  __typename?: "Seller";
20253
21352
  id: string;
20254
- operator: string;
21353
+ assistant: string;
20255
21354
  admin: string;
20256
21355
  clerk: string;
20257
21356
  treasury: string;
@@ -20287,8 +21386,22 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20287
21386
  deliveryTime: string;
20288
21387
  }> | null;
20289
21388
  } | null;
21389
+ animationMetadata?: {
21390
+ __typename?: "AnimationMetadata";
21391
+ id: string;
21392
+ width?: number | null;
21393
+ height?: number | null;
21394
+ type?: string | null;
21395
+ } | null;
20290
21396
  }
20291
21397
  | null;
21398
+ range?: {
21399
+ __typename?: "RangeEntity";
21400
+ id: string;
21401
+ start: string;
21402
+ end: string;
21403
+ owner: string;
21404
+ } | null;
20292
21405
  };
20293
21406
  variations?: Array<{
20294
21407
  __typename?: "ProductV1Variation";
@@ -20334,6 +21447,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20334
21447
  url: string;
20335
21448
  tag?: string | null;
20336
21449
  type: ProductV1MediaType;
21450
+ width?: number | null;
21451
+ height?: number | null;
20337
21452
  }>;
20338
21453
  visuals_videos?: Array<{
20339
21454
  __typename?: "ProductV1Media";
@@ -20341,6 +21456,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20341
21456
  url: string;
20342
21457
  tag?: string | null;
20343
21458
  type: ProductV1MediaType;
21459
+ width?: number | null;
21460
+ height?: number | null;
20344
21461
  }> | null;
20345
21462
  productV1Seller?: {
20346
21463
  __typename?: "ProductV1Seller";
@@ -20357,6 +21474,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20357
21474
  url: string;
20358
21475
  tag?: string | null;
20359
21476
  type: ProductV1MediaType;
21477
+ width?: number | null;
21478
+ height?: number | null;
20360
21479
  }> | null;
20361
21480
  contactLinks?: Array<{
20362
21481
  __typename?: "ProductV1SellerContactLink";
@@ -20367,7 +21486,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
20367
21486
  seller: {
20368
21487
  __typename?: "Seller";
20369
21488
  id: string;
20370
- operator: string;
21489
+ assistant: string;
20371
21490
  admin: string;
20372
21491
  clerk: string;
20373
21492
  treasury: string;
@@ -20411,6 +21530,8 @@ export type BaseProductV1MediaFieldsFragment = {
20411
21530
  url: string;
20412
21531
  tag?: string | null;
20413
21532
  type: ProductV1MediaType;
21533
+ width?: number | null;
21534
+ height?: number | null;
20414
21535
  };
20415
21536
 
20416
21537
  export type BaseProductV1PersonalisationFieldsFragment = {
@@ -20441,6 +21562,8 @@ export type BaseProductV1SellerFieldsFragment = {
20441
21562
  url: string;
20442
21563
  tag?: string | null;
20443
21564
  type: ProductV1MediaType;
21565
+ width?: number | null;
21566
+ height?: number | null;
20444
21567
  }> | null;
20445
21568
  contactLinks?: Array<{
20446
21569
  __typename?: "ProductV1SellerContactLink";
@@ -20451,7 +21574,7 @@ export type BaseProductV1SellerFieldsFragment = {
20451
21574
  seller: {
20452
21575
  __typename?: "Seller";
20453
21576
  id: string;
20454
- operator: string;
21577
+ assistant: string;
20455
21578
  admin: string;
20456
21579
  clerk: string;
20457
21580
  treasury: string;
@@ -20532,6 +21655,8 @@ export type BaseProductV1ProductOverridesFieldsFragment = {
20532
21655
  url: string;
20533
21656
  tag?: string | null;
20534
21657
  type: ProductV1MediaType;
21658
+ width?: number | null;
21659
+ height?: number | null;
20535
21660
  }>;
20536
21661
  visuals_videos?: Array<{
20537
21662
  __typename?: "ProductV1Media";
@@ -20539,6 +21664,8 @@ export type BaseProductV1ProductOverridesFieldsFragment = {
20539
21664
  url: string;
20540
21665
  tag?: string | null;
20541
21666
  type: ProductV1MediaType;
21667
+ width?: number | null;
21668
+ height?: number | null;
20542
21669
  }> | null;
20543
21670
  };
20544
21671
 
@@ -20618,7 +21745,7 @@ export type GetOfferByIdQueryQuery = {
20618
21745
  seller: {
20619
21746
  __typename?: "Seller";
20620
21747
  id: string;
20621
- operator: string;
21748
+ assistant: string;
20622
21749
  admin: string;
20623
21750
  clerk: string;
20624
21751
  treasury: string;
@@ -20643,7 +21770,7 @@ export type GetOfferByIdQueryQuery = {
20643
21770
  seller: {
20644
21771
  __typename?: "Seller";
20645
21772
  id: string;
20646
- operator: string;
21773
+ assistant: string;
20647
21774
  admin: string;
20648
21775
  clerk: string;
20649
21776
  treasury: string;
@@ -20669,7 +21796,7 @@ export type GetOfferByIdQueryQuery = {
20669
21796
  admin: string;
20670
21797
  clerk: string;
20671
21798
  treasury: string;
20672
- operator: string;
21799
+ assistant: string;
20673
21800
  metadataUri: string;
20674
21801
  active: boolean;
20675
21802
  sellerAllowList: Array<string>;
@@ -20709,6 +21836,13 @@ export type GetOfferByIdQueryQuery = {
20709
21836
  schemaUrl: string;
20710
21837
  type: MetadataType;
20711
21838
  image: string;
21839
+ animationMetadata?: {
21840
+ __typename?: "AnimationMetadata";
21841
+ id: string;
21842
+ width?: number | null;
21843
+ height?: number | null;
21844
+ type?: string | null;
21845
+ } | null;
20712
21846
  }
20713
21847
  | {
20714
21848
  __typename?: "ProductV1MetadataEntity";
@@ -20800,6 +21934,8 @@ export type GetOfferByIdQueryQuery = {
20800
21934
  url: string;
20801
21935
  tag?: string | null;
20802
21936
  type: ProductV1MediaType;
21937
+ width?: number | null;
21938
+ height?: number | null;
20803
21939
  }>;
20804
21940
  visuals_videos?: Array<{
20805
21941
  __typename?: "ProductV1Media";
@@ -20807,6 +21943,8 @@ export type GetOfferByIdQueryQuery = {
20807
21943
  url: string;
20808
21944
  tag?: string | null;
20809
21945
  type: ProductV1MediaType;
21946
+ width?: number | null;
21947
+ height?: number | null;
20810
21948
  }> | null;
20811
21949
  productV1Seller?: {
20812
21950
  __typename?: "ProductV1Seller";
@@ -20823,6 +21961,8 @@ export type GetOfferByIdQueryQuery = {
20823
21961
  url: string;
20824
21962
  tag?: string | null;
20825
21963
  type: ProductV1MediaType;
21964
+ width?: number | null;
21965
+ height?: number | null;
20826
21966
  }> | null;
20827
21967
  contactLinks?: Array<{
20828
21968
  __typename?: "ProductV1SellerContactLink";
@@ -20833,7 +21973,7 @@ export type GetOfferByIdQueryQuery = {
20833
21973
  seller: {
20834
21974
  __typename?: "Seller";
20835
21975
  id: string;
20836
- operator: string;
21976
+ assistant: string;
20837
21977
  admin: string;
20838
21978
  clerk: string;
20839
21979
  treasury: string;
@@ -20867,6 +22007,8 @@ export type GetOfferByIdQueryQuery = {
20867
22007
  url: string;
20868
22008
  tag?: string | null;
20869
22009
  type: ProductV1MediaType;
22010
+ width?: number | null;
22011
+ height?: number | null;
20870
22012
  }> | null;
20871
22013
  contactLinks?: Array<{
20872
22014
  __typename?: "ProductV1SellerContactLink";
@@ -20877,7 +22019,7 @@ export type GetOfferByIdQueryQuery = {
20877
22019
  seller: {
20878
22020
  __typename?: "Seller";
20879
22021
  id: string;
20880
- operator: string;
22022
+ assistant: string;
20881
22023
  admin: string;
20882
22024
  clerk: string;
20883
22025
  treasury: string;
@@ -20913,8 +22055,22 @@ export type GetOfferByIdQueryQuery = {
20913
22055
  deliveryTime: string;
20914
22056
  }> | null;
20915
22057
  } | null;
22058
+ animationMetadata?: {
22059
+ __typename?: "AnimationMetadata";
22060
+ id: string;
22061
+ width?: number | null;
22062
+ height?: number | null;
22063
+ type?: string | null;
22064
+ } | null;
20916
22065
  }
20917
22066
  | null;
22067
+ range?: {
22068
+ __typename?: "RangeEntity";
22069
+ id: string;
22070
+ start: string;
22071
+ end: string;
22072
+ owner: string;
22073
+ } | null;
20918
22074
  } | null;
20919
22075
  };
20920
22076
 
@@ -20998,7 +22154,7 @@ export type GetOffersQueryQuery = {
20998
22154
  seller: {
20999
22155
  __typename?: "Seller";
21000
22156
  id: string;
21001
- operator: string;
22157
+ assistant: string;
21002
22158
  admin: string;
21003
22159
  clerk: string;
21004
22160
  treasury: string;
@@ -21023,7 +22179,7 @@ export type GetOffersQueryQuery = {
21023
22179
  seller: {
21024
22180
  __typename?: "Seller";
21025
22181
  id: string;
21026
- operator: string;
22182
+ assistant: string;
21027
22183
  admin: string;
21028
22184
  clerk: string;
21029
22185
  treasury: string;
@@ -21049,7 +22205,7 @@ export type GetOffersQueryQuery = {
21049
22205
  admin: string;
21050
22206
  clerk: string;
21051
22207
  treasury: string;
21052
- operator: string;
22208
+ assistant: string;
21053
22209
  metadataUri: string;
21054
22210
  active: boolean;
21055
22211
  sellerAllowList: Array<string>;
@@ -21089,6 +22245,13 @@ export type GetOffersQueryQuery = {
21089
22245
  schemaUrl: string;
21090
22246
  type: MetadataType;
21091
22247
  image: string;
22248
+ animationMetadata?: {
22249
+ __typename?: "AnimationMetadata";
22250
+ id: string;
22251
+ width?: number | null;
22252
+ height?: number | null;
22253
+ type?: string | null;
22254
+ } | null;
21092
22255
  }
21093
22256
  | {
21094
22257
  __typename?: "ProductV1MetadataEntity";
@@ -21180,6 +22343,8 @@ export type GetOffersQueryQuery = {
21180
22343
  url: string;
21181
22344
  tag?: string | null;
21182
22345
  type: ProductV1MediaType;
22346
+ width?: number | null;
22347
+ height?: number | null;
21183
22348
  }>;
21184
22349
  visuals_videos?: Array<{
21185
22350
  __typename?: "ProductV1Media";
@@ -21187,6 +22352,8 @@ export type GetOffersQueryQuery = {
21187
22352
  url: string;
21188
22353
  tag?: string | null;
21189
22354
  type: ProductV1MediaType;
22355
+ width?: number | null;
22356
+ height?: number | null;
21190
22357
  }> | null;
21191
22358
  productV1Seller?: {
21192
22359
  __typename?: "ProductV1Seller";
@@ -21203,6 +22370,8 @@ export type GetOffersQueryQuery = {
21203
22370
  url: string;
21204
22371
  tag?: string | null;
21205
22372
  type: ProductV1MediaType;
22373
+ width?: number | null;
22374
+ height?: number | null;
21206
22375
  }> | null;
21207
22376
  contactLinks?: Array<{
21208
22377
  __typename?: "ProductV1SellerContactLink";
@@ -21213,7 +22382,7 @@ export type GetOffersQueryQuery = {
21213
22382
  seller: {
21214
22383
  __typename?: "Seller";
21215
22384
  id: string;
21216
- operator: string;
22385
+ assistant: string;
21217
22386
  admin: string;
21218
22387
  clerk: string;
21219
22388
  treasury: string;
@@ -21247,6 +22416,8 @@ export type GetOffersQueryQuery = {
21247
22416
  url: string;
21248
22417
  tag?: string | null;
21249
22418
  type: ProductV1MediaType;
22419
+ width?: number | null;
22420
+ height?: number | null;
21250
22421
  }> | null;
21251
22422
  contactLinks?: Array<{
21252
22423
  __typename?: "ProductV1SellerContactLink";
@@ -21257,7 +22428,7 @@ export type GetOffersQueryQuery = {
21257
22428
  seller: {
21258
22429
  __typename?: "Seller";
21259
22430
  id: string;
21260
- operator: string;
22431
+ assistant: string;
21261
22432
  admin: string;
21262
22433
  clerk: string;
21263
22434
  treasury: string;
@@ -21293,8 +22464,22 @@ export type GetOffersQueryQuery = {
21293
22464
  deliveryTime: string;
21294
22465
  }> | null;
21295
22466
  } | null;
22467
+ animationMetadata?: {
22468
+ __typename?: "AnimationMetadata";
22469
+ id: string;
22470
+ width?: number | null;
22471
+ height?: number | null;
22472
+ type?: string | null;
22473
+ } | null;
21296
22474
  }
21297
22475
  | null;
22476
+ range?: {
22477
+ __typename?: "RangeEntity";
22478
+ id: string;
22479
+ start: string;
22480
+ end: string;
22481
+ owner: string;
22482
+ } | null;
21298
22483
  }>;
21299
22484
  };
21300
22485
 
@@ -21362,7 +22547,7 @@ export type OfferFieldsFragment = {
21362
22547
  seller: {
21363
22548
  __typename?: "Seller";
21364
22549
  id: string;
21365
- operator: string;
22550
+ assistant: string;
21366
22551
  admin: string;
21367
22552
  clerk: string;
21368
22553
  treasury: string;
@@ -21387,7 +22572,7 @@ export type OfferFieldsFragment = {
21387
22572
  seller: {
21388
22573
  __typename?: "Seller";
21389
22574
  id: string;
21390
- operator: string;
22575
+ assistant: string;
21391
22576
  admin: string;
21392
22577
  clerk: string;
21393
22578
  treasury: string;
@@ -21413,7 +22598,7 @@ export type OfferFieldsFragment = {
21413
22598
  admin: string;
21414
22599
  clerk: string;
21415
22600
  treasury: string;
21416
- operator: string;
22601
+ assistant: string;
21417
22602
  metadataUri: string;
21418
22603
  active: boolean;
21419
22604
  sellerAllowList: Array<string>;
@@ -21453,6 +22638,13 @@ export type OfferFieldsFragment = {
21453
22638
  schemaUrl: string;
21454
22639
  type: MetadataType;
21455
22640
  image: string;
22641
+ animationMetadata?: {
22642
+ __typename?: "AnimationMetadata";
22643
+ id: string;
22644
+ width?: number | null;
22645
+ height?: number | null;
22646
+ type?: string | null;
22647
+ } | null;
21456
22648
  }
21457
22649
  | {
21458
22650
  __typename?: "ProductV1MetadataEntity";
@@ -21544,6 +22736,8 @@ export type OfferFieldsFragment = {
21544
22736
  url: string;
21545
22737
  tag?: string | null;
21546
22738
  type: ProductV1MediaType;
22739
+ width?: number | null;
22740
+ height?: number | null;
21547
22741
  }>;
21548
22742
  visuals_videos?: Array<{
21549
22743
  __typename?: "ProductV1Media";
@@ -21551,6 +22745,8 @@ export type OfferFieldsFragment = {
21551
22745
  url: string;
21552
22746
  tag?: string | null;
21553
22747
  type: ProductV1MediaType;
22748
+ width?: number | null;
22749
+ height?: number | null;
21554
22750
  }> | null;
21555
22751
  productV1Seller?: {
21556
22752
  __typename?: "ProductV1Seller";
@@ -21567,6 +22763,8 @@ export type OfferFieldsFragment = {
21567
22763
  url: string;
21568
22764
  tag?: string | null;
21569
22765
  type: ProductV1MediaType;
22766
+ width?: number | null;
22767
+ height?: number | null;
21570
22768
  }> | null;
21571
22769
  contactLinks?: Array<{
21572
22770
  __typename?: "ProductV1SellerContactLink";
@@ -21577,7 +22775,7 @@ export type OfferFieldsFragment = {
21577
22775
  seller: {
21578
22776
  __typename?: "Seller";
21579
22777
  id: string;
21580
- operator: string;
22778
+ assistant: string;
21581
22779
  admin: string;
21582
22780
  clerk: string;
21583
22781
  treasury: string;
@@ -21611,6 +22809,8 @@ export type OfferFieldsFragment = {
21611
22809
  url: string;
21612
22810
  tag?: string | null;
21613
22811
  type: ProductV1MediaType;
22812
+ width?: number | null;
22813
+ height?: number | null;
21614
22814
  }> | null;
21615
22815
  contactLinks?: Array<{
21616
22816
  __typename?: "ProductV1SellerContactLink";
@@ -21621,7 +22821,7 @@ export type OfferFieldsFragment = {
21621
22821
  seller: {
21622
22822
  __typename?: "Seller";
21623
22823
  id: string;
21624
- operator: string;
22824
+ assistant: string;
21625
22825
  admin: string;
21626
22826
  clerk: string;
21627
22827
  treasury: string;
@@ -21657,8 +22857,22 @@ export type OfferFieldsFragment = {
21657
22857
  deliveryTime: string;
21658
22858
  }> | null;
21659
22859
  } | null;
22860
+ animationMetadata?: {
22861
+ __typename?: "AnimationMetadata";
22862
+ id: string;
22863
+ width?: number | null;
22864
+ height?: number | null;
22865
+ type?: string | null;
22866
+ } | null;
21660
22867
  }
21661
22868
  | null;
22869
+ range?: {
22870
+ __typename?: "RangeEntity";
22871
+ id: string;
22872
+ start: string;
22873
+ end: string;
22874
+ owner: string;
22875
+ } | null;
21662
22876
  };
21663
22877
 
21664
22878
  export type BaseOfferFieldsFragment = {
@@ -21700,7 +22914,7 @@ export type BaseOfferFieldsFragment = {
21700
22914
  seller: {
21701
22915
  __typename?: "Seller";
21702
22916
  id: string;
21703
- operator: string;
22917
+ assistant: string;
21704
22918
  admin: string;
21705
22919
  clerk: string;
21706
22920
  treasury: string;
@@ -21726,7 +22940,7 @@ export type BaseOfferFieldsFragment = {
21726
22940
  admin: string;
21727
22941
  clerk: string;
21728
22942
  treasury: string;
21729
- operator: string;
22943
+ assistant: string;
21730
22944
  metadataUri: string;
21731
22945
  active: boolean;
21732
22946
  sellerAllowList: Array<string>;
@@ -21766,6 +22980,13 @@ export type BaseOfferFieldsFragment = {
21766
22980
  schemaUrl: string;
21767
22981
  type: MetadataType;
21768
22982
  image: string;
22983
+ animationMetadata?: {
22984
+ __typename?: "AnimationMetadata";
22985
+ id: string;
22986
+ width?: number | null;
22987
+ height?: number | null;
22988
+ type?: string | null;
22989
+ } | null;
21769
22990
  }
21770
22991
  | {
21771
22992
  __typename?: "ProductV1MetadataEntity";
@@ -21857,6 +23078,8 @@ export type BaseOfferFieldsFragment = {
21857
23078
  url: string;
21858
23079
  tag?: string | null;
21859
23080
  type: ProductV1MediaType;
23081
+ width?: number | null;
23082
+ height?: number | null;
21860
23083
  }>;
21861
23084
  visuals_videos?: Array<{
21862
23085
  __typename?: "ProductV1Media";
@@ -21864,6 +23087,8 @@ export type BaseOfferFieldsFragment = {
21864
23087
  url: string;
21865
23088
  tag?: string | null;
21866
23089
  type: ProductV1MediaType;
23090
+ width?: number | null;
23091
+ height?: number | null;
21867
23092
  }> | null;
21868
23093
  productV1Seller?: {
21869
23094
  __typename?: "ProductV1Seller";
@@ -21880,6 +23105,8 @@ export type BaseOfferFieldsFragment = {
21880
23105
  url: string;
21881
23106
  tag?: string | null;
21882
23107
  type: ProductV1MediaType;
23108
+ width?: number | null;
23109
+ height?: number | null;
21883
23110
  }> | null;
21884
23111
  contactLinks?: Array<{
21885
23112
  __typename?: "ProductV1SellerContactLink";
@@ -21890,7 +23117,7 @@ export type BaseOfferFieldsFragment = {
21890
23117
  seller: {
21891
23118
  __typename?: "Seller";
21892
23119
  id: string;
21893
- operator: string;
23120
+ assistant: string;
21894
23121
  admin: string;
21895
23122
  clerk: string;
21896
23123
  treasury: string;
@@ -21924,6 +23151,8 @@ export type BaseOfferFieldsFragment = {
21924
23151
  url: string;
21925
23152
  tag?: string | null;
21926
23153
  type: ProductV1MediaType;
23154
+ width?: number | null;
23155
+ height?: number | null;
21927
23156
  }> | null;
21928
23157
  contactLinks?: Array<{
21929
23158
  __typename?: "ProductV1SellerContactLink";
@@ -21934,7 +23163,7 @@ export type BaseOfferFieldsFragment = {
21934
23163
  seller: {
21935
23164
  __typename?: "Seller";
21936
23165
  id: string;
21937
- operator: string;
23166
+ assistant: string;
21938
23167
  admin: string;
21939
23168
  clerk: string;
21940
23169
  treasury: string;
@@ -21970,14 +23199,36 @@ export type BaseOfferFieldsFragment = {
21970
23199
  deliveryTime: string;
21971
23200
  }> | null;
21972
23201
  } | null;
23202
+ animationMetadata?: {
23203
+ __typename?: "AnimationMetadata";
23204
+ id: string;
23205
+ width?: number | null;
23206
+ height?: number | null;
23207
+ type?: string | null;
23208
+ } | null;
21973
23209
  }
21974
23210
  | null;
23211
+ range?: {
23212
+ __typename?: "RangeEntity";
23213
+ id: string;
23214
+ start: string;
23215
+ end: string;
23216
+ owner: string;
23217
+ } | null;
23218
+ };
23219
+
23220
+ export type BaseRangeFieldsFragment = {
23221
+ __typename?: "RangeEntity";
23222
+ id: string;
23223
+ start: string;
23224
+ end: string;
23225
+ owner: string;
21975
23226
  };
21976
23227
 
21977
23228
  export const BaseSellerFieldsFragmentDoc = gql`
21978
23229
  fragment BaseSellerFields on Seller {
21979
23230
  id
21980
- operator
23231
+ assistant
21981
23232
  admin
21982
23233
  clerk
21983
23234
  treasury
@@ -21991,7 +23242,7 @@ export const BaseSellerFieldsFragmentDoc = gql`
21991
23242
  `;
21992
23243
  export const PendingSellerFieldsFragmentDoc = gql`
21993
23244
  fragment PendingSellerFields on PendingSeller {
21994
- operator
23245
+ assistant
21995
23246
  admin
21996
23247
  clerk
21997
23248
  authTokenId
@@ -22054,7 +23305,7 @@ export const BaseDisputeResolverFieldsFragmentDoc = gql`
22054
23305
  admin
22055
23306
  clerk
22056
23307
  treasury
22057
- operator
23308
+ assistant
22058
23309
  metadataUri
22059
23310
  active
22060
23311
  sellerAllowList
@@ -22073,6 +23324,14 @@ export const BaseDisputeResolutionTermsEntityFieldsFragmentDoc = gql`
22073
23324
  buyerEscalationDeposit
22074
23325
  }
22075
23326
  `;
23327
+ export const BaseAnimationMetadataFieldsFragmentDoc = gql`
23328
+ fragment BaseAnimationMetadataFields on AnimationMetadata {
23329
+ id
23330
+ width
23331
+ height
23332
+ type
23333
+ }
23334
+ `;
22076
23335
  export const BaseProductV1BrandFieldsFragmentDoc = gql`
22077
23336
  fragment BaseProductV1BrandFields on ProductV1Brand {
22078
23337
  id
@@ -22109,6 +23368,8 @@ export const BaseProductV1MediaFieldsFragmentDoc = gql`
22109
23368
  url
22110
23369
  tag
22111
23370
  type
23371
+ width
23372
+ height
22112
23373
  }
22113
23374
  `;
22114
23375
  export const BaseProductV1SellerContactLinkFieldsFragmentDoc = gql`
@@ -22248,6 +23509,14 @@ export const BaseProductV1ShippingOptionFieldsFragmentDoc = gql`
22248
23509
  }
22249
23510
  ${BaseProductV1ShippingJurisdictionFieldsFragmentDoc}
22250
23511
  `;
23512
+ export const BaseRangeFieldsFragmentDoc = gql`
23513
+ fragment BaseRangeFields on RangeEntity {
23514
+ id
23515
+ start
23516
+ end
23517
+ owner
23518
+ }
23519
+ `;
22251
23520
  export const BaseOfferFieldsFragmentDoc = gql`
22252
23521
  fragment BaseOfferFields on Offer {
22253
23522
  id
@@ -22294,6 +23563,9 @@ export const BaseOfferFieldsFragmentDoc = gql`
22294
23563
  description
22295
23564
  externalUrl
22296
23565
  animationUrl
23566
+ animationMetadata {
23567
+ ...BaseAnimationMetadataFields
23568
+ }
22297
23569
  licenseUrl
22298
23570
  condition
22299
23571
  schemaUrl
@@ -22328,17 +23600,22 @@ export const BaseOfferFieldsFragmentDoc = gql`
22328
23600
  }
22329
23601
  }
22330
23602
  }
23603
+ range {
23604
+ ...BaseRangeFields
23605
+ }
22331
23606
  }
22332
23607
  ${BaseConditionFieldsFragmentDoc}
22333
23608
  ${BaseSellerFieldsFragmentDoc}
22334
23609
  ${BaseExchangeTokenFieldsFragmentDoc}
22335
23610
  ${BaseDisputeResolverFieldsFragmentDoc}
22336
23611
  ${BaseDisputeResolutionTermsEntityFieldsFragmentDoc}
23612
+ ${BaseAnimationMetadataFieldsFragmentDoc}
22337
23613
  ${BaseProductV1ProductFieldsFragmentDoc}
22338
23614
  ${BaseProductV1VariationFieldsFragmentDoc}
22339
23615
  ${BaseProductV1SellerFieldsFragmentDoc}
22340
23616
  ${BaseProductV1ExchangePolicyFieldsFragmentDoc}
22341
23617
  ${BaseProductV1ShippingOptionFieldsFragmentDoc}
23618
+ ${BaseRangeFieldsFragmentDoc}
22342
23619
  `;
22343
23620
  export const BaseDisputeFieldsFragmentDoc = gql`
22344
23621
  fragment BaseDisputeFields on Dispute {
@@ -22514,7 +23791,7 @@ export const BuyerFieldsFragmentDoc = gql`
22514
23791
  `;
22515
23792
  export const PendingDisputeResolverFieldsFragmentDoc = gql`
22516
23793
  fragment PendingDisputeResolverFields on PendingDisputeResolver {
22517
- operator
23794
+ assistant
22518
23795
  admin
22519
23796
  clerk
22520
23797
  }
@@ -22610,6 +23887,9 @@ export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
22610
23887
  description
22611
23888
  externalUrl
22612
23889
  animationUrl
23890
+ animationMetadata {
23891
+ ...BaseAnimationMetadataFields
23892
+ }
22613
23893
  licenseUrl
22614
23894
  condition
22615
23895
  schemaUrl
@@ -22637,6 +23917,7 @@ export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
22637
23917
  numberOfCommits
22638
23918
  numberOfRedemptions
22639
23919
  }
23920
+ ${BaseAnimationMetadataFieldsFragmentDoc}
22640
23921
  ${BaseOfferFieldsFragmentDoc}
22641
23922
  ${BaseSellerFieldsFragmentDoc}
22642
23923
  ${BaseExchangeTokenFieldsFragmentDoc}
@@ -22654,6 +23935,9 @@ export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql`
22654
23935
  description
22655
23936
  externalUrl
22656
23937
  animationUrl
23938
+ animationMetadata {
23939
+ ...BaseAnimationMetadataFields
23940
+ }
22657
23941
  licenseUrl
22658
23942
  condition
22659
23943
  schemaUrl
@@ -22697,6 +23981,7 @@ export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql`
22697
23981
  ...BaseProductV1ExchangePolicyFields
22698
23982
  }
22699
23983
  }
23984
+ ${BaseAnimationMetadataFieldsFragmentDoc}
22700
23985
  ${BaseOfferFieldsFragmentDoc}
22701
23986
  ${BaseExchangeFieldsFragmentDoc}
22702
23987
  ${BaseSellerFieldsFragmentDoc}