@erp-galoper/types 1.0.1750 → 1.0.1752
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 +101 -56
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -35922,14 +35922,24 @@ export interface components {
|
|
|
35922
35922
|
onlineOrdersSalesOfServiceDiscount?: number | null;
|
|
35923
35923
|
/** Onlineorderssalesofservicereturn */
|
|
35924
35924
|
onlineOrdersSalesOfServiceReturn?: number | null;
|
|
35925
|
-
/**
|
|
35926
|
-
|
|
35927
|
-
/**
|
|
35928
|
-
|
|
35929
|
-
/**
|
|
35930
|
-
|
|
35931
|
-
/**
|
|
35932
|
-
|
|
35925
|
+
/** Onlineorderscogsofgoods */
|
|
35926
|
+
onlineOrdersCogsOfGoods?: number | null;
|
|
35927
|
+
/** Onlineorderscogsofgoodsreturn */
|
|
35928
|
+
onlineOrdersCogsOfGoodsReturn?: number | null;
|
|
35929
|
+
/** Onlineorderssalesofgoodsdiscountstock */
|
|
35930
|
+
onlineOrdersSalesOfGoodsDiscountStock?: number | null;
|
|
35931
|
+
/** Onlineorderssalesofgoodsreturndiscount */
|
|
35932
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: number | null;
|
|
35933
|
+
/** Onlineorderssalesofservicereturndiscount */
|
|
35934
|
+
onlineOrdersSalesOfServiceReturnDiscount?: number | null;
|
|
35935
|
+
/** Onlineorderssalesofgoodsstockreturn */
|
|
35936
|
+
onlineOrdersSalesOfGoodsStockReturn?: number | null;
|
|
35937
|
+
/** Onlineorderssalesofserviceallowance */
|
|
35938
|
+
onlineOrdersSalesOfServiceAllowance?: number | null;
|
|
35939
|
+
/** Onlineorderssalesofgoodsallowances */
|
|
35940
|
+
onlineOrdersSalesOfGoodsAllowances?: number | null;
|
|
35941
|
+
/** Onlineorderssalesofgoodsallowancesstock */
|
|
35942
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: number | null;
|
|
35933
35943
|
/** Retailcustomer */
|
|
35934
35944
|
retailCustomer?: number | null;
|
|
35935
35945
|
/** Employeereceivable */
|
|
@@ -36346,10 +36356,15 @@ export interface components {
|
|
|
36346
36356
|
onlineOrdersSalesOfService?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36347
36357
|
onlineOrdersSalesOfServiceDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36348
36358
|
onlineOrdersSalesOfServiceReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36349
|
-
|
|
36350
|
-
|
|
36351
|
-
|
|
36352
|
-
|
|
36359
|
+
onlineOrdersCogsOfGoods?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36360
|
+
onlineOrdersCogsOfGoodsReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36361
|
+
onlineOrdersSalesOfGoodsDiscountStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36362
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36363
|
+
onlineOrdersSalesOfServiceReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36364
|
+
onlineOrdersSalesOfGoodsStockReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36365
|
+
onlineOrdersSalesOfServiceAllowance?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36366
|
+
onlineOrdersSalesOfGoodsAllowances?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36367
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36353
36368
|
retailCustomer?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36354
36369
|
employeeReceivable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
36355
36370
|
employeePayable?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -36691,14 +36706,24 @@ export interface components {
|
|
|
36691
36706
|
onlineOrdersSalesOfServiceDiscount?: number | null;
|
|
36692
36707
|
/** Onlineorderssalesofservicereturn */
|
|
36693
36708
|
onlineOrdersSalesOfServiceReturn?: number | null;
|
|
36694
|
-
/**
|
|
36695
|
-
|
|
36696
|
-
/**
|
|
36697
|
-
|
|
36698
|
-
/**
|
|
36699
|
-
|
|
36700
|
-
/**
|
|
36701
|
-
|
|
36709
|
+
/** Onlineorderscogsofgoods */
|
|
36710
|
+
onlineOrdersCogsOfGoods?: number | null;
|
|
36711
|
+
/** Onlineorderscogsofgoodsreturn */
|
|
36712
|
+
onlineOrdersCogsOfGoodsReturn?: number | null;
|
|
36713
|
+
/** Onlineorderssalesofgoodsdiscountstock */
|
|
36714
|
+
onlineOrdersSalesOfGoodsDiscountStock?: number | null;
|
|
36715
|
+
/** Onlineorderssalesofgoodsreturndiscount */
|
|
36716
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: number | null;
|
|
36717
|
+
/** Onlineorderssalesofservicereturndiscount */
|
|
36718
|
+
onlineOrdersSalesOfServiceReturnDiscount?: number | null;
|
|
36719
|
+
/** Onlineorderssalesofgoodsstockreturn */
|
|
36720
|
+
onlineOrdersSalesOfGoodsStockReturn?: number | null;
|
|
36721
|
+
/** Onlineorderssalesofserviceallowance */
|
|
36722
|
+
onlineOrdersSalesOfServiceAllowance?: number | null;
|
|
36723
|
+
/** Onlineorderssalesofgoodsallowances */
|
|
36724
|
+
onlineOrdersSalesOfGoodsAllowances?: number | null;
|
|
36725
|
+
/** Onlineorderssalesofgoodsallowancesstock */
|
|
36726
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: number | null;
|
|
36702
36727
|
/** Deferredsalesofserviceresident */
|
|
36703
36728
|
deferredSalesOfServiceResident?: number | null;
|
|
36704
36729
|
/** Deferredsalesofservicediscountresident */
|
|
@@ -37150,14 +37175,24 @@ export interface components {
|
|
|
37150
37175
|
onlineOrdersSalesOfServiceDiscount?: number | null;
|
|
37151
37176
|
/** Onlineorderssalesofservicereturn */
|
|
37152
37177
|
onlineOrdersSalesOfServiceReturn?: number | null;
|
|
37153
|
-
/**
|
|
37154
|
-
|
|
37155
|
-
/**
|
|
37156
|
-
|
|
37157
|
-
/**
|
|
37158
|
-
|
|
37159
|
-
/**
|
|
37160
|
-
|
|
37178
|
+
/** Onlineorderscogsofgoods */
|
|
37179
|
+
onlineOrdersCogsOfGoods?: number | null;
|
|
37180
|
+
/** Onlineorderscogsofgoodsreturn */
|
|
37181
|
+
onlineOrdersCogsOfGoodsReturn?: number | null;
|
|
37182
|
+
/** Onlineorderssalesofgoodsdiscountstock */
|
|
37183
|
+
onlineOrdersSalesOfGoodsDiscountStock?: number | null;
|
|
37184
|
+
/** Onlineorderssalesofgoodsreturndiscount */
|
|
37185
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: number | null;
|
|
37186
|
+
/** Onlineorderssalesofservicereturndiscount */
|
|
37187
|
+
onlineOrdersSalesOfServiceReturnDiscount?: number | null;
|
|
37188
|
+
/** Onlineorderssalesofgoodsstockreturn */
|
|
37189
|
+
onlineOrdersSalesOfGoodsStockReturn?: number | null;
|
|
37190
|
+
/** Onlineorderssalesofserviceallowance */
|
|
37191
|
+
onlineOrdersSalesOfServiceAllowance?: number | null;
|
|
37192
|
+
/** Onlineorderssalesofgoodsallowances */
|
|
37193
|
+
onlineOrdersSalesOfGoodsAllowances?: number | null;
|
|
37194
|
+
/** Onlineorderssalesofgoodsallowancesstock */
|
|
37195
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: number | null;
|
|
37161
37196
|
/** Deferredsalesofserviceresident */
|
|
37162
37197
|
deferredSalesOfServiceResident?: number | null;
|
|
37163
37198
|
/** Deferredsalesofservicediscountresident */
|
|
@@ -37526,10 +37561,15 @@ export interface components {
|
|
|
37526
37561
|
onlineOrdersSalesOfService?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37527
37562
|
onlineOrdersSalesOfServiceDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37528
37563
|
onlineOrdersSalesOfServiceReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37529
|
-
|
|
37530
|
-
|
|
37531
|
-
|
|
37532
|
-
|
|
37564
|
+
onlineOrdersCogsOfGoods?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37565
|
+
onlineOrdersCogsOfGoodsReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37566
|
+
onlineOrdersSalesOfGoodsDiscountStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37567
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37568
|
+
onlineOrdersSalesOfServiceReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37569
|
+
onlineOrdersSalesOfGoodsStockReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37570
|
+
onlineOrdersSalesOfServiceAllowance?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37571
|
+
onlineOrdersSalesOfGoodsAllowances?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37572
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37533
37573
|
deferredSalesOfServiceResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37534
37574
|
deferredSalesOfServiceDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37535
37575
|
deferredSalesOfWorksResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -37776,10 +37816,15 @@ export interface components {
|
|
|
37776
37816
|
onlineOrdersSalesOfService?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37777
37817
|
onlineOrdersSalesOfServiceDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37778
37818
|
onlineOrdersSalesOfServiceReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37779
|
-
|
|
37780
|
-
|
|
37781
|
-
|
|
37782
|
-
|
|
37819
|
+
onlineOrdersCogsOfGoods?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37820
|
+
onlineOrdersCogsOfGoodsReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37821
|
+
onlineOrdersSalesOfGoodsDiscountStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37822
|
+
onlineOrdersSalesOfGoodsReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37823
|
+
onlineOrdersSalesOfServiceReturnDiscount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37824
|
+
onlineOrdersSalesOfGoodsStockReturn?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37825
|
+
onlineOrdersSalesOfServiceAllowance?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37826
|
+
onlineOrdersSalesOfGoodsAllowances?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37827
|
+
onlineOrdersSalesOfGoodsAllowancesStock?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37783
37828
|
deferredSalesOfServiceResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37784
37829
|
deferredSalesOfServiceDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
37785
37830
|
deferredSalesOfWorksResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -53040,25 +53085,25 @@ export interface components {
|
|
|
53040
53085
|
SalesInvoiceSchema: {
|
|
53041
53086
|
/**
|
|
53042
53087
|
* Isdeferred
|
|
53043
|
-
* @description Enable deferred invoicing
|
|
53088
|
+
* @description Enable deferred invoicing, hidden when type is online
|
|
53044
53089
|
* @default false
|
|
53045
53090
|
*/
|
|
53046
53091
|
isDeferred: boolean;
|
|
53047
53092
|
/**
|
|
53048
53093
|
* Deferredperiod
|
|
53049
|
-
* @description Length of the deferred period (in days)
|
|
53094
|
+
* @description Length of the deferred period (in days), hidden when type is online
|
|
53050
53095
|
*/
|
|
53051
53096
|
deferredPeriod: number | null;
|
|
53052
|
-
/** @description Revenue recognition frequency */
|
|
53097
|
+
/** @description Revenue recognition frequency, hidden when type is online */
|
|
53053
53098
|
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
53054
53099
|
/**
|
|
53055
53100
|
* Recognitionstartdate
|
|
53056
|
-
* @description Start date for revenue recognition
|
|
53101
|
+
* @description Start date for revenue recognition, hidden when type is online
|
|
53057
53102
|
*/
|
|
53058
53103
|
recognitionStartDate: string | null;
|
|
53059
53104
|
/**
|
|
53060
53105
|
* Postingstartdate
|
|
53061
|
-
* @description Posting start date for deferred revenue
|
|
53106
|
+
* @description Posting start date for deferred revenue, hidden when type is online
|
|
53062
53107
|
*/
|
|
53063
53108
|
postingStartDate: string | null;
|
|
53064
53109
|
/**
|
|
@@ -53429,26 +53474,26 @@ export interface components {
|
|
|
53429
53474
|
CreateUpdateSalesInvoiceSchema: {
|
|
53430
53475
|
/**
|
|
53431
53476
|
* Isdeferred
|
|
53432
|
-
* @description Enable deferred invoicing
|
|
53477
|
+
* @description Enable deferred invoicing, hidden when type is online
|
|
53433
53478
|
* @default false
|
|
53434
53479
|
*/
|
|
53435
53480
|
isDeferred: boolean;
|
|
53436
53481
|
/**
|
|
53437
53482
|
* Deferredperiod
|
|
53438
|
-
* @description Length of the deferred period, required if isDeferred is True
|
|
53483
|
+
* @description Length of the deferred period, required if isDeferred is True, hidden when type is online
|
|
53439
53484
|
*/
|
|
53440
53485
|
deferredPeriod?: number;
|
|
53441
|
-
/** @description Revenue recognition frequency, required if isDeferred is True */
|
|
53486
|
+
/** @description Revenue recognition frequency, required if isDeferred is True, hidden when type is online */
|
|
53442
53487
|
recognitionFrequency?: components["schemas"]["RecognitionFrequency"];
|
|
53443
53488
|
/**
|
|
53444
53489
|
* Recognitionstartdate
|
|
53445
53490
|
* Format: date
|
|
53446
|
-
* @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of document
|
|
53491
|
+
* @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of document, hidden when type is online
|
|
53447
53492
|
*/
|
|
53448
53493
|
recognitionStartDate?: string;
|
|
53449
53494
|
/**
|
|
53450
53495
|
* Postingstartdate
|
|
53451
|
-
* @description Posting start date for deferred revenue, should be greater than or equal to recognition start date
|
|
53496
|
+
* @description Posting start date for deferred revenue, should be greater than or equal to recognition start date, hidden when type is online
|
|
53452
53497
|
*/
|
|
53453
53498
|
postingStartDate?: string | null;
|
|
53454
53499
|
/**
|
|
@@ -53639,25 +53684,25 @@ export interface components {
|
|
|
53639
53684
|
SalesInvoiceWithoutItemsSchema: {
|
|
53640
53685
|
/**
|
|
53641
53686
|
* Isdeferred
|
|
53642
|
-
* @description Enable deferred invoicing
|
|
53687
|
+
* @description Enable deferred invoicing, hidden when type is online
|
|
53643
53688
|
* @default false
|
|
53644
53689
|
*/
|
|
53645
53690
|
isDeferred: boolean;
|
|
53646
53691
|
/**
|
|
53647
53692
|
* Deferredperiod
|
|
53648
|
-
* @description Length of the deferred period (in days)
|
|
53693
|
+
* @description Length of the deferred period (in days), hidden when type is online
|
|
53649
53694
|
*/
|
|
53650
53695
|
deferredPeriod: number | null;
|
|
53651
|
-
/** @description Revenue recognition frequency */
|
|
53696
|
+
/** @description Revenue recognition frequency, hidden when type is online */
|
|
53652
53697
|
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
53653
53698
|
/**
|
|
53654
53699
|
* Recognitionstartdate
|
|
53655
|
-
* @description Start date for revenue recognition
|
|
53700
|
+
* @description Start date for revenue recognition, hidden when type is online
|
|
53656
53701
|
*/
|
|
53657
53702
|
recognitionStartDate: string | null;
|
|
53658
53703
|
/**
|
|
53659
53704
|
* Postingstartdate
|
|
53660
|
-
* @description Posting start date for deferred revenue
|
|
53705
|
+
* @description Posting start date for deferred revenue, hidden when type is online
|
|
53661
53706
|
*/
|
|
53662
53707
|
postingStartDate: string | null;
|
|
53663
53708
|
/**
|
|
@@ -53907,25 +53952,25 @@ export interface components {
|
|
|
53907
53952
|
SalesInvoiceSchemaWithLinkedDocuments: {
|
|
53908
53953
|
/**
|
|
53909
53954
|
* Isdeferred
|
|
53910
|
-
* @description Enable deferred invoicing
|
|
53955
|
+
* @description Enable deferred invoicing, hidden when type is online
|
|
53911
53956
|
* @default false
|
|
53912
53957
|
*/
|
|
53913
53958
|
isDeferred: boolean;
|
|
53914
53959
|
/**
|
|
53915
53960
|
* Deferredperiod
|
|
53916
|
-
* @description Length of the deferred period (in days)
|
|
53961
|
+
* @description Length of the deferred period (in days), hidden when type is online
|
|
53917
53962
|
*/
|
|
53918
53963
|
deferredPeriod: number | null;
|
|
53919
|
-
/** @description Revenue recognition frequency */
|
|
53964
|
+
/** @description Revenue recognition frequency, hidden when type is online */
|
|
53920
53965
|
recognitionFrequency: components["schemas"]["RecognitionFrequency"] | null;
|
|
53921
53966
|
/**
|
|
53922
53967
|
* Recognitionstartdate
|
|
53923
|
-
* @description Start date for revenue recognition
|
|
53968
|
+
* @description Start date for revenue recognition, hidden when type is online
|
|
53924
53969
|
*/
|
|
53925
53970
|
recognitionStartDate: string | null;
|
|
53926
53971
|
/**
|
|
53927
53972
|
* Postingstartdate
|
|
53928
|
-
* @description Posting start date for deferred revenue
|
|
53973
|
+
* @description Posting start date for deferred revenue, hidden when type is online
|
|
53929
53974
|
*/
|
|
53930
53975
|
postingStartDate: string | null;
|
|
53931
53976
|
/**
|