@erp-galoper/main-package 1.0.194 → 1.0.196
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +19 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -763,6 +763,7 @@ export interface paths {
|
|
763
763
|
* - defaultWarehouseAlreadyExist
|
764
764
|
* - branchId+showRoomConflict
|
765
765
|
* - warehouseWithShowRoomAlreadyExist
|
766
|
+
* - cityMismatchWithCountry
|
766
767
|
* - 201:
|
767
768
|
* - warehouseCreated
|
768
769
|
* - 403:
|
@@ -832,6 +833,7 @@ export interface paths {
|
|
832
833
|
* - branchId+nameConflict
|
833
834
|
* - defaultWarehouseAlreadyExist
|
834
835
|
* - warehouseWithShowRoomAlreadyExist
|
836
|
+
* - cityMismatchWithCountry
|
835
837
|
* - 404:
|
836
838
|
* - warehouseDoesNotExist
|
837
839
|
* - branchDoesNotExist
|
@@ -4633,6 +4635,7 @@ export interface paths {
|
|
4633
4635
|
* - "cityDoesNotExist"
|
4634
4636
|
* - "walkInCustomerCurrencyCantBeChanged"
|
4635
4637
|
* - "AccountShouldBeCompanyCurrency"
|
4638
|
+
* - cityMismatchWithCountry
|
4636
4639
|
* - 403: "permissionDenied"
|
4637
4640
|
* - 404: "customerDoesNotExist"
|
4638
4641
|
* - 500: "serverError"
|
@@ -4673,6 +4676,7 @@ export interface paths {
|
|
4673
4676
|
* - "currencyIdDoesNotExist"
|
4674
4677
|
* - "priceListDoesNotExist
|
4675
4678
|
* - "cityDoesNotExist"
|
4679
|
+
* - cityMismatchWithCountry
|
4676
4680
|
* - 403: "permissionDenied"
|
4677
4681
|
* - 404: "customerDoesNotExist"
|
4678
4682
|
* - 500: "serverError"
|
@@ -4700,6 +4704,7 @@ export interface paths {
|
|
4700
4704
|
* - "priceListDoesNotExist
|
4701
4705
|
* - "cityDoesNotExist"
|
4702
4706
|
* - "walkInCustomerExists"
|
4707
|
+
* - cityMismatchWithCountry
|
4703
4708
|
* - 403: "permissionDenied"
|
4704
4709
|
* - 500: "serverError"
|
4705
4710
|
* # Note: if walk_in_pos is True, currency will be locked and company currency wil appear in the currency field
|
@@ -4731,6 +4736,7 @@ export interface paths {
|
|
4731
4736
|
* - "currencyIdDoesNotExist"
|
4732
4737
|
* - "priceListDoesNotExist
|
4733
4738
|
* - "cityDoesNotExist"
|
4739
|
+
* - cityMismatchWithCountry
|
4734
4740
|
* - 403: "permissionDenied"
|
4735
4741
|
* - 500: "serverError"
|
4736
4742
|
*/
|
@@ -4823,6 +4829,7 @@ export interface paths {
|
|
4823
4829
|
* - "regionDoesNotExist"
|
4824
4830
|
* - "currencyIdDoesNotExist"
|
4825
4831
|
* - "cityDoesNotExist"
|
4832
|
+
* - cityMismatchWithCountry
|
4826
4833
|
* - 403: "permissionDenied"
|
4827
4834
|
* - 500: "serverError"
|
4828
4835
|
*/
|
@@ -4865,6 +4872,7 @@ export interface paths {
|
|
4865
4872
|
* - "currencyIdDoesNotExist"
|
4866
4873
|
* - "priceListDoesNotExist
|
4867
4874
|
* - "cityDoesNotExist"
|
4875
|
+
* - cityMismatchWithCountry
|
4868
4876
|
* - 403: "permissionDenied"
|
4869
4877
|
* - 404: "supplierDoesNotExist"
|
4870
4878
|
* - 500: "serverError"
|
@@ -5883,6 +5891,7 @@ export interface paths {
|
|
5883
5891
|
* - 400:
|
5884
5892
|
* - nameConflict
|
5885
5893
|
* - citiesDoesNotExist
|
5894
|
+
* - citiesSHouldBeFromSameCountry
|
5886
5895
|
* - 403:
|
5887
5896
|
* - permissionDenied
|
5888
5897
|
* - 500:
|
@@ -5947,6 +5956,7 @@ export interface paths {
|
|
5947
5956
|
* - noChangesDetected
|
5948
5957
|
* - nameConflict
|
5949
5958
|
* - citiesDoesNotExist
|
5959
|
+
* - citiesSHouldBeFromSameCountry
|
5950
5960
|
* - 500:
|
5951
5961
|
* - internalServerError
|
5952
5962
|
*/
|
@@ -9792,6 +9802,11 @@ export interface components {
|
|
9792
9802
|
* @enum {string}
|
9793
9803
|
*/
|
9794
9804
|
BasePermissionsSchema_Supplier_SupplierstatementEnum: "export" | "view";
|
9805
|
+
/**
|
9806
|
+
* CountryCodes
|
9807
|
+
* @enum {string}
|
9808
|
+
*/
|
9809
|
+
CountryCodes: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
9795
9810
|
/** ListUserBranches */
|
9796
9811
|
ListUserBranches: {
|
9797
9812
|
info: components["schemas"]["PageInfoSchema"];
|
@@ -9849,6 +9864,7 @@ export interface components {
|
|
9849
9864
|
name: string;
|
9850
9865
|
/** Id */
|
9851
9866
|
id: number;
|
9867
|
+
country: components["schemas"]["CountryCodes"];
|
9852
9868
|
};
|
9853
9869
|
/** MessageWithCode */
|
9854
9870
|
MessageWithCode: {
|
@@ -11309,11 +11325,6 @@ export interface components {
|
|
11309
11325
|
* @enum {string}
|
11310
11326
|
*/
|
11311
11327
|
CompanyType: "jointStockCompany" | "offshoreCompany" | "holdingCompany" | "privateLimitedLiabilityCompany" | "branchOfAForeignCompany" | "representativeOfficeInLB" | "partnershipWithUnlimitedLiability" | "limitedLiabilityPartnership" | "limitedPartnershipByShares" | "nonProfitOrganizationNPO" | "cooperatives";
|
11312
|
-
/**
|
11313
|
-
* CountryCodes
|
11314
|
-
* @enum {string}
|
11315
|
-
*/
|
11316
|
-
CountryCodes: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
11317
11328
|
/**
|
11318
11329
|
* CurrencyCodes
|
11319
11330
|
* @enum {string}
|
@@ -15856,7 +15867,7 @@ export interface components {
|
|
15856
15867
|
/**
|
15857
15868
|
* Id
|
15858
15869
|
* Format: uuid
|
15859
|
-
* @example
|
15870
|
+
* @example 03e29c55-6eb1-414b-854b-15e177944221
|
15860
15871
|
*/
|
15861
15872
|
id: string;
|
15862
15873
|
/**
|
@@ -16077,6 +16088,7 @@ export interface components {
|
|
16077
16088
|
CitySchema: {
|
16078
16089
|
/** Name */
|
16079
16090
|
name: string;
|
16091
|
+
country: components["schemas"]["CountryNames"];
|
16080
16092
|
};
|
16081
16093
|
/** ListCities */
|
16082
16094
|
ListCities: {
|
@@ -16099,6 +16111,7 @@ export interface components {
|
|
16099
16111
|
name: string;
|
16100
16112
|
/** Id */
|
16101
16113
|
id: number;
|
16114
|
+
country: components["schemas"]["CountryCodes"];
|
16102
16115
|
/** Candelete */
|
16103
16116
|
canDelete: boolean;
|
16104
16117
|
};
|
package/package.json
CHANGED