UNPKG
simpay-typescript-api
Version:
latest (3.1.0)
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.3.0
2.2.4
2.2.3
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
SimPay.pl API wrapper
github.com/SimPaypl/SimPay-API-TypeScript
SimPaypl/SimPay-API-TypeScript
simpay-typescript-api
/
dist
/
models
/
sms
/
service
/
sms.service.type.js
7 lines
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
SmsServiceType
; (
function
(
SmsServiceType
) {
SmsServiceType
[
"ONE_TIME_CODE"
] =
"ONE_TIME_CODE"
;
SmsServiceType
[
"CODE_PACK"
] =
"CODE_PACK"
;
SmsServiceType
[
"API_URL"
] =
"API_URL"
; })(
SmsServiceType
|| (
SmsServiceType
= {}));
//# sourceMappingURL=sms.service.type.js.map