@erp-galoper/types 1.0.456 → 1.0.458
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 +58 -14
- 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:
|
|
@@ -20808,6 +20811,8 @@ export interface components {
|
|
|
20808
20811
|
defaultSellingPrice: number;
|
|
20809
20812
|
/** @description Price of the packed item */
|
|
20810
20813
|
defaultSellingPriceCurrency: components["schemas"]["CurrencySummaryInfo"];
|
|
20814
|
+
/** @description ID of the unit of measure for the packed item */
|
|
20815
|
+
unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"];
|
|
20811
20816
|
};
|
|
20812
20817
|
/** ItemSchema */
|
|
20813
20818
|
ItemSchema: {
|
|
@@ -21230,6 +21235,15 @@ export interface components {
|
|
|
21230
21235
|
/** Name */
|
|
21231
21236
|
name: string;
|
|
21232
21237
|
};
|
|
21238
|
+
/** UnitOfMeasureSummaryInfo */
|
|
21239
|
+
UnitOfMeasureSummaryInfo: {
|
|
21240
|
+
/** Id */
|
|
21241
|
+
id: number;
|
|
21242
|
+
/** Name */
|
|
21243
|
+
name: string;
|
|
21244
|
+
/** Code */
|
|
21245
|
+
code: string | null;
|
|
21246
|
+
};
|
|
21233
21247
|
/** VariantOfSchema */
|
|
21234
21248
|
VariantOfSchema: {
|
|
21235
21249
|
/** Id */
|
|
@@ -21611,10 +21625,7 @@ export interface components {
|
|
|
21611
21625
|
/** Alertdate */
|
|
21612
21626
|
alertDate?: number | null;
|
|
21613
21627
|
commissionCalculation?: components["schemas"]["CommissionCalculation"];
|
|
21614
|
-
/**
|
|
21615
|
-
* Packages
|
|
21616
|
-
* @default []
|
|
21617
|
-
*/
|
|
21628
|
+
/** Packages */
|
|
21618
21629
|
packages: components["schemas"]["CreateOrUpdatePackageItemSchema"][];
|
|
21619
21630
|
/**
|
|
21620
21631
|
* Children
|
|
@@ -21669,6 +21680,11 @@ export interface components {
|
|
|
21669
21680
|
* @description Price of the packed item in usd or company currency only
|
|
21670
21681
|
*/
|
|
21671
21682
|
defaultSellingPriceCurrency: number;
|
|
21683
|
+
/**
|
|
21684
|
+
* Unitofmeasure
|
|
21685
|
+
* @description ID of the unit of measure for the packed item, should be chosen from the item's unit of measures
|
|
21686
|
+
*/
|
|
21687
|
+
unitOfMeasure: number;
|
|
21672
21688
|
};
|
|
21673
21689
|
/** DeleteItemSchema */
|
|
21674
21690
|
DeleteItemSchema: {
|
|
@@ -26801,7 +26817,7 @@ export interface components {
|
|
|
26801
26817
|
/**
|
|
26802
26818
|
* Id
|
|
26803
26819
|
* Format: uuid
|
|
26804
|
-
* @example
|
|
26820
|
+
* @example 2f5d517c-057a-43fd-b1d7-b4aed462c141
|
|
26805
26821
|
*/
|
|
26806
26822
|
id: string;
|
|
26807
26823
|
/**
|
|
@@ -27903,6 +27919,8 @@ export interface components {
|
|
|
27903
27919
|
purchaseOfWorksAllowancesNonResident?: number | null;
|
|
27904
27920
|
/** Purchaseofworksallowancesstocknonresident */
|
|
27905
27921
|
purchaseOfWorksAllowancesStockNonResident?: number | null;
|
|
27922
|
+
/** Purchaseofgoodsdiscountreturnresident */
|
|
27923
|
+
purchaseOfGoodsDiscountReturnResident?: number | null;
|
|
27906
27924
|
/** Salesofworksstockreturnresident */
|
|
27907
27925
|
salesOfWorksStockReturnResident?: number | null;
|
|
27908
27926
|
/** Salesofworksstockreturnnonresident */
|
|
@@ -28140,6 +28158,7 @@ export interface components {
|
|
|
28140
28158
|
purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28141
28159
|
purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28142
28160
|
purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28161
|
+
purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28143
28162
|
salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28144
28163
|
salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28145
28164
|
salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -28456,6 +28475,8 @@ export interface components {
|
|
|
28456
28475
|
purchaseOfWorksAllowancesNonResident?: number | null;
|
|
28457
28476
|
/** Purchaseofworksallowancesstocknonresident */
|
|
28458
28477
|
purchaseOfWorksAllowancesStockNonResident?: number | null;
|
|
28478
|
+
/** Purchaseofgoodsdiscountreturnresident */
|
|
28479
|
+
purchaseOfGoodsDiscountReturnResident?: number | null;
|
|
28459
28480
|
/** Salesofworksstockreturnresident */
|
|
28460
28481
|
salesOfWorksStockReturnResident?: number | null;
|
|
28461
28482
|
/** Salesofworksstockreturnnonresident */
|
|
@@ -28777,6 +28798,8 @@ export interface components {
|
|
|
28777
28798
|
purchaseOfWorksAllowancesNonResident?: number | null;
|
|
28778
28799
|
/** Purchaseofworksallowancesstocknonresident */
|
|
28779
28800
|
purchaseOfWorksAllowancesStockNonResident?: number | null;
|
|
28801
|
+
/** Purchaseofgoodsdiscountreturnresident */
|
|
28802
|
+
purchaseOfGoodsDiscountReturnResident?: number | null;
|
|
28780
28803
|
/** Salesofworksstockreturnresident */
|
|
28781
28804
|
salesOfWorksStockReturnResident?: number | null;
|
|
28782
28805
|
/** Salesofworksstockreturnnonresident */
|
|
@@ -28972,6 +28995,7 @@ export interface components {
|
|
|
28972
28995
|
purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28973
28996
|
purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28974
28997
|
purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28998
|
+
purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28975
28999
|
salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28976
29000
|
salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28977
29001
|
salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -29153,6 +29177,7 @@ export interface components {
|
|
|
29153
29177
|
purchaseOfWorksAllowancesStockResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29154
29178
|
purchaseOfWorksAllowancesNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29155
29179
|
purchaseOfWorksAllowancesStockNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29180
|
+
purchaseOfGoodsDiscountReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29156
29181
|
salesOfWorksStockReturnResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29157
29182
|
salesOfWorksStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
29158
29183
|
salesOfWorksDiscountStockReturnNonResident?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
@@ -30426,15 +30451,6 @@ export interface components {
|
|
|
30426
30451
|
/** Total */
|
|
30427
30452
|
total: number | null;
|
|
30428
30453
|
};
|
|
30429
|
-
/** UnitOfMeasureSummaryInfo */
|
|
30430
|
-
UnitOfMeasureSummaryInfo: {
|
|
30431
|
-
/** Id */
|
|
30432
|
-
id: number;
|
|
30433
|
-
/** Name */
|
|
30434
|
-
name: string;
|
|
30435
|
-
/** Code */
|
|
30436
|
-
code: string | null;
|
|
30437
|
-
};
|
|
30438
30454
|
/** NewRequisitionSchema */
|
|
30439
30455
|
NewRequisitionSchema: {
|
|
30440
30456
|
/**
|
|
@@ -37328,21 +37344,29 @@ export interface components {
|
|
|
37328
37344
|
* @description Length of the package
|
|
37329
37345
|
*/
|
|
37330
37346
|
length: number | null;
|
|
37347
|
+
/** @description Length unit of the package */
|
|
37348
|
+
length_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
|
|
37331
37349
|
/**
|
|
37332
37350
|
* Width
|
|
37333
37351
|
* @description Width of the package
|
|
37334
37352
|
*/
|
|
37335
37353
|
width: number | null;
|
|
37354
|
+
/** @description Width unit of the package */
|
|
37355
|
+
width_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
|
|
37336
37356
|
/**
|
|
37337
37357
|
* Height
|
|
37338
37358
|
* @description Height of the package
|
|
37339
37359
|
*/
|
|
37340
37360
|
height: number | null;
|
|
37361
|
+
/** @description Height unit of the package */
|
|
37362
|
+
height_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
|
|
37341
37363
|
/**
|
|
37342
37364
|
* Volume
|
|
37343
37365
|
* @description Volume of the package
|
|
37344
37366
|
*/
|
|
37345
37367
|
volume: number | null;
|
|
37368
|
+
/** @description Volume unit of the package */
|
|
37369
|
+
volume_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
|
|
37346
37370
|
/**
|
|
37347
37371
|
* @description Category of the package
|
|
37348
37372
|
* @default primary
|
|
@@ -37401,21 +37425,41 @@ export interface components {
|
|
|
37401
37425
|
* @description Length of the package
|
|
37402
37426
|
*/
|
|
37403
37427
|
length?: number;
|
|
37428
|
+
/**
|
|
37429
|
+
* Lengthunit
|
|
37430
|
+
* @description Length unit of the package
|
|
37431
|
+
*/
|
|
37432
|
+
lengthUnit?: number;
|
|
37404
37433
|
/**
|
|
37405
37434
|
* Width
|
|
37406
37435
|
* @description Width of the package
|
|
37407
37436
|
*/
|
|
37408
37437
|
width?: number;
|
|
37438
|
+
/**
|
|
37439
|
+
* Widthunit
|
|
37440
|
+
* @description Width unit of the package
|
|
37441
|
+
*/
|
|
37442
|
+
widthUnit?: number;
|
|
37409
37443
|
/**
|
|
37410
37444
|
* Height
|
|
37411
37445
|
* @description Height of the package
|
|
37412
37446
|
*/
|
|
37413
37447
|
height?: number;
|
|
37448
|
+
/**
|
|
37449
|
+
* Heightunit
|
|
37450
|
+
* @description Height unit of the package
|
|
37451
|
+
*/
|
|
37452
|
+
heightUnit?: number;
|
|
37414
37453
|
/**
|
|
37415
37454
|
* Volume
|
|
37416
37455
|
* @description Volume of the package
|
|
37417
37456
|
*/
|
|
37418
37457
|
volume?: number;
|
|
37458
|
+
/**
|
|
37459
|
+
* Volumeunit
|
|
37460
|
+
* @description Volume unit of the package
|
|
37461
|
+
*/
|
|
37462
|
+
volumeUnit?: number;
|
|
37419
37463
|
/**
|
|
37420
37464
|
* @description Category of the package
|
|
37421
37465
|
* @default primary
|