@erp-galoper/types 1.0.306 → 1.0.307

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 -5
  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 2d979221-1121-41e3-bb25-99178663b276
26664
+ * @example 5f66c908-9fae-422c-a8eb-96692390540d
26665
26665
  */
26666
26666
  id: string;
26667
26667
  /**
@@ -38880,11 +38880,11 @@ export interface components {
38880
38880
  */
38881
38881
  fromEmail?: string;
38882
38882
  /**
38883
- * Is Active
38883
+ * Isactive
38884
38884
  * @description Whether the email setting is active or not
38885
38885
  * @default true
38886
38886
  */
38887
- is_active: boolean;
38887
+ isActive: boolean;
38888
38888
  /**
38889
38889
  * Smtphost
38890
38890
  * @description SMTP server host (required if method is 'smtp')
@@ -38932,10 +38932,10 @@ export interface components {
38932
38932
  */
38933
38933
  fromEmail?: string;
38934
38934
  /**
38935
- * Is Active
38935
+ * Isactive
38936
38936
  * @description Whether the email setting is active or not
38937
38937
  */
38938
- is_active?: boolean;
38938
+ isActive?: boolean;
38939
38939
  /**
38940
38940
  * Smtphost
38941
38941
  * @description SMTP server host (required if method is 'smtp')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.306",
3
+ "version": "1.0.307",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],