@produce8/analytics-openapi-types 1.0.0-dev.20251218144540 → 1.0.0-dev.20251218191537

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openapi-types.ts CHANGED
@@ -525,6 +525,7 @@ export interface components {
525
525
  /** @description Highlights data */
526
526
  data: components["schemas"]["AppUsageMetricsHighlightsDataDto"];
527
527
  };
528
+ CatalogApplicationDto: Record<string, never>;
528
529
  };
529
530
  responses: never;
530
531
  parameters: never;
package/openapi.json CHANGED
@@ -1662,6 +1662,10 @@
1662
1662
  "metricType",
1663
1663
  "data"
1664
1664
  ]
1665
+ },
1666
+ "CatalogApplicationDto": {
1667
+ "type": "object",
1668
+ "properties": {}
1665
1669
  }
1666
1670
  }
1667
1671
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@produce8/analytics-openapi-types",
3
- "version": "1.0.0-dev.20251218144540",
3
+ "version": "1.0.0-dev.20251218191537",
4
4
  "description": "TypeScript types generated from Analytics Service OpenAPI specification",
5
5
  "main": "openapi-types.ts",
6
6
  "types": "openapi-types.ts",