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