@laqus/auth-permissions 1.2.0 → 1.3.1
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.
|
@@ -386,6 +386,10 @@ export declare class PlatformActions {
|
|
|
386
386
|
lrn: string;
|
|
387
387
|
action: string;
|
|
388
388
|
};
|
|
389
|
+
readonly AprovarAutomaticamentePorAcordoCooperacaoLegacy: {
|
|
390
|
+
lrn: string;
|
|
391
|
+
action: string;
|
|
392
|
+
};
|
|
389
393
|
readonly Update: {
|
|
390
394
|
lrn: string;
|
|
391
395
|
action: string;
|
|
@@ -641,6 +645,118 @@ export declare class PlatformActions {
|
|
|
641
645
|
lrn: string;
|
|
642
646
|
action: string;
|
|
643
647
|
};
|
|
648
|
+
readonly HasLegacyMasterAccess: {
|
|
649
|
+
lrn: string;
|
|
650
|
+
action: string;
|
|
651
|
+
};
|
|
652
|
+
readonly List: {
|
|
653
|
+
lrn: string;
|
|
654
|
+
action: string;
|
|
655
|
+
};
|
|
656
|
+
readonly ListPaged: {
|
|
657
|
+
lrn: string;
|
|
658
|
+
action: string;
|
|
659
|
+
};
|
|
660
|
+
readonly Count: {
|
|
661
|
+
lrn: string;
|
|
662
|
+
action: string;
|
|
663
|
+
};
|
|
664
|
+
readonly Get: {
|
|
665
|
+
lrn: string;
|
|
666
|
+
action: string;
|
|
667
|
+
};
|
|
668
|
+
readonly GetRecurrences: {
|
|
669
|
+
lrn: string;
|
|
670
|
+
action: string;
|
|
671
|
+
};
|
|
672
|
+
readonly Create: {
|
|
673
|
+
lrn: string;
|
|
674
|
+
action: string;
|
|
675
|
+
};
|
|
676
|
+
readonly Update: {
|
|
677
|
+
lrn: string;
|
|
678
|
+
action: string;
|
|
679
|
+
};
|
|
680
|
+
readonly Delete: {
|
|
681
|
+
lrn: string;
|
|
682
|
+
action: string;
|
|
683
|
+
};
|
|
684
|
+
readonly DeleteMultiple: {
|
|
685
|
+
lrn: string;
|
|
686
|
+
action: string;
|
|
687
|
+
};
|
|
688
|
+
readonly AddClassification: {
|
|
689
|
+
lrn: string;
|
|
690
|
+
action: string;
|
|
691
|
+
};
|
|
692
|
+
readonly RemoveClassification: {
|
|
693
|
+
lrn: string;
|
|
694
|
+
action: string;
|
|
695
|
+
};
|
|
696
|
+
readonly GetEvents: {
|
|
697
|
+
lrn: string;
|
|
698
|
+
action: string;
|
|
699
|
+
};
|
|
700
|
+
readonly AddEvent: {
|
|
701
|
+
lrn: string;
|
|
702
|
+
action: string;
|
|
703
|
+
};
|
|
704
|
+
readonly AddEventMultiple: {
|
|
705
|
+
lrn: string;
|
|
706
|
+
action: string;
|
|
707
|
+
};
|
|
708
|
+
readonly SetAttention: {
|
|
709
|
+
lrn: string;
|
|
710
|
+
action: string;
|
|
711
|
+
};
|
|
712
|
+
readonly GetMinDate: {
|
|
713
|
+
lrn: string;
|
|
714
|
+
action: string;
|
|
715
|
+
};
|
|
716
|
+
readonly GetMessages: {
|
|
717
|
+
lrn: string;
|
|
718
|
+
action: string;
|
|
719
|
+
};
|
|
720
|
+
readonly AddMessage: {
|
|
721
|
+
lrn: string;
|
|
722
|
+
action: string;
|
|
723
|
+
};
|
|
724
|
+
readonly ExportReport: {
|
|
725
|
+
lrn: string;
|
|
726
|
+
action: string;
|
|
727
|
+
};
|
|
728
|
+
readonly SaveColumnOrder: {
|
|
729
|
+
lrn: string;
|
|
730
|
+
action: string;
|
|
731
|
+
};
|
|
732
|
+
readonly GetColumnOrder: {
|
|
733
|
+
lrn: string;
|
|
734
|
+
action: string;
|
|
735
|
+
};
|
|
736
|
+
readonly GetWaivers: {
|
|
737
|
+
lrn: string;
|
|
738
|
+
action: string;
|
|
739
|
+
};
|
|
740
|
+
readonly GetWaiver: {
|
|
741
|
+
lrn: string;
|
|
742
|
+
action: string;
|
|
743
|
+
};
|
|
744
|
+
readonly CreateWaiver: {
|
|
745
|
+
lrn: string;
|
|
746
|
+
action: string;
|
|
747
|
+
};
|
|
748
|
+
readonly CreateWaiverMultiple: {
|
|
749
|
+
lrn: string;
|
|
750
|
+
action: string;
|
|
751
|
+
};
|
|
752
|
+
readonly ApproveWaiver: {
|
|
753
|
+
lrn: string;
|
|
754
|
+
action: string;
|
|
755
|
+
};
|
|
756
|
+
readonly ApproveWaiverMultiple: {
|
|
757
|
+
lrn: string;
|
|
758
|
+
action: string;
|
|
759
|
+
};
|
|
644
760
|
};
|
|
645
761
|
readonly Operacoes: {
|
|
646
762
|
new (): {};
|
|
@@ -648,6 +764,288 @@ export declare class PlatformActions {
|
|
|
648
764
|
lrn: string;
|
|
649
765
|
action: string;
|
|
650
766
|
};
|
|
767
|
+
readonly List: {
|
|
768
|
+
lrn: string;
|
|
769
|
+
action: string;
|
|
770
|
+
};
|
|
771
|
+
readonly Get: {
|
|
772
|
+
lrn: string;
|
|
773
|
+
action: string;
|
|
774
|
+
};
|
|
775
|
+
readonly Create: {
|
|
776
|
+
lrn: string;
|
|
777
|
+
action: string;
|
|
778
|
+
};
|
|
779
|
+
readonly Update: {
|
|
780
|
+
lrn: string;
|
|
781
|
+
action: string;
|
|
782
|
+
};
|
|
783
|
+
readonly Addendum: {
|
|
784
|
+
lrn: string;
|
|
785
|
+
action: string;
|
|
786
|
+
};
|
|
787
|
+
readonly Unwind: {
|
|
788
|
+
lrn: string;
|
|
789
|
+
action: string;
|
|
790
|
+
};
|
|
791
|
+
readonly AddAttachments: {
|
|
792
|
+
lrn: string;
|
|
793
|
+
action: string;
|
|
794
|
+
};
|
|
795
|
+
readonly Delete: {
|
|
796
|
+
lrn: string;
|
|
797
|
+
action: string;
|
|
798
|
+
};
|
|
799
|
+
readonly DeleteMultiple: {
|
|
800
|
+
lrn: string;
|
|
801
|
+
action: string;
|
|
802
|
+
};
|
|
803
|
+
readonly Export: {
|
|
804
|
+
lrn: string;
|
|
805
|
+
action: string;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
readonly Usuarios: {
|
|
809
|
+
new (): {};
|
|
810
|
+
readonly All: {
|
|
811
|
+
lrn: string;
|
|
812
|
+
action: string;
|
|
813
|
+
};
|
|
814
|
+
readonly Get: {
|
|
815
|
+
lrn: string;
|
|
816
|
+
action: string;
|
|
817
|
+
};
|
|
818
|
+
readonly List: {
|
|
819
|
+
lrn: string;
|
|
820
|
+
action: string;
|
|
821
|
+
};
|
|
822
|
+
readonly CreateBatch: {
|
|
823
|
+
lrn: string;
|
|
824
|
+
action: string;
|
|
825
|
+
};
|
|
826
|
+
readonly Update: {
|
|
827
|
+
lrn: string;
|
|
828
|
+
action: string;
|
|
829
|
+
};
|
|
830
|
+
readonly Delete: {
|
|
831
|
+
lrn: string;
|
|
832
|
+
action: string;
|
|
833
|
+
};
|
|
834
|
+
readonly UpdatePassword: {
|
|
835
|
+
lrn: string;
|
|
836
|
+
action: string;
|
|
837
|
+
};
|
|
838
|
+
readonly DeleteMultiple: {
|
|
839
|
+
lrn: string;
|
|
840
|
+
action: string;
|
|
841
|
+
};
|
|
842
|
+
readonly ListInvites: {
|
|
843
|
+
lrn: string;
|
|
844
|
+
action: string;
|
|
845
|
+
};
|
|
846
|
+
readonly CreateInvite: {
|
|
847
|
+
lrn: string;
|
|
848
|
+
action: string;
|
|
849
|
+
};
|
|
850
|
+
};
|
|
851
|
+
readonly Grupos: {
|
|
852
|
+
new (): {};
|
|
853
|
+
readonly All: {
|
|
854
|
+
lrn: string;
|
|
855
|
+
action: string;
|
|
856
|
+
};
|
|
857
|
+
readonly Get: {
|
|
858
|
+
lrn: string;
|
|
859
|
+
action: string;
|
|
860
|
+
};
|
|
861
|
+
readonly List: {
|
|
862
|
+
lrn: string;
|
|
863
|
+
action: string;
|
|
864
|
+
};
|
|
865
|
+
readonly Create: {
|
|
866
|
+
lrn: string;
|
|
867
|
+
action: string;
|
|
868
|
+
};
|
|
869
|
+
readonly Update: {
|
|
870
|
+
lrn: string;
|
|
871
|
+
action: string;
|
|
872
|
+
};
|
|
873
|
+
readonly AddUsers: {
|
|
874
|
+
lrn: string;
|
|
875
|
+
action: string;
|
|
876
|
+
};
|
|
877
|
+
readonly RemoveUsers: {
|
|
878
|
+
lrn: string;
|
|
879
|
+
action: string;
|
|
880
|
+
};
|
|
881
|
+
readonly Delete: {
|
|
882
|
+
lrn: string;
|
|
883
|
+
action: string;
|
|
884
|
+
};
|
|
885
|
+
readonly DeleteMultiple: {
|
|
886
|
+
lrn: string;
|
|
887
|
+
action: string;
|
|
888
|
+
};
|
|
889
|
+
};
|
|
890
|
+
readonly CustomFields: {
|
|
891
|
+
new (): {};
|
|
892
|
+
readonly All: {
|
|
893
|
+
lrn: string;
|
|
894
|
+
action: string;
|
|
895
|
+
};
|
|
896
|
+
readonly ListOperations: {
|
|
897
|
+
lrn: string;
|
|
898
|
+
action: string;
|
|
899
|
+
};
|
|
900
|
+
readonly GetOperations: {
|
|
901
|
+
lrn: string;
|
|
902
|
+
action: string;
|
|
903
|
+
};
|
|
904
|
+
readonly CreateOperations: {
|
|
905
|
+
lrn: string;
|
|
906
|
+
action: string;
|
|
907
|
+
};
|
|
908
|
+
readonly UpdateOperations: {
|
|
909
|
+
lrn: string;
|
|
910
|
+
action: string;
|
|
911
|
+
};
|
|
912
|
+
readonly DeleteOperations: {
|
|
913
|
+
lrn: string;
|
|
914
|
+
action: string;
|
|
915
|
+
};
|
|
916
|
+
readonly ListCovenants: {
|
|
917
|
+
lrn: string;
|
|
918
|
+
action: string;
|
|
919
|
+
};
|
|
920
|
+
readonly GetCovenants: {
|
|
921
|
+
lrn: string;
|
|
922
|
+
action: string;
|
|
923
|
+
};
|
|
924
|
+
readonly CreateCovenants: {
|
|
925
|
+
lrn: string;
|
|
926
|
+
action: string;
|
|
927
|
+
};
|
|
928
|
+
readonly UpdateCovenants: {
|
|
929
|
+
lrn: string;
|
|
930
|
+
action: string;
|
|
931
|
+
};
|
|
932
|
+
readonly DeleteCovenants: {
|
|
933
|
+
lrn: string;
|
|
934
|
+
action: string;
|
|
935
|
+
};
|
|
936
|
+
};
|
|
937
|
+
readonly Arquivos: {
|
|
938
|
+
new (): {};
|
|
939
|
+
readonly All: {
|
|
940
|
+
lrn: string;
|
|
941
|
+
action: string;
|
|
942
|
+
};
|
|
943
|
+
readonly GetPutUrl: {
|
|
944
|
+
lrn: string;
|
|
945
|
+
action: string;
|
|
946
|
+
};
|
|
947
|
+
readonly GetGetUrl: {
|
|
948
|
+
lrn: string;
|
|
949
|
+
action: string;
|
|
950
|
+
};
|
|
951
|
+
readonly Delete: {
|
|
952
|
+
lrn: string;
|
|
953
|
+
action: string;
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
readonly Dashboard: {
|
|
957
|
+
new (): {};
|
|
958
|
+
readonly All: {
|
|
959
|
+
lrn: string;
|
|
960
|
+
action: string;
|
|
961
|
+
};
|
|
962
|
+
readonly View: {
|
|
963
|
+
lrn: string;
|
|
964
|
+
action: string;
|
|
965
|
+
};
|
|
966
|
+
};
|
|
967
|
+
readonly Relatorios: {
|
|
968
|
+
new (): {};
|
|
969
|
+
readonly All: {
|
|
970
|
+
lrn: string;
|
|
971
|
+
action: string;
|
|
972
|
+
};
|
|
973
|
+
readonly List: {
|
|
974
|
+
lrn: string;
|
|
975
|
+
action: string;
|
|
976
|
+
};
|
|
977
|
+
readonly Get: {
|
|
978
|
+
lrn: string;
|
|
979
|
+
action: string;
|
|
980
|
+
};
|
|
981
|
+
readonly Download: {
|
|
982
|
+
lrn: string;
|
|
983
|
+
action: string;
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
readonly Painel: {
|
|
987
|
+
new (): {};
|
|
988
|
+
readonly All: {
|
|
989
|
+
lrn: string;
|
|
990
|
+
action: string;
|
|
991
|
+
};
|
|
992
|
+
readonly ListNotifications: {
|
|
993
|
+
lrn: string;
|
|
994
|
+
action: string;
|
|
995
|
+
};
|
|
996
|
+
readonly GetNotification: {
|
|
997
|
+
lrn: string;
|
|
998
|
+
action: string;
|
|
999
|
+
};
|
|
1000
|
+
readonly CreateNotification: {
|
|
1001
|
+
lrn: string;
|
|
1002
|
+
action: string;
|
|
1003
|
+
};
|
|
1004
|
+
readonly UpdateNotification: {
|
|
1005
|
+
lrn: string;
|
|
1006
|
+
action: string;
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
1009
|
+
readonly Calendarios: {
|
|
1010
|
+
new (): {};
|
|
1011
|
+
readonly All: {
|
|
1012
|
+
lrn: string;
|
|
1013
|
+
action: string;
|
|
1014
|
+
};
|
|
1015
|
+
readonly GetHolidays: {
|
|
1016
|
+
lrn: string;
|
|
1017
|
+
action: string;
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
readonly Integracao: {
|
|
1021
|
+
new (): {};
|
|
1022
|
+
readonly All: {
|
|
1023
|
+
lrn: string;
|
|
1024
|
+
action: string;
|
|
1025
|
+
};
|
|
1026
|
+
readonly ImportCovenantsCsv: {
|
|
1027
|
+
lrn: string;
|
|
1028
|
+
action: string;
|
|
1029
|
+
};
|
|
1030
|
+
readonly UpdateCovenantsCsv: {
|
|
1031
|
+
lrn: string;
|
|
1032
|
+
action: string;
|
|
1033
|
+
};
|
|
1034
|
+
readonly ImportOperationsCsv: {
|
|
1035
|
+
lrn: string;
|
|
1036
|
+
action: string;
|
|
1037
|
+
};
|
|
1038
|
+
};
|
|
1039
|
+
readonly Contas: {
|
|
1040
|
+
new (): {};
|
|
1041
|
+
readonly All: {
|
|
1042
|
+
lrn: string;
|
|
1043
|
+
action: string;
|
|
1044
|
+
};
|
|
1045
|
+
readonly Create: {
|
|
1046
|
+
lrn: string;
|
|
1047
|
+
action: string;
|
|
1048
|
+
};
|
|
651
1049
|
};
|
|
652
1050
|
};
|
|
653
1051
|
static readonly Escrituracao: {
|
|
@@ -1217,65 +1615,98 @@ export declare class PlatformActions {
|
|
|
1217
1615
|
};
|
|
1218
1616
|
static readonly Securitizacao: {
|
|
1219
1617
|
new (): {};
|
|
1220
|
-
readonly
|
|
1618
|
+
readonly Termos: {
|
|
1221
1619
|
new (): {};
|
|
1222
|
-
readonly
|
|
1620
|
+
readonly Criar: {
|
|
1621
|
+
lrn: string;
|
|
1622
|
+
action: string;
|
|
1623
|
+
};
|
|
1624
|
+
readonly Consultar: {
|
|
1625
|
+
lrn: string;
|
|
1626
|
+
action: string;
|
|
1627
|
+
};
|
|
1628
|
+
readonly ConsultarGlobal: {
|
|
1629
|
+
lrn: string;
|
|
1630
|
+
action: string;
|
|
1631
|
+
};
|
|
1632
|
+
readonly Atualizar: {
|
|
1633
|
+
lrn: string;
|
|
1634
|
+
action: string;
|
|
1635
|
+
};
|
|
1636
|
+
readonly Cancelamentos: {
|
|
1223
1637
|
new (): {};
|
|
1224
|
-
readonly
|
|
1638
|
+
readonly Criar: {
|
|
1225
1639
|
lrn: string;
|
|
1226
1640
|
action: string;
|
|
1227
1641
|
};
|
|
1228
|
-
|
|
1642
|
+
};
|
|
1643
|
+
readonly Anexos: {
|
|
1644
|
+
new (): {};
|
|
1645
|
+
readonly Criar: {
|
|
1229
1646
|
lrn: string;
|
|
1230
1647
|
action: string;
|
|
1231
1648
|
};
|
|
1232
|
-
readonly
|
|
1649
|
+
readonly Consultar: {
|
|
1233
1650
|
lrn: string;
|
|
1234
1651
|
action: string;
|
|
1235
1652
|
};
|
|
1236
|
-
readonly
|
|
1653
|
+
readonly Atualizar: {
|
|
1237
1654
|
lrn: string;
|
|
1238
1655
|
action: string;
|
|
1239
1656
|
};
|
|
1240
|
-
readonly
|
|
1657
|
+
readonly Deletar: {
|
|
1241
1658
|
lrn: string;
|
|
1242
1659
|
action: string;
|
|
1243
1660
|
};
|
|
1244
|
-
readonly
|
|
1661
|
+
readonly Gerenciar: {
|
|
1245
1662
|
lrn: string;
|
|
1246
1663
|
action: string;
|
|
1247
1664
|
};
|
|
1248
|
-
|
|
1665
|
+
};
|
|
1666
|
+
readonly Revisoes: {
|
|
1667
|
+
new (): {};
|
|
1668
|
+
readonly Criar: {
|
|
1249
1669
|
lrn: string;
|
|
1250
1670
|
action: string;
|
|
1251
1671
|
};
|
|
1252
|
-
readonly
|
|
1672
|
+
readonly Consultar: {
|
|
1253
1673
|
lrn: string;
|
|
1254
1674
|
action: string;
|
|
1255
1675
|
};
|
|
1256
|
-
readonly
|
|
1676
|
+
readonly Atualizar: {
|
|
1257
1677
|
lrn: string;
|
|
1258
1678
|
action: string;
|
|
1259
1679
|
};
|
|
1260
1680
|
};
|
|
1261
|
-
readonly
|
|
1681
|
+
readonly Historicos: {
|
|
1262
1682
|
new (): {};
|
|
1263
|
-
readonly
|
|
1264
|
-
lrn: string;
|
|
1265
|
-
action: string;
|
|
1266
|
-
};
|
|
1267
|
-
readonly Get: {
|
|
1683
|
+
readonly Consultar: {
|
|
1268
1684
|
lrn: string;
|
|
1269
1685
|
action: string;
|
|
1270
1686
|
};
|
|
1271
|
-
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
readonly Auditoria: {
|
|
1690
|
+
new (): {};
|
|
1691
|
+
readonly Logs: {
|
|
1692
|
+
new (): {};
|
|
1693
|
+
readonly Consultar: {
|
|
1272
1694
|
lrn: string;
|
|
1273
1695
|
action: string;
|
|
1274
1696
|
};
|
|
1275
|
-
|
|
1697
|
+
};
|
|
1698
|
+
};
|
|
1699
|
+
readonly Termo: {
|
|
1700
|
+
new (): {};
|
|
1701
|
+
readonly Termos: {
|
|
1702
|
+
new (): {};
|
|
1703
|
+
readonly ImportOperacao: {
|
|
1276
1704
|
lrn: string;
|
|
1277
1705
|
action: string;
|
|
1278
1706
|
};
|
|
1707
|
+
};
|
|
1708
|
+
readonly Anexos: {
|
|
1709
|
+
new (): {};
|
|
1279
1710
|
readonly Validate: {
|
|
1280
1711
|
lrn: string;
|
|
1281
1712
|
action: string;
|