@erp-galoper/types 1.0.322 → 1.0.323

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.
Files changed (2) hide show
  1. package/openapi.ts +28 -20
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23583,19 +23583,8 @@ export interface components {
23583
23583
  /** Default */
23584
23584
  default: boolean;
23585
23585
  };
23586
- /** UnitOfMeasurement */
23587
- UnitOfMeasurement: {
23588
- /** Name */
23589
- name: string;
23590
- };
23591
- /** ListUnitOfMeasures */
23592
- ListUnitOfMeasures: {
23593
- info: components["schemas"]["PageInfoSchema"];
23594
- /** Results */
23595
- results: components["schemas"]["RetrieveUnitOfMeasurmentInList"][];
23596
- };
23597
- /** RetrieveUnitOfMeasurmentInList */
23598
- RetrieveUnitOfMeasurmentInList: {
23586
+ /** RetrieveUnitOfMeasurment */
23587
+ RetrieveUnitOfMeasurment: {
23599
23588
  /**
23600
23589
  * Datecreated
23601
23590
  * Format: date-time
@@ -23611,11 +23600,28 @@ export interface components {
23611
23600
  name: string;
23612
23601
  /** Default */
23613
23602
  default: boolean;
23614
- /** Candelete */
23615
- canDelete: boolean;
23616
23603
  };
23617
- /** RetrieveUnitOfMeasurment */
23618
- RetrieveUnitOfMeasurment: {
23604
+ /** UnitOfMeasureResponseSchema */
23605
+ UnitOfMeasureResponseSchema: {
23606
+ /** Code */
23607
+ code: string;
23608
+ /** Message */
23609
+ message: string;
23610
+ data: components["schemas"]["RetrieveUnitOfMeasurment"];
23611
+ };
23612
+ /** UnitOfMeasurement */
23613
+ UnitOfMeasurement: {
23614
+ /** Name */
23615
+ name: string;
23616
+ };
23617
+ /** ListUnitOfMeasures */
23618
+ ListUnitOfMeasures: {
23619
+ info: components["schemas"]["PageInfoSchema"];
23620
+ /** Results */
23621
+ results: components["schemas"]["RetrieveUnitOfMeasurmentInList"][];
23622
+ };
23623
+ /** RetrieveUnitOfMeasurmentInList */
23624
+ RetrieveUnitOfMeasurmentInList: {
23619
23625
  /**
23620
23626
  * Datecreated
23621
23627
  * Format: date-time
@@ -23631,6 +23637,8 @@ export interface components {
23631
23637
  name: string;
23632
23638
  /** Default */
23633
23639
  default: boolean;
23640
+ /** Candelete */
23641
+ canDelete: boolean;
23634
23642
  };
23635
23643
  /** CreateTagSchema */
23636
23644
  CreateTagSchema: {
@@ -26661,7 +26669,7 @@ export interface components {
26661
26669
  /**
26662
26670
  * Id
26663
26671
  * Format: uuid
26664
- * @example 46c9d0f2-918d-4061-9da2-5f1b525075f9
26672
+ * @example 911336b1-2611-46ec-9aab-a31c9faf335d
26665
26673
  */
26666
26674
  id: string;
26667
26675
  /**
@@ -51069,7 +51077,7 @@ export interface operations {
51069
51077
  [name: string]: unknown;
51070
51078
  };
51071
51079
  content: {
51072
- "application/json": components["schemas"]["MessageResponse"];
51080
+ "application/json": components["schemas"]["UnitOfMeasureResponseSchema"];
51073
51081
  };
51074
51082
  };
51075
51083
  /** @description Bad Request */
@@ -51236,7 +51244,7 @@ export interface operations {
51236
51244
  [name: string]: unknown;
51237
51245
  };
51238
51246
  content: {
51239
- "application/json": components["schemas"]["MessageResponse"];
51247
+ "application/json": components["schemas"]["UnitOfMeasureResponseSchema"];
51240
51248
  };
51241
51249
  };
51242
51250
  /** @description Bad Request */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.322",
3
+ "version": "1.0.323",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],