@erp-galoper/types 1.0.494 → 1.0.496

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 +10 -5
  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 8682f7a5-bf56-44a5-9a2e-6c63f600a8fd
26937
+ * @example 8cc9d2e3-f3f7-4206-8a4a-3291d0710a20
26938
26938
  */
26939
26939
  id: string;
26940
26940
  /**
@@ -38708,6 +38708,7 @@ export interface components {
38708
38708
  */
38709
38709
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
38710
38710
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
38711
+ /** @description visible when project module is active */
38711
38712
  project: components["schemas"]["ProjectSummaryInfo"] | null;
38712
38713
  /**
38713
38714
  * Secondaryrate
@@ -38952,7 +38953,10 @@ export interface components {
38952
38953
  * @default []
38953
38954
  */
38954
38955
  promotionsAndOffers: string[];
38955
- /** Project */
38956
+ /**
38957
+ * Project
38958
+ * @description project id, visible when project module is active, get projects from /api/v1/projects/?branchId={branch-id}/
38959
+ */
38956
38960
  project?: number;
38957
38961
  /**
38958
38962
  * Date
@@ -39053,6 +39057,7 @@ export interface components {
39053
39057
  */
39054
39058
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
39055
39059
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
39060
+ /** @description visible when project module is active */
39056
39061
  project: components["schemas"]["ProjectSummaryInfo"] | null;
39057
39062
  /**
39058
39063
  * Secondaryrate
@@ -40859,7 +40864,7 @@ export interface components {
40859
40864
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
40860
40865
  /** @description Details about the commission level for the sales order, if applicable. */
40861
40866
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
40862
- /** @description Details about the project associated with the sales order, if applicable. */
40867
+ /** @description visible when project module is active */
40863
40868
  project: components["schemas"]["ProjectSummaryInfo"] | null;
40864
40869
  /**
40865
40870
  * Usdrate
@@ -41149,7 +41154,7 @@ export interface components {
41149
41154
  promotionsAndOffers: string[];
41150
41155
  /**
41151
41156
  * Project
41152
- * @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}/
41153
41158
  */
41154
41159
  project?: number;
41155
41160
  /**
@@ -41281,7 +41286,7 @@ export interface components {
41281
41286
  promotionsAndOffers: components["schemas"]["PromotionsAndOffersSharedSchema"][];
41282
41287
  /** @description Details about the commission level for the sales order, if applicable. */
41283
41288
  commission: components["schemas"]["CommissionLevelSharedSchema"] | null;
41284
- /** @description Details about the project associated with the sales order, if applicable. */
41289
+ /** @description visible when project module is active */
41285
41290
  project: components["schemas"]["ProjectSummaryInfo"] | null;
41286
41291
  /**
41287
41292
  * Usdrate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.494",
3
+ "version": "1.0.496",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],