@astro-sports-developers/models 1.0.39 → 1.0.41

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.
@@ -31,6 +31,10 @@ export interface M_Event_V4 {
31
31
  E_RegisteredProductsAstro?: M_Product_V1[];
32
32
  E_RegisteredProducts?: M_Product_V1[];
33
33
  E_RegisterTickets?: M_Product_V1[];
34
+ E_PriceMedia?: {
35
+ video: number;
36
+ image: number;
37
+ };
34
38
  createdAt?: any;
35
39
  updatedAt?: any;
36
40
  delete?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astro-sports-developers/models",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "Astro shared models library",
5
5
  "main": "bundles/astro-models.umd.js",
6
6
  "module": "fesm2022/astro-sports-developers-models.mjs",