wg-api-sdk 4.30.278 → 4.30.279

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.
@@ -9282,7 +9282,7 @@ interface components {
9282
9282
  * Timestamp
9283
9283
  * Format: date-time
9284
9284
  * @description Timestamp of when the error occured
9285
- * @default 2026-03-04T13:18:30.662276
9285
+ * @default 2026-03-05T11:37:49.318963
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -52722,11 +52722,8 @@ interface components {
52722
52722
  * @description Origin of user creation.
52723
52723
  */
52724
52724
  origin?: string;
52725
- /**
52726
- * Creation Metadata
52727
- * Format: json-string
52728
- */
52729
- creation_metadata?: string;
52725
+ /** Metadata */
52726
+ metadata?: Record<string, never>;
52730
52727
  /** First Name */
52731
52728
  first_name?: string;
52732
52729
  /** Last Name */
@@ -53859,7 +53856,7 @@ interface components {
53859
53856
  /**
53860
53857
  * Quote Specifications
53861
53858
  * @default {
53862
- * "contract_commencement_date": "2026-03-04"
53859
+ * "contract_commencement_date": "2026-03-05"
53863
53860
  * }
53864
53861
  */
53865
53862
  quote_specifications: components["schemas"]["QuoteSpecification"];
package/dist/index.d.ts CHANGED
@@ -9282,7 +9282,7 @@ interface components {
9282
9282
  * Timestamp
9283
9283
  * Format: date-time
9284
9284
  * @description Timestamp of when the error occured
9285
- * @default 2026-03-04T13:18:30.662276
9285
+ * @default 2026-03-05T11:37:49.318963
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -52722,11 +52722,8 @@ interface components {
52722
52722
  * @description Origin of user creation.
52723
52723
  */
52724
52724
  origin?: string;
52725
- /**
52726
- * Creation Metadata
52727
- * Format: json-string
52728
- */
52729
- creation_metadata?: string;
52725
+ /** Metadata */
52726
+ metadata?: Record<string, never>;
52730
52727
  /** First Name */
52731
52728
  first_name?: string;
52732
52729
  /** Last Name */
@@ -53859,7 +53856,7 @@ interface components {
53859
53856
  /**
53860
53857
  * Quote Specifications
53861
53858
  * @default {
53862
- * "contract_commencement_date": "2026-03-04"
53859
+ * "contract_commencement_date": "2026-03-05"
53863
53860
  * }
53864
53861
  */
53865
53862
  quote_specifications: components["schemas"]["QuoteSpecification"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.278",
3
+ "version": "4.30.279",
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",