@pexip-engage-public/graphql 1.7.9 → 1.7.10
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.
- package/CHANGELOG.md +7 -0
- package/dist/graphql-env.d.ts +27 -6
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +34 -6
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +6 -6
- package/dist/schema.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +34 -6
- package/src/schema.ts +16 -9
package/dist/schema.d.ts
CHANGED
|
@@ -433,7 +433,7 @@ export type AppointmentEdge = {
|
|
|
433
433
|
export type AppointmentEmailMeta = {
|
|
434
434
|
eventType: AppointmentTemplateName;
|
|
435
435
|
};
|
|
436
|
-
export type AppointmentEventType = 'ACCEPTED_BY_EMPLOYEE' | 'ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE' | 'ASSIGNED_BY_EMPLOYEE' | 'CANCELLED_BY_CUSTOMER' | 'CANCELLED_BY_EMPLOYEE' | 'COMPLETED_BY_EMPLOYEE' | 'CREATED_BY_CUSTOMER' | 'CREATED_BY_EMPLOYEE' | 'LOCATION_UPDATED' | 'MEETING_TYPE_UPDATED' | 'REQUEST_CREATED_BY_CUSTOMER' | 'REQUEST_CREATED_BY_EMPLOYEE' | 'REQUEST_RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_EMPLOYEE' | '
|
|
436
|
+
export type AppointmentEventType = 'ACCEPTED_BY_EMPLOYEE' | 'ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE' | 'ASSIGNED_BY_EMPLOYEE' | 'CANCELLED_BY_CUSTOMER' | 'CANCELLED_BY_EMPLOYEE' | 'COMPLETED_BY_EMPLOYEE' | 'CREATED_BY_CUSTOMER' | 'CREATED_BY_EMPLOYEE' | 'LOCATION_UPDATED' | 'MEETING_TYPE_UPDATED' | 'REQUEST_CREATED_BY_CUSTOMER' | 'REQUEST_CREATED_BY_EMPLOYEE' | 'REQUEST_RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_EMPLOYEE' | 'SECONDARY_CUSTOMERS_UPDATED' | 'SECONDARY_CUSTOMER_ADDED' | 'SECONDARY_CUSTOMER_REMOVED' | 'SECONDARY_EMPLOYEES_UPDATED' | 'SECONDARY_EMPLOYEE_ADDED' | 'SECONDARY_EMPLOYEE_REMOVED' | 'UPDATE_APPOINTMENT_DETAILS';
|
|
437
437
|
export type AppointmentIdentity = {
|
|
438
438
|
backofficeUrl: Scalars['String']['output'];
|
|
439
439
|
id: Scalars['Int']['output'];
|
|
@@ -566,7 +566,7 @@ export type AppointmentSort = {
|
|
|
566
566
|
};
|
|
567
567
|
export type AppointmentSource = 'BACKOFFICE_APP' | 'OTHER' | 'PARTNER_BOOKING_APP' | 'PLUGIN';
|
|
568
568
|
export type AppointmentStatus = 'ACCEPTED' | 'ALTERNATIVE_DATE_REQUESTED' | 'CANCELLED' | 'COMPLETED' | 'INCOMING_REQUEST' | 'NO_SHOW' | 'OUTGOING_INVITE';
|
|
569
|
-
export type AppointmentTemplateName = 'ACCEPTED_BY_EMPLOYEE' | 'ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE' | 'ASSIGNED_BY_EMPLOYEE' | 'CANCELLED_BY_CUSTOMER' | 'CANCELLED_BY_EMPLOYEE' | 'COMPLETED_BY_EMPLOYEE' | 'CREATED_BY_CUSTOMER' | 'CREATED_BY_EMPLOYEE' | 'EMPLOYEE_CREATED' | 'EXTERNAL_CALENDAR_ACCOUNT_BROKEN' | 'LOCATION_UPDATED' | 'MEETING_TYPE_UPDATED' | 'REMINDER' | 'REQUEST_CREATED_BY_CUSTOMER' | 'REQUEST_CREATED_BY_EMPLOYEE' | 'REQUEST_RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_EMPLOYEE' | '
|
|
569
|
+
export type AppointmentTemplateName = 'ACCEPTED_BY_EMPLOYEE' | 'ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE' | 'ASSIGNED_BY_EMPLOYEE' | 'CANCELLED_BY_CUSTOMER' | 'CANCELLED_BY_EMPLOYEE' | 'COMPLETED_BY_EMPLOYEE' | 'CREATED_BY_CUSTOMER' | 'CREATED_BY_EMPLOYEE' | 'EMPLOYEE_CREATED' | 'EXTERNAL_CALENDAR_ACCOUNT_BROKEN' | 'LOCATION_UPDATED' | 'MEETING_TYPE_UPDATED' | 'REMINDER' | 'REQUEST_CREATED_BY_CUSTOMER' | 'REQUEST_CREATED_BY_EMPLOYEE' | 'REQUEST_RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_CUSTOMER' | 'RESCHEDULED_BY_EMPLOYEE' | 'SECONDARY_CUSTOMERS_UPDATED' | 'SECONDARY_CUSTOMER_ADDED' | 'SECONDARY_CUSTOMER_REMOVED' | 'SECONDARY_EMPLOYEES_UPDATED' | 'SECONDARY_EMPLOYEE_ADDED' | 'SECONDARY_EMPLOYEE_REMOVED' | 'SECONDARY_PARTICIPANTS_UPDATED' | 'UPDATE_APPOINTMENT_DETAILS';
|
|
570
570
|
export type AppointmentTextMessageMeta = {
|
|
571
571
|
eventType: Scalars['String']['input'];
|
|
572
572
|
};
|
|
@@ -1177,7 +1177,7 @@ export type DataExportEnabledEnterpriseSetting = {
|
|
|
1177
1177
|
/** Indicates if the enterprise setting can be managed by an administrator of the enterprise. Non-manageable settings can only be modified by Pexip Engage Support. */
|
|
1178
1178
|
manageable: Scalars['Boolean']['output'];
|
|
1179
1179
|
updatedAt: Scalars['ISO8601']['output'];
|
|
1180
|
-
/** Whether data export is enabled. */
|
|
1180
|
+
/** Whether the data export feature is enabled. */
|
|
1181
1181
|
value: Scalars['Boolean']['output'];
|
|
1182
1182
|
};
|
|
1183
1183
|
export type DataExportFile = {
|
|
@@ -1628,7 +1628,7 @@ export type EnterpriseSettings = {
|
|
|
1628
1628
|
customerNotificationSettings: CustomerNotificationSettingsEnterpriseSetting;
|
|
1629
1629
|
/** The settings used to calculate which reminders should be sent to the customer. */
|
|
1630
1630
|
customerReminderSettings: CustomerReminderSettingsEnterpriseSetting;
|
|
1631
|
-
/** Whether data export is enabled. */
|
|
1631
|
+
/** Whether the data export feature is enabled. */
|
|
1632
1632
|
dataExportEnabled: DataExportEnabledEnterpriseSetting;
|
|
1633
1633
|
/** The duration in minutes stale data is retained before it is anonymized. */
|
|
1634
1634
|
dataRetentionDuration: DataRetentionDurationEnterpriseSetting;
|
|
@@ -1749,7 +1749,7 @@ export type EnterpriseSettingsPatchInput = {
|
|
|
1749
1749
|
customerNotificationSettings?: InputMaybe<CustomerNotificationSettingsInput>;
|
|
1750
1750
|
/** The settings used to calculate which reminders should be sent to the customer. */
|
|
1751
1751
|
customerReminderSettings?: InputMaybe<CustomerReminderSettingsInput>;
|
|
1752
|
-
/** Whether data export is enabled. */
|
|
1752
|
+
/** Whether the data export feature is enabled. */
|
|
1753
1753
|
dataExportEnabled?: InputMaybe<DataExportEnabledInput>;
|
|
1754
1754
|
/** The duration in minutes stale data is retained before it is anonymized. */
|
|
1755
1755
|
dataRetentionDuration?: InputMaybe<DataRetentionDurationInput>;
|
|
@@ -6130,7 +6130,7 @@ export type CustomerReminderSettingsInput = {
|
|
|
6130
6130
|
};
|
|
6131
6131
|
export type DataExportEnabledInput = {
|
|
6132
6132
|
manageable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6133
|
-
/** Whether data export is enabled. */
|
|
6133
|
+
/** Whether the data export feature is enabled. */
|
|
6134
6134
|
value?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6135
6135
|
};
|
|
6136
6136
|
export type DataRetentionDurationInput = {
|