@pexip-engage-public/graphql 1.7.5 → 1.7.6

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,15 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
+ ## 1.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3ad2f53: chore: update audit logs links
8
+ - 2ca93ba: feat: split data-export route into Export + Scheduled tabs
9
+ - 1271897: fix(deps): update all non-major dependencies
10
+ - Updated dependencies [1271897]
11
+ - @pexip-engage-public/utils@0.2.8
12
+
3
13
  ## 1.7.5
4
14
 
5
15
  ### Patch Changes
@@ -9,6 +9,6 @@ interface CreateStudioSearchParamArgs {
9
9
  variables?: unknown;
10
10
  headers: Record<string, string>;
11
11
  }
12
- export declare function createStudioSearchParam({ document, headers, variables }: CreateStudioSearchParamArgs): string;
12
+ export declare function createStudioSearchParam({ document, headers, variables, }: CreateStudioSearchParamArgs): string;
13
13
  export {};
14
14
  //# sourceMappingURL=get-api-client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-api-client.d.ts","sourceRoot":"","sources":["../src/get-api-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAQ,KAAK,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,iBAW9C;AAGD,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,iBAQ3C;AAED,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,uBAAuB,GAAG,IAAI,CAYhG;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,EAAE,uBAAuB,GAAG,IAAI,UAMtF;AAED,UAAU,2BAA2B;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED,wBAAgB,uBAAuB,CAAC,EACtC,QAAQ,EACR,OAAO,EACP,SAAS,EACV,EAAE,2BAA2B,UAQ7B"}
1
+ {"version":3,"file":"get-api-client.d.ts","sourceRoot":"","sources":["../src/get-api-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAQ,KAAK,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,iBAW9C;AAGD,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,iBAQ3C;AAED,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,uBAAuB,GAAG,IAAI,CAYhG;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,EAAE,uBAAuB,GAAG,IAAI,UAMtF;AAED,UAAU,2BAA2B;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED,wBAAgB,uBAAuB,CAAC,EACtC,QAAQ,EACR,OAAO,EACP,SAAS,GACV,EAAE,2BAA2B,UAQ7B"}
@@ -4022,6 +4022,9 @@ declare const introspection: {
4022
4022
  }, {
4023
4023
  readonly "name": "SECONDARY_PARTICIPANT_REMOVED";
4024
4024
  readonly "isDeprecated": false;
4025
+ }, {
4026
+ readonly "name": "UPDATE_APPOINTMENT_DETAILS";
4027
+ readonly "isDeprecated": false;
4025
4028
  }];
4026
4029
  }, {
4027
4030
  readonly "kind": "INPUT_OBJECT";
@@ -8901,6 +8904,151 @@ declare const introspection: {
8901
8904
  };
8902
8905
  }];
8903
8906
  readonly "isOneOf": false;
