@@ -24,7 +24,7 @@ class Sms {
24
24
} ) ;
25
25
}
26
26
/*
27
- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-listy-uslug
27
+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-listy-uslug
28
28
*/
29
29
getServices ( ) {
30
30
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -58,7 +58,7 @@ class Sms {
58
58
} ) ;
59
59
}
60
60
/*
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
62
62
*/
63
63
getService ( id ) {
64
64
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -68,7 +68,7 @@ class Sms {
68
68
} ) ;
69
69
}
70
70
/*
71
- https://docs.simpay.pl/typescript/?typescript#sms-pobieranie-listy-transakcji
71
+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-pobieranie-listy-transakcji
72
72
*/
73
73
getTransactions ( serviceId ) {
74
74
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -102,7 +102,7 @@ class Sms {
102
102
} ) ;
103
103
}
104
104
/*
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
106
106
*/
107
107
getTransaction ( serviceId , transactionId ) {
108
108
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -112,7 +112,7 @@ class Sms {
112
112
} ) ;
113
113
}
114
114
/*
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
116
116
*/
117
117
getServiceNumbers ( serviceId ) {
118
118
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -138,15 +138,15 @@ class Sms {
138
138
} ) ;
139
139
}
140
140
/*
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
142
142
*/
143
143
getServiceNumber ( serviceId , number ) {
144
144
return __awaiter ( this , void 0 , void 0 , function * ( ) {
145
145
return ( yield this . client . get ( `/${ serviceId } /numbers/${ number } ` ) ) . data . data ;
146
146
} ) ;
147
147
}
148
148
/*
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
150
150
*/
151
151
getNumbers ( ) {
152
152
return __awaiter ( this , void 0 , void 0 , function * ( ) {
@@ -172,15 +172,15 @@ class Sms {
172
172
} ) ;
173
173
}
174
174
/*
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
176
176
*/
177
177
getNumber ( number ) {
178
178
return __awaiter ( this , void 0 , void 0 , function * ( ) {
179
179
return ( yield this . client . get ( `/numbers/${ number } ` ) ) . data . data ;
180
180
} ) ;
181
181
}
182
182
/*
183
- https://docs.simpay.pl/typescript/?typescript#sms-weryfikacja-poprawnosci-kodu
183
+ https://docs.simpay.pl/pl/ typescript/?typescript#sms-weryfikacja-poprawnosci-kodu
184
184
*/
185
185
verifySmsCode ( serviceId , code , number ) {
186
186
return __awaiter ( this , void 0 , void 0 , function * ( ) {
0 commit comments