@in.pulse-crm/sdk 2.8.7 → 2.8.9

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.
@@ -8,14 +8,6 @@ export interface WppContact {
8
8
  isBlocked: boolean;
9
9
  isOnlyAdmin: boolean;
10
10
  }
11
- export interface WppSchedule {
12
- id: number;
13
- instance: string;
14
- contactId: number;
15
- scheduleDate: string;
16
- scheduledBy: string;
17
- scheduledFor: string;
18
- }
19
11
  export interface WppContactWithCustomer {
20
12
  id: number;
21
13
  name: string;
@@ -131,7 +123,7 @@ export interface CreateScheduleDTO {
131
123
  scheduledFor: number;
132
124
  sectorId: number;
133
125
  }
134
- export interface Schedule {
126
+ export interface WppSchedule {
135
127
  id: number;
136
128
  instance: string;
137
129
  sectorId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@in.pulse-crm/sdk",
3
- "version": "2.8.7",
3
+ "version": "2.8.9",
4
4
  "description": "SDKs for abstraction of api consumption of in.pulse-crm application",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,15 +10,6 @@ export interface WppContact {
10
10
  isOnlyAdmin: boolean;
11
11
  }
12
12
 
13
- export interface WppSchedule {
14
- id: number;
15
- instance: string;
16
- contactId: number;
17
- scheduleDate: string;
18
- scheduledBy: string;
19
- scheduledFor: string;
20
- }
21
-
22
13
  export interface WppContactWithCustomer {
23
14
  id: number;
24
15
  name: string;
@@ -153,7 +144,7 @@ export interface CreateScheduleDTO {
153
144
  sectorId: number;
154
145
  }
155
146
 
156
- export interface Schedule {
147
+ export interface WppSchedule {
157
148
  id: number;
158
149
  instance: string;
159
150
  sectorId: number;