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.
- package/dist/esm/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/esm/index.d.mts
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-
|
|
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
|
-
/**
|
|
67819
|
-
|
|
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
|
-
/**
|
|
67880
|
-
|
|
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-
|
|
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
|
-
/**
|
|
67819
|
-
|
|
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
|
-
/**
|
|
67880
|
-
|
|
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.
|
|
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",
|