@pexip-engage-public/graphql 1.0.13 → 1.0.14

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.13",
3
+ "version": "1.0.14",
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"
@@ -947,6 +947,18 @@ export type introspection = {
947
947
  },
948
948
  "args": []
949
949
  },
950
+ {
951
+ "name": "hybrid",
952
+ "type": {
953
+ "kind": "NON_NULL",
954
+ "ofType": {
955
+ "kind": "SCALAR",
956
+ "name": "Boolean",
957
+ "ofType": null
958
+ }
959
+ },
960
+ "args": []
961
+ },
950
962
  {
951
963
  "name": "id",
952
964
  "type": {
@@ -1683,6 +1695,14 @@ export type introspection = {
1683
1695
  "ofType": null
1684
1696
  }
1685
1697
  },
1698
+ {
1699
+ "name": "hybrid",
1700
+ "type": {
1701
+ "kind": "SCALAR",
1702
+ "name": "Boolean",
1703
+ "ofType": null
1704
+ }
1705
+ },
1686
1706
  {
1687
1707
  "name": "internalNotes",
1688
1708
  "type": {
@@ -1982,8 +2002,8 @@ export type introspection = {
1982
2002
  "type": {
1983
2003
  "kind": "NON_NULL",
1984
2004
  "ofType": {
1985
- "kind": "SCALAR",
1986
- "name": "String",
2005
+ "kind": "ENUM",
2006
+ "name": "AppointmentTemplateName",
1987
2007
  "ofType": null
1988
2008
  }
1989
2009
  }
@@ -2089,6 +2109,14 @@ export type introspection = {
2089
2109
  "ofType": null
2090
2110
  }
2091
2111
  },
2112
+ {
2113
+ "name": "hybrid",
2114
+ "type": {
2115
+ "kind": "SCALAR",
2116
+ "name": "Boolean",
2117
+ "ofType": null
2118
+ }
2119
+ },
2092
2120
  {
2093
2121
  "name": "internalNotes",
2094
2122
  "type": {
@@ -2374,24 +2402,18 @@ export type introspection = {
2374
2402
  {
2375
2403
  "name": "videoTestUrl",
2376
2404
  "type": {
2377
- "kind": "NON_NULL",
2378
- "ofType": {
2379
- "kind": "SCALAR",
2380
- "name": "String",
2381
- "ofType": null
2382
- }
2405
+ "kind": "SCALAR",
2406
+ "name": "String",
2407
+ "ofType": null
2383
2408
  },
2384
2409
  "args": []
2385
2410
  },
2386
2411
  {
2387
2412
  "name": "videoUrl",
2388
2413
  "type": {
2389
- "kind": "NON_NULL",
2390
- "ofType": {
2391
- "kind": "SCALAR",
2392
- "name": "String",
2393
- "ofType": null
2394
- }
2414
+ "kind": "SCALAR",
2415
+ "name": "String",
2416
+ "ofType": null
2395
2417
  },
2396
2418
  "args": []
2397
2419
  }
@@ -2759,6 +2781,69 @@ export type introspection = {
2759
2781
  }
2760
2782
  ]
2761
2783
  },
2784
+ {
2785
+ "kind": "ENUM",
2786
+ "name": "AppointmentTemplateName",
2787
+ "enumValues": [
2788
+ {
2789
+ "name": "ACCEPTED_BY_EMPLOYEE"
2790
+ },
2791
+ {
2792
+ "name": "ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE"
2793
+ },
2794
+ {
2795
+ "name": "ASSIGNED_BY_EMPLOYEE"
2796
+ },
2797
+ {
2798
+ "name": "CANCELLED_BY_CUSTOMER"
2799
+ },
2800
+ {
2801
+ "name": "CANCELLED_BY_EMPLOYEE"
2802
+ },
2803
+ {
2804
+ "name": "COMPLETED_BY_EMPLOYEE"
2805
+ },
2806
+ {
2807
+ "name": "CREATED_BY_CUSTOMER"
2808
+ },
2809
+ {
2810
+ "name": "CREATED_BY_EMPLOYEE"
2811
+ },
2812
+ {
2813
+ "name": "EMPLOYEE_CREATED"
2814
+ },
2815
+ {
2816
+ "name": "EXTERNAL_CALENDAR_ACCOUNT_BROKEN"
2817
+ },
2818
+ {
2819
+ "name": "REMINDER"
2820
+ },
2821
+ {
2822
+ "name": "REQUEST_CREATED_BY_CUSTOMER"
2823
+ },
2824
+ {
2825
+ "name": "REQUEST_CREATED_BY_EMPLOYEE"
2826
+ },
2827
+ {
2828
+ "name": "REQUEST_RESCHEDULED_BY_CUSTOMER"
2829
+ },
2830
+ {
2831
+ "name": "RESCHEDULED_BY_CUSTOMER"
2832
+ },
2833
+ {
2834
+ "name": "RESCHEDULED_BY_EMPLOYEE"
2835
+ },
2836
+ {
2837
+ "name": "SECONDARY_PARTICIPANTS_UPDATED"
2838
+ },
2839
+ {
2840
+ "name": "SECONDARY_PARTICIPANT_ADDED"
2841
+ },
2842
+ {
2843
+ "name": "SECONDARY_PARTICIPANT_REMOVED"
2844
+ }
2845
+ ]
2846
+ },
2762
2847
  {
2763
2848
  "kind": "INPUT_OBJECT",
2764
2849
  "name": "AppointmentTextMessageMeta",
@@ -4363,6 +4448,27 @@ export type introspection = {
4363
4448
  },
4364
4449
  "args": []
4365
4450
  },
4451
+ {
4452
+ "name": "primaryCustomer",
4453
+ "type": {
4454
+ "kind": "NON_NULL",
4455
+ "ofType": {
4456
+ "kind": "OBJECT",
4457
+ "name": "Customer",
4458
+ "ofType": null
4459
+ }
4460
+ },
4461
+ "args": []
4462
+ },
4463
+ {
4464
+ "name": "primaryEmployee",
4465
+ "type": {
4466
+ "kind": "OBJECT",
4467
+ "name": "Employee",
4468
+ "ofType": null
4469
+ },
4470
+ "args": []
4471
+ },
4366
4472
  {
4367
4473
  "name": "status",
4368
4474
  "type": {
@@ -4843,6 +4949,20 @@ export type introspection = {
4843
4949
  }
4844
4950
  ]
4845
4951
  },
4952
+ {
4953
+ "kind": "INPUT_OBJECT",
4954
+ "name": "CallbackRequestPatchInput",
4955
+ "inputFields": [
4956
+ {
4957
+ "name": "status",
4958
+ "type": {
4959
+ "kind": "ENUM",
4960
+ "name": "CallbackRequestStatus",
4961
+ "ofType": null
4962
+ }
4963
+ }
4964
+ ]
4965
+ },
4846
4966
  {
4847
4967
  "kind": "INPUT_OBJECT",
4848
4968
  "name": "CallbackRequestSort",
@@ -7656,6 +7776,18 @@ export type introspection = {
7656
7776
  }
7657
7777
  },
7658
7778
  "args": []
7779
+ },
7780
+ {
7781
+ "name": "resetPassword",
7782
+ "type": {
7783
+ "kind": "NON_NULL",
7784
+ "ofType": {
7785
+ "kind": "SCALAR",
7786
+ "name": "Boolean",
7787
+ "ofType": null
7788
+ }
7789
+ },
7790
+ "args": []
7659
7791
  }
7660
7792
  ],
7661
7793
  "interfaces": []
@@ -8926,6 +9058,18 @@ export type introspection = {
8926
9058
  },
8927
9059
  "args": []
8928
9060
  },
9061
+ {
9062
+ "name": "hybridAppointmentsEnabled",
9063
+ "type": {
9064
+ "kind": "NON_NULL",
9065
+ "ofType": {
9066
+ "kind": "OBJECT",
9067
+ "name": "HybridAppointmentsEnabledEnterpriseSetting",
9068
+ "ofType": null
9069
+ }
9070
+ },
9071
+ "args": []
9072
+ },
8929
9073
  {
8930
9074
  "name": "internalCustomerFieldSettings",
8931
9075
  "type": {
@@ -9341,6 +9485,14 @@ export type introspection = {
9341
9485
  "ofType": null
9342
9486
  }
9343
9487
  },
9488
+ {
9489
+ "name": "hybridAppointmentsEnabled",
9490
+ "type": {
9491
+ "kind": "INPUT_OBJECT",
9492
+ "name": "hybridAppointmentsEnabledInput",
9493
+ "ofType": null
9494
+ }
9495
+ },
9344
9496
  {
9345
9497
  "name": "internalCustomerFieldSettings",
9346
9498
  "type": {
@@ -11757,6 +11909,61 @@ export type introspection = {
11757
11909
  }
11758
11910
  ]
11759
11911
  },
11912
+ {
11913
+ "kind": "OBJECT",
11914
+ "name": "HybridAppointmentsEnabledEnterpriseSetting",
11915
+ "fields": [
11916
+ {
11917
+ "name": "createdAt",
11918
+ "type": {
11919
+ "kind": "NON_NULL",
11920
+ "ofType": {
11921
+ "kind": "SCALAR",
11922
+ "name": "ISO8601",
11923
+ "ofType": null
11924
+ }
11925
+ },
11926
+ "args": []
11927
+ },
11928
+ {
11929
+ "name": "manageable",
11930
+ "type": {
11931
+ "kind": "NON_NULL",
11932
+ "ofType": {
11933
+ "kind": "SCALAR",
11934
+ "name": "Boolean",
11935
+ "ofType": null
11936
+ }
11937
+ },
11938
+ "args": []
11939
+ },
11940
+ {
11941
+ "name": "updatedAt",
11942
+ "type": {
11943
+ "kind": "NON_NULL",
11944
+ "ofType": {
11945
+ "kind": "SCALAR",
11946
+ "name": "ISO8601",
11947
+ "ofType": null
11948
+ }
11949
+ },
11950
+ "args": []
11951
+ },
11952
+ {
11953
+ "name": "value",
11954
+ "type": {
11955
+ "kind": "NON_NULL",
11956
+ "ofType": {
11957
+ "kind": "SCALAR",
11958
+ "name": "Boolean",
11959
+ "ofType": null
11960
+ }
11961
+ },
11962
+ "args": []
11963
+ }
11964
+ ],
11965
+ "interfaces": []
11966
+ },
11760
11967
  {
11761
11968
  "kind": "SCALAR",
11762
11969
  "name": "ISO8601"
@@ -11783,6 +11990,9 @@ export type introspection = {
11783
11990
  {
11784
11991
  "name": "FETCH"
11785
11992
  },
11993
+ {
11994
+ "name": "LANGUAGE"
11995
+ },
11786
11996
  {
11787
11997
  "name": "LONG_TEXT"
11788
11998
  },
@@ -11801,6 +12011,9 @@ export type introspection = {
11801
12011
  {
11802
12012
  "name": "SHORT_TEXT"
11803
12013
  },
12014
+ {
12015
+ "name": "TIME_ZONE"
12016
+ },
11804
12017
  {
11805
12018
  "name": "URL"
11806
12019
  }
@@ -15843,6 +16056,18 @@ export type introspection = {
15843
16056
  },
15844
16057
  "args": []
15845
16058
  },
16059
+ {
16060
+ "name": "hybridAppointmentsActive",
16061
+ "type": {
16062
+ "kind": "NON_NULL",
16063
+ "ofType": {
16064
+ "kind": "SCALAR",
16065
+ "name": "Boolean",
16066
+ "ofType": null
16067
+ }
16068
+ },
16069
+ "args": []
16070
+ },
15846
16071
  {
15847
16072
  "name": "meetingType",
15848
16073
  "type": {
@@ -15890,6 +16115,14 @@ export type introspection = {
15890
16115
  "ofType": null
15891
16116
  }
15892
16117
  },
16118
+ {
16119
+ "name": "hybridAppointmentsActive",
16120
+ "type": {
16121
+ "kind": "SCALAR",
16122
+ "name": "Boolean",
16123
+ "ofType": null
16124
+ }
16125
+ },
15893
16126
  {
15894
16127
  "name": "meetingType",
15895
16128
  "type": {
@@ -18031,6 +18264,41 @@ export type introspection = {
18031
18264
  }
18032
18265
  ]
18033
18266
  },
18267
+ {
18268
+ "name": "patchCallbackRequest",
18269
+ "type": {
18270
+ "kind": "NON_NULL",
18271
+ "ofType": {
18272
+ "kind": "OBJECT",
18273
+ "name": "CallbackRequest",
18274
+ "ofType": null
18275
+ }
18276
+ },
18277
+ "args": [
18278
+ {
18279
+ "name": "id",
18280
+ "type": {
18281
+ "kind": "NON_NULL",
18282
+ "ofType": {
18283
+ "kind": "SCALAR",
18284
+ "name": "ID",
18285
+ "ofType": null
18286
+ }
18287
+ }
18288
+ },
18289
+ {
18290
+ "name": "input",
18291
+ "type": {
18292
+ "kind": "NON_NULL",
18293
+ "ofType": {
18294
+ "kind": "INPUT_OBJECT",
18295
+ "name": "CallbackRequestPatchInput",
18296
+ "ofType": null
18297
+ }
18298
+ }
18299
+ }
18300
+ ]
18301
+ },
18034
18302
  {
18035
18303
  "name": "patchCustomer",
18036
18304
  "type": {
@@ -20139,6 +20407,49 @@ export type introspection = {
20139
20407
  }
20140
20408
  ]
20141
20409
  },
20410
+ {
20411
+ "name": "renderExampleAppointmentEmailTemplate",
20412
+ "type": {
20413
+ "kind": "NON_NULL",
20414
+ "ofType": {
20415
+ "kind": "OBJECT",
20416
+ "name": "EmailTemplateRender",
20417
+ "ofType": null
20418
+ }
20419
+ },
20420
+ "args": [
20421
+ {
20422
+ "name": "exampleDataOverrides",
20423
+ "type": {
20424
+ "kind": "SCALAR",
20425
+ "name": "JSONObject",
20426
+ "ofType": null
20427
+ }
20428
+ },
20429
+ {
20430
+ "name": "input",
20431
+ "type": {
20432
+ "kind": "NON_NULL",
20433
+ "ofType": {
20434
+ "kind": "INPUT_OBJECT",
20435
+ "name": "AppointmentEmailMeta",
20436
+ "ofType": null
20437
+ }
20438
+ }
20439
+ },
20440
+ {
20441
+ "name": "participant",
20442
+ "type": {
20443
+ "kind": "NON_NULL",
20444
+ "ofType": {
20445
+ "kind": "INPUT_OBJECT",
20446
+ "name": "AppointmentParticipantInput",
20447
+ "ofType": null
20448
+ }
20449
+ }
20450
+ }
20451
+ ]
20452
+ },
20142
20453
  {
20143
20454
  "name": "renderExternalCalendarAccountBrokenEmailTemplate",
20144
20455
  "type": {
@@ -20384,6 +20695,30 @@ export type introspection = {
20384
20695
  }
20385
20696
  ]
20386
20697
  },
20698
+ {
20699
+ "name": "sendUpdatePasswordToEmployee",
20700
+ "type": {
20701
+ "kind": "NON_NULL",
20702
+ "ofType": {
20703
+ "kind": "SCALAR",
20704
+ "name": "Boolean",
20705
+ "ofType": null
20706
+ }
20707
+ },
20708
+ "args": [
20709
+ {
20710
+ "name": "id",
20711
+ "type": {
20712
+ "kind": "NON_NULL",
20713
+ "ofType": {
20714
+ "kind": "SCALAR",
20715
+ "name": "ID",
20716
+ "ofType": null
20717
+ }
20718
+ }
20719
+ }
20720
+ ]
20721
+ },
20387
20722
  {
20388
20723
  "name": "testWebhookConfiguration",
20389
20724
  "type": {
@@ -23473,6 +23808,34 @@ export type introspection = {
23473
23808
  "ofType": null
23474
23809
  }
23475
23810
  },
23811
+ {
23812
+ "name": "customerId",
23813
+ "type": {
23814
+ "kind": "LIST",
23815
+ "ofType": {
23816
+ "kind": "NON_NULL",
23817
+ "ofType": {
23818
+ "kind": "SCALAR",
23819
+ "name": "ID",
23820
+ "ofType": null
23821
+ }
23822
+ }
23823
+ }
23824
+ },
23825
+ {
23826
+ "name": "employeeId",
23827
+ "type": {
23828
+ "kind": "LIST",
23829
+ "ofType": {
23830
+ "kind": "NON_NULL",
23831
+ "ofType": {
23832
+ "kind": "SCALAR",
23833
+ "name": "ID",
23834
+ "ofType": null
23835
+ }
23836
+ }
23837
+ }
23838
+ },
23476
23839
  {
23477
23840
  "name": "externalId",
23478
23841
  "type": {
@@ -35919,6 +36282,28 @@ export type introspection = {
35919
36282
  }
35920
36283
  ]
35921
36284
  },
36285
+ {
36286
+ "kind": "INPUT_OBJECT",
36287
+ "name": "hybridAppointmentsEnabledInput",
36288
+ "inputFields": [
36289
+ {
36290
+ "name": "manageable",
36291
+ "type": {
36292
+ "kind": "SCALAR",
36293
+ "name": "Boolean",
36294
+ "ofType": null
36295
+ }
36296
+ },
36297
+ {
36298
+ "name": "value",
36299
+ "type": {
36300
+ "kind": "SCALAR",
36301
+ "name": "Boolean",
36302
+ "ofType": null
36303
+ }
36304
+ }
36305
+ ]
36306
+ },
35922
36307
  {
35923
36308
  "kind": "INPUT_OBJECT",
35924
36309
  "name": "internalCustomerFieldSettingsInput",
package/src/schema.ts CHANGED
@@ -293,7 +293,7 @@ export type AppointmentEdge = {
293
293
  };
294
294
 
295
295
  export type AppointmentEmailMeta = {
296
- eventType: Scalars['String']['input'];
296
+ eventType: AppointmentTemplateName;
297
297
  message?: InputMaybe<Scalars['String']['input']>;
298
298
  };
299
299
 
@@ -422,6 +422,27 @@ export type AppointmentStatus =
422
422
  | 'NO_SHOW'
423
423
  | 'OUTGOING_INVITE';
424
424
 
425
+ export type AppointmentTemplateName =
426
+ | 'ACCEPTED_BY_EMPLOYEE'
427
+ | 'ALTERNATIVE_DATE_REQUESTED_BY_EMPLOYEE'
428
+ | 'ASSIGNED_BY_EMPLOYEE'
429
+ | 'CANCELLED_BY_CUSTOMER'
430
+ | 'CANCELLED_BY_EMPLOYEE'
431
+ | 'COMPLETED_BY_EMPLOYEE'
432
+ | 'CREATED_BY_CUSTOMER'
433
+ | 'CREATED_BY_EMPLOYEE'
434
+ | 'EMPLOYEE_CREATED'
435
+ | 'EXTERNAL_CALENDAR_ACCOUNT_BROKEN'
436
+ | 'REMINDER'
437
+ | 'REQUEST_CREATED_BY_CUSTOMER'
438
+ | 'REQUEST_CREATED_BY_EMPLOYEE'
439
+ | 'REQUEST_RESCHEDULED_BY_CUSTOMER'
440
+ | 'RESCHEDULED_BY_CUSTOMER'
441
+ | 'RESCHEDULED_BY_EMPLOYEE'
442
+ | 'SECONDARY_PARTICIPANTS_UPDATED'
443
+ | 'SECONDARY_PARTICIPANT_ADDED'
444
+ | 'SECONDARY_PARTICIPANT_REMOVED';
445
+
425
446
  export type AppointmentTextMessageMeta = {
426
447
  eventType: Scalars['String']['input'];
427
448
  message?: InputMaybe<Scalars['String']['input']>;
@@ -624,6 +645,8 @@ export type CallbackRequest = {
624
645
  meetingType?: Maybe<MeetingType>;
625
646
  metadata?: Maybe<Scalars['JSONObject']['output']>;
626
647
  office?: Maybe<Office>;
648
+ primaryCustomer: Customer;
649
+ primaryEmployee?: Maybe<Employee>;
627
650
  status: CallbackRequestStatus;
628
651
  subject?: Maybe<Subject>;
629
652
  updatedAt: Scalars['ISO8601']['output'];
@@ -1802,12 +1825,14 @@ export type InputType =
1802
1825
  | 'DATE_TIME'
1803
1826
  | 'EMAIL'
1804
1827
  | 'FETCH'
1828
+ | 'LANGUAGE'
1805
1829
  | 'LONG_TEXT'
1806
1830
  | 'MULTI_SELECT'
1807
1831
  | 'NUMBER'
1808
1832
  | 'PHONE'
1809
1833
  | 'SELECT'
1810
1834
  | 'SHORT_TEXT'
1835
+ | 'TIME_ZONE'
1811
1836
  | 'URL';
1812
1837
 
1813
1838
  export type InsightsAccessToken = {