@@ -24,7 +24,7 @@ class Sms {
2424 } ) ;
2525 }
2626 /*
27- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-listy-uslug
27+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-listy-uslug
2828 */
2929 getServices ( ) {
3030 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -58,7 +58,7 @@ class Sms {
5858 } ) ;
5959 }
6060 /*
61- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-informacji-o-usludze
61+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-informacji-o-usludze
6262 */
6363 getService ( id ) {
6464 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -68,7 +68,7 @@ class Sms {
6868 } ) ;
6969 }
7070 /*
71- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-listy-transakcji
71+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-listy-transakcji
7272 */
7373 getTransactions ( serviceId ) {
7474 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -102,7 +102,7 @@ class Sms {
102102 } ) ;
103103 }
104104 /*
105- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-informacji-o-transakcji
105+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-informacji-o-transakcji
106106 */
107107 getTransaction ( serviceId , transactionId ) {
108108 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -112,7 +112,7 @@ class Sms {
112112 } ) ;
113113 }
114114 /*
115- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-dostepnych-numerow-dla-uslugi
115+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-dostepnych-numerow-dla-uslugi
116116 */
117117 getServiceNumbers ( serviceId ) {
118118 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -138,15 +138,15 @@ class Sms {
138138 } ) ;
139139 }
140140 /*
141- https://docs.simpay.pl/typescript/?typescript#sms-informacji-o-pojedynczym-numerze-uslugi
141+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-informacji-o-pojedynczym-numerze-uslugi
142142 */
143143 getServiceNumber ( serviceId , number ) {
144144 return __awaiter ( this , void 0 , void 0 , function * ( ) {
145145 return ( yield this . client . get ( `/${ serviceId } /numbers/${ number } ` ) ) . data . data ;
146146 } ) ;
147147 }
148148 /*
149- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-wszystkich-dostepnych-numerow
149+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-wszystkich-dostepnych-numerow
150150 */
151151 getNumbers ( ) {
152152 return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -172,15 +172,15 @@ class Sms {
172172 } ) ;
173173 }
174174 /*
175- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-pojedynczego-numeru-sms
175+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-pojedynczego-numeru-sms
176176 */
177177 getNumber ( number ) {
178178 return __awaiter ( this , void 0 , void 0 , function * ( ) {
179179 return ( yield this . client . get ( `/numbers/${ number } ` ) ) . data . data ;
180180 } ) ;
181181 }
182182 /*
183- https://docs.simpay.pl/typescript/?typescript#sms-weryfikacja-poprawnosci-kodu
183+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-weryfikacja-poprawnosci-kodu
184184 */
185185 verifySmsCode ( serviceId , code , number ) {
186186 return __awaiter ( this , void 0 , void 0 , function * ( ) {
0 commit comments