@trii/types 2.10.588 → 2.10.590

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.
@@ -13,7 +13,7 @@ export declare class FacebookConfig {
13
13
  reassignTime?: number;
14
14
  reassignGroupId?: string;
15
15
  signatureEnabled?: boolean;
16
- signatureText?: string | '';
16
+ signatureText?: string;
17
17
  autoResponseBusinessHours?: boolean;
18
18
  autoResponseOutOfBusinessHours?: boolean;
19
19
  autoResponseHoliday?: boolean;
@@ -11,6 +11,8 @@ export declare class InstagramConfig {
11
11
  reassign?: boolean;
12
12
  reassignTime?: number;
13
13
  reassignGroupId?: string;
14
+ signatureEnabled?: boolean;
15
+ signatureText?: string;
14
16
  autoResponseBusinessHours?: boolean;
15
17
  autoResponseOutOfBusinessHours?: boolean;
16
18
  autoResponseHoliday?: boolean;
@@ -11,6 +11,8 @@ export declare class RCSConfig {
11
11
  reassign?: boolean;
12
12
  reassignTime?: number;
13
13
  reassignGroupId?: string;
14
+ signatureEnabled?: boolean;
15
+ signatureText?: string;
14
16
  autoResponseBusinessHours?: boolean;
15
17
  autoResponseOutOfBusinessHours?: boolean;
16
18
  autoResponseHoliday?: boolean;
@@ -18,6 +18,8 @@ export declare class SmsConfig {
18
18
  reassign?: boolean;
19
19
  reassignTime?: number;
20
20
  reassignGroupId?: string;
21
+ signatureEnabled?: boolean;
22
+ signatureText?: string;
21
23
  autoResponseBusinessHours?: boolean;
22
24
  autoResponseOutOfBusinessHours?: boolean;
23
25
  autoResponseHoliday?: boolean;
@@ -4,6 +4,8 @@ export declare class WebChatConfig {
4
4
  reassign?: boolean;
5
5
  reassignTime?: number;
6
6
  reassignGroupId?: string;
7
+ signatureEnabled?: boolean;
8
+ signatureText?: string;
7
9
  autoResponseBusinessHours?: boolean;
8
10
  autoResponseOutOfBusinessHours?: boolean;
9
11
  autoResponseHoliday?: boolean;
@@ -1,7 +1,8 @@
1
1
  import { ISchedule } from "../Schedules/Schedules";
2
2
  export declare enum WhatsAppConectionType {
3
3
  APIQR = 1,
4
- CLOUDAPI = 7
4
+ CLOUDAPI = 7,
5
+ CLOUDAPI_COEXISTENCE = 8
5
6
  }
6
7
  export declare class WhatsAppConfig {
7
8
  useInCampaigns?: boolean;
@@ -14,7 +15,7 @@ export declare class WhatsAppConfig {
14
15
  reassignTime?: number;
15
16
  reassignGroupId?: string;
16
17
  signatureEnabled?: boolean;
17
- signatureText?: string | '';
18
+ signatureText?: string;
18
19
  autoResponseBusinessHours?: boolean;
19
20
  autoResponseOutOfBusinessHours?: boolean;
20
21
  autoResponseHoliday?: boolean;
@@ -8,6 +8,7 @@ var WhatsAppConectionType;
8
8
  // TWILIO = 2,
9
9
  // DIALOG360 = 6,
10
10
  WhatsAppConectionType[WhatsAppConectionType["CLOUDAPI"] = 7] = "CLOUDAPI";
11
+ WhatsAppConectionType[WhatsAppConectionType["CLOUDAPI_COEXISTENCE"] = 8] = "CLOUDAPI_COEXISTENCE";
11
12
  })(WhatsAppConectionType || (exports.WhatsAppConectionType = WhatsAppConectionType = {}));
12
13
  class WhatsAppConfig {
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.588",
3
+ "version": "2.10.590",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",