@subnoto/api-client 2.3.10 → 2.3.11
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/package.json
CHANGED
|
@@ -46,7 +46,7 @@ export interface paths {
|
|
|
46
46
|
* @description The language of the contact.
|
|
47
47
|
* @enum {string}
|
|
48
48
|
*/
|
|
49
|
-
language?: "fr" | "
|
|
49
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
50
50
|
/** @description The job title of the contact. */
|
|
51
51
|
jobTitle?: string;
|
|
52
52
|
/** @description The company of the contact. */
|
|
@@ -89,7 +89,7 @@ export interface paths {
|
|
|
89
89
|
* @description The language of the contact.
|
|
90
90
|
* @enum {string}
|
|
91
91
|
*/
|
|
92
|
-
language?: "fr" | "
|
|
92
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
93
93
|
/** @description The job title of the contact. */
|
|
94
94
|
jobTitle?: string;
|
|
95
95
|
/** @description The company of the contact. */
|
|
@@ -292,7 +292,7 @@ export interface paths {
|
|
|
292
292
|
* @description The language of the contact.
|
|
293
293
|
* @enum {string}
|
|
294
294
|
*/
|
|
295
|
-
language?: "fr" | "
|
|
295
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
296
296
|
/** @description The job title of the contact. */
|
|
297
297
|
jobTitle?: string;
|
|
298
298
|
/** @description The company of the contact. */
|
|
@@ -668,7 +668,7 @@ export interface paths {
|
|
|
668
668
|
* @description The language of the contact.
|
|
669
669
|
* @enum {string}
|
|
670
670
|
*/
|
|
671
|
-
language?: "fr" | "
|
|
671
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
672
672
|
/** @description The job title of the contact. */
|
|
673
673
|
jobTitle?: string;
|
|
674
674
|
/** @description The company of the contact. */
|
|
@@ -857,7 +857,7 @@ export interface paths {
|
|
|
857
857
|
* @description The language of the contact.
|
|
858
858
|
* @enum {string}
|
|
859
859
|
*/
|
|
860
|
-
language?: "fr" | "
|
|
860
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
861
861
|
/** @description The job title of the contact. */
|
|
862
862
|
jobTitle?: string;
|
|
863
863
|
/** @description The company of the contact. */
|
|
@@ -899,7 +899,7 @@ export interface paths {
|
|
|
899
899
|
* @description The language of the contact.
|
|
900
900
|
* @enum {string}
|
|
901
901
|
*/
|
|
902
|
-
language?: "fr" | "
|
|
902
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
903
903
|
/** @description The job title of the contact. */
|
|
904
904
|
jobTitle?: string;
|
|
905
905
|
/** @description The company of the contact. */
|
|
@@ -1539,7 +1539,7 @@ export interface paths {
|
|
|
1539
1539
|
* @description The language for the recipient (e.g., 'en', 'fr').
|
|
1540
1540
|
* @enum {string}
|
|
1541
1541
|
*/
|
|
1542
|
-
language?: "en" | "fr";
|
|
1542
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
1543
1543
|
/**
|
|
1544
1544
|
* @description The verification type for the recipient.
|
|
1545
1545
|
* @enum {string}
|
|
@@ -1554,7 +1554,7 @@ export interface paths {
|
|
|
1554
1554
|
* @description The language for the recipient (e.g., 'en', 'fr').
|
|
1555
1555
|
* @enum {string}
|
|
1556
1556
|
*/
|
|
1557
|
-
language?: "en" | "fr";
|
|
1557
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
1558
1558
|
/**
|
|
1559
1559
|
* @description The verification type for the recipient.
|
|
1560
1560
|
* @enum {string}
|
|
@@ -1569,7 +1569,7 @@ export interface paths {
|
|
|
1569
1569
|
* @description The language for the recipient (e.g., 'en', 'fr').
|
|
1570
1570
|
* @enum {string}
|
|
1571
1571
|
*/
|
|
1572
|
-
language?: "en" | "fr";
|
|
1572
|
+
language?: "en" | "fr" | "es" | "it" | "fi";
|
|
1573
1573
|
/**
|
|
1574
1574
|
* @description The verification type for the recipient.
|
|
1575
1575
|
* @enum {string}
|