@pexip-engage-public/graphql 1.7.6 → 1.7.8

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
+ ## 1.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c8b4b9: fix(deps): update all non-major dependencies
8
+
9
+ ## 1.7.7
10
+
11
+ ### Patch Changes
12
+
13
+ - 6c323e6: feat: employee description
14
+
3
15
  ## 1.7.6
4
16
 
5
17
  ### Patch Changes
@@ -3038,6 +3038,9 @@ declare const introspection: {
3038
3038
  }, {
3039
3039
  readonly "name": "SECONDARY_PARTICIPANT_REMOVED";
3040
3040
  readonly "isDeprecated": false;
3041
+ }, {
3042
+ readonly "name": "UPDATE_APPOINTMENT_DETAILS";
3043
+ readonly "isDeprecated": false;
3041
3044
  }];
3042
3045
  }, {
3043
3046
  readonly "kind": "OBJECT";
@@ -10600,6 +10603,14 @@ declare const introspection: {
10600
10603
  };
10601
10604
  readonly "args": readonly [];
10602
10605
  readonly "isDeprecated": false;
10606
+ }, {
10607
+ readonly "name": "description";
10608
+ readonly "type": {
10609
+ readonly "kind": "OBJECT";
10610
+ readonly "name": "TranslationObject";
10611
+ };
10612
+ readonly "args": readonly [];
10613
+ readonly "isDeprecated": false;
10603
10614
  }, {
10604
10615
  readonly "name": "email";
10605
10616
  readonly "type": {
@@ -11403,6 +11414,17 @@ declare const introspection: {
11403
11414
  };
11404
11415
  readonly "args": readonly [];
11405
11416
  readonly "isDeprecated": false;
11417
+ }, {
11418
+ readonly "name": "description";
11419
+ readonly "type": {
11420
+ readonly "kind": "NON_NULL";
11421
+ readonly "ofType": {
11422
+ readonly "kind": "SCALAR";
11423
+ readonly "name": "Boolean";
11424
+ };
11425
+ };
11426
+ readonly "args": readonly [];
11427
+ readonly "isDeprecated": false;
11406
11428
  }, {
11407
11429
  readonly "name": "email";
11408
11430
  readonly "type": {
@@ -11757,6 +11779,23 @@ declare const introspection: {
11757
11779
  readonly "kind": "OBJECT";
11758
11780
  readonly "name": "EmployeeTranslations";
11759
11781
  readonly "fields": readonly [{
11782
+ readonly "name": "description";
11783
+ readonly "type": {
11784
+ readonly "kind": "NON_NULL";
11785
+ readonly "ofType": {
11786
+ readonly "kind": "LIST";
11787
+ readonly "ofType": {
11788
+ readonly "kind": "NON_NULL";
11789
+ readonly "ofType": {
11790
+ readonly "kind": "OBJECT";
11791
+ readonly "name": "TranslationObject";
11792
+ };
11793
+ };
11794
+ };
11795
+ };
11796
+ readonly "args": readonly [];
11797
+ readonly "isDeprecated": false;
11798
+ }, {
11760
11799
  readonly "name": "function";
11761
11800
  readonly "type": {
11762
11801
  readonly "kind": "NON_NULL";
@@ -11779,6 +11818,19 @@ declare const introspection: {
11779
11818
  readonly "kind": "INPUT_OBJECT";
11780
11819
  readonly "name": "EmployeeTranslationsCreateInput";
11781
11820
  readonly "inputFields": readonly [{
11821
+ readonly "name": "description";
11822
+ readonly "type": {
11823
+ readonly "kind": "LIST";
11824
+ readonly "ofType": {
11825
+ readonly "kind": "NON_NULL";
11826
+ readonly "ofType": {
11827
+ readonly "kind": "INPUT_OBJECT";
11828
+ readonly "name": "TranslationObjectInput";
11829
+ };
11830
+ };
11831
+ };
11832
+ readonly "defaultValue": "[]";
11833
+ }, {
11782
11834
  readonly "name": "function";
11783
11835
  readonly "type": {
11784
11836
  readonly "kind": "LIST";
@@ -11797,6 +11849,18 @@ declare const introspection: {
11797
11849
  readonly "kind": "INPUT_OBJECT";
11798
11850
  readonly "name": "EmployeeTranslationsPatchInput";
11799
11851
  readonly "inputFields": readonly [{
11852
+ readonly "name": "description";
11853
+ readonly "type": {
11854
+ readonly "kind": "LIST";
11855
+ readonly "ofType": {
11856
+ readonly "kind": "NON_NULL";
11857
+ readonly "ofType": {
11858
+ readonly "kind": "INPUT_OBJECT";
11859
+ readonly "name": "TranslationObjectInput";
11860
+ };
11861
+ };
11862
+ };
11863
+ }, {
11800
11864
  readonly "name": "function";
11801
11865
  readonly "type": {
11802
11866
  readonly "kind": "LIST";
@@ -12373,6 +12437,17 @@ declare const introspection: {
12373
12437
  };
12374
12438
  readonly "args": readonly [];
12375
12439
  readonly "isDeprecated": false;
12440
+ }, {
12441
+ readonly "name": "maintenanceMode";
12442
+ readonly "type": {
12443
+ readonly "kind": "NON_NULL";
12444
+ readonly "ofType": {
12445
+ readonly "kind": "OBJECT";
12446
+ readonly "name": "MaintenanceModeEnterpriseSetting";
12447
+ };
12448
+ };
12449
+ readonly "args": readonly [];
12450
+ readonly "isDeprecated": false;
12376
12451
  }, {
12377
12452
  readonly "name": "maxConcurrentAppointments";
12378
12453
  readonly "type": {
@@ -12749,6 +12824,12 @@ declare const introspection: {
12749
12824
  readonly "kind": "INPUT_OBJECT";
12750
12825
  readonly "name": "logoUrlInput";
12751
12826
  };
12827
+ }, {
12828
+ readonly "name": "maintenanceMode";
12829
+ readonly "type": {
12830
+ readonly "kind": "INPUT_OBJECT";
12831
+ readonly "name": "maintenanceModeInput";
12832
+ };
12752
12833
  }, {
12753
12834
  readonly "name": "maxConcurrentAppointments";
12754
12835
  readonly "type": {
@@ -17928,6 +18009,55 @@ declare const introspection: {
17928
18009
  readonly "isDeprecated": false;
17929
18010
  }];
17930
18011
  readonly "interfaces": readonly [];
18012
+ }, {
18013
+ readonly "kind": "OBJECT";
18014
+ readonly "name": "MaintenanceModeEnterpriseSetting";
18015
+ readonly "fields": readonly [{
18016
+ readonly "name": "createdAt";
18017
+ readonly "type": {
18018
+ readonly "kind": "NON_NULL";
18019
+ readonly "ofType": {
18020
+ readonly "kind": "SCALAR";
18021
+ readonly "name": "ISO8601";
18022
+ };
18023
+ };
18024
+ readonly "args": readonly [];
18025
+ readonly "isDeprecated": false;
18026
+ }, {
18027
+ readonly "name": "manageable";
18028
+ readonly "type": {
18029
+ readonly "kind": "NON_NULL";
18030
+ readonly "ofType": {
18031
+ readonly "kind": "SCALAR";
18032
+ readonly "name": "Boolean";
18033
+ };
18034
+ };
18035
+ readonly "args": readonly [];
18036
+ readonly "isDeprecated": false;
18037
+ }, {
18038
+ readonly "name": "updatedAt";
18039
+ readonly "type": {
18040
+ readonly "kind": "NON_NULL";
18041
+ readonly "ofType": {
18042
+ readonly "kind": "SCALAR";
18043
+ readonly "name": "ISO8601";
18044
+ };
18045
+ };
18046
+ readonly "args": readonly [];
18047
+ readonly "isDeprecated": false;
18048
+ }, {
18049
+ readonly "name": "value";
18050
+ readonly "type": {
18051
+ readonly "kind": "NON_NULL";
18052
+ readonly "ofType": {
18053
+ readonly "kind": "SCALAR";
18054
+ readonly "name": "Boolean";
18055
+ };
18056
+ };
18057
+ readonly "args": readonly [];
18058
+ readonly "isDeprecated": false;
18059
+ }];
18060
+ readonly "interfaces": readonly [];
17931
18061
  }, {
17932
18062
  readonly "kind": "INTERFACE";
17933
18063
  readonly "name": "Managed";
@@ -24941,6 +25071,12 @@ declare const introspection: {
24941
25071
  };
24942
25072
  };
24943
25073
  readonly "args": readonly [{
25074
+ readonly "name": "forceTimeSlotValidation";
25075
+ readonly "type": {
25076
+ readonly "kind": "SCALAR";
25077
+ readonly "name": "Boolean";
25078
+ };
25079
+ }, {
24944
25080
  readonly "name": "id";
24945
25081
  readonly "type": {
24946
25082
  readonly "kind": "NON_NULL";
@@ -41605,6 +41741,12 @@ declare const introspection: {
41605
41741
  readonly "kind": "SCALAR";
41606
41742
  readonly "name": "String";
41607
41743
  };
41744
+ }, {
41745
+ readonly "name": "officeId";
41746
+ readonly "type": {
41747
+ readonly "kind": "SCALAR";
41748
+ readonly "name": "ID";
41749
+ };
41608
41750
  }, {
41609
41751
  readonly "name": "start";
41610
41752
  readonly "type": {
@@ -43539,6 +43681,23 @@ declare const introspection: {
43539
43681
  };
43540
43682
  }];
43541
43683
  readonly "isOneOf": false;
43684
+ }, {
43685
+ readonly "kind": "INPUT_OBJECT";
43686
+ readonly "name": "maintenanceModeInput";
43687
+ readonly "inputFields": readonly [{
43688
+ readonly "name": "manageable";
43689
+ readonly "type": {
43690
+ readonly "kind": "SCALAR";
43691
+ readonly "name": "Boolean";
43692
+ };
43693
+ }, {
43694
+ readonly "name": "value";
43695
+ readonly "type": {
43696
+ readonly "kind": "SCALAR";
43697
+ readonly "name": "Boolean";
43698
+ };
43699
+ }];
43700
+ readonly "isOneOf": false;
43542
43701
  }, {
43543
43702
  readonly "kind": "INPUT_OBJECT";
43544
43703
  readonly "name": "maxConcurrentAppointmentsInput";