wg-api-sdk 1.0.21 → 1.0.22

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.
@@ -7827,7 +7827,7 @@ interface components {
7827
7827
  * Timestamp
7828
7828
  * Format: date-time
7829
7829
  * @description Timestamp of when the error occured
7830
- * @default 2025-06-23T14:10:43.439172
7830
+ * @default 2025-06-24T09:50:46.885080
7831
7831
  */
7832
7832
  timestamp: string;
7833
7833
  /**
@@ -61185,7 +61185,9 @@ interface components {
61185
61185
  /** Anva Party Id */
61186
61186
  anva_party_id: string;
61187
61187
  /** Anva Policy Nr */
61188
- anva_policy_nr: string;
61188
+ anva_policy_nr?: string;
61189
+ /** Anva Package Nr */
61190
+ anva_package_nr?: string;
61189
61191
  /** Documents */
61190
61192
  documents: components["schemas"]["AnvaInquiryDocument"][];
61191
61193
  };
package/dist/index.d.ts CHANGED
@@ -7827,7 +7827,7 @@ interface components {
7827
7827
  * Timestamp
7828
7828
  * Format: date-time
7829
7829
  * @description Timestamp of when the error occured
7830
- * @default 2025-06-23T14:10:43.439172
7830
+ * @default 2025-06-24T09:50:46.885080
7831
7831
  */
7832
7832
  timestamp: string;
7833
7833
  /**
@@ -61185,7 +61185,9 @@ interface components {
61185
61185
  /** Anva Party Id */
61186
61186
  anva_party_id: string;
61187
61187
  /** Anva Policy Nr */
61188
- anva_policy_nr: string;
61188
+ anva_policy_nr?: string;
61189
+ /** Anva Package Nr */
61190
+ anva_package_nr?: string;
61189
61191
  /** Documents */
61190
61192
  documents: components["schemas"]["AnvaInquiryDocument"][];
61191
61193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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",