@pexip-engage-public/graphql 1.1.12 → 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 +7 -0
- package/dist/graphql-env.d.ts +74 -11
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +83 -11
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +13 -3
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +83 -11
- package/src/schema.ts +13 -2
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
|
@@ -9529,6 +9529,15 @@ const introspection = {
|
|
|
9529
9529
|
"args": [],
|
|
9530
9530
|
"isDeprecated": false
|
|
9531
9531
|
},
|
|
9532
|
+
{
|
|
9533
|
+
"name": "metadata",
|
|
9534
|
+
"type": {
|
|
9535
|
+
"kind": "SCALAR",
|
|
9536
|
+
"name": "JSONObject"
|
|
9537
|
+
},
|
|
9538
|
+
"args": [],
|
|
9539
|
+
"isDeprecated": false
|
|
9540
|
+
},
|
|
9532
9541
|
{
|
|
9533
9542
|
"name": "officeRelations",
|
|
9534
9543
|
"type": {
|
|
@@ -10034,6 +10043,13 @@ const introspection = {
|
|
|
10034
10043
|
}
|
|
10035
10044
|
}
|
|
10036
10045
|
},
|
|
10046
|
+
{
|
|
10047
|
+
"name": "metadata",
|
|
10048
|
+
"type": {
|
|
10049
|
+
"kind": "SCALAR",
|
|
10050
|
+
"name": "JSONObject"
|
|
10051
|
+
}
|
|
10052
|
+
},
|
|
10037
10053
|
{
|
|
10038
10054
|
"name": "officeRelations",
|
|
10039
10055
|
"type": {
|
|
@@ -10509,6 +10525,13 @@ const introspection = {
|
|
|
10509
10525
|
"name": "String"
|
|
10510
10526
|
}
|
|
10511
10527
|
},
|
|
10528
|
+
{
|
|
10529
|
+
"name": "metadata",
|
|
10530
|
+
"type": {
|
|
10531
|
+
"kind": "SCALAR",
|
|
10532
|
+
"name": "JSONObject"
|
|
10533
|
+
}
|
|
10534
|
+
},
|
|
10512
10535
|
{
|
|
10513
10536
|
"name": "officeRelations",
|
|
10514
10537
|
"type": {
|
|
@@ -25469,6 +25492,15 @@ const introspection = {
|
|
|
25469
25492
|
"args": [],
|
|
25470
25493
|
"isDeprecated": false
|
|
25471
25494
|
},
|
|
25495
|
+
{
|
|
25496
|
+
"name": "metadata",
|
|
25497
|
+
"type": {
|
|
25498
|
+
"kind": "SCALAR",
|
|
25499
|
+
"name": "JSONObject"
|
|
25500
|
+
},
|
|
25501
|
+
"args": [],
|
|
25502
|
+
"isDeprecated": false
|
|
25503
|
+
},
|
|
25472
25504
|
{
|
|
25473
25505
|
"name": "name",
|
|
25474
25506
|
"type": {
|
|
@@ -25818,6 +25850,13 @@ const introspection = {
|
|
|
25818
25850
|
}
|
|
25819
25851
|
}
|
|
25820
25852
|
},
|
|
25853
|
+
{
|
|
25854
|
+
"name": "metadata",
|
|
25855
|
+
"type": {
|
|
25856
|
+
"kind": "SCALAR",
|
|
25857
|
+
"name": "JSONObject"
|
|
25858
|
+
}
|
|
25859
|
+
},
|
|
25821
25860
|
{
|
|
25822
25861
|
"name": "phoneNumber",
|
|
25823
25862
|
"type": {
|
|
@@ -26196,6 +26235,13 @@ const introspection = {
|
|
|
26196
26235
|
}
|
|
26197
26236
|
}
|
|
26198
26237
|
},
|
|
26238
|
+
{
|
|
26239
|
+
"name": "metadata",
|
|
26240
|
+
"type": {
|
|
26241
|
+
"kind": "SCALAR",
|
|
26242
|
+
"name": "JSONObject"
|
|
26243
|
+
}
|
|
26244
|
+
},
|
|
26199
26245
|
{
|
|
26200
26246
|
"name": "phoneNumber",
|
|
26201
26247
|
"type": {
|
|
@@ -36337,30 +36383,52 @@ const introspection = {
|
|
|
36337
36383
|
{
|
|
36338
36384
|
"name": "enterpriseFilter",
|
|
36339
36385
|
"type": {
|
|
36340
|
-
"kind": "
|
|
36386
|
+
"kind": "LIST",
|
|
36341
36387
|
"ofType": {
|
|
36342
|
-
"kind": "
|
|
36388
|
+
"kind": "NON_NULL",
|
|
36343
36389
|
"ofType": {
|
|
36344
|
-
"kind": "
|
|
36345
|
-
"
|
|
36346
|
-
"kind": "SCALAR",
|
|
36347
|
-
"name": "String"
|
|
36348
|
-
}
|
|
36390
|
+
"kind": "SCALAR",
|
|
36391
|
+
"name": "String"
|
|
36349
36392
|
}
|
|
36350
36393
|
}
|
|
36351
36394
|
},
|
|
36352
36395
|
"defaultValue": "[]"
|
|
36353
36396
|
},
|
|
36354
36397
|
{
|
|
36355
|
-
"name": "
|
|
36398
|
+
"name": "entityFilter",
|
|
36356
36399
|
"type": {
|
|
36357
|
-
"kind": "
|
|
36400
|
+
"kind": "LIST",
|
|
36358
36401
|
"ofType": {
|
|
36359
|
-
"kind": "
|
|
36360
|
-
"
|
|
36402
|
+
"kind": "NON_NULL",
|
|
36403
|
+
"ofType": {
|
|
36404
|
+
"kind": "SCALAR",
|
|
36405
|
+
"name": "String"
|
|
36406
|
+
}
|
|
36361
36407
|
}
|
|
36362
36408
|
},
|
|
36409
|
+
"defaultValue": "[]"
|
|
36410
|
+
},
|
|
36411
|
+
{
|
|
36412
|
+
"name": "parallel",
|
|
36413
|
+
"type": {
|
|
36414
|
+
"kind": "SCALAR",
|
|
36415
|
+
"name": "Boolean"
|
|
36416
|
+
},
|
|
36363
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": "[]"
|
|
36364
36432
|
}
|
|
36365
36433
|
],
|
|
36366
36434
|
"isOneOf": false
|
|
@@ -41034,6 +41102,10 @@ const introspection = {
|
|
|
41034
41102
|
"name": "APPOINTMENT_CREATION",
|
|
41035
41103
|
"isDeprecated": false
|
|
41036
41104
|
},
|
|
41105
|
+
{
|
|
41106
|
+
"name": "APPOINTMENT_CREATION_CUSTOMER_EDIT",
|
|
41107
|
+
"isDeprecated": false
|
|
41108
|
+
},
|
|
41037
41109
|
{
|
|
41038
41110
|
"name": "APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER",
|
|
41039
41111
|
"isDeprecated": false
|
package/src/schema.ts
CHANGED
|
@@ -1381,6 +1381,7 @@ export type Employee = {
|
|
|
1381
1381
|
language: Language;
|
|
1382
1382
|
languageExpertise: Array<Language>;
|
|
1383
1383
|
lastName: Scalars['String']['output'];
|
|
1384
|
+
metadata?: Maybe<Scalars['JSONObject']['output']>;
|
|
1384
1385
|
officeRelations: Array<OfficeRelation>;
|
|
1385
1386
|
onlinePlanning: Scalars['Boolean']['output'];
|
|
1386
1387
|
phoneNumber?: Maybe<Scalars['String']['output']>;
|
|
@@ -1469,6 +1470,7 @@ export type EmployeeCreateInput = {
|
|
|
1469
1470
|
language?: InputMaybe<Language>;
|
|
1470
1471
|
languageExpertise?: InputMaybe<Array<Language>>;
|
|
1471
1472
|
lastName: Scalars['String']['input'];
|
|
1473
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
1472
1474
|
officeRelations?: InputMaybe<Array<OfficeRelationCreateInput>>;
|
|
1473
1475
|
onlinePlanning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1474
1476
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1529,6 +1531,7 @@ export type EmployeePatchInput = {
|
|
|
1529
1531
|
language?: InputMaybe<Language>;
|
|
1530
1532
|
languageExpertise?: InputMaybe<Array<Language>>;
|
|
1531
1533
|
lastName?: InputMaybe<Scalars['String']['input']>;
|
|
1534
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
1532
1535
|
officeRelations?: InputMaybe<Array<OfficeRelationPatchInput>>;
|
|
1533
1536
|
onlinePlanning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1534
1537
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4144,6 +4147,7 @@ export type Office = {
|
|
|
4144
4147
|
id: Scalars['ID']['output'];
|
|
4145
4148
|
location: Location;
|
|
4146
4149
|
meetingRooms: Array<MeetingRoom>;
|
|
4150
|
+
metadata?: Maybe<Scalars['JSONObject']['output']>;
|
|
4147
4151
|
name?: Maybe<TranslationObject>;
|
|
4148
4152
|
officeManagers: Array<Employee>;
|
|
4149
4153
|
parkingInfo?: Maybe<TranslationObject>;
|
|
@@ -4195,6 +4199,7 @@ export type OfficeCreateInput = {
|
|
|
4195
4199
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
4196
4200
|
location: LocationInput;
|
|
4197
4201
|
meetingRoomIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4202
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
4198
4203
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
4199
4204
|
timeZone?: InputMaybe<Scalars['String']['input']>;
|
|
4200
4205
|
translations: OfficeTranslationsCreateInput;
|
|
@@ -4244,6 +4249,7 @@ export type OfficePatchInput = {
|
|
|
4244
4249
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
4245
4250
|
location?: InputMaybe<LocationInput>;
|
|
4246
4251
|
meetingRoomIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4252
|
+
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
4247
4253
|
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
4248
4254
|
timeZone?: InputMaybe<Scalars['String']['input']>;
|
|
4249
4255
|
translations?: InputMaybe<OfficeTranslationsPatchInput>;
|
|
@@ -5745,9 +5751,13 @@ export type SecondaryParticipantInput = {
|
|
|
5745
5751
|
|
|
5746
5752
|
export type SeedInput = {
|
|
5747
5753
|
/** Only the enterprises in this list will be seeded. */
|
|
5748
|
-
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']>>;
|
|
5749
5757
|
/** Run all enterprises in parallel? */
|
|
5750
|
-
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']>>;
|
|
5751
5761
|
};
|
|
5752
5762
|
|
|
5753
5763
|
export type SendAppointmentEmailNotificationsEnterpriseSetting = {
|
|
@@ -6536,6 +6546,7 @@ export type TranslationObjectInput = {
|
|
|
6536
6546
|
export type UiFeature =
|
|
6537
6547
|
| 'APPOINTMENT_COMPLETION'
|
|
6538
6548
|
| 'APPOINTMENT_CREATION'
|
|
6549
|
+
| 'APPOINTMENT_CREATION_CUSTOMER_EDIT'
|
|
6539
6550
|
| 'APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER'
|
|
6540
6551
|
| 'APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED'
|
|
6541
6552
|
| 'APPOINTMENT_CUSTOMER_SELECTION'
|