8907
+ }, {
8908
+ readonly "kind": "OBJECT";
8909
+ readonly "name": "DataExport";
8910
+ readonly "fields": readonly [{
8911
+ readonly "name": "active";
8912
+ readonly "type": {
8913
+ readonly "kind": "NON_NULL";
8914
+ readonly "ofType": {
8915
+ readonly "kind": "SCALAR";
8916
+ readonly "name": "Boolean";
8917
+ };
8918
+ };
8919
+ readonly "args": readonly [];
8920
+ readonly "isDeprecated": false;
8921
+ }, {
8922
+ readonly "name": "createdAt";
8923
+ readonly "type": {
8924
+ readonly "kind": "NON_NULL";
8925
+ readonly "ofType": {
8926
+ readonly "kind": "SCALAR";
8927
+ readonly "name": "ISO8601";
8928
+ };
8929
+ };
8930
+ readonly "args": readonly [];
8931
+ readonly "isDeprecated": false;
8932
+ }, {
8933
+ readonly "name": "exportMode";
8934
+ readonly "type": {
8935
+ readonly "kind": "NON_NULL";
8936
+ readonly "ofType": {
8937
+ readonly "kind": "ENUM";
8938
+ readonly "name": "DataExportMode";
8939
+ };
8940
+ };
8941
+ readonly "args": readonly [];
8942
+ readonly "isDeprecated": false;
8943
+ }, {
8944
+ readonly "name": "id";
8945
+ readonly "type": {
8946
+ readonly "kind": "NON_NULL";
8947
+ readonly "ofType": {
8948
+ readonly "kind": "SCALAR";
8949
+ readonly "name": "Int";
8950
+ };
8951
+ };
8952
+ readonly "args": readonly [];
8953
+ readonly "isDeprecated": false;
8954
+ }, {
8955
+ readonly "name": "lastSuccessfulExport";
8956
+ readonly "type": {
8957
+ readonly "kind": "SCALAR";
8958
+ readonly "name": "ISO8601";
8959
+ };
8960
+ readonly "args": readonly [];
8961
+ readonly "isDeprecated": false;
8962
+ }, {
8963
+ readonly "name": "lastSuccessfulExportRecords";
8964
+ readonly "type": {
8965
+ readonly "kind": "SCALAR";
8966
+ readonly "name": "Int";
8967
+ };
8968
+ readonly "args": readonly [];
8969
+ readonly "isDeprecated": false;
8970
+ }, {
8971
+ readonly "name": "type";
8972
+ readonly "type": {
8973
+ readonly "kind": "NON_NULL";
8974
+ readonly "ofType": {
8975
+ readonly "kind": "ENUM";
8976
+ readonly "name": "DataExportType";
8977
+ };
8978
+ };
8979
+ readonly "args": readonly [];
8980
+ readonly "isDeprecated": false;
8981
+ }, {
8982
+ readonly "name": "updatedAt";
8983
+ readonly "type": {
8984
+ readonly "kind": "NON_NULL";
8985
+ readonly "ofType": {
8986
+ readonly "kind": "SCALAR";
8987
+ readonly "name": "ISO8601";
8988
+ };
8989
+ };
8990
+ readonly "args": readonly [];
8991
+ readonly "isDeprecated": false;
8992
+ }];
8993
+ readonly "interfaces": readonly [];
8994
+ }, {
8995
+ readonly "kind": "OBJECT";
8996
+ readonly "name": "DataExportFile";
8997
+ readonly "fields": readonly [{
8998
+ readonly "name": "contentLength";
8999
+ readonly "type": {
9000
+ readonly "kind": "SCALAR";
9001
+ readonly "name": "Float";
9002
+ };
9003
+ readonly "args": readonly [];
9004
+ readonly "isDeprecated": false;
9005
+ }, {
9006
+ readonly "name": "lastModified";
9007
+ readonly "type": {
9008
+ readonly "kind": "SCALAR";
9009
+ readonly "name": "ISO8601";
9010
+ };
9011
+ readonly "args": readonly [];
9012
+ readonly "isDeprecated": false;
9013
+ }, {
9014
+ readonly "name": "name";
9015
+ readonly "type": {
9016
+ readonly "kind": "NON_NULL";
9017
+ readonly "ofType": {
9018
+ readonly "kind": "SCALAR";
9019
+ readonly "name": "String";
9020
+ };
9021
+ };
9022
+ readonly "args": readonly [];
9023
+ readonly "isDeprecated": false;
9024
+ }];
9025
+ readonly "interfaces": readonly [];
9026
+ }, {
9027
+ readonly "kind": "ENUM";
9028
+ readonly "name": "DataExportMode";
9029
+ readonly "enumValues": readonly [{
9030
+ readonly "name": "FULL_SNAPSHOT";
9031
+ readonly "isDeprecated": false;
9032
+ }, {
9033
+ readonly "name": "INCREMENTAL";
9034
+ readonly "isDeprecated": false;
9035
+ }];
9036
+ }, {
9037
+ readonly "kind": "ENUM";
9038
+ readonly "name": "DataExportType";
9039
+ readonly "enumValues": readonly [{
9040
+ readonly "name": "EXPERTISE";
9041
+ readonly "isDeprecated": false;
9042
+ }, {
9043
+ readonly "name": "MEETING_ROOMS";
9044
+ readonly "isDeprecated": false;
9045
+ }, {
9046
+ readonly "name": "MEETING_ROOM_SCHEDULING_SETTINGS";
9047
+ readonly "isDeprecated": false;
9048
+ }, {
9049
+ readonly "name": "OFFICE_RELATIONS";
9050
+ readonly "isDeprecated": false;
9051
+ }];
8904
9052
  }, {
8905
9053
  readonly "kind": "OBJECT";
8906
9054
  readonly "name": "DataRetentionDurationEnterpriseSetting";
@@ -20410,6 +20558,35 @@ declare const introspection: {
20410
20558
  };
20411
20559
  }];
