@pexip-engage-public/graphql 1.0.72 → 1.0.73-canary-20250527085440

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.
@@ -6575,6 +6575,154 @@ const introspection = {
6575
6575
  ],
6576
6576
  "interfaces": []
6577
6577
  },
6578
+ {
6579
+ "kind": "OBJECT",
6580
+ "name": "Communication",
6581
+ "fields": [
6582
+ {
6583
+ "name": "channel",
6584
+ "type": {
6585
+ "kind": "NON_NULL",
6586
+ "ofType": {
6587
+ "kind": "ENUM",
6588
+ "name": "CommunicationChannel"
6589
+ }
6590
+ },
6591
+ "args": [],
6592
+ "isDeprecated": false
6593
+ },
6594
+ {
6595
+ "name": "communicationReceiver",
6596
+ "type": {
6597
+ "kind": "NON_NULL",
6598
+ "ofType": {
6599
+ "kind": "UNION",
6600
+ "name": "CommunicationReceiver"
6601
+ }
6602
+ },
6603
+ "args": [],
6604
+ "isDeprecated": false
6605
+ },
6606
+ {
6607
+ "name": "communicationType",
6608
+ "type": {
6609
+ "kind": "NON_NULL",
6610
+ "ofType": {
6611
+ "kind": "ENUM",
6612
+ "name": "CommunicationType"
6613
+ }
6614
+ },
6615
+ "args": [],
6616
+ "isDeprecated": false
6617
+ },
6618
+ {
6619
+ "name": "correlationId",
6620
+ "type": {
6621
+ "kind": "NON_NULL",
6622
+ "ofType": {
6623
+ "kind": "SCALAR",
6624
+ "name": "String"
6625
+ }
6626
+ },
6627
+ "args": [],
6628
+ "isDeprecated": false
6629
+ },
6630
+ {
6631
+ "name": "createdAt",
6632
+ "type": {
6633
+ "kind": "NON_NULL",
6634
+ "ofType": {
6635
+ "kind": "SCALAR",
6636
+ "name": "ISO8601"
6637
+ }
6638
+ },
6639
+ "args": [],
6640
+ "isDeprecated": false
6641
+ },
6642
+ {
6643
+ "name": "eventType",
6644
+ "type": {
6645
+ "kind": "NON_NULL",
6646
+ "ofType": {
6647
+ "kind": "SCALAR",
6648
+ "name": "String"
6649
+ }
6650
+ },
6651
+ "args": [],
6652
+ "isDeprecated": false
6653
+ },
6654
+ {
6655
+ "name": "id",
6656
+ "type": {
6657
+ "kind": "NON_NULL",
6658
+ "ofType": {
6659
+ "kind": "SCALAR",
6660
+ "name": "ID"
6661
+ }
6662
+ },
6663
+ "args": [],
6664
+ "isDeprecated": false
6665
+ },
6666
+ {
6667
+ "name": "processedAt",
6668
+ "type": {
6669
+ "kind": "NON_NULL",
6670
+ "ofType": {
6671
+ "kind": "SCALAR",
6672
+ "name": "ISO8601"
6673
+ }
6674
+ },
6675
+ "args": [],
6676
+ "isDeprecated": false
6677
+ },
6678
+ {
6679
+ "name": "resourceId",
6680
+ "type": {
6681
+ "kind": "NON_NULL",
6682
+ "ofType": {
6683
+ "kind": "SCALAR",
6684
+ "name": "Int"
6685
+ }
6686
+ },
6687
+ "args": [],
6688
+ "isDeprecated": false
6689
+ },
6690
+ {
6691
+ "name": "resourceType",
6692
+ "type": {
6693
+ "kind": "NON_NULL",
6694
+ "ofType": {
6695
+ "kind": "ENUM",
6696
+ "name": "CommunicationResourceType"
6697
+ }
6698
+ },
6699
+ "args": [],
6700
+ "isDeprecated": false
6701
+ },
6702
+ {
6703
+ "name": "resourceVersion",
6704
+ "type": {
6705
+ "kind": "SCALAR",
6706
+ "name": "Int"
6707
+ },
6708
+ "args": [],
6709
+ "isDeprecated": false
6710
+ },
6711
+ {
6712
+ "name": "scheduledAt",
6713
+ "type": {
6714
+ "kind": "NON_NULL",
6715
+ "ofType": {
6716
+ "kind": "SCALAR",
6717
+ "name": "ISO8601"
6718
+ }
6719
+ },
6720
+ "args": [],
6721
+ "isDeprecated": false
6722
+ }
6723
+ ],
6724
+ "interfaces": []
6725
+ },
6578
6726
  {
6579
6727
  "kind": "ENUM",
6580
6728
  "name": "CommunicationChannel",
@@ -6641,6 +6789,83 @@ const introspection = {
6641
6789
  ],
6642
6790
  "interfaces": []
6643
6791
  },
