@bosonprotocol/core-sdk 1.21.0-alpha.11 → 1.21.0-alpha.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/offers/storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD;;;;;GAKG;AACH,wBAAsB,uBAAuB,CAAC,IAAI,EAAE;IAClD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAUzB"}
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/offers/storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD;;;;;GAKG;AACH,wBAAsB,uBAAuB,CAAC,IAAI,EAAE;IAClD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAWzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"storage.js","sourceRoot":"","sources":["../../../src/offers/storage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA;;;;;GAKG;AACH,SAAsB,uBAAuB,CAAC,IAI7C;;QACC,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,eAAe,EAAE;YAChD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,WAAW,CACrD,IAAI,CAAC,iBAAiB,CACvB,CAAC;YACF,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YACvE,OAAO,WAAW,CAAC;SACpB;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CAAA;AAdD,0DAcC"}
1
+ {"version":3,"file":"storage.js","sourceRoot":"","sources":["../../../src/offers/storage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA;;;;;GAKG;AACH,SAAsB,uBAAuB,CAAC,IAI7C;;QACC,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,eAAe,EAAE;YAChD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,WAAW,CACrD,IAAI,CAAC,iBAAiB,CACvB,CAAC;YAEF,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;YACvE,OAAO,WAAW,CAAC;SACpB;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CAAA;AAfD,0DAeC"}
@@ -162,6 +162,7 @@ export declare enum Account_OrderBy {
162
162
  }
163
163
  export declare type BaseMetadataEntity = MetadataInterface & {
164
164
  __typename?: "BaseMetadataEntity";
165
+ animationUrl?: Maybe<Scalars["String"]>;
165
166
  attributes?: Maybe<Array<MetadataAttribute>>;
166
167
  /**
167
168
  * Enriched fields from offer entity to allow nested query workaround
@@ -205,6 +206,26 @@ export declare type BaseMetadataEntityAttributesArgs = {
205
206
  export declare type BaseMetadataEntity_Filter = {
206
207
  /** Filter for the block changed event. */
207
208
  _change_block?: InputMaybe<BlockChangedFilter>;
209
+ animationUrl?: InputMaybe<Scalars["String"]>;
210
+ animationUrl_contains?: InputMaybe<Scalars["String"]>;
211
+ animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
212
+ animationUrl_ends_with?: InputMaybe<Scalars["String"]>;
213
+ animationUrl_ends_with_nocase?: InputMaybe<Scalars["String"]>;
214
+ animationUrl_gt?: InputMaybe<Scalars["String"]>;
215
+ animationUrl_gte?: InputMaybe<Scalars["String"]>;
216
+ animationUrl_in?: InputMaybe<Array<Scalars["String"]>>;
217
+ animationUrl_lt?: InputMaybe<Scalars["String"]>;
218
+ animationUrl_lte?: InputMaybe<Scalars["String"]>;
219
+ animationUrl_not?: InputMaybe<Scalars["String"]>;
220
+ animationUrl_not_contains?: InputMaybe<Scalars["String"]>;
221
+ animationUrl_not_contains_nocase?: InputMaybe<Scalars["String"]>;
222
+ animationUrl_not_ends_with?: InputMaybe<Scalars["String"]>;
223
+ animationUrl_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
224
+ animationUrl_not_in?: InputMaybe<Array<Scalars["String"]>>;
225
+ animationUrl_not_starts_with?: InputMaybe<Scalars["String"]>;
226
+ animationUrl_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
227
+ animationUrl_starts_with?: InputMaybe<Scalars["String"]>;
228
+ animationUrl_starts_with_nocase?: InputMaybe<Scalars["String"]>;
208
229
  attributes?: InputMaybe<Array<Scalars["String"]>>;
209
230
  attributes_?: InputMaybe<MetadataAttribute_Filter>;
210
231
  attributes_contains?: InputMaybe<Array<Scalars["String"]>>;
@@ -461,6 +482,7 @@ export declare type BaseMetadataEntity_Filter = {
461
482
  voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
462
483
  };
463
484
  export declare enum BaseMetadataEntity_OrderBy {
485
+ AnimationUrl = "animationUrl",
464
486
  Attributes = "attributes",
465
487
  CreatedAt = "createdAt",
466
488
  Description = "description",
@@ -2110,6 +2132,7 @@ export declare enum MetadataAttribute_OrderBy {
2110
2132
  Value = "value"
2111
2133
  }
2112
2134
  export declare type MetadataInterface = {
2135
+ animationUrl?: Maybe<Scalars["String"]>;
2113
2136
  attributes?: Maybe<Array<MetadataAttribute>>;
2114
2137
  /**
2115
2138
  * Enriched fields from offer entity to allow nested query workaround
@@ -2152,6 +2175,26 @@ export declare type MetadataInterfaceAttributesArgs = {
2152
2175
  export declare type MetadataInterface_Filter = {
2153
2176
  /** Filter for the block changed event. */
2154
2177
  _change_block?: InputMaybe<BlockChangedFilter>;
2178
+ animationUrl?: InputMaybe<Scalars["String"]>;
2179
+ animationUrl_contains?: InputMaybe<Scalars["String"]>;
2180
+ animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
2181
+ animationUrl_ends_with?: InputMaybe<Scalars["String"]>;
2182
+ animationUrl_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2183
+ animationUrl_gt?: InputMaybe<Scalars["String"]>;
2184
+ animationUrl_gte?: InputMaybe<Scalars["String"]>;
2185
+ animationUrl_in?: InputMaybe<Array<Scalars["String"]>>;
2186
+ animationUrl_lt?: InputMaybe<Scalars["String"]>;
2187
+ animationUrl_lte?: InputMaybe<Scalars["String"]>;
2188
+ animationUrl_not?: InputMaybe<Scalars["String"]>;
2189
+ animationUrl_not_contains?: InputMaybe<Scalars["String"]>;
2190
+ animationUrl_not_contains_nocase?: InputMaybe<Scalars["String"]>;
2191
+ animationUrl_not_ends_with?: InputMaybe<Scalars["String"]>;
2192
+ animationUrl_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2193
+ animationUrl_not_in?: InputMaybe<Array<Scalars["String"]>>;
2194
+ animationUrl_not_starts_with?: InputMaybe<Scalars["String"]>;
2195
+ animationUrl_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2196
+ animationUrl_starts_with?: InputMaybe<Scalars["String"]>;
2197
+ animationUrl_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2155
2198
  attributes?: InputMaybe<Array<Scalars["String"]>>;
2156
2199
  attributes_?: InputMaybe<MetadataAttribute_Filter>;
2157
2200
  attributes_contains?: InputMaybe<Array<Scalars["String"]>>;
@@ -2408,6 +2451,7 @@ export declare type MetadataInterface_Filter = {
2408
2451
  voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
2409
2452
  };
2410
2453
  export declare enum MetadataInterface_OrderBy {
2454
+ AnimationUrl = "animationUrl",
2411
2455
  Attributes = "attributes",
2412
2456
  CreatedAt = "createdAt",
2413
2457
  Description = "description",
@@ -3267,6 +3311,7 @@ export declare enum ProductV1Media_OrderBy {
3267
3311
  }
3268
3312
  export declare type ProductV1MetadataEntity = MetadataInterface & {
3269
3313
  __typename?: "ProductV1MetadataEntity";
3314
+ animationUrl?: Maybe<Scalars["String"]>;
3270
3315
  attributes?: Maybe<Array<MetadataAttribute>>;
3271
3316
  /**
3272
3317
  * Enriched fields from offer entity to allow nested query workaround
@@ -3330,6 +3375,26 @@ export declare type ProductV1MetadataEntityVariationsArgs = {
3330
3375
  export declare type ProductV1MetadataEntity_Filter = {
3331
3376
  /** Filter for the block changed event. */
3332
3377
  _change_block?: InputMaybe<BlockChangedFilter>;
3378
+ animationUrl?: InputMaybe<Scalars["String"]>;
3379
+ animationUrl_contains?: InputMaybe<Scalars["String"]>;
3380
+ animationUrl_contains_nocase?: InputMaybe<Scalars["String"]>;
3381
+ animationUrl_ends_with?: InputMaybe<Scalars["String"]>;
3382
+ animationUrl_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3383
+ animationUrl_gt?: InputMaybe<Scalars["String"]>;
3384
+ animationUrl_gte?: InputMaybe<Scalars["String"]>;
3385
+ animationUrl_in?: InputMaybe<Array<Scalars["String"]>>;
3386
+ animationUrl_lt?: InputMaybe<Scalars["String"]>;
3387
+ animationUrl_lte?: InputMaybe<Scalars["String"]>;
3388
+ animationUrl_not?: InputMaybe<Scalars["String"]>;
3389
+ animationUrl_not_contains?: InputMaybe<Scalars["String"]>;
3390
+ animationUrl_not_contains_nocase?: InputMaybe<Scalars["String"]>;
3391
+ animationUrl_not_ends_with?: InputMaybe<Scalars["String"]>;
3392
+ animationUrl_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
3393
+ animationUrl_not_in?: InputMaybe<Array<Scalars["String"]>>;
3394
+ animationUrl_not_starts_with?: InputMaybe<Scalars["String"]>;
3395
+ animationUrl_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3396
+ animationUrl_starts_with?: InputMaybe<Scalars["String"]>;
3397
+ animationUrl_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3333
3398
  attributes?: InputMaybe<Array<Scalars["String"]>>;
3334
3399
  attributes_?: InputMaybe<MetadataAttribute_Filter>;
3335
3400
  attributes_contains?: InputMaybe<Array<Scalars["String"]>>;
@@ -3746,6 +3811,7 @@ export declare type ProductV1MetadataEntity_Filter = {
3746
3811
  voided_not_in?: InputMaybe<Array<Scalars["Boolean"]>>;
3747
3812
  };
3748
3813
  export declare enum ProductV1MetadataEntity_OrderBy {
3814
+ AnimationUrl = "animationUrl",
3749
3815
  Attributes = "attributes",
3750
3816
  CreatedAt = "createdAt",
3751
3817
  Description = "description",
@@ -7045,6 +7111,7 @@ export declare type GetSellerByIdQueryQuery = {
7045
7111
  name: string;
7046
7112
  description: string;
7047
7113
  externalUrl: string;
7114
+ animationUrl?: string | null;
7048
7115
  licenseUrl: string;
7049
7116
  schemaUrl: string;
7050
7117
  type: MetadataType;
@@ -7060,6 +7127,7 @@ export declare type GetSellerByIdQueryQuery = {
7060
7127
  name: string;
7061
7128
  description: string;
7062
7129
  externalUrl: string;
7130
+ animationUrl?: string | null;
7063
7131
  licenseUrl: string;
7064
7132
  schemaUrl: string;
7065
7133
  type: MetadataType;
@@ -7561,6 +7629,7 @@ export declare type GetSellersQueryQuery = {
7561
7629
  name: string;
7562
7630
  description: string;
7563
7631
  externalUrl: string;
7632
+ animationUrl?: string | null;
7564
7633
  licenseUrl: string;
7565
7634
  schemaUrl: string;
7566
7635
  type: MetadataType;
@@ -7576,6 +7645,7 @@ export declare type GetSellersQueryQuery = {
7576
7645
  name: string;
7577
7646
  description: string;
7578
7647
  externalUrl: string;
7648
+ animationUrl?: string | null;
7579
7649
  licenseUrl: string;
7580
7650
  schemaUrl: string;
7581
7651
  type: MetadataType;
@@ -8455,6 +8525,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
8455
8525
  name: string;
8456
8526
  description: string;
8457
8527
  externalUrl: string;
8528
+ animationUrl?: string | null;
8458
8529
  licenseUrl: string;
8459
8530
  schemaUrl: string;
8460
8531
  type: MetadataType;
@@ -8470,6 +8541,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
8470
8541
  name: string;
8471
8542
  description: string;
8472
8543
  externalUrl: string;
8544
+ animationUrl?: string | null;
8473
8545
  licenseUrl: string;
8474
8546
  schemaUrl: string;
8475
8547
  type: MetadataType;
@@ -8908,6 +8980,7 @@ export declare type GetDisputeResolversQueryQuery = {
8908
8980
  name: string;
8909
8981
  description: string;
8910
8982
  externalUrl: string;
8983
+ animationUrl?: string | null;
8911
8984
  licenseUrl: string;
8912
8985
  schemaUrl: string;
8913
8986
  type: MetadataType;
@@ -8923,6 +8996,7 @@ export declare type GetDisputeResolversQueryQuery = {
8923
8996
  name: string;
8924
8997
  description: string;
8925
8998
  externalUrl: string;
8999
+ animationUrl?: string | null;
8926
9000
  licenseUrl: string;
8927
9001
  schemaUrl: string;
8928
9002
  type: MetadataType;
@@ -9356,6 +9430,7 @@ export declare type SellerFieldsFragment = {
9356
9430
  name: string;
9357
9431
  description: string;
9358
9432
  externalUrl: string;
9433
+ animationUrl?: string | null;
9359
9434
  licenseUrl: string;
9360
9435
  schemaUrl: string;
9361
9436
  type: MetadataType;
@@ -9371,6 +9446,7 @@ export declare type SellerFieldsFragment = {
9371
9446
  name: string;
9372
9447
  description: string;
9373
9448
  externalUrl: string;
9449
+ animationUrl?: string | null;
9374
9450
  licenseUrl: string;
9375
9451
  schemaUrl: string;
9376
9452
  type: MetadataType;
@@ -10018,6 +10094,7 @@ export declare type DisputeResolverFieldsFragment = {
10018
10094
  name: string;
10019
10095
  description: string;
10020
10096
  externalUrl: string;
10097
+ animationUrl?: string | null;
10021
10098
  licenseUrl: string;
10022
10099
  schemaUrl: string;
10023
10100
  type: MetadataType;
@@ -10033,6 +10110,7 @@ export declare type DisputeResolverFieldsFragment = {
10033
10110
  name: string;
10034
10111
  description: string;
10035
10112
  externalUrl: string;
10113
+ animationUrl?: string | null;
10036
10114
  licenseUrl: string;
10037
10115
  schemaUrl: string;
10038
10116
  type: MetadataType;
@@ -10809,6 +10887,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
10809
10887
  name: string;
10810
10888
  description: string;
10811
10889
  externalUrl: string;
10890
+ animationUrl?: string | null;
10812
10891
  licenseUrl: string;
10813
10892
  schemaUrl: string;
10814
10893
  type: MetadataType;
@@ -10824,6 +10903,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
10824
10903
  name: string;
10825
10904
  description: string;
10826
10905
  externalUrl: string;
10906
+ animationUrl?: string | null;
10827
10907
  licenseUrl: string;
10828
10908
  schemaUrl: string;
10829
10909
  type: MetadataType;
@@ -11143,6 +11223,7 @@ export declare type GetExchangeTokensQueryQuery = {
11143
11223
  name: string;
11144
11224
  description: string;
11145
11225
  externalUrl: string;
11226
+ animationUrl?: string | null;
11146
11227
  licenseUrl: string;
11147
11228
  schemaUrl: string;
11148
11229
  type: MetadataType;
@@ -11158,6 +11239,7 @@ export declare type GetExchangeTokensQueryQuery = {
11158
11239
  name: string;
11159
11240
  description: string;
11160
11241
  externalUrl: string;
11242
+ animationUrl?: string | null;
11161
11243
  licenseUrl: string;
11162
11244
  schemaUrl: string;
11163
11245
  type: MetadataType;
@@ -11456,6 +11538,7 @@ export declare type ExchangeTokenFieldsFragment = {
11456
11538
  name: string;
11457
11539
  description: string;
11458
11540
  externalUrl: string;
11541
+ animationUrl?: string | null;
11459
11542
  licenseUrl: string;
11460
11543
  schemaUrl: string;
11461
11544
  type: MetadataType;
@@ -11471,6 +11554,7 @@ export declare type ExchangeTokenFieldsFragment = {
11471
11554
  name: string;
11472
11555
  description: string;
11473
11556
  externalUrl: string;
11557
+ animationUrl?: string | null;
11474
11558
  licenseUrl: string;
11475
11559
  schemaUrl: string;
11476
11560
  type: MetadataType;
@@ -12015,6 +12099,7 @@ export declare type GetExchangeByIdQueryQuery = {
12015
12099
  name: string;
12016
12100
  description: string;
12017
12101
  externalUrl: string;
12102
+ animationUrl?: string | null;
12018
12103
  licenseUrl: string;
12019
12104
  schemaUrl: string;
12020
12105
  type: MetadataType;
@@ -12030,6 +12115,7 @@ export declare type GetExchangeByIdQueryQuery = {
12030
12115
  name: string;
12031
12116
  description: string;
12032
12117
  externalUrl: string;
12118
+ animationUrl?: string | null;
12033
12119
  licenseUrl: string;
12034
12120
  schemaUrl: string;
12035
12121
  type: MetadataType;
@@ -12373,6 +12459,7 @@ export declare type GetExchangesQueryQuery = {
12373
12459
  name: string;
12374
12460
  description: string;
12375
12461
  externalUrl: string;
12462
+ animationUrl?: string | null;
12376
12463
  licenseUrl: string;
12377
12464
  schemaUrl: string;
12378
12465
  type: MetadataType;
@@ -12388,6 +12475,7 @@ export declare type GetExchangesQueryQuery = {
12388
12475
  name: string;
12389
12476
  description: string;
12390
12477
  externalUrl: string;
12478
+ animationUrl?: string | null;
12391
12479
  licenseUrl: string;
12392
12480
  schemaUrl: string;
12393
12481
  type: MetadataType;
@@ -12722,6 +12810,7 @@ export declare type ExchangeFieldsFragment = {
12722
12810
  name: string;
12723
12811
  description: string;
12724
12812
  externalUrl: string;
12813
+ animationUrl?: string | null;
12725
12814
  licenseUrl: string;
12726
12815
  schemaUrl: string;
12727
12816
  type: MetadataType;
@@ -12737,6 +12826,7 @@ export declare type ExchangeFieldsFragment = {
12737
12826
  name: string;
12738
12827
  description: string;
12739
12828
  externalUrl: string;
12829
+ animationUrl?: string | null;
12740
12830
  licenseUrl: string;
12741
12831
  schemaUrl: string;
12742
12832
  type: MetadataType;
@@ -13098,6 +13188,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
13098
13188
  name: string;
13099
13189
  description: string;
13100
13190
  externalUrl: string;
13191
+ animationUrl?: string | null;
13101
13192
  licenseUrl: string;
13102
13193
  schemaUrl: string;
13103
13194
  type: MetadataType;
@@ -13203,6 +13294,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
13203
13294
  name: string;
13204
13295
  description: string;
13205
13296
  externalUrl: string;
13297
+ animationUrl?: string | null;
13206
13298
  licenseUrl: string;
13207
13299
  schemaUrl: string;
13208
13300
  type: MetadataType;
@@ -13218,6 +13310,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
13218
13310
  name: string;
13219
13311
  description: string;
13220
13312
  externalUrl: string;
13313
+ animationUrl?: string | null;
13221
13314
  licenseUrl: string;
13222
13315
  schemaUrl: string;
13223
13316
  type: MetadataType;
@@ -13452,6 +13545,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
13452
13545
  name: string;
13453
13546
  description: string;
13454
13547
  externalUrl: string;
13548
+ animationUrl?: string | null;
13455
13549
  licenseUrl: string;
13456
13550
  schemaUrl: string;
13457
13551
  type: MetadataType;
@@ -13557,6 +13651,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
13557
13651
  name: string;
13558
13652
  description: string;
13559
13653
  externalUrl: string;
13654
+ animationUrl?: string | null;
13560
13655
  licenseUrl: string;
13561
13656
  schemaUrl: string;
13562
13657
  type: MetadataType;
@@ -13572,6 +13667,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
13572
13667
  name: string;
13573
13668
  description: string;
13574
13669
  externalUrl: string;
13670
+ animationUrl?: string | null;
13575
13671
  licenseUrl: string;
13576
13672
  schemaUrl: string;
13577
13673
  type: MetadataType;
@@ -13797,6 +13893,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
13797
13893
  name: string;
13798
13894
  description: string;
13799
13895
  externalUrl: string;
13896
+ animationUrl?: string | null;
13800
13897
  licenseUrl: string;
13801
13898
  schemaUrl: string;
13802
13899
  type: MetadataType;
@@ -13902,6 +13999,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
13902
13999
  name: string;
13903
14000
  description: string;
13904
14001
  externalUrl: string;
14002
+ animationUrl?: string | null;
13905
14003
  licenseUrl: string;
13906
14004
  schemaUrl: string;
13907
14005
  type: MetadataType;
@@ -13917,6 +14015,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
13917
14015
  name: string;
13918
14016
  description: string;
13919
14017
  externalUrl: string;
14018
+ animationUrl?: string | null;
13920
14019
  licenseUrl: string;
13921
14020
  schemaUrl: string;
13922
14021
  type: MetadataType;
@@ -14141,6 +14240,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
14141
14240
  name: string;
14142
14241
  description: string;
14143
14242
  externalUrl: string;
14243
+ animationUrl?: string | null;
14144
14244
  licenseUrl: string;
14145
14245
  schemaUrl: string;
14146
14246
  type: MetadataType;
@@ -14246,6 +14346,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
14246
14346
  name: string;
14247
14347
  description: string;
14248
14348
  externalUrl: string;
14349
+ animationUrl?: string | null;
14249
14350
  licenseUrl: string;
14250
14351
  schemaUrl: string;
14251
14352
  type: MetadataType;
@@ -14261,6 +14362,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
14261
14362
  name: string;
14262
14363
  description: string;
14263
14364
  externalUrl: string;
14365
+ animationUrl?: string | null;
14264
14366
  licenseUrl: string;
14265
14367
  schemaUrl: string;
14266
14368
  type: MetadataType;
@@ -14652,6 +14754,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
14652
14754
  name: string;
14653
14755
  description: string;
14654
14756
  externalUrl: string;
14757
+ animationUrl?: string | null;
14655
14758
  licenseUrl: string;
14656
14759
  schemaUrl: string;
14657
14760
  type: MetadataType;
@@ -14758,6 +14861,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
14758
14861
  name: string;
14759
14862
  description: string;
14760
14863
  externalUrl: string;
14864
+ animationUrl?: string | null;
14761
14865
  licenseUrl: string;
14762
14866
  schemaUrl: string;
14763
14867
  type: MetadataType;
@@ -14773,6 +14877,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
14773
14877
  name: string;
14774
14878
  description: string;
14775
14879
  externalUrl: string;
14880
+ animationUrl?: string | null;
14776
14881
  licenseUrl: string;
14777
14882
  schemaUrl: string;
14778
14883
  type: MetadataType;
@@ -15177,6 +15282,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
15177
15282
  name: string;
15178
15283
  description: string;
15179
15284
  externalUrl: string;
15285
+ animationUrl?: string | null;
15180
15286
  licenseUrl: string;
15181
15287
  schemaUrl: string;
15182
15288
  type: MetadataType;
@@ -15283,6 +15389,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
15283
15389
  name: string;
15284
15390
  description: string;
15285
15391
  externalUrl: string;
15392
+ animationUrl?: string | null;
15286
15393
  licenseUrl: string;
15287
15394
  schemaUrl: string;
15288
15395
  type: MetadataType;
@@ -15298,6 +15405,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
15298
15405
  name: string;
15299
15406
  description: string;
15300
15407
  externalUrl: string;
15408
+ animationUrl?: string | null;
15301
15409
  licenseUrl: string;
15302
15410
  schemaUrl: string;
15303
15411
  type: MetadataType;
@@ -15693,6 +15801,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
15693
15801
  name: string;
15694
15802
  description: string;
15695
15803
  externalUrl: string;
15804
+ animationUrl?: string | null;
15696
15805
  licenseUrl: string;
15697
15806
  schemaUrl: string;
15698
15807
  type: MetadataType;
@@ -15799,6 +15908,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
15799
15908
  name: string;
15800
15909
  description: string;
15801
15910
  externalUrl: string;
15911
+ animationUrl?: string | null;
15802
15912
  licenseUrl: string;
15803
15913
  schemaUrl: string;
15804
15914
  type: MetadataType;
@@ -15814,6 +15924,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
15814
15924
  name: string;
15815
15925
  description: string;
15816
15926
  externalUrl: string;
15927
+ animationUrl?: string | null;
15817
15928
  licenseUrl: string;
15818
15929
  schemaUrl: string;
15819
15930
  type: MetadataType;
@@ -16208,6 +16319,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
16208
16319
  name: string;
16209
16320
  description: string;
16210
16321
  externalUrl: string;
16322
+ animationUrl?: string | null;
16211
16323
  licenseUrl: string;
16212
16324
  schemaUrl: string;
16213
16325
  type: MetadataType;
@@ -16314,6 +16426,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
16314
16426
  name: string;
16315
16427
  description: string;
16316
16428
  externalUrl: string;
16429
+ animationUrl?: string | null;
16317
16430
  licenseUrl: string;
16318
16431
  schemaUrl: string;
16319
16432
  type: MetadataType;
@@ -16329,6 +16442,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
16329
16442
  name: string;
16330
16443
  description: string;
16331
16444
  externalUrl: string;
16445
+ animationUrl?: string | null;
16332
16446
  licenseUrl: string;
16333
16447
  schemaUrl: string;
16334
16448
  type: MetadataType;
@@ -17135,6 +17249,7 @@ export declare type GetOfferByIdQueryQuery = {
17135
17249
  name: string;
17136
17250
  description: string;
17137
17251
  externalUrl: string;
17252
+ animationUrl?: string | null;
17138
17253
  licenseUrl: string;
17139
17254
  schemaUrl: string;
17140
17255
  type: MetadataType;
@@ -17150,6 +17265,7 @@ export declare type GetOfferByIdQueryQuery = {
17150
17265
  name: string;
17151
17266
  description: string;
17152
17267
  externalUrl: string;
17268
+ animationUrl?: string | null;
17153
17269
  licenseUrl: string;
17154
17270
  schemaUrl: string;
17155
17271
  type: MetadataType;
@@ -17499,6 +17615,7 @@ export declare type GetOffersQueryQuery = {
17499
17615
  name: string;
17500
17616
  description: string;
17501
17617
  externalUrl: string;
17618
+ animationUrl?: string | null;
17502
17619
  licenseUrl: string;
17503
17620
  schemaUrl: string;
17504
17621
  type: MetadataType;
@@ -17514,6 +17631,7 @@ export declare type GetOffersQueryQuery = {
17514
17631
  name: string;
17515
17632
  description: string;
17516
17633
  externalUrl: string;
17634
+ animationUrl?: string | null;
17517
17635
  licenseUrl: string;
17518
17636
  schemaUrl: string;
17519
17637
  type: MetadataType;
@@ -17848,6 +17966,7 @@ export declare type OfferFieldsFragment = {
17848
17966
  name: string;
17849
17967
  description: string;
17850
17968
  externalUrl: string;
17969
+ animationUrl?: string | null;
17851
17970
  licenseUrl: string;
17852
17971
  schemaUrl: string;
17853
17972
  type: MetadataType;
@@ -17863,6 +17982,7 @@ export declare type OfferFieldsFragment = {
17863
17982
  name: string;
17864
17983
  description: string;
17865
17984
  externalUrl: string;
17985
+ animationUrl?: string | null;
17866
17986
  licenseUrl: string;
17867
17987
  schemaUrl: string;
17868
17988
  type: MetadataType;
@@ -18146,6 +18266,7 @@ export declare type BaseOfferFieldsFragment = {
18146
18266
  name: string;
18147
18267
  description: string;
18148
18268
  externalUrl: string;
18269
+ animationUrl?: string | null;
18149
18270
  licenseUrl: string;
18150
18271
  schemaUrl: string;
18151
18272
  type: MetadataType;
@@ -18161,6 +18282,7 @@ export declare type BaseOfferFieldsFragment = {
18161
18282
  name: string;
18162
18283
  description: string;
18163
18284
  externalUrl: string;
18285
+ animationUrl?: string | null;
18164
18286
  licenseUrl: string;
18165
18287
  schemaUrl: string;
18166
18288
  type: MetadataType;