20412
20560
  readonly "isDeprecated": false;
20561
+ }, {
20562
+ readonly "name": "createDownloadDataExportLink";
20563
+ readonly "type": {
20564
+ readonly "kind": "NON_NULL";
20565
+ readonly "ofType": {
20566
+ readonly "kind": "SCALAR";
20567
+ readonly "name": "String";
20568
+ };
20569
+ };
20570
+ readonly "args": readonly [{
20571
+ readonly "name": "dataExportId";
20572
+ readonly "type": {
20573
+ readonly "kind": "NON_NULL";
20574
+ readonly "ofType": {
20575
+ readonly "kind": "SCALAR";
20576
+ readonly "name": "Int";
20577
+ };
20578
+ };
20579
+ }, {
20580
+ readonly "name": "fileName";
20581
+ readonly "type": {
20582
+ readonly "kind": "NON_NULL";
20583
+ readonly "ofType": {
20584
+ readonly "kind": "SCALAR";
20585
+ readonly "name": "String";
20586
+ };
20587
+ };
20588
+ }];
20589
+ readonly "isDeprecated": false;
20413
20590
  }, {
20414
20591
  readonly "name": "createDownloadFileLink";
20415
20592
  readonly "type": {
@@ -22188,6 +22365,35 @@ declare const introspection: {
22188
22365
  };
22189
22366
  }];
22190
22367
  readonly "isDeprecated": false;
22368
+ }, {
22369
+ readonly "name": "patchDataExport";
22370
+ readonly "type": {
22371
+ readonly "kind": "NON_NULL";
22372
+ readonly "ofType": {
22373
+ readonly "kind": "OBJECT";
22374
+ readonly "name": "DataExport";
22375
+ };
22376
+ };
22377
+ readonly "args": readonly [{
22378
+ readonly "name": "id";
22379
+ readonly "type": {
22380
+ readonly "kind": "NON_NULL";
22381
+ readonly "ofType": {
22382
+ readonly "kind": "SCALAR";
22383
+ readonly "name": "Int";
22384
+ };
22385
+ };
22386
+ }, {
22387
+ readonly "name": "input";
22388
+ readonly "type": {
22389
+ readonly "kind": "NON_NULL";
22390
+ readonly "ofType": {
22391
+ readonly "kind": "INPUT_OBJECT";
22392
+ readonly "name": "PatchDataExportInput";
22393
+ };
22394
+ };
22395
+ }];
22396
+ readonly "isDeprecated": false;
22191
22397
  }, {
22192
22398
  readonly "name": "patchEmailTemplate";
22193
22399
  readonly "type": {
@@ -24725,6 +24931,35 @@ declare const introspection: {
24725
24931
  };
24726
24932
  }];
24727
24933
  readonly "isDeprecated": false;
