ggez-banking-sdk
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -114,2 +114,3 @@ export declare const useRegExp: () => { | ||
WSURl: RegExp; | ||
DecimalNumber: RegExp; | ||
}; |
@@ -16,3 +16,3 @@ "use strict"; | ||
SortRegexPattern: /^(asc|desc)$/, | ||
URLRegexPattern: /^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:\/~\+#]*[\w\-\@?^=%&\/~\+#]){1,2038}$/, | ||
URLRegexPattern: /^(http|https):\/\/[\w\-_.]+(\.[\w\-_.]+)*(\/[\w\-.,@?^=%&:\/~+#]*)?$/, | ||
TerminalSecurityIDRegexPattern: /^[/+0-9a-zA-Z=_-]{1,50}$/, | ||
@@ -115,6 +115,7 @@ ResultSetDateRegexPattern: /^([0-9]{4})[\/|-]((0[1-9])|(1[0-2]))[\/|-]((0[1-9])|(1[0-9])|(2[0-9])|(3[0-1]))$/, | ||
IntegerNumber: /^\d+$/, | ||
Pair: /^[A-Z0-9]{2,10}\/?[A-Z0-9]{2,10}$/, | ||
WSURl: /^wss:\/\/([a-zA-Z0-9\-]+\.)+[a-zA-Z]{2,6}(\/[a-zA-Z0-9\-\/]*)?$/ | ||
Pair: /^[A-Za-z0-9]{2,10}\/?[A-Za-z0-9]{2,10}$/, | ||
WSURl: /^wss:\/\/([a-zA-Z0-9\-]+\.)+[a-zA-Z]{2,6}(:[0-9]{1,5})?(\/[a-zA-Z0-9\-\/]*)?$/, | ||
DecimalNumber: /^\d+(\.\d{1,6})?$/ | ||
}; | ||
}; | ||
exports.useRegExp = useRegExp; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
798491
26116