wg-api-sdk 4.30.277 → 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.
- package/dist/esm/index.d.mts +8 -7
- package/dist/index.d.ts +8 -7
- package/package.json +1 -1
package/dist/esm/index.d.mts
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-
|
|
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
|
-
|
|
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-
|
|
53859
|
+
* "contract_commencement_date": "2026-03-05"
|
|
53863
53860
|
* }
|
|
53864
53861
|
*/
|
|
53865
53862
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64943,6 +64940,8 @@ interface components {
|
|
|
64943
64940
|
* Format: date
|
|
64944
64941
|
*/
|
|
64945
64942
|
start_date: string;
|
|
64943
|
+
/** Dias Collection Method Id */
|
|
64944
|
+
dias_collection_method_id?: string;
|
|
64946
64945
|
/** Documents */
|
|
64947
64946
|
documents: components["schemas"]["flows__models__dias__Document"][];
|
|
64948
64947
|
/** Possible Packages */
|
|
@@ -66924,6 +66923,8 @@ interface components {
|
|
|
66924
66923
|
*/
|
|
66925
66924
|
start_date?: string;
|
|
66926
66925
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
66926
|
+
/** Dias Collection Method Id */
|
|
66927
|
+
dias_collection_method_id?: string;
|
|
66927
66928
|
};
|
|
66928
66929
|
/** handle_create_dias_party_params */
|
|
66929
66930
|
handle_create_dias_party_params: {
|
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-
|
|
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
|
-
|
|
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-
|
|
53859
|
+
* "contract_commencement_date": "2026-03-05"
|
|
53863
53860
|
* }
|
|
53864
53861
|
*/
|
|
53865
53862
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64943,6 +64940,8 @@ interface components {
|
|
|
64943
64940
|
* Format: date
|
|
64944
64941
|
*/
|
|
64945
64942
|
start_date: string;
|
|
64943
|
+
/** Dias Collection Method Id */
|
|
64944
|
+
dias_collection_method_id?: string;
|
|
64946
64945
|
/** Documents */
|
|
64947
64946
|
documents: components["schemas"]["flows__models__dias__Document"][];
|
|
64948
64947
|
/** Possible Packages */
|
|
@@ -66924,6 +66923,8 @@ interface components {
|
|
|
66924
66923
|
*/
|
|
66925
66924
|
start_date?: string;
|
|
66926
66925
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
66926
|
+
/** Dias Collection Method Id */
|
|
66927
|
+
dias_collection_method_id?: string;
|
|
66927
66928
|
};
|
|
66928
66929
|
/** handle_create_dias_party_params */
|
|
66929
66930
|
handle_create_dias_party_params: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
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",
|