@pexip-engage-public/graphql 1.6.9 → 1.7.4
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 +37 -0
- package/dist/graphql-env.d.ts +1359 -94
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1505 -59
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +183 -31
- package/dist/schema.d.ts.map +1 -1
- package/dist/type-guards.d.ts +1 -1
- package/package.json +6 -6
- package/src/graphql-env.ts +1505 -59
- package/src/schema.ts +245 -17
package/dist/graphql-env.d.ts
CHANGED
|
@@ -7857,6 +7857,415 @@ declare const introspection: {
|
|
|
7857
7857
|
readonly "isDeprecated": false;
|
|
7858
7858
|
}];
|
|
7859
7859
|
readonly "interfaces": readonly [];
|
|
7860
|
+
}, {
|
|
7861
|
+
readonly "kind": "OBJECT";
|
|
7862
|
+
readonly "name": "ConversionAnalyticsSession";
|
|
7863
|
+
readonly "fields": readonly [{
|
|
7864
|
+
readonly "name": "appointmentId";
|
|
7865
|
+
readonly "type": {
|
|
7866
|
+
readonly "kind": "SCALAR";
|
|
7867
|
+
readonly "name": "ID";
|
|
7868
|
+
};
|
|
7869
|
+
readonly "args": readonly [];
|
|
7870
|
+
readonly "isDeprecated": false;
|
|
7871
|
+
}, {
|
|
7872
|
+
readonly "name": "browserHref";
|
|
7873
|
+
readonly "type": {
|
|
7874
|
+
readonly "kind": "SCALAR";
|
|
7875
|
+
readonly "name": "String";
|
|
7876
|
+
};
|
|
7877
|
+
readonly "args": readonly [];
|
|
7878
|
+
readonly "isDeprecated": false;
|
|
7879
|
+
}, {
|
|
7880
|
+
readonly "name": "callbackRequestId";
|
|
7881
|
+
readonly "type": {
|
|
7882
|
+
readonly "kind": "SCALAR";
|
|
7883
|
+
readonly "name": "ID";
|
|
7884
|
+
};
|
|
7885
|
+
readonly "args": readonly [];
|
|
7886
|
+
readonly "isDeprecated": false;
|
|
7887
|
+
}, {
|
|
7888
|
+
readonly "name": "converted";
|
|
7889
|
+
readonly "type": {
|
|
7890
|
+
readonly "kind": "NON_NULL";
|
|
7891
|
+
readonly "ofType": {
|
|
7892
|
+
readonly "kind": "SCALAR";
|
|
7893
|
+
readonly "name": "Boolean";
|
|
7894
|
+
};
|
|
7895
|
+
};
|
|
7896
|
+
readonly "args": readonly [];
|
|
7897
|
+
readonly "isDeprecated": false;
|
|
7898
|
+
}, {
|
|
7899
|
+
readonly "name": "createdAt";
|
|
7900
|
+
readonly "type": {
|
|
7901
|
+
readonly "kind": "NON_NULL";
|
|
7902
|
+
readonly "ofType": {
|
|
7903
|
+
readonly "kind": "SCALAR";
|
|
7904
|
+
readonly "name": "ISO8601";
|
|
7905
|
+
};
|
|
7906
|
+
};
|
|
7907
|
+
readonly "args": readonly [];
|
|
7908
|
+
readonly "isDeprecated": false;
|
|
7909
|
+
}, {
|
|
7910
|
+
readonly "name": "daysBetweenSessionAppointment";
|
|
7911
|
+
readonly "type": {
|
|
7912
|
+
readonly "kind": "SCALAR";
|
|
7913
|
+
readonly "name": "Int";
|
|
7914
|
+
};
|
|
7915
|
+
readonly "args": readonly [];
|
|
7916
|
+
readonly "isDeprecated": false;
|
|
7917
|
+
}, {
|
|
7918
|
+
readonly "name": "daysUntilFirstAvailableTimeSlot";
|
|
7919
|
+
readonly "type": {
|
|
7920
|
+
readonly "kind": "SCALAR";
|
|
7921
|
+
readonly "name": "Int";
|
|
7922
|
+
};
|
|
7923
|
+
readonly "args": readonly [];
|
|
7924
|
+
readonly "isDeprecated": false;
|
|
7925
|
+
}, {
|
|
7926
|
+
readonly "name": "duration";
|
|
7927
|
+
readonly "type": {
|
|
7928
|
+
readonly "kind": "NON_NULL";
|
|
7929
|
+
readonly "ofType": {
|
|
7930
|
+
readonly "kind": "SCALAR";
|
|
7931
|
+
readonly "name": "Int";
|
|
7932
|
+
};
|
|
7933
|
+
};
|
|
7934
|
+
readonly "args": readonly [];
|
|
7935
|
+
readonly "isDeprecated": false;
|
|
7936
|
+
}, {
|
|
7937
|
+
readonly "name": "employeeId";
|
|
7938
|
+
readonly "type": {
|
|
7939
|
+
readonly "kind": "SCALAR";
|
|
7940
|
+
readonly "name": "ID";
|
|
7941
|
+
};
|
|
7942
|
+
readonly "args": readonly [];
|
|
7943
|
+
readonly "isDeprecated": false;
|
|
7944
|
+
}, {
|
|
7945
|
+
readonly "name": "flow";
|
|
7946
|
+
readonly "type": {
|
|
7947
|
+
readonly "kind": "NON_NULL";
|
|
7948
|
+
readonly "ofType": {
|
|
7949
|
+
readonly "kind": "SCALAR";
|
|
7950
|
+
readonly "name": "String";
|
|
7951
|
+
};
|
|
7952
|
+
};
|
|
7953
|
+
readonly "args": readonly [];
|
|
7954
|
+
readonly "isDeprecated": false;
|
|
7955
|
+
}, {
|
|
7956
|
+
readonly "name": "id";
|
|
7957
|
+
readonly "type": {
|
|
7958
|
+
readonly "kind": "NON_NULL";
|
|
7959
|
+
readonly "ofType": {
|
|
7960
|
+
readonly "kind": "SCALAR";
|
|
7961
|
+
readonly "name": "String";
|
|
7962
|
+
};
|
|
7963
|
+
};
|
|
7964
|
+
readonly "args": readonly [];
|
|
7965
|
+
readonly "isDeprecated": false;
|
|
7966
|
+
}, {
|
|
7967
|
+
readonly "name": "intent";
|
|
7968
|
+
readonly "type": {
|
|
7969
|
+
readonly "kind": "ENUM";
|
|
7970
|
+
readonly "name": "SessionIntent";
|
|
7971
|
+
};
|
|
7972
|
+
readonly "args": readonly [];
|
|
7973
|
+
readonly "isDeprecated": false;
|
|
7974
|
+
}, {
|
|
7975
|
+
readonly "name": "language";
|
|
7976
|
+
readonly "type": {
|
|
7977
|
+
readonly "kind": "NON_NULL";
|
|
7978
|
+
readonly "ofType": {
|
|
7979
|
+
readonly "kind": "SCALAR";
|
|
7980
|
+
readonly "name": "String";
|
|
7981
|
+
};
|
|
7982
|
+
};
|
|
7983
|
+
readonly "args": readonly [];
|
|
7984
|
+
readonly "isDeprecated": false;
|
|
7985
|
+
}, {
|
|
7986
|
+
readonly "name": "leadSegmentId";
|
|
7987
|
+
readonly "type": {
|
|
7988
|
+
readonly "kind": "SCALAR";
|
|
7989
|
+
readonly "name": "ID";
|
|
7990
|
+
};
|
|
7991
|
+
readonly "args": readonly [];
|
|
7992
|
+
readonly "isDeprecated": false;
|
|
7993
|
+
}, {
|
|
7994
|
+
readonly "name": "listingId";
|
|
7995
|
+
readonly "type": {
|
|
7996
|
+
readonly "kind": "SCALAR";
|
|
7997
|
+
readonly "name": "ID";
|
|
7998
|
+
};
|
|
7999
|
+
readonly "args": readonly [];
|
|
8000
|
+
readonly "isDeprecated": false;
|
|
8001
|
+
}, {
|
|
8002
|
+
readonly "name": "meetingType";
|
|
8003
|
+
readonly "type": {
|
|
8004
|
+
readonly "kind": "ENUM";
|
|
8005
|
+
readonly "name": "MeetingType";
|
|
8006
|
+
};
|
|
8007
|
+
readonly "args": readonly [];
|
|
8008
|
+
readonly "isDeprecated": false;
|
|
8009
|
+
}, {
|
|
8010
|
+
readonly "name": "officeId";
|
|
8011
|
+
readonly "type": {
|
|
8012
|
+
readonly "kind": "SCALAR";
|
|
8013
|
+
readonly "name": "ID";
|
|
8014
|
+
};
|
|
8015
|
+
readonly "args": readonly [];
|
|
8016
|
+
readonly "isDeprecated": false;
|
|
8017
|
+
}, {
|
|
8018
|
+
readonly "name": "selectedTimeSlot";
|
|
8019
|
+
readonly "type": {
|
|
8020
|
+
readonly "kind": "SCALAR";
|
|
8021
|
+
readonly "name": "ISO8601";
|
|
8022
|
+
};
|
|
8023
|
+
readonly "args": readonly [];
|
|
8024
|
+
readonly "isDeprecated": false;
|
|
8025
|
+
}, {
|
|
8026
|
+
readonly "name": "sourceTags";
|
|
8027
|
+
readonly "type": {
|
|
8028
|
+
readonly "kind": "LIST";
|
|
8029
|
+
readonly "ofType": {
|
|
8030
|
+
readonly "kind": "NON_NULL";
|
|
8031
|
+
readonly "ofType": {
|
|
8032
|
+
readonly "kind": "SCALAR";
|
|
8033
|
+
readonly "name": "String";
|
|
8034
|
+
};
|
|
8035
|
+
};
|
|
8036
|
+
};
|
|
8037
|
+
readonly "args": readonly [];
|
|
8038
|
+
readonly "isDeprecated": false;
|
|
8039
|
+
}, {
|
|
8040
|
+
readonly "name": "start";
|
|
8041
|
+
readonly "type": {
|
|
8042
|
+
readonly "kind": "NON_NULL";
|
|
8043
|
+
readonly "ofType": {
|
|
8044
|
+
readonly "kind": "SCALAR";
|
|
8045
|
+
readonly "name": "ISO8601";
|
|
8046
|
+
};
|
|
8047
|
+
};
|
|
8048
|
+
readonly "args": readonly [];
|
|
8049
|
+
readonly "isDeprecated": false;
|
|
8050
|
+
}, {
|
|
8051
|
+
readonly "name": "stepsCompleted";
|
|
8052
|
+
readonly "type": {
|
|
8053
|
+
readonly "kind": "NON_NULL";
|
|
8054
|
+
readonly "ofType": {
|
|
8055
|
+
readonly "kind": "LIST";
|
|
8056
|
+
readonly "ofType": {
|
|
8057
|
+
readonly "kind": "NON_NULL";
|
|
8058
|
+
readonly "ofType": {
|
|
8059
|
+
readonly "kind": "SCALAR";
|
|
8060
|
+
readonly "name": "String";
|
|
8061
|
+
};
|
|
8062
|
+
};
|
|
8063
|
+
};
|
|
8064
|
+
};
|
|
8065
|
+
readonly "args": readonly [];
|
|
8066
|
+
readonly "isDeprecated": false;
|
|
8067
|
+
}, {
|
|
8068
|
+
readonly "name": "stepsShown";
|
|
8069
|
+
readonly "type": {
|
|
8070
|
+
readonly "kind": "NON_NULL";
|
|
8071
|
+
readonly "ofType": {
|
|
8072
|
+
readonly "kind": "LIST";
|
|
8073
|
+
readonly "ofType": {
|
|
8074
|
+
readonly "kind": "NON_NULL";
|
|
8075
|
+
readonly "ofType": {
|
|
8076
|
+
readonly "kind": "SCALAR";
|
|
8077
|
+
readonly "name": "String";
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
8080
|
+
};
|
|
8081
|
+
};
|
|
8082
|
+
readonly "args": readonly [];
|
|
8083
|
+
readonly "isDeprecated": false;
|
|
8084
|
+
}, {
|
|
8085
|
+
readonly "name": "stepsTouched";
|
|
8086
|
+
readonly "type": {
|
|
8087
|
+
readonly "kind": "NON_NULL";
|
|
8088
|
+
readonly "ofType": {
|
|
8089
|
+
readonly "kind": "LIST";
|
|
8090
|
+
readonly "ofType": {
|
|
8091
|
+
readonly "kind": "NON_NULL";
|
|
8092
|
+
readonly "ofType": {
|
|
8093
|
+
readonly "kind": "SCALAR";
|
|
8094
|
+
readonly "name": "String";
|
|
8095
|
+
};
|
|
8096
|
+
};
|
|
8097
|
+
};
|
|
8098
|
+
};
|
|
8099
|
+
readonly "args": readonly [];
|
|
8100
|
+
readonly "isDeprecated": false;
|
|
8101
|
+
}, {
|
|
8102
|
+
readonly "name": "subjectGroupId";
|
|
8103
|
+
readonly "type": {
|
|
8104
|
+
readonly "kind": "SCALAR";
|
|
8105
|
+
readonly "name": "ID";
|
|
8106
|
+
};
|
|
8107
|
+
readonly "args": readonly [];
|
|
8108
|
+
readonly "isDeprecated": false;
|
|
8109
|
+
}, {
|
|
8110
|
+
readonly "name": "subjectId";
|
|
8111
|
+
readonly "type": {
|
|
8112
|
+
readonly "kind": "SCALAR";
|
|
8113
|
+
readonly "name": "ID";
|
|
8114
|
+
};
|
|
8115
|
+
readonly "args": readonly [];
|
|
8116
|
+
readonly "isDeprecated": false;
|
|
8117
|
+
}, {
|
|
8118
|
+
readonly "name": "timeZone";
|
|
8119
|
+
readonly "type": {
|
|
8120
|
+
readonly "kind": "NON_NULL";
|
|
8121
|
+
readonly "ofType": {
|
|
8122
|
+
readonly "kind": "SCALAR";
|
|
8123
|
+
readonly "name": "String";
|
|
8124
|
+
};
|
|
8125
|
+
};
|
|
8126
|
+
readonly "args": readonly [];
|
|
8127
|
+
readonly "isDeprecated": false;
|
|
8128
|
+
}, {
|
|
8129
|
+
readonly "name": "timetableSelectedMeetingTypes";
|
|
8130
|
+
readonly "type": {
|
|
8131
|
+
readonly "kind": "NON_NULL";
|
|
8132
|
+
readonly "ofType": {
|
|
8133
|
+
readonly "kind": "LIST";
|
|
8134
|
+
readonly "ofType": {
|
|
8135
|
+
readonly "kind": "NON_NULL";
|
|
8136
|
+
readonly "ofType": {
|
|
8137
|
+
readonly "kind": "ENUM";
|
|
8138
|
+
readonly "name": "MeetingType";
|
|
8139
|
+
};
|
|
8140
|
+
};
|
|
8141
|
+
};
|
|
8142
|
+
};
|
|
8143
|
+
readonly "args": readonly [];
|
|
8144
|
+
readonly "isDeprecated": false;
|
|
8145
|
+
}, {
|
|
8146
|
+
readonly "name": "timetableView";
|
|
8147
|
+
readonly "type": {
|
|
8148
|
+
readonly "kind": "ENUM";
|
|
8149
|
+
readonly "name": "TimetableView";
|
|
8150
|
+
};
|
|
8151
|
+
readonly "args": readonly [];
|
|
8152
|
+
readonly "isDeprecated": false;
|
|
8153
|
+
}, {
|
|
8154
|
+
readonly "name": "updatedAt";
|
|
8155
|
+
readonly "type": {
|
|
8156
|
+
readonly "kind": "NON_NULL";
|
|
8157
|
+
readonly "ofType": {
|
|
8158
|
+
readonly "kind": "SCALAR";
|
|
8159
|
+
readonly "name": "ISO8601";
|
|
8160
|
+
};
|
|
8161
|
+
};
|
|
8162
|
+
readonly "args": readonly [];
|
|
8163
|
+
readonly "isDeprecated": false;
|
|
8164
|
+
}, {
|
|
8165
|
+
readonly "name": "userBrowser";
|
|
8166
|
+
readonly "type": {
|
|
8167
|
+
readonly "kind": "SCALAR";
|
|
8168
|
+
readonly "name": "String";
|
|
8169
|
+
};
|
|
8170
|
+
readonly "args": readonly [];
|
|
8171
|
+
readonly "isDeprecated": false;
|
|
8172
|
+
}, {
|
|
8173
|
+
readonly "name": "userDevice";
|
|
8174
|
+
readonly "type": {
|
|
8175
|
+
readonly "kind": "SCALAR";
|
|
8176
|
+
readonly "name": "String";
|
|
8177
|
+
};
|
|
8178
|
+
readonly "args": readonly [];
|
|
8179
|
+
readonly "isDeprecated": false;
|
|
8180
|
+
}, {
|
|
8181
|
+
readonly "name": "userOS";
|
|
8182
|
+
readonly "type": {
|
|
8183
|
+
readonly "kind": "SCALAR";
|
|
8184
|
+
readonly "name": "String";
|
|
8185
|
+
};
|
|
8186
|
+
readonly "args": readonly [];
|
|
8187
|
+
readonly "isDeprecated": false;
|
|
8188
|
+
}, {
|
|
8189
|
+
readonly "name": "userOSFamily";
|
|
8190
|
+
readonly "type": {
|
|
8191
|
+
readonly "kind": "SCALAR";
|
|
8192
|
+
readonly "name": "String";
|
|
8193
|
+
};
|
|
8194
|
+
readonly "args": readonly [];
|
|
8195
|
+
readonly "isDeprecated": false;
|
|
8196
|
+
}];
|
|
8197
|
+
readonly "interfaces": readonly [];
|
|
8198
|
+
}, {
|
|
8199
|
+
readonly "kind": "OBJECT";
|
|
8200
|
+
readonly "name": "ConversionAnalyticsSessionConnection";
|
|
8201
|
+
readonly "fields": readonly [{
|
|
8202
|
+
readonly "name": "edges";
|
|
8203
|
+
readonly "type": {
|
|
8204
|
+
readonly "kind": "NON_NULL";
|
|
8205
|
+
readonly "ofType": {
|
|
8206
|
+
readonly "kind": "LIST";
|
|
8207
|
+
readonly "ofType": {
|
|
8208
|
+
readonly "kind": "NON_NULL";
|
|
8209
|
+
readonly "ofType": {
|
|
8210
|
+
readonly "kind": "OBJECT";
|
|
8211
|
+
readonly "name": "ConversionAnalyticsSessionEdge";
|
|
8212
|
+
};
|
|
8213
|
+
};
|
|
8214
|
+
};
|
|
8215
|
+
};
|
|
8216
|
+
readonly "args": readonly [];
|
|
8217
|
+
readonly "isDeprecated": false;
|
|
8218
|
+
}, {
|
|
8219
|
+
readonly "name": "pageInfo";
|
|
8220
|
+
readonly "type": {
|
|
8221
|
+
readonly "kind": "NON_NULL";
|
|
8222
|
+
readonly "ofType": {
|
|
8223
|
+
readonly "kind": "OBJECT";
|
|
8224
|
+
readonly "name": "PageInfo";
|
|
8225
|
+
};
|
|
8226
|
+
};
|
|
8227
|
+
readonly "args": readonly [];
|
|
8228
|
+
readonly "isDeprecated": false;
|
|
8229
|
+
}, {
|
|
8230
|
+
readonly "name": "totalCount";
|
|
8231
|
+
readonly "type": {
|
|
8232
|
+
readonly "kind": "NON_NULL";
|
|
8233
|
+
readonly "ofType": {
|
|
8234
|
+
readonly "kind": "SCALAR";
|
|
8235
|
+
readonly "name": "Int";
|
|
8236
|
+
};
|
|
8237
|
+
};
|
|
8238
|
+
readonly "args": readonly [];
|
|
8239
|
+
readonly "isDeprecated": false;
|
|
8240
|
+
}];
|
|
8241
|
+
readonly "interfaces": readonly [];
|
|
8242
|
+
}, {
|
|
8243
|
+
readonly "kind": "OBJECT";
|
|
8244
|
+
readonly "name": "ConversionAnalyticsSessionEdge";
|
|
8245
|
+
readonly "fields": readonly [{
|
|
8246
|
+
readonly "name": "cursor";
|
|
8247
|
+
readonly "type": {
|
|
8248
|
+
readonly "kind": "NON_NULL";
|
|
8249
|
+
readonly "ofType": {
|
|
8250
|
+
readonly "kind": "SCALAR";
|
|
8251
|
+
readonly "name": "String";
|
|
8252
|
+
};
|
|
8253
|
+
};
|
|
8254
|
+
readonly "args": readonly [];
|
|
8255
|
+
readonly "isDeprecated": false;
|
|
8256
|
+
}, {
|
|
8257
|
+
readonly "name": "node";
|
|
8258
|
+
readonly "type": {
|
|
8259
|
+
readonly "kind": "NON_NULL";
|
|
8260
|
+
readonly "ofType": {
|
|
8261
|
+
readonly "kind": "OBJECT";
|
|
8262
|
+
readonly "name": "ConversionAnalyticsSession";
|
|
8263
|
+
};
|
|
8264
|
+
};
|
|
8265
|
+
readonly "args": readonly [];
|
|
8266
|
+
readonly "isDeprecated": false;
|
|
8267
|
+
}];
|
|
8268
|
+
readonly "interfaces": readonly [];
|
|
7860
8269
|
}, {
|
|
7861
8270
|
readonly "kind": "OBJECT";
|
|
7862
8271
|
readonly "name": "ConversionAnalyticsSourceTagNestedChartItem";
|
|
@@ -20425,6 +20834,87 @@ declare const introspection: {
|
|
|
20425
20834
|
};
|
|
20426
20835
|
}];
|
|
20427
20836
|
readonly "isDeprecated": false;
|
|
20837
|
+
}, {
|
|
20838
|
+
readonly "name": "createOfficesUnavailability";
|
|
20839
|
+
readonly "type": {
|
|
20840
|
+
readonly "kind": "NON_NULL";
|
|
20841
|
+
readonly "ofType": {
|
|
20842
|
+
readonly "kind": "LIST";
|
|
20843
|
+
readonly "ofType": {
|
|
20844
|
+
readonly "kind": "NON_NULL";
|
|
20845
|
+
readonly "ofType": {
|
|
20846
|
+
readonly "kind": "OBJECT";
|
|
20847
|
+
readonly "name": "OfficesUnavailability";
|
|
20848
|
+
};
|
|
20849
|
+
};
|
|
20850
|
+
};
|
|
20851
|
+
};
|
|
20852
|
+
readonly "args": readonly [{
|
|
20853
|
+
readonly "name": "input";
|
|
20854
|
+
readonly "type": {
|
|
20855
|
+
readonly "kind": "NON_NULL";
|
|
20856
|
+
readonly "ofType": {
|
|
20857
|
+
readonly "kind": "INPUT_OBJECT";
|
|
20858
|
+
readonly "name": "OfficesUnavailabilityCreateInput";
|
|
20859
|
+
};
|
|
20860
|
+
};
|
|
20861
|
+
}];
|
|
20862
|
+
readonly "isDeprecated": false;
|
|
20863
|
+
}, {
|
|
20864
|
+
readonly "name": "createOidcIntegration";
|
|
20865
|
+
readonly "type": {
|
|
20866
|
+
readonly "kind": "NON_NULL";
|
|
20867
|
+
readonly "ofType": {
|
|
20868
|
+
readonly "kind": "OBJECT";
|
|
20869
|
+
readonly "name": "OidcIntegration";
|
|
20870
|
+
};
|
|
20871
|
+
};
|
|
20872
|
+
readonly "args": readonly [{
|
|
20873
|
+
readonly "name": "microsoftEntra";
|
|
20874
|
+
readonly "type": {
|
|
20875
|
+
readonly "kind": "INPUT_OBJECT";
|
|
20876
|
+
readonly "name": "OidcMicrosoftEntraConfigInput";
|
|
20877
|
+
};
|
|
20878
|
+
}, {
|
|
20879
|
+
readonly "name": "provider";
|
|
20880
|
+
readonly "type": {
|
|
20881
|
+
readonly "kind": "NON_NULL";
|
|
20882
|
+
readonly "ofType": {
|
|
20883
|
+
readonly "kind": "ENUM";
|
|
20884
|
+
readonly "name": "OidcProviderType";
|
|
20885
|
+
};
|
|
20886
|
+
};
|
|
20887
|
+
}];
|
|
20888
|
+
readonly "isDeprecated": false;
|
|
20889
|
+
}, {
|
|
20890
|
+
readonly "name": "createOidcIntegrationConnectUrl";
|
|
20891
|
+
readonly "type": {
|
|
20892
|
+
readonly "kind": "NON_NULL";
|
|
20893
|
+
readonly "ofType": {
|
|
20894
|
+
readonly "kind": "SCALAR";
|
|
20895
|
+
readonly "name": "String";
|
|
20896
|
+
};
|
|
20897
|
+
};
|
|
20898
|
+
readonly "args": readonly [{
|
|
20899
|
+
readonly "name": "provider";
|
|
20900
|
+
readonly "type": {
|
|
20901
|
+
readonly "kind": "NON_NULL";
|
|
20902
|
+
readonly "ofType": {
|
|
20903
|
+
readonly "kind": "ENUM";
|
|
20904
|
+
readonly "name": "OidcProviderType";
|
|
20905
|
+
};
|
|
20906
|
+
};
|
|
20907
|
+
}, {
|
|
20908
|
+
readonly "name": "redirectUrl";
|
|
20909
|
+
readonly "type": {
|
|
20910
|
+
readonly "kind": "NON_NULL";
|
|
20911
|
+
readonly "ofType": {
|
|
20912
|
+
readonly "kind": "SCALAR";
|
|
20913
|
+
readonly "name": "String";
|
|
20914
|
+
};
|
|
20915
|
+
};
|
|
20916
|
+
}];
|
|
20917
|
+
readonly "isDeprecated": false;
|
|
20428
20918
|
}, {
|
|
20429
20919
|
readonly "name": "createQuestion";
|
|
20430
20920
|
readonly "type": {
|
|
@@ -21135,6 +21625,46 @@ declare const introspection: {
|
|
|
21135
21625
|
};
|
|
21136
21626
|
}];
|
|
21137
21627
|
readonly "isDeprecated": false;
|
|
21628
|
+
}, {
|
|
21629
|
+
readonly "name": "deleteOfficesUnavailability";
|
|
21630
|
+
readonly "type": {
|
|
21631
|
+
readonly "kind": "NON_NULL";
|
|
21632
|
+
readonly "ofType": {
|
|
21633
|
+
readonly "kind": "OBJECT";
|
|
21634
|
+
readonly "name": "OfficesUnavailability";
|
|
21635
|
+
};
|
|
21636
|
+
};
|
|
21637
|
+
readonly "args": readonly [{
|
|
21638
|
+
readonly "name": "id";
|
|
21639
|
+
readonly "type": {
|
|
21640
|
+
readonly "kind": "NON_NULL";
|
|
21641
|
+
readonly "ofType": {
|
|
21642
|
+
readonly "kind": "SCALAR";
|
|
21643
|
+
readonly "name": "ID";
|
|
21644
|
+
};
|
|
21645
|
+
};
|
|
21646
|
+
}];
|
|
21647
|
+
readonly "isDeprecated": false;
|
|
21648
|
+
}, {
|
|
21649
|
+
readonly "name": "deleteOidcIntegration";
|
|
21650
|
+
readonly "type": {
|
|
21651
|
+
readonly "kind": "NON_NULL";
|
|
21652
|
+
readonly "ofType": {
|
|
21653
|
+
readonly "kind": "OBJECT";
|
|
21654
|
+
readonly "name": "OidcIntegration";
|
|
21655
|
+
};
|
|
21656
|
+
};
|
|
21657
|
+
readonly "args": readonly [{
|
|
21658
|
+
readonly "name": "provider";
|
|
21659
|
+
readonly "type": {
|
|
21660
|
+
readonly "kind": "NON_NULL";
|
|
21661
|
+
readonly "ofType": {
|
|
21662
|
+
readonly "kind": "ENUM";
|
|
21663
|
+
readonly "name": "OidcProviderType";
|
|
21664
|
+
};
|
|
21665
|
+
};
|
|
21666
|
+
}];
|
|
21667
|
+
readonly "isDeprecated": false;
|
|
21138
21668
|
}, {
|
|
21139
21669
|
readonly "name": "deleteQuestion";
|
|
21140
21670
|
readonly "type": {
|
|
@@ -22203,6 +22733,35 @@ declare const introspection: {
|
|
|
22203
22733
|
};
|
|
22204
22734
|
}];
|
|
22205
22735
|
readonly "isDeprecated": false;
|
|
22736
|
+
}, {
|
|
22737
|
+
readonly "name": "patchOidcIntegration";
|
|
22738
|
+
readonly "type": {
|
|
22739
|
+
readonly "kind": "NON_NULL";
|
|
22740
|
+
readonly "ofType": {
|
|
22741
|
+
readonly "kind": "OBJECT";
|
|
22742
|
+
readonly "name": "OidcIntegration";
|
|
22743
|
+
};
|
|
22744
|
+
};
|
|
22745
|
+
readonly "args": readonly [{
|
|
22746
|
+
readonly "name": "input";
|
|
22747
|
+
readonly "type": {
|
|
22748
|
+
readonly "kind": "NON_NULL";
|
|
22749
|
+
readonly "ofType": {
|
|
22750
|
+
readonly "kind": "INPUT_OBJECT";
|
|
22751
|
+
readonly "name": "OidcIntegrationPatchInput";
|
|
22752
|
+
};
|
|
22753
|
+
};
|
|
22754
|
+
}, {
|
|
22755
|
+
readonly "name": "provider";
|
|
22756
|
+
readonly "type": {
|
|
22757
|
+
readonly "kind": "NON_NULL";
|
|
22758
|
+
readonly "ofType": {
|
|
22759
|
+
readonly "kind": "ENUM";
|
|
22760
|
+
readonly "name": "OidcProviderType";
|
|
22761
|
+
};
|
|
22762
|
+
};
|
|
22763
|
+
}];
|
|
22764
|
+
readonly "isDeprecated": false;
|
|
22206
22765
|
}, {
|
|
22207
22766
|
readonly "name": "patchQuestion";
|
|
22208
22767
|
readonly "type": {
|
|
@@ -24061,6 +24620,20 @@ declare const introspection: {
|
|
|
24061
24620
|
};
|
|
24062
24621
|
}];
|
|
24063
24622
|
readonly "isDeprecated": false;
|
|
24623
|
+
}, {
|
|
24624
|
+
readonly "name": "setSsoRedirectTarget";
|
|
24625
|
+
readonly "type": {
|
|
24626
|
+
readonly "kind": "ENUM";
|
|
24627
|
+
readonly "name": "SsoRedirectTarget";
|
|
24628
|
+
};
|
|
24629
|
+
readonly "args": readonly [{
|
|
24630
|
+
readonly "name": "target";
|
|
24631
|
+
readonly "type": {
|
|
24632
|
+
readonly "kind": "ENUM";
|
|
24633
|
+
readonly "name": "SsoRedirectTarget";
|
|
24634
|
+
};
|
|
24635
|
+
}];
|
|
24636
|
+
readonly "isDeprecated": false;
|
|
24064
24637
|
}, {
|
|
24065
24638
|
readonly "name": "syncFutureEventsToExternalCalendar";
|
|
24066
24639
|
readonly "type": {
|
|
@@ -24152,26 +24725,6 @@ declare const introspection: {
|
|
|
24152
24725
|
};
|
|
24153
24726
|
}];
|
|
24154
24727
|
readonly "isDeprecated": false;
|
|
24155
|
-
}, {
|
|
24156
|
-
readonly "name": "toggleRedirectToSaml";
|
|
24157
|
-
readonly "type": {
|
|
24158
|
-
readonly "kind": "NON_NULL";
|
|
24159
|
-
readonly "ofType": {
|
|
24160
|
-
readonly "kind": "SCALAR";
|
|
24161
|
-
readonly "name": "Boolean";
|
|
24162
|
-
};
|
|
24163
|
-
};
|
|
24164
|
-
readonly "args": readonly [{
|
|
24165
|
-
readonly "name": "shouldRedirectToSaml";
|
|
24166
|
-
readonly "type": {
|
|
24167
|
-
readonly "kind": "NON_NULL";
|
|
24168
|
-
readonly "ofType": {
|
|
24169
|
-
readonly "kind": "SCALAR";
|
|
24170
|
-
readonly "name": "Boolean";
|
|
24171
|
-
};
|
|
24172
|
-
};
|
|
24173
|
-
}];
|
|
24174
|
-
readonly "isDeprecated": false;
|
|
24175
24728
|
}, {
|
|
24176
24729
|
readonly "name": "updateAppointmentLocation";
|
|
24177
24730
|
readonly "type": {
|
|
@@ -25729,6 +26282,448 @@ declare const introspection: {
|
|
|
25729
26282
|
};
|
|
25730
26283
|
}];
|
|
25731
26284
|
readonly "isOneOf": false;
|
|
26285
|
+
}, {
|
|
26286
|
+
readonly "kind": "OBJECT";
|
|
26287
|
+
readonly "name": "OfficeUnavailability";
|
|
26288
|
+
readonly "fields": readonly [{
|
|
26289
|
+
readonly "name": "action";
|
|
26290
|
+
readonly "type": {
|
|
26291
|
+
readonly "kind": "NON_NULL";
|
|
26292
|
+
readonly "ofType": {
|
|
26293
|
+
readonly "kind": "ENUM";
|
|
26294
|
+
readonly "name": "OfficeUnavailabilityAction";
|
|
26295
|
+
};
|
|
26296
|
+
};
|
|
26297
|
+
readonly "args": readonly [];
|
|
26298
|
+
readonly "isDeprecated": false;
|
|
26299
|
+
}, {
|
|
26300
|
+
readonly "name": "end";
|
|
26301
|
+
readonly "type": {
|
|
26302
|
+
readonly "kind": "NON_NULL";
|
|
26303
|
+
readonly "ofType": {
|
|
26304
|
+
readonly "kind": "SCALAR";
|
|
26305
|
+
readonly "name": "ISO8601";
|
|
26306
|
+
};
|
|
26307
|
+
};
|
|
26308
|
+
readonly "args": readonly [];
|
|
26309
|
+
readonly "isDeprecated": false;
|
|
26310
|
+
}, {
|
|
26311
|
+
readonly "name": "externalId";
|
|
26312
|
+
readonly "type": {
|
|
26313
|
+
readonly "kind": "SCALAR";
|
|
26314
|
+
readonly "name": "String";
|
|
26315
|
+
};
|
|
26316
|
+
readonly "args": readonly [];
|
|
26317
|
+
readonly "isDeprecated": false;
|
|
26318
|
+
}, {
|
|
26319
|
+
readonly "name": "messageForCustomer";
|
|
26320
|
+
readonly "type": {
|
|
26321
|
+
readonly "kind": "SCALAR";
|
|
26322
|
+
readonly "name": "String";
|
|
26323
|
+
};
|
|
26324
|
+
readonly "args": readonly [];
|
|
26325
|
+
readonly "isDeprecated": false;
|
|
26326
|
+
}, {
|
|
26327
|
+
readonly "name": "officeId";
|
|
26328
|
+
readonly "type": {
|
|
26329
|
+
readonly "kind": "NON_NULL";
|
|
26330
|
+
readonly "ofType": {
|
|
26331
|
+
readonly "kind": "SCALAR";
|
|
26332
|
+
readonly "name": "ID";
|
|
26333
|
+
};
|
|
26334
|
+
};
|
|
26335
|
+
readonly "args": readonly [];
|
|
26336
|
+
readonly "isDeprecated": false;
|
|
26337
|
+
}, {
|
|
26338
|
+
readonly "name": "officesUnavailabilityId";
|
|
26339
|
+
readonly "type": {
|
|
26340
|
+
readonly "kind": "NON_NULL";
|
|
26341
|
+
readonly "ofType": {
|
|
26342
|
+
readonly "kind": "SCALAR";
|
|
26343
|
+
readonly "name": "ID";
|
|
26344
|
+
};
|
|
26345
|
+
};
|
|
26346
|
+
readonly "args": readonly [];
|
|
26347
|
+
readonly "isDeprecated": false;
|
|
26348
|
+
}, {
|
|
26349
|
+
readonly "name": "reason";
|
|
26350
|
+
readonly "type": {
|
|
26351
|
+
readonly "kind": "SCALAR";
|
|
26352
|
+
readonly "name": "String";
|
|
26353
|
+
};
|
|
26354
|
+
readonly "args": readonly [];
|
|
26355
|
+
readonly "isDeprecated": false;
|
|
26356
|
+
}, {
|
|
26357
|
+
readonly "name": "start";
|
|
26358
|
+
readonly "type": {
|
|
26359
|
+
readonly "kind": "NON_NULL";
|
|
26360
|
+
readonly "ofType": {
|
|
26361
|
+
readonly "kind": "SCALAR";
|
|
26362
|
+
readonly "name": "ISO8601";
|
|
26363
|
+
};
|
|
26364
|
+
};
|
|
26365
|
+
readonly "args": readonly [];
|
|
26366
|
+
readonly "isDeprecated": false;
|
|
26367
|
+
}];
|
|
26368
|
+
readonly "interfaces": readonly [];
|
|
26369
|
+
}, {
|
|
26370
|
+
readonly "kind": "ENUM";
|
|
26371
|
+
readonly "name": "OfficeUnavailabilityAction";
|
|
26372
|
+
readonly "enumValues": readonly [{
|
|
26373
|
+
readonly "name": "CANCEL";
|
|
26374
|
+
readonly "isDeprecated": false;
|
|
26375
|
+
}, {
|
|
26376
|
+
readonly "name": "NO_ACTION";
|
|
26377
|
+
readonly "isDeprecated": false;
|
|
26378
|
+
}, {
|
|
26379
|
+
readonly "name": "REQUEST_RESCHEDULE";
|
|
26380
|
+
readonly "isDeprecated": false;
|
|
26381
|
+
}];
|
|
26382
|
+
}, {
|
|
26383
|
+
readonly "kind": "OBJECT";
|
|
26384
|
+
readonly "name": "OfficesUnavailability";
|
|
26385
|
+
readonly "fields": readonly [{
|
|
26386
|
+
readonly "name": "action";
|
|
26387
|
+
readonly "type": {
|
|
26388
|
+
readonly "kind": "NON_NULL";
|
|
26389
|
+
readonly "ofType": {
|
|
26390
|
+
readonly "kind": "ENUM";
|
|
26391
|
+
readonly "name": "OfficeUnavailabilityAction";
|
|
26392
|
+
};
|
|
26393
|
+
};
|
|
26394
|
+
readonly "args": readonly [];
|
|
26395
|
+
readonly "isDeprecated": false;
|
|
26396
|
+
}, {
|
|
26397
|
+
readonly "name": "allOffices";
|
|
26398
|
+
readonly "type": {
|
|
26399
|
+
readonly "kind": "NON_NULL";
|
|
26400
|
+
readonly "ofType": {
|
|
26401
|
+
readonly "kind": "SCALAR";
|
|
26402
|
+
readonly "name": "Boolean";
|
|
26403
|
+
};
|
|
26404
|
+
};
|
|
26405
|
+
readonly "args": readonly [];
|
|
26406
|
+
readonly "isDeprecated": false;
|
|
26407
|
+
}, {
|
|
26408
|
+
readonly "name": "createdAt";
|
|
26409
|
+
readonly "type": {
|
|
26410
|
+
readonly "kind": "NON_NULL";
|
|
26411
|
+
readonly "ofType": {
|
|
26412
|
+
readonly "kind": "SCALAR";
|
|
26413
|
+
readonly "name": "ISO8601";
|
|
26414
|
+
};
|
|
26415
|
+
};
|
|
26416
|
+
readonly "args": readonly [];
|
|
26417
|
+
readonly "isDeprecated": false;
|
|
26418
|
+
}, {
|
|
26419
|
+
readonly "name": "end";
|
|
26420
|
+
readonly "type": {
|
|
26421
|
+
readonly "kind": "NON_NULL";
|
|
26422
|
+
readonly "ofType": {
|
|
26423
|
+
readonly "kind": "SCALAR";
|
|
26424
|
+
readonly "name": "String";
|
|
26425
|
+
};
|
|
26426
|
+
};
|
|
26427
|
+
readonly "args": readonly [];
|
|
26428
|
+
readonly "isDeprecated": false;
|
|
26429
|
+
}, {
|
|
26430
|
+
readonly "name": "externalId";
|
|
26431
|
+
readonly "type": {
|
|
26432
|
+
readonly "kind": "SCALAR";
|
|
26433
|
+
readonly "name": "String";
|
|
26434
|
+
};
|
|
26435
|
+
readonly "args": readonly [];
|
|
26436
|
+
readonly "isDeprecated": false;
|
|
26437
|
+
}, {
|
|
26438
|
+
readonly "name": "id";
|
|
26439
|
+
readonly "type": {
|
|
26440
|
+
readonly "kind": "NON_NULL";
|
|
26441
|
+
readonly "ofType": {
|
|
26442
|
+
readonly "kind": "SCALAR";
|
|
26443
|
+
readonly "name": "ID";
|
|
26444
|
+
};
|
|
26445
|
+
};
|
|
26446
|
+
readonly "args": readonly [];
|
|
26447
|
+
readonly "isDeprecated": false;
|
|
26448
|
+
}, {
|
|
26449
|
+
readonly "name": "messageForCustomer";
|
|
26450
|
+
readonly "type": {
|
|
26451
|
+
readonly "kind": "SCALAR";
|
|
26452
|
+
readonly "name": "String";
|
|
26453
|
+
};
|
|
26454
|
+
readonly "args": readonly [];
|
|
26455
|
+
readonly "isDeprecated": false;
|
|
26456
|
+
}, {
|
|
26457
|
+
readonly "name": "offices";
|
|
26458
|
+
readonly "type": {
|
|
26459
|
+
readonly "kind": "NON_NULL";
|
|
26460
|
+
readonly "ofType": {
|
|
26461
|
+
readonly "kind": "LIST";
|
|
26462
|
+
readonly "ofType": {
|
|
26463
|
+
readonly "kind": "NON_NULL";
|
|
26464
|
+
readonly "ofType": {
|
|
26465
|
+
readonly "kind": "OBJECT";
|
|
26466
|
+
readonly "name": "Office";
|
|
26467
|
+
};
|
|
26468
|
+
};
|
|
26469
|
+
};
|
|
26470
|
+
};
|
|
26471
|
+
readonly "args": readonly [];
|
|
26472
|
+
readonly "isDeprecated": false;
|
|
26473
|
+
}, {
|
|
26474
|
+
readonly "name": "reason";
|
|
26475
|
+
readonly "type": {
|
|
26476
|
+
readonly "kind": "SCALAR";
|
|
26477
|
+
readonly "name": "String";
|
|
26478
|
+
};
|
|
26479
|
+
readonly "args": readonly [];
|
|
26480
|
+
readonly "isDeprecated": false;
|
|
26481
|
+
}, {
|
|
26482
|
+
readonly "name": "start";
|
|
26483
|
+
readonly "type": {
|
|
26484
|
+
readonly "kind": "NON_NULL";
|
|
26485
|
+
readonly "ofType": {
|
|
26486
|
+
readonly "kind": "SCALAR";
|
|
26487
|
+
readonly "name": "String";
|
|
26488
|
+
};
|
|
26489
|
+
};
|
|
26490
|
+
readonly "args": readonly [];
|
|
26491
|
+
readonly "isDeprecated": false;
|
|
26492
|
+
}, {
|
|
26493
|
+
readonly "name": "updatedAt";
|
|
26494
|
+
readonly "type": {
|
|
26495
|
+
readonly "kind": "NON_NULL";
|
|
26496
|
+
readonly "ofType": {
|
|
26497
|
+
readonly "kind": "SCALAR";
|
|
26498
|
+
readonly "name": "ISO8601";
|
|
26499
|
+
};
|
|
26500
|
+
};
|
|
26501
|
+
readonly "args": readonly [];
|
|
26502
|
+
readonly "isDeprecated": false;
|
|
26503
|
+
}];
|
|
26504
|
+
readonly "interfaces": readonly [];
|
|
26505
|
+
}, {
|
|
26506
|
+
readonly "kind": "OBJECT";
|
|
26507
|
+
readonly "name": "OfficesUnavailabilityConnection";
|
|
26508
|
+
readonly "fields": readonly [{
|
|
26509
|
+
readonly "name": "edges";
|
|
26510
|
+
readonly "type": {
|
|
26511
|
+
readonly "kind": "NON_NULL";
|
|
26512
|
+
readonly "ofType": {
|
|
26513
|
+
readonly "kind": "LIST";
|
|
26514
|
+
readonly "ofType": {
|
|
26515
|
+
readonly "kind": "NON_NULL";
|
|
26516
|
+
readonly "ofType": {
|
|
26517
|
+
readonly "kind": "OBJECT";
|
|
26518
|
+
readonly "name": "OfficesUnavailabilityEdge";
|
|
26519
|
+
};
|
|
26520
|
+
};
|
|
26521
|
+
};
|
|
26522
|
+
};
|
|
26523
|
+
readonly "args": readonly [];
|
|
26524
|
+
readonly "isDeprecated": false;
|
|
26525
|
+
}, {
|
|
26526
|
+
readonly "name": "pageInfo";
|
|
26527
|
+
readonly "type": {
|
|
26528
|
+
readonly "kind": "NON_NULL";
|
|
26529
|
+
readonly "ofType": {
|
|
26530
|
+
readonly "kind": "OBJECT";
|
|
26531
|
+
readonly "name": "PageInfo";
|
|
26532
|
+
};
|
|
26533
|
+
};
|
|
26534
|
+
readonly "args": readonly [];
|
|
26535
|
+
readonly "isDeprecated": false;
|
|
26536
|
+
}, {
|
|
26537
|
+
readonly "name": "totalCount";
|
|
26538
|
+
readonly "type": {
|
|
26539
|
+
readonly "kind": "NON_NULL";
|
|
26540
|
+
readonly "ofType": {
|
|
26541
|
+
readonly "kind": "SCALAR";
|
|
26542
|
+
readonly "name": "Int";
|
|
26543
|
+
};
|
|
26544
|
+
};
|
|
26545
|
+
readonly "args": readonly [];
|
|
26546
|
+
readonly "isDeprecated": false;
|
|
26547
|
+
}];
|
|
26548
|
+
readonly "interfaces": readonly [];
|
|
26549
|
+
}, {
|
|
26550
|
+
readonly "kind": "INPUT_OBJECT";
|
|
26551
|
+
readonly "name": "OfficesUnavailabilityCreateInput";
|
|
26552
|
+
readonly "inputFields": readonly [{
|
|
26553
|
+
readonly "name": "action";
|
|
26554
|
+
readonly "type": {
|
|
26555
|
+
readonly "kind": "NON_NULL";
|
|
26556
|
+
readonly "ofType": {
|
|
26557
|
+
readonly "kind": "ENUM";
|
|
26558
|
+
readonly "name": "OfficeUnavailabilityAction";
|
|
26559
|
+
};
|
|
26560
|
+
};
|
|
26561
|
+
}, {
|
|
26562
|
+
readonly "name": "allOffices";
|
|
26563
|
+
readonly "type": {
|
|
26564
|
+
readonly "kind": "SCALAR";
|
|
26565
|
+
readonly "name": "Boolean";
|
|
26566
|
+
};
|
|
26567
|
+
}, {
|
|
26568
|
+
readonly "name": "end";
|
|
26569
|
+
readonly "type": {
|
|
26570
|
+
readonly "kind": "NON_NULL";
|
|
26571
|
+
readonly "ofType": {
|
|
26572
|
+
readonly "kind": "SCALAR";
|
|
26573
|
+
readonly "name": "String";
|
|
26574
|
+
};
|
|
26575
|
+
};
|
|
26576
|
+
}, {
|
|
26577
|
+
readonly "name": "externalId";
|
|
26578
|
+
readonly "type": {
|
|
26579
|
+
readonly "kind": "SCALAR";
|
|
26580
|
+
readonly "name": "String";
|
|
26581
|
+
};
|
|
26582
|
+
}, {
|
|
26583
|
+
readonly "name": "messageForCustomer";
|
|
26584
|
+
readonly "type": {
|
|
26585
|
+
readonly "kind": "SCALAR";
|
|
26586
|
+
readonly "name": "String";
|
|
26587
|
+
};
|
|
26588
|
+
}, {
|
|
26589
|
+
readonly "name": "officeIds";
|
|
26590
|
+
readonly "type": {
|
|
26591
|
+
readonly "kind": "LIST";
|
|
26592
|
+
readonly "ofType": {
|
|
26593
|
+
readonly "kind": "NON_NULL";
|
|
26594
|
+
readonly "ofType": {
|
|
26595
|
+
readonly "kind": "SCALAR";
|
|
26596
|
+
readonly "name": "ID";
|
|
26597
|
+
};
|
|
26598
|
+
};
|
|
26599
|
+
};
|
|
26600
|
+
}, {
|
|
26601
|
+
readonly "name": "reason";
|
|
26602
|
+
readonly "type": {
|
|
26603
|
+
readonly "kind": "SCALAR";
|
|
26604
|
+
readonly "name": "String";
|
|
26605
|
+
};
|
|
26606
|
+
}, {
|
|
26607
|
+
readonly "name": "start";
|
|
26608
|
+
readonly "type": {
|
|
26609
|
+
readonly "kind": "NON_NULL";
|
|
26610
|
+
readonly "ofType": {
|
|
26611
|
+
readonly "kind": "SCALAR";
|
|
26612
|
+
readonly "name": "String";
|
|
26613
|
+
};
|
|
26614
|
+
};
|
|
26615
|
+
}];
|
|
26616
|
+
readonly "isOneOf": false;
|
|
26617
|
+
}, {
|
|
26618
|
+
readonly "kind": "OBJECT";
|
|
26619
|
+
readonly "name": "OfficesUnavailabilityEdge";
|
|
26620
|
+
readonly "fields": readonly [{
|
|
26621
|
+
readonly "name": "cursor";
|
|
26622
|
+
readonly "type": {
|
|
26623
|
+
readonly "kind": "NON_NULL";
|
|
26624
|
+
readonly "ofType": {
|
|
26625
|
+
readonly "kind": "SCALAR";
|
|
26626
|
+
readonly "name": "String";
|
|
26627
|
+
};
|
|
26628
|
+
};
|
|
26629
|
+
readonly "args": readonly [];
|
|
26630
|
+
readonly "isDeprecated": false;
|
|
26631
|
+
}, {
|
|
26632
|
+
readonly "name": "node";
|
|
26633
|
+
readonly "type": {
|
|
26634
|
+
readonly "kind": "NON_NULL";
|
|
26635
|
+
readonly "ofType": {
|
|
26636
|
+
readonly "kind": "OBJECT";
|
|
26637
|
+
readonly "name": "OfficesUnavailability";
|
|
26638
|
+
};
|
|
26639
|
+
};
|
|
26640
|
+
readonly "args": readonly [];
|
|
26641
|
+
readonly "isDeprecated": false;
|
|
26642
|
+
}];
|
|
26643
|
+
readonly "interfaces": readonly [];
|
|
26644
|
+
}, {
|
|
26645
|
+
readonly "kind": "OBJECT";
|
|
26646
|
+
readonly "name": "OidcIntegration";
|
|
26647
|
+
readonly "fields": readonly [{
|
|
26648
|
+
readonly "name": "active";
|
|
26649
|
+
readonly "type": {
|
|
26650
|
+
readonly "kind": "NON_NULL";
|
|
26651
|
+
readonly "ofType": {
|
|
26652
|
+
readonly "kind": "SCALAR";
|
|
26653
|
+
readonly "name": "Boolean";
|
|
26654
|
+
};
|
|
26655
|
+
};
|
|
26656
|
+
readonly "args": readonly [];
|
|
26657
|
+
readonly "isDeprecated": false;
|
|
26658
|
+
}, {
|
|
26659
|
+
readonly "name": "microsoftEntra";
|
|
26660
|
+
readonly "type": {
|
|
26661
|
+
readonly "kind": "OBJECT";
|
|
26662
|
+
readonly "name": "OidcMicrosoftEntraConfig";
|
|
26663
|
+
};
|
|
26664
|
+
readonly "args": readonly [];
|
|
26665
|
+
readonly "isDeprecated": false;
|
|
26666
|
+
}, {
|
|
26667
|
+
readonly "name": "provider";
|
|
26668
|
+
readonly "type": {
|
|
26669
|
+
readonly "kind": "NON_NULL";
|
|
26670
|
+
readonly "ofType": {
|
|
26671
|
+
readonly "kind": "ENUM";
|
|
26672
|
+
readonly "name": "OidcProviderType";
|
|
26673
|
+
};
|
|
26674
|
+
};
|
|
26675
|
+
readonly "args": readonly [];
|
|
26676
|
+
readonly "isDeprecated": false;
|
|
26677
|
+
}];
|
|
26678
|
+
readonly "interfaces": readonly [];
|
|
26679
|
+
}, {
|
|
26680
|
+
readonly "kind": "INPUT_OBJECT";
|
|
26681
|
+
readonly "name": "OidcIntegrationPatchInput";
|
|
26682
|
+
readonly "inputFields": readonly [{
|
|
26683
|
+
readonly "name": "active";
|
|
26684
|
+
readonly "type": {
|
|
26685
|
+
readonly "kind": "SCALAR";
|
|
26686
|
+
readonly "name": "Boolean";
|
|
26687
|
+
};
|
|
26688
|
+
}, {
|
|
26689
|
+
readonly "name": "microsoftEntra";
|
|
26690
|
+
readonly "type": {
|
|
26691
|
+
readonly "kind": "INPUT_OBJECT";
|
|
26692
|
+
readonly "name": "OidcMicrosoftEntraConfigInput";
|
|
26693
|
+
};
|
|
26694
|
+
}];
|
|
26695
|
+
readonly "isOneOf": false;
|
|
26696
|
+
}, {
|
|
26697
|
+
readonly "kind": "OBJECT";
|
|
26698
|
+
readonly "name": "OidcMicrosoftEntraConfig";
|
|
26699
|
+
readonly "fields": readonly [{
|
|
26700
|
+
readonly "name": "tenantId";
|
|
26701
|
+
readonly "type": {
|
|
26702
|
+
readonly "kind": "SCALAR";
|
|
26703
|
+
readonly "name": "String";
|
|
26704
|
+
};
|
|
26705
|
+
readonly "args": readonly [];
|
|
26706
|
+
readonly "isDeprecated": false;
|
|
26707
|
+
}];
|
|
26708
|
+
readonly "interfaces": readonly [];
|
|
26709
|
+
}, {
|
|
26710
|
+
readonly "kind": "INPUT_OBJECT";
|
|
26711
|
+
readonly "name": "OidcMicrosoftEntraConfigInput";
|
|
26712
|
+
readonly "inputFields": readonly [{
|
|
26713
|
+
readonly "name": "tenantId";
|
|
26714
|
+
readonly "type": {
|
|
26715
|
+
readonly "kind": "SCALAR";
|
|
26716
|
+
readonly "name": "String";
|
|
26717
|
+
};
|
|
26718
|
+
}];
|
|
26719
|
+
readonly "isOneOf": false;
|
|
26720
|
+
}, {
|
|
26721
|
+
readonly "kind": "ENUM";
|
|
26722
|
+
readonly "name": "OidcProviderType";
|
|
26723
|
+
readonly "enumValues": readonly [{
|
|
26724
|
+
readonly "name": "MICROSOFT_ENTRA";
|
|
26725
|
+
readonly "isDeprecated": false;
|
|
26726
|
+
}];
|
|
25732
26727
|
}, {
|
|
25733
26728
|
readonly "kind": "OBJECT";
|
|
25734
26729
|
readonly "name": "PageInfo";
|
|
@@ -28086,6 +29081,65 @@ declare const introspection: {
|
|
|
28086
29081
|
};
|
|
28087
29082
|
}];
|
|
28088
29083
|
readonly "isDeprecated": false;
|
|
29084
|
+
}, {
|
|
29085
|
+
readonly "name": "conversionAnalyticsSessions";
|
|
29086
|
+
readonly "type": {
|
|
29087
|
+
readonly "kind": "NON_NULL";
|
|
29088
|
+
readonly "ofType": {
|
|
29089
|
+
readonly "kind": "OBJECT";
|
|
29090
|
+
readonly "name": "ConversionAnalyticsSessionConnection";
|
|
29091
|
+
};
|
|
29092
|
+
};
|
|
29093
|
+
readonly "args": readonly [{
|
|
29094
|
+
readonly "name": "after";
|
|
29095
|
+
readonly "type": {
|
|
29096
|
+
readonly "kind": "SCALAR";
|
|
29097
|
+
readonly "name": "String";
|
|
29098
|
+
};
|
|
29099
|
+
}, {
|
|
29100
|
+
readonly "name": "appointmentId";
|
|
29101
|
+
readonly "type": {
|
|
29102
|
+
readonly "kind": "LIST";
|
|
29103
|
+
readonly "ofType": {
|
|
29104
|
+
readonly "kind": "NON_NULL";
|
|
29105
|
+
readonly "ofType": {
|
|
29106
|
+
readonly "kind": "SCALAR";
|
|
29107
|
+
readonly "name": "ID";
|
|
29108
|
+
};
|
|
29109
|
+
};
|
|
29110
|
+
};
|
|
29111
|
+
}, {
|
|
29112
|
+
readonly "name": "before";
|
|
29113
|
+
readonly "type": {
|
|
29114
|
+
readonly "kind": "SCALAR";
|
|
29115
|
+
readonly "name": "String";
|
|
29116
|
+
};
|
|
29117
|
+
}, {
|
|
29118
|
+
readonly "name": "first";
|
|
29119
|
+
readonly "type": {
|
|
29120
|
+
readonly "kind": "SCALAR";
|
|
29121
|
+
readonly "name": "Int";
|
|
29122
|
+
};
|
|
29123
|
+
}, {
|
|
29124
|
+
readonly "name": "last";
|
|
29125
|
+
readonly "type": {
|
|
29126
|
+
readonly "kind": "SCALAR";
|
|
29127
|
+
readonly "name": "Int";
|
|
29128
|
+
};
|
|
29129
|
+
}, {
|
|
29130
|
+
readonly "name": "sessionId";
|
|
29131
|
+
readonly "type": {
|
|
29132
|
+
readonly "kind": "LIST";
|
|
29133
|
+
readonly "ofType": {
|
|
29134
|
+
readonly "kind": "NON_NULL";
|
|
29135
|
+
readonly "ofType": {
|
|
29136
|
+
readonly "kind": "SCALAR";
|
|
29137
|
+
readonly "name": "String";
|
|
29138
|
+
};
|
|
29139
|
+
};
|
|
29140
|
+
};
|
|
29141
|
+
}];
|
|
29142
|
+
readonly "isDeprecated": false;
|
|
28089
29143
|
}, {
|
|
28090
29144
|
readonly "name": "conversionAnalyticsSourceTagChart";
|
|
28091
29145
|
readonly "type": {
|
|
@@ -29685,17 +30739,6 @@ declare const introspection: {
|
|
|
29685
30739
|
};
|
|
29686
30740
|
}];
|
|
29687
30741
|
readonly "isDeprecated": false;
|
|
29688
|
-
}, {
|
|
29689
|
-
readonly "name": "isRedirectToSamlEnabled";
|
|
29690
|
-
readonly "type": {
|
|
29691
|
-
readonly "kind": "NON_NULL";
|
|
29692
|
-
readonly "ofType": {
|
|
29693
|
-
readonly "kind": "SCALAR";
|
|
29694
|
-
readonly "name": "Boolean";
|
|
29695
|
-
};
|
|
29696
|
-
};
|
|
29697
|
-
readonly "args": readonly [];
|
|
29698
|
-
readonly "isDeprecated": false;
|
|
29699
30742
|
}, {
|
|
29700
30743
|
readonly "name": "leadSegment";
|
|
29701
30744
|
readonly "type": {
|
|
@@ -30701,7 +31744,78 @@ declare const introspection: {
|
|
|
30701
31744
|
}];
|
|
30702
31745
|
readonly "isDeprecated": false;
|
|
30703
31746
|
}, {
|
|
30704
|
-
readonly "name": "officeEmployeeSubjectCoverageRegionSchedulingSettings";
|
|
31747
|
+
readonly "name": "officeEmployeeSubjectCoverageRegionSchedulingSettings";
|
|
31748
|
+
readonly "type": {
|
|
31749
|
+
readonly "kind": "NON_NULL";
|
|
31750
|
+
readonly "ofType": {
|
|
31751
|
+
readonly "kind": "LIST";
|
|
31752
|
+
readonly "ofType": {
|
|
31753
|
+
readonly "kind": "NON_NULL";
|
|
31754
|
+
readonly "ofType": {
|
|
31755
|
+
readonly "kind": "OBJECT";
|
|
31756
|
+
readonly "name": "OfficeEmployeeSubjectCoverageRegionSchedulingSetting";
|
|
31757
|
+
};
|
|
31758
|
+
};
|
|
31759
|
+
};
|
|
31760
|
+
};
|
|
31761
|
+
readonly "args": readonly [{
|
|
31762
|
+
readonly "name": "employeeId";
|
|
31763
|
+
readonly "type": {
|
|
31764
|
+
readonly "kind": "NON_NULL";
|
|
31765
|
+
readonly "ofType": {
|
|
31766
|
+
readonly "kind": "SCALAR";
|
|
31767
|
+
readonly "name": "ID";
|
|
31768
|
+
};
|
|
31769
|
+
};
|
|
31770
|
+
}, {
|
|
31771
|
+
readonly "name": "meetingType";
|
|
31772
|
+
readonly "type": {
|
|
31773
|
+
readonly "kind": "LIST";
|
|
31774
|
+
readonly "ofType": {
|
|
31775
|
+
readonly "kind": "NON_NULL";
|
|
31776
|
+
readonly "ofType": {
|
|
31777
|
+
readonly "kind": "ENUM";
|
|
31778
|
+
readonly "name": "MeetingType";
|
|
31779
|
+
};
|
|
31780
|
+
};
|
|
31781
|
+
};
|
|
31782
|
+
}, {
|
|
31783
|
+
readonly "name": "officeId";
|
|
31784
|
+
readonly "type": {
|
|
31785
|
+
readonly "kind": "NON_NULL";
|
|
31786
|
+
readonly "ofType": {
|
|
31787
|
+
readonly "kind": "SCALAR";
|
|
31788
|
+
readonly "name": "ID";
|
|
31789
|
+
};
|
|
31790
|
+
};
|
|
31791
|
+
}, {
|
|
31792
|
+
readonly "name": "regionId";
|
|
31793
|
+
readonly "type": {
|
|
31794
|
+
readonly "kind": "LIST";
|
|
31795
|
+
readonly "ofType": {
|
|
31796
|
+
readonly "kind": "NON_NULL";
|
|
31797
|
+
readonly "ofType": {
|
|
31798
|
+
readonly "kind": "SCALAR";
|
|
31799
|
+
readonly "name": "ID";
|
|
31800
|
+
};
|
|
31801
|
+
};
|
|
31802
|
+
};
|
|
31803
|
+
}, {
|
|
31804
|
+
readonly "name": "subjectId";
|
|
31805
|
+
readonly "type": {
|
|
31806
|
+
readonly "kind": "LIST";
|
|
31807
|
+
readonly "ofType": {
|
|
31808
|
+
readonly "kind": "NON_NULL";
|
|
31809
|
+
readonly "ofType": {
|
|
31810
|
+
readonly "kind": "SCALAR";
|
|
31811
|
+
readonly "name": "ID";
|
|
31812
|
+
};
|
|
31813
|
+
};
|
|
31814
|
+
};
|
|
31815
|
+
}];
|
|
31816
|
+
readonly "isDeprecated": false;
|
|
31817
|
+
}, {
|
|
31818
|
+
readonly "name": "officeUnavailabilities";
|
|
30705
31819
|
readonly "type": {
|
|
30706
31820
|
readonly "kind": "NON_NULL";
|
|
30707
31821
|
readonly "ofType": {
|
|
@@ -30710,64 +31824,37 @@ declare const introspection: {
|
|
|
30710
31824
|
readonly "kind": "NON_NULL";
|
|
30711
31825
|
readonly "ofType": {
|
|
30712
31826
|
readonly "kind": "OBJECT";
|
|
30713
|
-
readonly "name": "
|
|
31827
|
+
readonly "name": "OfficeUnavailability";
|
|
30714
31828
|
};
|
|
30715
31829
|
};
|
|
30716
31830
|
};
|
|
30717
31831
|
};
|
|
30718
31832
|
readonly "args": readonly [{
|
|
30719
|
-
readonly "name": "
|
|
30720
|
-
readonly "type": {
|
|
30721
|
-
readonly "kind": "NON_NULL";
|
|
30722
|
-
readonly "ofType": {
|
|
30723
|
-
readonly "kind": "SCALAR";
|
|
30724
|
-
readonly "name": "ID";
|
|
30725
|
-
};
|
|
30726
|
-
};
|
|
30727
|
-
}, {
|
|
30728
|
-
readonly "name": "meetingType";
|
|
31833
|
+
readonly "name": "from";
|
|
30729
31834
|
readonly "type": {
|
|
30730
|
-
readonly "kind": "
|
|
30731
|
-
readonly "
|
|
30732
|
-
readonly "kind": "NON_NULL";
|
|
30733
|
-
readonly "ofType": {
|
|
30734
|
-
readonly "kind": "ENUM";
|
|
30735
|
-
readonly "name": "MeetingType";
|
|
30736
|
-
};
|
|
30737
|
-
};
|
|
31835
|
+
readonly "kind": "SCALAR";
|
|
31836
|
+
readonly "name": "ISO8601";
|
|
30738
31837
|
};
|
|
30739
31838
|
}, {
|
|
30740
31839
|
readonly "name": "officeId";
|
|
30741
31840
|
readonly "type": {
|
|
30742
31841
|
readonly "kind": "NON_NULL";
|
|
30743
31842
|
readonly "ofType": {
|
|
30744
|
-
readonly "kind": "
|
|
30745
|
-
readonly "name": "ID";
|
|
30746
|
-
};
|
|
30747
|
-
};
|
|
30748
|
-
}, {
|
|
30749
|
-
readonly "name": "regionId";
|
|
30750
|
-
readonly "type": {
|
|
30751
|
-
readonly "kind": "LIST";
|
|
30752
|
-
readonly "ofType": {
|
|
30753
|
-
readonly "kind": "NON_NULL";
|
|
31843
|
+
readonly "kind": "LIST";
|
|
30754
31844
|
readonly "ofType": {
|
|
30755
|
-
readonly "kind": "
|
|
30756
|
-
readonly "
|
|
31845
|
+
readonly "kind": "NON_NULL";
|
|
31846
|
+
readonly "ofType": {
|
|
31847
|
+
readonly "kind": "SCALAR";
|
|
31848
|
+
readonly "name": "ID";
|
|
31849
|
+
};
|
|
30757
31850
|
};
|
|
30758
31851
|
};
|
|
30759
31852
|
};
|
|
30760
31853
|
}, {
|
|
30761
|
-
readonly "name": "
|
|
31854
|
+
readonly "name": "to";
|
|
30762
31855
|
readonly "type": {
|
|
30763
|
-
readonly "kind": "
|
|
30764
|
-
readonly "
|
|
30765
|
-
readonly "kind": "NON_NULL";
|
|
30766
|
-
readonly "ofType": {
|
|
30767
|
-
readonly "kind": "SCALAR";
|
|
30768
|
-
readonly "name": "ID";
|
|
30769
|
-
};
|
|
30770
|
-
};
|
|
31856
|
+
readonly "kind": "SCALAR";
|
|
31857
|
+
readonly "name": "ISO8601";
|
|
30771
31858
|
};
|
|
30772
31859
|
}];
|
|
30773
31860
|
readonly "isDeprecated": false;
|
|
@@ -30902,6 +31989,131 @@ declare const introspection: {
|
|
|
30902
31989
|
};
|
|
30903
31990
|
}];
|
|
30904
31991
|
readonly "isDeprecated": false;
|
|
31992
|
+
}, {
|
|
31993
|
+
readonly "name": "officesUnavailabilities";
|
|
31994
|
+
readonly "type": {
|
|
31995
|
+
readonly "kind": "NON_NULL";
|
|
31996
|
+
readonly "ofType": {
|
|
31997
|
+
readonly "kind": "OBJECT";
|
|
31998
|
+
readonly "name": "OfficesUnavailabilityConnection";
|
|
31999
|
+
};
|
|
32000
|
+
};
|
|
32001
|
+
readonly "args": readonly [{
|
|
32002
|
+
readonly "name": "after";
|
|
32003
|
+
readonly "type": {
|
|
32004
|
+
readonly "kind": "SCALAR";
|
|
32005
|
+
readonly "name": "String";
|
|
32006
|
+
};
|
|
32007
|
+
}, {
|
|
32008
|
+
readonly "name": "before";
|
|
32009
|
+
readonly "type": {
|
|
32010
|
+
readonly "kind": "SCALAR";
|
|
32011
|
+
readonly "name": "String";
|
|
32012
|
+
};
|
|
32013
|
+
}, {
|
|
32014
|
+
readonly "name": "first";
|
|
32015
|
+
readonly "type": {
|
|
32016
|
+
readonly "kind": "SCALAR";
|
|
32017
|
+
readonly "name": "Int";
|
|
32018
|
+
};
|
|
32019
|
+
}, {
|
|
32020
|
+
readonly "name": "from";
|
|
32021
|
+
readonly "type": {
|
|
32022
|
+
readonly "kind": "SCALAR";
|
|
32023
|
+
readonly "name": "String";
|
|
32024
|
+
};
|
|
32025
|
+
}, {
|
|
32026
|
+
readonly "name": "id";
|
|
32027
|
+
readonly "type": {
|
|
32028
|
+
readonly "kind": "LIST";
|
|
32029
|
+
readonly "ofType": {
|
|
32030
|
+
readonly "kind": "NON_NULL";
|
|
32031
|
+
readonly "ofType": {
|
|
32032
|
+
readonly "kind": "SCALAR";
|
|
32033
|
+
readonly "name": "ID";
|
|
32034
|
+
};
|
|
32035
|
+
};
|
|
32036
|
+
};
|
|
32037
|
+
}, {
|
|
32038
|
+
readonly "name": "last";
|
|
32039
|
+
readonly "type": {
|
|
32040
|
+
readonly "kind": "SCALAR";
|
|
32041
|
+
readonly "name": "Int";
|
|
32042
|
+
};
|
|
32043
|
+
}, {
|
|
32044
|
+
readonly "name": "officeId";
|
|
32045
|
+
readonly "type": {
|
|
32046
|
+
readonly "kind": "LIST";
|
|
32047
|
+
readonly "ofType": {
|
|
32048
|
+
readonly "kind": "NON_NULL";
|
|
32049
|
+
readonly "ofType": {
|
|
32050
|
+
readonly "kind": "SCALAR";
|
|
32051
|
+
readonly "name": "ID";
|
|
32052
|
+
};
|
|
32053
|
+
};
|
|
32054
|
+
};
|
|
32055
|
+
}, {
|
|
32056
|
+
readonly "name": "to";
|
|
32057
|
+
readonly "type": {
|
|
32058
|
+
readonly "kind": "SCALAR";
|
|
32059
|
+
readonly "name": "String";
|
|
32060
|
+
};
|
|
32061
|
+
}];
|
|
32062
|
+
readonly "isDeprecated": false;
|
|
32063
|
+
}, {
|
|
32064
|
+
readonly "name": "officesUnavailability";
|
|
32065
|
+
readonly "type": {
|
|
32066
|
+
readonly "kind": "NON_NULL";
|
|
32067
|
+
readonly "ofType": {
|
|
32068
|
+
readonly "kind": "OBJECT";
|
|
32069
|
+
readonly "name": "OfficesUnavailability";
|
|
32070
|
+
};
|
|
32071
|
+
};
|
|
32072
|
+
readonly "args": readonly [{
|
|
32073
|
+
readonly "name": "id";
|
|
32074
|
+
readonly "type": {
|
|
32075
|
+
readonly "kind": "NON_NULL";
|
|
32076
|
+
readonly "ofType": {
|
|
32077
|
+
readonly "kind": "SCALAR";
|
|
32078
|
+
readonly "name": "ID";
|
|
32079
|
+
};
|
|
32080
|
+
};
|
|
32081
|
+
}];
|
|
32082
|
+
readonly "isDeprecated": false;
|
|
32083
|
+
}, {
|
|
32084
|
+
readonly "name": "oidcIntegration";
|
|
32085
|
+
readonly "type": {
|
|
32086
|
+
readonly "kind": "OBJECT";
|
|
32087
|
+
readonly "name": "OidcIntegration";
|
|
32088
|
+
};
|
|
32089
|
+
readonly "args": readonly [{
|
|
32090
|
+
readonly "name": "provider";
|
|
32091
|
+
readonly "type": {
|
|
32092
|
+
readonly "kind": "NON_NULL";
|
|
32093
|
+
readonly "ofType": {
|
|
32094
|
+
readonly "kind": "ENUM";
|
|
32095
|
+
readonly "name": "OidcProviderType";
|
|
32096
|
+
};
|
|
32097
|
+
};
|
|
32098
|
+
}];
|
|
32099
|
+
readonly "isDeprecated": false;
|
|
32100
|
+
}, {
|
|
32101
|
+
readonly "name": "oidcIntegrations";
|
|
32102
|
+
readonly "type": {
|
|
32103
|
+
readonly "kind": "NON_NULL";
|
|
32104
|
+
readonly "ofType": {
|
|
32105
|
+
readonly "kind": "LIST";
|
|
32106
|
+
readonly "ofType": {
|
|
32107
|
+
readonly "kind": "NON_NULL";
|
|
32108
|
+
readonly "ofType": {
|
|
32109
|
+
readonly "kind": "OBJECT";
|
|
32110
|
+
readonly "name": "OidcIntegration";
|
|
32111
|
+
};
|
|
32112
|
+
};
|
|
32113
|
+
};
|
|
32114
|
+
};
|
|
32115
|
+
readonly "args": readonly [];
|
|
32116
|
+
readonly "isDeprecated": false;
|
|
30905
32117
|
}, {
|
|
30906
32118
|
readonly "name": "pexipInfinityCall";
|
|
30907
32119
|
readonly "type": {
|
|
@@ -32309,6 +33521,14 @@ declare const introspection: {
|
|
|
32309
33521
|
};
|
|
32310
33522
|
}];
|
|
32311
33523
|
readonly "isDeprecated": false;
|
|
33524
|
+
}, {
|
|
33525
|
+
readonly "name": "ssoRedirectTarget";
|
|
33526
|
+
readonly "type": {
|
|
33527
|
+
readonly "kind": "ENUM";
|
|
33528
|
+
readonly "name": "SsoRedirectTarget";
|
|
33529
|
+
};
|
|
33530
|
+
readonly "args": readonly [];
|
|
33531
|
+
readonly "isDeprecated": false;
|
|
32312
33532
|
}, {
|
|
32313
33533
|
readonly "name": "staticTranslationOverrides";
|
|
32314
33534
|
readonly "type": {
|
|
@@ -34399,29 +35619,68 @@ declare const introspection: {
|
|
|
34399
35619
|
readonly "kind": "ENUM";
|
|
34400
35620
|
readonly "name": "ResourceType";
|
|
34401
35621
|
readonly "enumValues": readonly [{
|
|
35622
|
+
readonly "name": "ANSWER_OPTION";
|
|
35623
|
+
readonly "isDeprecated": false;
|
|
35624
|
+
}, {
|
|
34402
35625
|
readonly "name": "API_CLIENT";
|
|
34403
35626
|
readonly "isDeprecated": false;
|
|
35627
|
+
}, {
|
|
35628
|
+
readonly "name": "APPLIED_TEMPLATE";
|
|
35629
|
+
readonly "isDeprecated": false;
|
|
34404
35630
|
}, {
|
|
34405
35631
|
readonly "name": "APPOINTMENT";
|
|
34406
35632
|
readonly "isDeprecated": false;
|
|
35633
|
+
}, {
|
|
35634
|
+
readonly "name": "AVAILABILITY_TEMPLATE";
|
|
35635
|
+
readonly "isDeprecated": false;
|
|
35636
|
+
}, {
|
|
35637
|
+
readonly "name": "AVAILABILITY_TIME_RANGE";
|
|
35638
|
+
readonly "isDeprecated": false;
|
|
35639
|
+
}, {
|
|
35640
|
+
readonly "name": "AVAILABILITY_TIME_RANGE_OFFICE";
|
|
35641
|
+
readonly "isDeprecated": false;
|
|
35642
|
+
}, {
|
|
35643
|
+
readonly "name": "CALENDAR_EVENT_TEMPLATE";
|
|
35644
|
+
readonly "isDeprecated": false;
|
|
35645
|
+
}, {
|
|
35646
|
+
readonly "name": "CALLBACK_REQUEST";
|
|
35647
|
+
readonly "isDeprecated": false;
|
|
34407
35648
|
}, {
|
|
34408
35649
|
readonly "name": "CUSTOMER";
|
|
34409
35650
|
readonly "isDeprecated": false;
|
|
35651
|
+
}, {
|
|
35652
|
+
readonly "name": "EMAIL_TEMPLATE";
|
|
35653
|
+
readonly "isDeprecated": false;
|
|
34410
35654
|
}, {
|
|
34411
35655
|
readonly "name": "EMPLOYEE";
|
|
34412
35656
|
readonly "isDeprecated": false;
|
|
34413
35657
|
}, {
|
|
34414
35658
|
readonly "name": "ENTERPRISE_SETTING";
|
|
34415
35659
|
readonly "isDeprecated": false;
|
|
35660
|
+
}, {
|
|
35661
|
+
readonly "name": "EXTERNAL_CALENDAR";
|
|
35662
|
+
readonly "isDeprecated": false;
|
|
34416
35663
|
}, {
|
|
34417
35664
|
readonly "name": "EXTERNAL_CALENDAR_ACCOUNT";
|
|
34418
35665
|
readonly "isDeprecated": false;
|
|
35666
|
+
}, {
|
|
35667
|
+
readonly "name": "FETCH_CONFIGURATION";
|
|
35668
|
+
readonly "isDeprecated": false;
|
|
35669
|
+
}, {
|
|
35670
|
+
readonly "name": "FILE";
|
|
35671
|
+
readonly "isDeprecated": false;
|
|
35672
|
+
}, {
|
|
35673
|
+
readonly "name": "FORM";
|
|
35674
|
+
readonly "isDeprecated": false;
|
|
34419
35675
|
}, {
|
|
34420
35676
|
readonly "name": "LEAD_SEGMENT";
|
|
34421
35677
|
readonly "isDeprecated": false;
|
|
34422
35678
|
}, {
|
|
34423
35679
|
readonly "name": "LISTING";
|
|
34424
35680
|
readonly "isDeprecated": false;
|
|
35681
|
+
}, {
|
|
35682
|
+
readonly "name": "MEETING_ROOM";
|
|
35683
|
+
readonly "isDeprecated": false;
|
|
34425
35684
|
}, {
|
|
34426
35685
|
readonly "name": "MEETING_TYPE";
|
|
34427
35686
|
readonly "isDeprecated": false;
|
|
@@ -34431,6 +35690,12 @@ declare const introspection: {
|
|
|
34431
35690
|
}, {
|
|
34432
35691
|
readonly "name": "OFFICE_RELATION";
|
|
34433
35692
|
readonly "isDeprecated": false;
|
|
35693
|
+
}, {
|
|
35694
|
+
readonly "name": "OIDC_INTEGRATION";
|
|
35695
|
+
readonly "isDeprecated": false;
|
|
35696
|
+
}, {
|
|
35697
|
+
readonly "name": "QUESTION";
|
|
35698
|
+
readonly "isDeprecated": false;
|
|
34434
35699
|
}, {
|
|
34435
35700
|
readonly "name": "SAML_INTEGRATION";
|
|
34436
35701
|
readonly "isDeprecated": false;
|
|
@@ -34446,6 +35711,12 @@ declare const introspection: {
|
|
|
34446
35711
|
}, {
|
|
34447
35712
|
readonly "name": "SUBJECT_GROUP";
|
|
34448
35713
|
readonly "isDeprecated": false;
|
|
35714
|
+
}, {
|
|
35715
|
+
readonly "name": "TEXT_MESSAGE_TEMPLATE";
|
|
35716
|
+
readonly "isDeprecated": false;
|
|
35717
|
+
}, {
|
|
35718
|
+
readonly "name": "UNAVAILABILITY";
|
|
35719
|
+
readonly "isDeprecated": false;
|
|
34449
35720
|
}];
|
|
34450
35721
|
}, {
|
|
34451
35722
|
readonly "kind": "OBJECT";
|
|
@@ -36092,6 +37363,9 @@ declare const introspection: {
|
|
|
36092
37363
|
}, {
|
|
36093
37364
|
readonly "name": "order";
|
|
36094
37365
|
readonly "isDeprecated": false;
|
|
37366
|
+
}, {
|
|
37367
|
+
readonly "name": "subjectGroupDescription";
|
|
37368
|
+
readonly "isDeprecated": false;
|
|
36095
37369
|
}, {
|
|
36096
37370
|
readonly "name": "subjectGroupId";
|
|
36097
37371
|
readonly "isDeprecated": false;
|
|
@@ -36127,6 +37401,16 @@ declare const introspection: {
|
|
|
36127
37401
|
readonly "name": "updatedAt";
|
|
36128
37402
|
readonly "isDeprecated": false;
|
|
36129
37403
|
}];
|
|
37404
|
+
}, {
|
|
37405
|
+
readonly "kind": "ENUM";
|
|
37406
|
+
readonly "name": "SsoRedirectTarget";
|
|
37407
|
+
readonly "enumValues": readonly [{
|
|
37408
|
+
readonly "name": "OIDC_MICROSOFT_ENTRA";
|
|
37409
|
+
readonly "isDeprecated": false;
|
|
37410
|
+
}, {
|
|
37411
|
+
readonly "name": "SAML";
|
|
37412
|
+
readonly "isDeprecated": false;
|
|
37413
|
+
}];
|
|
36130
37414
|
}, {
|
|
36131
37415
|
readonly "kind": "ENUM";
|
|
36132
37416
|
readonly "name": "StaticTranslationModule";
|
|
@@ -39246,6 +40530,9 @@ declare const introspection: {
|
|
|
39246
40530
|
}, {
|
|
39247
40531
|
readonly "name": "CUSTOMER_OVERVIEW";
|
|
39248
40532
|
readonly "isDeprecated": false;
|
|
40533
|
+
}, {
|
|
40534
|
+
readonly "name": "CUSTOMER_PHONE_NUMBER_VALIDATION";
|
|
40535
|
+
readonly "isDeprecated": false;
|
|
39249
40536
|
}, {
|
|
39250
40537
|
readonly "name": "DEFAULT_AVAILABILITY_SETTINGS_OVERRIDE";
|
|
39251
40538
|
readonly "isDeprecated": false;
|
|
@@ -40822,17 +42109,6 @@ declare const introspection: {
|
|
|
40822
42109
|
};
|
|
40823
42110
|
readonly "args": readonly [];
|
|
40824
42111
|
readonly "isDeprecated": false;
|
|
40825
|
-
}, {
|
|
40826
|
-
readonly "name": "deliveryId";
|
|
40827
|
-
readonly "type": {
|
|
40828
|
-
readonly "kind": "NON_NULL";
|
|
40829
|
-
readonly "ofType": {
|
|
40830
|
-
readonly "kind": "SCALAR";
|
|
40831
|
-
readonly "name": "String";
|
|
40832
|
-
};
|
|
40833
|
-
};
|
|
40834
|
-
readonly "args": readonly [];
|
|
40835
|
-
readonly "isDeprecated": false;
|
|
40836
42112
|
}, {
|
|
40837
42113
|
readonly "name": "duration";
|
|
40838
42114
|
readonly "type": {
|
|
@@ -40860,17 +42136,6 @@ declare const introspection: {
|
|
|
40860
42136
|
};
|
|
40861
42137
|
readonly "args": readonly [];
|
|
40862
42138
|
readonly "isDeprecated": false;
|
|
40863
|
-
}, {
|
|
40864
|
-
readonly "name": "redelivery";
|
|
40865
|
-
readonly "type": {
|
|
40866
|
-
readonly "kind": "NON_NULL";
|
|
40867
|
-
readonly "ofType": {
|
|
40868
|
-
readonly "kind": "SCALAR";
|
|
40869
|
-
readonly "name": "Boolean";
|
|
40870
|
-
};
|
|
40871
|
-
};
|
|
40872
|
-
readonly "args": readonly [];
|
|
40873
|
-
readonly "isDeprecated": false;
|
|
40874
42139
|
}, {
|
|
40875
42140
|
readonly "name": "resourceId";
|
|
40876
42141
|
readonly "type": {
|