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
  };
@@ -2,6 +2,8 @@ export interface CallerReference {
2
2
  application?: string;
3
3
  component?: string;
4
4
  function?: string;
5
+ runtimeId?: string;
6
+ context?: any;
5
7
  }
6
8
  export interface ReadLockModel {
7
9
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.87",
3
+ "version": "1.8.89",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",