@squidcloud/client 1.0.13 → 1.0.14

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.
@@ -14,4 +14,5 @@ export declare function isoStringToDate(string: string): Date;
14
14
  export declare function base64ToString(string: string): string;
15
15
  export declare function base64ToBinary(string: string): string;
16
16
  export declare function debeziumStringToInterval(string: string): Record<string, number>;
17
- export declare function msPastMidnightToTime(ms: number): string;
17
+ export declare function msPastMidnightToTimeString(ms: number): string;
18
+ export declare function dateToTimeString(date: Date): string;
@@ -1,2 +1 @@
1
- import { SquidRegion } from '../regions';
2
- export declare function getApplicationUrl(region: SquidRegion, appId: string): string;
1
+ export declare function getApplicationUrl(regionPrefix: string, appId: string): string;