@erp-galoper/types 1.0.1817 → 1.0.1818
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 +91 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24404,6 +24404,12 @@ export interface components {
|
|
|
24404
24404
|
BasePermissionsSchema_Report_Project_ProjectstatementEnum: "export" | "view";
|
|
24405
24405
|
/** BasePermissionsSchema_Report_Sales */
|
|
24406
24406
|
BasePermissionsSchema_Report_Sales: {
|
|
24407
|
+
/**
|
|
24408
|
+
* Receivablesbycustomerregionreport
|
|
24409
|
+
* @description receivablesbycustomerregionreport actions
|
|
24410
|
+
* @default []
|
|
24411
|
+
*/
|
|
24412
|
+
receivablesbycustomerregionreport: components["schemas"]["BasePermissionsSchema_Report_Sales_ReceivablesbycustomerregionreportEnum"][];
|
|
24407
24413
|
/**
|
|
24408
24414
|
* Salesbybrandreport
|
|
24409
24415
|
* @description salesbybrandreport actions
|
|
@@ -24452,13 +24458,12 @@ export interface components {
|
|
|
24452
24458
|
* @default []
|
|
24453
24459
|
*/
|
|
24454
24460
|
salestrendreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalestrendreportEnum"][];
|
|
24455
|
-
/**
|
|
24456
|
-
* Receivablesbycustomerregionreport
|
|
24457
|
-
* @description receivablesbycustomerregionreport actions
|
|
24458
|
-
* @default []
|
|
24459
|
-
*/
|
|
24460
|
-
receivablesbycustomerregionreport: string[];
|
|
24461
24461
|
};
|
|
24462
|
+
/**
|
|
24463
|
+
* BasePermissionsSchema_Report_Sales_ReceivablesbycustomerregionreportEnum
|
|
24464
|
+
* @enum {string}
|
|
24465
|
+
*/
|
|
24466
|
+
BasePermissionsSchema_Report_Sales_ReceivablesbycustomerregionreportEnum: "export" | "view";
|
|
24462
24467
|
/**
|
|
24463
24468
|
* BasePermissionsSchema_Report_Sales_SalesbybrandreportEnum
|
|
24464
24469
|
* @enum {string}
|
|
@@ -32989,6 +32994,11 @@ export interface components {
|
|
|
32989
32994
|
/** Secondarybalance */
|
|
32990
32995
|
secondaryBalance: number;
|
|
32991
32996
|
};
|
|
32997
|
+
/**
|
|
32998
|
+
* CustomerClassificationTypeEnum
|
|
32999
|
+
* @enum {string}
|
|
33000
|
+
*/
|
|
33001
|
+
CustomerClassificationTypeEnum: "debtor" | "paymentInAdvance";
|
|
32992
33002
|
/** CustomerContactSchema */
|
|
32993
33003
|
CustomerContactSchema: {
|
|
32994
33004
|
/** Id */
|
|
@@ -33049,6 +33059,12 @@ export interface components {
|
|
|
33049
33059
|
*/
|
|
33050
33060
|
branches: components["schemas"]["CompanyCustomerBranchSchema"][];
|
|
33051
33061
|
paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
|
|
33062
|
+
customerType: components["schemas"]["CustomerClassificationTypeEnum"];
|
|
33063
|
+
/**
|
|
33064
|
+
* Classificationtypes
|
|
33065
|
+
* @default []
|
|
33066
|
+
*/
|
|
33067
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33052
33068
|
};
|
|
33053
33069
|
/** CustomerGroupInfoSchema */
|
|
33054
33070
|
CustomerGroupInfoSchema: {
|
|
@@ -33190,6 +33206,12 @@ export interface components {
|
|
|
33190
33206
|
*/
|
|
33191
33207
|
walkInPos: boolean | null;
|
|
33192
33208
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
33209
|
+
/**
|
|
33210
|
+
* Classificationtypes
|
|
33211
|
+
* @default []
|
|
33212
|
+
*/
|
|
33213
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33214
|
+
customerType: components["schemas"]["CustomerClassificationTypeEnum"];
|
|
33193
33215
|
/**
|
|
33194
33216
|
* Isresident
|
|
33195
33217
|
* @default true
|
|
@@ -33347,6 +33369,11 @@ export interface components {
|
|
|
33347
33369
|
attachments: string[];
|
|
33348
33370
|
/** @default net30Days */
|
|
33349
33371
|
paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
|
|
33372
|
+
/**
|
|
33373
|
+
* Classificationtypes
|
|
33374
|
+
* @description debtor is always required. Must include all existing types. New types can be added but existing ones cannot be removed.
|
|
33375
|
+
*/
|
|
33376
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33350
33377
|
};
|
|
33351
33378
|
/** UpdateContactShipmentInformationSchema */
|
|
33352
33379
|
UpdateContactShipmentInformationSchema: {
|
|
@@ -33430,6 +33457,12 @@ export interface components {
|
|
|
33430
33457
|
/** Email */
|
|
33431
33458
|
email?: string | null;
|
|
33432
33459
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
33460
|
+
/**
|
|
33461
|
+
* Classificationtypes
|
|
33462
|
+
* @default []
|
|
33463
|
+
*/
|
|
33464
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33465
|
+
customerType: components["schemas"]["CustomerClassificationTypeEnum"];
|
|
33433
33466
|
/**
|
|
33434
33467
|
* Isresident
|
|
33435
33468
|
* @default true
|
|
@@ -33539,6 +33572,11 @@ export interface components {
|
|
|
33539
33572
|
companyRegistrationNumber?: string;
|
|
33540
33573
|
/** @default net30Days */
|
|
33541
33574
|
paymentTerm: components["schemas"]["PaymentTermsEnumSchema"];
|
|
33575
|
+
/**
|
|
33576
|
+
* Classificationtypes
|
|
33577
|
+
* @description debtor is always required. Must include all existing types. New types can be added but existing ones cannot be removed.
|
|
33578
|
+
*/
|
|
33579
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33542
33580
|
};
|
|
33543
33581
|
/** CreateCustomerBranchSchema */
|
|
33544
33582
|
CreateCustomerBranchSchema: {
|
|
@@ -33677,6 +33715,11 @@ export interface components {
|
|
|
33677
33715
|
walkInPos: boolean | null;
|
|
33678
33716
|
/** Accountclassification */
|
|
33679
33717
|
accountClassification: number;
|
|
33718
|
+
/**
|
|
33719
|
+
* Classificationtypes
|
|
33720
|
+
* @description debtor is always required. Optionally include paymentInAdvance (e.g. ["debtor", "paymentInAdvance"]).
|
|
33721
|
+
*/
|
|
33722
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33680
33723
|
/**
|
|
33681
33724
|
* Isresident
|
|
33682
33725
|
* @description field should has default true and always disabled
|
|
@@ -33749,6 +33792,11 @@ export interface components {
|
|
|
33749
33792
|
isResident: boolean;
|
|
33750
33793
|
/** Accountclassification */
|
|
33751
33794
|
accountClassification: number;
|
|
33795
|
+
/**
|
|
33796
|
+
* Classificationtypes
|
|
33797
|
+
* @description debtor is always required. Optionally include paymentInAdvance (e.g. ["debtor", "paymentInAdvance"]).
|
|
33798
|
+
*/
|
|
33799
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33752
33800
|
/**
|
|
33753
33801
|
* Group
|
|
33754
33802
|
* Format: uuid
|
|
@@ -33847,6 +33895,12 @@ export interface components {
|
|
|
33847
33895
|
/** Email */
|
|
33848
33896
|
email?: string | null;
|
|
33849
33897
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
33898
|
+
/**
|
|
33899
|
+
* Classificationtypes
|
|
33900
|
+
* @default []
|
|
33901
|
+
*/
|
|
33902
|
+
classificationTypes: components["schemas"]["CustomerClassificationTypeEnum"][];
|
|
33903
|
+
customerType: components["schemas"]["CustomerClassificationTypeEnum"];
|
|
33850
33904
|
/**
|
|
33851
33905
|
* Isresident
|
|
33852
33906
|
* @default true
|
|
@@ -33923,7 +33977,18 @@ export interface components {
|
|
|
33923
33977
|
companyBalance: number;
|
|
33924
33978
|
/** Secondarybalance */
|
|
33925
33979
|
secondaryBalance: number;
|
|
33980
|
+
type: components["schemas"]["SupplierTypeEnum"];
|
|
33981
|
+
/**
|
|
33982
|
+
* Classificationtypes
|
|
33983
|
+
* @default []
|
|
33984
|
+
*/
|
|
33985
|
+
classificationTypes: components["schemas"]["SupplierClassificationTypeEnum"][];
|
|
33926
33986
|
};
|
|
33987
|
+
/**
|
|
33988
|
+
* SupplierClassificationTypeEnum
|
|
33989
|
+
* @enum {string}
|
|
33990
|
+
*/
|
|
33991
|
+
SupplierClassificationTypeEnum: "creditor" | "paymentInAdvance" | "expense";
|
|
33927
33992
|
/** SupplierForListSchema */
|
|
33928
33993
|
SupplierForListSchema: {
|
|
33929
33994
|
/**
|
|
@@ -33963,6 +34028,11 @@ export interface components {
|
|
|
33963
34028
|
/** Banks */
|
|
33964
34029
|
banks: components["schemas"]["BankAccountsSharedSchema"][];
|
|
33965
34030
|
type: components["schemas"]["SupplierTypeEnum"];
|
|
34031
|
+
/**
|
|
34032
|
+
* Classificationtypes
|
|
34033
|
+
* @default []
|
|
34034
|
+
*/
|
|
34035
|
+
classificationTypes: components["schemas"]["SupplierClassificationTypeEnum"][];
|
|
33966
34036
|
};
|
|
33967
34037
|
/** SupplierListSchema */
|
|
33968
34038
|
SupplierListSchema: {
|
|
@@ -34037,6 +34107,11 @@ export interface components {
|
|
|
34037
34107
|
region?: number | null;
|
|
34038
34108
|
/** Accountclassification */
|
|
34039
34109
|
accountClassification?: number | null;
|
|
34110
|
+
/**
|
|
34111
|
+
* Classificationtypes
|
|
34112
|
+
* @description creditor is always required. Optionally include paymentInAdvance and expense (e.g. ["creditor", "paymentInAdvance"]).
|
|
34113
|
+
*/
|
|
34114
|
+
classificationTypes: components["schemas"]["SupplierClassificationTypeEnum"][];
|
|
34040
34115
|
/**
|
|
34041
34116
|
* Isresident
|
|
34042
34117
|
* @description field should has default true and always disabled
|
|
@@ -34126,6 +34201,11 @@ export interface components {
|
|
|
34126
34201
|
note?: string | null;
|
|
34127
34202
|
region: components["schemas"]["RegionCommonSchema"] | null;
|
|
34128
34203
|
accountClassification?: components["schemas"]["AccountClassificationSchema"] | null;
|
|
34204
|
+
/**
|
|
34205
|
+
* Classificationtypes
|
|
34206
|
+
* @default []
|
|
34207
|
+
*/
|
|
34208
|
+
classificationTypes: components["schemas"]["SupplierClassificationTypeEnum"][];
|
|
34129
34209
|
/**
|
|
34130
34210
|
* Isresident
|
|
34131
34211
|
* @default true
|
|
@@ -34247,6 +34327,11 @@ export interface components {
|
|
|
34247
34327
|
group?: string;
|
|
34248
34328
|
/** Companyregistrationnumber */
|
|
34249
34329
|
companyRegistrationNumber?: string;
|
|
34330
|
+
/**
|
|
34331
|
+
* Classificationtypes
|
|
34332
|
+
* @description creditor is always required. Must include all existing types. New types can be added but existing ones cannot be removed.
|
|
34333
|
+
*/
|
|
34334
|
+
classificationTypes: components["schemas"]["SupplierClassificationTypeEnum"][];
|
|
34250
34335
|
};
|
|
34251
34336
|
/** UpdateSupplierBankSchema */
|
|
34252
34337
|
UpdateSupplierBankSchema: {
|