@compassdigital/sdk.typescript 4.440.0 → 4.442.0
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/package.json
CHANGED
|
@@ -3530,10 +3530,10 @@ export interface GetConsumerHomePageQuery {
|
|
|
3530
3530
|
end: number;
|
|
3531
3531
|
// current date in epoch time
|
|
3532
3532
|
date: number;
|
|
3533
|
-
// app name
|
|
3534
|
-
appName: string;
|
|
3535
3533
|
location_multigroup_id: string;
|
|
3536
3534
|
timezoneOffset: string;
|
|
3535
|
+
// app name
|
|
3536
|
+
appName?: string;
|
|
3537
3537
|
// reorder eligible
|
|
3538
3538
|
reorderEligible: boolean;
|
|
3539
3539
|
}
|