@erp-galoper/types 1.0.91 → 1.0.92
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.
- package/openapi.ts +9 -1
- 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
|
|
26468
|
+
* @example 9d3fe42d-67bd-4c23-98eb-c4f1daf717c6
|
|
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
|