@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
+ ## 1.7.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1529307: feature/granular-secondary-notifications: Add support for new notification events
8
+ - 729a71a: Update all non-major dependencies
9
+
3
10
  ## 1.7.9
4
11
 
5
12
  ### Patch Changes
@@ -3030,13 +3030,22 @@ declare const introspection: {
3030
3030
  readonly name: "RESCHEDULED_BY_EMPLOYEE";
3031
3031
  readonly isDeprecated: false;
3032
3032
  }, {
3033
- readonly name: "SECONDARY_PARTICIPANTS_UPDATED";
3033
+ readonly name: "SECONDARY_CUSTOMERS_UPDATED";
3034
+ readonly isDeprecated: false;
3035
+ }, {
3036
+ readonly name: "SECONDARY_CUSTOMER_ADDED";
3037
+ readonly isDeprecated: false;
3038
+ }, {
3039
+ readonly name: "SECONDARY_CUSTOMER_REMOVED";
3034
3040
  readonly isDeprecated: false;
3035
3041
  }, {
3036
- readonly name: "SECONDARY_PARTICIPANT_ADDED";
3042
+ readonly name: "SECONDARY_EMPLOYEES_UPDATED";
3037
3043
  readonly isDeprecated: false;
3038
3044
  }, {
3039
- readonly name: "SECONDARY_PARTICIPANT_REMOVED";
3045
+ readonly name: "SECONDARY_EMPLOYEE_ADDED";
3046
+ readonly isDeprecated: false;
3047
+ }, {
3048
+ readonly name: "SECONDARY_EMPLOYEE_REMOVED";
3040
3049
  readonly isDeprecated: false;
3041
3050
  }, {
3042
3051
  readonly name: "UPDATE_APPOINTMENT_DETAILS";
@@ -4017,13 +4026,25 @@ declare const introspection: {
4017
4026
  readonly name: "RESCHEDULED_BY_EMPLOYEE";
4018
4027
  readonly isDeprecated: false;
4019
4028
  }, {
4020
- readonly name: "SECONDARY_PARTICIPANTS_UPDATED";
4029
+ readonly name: "SECONDARY_CUSTOMERS_UPDATED";
4021
4030
  readonly isDeprecated: false;
4022
4031
  }, {
4023
- readonly name: "SECONDARY_PARTICIPANT_ADDED";
4032
+ readonly name: "SECONDARY_CUSTOMER_ADDED";
4024
4033
  readonly isDeprecated: false;
4025
4034
  }, {
4026
- readonly name: "SECONDARY_PARTICIPANT_REMOVED";
4035
+ readonly name: "SECONDARY_CUSTOMER_REMOVED";
4036
+ readonly isDeprecated: false;
4037
+ }, {
4038
+ readonly name: "SECONDARY_EMPLOYEES_UPDATED";
4039
+ readonly isDeprecated: false;
4040
+ }, {
4041
+ readonly name: "SECONDARY_EMPLOYEE_ADDED";
4042
+ readonly isDeprecated: false;
4043
+ }, {
4044
+ readonly name: "SECONDARY_EMPLOYEE_REMOVED";
4045
+ readonly isDeprecated: false;
4046
+ }, {
4047
+ readonly name: "SECONDARY_PARTICIPANTS_UPDATED";
4027
4048
  readonly isDeprecated: false;
4028
4049
  }, {
4029
4050
  readonly name: "UPDATE_APPOINTMENT_DETAILS";