@erp-galoper/types 1.0.13 → 1.0.15
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 +25 -25
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26115,7 +26115,7 @@ export interface components {
|
|
|
26115
26115
|
/**
|
|
26116
26116
|
* Id
|
|
26117
26117
|
* Format: uuid
|
|
26118
|
-
* @example
|
|
26118
|
+
* @example 22bf4194-f035-499b-ba33-a4347a765d01
|
|
26119
26119
|
*/
|
|
26120
26120
|
id: string;
|
|
26121
26121
|
/**
|
|
@@ -30046,7 +30046,7 @@ export interface components {
|
|
|
30046
30046
|
/**
|
|
30047
30047
|
* Companyrate
|
|
30048
30048
|
* @description
|
|
30049
|
-
* - This field is visible if allow rate change is
|
|
30049
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
30050
30050
|
* - For Lebanon:
|
|
30051
30051
|
* - if account currency same as company currency or account currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD,
|
|
30052
30052
|
* - if account currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as account currency),
|
|
@@ -30056,7 +30056,7 @@ export interface components {
|
|
|
30056
30056
|
companyRate?: number;
|
|
30057
30057
|
/**
|
|
30058
30058
|
* Usdrate
|
|
30059
|
-
* @description This field is visible if allow rate change is
|
|
30059
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
30060
30060
|
* and country is lebanon
|
|
30061
30061
|
* and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
30062
30062
|
*/
|
|
@@ -30188,7 +30188,7 @@ export interface components {
|
|
|
30188
30188
|
/**
|
|
30189
30189
|
* Companyrate
|
|
30190
30190
|
* @description
|
|
30191
|
-
* - This field is visible if allow rate change is
|
|
30191
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
30192
30192
|
* - For Lebanon:
|
|
30193
30193
|
* - if account currency same as company currency or account currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD,
|
|
30194
30194
|
* - if account currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as account currency),
|
|
@@ -30198,7 +30198,7 @@ export interface components {
|
|
|
30198
30198
|
companyRate?: number;
|
|
30199
30199
|
/**
|
|
30200
30200
|
* Usdrate
|
|
30201
|
-
* @description This field is visible if allow rate change is
|
|
30201
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
30202
30202
|
* and country is lebanon
|
|
30203
30203
|
* and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
30204
30204
|
*/
|
|
@@ -30530,12 +30530,12 @@ export interface components {
|
|
|
30530
30530
|
department: string;
|
|
30531
30531
|
/**
|
|
30532
30532
|
* Companyrate
|
|
30533
|
-
* @description This field is visible and required if
|
|
30533
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
30534
30534
|
*/
|
|
30535
30535
|
companyRate?: number | null;
|
|
30536
30536
|
/**
|
|
30537
30537
|
* Usdrate
|
|
30538
|
-
* @description This field is visible and required if
|
|
30538
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
30539
30539
|
*/
|
|
30540
30540
|
usdRate?: number | null;
|
|
30541
30541
|
status?: components["schemas"]["InternalStatusOnCreateValueChoices"] | null;
|
|
@@ -31044,12 +31044,12 @@ export interface components {
|
|
|
31044
31044
|
department: string;
|
|
31045
31045
|
/**
|
|
31046
31046
|
* Companyrate
|
|
31047
|
-
* @description This field is visible and required if
|
|
31047
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
31048
31048
|
*/
|
|
31049
31049
|
companyRate?: number;
|
|
31050
31050
|
/**
|
|
31051
31051
|
* Usdrate
|
|
31052
|
-
* @description This field is visible and required if
|
|
31052
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
31053
31053
|
*/
|
|
31054
31054
|
usdRate?: number;
|
|
31055
31055
|
status?: components["schemas"]["InternalStatusOnCreateValueChoices"] | null;
|
|
@@ -31336,12 +31336,12 @@ export interface components {
|
|
|
31336
31336
|
department: string;
|
|
31337
31337
|
/**
|
|
31338
31338
|
* Companyrate
|
|
31339
|
-
* @description This field is visible and required if
|
|
31339
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
31340
31340
|
*/
|
|
31341
31341
|
companyRate?: number;
|
|
31342
31342
|
/**
|
|
31343
31343
|
* Usdrate
|
|
31344
|
-
* @description This field is visible and required if
|
|
31344
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
31345
31345
|
*/
|
|
31346
31346
|
usdRate?: number;
|
|
31347
31347
|
status?: components["schemas"]["InternalStatusOnCreateValueChoices"] | null;
|
|
@@ -31800,12 +31800,12 @@ export interface components {
|
|
|
31800
31800
|
dueDate?: string | null;
|
|
31801
31801
|
/**
|
|
31802
31802
|
* Companyrate
|
|
31803
|
-
* @description This field is visible and required if
|
|
31803
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
31804
31804
|
*/
|
|
31805
31805
|
companyRate?: number;
|
|
31806
31806
|
/**
|
|
31807
31807
|
* Usdrate
|
|
31808
|
-
* @description This field is visible and required if
|
|
31808
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
31809
31809
|
*/
|
|
31810
31810
|
usdRate?: number;
|
|
31811
31811
|
/** Discount */
|
|
@@ -31953,12 +31953,12 @@ export interface components {
|
|
|
31953
31953
|
dueDate?: string | null;
|
|
31954
31954
|
/**
|
|
31955
31955
|
* Companyrate
|
|
31956
|
-
* @description This field is visible and required if
|
|
31956
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
31957
31957
|
*/
|
|
31958
31958
|
companyRate?: number;
|
|
31959
31959
|
/**
|
|
31960
31960
|
* Usdrate
|
|
31961
|
-
* @description This field is visible and required if
|
|
31961
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
31962
31962
|
*/
|
|
31963
31963
|
usdRate?: number;
|
|
31964
31964
|
/** Discount */
|
|
@@ -32344,7 +32344,7 @@ export interface components {
|
|
|
32344
32344
|
* Companyrate
|
|
32345
32345
|
* @description
|
|
32346
32346
|
* - This field is number
|
|
32347
|
-
* - This field is visible if allow rate change is
|
|
32347
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
32348
32348
|
* - For LB:
|
|
32349
32349
|
* - if supplier currency same as company currency or supplier currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD and field(rate),
|
|
32350
32350
|
* - if supplier currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as supplier currency and field(rate)),
|
|
@@ -32356,7 +32356,7 @@ export interface components {
|
|
|
32356
32356
|
* Usdrate
|
|
32357
32357
|
* @description
|
|
32358
32358
|
* - This field is number
|
|
32359
|
-
* - This field is visible if allow rate change is
|
|
32359
|
+
* - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
32360
32360
|
* and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
|
|
32361
32361
|
*/
|
|
32362
32362
|
usdRate?: string;
|
|
@@ -32508,7 +32508,7 @@ export interface components {
|
|
|
32508
32508
|
* Companyrate
|
|
32509
32509
|
* @description
|
|
32510
32510
|
* - This field is number
|
|
32511
|
-
* - This field is visible if allow rate change is
|
|
32511
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
32512
32512
|
* - For LB:
|
|
32513
32513
|
* - if supplier currency same as company currency or supplier currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD and field(rate),
|
|
32514
32514
|
* - if supplier currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as supplier currency and field(rate)),
|
|
@@ -32520,7 +32520,7 @@ export interface components {
|
|
|
32520
32520
|
* Usdrate
|
|
32521
32521
|
* @description
|
|
32522
32522
|
* - This field is number
|
|
32523
|
-
* - This field is visible if allow rate change is
|
|
32523
|
+
* - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
32524
32524
|
* and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
|
|
32525
32525
|
*/
|
|
32526
32526
|
usdRate?: string;
|
|
@@ -32797,12 +32797,12 @@ export interface components {
|
|
|
32797
32797
|
department: string;
|
|
32798
32798
|
/**
|
|
32799
32799
|
* Companyrate
|
|
32800
|
-
* @description This field is visible and required if
|
|
32800
|
+
* @description This field is visible and required if allow rate change is on in system settings(if account currency same as company currency or account currency is USD get the company_rate from table currency where currency name is USD, otherwise if account currency is foreign for example EUR get the company_rate from table currencies where currency name is same as account currency), if country other than Lebanon get company_rate from table currencies where currency name same as account currency
|
|
32801
32801
|
*/
|
|
32802
32802
|
companyRate?: number;
|
|
32803
32803
|
/**
|
|
32804
32804
|
* Usdrate
|
|
32805
|
-
* @description This field is visible and required if
|
|
32805
|
+
* @description This field is visible and required if allow rate change is on in system settings and the country is Lebanon and account currency is foreign currency meaning (NOT COMPANY CURRENCY OR USD)
|
|
32806
32806
|
*/
|
|
32807
32807
|
usdRate?: number;
|
|
32808
32808
|
status?: components["schemas"]["InternalStatusOnCreateValueChoices"] | null;
|
|
@@ -37190,7 +37190,7 @@ export interface components {
|
|
|
37190
37190
|
* Companyrate
|
|
37191
37191
|
* @description
|
|
37192
37192
|
* - This field is number
|
|
37193
|
-
* - This field is visible if allow rate change is
|
|
37193
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
37194
37194
|
* - For LB:
|
|
37195
37195
|
* - if supplier currency same as company currency or supplier currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD and field(rate),
|
|
37196
37196
|
* - if supplier currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as supplier currency and field(rate)),
|
|
@@ -37202,7 +37202,7 @@ export interface components {
|
|
|
37202
37202
|
* Usdrate
|
|
37203
37203
|
* @description
|
|
37204
37204
|
* - This field is number
|
|
37205
|
-
* - This field is visible if allow rate change is
|
|
37205
|
+
* - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
37206
37206
|
* and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
|
|
37207
37207
|
*/
|
|
37208
37208
|
usdRate?: string;
|
|
@@ -37352,7 +37352,7 @@ export interface components {
|
|
|
37352
37352
|
* Companyrate
|
|
37353
37353
|
* @description
|
|
37354
37354
|
* - This field is number
|
|
37355
|
-
* - This field is visible if allow rate change is
|
|
37355
|
+
* - This field is visible and required if allow rate change is on in system settings
|
|
37356
37356
|
* - For LB:
|
|
37357
37357
|
* - if supplier currency same as company currency or supplier currency is USD get the company_rate from /api/v1/currencies/ where currency name is USD and field(rate),
|
|
37358
37358
|
* - if supplier currency is foreign for example EUR get the company_rate from /api/v1/currencies/ where currency name is same as supplier currency and field(rate)),
|
|
@@ -37364,7 +37364,7 @@ export interface components {
|
|
|
37364
37364
|
* Usdrate
|
|
37365
37365
|
* @description
|
|
37366
37366
|
* - This field is number
|
|
37367
|
-
* - This field is visible if allow rate change is
|
|
37367
|
+
* - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
|
|
37368
37368
|
* and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
|
|
37369
37369
|
*/
|
|
37370
37370
|
usdRate?: string;
|