qlu-20-ui-library 1.9.12 → 1.9.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.
@@ -265,7 +265,7 @@ export interface AssignmentExperience {
265
265
  }
266
266
  export type ProductData = {
267
267
  esId?: string;
268
- productId: string;
268
+ productId?: string;
269
269
  productName: string;
270
270
  companyName: string;
271
271
  companyUniversalName: string;
package/dist/types.d.ts CHANGED
@@ -265,7 +265,7 @@ export interface AssignmentExperience {
265
265
  }
266
266
  export type ProductData = {
267
267
  esId?: string;
268
- productId: string;
268
+ productId?: string;
269
269
  productName: string;
270
270
  companyName: string;
271
271
  companyUniversalName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlu-20-ui-library",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",