@erp-galoper/types 1.0.319 → 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 +5 -3
  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 67b2ab2f-74b9-491f-b145-03ba3638e903
26664
+ * @example 77a7130f-0580-488b-a8ee-58384fb98ade
26665
26665
  */
26666
26666
  id: string;
26667
26667
  /**
@@ -30308,7 +30308,7 @@ export interface components {
30308
30308
  * Itempackage
30309
30309
  * @description choose from the item's itemPackage
30310
30310
  */
30311
- itemPackage: string | null;
30311
+ itemPackage?: string | null;
30312
30312
  /**
30313
30313
  * Unitpackage
30314
30314
  * @description This field is required when the package is selected
@@ -30409,7 +30409,7 @@ export interface components {
30409
30409
  * Itempackage
30410
30410
  * @description choose from the item's itemPackage
30411
30411
  */
30412
- itemPackage: string | null;
30412
+ itemPackage?: string | null;
30413
30413
  /**
30414
30414
  * Unitpackage
30415
30415
  * @description This field is required when the package is selected
@@ -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.319",
3
+ "version": "1.0.321",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],