Skip to content

Commit e3ae9ab

Browse files
Release 1.2.22
1 parent a07ca40 commit e3ae9ab

File tree

8 files changed

+177
-69
lines changed

8 files changed

+177
-69
lines changed

dist/cjs/index.cjs

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,30 @@ var constants = {
531531
ofListBiometricPixPayment: {
532532
route: '/jsr/pagamentos/pix',
533533
method: 'get'
534+
},
535+
ofCreateAutomaticEnrollment: {
536+
route: '/pagamentos-automaticos/adesao',
537+
method: 'post'
538+
},
539+
ofListAutomaticEnrollment: {
540+
route: '/pagamentos-automaticos/adesao',
541+
method: 'get'
542+
},
543+
ofUpdateAutomaticEnrollment: {
544+
route: '/pagamentos-automaticos/adesao',
545+
method: 'patch'
546+
},
547+
ofCreateAutomaticPixPayment: {
548+
route: '/pagamentos-automaticos/pix',
549+
method: 'post'
550+
},
551+
ofListAutomaticPixPayment: {
552+
route: '/pagamentos-automaticos/pix',
553+
method: 'get'
554+
},
555+
ofCancelAutomaticPixPayment: {
556+
route: '/pagamentos-automaticos/pix',
557+
method: 'patch'
534558
}
535559
}
536560
},
@@ -652,7 +676,7 @@ var exports$1 = {
652676
}
653677
};
654678
var description = "Module for integration with Efi Bank API";
655-
var version = "1.2.21";
679+
var version = "1.2.22";
656680
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
657681
var license = "MIT";
658682
var repository = "efipay/sdk-node-apis-efi";
@@ -5113,7 +5137,7 @@ class OpenFinanceMethods extends PixMethods {
51135137
* @param { {
51145138
* nome?: string,
51155139
* organizacao?: boolean,
5116-
* modalidade?: 'imediato' | 'recorrente' | 'agendado',
5140+
* modalidade?: string,
51175141
* tipoPessoa?: 'PJ' | 'PF'
51185142
* } } params
51195143
*

dist/esm/index.mjs

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,30 @@ var constants = {
522522
ofListBiometricPixPayment: {
523523
route: '/jsr/pagamentos/pix',
524524
method: 'get'
525+
},
526+
ofCreateAutomaticEnrollment: {
527+
route: '/pagamentos-automaticos/adesao',
528+
method: 'post'
529+
},
530+
ofListAutomaticEnrollment: {
531+
route: '/pagamentos-automaticos/adesao',
532+
method: 'get'
533+
},
534+
ofUpdateAutomaticEnrollment: {
535+
route: '/pagamentos-automaticos/adesao',
536+
method: 'patch'
537+
},
538+
ofCreateAutomaticPixPayment: {
539+
route: '/pagamentos-automaticos/pix',
540+
method: 'post'
541+
},
542+
ofListAutomaticPixPayment: {
543+
route: '/pagamentos-automaticos/pix',
544+
method: 'get'
545+
},
546+
ofCancelAutomaticPixPayment: {
547+
route: '/pagamentos-automaticos/pix',
548+
method: 'patch'
525549
}
526550
}
527551
},
@@ -643,7 +667,7 @@ var exports = {
643667
}
644668
};
645669
var description = "Module for integration with Efi Bank API";
646-
var version = "1.2.21";
670+
var version = "1.2.22";
647671
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
648672
var license = "MIT";
649673
var repository = "efipay/sdk-node-apis-efi";
@@ -5104,7 +5128,7 @@ class OpenFinanceMethods extends PixMethods {
51045128
* @param { {
51055129
* nome?: string,
51065130
* organizacao?: boolean,
5107-
* modalidade?: 'imediato' | 'recorrente' | 'agendado',
5131+
* modalidade?: string,
51085132
* tipoPessoa?: 'PJ' | 'PF'
51095133
* } } params
51105134
*

dist/types/lib/constants.d.ts

Lines changed: 95 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -773,165 +773,201 @@ declare namespace _default {
773773
const method_123: string;
774774
export { method_123 as method };
775775
}
776-
}
777-
export { ENDPOINTS_2 as ENDPOINTS };
778-
}
779-
namespace PAGAMENTOS {
780-
export namespace URL_3 {
781-
const PRODUCTION_3: string;
782-
export { PRODUCTION_3 as PRODUCTION };
783-
const SANDBOX_3: string;
784-
export { SANDBOX_3 as SANDBOX };
785-
}
786-
export { URL_3 as URL };
787-
export namespace ENDPOINTS_3 {
788-
export namespace authorize_3 {
776+
export namespace ofCreateAutomaticEnrollment {
789777
const route_124: string;
790778
export { route_124 as route };
791779
const method_124: string;
792780
export { method_124 as method };
793781
}
794-
export { authorize_3 as authorize };
795-
export namespace payDetailBarCode {
782+
export namespace ofListAutomaticEnrollment {
796783
const route_125: string;
797784
export { route_125 as route };
798785
const method_125: string;
799786
export { method_125 as method };
800787
}
801-
export namespace payRequestBarCode {
788+
export namespace ofUpdateAutomaticEnrollment {
802789
const route_126: string;
803790
export { route_126 as route };
804791
const method_126: string;
805792
export { method_126 as method };
806793
}
807-
export namespace payDetailPayment {
794+
export namespace ofCreateAutomaticPixPayment {
808795
const route_127: string;
809796
export { route_127 as route };
810797
const method_127: string;
811798
export { method_127 as method };
812799
}
813-
export namespace payListPayments {
800+
export namespace ofListAutomaticPixPayment {
814801
const route_128: string;
815802
export { route_128 as route };
816803
const method_128: string;
817804
export { method_128 as method };
818805
}
819-
}
820-
export { ENDPOINTS_3 as ENDPOINTS };
821-
}
822-
namespace CONTAS {
823-
export namespace URL_4 {
824-
const PRODUCTION_4: string;
825-
export { PRODUCTION_4 as PRODUCTION };
826-
const SANDBOX_4: string;
827-
export { SANDBOX_4 as SANDBOX };
828-
}
829-
export { URL_4 as URL };
830-
export namespace ENDPOINTS_4 {
831-
export namespace authorize_4 {
806+
export namespace ofCancelAutomaticPixPayment {
832807
const route_129: string;
833808
export { route_129 as route };
834809
const method_129: string;
835810
export { method_129 as method };
836811
}
837-
export { authorize_4 as authorize };
838-
export namespace createAccount {
812+
}
813+
export { ENDPOINTS_2 as ENDPOINTS };
814+
}
815+
namespace PAGAMENTOS {
816+
export namespace URL_3 {
817+
const PRODUCTION_3: string;
818+
export { PRODUCTION_3 as PRODUCTION };
819+
const SANDBOX_3: string;
820+
export { SANDBOX_3 as SANDBOX };
821+
}
822+
export { URL_3 as URL };
823+
export namespace ENDPOINTS_3 {
824+
export namespace authorize_3 {
839825
const route_130: string;
840826
export { route_130 as route };
841827
const method_130: string;
842828
export { method_130 as method };
843829
}
844-
export namespace getAccountCertificate {
830+
export { authorize_3 as authorize };
831+
export namespace payDetailBarCode {
845832
const route_131: string;
846833
export { route_131 as route };
847834
const method_131: string;
848835
export { method_131 as method };
849836
}
850-
export namespace getAccountCredentials {
837+
export namespace payRequestBarCode {
851838
const route_132: string;
852839
export { route_132 as route };
853840
const method_132: string;
854841
export { method_132 as method };
855842
}
856-
export namespace accountConfigWebhook {
843+
export namespace payDetailPayment {
857844
const route_133: string;
858845
export { route_133 as route };
859846
const method_133: string;
860847
export { method_133 as method };
861848
}
862-
export namespace accountDeleteWebhook {
849+
export namespace payListPayments {
863850
const route_134: string;
864851
export { route_134 as route };
865852
const method_134: string;
866853
export { method_134 as method };
867854
}
868-
export namespace accountDetailWebhook {
855+
}
856+
export { ENDPOINTS_3 as ENDPOINTS };
857+
}
858+
namespace CONTAS {
859+
export namespace URL_4 {
860+
const PRODUCTION_4: string;
861+
export { PRODUCTION_4 as PRODUCTION };
862+
const SANDBOX_4: string;
863+
export { SANDBOX_4 as SANDBOX };
864+
}
865+
export { URL_4 as URL };
866+
export namespace ENDPOINTS_4 {
867+
export namespace authorize_4 {
869868
const route_135: string;
870869
export { route_135 as route };
871870
const method_135: string;
872871
export { method_135 as method };
873872
}
874-
export namespace accountListWebhook {
873+
export { authorize_4 as authorize };
874+
export namespace createAccount {
875875
const route_136: string;
876876
export { route_136 as route };
877877
const method_136: string;
878878
export { method_136 as method };
879879
}
880-
}
881-
export { ENDPOINTS_4 as ENDPOINTS };
882-
}
883-
namespace EXTRATOS {
884-
export namespace URL_5 {
885-
const PRODUCTION_5: string;
886-
export { PRODUCTION_5 as PRODUCTION };
887-
const SANDBOX_5: string;
888-
export { SANDBOX_5 as SANDBOX };
889-
}
890-
export { URL_5 as URL };
891-
export namespace ENDPOINTS_5 {
892-
export namespace authorize_5 {
880+
export namespace getAccountCertificate {
893881
const route_137: string;
894882
export { route_137 as route };
895883
const method_137: string;
896884
export { method_137 as method };
897885
}
898-
export { authorize_5 as authorize };
899-
export namespace listStatementFiles {
886+
export namespace getAccountCredentials {
900887
const route_138: string;
901888
export { route_138 as route };
902889
const method_138: string;
903890
export { method_138 as method };
904891
}
905-
export namespace getStatementFile {
892+
export namespace accountConfigWebhook {
906893
const route_139: string;
907894
export { route_139 as route };
908895
const method_139: string;
909896
export { method_139 as method };
910897
}
911-
export namespace listStatementRecurrences {
898+
export namespace accountDeleteWebhook {
912899
const route_140: string;
913900
export { route_140 as route };
914901
const method_140: string;
915902
export { method_140 as method };
916903
}
917-
export namespace createStatementRecurrency {
904+
export namespace accountDetailWebhook {
918905
const route_141: string;
919906
export { route_141 as route };
920907
const method_141: string;
921908
export { method_141 as method };
922909
}
923-
export namespace updateStatementRecurrency {
910+
export namespace accountListWebhook {
924911
const route_142: string;
925912
export { route_142 as route };
926913
const method_142: string;
927914
export { method_142 as method };
928915
}
929-
export namespace createSftpKey {
916+
}
917+
export { ENDPOINTS_4 as ENDPOINTS };
918+
}
919+
namespace EXTRATOS {
920+
export namespace URL_5 {
921+
const PRODUCTION_5: string;
922+
export { PRODUCTION_5 as PRODUCTION };
923+
const SANDBOX_5: string;
924+
export { SANDBOX_5 as SANDBOX };
925+
}
926+
export { URL_5 as URL };
927+
export namespace ENDPOINTS_5 {
928+
export namespace authorize_5 {
930929
const route_143: string;
931930
export { route_143 as route };
932931
const method_143: string;
933932
export { method_143 as method };
934933
}
934+
export { authorize_5 as authorize };
935+
export namespace listStatementFiles {
936+
const route_144: string;
937+
export { route_144 as route };
938+
const method_144: string;
939+
export { method_144 as method };
940+
}
941+
export namespace getStatementFile {
942+
const route_145: string;
943+
export { route_145 as route };
944+
const method_145: string;
945+
export { method_145 as method };
946+
}
947+
export namespace listStatementRecurrences {
948+
const route_146: string;
949+
export { route_146 as route };
950+
const method_146: string;
951+
export { method_146 as method };
952+
}
953+
export namespace createStatementRecurrency {
954+
const route_147: string;
955+
export { route_147 as route };
956+
const method_147: string;
957+
export { method_147 as method };
958+
}
959+
export namespace updateStatementRecurrency {
960+
const route_148: string;
961+
export { route_148 as route };
962+
const method_148: string;
963+
export { method_148 as method };
964+
}
965+
export namespace createSftpKey {
966+
const route_149: string;
967+
export { route_149 as route };
968+
const method_149: string;
969+
export { method_149 as method };
970+
}
935971
}
936972
export { ENDPOINTS_5 as ENDPOINTS };
937973
}

dist/types/methods/open-finance.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class OpenFinanceMethods extends PixMethods {
7878
* @param { {
7979
* nome?: string,
8080
* organizacao?: boolean,
81-
* modalidade?: 'imediato' | 'recorrente' | 'agendado',
81+
* modalidade?: string,
8282
* tipoPessoa?: 'PJ' | 'PF'
8383
* } } params
8484
*
@@ -100,7 +100,7 @@ export class OpenFinanceMethods extends PixMethods {
100100
ofListParticipants(params: {
101101
nome?: string;
102102
organizacao?: boolean;
103-
modalidade?: 'imediato' | 'recorrente' | 'agendado';
103+
modalidade?: string;
104104
tipoPessoa?: 'PJ' | 'PF';
105105
}): Promise<{
106106
participantes: Array<{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)