@erp-galoper/types 1.0.449 → 1.0.450

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 +4 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20769,6 +20769,8 @@ export interface components {
20769
20769
  /** Returnableitem */
20770
20770
  returnableItem: boolean;
20771
20771
  trackInventoryBy: components["schemas"]["TrackInventoryBy"] | null;
20772
+ /** Hasexpirydate */
20773
+ hasExpiryDate: boolean;
20772
20774
  };
20773
20775
  /** ItemPackageSchema */
20774
20776
  ItemPackageSchema: {
@@ -26799,7 +26801,7 @@ export interface components {
26799
26801
  /**
26800
26802
  * Id
26801
26803
  * Format: uuid
26802
- * @example e9dc7e09-2a0d-473d-b31f-4fe0aae8f9b9
26804
+ * @example f1adcff6-e021-4e9b-878d-0118ddab7803
26803
26805
  */
26804
26806
  id: string;
26805
26807
  /**
@@ -32803,16 +32805,6 @@ export interface components {
32803
32805
  * @enum {string}
32804
32806
  */
32805
32807
  DocumentStatusValue: "draft" | "posted" | "submitted" | "canceled" | "sent";
32806
- /** ItemSummaryInfoWithReturnable */
32807
- ItemSummaryInfoWithReturnable: {
32808
- /** Id */
32809
- id: number;
32810
- /** Name */
32811
- name: string;
32812
- /** Returnableitem */
32813
- returnableItem: boolean;
32814
- trackInventoryBy: components["schemas"]["TrackInventoryBy"] | null;
32815
- };
32816
32808
  /**
32817
32809
  * PaymentStatusChoices
32818
32810
  * @enum {string}
@@ -32841,7 +32833,7 @@ export interface components {
32841
32833
  * Format: uuid
32842
32834
  */
32843
32835
  id: string;
32844
- item: components["schemas"]["ItemSummaryInfoWithReturnable"] | null;
32836
+ item: components["schemas"]["ItemMinimalSchema"] | null;
32845
32837
  /** Itemname */
32846
32838
  itemName: string | null;
32847
32839
  itemType: components["schemas"]["NonInventoryItemType"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.449",
3
+ "version": "1.0.450",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],