24934
+ }, {
24935
+ readonly "name": "updateAppointmentDetails";
24936
+ readonly "type": {
24937
+ readonly "kind": "NON_NULL";
24938
+ readonly "ofType": {
24939
+ readonly "kind": "OBJECT";
24940
+ readonly "name": "Appointment";
24941
+ };
24942
+ };
24943
+ readonly "args": readonly [{
24944
+ readonly "name": "id";
24945
+ readonly "type": {
24946
+ readonly "kind": "NON_NULL";
24947
+ readonly "ofType": {
24948
+ readonly "kind": "SCALAR";
24949
+ readonly "name": "ID";
24950
+ };
24951
+ };
24952
+ }, {
24953
+ readonly "name": "input";
24954
+ readonly "type": {
24955
+ readonly "kind": "NON_NULL";
24956
+ readonly "ofType": {
24957
+ readonly "kind": "INPUT_OBJECT";
24958
+ readonly "name": "UpdateAppointmentDetailsInput";
24959
+ };
24960
+ };
24961
+ }];
24962
+ readonly "isDeprecated": false;
24728
24963
  }, {
24729
24964
  readonly "name": "updateAppointmentLocation";
24730
24965
  readonly "type": {
@@ -26852,6 +27087,20 @@ declare const introspection: {
26852
27087
  readonly "isDeprecated": false;
26853
27088
  }];
26854
27089
  readonly "interfaces": readonly [];
27090
+ }, {
27091
+ readonly "kind": "INPUT_OBJECT";
27092
+ readonly "name": "PatchDataExportInput";
27093
+ readonly "inputFields": readonly [{
27094
+ readonly "name": "active";
27095
+ readonly "type": {
27096
+ readonly "kind": "NON_NULL";
27097
+ readonly "ofType": {
27098
+ readonly "kind": "SCALAR";
27099
+ readonly "name": "Boolean";
27100
+ };
27101
+ };
27102
+ }];
27103
+ readonly "isOneOf": false;
26855
27104
  }, {
26856
27105
  readonly "kind": "OBJECT";
26857
27106
  readonly "name": "PexipInfinityCall";
@@ -29407,6 +29656,69 @@ declare const introspection: {
29407
29656
  };
29408
29657
  }];
29409
29658
  readonly "isDeprecated": false;
