@erp-galoper/types 1.0.457 → 1.0.459

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 +13 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -7201,6 +7201,7 @@ export interface paths {
7201
7201
  * - salesOfGoodsReturnDiscountNonResident
7202
7202
  * - salesOfWorksReturnDiscountResident
7203
7203
  * - salesOfWorksReturnDiscountNonResident
7204
+ * - purchaseOfGoodsDiscountReturnResident
7204
7205
  *
7205
7206
  * - 404:
7206
7207
  * - InDefaultGeneralDoesNotExist
@@ -7377,6 +7378,7 @@ export interface paths {
7377
7378
  * - salesOfWorksAllowancesStockResident
7378
7379
  * - salesOfWorksAllowancesNonResident
7379
7380
  * - salesOfWorksAllowancesStockNonResident
7381
+ * - purchaseOfGoodsDiscountReturnResident
7380
7382
  *
7381
7383
  * - 403:
7382
7384
  * - permissionDenied
@@ -7592,6 +7594,7 @@ export interface paths {
7592
7594
  * - salesOfWorksAllowancesStockResident
7593
7595
  * - salesOfWorksAllowancesNonResident
7594
7596
  * - salesOfWorksAllowancesStockNonResident
7597
+ * - purchaseOfGoodsDiscountReturnResident
7595
7598
  * - 403:
7596
7599
  * - permissionDenied
7597
7600
  * - 404:
@@ -26814,7 +26817,7 @@ export interface components {
26814
26817
  /**
26815
26818
  * Id
26816
26819
  * Format: uuid
26817
- * @example 07b39cd0-def4-479a-9f7f-1f28378518eb
26820
+ * @example 5b35b7ce-e14c-436e-bfd4-2e11d3548948
26818
26821
  */
26819
26822
  id: string;
26820
26823
  /**
@@ -27916,6 +27919,8 @@ export interface components {
27916
27919
  purchaseOfWorksAllowancesNonResident?: number | null;
27917
27920
  /** Purchaseofworksallowancesstocknonresident */
27918
27921
  purchaseOfWorksAllowancesStockNonResident?: number | null;
27922
+ /** Purchaseofgoodsdiscountreturnresident */
27923
+ purchaseOfGoodsDiscountReturnResident?: number | null;
27919
27924
  /** Salesofworksstockreturnresident */
27920
27925
  salesOfWorksStockReturnResident?: number | null;
27921
27926
  /** Salesofworksstockreturnnonresident */
@@ -28153,6 +28158,7 @@ export interface components {
28153
28158
  purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28154
28159
  purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28155
28160
  purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28161
+ purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28156
28162
  salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28157
28163
  salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28158
28164
  salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
@@ -28469,6 +28475,8 @@ export interface components {
28469
28475
  purchaseOfWorksAllowancesNonResident?: number | null;
28470
28476
  /** Purchaseofworksallowancesstocknonresident */
28471
28477
  purchaseOfWorksAllowancesStockNonResident?: number | null;
28478
+ /** Purchaseofgoodsdiscountreturnresident */
28479
+ purchaseOfGoodsDiscountReturnResident?: number | null;
28472
28480
  /** Salesofworksstockreturnresident */
28473
28481
  salesOfWorksStockReturnResident?: number | null;
28474
28482
  /** Salesofworksstockreturnnonresident */
@@ -28790,6 +28798,8 @@ export interface components {
28790
28798
  purchaseOfWorksAllowancesNonResident?: number | null;
28791
28799
  /** Purchaseofworksallowancesstocknonresident */
28792
28800
  purchaseOfWorksAllowancesStockNonResident?: number | null;
28801
+ /** Purchaseofgoodsdiscountreturnresident */
28802
+ purchaseOfGoodsDiscountReturnResident?: number | null;
28793
28803
  /** Salesofworksstockreturnresident */
28794
28804
  salesOfWorksStockReturnResident?: number | null;
28795
28805
  /** Salesofworksstockreturnnonresident */
@@ -28985,6 +28995,7 @@ export interface components {
28985
28995
  purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28986
28996
  purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28987
28997
  purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28998
+ purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28988
28999
  salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28989
29000
  salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28990
29001
  salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
@@ -29166,6 +29177,7 @@ export interface components {
29166
29177
  purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29167
29178
  purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29168
29179
  purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29180
+ purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29169
29181
  salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29170
29182
  salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29171
29183
  salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.457",
3
+ "version": "1.0.459",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],