@erp-galoper/types 1.0.111 → 1.0.112

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.
Files changed (2) hide show
  1. package/openapi.ts +289 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -7192,6 +7192,13 @@ export interface paths {
7192
7192
  * - posSalesOfProductsStock
7193
7193
  * - posSalesOfServicesStock
7194
7194
  * - posSalesOfWorksStock
7195
+ * - salesOfServiceReturnDiscountResident
7196
+ * - salesOfServiceReturnDiscountNonResident
7197
+ * - salesOfGoodsReturnDiscountResident
7198
+ * - salesOfGoodsReturnDiscountNonResident
7199
+ * - salesOfWorksReturnDiscountResident
7200
+ * - salesOfWorksReturnDiscountNonResident
7201
+ *
7195
7202
  * - 404:
7196
7203
  * - InDefaultGeneralDoesNotExist
7197
7204
  * -500:
@@ -7321,6 +7328,33 @@ export interface paths {
7321
7328
  * - salesCogsOfServiceNonResident
7322
7329
  * - salesCogsOfWorksNonResident
7323
7330
  * - salesCogsOfGoodsNonResident
7331
+ * - salesOfServiceReturnDiscountResident
7332
+ * - salesOfServiceReturnDiscountNonResident
7333
+ * - salesOfGoodsReturnDiscountResident
7334
+ * - salesOfGoodsReturnDiscountNonResident
7335
+ * - salesOfWorksReturnDiscountResident
7336
+ * - salesOfWorksReturnDiscountNonResident
7337
+ * - purchaseOfWorksStockReturnResident
7338
+ * - purchaseOfWorksStockReturnNonResident
7339
+ * - purchaseOfWorksDiscountStockReturnNonResident
7340
+ * - purchaseOfWorksDiscountReturnNonResident
7341
+ * - purchaseOfWorksDiscountStockReturnResident
7342
+ * - purchaseOfWorksDiscountReturnResident
7343
+ * - purchaseOfGoodsStockReturnResident
7344
+ * - purchaseOfGoodsStockReturnNonResident
7345
+ * - purchaseOfWorksDiscountStockResident
7346
+ * - purchaseOfWorksDiscountStockNonResident
7347
+ * - purchaseOfGoodsDiscountStockResident
7348
+ * - purchaseOfGoodsDiscountStockNonResident
7349
+ * - purchaseOfGoodsAllowancesResident
7350
+ * - purchaseOfGoodsAllowancesStockResident
7351
+ * - purchaseOfGoodsAllowancesNonResident
7352
+ * - purchaseOfGoodsAllowancesStockNonResident
7353
+ * - purchaseOfWorksAllowancesResident
7354
+ * - purchaseOfWorksAllowancesStockResident
7355
+ * - purchaseOfWorksAllowancesNonResident
7356
+ * - purchaseOfWorksAllowancesStockNonResident
7357
+ *
7324
7358
  * - 403:
7325
7359
  * - permissionDenied
7326
7360
  * - 404:
@@ -7495,6 +7529,26 @@ export interface paths {
7495
7529
  * - salesCogsOfServiceNonResident
7496
7530
  * - salesCogsOfWorksNonResident
7497
7531
  * - salesCogsOfGoodsNonResident
7532
+ * - purchaseOfWorksStockReturnResident
7533
+ * - purchaseOfWorksStockReturnNonResident
7534
+ * - purchaseOfWorksDiscountStockReturnNonResident
7535
+ * - purchaseOfWorksDiscountReturnNonResident
7536
+ * - purchaseOfWorksDiscountStockReturnResident
7537
+ * - purchaseOfWorksDiscountReturnResident
7538
+ * - purchaseOfGoodsStockReturnResident
7539
+ * - purchaseOfGoodsStockReturnNonResident
7540
+ * - purchaseOfWorksDiscountStockResident
7541
+ * - purchaseOfWorksDiscountStockNonResident
7542
+ * - purchaseOfGoodsDiscountStockResident
7543
+ * - purchaseOfGoodsDiscountStockNonResident
7544
+ * - purchaseOfGoodsAllowancesResident
7545
+ * - purchaseOfGoodsAllowancesStockResident
7546
+ * - purchaseOfGoodsAllowancesNonResident
7547
+ * - purchaseOfGoodsAllowancesStockNonResident
7548
+ * - purchaseOfWorksAllowancesResident
7549
+ * - purchaseOfWorksAllowancesStockResident
7550
+ * - purchaseOfWorksAllowancesNonResident
7551
+ * - purchaseOfWorksAllowancesStockNonResident
7498
7552
  * - 403:
7499
7553
  * - permissionDenied
7500
7554
  * - 404:
@@ -26489,7 +26543,7 @@ export interface components {
26489
26543
  /**
26490
26544
  * Id
26491
26545
  * Format: uuid
26492
- * @example e3d7fa49-40a9-44d5-a03a-79f6996d4e6b
26546
+ * @example df8e7c76-77aa-4ffa-8e43-257d5d314f7b
26493
26547
  */
26494
26548
  id: string;
26495
26549
  /**
@@ -27529,6 +27583,58 @@ export interface components {
27529
27583
  salesCogsOfWorksNonResident?: number | null;
27530
27584
  /** Salescogsofgoodsnonresident */
27531
27585
  salesCogsOfGoodsNonResident?: number | null;
27586
+ /** Salesofservicereturndiscountresident */
27587
+ salesOfServiceReturnDiscountResident?: number | null;
27588
+ /** Salesofservicereturndiscountnonresident */
27589
+ salesOfServiceReturnDiscountNonResident?: number | null;
27590
+ /** Salesofgoodsreturndiscountresident */
27591
+ salesOfGoodsReturnDiscountResident?: number | null;
27592
+ /** Salesofgoodsreturndiscountnonresident */
27593
+ salesOfGoodsReturnDiscountNonResident?: number | null;
27594
+ /** Salesofworksreturndiscountresident */
27595
+ salesOfWorksReturnDiscountResident?: number | null;
27596
+ /** Salesofworksreturndiscountnonresident */
27597
+ salesOfWorksReturnDiscountNonResident?: number | null;
27598
+ /** Purchaseofworksstockreturnresident */
27599
+ purchaseOfWorksStockReturnResident?: number | null;
27600
+ /** Purchaseofworksstockreturnnonresident */
27601
+ purchaseOfWorksStockReturnNonResident?: number | null;
27602
+ /** Purchaseofworksdiscountstockreturnnonresident */
27603
+ purchaseOfWorksDiscountStockReturnNonResident?: number | null;
27604
+ /** Purchaseofworksdiscountreturnnonresident */
27605
+ purchaseOfWorksDiscountReturnNonResident?: number | null;
27606
+ /** Purchaseofworksdiscountstockreturnresident */
27607
+ purchaseOfWorksDiscountStockReturnResident?: number | null;
27608
+ /** Purchaseofworksdiscountreturnresident */
27609
+ purchaseOfWorksDiscountReturnResident?: number | null;
27610
+ /** Purchaseofgoodsstockreturnresident */
27611
+ purchaseOfGoodsStockReturnResident?: number | null;
27612
+ /** Purchaseofgoodsstockreturnnonresident */
27613
+ purchaseOfGoodsStockReturnNonResident?: number | null;
27614
+ /** Purchaseofworksdiscountstockresident */
27615
+ purchaseOfWorksDiscountStockResident?: number | null;
27616
+ /** Purchaseofworksdiscountstocknonresident */
27617
+ purchaseOfWorksDiscountStockNonResident?: number | null;
27618
+ /** Purchaseofgoodsdiscountstockresident */
27619
+ purchaseOfGoodsDiscountStockResident?: number | null;
27620
+ /** Purchaseofgoodsdiscountstocknonresident */
27621
+ purchaseOfGoodsDiscountStockNonResident?: number | null;
27622
+ /** Purchaseofgoodsallowancesresident */
27623
+ purchaseOfGoodsAllowancesResident?: number | null;
27624
+ /** Purchaseofgoodsallowancesstockresident */
27625
+ purchaseOfGoodsAllowancesStockResident?: number | null;
27626
+ /** Purchaseofgoodsallowancesnonresident */
27627
+ purchaseOfGoodsAllowancesNonResident?: number | null;
27628
+ /** Purchaseofgoodsallowancesstocknonresident */
27629
+ purchaseOfGoodsAllowancesStockNonResident?: number | null;
27630
+ /** Purchaseofworksallowancesresident */
27631
+ purchaseOfWorksAllowancesResident?: number | null;
27632
+ /** Purchaseofworksallowancesstockresident */
27633
+ purchaseOfWorksAllowancesStockResident?: number | null;
27634
+ /** Purchaseofworksallowancesnonresident */
27635
+ purchaseOfWorksAllowancesNonResident?: number | null;
27636
+ /** Purchaseofworksallowancesstocknonresident */
27637
+ purchaseOfWorksAllowancesStockNonResident?: number | null;
27532
27638
  };
27533
27639
  /** ChartOfAccountInfoSchema */
27534
27640
  ChartOfAccountInfoSchema: {
@@ -27692,6 +27798,32 @@ export interface components {
27692
27798
  salesCogsOfServiceNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27693
27799
  salesCogsOfWorksNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27694
27800
  salesCogsOfGoodsNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27801
+ salesOfServiceReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27802
+ salesOfServiceReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27803
+ salesOfGoodsReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27804
+ salesOfGoodsReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27805
+ salesOfWorksReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27806
+ salesOfWorksReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27807
+ purchaseOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27808
+ purchaseOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27809
+ purchaseOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27810
+ purchaseOfWorksDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27811
+ purchaseOfWorksDiscountStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27812
+ purchaseOfWorksDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27813
+ purchaseOfGoodsStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27814
+ purchaseOfGoodsStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27815
+ purchaseOfWorksDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27816
+ purchaseOfWorksDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27817
+ purchaseOfGoodsDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27818
+ purchaseOfGoodsDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27819
+ purchaseOfGoodsAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27820
+ purchaseOfGoodsAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27821
+ purchaseOfGoodsAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27822
+ purchaseOfGoodsAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27823
+ purchaseOfWorksAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27824
+ purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27825
+ purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27826
+ purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
27695
27827
  };
27696
27828
  /**
27697
27829
  * SubsidiaryAccountListType
@@ -27932,6 +28064,58 @@ export interface components {
27932
28064
  salesCogsOfWorksNonResident?: number | null;
27933
28065
  /** Salescogsofgoodsnonresident */
27934
28066
  salesCogsOfGoodsNonResident?: number | null;
28067
+ /** Salesofservicereturndiscountresident */
28068
+ salesOfServiceReturnDiscountResident?: number | null;
28069
+ /** Salesofservicereturndiscountnonresident */
28070
+ salesOfServiceReturnDiscountNonResident?: number | null;
28071
+ /** Salesofgoodsreturndiscountresident */
28072
+ salesOfGoodsReturnDiscountResident?: number | null;
28073
+ /** Salesofgoodsreturndiscountnonresident */
28074
+ salesOfGoodsReturnDiscountNonResident?: number | null;
28075
+ /** Salesofworksreturndiscountresident */
28076
+ salesOfWorksReturnDiscountResident?: number | null;
28077
+ /** Salesofworksreturndiscountnonresident */
28078
+ salesOfWorksReturnDiscountNonResident?: number | null;
28079
+ /** Purchaseofworksstockreturnresident */
28080
+ purchaseOfWorksStockReturnResident?: number | null;
28081
+ /** Purchaseofworksstockreturnnonresident */
28082
+ purchaseOfWorksStockReturnNonResident?: number | null;
28083
+ /** Purchaseofworksdiscountstockreturnnonresident */
28084
+ purchaseOfWorksDiscountStockReturnNonResident?: number | null;
28085
+ /** Purchaseofworksdiscountreturnnonresident */
28086
+ purchaseOfWorksDiscountReturnNonResident?: number | null;
28087
+ /** Purchaseofworksdiscountstockreturnresident */
28088
+ purchaseOfWorksDiscountStockReturnResident?: number | null;
28089
+ /** Purchaseofworksdiscountreturnresident */
28090
+ purchaseOfWorksDiscountReturnResident?: number | null;
28091
+ /** Purchaseofgoodsstockreturnresident */
28092
+ purchaseOfGoodsStockReturnResident?: number | null;
28093
+ /** Purchaseofgoodsstockreturnnonresident */
28094
+ purchaseOfGoodsStockReturnNonResident?: number | null;
28095
+ /** Purchaseofworksdiscountstockresident */
28096
+ purchaseOfWorksDiscountStockResident?: number | null;
28097
+ /** Purchaseofworksdiscountstocknonresident */
28098
+ purchaseOfWorksDiscountStockNonResident?: number | null;
28099
+ /** Purchaseofgoodsdiscountstockresident */
28100
+ purchaseOfGoodsDiscountStockResident?: number | null;
28101
+ /** Purchaseofgoodsdiscountstocknonresident */
28102
+ purchaseOfGoodsDiscountStockNonResident?: number | null;
28103
+ /** Purchaseofgoodsallowancesresident */
28104
+ purchaseOfGoodsAllowancesResident?: number | null;
28105
+ /** Purchaseofgoodsallowancesstockresident */
28106
+ purchaseOfGoodsAllowancesStockResident?: number | null;
28107
+ /** Purchaseofgoodsallowancesnonresident */
28108
+ purchaseOfGoodsAllowancesNonResident?: number | null;
28109
+ /** Purchaseofgoodsallowancesstocknonresident */
28110
+ purchaseOfGoodsAllowancesStockNonResident?: number | null;
28111
+ /** Purchaseofworksallowancesresident */
28112
+ purchaseOfWorksAllowancesResident?: number | null;
28113
+ /** Purchaseofworksallowancesstockresident */
28114
+ purchaseOfWorksAllowancesStockResident?: number | null;
28115
+ /** Purchaseofworksallowancesnonresident */
28116
+ purchaseOfWorksAllowancesNonResident?: number | null;
28117
+ /** Purchaseofworksallowancesstocknonresident */
28118
+ purchaseOfWorksAllowancesStockNonResident?: number | null;
27935
28119
  };
27936
28120
  /** UpdateTransactionalSubsidiaryAccountsSchema */
27937
28121
  UpdateTransactionalSubsidiaryAccountsSchema: {
@@ -28161,6 +28345,58 @@ export interface components {
28161
28345
  salesCogsOfWorksNonResident?: number | null;
28162
28346
  /** Salescogsofgoodsnonresident */
28163
28347
  salesCogsOfGoodsNonResident?: number | null;
28348
+ /** Salesofservicereturndiscountresident */
28349
+ salesOfServiceReturnDiscountResident?: number | null;
28350
+ /** Salesofservicereturndiscountnonresident */
28351
+ salesOfServiceReturnDiscountNonResident?: number | null;
28352
+ /** Salesofgoodsreturndiscountresident */
28353
+ salesOfGoodsReturnDiscountResident?: number | null;
28354
+ /** Salesofgoodsreturndiscountnonresident */
28355
+ salesOfGoodsReturnDiscountNonResident?: number | null;
28356
+ /** Salesofworksreturndiscountresident */
28357
+ salesOfWorksReturnDiscountResident?: number | null;
28358
+ /** Salesofworksreturndiscountnonresident */
28359
+ salesOfWorksReturnDiscountNonResident?: number | null;
28360
+ /** Purchaseofworksstockreturnresident */
28361
+ purchaseOfWorksStockReturnResident?: number | null;
28362
+ /** Purchaseofworksstockreturnnonresident */
28363
+ purchaseOfWorksStockReturnNonResident?: number | null;
28364
+ /** Purchaseofworksdiscountstockreturnnonresident */
28365
+ purchaseOfWorksDiscountStockReturnNonResident?: number | null;
28366
+ /** Purchaseofworksdiscountreturnnonresident */
28367
+ purchaseOfWorksDiscountReturnNonResident?: number | null;
28368
+ /** Purchaseofworksdiscountstockreturnresident */
28369
+ purchaseOfWorksDiscountStockReturnResident?: number | null;
28370
+ /** Purchaseofworksdiscountreturnresident */
28371
+ purchaseOfWorksDiscountReturnResident?: number | null;
28372
+ /** Purchaseofgoodsstockreturnresident */
28373
+ purchaseOfGoodsStockReturnResident?: number | null;
28374
+ /** Purchaseofgoodsstockreturnnonresident */
28375
+ purchaseOfGoodsStockReturnNonResident?: number | null;
28376
+ /** Purchaseofworksdiscountstockresident */
28377
+ purchaseOfWorksDiscountStockResident?: number | null;
28378
+ /** Purchaseofworksdiscountstocknonresident */
28379
+ purchaseOfWorksDiscountStockNonResident?: number | null;
28380
+ /** Purchaseofgoodsdiscountstockresident */
28381
+ purchaseOfGoodsDiscountStockResident?: number | null;
28382
+ /** Purchaseofgoodsdiscountstocknonresident */
28383
+ purchaseOfGoodsDiscountStockNonResident?: number | null;
28384
+ /** Purchaseofgoodsallowancesresident */
28385
+ purchaseOfGoodsAllowancesResident?: number | null;
28386
+ /** Purchaseofgoodsallowancesstockresident */
28387
+ purchaseOfGoodsAllowancesStockResident?: number | null;
28388
+ /** Purchaseofgoodsallowancesnonresident */
28389
+ purchaseOfGoodsAllowancesNonResident?: number | null;
28390
+ /** Purchaseofgoodsallowancesstocknonresident */
28391
+ purchaseOfGoodsAllowancesStockNonResident?: number | null;
28392
+ /** Purchaseofworksallowancesresident */
28393
+ purchaseOfWorksAllowancesResident?: number | null;
28394
+ /** Purchaseofworksallowancesstockresident */
28395
+ purchaseOfWorksAllowancesStockResident?: number | null;
28396
+ /** Purchaseofworksallowancesnonresident */
28397
+ purchaseOfWorksAllowancesNonResident?: number | null;
28398
+ /** Purchaseofworksallowancesstocknonresident */
28399
+ purchaseOfWorksAllowancesStockNonResident?: number | null;
28164
28400
  };
28165
28401
  /** RetrieveTransactionalSubsidiaryAccountsSchema */
28166
28402
  RetrieveTransactionalSubsidiaryAccountsSchema: {
@@ -28290,6 +28526,32 @@ export interface components {
28290
28526
  salesCogsOfServiceNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28291
28527
  salesCogsOfWorksNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28292
28528
  salesCogsOfGoodsNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28529
+ salesOfServiceReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28530
+ salesOfServiceReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28531
+ salesOfGoodsReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28532
+ salesOfGoodsReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28533
+ salesOfWorksReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28534
+ salesOfWorksReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28535
+ purchaseOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28536
+ purchaseOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28537
+ purchaseOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28538
+ purchaseOfWorksDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28539
+ purchaseOfWorksDiscountStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28540
+ purchaseOfWorksDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28541
+ purchaseOfGoodsStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28542
+ purchaseOfGoodsStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28543
+ purchaseOfWorksDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28544
+ purchaseOfWorksDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28545
+ purchaseOfGoodsDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28546
+ purchaseOfGoodsDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28547
+ purchaseOfGoodsAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28548
+ purchaseOfGoodsAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28549
+ purchaseOfGoodsAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28550
+ purchaseOfGoodsAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28551
+ purchaseOfWorksAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28552
+ purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28553
+ purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28554
+ purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28293
28555
  };
28294
28556
  /** ListTransactionalSubsidiaryAccountsSchema */
28295
28557
  ListTransactionalSubsidiaryAccountsSchema: {
@@ -28425,6 +28687,32 @@ export interface components {
28425
28687
  salesCogsOfServiceNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28426
28688
  salesCogsOfWorksNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28427
28689
  salesCogsOfGoodsNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28690
+ salesOfServiceReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28691
+ salesOfServiceReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28692
+ salesOfGoodsReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28693
+ salesOfGoodsReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28694
+ salesOfWorksReturnDiscountResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28695
+ salesOfWorksReturnDiscountNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28696
+ purchaseOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28697
+ purchaseOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28698
+ purchaseOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28699
+ purchaseOfWorksDiscountReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28700
+ purchaseOfWorksDiscountStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28701
+ purchaseOfWorksDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28702
+ purchaseOfGoodsStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28703
+ purchaseOfGoodsStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28704
+ purchaseOfWorksDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28705
+ purchaseOfWorksDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28706
+ purchaseOfGoodsDiscountStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28707
+ purchaseOfGoodsDiscountStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28708
+ purchaseOfGoodsAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28709
+ purchaseOfGoodsAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28710
+ purchaseOfGoodsAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28711
+ purchaseOfGoodsAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28712
+ purchaseOfWorksAllowancesResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28713
+ purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28714
+ purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28715
+ purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28428
28716
  /** Candelete */
28429
28717
  canDelete: boolean;
28430
28718
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],