wg-api-sdk 4.31.52 → 4.31.53

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.
@@ -9778,7 +9778,7 @@ interface components {
9778
9778
  * Timestamp
9779
9779
  * Format: date-time
9780
9780
  * @description Timestamp of when the error occured
9781
- * @default 2026-05-07T17:08:41.276055
9781
+ * @default 2026-05-07T17:13:38.078933
9782
9782
  */
9783
9783
  timestamp: string;
9784
9784
  /**
@@ -88892,7 +88892,7 @@ interface operations {
88892
88892
  parameters: {
88893
88893
  query?: {
88894
88894
  q?: string;
88895
- include_analysis?: string;
88895
+ include_analysis?: boolean;
88896
88896
  /**
88897
88897
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
88898
88898
  * @example EN
package/dist/index.d.ts CHANGED
@@ -9778,7 +9778,7 @@ interface components {
9778
9778
  * Timestamp
9779
9779
  * Format: date-time
9780
9780
  * @description Timestamp of when the error occured
9781
- * @default 2026-05-07T17:08:41.276055
9781
+ * @default 2026-05-07T17:13:38.078933
9782
9782
  */
9783
9783
  timestamp: string;
9784
9784
  /**
@@ -88892,7 +88892,7 @@ interface operations {
88892
88892
  parameters: {
88893
88893
  query?: {
88894
88894
  q?: string;
88895
- include_analysis?: string;
88895
+ include_analysis?: boolean;
88896
88896
  /**
88897
88897
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
88898
88898
  * @example EN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.52",
3
+ "version": "4.31.53",
4
4
  "description": "An SDK that provides auto-generated fetch functions and types for interacting with WeGroup 's APIs, based on the OpenAPI specification file.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.mjs",