spartaxx.businessmodels 1.0.324 → 1.0.326

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,13 @@
1
1
  export interface ConciergeBlastInfo {
2
- ClientId?: number
3
- ClientNumber?: number;
4
- ClientName?: String;
5
- MailingAddress?: String;
6
- Email?: String;
7
- Phone?: String;
8
- SelectProperty?: String;
9
- Remarks?: String;
10
- Priority?: String;
11
- AppointmentModeId?: number;
12
- AppointmentDateTimeFrom?: Date;
13
- AppointmentStatusId?: number;
2
+ ClientId?: number;
3
+ ClientNumber?: string;
4
+ ClientName?: string;
5
+ MailingAddress?: string;
6
+ EmailAddress?: string;
7
+ PhoneNumber?: string;
8
+ AppointmentDateTimeFrom?: string;
14
9
  AppointmentLocation?: string;
15
- CreateBy?: number;
16
- CreatedDate?: Date;
17
- SiteVisitProperty?: number;
10
+ Remarks?: string;
11
+ AccountId?: number;
12
+ AccountNumber?: string;
18
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.324",
3
+ "version": "1.0.326",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {