@erp-galoper/types 1.0.91 → 1.0.93

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 +11 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26465,7 +26465,7 @@ export interface components {
26465
26465
  /**
26466
26466
  * Id
26467
26467
  * Format: uuid
26468
- * @example 449eca45-bebf-44da-a9e0-4434d542f89a
26468
+ * @example 1426dc9e-b815-4351-8347-2c77880da303
26469
26469
  */
26470
26470
  id: string;
26471
26471
  /**
@@ -36799,6 +36799,8 @@ export interface components {
36799
36799
  * @default false
36800
36800
  */
36801
36801
  canDelete: boolean;
36802
+ /** Canedit */
36803
+ canEdit: boolean;
36802
36804
  salesPerson: components["schemas"]["SalesPersonSharedSchema"] | null;
36803
36805
  /**
36804
36806
  * Items
@@ -37165,6 +37167,8 @@ export interface components {
37165
37167
  * @default false
37166
37168
  */
37167
37169
  canDelete: boolean;
37170
+ /** Canedit */
37171
+ canEdit: boolean;
37168
37172
  salesPerson: components["schemas"]["SalesPersonSharedSchema"] | null;
37169
37173
  };
37170
37174
  /** ContactSegmentationResponse */
@@ -38823,6 +38827,8 @@ export interface components {
38823
38827
  * @default false
38824
38828
  */
38825
38829
  canDelete: boolean;
38830
+ /** Canedit */
38831
+ canEdit: boolean;
38826
38832
  salesPerson: components["schemas"]["SalesPersonSharedSchema"] | null;
38827
38833
  /**
38828
38834
  * Items
@@ -40255,6 +40261,8 @@ export interface components {
40255
40261
  * @default false
40256
40262
  */
40257
40263
  canDelete: boolean;
40264
+ /** Canedit */
40265
+ canEdit: boolean;
40258
40266
  salesPerson: components["schemas"]["SalesPersonSharedSchema"] | null;
40259
40267
  /**
40260
40268
  * Items
@@ -40986,7 +40994,7 @@ export interface components {
40986
40994
  /** @description Linked return sales order, if applicable. */
40987
40995
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
40988
40996
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
40989
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
40997
+ status: components["schemas"]["DocumentStatusValue"];
40990
40998
  /** Companyrate */
40991
40999
  companyRate: string | null;
40992
41000
  /** Secondaryrate */
@@ -41140,7 +41148,7 @@ export interface components {
41140
41148
  /** @description Linked return sales order, if applicable. */
41141
41149
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
41142
41150
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
41143
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
41151
+ status: components["schemas"]["DocumentStatusValue"];
41144
41152
  /** Companyrate */
41145
41153
  companyRate: string | null;
41146
41154
  /** Secondaryrate */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.91",
3
+ "version": "1.0.93",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],