@open-tender/types 0.0.52 → 0.0.54
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.
|
@@ -7,4 +7,4 @@ export interface CustomerNotificationPref {
|
|
|
7
7
|
notification_area: NotificationArea;
|
|
8
8
|
notification_channel: NotificationChannel;
|
|
9
9
|
}
|
|
10
|
-
export declare type CustomerNotificationPrefs = Array<CustomerNotificationPref
|
|
10
|
+
export declare type CustomerNotificationPrefs = Array<Partial<CustomerNotificationPref>>;
|
|
@@ -7,4 +7,4 @@ export interface CustomerNotificationPref {
|
|
|
7
7
|
notification_area: NotificationArea;
|
|
8
8
|
notification_channel: NotificationChannel;
|
|
9
9
|
}
|
|
10
|
-
export declare type CustomerNotificationPrefs = Array<CustomerNotificationPref
|
|
10
|
+
export declare type CustomerNotificationPrefs = Array<Partial<CustomerNotificationPref>>;
|
package/package.json
CHANGED