@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/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -3030,13 +3030,22 @@ declare const introspection: {
|
|
|
3030
3030
|
readonly name: "RESCHEDULED_BY_EMPLOYEE";
|
|
3031
3031
|
readonly isDeprecated: false;
|
|
3032
3032
|
}, {
|
|
3033
|
-
readonly name: "
|
|
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: "
|
|
3042
|
+
readonly name: "SECONDARY_EMPLOYEES_UPDATED";
|
|
3037
3043
|
readonly isDeprecated: false;
|
|
3038
3044
|
}, {
|
|
3039
|
-
readonly name: "
|
|
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: "
|
|
4029
|
+
readonly name: "SECONDARY_CUSTOMERS_UPDATED";
|
|
4021
4030
|
readonly isDeprecated: false;
|
|
4022
4031
|
}, {
|
|
4023
|
-
readonly name: "
|
|
4032
|
+
readonly name: "SECONDARY_CUSTOMER_ADDED";
|
|
4024
4033
|
readonly isDeprecated: false;
|
|
4025
4034
|
}, {
|
|
4026
|
-
readonly name: "
|
|
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";
|