@erp-galoper/types 1.0.1789 → 1.0.1791
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 +66 -66
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -48658,10 +48658,10 @@ export interface components {
|
|
|
48658
48658
|
*/
|
|
48659
48659
|
subtotal: string;
|
|
48660
48660
|
/**
|
|
48661
|
-
*
|
|
48661
|
+
* Secondarysubtotal
|
|
48662
48662
|
* @description This field represents gross subtotal in secondary currency
|
|
48663
48663
|
*/
|
|
48664
|
-
|
|
48664
|
+
secondarySubtotal: string;
|
|
48665
48665
|
/**
|
|
48666
48666
|
* Companysubtotal
|
|
48667
48667
|
* @description This field represents gross subtotal in company currency
|
|
@@ -48688,10 +48688,10 @@ export interface components {
|
|
|
48688
48688
|
*/
|
|
48689
48689
|
discountedTotal: string;
|
|
48690
48690
|
/**
|
|
48691
|
-
*
|
|
48691
|
+
* Secondarydiscountedtotal
|
|
48692
48692
|
* @description This field represents net total after line discount and overall discount in secondary currency
|
|
48693
48693
|
*/
|
|
48694
|
-
|
|
48694
|
+
secondaryDiscountedTotal: string;
|
|
48695
48695
|
/**
|
|
48696
48696
|
* Companydiscountedtotal
|
|
48697
48697
|
* @description This field represents net total after line discount and overall discount in company currency
|
|
@@ -48703,10 +48703,10 @@ export interface components {
|
|
|
48703
48703
|
*/
|
|
48704
48704
|
taxAmount: string;
|
|
48705
48705
|
/**
|
|
48706
|
-
*
|
|
48706
|
+
* Secondarytaxamount
|
|
48707
48707
|
* @description This is a number
|
|
48708
48708
|
*/
|
|
48709
|
-
|
|
48709
|
+
secondaryTaxAmount: string;
|
|
48710
48710
|
/**
|
|
48711
48711
|
* Companytaxamount
|
|
48712
48712
|
* @description This is a number
|
|
@@ -48718,10 +48718,10 @@ export interface components {
|
|
|
48718
48718
|
*/
|
|
48719
48719
|
total: string;
|
|
48720
48720
|
/**
|
|
48721
|
-
*
|
|
48721
|
+
* Secondarytotal
|
|
48722
48722
|
* @description This field represents grand total in secondary currency
|
|
48723
48723
|
*/
|
|
48724
|
-
|
|
48724
|
+
secondaryTotal: string;
|
|
48725
48725
|
/**
|
|
48726
48726
|
* Companytotal
|
|
48727
48727
|
* @description This field represents grand total in company currency
|
|
@@ -51256,11 +51256,11 @@ export interface components {
|
|
|
51256
51256
|
*/
|
|
51257
51257
|
subtotal: string;
|
|
51258
51258
|
/**
|
|
51259
|
-
*
|
|
51259
|
+
* Secondarysubtotal
|
|
51260
51260
|
* @description This field is a number representing gross subtotal in secondary currency.
|
|
51261
51261
|
* @default 0
|
|
51262
51262
|
*/
|
|
51263
|
-
|
|
51263
|
+
secondarySubtotal: string;
|
|
51264
51264
|
/**
|
|
51265
51265
|
* Companysubtotal
|
|
51266
51266
|
* @description This field is a number representing gross subtotal in the company's currency.
|
|
@@ -51274,11 +51274,11 @@ export interface components {
|
|
|
51274
51274
|
*/
|
|
51275
51275
|
discountedTotal: string;
|
|
51276
51276
|
/**
|
|
51277
|
-
*
|
|
51277
|
+
* Secondarydiscountedtotal
|
|
51278
51278
|
* @description This field is a number representing net subtotal after applying the discount in secondary currency.
|
|
51279
51279
|
* @default 0
|
|
51280
51280
|
*/
|
|
51281
|
-
|
|
51281
|
+
secondaryDiscountedTotal: string;
|
|
51282
51282
|
/**
|
|
51283
51283
|
* Companydiscountedtotal
|
|
51284
51284
|
* @description This field is a number representing net subtotal after applying the discount in the company's currency.
|
|
@@ -51298,11 +51298,11 @@ export interface components {
|
|
|
51298
51298
|
*/
|
|
51299
51299
|
taxAmount: string;
|
|
51300
51300
|
/**
|
|
51301
|
-
*
|
|
51301
|
+
* Secondarytaxamount
|
|
51302
51302
|
* @description This field is a number representing the total tax amount in USD.
|
|
51303
51303
|
* @default 0
|
|
51304
51304
|
*/
|
|
51305
|
-
|
|
51305
|
+
secondaryTaxAmount: string;
|
|
51306
51306
|
/**
|
|
51307
51307
|
* Companytaxamount
|
|
51308
51308
|
* @description This field is a number representing the total tax amount in the company's currency.
|
|
@@ -51316,11 +51316,11 @@ export interface components {
|
|
|
51316
51316
|
*/
|
|
51317
51317
|
total: string;
|
|
51318
51318
|
/**
|
|
51319
|
-
*
|
|
51319
|
+
* Secondarytotal
|
|
51320
51320
|
* @description This field is a number representing grand total in secondary currency.
|
|
51321
51321
|
* @default 0
|
|
51322
51322
|
*/
|
|
51323
|
-
|
|
51323
|
+
secondaryTotal: string;
|
|
51324
51324
|
/**
|
|
51325
51325
|
* Companytotal
|
|
51326
51326
|
* @description This field is a number representing grand total in the company's currency.
|
|
@@ -51397,10 +51397,10 @@ export interface components {
|
|
|
51397
51397
|
/** @description visible when project module is active */
|
|
51398
51398
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
51399
51399
|
/**
|
|
51400
|
-
*
|
|
51400
|
+
* Secondaryrate
|
|
51401
51401
|
* @description This field is a number representing the USD rate.
|
|
51402
51402
|
*/
|
|
51403
|
-
|
|
51403
|
+
secondaryRate: string;
|
|
51404
51404
|
/**
|
|
51405
51405
|
* Companyrate
|
|
51406
51406
|
* @description This field is a number representing the company rate.
|
|
@@ -51412,10 +51412,10 @@ export interface components {
|
|
|
51412
51412
|
*/
|
|
51413
51413
|
subtotal: string;
|
|
51414
51414
|
/**
|
|
51415
|
-
*
|
|
51415
|
+
* Secondarysubtotal
|
|
51416
51416
|
* @description This field is a number representing gross subtotal in secondary currency.
|
|
51417
51417
|
*/
|
|
51418
|
-
|
|
51418
|
+
secondarySubtotal: string;
|
|
51419
51419
|
/**
|
|
51420
51420
|
* Companysubtotal
|
|
51421
51421
|
* @description This field is a number representing gross subtotal in the company's currency.
|
|
@@ -51427,10 +51427,10 @@ export interface components {
|
|
|
51427
51427
|
*/
|
|
51428
51428
|
netSubtotal: string;
|
|
51429
51429
|
/**
|
|
51430
|
-
*
|
|
51430
|
+
* Secondarynetsubtotal
|
|
51431
51431
|
* @description This field is a number representing net subtotal in secondary currency
|
|
51432
51432
|
*/
|
|
51433
|
-
|
|
51433
|
+
secondaryNetSubtotal: string;
|
|
51434
51434
|
/**
|
|
51435
51435
|
* Companynetsubtotal
|
|
51436
51436
|
* @description This field is a number representing net subtotal in company currency
|
|
@@ -51448,10 +51448,10 @@ export interface components {
|
|
|
51448
51448
|
*/
|
|
51449
51449
|
discountedTotal: string;
|
|
51450
51450
|
/**
|
|
51451
|
-
*
|
|
51451
|
+
* Secondarydiscountedtotal
|
|
51452
51452
|
* @description This field is a number representing discounted total in secondary currency.
|
|
51453
51453
|
*/
|
|
51454
|
-
|
|
51454
|
+
secondaryDiscountedTotal: string;
|
|
51455
51455
|
/**
|
|
51456
51456
|
* Companydiscountedtotal
|
|
51457
51457
|
* @description This field is a number representing discounted total in the company's currency.
|
|
@@ -51463,10 +51463,10 @@ export interface components {
|
|
|
51463
51463
|
*/
|
|
51464
51464
|
taxAmount: string;
|
|
51465
51465
|
/**
|
|
51466
|
-
*
|
|
51466
|
+
* Secondarytaxamount
|
|
51467
51467
|
* @description This field is a number representing the total tax amount in USD.
|
|
51468
51468
|
*/
|
|
51469
|
-
|
|
51469
|
+
secondaryTaxAmount: string;
|
|
51470
51470
|
/**
|
|
51471
51471
|
* Companytaxamount
|
|
51472
51472
|
* @description This field is a number representing the total tax amount in the company's currency.
|
|
@@ -51478,10 +51478,10 @@ export interface components {
|
|
|
51478
51478
|
*/
|
|
51479
51479
|
total: string;
|
|
51480
51480
|
/**
|
|
51481
|
-
*
|
|
51481
|
+
* Secondarytotal
|
|
51482
51482
|
* @description This field is a number representing grand total in secondary currency.
|
|
51483
51483
|
*/
|
|
51484
|
-
|
|
51484
|
+
secondaryTotal: string;
|
|
51485
51485
|
/**
|
|
51486
51486
|
* Companytotal
|
|
51487
51487
|
* @description This field is a number representing grand total in the company's currency.
|
|
@@ -51521,10 +51521,10 @@ export interface components {
|
|
|
51521
51521
|
*/
|
|
51522
51522
|
discountAmount?: string | null;
|
|
51523
51523
|
/**
|
|
51524
|
-
*
|
|
51524
|
+
* Secondarydiscountamount
|
|
51525
51525
|
* @description Discount amount in secondary currency
|
|
51526
51526
|
*/
|
|
51527
|
-
|
|
51527
|
+
secondaryDiscountAmount?: string | null;
|
|
51528
51528
|
/**
|
|
51529
51529
|
* Companydiscountamount
|
|
51530
51530
|
* @description Discount amount in company currency
|
|
@@ -51536,10 +51536,10 @@ export interface components {
|
|
|
51536
51536
|
*/
|
|
51537
51537
|
lineDiscountAmount?: string | null;
|
|
51538
51538
|
/**
|
|
51539
|
-
*
|
|
51539
|
+
* Secondarylinediscountamount
|
|
51540
51540
|
* @description Total line item discount amount in secondary currency
|
|
51541
51541
|
*/
|
|
51542
|
-
|
|
51542
|
+
secondaryLineDiscountAmount?: string | null;
|
|
51543
51543
|
/**
|
|
51544
51544
|
* Companylinediscountamount
|
|
51545
51545
|
* @description Total line item discount amount in company currency
|
|
@@ -51797,11 +51797,11 @@ export interface components {
|
|
|
51797
51797
|
*/
|
|
51798
51798
|
companyRate?: string;
|
|
51799
51799
|
/**
|
|
51800
|
-
*
|
|
51800
|
+
* Secondaryrate
|
|
51801
51801
|
* @description - This field is a number.
|
|
51802
51802
|
* - This field is visible and required if allow rate change is on in system settings and the country is Lebanon.
|
|
51803
51803
|
*/
|
|
51804
|
-
|
|
51804
|
+
secondaryRate?: string;
|
|
51805
51805
|
status: components["schemas"]["InternalStatusOnCreateValueChoices"];
|
|
51806
51806
|
/**
|
|
51807
51807
|
* Attachments
|
|
@@ -51913,10 +51913,10 @@ export interface components {
|
|
|
51913
51913
|
/** @description visible when project module is active */
|
|
51914
51914
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
51915
51915
|
/**
|
|
51916
|
-
*
|
|
51916
|
+
* Secondaryrate
|
|
51917
51917
|
* @description This field is a number representing the USD rate.
|
|
51918
51918
|
*/
|
|
51919
|
-
|
|
51919
|
+
secondaryRate: string;
|
|
51920
51920
|
/**
|
|
51921
51921
|
* Companyrate
|
|
51922
51922
|
* @description This field is a number representing the company rate.
|
|
@@ -51928,10 +51928,10 @@ export interface components {
|
|
|
51928
51928
|
*/
|
|
51929
51929
|
subtotal: string;
|
|
51930
51930
|
/**
|
|
51931
|
-
*
|
|
51931
|
+
* Secondarysubtotal
|
|
51932
51932
|
* @description This field is a number representing gross subtotal in secondary currency.
|
|
51933
51933
|
*/
|
|
51934
|
-
|
|
51934
|
+
secondarySubtotal: string;
|
|
51935
51935
|
/**
|
|
51936
51936
|
* Companysubtotal
|
|
51937
51937
|
* @description This field is a number representing gross subtotal in the company's currency.
|
|
@@ -51943,10 +51943,10 @@ export interface components {
|
|
|
51943
51943
|
*/
|
|
51944
51944
|
netSubtotal: string;
|
|
51945
51945
|
/**
|
|
51946
|
-
*
|
|
51946
|
+
* Secondarynetsubtotal
|
|
51947
51947
|
* @description This field is a number representing net subtotal in secondary currency
|
|
51948
51948
|
*/
|
|
51949
|
-
|
|
51949
|
+
secondaryNetSubtotal: string;
|
|
51950
51950
|
/**
|
|
51951
51951
|
* Companynetsubtotal
|
|
51952
51952
|
* @description This field is a number representing net subtotal in company currency
|
|
@@ -51964,10 +51964,10 @@ export interface components {
|
|
|
51964
51964
|
*/
|
|
51965
51965
|
discountedTotal: string;
|
|
51966
51966
|
/**
|
|
51967
|
-
*
|
|
51967
|
+
* Secondarydiscountedtotal
|
|
51968
51968
|
* @description This field is a number representing discounted total in secondary currency.
|
|
51969
51969
|
*/
|
|
51970
|
-
|
|
51970
|
+
secondaryDiscountedTotal: string;
|
|
51971
51971
|
/**
|
|
51972
51972
|
* Companydiscountedtotal
|
|
51973
51973
|
* @description This field is a number representing discounted total in the company's currency.
|
|
@@ -51979,10 +51979,10 @@ export interface components {
|
|
|
51979
51979
|
*/
|
|
51980
51980
|
taxAmount: string;
|
|
51981
51981
|
/**
|
|
51982
|
-
*
|
|
51982
|
+
* Secondarytaxamount
|
|
51983
51983
|
* @description This field is a number representing the total tax amount in USD.
|
|
51984
51984
|
*/
|
|
51985
|
-
|
|
51985
|
+
secondaryTaxAmount: string;
|
|
51986
51986
|
/**
|
|
51987
51987
|
* Companytaxamount
|
|
51988
51988
|
* @description This field is a number representing the total tax amount in the company's currency.
|
|
@@ -51994,10 +51994,10 @@ export interface components {
|
|
|
51994
51994
|
*/
|
|
51995
51995
|
total: string;
|
|
51996
51996
|
/**
|
|
51997
|
-
*
|
|
51997
|
+
* Secondarytotal
|
|
51998
51998
|
* @description This field is a number representing grand total in secondary currency.
|
|
51999
51999
|
*/
|
|
52000
|
-
|
|
52000
|
+
secondaryTotal: string;
|
|
52001
52001
|
/**
|
|
52002
52002
|
* Companytotal
|
|
52003
52003
|
* @description This field is a number representing grand total in the company's currency.
|
|
@@ -52037,10 +52037,10 @@ export interface components {
|
|
|
52037
52037
|
*/
|
|
52038
52038
|
discountAmount?: string | null;
|
|
52039
52039
|
/**
|
|
52040
|
-
*
|
|
52040
|
+
* Secondarydiscountamount
|
|
52041
52041
|
* @description Discount amount in secondary currency
|
|
52042
52042
|
*/
|
|
52043
|
-
|
|
52043
|
+
secondaryDiscountAmount?: string | null;
|
|
52044
52044
|
/**
|
|
52045
52045
|
* Companydiscountamount
|
|
52046
52046
|
* @description Discount amount in company currency
|
|
@@ -52052,10 +52052,10 @@ export interface components {
|
|
|
52052
52052
|
*/
|
|
52053
52053
|
lineDiscountAmount?: string | null;
|
|
52054
52054
|
/**
|
|
52055
|
-
*
|
|
52055
|
+
* Secondarylinediscountamount
|
|
52056
52056
|
* @description Total line item discount amount in secondary currency
|
|
52057
52057
|
*/
|
|
52058
|
-
|
|
52058
|
+
secondaryLineDiscountAmount?: string | null;
|
|
52059
52059
|
/**
|
|
52060
52060
|
* Companylinediscountamount
|
|
52061
52061
|
* @description Total line item discount amount in company currency
|
|
@@ -52145,10 +52145,10 @@ export interface components {
|
|
|
52145
52145
|
/** @description visible when project module is active */
|
|
52146
52146
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
52147
52147
|
/**
|
|
52148
|
-
*
|
|
52148
|
+
* Secondaryrate
|
|
52149
52149
|
* @description This field is a number representing the USD rate.
|
|
52150
52150
|
*/
|
|
52151
|
-
|
|
52151
|
+
secondaryRate: string;
|
|
52152
52152
|
/**
|
|
52153
52153
|
* Companyrate
|
|
52154
52154
|
* @description This field is a number representing the company rate.
|
|
@@ -52160,10 +52160,10 @@ export interface components {
|
|
|
52160
52160
|
*/
|
|
52161
52161
|
subtotal: string;
|
|
52162
52162
|
/**
|
|
52163
|
-
*
|
|
52163
|
+
* Secondarysubtotal
|
|
52164
52164
|
* @description This field is a number representing gross subtotal in secondary currency.
|
|
52165
52165
|
*/
|
|
52166
|
-
|
|
52166
|
+
secondarySubtotal: string;
|
|
52167
52167
|
/**
|
|
52168
52168
|
* Companysubtotal
|
|
52169
52169
|
* @description This field is a number representing gross subtotal in the company's currency.
|
|
@@ -52175,10 +52175,10 @@ export interface components {
|
|
|
52175
52175
|
*/
|
|
52176
52176
|
netSubtotal: string;
|
|
52177
52177
|
/**
|
|
52178
|
-
*
|
|
52178
|
+
* Secondarynetsubtotal
|
|
52179
52179
|
* @description This field is a number representing net subtotal in secondary currency
|
|
52180
52180
|
*/
|
|
52181
|
-
|
|
52181
|
+
secondaryNetSubtotal: string;
|
|
52182
52182
|
/**
|
|
52183
52183
|
* Companynetsubtotal
|
|
52184
52184
|
* @description This field is a number representing net subtotal in company currency
|
|
@@ -52196,10 +52196,10 @@ export interface components {
|
|
|
52196
52196
|
*/
|
|
52197
52197
|
discountedTotal: string;
|
|
52198
52198
|
/**
|
|
52199
|
-
*
|
|
52199
|
+
* Secondarydiscountedtotal
|
|
52200
52200
|
* @description This field is a number representing discounted total in secondary currency.
|
|
52201
52201
|
*/
|
|
52202
|
-
|
|
52202
|
+
secondaryDiscountedTotal: string;
|
|
52203
52203
|
/**
|
|
52204
52204
|
* Companydiscountedtotal
|
|
52205
52205
|
* @description This field is a number representing discounted total in the company's currency.
|
|
@@ -52211,10 +52211,10 @@ export interface components {
|
|
|
52211
52211
|
*/
|
|
52212
52212
|
taxAmount: string;
|
|
52213
52213
|
/**
|
|
52214
|
-
*
|
|
52214
|
+
* Secondarytaxamount
|
|
52215
52215
|
* @description This field is a number representing the total tax amount in USD.
|
|
52216
52216
|
*/
|
|
52217
|
-
|
|
52217
|
+
secondaryTaxAmount: string;
|
|
52218
52218
|
/**
|
|
52219
52219
|
* Companytaxamount
|
|
52220
52220
|
* @description This field is a number representing the total tax amount in the company's currency.
|
|
@@ -52226,10 +52226,10 @@ export interface components {
|
|
|
52226
52226
|
*/
|
|
52227
52227
|
total: string;
|
|
52228
52228
|
/**
|
|
52229
|
-
*
|
|
52229
|
+
* Secondarytotal
|
|
52230
52230
|
* @description This field is a number representing grand total in secondary currency.
|
|
52231
52231
|
*/
|
|
52232
|
-
|
|
52232
|
+
secondaryTotal: string;
|
|
52233
52233
|
/**
|
|
52234
52234
|
* Companytotal
|
|
52235
52235
|
* @description This field is a number representing grand total in the company's currency.
|
|
@@ -52269,10 +52269,10 @@ export interface components {
|
|
|
52269
52269
|
*/
|
|
52270
52270
|
discountAmount?: string | null;
|
|
52271
52271
|
/**
|
|
52272
|
-
*
|
|
52272
|
+
* Secondarydiscountamount
|
|
52273
52273
|
* @description Discount amount in secondary currency
|
|
52274
52274
|
*/
|
|
52275
|
-
|
|
52275
|
+
secondaryDiscountAmount?: string | null;
|
|
52276
52276
|
/**
|
|
52277
52277
|
* Companydiscountamount
|
|
52278
52278
|
* @description Discount amount in company currency
|
|
@@ -52284,10 +52284,10 @@ export interface components {
|
|
|
52284
52284
|
*/
|
|
52285
52285
|
lineDiscountAmount?: string | null;
|
|
52286
52286
|
/**
|
|
52287
|
-
*
|
|
52287
|
+
* Secondarylinediscountamount
|
|
52288
52288
|
* @description Total line item discount amount in secondary currency
|
|
52289
52289
|
*/
|
|
52290
|
-
|
|
52290
|
+
secondaryLineDiscountAmount?: string | null;
|
|
52291
52291
|
/**
|
|
52292
52292
|
* Companylinediscountamount
|
|
52293
52293
|
* @description Total line item discount amount in company currency
|