@erp-galoper/main-package 1.0.196 → 1.0.198
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 +6 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -881,6 +881,7 @@ export interface paths {
|
|
|
881
881
|
* - codeConflict
|
|
882
882
|
* - cityIdDoesNotExist
|
|
883
883
|
* - dateFoundedShouldBeLessThanDateOfToday
|
|
884
|
+
* - cityMismatchWithCountry
|
|
884
885
|
* - 201:
|
|
885
886
|
* - companyCreated
|
|
886
887
|
* - 403:
|
|
@@ -907,6 +908,7 @@ export interface paths {
|
|
|
907
908
|
* - imageDoesNotExist
|
|
908
909
|
* - dateFoundedShouldBeLessThanDateOfToday
|
|
909
910
|
* - vatDateShouldBeBetweenDateFoundedAndDateOfToday
|
|
911
|
+
* - cityMismatchWithCountry
|
|
910
912
|
* - 200:
|
|
911
913
|
* - companyUpdated
|
|
912
914
|
* - 403:
|
|
@@ -967,6 +969,7 @@ export interface paths {
|
|
|
967
969
|
* - 400:
|
|
968
970
|
* - codeConflict
|
|
969
971
|
* - cityIdDoesNotExist
|
|
972
|
+
* - cityMismatchWithCountry
|
|
970
973
|
* - 403:
|
|
971
974
|
* - permissionDenied
|
|
972
975
|
* - 404:
|
|
@@ -1019,6 +1022,7 @@ export interface paths {
|
|
|
1019
1022
|
* - cityIdDoesNotExist
|
|
1020
1023
|
* - cantChangeBranchCodeWhenTransactionsExist
|
|
1021
1024
|
* - branchDateShouldBeBetweenDateFoundedAndDateOfToday
|
|
1025
|
+
* - cityMismatchWithCountry
|
|
1022
1026
|
* - 403:
|
|
1023
1027
|
* - permissionDenied
|
|
1024
1028
|
* - 404:
|
|
@@ -1120,6 +1124,7 @@ export interface paths {
|
|
|
1120
1124
|
* - codeConflict
|
|
1121
1125
|
* - cityIdDoesNotExist
|
|
1122
1126
|
* - branchDateShouldBeBetweenDateFoundedAndDateOfToday
|
|
1127
|
+
* - cityMismatchWithCountry
|
|
1123
1128
|
* - 500:
|
|
1124
1129
|
* - internalServerError
|
|
1125
1130
|
*/
|
|
@@ -15867,7 +15872,7 @@ export interface components {
|
|
|
15867
15872
|
/**
|
|
15868
15873
|
* Id
|
|
15869
15874
|
* Format: uuid
|
|
15870
|
-
* @example
|
|
15875
|
+
* @example 8c3ba017-7f52-4257-86c1-70d540e14efc
|
|
15871
15876
|
*/
|
|
15872
15877
|
id: string;
|
|
15873
15878
|
/**
|
package/package.json
CHANGED