@pexip-engage-public/graphql 1.1.11 → 1.1.13
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 +14 -0
- package/dist/graphql-env.d.ts +101 -12
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +113 -12
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +16 -4
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +113 -12
- package/src/schema.ts +17 -3
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.13",
|
|
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"
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@pexip-engage-public/utils": "0.1.47"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@graphql-codegen/cli": "^
|
|
45
|
-
"@graphql-codegen/typescript": "^
|
|
44
|
+
"@graphql-codegen/cli": "^6.0.0",
|
|
45
|
+
"@graphql-codegen/typescript": "^5.0.0",
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
47
|
"typescript": "^5.9.2",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.33"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|
package/src/graphql-env.ts
CHANGED
|
@@ -6749,6 +6749,18 @@ const introspection = {
|
|
|
6749
6749
|
},
|
|
6750
6750
|
"args": [],
|
|
6751
6751
|
"isDeprecated": false
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "uuid",
|
|
6755
|
+
"type": {
|
|
6756
|
+
"kind": "NON_NULL",
|
|
6757
|
+
"ofType": {
|
|
6758
|
+
"kind": "SCALAR",
|
|
6759
|
+
"name": "String"
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
"args": [],
|
|
6763
|
+
"isDeprecated": false
|
|
6752
6764
|
}
|
|
6753
6765
|
],
|
|
6754
6766
|
"interfaces": []
|
|
@@ -6936,6 +6948,10 @@ const introspection = {
|
|
|
6936
6948
|
"name": "DISABLED",
|
|
6937
6949
|
"isDeprecated": false
|
|
6938
6950
|
},
|
|
6951
|
+
{
|
|
6952
|
+
"name": "FAILED",
|
|
6953
|
+
"isDeprecated": false
|
|
6954
|
+
},
|
|
6939
6955
|
{
|
|
6940
6956
|
"name": "INVALID_RECEIVER",
|
|
6941
6957
|
"isDeprecated": false
|
|
@@ -6945,7 +6961,7 @@ const introspection = {
|
|
|
6945
6961
|
"isDeprecated": false
|
|
6946
6962
|
},
|
|
6947
6963
|
{
|
|
6948
|
-
"name": "
|
|
6964
|
+
"name": "SENT",
|
|
6949
6965
|
"isDeprecated": false
|
|
6950
6966
|
},
|
|
6951
6967
|
{
|
|
@@ -9513,6 +9529,15 @@ const introspection = {
|
|
|
9513
9529
|
"args": [],
|
|
9514
9530
|
"isDeprecated": false
|
|
9515
9531
|
},
|
|
9532
|
+
{
|
|
9533
|
+
"name": "metadata",
|
|
9534
|
+
"type": {
|
|
9535
|
+
"kind": "SCALAR",
|
|
9536
|
+
"name": "JSONObject"
|
|
9537
|
+
},
|
|
9538
|
+
"args": [],
|
|
9539
|
+
"isDeprecated": false
|
|
9540
|
+
},
|
|
9516
9541
|
{
|
|
9517
9542
|
"name": "officeRelations",
|
|
9518
9543
|
"type": {
|
|
@@ -10018,6 +10043,13 @@ const introspection = {
|
|
|
10018
10043
|
}
|
|
10019
10044
|
}
|
|
10020
10045
|
},
|
|
10046
|
+
{
|
|
10047
|
+
"name": "metadata",
|
|
10048
|
+
"type": {
|
|
10049
|
+
"kind": "SCALAR",
|
|
10050
|
+
"name": "JSONObject"
|
|
10051
|
+
}
|
|
10052
|
+
},
|
|
10021
10053
|
{
|
|
10022
10054
|
"name": "officeRelations",
|
|
10023
10055
|
"type": {
|
|
@@ -10493,6 +10525,13 @@ const introspection = {
|
|
|
10493
10525
|
"name": "String"
|
|
10494
10526
|
}
|
|
10495
10527
|
},
|
|
10528
|
+
{
|
|
10529
|
+
"name": "metadata",
|
|
10530
|
+
"type": {
|
|
10531
|
+
"kind": "SCALAR",
|
|
10532
|
+
"name": "JSONObject"
|
|
10533
|
+
}
|
|
10534
|
+
},
|
|
10496
10535
|
{
|
|
10497
10536
|
"name": "officeRelations",
|
|
10498
10537
|
"type": {
|
|
@@ -25453,6 +25492,15 @@ const introspection = {
|
|
|
25453
25492
|
"args": [],
|
|
25454
25493
|
"isDeprecated": false
|
|
25455
25494
|
},
|
|
25495
|
+
{
|
|
25496
|
+
"name": "metadata",
|
|
25497
|
+
"type": {
|
|
25498
|
+
"kind": "SCALAR",
|
|
25499
|
+
"name": "JSONObject"
|
|
25500
|
+
},
|
|
25501
|
+
"args": [],
|
|
25502
|
+
"isDeprecated": false
|
|
25503
|
+
},
|
|
25456
25504
|
{
|
|
25457
25505
|
"name": "name",
|
|
25458
25506
|
"type": {
|
|
@@ -25802,6 +25850,13 @@ const introspection = {
|
|
|
25802
25850
|
}
|
|
25803
25851
|
}
|
|
25804
25852
|
},
|
|
25853
|
+
{
|
|
25854
|
+
"name": "metadata",
|
|
25855
|
+
"type": {
|
|
25856
|
+
"kind": "SCALAR",
|
|
25857
|
+
"name": "JSONObject"
|
|
25858
|
+
}
|
|
25859
|
+
},
|
|
25805
25860
|
{
|
|
25806
25861
|
"name": "phoneNumber",
|
|
25807
25862
|
"type": {
|
|
@@ -26180,6 +26235,13 @@ const introspection = {
|
|
|
26180
26235
|
}
|
|
26181
26236
|
}
|
|
26182
26237
|
},
|
|
26238
|
+
{
|
|
26239
|
+
"name": "metadata",
|
|
26240
|
+
"type": {
|
|
26241
|
+
"kind": "SCALAR",
|
|
26242
|
+
"name": "JSONObject"
|
|
26243
|
+
}
|
|
26244
|
+
},
|
|
26183
26245
|
{
|
|
26184
26246
|
"name": "phoneNumber",
|
|
26185
26247
|
"type": {
|
|
@@ -34477,6 +34539,19 @@ const introspection = {
|
|
|
34477
34539
|
}
|
|
34478
34540
|
}
|
|
34479
34541
|
},
|
|
34542
|
+
{
|
|
34543
|
+
"name": "event",
|
|
34544
|
+
"type": {
|
|
34545
|
+
"kind": "LIST",
|
|
34546
|
+
"ofType": {
|
|
34547
|
+
"kind": "NON_NULL",
|
|
34548
|
+
"ofType": {
|
|
34549
|
+
"kind": "SCALAR",
|
|
34550
|
+
"name": "String"
|
|
34551
|
+
}
|
|
34552
|
+
}
|
|
34553
|
+
}
|
|
34554
|
+
},
|
|
34480
34555
|
{
|
|
34481
34556
|
"name": "first",
|
|
34482
34557
|
"type": {
|
|
@@ -36308,30 +36383,52 @@ const introspection = {
|
|
|
36308
36383
|
{
|
|
36309
36384
|
"name": "enterpriseFilter",
|
|
36310
36385
|
"type": {
|
|
36311
|
-
"kind": "
|
|
36386
|
+
"kind": "LIST",
|
|
36312
36387
|
"ofType": {
|
|
36313
|
-
"kind": "
|
|
36388
|
+
"kind": "NON_NULL",
|
|
36314
36389
|
"ofType": {
|
|
36315
|
-
"kind": "
|
|
36316
|
-
"
|
|
36317
|
-
"kind": "SCALAR",
|
|
36318
|
-
"name": "String"
|
|
36319
|
-
}
|
|
36390
|
+
"kind": "SCALAR",
|
|
36391
|
+
"name": "String"
|
|
36320
36392
|
}
|
|
36321
36393
|
}
|
|
36322
36394
|
},
|
|
36323
36395
|
"defaultValue": "[]"
|
|
36324
36396
|
},
|
|
36325
36397
|
{
|
|
36326
|
-
"name": "
|
|
36398
|
+
"name": "entityFilter",
|
|
36327
36399
|
"type": {
|
|
36328
|
-
"kind": "
|
|
36400
|
+
"kind": "LIST",
|
|
36329
36401
|
"ofType": {
|
|
36330
|
-
"kind": "
|
|
36331
|
-
"
|
|
36402
|
+
"kind": "NON_NULL",
|
|
36403
|
+
"ofType": {
|
|
36404
|
+
"kind": "SCALAR",
|
|
36405
|
+
"name": "String"
|
|
36406
|
+
}
|
|
36332
36407
|
}
|
|
36333
36408
|
},
|
|
36409
|
+
"defaultValue": "[]"
|
|
36410
|
+
},
|
|
36411
|
+
{
|
|
36412
|
+
"name": "parallel",
|
|
36413
|
+
"type": {
|
|
36414
|
+
"kind": "SCALAR",
|
|
36415
|
+
"name": "Boolean"
|
|
36416
|
+
},
|
|
36334
36417
|
"defaultValue": "true"
|
|
36418
|
+
},
|
|
36419
|
+
{
|
|
36420
|
+
"name": "targetServices",
|
|
36421
|
+
"type": {
|
|
36422
|
+
"kind": "LIST",
|
|
36423
|
+
"ofType": {
|
|
36424
|
+
"kind": "NON_NULL",
|
|
36425
|
+
"ofType": {
|
|
36426
|
+
"kind": "SCALAR",
|
|
36427
|
+
"name": "String"
|
|
36428
|
+
}
|
|
36429
|
+
}
|
|
36430
|
+
},
|
|
36431
|
+
"defaultValue": "[]"
|
|
36335
36432
|
}
|
|
36336
36433
|
],
|
|
36337
36434
|
"isOneOf": false
|
|
@@ -41005,6 +41102,10 @@ const introspection = {
|
|
|
41005
41102
|
"name": "APPOINTMENT_CREATION",
|
|
41006
41103
|
"isDeprecated": false
|
|
41007
41104
|
},
|
|
41105
|
+
{
|
|
41106
|
+
"name": "APPOINTMENT_CREATION_CUSTOMER_EDIT",
|
|
41107
|
+
"isDeprecated": false
|
|
41108
|
+
},
|
|
41008
41109
|
{
|
|
41009
41110
|
"name": "APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER",
|
|
41010
41111
|
"isDeprecated": false
|
package/src/schema.ts
CHANGED
|
@@ -965,6 +965,7 @@ export type Communication = {
|
|
|
965
965
|
resourceVersion?: Maybe<Scalars['Int']['output']>;
|
|
966
966
|
scheduledAt: Scalars['ISO8601']['output'];
|
|
967
967
|
status: CommunicationStatus;
|
|
968
|
+
uuid: Scalars['String']['output'];
|
|
968
969
|
};
|
|
969
970
|
|
|
970
971
|
export type CommunicationChannel =
|
|
@@ -1005,9 +1006,10 @@ export type CommunicationSort = {
|
|
|
1005
1006
|
export type CommunicationStatus =
|
|
1006
1007
|
| 'DELIVERED'
|
|
1007
1008
|
| 'DISABLED'
|
|
1009
|
+
| 'FAILED'
|
|
1008
1010
|
| 'INVALID_RECEIVER'
|
|
1009
1011
|
| 'NO_RECEIVER'
|
|
1010
|
-
| '
|
|
1012
|
+
| 'SENT'
|
|
1011
1013
|
| 'UNKNOWN';
|
|
1012
1014
|
|
|
1013
1015
|
export type CommunicationType =
|
|
@@ -1379,6 +1381,7 @@ export type Employee = {
|
|
|
1379
1381
|
language: Language;
|
|
1380
1382
|
languageExpertise: Array<Language>;
|
|
1381
1383
|
lastName: Scalars['String']['output'];
|
|
1384
|
+
metadata?: Maybe<Scalars['JSONObject']['output']>;
|
|
1382
1385
|
officeRelations: Array<OfficeRelation>;
|
|
1383
1386
|
onlinePlanning: Scalars['Boolean']['output'];
|
|
1384
1387
|
phoneNumber?: Maybe<Scalars['String']['output']>;
|
|
@@ -1467,6 +1470,7 @@ export type EmployeeCreateInput = {
|
|
|
1467
1470
|
language?: InputMaybe<Language>;
|
|
1468
1471
|
languageExpertise?: InputMaybe<Array<Language>>;
|
|
1469
1472
|
lastName: Scalars['String']['input'];
|
|
1473
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
1470
1474
|
officeRelations?: InputMaybe<Array<OfficeRelationCreateInput>>;
|
|
1471
1475
|
onlinePlanning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1472
1476
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1527,6 +1531,7 @@ export type EmployeePatchInput = {
|
|
|
1527
1531
|
language?: InputMaybe<Language>;
|
|
1528
1532
|
languageExpertise?: InputMaybe<Array<Language>>;
|
|
1529
1533
|
lastName?: InputMaybe<Scalars['String']['input']>;
|
|
1534
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
1530
1535
|
officeRelations?: InputMaybe<Array<OfficeRelationPatchInput>>;
|
|
1531
1536
|
onlinePlanning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1532
1537
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4142,6 +4147,7 @@ export type Office = {
|
|
|
4142
4147
|
id: Scalars['ID']['output'];
|
|
4143
4148
|
location: Location;
|
|
4144
4149
|
meetingRooms: Array<MeetingRoom>;
|
|
4150
|
+
metadata?: Maybe<Scalars['JSONObject']['output']>;
|
|
4145
4151
|
name?: Maybe<TranslationObject>;
|
|
4146
4152
|
officeManagers: Array<Employee>;
|
|
4147
4153
|
parkingInfo?: Maybe<TranslationObject>;
|
|
@@ -4193,6 +4199,7 @@ export type OfficeCreateInput = {
|
|
|
4193
4199
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
4194
4200
|
location: LocationInput;
|
|
4195
4201
|
meetingRoomIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4202
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
4196
4203
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
4197
4204
|
timeZone?: InputMaybe<Scalars['String']['input']>;
|
|
4198
4205
|
translations: OfficeTranslationsCreateInput;
|
|
@@ -4242,6 +4249,7 @@ export type OfficePatchInput = {
|
|
|
4242
4249
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
4243
4250
|
location?: InputMaybe<LocationInput>;
|
|
4244
4251
|
meetingRoomIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4252
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
4245
4253
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
4246
4254
|
timeZone?: InputMaybe<Scalars['String']['input']>;
|
|
4247
4255
|
translations?: InputMaybe<OfficeTranslationsPatchInput>;
|
|
@@ -5491,6 +5499,7 @@ export type QueryWebhookDeliveriesArgs = {
|
|
|
5491
5499
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5492
5500
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
5493
5501
|
correlationId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5502
|
+
event?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5494
5503
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5495
5504
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
5496
5505
|
resourceId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -5742,9 +5751,13 @@ export type SecondaryParticipantInput = {
|
|
|
5742
5751
|
|
|
5743
5752
|
export type SeedInput = {
|
|
5744
5753
|
/** Only the enterprises in this list will be seeded. */
|
|
5745
|
-
enterpriseFilter?: Array<Scalars['String']['input']
|
|
5754
|
+
enterpriseFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5755
|
+
/** Only the entities in this list will be seeded. */
|
|
5756
|
+
entityFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5746
5757
|
/** Run all enterprises in parallel? */
|
|
5747
|
-
parallel?: Scalars['Boolean']['input']
|
|
5758
|
+
parallel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5759
|
+
/** Target services to seed to, leave empty to seed to all services. */
|
|
5760
|
+
targetServices?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5748
5761
|
};
|
|
5749
5762
|
|
|
5750
5763
|
export type SendAppointmentEmailNotificationsEnterpriseSetting = {
|
|
@@ -6533,6 +6546,7 @@ export type TranslationObjectInput = {
|
|
|
6533
6546
|
export type UiFeature =
|
|
6534
6547
|
| 'APPOINTMENT_COMPLETION'
|
|
6535
6548
|
| 'APPOINTMENT_CREATION'
|
|
6549
|
+
| 'APPOINTMENT_CREATION_CUSTOMER_EDIT'
|
|
6536
6550
|
| 'APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER'
|
|
6537
6551
|
| 'APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED'
|
|
6538
6552
|
| 'APPOINTMENT_CUSTOMER_SELECTION'
|