6792
+ {
6793
+ "kind": "UNION",
6794
+ "name": "CommunicationReceiver",
6795
+ "possibleTypes": [
6796
+ {
6797
+ "kind": "OBJECT",
6798
+ "name": "Customer"
6799
+ },
6800
+ {
6801
+ "kind": "OBJECT",
6802
+ "name": "Employee"
6803
+ },
6804
+ {
6805
+ "kind": "OBJECT",
6806
+ "name": "Enterprise"
6807
+ },
6808
+ {
6809
+ "kind": "OBJECT",
6810
+ "name": "Office"
6811
+ }
6812
+ ]
6813
+ },
6814
+ {
6815
+ "kind": "ENUM",
6816
+ "name": "CommunicationResourceType",
6817
+ "enumValues": [
6818
+ {
6819
+ "name": "APPOINTMENT",
6820
+ "isDeprecated": false
6821
+ },
6822
+ {
6823
+ "name": "CALLBACK_REQUEST",
6824
+ "isDeprecated": false
6825
+ }
6826
+ ]
6827
+ },
6828
+ {
6829
+ "kind": "INPUT_OBJECT",
6830
+ "name": "CommunicationSort",
6831
+ "inputFields": [
6832
+ {
6833
+ "name": "direction",
6834
+ "type": {
6835
+ "kind": "NON_NULL",
6836
+ "ofType": {
6837
+ "kind": "ENUM",
6838
+ "name": "SortDirection"
6839
+ }
6840
+ }
6841
+ },
6842
+ {
6843
+ "name": "field",
6844
+ "type": {
6845
+ "kind": "NON_NULL",
6846
+ "ofType": {
6847
+ "kind": "ENUM",
6848
+ "name": "SortableCommunicationFields"
6849
+ }
6850
+ }
6851
+ }
6852
+ ],
6853
+ "isOneOf": false
6854
+ },
6855
+ {
6856
+ "kind": "ENUM",
6857
+ "name": "CommunicationType",
6858
+ "enumValues": [
6859
+ {
6860
+ "name": "NOTIFICATION",
6861
+ "isDeprecated": false
6862
+ },
6863
+ {
6864
+ "name": "REMINDER",
6865
+ "isDeprecated": false
6866
+ }
6867
+ ]
6868
+ },
6644
6869
  {
6645
6870
  "kind": "OBJECT",
6646
6871
  "name": "Customer",
@@ -8549,6 +8774,10 @@ const introspection = {
8549
8774
  {
8550
8775
  "name": "SMTP",
8551
8776
  "isDeprecated": false
8777
+ },
8778
+ {
8779
+ "name": "WEBHOOK",
8780
+ "isDeprecated": false
8552
8781
  }
8553
8782
  ]
8554
8783
  },
@@ -10363,6 +10592,25 @@ const introspection = {
10363
10592
  ],
10364
10593
  "isOneOf": false
10365
10594
  },
