@qite/tide-client 1.1.156 → 1.1.157

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.
@@ -1,6 +1,6 @@
1
1
  import { EntryStatus } from "../../../enums";
2
2
  export interface PackagingEntry {
3
- language: string;
3
+ language?: string;
4
4
  transactionId: string;
5
5
  magicLink?: string;
6
6
  dossierNumber: string;
@@ -24,4 +24,4 @@ export declare const getPriceDetails: (
24
24
  config: TideClientConfig,
25
25
  request: PackagingEntry,
26
26
  signal?: AbortSignal | undefined
27
- ) => Promise<BookingPriceDetails[]>;
27
+ ) => Promise<BookingPriceDetails>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-client",
3
- "version": "1.1.156",
3
+ "version": "1.1.157",
4
4
  "description": "Frontend client for Tide",
5
5
  "main": "build/index.js",
6
6
  "scripts": {