@agendize/js-agendize-api 1.39.0 → 1.40.0
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.
|
@@ -78,6 +78,7 @@ export declare class ReportingExportBodyFieldClientEntity {
|
|
|
78
78
|
email?: boolean;
|
|
79
79
|
phone?: boolean;
|
|
80
80
|
id?: boolean;
|
|
81
|
+
externalId?: boolean;
|
|
81
82
|
constructor();
|
|
82
83
|
static toReportingExportBodyFieldClientDto(entity: ReportingExportBodyFieldClientEntity): ReportingExportBodyFieldClientDto;
|
|
83
84
|
}
|
|
@@ -161,6 +162,7 @@ export declare class ReportingExportBodyFieldClientDto {
|
|
|
161
162
|
email?: boolean;
|
|
162
163
|
phone?: boolean;
|
|
163
164
|
id?: boolean;
|
|
165
|
+
externalId?: boolean;
|
|
164
166
|
}
|
|
165
167
|
export declare class ReportingExportBodyFieldAppointmentDto {
|
|
166
168
|
start?: boolean;
|
|
@@ -14963,11 +14963,12 @@ class rh {
|
|
|
14963
14963
|
a(this, "email");
|
|
14964
14964
|
a(this, "phone");
|
|
14965
14965
|
a(this, "id");
|
|
14966
|
-
this
|
|
14966
|
+
a(this, "externalId");
|
|
14967
|
+
this.firstName = !1, this.lastName = !1, this.email = !1, this.phone = !1, this.id = !1, this.externalId = !1;
|
|
14967
14968
|
}
|
|
14968
14969
|
static toReportingExportBodyFieldClientDto(t) {
|
|
14969
14970
|
const e = new MS();
|
|
14970
|
-
return e.firstName = t.firstName, e.lastName = t.lastName, e.email = t.lastName, e.phone = t.phone, e.id = t.id, e;
|
|
14971
|
+
return e.firstName = t.firstName, e.lastName = t.lastName, e.email = t.lastName, e.phone = t.phone, e.id = t.id, e.externalId = t.externalId, e;
|
|
14971
14972
|
}
|
|
14972
14973
|
}
|
|
14973
14974
|
class nh {
|
|
@@ -15049,6 +15050,7 @@ class MS {
|
|
|
15049
15050
|
a(this, "email");
|
|
15050
15051
|
a(this, "phone");
|
|
15051
15052
|
a(this, "id");
|
|
15053
|
+
a(this, "externalId");
|
|
15052
15054
|
}
|
|
15053
15055
|
}
|
|
15054
15056
|
class PS {
|