@pexip-engage-public/graphql 1.1.9-canary-20250728202825 → 1.1.10-canary-20250801091751
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 +9 -1
- package/dist/graphql-env.d.ts +40 -83
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +44 -95
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +3 -15
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +44 -95
- package/src/schema.ts +4 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10-canary-20250801091751",
|
|
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"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
47
|
"typescript": "^5.8.3",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.27
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.27"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|
package/src/graphql-env.ts
CHANGED
|
@@ -21212,29 +21212,6 @@ const introspection = {
|
|
|
21212
21212
|
],
|
|
21213
21213
|
"isDeprecated": false
|
|
21214
21214
|
},
|
|
21215
|
-
{
|
|
21216
|
-
"name": "createUnavailabilityEvent",
|
|
21217
|
-
"type": {
|
|
21218
|
-
"kind": "NON_NULL",
|
|
21219
|
-
"ofType": {
|
|
21220
|
-
"kind": "OBJECT",
|
|
21221
|
-
"name": "Unavailability"
|
|
21222
|
-
}
|
|
21223
|
-
},
|
|
21224
|
-
"args": [
|
|
21225
|
-
{
|
|
21226
|
-
"name": "input",
|
|
21227
|
-
"type": {
|
|
21228
|
-
"kind": "NON_NULL",
|
|
21229
|
-
"ofType": {
|
|
21230
|
-
"kind": "INPUT_OBJECT",
|
|
21231
|
-
"name": "UnavailabilityEventCreateInput"
|
|
21232
|
-
}
|
|
21233
|
-
}
|
|
21234
|
-
}
|
|
21235
|
-
],
|
|
21236
|
-
"isDeprecated": false
|
|
21237
|
-
},
|
|
21238
21215
|
{
|
|
21239
21216
|
"name": "createUploadFileLink",
|
|
21240
21217
|
"type": {
|
|
@@ -21876,29 +21853,6 @@ const introspection = {
|
|
|
21876
21853
|
],
|
|
21877
21854
|
"isDeprecated": false
|
|
21878
21855
|
},
|
|
21879
|
-
{
|
|
21880
|
-
"name": "deleteUnavailabilityEvent",
|
|
21881
|
-
"type": {
|
|
21882
|
-
"kind": "NON_NULL",
|
|
21883
|
-
"ofType": {
|
|
21884
|
-
"kind": "OBJECT",
|
|
21885
|
-
"name": "Unavailability"
|
|
21886
|
-
}
|
|
21887
|
-
},
|
|
21888
|
-
"args": [
|
|
21889
|
-
{
|
|
21890
|
-
"name": "id",
|
|
21891
|
-
"type": {
|
|
21892
|
-
"kind": "NON_NULL",
|
|
21893
|
-
"ofType": {
|
|
21894
|
-
"kind": "SCALAR",
|
|
21895
|
-
"name": "ID"
|
|
21896
|
-
}
|
|
21897
|
-
}
|
|
21898
|
-
}
|
|
21899
|
-
],
|
|
21900
|
-
"isDeprecated": false
|
|
21901
|
-
},
|
|
21902
21856
|
{
|
|
21903
21857
|
"name": "deleteWebhookConfiguration",
|
|
21904
21858
|
"type": {
|
|
@@ -25843,6 +25797,24 @@ const introspection = {
|
|
|
25843
25797
|
"args": [],
|
|
25844
25798
|
"isDeprecated": false
|
|
25845
25799
|
},
|
|
25800
|
+
{
|
|
25801
|
+
"name": "regionIds",
|
|
25802
|
+
"type": {
|
|
25803
|
+
"kind": "NON_NULL",
|
|
25804
|
+
"ofType": {
|
|
25805
|
+
"kind": "LIST",
|
|
25806
|
+
"ofType": {
|
|
25807
|
+
"kind": "NON_NULL",
|
|
25808
|
+
"ofType": {
|
|
25809
|
+
"kind": "SCALAR",
|
|
25810
|
+
"name": "ID"
|
|
25811
|
+
}
|
|
25812
|
+
}
|
|
25813
|
+
}
|
|
25814
|
+
},
|
|
25815
|
+
"args": [],
|
|
25816
|
+
"isDeprecated": false
|
|
25817
|
+
},
|
|
25846
25818
|
{
|
|
25847
25819
|
"name": "regions",
|
|
25848
25820
|
"type": {
|
|
@@ -25937,6 +25909,24 @@ const introspection = {
|
|
|
25937
25909
|
"args": [],
|
|
25938
25910
|
"isDeprecated": false
|
|
25939
25911
|
},
|
|
25912
|
+
{
|
|
25913
|
+
"name": "regionIds",
|
|
25914
|
+
"type": {
|
|
25915
|
+
"kind": "NON_NULL",
|
|
25916
|
+
"ofType": {
|
|
25917
|
+
"kind": "LIST",
|
|
25918
|
+
"ofType": {
|
|
25919
|
+
"kind": "NON_NULL",
|
|
25920
|
+
"ofType": {
|
|
25921
|
+
"kind": "SCALAR",
|
|
25922
|
+
"name": "ID"
|
|
25923
|
+
}
|
|
25924
|
+
}
|
|
25925
|
+
}
|
|
25926
|
+
},
|
|
25927
|
+
"args": [],
|
|
25928
|
+
"isDeprecated": false
|
|
25929
|
+
},
|
|
25940
25930
|
{
|
|
25941
25931
|
"name": "regions",
|
|
25942
25932
|
"type": {
|
|
@@ -40925,6 +40915,14 @@ const introspection = {
|
|
|
40925
40915
|
"name": "DEFINED_AVAILABILITY_SYNCHRONIZATION",
|
|
40926
40916
|
"isDeprecated": false
|
|
40927
40917
|
},
|
|
40918
|
+
{
|
|
40919
|
+
"name": "EMPLOYEE_AVATAR",
|
|
40920
|
+
"isDeprecated": false
|
|
40921
|
+
},
|
|
40922
|
+
{
|
|
40923
|
+
"name": "EMPLOYEE_FUNCTION_SUBTITLE",
|
|
40924
|
+
"isDeprecated": false
|
|
40925
|
+
},
|
|
40928
40926
|
{
|
|
40929
40927
|
"name": "FORMS",
|
|
40930
40928
|
"isDeprecated": false
|
|
@@ -41162,18 +41160,6 @@ const introspection = {
|
|
|
41162
41160
|
"kind": "OBJECT",
|
|
41163
41161
|
"name": "Unavailability",
|
|
41164
41162
|
"fields": [
|
|
41165
|
-
{
|
|
41166
|
-
"name": "allDay",
|
|
41167
|
-
"type": {
|
|
41168
|
-
"kind": "NON_NULL",
|
|
41169
|
-
"ofType": {
|
|
41170
|
-
"kind": "SCALAR",
|
|
41171
|
-
"name": "Boolean"
|
|
41172
|
-
}
|
|
41173
|
-
},
|
|
41174
|
-
"args": [],
|
|
41175
|
-
"isDeprecated": false
|
|
41176
|
-
},
|
|
41177
41163
|
{
|
|
41178
41164
|
"name": "createdAt",
|
|
41179
41165
|
"type": {
|
|
@@ -41405,43 +41391,6 @@ const introspection = {
|
|
|
41405
41391
|
],
|
|
41406
41392
|
"interfaces": []
|
|
41407
41393
|
},
|
|
41408
|
-
{
|
|
41409
|
-
"kind": "INPUT_OBJECT",
|
|
41410
|
-
"name": "UnavailabilityEventCreateInput",
|
|
41411
|
-
"inputFields": [
|
|
41412
|
-
{
|
|
41413
|
-
"name": "employeeId",
|
|
41414
|
-
"type": {
|
|
41415
|
-
"kind": "NON_NULL",
|
|
41416
|
-
"ofType": {
|
|
41417
|
-
"kind": "SCALAR",
|
|
41418
|
-
"name": "ID"
|
|
41419
|
-
}
|
|
41420
|
-
}
|
|
41421
|
-
},
|
|
41422
|
-
{
|
|
41423
|
-
"name": "end",
|
|
41424
|
-
"type": {
|
|
41425
|
-
"kind": "NON_NULL",
|
|
41426
|
-
"ofType": {
|
|
41427
|
-
"kind": "SCALAR",
|
|
41428
|
-
"name": "ISO8601"
|
|
41429
|
-
}
|
|
41430
|
-
}
|
|
41431
|
-
},
|
|
41432
|
-
{
|
|
41433
|
-
"name": "start",
|
|
41434
|
-
"type": {
|
|
41435
|
-
"kind": "NON_NULL",
|
|
41436
|
-
"ofType": {
|
|
41437
|
-
"kind": "SCALAR",
|
|
41438
|
-
"name": "ISO8601"
|
|
41439
|
-
}
|
|
41440
|
-
}
|
|
41441
|
-
}
|
|
41442
|
-
],
|
|
41443
|
-
"isOneOf": false
|
|
41444
|
-
},
|
|
41445
41394
|
{
|
|
41446
41395
|
"kind": "INPUT_OBJECT",
|
|
41447
41396
|
"name": "UnavailabilityRevertInput",
|
package/src/schema.ts
CHANGED
|
@@ -3015,7 +3015,6 @@ export type Mutation = {
|
|
|
3015
3015
|
* that user will be reverted (as if you called revertUnavailability first, see its description).
|
|
3016
3016
|
*/
|
|
3017
3017
|
createUnavailability: Unavailability;
|
|
3018
|
-
createUnavailabilityEvent: Unavailability;
|
|
3019
3018
|
createUploadFileLink: FileCreateUploadLinkResult;
|
|
3020
3019
|
createVPaaSMeeting: PexipVPaaSParticipant;
|
|
3021
3020
|
createWebhookConfiguration: WebhookConfiguration;
|
|
@@ -3043,7 +3042,6 @@ export type Mutation = {
|
|
|
3043
3042
|
deleteSubject: Subject;
|
|
3044
3043
|
deleteSubjectGroup: SubjectGroup;
|
|
3045
3044
|
deleteUnavailability: Unavailability;
|
|
3046
|
-
deleteUnavailabilityEvent: Unavailability;
|
|
3047
3045
|
deleteWebhookConfiguration: WebhookConfiguration;
|
|
3048
3046
|
deleteWebhookConfigurationHeaders: Array<WebhookConfigurationHeader>;
|
|
3049
3047
|
disconnectExternalCalendarAccount: ExternalCalendarAccount;
|
|
@@ -3400,11 +3398,6 @@ export type MutationCreateUnavailabilityArgs = {
|
|
|
3400
3398
|
};
|
|
3401
3399
|
|
|
3402
3400
|
|
|
3403
|
-
export type MutationCreateUnavailabilityEventArgs = {
|
|
3404
|
-
input: UnavailabilityEventCreateInput;
|
|
3405
|
-
};
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
3401
|
export type MutationCreateUploadFileLinkArgs = {
|
|
3409
3402
|
input: FileCreateUploadLinkInput;
|
|
3410
3403
|
};
|
|
@@ -3533,11 +3526,6 @@ export type MutationDeleteUnavailabilityArgs = {
|
|
|
3533
3526
|
};
|
|
3534
3527
|
|
|
3535
3528
|
|
|
3536
|
-
export type MutationDeleteUnavailabilityEventArgs = {
|
|
3537
|
-
id: Scalars['ID']['input'];
|
|
3538
|
-
};
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
3529
|
export type MutationDeleteWebhookConfigurationArgs = {
|
|
3542
3530
|
id: Scalars['ID']['input'];
|
|
3543
3531
|
};
|
|
@@ -4192,6 +4180,7 @@ export type OfficeEmployeeCoverageRegionSchedulingSetting = {
|
|
|
4192
4180
|
employee: Employee;
|
|
4193
4181
|
meetingType: MeetingType;
|
|
4194
4182
|
office: Office;
|
|
4183
|
+
regionIds: Array<Scalars['ID']['output']>;
|
|
4195
4184
|
regions: Array<Region>;
|
|
4196
4185
|
};
|
|
4197
4186
|
|
|
@@ -4204,6 +4193,7 @@ export type OfficeEmployeeSubjectCoverageRegionSchedulingSetting = {
|
|
|
4204
4193
|
employee: Employee;
|
|
4205
4194
|
meetingType: MeetingType;
|
|
4206
4195
|
office: Office;
|
|
4196
|
+
regionIds: Array<Scalars['ID']['output']>;
|
|
4207
4197
|
regions: Array<Region>;
|
|
4208
4198
|
subject: Subject;
|
|
4209
4199
|
};
|
|
@@ -6523,6 +6513,8 @@ export type UiFeature =
|
|
|
6523
6513
|
| 'CUSTOMER_OVERVIEW'
|
|
6524
6514
|
| 'DEFAULT_AVAILABILITY_SETTINGS_OVERRIDE'
|
|
6525
6515
|
| 'DEFINED_AVAILABILITY_SYNCHRONIZATION'
|
|
6516
|
+
| 'EMPLOYEE_AVATAR'
|
|
6517
|
+
| 'EMPLOYEE_FUNCTION_SUBTITLE'
|
|
6526
6518
|
| 'FORMS'
|
|
6527
6519
|
| 'INDEPENDENT_AGENTS'
|
|
6528
6520
|
| 'INVITE_CREATION'
|
|
@@ -6572,7 +6564,6 @@ export type UiFeatureTogglesEnterpriseSetting = {
|
|
|
6572
6564
|
};
|
|
6573
6565
|
|
|
6574
6566
|
export type Unavailability = {
|
|
6575
|
-
allDay: Scalars['Boolean']['output'];
|
|
6576
6567
|
createdAt: Scalars['ISO8601']['output'];
|
|
6577
6568
|
employee: Employee;
|
|
6578
6569
|
/** End time of unavailability. */
|
|
@@ -6608,12 +6599,6 @@ export type UnavailabilityEdge = {
|
|
|
6608
6599
|
node: Unavailability;
|
|
6609
6600
|
};
|
|
6610
6601
|
|
|
6611
|
-
export type UnavailabilityEventCreateInput = {
|
|
6612
|
-
employeeId: Scalars['ID']['input'];
|
|
6613
|
-
end: Scalars['ISO8601']['input'];
|
|
6614
|
-
start: Scalars['ISO8601']['input'];
|
|
6615
|
-
};
|
|
6616
|
-
|
|
6617
6602
|
export type UnavailabilityRevertInput = {
|
|
6618
6603
|
employeeId: Scalars['ID']['input'];
|
|
6619
6604
|
/** Is inclusive. */
|