intelica-library-components 1.1.167 → 1.1.168

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 (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2837,6 +2837,7 @@ interface JobState {
2837
2837
  }
2838
2838
 
2839
2839
  interface NotificationDraft {
2840
+ origin?: string;
2840
2841
  originReference: string;
2841
2842
  notificationTypeCode: NotificationTypeCatalog;
2842
2843
  destination?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.167",
3
+ "version": "1.1.168",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",