@pexip-engage-public/graphql 1.1.12 → 1.1.14-canary-20251008093334

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.
@@ -6984,6 +6984,650 @@ const introspection = {
6984
6984
  }
6985
6985
  ]
6986
6986
  },
6987
+ {
6988
+ "kind": "OBJECT",
6989
+ "name": "Context",
6990
+ "fields": [
6991
+ {
6992
+ "name": "createdAt",
6993
+ "type": {
6994
+ "kind": "NON_NULL",
6995
+ "ofType": {
6996
+ "kind": "SCALAR",
6997
+ "name": "ISO8601"
6998
+ }
6999
+ },
7000
+ "args": [],
7001
+ "isDeprecated": false
7002
+ },
7003
+ {
7004
+ "name": "expiresAt",
7005
+ "type": {
7006
+ "kind": "SCALAR",
7007
+ "name": "ISO8601"
7008
+ },
7009
+ "args": [],
7010
+ "isDeprecated": false
7011
+ },
7012
+ {
7013
+ "name": "externalId",
7014
+ "type": {
7015
+ "kind": "SCALAR",
7016
+ "name": "String"
7017
+ },
7018
+ "args": [],
7019
+ "isDeprecated": false
7020
+ },
7021
+ {
7022
+ "name": "id",
7023
+ "type": {
7024
+ "kind": "NON_NULL",
7025
+ "ofType": {
7026
+ "kind": "SCALAR",
7027
+ "name": "String"
7028
+ }
7029
+ },
7030
+ "args": [],
7031
+ "isDeprecated": false
7032
+ },
7033
+ {
7034
+ "name": "lastAccessedAt",
7035
+ "type": {
7036
+ "kind": "SCALAR",
7037
+ "name": "ISO8601"
7038
+ },
7039
+ "args": [],
7040
+ "isDeprecated": false
7041
+ },
7042
+ {
7043
+ "name": "output",
7044
+ "type": {
7045
+ "kind": "NON_NULL",
7046
+ "ofType": {
7047
+ "kind": "OBJECT",
7048
+ "name": "ContextOutput"
7049
+ }
7050
+ },
7051
+ "args": [],
7052
+ "isDeprecated": false
7053
+ },
7054
+ {
7055
+ "name": "updatedAt",
7056
+ "type": {
7057
+ "kind": "NON_NULL",
7058
+ "ofType": {
7059
+ "kind": "SCALAR",
7060
+ "name": "ISO8601"
7061
+ }
7062
+ },
7063
+ "args": [],
7064
+ "isDeprecated": false
7065
+ }
7066
+ ],
7067
+ "interfaces": []
7068
+ },
7069
+ {
7070
+ "kind": "INPUT_OBJECT",
7071
+ "name": "ContextInput",
7072
+ "inputFields": [
7073
+ {
7074
+ "name": "appointmentExternalId",
7075
+ "type": {
7076
+ "kind": "SCALAR",
7077
+ "name": "String"
7078
+ }
7079
+ },
7080
+ {
7081
+ "name": "customerExternalIds",
7082
+ "type": {
7083
+ "kind": "LIST",
7084
+ "ofType": {
7085
+ "kind": "NON_NULL",
7086
+ "ofType": {
7087
+ "kind": "SCALAR",
7088
+ "name": "String"
7089
+ }
7090
+ }
7091
+ }
7092
+ },
7093
+ {
7094
+ "name": "customerIds",
7095
+ "type": {
7096
+ "kind": "LIST",
7097
+ "ofType": {
7098
+ "kind": "NON_NULL",
7099
+ "ofType": {
7100
+ "kind": "SCALAR",
7101
+ "name": "ID"
7102
+ }
7103
+ }
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "customers",
7108
+ "type": {
7109
+ "kind": "LIST",
7110
+ "ofType": {
7111
+ "kind": "NON_NULL",
7112
+ "ofType": {
7113
+ "kind": "INPUT_OBJECT",
7114
+ "name": "CustomerCreateInput"
7115
+ }
7116
+ }
7117
+ }
7118
+ },
7119
+ {
7120
+ "name": "employeeExternalIds",
7121
+ "type": {
7122
+ "kind": "LIST",
7123
+ "ofType": {
7124
+ "kind": "NON_NULL",
7125
+ "ofType": {
7126
+ "kind": "SCALAR",
7127
+ "name": "String"
7128
+ }
7129
+ }
7130
+ }
7131
+ },
7132
+ {
7133
+ "name": "employeeIds",
7134
+ "type": {
7135
+ "kind": "LIST",
7136
+ "ofType": {
7137
+ "kind": "NON_NULL",
7138
+ "ofType": {
7139
+ "kind": "SCALAR",
7140
+ "name": "ID"
7141
+ }
7142
+ }
7143
+ }
7144
+ },
7145
+ {
7146
+ "name": "end",
7147
+ "type": {
7148
+ "kind": "SCALAR",
7149
+ "name": "ISO8601"
7150
+ }
7151
+ },
7152
+ {
7153
+ "name": "leadSegmentCodes",
7154
+ "type": {
7155
+ "kind": "LIST",
7156
+ "ofType": {
7157
+ "kind": "NON_NULL",
7158
+ "ofType": {
7159
+ "kind": "SCALAR",
7160
+ "name": "String"
7161
+ }
7162
+ }
7163
+ }
7164
+ },
7165
+ {
7166
+ "name": "leadSegmentIds",
7167
+ "type": {
7168
+ "kind": "LIST",
7169
+ "ofType": {
7170
+ "kind": "NON_NULL",
7171
+ "ofType": {
7172
+ "kind": "SCALAR",
7173
+ "name": "ID"
7174
+ }
7175
+ }
7176
+ }
7177
+ },
7178
+ {
7179
+ "name": "listingExternalIds",
7180
+ "type": {
7181
+ "kind": "LIST",
7182
+ "ofType": {
7183
+ "kind": "NON_NULL",
7184
+ "ofType": {
7185
+ "kind": "SCALAR",
7186
+ "name": "String"
7187
+ }
7188
+ }
7189
+ }
7190
+ },
7191
+ {
7192
+ "name": "listingIds",
7193
+ "type": {
7194
+ "kind": "LIST",
7195
+ "ofType": {
7196
+ "kind": "NON_NULL",
7197
+ "ofType": {
7198
+ "kind": "SCALAR",
7199
+ "name": "ID"
7200
+ }
7201
+ }
7202
+ }
7203
+ },
7204
+ {
7205
+ "name": "meetingRoomIds",
7206
+ "type": {
7207
+ "kind": "LIST",
7208
+ "ofType": {
7209
+ "kind": "NON_NULL",
7210
+ "ofType": {
7211
+ "kind": "SCALAR",
7212
+ "name": "ID"
7213
+ }
7214
+ }
7215
+ }
7216
+ },
7217
+ {
7218
+ "name": "meetingTypes",
7219
+ "type": {
7220
+ "kind": "LIST",
7221
+ "ofType": {
7222
+ "kind": "NON_NULL",
7223
+ "ofType": {
7224
+ "kind": "ENUM",
7225
+ "name": "MeetingType"
7226
+ }
7227
+ }
7228
+ }
7229
+ },
7230
+ {
7231
+ "name": "metadata",
7232
+ "type": {
7233
+ "kind": "SCALAR",
7234
+ "name": "JSONObject"
7235
+ }
7236
+ },
7237
+ {
7238
+ "name": "officeExternalIds",
7239
+ "type": {
7240
+ "kind": "LIST",
7241
+ "ofType": {
7242
+ "kind": "NON_NULL",
7243
+ "ofType": {
7244
+ "kind": "SCALAR",
7245
+ "name": "String"
7246
+ }
7247
+ }
7248
+ }
7249
+ },
7250
+ {
7251
+ "name": "officeIds",
7252
+ "type": {
7253
+ "kind": "LIST",
7254
+ "ofType": {
7255
+ "kind": "NON_NULL",
7256
+ "ofType": {
7257
+ "kind": "SCALAR",
7258
+ "name": "ID"
7259
+ }
7260
+ }
7261
+ }
7262
+ },
7263
+ {
7264
+ "name": "secondaryCustomerExternalIds",
7265
+ "type": {
7266
+ "kind": "LIST",
7267
+ "ofType": {
7268
+ "kind": "NON_NULL",
7269
+ "ofType": {
7270
+ "kind": "SCALAR",
7271
+ "name": "String"
7272
+ }
7273
+ }
7274
+ }
7275
+ },
7276
+ {
7277
+ "name": "secondaryCustomerIds",
7278
+ "type": {
7279
+ "kind": "LIST",
7280
+ "ofType": {
7281
+ "kind": "NON_NULL",
7282
+ "ofType": {
7283
+ "kind": "SCALAR",
7284
+ "name": "ID"
7285
+ }
7286
+ }
7287
+ }
7288
+ },
7289
+ {
7290
+ "name": "secondaryCustomers",
7291
+ "type": {
7292
+ "kind": "LIST",
7293
+ "ofType": {
7294
+ "kind": "NON_NULL",
7295
+ "ofType": {
7296
+ "kind": "INPUT_OBJECT",
7297
+ "name": "CustomerCreateInput"
7298
+ }
7299
+ }
7300
+ }
7301
+ },
7302
+ {
7303
+ "name": "secondaryEmployeeExternalIds",
7304
+ "type": {
7305
+ "kind": "LIST",
7306
+ "ofType": {
7307
+ "kind": "NON_NULL",
7308
+ "ofType": {
7309
+ "kind": "SCALAR",
7310
+ "name": "String"
7311
+ }
7312
+ }
7313
+ }
7314
+ },
7315
+ {
7316
+ "name": "secondaryEmployeeIds",
7317
+ "type": {
7318
+ "kind": "LIST",
7319
+ "ofType": {
7320
+ "kind": "NON_NULL",
7321
+ "ofType": {
7322
+ "kind": "SCALAR",
7323
+ "name": "ID"
7324
+ }
7325
+ }
7326
+ }
7327
+ },
7328
+ {
7329
+ "name": "start",
7330
+ "type": {
7331
+ "kind": "SCALAR",
7332
+ "name": "ISO8601"
7333
+ }
7334
+ },
7335
+ {
7336
+ "name": "subjectExternalIds",
7337
+ "type": {
7338
+ "kind": "LIST",
7339
+ "ofType": {
7340
+ "kind": "NON_NULL",
7341
+ "ofType": {
7342
+ "kind": "SCALAR",
7343
+ "name": "String"
7344
+ }
7345
+ }
7346
+ }
7347
+ },
7348
+ {
7349
+ "name": "subjectGroupExternalIds",
7350
+ "type": {
7351
+ "kind": "LIST",
7352
+ "ofType": {
7353
+ "kind": "NON_NULL",
7354
+ "ofType": {
7355
+ "kind": "SCALAR",
7356
+ "name": "String"
7357
+ }
7358
+ }
7359
+ }
7360
+ },
7361
+ {
7362
+ "name": "subjectGroupIds",
7363
+ "type": {
7364
+ "kind": "LIST",
7365
+ "ofType": {
7366
+ "kind": "NON_NULL",
7367
+ "ofType": {
7368
+ "kind": "SCALAR",
7369
+ "name": "ID"
7370
+ }
7371
+ }
7372
+ }
7373
+ },
7374
+ {
7375
+ "name": "subjectIds",
7376
+ "type": {
7377
+ "kind": "LIST",
7378
+ "ofType": {
7379
+ "kind": "NON_NULL",
7380
+ "ofType": {
7381
+ "kind": "SCALAR",
7382
+ "name": "ID"
7383
+ }
7384
+ }
7385
+ }
7386
+ }
7387
+ ],
7388
+ "isOneOf": false
7389
+ },
7390
+ {
7391
+ "kind": "OBJECT",
7392
+ "name": "ContextOutput",
7393
+ "fields": [
7394
+ {
7395
+ "name": "appointmentExternalId",
7396
+ "type": {
7397
+ "kind": "SCALAR",
7398
+ "name": "String"
7399
+ },
7400
+ "args": [],
7401
+ "isDeprecated": false
7402
+ },
7403
+ {
7404
+ "name": "customerIds",
7405
+ "type": {
7406
+ "kind": "NON_NULL",
7407
+ "ofType": {
7408
+ "kind": "LIST",
7409
+ "ofType": {
7410
+ "kind": "NON_NULL",
7411
+ "ofType": {
7412
+ "kind": "SCALAR",
7413
+ "name": "ID"
7414
+ }
7415
+ }
7416
+ }
7417
+ },
7418
+ "args": [],
7419
+ "isDeprecated": false
7420
+ },
7421
+ {
7422
+ "name": "employeeIds",
7423
+ "type": {
7424
+ "kind": "NON_NULL",
7425
+ "ofType": {
7426
+ "kind": "LIST",
7427
+ "ofType": {
7428
+ "kind": "NON_NULL",
7429
+ "ofType": {
7430
+ "kind": "SCALAR",
7431
+ "name": "ID"
7432
+ }
7433
+ }
7434
+ }
7435
+ },
7436
+ "args": [],
7437
+ "isDeprecated": false
7438
+ },
7439
+ {
7440
+ "name": "end",
7441
+ "type": {
7442
+ "kind": "SCALAR",
7443
+ "name": "ISO8601"
7444
+ },
7445
+ "args": [],
7446
+ "isDeprecated": false
7447
+ },
7448
+ {
7449
+ "name": "leadSegmentIds",
7450
+ "type": {
7451
+ "kind": "NON_NULL",
7452
+ "ofType": {
7453
+ "kind": "LIST",
7454
+ "ofType": {
7455
+ "kind": "NON_NULL",
7456
+ "ofType": {
7457
+ "kind": "SCALAR",
7458
+ "name": "ID"
7459
+ }
7460
+ }
7461
+ }
7462
+ },
7463
+ "args": [],
7464
+ "isDeprecated": false
7465
+ },
7466
+ {
7467
+ "name": "listingIds",
7468
+ "type": {
7469
+ "kind": "NON_NULL",
7470
+ "ofType": {
7471
+ "kind": "LIST",
7472
+ "ofType": {
7473
+ "kind": "NON_NULL",
7474
+ "ofType": {
7475
+ "kind": "SCALAR",
7476
+ "name": "ID"
7477
+ }
7478
+ }
7479
+ }
7480
+ },
7481
+ "args": [],
7482
+ "isDeprecated": false
7483
+ },
7484
+ {
7485
+ "name": "meetingRoomIds",
7486
+ "type": {
7487
+ "kind": "NON_NULL",
7488
+ "ofType": {
7489
+ "kind": "LIST",
7490
+ "ofType": {
7491
+ "kind": "NON_NULL",
7492
+ "ofType": {
7493
+ "kind": "SCALAR",
7494
+ "name": "ID"
7495
+ }
7496
+ }
7497
+ }
7498
+ },
7499
+ "args": [],
7500
+ "isDeprecated": false
7501
+ },
7502
+ {
7503
+ "name": "meetingTypes",
7504
+ "type": {
7505
+ "kind": "NON_NULL",
7506
+ "ofType": {
7507
+ "kind": "LIST",
7508
+ "ofType": {
7509
+ "kind": "NON_NULL",
7510
+ "ofType": {
7511
+ "kind": "ENUM",
7512
+ "name": "MeetingType"
7513
+ }
7514
+ }
7515
+ }
7516
+ },
7517
+ "args": [],
7518
+ "isDeprecated": false
7519
+ },
7520
+ {
7521
+ "name": "metadata",
7522
+ "type": {
7523
+ "kind": "SCALAR",
7524
+ "name": "JSONObject"
7525
+ },
7526
+ "args": [],
7527
+ "isDeprecated": false
7528
+ },
7529
+ {
7530
+ "name": "officeIds",
7531
+ "type": {
7532
+ "kind": "NON_NULL",
7533
+ "ofType": {
7534
+ "kind": "LIST",
7535
+ "ofType": {
7536
+ "kind": "NON_NULL",
7537
+ "ofType": {
7538
+ "kind": "SCALAR",
7539
+ "name": "ID"
7540
+ }
7541
+ }
7542
+ }
7543
+ },
7544
+ "args": [],
7545
+ "isDeprecated": false
7546
+ },
7547
+ {
7548
+ "name": "secondaryCustomerIds",
7549
+ "type": {
7550
+ "kind": "NON_NULL",
7551
+ "ofType": {
7552
+ "kind": "LIST",
7553
+ "ofType": {
7554
+ "kind": "NON_NULL",
7555
+ "ofType": {
7556
+ "kind": "SCALAR",
7557
+ "name": "ID"
7558
+ }
7559
+ }
7560
+ }
7561
+ },
7562
+ "args": [],
7563
+ "isDeprecated": false
7564
+ },
7565
+ {
7566
+ "name": "secondaryEmployeeIds",
7567
+ "type": {
7568
+ "kind": "NON_NULL",
7569
+ "ofType": {
7570
+ "kind": "LIST",
7571
+ "ofType": {
7572
+ "kind": "NON_NULL",
7573
+ "ofType": {
7574
+ "kind": "SCALAR",
7575
+ "name": "ID"
7576
+ }
7577
+ }
7578
+ }
7579
+ },
7580
+ "args": [],
7581
+ "isDeprecated": false
7582
+ },
7583
+ {
7584
+ "name": "start",
7585
+ "type": {
7586
+ "kind": "SCALAR",
7587
+ "name": "ISO8601"
7588
+ },
7589
+ "args": [],
7590
+ "isDeprecated": false
7591
+ },
7592
+ {
7593
+ "name": "subjectGroupIds",
7594
+ "type": {
7595
+ "kind": "NON_NULL",
7596
+ "ofType": {
7597
+ "kind": "LIST",
7598
+ "ofType": {
7599
+ "kind": "NON_NULL",
7600
+ "ofType": {
7601
+ "kind": "SCALAR",
7602
+ "name": "ID"
7603
+ }
7604
+ }
7605
+ }
7606
+ },
7607
+ "args": [],
7608
+ "isDeprecated": false
7609
+ },
7610
+ {
7611
+ "name": "subjectIds",
7612
+ "type": {
7613
+ "kind": "NON_NULL",
7614
+ "ofType": {
7615
+ "kind": "LIST",
7616
+ "ofType": {
7617
+ "kind": "NON_NULL",
7618
+ "ofType": {
7619
+ "kind": "SCALAR",
7620
+ "name": "ID"
7621
+ }
7622
+ }
7623
+ }
7624
+ },
7625
+ "args": [],
7626
+ "isDeprecated": false
7627
+ }
7628
+ ],
7629
+ "interfaces": []
7630
+ },
6987
7631
  {
6988
7632
  "kind": "OBJECT",
6989
7633
  "name": "Customer",
@@ -8125,7 +8769,274 @@ const introspection = {
8125
8769
  },
8126
8770
  {
8127
8771
  "kind": "OBJECT",
8128
- "name": "DefaultExternalCalendarSettingsEnterpriseSetting",
8772
+ "name": "DefaultExternalCalendarSettingsEnterpriseSetting",
8773
+ "fields": [
8774
+ {
8775
+ "name": "createdAt",
8776
+ "type": {
8777
+ "kind": "NON_NULL",
8778
+ "ofType": {
8779
+ "kind": "SCALAR",
8780
+ "name": "ISO8601"
8781
+ }
8782
+ },
8783
+ "args": [],
8784
+ "isDeprecated": false
8785
+ },
8786
+ {
8787
+ "name": "manageable",
8788
+ "type": {
8789
+ "kind": "NON_NULL",
8790
+ "ofType": {
8791
+ "kind": "SCALAR",
8792
+ "name": "Boolean"
8793
+ }
8794
+ },
8795
+ "args": [],
8796
+ "isDeprecated": false
8797
+ },
8798
+ {
8799
+ "name": "updatedAt",
8800
+ "type": {
8801
+ "kind": "NON_NULL",
8802
+ "ofType": {
8803
+ "kind": "SCALAR",
8804
+ "name": "ISO8601"
8805
+ }
8806
+ },
8807
+ "args": [],
8808
+ "isDeprecated": false
8809
+ },
8810
+ {
8811
+ "name": "value",
8812
+ "type": {
8813
+ "kind": "NON_NULL",
8814
+ "ofType": {
8815
+ "kind": "OBJECT",
8816
+ "name": "DefaultExternalCalendarSettingsSettingValue"
8817
+ }
8818
+ },
8819
+ "args": [],
8820
+ "isDeprecated": false
8821
+ }
8822
+ ],
8823
+ "interfaces": []
8824
+ },
8825
+ {
8826
+ "kind": "INPUT_OBJECT",
8827
+ "name": "DefaultExternalCalendarSettingsSettingInput",
8828
+ "inputFields": [
8829
+ {
8830
+ "name": "exportAppointments",
8831
+ "type": {
8832
+ "kind": "NON_NULL",
8833
+ "ofType": {
8834
+ "kind": "ENUM",
8835
+ "name": "ExternalCalendarDefaultSettingCondition"
8836
+ }
8837
+ }
8838
+ },
8839
+ {
8840
+ "name": "exportAvailability",
8841
+ "type": {
8842
+ "kind": "NON_NULL",
8843
+ "ofType": {
8844
+ "kind": "ENUM",
8845
+ "name": "ExternalCalendarDefaultSettingCondition"
8846
+ }
8847
+ }
8848
+ },
8849
+ {
8850
+ "name": "exportListings",
8851
+ "type": {
8852
+ "kind": "NON_NULL",
8853
+ "ofType": {
8854
+ "kind": "ENUM",
8855
+ "name": "ExternalCalendarDefaultSettingCondition"
8856
+ }
8857
+ }
8858
+ },
8859
+ {
8860
+ "name": "importEvents",
8861
+ "type": {
8862
+ "kind": "NON_NULL",
8863
+ "ofType": {
8864
+ "kind": "ENUM",
8865
+ "name": "ExternalCalendarDefaultSettingCondition"
8866
+ }
8867
+ }
8868
+ }
8869
+ ],
8870
+ "isOneOf": false
8871
+ },
8872
+ {
8873
+ "kind": "OBJECT",
8874
+ "name": "DefaultExternalCalendarSettingsSettingValue",
8875
+ "fields": [
8876
+ {
8877
+ "name": "exportAppointments",
8878
+ "type": {
8879
+ "kind": "NON_NULL",
8880
+ "ofType": {
8881
+ "kind": "ENUM",
8882
+ "name": "ExternalCalendarDefaultSettingCondition"
8883
+ }
8884
+ },
8885
+ "args": [],
8886
+ "isDeprecated": false
8887
+ },
8888
+ {
8889
+ "name": "exportAvailability",
8890
+ "type": {
8891
+ "kind": "NON_NULL",
8892
+ "ofType": {
8893
+ "kind": "ENUM",
8894
+ "name": "ExternalCalendarDefaultSettingCondition"
8895
+ }
8896
+ },
8897
+ "args": [],
8898
+ "isDeprecated": false
8899
+ },
8900
+ {
8901
+ "name": "exportListings",
8902
+ "type": {
8903
+ "kind": "NON_NULL",
8904
+ "ofType": {
8905
+ "kind": "ENUM",
8906
+ "name": "ExternalCalendarDefaultSettingCondition"
8907
+ }
8908
+ },
8909
+ "args": [],
8910
+ "isDeprecated": false
8911
+ },
8912
+ {
8913
+ "name": "importEvents",
8914
+ "type": {
8915
+ "kind": "NON_NULL",
8916
+ "ofType": {
8917
+ "kind": "ENUM",
8918
+ "name": "ExternalCalendarDefaultSettingCondition"
8919
+ }
8920
+ },
8921
+ "args": [],
8922
+ "isDeprecated": false
8923
+ }
8924
+ ],
8925
+ "interfaces": []
8926
+ },
8927
+ {
8928
+ "kind": "OBJECT",
8929
+ "name": "DefaultLanguageEnterpriseSetting",
8930
+ "fields": [
8931
+ {
8932
+ "name": "createdAt",
8933
+ "type": {
8934
+ "kind": "NON_NULL",
8935
+ "ofType": {
8936
+ "kind": "SCALAR",
8937
+ "name": "ISO8601"
8938
+ }
8939
+ },
8940
+ "args": [],
8941
+ "isDeprecated": false
8942
+ },
8943
+ {
8944
+ "name": "manageable",
8945
+ "type": {
8946
+ "kind": "NON_NULL",
8947
+ "ofType": {
8948
+ "kind": "SCALAR",
8949
+ "name": "Boolean"
8950
+ }
8951
+ },
8952
+ "args": [],
8953
+ "isDeprecated": false
8954
+ },
8955
+ {
8956
+ "name": "updatedAt",
8957
+ "type": {
8958
+ "kind": "NON_NULL",
8959
+ "ofType": {
8960
+ "kind": "SCALAR",
8961
+ "name": "ISO8601"
8962
+ }
8963
+ },
8964
+ "args": [],
8965
+ "isDeprecated": false
8966
+ },
8967
+ {
8968
+ "name": "value",
8969
+ "type": {
8970
+ "kind": "NON_NULL",
8971
+ "ofType": {
8972
+ "kind": "ENUM",
8973
+ "name": "Language"
8974
+ }
8975
+ },
8976
+ "args": [],
8977
+ "isDeprecated": false
8978
+ }
8979
+ ],
8980
+ "interfaces": []
8981
+ },
8982
+ {
8983
+ "kind": "OBJECT",
8984
+ "name": "DefaultNameEnterpriseSetting",
8985
+ "fields": [
8986
+ {
8987
+ "name": "createdAt",
8988
+ "type": {
8989
+ "kind": "NON_NULL",
8990
+ "ofType": {
8991
+ "kind": "SCALAR",
8992
+ "name": "ISO8601"
8993
+ }
8994
+ },
8995
+ "args": [],
8996
+ "isDeprecated": false
8997
+ },
8998
+ {
8999
+ "name": "manageable",
9000
+ "type": {
9001
+ "kind": "NON_NULL",
9002
+ "ofType": {
9003
+ "kind": "SCALAR",
9004
+ "name": "Boolean"
9005
+ }
9006
+ },
9007
+ "args": [],
9008
+ "isDeprecated": false
9009
+ },
9010
+ {
9011
+ "name": "updatedAt",
9012
+ "type": {
9013
+ "kind": "NON_NULL",
9014
+ "ofType": {
9015
+ "kind": "SCALAR",
9016
+ "name": "ISO8601"
9017
+ }
9018
+ },
9019
+ "args": [],
9020
+ "isDeprecated": false
9021
+ },
9022
+ {
9023
+ "name": "value",
9024
+ "type": {
9025
+ "kind": "NON_NULL",
9026
+ "ofType": {
9027
+ "kind": "SCALAR",
9028
+ "name": "String"
9029
+ }
9030
+ },
9031
+ "args": [],
9032
+ "isDeprecated": false
9033
+ }
9034
+ ],
9035
+ "interfaces": []
9036
+ },
9037
+ {
9038
+ "kind": "OBJECT",
9039
+ "name": "DefaultRedirectUrlEnterpriseSetting",
8129
9040
  "fields": [
8130
9041
  {
8131
9042
  "name": "createdAt",
@@ -8166,113 +9077,8 @@ const introspection = {
8166
9077
  {
8167
9078
  "name": "value",
8168
9079
  "type": {
8169
- "kind": "NON_NULL",
8170
- "ofType": {
8171
- "kind": "OBJECT",
8172
- "name": "DefaultExternalCalendarSettingsSettingValue"
8173
- }
8174
- },
8175
- "args": [],
8176
- "isDeprecated": false
8177
- }
8178
- ],
8179
- "interfaces": []
8180
- },
8181
- {
8182
- "kind": "INPUT_OBJECT",
8183
- "name": "DefaultExternalCalendarSettingsSettingInput",
8184
- "inputFields": [
8185
- {
8186
- "name": "exportAppointments",
8187
- "type": {
8188
- "kind": "NON_NULL",
8189
- "ofType": {
8190
- "kind": "ENUM",
8191
- "name": "ExternalCalendarDefaultSettingCondition"
8192
- }
8193
- }
8194
- },
8195
- {
8196
- "name": "exportAvailability",
8197
- "type": {
8198
- "kind": "NON_NULL",
8199
- "ofType": {
8200
- "kind": "ENUM",
8201
- "name": "ExternalCalendarDefaultSettingCondition"
8202
- }
8203
- }
8204
- },
8205
- {
8206
- "name": "exportListings",
8207
- "type": {
8208
- "kind": "NON_NULL",
8209
- "ofType": {
8210
- "kind": "ENUM",
8211
- "name": "ExternalCalendarDefaultSettingCondition"
8212
- }
8213
- }
8214
- },
8215
- {
8216
- "name": "importEvents",
8217
- "type": {
8218
- "kind": "NON_NULL",
8219
- "ofType": {
8220
- "kind": "ENUM",
8221
- "name": "ExternalCalendarDefaultSettingCondition"
8222
- }
8223
- }
8224
- }
8225
- ],
8226
- "isOneOf": false
8227
- },
8228
- {
8229
- "kind": "OBJECT",
8230
- "name": "DefaultExternalCalendarSettingsSettingValue",
8231
- "fields": [
8232
- {
8233
- "name": "exportAppointments",
8234
- "type": {
8235
- "kind": "NON_NULL",
8236
- "ofType": {
8237
- "kind": "ENUM",
8238
- "name": "ExternalCalendarDefaultSettingCondition"
8239
- }
8240
- },
8241
- "args": [],
8242
- "isDeprecated": false
8243
- },
8244
- {
8245
- "name": "exportAvailability",
8246
- "type": {
8247
- "kind": "NON_NULL",
8248
- "ofType": {
8249
- "kind": "ENUM",
8250
- "name": "ExternalCalendarDefaultSettingCondition"
8251
- }
8252
- },
8253
- "args": [],
8254
- "isDeprecated": false
8255
- },
8256
- {
8257
- "name": "exportListings",
8258
- "type": {
8259
- "kind": "NON_NULL",
8260
- "ofType": {
8261
- "kind": "ENUM",
8262
- "name": "ExternalCalendarDefaultSettingCondition"
8263
- }
8264
- },
8265
- "args": [],
8266
- "isDeprecated": false
8267
- },
8268
- {
8269
- "name": "importEvents",
8270
- "type": {
8271
- "kind": "NON_NULL",
8272
- "ofType": {
8273
- "kind": "ENUM",
8274
- "name": "ExternalCalendarDefaultSettingCondition"
8275
- }
9080
+ "kind": "SCALAR",
9081
+ "name": "String"
8276
9082
  },
8277
9083
  "args": [],
8278
9084
  "isDeprecated": false
@@ -8282,7 +9088,7 @@ const introspection = {
8282
9088
  },
8283
9089
  {
8284
9090
  "kind": "OBJECT",
8285
- "name": "DefaultLanguageEnterpriseSetting",
9091
+ "name": "DefaultReturnPathDomainEnterpriseSetting",
8286
9092
  "fields": [
8287
9093
  {
8288
9094
  "name": "createdAt",
@@ -8323,11 +9129,8 @@ const introspection = {
8323
9129
  {
8324
9130
  "name": "value",
8325
9131
  "type": {
8326
- "kind": "NON_NULL",
8327
- "ofType": {
8328
- "kind": "ENUM",
8329
- "name": "Language"
8330
- }
9132
+ "kind": "SCALAR",
9133
+ "name": "String"
8331
9134
  },
8332
9135
  "args": [],
8333
9136
  "isDeprecated": false
@@ -8337,7 +9140,7 @@ const introspection = {
8337
9140
  },
8338
9141
  {
8339
9142
  "kind": "OBJECT",
8340
- "name": "DefaultNameEnterpriseSetting",
9143
+ "name": "DefaultSenderEmailAddressEnterpriseSetting",
8341
9144
  "fields": [
8342
9145
  {
8343
9146
  "name": "createdAt",
@@ -8392,59 +9195,7 @@ const introspection = {
8392
9195
  },
8393
9196
  {
8394
9197
  "kind": "OBJECT",
8395
- "name": "DefaultRedirectUrlEnterpriseSetting",
8396
- "fields": [
8397
- {
8398
- "name": "createdAt",
8399
- "type": {
8400
- "kind": "NON_NULL",
8401
- "ofType": {
8402
- "kind": "SCALAR",
8403
- "name": "ISO8601"
8404
- }
8405
- },
8406
- "args": [],
8407
- "isDeprecated": false
8408
- },
8409
- {
8410
- "name": "manageable",
8411
- "type": {
8412
- "kind": "NON_NULL",
8413
- "ofType": {
8414
- "kind": "SCALAR",
8415
- "name": "Boolean"
8416
- }
8417
- },
8418
- "args": [],
8419
- "isDeprecated": false
8420
- },
8421
- {
8422
- "name": "updatedAt",
8423
- "type": {
8424
- "kind": "NON_NULL",
8425
- "ofType": {
8426
- "kind": "SCALAR",
8427
- "name": "ISO8601"
8428
- }
8429
- },
8430
- "args": [],
8431
- "isDeprecated": false
8432
- },
8433
- {
8434
- "name": "value",
8435
- "type": {
8436
- "kind": "SCALAR",
8437
- "name": "String"
8438
- },
8439
- "args": [],
8440
- "isDeprecated": false
8441
- }
8442
- ],
8443
- "interfaces": []
8444
- },
8445
- {
8446
- "kind": "OBJECT",
8447
- "name": "DefaultReturnPathDomainEnterpriseSetting",
9198
+ "name": "DefaultSubjectIdEnterpriseSetting",
8448
9199
  "fields": [
8449
9200
  {
8450
9201
  "name": "createdAt",
@@ -8486,7 +9237,7 @@ const introspection = {
8486
9237
  "name": "value",
8487
9238
  "type": {
8488
9239
  "kind": "SCALAR",
8489
- "name": "String"
9240
+ "name": "ID"
8490
9241
  },
8491
9242
  "args": [],
8492
9243
  "isDeprecated": false
@@ -8496,7 +9247,7 @@ const introspection = {
8496
9247
  },
8497
9248
  {
8498
9249
  "kind": "OBJECT",
8499
- "name": "DefaultSenderEmailAddressEnterpriseSetting",
9250
+ "name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
8500
9251
  "fields": [
8501
9252
  {
8502
9253
  "name": "createdAt",
@@ -8551,59 +9302,7 @@ const introspection = {
8551
9302
  },
8552
9303
  {
8553
9304
  "kind": "OBJECT",
8554
- "name": "DefaultSubjectIdEnterpriseSetting",
8555
- "fields": [
8556
- {
8557
- "name": "createdAt",
8558
- "type": {
8559
- "kind": "NON_NULL",
8560
- "ofType": {
8561
- "kind": "SCALAR",
8562
- "name": "ISO8601"
8563
- }
8564
- },
8565
- "args": [],
8566
- "isDeprecated": false
8567
- },
8568
- {
8569
- "name": "manageable",
8570
- "type": {
8571
- "kind": "NON_NULL",
8572
- "ofType": {
8573
- "kind": "SCALAR",
8574
- "name": "Boolean"
8575
- }
8576
- },
8577
- "args": [],
8578
- "isDeprecated": false
8579
- },
8580
- {
8581
- "name": "updatedAt",
8582
- "type": {
8583
- "kind": "NON_NULL",
8584
- "ofType": {
8585
- "kind": "SCALAR",
8586
- "name": "ISO8601"
8587
- }
8588
- },
8589
- "args": [],
8590
- "isDeprecated": false
8591
- },
8592
- {
8593
- "name": "value",
8594
- "type": {
8595
- "kind": "SCALAR",
8596
- "name": "ID"
8597
- },
8598
- "args": [],
8599
- "isDeprecated": false
8600
- }
8601
- ],
8602
- "interfaces": []
8603
- },
8604
- {
8605
- "kind": "OBJECT",
8606
- "name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
9305
+ "name": "DefaultTimeZoneEnterpriseSetting",
8607
9306
  "fields": [
8608
9307
  {
8609
9308
  "name": "createdAt",
@@ -8658,7 +9357,7 @@ const introspection = {
8658
9357
  },
8659
9358
  {
8660
9359
  "kind": "OBJECT",
8661
- "name": "DefaultTimeZoneEnterpriseSetting",
9360
+ "name": "DefaultUnavailabilityFormIdEnterpriseSetting",
8662
9361
  "fields": [
8663
9362
  {
8664
9363
  "name": "createdAt",
@@ -8699,11 +9398,8 @@ const introspection = {
8699
9398
  {
8700
9399
  "name": "value",
8701
9400
  "type": {
8702
- "kind": "NON_NULL",
8703
- "ofType": {
8704
- "kind": "SCALAR",
8705
- "name": "String"
8706
- }
9401
+ "kind": "SCALAR",
9402
+ "name": "ID"
8707
9403
  },
8708
9404
  "args": [],
8709
9405
  "isDeprecated": false
@@ -9529,6 +10225,15 @@ const introspection = {
9529
10225
  "args": [],
9530
10226
  "isDeprecated": false
9531
10227
  },
10228
+ {
10229
+ "name": "metadata",
10230
+ "type": {
10231
+ "kind": "SCALAR",
10232
+ "name": "JSONObject"
10233
+ },
10234
+ "args": [],
10235
+ "isDeprecated": false
10236
+ },
9532
10237
  {
9533
10238
  "name": "officeRelations",
9534
10239
  "type": {
@@ -10034,6 +10739,13 @@ const introspection = {
10034
10739
  }
10035
10740
  }
10036
10741
  },
10742
+ {
10743
+ "name": "metadata",
10744
+ "type": {
10745
+ "kind": "SCALAR",
10746
+ "name": "JSONObject"
10747
+ }
10748
+ },
10037
10749
  {
10038
10750
  "name": "officeRelations",
10039
10751
  "type": {
@@ -10509,6 +11221,13 @@ const introspection = {
10509
11221
  "name": "String"
10510
11222
  }
10511
11223
  },
11224
+ {
11225
+ "name": "metadata",
11226
+ "type": {
11227
+ "kind": "SCALAR",
11228
+ "name": "JSONObject"
11229
+ }
11230
+ },
10512
11231
  {
10513
11232
  "name": "officeRelations",
10514
11233
  "type": {
@@ -11170,6 +11889,27 @@ const introspection = {
11170
11889
  "args": [],
11171
11890
  "isDeprecated": false
11172
11891
  },
11892
+ {
11893
+ "name": "defaultUnavailabilityForm",
11894
+ "type": {
11895
+ "kind": "OBJECT",
11896
+ "name": "Form"
11897
+ },
11898
+ "args": [],
11899
+ "isDeprecated": false
11900
+ },
11901
+ {
11902
+ "name": "defaultUnavailabilityFormId",
11903
+ "type": {
11904
+ "kind": "NON_NULL",
11905
+ "ofType": {
11906
+ "kind": "OBJECT",
11907
+ "name": "DefaultUnavailabilityFormIdEnterpriseSetting"
11908
+ }
11909
+ },
11910
+ "args": [],
11911
+ "isDeprecated": false
11912
+ },
11173
11913
  {
11174
11914
  "name": "emailProvider",
11175
11915
  "type": {
@@ -11640,6 +12380,13 @@ const introspection = {
11640
12380
  "name": "defaultTimeZoneInput"
11641
12381
  }
11642
12382
  },
12383
+ {
12384
+ "name": "defaultUnavailabilityFormId",
12385
+ "type": {
12386
+ "kind": "INPUT_OBJECT",
12387
+ "name": "defaultUnavailabilityFormIdInput"
12388
+ }
12389
+ },
11643
12390
  {
11644
12391
  "name": "emailProvider",
11645
12392
  "type": {
@@ -14319,6 +15066,10 @@ const introspection = {
14319
15066
  {
14320
15067
  "name": "SUBJECT_QUESTIONNAIRE",
14321
15068
  "isDeprecated": false
15069
+ },
15070
+ {
15071
+ "name": "UNAVAILABILITY",
15072
+ "isDeprecated": false
14322
15073
  }
14323
15074
  ]
14324
15075
  },
@@ -20485,6 +21236,29 @@ const introspection = {
20485
21236
  ],
20486
21237
  "isDeprecated": false
20487
21238
  },
21239
+ {
21240
+ "name": "createContext",
21241
+ "type": {
21242
+ "kind": "NON_NULL",
21243
+ "ofType": {
21244
+ "kind": "OBJECT",
21245
+ "name": "Context"
21246
+ }
21247
+ },
21248
+ "args": [
21249
+ {
21250
+ "name": "input",
21251
+ "type": {
21252
+ "kind": "NON_NULL",
21253
+ "ofType": {
21254
+ "kind": "INPUT_OBJECT",
21255
+ "name": "ContextInput"
21256
+ }
21257
+ }
21258
+ }
21259
+ ],
21260
+ "isDeprecated": false
21261
+ },
20488
21262
  {
20489
21263
  "name": "createCustomer",
20490
21264
  "type": {
@@ -24982,6 +25756,29 @@ const introspection = {
24982
25756
  ],
24983
25757
  "isDeprecated": false
24984
25758
  },
25759
+ {
25760
+ "name": "scheduleAppointment",
25761
+ "type": {
25762
+ "kind": "NON_NULL",
25763
+ "ofType": {
25764
+ "kind": "OBJECT",
25765
+ "name": "Appointment"
25766
+ }
25767
+ },
25768
+ "args": [
25769
+ {
25770
+ "name": "appointmentCreateInput",
25771
+ "type": {
25772
+ "kind": "NON_NULL",
25773
+ "ofType": {
25774
+ "kind": "INPUT_OBJECT",
25775
+ "name": "AppointmentCreateInput"
25776
+ }
25777
+ }
25778
+ }
25779
+ ],
25780
+ "isDeprecated": false
25781
+ },
24985
25782
  {
24986
25783
  "name": "syncFutureEventsToExternalCalendar",
24987
25784
  "type": {
@@ -25469,6 +26266,15 @@ const introspection = {
25469
26266
  "args": [],
25470
26267
  "isDeprecated": false
25471
26268
  },
26269
+ {
26270
+ "name": "metadata",
26271
+ "type": {
26272
+ "kind": "SCALAR",
26273
+ "name": "JSONObject"
26274
+ },
26275
+ "args": [],
26276
+ "isDeprecated": false
26277
+ },
25472
26278
  {
25473
26279
  "name": "name",
25474
26280
  "type": {
@@ -25818,6 +26624,13 @@ const introspection = {
25818
26624
  }
25819
26625
  }
25820
26626
  },
26627
+ {
26628
+ "name": "metadata",
26629
+ "type": {
26630
+ "kind": "SCALAR",
26631
+ "name": "JSONObject"
26632
+ }
26633
+ },
25821
26634
  {
25822
26635
  "name": "phoneNumber",
25823
26636
  "type": {
@@ -26196,6 +27009,13 @@ const introspection = {
26196
27009
  }
26197
27010
  }
26198
27011
  },
27012
+ {
27013
+ "name": "metadata",
27014
+ "type": {
27015
+ "kind": "SCALAR",
27016
+ "name": "JSONObject"
27017
+ }
27018
+ },
26199
27019
  {
26200
27020
  "name": "phoneNumber",
26201
27021
  "type": {
@@ -28843,6 +29663,33 @@ const introspection = {
28843
29663
  ],
28844
29664
  "isDeprecated": false
28845
29665
  },
29666
+ {
29667
+ "name": "context",
29668
+ "type": {
29669
+ "kind": "NON_NULL",
29670
+ "ofType": {
29671
+ "kind": "OBJECT",
29672
+ "name": "Context"
29673
+ }
29674
+ },
29675
+ "args": [
29676
+ {
29677
+ "name": "externalId",
29678
+ "type": {
29679
+ "kind": "SCALAR",
29680
+ "name": "String"
29681
+ }
29682
+ },
29683
+ {
29684
+ "name": "id",
29685
+ "type": {
29686
+ "kind": "SCALAR",
29687
+ "name": "String"
29688
+ }
29689
+ }
29690
+ ],
29691
+ "isDeprecated": false
29692
+ },
28846
29693
  {
28847
29694
  "name": "customer",
28848
29695
  "type": {
@@ -34591,6 +35438,61 @@ const introspection = {
34591
35438
  }
34592
35439
  ],
34593
35440
  "isDeprecated": false
35441
+ },
35442
+ {
35443
+ "name": "workLocations",
35444
+ "type": {
35445
+ "kind": "NON_NULL",
35446
+ "ofType": {
35447
+ "kind": "LIST",
35448
+ "ofType": {
35449
+ "kind": "NON_NULL",
35450
+ "ofType": {
35451
+ "kind": "OBJECT",
35452
+ "name": "WorkLocationEntry"
35453
+ }
35454
+ }
35455
+ }
35456
+ },
35457
+ "args": [
35458
+ {
35459
+ "name": "employeeIds",
35460
+ "type": {
35461
+ "kind": "NON_NULL",
35462
+ "ofType": {
35463
+ "kind": "LIST",
35464
+ "ofType": {
35465
+ "kind": "NON_NULL",
35466
+ "ofType": {
35467
+ "kind": "SCALAR",
35468
+ "name": "ID"
35469
+ }
35470
+ }
35471
+ }
35472
+ }
35473
+ },
35474
+ {
35475
+ "name": "from",
35476
+ "type": {
35477
+ "kind": "NON_NULL",
35478
+ "ofType": {
35479
+ "kind": "SCALAR",
35480
+ "name": "ISO8601"
35481
+ }
35482
+ }
35483
+ },
35484
+ {
35485
+ "name": "to",
35486
+ "type": {
35487
+ "kind": "NON_NULL",
35488
+ "ofType": {
35489
+ "kind": "SCALAR",
35490
+ "name": "ISO8601"
35491
+ }
35492
+ }
35493
+ }
35494
+ ],
35495
+ "isDeprecated": false
34594
35496
  }
34595
35497
  ],
34596
35498
  "interfaces": []
@@ -34748,6 +35650,15 @@ const introspection = {
34748
35650
  "args": [],
34749
35651
  "isDeprecated": false
34750
35652
  },
35653
+ {
35654
+ "name": "name",
35655
+ "type": {
35656
+ "kind": "SCALAR",
35657
+ "name": "String"
35658
+ },
35659
+ "args": [],
35660
+ "isDeprecated": false
35661
+ },
34751
35662
  {
34752
35663
  "name": "order",
34753
35664
  "type": {
@@ -34918,6 +35829,13 @@ const introspection = {
34918
35829
  "name": "InputType"
34919
35830
  }
34920
35831
  },
35832
+ {
35833
+ "name": "name",
35834
+ "type": {
35835
+ "kind": "SCALAR",
35836
+ "name": "String"
35837
+ }
35838
+ },
34921
35839
  {
34922
35840
  "name": "order",
34923
35841
  "type": {
@@ -35019,6 +35937,13 @@ const introspection = {
35019
35937
  }
35020
35938
  }
35021
35939
  },
35940
+ {
35941
+ "name": "name",
35942
+ "type": {
35943
+ "kind": "SCALAR",
35944
+ "name": "String"
35945
+ }
35946
+ },
35022
35947
  {
35023
35948
  "name": "order",
35024
35949
  "type": {
@@ -36337,30 +37262,52 @@ const introspection = {
36337
37262
  {
36338
37263
  "name": "enterpriseFilter",
36339
37264
  "type": {
36340
- "kind": "NON_NULL",
37265
+ "kind": "LIST",
36341
37266
  "ofType": {
36342
- "kind": "LIST",
37267
+ "kind": "NON_NULL",
36343
37268
  "ofType": {
36344
- "kind": "NON_NULL",
36345
- "ofType": {
36346
- "kind": "SCALAR",
36347
- "name": "String"
36348
- }
37269
+ "kind": "SCALAR",
37270
+ "name": "String"
36349
37271
  }
36350
37272
  }
36351
37273
  },
36352
37274
  "defaultValue": "[]"
36353
37275
  },
36354
37276
  {
36355
- "name": "parallel",
37277
+ "name": "entityFilter",
36356
37278
  "type": {
36357
- "kind": "NON_NULL",
37279
+ "kind": "LIST",
36358
37280
  "ofType": {
36359
- "kind": "SCALAR",
36360
- "name": "Boolean"
37281
+ "kind": "NON_NULL",
37282
+ "ofType": {
37283
+ "kind": "SCALAR",
37284
+ "name": "String"
37285
+ }
36361
37286
  }
36362
37287
  },
37288
+ "defaultValue": "[]"
37289
+ },
37290
+ {
37291
+ "name": "parallel",
37292
+ "type": {
37293
+ "kind": "SCALAR",
37294
+ "name": "Boolean"
37295
+ },
36363
37296
  "defaultValue": "true"
37297
+ },
37298
+ {
37299
+ "name": "targetServices",
37300
+ "type": {
37301
+ "kind": "LIST",
37302
+ "ofType": {
37303
+ "kind": "NON_NULL",
37304
+ "ofType": {
37305
+ "kind": "SCALAR",
37306
+ "name": "String"
37307
+ }
37308
+ }
37309
+ },
37310
+ "defaultValue": "[]"
36364
37311
  }
36365
37312
  ],
36366
37313
  "isOneOf": false
@@ -41034,6 +41981,10 @@ const introspection = {
41034
41981
  "name": "APPOINTMENT_CREATION",
41035
41982
  "isDeprecated": false
41036
41983
  },
41984
+ {
41985
+ "name": "APPOINTMENT_CREATION_CUSTOMER_EDIT",
41986
+ "isDeprecated": false
41987
+ },
41037
41988
  {
41038
41989
  "name": "APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER",
41039
41990
  "isDeprecated": false
@@ -41343,6 +42294,24 @@ const introspection = {
41343
42294
  "args": [],
41344
42295
  "isDeprecated": false
41345
42296
  },
42297
+ {
42298
+ "name": "answers",
42299
+ "type": {
42300
+ "kind": "NON_NULL",
42301
+ "ofType": {
42302
+ "kind": "LIST",
42303
+ "ofType": {
42304
+ "kind": "NON_NULL",
42305
+ "ofType": {
42306
+ "kind": "OBJECT",
42307
+ "name": "UnavailabilityAnswer"
42308
+ }
42309
+ }
42310
+ }
42311
+ },
42312
+ "args": [],
42313
+ "isDeprecated": false
42314
+ },
41346
42315
  {
41347
42316
  "name": "createdAt",
41348
42317
  "type": {
@@ -41457,6 +42426,174 @@ const introspection = {
41457
42426
  ],
41458
42427
  "interfaces": []
41459
42428
  },
42429
+ {
42430
+ "kind": "OBJECT",
42431
+ "name": "UnavailabilityAnswer",
42432
+ "fields": [
42433
+ {
42434
+ "name": "answerType",
42435
+ "type": {
42436
+ "kind": "NON_NULL",
42437
+ "ofType": {
42438
+ "kind": "ENUM",
42439
+ "name": "FormType"
42440
+ }
42441
+ },
42442
+ "args": [],
42443
+ "isDeprecated": false
42444
+ },
42445
+ {
42446
+ "name": "createdAt",
42447
+ "type": {
42448
+ "kind": "NON_NULL",
42449
+ "ofType": {
42450
+ "kind": "SCALAR",
42451
+ "name": "ISO8601"
42452
+ }
42453
+ },
42454
+ "args": [],
42455
+ "isDeprecated": false
42456
+ },
42457
+ {
42458
+ "name": "files",
42459
+ "type": {
42460
+ "kind": "LIST",
42461
+ "ofType": {
42462
+ "kind": "NON_NULL",
42463
+ "ofType": {
42464
+ "kind": "OBJECT",
42465
+ "name": "File"
42466
+ }
42467
+ }
42468
+ },
42469
+ "args": [],
42470
+ "isDeprecated": false
42471
+ },
42472
+ {
42473
+ "name": "form",
42474
+ "type": {
42475
+ "kind": "NON_NULL",
42476
+ "ofType": {
42477
+ "kind": "OBJECT",
42478
+ "name": "Form"
42479
+ }
42480
+ },
42481
+ "args": [],
42482
+ "isDeprecated": false
42483
+ },
42484
+ {
42485
+ "name": "id",
42486
+ "type": {
42487
+ "kind": "NON_NULL",
42488
+ "ofType": {
42489
+ "kind": "SCALAR",
42490
+ "name": "ID"
42491
+ }
42492
+ },
42493
+ "args": [],
42494
+ "isDeprecated": false
42495
+ },
42496
+ {
42497
+ "name": "question",
42498
+ "type": {
42499
+ "kind": "NON_NULL",
42500
+ "ofType": {
42501
+ "kind": "OBJECT",
42502
+ "name": "Question"
42503
+ }
42504
+ },
42505
+ "args": [],
42506
+ "isDeprecated": false
42507
+ },
42508
+ {
42509
+ "name": "selectedAnswerOptions",
42510
+ "type": {
42511
+ "kind": "LIST",
42512
+ "ofType": {
42513
+ "kind": "NON_NULL",
42514
+ "ofType": {
42515
+ "kind": "OBJECT",
42516
+ "name": "AnswerOption"
42517
+ }
42518
+ }
42519
+ },
42520
+ "args": [],
42521
+ "isDeprecated": false
42522
+ },
42523
+ {
42524
+ "name": "updatedAt",
42525
+ "type": {
42526
+ "kind": "NON_NULL",
42527
+ "ofType": {
42528
+ "kind": "SCALAR",
42529
+ "name": "ISO8601"
42530
+ }
42531
+ },
42532
+ "args": [],
42533
+ "isDeprecated": false
42534
+ },
42535
+ {
42536
+ "name": "value",
42537
+ "type": {
42538
+ "kind": "SCALAR",
42539
+ "name": "String"
42540
+ },
42541
+ "args": [],
42542
+ "isDeprecated": false
42543
+ }
42544
+ ],
42545
+ "interfaces": []
42546
+ },
42547
+ {
42548
+ "kind": "INPUT_OBJECT",
42549
+ "name": "UnavailabilityAnswerInput",
42550
+ "inputFields": [
42551
+ {
42552
+ "name": "fileIds",
42553
+ "type": {
42554
+ "kind": "LIST",
42555
+ "ofType": {
42556
+ "kind": "NON_NULL",
42557
+ "ofType": {
42558
+ "kind": "SCALAR",
42559
+ "name": "String"
42560
+ }
42561
+ }
42562
+ }
42563
+ },
42564
+ {
42565
+ "name": "questionId",
42566
+ "type": {
42567
+ "kind": "NON_NULL",
42568
+ "ofType": {
42569
+ "kind": "SCALAR",
42570
+ "name": "ID"
42571
+ }
42572
+ }
42573
+ },
42574
+ {
42575
+ "name": "selectedAnswerOptionIds",
42576
+ "type": {
42577
+ "kind": "LIST",
42578
+ "ofType": {
42579
+ "kind": "NON_NULL",
42580
+ "ofType": {
42581
+ "kind": "SCALAR",
42582
+ "name": "ID"
42583
+ }
42584
+ }
42585
+ }
42586
+ },
42587
+ {
42588
+ "name": "value",
42589
+ "type": {
42590
+ "kind": "SCALAR",
42591
+ "name": "String"
42592
+ }
42593
+ }
42594
+ ],
42595
+ "isOneOf": false
42596
+ },
41460
42597
  {
41461
42598
  "kind": "OBJECT",
41462
42599
  "name": "UnavailabilityConnection",
@@ -41510,6 +42647,19 @@ const introspection = {
41510
42647
  "kind": "INPUT_OBJECT",
41511
42648
  "name": "UnavailabilityCreateInput",
41512
42649
  "inputFields": [
42650
+ {
42651
+ "name": "answers",
42652
+ "type": {
42653
+ "kind": "LIST",
42654
+ "ofType": {
42655
+ "kind": "NON_NULL",
42656
+ "ofType": {
42657
+ "kind": "INPUT_OBJECT",
42658
+ "name": "UnavailabilityAnswerInput"
42659
+ }
42660
+ }
42661
+ }
42662
+ },
41513
42663
  {
41514
42664
  "name": "employeeId",
41515
42665
  "type": {
@@ -41578,6 +42728,19 @@ const introspection = {
41578
42728
  "kind": "INPUT_OBJECT",
41579
42729
  "name": "UnavailabilityEventCreateInput",
41580
42730
  "inputFields": [
42731
+ {
42732
+ "name": "answers",
42733
+ "type": {
42734
+ "kind": "LIST",
42735
+ "ofType": {
42736
+ "kind": "NON_NULL",
42737
+ "ofType": {
42738
+ "kind": "INPUT_OBJECT",
42739
+ "name": "UnavailabilityAnswerInput"
42740
+ }
42741
+ }
42742
+ }
42743
+ },
41581
42744
  {
41582
42745
  "name": "employeeId",
41583
42746
  "type": {
@@ -41615,6 +42778,19 @@ const introspection = {
41615
42778
  "kind": "INPUT_OBJECT",
41616
42779
  "name": "UnavailabilityRevertInput",
41617
42780
  "inputFields": [
42781
+ {
42782
+ "name": "answers",
42783
+ "type": {
42784
+ "kind": "LIST",
42785
+ "ofType": {
42786
+ "kind": "NON_NULL",
42787
+ "ofType": {
42788
+ "kind": "INPUT_OBJECT",
42789
+ "name": "UnavailabilityAnswerInput"
42790
+ }
42791
+ }
42792
+ }
42793
+ },
41618
42794
  {
41619
42795
  "name": "employeeId",
41620
42796
  "type": {
@@ -42890,6 +44066,104 @@ const introspection = {
42890
44066
  }
42891
44067
  ]
42892
44068
  },
44069
+ {
44070
+ "kind": "OBJECT",
44071
+ "name": "WorkLocation",
44072
+ "fields": [
44073
+ {
44074
+ "name": "employee",
44075
+ "type": {
44076
+ "kind": "NON_NULL",
44077
+ "ofType": {
44078
+ "kind": "OBJECT",
44079
+ "name": "Employee"
44080
+ }
44081
+ },
44082
+ "args": [],
44083
+ "isDeprecated": false
44084
+ },
44085
+ {
44086
+ "name": "meetingTypes",
44087
+ "type": {
44088
+ "kind": "NON_NULL",
44089
+ "ofType": {
44090
+ "kind": "LIST",
44091
+ "ofType": {
44092
+ "kind": "NON_NULL",
44093
+ "ofType": {
44094
+ "kind": "ENUM",
44095
+ "name": "MeetingType"
44096
+ }
44097
+ }
44098
+ }
44099
+ },
44100
+ "args": [],
44101
+ "isDeprecated": false
44102
+ },
44103
+ {
44104
+ "name": "office",
44105
+ "type": {
44106
+ "kind": "NON_NULL",
44107
+ "ofType": {
44108
+ "kind": "OBJECT",
44109
+ "name": "Office"
44110
+ }
44111
+ },
44112
+ "args": [],
44113
+ "isDeprecated": false
44114
+ }
44115
+ ],
44116
+ "interfaces": []
44117
+ },
44118
+ {
44119
+ "kind": "OBJECT",
44120
+ "name": "WorkLocationEntry",
44121
+ "fields": [
44122
+ {
44123
+ "name": "end",
44124
+ "type": {
44125
+ "kind": "NON_NULL",
44126
+ "ofType": {
44127
+ "kind": "SCALAR",
44128
+ "name": "ISO8601"
44129
+ }
44130
+ },
44131
+ "args": [],
44132
+ "isDeprecated": false
44133
+ },
44134
+ {
44135
+ "name": "start",
44136
+ "type": {
44137
+ "kind": "NON_NULL",
44138
+ "ofType": {
44139
+ "kind": "SCALAR",
44140
+ "name": "ISO8601"
44141
+ }
44142
+ },
44143
+ "args": [],
44144
+ "isDeprecated": false
44145
+ },
44146
+ {
44147
+ "name": "workLocations",
44148
+ "type": {
44149
+ "kind": "NON_NULL",
44150
+ "ofType": {
44151
+ "kind": "LIST",
44152
+ "ofType": {
44153
+ "kind": "NON_NULL",
44154
+ "ofType": {
44155
+ "kind": "OBJECT",
44156
+ "name": "WorkLocation"
44157
+ }
44158
+ }
44159
+ }
44160
+ },
44161
+ "args": [],
44162
+ "isDeprecated": false
44163
+ }
44164
+ ],
44165
+ "interfaces": []
44166
+ },
42893
44167
  {
42894
44168
  "kind": "INPUT_OBJECT",
42895
44169
  "name": "activeLanguagesInput",
@@ -43457,6 +44731,27 @@ const introspection = {
43457
44731
  ],
43458
44732
  "isOneOf": false
43459
44733
  },
44734
+ {
44735
+ "kind": "INPUT_OBJECT",
44736
+ "name": "defaultUnavailabilityFormIdInput",
44737
+ "inputFields": [
44738
+ {
44739
+ "name": "manageable",
44740
+ "type": {
44741
+ "kind": "SCALAR",
44742
+ "name": "Boolean"
44743
+ }
44744
+ },
44745
+ {
44746
+ "name": "value",
44747
+ "type": {
44748
+ "kind": "SCALAR",
44749
+ "name": "ID"
44750
+ }
44751
+ }
44752
+ ],
44753
+ "isOneOf": false
44754
+ },
43460
44755
  {
43461
44756
  "kind": "INPUT_OBJECT",
43462
44757
  "name": "emailProviderInput",