@erp-galoper/types 1.0.97 → 1.0.99

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 +7 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14124,6 +14124,7 @@ export interface paths {
14124
14124
  * - noBranchAccess
14125
14125
  *
14126
14126
  * permission key: salesquotation: ["change"]
14127
+ * - user is not allowed to edit document if isDeffered=True and recognition start date less than today
14127
14128
  */
14128
14129
  put: operations["sales_quotation_views_update_sales_quotation"];
14129
14130
  post?: never;
@@ -15303,6 +15304,7 @@ export interface paths {
15303
15304
  * - noBranchAccess
15304
15305
  *
15305
15306
  * permission key: salesorder: ["change"]
15307
+ * - user is not allowed to edit document if isDeffered=True and recognition start date less than today
15306
15308
  */
15307
15309
  put: operations["sales_order_views_update_sales_order"];
15308
15310
  post?: never;
@@ -16234,6 +16236,7 @@ export interface paths {
16234
16236
  * - noBranchAccess
16235
16237
  *
16236
16238
  * permission key: salesinvoice: ["change"]
16239
+ * - user is not allowed to edit document if isDeffered=True and recognition start date less than today
16237
16240
  */
16238
16241
  put: operations["sales_invoice_views_update_sales_invoice"];
16239
16242
  post?: never;
@@ -26478,7 +26481,7 @@ export interface components {
26478
26481
  /**
26479
26482
  * Id
26480
26483
  * Format: uuid
26481
- * @example a75d2c1c-0577-4cbe-b40c-2b1cab0929db
26484
+ * @example f9a7069a-f2a4-442d-98db-d42eec10f093
26482
26485
  */
26483
26486
  id: string;
26484
26487
  /**
@@ -36991,7 +36994,7 @@ export interface components {
36991
36994
  /**
36992
36995
  * Recognitionstartdate
36993
36996
  * Format: date
36994
- * @description Start date for revenue recognition, required if isDeferred is True
36997
+ * @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of today
36995
36998
  */
36996
36999
  recognitionStartDate?: string;
36997
37000
  /**
@@ -39044,7 +39047,7 @@ export interface components {
39044
39047
  /**
39045
39048
  * Recognitionstartdate
39046
39049
  * Format: date
39047
- * @description Start date for revenue recognition, required if isDeferred is True
39050
+ * @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of today
39048
39051
  */
39049
39052
  recognitionStartDate?: string;
39050
39053
  /**
@@ -40471,7 +40474,7 @@ export interface components {
40471
40474
  /**
40472
40475
  * Recognitionstartdate
40473
40476
  * Format: date
40474
- * @description Start date for revenue recognition, required if isDeferred is True
40477
+ * @description Start date for revenue recognition, required if isDeferred is True, should be greater than or equal date of today
40475
40478
  */
40476
40479
  recognitionStartDate?: string;
40477
40480
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],