@trii/types 2.10.401 → 2.10.403

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.
@@ -1,9 +1,6 @@
1
1
  import { ISchedule } from "../Schedules/Schedules";
2
2
  export declare enum WhatsAppConectionType {
3
- NULL = 0,
4
3
  APIQR = 1,
5
- TWILIO = 2,
6
- DIALOG360 = 6,
7
4
  CLOUDAPI = 7
8
5
  }
9
6
  export declare class WhatsAppConfig {
@@ -1,9 +1,9 @@
1
1
  export var WhatsAppConectionType;
2
2
  (function (WhatsAppConectionType) {
3
- WhatsAppConectionType[WhatsAppConectionType["NULL"] = 0] = "NULL";
3
+ // NULL = 0,
4
4
  WhatsAppConectionType[WhatsAppConectionType["APIQR"] = 1] = "APIQR";
5
- WhatsAppConectionType[WhatsAppConectionType["TWILIO"] = 2] = "TWILIO";
6
- WhatsAppConectionType[WhatsAppConectionType["DIALOG360"] = 6] = "DIALOG360";
5
+ // TWILIO = 2,
6
+ // DIALOG360 = 6,
7
7
  WhatsAppConectionType[WhatsAppConectionType["CLOUDAPI"] = 7] = "CLOUDAPI";
8
8
  })(WhatsAppConectionType || (WhatsAppConectionType = {}));
9
9
  export class WhatsAppConfig {
@@ -1,4 +1,4 @@
1
- export type QueueType = 'Conversation' | 'Message' | 'MessageStatus' | 'MessageAckStatus' | 'Post' | 'PostComment' | 'PostResponse' | 'Reaction' | 'ChannelML' | 'Template' | 'Email' | 'ProfilePic';
1
+ export type QueueType = 'Conversation' | 'Message' | 'MessageStatus' | 'MessageAckStatus' | 'Post' | 'PostComment' | 'PostCommentReaction' | 'PostResponse' | 'Reaction' | 'ChannelML' | 'Template' | 'Email' | 'ProfilePic';
2
2
  export type QueueAction = 'add' | 'remove' | 'edited' | 'react' | 'unreact' | 'Reject' | 'Bounce' | 'Complaint';
3
3
  export type EventQueue = {
4
4
  type: QueueType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.401",
3
+ "version": "2.10.403",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",