@erp-galoper/types 1.0.1528 → 1.0.1530
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 +210 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -39696,6 +39696,21 @@ export interface components {
|
|
|
39696
39696
|
* @default []
|
|
39697
39697
|
*/
|
|
39698
39698
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
39699
|
+
/**
|
|
39700
|
+
* Discountamount
|
|
39701
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
39702
|
+
*/
|
|
39703
|
+
discountAmount?: string | null;
|
|
39704
|
+
/**
|
|
39705
|
+
* Secondarydiscountamount
|
|
39706
|
+
* @description Discount amount in USD
|
|
39707
|
+
*/
|
|
39708
|
+
secondaryDiscountAmount?: string | null;
|
|
39709
|
+
/**
|
|
39710
|
+
* Companydiscountamount
|
|
39711
|
+
* @description Discount amount in company currency
|
|
39712
|
+
*/
|
|
39713
|
+
companyDiscountAmount?: string | null;
|
|
39699
39714
|
/** @description visible when project module is active */
|
|
39700
39715
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
39701
39716
|
/**
|
|
@@ -40021,6 +40036,21 @@ export interface components {
|
|
|
40021
40036
|
* @default []
|
|
40022
40037
|
*/
|
|
40023
40038
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
40039
|
+
/**
|
|
40040
|
+
* Discountamount
|
|
40041
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
40042
|
+
*/
|
|
40043
|
+
discountAmount?: string | null;
|
|
40044
|
+
/**
|
|
40045
|
+
* Usddiscountamount
|
|
40046
|
+
* @description Discount amount in USD
|
|
40047
|
+
*/
|
|
40048
|
+
usdDiscountAmount?: string | null;
|
|
40049
|
+
/**
|
|
40050
|
+
* Companydiscountamount
|
|
40051
|
+
* @description Discount amount in company currency
|
|
40052
|
+
*/
|
|
40053
|
+
companyDiscountAmount?: string | null;
|
|
40024
40054
|
/** Items */
|
|
40025
40055
|
items: components["schemas"]["ItemTotalCalculated"][];
|
|
40026
40056
|
};
|
|
@@ -40271,6 +40301,21 @@ export interface components {
|
|
|
40271
40301
|
* @default []
|
|
40272
40302
|
*/
|
|
40273
40303
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
40304
|
+
/**
|
|
40305
|
+
* Discountamount
|
|
40306
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
40307
|
+
*/
|
|
40308
|
+
discountAmount?: string | null;
|
|
40309
|
+
/**
|
|
40310
|
+
* Secondarydiscountamount
|
|
40311
|
+
* @description Discount amount in USD
|
|
40312
|
+
*/
|
|
40313
|
+
secondaryDiscountAmount?: string | null;
|
|
40314
|
+
/**
|
|
40315
|
+
* Companydiscountamount
|
|
40316
|
+
* @description Discount amount in company currency
|
|
40317
|
+
*/
|
|
40318
|
+
companyDiscountAmount?: string | null;
|
|
40274
40319
|
/** @description visible when project module is active */
|
|
40275
40320
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
40276
40321
|
/** Items */
|
|
@@ -41134,6 +41179,21 @@ export interface components {
|
|
|
41134
41179
|
* @default []
|
|
41135
41180
|
*/
|
|
41136
41181
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
41182
|
+
/**
|
|
41183
|
+
* Discountamount
|
|
41184
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
41185
|
+
*/
|
|
41186
|
+
discountAmount?: string | null;
|
|
41187
|
+
/**
|
|
41188
|
+
* Secondarydiscountamount
|
|
41189
|
+
* @description Discount amount in USD
|
|
41190
|
+
*/
|
|
41191
|
+
secondaryDiscountAmount?: string | null;
|
|
41192
|
+
/**
|
|
41193
|
+
* Companydiscountamount
|
|
41194
|
+
* @description Discount amount in company currency
|
|
41195
|
+
*/
|
|
41196
|
+
companyDiscountAmount?: string | null;
|
|
41137
41197
|
/**
|
|
41138
41198
|
* Remaining
|
|
41139
41199
|
* @description - this field is number
|
|
@@ -41335,6 +41395,21 @@ export interface components {
|
|
|
41335
41395
|
* @default []
|
|
41336
41396
|
*/
|
|
41337
41397
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
41398
|
+
/**
|
|
41399
|
+
* Discountamount
|
|
41400
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
41401
|
+
*/
|
|
41402
|
+
discountAmount?: string | null;
|
|
41403
|
+
/**
|
|
41404
|
+
* Secondarydiscountamount
|
|
41405
|
+
* @description Discount amount in USD
|
|
41406
|
+
*/
|
|
41407
|
+
secondaryDiscountAmount?: string | null;
|
|
41408
|
+
/**
|
|
41409
|
+
* Companydiscountamount
|
|
41410
|
+
* @description Discount amount in company currency
|
|
41411
|
+
*/
|
|
41412
|
+
companyDiscountAmount?: string | null;
|
|
41338
41413
|
/**
|
|
41339
41414
|
* Remaining
|
|
41340
41415
|
* @description - this field is number
|
|
@@ -46303,6 +46378,21 @@ export interface components {
|
|
|
46303
46378
|
* @default []
|
|
46304
46379
|
*/
|
|
46305
46380
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
46381
|
+
/**
|
|
46382
|
+
* Discountamount
|
|
46383
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
46384
|
+
*/
|
|
46385
|
+
discountAmount?: string | null;
|
|
46386
|
+
/**
|
|
46387
|
+
* Secondarydiscountamount
|
|
46388
|
+
* @description Discount amount in USD
|
|
46389
|
+
*/
|
|
46390
|
+
secondaryDiscountAmount?: string | null;
|
|
46391
|
+
/**
|
|
46392
|
+
* Companydiscountamount
|
|
46393
|
+
* @description Discount amount in company currency
|
|
46394
|
+
*/
|
|
46395
|
+
companyDiscountAmount?: string | null;
|
|
46306
46396
|
/** Items */
|
|
46307
46397
|
items: components["schemas"]["SalesItemTotalCalculated"][];
|
|
46308
46398
|
};
|
|
@@ -46667,6 +46757,21 @@ export interface components {
|
|
|
46667
46757
|
* @default []
|
|
46668
46758
|
*/
|
|
46669
46759
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
46760
|
+
/**
|
|
46761
|
+
* Discountamount
|
|
46762
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
46763
|
+
*/
|
|
46764
|
+
discountAmount?: string | null;
|
|
46765
|
+
/**
|
|
46766
|
+
* Secondarydiscountamount
|
|
46767
|
+
* @description Discount amount in USD
|
|
46768
|
+
*/
|
|
46769
|
+
secondaryDiscountAmount?: string | null;
|
|
46770
|
+
/**
|
|
46771
|
+
* Companydiscountamount
|
|
46772
|
+
* @description Discount amount in company currency
|
|
46773
|
+
*/
|
|
46774
|
+
companyDiscountAmount?: string | null;
|
|
46670
46775
|
/**
|
|
46671
46776
|
* Canconvert
|
|
46672
46777
|
* @default false
|
|
@@ -47073,6 +47178,21 @@ export interface components {
|
|
|
47073
47178
|
* @default []
|
|
47074
47179
|
*/
|
|
47075
47180
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
47181
|
+
/**
|
|
47182
|
+
* Discountamount
|
|
47183
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
47184
|
+
*/
|
|
47185
|
+
discountAmount?: string | null;
|
|
47186
|
+
/**
|
|
47187
|
+
* Secondarydiscountamount
|
|
47188
|
+
* @description Discount amount in USD
|
|
47189
|
+
*/
|
|
47190
|
+
secondaryDiscountAmount?: string | null;
|
|
47191
|
+
/**
|
|
47192
|
+
* Companydiscountamount
|
|
47193
|
+
* @description Discount amount in company currency
|
|
47194
|
+
*/
|
|
47195
|
+
companyDiscountAmount?: string | null;
|
|
47076
47196
|
/**
|
|
47077
47197
|
* Canconvert
|
|
47078
47198
|
* @default false
|
|
@@ -48875,6 +48995,21 @@ export interface components {
|
|
|
48875
48995
|
* @default []
|
|
48876
48996
|
*/
|
|
48877
48997
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
48998
|
+
/**
|
|
48999
|
+
* Discountamount
|
|
49000
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
49001
|
+
*/
|
|
49002
|
+
discountAmount?: string | null;
|
|
49003
|
+
/**
|
|
49004
|
+
* Secondarydiscountamount
|
|
49005
|
+
* @description Discount amount in USD
|
|
49006
|
+
*/
|
|
49007
|
+
secondaryDiscountAmount?: string | null;
|
|
49008
|
+
/**
|
|
49009
|
+
* Companydiscountamount
|
|
49010
|
+
* @description Discount amount in company currency
|
|
49011
|
+
*/
|
|
49012
|
+
companyDiscountAmount?: string | null;
|
|
48878
49013
|
/**
|
|
48879
49014
|
* Canconvert
|
|
48880
49015
|
* @description Indicates whether the sales order can be converted to another status.
|
|
@@ -49335,6 +49470,21 @@ export interface components {
|
|
|
49335
49470
|
* @default []
|
|
49336
49471
|
*/
|
|
49337
49472
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
49473
|
+
/**
|
|
49474
|
+
* Discountamount
|
|
49475
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
49476
|
+
*/
|
|
49477
|
+
discountAmount?: string | null;
|
|
49478
|
+
/**
|
|
49479
|
+
* Secondarydiscountamount
|
|
49480
|
+
* @description Discount amount in USD
|
|
49481
|
+
*/
|
|
49482
|
+
secondaryDiscountAmount?: string | null;
|
|
49483
|
+
/**
|
|
49484
|
+
* Companydiscountamount
|
|
49485
|
+
* @description Discount amount in company currency
|
|
49486
|
+
*/
|
|
49487
|
+
companyDiscountAmount?: string | null;
|
|
49338
49488
|
/**
|
|
49339
49489
|
* Canconvert
|
|
49340
49490
|
* @description Indicates whether the sales order can be converted to another status.
|
|
@@ -49515,6 +49665,21 @@ export interface components {
|
|
|
49515
49665
|
* @default []
|
|
49516
49666
|
*/
|
|
49517
49667
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
49668
|
+
/**
|
|
49669
|
+
* Discountamount
|
|
49670
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
49671
|
+
*/
|
|
49672
|
+
discountAmount?: string | null;
|
|
49673
|
+
/**
|
|
49674
|
+
* Secondarydiscountamount
|
|
49675
|
+
* @description Discount amount in USD
|
|
49676
|
+
*/
|
|
49677
|
+
secondaryDiscountAmount?: string | null;
|
|
49678
|
+
/**
|
|
49679
|
+
* Companydiscountamount
|
|
49680
|
+
* @description Discount amount in company currency
|
|
49681
|
+
*/
|
|
49682
|
+
companyDiscountAmount?: string | null;
|
|
49518
49683
|
/**
|
|
49519
49684
|
* Canconvert
|
|
49520
49685
|
* @description Indicates whether the sales order can be converted to another status.
|
|
@@ -50727,6 +50892,21 @@ export interface components {
|
|
|
50727
50892
|
* @default []
|
|
50728
50893
|
*/
|
|
50729
50894
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
50895
|
+
/**
|
|
50896
|
+
* Discountamount
|
|
50897
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
50898
|
+
*/
|
|
50899
|
+
discountAmount?: string | null;
|
|
50900
|
+
/**
|
|
50901
|
+
* Secondarydiscountamount
|
|
50902
|
+
* @description Discount amount in USD
|
|
50903
|
+
*/
|
|
50904
|
+
secondaryDiscountAmount?: string | null;
|
|
50905
|
+
/**
|
|
50906
|
+
* Companydiscountamount
|
|
50907
|
+
* @description Discount amount in company currency
|
|
50908
|
+
*/
|
|
50909
|
+
companyDiscountAmount?: string | null;
|
|
50730
50910
|
/**
|
|
50731
50911
|
* Canreturn
|
|
50732
50912
|
* @description Indicates whether the sales invoice can be converted to delivery note
|
|
@@ -51252,6 +51432,21 @@ export interface components {
|
|
|
51252
51432
|
* @default []
|
|
51253
51433
|
*/
|
|
51254
51434
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
51435
|
+
/**
|
|
51436
|
+
* Discountamount
|
|
51437
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
51438
|
+
*/
|
|
51439
|
+
discountAmount?: string | null;
|
|
51440
|
+
/**
|
|
51441
|
+
* Secondarydiscountamount
|
|
51442
|
+
* @description Discount amount in USD
|
|
51443
|
+
*/
|
|
51444
|
+
secondaryDiscountAmount?: string | null;
|
|
51445
|
+
/**
|
|
51446
|
+
* Companydiscountamount
|
|
51447
|
+
* @description Discount amount in company currency
|
|
51448
|
+
*/
|
|
51449
|
+
companyDiscountAmount?: string | null;
|
|
51255
51450
|
/**
|
|
51256
51451
|
* Canreturn
|
|
51257
51452
|
* @description Indicates whether the sales invoice can be converted to delivery note
|
|
@@ -51469,6 +51664,21 @@ export interface components {
|
|
|
51469
51664
|
* @default []
|
|
51470
51665
|
*/
|
|
51471
51666
|
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
51667
|
+
/**
|
|
51668
|
+
* Discountamount
|
|
51669
|
+
* @description Discount amount (subtotal - discounted_total)
|
|
51670
|
+
*/
|
|
51671
|
+
discountAmount?: string | null;
|
|
51672
|
+
/**
|
|
51673
|
+
* Secondarydiscountamount
|
|
51674
|
+
* @description Discount amount in USD
|
|
51675
|
+
*/
|
|
51676
|
+
secondaryDiscountAmount?: string | null;
|
|
51677
|
+
/**
|
|
51678
|
+
* Companydiscountamount
|
|
51679
|
+
* @description Discount amount in company currency
|
|
51680
|
+
*/
|
|
51681
|
+
companyDiscountAmount?: string | null;
|
|
51472
51682
|
/**
|
|
51473
51683
|
* Canreturn
|
|
51474
51684
|
* @description Indicates whether the sales invoice can be converted to delivery note
|