@pexip-engage-public/graphql 1.0.64-canary-20250304173952 → 1.0.65-canary-20250311155122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -2
- package/dist/graphql-env.d.ts +60 -81
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +71 -94
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +10 -11
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +71 -94
- package/src/schema.ts +11 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65-canary-20250311155122",
|
|
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"
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"graphql-request": "^7.1.2",
|
|
39
39
|
"lz-string": "^1.5.0",
|
|
40
40
|
"zod": "^3.24.2",
|
|
41
|
-
"@pexip-engage/utils": "0.1.
|
|
41
|
+
"@pexip-engage/utils": "0.1.36-canary-20250311155122"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@graphql-codegen/cli": "^5.0.5",
|
|
45
45
|
"@graphql-codegen/typescript": "^4.1.5",
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
|
-
"typescript": "^5.
|
|
47
|
+
"typescript": "^5.8.2",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.11-canary-20250311155122"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|
package/src/graphql-env.ts
CHANGED
|
@@ -221,24 +221,6 @@ 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
|
-
},
|
|
242
224
|
{
|
|
243
225
|
"kind": "OBJECT",
|
|
244
226
|
"name": "AllowedExternalCalendarAccountProvidersEnterpriseSetting",
|
|
@@ -1895,6 +1877,13 @@ const introspection = {
|
|
|
1895
1877
|
"name": "Boolean"
|
|
1896
1878
|
}
|
|
1897
1879
|
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "ignoreCoverageRegions",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"kind": "SCALAR",
|
|
1884
|
+
"name": "Boolean"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1898
1887
|
{
|
|
1899
1888
|
"name": "internalNotes",
|
|
1900
1889
|
"type": {
|
|
@@ -2352,6 +2341,13 @@ const introspection = {
|
|
|
2352
2341
|
"name": "Boolean"
|
|
2353
2342
|
}
|
|
2354
2343
|
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "ignoreCoverageRegions",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"kind": "SCALAR",
|
|
2348
|
+
"name": "Boolean"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2355
2351
|
{
|
|
2356
2352
|
"name": "internalNotes",
|
|
2357
2353
|
"type": {
|
|
@@ -25709,82 +25705,6 @@ const introspection = {
|
|
|
25709
25705
|
"args": [],
|
|
25710
25706
|
"isDeprecated": false
|
|
25711
25707
|
},
|
|
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
|
-
},
|
|
25788
25708
|
{
|
|
25789
25709
|
"name": "answerOption",
|
|
25790
25710
|
"type": {
|
|
@@ -30348,6 +30268,13 @@ const introspection = {
|
|
|
30348
30268
|
}
|
|
30349
30269
|
}
|
|
30350
30270
|
},
|
|
30271
|
+
{
|
|
30272
|
+
"name": "ignoreCoverageRegions",
|
|
30273
|
+
"type": {
|
|
30274
|
+
"kind": "SCALAR",
|
|
30275
|
+
"name": "Boolean"
|
|
30276
|
+
}
|
|
30277
|
+
},
|
|
30351
30278
|
{
|
|
30352
30279
|
"name": "leadSegmentCode",
|
|
30353
30280
|
"type": {
|
|
@@ -30559,6 +30486,13 @@ const introspection = {
|
|
|
30559
30486
|
}
|
|
30560
30487
|
}
|
|
30561
30488
|
},
|
|
30489
|
+
{
|
|
30490
|
+
"name": "ignoreCoverageRegions",
|
|
30491
|
+
"type": {
|
|
30492
|
+
"kind": "SCALAR",
|
|
30493
|
+
"name": "Boolean"
|
|
30494
|
+
}
|
|
30495
|
+
},
|
|
30562
30496
|
{
|
|
30563
30497
|
"name": "leadSegmentCode",
|
|
30564
30498
|
"type": {
|
|
@@ -30770,6 +30704,13 @@ const introspection = {
|
|
|
30770
30704
|
}
|
|
30771
30705
|
}
|
|
30772
30706
|
},
|
|
30707
|
+
{
|
|
30708
|
+
"name": "ignoreCoverageRegions",
|
|
30709
|
+
"type": {
|
|
30710
|
+
"kind": "SCALAR",
|
|
30711
|
+
"name": "Boolean"
|
|
30712
|
+
}
|
|
30713
|
+
},
|
|
30773
30714
|
{
|
|
30774
30715
|
"name": "leadSegmentCode",
|
|
30775
30716
|
"type": {
|
|
@@ -30981,6 +30922,13 @@ const introspection = {
|
|
|
30981
30922
|
}
|
|
30982
30923
|
}
|
|
30983
30924
|
},
|
|
30925
|
+
{
|
|
30926
|
+
"name": "ignoreCoverageRegions",
|
|
30927
|
+
"type": {
|
|
30928
|
+
"kind": "SCALAR",
|
|
30929
|
+
"name": "Boolean"
|
|
30930
|
+
}
|
|
30931
|
+
},
|
|
30984
30932
|
{
|
|
30985
30933
|
"name": "leadSegmentCode",
|
|
30986
30934
|
"type": {
|
|
@@ -31192,6 +31140,13 @@ const introspection = {
|
|
|
31192
31140
|
}
|
|
31193
31141
|
}
|
|
31194
31142
|
},
|
|
31143
|
+
{
|
|
31144
|
+
"name": "ignoreCoverageRegions",
|
|
31145
|
+
"type": {
|
|
31146
|
+
"kind": "SCALAR",
|
|
31147
|
+
"name": "Boolean"
|
|
31148
|
+
}
|
|
31149
|
+
},
|
|
31195
31150
|
{
|
|
31196
31151
|
"name": "leadSegmentCode",
|
|
31197
31152
|
"type": {
|
|
@@ -32054,6 +32009,13 @@ const introspection = {
|
|
|
32054
32009
|
}
|
|
32055
32010
|
}
|
|
32056
32011
|
},
|
|
32012
|
+
{
|
|
32013
|
+
"name": "ignoreCoverageRegions",
|
|
32014
|
+
"type": {
|
|
32015
|
+
"kind": "SCALAR",
|
|
32016
|
+
"name": "Boolean"
|
|
32017
|
+
}
|
|
32018
|
+
},
|
|
32057
32019
|
{
|
|
32058
32020
|
"name": "leadSegmentId",
|
|
32059
32021
|
"type": {
|
|
@@ -32278,6 +32240,13 @@ const introspection = {
|
|
|
32278
32240
|
}
|
|
32279
32241
|
}
|
|
32280
32242
|
},
|
|
32243
|
+
{
|
|
32244
|
+
"name": "ignoreCoverageRegions",
|
|
32245
|
+
"type": {
|
|
32246
|
+
"kind": "SCALAR",
|
|
32247
|
+
"name": "Boolean"
|
|
32248
|
+
}
|
|
32249
|
+
},
|
|
32281
32250
|
{
|
|
32282
32251
|
"name": "leadSegmentId",
|
|
32283
32252
|
"type": {
|
|
@@ -38403,6 +38372,14 @@ const introspection = {
|
|
|
38403
38372
|
"name": "APPOINTMENT_CUSTOMER_SELECTION",
|
|
38404
38373
|
"isDeprecated": false
|
|
38405
38374
|
},
|
|
38375
|
+
{
|
|
38376
|
+
"name": "APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE",
|
|
38377
|
+
"isDeprecated": false
|
|
38378
|
+
},
|
|
38379
|
+
{
|
|
38380
|
+
"name": "APPOINTMENT_SCHEDULING",
|
|
38381
|
+
"isDeprecated": false
|
|
38382
|
+
},
|
|
38406
38383
|
{
|
|
38407
38384
|
"name": "APPOINTMENT_SUBJECT_SELECTION",
|
|
38408
38385
|
"isDeprecated": false
|
package/src/schema.ts
CHANGED
|
@@ -54,11 +54,6 @@ export type AgentPrioritizationEnabledEnterpriseSetting = {
|
|
|
54
54
|
value: Scalars['Boolean']['output'];
|
|
55
55
|
};
|
|
56
56
|
|
|
57
|
-
export type AggregatedAvailabilityInsightsInterval =
|
|
58
|
-
| 'DAY'
|
|
59
|
-
| 'MONTH'
|
|
60
|
-
| 'WEEK';
|
|
61
|
-
|
|
62
57
|
export type AllowedExternalCalendarAccountProvidersEnterpriseSetting = {
|
|
63
58
|
createdAt: Scalars['ISO8601']['output'];
|
|
64
59
|
/** 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. */
|
|
@@ -282,6 +277,7 @@ export type AppointmentCreateInput = {
|
|
|
282
277
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
283
278
|
fileIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
284
279
|
hybrid?: InputMaybe<Scalars['Boolean']['input']>;
|
|
280
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
285
281
|
internalNotes?: InputMaybe<Scalars['String']['input']>;
|
|
286
282
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
287
283
|
listingId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -359,6 +355,7 @@ export type AppointmentInviteInput = {
|
|
|
359
355
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
360
356
|
fileIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
361
357
|
hybrid?: InputMaybe<Scalars['Boolean']['input']>;
|
|
358
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
362
359
|
internalNotes?: InputMaybe<Scalars['String']['input']>;
|
|
363
360
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
364
361
|
listingId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -4161,7 +4158,6 @@ export type PutAppointmentAnswersInput = {
|
|
|
4161
4158
|
|
|
4162
4159
|
export type Query = {
|
|
4163
4160
|
activeMeetingTypes: Array<MeetingType>;
|
|
4164
|
-
aggregatedAvailabilityInsights: Array<DailyAvailabilityInsight>;
|
|
4165
4161
|
answerOption: AnswerOption;
|
|
4166
4162
|
apiClients: Array<ApiClient>;
|
|
4167
4163
|
appliedTemplates: AppliedTemplateConnection;
|
|
@@ -4271,16 +4267,6 @@ export type Query = {
|
|
|
4271
4267
|
};
|
|
4272
4268
|
|
|
4273
4269
|
|
|
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
|
-
|
|
4284
4270
|
export type QueryAnswerOptionArgs = {
|
|
4285
4271
|
id: Scalars['ID']['input'];
|
|
4286
4272
|
};
|
|
@@ -4926,6 +4912,7 @@ export type QuerySchedulableEmployeesArgs = {
|
|
|
4926
4912
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4927
4913
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4928
4914
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
4915
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4929
4916
|
leadSegmentCode?: InputMaybe<Scalars['String']['input']>;
|
|
4930
4917
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
4931
4918
|
listingExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4948,6 +4935,7 @@ export type QuerySchedulableMeetingRoomsArgs = {
|
|
|
4948
4935
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4949
4936
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4950
4937
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
4938
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4951
4939
|
leadSegmentCode?: InputMaybe<Scalars['String']['input']>;
|
|
4952
4940
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
4953
4941
|
listingExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4970,6 +4958,7 @@ export type QuerySchedulableMeetingTypesArgs = {
|
|
|
4970
4958
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4971
4959
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4972
4960
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
4961
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4973
4962
|
leadSegmentCode?: InputMaybe<Scalars['String']['input']>;
|
|
4974
4963
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
4975
4964
|
listingExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4992,6 +4981,7 @@ export type QuerySchedulableOfficesArgs = {
|
|
|
4992
4981
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4993
4982
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4994
4983
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
4984
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4995
4985
|
leadSegmentCode?: InputMaybe<Scalars['String']['input']>;
|
|
4996
4986
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
4997
4987
|
listingExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5014,6 +5004,7 @@ export type QuerySchedulableSubjectsArgs = {
|
|
|
5014
5004
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5015
5005
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5016
5006
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
5007
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5017
5008
|
leadSegmentCode?: InputMaybe<Scalars['String']['input']>;
|
|
5018
5009
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
5019
5010
|
listingExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5123,6 +5114,7 @@ export type QueryTimetableArgs = {
|
|
|
5123
5114
|
employeeId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5124
5115
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
5125
5116
|
from: Scalars['ISO8601']['input'];
|
|
5117
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5126
5118
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
5127
5119
|
listingId?: InputMaybe<Scalars['ID']['input']>;
|
|
5128
5120
|
location?: InputMaybe<GeolocationInput>;
|
|
@@ -5152,6 +5144,7 @@ export type QueryValidateTimetableSlotArgs = {
|
|
|
5152
5144
|
employeeId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5153
5145
|
employeeLanguages?: InputMaybe<Array<Language>>;
|
|
5154
5146
|
from: Scalars['ISO8601']['input'];
|
|
5147
|
+
ignoreCoverageRegions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5155
5148
|
leadSegmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
5156
5149
|
listingId?: InputMaybe<Scalars['ID']['input']>;
|
|
5157
5150
|
location?: InputMaybe<GeolocationInput>;
|
|
@@ -6142,6 +6135,8 @@ export type UiFeature =
|
|
|
6142
6135
|
| 'APPOINTMENT_CREATION'
|
|
6143
6136
|
| 'APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER'
|
|
6144
6137
|
| 'APPOINTMENT_CUSTOMER_SELECTION'
|
|
6138
|
+
| 'APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE'
|
|
6139
|
+
| 'APPOINTMENT_SCHEDULING'
|
|
6145
6140
|
| 'APPOINTMENT_SUBJECT_SELECTION'
|
|
6146
6141
|
| 'CUSTOMER_CREATION'
|
|
6147
6142
|
| 'CUSTOMER_DETAILS'
|