@erp-galoper/main-package 1.0.223 → 1.0.225

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 +12 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -1971,7 +1971,7 @@ export interface paths {
1971
1971
  * @description Endpoint for getting document approval status
1972
1972
  * Possible Responses:
1973
1973
  * - 200:
1974
- * - list[DocumentTrackResponse]
1974
+ * - list[DocumentTrackResponse]
1975
1975
  * - 500:
1976
1976
  * - internalServerError
1977
1977
  */
@@ -3251,6 +3251,7 @@ export interface paths {
3251
3251
  * - permissionDenied
3252
3252
  * - 400 :
3253
3253
  * - cantBeDeleted
3254
+ * - cantMakeActionOnDefaultUnitOfMeasure
3254
3255
  * - 500:
3255
3256
  * - internalServerError
3256
3257
  */
@@ -3266,6 +3267,7 @@ export interface paths {
3266
3267
  * - 400:
3267
3268
  * - noChangesDetected
3268
3269
  * - nameConflict
3270
+ * - cantMakeActionOnDefaultUnitOfMeasure
3269
3271
  * - 403:
3270
3272
  * - permissionDenied
3271
3273
  * -404:
@@ -13151,6 +13153,8 @@ export interface components {
13151
13153
  id: number;
13152
13154
  /** Name */
13153
13155
  name: string;
13156
+ /** Default */
13157
+ default: boolean;
13154
13158
  /** Candelete */
13155
13159
  canDelete: boolean;
13156
13160
  };
@@ -13169,6 +13173,8 @@ export interface components {
13169
13173
  id: number;
13170
13174
  /** Name */
13171
13175
  name: string;
13176
+ /** Default */
13177
+ default: boolean;
13172
13178
  };
13173
13179
  /** CreateTagSchema */
13174
13180
  CreateTagSchema: {
@@ -13431,6 +13437,8 @@ export interface components {
13431
13437
  * Format: time
13432
13438
  */
13433
13439
  endBusinessHour: string;
13440
+ /** Allowratechange */
13441
+ allowRateChange: boolean;
13434
13442
  };
13435
13443
  /**
13436
13444
  * RoundingTypes
@@ -13448,6 +13456,8 @@ export interface components {
13448
13456
  startBusinessHour?: string | null;
13449
13457
  /** Endbusinesshour */
13450
13458
  endBusinessHour?: string | null;
13459
+ /** Allowratechange */
13460
+ allowRateChange: boolean;
13451
13461
  };
13452
13462
  /** RegionSchema */
13453
13463
  RegionSchema: {
@@ -15923,7 +15933,7 @@ export interface components {
15923
15933
  /**
15924
15934
  * Id
15925
15935
  * Format: uuid
15926
- * @example d34db675-24f7-458a-8acf-790c465298f2
15936
+ * @example f3aa8670-674b-4766-8cf5-bd5cb8ba8719
15927
15937
  */
15928
15938
  id: string;
15929
15939
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.223",
3
+ "version": "1.0.225",
4
4
  "main": "openapi.ts"
5
5
  }