10595
+ {
10596
+ "kind": "OBJECT",
10597
+ "name": "Enterprise",
10598
+ "fields": [
10599
+ {
10600
+ "name": "name",
10601
+ "type": {
10602
+ "kind": "NON_NULL",
10603
+ "ofType": {
10604
+ "kind": "SCALAR",
10605
+ "name": "String"
10606
+ }
10607
+ },
10608
+ "args": [],
10609
+ "isDeprecated": false
10610
+ }
10611
+ ],
10612
+ "interfaces": []
10613
+ },
10366
10614
  {
10367
10615
  "kind": "INPUT_OBJECT",
10368
10616
  "name": "EnterpriseSettingTranslationInput",
@@ -17336,6 +17584,15 @@ const introspection = {
17336
17584
  "args": [],
17337
17585
  "isDeprecated": false
17338
17586
  },
17587
+ {
17588
+ "name": "phoneNumber",
17589
+ "type": {
17590
+ "kind": "SCALAR",
17591
+ "name": "String"
17592
+ },
17593
+ "args": [],
17594
+ "isDeprecated": false
17595
+ },
17339
17596
  {
17340
17597
  "name": "resourceId",
17341
17598
  "type": {
@@ -17517,6 +17774,13 @@ const introspection = {
17517
17774
  "name": "ID"
17518
17775
  }
17519
17776
  },
17777
+ {
17778
+ "name": "phoneNumber",
17779
+ "type": {
17780
+ "kind": "SCALAR",
17781
+ "name": "String"
17782
+ }
17783
+ },
17520
17784
  {
17521
17785
  "name": "resourceId",
17522
17786
  "type": {
@@ -17794,6 +18058,13 @@ const introspection = {
17794
18058
  "name": "ID"
17795
18059
  }
17796
18060
  },
18061
+ {
18062
+ "name": "phoneNumber",
18063
+ "type": {
18064
+ "kind": "SCALAR",
18065
+ "name": "String"
18066
+ }
18067
+ },
17797
18068
  {
17798
18069
  "name": "resourceId",
17799
18070
  "type": {
@@ -26063,6 +26334,97 @@ const introspection = {
26063
26334
  ],
26064
26335
  "interfaces": []
26065
26336
  },
26337
+ {
26338
+ "kind": "OBJECT",
26339
+ "name": "PexipInfinityCall",
26340
+ "fields": [
26341
+ {
26342
+ "name": "conferenceNode",
26343
+ "type": {
26344
+ "kind": "NON_NULL",
26345
+ "ofType": {
26346
+ "kind": "SCALAR",
26347
+ "name": "String"
26348
+ }
26349
+ },
26350
+ "args": [],
26351
+ "isDeprecated": false
26352
+ },
26353
+ {
26354
+ "name": "dialInCode",
26355
+ "type": {
26356
+ "kind": "NON_NULL",
26357
+ "ofType": {
26358
+ "kind": "SCALAR",
26359
+ "name": "String"
26360
+ }
26361
+ },
26362
+ "args": [],
26363
+ "isDeprecated": false
26364
+ },
26365
+ {
26366
+ "name": "dialInNumber",
26367
+ "type": {
26368
+ "kind": "NON_NULL",
26369
+ "ofType": {
26370
+ "kind": "SCALAR",
26371
+ "name": "String"
26372
+ }
26373
+ },
26374
+ "args": [],
26375
+ "isDeprecated": false
26376
+ },
26377
+ {
26378
+ "name": "id",
26379
+ "type": {
26380
+ "kind": "NON_NULL",
26381
+ "ofType": {
26382
+ "kind": "SCALAR",
26383
+ "name": "ID"
26384
+ }
26385
+ },
26386
+ "args": [],
26387
+ "isDeprecated": false
26388
+ },
26389
+ {
26390
+ "name": "pin",
26391
+ "type": {
26392
+ "kind": "NON_NULL",
26393
+ "ofType": {
26394
+ "kind": "SCALAR",
26395
+ "name": "String"
26396
+ }
26397
+ },
26398
+ "args": [],
26399
+ "isDeprecated": false
26400
+ },
26401
+ {
26402
+ "name": "vmrId",
26403
+ "type": {
26404
+ "kind": "NON_NULL",
26405
+ "ofType": {
26406
+ "kind": "SCALAR",
26407
+ "name": "Int"
26408
+ }
26409
+ },
26410
+ "args": [],
26411
+ "isDeprecated": false
26412
+ },
26413
+ {
26414
+ "name": "vmrName",
26415
+ "type": {
26416
+ "kind": "NON_NULL",
26417
+ "ofType": {
26418
+ "kind": "SCALAR",
26419
+ "name": "String"
26420
+ }
26421
+ },
26422
+ "args": [],
26423
+ "isDeprecated": false
26424
+ }
26425
+ ],
26426
+ "interfaces": []
26427
+ },
26066
26428
  {
26067
26429
  "kind": "OBJECT",
26068
26430
  "name": "PexipVPaaSParticipant",
@@ -26722,6 +27084,55 @@ const introspection = {
26722
27084
  "kind": "SCALAR",
26723
27085
  "name": "String"
26724
27086
  }
27087
+ },
27088
+ {
27089
+ "name": "version",
27090
+ "type": {
27091
+ "kind": "SCALAR",
27092
+ "name": "Int"
27093
+ }
27094
+ }
27095
+ ],
27096
+ "isDeprecated": false
27097
+ },
27098
+ {
27099
+ "name": "appointmentCommunications",
27100
+ "type": {
27101
+ "kind": "NON_NULL",
27102
+ "ofType": {
27103
+ "kind": "LIST",
27104
+ "ofType": {
27105
+ "kind": "NON_NULL",
27106
+ "ofType": {
27107
+ "kind": "OBJECT",
27108
+ "name": "Communication"
27109
+ }
27110
+ }
27111
+ }
27112
+ },
27113
+ "args": [
27114
+ {
27115
+ "name": "appointmentId",
27116
+ "type": {
27117
+ "kind": "NON_NULL",
27118
+ "ofType": {
27119
+ "kind": "SCALAR",
27120
+ "name": "ID"
27121
+ }
27122
+ }
27123
+ },
27124
+ {
27125
+ "name": "sort",
27126
+ "type": {
27127
+ "kind": "LIST",
27128
+ "ofType": {
27129
+ "kind": "NON_NULL",
27130
+ "ofType": {
27131
+ "kind": "INPUT_OBJECT",
27132
+ "name": "CommunicationSort"
27133
+ }
27134
+ }
27135
+ }
26725
27136
  }
26726
27137
  ],
26727
27138
  "isDeprecated": false
@@ -30855,6 +31266,29 @@ const introspection = {
30855
31266
  ],
30856
31267
  "isDeprecated": false
30857
31268
  },
31269
+ {
31270
+ "name": "pexipInfinityCall",
31271
+ "type": {
31272
+ "kind": "NON_NULL",
31273
+ "ofType": {
31274
+ "kind": "OBJECT",
31275
+ "name": "PexipInfinityCall"
31276
+ }
31277
+ },
31278
+ "args": [
31279
+ {
31280
+ "name": "token",
31281
+ "type": {
31282
+ "kind": "NON_NULL",
31283
+ "ofType": {
31284
+ "kind": "SCALAR",
31285
+ "name": "String"
31286
+ }
31287
+ }
31288
+ }
31289
+ ],
31290
+ "isDeprecated": false
31291
+ },
30858
31292
  {
30859
31293
  "name": "question",
30860
31294
  "type": {
@@ -32130,6 +32564,61 @@ const introspection = {
32130
32564
  ],
32131
32565
  "isDeprecated": false
32132
32566
  },
32567
+ {
32568
+ "name": "scheduledAppointmentCommunications",
32569
+ "type": {
32570
+ "kind": "NON_NULL",
32571
+ "ofType": {
32572
+ "kind": "LIST",
32573
+ "ofType": {
32574
+ "kind": "NON_NULL",
32575
+ "ofType": {
32576
+ "kind": "OBJECT",
32577
+ "name": "ScheduledCommunication"
32578
+ }
32579
+ }
32580
+ }
32581
+ },
32582
+ "args": [
32583
+ {
32584
+ "name": "appointmentId",
32585
+ "type": {
32586
+ "kind": "NON_NULL",
32587
+ "ofType": {
32588
+ "kind": "SCALAR",
32589
+ "name": "ID"
32590
+ }
32591
+ }
32592
+ },
32593
+ {
32594
+ "name": "communicationType",
32595
+ "type": {
32596
+ "kind": "LIST",
32597
+ "ofType": {
32598
+ "kind": "NON_NULL",
32599
+ "ofType": {
32600
+ "kind": "ENUM",
32601
+ "name": "CommunicationType"
32602
+ }
32603
+ }
32604
+ }
32605
+ },
32606
+ {
32607
+ "name": "sort",
32608
+ "type": {
32609
+ "kind": "LIST",
32610
+ "ofType": {
32611
+ "kind": "NON_NULL",
32612
+ "ofType": {
32613
+ "kind": "INPUT_OBJECT",
32614
+ "name": "ScheduledCommunicationSort"
32615
+ }
32616
+ }
32617
+ }
32618
+ }
32619
+ ],
32620
+ "isDeprecated": false
32621
+ },
32133
32622
  {
32134
32623
  "name": "searchRegions",
32135
32624
  "type": {
@@ -33301,6 +33790,26 @@ const introspection = {
33301
33790
  }
33302
33791
  },
33303
33792
  "args": [
33793
+ {
33794
+ "name": "active",
33795
+ "type": {
33796
+ "kind": "SCALAR",
33797
+ "name": "Boolean"
33798
+ }
33799
+ },
33800
+ {
33801
+ "name": "eventType",
33802
+ "type": {
33803
+ "kind": "LIST",
33804
+ "ofType": {
33805
+ "kind": "NON_NULL",
33806
+ "ofType": {
33807
+ "kind": "ENUM",
33808
+ "name": "WebhookEventType"
33809
+ }
33810
+ }
33811
+ }
33812
+ },
33304
33813
  {
33305
33814
  "name": "withDeleted",
33306
33815
  "type": {
@@ -34491,6 +35000,157 @@ const introspection = {
34491
35000
  }
34492
35001
  ]
34493
35002
  },
35003
+ {
35004
+ "kind": "OBJECT",
35005
+ "name": "ScheduledCommunication",
35006
+ "fields": [
35007
+ {
35008
+ "name": "channel",
35009
+ "type": {
35010
+ "kind": "NON_NULL",
35011
+ "ofType": {
35012
+ "kind": "ENUM",
35013
+ "name": "CommunicationChannel"
35014
+ }
35015
+ },
35016
+ "args": [],
35017
+ "isDeprecated": false
35018
+ },
35019
+ {
35020
+ "name": "communicationReceiver",
35021
+ "type": {
35022
+ "kind": "NON_NULL",
35023
+ "ofType": {
35024
+ "kind": "UNION",
35025
+ "name": "CommunicationReceiver"
35026
+ }
35027
+ },
35028
+ "args": [],
35029
+ "isDeprecated": false
35030
+ },
35031
+ {
35032
+ "name": "communicationType",
35033
+ "type": {
35034
+ "kind": "NON_NULL",
35035
+ "ofType": {
35036
+ "kind": "ENUM",
35037
+ "name": "CommunicationType"
35038
+ }
35039
+ },
35040
+ "args": [],
35041
+ "isDeprecated": false
35042
+ },
35043
+ {
35044
+ "name": "correlationId",
35045
+ "type": {
35046
+ "kind": "NON_NULL",
35047
+ "ofType": {
35048
+ "kind": "SCALAR",
35049
+ "name": "String"
35050
+ }
35051
+ },
35052
+ "args": [],
35053
+ "isDeprecated": false
35054
+ },
35055
+ {
35056
+ "name": "createdAt",
35057
+ "type": {
35058
+ "kind": "NON_NULL",
35059
+ "ofType": {
35060
+ "kind": "SCALAR",
35061
+ "name": "ISO8601"
35062
+ }
35063
+ },
35064
+ "args": [],
35065
+ "isDeprecated": false
35066
+ },
35067
+ {
35068
+ "name": "eventType",
35069
+ "type": {
35070
+ "kind": "NON_NULL",
35071
+ "ofType": {
35072
+ "kind": "SCALAR",
35073
+ "name": "String"
35074
+ }
35075
+ },
35076
+ "args": [],
35077
+ "isDeprecated": false
35078
+ },
35079
+ {
35080
+ "name": "resourceId",
35081
+ "type": {
35082
+ "kind": "NON_NULL",
35083
+ "ofType": {
35084
+ "kind": "SCALAR",
35085
+ "name": "Int"
35086
+ }
35087
+ },
35088
+ "args": [],
35089
+ "isDeprecated": false
35090
+ },
35091
+ {
35092
+ "name": "resourceType",
35093
+ "type": {
35094
+ "kind": "NON_NULL",
35095
+ "ofType": {
35096
+ "kind": "ENUM",
35097
+ "name": "CommunicationResourceType"
35098
+ }
35099
+ },
35100
+ "args": [],
35101
+ "isDeprecated": false
35102
+ },
35103
+ {
35104
+ "name": "resourceVersion",
35105
+ "type": {
35106
+ "kind": "SCALAR",
35107
+ "name": "Int"
35108
+ },
35109
+ "args": [],
35110
+ "isDeprecated": false
35111
+ },
35112
+ {
35113
+ "name": "scheduledAt",
35114
+ "type": {
35115
+ "kind": "NON_NULL",
35116
+ "ofType": {
35117
+ "kind": "SCALAR",
35118
+ "name": "ISO8601"
35119
+ }
35120
+ },
35121
+ "args": [],
35122
+ "isDeprecated": false
35123
+ }
35124
+ ],
35125
+ "interfaces": []
35126
+ },
35127
+ {
35128
+ "kind": "INPUT_OBJECT",
35129
+ "name": "ScheduledCommunicationSort",
35130
+ "inputFields": [
35131
+ {
35132
+ "name": "direction",
35133
+ "type": {
35134
+ "kind": "NON_NULL",
35135
+ "ofType": {
35136
+ "kind": "ENUM",
35137
+ "name": "SortDirection"
35138
+ }
35139
+ }
35140
+ },
35141
+ {
35142
+ "name": "field",
35143
+ "type": {
35144
+ "kind": "NON_NULL",
35145
+ "ofType": {
35146
+ "kind": "ENUM",
35147
+ "name": "SortableScheduledCommunicationFields"
35148
+ }
35149
+ }
35150
+ }
35151
+ ],
35152
+ "isOneOf": false
35153
+ },
34494
35154
  {
34495
35155
  "kind": "OBJECT",
34496
35156
  "name": "ScimIntegration",
@@ -35449,6 +36109,16 @@ const introspection = {
35449
36109
  }
35450
36110
  ]
35451
36111
  },
36112
+ {
36113
+ "kind": "ENUM",
36114
+ "name": "SortableCommunicationFields",
36115
+ "enumValues": [
36116
+ {
36117
+ "name": "processedAt",
36118
+ "isDeprecated": false
36119
+ }
36120
+ ]
36121
+ },
35452
36122
  {
35453
36123
  "kind": "ENUM",
35454
36124
  "name": "SortableCustomerFields",
@@ -35741,6 +36411,16 @@ const introspection = {
35741
36411
  }
35742
36412
  ]
35743
36413
  },
36414
+ {
36415
+ "kind": "ENUM",
36416
+ "name": "SortableScheduledCommunicationFields",
36417
+ "enumValues": [
36418
+ {
36419
+ "name": "scheduledAt",
36420
+ "isDeprecated": false
36421
+ }
36422
+ ]
36423
+ },
35744
36424
  {
35745
36425
  "kind": "ENUM",
35746
36426
  "name": "SortableSubjectFields",
@@ -38279,6 +38959,10 @@ const introspection = {
38279
38959
  {
38280
38960
  "name": "TWILIO",
38281
38961
  "isDeprecated": false
38962
+ },
38963
+ {
38964
+ "name": "WEBHOOK",
38965
+ "isDeprecated": false
38282
38966
  }
38283
38967
  ]
38284
38968
  },
@@ -40130,6 +40814,10 @@ const introspection = {
40130
40814
  "name": "PEXIP",
40131
40815
  "isDeprecated": false
40132
40816
  },
40817
+ {
40818
+ "name": "PEXIP_INFINITY",
40819
+ "isDeprecated": false
40820
+ },
40133
40821
  {
40134
40822
  "name": "STATIC",
40135
40823
  "isDeprecated": false
@@ -41043,6 +41731,10 @@ const introspection = {
41043
41731
  {
41044
41732
  "name": "callback_request_update",
41045
41733
  "isDeprecated": false
41734
+ },
41735
+ {
41736
+ "name": "communication_send",
41737
+ "isDeprecated": false
41046
41738
  }
41047
41739
  ]
41048
41740
  },