@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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 e453a8ac-a191-4ffd-991c-5655a588bc77
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')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.320",
3
+ "version": "1.0.321",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],