@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.
- package/openapi.ts +5 -5
- 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 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
|
-
*
|
|
38883
|
+
* Isactive
|
|
38884
38884
|
* @description Whether the email setting is active or not
|
|
38885
38885
|
* @default true
|
|
38886
38886
|
*/
|
|
38887
|
-
|
|
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
|
-
*
|
|
38935
|
+
* Isactive
|
|
38936
38936
|
* @description Whether the email setting is active or not
|
|
38937
38937
|
*/
|
|
38938
|
-
|
|
38938
|
+
isActive?: boolean;
|
|
38939
38939
|
/**
|
|
38940
38940
|
* Smtphost
|
|
38941
38941
|
* @description SMTP server host (required if method is 'smtp')
|