grapp-common-se 0.6.165 → 0.6.168
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/dist/client/client.d.ts
CHANGED
package/dist/orders/order.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export interface Order extends Resource {
|
|
|
68
68
|
modifyws?: ModifyWsFlag;
|
|
69
69
|
orderPriority?: Priority;
|
|
70
70
|
orderType?: any;
|
|
71
|
+
haveCups?: any;
|
|
71
72
|
commentJustification?: string;
|
|
72
73
|
}
|
|
73
74
|
export declare enum ExecutorActivateStates {
|
|
@@ -154,6 +155,8 @@ export interface AgendaEvent {
|
|
|
154
155
|
};
|
|
155
156
|
appointmentIdWS?: string;
|
|
156
157
|
updatedAt?: Number;
|
|
158
|
+
turest?: string;
|
|
159
|
+
turpropro?: string;
|
|
157
160
|
}
|
|
158
161
|
export declare enum AgendaEventStatus {
|
|
159
162
|
SUCCESSFUL = "Exitosa",
|