@qite/tide-client 1.0.48 → 1.0.49

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.
@@ -7,7 +7,7 @@ import { TideClientConfig } from "../types";
7
7
  * @param signal
8
8
  * @returns OK if succeeded.
9
9
  */
10
- export declare const contactForm: (
10
+ export declare const feedXml: (
11
11
  config: TideClientConfig,
12
12
  request: string,
13
13
  signal?: AbortSignal | undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-client",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Frontend client for Tide",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@ const ENDPOINT_FEED = `${ENDPOINT}/feed`;
12
12
  * @param signal
13
13
  * @returns OK if succeeded.
14
14
  */
15
- export const contactForm = (
15
+ export const feedXml = (
16
16
  config: TideClientConfig,
17
17
  request: string,
18
18
  signal?: AbortSignal