wg-api-sdk 4.31.68 → 4.31.69

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.
@@ -9802,7 +9802,7 @@ interface components {
9802
9802
  * Timestamp
9803
9803
  * Format: date-time
9804
9804
  * @description Timestamp of when the error occured
9805
- * @default 2026-07-02T12:47:29.698172
9805
+ * @default 2026-07-02T15:02:17.858204
9806
9806
  */
9807
9807
  timestamp: string;
9808
9808
  /**
@@ -67565,8 +67565,7 @@ interface components {
67565
67565
  };
67566
67566
  /** AnvaRegenerateQuestionnaireResponse */
67567
67567
  AnvaRegenerateQuestionnaireResponse: {
67568
- /** Questions */
67569
- questions: components["schemas"]["Question"][];
67568
+ questionnaire: components["schemas"]["Questionnaire"];
67570
67569
  };
67571
67570
  /** AnvaRegenerateQuestionnaireRequest */
67572
67571
  AnvaRegenerateQuestionnaireRequest: {
package/dist/index.d.ts CHANGED
@@ -9802,7 +9802,7 @@ interface components {
9802
9802
  * Timestamp
9803
9803
  * Format: date-time
9804
9804
  * @description Timestamp of when the error occured
9805
- * @default 2026-07-02T12:47:29.698172
9805
+ * @default 2026-07-02T15:02:17.858204
9806
9806
  */
9807
9807
  timestamp: string;
9808
9808
  /**
@@ -67565,8 +67565,7 @@ interface components {
67565
67565
  };
67566
67566
  /** AnvaRegenerateQuestionnaireResponse */
67567
67567
  AnvaRegenerateQuestionnaireResponse: {
67568
- /** Questions */
67569
- questions: components["schemas"]["Question"][];
67568
+ questionnaire: components["schemas"]["Questionnaire"];
67570
67569
  };
67571
67570
  /** AnvaRegenerateQuestionnaireRequest */
67572
67571
  AnvaRegenerateQuestionnaireRequest: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.68",
3
+ "version": "4.31.69",
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",