sigo-package 1.2.128 → 1.2.129
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -719,7 +719,7 @@ declare function getChannelName(id: string): {
|
|
|
719
719
|
updateDataTOAOrdersLiquidation: string;
|
|
720
720
|
};
|
|
721
721
|
|
|
722
|
-
declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin"];
|
|
722
|
+
declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin", "Europe/Madrid"];
|
|
723
723
|
type TimeZone = (typeof timeZones)[number];
|
|
724
724
|
declare function getDateInTimeZone(timeZone: TimeZone): Date;
|
|
725
725
|
|
package/dist/index.d.ts
CHANGED
|
@@ -719,7 +719,7 @@ declare function getChannelName(id: string): {
|
|
|
719
719
|
updateDataTOAOrdersLiquidation: string;
|
|
720
720
|
};
|
|
721
721
|
|
|
722
|
-
declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin"];
|
|
722
|
+
declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin", "Europe/Madrid"];
|
|
723
723
|
type TimeZone = (typeof timeZones)[number];
|
|
724
724
|
declare function getDateInTimeZone(timeZone: TimeZone): Date;
|
|
725
725
|
|