@qite/tide-client 1.1.114 → 1.1.115

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.
@@ -5,7 +5,6 @@ import {
5
5
  GenerateBookingAccommodationRequest,
6
6
  TideClientConfig,
7
7
  } from "../types";
8
- import { Tag } from "../types/web/tag";
9
8
  /**
10
9
  * api/web/crmcontact
11
10
  * Creates a CRM contact.
@@ -57,7 +56,3 @@ export declare const generateBookingAccommodations: (
57
56
  ) => Promise<{
58
57
  [key: string]: string;
59
58
  }>;
60
- export declare const getTags: (
61
- config: TideClientConfig,
62
- signal?: AbortSignal | undefined
63
- ) => Promise<[Tag]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-client",
3
- "version": "1.1.114",
3
+ "version": "1.1.115",
4
4
  "description": "Frontend client for Tide",
5
5
  "main": "build/index.js",
6
6
  "scripts": {