@erp-galoper/main-package 1.0.196 → 1.0.198

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +6 -1
  2. 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 03e29c55-6eb1-414b-854b-15e177944221
15875
+ * @example 8c3ba017-7f52-4257-86c1-70d540e14efc
15871
15876
  */
15872
15877
  id: string;
15873
15878
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.196",
3
+ "version": "1.0.198",
4
4
  "main": "openapi.ts"
5
5
  }