wg-api-sdk 4.31.17 → 4.31.18

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.
@@ -9629,7 +9629,7 @@ interface components {
9629
9629
  * Timestamp
9630
9630
  * Format: date-time
9631
9631
  * @description Timestamp of when the error occured
9632
- * @default 2026-03-18T16:32:13.230943
9632
+ * @default 2026-03-19T09:17:51.262388
9633
9633
  */
9634
9634
  timestamp: string;
9635
9635
  /**
@@ -67815,8 +67815,8 @@ interface components {
67815
67815
  /** Telephonenr */
67816
67816
  telephonenr?: string;
67817
67817
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67818
- /** Marketing Campaigns Subscription */
67819
- marketing_campaigns_subscription: boolean;
67818
+ /** Prefers Digital Correspondence */
67819
+ prefers_digital_correspondence?: boolean;
67820
67820
  /**
67821
67821
  * Type
67822
67822
  * @enum {string}
@@ -67876,8 +67876,8 @@ interface components {
67876
67876
  /** Telephonenr */
67877
67877
  telephonenr?: string;
67878
67878
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67879
- /** Marketing Campaigns Subscription */
67880
- marketing_campaigns_subscription: boolean;
67879
+ /** Prefers Digital Correspondence */
67880
+ prefers_digital_correspondence?: boolean;
67881
67881
  /**
67882
67882
  * Type
67883
67883
  * @enum {string}
package/dist/index.d.ts CHANGED
@@ -9629,7 +9629,7 @@ interface components {
9629
9629
  * Timestamp
9630
9630
  * Format: date-time
9631
9631
  * @description Timestamp of when the error occured
9632
- * @default 2026-03-18T16:32:13.230943
9632
+ * @default 2026-03-19T09:17:51.262388
9633
9633
  */
9634
9634
  timestamp: string;
9635
9635
  /**
@@ -67815,8 +67815,8 @@ interface components {
67815
67815
  /** Telephonenr */
67816
67816
  telephonenr?: string;
67817
67817
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67818
- /** Marketing Campaigns Subscription */
67819
- marketing_campaigns_subscription: boolean;
67818
+ /** Prefers Digital Correspondence */
67819
+ prefers_digital_correspondence?: boolean;
67820
67820
  /**
67821
67821
  * Type
67822
67822
  * @enum {string}
@@ -67876,8 +67876,8 @@ interface components {
67876
67876
  /** Telephonenr */
67877
67877
  telephonenr?: string;
67878
67878
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67879
- /** Marketing Campaigns Subscription */
67880
- marketing_campaigns_subscription: boolean;
67879
+ /** Prefers Digital Correspondence */
67880
+ prefers_digital_correspondence?: boolean;
67881
67881
  /**
67882
67882
  * Type
67883
67883
  * @enum {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.17",
3
+ "version": "4.31.18",
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",