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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.0.63",
3
+ "version": "1.0.64-canary-20250304141824",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -221,6 +221,24 @@ const introspection = {
221
221
  ],
222
222
  "interfaces": []
223
223
  },
224
+ {
225
+ "kind": "ENUM",
226
+ "name": "AggregatedAvailabilityInsightsInterval",
227
+ "enumValues": [
228
+ {
229
+ "name": "DAY",
230
+ "isDeprecated": false
231
+ },
232
+ {
233
+ "name": "MONTH",
234
+ "isDeprecated": false
235
+ },
236
+ {
237
+ "name": "WEEK",
238
+ "isDeprecated": false
239
+ }
240
+ ]
241
+ },
224
242
  {
225
243
  "kind": "OBJECT",
226
244
  "name": "AllowedExternalCalendarAccountProvidersEnterpriseSetting",
@@ -25691,6 +25709,82 @@ const introspection = {
25691
25709
  "args": [],
25692
25710
  "isDeprecated": false
25693
25711
  },
25712
+ {
25713
+ "name": "aggregatedAvailabilityInsights",
25714
+ "type": {
25715
+ "kind": "NON_NULL",
25716
+ "ofType": {
25717
+ "kind": "LIST",
25718
+ "ofType": {
25719
+ "kind": "NON_NULL",
25720
+ "ofType": {
25721
+ "kind": "OBJECT",
25722
+ "name": "DailyAvailabilityInsight"
25723
+ }
25724
+ }
25725
+ }
25726
+ },
25727
+ "args": [
25728
+ {
25729
+ "name": "employeeId",
25730
+ "type": {
25731
+ "kind": "SCALAR",
25732
+ "name": "ID"
25733
+ }
25734
+ },
25735
+ {
25736
+ "name": "from",
25737
+ "type": {
25738
+ "kind": "NON_NULL",
25739
+ "ofType": {
25740
+ "kind": "SCALAR",
25741
+ "name": "ISO8601"
25742
+ }
25743
+ }
25744
+ },
25745
+ {
25746
+ "name": "interval",
25747
+ "type": {
25748
+ "kind": "NON_NULL",
25749
+ "ofType": {
25750
+ "kind": "ENUM",
25751
+ "name": "AggregatedAvailabilityInsightsInterval"
25752
+ }
25753
+ }
25754
+ },
25755
+ {
25756
+ "name": "officeId",
25757
+ "type": {
25758
+ "kind": "NON_NULL",
25759
+ "ofType": {
25760
+ "kind": "SCALAR",
25761
+ "name": "ID"
25762
+ }
25763
+ }
25764
+ },
25765
+ {
25766
+ "name": "timeZone",
25767
+ "type": {
25768
+ "kind": "NON_NULL",
25769
+ "ofType": {
25770
+ "kind": "SCALAR",
25771
+ "name": "String"
25772
+ }
25773
+ }
25774
+ },
25775
+ {
25776
+ "name": "to",
25777
+ "type": {
25778
+ "kind": "NON_NULL",
25779
+ "ofType": {
25780
+ "kind": "SCALAR",
25781
+ "name": "ISO8601"
25782
+ }
25783
+ }
25784
+ }
25785
+ ],
25786
+ "isDeprecated": false
25787
+ },
25694
25788
  {
25695
25789
  "name": "answerOption",
25696
25790
  "type": {
@@ -31270,25 +31364,71 @@ const introspection = {
31270
31364
  }
31271
31365
  },
31272
31366
  "args": [
31367
+ {
31368
+ "name": "code",
31369
+ "type": {
31370
+ "kind": "LIST",
31371
+ "ofType": {
31372
+ "kind": "NON_NULL",
31373
+ "ofType": {
31374
+ "kind": "SCALAR",
31375
+ "name": "String"
31376
+ }
31377
+ }
31378
+ }
31379
+ },
31273
31380
  {
31274
31381
  "name": "countryCode",
31275
31382
  "type": {
31276
- "kind": "NON_NULL",
31383
+ "kind": "SCALAR",
31384
+ "name": "String"
31385
+ }
31386
+ },
31387
+ {
31388
+ "name": "id",
31389
+ "type": {
31390
+ "kind": "LIST",
31277
31391
  "ofType": {
31278
- "kind": "SCALAR",
31279
- "name": "String"
31392
+ "kind": "NON_NULL",
31393
+ "ofType": {
31394
+ "kind": "SCALAR",
31395
+ "name": "ID"
31396
+ }
31280
31397
  }
31281
31398
  }
31282
31399
  },
31283
31400
  {
31284
- "name": "query",
31401
+ "name": "level",
31285
31402
  "type": {
31286
- "kind": "NON_NULL",
31403
+ "kind": "LIST",
31287
31404
  "ofType": {
31288
- "kind": "SCALAR",
31289
- "name": "String"
31405
+ "kind": "NON_NULL",
31406
+ "ofType": {
31407
+ "kind": "SCALAR",
31408
+ "name": "Int"
31409
+ }
31410
+ }
31411
+ }
31412
+ },
31413
+ {
31414
+ "name": "parentId",
31415
+ "type": {
31416
+ "kind": "LIST",
31417
+ "ofType": {
31418
+ "kind": "NON_NULL",
31419
+ "ofType": {
31420
+ "kind": "SCALAR",
31421
+ "name": "ID"
31422
+ }
31290
31423
  }
31291
31424
  }
31425
+ },
31426
+ {
31427
+ "name": "search",
31428
+ "type": {
31429
+ "kind": "SCALAR",
31430
+ "name": "String"
31431
+ }
31292
31432
  }
31293
31433
  ],
31294
31434
  "isDeprecated": false
@@ -31998,87 +32138,6 @@ const introspection = {
31998
32138
  ],
31999
32139
  "isDeprecated": false
32000
32140
  },
32001
- {
32002
- "name": "treeListRegions",
32003
- "type": {
32004
- "kind": "NON_NULL",
32005
- "ofType": {
32006
- "kind": "LIST",
32007
- "ofType": {
32008
- "kind": "NON_NULL",
32009
- "ofType": {
32010
- "kind": "OBJECT",
32011
- "name": "Region"
32012
- }
32013
- }
32014
- }
32015
- },
32016
- "args": [
32017
- {
32018
- "name": "code",
32019
- "type": {
32020
- "kind": "LIST",
32021
- "ofType": {
32022
- "kind": "NON_NULL",
32023
- "ofType": {
32024
- "kind": "SCALAR",
32025
- "name": "String"
32026
- }
32027
- }
32028
- }
32029
- },
32030
- {
32031
- "name": "countryCode",
32032
- "type": {
32033
- "kind": "NON_NULL",
32034
- "ofType": {
32035
- "kind": "SCALAR",
32036
- "name": "String"
32037
- }
32038
- }
32039
- },
32040
- {
32041
- "name": "id",
32042
- "type": {
32043
- "kind": "LIST",
32044
- "ofType": {
32045
- "kind": "NON_NULL",
32046
- "ofType": {
32047
- "kind": "SCALAR",
32048
- "name": "ID"
32049
- }
32050
- }
32051
- }
32052
- },
32053
- {
32054
- "name": "level",
32055
- "type": {
32056
- "kind": "LIST",
32057
- "ofType": {
32058
- "kind": "NON_NULL",
32059
- "ofType": {
32060
- "kind": "SCALAR",
32061
- "name": "Int"
32062
- }
32063
- }
32064
- }
32065
- },
32066
- {
32067
- "name": "parentId",
32068
- "type": {
32069
- "kind": "LIST",
32070
- "ofType": {
32071
- "kind": "NON_NULL",
32072
- "ofType": {
32073
- "kind": "SCALAR",
32074
- "name": "ID"
32075
- }
32076
- }
32077
- }
32078
- }
32079
- ],
32080
- "isDeprecated": false
32081
- },
32082
32141
  {
32083
32142
  "name": "unavailability",
32084
32143
  "type": {
@@ -33296,6 +33355,60 @@ const introspection = {
33296
33355
  "kind": "OBJECT",
33297
33356
  "name": "Region",
33298
33357
  "fields": [
33358
+ {
33359
+ "name": "boundsEast",
33360
+ "type": {
33361
+ "kind": "SCALAR",
33362
+ "name": "Float"
33363
+ },
33364
+ "args": [],
33365
+ "isDeprecated": false
33366
+ },
33367
+ {
33368
+ "name": "boundsNorth",
33369
+ "type": {
33370
+ "kind": "SCALAR",
33371
+ "name": "Float"
33372
+ },
33373
+ "args": [],
33374
+ "isDeprecated": false
33375
+ },
33376
+ {
33377
+ "name": "boundsSouth",
33378
+ "type": {
33379
+ "kind": "SCALAR",
33380
+ "name": "Float"
33381
+ },
33382
+ "args": [],
33383
+ "isDeprecated": false
33384
+ },
33385
+ {
33386
+ "name": "boundsWest",
33387
+ "type": {
33388
+ "kind": "SCALAR",
33389
+ "name": "Float"
33390
+ },
33391
+ "args": [],
33392
+ "isDeprecated": false
33393
+ },
33394
+ {
33395
+ "name": "centerLat",
33396
+ "type": {
33397
+ "kind": "SCALAR",
33398
+ "name": "Float"
33399
+ },
33400
+ "args": [],
33401
+ "isDeprecated": false
33402
+ },
33403
+ {
33404
+ "name": "centerLong",
33405
+ "type": {
33406
+ "kind": "SCALAR",
33407
+ "name": "Float"
33408
+ },
33409
+ "args": [],
33410
+ "isDeprecated": false
33411
+ },
33299
33412
  {
33300
33413
  "name": "code",
33301
33414
  "type": {
@@ -33361,6 +33474,15 @@ const introspection = {
33361
33474
  },
33362
33475
  "args": [],
33363
33476
  "isDeprecated": false
33477
+ },
33478
+ {
33479
+ "name": "region",
33480
+ "type": {
33481
+ "kind": "SCALAR",
33482
+ "name": "JSONObject"
33483
+ },
33484
+ "args": [],
33485
+ "isDeprecated": false
33364
33486
  }
33365
33487
  ],
33366
33488
  "interfaces": []
@@ -39117,11 +39239,11 @@ const introspection = {
39117
39239
  "name": "VideoProvider",
39118
39240
  "enumValues": [
39119
39241
  {
39120
- "name": "MICROSOFT_TEAMS_APPLICATION_AUTH",
39242
+ "name": "EXTERNAL_PROVIDER_ACCOUNT",
39121
39243
  "isDeprecated": false
39122
39244
  },
39123
39245
  {
39124
- "name": "MICROSOFT_TEAMS_DELEGATED_AUTH",
39246
+ "name": "MICROSOFT_TEAMS_APPLICATION_AUTH",
39125
39247
  "isDeprecated": false
39126
39248
  },
39127
39249
  {
package/src/schema.ts CHANGED
@@ -54,6 +54,11 @@ export type AgentPrioritizationEnabledEnterpriseSetting = {
54
54
  value: Scalars['Boolean']['output'];
55
55
  };
56
56
 
57
+ export type AggregatedAvailabilityInsightsInterval =
58
+ | 'DAY'
59
+ | 'MONTH'
60
+ | 'WEEK';
61
+
57
62
  export type AllowedExternalCalendarAccountProvidersEnterpriseSetting = {
58
63
  createdAt: Scalars['ISO8601']['output'];
59
64
  /** Indicates if the enterprise setting can be managed by an administrator of the enterprise. Non-manageable settings can only be modified by Pexip Engage Support. */
@@ -4156,6 +4161,7 @@ export type PutAppointmentAnswersInput = {
4156
4161
 
4157
4162
  export type Query = {
4158
4163
  activeMeetingTypes: Array<MeetingType>;
4164
+ aggregatedAvailabilityInsights: Array<DailyAvailabilityInsight>;
4159
4165
  answerOption: AnswerOption;
4160
4166
  apiClients: Array<ApiClient>;
4161
4167
  appliedTemplates: AppliedTemplateConnection;
@@ -4253,7 +4259,6 @@ export type Query = {
4253
4259
  textMessageTemplates: Array<TextMessageTemplate>;
4254
4260
  timeRangeAvailabilitySettings: Array<TimeRangeAvailabilitySetting>;
4255
4261
  timetable: Timetable;
4256
- treeListRegions: Array<Region>;
4257
4262
  unavailability: UnavailabilityConnection;
4258
4263
  validateTimetableSlot: ValidatedTimetableSlot;
4259
4264
  validator: Validator;
@@ -4266,6 +4271,16 @@ export type Query = {
4266
4271
  };
4267
4272
 
4268
4273
 
4274
+ export type QueryAggregatedAvailabilityInsightsArgs = {
4275
+ employeeId?: InputMaybe<Scalars['ID']['input']>;
4276
+ from: Scalars['ISO8601']['input'];
4277
+ interval: AggregatedAvailabilityInsightsInterval;
4278
+ officeId: Scalars['ID']['input'];
4279
+ timeZone: Scalars['String']['input'];
4280
+ to: Scalars['ISO8601']['input'];
4281
+ };
4282
+
4283
+
4269
4284
  export type QueryAnswerOptionArgs = {
4270
4285
  id: Scalars['ID']['input'];
4271
4286
  };
@@ -5018,8 +5033,12 @@ export type QuerySchedulableSubjectsArgs = {
5018
5033
 
5019
5034
 
5020
5035
  export type QuerySearchRegionsArgs = {
5021
- countryCode: Scalars['String']['input'];
5022
- query: Scalars['String']['input'];
5036
+ code?: InputMaybe<Array<Scalars['String']['input']>>;
5037
+ countryCode?: InputMaybe<Scalars['String']['input']>;
5038
+ id?: InputMaybe<Array<Scalars['ID']['input']>>;
5039
+ level?: InputMaybe<Array<Scalars['Int']['input']>>;
5040
+ parentId?: InputMaybe<Array<Scalars['ID']['input']>>;
5041
+ search?: InputMaybe<Scalars['String']['input']>;
5023
5042
  };
5024
5043
 
5025
5044
 
@@ -5116,15 +5135,6 @@ export type QueryTimetableArgs = {
5116
5135
  };
5117
5136
 
5118
5137
 
5119
- export type QueryTreeListRegionsArgs = {
5120
- code?: InputMaybe<Array<Scalars['String']['input']>>;
5121
- countryCode: Scalars['String']['input'];
5122
- id?: InputMaybe<Array<Scalars['ID']['input']>>;
5123
- level?: InputMaybe<Array<Scalars['Int']['input']>>;
5124
- parentId?: InputMaybe<Array<Scalars['ID']['input']>>;
5125
- };
5126
-
5127
-
5128
5138
  export type QueryUnavailabilityArgs = {
5129
5139
  after?: InputMaybe<Scalars['String']['input']>;
5130
5140
  before?: InputMaybe<Scalars['String']['input']>;
@@ -5295,12 +5305,19 @@ export type ReceiverInput = {
5295
5305
  };
5296
5306
 
5297
5307
  export type Region = {
5308
+ boundsEast?: Maybe<Scalars['Float']['output']>;
5309
+ boundsNorth?: Maybe<Scalars['Float']['output']>;
5310
+ boundsSouth?: Maybe<Scalars['Float']['output']>;
5311
+ boundsWest?: Maybe<Scalars['Float']['output']>;
5312
+ centerLat?: Maybe<Scalars['Float']['output']>;
5313
+ centerLong?: Maybe<Scalars['Float']['output']>;
5298
5314
  code?: Maybe<Scalars['String']['output']>;
5299
5315
  countryCode: Scalars['String']['output'];
5300
5316
  id: Scalars['ID']['output'];
5301
5317
  level: Scalars['Int']['output'];
5302
5318
  name: Scalars['String']['output'];
5303
5319
  parentId?: Maybe<Scalars['ID']['output']>;
5320
+ region?: Maybe<Scalars['JSONObject']['output']>;
5304
5321
  };
5305
5322
 
5306
5323
  export type RegionConnection = {
@@ -6275,8 +6292,8 @@ export type ValidatorTranslationsPatchInput = {
6275
6292
  };
6276
6293
 
6277
6294
  export type VideoProvider =
6295
+ | 'EXTERNAL_PROVIDER_ACCOUNT'
6278
6296
  | 'MICROSOFT_TEAMS_APPLICATION_AUTH'
6279
- | 'MICROSOFT_TEAMS_DELEGATED_AUTH'
6280
6297
  | 'PEXIP'
6281
6298
  | 'STATIC'
6282
6299
  | 'TEMPLATE_GENERATED_URL';