@pexip-engage-public/graphql 1.0.73-canary-20250526074113 → 1.0.73-canary-20250527085440
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 +2 -1
- package/dist/graphql-env.d.ts +632 -28
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +692 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +78 -4
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +692 -0
- package/src/schema.ts +102 -3
package/dist/graphql-env.d.ts
CHANGED
|
@@ -5769,6 +5769,140 @@ declare const introspection: {
|
|
|
5769
5769
|
readonly isDeprecated: false;
|
|
5770
5770
|
}];
|
|
5771
5771
|
readonly interfaces: readonly [];
|
|
5772
|
+
}, {
|
|
5773
|
+
readonly kind: "OBJECT";
|
|
5774
|
+
readonly name: "Communication";
|
|
5775
|
+
readonly fields: readonly [{
|
|
5776
|
+
readonly name: "channel";
|
|
5777
|
+
readonly type: {
|
|
5778
|
+
readonly kind: "NON_NULL";
|
|
5779
|
+
readonly ofType: {
|
|
5780
|
+
readonly kind: "ENUM";
|
|
5781
|
+
readonly name: "CommunicationChannel";
|
|
5782
|
+
};
|
|
5783
|
+
};
|
|
5784
|
+
readonly args: readonly [];
|
|
5785
|
+
readonly isDeprecated: false;
|
|
5786
|
+
}, {
|
|
5787
|
+
readonly name: "communicationReceiver";
|
|
5788
|
+
readonly type: {
|
|
5789
|
+
readonly kind: "NON_NULL";
|
|
5790
|
+
readonly ofType: {
|
|
5791
|
+
readonly kind: "UNION";
|
|
5792
|
+
readonly name: "CommunicationReceiver";
|
|
5793
|
+
};
|
|
5794
|
+
};
|
|
5795
|
+
readonly args: readonly [];
|
|
5796
|
+
readonly isDeprecated: false;
|
|
5797
|
+
}, {
|
|
5798
|
+
readonly name: "communicationType";
|
|
5799
|
+
readonly type: {
|
|
5800
|
+
readonly kind: "NON_NULL";
|
|
5801
|
+
readonly ofType: {
|
|
5802
|
+
readonly kind: "ENUM";
|
|
5803
|
+
readonly name: "CommunicationType";
|
|
5804
|
+
};
|
|
5805
|
+
};
|
|
5806
|
+
readonly args: readonly [];
|
|
5807
|
+
readonly isDeprecated: false;
|
|
5808
|
+
}, {
|
|
5809
|
+
readonly name: "correlationId";
|
|
5810
|
+
readonly type: {
|
|
5811
|
+
readonly kind: "NON_NULL";
|
|
5812
|
+
readonly ofType: {
|
|
5813
|
+
readonly kind: "SCALAR";
|
|
5814
|
+
readonly name: "String";
|
|
5815
|
+
};
|
|
5816
|
+
};
|
|
5817
|
+
readonly args: readonly [];
|
|
5818
|
+
readonly isDeprecated: false;
|
|
5819
|
+
}, {
|
|
5820
|
+
readonly name: "createdAt";
|
|
5821
|
+
readonly type: {
|
|
5822
|
+
readonly kind: "NON_NULL";
|
|
5823
|
+
readonly ofType: {
|
|
5824
|
+
readonly kind: "SCALAR";
|
|
5825
|
+
readonly name: "ISO8601";
|
|
5826
|
+
};
|
|
5827
|
+
};
|
|
5828
|
+
readonly args: readonly [];
|
|
5829
|
+
readonly isDeprecated: false;
|
|
5830
|
+
}, {
|
|
5831
|
+
readonly name: "eventType";
|
|
5832
|
+
readonly type: {
|
|
5833
|
+
readonly kind: "NON_NULL";
|
|
5834
|
+
readonly ofType: {
|
|
5835
|
+
readonly kind: "SCALAR";
|
|
5836
|
+
readonly name: "String";
|
|
5837
|
+
};
|
|
5838
|
+
};
|
|
5839
|
+
readonly args: readonly [];
|
|
5840
|
+
readonly isDeprecated: false;
|
|
5841
|
+
}, {
|
|
5842
|
+
readonly name: "id";
|
|
5843
|
+
readonly type: {
|
|
5844
|
+
readonly kind: "NON_NULL";
|
|
5845
|
+
readonly ofType: {
|
|
5846
|
+
readonly kind: "SCALAR";
|
|
5847
|
+
readonly name: "ID";
|
|
5848
|
+
};
|
|
5849
|
+
};
|
|
5850
|
+
readonly args: readonly [];
|
|
5851
|
+
readonly isDeprecated: false;
|
|
5852
|
+
}, {
|
|
5853
|
+
readonly name: "processedAt";
|
|
5854
|
+
readonly type: {
|
|
5855
|
+
readonly kind: "NON_NULL";
|
|
5856
|
+
readonly ofType: {
|
|
5857
|
+
readonly kind: "SCALAR";
|
|
5858
|
+
readonly name: "ISO8601";
|
|
5859
|
+
};
|
|
5860
|
+
};
|
|
5861
|
+
readonly args: readonly [];
|
|
5862
|
+
readonly isDeprecated: false;
|
|
5863
|
+
}, {
|
|
5864
|
+
readonly name: "resourceId";
|
|
5865
|
+
readonly type: {
|
|
5866
|
+
readonly kind: "NON_NULL";
|
|
5867
|
+
readonly ofType: {
|
|
5868
|
+
readonly kind: "SCALAR";
|
|
5869
|
+
readonly name: "Int";
|
|
5870
|
+
};
|
|
5871
|
+
};
|
|
5872
|
+
readonly args: readonly [];
|
|
5873
|
+
readonly isDeprecated: false;
|
|
5874
|
+
}, {
|
|
5875
|
+
readonly name: "resourceType";
|
|
5876
|
+
readonly type: {
|
|
5877
|
+
readonly kind: "NON_NULL";
|
|
5878
|
+
readonly ofType: {
|
|
5879
|
+
readonly kind: "ENUM";
|
|
5880
|
+
readonly name: "CommunicationResourceType";
|
|
5881
|
+
};
|
|
5882
|
+
};
|
|
5883
|
+
readonly args: readonly [];
|
|
5884
|
+
readonly isDeprecated: false;
|
|
5885
|
+
}, {
|
|
5886
|
+
readonly name: "resourceVersion";
|
|
5887
|
+
readonly type: {
|
|
5888
|
+
readonly kind: "SCALAR";
|
|
5889
|
+
readonly name: "Int";
|
|
5890
|
+
};
|
|
5891
|
+
readonly args: readonly [];
|
|
5892
|
+
readonly isDeprecated: false;
|
|
5893
|
+
}, {
|
|
5894
|
+
readonly name: "scheduledAt";
|
|
5895
|
+
readonly type: {
|
|
5896
|
+
readonly kind: "NON_NULL";
|
|
5897
|
+
readonly ofType: {
|
|
5898
|
+
readonly kind: "SCALAR";
|
|
5899
|
+
readonly name: "ISO8601";
|
|
5900
|
+
};
|
|
5901
|
+
};
|
|
5902
|
+
readonly args: readonly [];
|
|
5903
|
+
readonly isDeprecated: false;
|
|
5904
|
+
}];
|
|
5905
|
+
readonly interfaces: readonly [];
|
|
5772
5906
|
}, {
|
|
5773
5907
|
readonly kind: "ENUM";
|
|
5774
5908
|
readonly name: "CommunicationChannel";
|
|
@@ -5825,6 +5959,65 @@ declare const introspection: {
|
|
|
5825
5959
|
readonly isDeprecated: false;
|
|
5826
5960
|
}];
|
|
5827
5961
|
readonly interfaces: readonly [];
|
|
5962
|
+
}, {
|
|
5963
|
+
readonly kind: "UNION";
|
|
5964
|
+
readonly name: "CommunicationReceiver";
|
|
5965
|
+
readonly possibleTypes: readonly [{
|
|
5966
|
+
readonly kind: "OBJECT";
|
|
5967
|
+
readonly name: "Customer";
|
|
5968
|
+
}, {
|
|
5969
|
+
readonly kind: "OBJECT";
|
|
5970
|
+
readonly name: "Employee";
|
|
5971
|
+
}, {
|
|
5972
|
+
readonly kind: "OBJECT";
|
|
5973
|
+
readonly name: "Enterprise";
|
|
5974
|
+
}, {
|
|
5975
|
+
readonly kind: "OBJECT";
|
|
5976
|
+
readonly name: "Office";
|
|
5977
|
+
}];
|
|
5978
|
+
}, {
|
|
5979
|
+
readonly kind: "ENUM";
|
|
5980
|
+
readonly name: "CommunicationResourceType";
|
|
5981
|
+
readonly enumValues: readonly [{
|
|
5982
|
+
readonly name: "APPOINTMENT";
|
|
5983
|
+
readonly isDeprecated: false;
|
|
5984
|
+
}, {
|
|
5985
|
+
readonly name: "CALLBACK_REQUEST";
|
|
5986
|
+
readonly isDeprecated: false;
|
|
5987
|
+
}];
|
|
5988
|
+
}, {
|
|
5989
|
+
readonly kind: "INPUT_OBJECT";
|
|
5990
|
+
readonly name: "CommunicationSort";
|
|
5991
|
+
readonly inputFields: readonly [{
|
|
5992
|
+
readonly name: "direction";
|
|
5993
|
+
readonly type: {
|
|
5994
|
+
readonly kind: "NON_NULL";
|
|
5995
|
+
readonly ofType: {
|
|
5996
|
+
readonly kind: "ENUM";
|
|
5997
|
+
readonly name: "SortDirection";
|
|
5998
|
+
};
|
|
5999
|
+
};
|
|
6000
|
+
}, {
|
|
6001
|
+
readonly name: "field";
|
|
6002
|
+
readonly type: {
|
|
6003
|
+
readonly kind: "NON_NULL";
|
|
6004
|
+
readonly ofType: {
|
|
6005
|
+
readonly kind: "ENUM";
|
|
6006
|
+
readonly name: "SortableCommunicationFields";
|
|
6007
|
+
};
|
|
6008
|
+
};
|
|
6009
|
+
}];
|
|
6010
|
+
readonly isOneOf: false;
|
|
6011
|
+
}, {
|
|
6012
|
+
readonly kind: "ENUM";
|
|
6013
|
+
readonly name: "CommunicationType";
|
|
6014
|
+
readonly enumValues: readonly [{
|
|
6015
|
+
readonly name: "NOTIFICATION";
|
|
6016
|
+
readonly isDeprecated: false;
|
|
6017
|
+
}, {
|
|
6018
|
+
readonly name: "REMINDER";
|
|
6019
|
+
readonly isDeprecated: false;
|
|
6020
|
+
}];
|
|
5828
6021
|
}, {
|
|
5829
6022
|
readonly kind: "OBJECT";
|
|
5830
6023
|
readonly name: "Customer";
|
|
@@ -7498,6 +7691,9 @@ declare const introspection: {
|
|
|
7498
7691
|
}, {
|
|
7499
7692
|
readonly name: "SMTP";
|
|
7500
7693
|
readonly isDeprecated: false;
|
|
7694
|
+
}, {
|
|
7695
|
+
readonly name: "WEBHOOK";
|
|
7696
|
+
readonly isDeprecated: false;
|
|
7501
7697
|
}];
|
|
7502
7698
|
}, {
|
|
7503
7699
|
readonly kind: "OBJECT";
|
|
@@ -9105,6 +9301,22 @@ declare const introspection: {
|
|
|
9105
9301
|
};
|
|
9106
9302
|
}];
|
|
9107
9303
|
readonly isOneOf: false;
|
|
9304
|
+
}, {
|
|
9305
|
+
readonly kind: "OBJECT";
|
|
9306
|
+
readonly name: "Enterprise";
|
|
9307
|
+
readonly fields: readonly [{
|
|
9308
|
+
readonly name: "name";
|
|
9309
|
+
readonly type: {
|
|
9310
|
+
readonly kind: "NON_NULL";
|
|
9311
|
+
readonly ofType: {
|
|
9312
|
+
readonly kind: "SCALAR";
|
|
9313
|
+
readonly name: "String";
|
|
9314
|
+
};
|
|
9315
|
+
};
|
|
9316
|
+
readonly args: readonly [];
|
|
9317
|
+
readonly isDeprecated: false;
|
|
9318
|
+
}];
|
|
9319
|
+
readonly interfaces: readonly [];
|
|
9108
9320
|
}, {
|
|
9109
9321
|
readonly kind: "INPUT_OBJECT";
|
|
9110
9322
|
readonly name: "EnterpriseSettingTranslationInput";
|
|
@@ -15231,6 +15443,14 @@ declare const introspection: {
|
|
|
15231
15443
|
};
|
|
15232
15444
|
readonly args: readonly [];
|
|
15233
15445
|
readonly isDeprecated: false;
|
|
15446
|
+
}, {
|
|
15447
|
+
readonly name: "phoneNumber";
|
|
15448
|
+
readonly type: {
|
|
15449
|
+
readonly kind: "SCALAR";
|
|
15450
|
+
readonly name: "String";
|
|
15451
|
+
};
|
|
15452
|
+
readonly args: readonly [];
|
|
15453
|
+
readonly isDeprecated: false;
|
|
15234
15454
|
}, {
|
|
15235
15455
|
readonly name: "resourceId";
|
|
15236
15456
|
readonly type: {
|
|
@@ -15391,6 +15611,12 @@ declare const introspection: {
|
|
|
15391
15611
|
readonly kind: "SCALAR";
|
|
15392
15612
|
readonly name: "ID";
|
|
15393
15613
|
};
|
|
15614
|
+
}, {
|
|
15615
|
+
readonly name: "phoneNumber";
|
|
15616
|
+
readonly type: {
|
|
15617
|
+
readonly kind: "SCALAR";
|
|
15618
|
+
readonly name: "String";
|
|
15619
|
+
};
|
|
15394
15620
|
}, {
|
|
15395
15621
|
readonly name: "resourceId";
|
|
15396
15622
|
readonly type: {
|
|
@@ -15633,6 +15859,12 @@ declare const introspection: {
|
|
|
15633
15859
|
readonly kind: "SCALAR";
|
|
15634
15860
|
readonly name: "ID";
|
|
15635
15861
|
};
|
|
15862
|
+
}, {
|
|
15863
|
+
readonly name: "phoneNumber";
|
|
15864
|
+
readonly type: {
|
|
15865
|
+
readonly kind: "SCALAR";
|
|
15866
|
+
readonly name: "String";
|
|
15867
|
+
};
|
|
15636
15868
|
}, {
|
|
15637
15869
|
readonly name: "resourceId";
|
|
15638
15870
|
readonly type: {
|
|
@@ -22919,9 +23151,9 @@ declare const introspection: {
|
|
|
22919
23151
|
readonly interfaces: readonly [];
|
|
22920
23152
|
}, {
|
|
22921
23153
|
readonly kind: "OBJECT";
|
|
22922
|
-
readonly name: "
|
|
23154
|
+
readonly name: "PexipInfinityCall";
|
|
22923
23155
|
readonly fields: readonly [{
|
|
22924
|
-
readonly name: "
|
|
23156
|
+
readonly name: "conferenceNode";
|
|
22925
23157
|
readonly type: {
|
|
22926
23158
|
readonly kind: "NON_NULL";
|
|
22927
23159
|
readonly ofType: {
|
|
@@ -22932,7 +23164,7 @@ declare const introspection: {
|
|
|
22932
23164
|
readonly args: readonly [];
|
|
22933
23165
|
readonly isDeprecated: false;
|
|
22934
23166
|
}, {
|
|
22935
|
-
readonly name: "
|
|
23167
|
+
readonly name: "dialInCode";
|
|
22936
23168
|
readonly type: {
|
|
22937
23169
|
readonly kind: "NON_NULL";
|
|
22938
23170
|
readonly ofType: {
|
|
@@ -22943,7 +23175,7 @@ declare const introspection: {
|
|
|
22943
23175
|
readonly args: readonly [];
|
|
22944
23176
|
readonly isDeprecated: false;
|
|
22945
23177
|
}, {
|
|
22946
|
-
readonly name: "
|
|
23178
|
+
readonly name: "dialInNumber";
|
|
22947
23179
|
readonly type: {
|
|
22948
23180
|
readonly kind: "NON_NULL";
|
|
22949
23181
|
readonly ofType: {
|
|
@@ -22954,56 +23186,56 @@ declare const introspection: {
|
|
|
22954
23186
|
readonly args: readonly [];
|
|
22955
23187
|
readonly isDeprecated: false;
|
|
22956
23188
|
}, {
|
|
22957
|
-
readonly name: "
|
|
23189
|
+
readonly name: "id";
|
|
22958
23190
|
readonly type: {
|
|
22959
23191
|
readonly kind: "NON_NULL";
|
|
22960
23192
|
readonly ofType: {
|
|
22961
23193
|
readonly kind: "SCALAR";
|
|
22962
|
-
readonly name: "
|
|
23194
|
+
readonly name: "ID";
|
|
22963
23195
|
};
|
|
22964
23196
|
};
|
|
22965
23197
|
readonly args: readonly [];
|
|
22966
23198
|
readonly isDeprecated: false;
|
|
22967
|
-
}
|
|
22968
|
-
|
|
22969
|
-
}, {
|
|
22970
|
-
readonly kind: "OBJECT";
|
|
22971
|
-
readonly name: "PrimaryBrandColorEnterpriseSetting";
|
|
22972
|
-
readonly fields: readonly [{
|
|
22973
|
-
readonly name: "createdAt";
|
|
23199
|
+
}, {
|
|
23200
|
+
readonly name: "pin";
|
|
22974
23201
|
readonly type: {
|
|
22975
23202
|
readonly kind: "NON_NULL";
|
|
22976
23203
|
readonly ofType: {
|
|
22977
23204
|
readonly kind: "SCALAR";
|
|
22978
|
-
readonly name: "
|
|
23205
|
+
readonly name: "String";
|
|
22979
23206
|
};
|
|
22980
23207
|
};
|
|
22981
23208
|
readonly args: readonly [];
|
|
22982
23209
|
readonly isDeprecated: false;
|
|
22983
23210
|
}, {
|
|
22984
|
-
readonly name: "
|
|
23211
|
+
readonly name: "vmrId";
|
|
22985
23212
|
readonly type: {
|
|
22986
23213
|
readonly kind: "NON_NULL";
|
|
22987
23214
|
readonly ofType: {
|
|
22988
23215
|
readonly kind: "SCALAR";
|
|
22989
|
-
readonly name: "
|
|
23216
|
+
readonly name: "Int";
|
|
22990
23217
|
};
|
|
22991
23218
|
};
|
|
22992
23219
|
readonly args: readonly [];
|
|
22993
23220
|
readonly isDeprecated: false;
|
|
22994
23221
|
}, {
|
|
22995
|
-
readonly name: "
|
|
23222
|
+
readonly name: "vmrName";
|
|
22996
23223
|
readonly type: {
|
|
22997
23224
|
readonly kind: "NON_NULL";
|
|
22998
23225
|
readonly ofType: {
|
|
22999
23226
|
readonly kind: "SCALAR";
|
|
23000
|
-
readonly name: "
|
|
23227
|
+
readonly name: "String";
|
|
23001
23228
|
};
|
|
23002
23229
|
};
|
|
23003
23230
|
readonly args: readonly [];
|
|
23004
23231
|
readonly isDeprecated: false;
|
|
23005
|
-
}
|
|
23006
|
-
|
|
23232
|
+
}];
|
|
23233
|
+
readonly interfaces: readonly [];
|
|
23234
|
+
}, {
|
|
23235
|
+
readonly kind: "OBJECT";
|
|
23236
|
+
readonly name: "PexipVPaaSParticipant";
|
|
23237
|
+
readonly fields: readonly [{
|
|
23238
|
+
readonly name: "pexipVPaaSApiAddress";
|
|
23007
23239
|
readonly type: {
|
|
23008
23240
|
readonly kind: "NON_NULL";
|
|
23009
23241
|
readonly ofType: {
|
|
@@ -23013,17 +23245,99 @@ declare const introspection: {
|
|
|
23013
23245
|
};
|
|
23014
23246
|
readonly args: readonly [];
|
|
23015
23247
|
readonly isDeprecated: false;
|
|
23016
|
-
}
|
|
23017
|
-
|
|
23018
|
-
}, {
|
|
23019
|
-
readonly kind: "INPUT_OBJECT";
|
|
23020
|
-
readonly name: "PutAppointmentAnswersInput";
|
|
23021
|
-
readonly inputFields: readonly [{
|
|
23022
|
-
readonly name: "answers";
|
|
23248
|
+
}, {
|
|
23249
|
+
readonly name: "pexipVPaaSMeetingId";
|
|
23023
23250
|
readonly type: {
|
|
23024
23251
|
readonly kind: "NON_NULL";
|
|
23025
23252
|
readonly ofType: {
|
|
23026
|
-
readonly kind: "
|
|
23253
|
+
readonly kind: "SCALAR";
|
|
23254
|
+
readonly name: "String";
|
|
23255
|
+
};
|
|
23256
|
+
};
|
|
23257
|
+
readonly args: readonly [];
|
|
23258
|
+
readonly isDeprecated: false;
|
|
23259
|
+
}, {
|
|
23260
|
+
readonly name: "pexipVPaaSParticipantId";
|
|
23261
|
+
readonly type: {
|
|
23262
|
+
readonly kind: "NON_NULL";
|
|
23263
|
+
readonly ofType: {
|
|
23264
|
+
readonly kind: "SCALAR";
|
|
23265
|
+
readonly name: "String";
|
|
23266
|
+
};
|
|
23267
|
+
};
|
|
23268
|
+
readonly args: readonly [];
|
|
23269
|
+
readonly isDeprecated: false;
|
|
23270
|
+
}, {
|
|
23271
|
+
readonly name: "pexipVPaaSParticipantSecret";
|
|
23272
|
+
readonly type: {
|
|
23273
|
+
readonly kind: "NON_NULL";
|
|
23274
|
+
readonly ofType: {
|
|
23275
|
+
readonly kind: "SCALAR";
|
|
23276
|
+
readonly name: "String";
|
|
23277
|
+
};
|
|
23278
|
+
};
|
|
23279
|
+
readonly args: readonly [];
|
|
23280
|
+
readonly isDeprecated: false;
|
|
23281
|
+
}];
|
|
23282
|
+
readonly interfaces: readonly [];
|
|
23283
|
+
}, {
|
|
23284
|
+
readonly kind: "OBJECT";
|
|
23285
|
+
readonly name: "PrimaryBrandColorEnterpriseSetting";
|
|
23286
|
+
readonly fields: readonly [{
|
|
23287
|
+
readonly name: "createdAt";
|
|
23288
|
+
readonly type: {
|
|
23289
|
+
readonly kind: "NON_NULL";
|
|
23290
|
+
readonly ofType: {
|
|
23291
|
+
readonly kind: "SCALAR";
|
|
23292
|
+
readonly name: "ISO8601";
|
|
23293
|
+
};
|
|
23294
|
+
};
|
|
23295
|
+
readonly args: readonly [];
|
|
23296
|
+
readonly isDeprecated: false;
|
|
23297
|
+
}, {
|
|
23298
|
+
readonly name: "manageable";
|
|
23299
|
+
readonly type: {
|
|
23300
|
+
readonly kind: "NON_NULL";
|
|
23301
|
+
readonly ofType: {
|
|
23302
|
+
readonly kind: "SCALAR";
|
|
23303
|
+
readonly name: "Boolean";
|
|
23304
|
+
};
|
|
23305
|
+
};
|
|
23306
|
+
readonly args: readonly [];
|
|
23307
|
+
readonly isDeprecated: false;
|
|
23308
|
+
}, {
|
|
23309
|
+
readonly name: "updatedAt";
|
|
23310
|
+
readonly type: {
|
|
23311
|
+
readonly kind: "NON_NULL";
|
|
23312
|
+
readonly ofType: {
|
|
23313
|
+
readonly kind: "SCALAR";
|
|
23314
|
+
readonly name: "ISO8601";
|
|
23315
|
+
};
|
|
23316
|
+
};
|
|
23317
|
+
readonly args: readonly [];
|
|
23318
|
+
readonly isDeprecated: false;
|
|
23319
|
+
}, {
|
|
23320
|
+
readonly name: "value";
|
|
23321
|
+
readonly type: {
|
|
23322
|
+
readonly kind: "NON_NULL";
|
|
23323
|
+
readonly ofType: {
|
|
23324
|
+
readonly kind: "SCALAR";
|
|
23325
|
+
readonly name: "String";
|
|
23326
|
+
};
|
|
23327
|
+
};
|
|
23328
|
+
readonly args: readonly [];
|
|
23329
|
+
readonly isDeprecated: false;
|
|
23330
|
+
}];
|
|
23331
|
+
readonly interfaces: readonly [];
|
|
23332
|
+
}, {
|
|
23333
|
+
readonly kind: "INPUT_OBJECT";
|
|
23334
|
+
readonly name: "PutAppointmentAnswersInput";
|
|
23335
|
+
readonly inputFields: readonly [{
|
|
23336
|
+
readonly name: "answers";
|
|
23337
|
+
readonly type: {
|
|
23338
|
+
readonly kind: "NON_NULL";
|
|
23339
|
+
readonly ofType: {
|
|
23340
|
+
readonly kind: "LIST";
|
|
23027
23341
|
readonly ofType: {
|
|
23028
23342
|
readonly kind: "NON_NULL";
|
|
23029
23343
|
readonly ofType: {
|
|
@@ -23504,6 +23818,50 @@ declare const introspection: {
|
|
|
23504
23818
|
readonly kind: "SCALAR";
|
|
23505
23819
|
readonly name: "String";
|
|
23506
23820
|
};
|
|
23821
|
+
}, {
|
|
23822
|
+
readonly name: "version";
|
|
23823
|
+
readonly type: {
|
|
23824
|
+
readonly kind: "SCALAR";
|
|
23825
|
+
readonly name: "Int";
|
|
23826
|
+
};
|
|
23827
|
+
}];
|
|
23828
|
+
readonly isDeprecated: false;
|
|
23829
|
+
}, {
|
|
23830
|
+
readonly name: "appointmentCommunications";
|
|
23831
|
+
readonly type: {
|
|
23832
|
+
readonly kind: "NON_NULL";
|
|
23833
|
+
readonly ofType: {
|
|
23834
|
+
readonly kind: "LIST";
|
|
23835
|
+
readonly ofType: {
|
|
23836
|
+
readonly kind: "NON_NULL";
|
|
23837
|
+
readonly ofType: {
|
|
23838
|
+
readonly kind: "OBJECT";
|
|
23839
|
+
readonly name: "Communication";
|
|
23840
|
+
};
|
|
23841
|
+
};
|
|
23842
|
+
};
|
|
23843
|
+
};
|
|
23844
|
+
readonly args: readonly [{
|
|
23845
|
+
readonly name: "appointmentId";
|
|
23846
|
+
readonly type: {
|
|
23847
|
+
readonly kind: "NON_NULL";
|
|
23848
|
+
readonly ofType: {
|
|
23849
|
+
readonly kind: "SCALAR";
|
|
23850
|
+
readonly name: "ID";
|
|
23851
|
+
};
|
|
23852
|
+
};
|
|
23853
|
+
}, {
|
|
23854
|
+
readonly name: "sort";
|
|
23855
|
+
readonly type: {
|
|
23856
|
+
readonly kind: "LIST";
|
|
23857
|
+
readonly ofType: {
|
|
23858
|
+
readonly kind: "NON_NULL";
|
|
23859
|
+
readonly ofType: {
|
|
23860
|
+
readonly kind: "INPUT_OBJECT";
|
|
23861
|
+
readonly name: "CommunicationSort";
|
|
23862
|
+
};
|
|
23863
|
+
};
|
|
23864
|
+
};
|
|
23507
23865
|
}];
|
|
23508
23866
|
readonly isDeprecated: false;
|
|
23509
23867
|
}, {
|
|
@@ -27174,6 +27532,26 @@ declare const introspection: {
|
|
|
27174
27532
|
};
|
|
27175
27533
|
}];
|
|
27176
27534
|
readonly isDeprecated: false;
|
|
27535
|
+
}, {
|
|
27536
|
+
readonly name: "pexipInfinityCall";
|
|
27537
|
+
readonly type: {
|
|
27538
|
+
readonly kind: "NON_NULL";
|
|
27539
|
+
readonly ofType: {
|
|
27540
|
+
readonly kind: "OBJECT";
|
|
27541
|
+
readonly name: "PexipInfinityCall";
|
|
27542
|
+
};
|
|
27543
|
+
};
|
|
27544
|
+
readonly args: readonly [{
|
|
27545
|
+
readonly name: "token";
|
|
27546
|
+
readonly type: {
|
|
27547
|
+
readonly kind: "NON_NULL";
|
|
27548
|
+
readonly ofType: {
|
|
27549
|
+
readonly kind: "SCALAR";
|
|
27550
|
+
readonly name: "String";
|
|
27551
|
+
};
|
|
27552
|
+
};
|
|
27553
|
+
}];
|
|
27554
|
+
readonly isDeprecated: false;
|
|
27177
27555
|
}, {
|
|
27178
27556
|
readonly name: "question";
|
|
27179
27557
|
readonly type: {
|
|
@@ -28324,6 +28702,56 @@ declare const introspection: {
|
|
|
28324
28702
|
};
|
|
28325
28703
|
}];
|
|
28326
28704
|
readonly isDeprecated: false;
|
|
28705
|
+
}, {
|
|
28706
|
+
readonly name: "scheduledAppointmentCommunications";
|
|
28707
|
+
readonly type: {
|
|
28708
|
+
readonly kind: "NON_NULL";
|
|
28709
|
+
readonly ofType: {
|
|
28710
|
+
readonly kind: "LIST";
|
|
28711
|
+
readonly ofType: {
|
|
28712
|
+
readonly kind: "NON_NULL";
|
|
28713
|
+
readonly ofType: {
|
|
28714
|
+
readonly kind: "OBJECT";
|
|
28715
|
+
readonly name: "ScheduledCommunication";
|
|
28716
|
+
};
|
|
28717
|
+
};
|
|
28718
|
+
};
|
|
28719
|
+
};
|
|
28720
|
+
readonly args: readonly [{
|
|
28721
|
+
readonly name: "appointmentId";
|
|
28722
|
+
readonly type: {
|
|
28723
|
+
readonly kind: "NON_NULL";
|
|
28724
|
+
readonly ofType: {
|
|
28725
|
+
readonly kind: "SCALAR";
|
|
28726
|
+
readonly name: "ID";
|
|
28727
|
+
};
|
|
28728
|
+
};
|
|
28729
|
+
}, {
|
|
28730
|
+
readonly name: "communicationType";
|
|
28731
|
+
readonly type: {
|
|
28732
|
+
readonly kind: "LIST";
|
|
28733
|
+
readonly ofType: {
|
|
28734
|
+
readonly kind: "NON_NULL";
|
|
28735
|
+
readonly ofType: {
|
|
28736
|
+
readonly kind: "ENUM";
|
|
28737
|
+
readonly name: "CommunicationType";
|
|
28738
|
+
};
|
|
28739
|
+
};
|
|
28740
|
+
};
|
|
28741
|
+
}, {
|
|
28742
|
+
readonly name: "sort";
|
|
28743
|
+
readonly type: {
|
|
28744
|
+
readonly kind: "LIST";
|
|
28745
|
+
readonly ofType: {
|
|
28746
|
+
readonly kind: "NON_NULL";
|
|
28747
|
+
readonly ofType: {
|
|
28748
|
+
readonly kind: "INPUT_OBJECT";
|
|
28749
|
+
readonly name: "ScheduledCommunicationSort";
|
|
28750
|
+
};
|
|
28751
|
+
};
|
|
28752
|
+
};
|
|
28753
|
+
}];
|
|
28754
|
+
readonly isDeprecated: false;
|
|
28327
28755
|
}, {
|
|
28328
28756
|
readonly name: "searchRegions";
|
|
28329
28757
|
readonly type: {
|
|
@@ -29372,6 +29800,24 @@ declare const introspection: {
|
|
|
29372
29800
|
};
|
|
29373
29801
|
};
|
|
29374
29802
|
readonly args: readonly [{
|
|
29803
|
+
readonly name: "active";
|
|
29804
|
+
readonly type: {
|
|
29805
|
+
readonly kind: "SCALAR";
|
|
29806
|
+
readonly name: "Boolean";
|
|
29807
|
+
};
|
|
29808
|
+
}, {
|
|
29809
|
+
readonly name: "eventType";
|
|
29810
|
+
readonly type: {
|
|
29811
|
+
readonly kind: "LIST";
|
|
29812
|
+
readonly ofType: {
|
|
29813
|
+
readonly kind: "NON_NULL";
|
|
29814
|
+
readonly ofType: {
|
|
29815
|
+
readonly kind: "ENUM";
|
|
29816
|
+
readonly name: "WebhookEventType";
|
|
29817
|
+
};
|
|
29818
|
+
};
|
|
29819
|
+
};
|
|
29820
|
+
}, {
|
|
29375
29821
|
readonly name: "withDeleted";
|
|
29376
29822
|
readonly type: {
|
|
29377
29823
|
readonly kind: "SCALAR";
|
|
@@ -30413,6 +30859,141 @@ declare const introspection: {
|
|
|
30413
30859
|
readonly name: "SUBJECT_GROUP";
|
|
30414
30860
|
readonly isDeprecated: false;
|
|
30415
30861
|
}];
|
|
30862
|
+
}, {
|
|
30863
|
+
readonly kind: "OBJECT";
|
|
30864
|
+
readonly name: "ScheduledCommunication";
|
|
30865
|
+
readonly fields: readonly [{
|
|
30866
|
+
readonly name: "channel";
|
|
30867
|
+
readonly type: {
|
|
30868
|
+
readonly kind: "NON_NULL";
|
|
30869
|
+
readonly ofType: {
|
|
30870
|
+
readonly kind: "ENUM";
|
|
30871
|
+
readonly name: "CommunicationChannel";
|
|
30872
|
+
};
|
|
30873
|
+
};
|
|
30874
|
+
readonly args: readonly [];
|
|
30875
|
+
readonly isDeprecated: false;
|
|
30876
|
+
}, {
|
|
30877
|
+
readonly name: "communicationReceiver";
|
|
30878
|
+
readonly type: {
|
|
30879
|
+
readonly kind: "NON_NULL";
|
|
30880
|
+
readonly ofType: {
|
|
30881
|
+
readonly kind: "UNION";
|
|
30882
|
+
readonly name: "CommunicationReceiver";
|
|
30883
|
+
};
|
|
30884
|
+
};
|
|
30885
|
+
readonly args: readonly [];
|
|
30886
|
+
readonly isDeprecated: false;
|
|
30887
|
+
}, {
|
|
30888
|
+
readonly name: "communicationType";
|
|
30889
|
+
readonly type: {
|
|
30890
|
+
readonly kind: "NON_NULL";
|
|
30891
|
+
readonly ofType: {
|
|
30892
|
+
readonly kind: "ENUM";
|
|
30893
|
+
readonly name: "CommunicationType";
|
|
30894
|
+
};
|
|
30895
|
+
};
|
|
30896
|
+
readonly args: readonly [];
|
|
30897
|
+
readonly isDeprecated: false;
|
|
30898
|
+
}, {
|
|
30899
|
+
readonly name: "correlationId";
|
|
30900
|
+
readonly type: {
|
|
30901
|
+
readonly kind: "NON_NULL";
|
|
30902
|
+
readonly ofType: {
|
|
30903
|
+
readonly kind: "SCALAR";
|
|
30904
|
+
readonly name: "String";
|
|
30905
|
+
};
|
|
30906
|
+
};
|
|
30907
|
+
readonly args: readonly [];
|
|
30908
|
+
readonly isDeprecated: false;
|
|
30909
|
+
}, {
|
|
30910
|
+
readonly name: "createdAt";
|
|
30911
|
+
readonly type: {
|
|
30912
|
+
readonly kind: "NON_NULL";
|
|
30913
|
+
readonly ofType: {
|
|
30914
|
+
readonly kind: "SCALAR";
|
|
30915
|
+
readonly name: "ISO8601";
|
|
30916
|
+
};
|
|
30917
|
+
};
|
|
30918
|
+
readonly args: readonly [];
|
|
30919
|
+
readonly isDeprecated: false;
|
|
30920
|
+
}, {
|
|
30921
|
+
readonly name: "eventType";
|
|
30922
|
+
readonly type: {
|
|
30923
|
+
readonly kind: "NON_NULL";
|
|
30924
|
+
readonly ofType: {
|
|
30925
|
+
readonly kind: "SCALAR";
|
|
30926
|
+
readonly name: "String";
|
|
30927
|
+
};
|
|
30928
|
+
};
|
|
30929
|
+
readonly args: readonly [];
|
|
30930
|
+
readonly isDeprecated: false;
|
|
30931
|
+
}, {
|
|
30932
|
+
readonly name: "resourceId";
|
|
30933
|
+
readonly type: {
|
|
30934
|
+
readonly kind: "NON_NULL";
|
|
30935
|
+
readonly ofType: {
|
|
30936
|
+
readonly kind: "SCALAR";
|
|
30937
|
+
readonly name: "Int";
|
|
30938
|
+
};
|
|
30939
|
+
};
|
|
30940
|
+
readonly args: readonly [];
|
|
30941
|
+
readonly isDeprecated: false;
|
|
30942
|
+
}, {
|
|
30943
|
+
readonly name: "resourceType";
|
|
30944
|
+
readonly type: {
|
|
30945
|
+
readonly kind: "NON_NULL";
|
|
30946
|
+
readonly ofType: {
|
|
30947
|
+
readonly kind: "ENUM";
|
|
30948
|
+
readonly name: "CommunicationResourceType";
|
|
30949
|
+
};
|
|
30950
|
+
};
|
|
30951
|
+
readonly args: readonly [];
|
|
30952
|
+
readonly isDeprecated: false;
|
|
30953
|
+
}, {
|
|
30954
|
+
readonly name: "resourceVersion";
|
|
30955
|
+
readonly type: {
|
|
30956
|
+
readonly kind: "SCALAR";
|
|
30957
|
+
readonly name: "Int";
|
|
30958
|
+
};
|
|
30959
|
+
readonly args: readonly [];
|
|
30960
|
+
readonly isDeprecated: false;
|
|
30961
|
+
}, {
|
|
30962
|
+
readonly name: "scheduledAt";
|
|
30963
|
+
readonly type: {
|
|
30964
|
+
readonly kind: "NON_NULL";
|
|
30965
|
+
readonly ofType: {
|
|
30966
|
+
readonly kind: "SCALAR";
|
|
30967
|
+
readonly name: "ISO8601";
|
|
30968
|
+
};
|
|
30969
|
+
};
|
|
30970
|
+
readonly args: readonly [];
|
|
30971
|
+
readonly isDeprecated: false;
|
|
30972
|
+
}];
|
|
30973
|
+
readonly interfaces: readonly [];
|
|
30974
|
+
}, {
|
|
30975
|
+
readonly kind: "INPUT_OBJECT";
|
|
30976
|
+
readonly name: "ScheduledCommunicationSort";
|
|
30977
|
+
readonly inputFields: readonly [{
|
|
30978
|
+
readonly name: "direction";
|
|
30979
|
+
readonly type: {
|
|
30980
|
+
readonly kind: "NON_NULL";
|
|
30981
|
+
readonly ofType: {
|
|
30982
|
+
readonly kind: "ENUM";
|
|
30983
|
+
readonly name: "SortDirection";
|
|
30984
|
+
};
|
|
30985
|
+
};
|
|
30986
|
+
}, {
|
|
30987
|
+
readonly name: "field";
|
|
30988
|
+
readonly type: {
|
|
30989
|
+
readonly kind: "NON_NULL";
|
|
30990
|
+
readonly ofType: {
|
|
30991
|
+
readonly kind: "ENUM";
|
|
30992
|
+
readonly name: "SortableScheduledCommunicationFields";
|
|
30993
|
+
};
|
|
30994
|
+
};
|
|
30995
|
+
}];
|
|
30996
|
+
readonly isOneOf: false;
|
|
30416
30997
|
}, {
|
|
30417
30998
|
readonly kind: "OBJECT";
|
|
30418
30999
|
readonly name: "ScimIntegration";
|
|
@@ -31226,6 +31807,13 @@ declare const introspection: {
|
|
|
31226
31807
|
readonly name: "updatedAt";
|
|
31227
31808
|
readonly isDeprecated: false;
|
|
31228
31809
|
}];
|
|
31810
|
+
}, {
|
|
31811
|
+
readonly kind: "ENUM";
|
|
31812
|
+
readonly name: "SortableCommunicationFields";
|
|
31813
|
+
readonly enumValues: readonly [{
|
|
31814
|
+
readonly name: "processedAt";
|
|
31815
|
+
readonly isDeprecated: false;
|
|
31816
|
+
}];
|
|
31229
31817
|
}, {
|
|
31230
31818
|
readonly kind: "ENUM";
|
|
31231
31819
|
readonly name: "SortableCustomerFields";
|
|
@@ -31440,6 +32028,13 @@ declare const introspection: {
|
|
|
31440
32028
|
readonly name: "parentId";
|
|
31441
32029
|
readonly isDeprecated: false;
|
|
31442
32030
|
}];
|
|
32031
|
+
}, {
|
|
32032
|
+
readonly kind: "ENUM";
|
|
32033
|
+
readonly name: "SortableScheduledCommunicationFields";
|
|
32034
|
+
readonly enumValues: readonly [{
|
|
32035
|
+
readonly name: "scheduledAt";
|
|
32036
|
+
readonly isDeprecated: false;
|
|
32037
|
+
}];
|
|
31443
32038
|
}, {
|
|
31444
32039
|
readonly kind: "ENUM";
|
|
31445
32040
|
readonly name: "SortableSubjectFields";
|
|
@@ -33646,6 +34241,9 @@ declare const introspection: {
|
|
|
33646
34241
|
}, {
|
|
33647
34242
|
readonly name: "TWILIO";
|
|
33648
34243
|
readonly isDeprecated: false;
|
|
34244
|
+
}, {
|
|
34245
|
+
readonly name: "WEBHOOK";
|
|
34246
|
+
readonly isDeprecated: false;
|
|
33649
34247
|
}];
|
|
33650
34248
|
}, {
|
|
33651
34249
|
readonly kind: "OBJECT";
|
|
@@ -35243,6 +35841,9 @@ declare const introspection: {
|
|
|
35243
35841
|
}, {
|
|
35244
35842
|
readonly name: "PEXIP";
|
|
35245
35843
|
readonly isDeprecated: false;
|
|
35844
|
+
}, {
|
|
35845
|
+
readonly name: "PEXIP_INFINITY";
|
|
35846
|
+
readonly isDeprecated: false;
|
|
35246
35847
|
}, {
|
|
35247
35848
|
readonly name: "STATIC";
|
|
35248
35849
|
readonly isDeprecated: false;
|
|
@@ -36051,6 +36652,9 @@ declare const introspection: {
|
|
|
36051
36652
|
}, {
|
|
36052
36653
|
readonly name: "callback_request_update";
|
|
36053
36654
|
readonly isDeprecated: false;
|
|
36655
|
+
}, {
|
|
36656
|
+
readonly name: "communication_send";
|
|
36657
|
+
readonly isDeprecated: false;
|
|
36054
36658
|
}];
|
|
36055
36659
|
}, {
|
|
36056
36660
|
readonly kind: "INPUT_OBJECT";
|