@pexip-engage-public/graphql 1.0.63 → 1.0.64-canary-20250304132043

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.
@@ -220,6 +220,24 @@ const introspection = {
220
220
  ],
221
221
  "interfaces": []
222
222
  },
223
+ {
224
+ "kind": "ENUM",
225
+ "name": "AggregatedAvailabilityInsightsInterval",
226
+ "enumValues": [
227
+ {
228
+ "name": "DAY",
229
+ "isDeprecated": false
230
+ },
231
+ {
232
+ "name": "MONTH",
233
+ "isDeprecated": false
234
+ },
235
+ {
236
+ "name": "WEEK",
237
+ "isDeprecated": false
238
+ }
239
+ ]
240
+ },
223
241
  {
224
242
  "kind": "OBJECT",
225
243
  "name": "AllowedExternalCalendarAccountProvidersEnterpriseSetting",
@@ -25690,6 +25708,82 @@ const introspection = {
25690
25708
  "args": [],
25691
25709
  "isDeprecated": false
25692
25710
  },
25711
+ {
25712
+ "name": "aggregatedAvailabilityInsights",
25713
+ "type": {
25714
+ "kind": "NON_NULL",
25715
+ "ofType": {
25716
+ "kind": "LIST",
25717
+ "ofType": {
25718
+ "kind": "NON_NULL",
25719
+ "ofType": {
25720
+ "kind": "OBJECT",
25721
+ "name": "DailyAvailabilityInsight"
25722
+ }
25723
+ }
25724
+ }
25725
+ },
25726
+ "args": [
25727
+ {
25728
+ "name": "employeeId",
25729
+ "type": {
25730
+ "kind": "SCALAR",
25731
+ "name": "ID"
25732
+ }
25733
+ },
25734
+ {
25735
+ "name": "from",
25736
+ "type": {
25737
+ "kind": "NON_NULL",
25738
+ "ofType": {
25739
+ "kind": "SCALAR",
25740
+ "name": "ISO8601"
25741
+ }
25742
+ }
25743
+ },
25744
+ {
25745
+ "name": "interval",
25746
+ "type": {
25747
+ "kind": "NON_NULL",
25748
+ "ofType": {
25749
+ "kind": "ENUM",
25750
+ "name": "AggregatedAvailabilityInsightsInterval"
25751
+ }
25752
+ }
25753
+ },
25754
+ {
25755
+ "name": "officeId",
25756
+ "type": {
25757
+ "kind": "NON_NULL",
25758
+ "ofType": {
25759
+ "kind": "SCALAR",
25760
+ "name": "ID"
25761
+ }
25762
+ }
25763
+ },
25764
+ {
25765
+ "name": "timeZone",
25766
+ "type": {
25767
+ "kind": "NON_NULL",
25768
+ "ofType": {
25769
+ "kind": "SCALAR",
25770
+ "name": "String"
25771
+ }
25772
+ }
25773
+ },
25774
+ {
25775
+ "name": "to",
25776
+ "type": {
25777
+ "kind": "NON_NULL",
25778
+ "ofType": {
25779
+ "kind": "SCALAR",
25780
+ "name": "ISO8601"
25781
+ }
25782
+ }
25783
+ }
25784
+ ],
25785
+ "isDeprecated": false
25786
+ },
25693
25787
  {
25694
25788
  "name": "answerOption",
25695
25789
  "type": {
@@ -31269,25 +31363,71 @@ const introspection = {
31269
31363
  }
31270
31364
  },
31271
31365
  "args": [
31366
+ {
31367
+ "name": "code",
31368
+ "type": {
31369
+ "kind": "LIST",
31370
+ "ofType": {
31371
+ "kind": "NON_NULL",
31372
+ "ofType": {
31373
+ "kind": "SCALAR",
31374
+ "name": "String"
31375
+ }
31376
+ }
31377
+ }
31378
+ },
31272
31379
  {
31273
31380
  "name": "countryCode",
31274
31381
  "type": {
31275
- "kind": "NON_NULL",
31382
+ "kind": "SCALAR",
31383
+ "name": "String"
31384
+ }
31385
+ },
31386
+ {
31387
+ "name": "id",
31388
+ "type": {
31389
+ "kind": "LIST",
31276
31390
  "ofType": {
31277
- "kind": "SCALAR",
31278
- "name": "String"
31391
+ "kind": "NON_NULL",
31392
+ "ofType": {
31393
+ "kind": "SCALAR",
31394
+ "name": "ID"
31395
+ }
31279
31396
  }
31280
31397
  }
31281
31398
  },
31282
31399
  {
31283
- "name": "query",
31400
+ "name": "level",
31284
31401
  "type": {
31285
- "kind": "NON_NULL",
31402
+ "kind": "LIST",
31286
31403
  "ofType": {
31287
- "kind": "SCALAR",
31288
- "name": "String"
31404
+ "kind": "NON_NULL",
31405
+ "ofType": {
31406
+ "kind": "SCALAR",
31407
+ "name": "Int"
31408
+ }
31409
+ }
31410
+ }
31411
+ },
31412
+ {
31413
+ "name": "parentId",
31414
+ "type": {
31415
+ "kind": "LIST",
31416
+ "ofType": {
31417
+ "kind": "NON_NULL",
31418
+ "ofType": {
31419
+ "kind": "SCALAR",
31420
+ "name": "ID"
31421
+ }
31289
31422
  }
31290
31423
  }
31424
+ },
31425
+ {
31426
+ "name": "search",
31427
+ "type": {
31428
+ "kind": "SCALAR",
31429
+ "name": "String"
31430
+ }
31291
31431
  }
31292
31432
  ],
31293
31433
  "isDeprecated": false
@@ -31997,87 +32137,6 @@ const introspection = {
31997
32137
  ],
31998
32138
  "isDeprecated": false
31999
32139
  },
32000
- {
32001
- "name": "treeListRegions",
32002
- "type": {
32003
- "kind": "NON_NULL",
32004
- "ofType": {
32005
- "kind": "LIST",
32006
- "ofType": {
32007
- "kind": "NON_NULL",
32008
- "ofType": {
32009
- "kind": "OBJECT",
32010
- "name": "Region"
32011
- }
32012
- }
32013
- }
32014
- },
32015
- "args": [
32016
- {
32017
- "name": "code",
32018
- "type": {
32019
- "kind": "LIST",
32020
- "ofType": {
32021
- "kind": "NON_NULL",
32022
- "ofType": {
32023
- "kind": "SCALAR",
32024
- "name": "String"
32025
- }
32026
- }
32027
- }
32028
- },
32029
- {
32030
- "name": "countryCode",
32031
- "type": {
32032
- "kind": "NON_NULL",
32033
- "ofType": {
32034
- "kind": "SCALAR",
32035
- "name": "String"
32036
- }
32037
- }
32038
- },
32039
- {
32040
- "name": "id",
32041
- "type": {
32042
- "kind": "LIST",
32043
- "ofType": {
32044
- "kind": "NON_NULL",
32045
- "ofType": {
32046
- "kind": "SCALAR",
32047
- "name": "ID"
32048
- }
32049
- }
32050
- }
32051
- },
32052
- {
32053
- "name": "level",
32054
- "type": {
32055
- "kind": "LIST",
32056
- "ofType": {
32057
- "kind": "NON_NULL",
32058
- "ofType": {
32059
- "kind": "SCALAR",
32060
- "name": "Int"
32061
- }
32062
- }
32063
- }
32064
- },
32065
- {
32066
- "name": "parentId",
32067
- "type": {
32068
- "kind": "LIST",
32069
- "ofType": {
32070
- "kind": "NON_NULL",
32071
- "ofType": {
32072
- "kind": "SCALAR",
32073
- "name": "ID"
32074
- }
32075
- }
32076
- }
32077
- }
32078
- ],
32079
- "isDeprecated": false
32080
- },
32081
32140
  {
32082
32141
  "name": "unavailability",
32083
32142
  "type": {
@@ -33295,6 +33354,60 @@ const introspection = {
33295
33354
  "kind": "OBJECT",
33296
33355
  "name": "Region",
33297
33356
  "fields": [
33357
+ {
33358
+ "name": "boundsEast",
33359
+ "type": {
33360
+ "kind": "SCALAR",
33361
+ "name": "Float"
33362
+ },
33363
+ "args": [],
33364
+ "isDeprecated": false
33365
+ },
33366
+ {
33367
+ "name": "boundsNorth",
33368
+ "type": {
33369
+ "kind": "SCALAR",
33370
+ "name": "Float"
33371
+ },
33372
+ "args": [],
33373
+ "isDeprecated": false
33374
+ },
33375
+ {
33376
+ "name": "boundsSouth",
33377
+ "type": {
33378
+ "kind": "SCALAR",
33379
+ "name": "Float"
33380
+ },
33381
+ "args": [],
33382
+ "isDeprecated": false
33383
+ },
33384
+ {
33385
+ "name": "boundsWest",
33386
+ "type": {
33387
+ "kind": "SCALAR",
33388
+ "name": "Float"
33389
+ },
33390
+ "args": [],
33391
+ "isDeprecated": false
33392
+ },
33393
+ {
33394
+ "name": "centerLat",
33395
+ "type": {
33396
+ "kind": "SCALAR",
33397
+ "name": "Float"
33398
+ },
33399
+ "args": [],
33400
+ "isDeprecated": false
33401
+ },
33402
+ {
33403
+ "name": "centerLong",
33404
+ "type": {
33405
+ "kind": "SCALAR",
33406
+ "name": "Float"
33407
+ },
33408
+ "args": [],
33409
+ "isDeprecated": false
33410
+ },
33298
33411
  {
33299
33412
  "name": "code",
33300
33413
  "type": {
@@ -33360,6 +33473,15 @@ const introspection = {
33360
33473
  },
33361
33474
  "args": [],
33362
33475
  "isDeprecated": false
33476
+ },
33477
+ {
33478
+ "name": "region",
33479
+ "type": {
33480
+ "kind": "SCALAR",
33481
+ "name": "JSONObject"
33482
+ },
33483
+ "args": [],
33484
+ "isDeprecated": false
33363
33485
  }
33364
33486
  ],
33365
33487
  "interfaces": []
@@ -39116,11 +39238,11 @@ const introspection = {
39116
39238
  "name": "VideoProvider",
39117
39239
  "enumValues": [
39118
39240
  {
39119
- "name": "MICROSOFT_TEAMS_APPLICATION_AUTH",
39241
+ "name": "EXTERNAL_PROVIDER_ACCOUNT",
39120
39242
  "isDeprecated": false
39121
39243
  },
39122
39244
  {
39123
- "name": "MICROSOFT_TEAMS_DELEGATED_AUTH",
39245
+ "name": "MICROSOFT_TEAMS_APPLICATION_AUTH",
39124
39246
  "isDeprecated": false
39125
39247
  },
39126
39248
  {