inferred-types 0.44.0 → 0.45.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/Characters.d.ts +2 -0
- package/dist/constants/Characters.d.ts.map +1 -0
- package/dist/constants/Characters.js +5 -0
- package/dist/constants/NetworkConstants.d.ts +29 -0
- package/dist/constants/NetworkConstants.d.ts.map +1 -0
- package/dist/constants/NetworkConstants.js +83 -0
- package/dist/constants/Phone.d.ts +8 -0
- package/dist/constants/Phone.d.ts.map +1 -0
- package/dist/constants/Phone.js +262 -0
- package/dist/constants/ProxmoxConstants.d.ts +2 -0
- package/dist/constants/ProxmoxConstants.d.ts.map +1 -0
- package/dist/constants/ProxmoxConstants.js +3 -0
- package/dist/constants/index.d.ts +4 -1
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +4 -1
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/inferred-types/index.cjs +1657 -1029
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/api/defineApi.d.ts +56 -0
- package/dist/runtime/api/defineApi.d.ts.map +1 -0
- package/dist/runtime/api/defineApi.js +97 -0
- package/dist/runtime/api/handleDoneFn.d.ts.map +1 -0
- package/dist/runtime/api/index.d.ts +3 -0
- package/dist/runtime/api/index.d.ts.map +1 -0
- package/dist/runtime/api/index.js +2 -0
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
- package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifScalar.js +1 -1
- package/dist/runtime/boolean-logic/index.d.ts +0 -1
- package/dist/runtime/boolean-logic/index.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/index.js +0 -1
- package/dist/runtime/dictionary/defineOptions.d.ts +26 -0
- package/dist/runtime/dictionary/defineOptions.d.ts.map +1 -0
- package/dist/runtime/dictionary/defineOptions.js +30 -0
- package/dist/runtime/dictionary/keysOf.d.ts +1 -1
- package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
- package/dist/runtime/dictionary/withKeys.d.ts +1 -1
- package/dist/runtime/errors/KindError.d.ts +2 -2
- package/dist/runtime/errors/KindError.d.ts.map +1 -1
- package/dist/runtime/functions/index.d.ts +1 -0
- package/dist/runtime/functions/index.d.ts.map +1 -1
- package/dist/runtime/functions/index.js +1 -0
- package/dist/runtime/functions/wrapFn.d.ts +2 -0
- package/dist/runtime/functions/wrapFn.d.ts.map +1 -0
- package/dist/runtime/functions/wrapFn.js +24 -0
- package/dist/runtime/index.d.ts +2 -1
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +2 -10
- package/dist/runtime/lists/find.d.ts +1 -1
- package/dist/runtime/lists/find.d.ts.map +1 -1
- package/dist/runtime/lists/intersection.d.ts.map +1 -1
- package/dist/runtime/lists/intersection.js +2 -1
- package/dist/runtime/literals/asPhoneNumber.d.ts +10 -0
- package/dist/runtime/literals/asPhoneNumber.d.ts.map +1 -0
- package/dist/runtime/literals/asPhoneNumber.js +62 -0
- package/dist/runtime/literals/index.d.ts +5 -0
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +5 -0
- package/dist/runtime/literals/retainChars.d.ts +16 -0
- package/dist/runtime/literals/retainChars.d.ts.map +1 -0
- package/dist/runtime/literals/retainChars.js +17 -0
- package/dist/runtime/literals/retainWhile.d.ts +11 -0
- package/dist/runtime/literals/retainWhile.d.ts.map +1 -0
- package/dist/runtime/literals/retainWhile.js +12 -0
- package/dist/runtime/literals/stripChars.d.ts +10 -0
- package/dist/runtime/literals/stripChars.d.ts.map +1 -0
- package/dist/runtime/literals/stripChars.js +11 -0
- package/dist/runtime/literals/stripLeading.d.ts +3 -3
- package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
- package/dist/runtime/literals/stripLeading.js +5 -5
- package/dist/runtime/literals/takeNumericCharacters.d.ts +9 -0
- package/dist/runtime/literals/takeNumericCharacters.d.ts.map +1 -0
- package/dist/runtime/literals/takeNumericCharacters.js +12 -0
- package/dist/runtime/literals/unset.d.ts +8 -0
- package/dist/runtime/literals/unset.d.ts.map +1 -0
- package/dist/runtime/literals/unset.js +14 -0
- package/dist/runtime/meta/index.d.ts +3 -0
- package/dist/runtime/meta/index.d.ts.map +1 -0
- package/dist/runtime/meta/index.js +2 -0
- package/dist/runtime/meta/urlMeta.d.ts +52 -0
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -0
- package/dist/runtime/meta/urlMeta.js +57 -0
- package/dist/runtime/meta/youtube-meta.d.ts +38 -0
- package/dist/runtime/meta/youtube-meta.d.ts.map +1 -0
- package/dist/runtime/meta/youtube-meta.js +67 -0
- package/dist/runtime/runtime-types/dict.d.ts +2 -2
- package/dist/runtime/runtime-types/dict.d.ts.map +1 -1
- package/dist/runtime/runtime-types/ip6Prefix.d.ts +1 -1
- package/dist/runtime/runtime-types/parse.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.js +1 -1
- package/dist/runtime/runtime-types/shape.d.ts +1 -1
- package/dist/runtime/runtime-types/shape.js +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-conversion/asChars.d.ts +8 -0
- package/dist/runtime/type-conversion/asChars.d.ts.map +1 -0
- package/dist/runtime/type-conversion/asChars.js +8 -0
- package/dist/runtime/type-conversion/index.d.ts +2 -0
- package/dist/runtime/type-conversion/index.d.ts.map +1 -1
- package/dist/runtime/type-conversion/index.js +2 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts +14 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts.map +1 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.js +15 -0
- package/dist/runtime/type-guards/api-tg.d.ts +33 -0
- package/dist/runtime/type-guards/api-tg.d.ts.map +1 -0
- package/dist/runtime/type-guards/api-tg.js +38 -0
- package/dist/runtime/type-guards/hasWhitespace.d.ts +7 -0
- package/dist/runtime/type-guards/hasWhitespace.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasWhitespace.js +11 -0
- package/dist/runtime/type-guards/index.d.ts +11 -0
- package/dist/runtime/type-guards/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/index.js +11 -0
- package/dist/runtime/type-guards/isConstant.d.ts +6 -0
- package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
- package/dist/runtime/type-guards/isConstant.js +12 -2
- package/dist/runtime/type-guards/isEmail.d.ts +7 -0
- package/dist/runtime/type-guards/isEmail.d.ts.map +1 -0
- package/dist/runtime/type-guards/isEmail.js +11 -0
- package/dist/runtime/type-guards/isHexadecimal.d.ts +8 -0
- package/dist/runtime/type-guards/isHexadecimal.d.ts.map +1 -0
- package/dist/runtime/type-guards/isHexadecimal.js +13 -0
- package/dist/runtime/type-guards/isPhoneNumber.d.ts +14 -0
- package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -0
- package/dist/runtime/type-guards/isPhoneNumber.js +26 -0
- package/dist/runtime/type-guards/isSpecificConstant.js +2 -3
- package/dist/runtime/type-guards/isTrimmable.d.ts +7 -0
- package/dist/runtime/type-guards/isTrimmable.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTrimmable.js +9 -0
- package/dist/runtime/type-guards/isUnset.d.ts +18 -0
- package/dist/runtime/type-guards/isUnset.d.ts.map +1 -0
- package/dist/runtime/type-guards/isUnset.js +23 -0
- package/dist/runtime/type-guards/isUrl.d.ts +2 -4
- package/dist/runtime/type-guards/isUrl.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUrl.js +2 -3
- package/dist/runtime/type-guards/network-tg.d.ts +54 -0
- package/dist/runtime/type-guards/network-tg.d.ts.map +1 -0
- package/dist/runtime/type-guards/network-tg.js +94 -0
- package/dist/runtime/type-guards/repos.d.ts +6 -6
- package/dist/runtime/type-guards/repos.d.ts.map +1 -1
- package/dist/runtime/type-guards/youtube.d.ts +44 -0
- package/dist/runtime/type-guards/youtube.d.ts.map +1 -0
- package/dist/runtime/type-guards/youtube.js +84 -0
- package/dist/types/api/api.d.ts +96 -37
- package/dist/types/api/api.d.ts.map +1 -1
- package/dist/types/base-types/fns/EscapeFunction.d.ts +22 -0
- package/dist/types/base-types/fns/EscapeFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/OptionalParamFn.d.ts +30 -0
- package/dist/types/base-types/fns/OptionalParamFn.d.ts.map +1 -0
- package/dist/types/base-types/fns/index.d.ts +2 -0
- package/dist/types/base-types/fns/index.d.ts.map +1 -1
- package/dist/types/base-types/fns/index.js +2 -0
- package/dist/types/boolean-logic/branching/If.d.ts +2 -3
- package/dist/types/boolean-logic/branching/If.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfUnset.d.ts +12 -0
- package/dist/types/boolean-logic/branching/IfUnset.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/OnPass.d.ts +4 -3
- package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/WhenNever.d.ts +11 -0
- package/dist/types/boolean-logic/branching/WhenNever.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/index.d.ts +2 -0
- package/dist/types/boolean-logic/branching/index.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/index.js +2 -0
- package/dist/types/boolean-logic/combinators/And.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Compare.d.ts +3 -3
- package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Not.d.ts +5 -6
- package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Some.d.ts +8 -0
- package/dist/types/boolean-logic/combinators/Some.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/Some.js +1 -0
- package/dist/types/boolean-logic/combinators/index.d.ts +1 -0
- package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/index.js +1 -0
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +2 -2
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ApiOperators.js +1 -0
- package/dist/types/boolean-logic/operators/Extends.d.ts +2 -1
- package/dist/types/boolean-logic/operators/Extends.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts +4 -3
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts +2 -1
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.js +1 -0
- package/dist/types/boolean-logic/operators/IsEqual.d.ts +7 -1
- package/dist/types/boolean-logic/operators/IsEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +2 -2
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLessThan.js +1 -0
- package/dist/types/boolean-logic/operators/IsNever.d.ts +2 -1
- package/dist/types/boolean-logic/operators/IsNever.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNumber.d.ts +2 -2
- package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsString.d.ts +2 -2
- package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsUnset.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsUnset.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUnset.js +1 -0
- package/dist/types/boolean-logic/operators/IsUrl.d.ts +35 -0
- package/dist/types/boolean-logic/operators/IsUrl.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUrl.js +1 -0
- package/dist/types/boolean-logic/operators/Network-operators.d.ts +71 -0
- package/dist/types/boolean-logic/operators/Network-operators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Network-operators.js +1 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +33 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.js +1 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts +32 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.js +1 -0
- package/dist/types/boolean-logic/operators/index.d.ts +7 -1
- package/dist/types/boolean-logic/operators/index.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/index.js +7 -1
- package/dist/types/dictionary/Keys.d.ts +58 -4
- package/dist/types/dictionary/Keys.d.ts.map +1 -1
- package/dist/types/dictionary/KvFn.d.ts +2 -2
- package/dist/types/dictionary/KvFn.d.ts.map +1 -1
- package/dist/types/dictionary/MakeKeysOptional.d.ts +12 -3
- package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -1
- package/dist/types/dictionary/MakeKeysRequired.d.ts +14 -0
- package/dist/types/dictionary/MakeKeysRequired.d.ts.map +1 -0
- package/dist/types/dictionary/MakeKeysRequired.js +1 -0
- package/dist/types/dictionary/OptionalKeys.d.ts +19 -4
- package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -1
- package/dist/types/dictionary/OptionalKeys.js +1 -0
- package/dist/types/dictionary/RequiredKeys.d.ts +14 -6
- package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -1
- package/dist/types/dictionary/Values.d.ts +2 -2
- package/dist/types/dictionary/Values.d.ts.map +1 -1
- package/dist/types/dictionary/index.d.ts +1 -2
- package/dist/types/dictionary/index.d.ts.map +1 -1
- package/dist/types/dictionary/index.js +1 -2
- package/dist/types/errors/KindError.d.ts +1 -1
- package/dist/types/errors/KindError.d.ts.map +1 -1
- package/dist/types/functions/FnFrom.d.ts +5 -0
- package/dist/types/functions/FnFrom.d.ts.map +1 -1
- package/dist/types/functions/{Fn.d.ts → FnWithDescription.d.ts} +2 -2
- package/dist/types/functions/FnWithDescription.d.ts.map +1 -0
- package/dist/types/functions/FnWithDescription.js +1 -0
- package/dist/types/functions/WrapperFn.d.ts +23 -0
- package/dist/types/functions/WrapperFn.d.ts.map +1 -0
- package/dist/types/functions/WrapperFn.js +1 -0
- package/dist/types/functions/index.d.ts +2 -1
- package/dist/types/functions/index.d.ts.map +1 -1
- package/dist/types/functions/index.js +2 -1
- package/dist/types/lists/ConvertSet.d.ts +2 -2
- package/dist/types/lists/ConvertSet.d.ts.map +1 -1
- package/dist/types/lists/Find.d.ts +7 -18
- package/dist/types/lists/Find.d.ts.map +1 -1
- package/dist/types/literals/DoneFnTuple.d.ts +3 -3
- package/dist/types/literals/DoneFnTuple.d.ts.map +1 -1
- package/dist/types/literals/Unset.d.ts +13 -0
- package/dist/types/literals/Unset.d.ts.map +1 -0
- package/dist/types/literals/Unset.js +1 -0
- package/dist/types/literals/index.d.ts +1 -0
- package/dist/types/literals/index.d.ts.map +1 -1
- package/dist/types/literals/index.js +1 -0
- package/dist/types/numeric-literals/NumberLike.d.ts +1 -1
- package/dist/types/numeric-literals/NumberLike.d.ts.map +1 -1
- package/dist/types/string-literals/Proxmox.d.ts +7 -0
- package/dist/types/string-literals/Proxmox.d.ts.map +1 -0
- package/dist/types/string-literals/Proxmox.js +1 -0
- package/dist/types/string-literals/RetainUntil.d.ts +33 -0
- package/dist/types/string-literals/RetainUntil.d.ts.map +1 -0
- package/dist/types/string-literals/RetainUntil.js +1 -0
- package/dist/types/string-literals/Split.d.ts +3 -3
- package/dist/types/string-literals/Split.d.ts.map +1 -1
- package/dist/types/string-literals/StripAfter.d.ts +2 -2
- package/dist/types/string-literals/StripAfter.d.ts.map +1 -1
- package/dist/types/string-literals/StripBefore.d.ts +2 -2
- package/dist/types/string-literals/StripBefore.d.ts.map +1 -1
- package/dist/types/string-literals/StripLeading.d.ts +2 -2
- package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
- package/dist/types/string-literals/StripUntil.d.ts +18 -0
- package/dist/types/string-literals/StripUntil.d.ts.map +1 -0
- package/dist/types/string-literals/StripUntil.js +1 -0
- package/dist/types/string-literals/character-sets/DomainName.d.ts +17 -18
- package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/IpAddress.d.ts +28 -4
- package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Optional.d.ts +14 -0
- package/dist/types/string-literals/character-sets/Optional.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Optional.js +1 -0
- package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.d.ts +85 -37
- package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.js +1 -0
- package/dist/types/string-literals/character-sets/Whitespace.d.ts +3 -1
- package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/YouTube.d.ts +127 -0
- package/dist/types/string-literals/character-sets/YouTube.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/YouTube.js +1 -0
- package/dist/types/string-literals/character-sets/index.d.ts +3 -0
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/index.js +3 -0
- package/dist/types/string-literals/character-sets/phone.d.ts +192 -0
- package/dist/types/string-literals/character-sets/phone.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone.js +1 -0
- package/dist/types/string-literals/index.d.ts +2 -0
- package/dist/types/string-literals/index.d.ts.map +1 -1
- package/dist/types/string-literals/index.js +2 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/type-conversion/ReduceValues.d.ts +19 -0
- package/dist/types/type-conversion/ReduceValues.d.ts.map +1 -0
- package/dist/types/type-conversion/ReduceValues.js +1 -0
- package/dist/types/type-conversion/ReturnValues.d.ts +10 -6
- package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
- package/dist/types/type-conversion/Trim.d.ts +3 -1
- package/dist/types/type-conversion/Trim.d.ts.map +1 -1
- package/dist/types/type-conversion/UnionFilter.d.ts +2 -2
- package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -1
- package/dist/types/type-conversion/form-fields.d.ts +5 -1
- package/dist/types/type-conversion/form-fields.d.ts.map +1 -1
- package/dist/types/type-conversion/index.d.ts +1 -0
- package/dist/types/type-conversion/index.d.ts.map +1 -1
- package/dist/types/type-conversion/index.js +1 -0
- package/package.json +17 -11
- package/dist/constants/Network.d.ts +0 -22
- package/dist/constants/Network.d.ts.map +0 -1
- package/dist/constants/Network.js +0 -21
- package/dist/runtime/boolean-logic/handleDoneFn.d.ts.map +0 -1
- package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts +0 -9
- package/dist/types/boolean-logic/operators/IsHexadecimal.d.ts.map +0 -1
- package/dist/types/dictionary/PrivateKeys.d.ts +0 -17
- package/dist/types/dictionary/PrivateKeys.d.ts.map +0 -1
- package/dist/types/dictionary/PublicKeys.d.ts +0 -10
- package/dist/types/dictionary/PublicKeys.d.ts.map +0 -1
- package/dist/types/functions/Fn.d.ts.map +0 -1
- /package/dist/runtime/{boolean-logic → api}/handleDoneFn.d.ts +0 -0
- /package/dist/runtime/{boolean-logic → api}/handleDoneFn.js +0 -0
- /package/dist/types/{boolean-logic/operators/IsHexadecimal.js → base-types/fns/EscapeFunction.js} +0 -0
- /package/dist/types/{dictionary/PrivateKeys.js → base-types/fns/OptionalParamFn.js} +0 -0
- /package/dist/types/{dictionary/PublicKeys.js → boolean-logic/branching/IfUnset.js} +0 -0
- /package/dist/types/{functions/Fn.js → boolean-logic/branching/WhenNever.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Characters.d.ts","sourceRoot":"","sources":["../../src/constants/Characters.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,4BAInB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare const IPv6: {
|
|
2
|
+
readonly Loopback: "::1/128";
|
|
3
|
+
readonly Multicast: "ff00::/8";
|
|
4
|
+
readonly IPv4MappedAddresses: "::FFFF:0:0/96";
|
|
5
|
+
readonly Unicast: "fe80::/10";
|
|
6
|
+
readonly DocumentationAddresses: "2001:db8::/32";
|
|
7
|
+
};
|
|
8
|
+
export declare const IPv4: {
|
|
9
|
+
readonly Loopback: "127.0.0.1";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Lookup of protocols which provides a tuple of: `[insecure,secure]`
|
|
13
|
+
*/
|
|
14
|
+
export declare const NETWORK_PROTOCOL_LOOKUP: {
|
|
15
|
+
readonly http: readonly ["http", "https"];
|
|
16
|
+
readonly ftp: readonly ["ftp", "sftp"];
|
|
17
|
+
readonly file: readonly ["", "file"];
|
|
18
|
+
readonly ws: readonly ["ws", "wss"];
|
|
19
|
+
readonly ssh: readonly ["", "ssh"];
|
|
20
|
+
readonly scp: readonly ["", "scp"];
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* **TLD**
|
|
24
|
+
*
|
|
25
|
+
* Top level domains in DNS. This is not a comprehensive list but
|
|
26
|
+
* takes the core ones and adds in some popular choices.
|
|
27
|
+
*/
|
|
28
|
+
export declare const TOP_LEVEL_DOMAINS: readonly ["com", "org", "net", "int", "edu", "gov", "io", "mil", "arpa", "academy", "agency", "analytics", "app", "art", "bet", "beer", "book", "coffee", "dot", "doctor", "dog", "family", "game", "guide", "guru", "info", "inc", "news", "new", "ninja", "now", "online", "page", "photos", "place", "pub", "room", "show", "technology", "tel", "tech", "team", "talk", "travel", "website", "work", "works", "wow", "uk", "us", "fr", "de", "eu", "london"];
|
|
29
|
+
//# sourceMappingURL=NetworkConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkConstants.d.ts","sourceRoot":"","sources":["../../src/constants/NetworkConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;CAMP,CAAC;AAEX,eAAO,MAAM,IAAI;;CAEP,CAAC;AAGX;;EAEE;AACF,eAAO,MAAM,uBAAuB;;;;;;;CAO1B,CAAC;AAMX;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,kcAuDpB,CAAC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export const IPv6 = {
|
|
2
|
+
"Loopback": "::1/128",
|
|
3
|
+
"Multicast": "ff00::/8",
|
|
4
|
+
"IPv4MappedAddresses": "::FFFF:0:0/96",
|
|
5
|
+
"Unicast": "fe80::/10",
|
|
6
|
+
"DocumentationAddresses": "2001:db8::/32"
|
|
7
|
+
};
|
|
8
|
+
export const IPv4 = {
|
|
9
|
+
"Loopback": "127.0.0.1"
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Lookup of protocols which provides a tuple of: `[insecure,secure]`
|
|
13
|
+
*/
|
|
14
|
+
export const NETWORK_PROTOCOL_LOOKUP = {
|
|
15
|
+
http: ["http", "https"],
|
|
16
|
+
ftp: ["ftp", "sftp"],
|
|
17
|
+
file: ["", "file"],
|
|
18
|
+
ws: ["ws", "wss"],
|
|
19
|
+
ssh: ["", "ssh"],
|
|
20
|
+
"scp": ["", "scp"]
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* **TLD**
|
|
24
|
+
*
|
|
25
|
+
* Top level domains in DNS. This is not a comprehensive list but
|
|
26
|
+
* takes the core ones and adds in some popular choices.
|
|
27
|
+
*/
|
|
28
|
+
export const TOP_LEVEL_DOMAINS = [
|
|
29
|
+
"com",
|
|
30
|
+
"org",
|
|
31
|
+
"net",
|
|
32
|
+
"int",
|
|
33
|
+
"edu",
|
|
34
|
+
"gov",
|
|
35
|
+
"io",
|
|
36
|
+
"mil",
|
|
37
|
+
"arpa",
|
|
38
|
+
"academy",
|
|
39
|
+
"agency",
|
|
40
|
+
"analytics",
|
|
41
|
+
"app",
|
|
42
|
+
"art",
|
|
43
|
+
"bet",
|
|
44
|
+
"beer",
|
|
45
|
+
"book",
|
|
46
|
+
"coffee",
|
|
47
|
+
"dot",
|
|
48
|
+
"doctor",
|
|
49
|
+
"dog",
|
|
50
|
+
"family",
|
|
51
|
+
"game",
|
|
52
|
+
"guide",
|
|
53
|
+
"guru",
|
|
54
|
+
"info",
|
|
55
|
+
"inc",
|
|
56
|
+
"news",
|
|
57
|
+
"new",
|
|
58
|
+
"ninja",
|
|
59
|
+
"now",
|
|
60
|
+
"online",
|
|
61
|
+
"page",
|
|
62
|
+
"photos",
|
|
63
|
+
"place",
|
|
64
|
+
"pub",
|
|
65
|
+
"room",
|
|
66
|
+
"show",
|
|
67
|
+
"technology",
|
|
68
|
+
"tel",
|
|
69
|
+
"tech",
|
|
70
|
+
"team",
|
|
71
|
+
"talk",
|
|
72
|
+
"travel",
|
|
73
|
+
"website",
|
|
74
|
+
"work",
|
|
75
|
+
"works",
|
|
76
|
+
"wow",
|
|
77
|
+
"uk",
|
|
78
|
+
"us",
|
|
79
|
+
"fr",
|
|
80
|
+
"de",
|
|
81
|
+
"eu",
|
|
82
|
+
"london",
|
|
83
|
+
];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const PHONE_FORMAT: readonly ["Dashed (e.g., 456-555-1212)", "Dotted (e.g., 456.555.1212)", "ParaSpaced (e.g., (456) 555 1212)", "ParaDashed (e.g., (456) 555-1212)"];
|
|
2
|
+
/**
|
|
3
|
+
* **PHONE_COUNTRY_CODES**
|
|
4
|
+
*
|
|
5
|
+
* `[code, 3 letter country code, 2 letter country code]`
|
|
6
|
+
*/
|
|
7
|
+
export declare const PHONE_COUNTRY_CODES: readonly [readonly ["886", "TWN", "TW"], readonly ["93", "AFG", "AF"], readonly ["355", "ALB", "AL"], readonly ["213", "DZA", "DZ"], readonly ["1-684", "ASM", "AS"], readonly ["376", "AND", "AD"], readonly ["244", "AGO", "AO"], readonly ["1-264", "AIA", "AI"], readonly ["672", "ATA", "AQ"], readonly ["1-268", "ATG", "AG"], readonly ["54", "ARG", "AR"], readonly ["374", "ARM", "AM"], readonly ["297", "ABW", "AW"], readonly ["61", "AUS", "AU"], readonly ["43", "AUT", "AT"], readonly ["994", "AZE", "AZ"], readonly ["1-242", "BHS", "BS"], readonly ["973", "BHR", "BH"], readonly ["880", "BGD", "BD"], readonly ["1-246", "BRB", "BB"], readonly ["375", "BLR", "BY"], readonly ["32", "BEL", "BE"], readonly ["501", "BLZ", "BZ"], readonly ["229", "BEN", "BJ"], readonly ["1-441", "BMU", "BM"], readonly ["975", "BTN", "BT"], readonly ["591", "BOL", "BO"], readonly ["599", "BES", "BQ"], readonly ["387", "BIH", "BA"], readonly ["267", "BWA", "BW"], readonly ["47", "BVT", "BV"], readonly ["55", "BRA", "BR"], readonly ["246", "IOT", "IO"], readonly ["1-284", "VGB", "VG"], readonly ["673", "BRN", "BN"], readonly ["359", "BGR", "BG"], readonly ["226", "BFA", "BF"], readonly ["257", "BDI", "BI"], readonly ["238", "CPV", "CV"], readonly ["855", "KHM", "KH"], readonly ["237", "CMR", "CM"], readonly ["1", "CAN", "CA"], readonly ["1-345", "CYM", "KY"], readonly ["236", "CAF", "CF"], readonly ["235", "TCD", "TD"], readonly ["56", "CHL", "CL"], readonly ["86", "CHN", "CN"], readonly ["852", "HKG", "HK"], readonly ["853", "MAC", "MO"], readonly ["61", "CXR", "CX"], readonly ["61", "CCK", "CC"], readonly ["57", "COL", "CO"], readonly ["269", "COM", "KM"], readonly ["242", "COG", "CG"], readonly ["682", "COK", "CK"], readonly ["506", "CRI", "CR"], readonly ["385", "HRV", "HR"], readonly ["53", "CUB", "CU"], readonly ["599", "CUW", "CW"], readonly ["357", "CYP", "CY"], readonly ["420", "CZE", "CZ"], readonly ["225", "CIV", "CI"], readonly ["850", "PRK", "KP"], readonly ["243", "COD", "CD"], readonly ["45", "DNK", "DK"], readonly ["253", "DJI", "DJ"], readonly ["1-767", "DMA", "DM"], readonly ["1-809", "DOM", "DO"], readonly ["1-829", "DOM", "DO"], readonly ["1-849", "DOM", "DO"], readonly ["593", "ECU", "EC"], readonly ["20", "EGY", "EG"], readonly ["503", "SLV", "SV"], readonly ["240", "GNQ", "GQ"], readonly ["291", "ERI", "ER"], readonly ["372", "EST", "EE"], readonly ["268", "SWZ", "SZ"], readonly ["251", "ETH", "ET"], readonly ["500", "FLK", "FK"], readonly ["298", "FRO", "FO"], readonly ["679", "FJI", "FJ"], readonly ["358", "FIN", "FI"], readonly ["33", "FRA", "FR"], readonly ["594", "GUF", "GF"], readonly ["689", "PYF", "PF"], readonly ["262", "ATF", "TF"], readonly ["241", "GAB", "GA"], readonly ["220", "GMB", "GM"], readonly ["995", "GEO", "GE"], readonly ["49", "DEU", "DE"], readonly ["233", "GHA", "GH"], readonly ["350", "GIB", "GI"], readonly ["30", "GRC", "GR"], readonly ["299", "GRL", "GL"], readonly ["1-473", "GRD", "GD"], readonly ["590", "GLP", "GP"], readonly ["1-671", "GUM", "GU"], readonly ["502", "GTM", "GT"], readonly ["44", "GGY", "GG"], readonly ["224", "GIN", "GN"], readonly ["245", "GNB", "GW"], readonly ["592", "GUY", "GY"], readonly ["509", "HTI", "HT"], readonly ["672", "HMD", "HM"], readonly ["39-06", "VAT", "VA"], readonly ["504", "HND", "HN"], readonly ["36", "HUN", "HU"], readonly ["354", "ISL", "IS"], readonly ["91", "IND", "IN"], readonly ["62", "IDN", "ID"], readonly ["98", "IRN", "IR"], readonly ["964", "IRQ", "IQ"], readonly ["353", "IRL", "IE"], readonly ["44", "IMN", "IM"], readonly ["972", "ISR", "IL"], readonly ["39", "ITA", "IT"], readonly ["1-876", "JAM", "JM"], readonly ["81", "JPN", "JP"], readonly ["44", "JEY", "JE"], readonly ["962", "JOR", "JO"], readonly ["7", "KAZ", "KZ"], readonly ["254", "KEN", "KE"], readonly ["686", "KIR", "KI"], readonly ["965", "KWT", "KW"], readonly ["996", "KGZ", "KG"], readonly ["856", "LAO", "LA"], readonly ["371", "LVA", "LV"], readonly ["961", "LBN", "LB"], readonly ["266", "LSO", "LS"], readonly ["231", "LBR", "LR"], readonly ["218", "LBY", "LY"], readonly ["423", "LIE", "LI"], readonly ["370", "LTU", "LT"], readonly ["352", "LUX", "LU"], readonly ["261", "MDG", "MG"], readonly ["265", "MWI", "MW"], readonly ["60", "MYS", "MY"], readonly ["960", "MDV", "MV"], readonly ["223", "MLI", "ML"], readonly ["356", "MLT", "MT"], readonly ["692", "MHL", "MH"], readonly ["596", "MTQ", "MQ"], readonly ["222", "MRT", "MR"], readonly ["230", "MUS", "MU"], readonly ["262", "MYT", "YT"], readonly ["52", "MEX", "MX"], readonly ["691", "FSM", "FM"], readonly ["377", "MCO", "MC"], readonly ["976", "MNG", "MN"], readonly ["382", "MNE", "ME"], readonly ["1-664", "MSR", "MS"], readonly ["212", "MAR", "MA"], readonly ["258", "MOZ", "MZ"], readonly ["95", "MMR", "MM"], readonly ["264", "NAM", "NA"], readonly ["674", "NRU", "NR"], readonly ["977", "NPL", "NP"], readonly ["31", "NLD", "NL"], readonly ["687", "NCL", "NC"], readonly ["64", "NZL", "NZ"], readonly ["505", "NIC", "NI"], readonly ["227", "NER", "NE"], readonly ["234", "NGA", "NG"], readonly ["683", "NIU", "NU"], readonly ["672", "NFK", "NF"], readonly ["1-670", "MNP", "MP"], readonly ["47", "NOR", "NO"], readonly ["968", "OMN", "OM"], readonly ["92", "PAK", "PK"], readonly ["680", "PLW", "PW"], readonly ["507", "PAN", "PA"], readonly ["675", "PNG", "PG"], readonly ["595", "PRY", "PY"], readonly ["51", "PER", "PE"], readonly ["63", "PHL", "PH"], readonly ["870", "PCN", "PN"], readonly ["48", "POL", "PL"], readonly ["351", "PRT", "PT"], readonly ["974", "QAT", "QA"], readonly ["82", "KOR", "KR"], readonly ["373", "MDA", "MD"], readonly ["40", "ROU", "RO"], readonly ["7", "RUS", "RU"], readonly ["250", "RWA", "RW"], readonly ["262", "REU", "RE"], readonly ["590", "BLM", "BL"], readonly ["290", "SHN", "SH"], readonly ["1-869", "KNA", "KN"], readonly ["1-758", "LCA", "LC"], readonly ["590", "MAF", "MF"], readonly ["508", "SPM", "PM"], readonly ["1-784", "VCT", "VC"], readonly ["685", "WSM", "WS"], readonly ["378", "SMR", "SM"], readonly ["239", "STP", "ST"], readonly ["966", "SAU", "SA"], readonly ["221", "SEN", "SN"], readonly ["381", "SRB", "RS"], readonly ["248", "SYC", "SC"], readonly ["232", "SLE", "SL"], readonly ["65", "SGP", "SG"], readonly ["1-721", "SXM", "SX"], readonly ["421", "SVK", "SK"], readonly ["386", "SVN", "SI"], readonly ["677", "SLB", "SB"], readonly ["252", "SOM", "SO"], readonly ["27", "ZAF", "ZA"], readonly ["500", "SGS", "GS"], readonly ["211", "SSD", "SS"], readonly ["34", "ESP", "ES"], readonly ["94", "LKA", "LK"], readonly ["970", "PSE", "PS"], readonly ["249", "SDN", "SD"], readonly ["597", "SUR", "SR"], readonly ["47", "SJM", "SJ"], readonly ["46", "SWE", "SE"], readonly ["41", "CHE", "CH"], readonly ["963", "SYR", "SY"], readonly ["992", "TJK", "TJ"], readonly ["66", "THA", "TH"], readonly ["389", "MKD", "MK"], readonly ["670", "TLS", "TL"], readonly ["228", "TGO", "TG"], readonly ["690", "TKL", "TK"], readonly ["676", "TON", "TO"], readonly ["1-868", "TTO", "TT"], readonly ["216", "TUN", "TN"], readonly ["90", "TUR", "TR"], readonly ["993", "TKM", "TM"], readonly ["1-649", "TCA", "TC"], readonly ["688", "TUV", "TV"], readonly ["256", "UGA", "UG"], readonly ["380", "UKR", "UA"], readonly ["971", "ARE", "AE"], readonly ["44", "GBR", "GB"], readonly ["255", "TZA", "TZ"], readonly ["1-340", "VIR", "VI"], readonly ["1", "USA", "US"], readonly ["598", "URY", "UY"], readonly ["998", "UZB", "UZ"], readonly ["678", "VUT", "VU"], readonly ["58", "VEN", "VE"], readonly ["84", "VNM", "VN"], readonly ["681", "WLF", "WF"], readonly ["212", "ESH", "EH"], readonly ["967", "YEM", "YE"], readonly ["260", "ZMB", "ZM"], readonly ["263", "ZWE", "ZW"], readonly ["358", "ALA", "AX"]];
|
|
8
|
+
//# sourceMappingURL=Phone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../src/constants/Phone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,mJAKf,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,yiPA0PtB,CAAC"}
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
export const PHONE_FORMAT = [
|
|
2
|
+
"Dashed (e.g., 456-555-1212)",
|
|
3
|
+
"Dotted (e.g., 456.555.1212)",
|
|
4
|
+
"ParaSpaced (e.g., (456) 555 1212)",
|
|
5
|
+
"ParaDashed (e.g., (456) 555-1212)"
|
|
6
|
+
];
|
|
7
|
+
/**
|
|
8
|
+
* **PHONE_COUNTRY_CODES**
|
|
9
|
+
*
|
|
10
|
+
* `[code, 3 letter country code, 2 letter country code]`
|
|
11
|
+
*/
|
|
12
|
+
export const PHONE_COUNTRY_CODES = [
|
|
13
|
+
["886", "TWN", "TW"],
|
|
14
|
+
["93", "AFG", "AF"],
|
|
15
|
+
["355", "ALB", "AL"],
|
|
16
|
+
["213", "DZA", "DZ"],
|
|
17
|
+
["1-684", "ASM", "AS"],
|
|
18
|
+
["376", "AND", "AD"],
|
|
19
|
+
["244", "AGO", "AO"],
|
|
20
|
+
["1-264", "AIA", "AI"],
|
|
21
|
+
["672", "ATA", "AQ"],
|
|
22
|
+
["1-268", "ATG", "AG"],
|
|
23
|
+
["54", "ARG", "AR"],
|
|
24
|
+
["374", "ARM", "AM"],
|
|
25
|
+
["297", "ABW", "AW"],
|
|
26
|
+
["61", "AUS", "AU"],
|
|
27
|
+
["43", "AUT", "AT"],
|
|
28
|
+
["994", "AZE", "AZ"],
|
|
29
|
+
["1-242", "BHS", "BS"],
|
|
30
|
+
["973", "BHR", "BH"],
|
|
31
|
+
["880", "BGD", "BD"],
|
|
32
|
+
["1-246", "BRB", "BB"],
|
|
33
|
+
["375", "BLR", "BY"],
|
|
34
|
+
["32", "BEL", "BE"],
|
|
35
|
+
["501", "BLZ", "BZ"],
|
|
36
|
+
["229", "BEN", "BJ"],
|
|
37
|
+
["1-441", "BMU", "BM"],
|
|
38
|
+
["975", "BTN", "BT"],
|
|
39
|
+
["591", "BOL", "BO"],
|
|
40
|
+
["599", "BES", "BQ"],
|
|
41
|
+
["387", "BIH", "BA"],
|
|
42
|
+
["267", "BWA", "BW"],
|
|
43
|
+
["47", "BVT", "BV"],
|
|
44
|
+
["55", "BRA", "BR"],
|
|
45
|
+
["246", "IOT", "IO"],
|
|
46
|
+
["1-284", "VGB", "VG"],
|
|
47
|
+
["673", "BRN", "BN"],
|
|
48
|
+
["359", "BGR", "BG"],
|
|
49
|
+
["226", "BFA", "BF"],
|
|
50
|
+
["257", "BDI", "BI"],
|
|
51
|
+
["238", "CPV", "CV"],
|
|
52
|
+
["855", "KHM", "KH"],
|
|
53
|
+
["237", "CMR", "CM"],
|
|
54
|
+
["1", "CAN", "CA"],
|
|
55
|
+
["1-345", "CYM", "KY"],
|
|
56
|
+
["236", "CAF", "CF"],
|
|
57
|
+
["235", "TCD", "TD"],
|
|
58
|
+
["56", "CHL", "CL"],
|
|
59
|
+
["86", "CHN", "CN"],
|
|
60
|
+
["852", "HKG", "HK"],
|
|
61
|
+
["853", "MAC", "MO"],
|
|
62
|
+
["61", "CXR", "CX"],
|
|
63
|
+
["61", "CCK", "CC"],
|
|
64
|
+
["57", "COL", "CO"],
|
|
65
|
+
["269", "COM", "KM"],
|
|
66
|
+
["242", "COG", "CG"],
|
|
67
|
+
["682", "COK", "CK"],
|
|
68
|
+
["506", "CRI", "CR"],
|
|
69
|
+
["385", "HRV", "HR"],
|
|
70
|
+
["53", "CUB", "CU"],
|
|
71
|
+
["599", "CUW", "CW"],
|
|
72
|
+
["357", "CYP", "CY"],
|
|
73
|
+
["420", "CZE", "CZ"],
|
|
74
|
+
["225", "CIV", "CI"],
|
|
75
|
+
["850", "PRK", "KP"],
|
|
76
|
+
["243", "COD", "CD"],
|
|
77
|
+
["45", "DNK", "DK"],
|
|
78
|
+
["253", "DJI", "DJ"],
|
|
79
|
+
["1-767", "DMA", "DM"],
|
|
80
|
+
["1-809", "DOM", "DO"],
|
|
81
|
+
["1-829", "DOM", "DO"],
|
|
82
|
+
["1-849", "DOM", "DO"],
|
|
83
|
+
["593", "ECU", "EC"],
|
|
84
|
+
["20", "EGY", "EG"],
|
|
85
|
+
["503", "SLV", "SV"],
|
|
86
|
+
["240", "GNQ", "GQ"],
|
|
87
|
+
["291", "ERI", "ER"],
|
|
88
|
+
["372", "EST", "EE"],
|
|
89
|
+
["268", "SWZ", "SZ"],
|
|
90
|
+
["251", "ETH", "ET"],
|
|
91
|
+
["500", "FLK", "FK"],
|
|
92
|
+
["298", "FRO", "FO"],
|
|
93
|
+
["679", "FJI", "FJ"],
|
|
94
|
+
["358", "FIN", "FI"],
|
|
95
|
+
["33", "FRA", "FR"],
|
|
96
|
+
["594", "GUF", "GF"],
|
|
97
|
+
["689", "PYF", "PF"],
|
|
98
|
+
["262", "ATF", "TF"],
|
|
99
|
+
["241", "GAB", "GA"],
|
|
100
|
+
["220", "GMB", "GM"],
|
|
101
|
+
["995", "GEO", "GE"],
|
|
102
|
+
["49", "DEU", "DE"],
|
|
103
|
+
["233", "GHA", "GH"],
|
|
104
|
+
["350", "GIB", "GI"],
|
|
105
|
+
["30", "GRC", "GR"],
|
|
106
|
+
["299", "GRL", "GL"],
|
|
107
|
+
["1-473", "GRD", "GD"],
|
|
108
|
+
["590", "GLP", "GP"],
|
|
109
|
+
["1-671", "GUM", "GU"],
|
|
110
|
+
["502", "GTM", "GT"],
|
|
111
|
+
["44", "GGY", "GG"],
|
|
112
|
+
["224", "GIN", "GN"],
|
|
113
|
+
["245", "GNB", "GW"],
|
|
114
|
+
["592", "GUY", "GY"],
|
|
115
|
+
["509", "HTI", "HT"],
|
|
116
|
+
["672", "HMD", "HM"],
|
|
117
|
+
["39-06", "VAT", "VA"],
|
|
118
|
+
["504", "HND", "HN"],
|
|
119
|
+
["36", "HUN", "HU"],
|
|
120
|
+
["354", "ISL", "IS"],
|
|
121
|
+
["91", "IND", "IN"],
|
|
122
|
+
["62", "IDN", "ID"],
|
|
123
|
+
["98", "IRN", "IR"],
|
|
124
|
+
["964", "IRQ", "IQ"],
|
|
125
|
+
["353", "IRL", "IE"],
|
|
126
|
+
["44", "IMN", "IM"],
|
|
127
|
+
["972", "ISR", "IL"],
|
|
128
|
+
["39", "ITA", "IT"],
|
|
129
|
+
["1-876", "JAM", "JM"],
|
|
130
|
+
["81", "JPN", "JP"],
|
|
131
|
+
["44", "JEY", "JE"],
|
|
132
|
+
["962", "JOR", "JO"],
|
|
133
|
+
["7", "KAZ", "KZ"],
|
|
134
|
+
["254", "KEN", "KE"],
|
|
135
|
+
["686", "KIR", "KI"],
|
|
136
|
+
["965", "KWT", "KW"],
|
|
137
|
+
["996", "KGZ", "KG"],
|
|
138
|
+
["856", "LAO", "LA"],
|
|
139
|
+
["371", "LVA", "LV"],
|
|
140
|
+
["961", "LBN", "LB"],
|
|
141
|
+
["266", "LSO", "LS"],
|
|
142
|
+
["231", "LBR", "LR"],
|
|
143
|
+
["218", "LBY", "LY"],
|
|
144
|
+
["423", "LIE", "LI"],
|
|
145
|
+
["370", "LTU", "LT"],
|
|
146
|
+
["352", "LUX", "LU"],
|
|
147
|
+
["261", "MDG", "MG"],
|
|
148
|
+
["265", "MWI", "MW"],
|
|
149
|
+
["60", "MYS", "MY"],
|
|
150
|
+
["960", "MDV", "MV"],
|
|
151
|
+
["223", "MLI", "ML"],
|
|
152
|
+
["356", "MLT", "MT"],
|
|
153
|
+
["692", "MHL", "MH"],
|
|
154
|
+
["596", "MTQ", "MQ"],
|
|
155
|
+
["222", "MRT", "MR"],
|
|
156
|
+
["230", "MUS", "MU"],
|
|
157
|
+
["262", "MYT", "YT"],
|
|
158
|
+
["52", "MEX", "MX"],
|
|
159
|
+
["691", "FSM", "FM"],
|
|
160
|
+
["377", "MCO", "MC"],
|
|
161
|
+
["976", "MNG", "MN"],
|
|
162
|
+
["382", "MNE", "ME"],
|
|
163
|
+
["1-664", "MSR", "MS"],
|
|
164
|
+
["212", "MAR", "MA"],
|
|
165
|
+
["258", "MOZ", "MZ"],
|
|
166
|
+
["95", "MMR", "MM"],
|
|
167
|
+
["264", "NAM", "NA"],
|
|
168
|
+
["674", "NRU", "NR"],
|
|
169
|
+
["977", "NPL", "NP"],
|
|
170
|
+
["31", "NLD", "NL"],
|
|
171
|
+
["687", "NCL", "NC"],
|
|
172
|
+
["64", "NZL", "NZ"],
|
|
173
|
+
["505", "NIC", "NI"],
|
|
174
|
+
["227", "NER", "NE"],
|
|
175
|
+
["234", "NGA", "NG"],
|
|
176
|
+
["683", "NIU", "NU"],
|
|
177
|
+
["672", "NFK", "NF"],
|
|
178
|
+
["1-670", "MNP", "MP"],
|
|
179
|
+
["47", "NOR", "NO"],
|
|
180
|
+
["968", "OMN", "OM"],
|
|
181
|
+
["92", "PAK", "PK"],
|
|
182
|
+
["680", "PLW", "PW"],
|
|
183
|
+
["507", "PAN", "PA"],
|
|
184
|
+
["675", "PNG", "PG"],
|
|
185
|
+
["595", "PRY", "PY"],
|
|
186
|
+
["51", "PER", "PE"],
|
|
187
|
+
["63", "PHL", "PH"],
|
|
188
|
+
["870", "PCN", "PN"],
|
|
189
|
+
["48", "POL", "PL"],
|
|
190
|
+
["351", "PRT", "PT"],
|
|
191
|
+
["974", "QAT", "QA"],
|
|
192
|
+
["82", "KOR", "KR"],
|
|
193
|
+
["373", "MDA", "MD"],
|
|
194
|
+
["40", "ROU", "RO"],
|
|
195
|
+
["7", "RUS", "RU"],
|
|
196
|
+
["250", "RWA", "RW"],
|
|
197
|
+
["262", "REU", "RE"],
|
|
198
|
+
["590", "BLM", "BL"],
|
|
199
|
+
["290", "SHN", "SH"],
|
|
200
|
+
["1-869", "KNA", "KN"],
|
|
201
|
+
["1-758", "LCA", "LC"],
|
|
202
|
+
["590", "MAF", "MF"],
|
|
203
|
+
["508", "SPM", "PM"],
|
|
204
|
+
["1-784", "VCT", "VC"],
|
|
205
|
+
["685", "WSM", "WS"],
|
|
206
|
+
["378", "SMR", "SM"],
|
|
207
|
+
["239", "STP", "ST"],
|
|
208
|
+
["966", "SAU", "SA"],
|
|
209
|
+
["221", "SEN", "SN"],
|
|
210
|
+
["381", "SRB", "RS"],
|
|
211
|
+
["248", "SYC", "SC"],
|
|
212
|
+
["232", "SLE", "SL"],
|
|
213
|
+
["65", "SGP", "SG"],
|
|
214
|
+
["1-721", "SXM", "SX"],
|
|
215
|
+
["421", "SVK", "SK"],
|
|
216
|
+
["386", "SVN", "SI"],
|
|
217
|
+
["677", "SLB", "SB"],
|
|
218
|
+
["252", "SOM", "SO"],
|
|
219
|
+
["27", "ZAF", "ZA"],
|
|
220
|
+
["500", "SGS", "GS"],
|
|
221
|
+
["211", "SSD", "SS"],
|
|
222
|
+
["34", "ESP", "ES"],
|
|
223
|
+
["94", "LKA", "LK"],
|
|
224
|
+
["970", "PSE", "PS"],
|
|
225
|
+
["249", "SDN", "SD"],
|
|
226
|
+
["597", "SUR", "SR"],
|
|
227
|
+
["47", "SJM", "SJ"],
|
|
228
|
+
["46", "SWE", "SE"],
|
|
229
|
+
["41", "CHE", "CH"],
|
|
230
|
+
["963", "SYR", "SY"],
|
|
231
|
+
["992", "TJK", "TJ"],
|
|
232
|
+
["66", "THA", "TH"],
|
|
233
|
+
["389", "MKD", "MK"],
|
|
234
|
+
["670", "TLS", "TL"],
|
|
235
|
+
["228", "TGO", "TG"],
|
|
236
|
+
["690", "TKL", "TK"],
|
|
237
|
+
["676", "TON", "TO"],
|
|
238
|
+
["1-868", "TTO", "TT"],
|
|
239
|
+
["216", "TUN", "TN"],
|
|
240
|
+
["90", "TUR", "TR"],
|
|
241
|
+
["993", "TKM", "TM"],
|
|
242
|
+
["1-649", "TCA", "TC"],
|
|
243
|
+
["688", "TUV", "TV"],
|
|
244
|
+
["256", "UGA", "UG"],
|
|
245
|
+
["380", "UKR", "UA"],
|
|
246
|
+
["971", "ARE", "AE"],
|
|
247
|
+
["44", "GBR", "GB"],
|
|
248
|
+
["255", "TZA", "TZ"],
|
|
249
|
+
["1-340", "VIR", "VI"],
|
|
250
|
+
["1", "USA", "US"],
|
|
251
|
+
["598", "URY", "UY"],
|
|
252
|
+
["998", "UZB", "UZ"],
|
|
253
|
+
["678", "VUT", "VU"],
|
|
254
|
+
["58", "VEN", "VE"],
|
|
255
|
+
["84", "VNM", "VN"],
|
|
256
|
+
["681", "WLF", "WF"],
|
|
257
|
+
["212", "ESH", "EH"],
|
|
258
|
+
["967", "YEM", "YE"],
|
|
259
|
+
["260", "ZMB", "ZM"],
|
|
260
|
+
["263", "ZWE", "ZW"],
|
|
261
|
+
["358", "ALA", "AX"]
|
|
262
|
+
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProxmoxConstants.d.ts","sourceRoot":"","sources":["../../src/constants/ProxmoxConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,mEAEnB,CAAC"}
|
|
@@ -24,7 +24,10 @@ export * from "./Wide";
|
|
|
24
24
|
export * from "./Shape";
|
|
25
25
|
export * from "./Marked";
|
|
26
26
|
export * from "./HashTable";
|
|
27
|
-
export * from "./Network";
|
|
28
27
|
export * from "./Geo";
|
|
29
28
|
export * from "./RepoConstants";
|
|
29
|
+
export * from "./NetworkConstants";
|
|
30
|
+
export * from "./Characters";
|
|
31
|
+
export * from "./Phone";
|
|
32
|
+
export * from "./ProxmoxConstants";
|
|
30
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC"}
|
package/dist/constants/index.js
CHANGED
|
@@ -24,6 +24,9 @@ export * from "./Wide.js";
|
|
|
24
24
|
export * from "./Shape.js";
|
|
25
25
|
export * from "./Marked.js";
|
|
26
26
|
export * from "./HashTable.js";
|
|
27
|
-
export * from "./Network.js";
|
|
28
27
|
export * from "./Geo.js";
|
|
29
28
|
export * from "./RepoConstants.js";
|
|
29
|
+
export * from "./NetworkConstants.js";
|
|
30
|
+
export * from "./Characters.js";
|
|
31
|
+
export * from "./Phone.js";
|
|
32
|
+
export * from "./ProxmoxConstants.js";
|