29659
+ }, {
29660
+ readonly "name": "dataExport";
29661
+ readonly "type": {
29662
+ readonly "kind": "NON_NULL";
29663
+ readonly "ofType": {
29664
+ readonly "kind": "OBJECT";
29665
+ readonly "name": "DataExport";
29666
+ };
29667
+ };
29668
+ readonly "args": readonly [{
29669
+ readonly "name": "id";
29670
+ readonly "type": {
29671
+ readonly "kind": "NON_NULL";
29672
+ readonly "ofType": {
29673
+ readonly "kind": "SCALAR";
29674
+ readonly "name": "Int";
29675
+ };
29676
+ };
29677
+ }];
29678
+ readonly "isDeprecated": false;
29679
+ }, {
29680
+ readonly "name": "dataExportFiles";
29681
+ readonly "type": {
29682
+ readonly "kind": "NON_NULL";
29683
+ readonly "ofType": {
29684
+ readonly "kind": "LIST";
29685
+ readonly "ofType": {
29686
+ readonly "kind": "NON_NULL";
29687
+ readonly "ofType": {
29688
+ readonly "kind": "OBJECT";
29689
+ readonly "name": "DataExportFile";
29690
+ };
29691
+ };
29692
+ };
29693
+ };
29694
+ readonly "args": readonly [{
29695
+ readonly "name": "dataExportId";
29696
+ readonly "type": {
29697
+ readonly "kind": "NON_NULL";
29698
+ readonly "ofType": {
29699
+ readonly "kind": "SCALAR";
29700
+ readonly "name": "Int";
29701
+ };
29702
+ };
29703
+ }];
29704
+ readonly "isDeprecated": false;
29705
+ }, {
29706
+ readonly "name": "dataExports";
29707
+ readonly "type": {
29708
+ readonly "kind": "NON_NULL";
29709
+ readonly "ofType": {
29710
+ readonly "kind": "LIST";
29711
+ readonly "ofType": {
29712
+ readonly "kind": "NON_NULL";
29713
+ readonly "ofType": {
29714
+ readonly "kind": "OBJECT";
29715
+ readonly "name": "DataExport";
29716
+ };
29717
+ };
29718
+ };
29719
+ };
29720
+ readonly "args": readonly [];
29721
+ readonly "isDeprecated": false;
29410
29722
  }, {
29411
29723
  readonly "name": "definedAvailability";
29412
29724
  readonly "type": {
@@ -29907,6 +30219,12 @@ declare const introspection: {
29907
30219
  readonly "kind": "SCALAR";
29908
30220
  readonly "name": "Boolean";
29909
30221
  };
30222
+ }, {
30223
+ readonly "name": "credentialsValid";
30224
+ readonly "type": {
30225
+ readonly "kind": "SCALAR";
30226
+ readonly "name": "Boolean";
30227
+ };
29910
30228
  }, {
29911
30229
  readonly "name": "employeeId";
29912
30230
  readonly "type": {
@@ -35690,6 +36008,9 @@ declare const introspection: {
35690
36008
  }, {
35691
36009
  readonly "name": "OFFICE_RELATION";
35692
36010
  readonly "isDeprecated": false;
36011
+ }, {
36012
+ readonly "name": "OFFICE_UNAVAILABILITY";
36013
+ readonly "isDeprecated": false;
35693
36014
  }, {
35694
36015
  readonly "name": "OIDC_INTEGRATION";
35695
36016
  readonly "isDeprecated": false;
@@ -41245,6 +41566,77 @@ declare const introspection: {
41245
41566
  readonly "name": "USER_DEFINED";
41246
41567
  readonly "isDeprecated": false;
41247
41568
  }];
41569
+ }, {
41570
+ readonly "kind": "INPUT_OBJECT";
41571
+ readonly "name": "UpdateAppointmentDetailsInput";
41572
+ readonly "inputFields": readonly [{
41573
+ readonly "name": "answers";
41574
+ readonly "type": {
41575
+ readonly "kind": "LIST";
41576
+ readonly "ofType": {
41577
+ readonly "kind": "NON_NULL";
41578
+ readonly "ofType": {
41579
+ readonly "kind": "INPUT_OBJECT";
41580
+ readonly "name": "AppointmentAnswerInput";
41581
+ };
41582
+ };
41583
+ };
41584
+ }, {
41585
+ readonly "name": "appointmentParticipants";
41586
+ readonly "type": {
41587
+ readonly "kind": "LIST";
41588
+ readonly "ofType": {
41589
+ readonly "kind": "NON_NULL";
41590
+ readonly "ofType": {
41591
+ readonly "kind": "INPUT_OBJECT";
41592
+ readonly "name": "AppointmentParticipantCreateInput";
41593
+ };
41594
+ };
41595
+ };
41596
+ }, {
41597
+ readonly "name": "end";
41598
+ readonly "type": {
41599
+ readonly "kind": "SCALAR";
41600
+ readonly "name": "ISO8601";
41601
+ };
41602
+ }, {
41603
+ readonly "name": "messageForCustomer";
41604
+ readonly "type": {
41605
+ readonly "kind": "SCALAR";
41606
+ readonly "name": "String";
41607
+ };
41608
+ }, {
41609
+ readonly "name": "start";
41610
+ readonly "type": {
41611
+ readonly "kind": "SCALAR";
41612
+ readonly "name": "ISO8601";
41613
+ };
41614
+ }, {
41615
+ readonly "name": "token";
41616
+ readonly "type": {
41617
+ readonly "kind": "SCALAR";
41618
+ readonly "name": "String";
41619
+ };
41620
+ }, {
41621
+ readonly "name": "updatedById";
41622
+ readonly "type": {
41623
+ readonly "kind": "SCALAR";
41624
+ readonly "name": "ID";
41625
+ };
41626
+ }, {
41627
+ readonly "name": "updatedByType";
41628
+ readonly "type": {
41629
+ readonly "kind": "ENUM";
41630
+ readonly "name": "UserType";
41631
+ };
41632
+ }, {
41633
+ readonly "name": "userCommunication";
41634
+ readonly "type": {
41635
+ readonly "kind": "INPUT_OBJECT";
41636
+ readonly "name": "AppointmentUserCommunicationInput";
41637
+ };
41638
+ }];
41639
+ readonly "isOneOf": false;
41248
41640
  }, {
41249
41641
  readonly "kind": "ENUM";
41250
41642
  readonly "name": "UserType";