@pexip-engage-public/graphql 1.6.6 → 1.6.7
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 +18 -49
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +21 -56
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +3 -9
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +21 -56
- package/src/schema.ts +3 -13
package/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -19723,6 +19723,12 @@ declare const introspection: {
|
|
|
19723
19723
|
readonly "name": "AppointmentCreateInput";
|
|
19724
19724
|
};
|
|
19725
19725
|
};
|
|
19726
|
+
}, {
|
|
19727
|
+
readonly "name": "forceTimeSlotValidation";
|
|
19728
|
+
readonly "type": {
|
|
19729
|
+
readonly "kind": "SCALAR";
|
|
19730
|
+
readonly "name": "Boolean";
|
|
19731
|
+
};
|
|
19726
19732
|
}];
|
|
19727
19733
|
readonly "isDeprecated": false;
|
|
19728
19734
|
}, {
|
|
@@ -23363,6 +23369,12 @@ declare const introspection: {
|
|
|
23363
23369
|
readonly "name": "AppointmentReassignInput";
|
|
23364
23370
|
};
|
|
23365
23371
|
};
|
|
23372
|
+
}, {
|
|
23373
|
+
readonly "name": "forceTimeSlotValidation";
|
|
23374
|
+
readonly "type": {
|
|
23375
|
+
readonly "kind": "SCALAR";
|
|
23376
|
+
readonly "name": "Boolean";
|
|
23377
|
+
};
|
|
23366
23378
|
}, {
|
|
23367
23379
|
readonly "name": "id";
|
|
23368
23380
|
readonly "type": {
|
|
@@ -23934,6 +23946,12 @@ declare const introspection: {
|
|
|
23934
23946
|
readonly "name": "AppointmentRescheduleInput";
|
|
23935
23947
|
};
|
|
23936
23948
|
};
|
|
23949
|
+
}, {
|
|
23950
|
+
readonly "name": "forceTimeSlotValidation";
|
|
23951
|
+
readonly "type": {
|
|
23952
|
+
readonly "kind": "SCALAR";
|
|
23953
|
+
readonly "name": "Boolean";
|
|
23954
|
+
};
|
|
23937
23955
|
}, {
|
|
23938
23956
|
readonly "name": "id";
|
|
23939
23957
|
readonly "type": {
|
|
@@ -24037,55 +24055,6 @@ declare const introspection: {
|
|
|
24037
24055
|
};
|
|
24038
24056
|
}];
|
|
24039
24057
|
readonly "isDeprecated": false;
|
|
24040
|
-
}, {
|
|
24041
|
-
readonly "name": "scheduleAppointment";
|
|
24042
|
-
readonly "type": {
|
|
24043
|
-
readonly "kind": "NON_NULL";
|
|
24044
|
-
readonly "ofType": {
|
|
24045
|
-
readonly "kind": "OBJECT";
|
|
24046
|
-
readonly "name": "Appointment";
|
|
24047
|
-
};
|
|
24048
|
-
};
|
|
24049
|
-
readonly "args": readonly [{
|
|
24050
|
-
readonly "name": "appointmentCreateInput";
|
|
24051
|
-
readonly "type": {
|
|
24052
|
-
readonly "kind": "NON_NULL";
|
|
24053
|
-
readonly "ofType": {
|
|
24054
|
-
readonly "kind": "INPUT_OBJECT";
|
|
24055
|
-
readonly "name": "AppointmentCreateInput";
|
|
24056
|
-
};
|
|
24057
|
-
};
|
|
24058
|
-
}];
|
|
24059
|
-
readonly "isDeprecated": false;
|
|
24060
|
-
}, {
|
|
24061
|
-
readonly "name": "scheduleRescheduleAppointment";
|
|
24062
|
-
readonly "type": {
|
|
24063
|
-
readonly "kind": "NON_NULL";
|
|
24064
|
-
readonly "ofType": {
|
|
24065
|
-
readonly "kind": "OBJECT";
|
|
24066
|
-
readonly "name": "Appointment";
|
|
24067
|
-
};
|
|
24068
|
-
};
|
|
24069
|
-
readonly "args": readonly [{
|
|
24070
|
-
readonly "name": "appointmentRescheduleInput";
|
|
24071
|
-
readonly "type": {
|
|
24072
|
-
readonly "kind": "NON_NULL";
|
|
24073
|
-
readonly "ofType": {
|
|
24074
|
-
readonly "kind": "INPUT_OBJECT";
|
|
24075
|
-
readonly "name": "AppointmentRescheduleInput";
|
|
24076
|
-
};
|
|
24077
|
-
};
|
|
24078
|
-
}, {
|
|
24079
|
-
readonly "name": "id";
|
|
24080
|
-
readonly "type": {
|
|
24081
|
-
readonly "kind": "NON_NULL";
|
|
24082
|
-
readonly "ofType": {
|
|
24083
|
-
readonly "kind": "SCALAR";
|
|
24084
|
-
readonly "name": "ID";
|
|
24085
|
-
};
|
|
24086
|
-
};
|
|
24087
|
-
}];
|
|
24088
|
-
readonly "isDeprecated": false;
|
|
24089
24058
|
}, {
|
|
24090
24059
|
readonly "name": "sendAIMessage";
|
|
24091
24060
|
readonly "type": {
|