@awell-health/awell-extensions 2.0.24 → 2.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/healthie/actions/createPatient/config/datapoints.d.ts +6 -0
- package/dist/extensions/healthie/actions/createPatient/config/datapoints.js +10 -0
- package/dist/extensions/healthie/actions/createPatient/config/datapoints.js.map +1 -0
- package/dist/extensions/healthie/actions/createPatient/config/fields.d.ts +29 -0
- package/dist/extensions/healthie/actions/createPatient/config/fields.js +12 -1
- package/dist/extensions/healthie/actions/createPatient/config/fields.js.map +1 -1
- package/dist/extensions/healthie/actions/createPatient/config/index.d.ts +2 -1
- package/dist/extensions/healthie/actions/createPatient/config/index.js +16 -3
- package/dist/extensions/healthie/actions/createPatient/config/index.js.map +1 -1
- package/dist/extensions/healthie/actions/createPatient/createPatient.d.ts +1 -8
- package/dist/extensions/healthie/actions/createPatient/createPatient.js +44 -76
- package/dist/extensions/healthie/actions/createPatient/createPatient.js.map +1 -1
- package/dist/extensions/healthie/actions/createPatient/createPatient.test.js +67 -27
- package/dist/extensions/healthie/actions/createPatient/createPatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createPatient/lib/errors.d.ts +6 -0
- package/dist/extensions/healthie/actions/createPatient/lib/errors.js +27 -0
- package/dist/extensions/healthie/actions/createPatient/lib/errors.js.map +1 -0
- package/dist/extensions/healthie/lib/sdk/genql/generated/schema.d.ts +109 -2
- package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js +19 -5
- package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js.map +1 -1
- package/dist/extensions/healthie/lib/sdk/genql/generated/types.d.ts +37 -1
- package/dist/extensions/healthie/lib/sdk/genql/generated/types.js +352 -262
- package/dist/extensions/healthie/lib/sdk/genql/generated/types.js.map +1 -1
- package/package.json +1 -1
@@ -10533,15 +10533,15 @@ exports.default = {
|
|
10533
10533
|
]
|
10534
10534
|
}
|
10535
10535
|
],
|
10536
|
-
"
|
10537
|
-
|
10536
|
+
"dosespotImport": [
|
10537
|
+
930,
|
10538
10538
|
{
|
10539
10539
|
"input": [
|
10540
|
-
|
10540
|
+
929
|
10541
10541
|
]
|
10542
10542
|
}
|
10543
10543
|
],
|
10544
|
-
"
|
10544
|
+
"dummyUser": [
|
10545
10545
|
934,
|
10546
10546
|
{
|
10547
10547
|
"input": [
|
@@ -10549,6 +10549,14 @@ exports.default = {
|
|
10549
10549
|
]
|
10550
10550
|
}
|
10551
10551
|
],
|
10552
|
+
"editAvailability": [
|
10553
|
+
936,
|
10554
|
+
{
|
10555
|
+
"input": [
|
10556
|
+
935
|
10557
|
+
]
|
10558
|
+
}
|
10559
|
+
],
|
10552
10560
|
"embedForm": [
|
10553
10561
|
179,
|
10554
10562
|
{
|
@@ -10557,7 +10565,7 @@ exports.default = {
|
|
10557
10565
|
]
|
10558
10566
|
}
|
10559
10567
|
],
|
10560
|
-
"
|
10568
|
+
"enableAutoscoring": [
|
10561
10569
|
938,
|
10562
10570
|
{
|
10563
10571
|
"input": [
|
@@ -10565,11 +10573,19 @@ exports.default = {
|
|
10565
10573
|
]
|
10566
10574
|
}
|
10567
10575
|
],
|
10576
|
+
"enableDosespotSelfSignup": [
|
10577
|
+
942,
|
10578
|
+
{
|
10579
|
+
"input": [
|
10580
|
+
941
|
10581
|
+
]
|
10582
|
+
}
|
10583
|
+
],
|
10568
10584
|
"enableGoogleIntegrations": [
|
10569
|
-
|
10585
|
+
940,
|
10570
10586
|
{
|
10571
10587
|
"input": [
|
10572
|
-
|
10588
|
+
939
|
10573
10589
|
]
|
10574
10590
|
}
|
10575
10591
|
],
|
@@ -10598,26 +10614,26 @@ exports.default = {
|
|
10598
10614
|
}
|
10599
10615
|
],
|
10600
10616
|
"expireWebhookSignature": [
|
10601
|
-
|
10617
|
+
944,
|
10602
10618
|
{
|
10603
10619
|
"input": [
|
10604
|
-
|
10620
|
+
943
|
10605
10621
|
]
|
10606
10622
|
}
|
10607
10623
|
],
|
10608
10624
|
"exportCarePlanToTemplate": [
|
10609
|
-
|
10625
|
+
948,
|
10610
10626
|
{
|
10611
10627
|
"input": [
|
10612
|
-
|
10628
|
+
947
|
10613
10629
|
]
|
10614
10630
|
}
|
10615
10631
|
],
|
10616
10632
|
"exportClientEhi": [
|
10617
|
-
|
10633
|
+
946,
|
10618
10634
|
{
|
10619
10635
|
"input": [
|
10620
|
-
|
10636
|
+
945
|
10621
10637
|
]
|
10622
10638
|
}
|
10623
10639
|
],
|
@@ -10630,18 +10646,18 @@ exports.default = {
|
|
10630
10646
|
}
|
10631
10647
|
],
|
10632
10648
|
"generateChartingPdf": [
|
10633
|
-
|
10649
|
+
951,
|
10634
10650
|
{
|
10635
10651
|
"input": [
|
10636
|
-
|
10652
|
+
950
|
10637
10653
|
]
|
10638
10654
|
}
|
10639
10655
|
],
|
10640
10656
|
"generateDosespotSingleSignOn": [
|
10641
|
-
|
10657
|
+
932,
|
10642
10658
|
{
|
10643
10659
|
"input": [
|
10644
|
-
|
10660
|
+
931
|
10645
10661
|
]
|
10646
10662
|
}
|
10647
10663
|
],
|
@@ -10662,10 +10678,10 @@ exports.default = {
|
|
10662
10678
|
}
|
10663
10679
|
],
|
10664
10680
|
"mergeClients": [
|
10665
|
-
|
10681
|
+
953,
|
10666
10682
|
{
|
10667
10683
|
"input": [
|
10668
|
-
|
10684
|
+
952
|
10669
10685
|
]
|
10670
10686
|
}
|
10671
10687
|
],
|
@@ -10678,10 +10694,10 @@ exports.default = {
|
|
10678
10694
|
}
|
10679
10695
|
],
|
10680
10696
|
"parseCcdaDocument": [
|
10681
|
-
|
10697
|
+
955,
|
10682
10698
|
{
|
10683
10699
|
"input": [
|
10684
|
-
|
10700
|
+
954
|
10685
10701
|
]
|
10686
10702
|
}
|
10687
10703
|
],
|
@@ -10702,10 +10718,10 @@ exports.default = {
|
|
10702
10718
|
}
|
10703
10719
|
],
|
10704
10720
|
"removeAppliedTag": [
|
10705
|
-
|
10721
|
+
957,
|
10706
10722
|
{
|
10707
10723
|
"input": [
|
10708
|
-
|
10724
|
+
956
|
10709
10725
|
]
|
10710
10726
|
}
|
10711
10727
|
],
|
@@ -10718,74 +10734,74 @@ exports.default = {
|
|
10718
10734
|
}
|
10719
10735
|
],
|
10720
10736
|
"removeDraft": [
|
10721
|
-
|
10737
|
+
959,
|
10722
10738
|
{
|
10723
10739
|
"input": [
|
10724
|
-
|
10740
|
+
958
|
10725
10741
|
]
|
10726
10742
|
}
|
10727
10743
|
],
|
10728
10744
|
"removeUserFromGroupCarePlan": [
|
10729
|
-
|
10745
|
+
961,
|
10730
10746
|
{
|
10731
10747
|
"input": [
|
10732
|
-
|
10748
|
+
960
|
10733
10749
|
]
|
10734
10750
|
}
|
10735
10751
|
],
|
10736
10752
|
"resendSentFax": [
|
10737
|
-
|
10753
|
+
963,
|
10738
10754
|
{
|
10739
10755
|
"input": [
|
10740
|
-
|
10756
|
+
962
|
10741
10757
|
]
|
10742
10758
|
}
|
10743
10759
|
],
|
10744
10760
|
"resetPassword": [
|
10745
|
-
|
10761
|
+
965,
|
10746
10762
|
{
|
10747
10763
|
"input": [
|
10748
|
-
|
10764
|
+
964
|
10749
10765
|
]
|
10750
10766
|
}
|
10751
10767
|
],
|
10752
10768
|
"restoreVersion": [
|
10753
|
-
|
10769
|
+
967,
|
10754
10770
|
{
|
10755
10771
|
"input": [
|
10756
|
-
|
10772
|
+
966
|
10757
10773
|
]
|
10758
10774
|
}
|
10759
10775
|
],
|
10760
10776
|
"resyncRupaLabOrders": [
|
10761
|
-
|
10777
|
+
969,
|
10762
10778
|
{
|
10763
10779
|
"input": [
|
10764
|
-
|
10780
|
+
968
|
10765
10781
|
]
|
10766
10782
|
}
|
10767
10783
|
],
|
10768
10784
|
"revokeToken": [
|
10769
|
-
|
10785
|
+
971,
|
10770
10786
|
{
|
10771
10787
|
"input": [
|
10772
|
-
|
10788
|
+
970
|
10773
10789
|
]
|
10774
10790
|
}
|
10775
10791
|
],
|
10776
10792
|
"runEligibilityCheck": [
|
10777
|
-
|
10793
|
+
973,
|
10778
10794
|
{
|
10779
10795
|
"input": [
|
10780
|
-
|
10796
|
+
972
|
10781
10797
|
]
|
10782
10798
|
}
|
10783
10799
|
],
|
10784
10800
|
"sendCarePlanEmail": [
|
10785
|
-
|
10801
|
+
975,
|
10786
10802
|
{
|
10787
10803
|
"input": [
|
10788
|
-
|
10804
|
+
974
|
10789
10805
|
]
|
10790
10806
|
}
|
10791
10807
|
],
|
@@ -10806,42 +10822,42 @@ exports.default = {
|
|
10806
10822
|
}
|
10807
10823
|
],
|
10808
10824
|
"shareAnswersAsDocument": [
|
10809
|
-
|
10825
|
+
977,
|
10810
10826
|
{
|
10811
10827
|
"input": [
|
10812
|
-
|
10828
|
+
976
|
10813
10829
|
]
|
10814
10830
|
}
|
10815
10831
|
],
|
10816
10832
|
"shareCourse": [
|
10817
|
-
|
10833
|
+
979,
|
10818
10834
|
{
|
10819
10835
|
"input": [
|
10820
|
-
|
10836
|
+
978
|
10821
10837
|
]
|
10822
10838
|
}
|
10823
10839
|
],
|
10824
10840
|
"shareCustomModuleForm": [
|
10825
|
-
|
10841
|
+
981,
|
10826
10842
|
{
|
10827
10843
|
"input": [
|
10828
|
-
|
10844
|
+
980
|
10829
10845
|
]
|
10830
10846
|
}
|
10831
10847
|
],
|
10832
10848
|
"signIn": [
|
10833
|
-
|
10849
|
+
983,
|
10834
10850
|
{
|
10835
10851
|
"input": [
|
10836
|
-
|
10852
|
+
982
|
10837
10853
|
]
|
10838
10854
|
}
|
10839
10855
|
],
|
10840
10856
|
"signUp": [
|
10841
|
-
|
10857
|
+
985,
|
10842
10858
|
{
|
10843
10859
|
"input": [
|
10844
|
-
|
10860
|
+
984
|
10845
10861
|
]
|
10846
10862
|
}
|
10847
10863
|
],
|
@@ -10878,10 +10894,10 @@ exports.default = {
|
|
10878
10894
|
}
|
10879
10895
|
],
|
10880
10896
|
"toggleCarePlanStatusForSpecificUser": [
|
10881
|
-
|
10897
|
+
987,
|
10882
10898
|
{
|
10883
10899
|
"input": [
|
10884
|
-
|
10900
|
+
986
|
10885
10901
|
]
|
10886
10902
|
}
|
10887
10903
|
],
|
@@ -10902,146 +10918,146 @@ exports.default = {
|
|
10902
10918
|
}
|
10903
10919
|
],
|
10904
10920
|
"unblockIpAddress": [
|
10905
|
-
|
10921
|
+
989,
|
10906
10922
|
{
|
10907
10923
|
"input": [
|
10908
|
-
|
10924
|
+
988
|
10909
10925
|
]
|
10910
10926
|
}
|
10911
10927
|
],
|
10912
10928
|
"unlockChartingNote": [
|
10913
|
-
|
10929
|
+
991,
|
10914
10930
|
{
|
10915
10931
|
"input": [
|
10916
|
-
|
10932
|
+
990
|
10917
10933
|
]
|
10918
10934
|
}
|
10919
10935
|
],
|
10920
10936
|
"unsubscribeFromNotification": [
|
10921
|
-
|
10937
|
+
993,
|
10922
10938
|
{
|
10923
10939
|
"input": [
|
10924
|
-
|
10940
|
+
992
|
10925
10941
|
]
|
10926
10942
|
}
|
10927
10943
|
],
|
10928
10944
|
"updateAddendum": [
|
10929
|
-
|
10945
|
+
995,
|
10930
10946
|
{
|
10931
10947
|
"input": [
|
10932
|
-
|
10948
|
+
994
|
10933
10949
|
]
|
10934
10950
|
}
|
10935
10951
|
],
|
10936
10952
|
"updateAllergySensitivity": [
|
10937
|
-
|
10953
|
+
997,
|
10938
10954
|
{
|
10939
10955
|
"input": [
|
10940
|
-
|
10956
|
+
996
|
10941
10957
|
]
|
10942
10958
|
}
|
10943
10959
|
],
|
10944
10960
|
"updateAnnouncement": [
|
10945
|
-
|
10961
|
+
999,
|
10946
10962
|
{
|
10947
10963
|
"input": [
|
10948
|
-
|
10964
|
+
998
|
10949
10965
|
]
|
10950
10966
|
}
|
10951
10967
|
],
|
10952
10968
|
"updateAppleHealth": [
|
10953
|
-
|
10969
|
+
1001,
|
10954
10970
|
{
|
10955
10971
|
"input": [
|
10956
|
-
|
10972
|
+
1000
|
10957
10973
|
]
|
10958
10974
|
}
|
10959
10975
|
],
|
10960
10976
|
"updateAppointment": [
|
10961
|
-
|
10977
|
+
1005,
|
10962
10978
|
{
|
10963
10979
|
"input": [
|
10964
|
-
|
10980
|
+
1004
|
10965
10981
|
]
|
10966
10982
|
}
|
10967
10983
|
],
|
10968
10984
|
"updateAppointmentInclusion": [
|
10969
|
-
|
10985
|
+
1003,
|
10970
10986
|
{
|
10971
10987
|
"input": [
|
10972
|
-
|
10988
|
+
1002
|
10973
10989
|
]
|
10974
10990
|
}
|
10975
10991
|
],
|
10976
10992
|
"updateAppointmentSetting": [
|
10977
|
-
|
10993
|
+
1007,
|
10978
10994
|
{
|
10979
10995
|
"input": [
|
10980
|
-
|
10996
|
+
1006
|
10981
10997
|
]
|
10982
10998
|
}
|
10983
10999
|
],
|
10984
11000
|
"updateAppointmentType": [
|
10985
|
-
|
11001
|
+
1011,
|
10986
11002
|
{
|
10987
11003
|
"input": [
|
10988
|
-
|
11004
|
+
1010
|
10989
11005
|
]
|
10990
11006
|
}
|
10991
11007
|
],
|
10992
11008
|
"updateAppointmentTypeCptCode": [
|
10993
|
-
|
11009
|
+
1009,
|
10994
11010
|
{
|
10995
11011
|
"input": [
|
10996
|
-
|
11012
|
+
1008
|
10997
11013
|
]
|
10998
11014
|
}
|
10999
11015
|
],
|
11000
11016
|
"updateAutoTaskGenerator": [
|
11001
|
-
|
11017
|
+
1013,
|
11002
11018
|
{
|
11003
11019
|
"input": [
|
11004
|
-
|
11020
|
+
1012
|
11005
11021
|
]
|
11006
11022
|
}
|
11007
11023
|
],
|
11008
11024
|
"updateAutomatedInsuranceBillingSetting": [
|
11009
|
-
|
11025
|
+
1015,
|
11010
11026
|
{
|
11011
11027
|
"input": [
|
11012
|
-
|
11028
|
+
1014
|
11013
11029
|
]
|
11014
11030
|
}
|
11015
11031
|
],
|
11016
11032
|
"updateBillingItem": [
|
11017
|
-
|
11033
|
+
1017,
|
11018
11034
|
{
|
11019
11035
|
"input": [
|
11020
|
-
|
11036
|
+
1016
|
11021
11037
|
]
|
11022
11038
|
}
|
11023
11039
|
],
|
11024
11040
|
"updateBrand": [
|
11025
|
-
|
11041
|
+
1019,
|
11026
11042
|
{
|
11027
11043
|
"input": [
|
11028
|
-
|
11044
|
+
1018
|
11029
11045
|
]
|
11030
11046
|
}
|
11031
11047
|
],
|
11032
11048
|
"updateByTemplate": [
|
11033
|
-
|
11049
|
+
1021,
|
11034
11050
|
{
|
11035
11051
|
"input": [
|
11036
|
-
|
11052
|
+
1020
|
11037
11053
|
]
|
11038
11054
|
}
|
11039
11055
|
],
|
11040
11056
|
"updateCalendarViewSetting": [
|
11041
|
-
|
11057
|
+
1023,
|
11042
11058
|
{
|
11043
11059
|
"input": [
|
11044
|
-
|
11060
|
+
1022
|
11045
11061
|
]
|
11046
11062
|
}
|
11047
11063
|
],
|
@@ -11054,42 +11070,42 @@ exports.default = {
|
|
11054
11070
|
}
|
11055
11071
|
],
|
11056
11072
|
"updateCampaign": [
|
11057
|
-
|
11073
|
+
1025,
|
11058
11074
|
{
|
11059
11075
|
"input": [
|
11060
|
-
|
11076
|
+
1024
|
11061
11077
|
]
|
11062
11078
|
}
|
11063
11079
|
],
|
11064
11080
|
"updateCarePlan": [
|
11065
|
-
|
11081
|
+
1027,
|
11066
11082
|
{
|
11067
11083
|
"input": [
|
11068
|
-
|
11084
|
+
1026
|
11069
11085
|
]
|
11070
11086
|
}
|
11071
11087
|
],
|
11072
11088
|
"updateChangeHealthAccount": [
|
11073
|
-
|
11089
|
+
1029,
|
11074
11090
|
{
|
11075
11091
|
"input": [
|
11076
|
-
|
11092
|
+
1028
|
11077
11093
|
]
|
11078
11094
|
}
|
11079
11095
|
],
|
11080
11096
|
"updateChargeBack": [
|
11081
|
-
|
11097
|
+
1031,
|
11082
11098
|
{
|
11083
11099
|
"input": [
|
11084
|
-
|
11100
|
+
1030
|
11085
11101
|
]
|
11086
11102
|
}
|
11087
11103
|
],
|
11088
11104
|
"updateChatSetting": [
|
11089
|
-
|
11105
|
+
1033,
|
11090
11106
|
{
|
11091
11107
|
"input": [
|
11092
|
-
|
11108
|
+
1032
|
11093
11109
|
]
|
11094
11110
|
}
|
11095
11111
|
],
|
@@ -11102,74 +11118,74 @@ exports.default = {
|
|
11102
11118
|
}
|
11103
11119
|
],
|
11104
11120
|
"updateClient": [
|
11105
|
-
|
11121
|
+
1035,
|
11106
11122
|
{
|
11107
11123
|
"input": [
|
11108
|
-
|
11124
|
+
1034
|
11109
11125
|
]
|
11110
11126
|
}
|
11111
11127
|
],
|
11112
11128
|
"updateCms1500": [
|
11113
|
-
|
11129
|
+
1037,
|
11114
11130
|
{
|
11115
11131
|
"input": [
|
11116
|
-
|
11132
|
+
1036
|
11117
11133
|
]
|
11118
11134
|
}
|
11119
11135
|
],
|
11120
11136
|
"updateCognitiveStatus": [
|
11121
|
-
|
11137
|
+
1039,
|
11122
11138
|
{
|
11123
11139
|
"input": [
|
11124
|
-
|
11140
|
+
1038
|
11125
11141
|
]
|
11126
11142
|
}
|
11127
11143
|
],
|
11128
11144
|
"updateConversation": [
|
11129
|
-
|
11145
|
+
1043,
|
11130
11146
|
{
|
11131
11147
|
"input": [
|
11132
|
-
|
11148
|
+
1040
|
11133
11149
|
]
|
11134
11150
|
}
|
11135
11151
|
],
|
11136
11152
|
"updateConversationMembership": [
|
11137
|
-
|
11153
|
+
1042,
|
11138
11154
|
{
|
11139
11155
|
"input": [
|
11140
|
-
|
11156
|
+
1041
|
11141
11157
|
]
|
11142
11158
|
}
|
11143
11159
|
],
|
11144
11160
|
"updateCourse": [
|
11145
|
-
|
11161
|
+
1051,
|
11146
11162
|
{
|
11147
11163
|
"input": [
|
11148
|
-
|
11164
|
+
1046
|
11149
11165
|
]
|
11150
11166
|
}
|
11151
11167
|
],
|
11152
11168
|
"updateCourseGroup": [
|
11153
|
-
|
11169
|
+
1045,
|
11154
11170
|
{
|
11155
11171
|
"input": [
|
11156
|
-
|
11172
|
+
1044
|
11157
11173
|
]
|
11158
11174
|
}
|
11159
11175
|
],
|
11160
11176
|
"updateCourseItem": [
|
11161
|
-
|
11177
|
+
1048,
|
11162
11178
|
{
|
11163
11179
|
"input": [
|
11164
|
-
|
11180
|
+
1047
|
11165
11181
|
]
|
11166
11182
|
}
|
11167
11183
|
],
|
11168
11184
|
"updateCourseMembership": [
|
11169
|
-
|
11185
|
+
1050,
|
11170
11186
|
{
|
11171
11187
|
"input": [
|
11172
|
-
|
11188
|
+
1049
|
11173
11189
|
]
|
11174
11190
|
}
|
11175
11191
|
],
|
@@ -11182,22 +11198,14 @@ exports.default = {
|
|
11182
11198
|
}
|
11183
11199
|
],
|
11184
11200
|
"updateCustomEmail": [
|
11185
|
-
|
11201
|
+
1053,
|
11186
11202
|
{
|
11187
11203
|
"input": [
|
11188
|
-
|
11204
|
+
1052
|
11189
11205
|
]
|
11190
11206
|
}
|
11191
11207
|
],
|
11192
11208
|
"updateCustomFood": [
|
11193
|
-
1051,
|
11194
|
-
{
|
11195
|
-
"input": [
|
11196
|
-
1050
|
11197
|
-
]
|
11198
|
-
}
|
11199
|
-
],
|
11200
|
-
"updateCustomModule": [
|
11201
11209
|
1055,
|
11202
11210
|
{
|
11203
11211
|
"input": [
|
@@ -11205,15 +11213,15 @@ exports.default = {
|
|
11205
11213
|
]
|
11206
11214
|
}
|
11207
11215
|
],
|
11208
|
-
"
|
11209
|
-
|
11216
|
+
"updateCustomModule": [
|
11217
|
+
1059,
|
11210
11218
|
{
|
11211
11219
|
"input": [
|
11212
|
-
|
11220
|
+
1058
|
11213
11221
|
]
|
11214
11222
|
}
|
11215
11223
|
],
|
11216
|
-
"
|
11224
|
+
"updateCustomModuleForm": [
|
11217
11225
|
1057,
|
11218
11226
|
{
|
11219
11227
|
"input": [
|
@@ -11221,15 +11229,7 @@ exports.default = {
|
|
11221
11229
|
]
|
11222
11230
|
}
|
11223
11231
|
],
|
11224
|
-
"
|
11225
|
-
1059,
|
11226
|
-
{
|
11227
|
-
"input": [
|
11228
|
-
1058
|
11229
|
-
]
|
11230
|
-
}
|
11231
|
-
],
|
11232
|
-
"updateExternalCalendar": [
|
11232
|
+
"updateDocument": [
|
11233
11233
|
1061,
|
11234
11234
|
{
|
11235
11235
|
"input": [
|
@@ -11237,7 +11237,7 @@ exports.default = {
|
|
11237
11237
|
]
|
11238
11238
|
}
|
11239
11239
|
],
|
11240
|
-
"
|
11240
|
+
"updateEntry": [
|
11241
11241
|
1063,
|
11242
11242
|
{
|
11243
11243
|
"input": [
|
@@ -11245,7 +11245,7 @@ exports.default = {
|
|
11245
11245
|
]
|
11246
11246
|
}
|
11247
11247
|
],
|
11248
|
-
"
|
11248
|
+
"updateExternalCalendar": [
|
11249
11249
|
1065,
|
11250
11250
|
{
|
11251
11251
|
"input": [
|
@@ -11253,7 +11253,7 @@ exports.default = {
|
|
11253
11253
|
]
|
11254
11254
|
}
|
11255
11255
|
],
|
11256
|
-
"
|
11256
|
+
"updateFamilyHistory": [
|
11257
11257
|
1067,
|
11258
11258
|
{
|
11259
11259
|
"input": [
|
@@ -11261,7 +11261,7 @@ exports.default = {
|
|
11261
11261
|
]
|
11262
11262
|
}
|
11263
11263
|
],
|
11264
|
-
"
|
11264
|
+
"updateFaxAcctInfo": [
|
11265
11265
|
1069,
|
11266
11266
|
{
|
11267
11267
|
"input": [
|
@@ -11269,7 +11269,7 @@ exports.default = {
|
|
11269
11269
|
]
|
11270
11270
|
}
|
11271
11271
|
],
|
11272
|
-
"
|
11272
|
+
"updateFeatureToggle": [
|
11273
11273
|
1071,
|
11274
11274
|
{
|
11275
11275
|
"input": [
|
@@ -11277,7 +11277,7 @@ exports.default = {
|
|
11277
11277
|
]
|
11278
11278
|
}
|
11279
11279
|
],
|
11280
|
-
"
|
11280
|
+
"updateFitbit": [
|
11281
11281
|
1073,
|
11282
11282
|
{
|
11283
11283
|
"input": [
|
@@ -11285,7 +11285,7 @@ exports.default = {
|
|
11285
11285
|
]
|
11286
11286
|
}
|
11287
11287
|
],
|
11288
|
-
"
|
11288
|
+
"updateFolder": [
|
11289
11289
|
1075,
|
11290
11290
|
{
|
11291
11291
|
"input": [
|
@@ -11293,7 +11293,7 @@ exports.default = {
|
|
11293
11293
|
]
|
11294
11294
|
}
|
11295
11295
|
],
|
11296
|
-
"
|
11296
|
+
"updateFormAnswerGroup": [
|
11297
11297
|
1077,
|
11298
11298
|
{
|
11299
11299
|
"input": [
|
@@ -11301,7 +11301,7 @@ exports.default = {
|
|
11301
11301
|
]
|
11302
11302
|
}
|
11303
11303
|
],
|
11304
|
-
"
|
11304
|
+
"updateFunctionalStatus": [
|
11305
11305
|
1079,
|
11306
11306
|
{
|
11307
11307
|
"input": [
|
@@ -11309,7 +11309,7 @@ exports.default = {
|
|
11309
11309
|
]
|
11310
11310
|
}
|
11311
11311
|
],
|
11312
|
-
"
|
11312
|
+
"updateGoal": [
|
11313
11313
|
1081,
|
11314
11314
|
{
|
11315
11315
|
"input": [
|
@@ -11317,7 +11317,7 @@ exports.default = {
|
|
11317
11317
|
]
|
11318
11318
|
}
|
11319
11319
|
],
|
11320
|
-
"
|
11320
|
+
"updateGoogleFit": [
|
11321
11321
|
1083,
|
11322
11322
|
{
|
11323
11323
|
"input": [
|
@@ -11325,6 +11325,22 @@ exports.default = {
|
|
11325
11325
|
]
|
11326
11326
|
}
|
11327
11327
|
],
|
11328
|
+
"updateGroupCarePlan": [
|
11329
|
+
1085,
|
11330
|
+
{
|
11331
|
+
"input": [
|
11332
|
+
1084
|
11333
|
+
]
|
11334
|
+
}
|
11335
|
+
],
|
11336
|
+
"updateHealthConcern": [
|
11337
|
+
1087,
|
11338
|
+
{
|
11339
|
+
"input": [
|
11340
|
+
1086
|
11341
|
+
]
|
11342
|
+
}
|
11343
|
+
],
|
11328
11344
|
"updateHiddenAppointmentSettings": [
|
11329
11345
|
483,
|
11330
11346
|
{
|
@@ -11334,58 +11350,58 @@ exports.default = {
|
|
11334
11350
|
}
|
11335
11351
|
],
|
11336
11352
|
"updateHuman": [
|
11337
|
-
|
11353
|
+
1089,
|
11338
11354
|
{
|
11339
11355
|
"input": [
|
11340
|
-
|
11356
|
+
1088
|
11341
11357
|
]
|
11342
11358
|
}
|
11343
11359
|
],
|
11344
11360
|
"updateImmunization": [
|
11345
|
-
|
11361
|
+
1091,
|
11346
11362
|
{
|
11347
11363
|
"input": [
|
11348
|
-
|
11364
|
+
1090
|
11349
11365
|
]
|
11350
11366
|
}
|
11351
11367
|
],
|
11352
11368
|
"updateImplantableDeviceUser": [
|
11353
|
-
|
11369
|
+
1093,
|
11354
11370
|
{
|
11355
11371
|
"input": [
|
11356
|
-
|
11372
|
+
1092
|
11357
11373
|
]
|
11358
11374
|
}
|
11359
11375
|
],
|
11360
11376
|
"updateInsuranceAuthorization": [
|
11361
|
-
|
11377
|
+
1095,
|
11362
11378
|
{
|
11363
11379
|
"input": [
|
11364
|
-
|
11380
|
+
1094
|
11365
11381
|
]
|
11366
11382
|
}
|
11367
11383
|
],
|
11368
11384
|
"updateInsurancePlan": [
|
11369
|
-
|
11385
|
+
1097,
|
11370
11386
|
{
|
11371
11387
|
"input": [
|
11372
|
-
|
11388
|
+
1096
|
11373
11389
|
]
|
11374
11390
|
}
|
11375
11391
|
],
|
11376
11392
|
"updateLabOrder": [
|
11377
|
-
|
11393
|
+
1099,
|
11378
11394
|
{
|
11379
11395
|
"input": [
|
11380
|
-
|
11396
|
+
1098
|
11381
11397
|
]
|
11382
11398
|
}
|
11383
11399
|
],
|
11384
11400
|
"updateLocation": [
|
11385
|
-
|
11401
|
+
1101,
|
11386
11402
|
{
|
11387
11403
|
"input": [
|
11388
|
-
|
11404
|
+
1100
|
11389
11405
|
]
|
11390
11406
|
}
|
11391
11407
|
],
|
@@ -11398,50 +11414,50 @@ exports.default = {
|
|
11398
11414
|
}
|
11399
11415
|
],
|
11400
11416
|
"updateMeal": [
|
11401
|
-
|
11417
|
+
1103,
|
11402
11418
|
{
|
11403
11419
|
"input": [
|
11404
|
-
|
11420
|
+
1102
|
11405
11421
|
]
|
11406
11422
|
}
|
11407
11423
|
],
|
11408
11424
|
"updateMedication": [
|
11409
|
-
|
11425
|
+
1105,
|
11410
11426
|
{
|
11411
11427
|
"input": [
|
11412
|
-
|
11428
|
+
1104
|
11413
11429
|
]
|
11414
11430
|
}
|
11415
11431
|
],
|
11416
11432
|
"updateNote": [
|
11417
|
-
|
11433
|
+
1107,
|
11418
11434
|
{
|
11419
11435
|
"input": [
|
11420
|
-
|
11436
|
+
1106
|
11421
11437
|
]
|
11422
11438
|
}
|
11423
11439
|
],
|
11424
11440
|
"updateNoteScheduler": [
|
11425
|
-
|
11441
|
+
1109,
|
11426
11442
|
{
|
11427
11443
|
"input": [
|
11428
|
-
|
11444
|
+
1108
|
11429
11445
|
]
|
11430
11446
|
}
|
11431
11447
|
],
|
11432
11448
|
"updateNotification": [
|
11433
|
-
|
11449
|
+
1113,
|
11434
11450
|
{
|
11435
11451
|
"input": [
|
11436
|
-
|
11452
|
+
1112
|
11437
11453
|
]
|
11438
11454
|
}
|
11439
11455
|
],
|
11440
11456
|
"updateNotificationContact": [
|
11441
|
-
|
11457
|
+
1111,
|
11442
11458
|
{
|
11443
11459
|
"input": [
|
11444
|
-
|
11460
|
+
1110
|
11445
11461
|
]
|
11446
11462
|
}
|
11447
11463
|
],
|
@@ -11454,10 +11470,10 @@ exports.default = {
|
|
11454
11470
|
}
|
11455
11471
|
],
|
11456
11472
|
"updateNotificationSetting": [
|
11457
|
-
|
11473
|
+
1115,
|
11458
11474
|
{
|
11459
11475
|
"input": [
|
11460
|
-
|
11476
|
+
1114
|
11461
11477
|
]
|
11462
11478
|
}
|
11463
11479
|
],
|
@@ -11470,74 +11486,74 @@ exports.default = {
|
|
11470
11486
|
}
|
11471
11487
|
],
|
11472
11488
|
"updateOffering": [
|
11473
|
-
|
11489
|
+
1117,
|
11474
11490
|
{
|
11475
11491
|
"input": [
|
11476
|
-
|
11492
|
+
1116
|
11477
11493
|
]
|
11478
11494
|
}
|
11479
11495
|
],
|
11480
11496
|
"updateOfficeallySftpAccount": [
|
11481
|
-
|
11497
|
+
1119,
|
11482
11498
|
{
|
11483
11499
|
"input": [
|
11484
|
-
|
11500
|
+
1118
|
11485
11501
|
]
|
11486
11502
|
}
|
11487
11503
|
],
|
11488
11504
|
"updateOnboardingFlow": [
|
11489
|
-
|
11505
|
+
1121,
|
11490
11506
|
{
|
11491
11507
|
"input": [
|
11492
|
-
|
11508
|
+
1120
|
11493
11509
|
]
|
11494
11510
|
}
|
11495
11511
|
],
|
11496
11512
|
"updateOnboardingItem": [
|
11497
|
-
|
11513
|
+
1123,
|
11498
11514
|
{
|
11499
11515
|
"input": [
|
11500
|
-
|
11516
|
+
1122
|
11501
11517
|
]
|
11502
11518
|
}
|
11503
11519
|
],
|
11504
11520
|
"updateOrgOwner": [
|
11505
|
-
|
11521
|
+
1125,
|
11506
11522
|
{
|
11507
11523
|
"input": [
|
11508
|
-
|
11524
|
+
1124
|
11509
11525
|
]
|
11510
11526
|
}
|
11511
11527
|
],
|
11512
11528
|
"updateOrganization": [
|
11513
|
-
|
11529
|
+
1133,
|
11514
11530
|
{
|
11515
11531
|
"input": [
|
11516
|
-
|
11532
|
+
1128
|
11517
11533
|
]
|
11518
11534
|
}
|
11519
11535
|
],
|
11520
11536
|
"updateOrganizationCptCode": [
|
11521
|
-
|
11537
|
+
1127,
|
11522
11538
|
{
|
11523
11539
|
"input": [
|
11524
|
-
|
11540
|
+
1126
|
11525
11541
|
]
|
11526
11542
|
}
|
11527
11543
|
],
|
11528
11544
|
"updateOrganizationMember": [
|
11529
|
-
|
11545
|
+
1130,
|
11530
11546
|
{
|
11531
11547
|
"input": [
|
11532
|
-
|
11548
|
+
1129
|
11533
11549
|
]
|
11534
11550
|
}
|
11535
11551
|
],
|
11536
11552
|
"updateOrganizationMembership": [
|
11537
|
-
|
11553
|
+
1132,
|
11538
11554
|
{
|
11539
11555
|
"input": [
|
11540
|
-
|
11556
|
+
1131
|
11541
11557
|
]
|
11542
11558
|
}
|
11543
11559
|
],
|
@@ -11550,22 +11566,6 @@ exports.default = {
|
|
11550
11566
|
}
|
11551
11567
|
],
|
11552
11568
|
"updatePermissionTemplate": [
|
11553
|
-
1131,
|
11554
|
-
{
|
11555
|
-
"input": [
|
11556
|
-
1130
|
11557
|
-
]
|
11558
|
-
}
|
11559
|
-
],
|
11560
|
-
"updatePolicy": [
|
11561
|
-
1133,
|
11562
|
-
{
|
11563
|
-
"input": [
|
11564
|
-
1132
|
11565
|
-
]
|
11566
|
-
}
|
11567
|
-
],
|
11568
|
-
"updateProcedure": [
|
11569
11569
|
1135,
|
11570
11570
|
{
|
11571
11571
|
"input": [
|
@@ -11573,7 +11573,7 @@ exports.default = {
|
|
11573
11573
|
]
|
11574
11574
|
}
|
11575
11575
|
],
|
11576
|
-
"
|
11576
|
+
"updatePolicy": [
|
11577
11577
|
1137,
|
11578
11578
|
{
|
11579
11579
|
"input": [
|
@@ -11581,7 +11581,7 @@ exports.default = {
|
|
11581
11581
|
]
|
11582
11582
|
}
|
11583
11583
|
],
|
11584
|
-
"
|
11584
|
+
"updateProcedure": [
|
11585
11585
|
1139,
|
11586
11586
|
{
|
11587
11587
|
"input": [
|
@@ -11589,7 +11589,7 @@ exports.default = {
|
|
11589
11589
|
]
|
11590
11590
|
}
|
11591
11591
|
],
|
11592
|
-
"
|
11592
|
+
"updateProduct": [
|
11593
11593
|
1141,
|
11594
11594
|
{
|
11595
11595
|
"input": [
|
@@ -11597,7 +11597,7 @@ exports.default = {
|
|
11597
11597
|
]
|
11598
11598
|
}
|
11599
11599
|
],
|
11600
|
-
"
|
11600
|
+
"updateProviderCptCodes": [
|
11601
11601
|
1143,
|
11602
11602
|
{
|
11603
11603
|
"input": [
|
@@ -11605,7 +11605,7 @@ exports.default = {
|
|
11605
11605
|
]
|
11606
11606
|
}
|
11607
11607
|
],
|
11608
|
-
"
|
11608
|
+
"updateReceivedFax": [
|
11609
11609
|
1145,
|
11610
11610
|
{
|
11611
11611
|
"input": [
|
@@ -11613,7 +11613,7 @@ exports.default = {
|
|
11613
11613
|
]
|
11614
11614
|
}
|
11615
11615
|
],
|
11616
|
-
"
|
11616
|
+
"updateRecommendation": [
|
11617
11617
|
1147,
|
11618
11618
|
{
|
11619
11619
|
"input": [
|
@@ -11621,7 +11621,7 @@ exports.default = {
|
|
11621
11621
|
]
|
11622
11622
|
}
|
11623
11623
|
],
|
11624
|
-
"
|
11624
|
+
"updateRecurringForm": [
|
11625
11625
|
1149,
|
11626
11626
|
{
|
11627
11627
|
"input": [
|
@@ -11629,31 +11629,31 @@ exports.default = {
|
|
11629
11629
|
]
|
11630
11630
|
}
|
11631
11631
|
],
|
11632
|
-
"
|
11633
|
-
|
11632
|
+
"updateReferral": [
|
11633
|
+
1151,
|
11634
11634
|
{
|
11635
11635
|
"input": [
|
11636
|
-
|
11636
|
+
1150
|
11637
11637
|
]
|
11638
11638
|
}
|
11639
11639
|
],
|
11640
|
-
"
|
11641
|
-
|
11640
|
+
"updateReferringPhysician": [
|
11641
|
+
1153,
|
11642
11642
|
{
|
11643
11643
|
"input": [
|
11644
|
-
|
11644
|
+
1152
|
11645
11645
|
]
|
11646
11646
|
}
|
11647
11647
|
],
|
11648
|
-
"
|
11649
|
-
|
11648
|
+
"updateReplyToEmailAddresses": [
|
11649
|
+
8,
|
11650
11650
|
{
|
11651
11651
|
"input": [
|
11652
|
-
|
11652
|
+
7
|
11653
11653
|
]
|
11654
11654
|
}
|
11655
11655
|
],
|
11656
|
-
"
|
11656
|
+
"updateRequestedPayment": [
|
11657
11657
|
1155,
|
11658
11658
|
{
|
11659
11659
|
"input": [
|
@@ -11661,7 +11661,7 @@ exports.default = {
|
|
11661
11661
|
]
|
11662
11662
|
}
|
11663
11663
|
],
|
11664
|
-
"
|
11664
|
+
"updateSavedFilter": [
|
11665
11665
|
1157,
|
11666
11666
|
{
|
11667
11667
|
"input": [
|
@@ -11669,7 +11669,7 @@ exports.default = {
|
|
11669
11669
|
]
|
11670
11670
|
}
|
11671
11671
|
],
|
11672
|
-
"
|
11672
|
+
"updateSmartPhrase": [
|
11673
11673
|
1159,
|
11674
11674
|
{
|
11675
11675
|
"input": [
|
@@ -11677,7 +11677,7 @@ exports.default = {
|
|
11677
11677
|
]
|
11678
11678
|
}
|
11679
11679
|
],
|
11680
|
-
"
|
11680
|
+
"updateSmokingStatus": [
|
11681
11681
|
1161,
|
11682
11682
|
{
|
11683
11683
|
"input": [
|
@@ -11685,7 +11685,7 @@ exports.default = {
|
|
11685
11685
|
]
|
11686
11686
|
}
|
11687
11687
|
],
|
11688
|
-
"
|
11688
|
+
"updateState": [
|
11689
11689
|
1163,
|
11690
11690
|
{
|
11691
11691
|
"input": [
|
@@ -11693,7 +11693,7 @@ exports.default = {
|
|
11693
11693
|
]
|
11694
11694
|
}
|
11695
11695
|
],
|
11696
|
-
"
|
11696
|
+
"updateStripeCustomerDetail": [
|
11697
11697
|
1165,
|
11698
11698
|
{
|
11699
11699
|
"input": [
|
@@ -11701,7 +11701,7 @@ exports.default = {
|
|
11701
11701
|
]
|
11702
11702
|
}
|
11703
11703
|
],
|
11704
|
-
"
|
11704
|
+
"updateStripeVerificationDetails": [
|
11705
11705
|
1167,
|
11706
11706
|
{
|
11707
11707
|
"input": [
|
@@ -11709,7 +11709,7 @@ exports.default = {
|
|
11709
11709
|
]
|
11710
11710
|
}
|
11711
11711
|
],
|
11712
|
-
"
|
11712
|
+
"updateSubscription": [
|
11713
11713
|
1169,
|
11714
11714
|
{
|
11715
11715
|
"input": [
|
@@ -11717,7 +11717,7 @@ exports.default = {
|
|
11717
11717
|
]
|
11718
11718
|
}
|
11719
11719
|
],
|
11720
|
-
"
|
11720
|
+
"updateSuperBill": [
|
11721
11721
|
1171,
|
11722
11722
|
{
|
11723
11723
|
"input": [
|
@@ -11725,6 +11725,22 @@ exports.default = {
|
|
11725
11725
|
]
|
11726
11726
|
}
|
11727
11727
|
],
|
11728
|
+
"updateTag": [
|
11729
|
+
1173,
|
11730
|
+
{
|
11731
|
+
"input": [
|
11732
|
+
1172
|
11733
|
+
]
|
11734
|
+
}
|
11735
|
+
],
|
11736
|
+
"updateTask": [
|
11737
|
+
1175,
|
11738
|
+
{
|
11739
|
+
"input": [
|
11740
|
+
1174
|
11741
|
+
]
|
11742
|
+
}
|
11743
|
+
],
|
11728
11744
|
"updateTasksBulk": [
|
11729
11745
|
542,
|
11730
11746
|
{
|
@@ -11734,26 +11750,26 @@ exports.default = {
|
|
11734
11750
|
}
|
11735
11751
|
],
|
11736
11752
|
"updateUniqueDeviceIdentifier": [
|
11737
|
-
|
11753
|
+
1177,
|
11738
11754
|
{
|
11739
11755
|
"input": [
|
11740
|
-
|
11756
|
+
1176
|
11741
11757
|
]
|
11742
11758
|
}
|
11743
11759
|
],
|
11744
11760
|
"updateUser": [
|
11745
|
-
|
11761
|
+
1183,
|
11746
11762
|
{
|
11747
11763
|
"input": [
|
11748
|
-
|
11764
|
+
1182
|
11749
11765
|
]
|
11750
11766
|
}
|
11751
11767
|
],
|
11752
11768
|
"updateUserAppointmentPricing": [
|
11753
|
-
|
11769
|
+
1179,
|
11754
11770
|
{
|
11755
11771
|
"input": [
|
11756
|
-
|
11772
|
+
1178
|
11757
11773
|
]
|
11758
11774
|
}
|
11759
11775
|
],
|
@@ -11766,18 +11782,18 @@ exports.default = {
|
|
11766
11782
|
}
|
11767
11783
|
],
|
11768
11784
|
"updateUserGroup": [
|
11769
|
-
|
11785
|
+
1181,
|
11770
11786
|
{
|
11771
11787
|
"input": [
|
11772
|
-
|
11788
|
+
1180
|
11773
11789
|
]
|
11774
11790
|
}
|
11775
11791
|
],
|
11776
11792
|
"updateWebhook": [
|
11777
|
-
|
11793
|
+
1185,
|
11778
11794
|
{
|
11779
11795
|
"input": [
|
11780
|
-
|
11796
|
+
1184
|
11781
11797
|
]
|
11782
11798
|
}
|
11783
11799
|
],
|
@@ -11790,42 +11806,42 @@ exports.default = {
|
|
11790
11806
|
}
|
11791
11807
|
],
|
11792
11808
|
"uploadBatchToCandidHealth": [
|
11793
|
-
|
11809
|
+
1187,
|
11794
11810
|
{
|
11795
11811
|
"input": [
|
11796
|
-
|
11812
|
+
1186
|
11797
11813
|
]
|
11798
11814
|
}
|
11799
11815
|
],
|
11800
11816
|
"uploadBatchToChangeHealth": [
|
11801
|
-
|
11817
|
+
1189,
|
11802
11818
|
{
|
11803
11819
|
"input": [
|
11804
|
-
|
11820
|
+
1188
|
11805
11821
|
]
|
11806
11822
|
}
|
11807
11823
|
],
|
11808
11824
|
"uploadBatchToOfficeally": [
|
11809
|
-
|
11825
|
+
1191,
|
11810
11826
|
{
|
11811
11827
|
"input": [
|
11812
|
-
|
11828
|
+
1190
|
11813
11829
|
]
|
11814
11830
|
}
|
11815
11831
|
],
|
11816
11832
|
"uploadCms1500sToIntegrations": [
|
11817
|
-
|
11833
|
+
1193,
|
11818
11834
|
{
|
11819
11835
|
"input": [
|
11820
|
-
|
11836
|
+
1192
|
11821
11837
|
]
|
11822
11838
|
}
|
11823
11839
|
],
|
11824
11840
|
"validateVerificationToken": [
|
11825
|
-
|
11841
|
+
1195,
|
11826
11842
|
{
|
11827
11843
|
"input": [
|
11828
|
-
|
11844
|
+
1194
|
11829
11845
|
]
|
11830
11846
|
}
|
11831
11847
|
],
|
@@ -13325,6 +13341,9 @@ exports.default = {
|
|
13325
13341
|
"can_charge_clients": [
|
13326
13342
|
61
|
13327
13343
|
],
|
13344
|
+
"can_create_tags": [
|
13345
|
+
61
|
13346
|
+
],
|
13328
13347
|
"can_delete_charting_notes": [
|
13329
13348
|
61
|
13330
13349
|
],
|
@@ -13752,6 +13771,9 @@ exports.default = {
|
|
13752
13771
|
"can_charge_clients": [
|
13753
13772
|
61
|
13754
13773
|
],
|
13774
|
+
"can_create_tags": [
|
13775
|
+
61
|
13776
|
+
],
|
13755
13777
|
"can_delete_charting_notes": [
|
13756
13778
|
61
|
13757
13779
|
],
|
@@ -23487,7 +23509,7 @@ exports.default = {
|
|
23487
23509
|
437
|
23488
23510
|
],
|
23489
23511
|
"fullscript": [
|
23490
|
-
|
23512
|
+
949
|
23491
23513
|
],
|
23492
23514
|
"fullscript_practitioner_id": [
|
23493
23515
|
437
|
@@ -29678,6 +29700,9 @@ exports.default = {
|
|
29678
29700
|
"can_remove_client": [
|
29679
29701
|
61
|
29680
29702
|
],
|
29703
|
+
"can_create_tags": [
|
29704
|
+
61
|
29705
|
+
],
|
29681
29706
|
"can_rename_and_delete_tags": [
|
29682
29707
|
61
|
29683
29708
|
],
|
@@ -30810,9 +30835,6 @@ exports.default = {
|
|
30810
30835
|
]
|
30811
30836
|
},
|
30812
30837
|
"createZusInput": {
|
30813
|
-
"user_id": [
|
30814
|
-
241
|
30815
|
-
],
|
30816
30838
|
"organization_id": [
|
30817
30839
|
241
|
30818
30840
|
],
|
@@ -32719,6 +32741,34 @@ exports.default = {
|
|
32719
32741
|
437
|
32720
32742
|
]
|
32721
32743
|
},
|
32744
|
+
"dosespotImportInput": {
|
32745
|
+
"reviewer_id": [
|
32746
|
+
241
|
32747
|
+
],
|
32748
|
+
"ticket": [
|
32749
|
+
437
|
32750
|
+
],
|
32751
|
+
"doc_id": [
|
32752
|
+
437
|
32753
|
+
],
|
32754
|
+
"__typename": [
|
32755
|
+
437
|
32756
|
+
]
|
32757
|
+
},
|
32758
|
+
"dosespotImportPayload": {
|
32759
|
+
"clientMutationId": [
|
32760
|
+
437
|
32761
|
+
],
|
32762
|
+
"messages": [
|
32763
|
+
197
|
32764
|
+
],
|
32765
|
+
"success_string": [
|
32766
|
+
437
|
32767
|
+
],
|
32768
|
+
"__typename": [
|
32769
|
+
437
|
32770
|
+
]
|
32771
|
+
},
|
32722
32772
|
"dosespotSSOInput": {
|
32723
32773
|
"patient_id": [
|
32724
32774
|
241
|
@@ -32827,6 +32877,34 @@ exports.default = {
|
|
32827
32877
|
437
|
32828
32878
|
]
|
32829
32879
|
},
|
32880
|
+
"enableAutoscoringInput": {
|
32881
|
+
"item_id": [
|
32882
|
+
241
|
32883
|
+
],
|
32884
|
+
"module_ids": [
|
32885
|
+
241
|
32886
|
+
],
|
32887
|
+
"subtotal_label": [
|
32888
|
+
437
|
32889
|
+
],
|
32890
|
+
"__typename": [
|
32891
|
+
437
|
32892
|
+
]
|
32893
|
+
},
|
32894
|
+
"enableAutoscoringPayload": {
|
32895
|
+
"clientMutationId": [
|
32896
|
+
437
|
32897
|
+
],
|
32898
|
+
"messages": [
|
32899
|
+
197
|
32900
|
+
],
|
32901
|
+
"success_string": [
|
32902
|
+
437
|
32903
|
+
],
|
32904
|
+
"__typename": [
|
32905
|
+
437
|
32906
|
+
]
|
32907
|
+
},
|
32830
32908
|
"enableGoogleIntegrationsInput": {
|
32831
32909
|
"user_id": [
|
32832
32910
|
241
|
@@ -37362,6 +37440,12 @@ exports.default = {
|
|
37362
37440
|
"org_member_id": [
|
37363
37441
|
241
|
37364
37442
|
],
|
37443
|
+
"current_owner_id": [
|
37444
|
+
241
|
37445
|
+
],
|
37446
|
+
"org_id": [
|
37447
|
+
241
|
37448
|
+
],
|
37365
37449
|
"__typename": [
|
37366
37450
|
437
|
37367
37451
|
]
|
@@ -37589,6 +37673,9 @@ exports.default = {
|
|
37589
37673
|
"can_remove_client": [
|
37590
37674
|
61
|
37591
37675
|
],
|
37676
|
+
"can_create_tags": [
|
37677
|
+
61
|
37678
|
+
],
|
37592
37679
|
"can_rename_and_delete_tags": [
|
37593
37680
|
61
|
37594
37681
|
],
|
@@ -37928,6 +38015,9 @@ exports.default = {
|
|
37928
38015
|
"can_remove_client": [
|
37929
38016
|
61
|
37930
38017
|
],
|
38018
|
+
"can_create_tags": [
|
38019
|
+
61
|
38020
|
+
],
|
37931
38021
|
"can_rename_and_delete_tags": [
|
37932
38022
|
61
|
37933
38023
|
],
|