@erp-galoper/types 1.0.495 → 1.0.497

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 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26934,7 +26934,7 @@ export interface components {
26934
26934
  /**
26935
26935
  * Id
26936
26936
  * Format: uuid
26937
- * @example 2bf20917-1574-4ab3-b649-124967ccdeaf
26937
+ * @example 5c27d2a3-f71e-44c4-bbb0-2d6d1a253cdd
26938
26938
  */
26939
26939
  id: string;
26940
26940
  /**
@@ -40864,7 +40864,7 @@ export interface components {
40864
40864
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
40865
40865
  /** @description Details about the commission level for the sales order, if applicable. */
40866
40866
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
40867
- /** @description Details about the project associated with the sales order, if applicable. */
40867
+ /** @description visible when project module is active */
40868
40868
  project: components["schemas"]["ProjectSummaryInfo"] | null;
40869
40869
  /**
40870
40870
  * Usdrate
@@ -41154,7 +41154,7 @@ export interface components {
41154
41154
  promotionsAndOffers: string[];
41155
41155
  /**
41156
41156
  * Project
41157
- * @description The associated project, if any.
41157
+ * @description project id, visible when project module is active, get projects from /api/v1/projects/?branchId={branch-id}/
41158
41158
  */
41159
41159
  project?: number;
41160
41160
  /**
@@ -41286,7 +41286,7 @@ export interface components {
41286
41286
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
41287
41287
  /** @description Details about the commission level for the sales order, if applicable. */
41288
41288
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
41289
- /** @description Details about the project associated with the sales order, if applicable. */
41289
+ /** @description visible when project module is active */
41290
41290
  project: components["schemas"]["ProjectSummaryInfo"] | null;
41291
41291
  /**
41292
41292
  * Usdrate
@@ -42536,7 +42536,7 @@ export interface components {
42536
42536
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
42537
42537
  /** @description Details about the commission level for the sales invoice, if applicable. */
42538
42538
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
42539
- /** @description Details about the project associated with the sales invoice, if applicable. */
42539
+ /** @description visible when project module is active */
42540
42540
  project: components["schemas"]["ProjectSummaryInfo"] | null;
42541
42541
  /**
42542
42542
  * Secondaryrate
@@ -42861,7 +42861,7 @@ export interface components {
42861
42861
  promotionsAndOffers: string[];
42862
42862
  /**
42863
42863
  * Project
42864
- * @description The associated project, if any.
42864
+ * @description project id, visible when project module is active, get projects from /api/v1/projects/?branchId={branch-id}/
42865
42865
  */
42866
42866
  project?: number;
42867
42867
  /**
@@ -43025,7 +43025,7 @@ export interface components {
43025
43025
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
43026
43026
  /** @description Details about the commission level for the sales invoice, if applicable. */
43027
43027
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
43028
- /** @description Details about the project associated with the sales invoice, if applicable. */
43028
+ /** @description visible when project module is active */
43029
43029
  project: components["schemas"]["ProjectSummaryInfo"] | null;
43030
43030
  /**
43031
43031
  * Secondaryrate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.495",
3
+ "version": "1.0.497",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],