UNPKG

ggez-banking-sdk

Version:

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.

119 lines (118 loc) 4.12 kB
declare const regexPatterns: { checkEmptyPattern: { required: boolean; }; GeoCoordinatesPattern: RegExp; GGEZAddressRegexPattern: RegExp; GGEZQuantityRegexPattern: RegExp; NameRegexPattern: RegExp; EmailRegexPattern: RegExp; MoneyRegexPattern: RegExp; DateRegexPattern: RegExp; DateTimeRegexPattern: RegExp; SortRegexPattern: RegExp; URLRegexPattern: RegExp; TerminalSecurityIDRegexPattern: RegExp; ResultSetDateRegexPattern: RegExp; StatementMonthRegexPattern: RegExp; ENNotes100CharRegexPattern: RegExp; ENNotes250CharRegexPattern: RegExp; ENNotes500CharRegexPattern: RegExp; INTText100CharRegexPattern: RegExp; PostalCodeRegexPattern: RegExp; INTText255CharRegexPattern: RegExp; INTText500CharRegexPattern: RegExp; AddressLineRegexPattern: RegExp; INTLongDescriptionRegexPattern: RegExp; TimeZoneRegexPattern: RegExp; OperationAndClassificationRegexPattern: RegExp; PhoneNumberRegexPattern: RegExp; SourceIDRegexPattern: RegExp; BooleanRegexPattern: RegExp; SortByRegexPattern: RegExp; TernaryRegexPattern: RegExp; InstallationKeyRegexPattern: RegExp; LanguageRegexPattern: RegExp; TypeRegexPattern: RegExp; IDRegexPattern: RegExp; CurrencyCodeRegexPattern: RegExp; AccountNumberRegexPattern: RegExp; CreditCardNumberRegexPattern: RegExp; Numeric2DigitRegexPattern: RegExp; AlphanumericCode20CharRegexPattern: RegExp; AlphanumericCode4CharRegexPattern: RegExp; Numeric9DigitRegexPattern: RegExp; Numeric10DigitRegexPattern: RegExp; Numeric25DigitRegexPattern: RegExp; Numeric8DigitRegexPattern: RegExp; Numeric3DigitRegexPattern: RegExp; Numeric4DigitRegexPattern: RegExp; Numeric5DigitRegexPattern: RegExp; Numeric6DigitRegexPattern: RegExp; Alphanumeric500CharRegexPattern: RegExp; TokenRegexPattern: RegExp; TextBooleanRegexPattern: RegExp; LanguageCultureRegexPattern: RegExp; INTText1024CharRegexPattern: RegExp; QuaternaryRegexPattern: RegExp; SWIFTRegexPattern: RegExp; IBANRegexPattern: RegExp; AttachmentContentRegexPattern: RegExp; YearRegexPattern: RegExp; MonthRegexPattern: RegExp; PasswordRegexPattern: RegExp; TimeRegexPattern: RegExp; CodeRegexPattern: RegExp; OTPCodeRegexPattern: RegExp; PinCodeRegexPattern: RegExp; INTText50CharRegexPattern: RegExp; WorkingHoursRegexPattern: RegExp; ListOfIntRegexPattern: RegExp; SecurityCodeRegexPattern: RegExp; ACSOneCharRegexPattern: RegExp; ACSDateTimeRegexPattern: RegExp; ACSPurchaseAmountRegexPattern: RegExp; ACSText100CharRegexPattern: RegExp; SortCodeRegexPattern: RegExp; PageSizeRegexPattern: RegExp; YearAndMonthRegexPattern: RegExp; ENText25CharRegexPattern: RegExp; LatitudeRegexPattern: RegExp; IntegerNumbersExcept0RegexPattern: RegExp; CreditCardExpiryDateRegexPattern: RegExp; AssetNameRegexPattern: RegExp; SharePriceRegexPattern: RegExp; TradeTypeRegexPattern: RegExp; TypeAdminRegexPattern: RegExp; NameAdminRegexPattern: RegExp; CurrencyRegexPattern: RegExp; CountryRegexPattern: RegExp; AssetCountryRegexPattern: RegExp; NoSharesRegexPattern: RegExp; TickerRegexPattern: RegExp; QuantityRegexPattern: RegExp; PriceRegexPattern: RegExp; IssuerRegexPattern: RegExp; TradeValueRegexPattern: RegExp; CoinRegexPattern: RegExp; AssetIdRegexPattern: RegExp; AumRegexPattern: RegExp; ExpenseRatioRegexPattern: RegExp; OneYrTrRegexPattern: RegExp; VestingAmountRegexPattern: RegExp; VestingPercentRegexPattern: RegExp; ProposalInfoRegexPattern: RegExp; UUIDPattern: RegExp; CryptoQuantityPattern: RegExp; BlockchainAddress: RegExp; GeneralName: RegExp; GGEZ1Balance: RegExp; Percentage: RegExp; IntegerNumber: RegExp; Pair: RegExp; WSURl: RegExp; DecimalNumber: RegExp; GoogleAuthenticationCodePattern: RegExp; TransactionHashRegexPattern: RegExp; }; export { regexPatterns };