wg-api-sdk 4.31.53 → 4.31.54
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 +3 -1
- package/dist/index.d.ts +3 -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-07T18:02:10.271358
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -89031,6 +89031,7 @@ interface operations {
|
|
|
89031
89031
|
get_outlook_mail_by_outlook_message_id_v1_api_connections_outlook_mails_by_outlook_message_id__id__get: {
|
|
89032
89032
|
parameters: {
|
|
89033
89033
|
query?: {
|
|
89034
|
+
include_analysis?: boolean;
|
|
89034
89035
|
/**
|
|
89035
89036
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
89036
89037
|
* @example EN
|
|
@@ -89121,6 +89122,7 @@ interface operations {
|
|
|
89121
89122
|
get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get: {
|
|
89122
89123
|
parameters: {
|
|
89123
89124
|
query?: {
|
|
89125
|
+
include_analysis?: boolean;
|
|
89124
89126
|
/**
|
|
89125
89127
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
89126
89128
|
* @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-07T18:02:10.271358
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -89031,6 +89031,7 @@ interface operations {
|
|
|
89031
89031
|
get_outlook_mail_by_outlook_message_id_v1_api_connections_outlook_mails_by_outlook_message_id__id__get: {
|
|
89032
89032
|
parameters: {
|
|
89033
89033
|
query?: {
|
|
89034
|
+
include_analysis?: boolean;
|
|
89034
89035
|
/**
|
|
89035
89036
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
89036
89037
|
* @example EN
|
|
@@ -89121,6 +89122,7 @@ interface operations {
|
|
|
89121
89122
|
get_outlook_mail_by_id_v1_api_connections_outlook_mails__id__get: {
|
|
89122
89123
|
parameters: {
|
|
89123
89124
|
query?: {
|
|
89125
|
+
include_analysis?: boolean;
|
|
89124
89126
|
/**
|
|
89125
89127
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
89126
89128
|
* @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.54",
|
|
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",
|