wg-api-sdk 4.31.51 → 4.31.53
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 +6 -1
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9778,7 +9778,7 @@ interface components {
|
|
|
9778
9778
|
* Timestamp
|
|
9779
9779
|
* Format: date-time
|
|
9780
9780
|
* @description Timestamp of when the error occured
|
|
9781
|
-
* @default 2026-05-
|
|
9781
|
+
* @default 2026-05-07T17:13:38.078933
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -67557,6 +67557,8 @@ interface components {
|
|
|
67557
67557
|
name: string;
|
|
67558
67558
|
company_registration: components["schemas"]["CreateAnvaPartyCompanyRegistration"];
|
|
67559
67559
|
legal_form: components["schemas"]["LEGAL_FORM"];
|
|
67560
|
+
/** Email */
|
|
67561
|
+
email?: string;
|
|
67560
67562
|
};
|
|
67561
67563
|
/** Address */
|
|
67562
67564
|
flows__models__anva__AnvaPartyBase__Address: {
|
|
@@ -67655,6 +67657,8 @@ interface components {
|
|
|
67655
67657
|
name: string;
|
|
67656
67658
|
company_registration: components["schemas"]["CreateAnvaPartyCompanyRegistration"];
|
|
67657
67659
|
legal_form: components["schemas"]["LEGAL_FORM"];
|
|
67660
|
+
/** Email */
|
|
67661
|
+
email?: string;
|
|
67658
67662
|
/** Anva Party Id */
|
|
67659
67663
|
anva_party_id: string;
|
|
67660
67664
|
};
|
|
@@ -88888,6 +88892,7 @@ interface operations {
|
|
|
88888
88892
|
parameters: {
|
|
88889
88893
|
query?: {
|
|
88890
88894
|
q?: string;
|
|
88895
|
+
include_analysis?: boolean;
|
|
88891
88896
|
/**
|
|
88892
88897
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
88893
88898
|
* @example EN
|
package/dist/index.d.ts
CHANGED
|
@@ -9778,7 +9778,7 @@ interface components {
|
|
|
9778
9778
|
* Timestamp
|
|
9779
9779
|
* Format: date-time
|
|
9780
9780
|
* @description Timestamp of when the error occured
|
|
9781
|
-
* @default 2026-05-
|
|
9781
|
+
* @default 2026-05-07T17:13:38.078933
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -67557,6 +67557,8 @@ interface components {
|
|
|
67557
67557
|
name: string;
|
|
67558
67558
|
company_registration: components["schemas"]["CreateAnvaPartyCompanyRegistration"];
|
|
67559
67559
|
legal_form: components["schemas"]["LEGAL_FORM"];
|
|
67560
|
+
/** Email */
|
|
67561
|
+
email?: string;
|
|
67560
67562
|
};
|
|
67561
67563
|
/** Address */
|
|
67562
67564
|
flows__models__anva__AnvaPartyBase__Address: {
|
|
@@ -67655,6 +67657,8 @@ interface components {
|
|
|
67655
67657
|
name: string;
|
|
67656
67658
|
company_registration: components["schemas"]["CreateAnvaPartyCompanyRegistration"];
|
|
67657
67659
|
legal_form: components["schemas"]["LEGAL_FORM"];
|
|
67660
|
+
/** Email */
|
|
67661
|
+
email?: string;
|
|
67658
67662
|
/** Anva Party Id */
|
|
67659
67663
|
anva_party_id: string;
|
|
67660
67664
|
};
|
|
@@ -88888,6 +88892,7 @@ interface operations {
|
|
|
88888
88892
|
parameters: {
|
|
88889
88893
|
query?: {
|
|
88890
88894
|
q?: string;
|
|
88895
|
+
include_analysis?: boolean;
|
|
88891
88896
|
/**
|
|
88892
88897
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
88893
88898
|
* @example EN
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.53",
|
|
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",
|