@erp-galoper/types 1.0.968 → 1.0.970

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 +5 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -32125,7 +32125,7 @@ export interface components {
32125
32125
  purchaseHistoryTimeframe: components["schemas"]["PurchaseHistoryTimeFrameEnum"] | null;
32126
32126
  /** Purchasehistoryperiod */
32127
32127
  purchaseHistoryPeriod?: number | null;
32128
- goodsGoodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
32128
+ goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
32129
32129
  };
32130
32130
  /** CreatePurchaseSettingsSchema */
32131
32131
  CreatePurchaseSettingsSchema: {
@@ -32139,7 +32139,8 @@ export interface components {
32139
32139
  * @description Indicate the number of historical years when using the default period.
32140
32140
  */
32141
32141
  purchaseHistoryPeriod?: number | null;
32142
- goodsGoodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
32142
+ /** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
32143
+ goodsReceiptNoteSource: components["schemas"]["GoodsReceiptNoteSource"];
32143
32144
  };
32144
32145
  /** UpdatePurchaseSettingsSchema */
32145
32146
  UpdatePurchaseSettingsSchema: {
@@ -32153,7 +32154,8 @@ export interface components {
32153
32154
  * @description Indicate the number of historical years when using the default period.
32154
32155
  */
32155
32156
  purchaseHistoryPeriod?: number | null;
32156
- goodsGoodsReceiptNoteSource?: components["schemas"]["GoodsReceiptNoteSource"] | null;
32157
+ /** @description when stock update trigger in system settings is invoice, this field must be purchaseInvoice */
32158
+ goodsReceiptNoteSource?: components["schemas"]["GoodsReceiptNoteSource"] | null;
32157
32159
  };
32158
32160
  /**
32159
32161
  * PrioritySchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.968",
3
+ "version": "1.0.970",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],