@erp-galoper/types 1.0.320 → 1.0.321
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/openapi.ts +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26661,7 +26661,7 @@ export interface components {
|
|
|
26661
26661
|
/**
|
|
26662
26662
|
* Id
|
|
26663
26663
|
* Format: uuid
|
|
26664
|
-
* @example
|
|
26664
|
+
* @example 77a7130f-0580-488b-a8ee-58384fb98ade
|
|
26665
26665
|
*/
|
|
26666
26666
|
id: string;
|
|
26667
26667
|
/**
|
|
@@ -38827,6 +38827,8 @@ export interface components {
|
|
|
38827
38827
|
id: string;
|
|
38828
38828
|
/** @description Method of sending email: 'sendlayer' or 'smtp' */
|
|
38829
38829
|
method: components["schemas"]["EmailSettingMethodChoices"];
|
|
38830
|
+
/** Brevoapikey */
|
|
38831
|
+
brevoApiKey: string | null;
|
|
38830
38832
|
/**
|
|
38831
38833
|
* Fromemail
|
|
38832
38834
|
* @description From email address (if method is 'brevo')
|