digicust_types 1.8.87 → 1.8.89
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ export interface TariffNumberSuggestion {
|
|
5
5
|
export interface TariffClassifyV2Payload {
|
6
6
|
product_name: string;
|
7
7
|
customer_id: string;
|
8
|
+
project_id: string;
|
8
9
|
details?: string;
|
9
10
|
description?: string;
|
10
11
|
level?: string;
|
@@ -37,6 +38,7 @@ export declare type TariffWSMessage = {
|
|
37
38
|
sender: TariffWSMessageSender;
|
38
39
|
message: string;
|
39
40
|
customer_id: string;
|
41
|
+
project_id: string;
|
40
42
|
type?: TariffWSMessageType;
|
41
43
|
number?: string;
|
42
44
|
};
|