@thisisagile/easy 15.8.4 → 15.8.5
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/index.d.mts +2821 -0
- package/dist/index.d.ts +2821 -12
- package/dist/index.js +1 -29
- package/dist/index.mjs +1 -0
- package/package.json +4 -2
- package/src/resources/Req.ts +8 -3
- package/src/sql/Join.ts +4 -3
- package/dist/data/Condition.d.ts +0 -25
- package/dist/data/Condition.js +0 -44
- package/dist/data/Condition.js.map +0 -1
- package/dist/data/DataProvider.d.ts +0 -1
- package/dist/data/DataProvider.js +0 -3
- package/dist/data/DataProvider.js.map +0 -1
- package/dist/data/Database.d.ts +0 -22
- package/dist/data/Database.js +0 -18
- package/dist/data/Database.js.map +0 -1
- package/dist/data/Field.d.ts +0 -17
- package/dist/data/Field.js +0 -27
- package/dist/data/Field.js.map +0 -1
- package/dist/data/InMemoryGateway.d.ts +0 -12
- package/dist/data/InMemoryGateway.js +0 -48
- package/dist/data/InMemoryGateway.js.map +0 -1
- package/dist/data/Query.d.ts +0 -2
- package/dist/data/Query.js +0 -3
- package/dist/data/Query.js.map +0 -1
- package/dist/data/QueryProvider.d.ts +0 -7
- package/dist/data/QueryProvider.js +0 -3
- package/dist/data/QueryProvider.js.map +0 -1
- package/dist/data/index.d.ts +0 -7
- package/dist/data/index.js +0 -24
- package/dist/data/index.js.map +0 -1
- package/dist/domain/Audit.d.ts +0 -11
- package/dist/domain/Audit.js +0 -35
- package/dist/domain/Audit.js.map +0 -1
- package/dist/domain/Child.d.ts +0 -6
- package/dist/domain/Child.js +0 -30
- package/dist/domain/Child.js.map +0 -1
- package/dist/domain/Entity.d.ts +0 -9
- package/dist/domain/Entity.js +0 -45
- package/dist/domain/Entity.js.map +0 -1
- package/dist/domain/Repo.d.ts +0 -23
- package/dist/domain/Repo.js +0 -73
- package/dist/domain/Repo.js.map +0 -1
- package/dist/domain/Struct.d.ts +0 -11
- package/dist/domain/Struct.js +0 -31
- package/dist/domain/Struct.js.map +0 -1
- package/dist/domain/Typo.d.ts +0 -16
- package/dist/domain/Typo.js +0 -42
- package/dist/domain/Typo.js.map +0 -1
- package/dist/domain/enums/Country.d.ts +0 -256
- package/dist/domain/enums/Country.js +0 -267
- package/dist/domain/enums/Country.js.map +0 -1
- package/dist/domain/enums/Currency.d.ts +0 -127
- package/dist/domain/enums/Currency.js +0 -136
- package/dist/domain/enums/Currency.js.map +0 -1
- package/dist/domain/enums/Environment.d.ts +0 -7
- package/dist/domain/enums/Environment.js +0 -12
- package/dist/domain/enums/Environment.js.map +0 -1
- package/dist/domain/enums/Locale.d.ts +0 -571
- package/dist/domain/enums/Locale.js +0 -582
- package/dist/domain/enums/Locale.js.map +0 -1
- package/dist/domain/enums/UnitOfMeasurement.d.ts +0 -10
- package/dist/domain/enums/UnitOfMeasurement.js +0 -17
- package/dist/domain/enums/UnitOfMeasurement.js.map +0 -1
- package/dist/domain/enums/UnitOfWeight.d.ts +0 -8
- package/dist/domain/enums/UnitOfWeight.js +0 -15
- package/dist/domain/enums/UnitOfWeight.js.map +0 -1
- package/dist/domain/enums/index.d.ts +0 -6
- package/dist/domain/enums/index.js +0 -23
- package/dist/domain/enums/index.js.map +0 -1
- package/dist/domain/index.d.ts +0 -9
- package/dist/domain/index.js +0 -26
- package/dist/domain/index.js.map +0 -1
- package/dist/domain/structs/Address.d.ts +0 -12
- package/dist/domain/structs/Address.js +0 -57
- package/dist/domain/structs/Address.js.map +0 -1
- package/dist/domain/structs/Box.d.ts +0 -15
- package/dist/domain/structs/Box.js +0 -52
- package/dist/domain/structs/Box.js.map +0 -1
- package/dist/domain/structs/Dimension.d.ts +0 -10
- package/dist/domain/structs/Dimension.js +0 -38
- package/dist/domain/structs/Dimension.js.map +0 -1
- package/dist/domain/structs/Money.d.ts +0 -12
- package/dist/domain/structs/Money.js +0 -53
- package/dist/domain/structs/Money.js.map +0 -1
- package/dist/domain/structs/Name.d.ts +0 -9
- package/dist/domain/structs/Name.js +0 -38
- package/dist/domain/structs/Name.js.map +0 -1
- package/dist/domain/structs/Weight.d.ts +0 -13
- package/dist/domain/structs/Weight.js +0 -48
- package/dist/domain/structs/Weight.js.map +0 -1
- package/dist/domain/structs/index.d.ts +0 -6
- package/dist/domain/structs/index.js +0 -23
- package/dist/domain/structs/index.js.map +0 -1
- package/dist/domain/values/DateTime.d.ts +0 -34
- package/dist/domain/values/DateTime.js +0 -87
- package/dist/domain/values/DateTime.js.map +0 -1
- package/dist/domain/values/EAN.d.ts +0 -5
- package/dist/domain/values/EAN.js +0 -19
- package/dist/domain/values/EAN.js.map +0 -1
- package/dist/domain/values/Email.d.ts +0 -8
- package/dist/domain/values/Email.js +0 -25
- package/dist/domain/values/Email.js.map +0 -1
- package/dist/domain/values/IBAN.d.ts +0 -5
- package/dist/domain/values/IBAN.js +0 -19
- package/dist/domain/values/IBAN.js.map +0 -1
- package/dist/domain/values/PostalCode.d.ts +0 -8
- package/dist/domain/values/PostalCode.js +0 -22
- package/dist/domain/values/PostalCode.js.map +0 -1
- package/dist/domain/values/Url.d.ts +0 -22
- package/dist/domain/values/Url.js +0 -25
- package/dist/domain/values/Url.js.map +0 -1
- package/dist/domain/values/index.d.ts +0 -6
- package/dist/domain/values/index.js +0 -23
- package/dist/domain/values/index.js.map +0 -1
- package/dist/health/HealthResource.d.ts +0 -5
- package/dist/health/HealthResource.js +0 -28
- package/dist/health/HealthResource.js.map +0 -1
- package/dist/health/HealthUri.d.ts +0 -5
- package/dist/health/HealthUri.js +0 -10
- package/dist/health/HealthUri.js.map +0 -1
- package/dist/health/index.d.ts +0 -2
- package/dist/health/index.js +0 -19
- package/dist/health/index.js.map +0 -1
- package/dist/http/CacheControl.d.ts +0 -24
- package/dist/http/CacheControl.js +0 -35
- package/dist/http/CacheControl.js.map +0 -1
- package/dist/http/ContentType.d.ts +0 -12
- package/dist/http/ContentType.js +0 -23
- package/dist/http/ContentType.js.map +0 -1
- package/dist/http/HttpHeader.d.ts +0 -4
- package/dist/http/HttpHeader.js +0 -8
- package/dist/http/HttpHeader.js.map +0 -1
- package/dist/http/HttpStatus.d.ts +0 -72
- package/dist/http/HttpStatus.js +0 -87
- package/dist/http/HttpStatus.js.map +0 -1
- package/dist/http/HttpVerb.d.ts +0 -9
- package/dist/http/HttpVerb.js +0 -16
- package/dist/http/HttpVerb.js.map +0 -1
- package/dist/http/LocalRequestStore.d.ts +0 -7
- package/dist/http/LocalRequestStore.js +0 -15
- package/dist/http/LocalRequestStore.js.map +0 -1
- package/dist/http/OriginatedError.d.ts +0 -9
- package/dist/http/OriginatedError.js +0 -17
- package/dist/http/OriginatedError.js.map +0 -1
- package/dist/http/Request.d.ts +0 -11
- package/dist/http/Request.js +0 -3
- package/dist/http/Request.js.map +0 -1
- package/dist/http/RequestOptions.d.ts +0 -35
- package/dist/http/RequestOptions.js +0 -66
- package/dist/http/RequestOptions.js.map +0 -1
- package/dist/http/RequestProvider.d.ts +0 -5
- package/dist/http/RequestProvider.js +0 -3
- package/dist/http/RequestProvider.js.map +0 -1
- package/dist/http/Response.d.ts +0 -14
- package/dist/http/Response.js +0 -15
- package/dist/http/Response.js.map +0 -1
- package/dist/http/RestResult.d.ts +0 -23
- package/dist/http/RestResult.js +0 -40
- package/dist/http/RestResult.js.map +0 -1
- package/dist/http/Verb.d.ts +0 -20
- package/dist/http/Verb.js +0 -31
- package/dist/http/Verb.js.map +0 -1
- package/dist/http/index.d.ts +0 -12
- package/dist/http/index.js +0 -29
- package/dist/http/index.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/process/App.d.ts +0 -5
- package/dist/process/App.js +0 -12
- package/dist/process/App.js.map +0 -1
- package/dist/process/Manage.d.ts +0 -8
- package/dist/process/Manage.js +0 -15
- package/dist/process/Manage.js.map +0 -1
- package/dist/process/Scope.d.ts +0 -5
- package/dist/process/Scope.js +0 -12
- package/dist/process/Scope.js.map +0 -1
- package/dist/process/Search.d.ts +0 -14
- package/dist/process/Search.js +0 -22
- package/dist/process/Search.js.map +0 -1
- package/dist/process/UseCase.d.ts +0 -10
- package/dist/process/UseCase.js +0 -20
- package/dist/process/UseCase.js.map +0 -1
- package/dist/process/index.d.ts +0 -5
- package/dist/process/index.js +0 -22
- package/dist/process/index.js.map +0 -1
- package/dist/resources/AppProvider.d.ts +0 -9
- package/dist/resources/AppProvider.js +0 -3
- package/dist/resources/AppProvider.js.map +0 -1
- package/dist/resources/Req.d.ts +0 -23
- package/dist/resources/Req.js +0 -26
- package/dist/resources/Req.js.map +0 -1
- package/dist/resources/Requires.d.ts +0 -8
- package/dist/resources/Requires.js +0 -25
- package/dist/resources/Requires.js.map +0 -1
- package/dist/resources/Resource.d.ts +0 -1
- package/dist/resources/Resource.js +0 -3
- package/dist/resources/Resource.js.map +0 -1
- package/dist/resources/Route.d.ts +0 -26
- package/dist/resources/Route.js +0 -36
- package/dist/resources/Route.js.map +0 -1
- package/dist/resources/Service.d.ts +0 -15
- package/dist/resources/Service.js +0 -30
- package/dist/resources/Service.js.map +0 -1
- package/dist/resources/index.d.ts +0 -7
- package/dist/resources/index.js +0 -24
- package/dist/resources/index.js.map +0 -1
- package/dist/security/Jwt.d.ts +0 -15
- package/dist/security/Jwt.js +0 -32
- package/dist/security/Jwt.js.map +0 -1
- package/dist/security/index.d.ts +0 -1
- package/dist/security/index.js +0 -18
- package/dist/security/index.js.map +0 -1
- package/dist/services/Api.d.ts +0 -16
- package/dist/services/Api.js +0 -68
- package/dist/services/Api.js.map +0 -1
- package/dist/services/ApiGateway.d.ts +0 -14
- package/dist/services/ApiGateway.js +0 -34
- package/dist/services/ApiGateway.js.map +0 -1
- package/dist/services/AxiosProvider.d.ts +0 -7
- package/dist/services/AxiosProvider.js +0 -34
- package/dist/services/AxiosProvider.js.map +0 -1
- package/dist/services/MappedRouteGateway.d.ts +0 -16
- package/dist/services/MappedRouteGateway.js +0 -32
- package/dist/services/MappedRouteGateway.js.map +0 -1
- package/dist/services/RouteGateway.d.ts +0 -19
- package/dist/services/RouteGateway.js +0 -49
- package/dist/services/RouteGateway.js.map +0 -1
- package/dist/services/ViewRouteGateway.d.ts +0 -21
- package/dist/services/ViewRouteGateway.js +0 -35
- package/dist/services/ViewRouteGateway.js.map +0 -1
- package/dist/services/index.d.ts +0 -6
- package/dist/services/index.js +0 -23
- package/dist/services/index.js.map +0 -1
- package/dist/sql/Clause.d.ts +0 -17
- package/dist/sql/Clause.js +0 -31
- package/dist/sql/Clause.js.map +0 -1
- package/dist/sql/Column.d.ts +0 -41
- package/dist/sql/Column.js +0 -76
- package/dist/sql/Column.js.map +0 -1
- package/dist/sql/Count.d.ts +0 -7
- package/dist/sql/Count.js +0 -20
- package/dist/sql/Count.js.map +0 -1
- package/dist/sql/Delete.d.ts +0 -4
- package/dist/sql/Delete.js +0 -12
- package/dist/sql/Delete.js.map +0 -1
- package/dist/sql/Insert.d.ts +0 -9
- package/dist/sql/Insert.js +0 -21
- package/dist/sql/Insert.js.map +0 -1
- package/dist/sql/Join.d.ts +0 -12
- package/dist/sql/Join.js +0 -22
- package/dist/sql/Join.js.map +0 -1
- package/dist/sql/Select.d.ts +0 -21
- package/dist/sql/Select.js +0 -53
- package/dist/sql/Select.js.map +0 -1
- package/dist/sql/SqlQuery.d.ts +0 -8
- package/dist/sql/SqlQuery.js +0 -16
- package/dist/sql/SqlQuery.js.map +0 -1
- package/dist/sql/Table.d.ts +0 -34
- package/dist/sql/Table.js +0 -37
- package/dist/sql/Table.js.map +0 -1
- package/dist/sql/TableGateway.d.ts +0 -18
- package/dist/sql/TableGateway.js +0 -47
- package/dist/sql/TableGateway.js.map +0 -1
- package/dist/sql/Update.d.ts +0 -9
- package/dist/sql/Update.js +0 -23
- package/dist/sql/Update.js.map +0 -1
- package/dist/sql/index.d.ts +0 -10
- package/dist/sql/index.js +0 -27
- package/dist/sql/index.js.map +0 -1
- package/dist/types/Array.d.ts +0 -9
- package/dist/types/Array.js +0 -28
- package/dist/types/Array.js.map +0 -1
- package/dist/types/Builder.d.ts +0 -6
- package/dist/types/Builder.js +0 -18
- package/dist/types/Builder.js.map +0 -1
- package/dist/types/Cache.d.ts +0 -12
- package/dist/types/Cache.js +0 -14
- package/dist/types/Cache.js.map +0 -1
- package/dist/types/CacheAge.d.ts +0 -5
- package/dist/types/CacheAge.js +0 -22
- package/dist/types/CacheAge.js.map +0 -1
- package/dist/types/Case.d.ts +0 -59
- package/dist/types/Case.js +0 -100
- package/dist/types/Case.js.map +0 -1
- package/dist/types/Constructor.d.ts +0 -15
- package/dist/types/Constructor.js +0 -22
- package/dist/types/Constructor.js.map +0 -1
- package/dist/types/Context.d.ts +0 -63
- package/dist/types/Context.js +0 -93
- package/dist/types/Context.js.map +0 -1
- package/dist/types/Enum.d.ts +0 -24
- package/dist/types/Enum.js +0 -54
- package/dist/types/Enum.js.map +0 -1
- package/dist/types/ErrorOrigin.d.ts +0 -6
- package/dist/types/ErrorOrigin.js +0 -3
- package/dist/types/ErrorOrigin.js.map +0 -1
- package/dist/types/Exception.d.ts +0 -20
- package/dist/types/Exception.js +0 -29
- package/dist/types/Exception.js.map +0 -1
- package/dist/types/Falsy.d.ts +0 -4
- package/dist/types/Falsy.js +0 -8
- package/dist/types/Falsy.js.map +0 -1
- package/dist/types/Func.d.ts +0 -2
- package/dist/types/Func.js +0 -6
- package/dist/types/Func.js.map +0 -1
- package/dist/types/Gateway.d.ts +0 -18
- package/dist/types/Gateway.js +0 -39
- package/dist/types/Gateway.js.map +0 -1
- package/dist/types/Get.d.ts +0 -7
- package/dist/types/Get.js +0 -11
- package/dist/types/Get.js.map +0 -1
- package/dist/types/Id.d.ts +0 -7
- package/dist/types/Id.js +0 -7
- package/dist/types/Id.js.map +0 -1
- package/dist/types/Identity.d.ts +0 -5
- package/dist/types/Identity.js +0 -3
- package/dist/types/Identity.js.map +0 -1
- package/dist/types/Is.d.ts +0 -20
- package/dist/types/Is.js +0 -46
- package/dist/types/Is.js.map +0 -1
- package/dist/types/IsA.d.ts +0 -2
- package/dist/types/IsA.js +0 -8
- package/dist/types/IsA.js.map +0 -1
- package/dist/types/IsDate.d.ts +0 -9
- package/dist/types/IsDate.js +0 -19
- package/dist/types/IsDate.js.map +0 -1
- package/dist/types/IsEqual.d.ts +0 -1
- package/dist/types/IsEqual.js +0 -21
- package/dist/types/IsEqual.js.map +0 -1
- package/dist/types/Json.d.ts +0 -30
- package/dist/types/Json.js +0 -38
- package/dist/types/Json.js.map +0 -1
- package/dist/types/List.d.ts +0 -52
- package/dist/types/List.js +0 -157
- package/dist/types/List.js.map +0 -1
- package/dist/types/Message.d.ts +0 -3
- package/dist/types/Message.js +0 -7
- package/dist/types/Message.js.map +0 -1
- package/dist/types/Meta.d.ts +0 -33
- package/dist/types/Meta.js +0 -51
- package/dist/types/Meta.js.map +0 -1
- package/dist/types/Nullish.d.ts +0 -2
- package/dist/types/Nullish.js +0 -6
- package/dist/types/Nullish.js.map +0 -1
- package/dist/types/Number.d.ts +0 -2
- package/dist/types/Number.js +0 -13
- package/dist/types/Number.js.map +0 -1
- package/dist/types/PageList.d.ts +0 -68
- package/dist/types/PageList.js +0 -126
- package/dist/types/PageList.js.map +0 -1
- package/dist/types/Primitive.d.ts +0 -2
- package/dist/types/Primitive.js +0 -9
- package/dist/types/Primitive.js.map +0 -1
- package/dist/types/Repository.d.ts +0 -15
- package/dist/types/Repository.js +0 -45
- package/dist/types/Repository.js.map +0 -1
- package/dist/types/Result.d.ts +0 -9
- package/dist/types/Result.js +0 -14
- package/dist/types/Result.js.map +0 -1
- package/dist/types/Results.d.ts +0 -12
- package/dist/types/Results.js +0 -25
- package/dist/types/Results.js.map +0 -1
- package/dist/types/Sort.d.ts +0 -8
- package/dist/types/Sort.js +0 -6
- package/dist/types/Sort.js.map +0 -1
- package/dist/types/Tag.d.ts +0 -2
- package/dist/types/Tag.js +0 -11
- package/dist/types/Tag.js.map +0 -1
- package/dist/types/Template.d.ts +0 -7
- package/dist/types/Template.js +0 -45
- package/dist/types/Template.js.map +0 -1
- package/dist/types/Text.d.ts +0 -45
- package/dist/types/Text.js +0 -106
- package/dist/types/Text.js.map +0 -1
- package/dist/types/Try.d.ts +0 -44
- package/dist/types/Try.js +0 -116
- package/dist/types/Try.js.map +0 -1
- package/dist/types/TypeGuard.d.ts +0 -1
- package/dist/types/TypeGuard.js +0 -3
- package/dist/types/TypeGuard.js.map +0 -1
- package/dist/types/Types.d.ts +0 -5
- package/dist/types/Types.js +0 -3
- package/dist/types/Types.js.map +0 -1
- package/dist/types/Uri.d.ts +0 -69
- package/dist/types/Uri.js +0 -85
- package/dist/types/Uri.js.map +0 -1
- package/dist/types/Uuid.d.ts +0 -3
- package/dist/types/Uuid.js +0 -11
- package/dist/types/Uuid.js.map +0 -1
- package/dist/types/Validatable.d.ts +0 -5
- package/dist/types/Validatable.js +0 -7
- package/dist/types/Validatable.js.map +0 -1
- package/dist/types/Value.d.ts +0 -9
- package/dist/types/Value.js +0 -23
- package/dist/types/Value.js.map +0 -1
- package/dist/types/index.d.ts +0 -42
- package/dist/types/index.js +0 -59
- package/dist/types/index.js.map +0 -1
- package/dist/utils/Convert.d.ts +0 -19
- package/dist/utils/Convert.js +0 -26
- package/dist/utils/Convert.js.map +0 -1
- package/dist/utils/If.d.ts +0 -10
- package/dist/utils/If.js +0 -21
- package/dist/utils/If.js.map +0 -1
- package/dist/utils/Loading.d.ts +0 -1
- package/dist/utils/Loading.js +0 -7
- package/dist/utils/Loading.js.map +0 -1
- package/dist/utils/Log.d.ts +0 -2
- package/dist/utils/Log.js +0 -15
- package/dist/utils/Log.js.map +0 -1
- package/dist/utils/Mapper.d.ts +0 -48
- package/dist/utils/Mapper.js +0 -96
- package/dist/utils/Mapper.js.map +0 -1
- package/dist/utils/Promise.d.ts +0 -18
- package/dist/utils/Promise.js +0 -21
- package/dist/utils/Promise.js.map +0 -1
- package/dist/utils/Property.d.ts +0 -16
- package/dist/utils/Property.js +0 -19
- package/dist/utils/Property.js.map +0 -1
- package/dist/utils/Sentence.d.ts +0 -48
- package/dist/utils/Sentence.js +0 -67
- package/dist/utils/Sentence.js.map +0 -1
- package/dist/utils/State.d.ts +0 -7
- package/dist/utils/State.js +0 -13
- package/dist/utils/State.js.map +0 -1
- package/dist/utils/Traverse.d.ts +0 -1
- package/dist/utils/Traverse.js +0 -10
- package/dist/utils/Traverse.js.map +0 -1
- package/dist/utils/View.d.ts +0 -36
- package/dist/utils/View.js +0 -62
- package/dist/utils/View.js.map +0 -1
- package/dist/utils/Wait.d.ts +0 -5
- package/dist/utils/Wait.js +0 -15
- package/dist/utils/Wait.js.map +0 -1
- package/dist/utils/index.d.ts +0 -12
- package/dist/utils/index.js +0 -29
- package/dist/utils/index.js.map +0 -1
- package/dist/validation/Contraints.d.ts +0 -19
- package/dist/validation/Contraints.js +0 -51
- package/dist/validation/Contraints.js.map +0 -1
- package/dist/validation/Validate.d.ts +0 -11
- package/dist/validation/Validate.js +0 -28
- package/dist/validation/Validate.js.map +0 -1
- package/dist/validation/When.d.ts +0 -22
- package/dist/validation/When.js +0 -44
- package/dist/validation/When.js.map +0 -1
- package/dist/validation/index.d.ts +0 -3
- package/dist/validation/index.js +0 -20
- package/dist/validation/index.js.map +0 -1
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
import { Enum, Id, Optional } from '../../types';
|
|
2
|
-
export declare class Country extends Enum {
|
|
3
|
-
private readonly lower;
|
|
4
|
-
static readonly AF: Country;
|
|
5
|
-
static readonly AX: Country;
|
|
6
|
-
static readonly AL: Country;
|
|
7
|
-
static readonly DZ: Country;
|
|
8
|
-
static readonly AS: Country;
|
|
9
|
-
static readonly AD: Country;
|
|
10
|
-
static readonly AO: Country;
|
|
11
|
-
static readonly AI: Country;
|
|
12
|
-
static readonly AQ: Country;
|
|
13
|
-
static readonly AG: Country;
|
|
14
|
-
static readonly AR: Country;
|
|
15
|
-
static readonly AM: Country;
|
|
16
|
-
static readonly AW: Country;
|
|
17
|
-
static readonly AU: Country;
|
|
18
|
-
static readonly AT: Country;
|
|
19
|
-
static readonly AZ: Country;
|
|
20
|
-
static readonly BS: Country;
|
|
21
|
-
static readonly BH: Country;
|
|
22
|
-
static readonly BD: Country;
|
|
23
|
-
static readonly BB: Country;
|
|
24
|
-
static readonly BY: Country;
|
|
25
|
-
static readonly BE: Country;
|
|
26
|
-
static readonly BZ: Country;
|
|
27
|
-
static readonly BJ: Country;
|
|
28
|
-
static readonly BM: Country;
|
|
29
|
-
static readonly BT: Country;
|
|
30
|
-
static readonly BO: Country;
|
|
31
|
-
static readonly BA: Country;
|
|
32
|
-
static readonly BW: Country;
|
|
33
|
-
static readonly BV: Country;
|
|
34
|
-
static readonly BR: Country;
|
|
35
|
-
static readonly IO: Country;
|
|
36
|
-
static readonly VG: Country;
|
|
37
|
-
static readonly BN: Country;
|
|
38
|
-
static readonly BG: Country;
|
|
39
|
-
static readonly BF: Country;
|
|
40
|
-
static readonly BI: Country;
|
|
41
|
-
static readonly KH: Country;
|
|
42
|
-
static readonly CM: Country;
|
|
43
|
-
static readonly CA: Country;
|
|
44
|
-
static readonly CV: Country;
|
|
45
|
-
static readonly BQ: Country;
|
|
46
|
-
static readonly KY: Country;
|
|
47
|
-
static readonly CF: Country;
|
|
48
|
-
static readonly TD: Country;
|
|
49
|
-
static readonly CL: Country;
|
|
50
|
-
static readonly CN: Country;
|
|
51
|
-
static readonly CX: Country;
|
|
52
|
-
static readonly CC: Country;
|
|
53
|
-
static readonly CO: Country;
|
|
54
|
-
static readonly KM: Country;
|
|
55
|
-
static readonly CG: Country;
|
|
56
|
-
static readonly CD: Country;
|
|
57
|
-
static readonly CK: Country;
|
|
58
|
-
static readonly CR: Country;
|
|
59
|
-
static readonly CI: Country;
|
|
60
|
-
static readonly HR: Country;
|
|
61
|
-
static readonly CU: Country;
|
|
62
|
-
static readonly CW: Country;
|
|
63
|
-
static readonly CY: Country;
|
|
64
|
-
static readonly CZ: Country;
|
|
65
|
-
static readonly DK: Country;
|
|
66
|
-
static readonly DJ: Country;
|
|
67
|
-
static readonly DM: Country;
|
|
68
|
-
static readonly DO: Country;
|
|
69
|
-
static readonly EC: Country;
|
|
70
|
-
static readonly EG: Country;
|
|
71
|
-
static readonly SV: Country;
|
|
72
|
-
static readonly GQ: Country;
|
|
73
|
-
static readonly ER: Country;
|
|
74
|
-
static readonly EE: Country;
|
|
75
|
-
static readonly SZ: Country;
|
|
76
|
-
static readonly ET: Country;
|
|
77
|
-
static readonly FK: Country;
|
|
78
|
-
static readonly FO: Country;
|
|
79
|
-
static readonly FJ: Country;
|
|
80
|
-
static readonly FI: Country;
|
|
81
|
-
static readonly FR: Country;
|
|
82
|
-
static readonly GF: Country;
|
|
83
|
-
static readonly PF: Country;
|
|
84
|
-
static readonly TF: Country;
|
|
85
|
-
static readonly GA: Country;
|
|
86
|
-
static readonly GM: Country;
|
|
87
|
-
static readonly GE: Country;
|
|
88
|
-
static readonly DE: Country;
|
|
89
|
-
static readonly GH: Country;
|
|
90
|
-
static readonly GI: Country;
|
|
91
|
-
static readonly GR: Country;
|
|
92
|
-
static readonly GL: Country;
|
|
93
|
-
static readonly GD: Country;
|
|
94
|
-
static readonly GP: Country;
|
|
95
|
-
static readonly GU: Country;
|
|
96
|
-
static readonly GT: Country;
|
|
97
|
-
static readonly GG: Country;
|
|
98
|
-
static readonly GN: Country;
|
|
99
|
-
static readonly GW: Country;
|
|
100
|
-
static readonly GY: Country;
|
|
101
|
-
static readonly HT: Country;
|
|
102
|
-
static readonly HM: Country;
|
|
103
|
-
static readonly HN: Country;
|
|
104
|
-
static readonly HK: Country;
|
|
105
|
-
static readonly HU: Country;
|
|
106
|
-
static readonly IS: Country;
|
|
107
|
-
static readonly IN: Country;
|
|
108
|
-
static readonly ID: Country;
|
|
109
|
-
static readonly IR: Country;
|
|
110
|
-
static readonly IQ: Country;
|
|
111
|
-
static readonly IE: Country;
|
|
112
|
-
static readonly IM: Country;
|
|
113
|
-
static readonly IL: Country;
|
|
114
|
-
static readonly IT: Country;
|
|
115
|
-
static readonly JM: Country;
|
|
116
|
-
static readonly JP: Country;
|
|
117
|
-
static readonly JE: Country;
|
|
118
|
-
static readonly JO: Country;
|
|
119
|
-
static readonly KZ: Country;
|
|
120
|
-
static readonly KE: Country;
|
|
121
|
-
static readonly KI: Country;
|
|
122
|
-
static readonly KW: Country;
|
|
123
|
-
static readonly KG: Country;
|
|
124
|
-
static readonly LA: Country;
|
|
125
|
-
static readonly LV: Country;
|
|
126
|
-
static readonly LB: Country;
|
|
127
|
-
static readonly LS: Country;
|
|
128
|
-
static readonly LR: Country;
|
|
129
|
-
static readonly LY: Country;
|
|
130
|
-
static readonly LI: Country;
|
|
131
|
-
static readonly LT: Country;
|
|
132
|
-
static readonly LU: Country;
|
|
133
|
-
static readonly MO: Country;
|
|
134
|
-
static readonly MG: Country;
|
|
135
|
-
static readonly MW: Country;
|
|
136
|
-
static readonly MY: Country;
|
|
137
|
-
static readonly MV: Country;
|
|
138
|
-
static readonly ML: Country;
|
|
139
|
-
static readonly MT: Country;
|
|
140
|
-
static readonly MH: Country;
|
|
141
|
-
static readonly MQ: Country;
|
|
142
|
-
static readonly MR: Country;
|
|
143
|
-
static readonly MU: Country;
|
|
144
|
-
static readonly YT: Country;
|
|
145
|
-
static readonly MX: Country;
|
|
146
|
-
static readonly FM: Country;
|
|
147
|
-
static readonly MD: Country;
|
|
148
|
-
static readonly MC: Country;
|
|
149
|
-
static readonly MN: Country;
|
|
150
|
-
static readonly ME: Country;
|
|
151
|
-
static readonly MS: Country;
|
|
152
|
-
static readonly MA: Country;
|
|
153
|
-
static readonly MZ: Country;
|
|
154
|
-
static readonly MM: Country;
|
|
155
|
-
static readonly NA: Country;
|
|
156
|
-
static readonly NR: Country;
|
|
157
|
-
static readonly NP: Country;
|
|
158
|
-
static readonly NL: Country;
|
|
159
|
-
static readonly NC: Country;
|
|
160
|
-
static readonly NZ: Country;
|
|
161
|
-
static readonly NI: Country;
|
|
162
|
-
static readonly NE: Country;
|
|
163
|
-
static readonly NG: Country;
|
|
164
|
-
static readonly NU: Country;
|
|
165
|
-
static readonly NF: Country;
|
|
166
|
-
static readonly KP: Country;
|
|
167
|
-
static readonly MK: Country;
|
|
168
|
-
static readonly MP: Country;
|
|
169
|
-
static readonly NO: Country;
|
|
170
|
-
static readonly OM: Country;
|
|
171
|
-
static readonly PK: Country;
|
|
172
|
-
static readonly PW: Country;
|
|
173
|
-
static readonly PS: Country;
|
|
174
|
-
static readonly PA: Country;
|
|
175
|
-
static readonly PG: Country;
|
|
176
|
-
static readonly PY: Country;
|
|
177
|
-
static readonly PE: Country;
|
|
178
|
-
static readonly PH: Country;
|
|
179
|
-
static readonly PN: Country;
|
|
180
|
-
static readonly PL: Country;
|
|
181
|
-
static readonly PT: Country;
|
|
182
|
-
static readonly PR: Country;
|
|
183
|
-
static readonly QA: Country;
|
|
184
|
-
static readonly RE: Country;
|
|
185
|
-
static readonly RO: Country;
|
|
186
|
-
static readonly RU: Country;
|
|
187
|
-
static readonly RW: Country;
|
|
188
|
-
static readonly WS: Country;
|
|
189
|
-
static readonly SM: Country;
|
|
190
|
-
static readonly ST: Country;
|
|
191
|
-
static readonly SA: Country;
|
|
192
|
-
static readonly SN: Country;
|
|
193
|
-
static readonly RS: Country;
|
|
194
|
-
static readonly SC: Country;
|
|
195
|
-
static readonly SL: Country;
|
|
196
|
-
static readonly SG: Country;
|
|
197
|
-
static readonly SX: Country;
|
|
198
|
-
static readonly SK: Country;
|
|
199
|
-
static readonly SI: Country;
|
|
200
|
-
static readonly SB: Country;
|
|
201
|
-
static readonly SO: Country;
|
|
202
|
-
static readonly ZA: Country;
|
|
203
|
-
static readonly GS: Country;
|
|
204
|
-
static readonly KR: Country;
|
|
205
|
-
static readonly SS: Country;
|
|
206
|
-
static readonly ES: Country;
|
|
207
|
-
static readonly LK: Country;
|
|
208
|
-
static readonly BL: Country;
|
|
209
|
-
static readonly SH: Country;
|
|
210
|
-
static readonly KN: Country;
|
|
211
|
-
static readonly LC: Country;
|
|
212
|
-
static readonly MF: Country;
|
|
213
|
-
static readonly PM: Country;
|
|
214
|
-
static readonly VC: Country;
|
|
215
|
-
static readonly SD: Country;
|
|
216
|
-
static readonly SR: Country;
|
|
217
|
-
static readonly SJ: Country;
|
|
218
|
-
static readonly SE: Country;
|
|
219
|
-
static readonly CH: Country;
|
|
220
|
-
static readonly SY: Country;
|
|
221
|
-
static readonly TW: Country;
|
|
222
|
-
static readonly TJ: Country;
|
|
223
|
-
static readonly TZ: Country;
|
|
224
|
-
static readonly TH: Country;
|
|
225
|
-
static readonly TL: Country;
|
|
226
|
-
static readonly TG: Country;
|
|
227
|
-
static readonly TK: Country;
|
|
228
|
-
static readonly TO: Country;
|
|
229
|
-
static readonly TT: Country;
|
|
230
|
-
static readonly TN: Country;
|
|
231
|
-
static readonly TR: Country;
|
|
232
|
-
static readonly TM: Country;
|
|
233
|
-
static readonly TC: Country;
|
|
234
|
-
static readonly TV: Country;
|
|
235
|
-
static readonly UM: Country;
|
|
236
|
-
static readonly VI: Country;
|
|
237
|
-
static readonly UG: Country;
|
|
238
|
-
static readonly UA: Country;
|
|
239
|
-
static readonly AE: Country;
|
|
240
|
-
static readonly GB: Country;
|
|
241
|
-
static readonly US: Country;
|
|
242
|
-
static readonly UY: Country;
|
|
243
|
-
static readonly UZ: Country;
|
|
244
|
-
static readonly VU: Country;
|
|
245
|
-
static readonly VA: Country;
|
|
246
|
-
static readonly VE: Country;
|
|
247
|
-
static readonly VN: Country;
|
|
248
|
-
static readonly WF: Country;
|
|
249
|
-
static readonly EH: Country;
|
|
250
|
-
static readonly YE: Country;
|
|
251
|
-
static readonly ZM: Country;
|
|
252
|
-
static readonly ZW: Country;
|
|
253
|
-
constructor(name: string, id: string, lower?: string);
|
|
254
|
-
static lookup(other: string): Optional<Country>;
|
|
255
|
-
equals<E extends Enum>(other: E | Id): other is E;
|
|
256
|
-
}
|
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Country = void 0;
|
|
4
|
-
const types_1 = require("../../types");
|
|
5
|
-
class Country extends types_1.Enum {
|
|
6
|
-
constructor(name, id, lower = (0, types_1.text)(id).lower.trim.toString()) {
|
|
7
|
-
super(name, id);
|
|
8
|
-
this.lower = lower;
|
|
9
|
-
}
|
|
10
|
-
static lookup(other) {
|
|
11
|
-
return this.all().first(l => l.equals(other));
|
|
12
|
-
}
|
|
13
|
-
equals(other) {
|
|
14
|
-
return (0, types_1.text)(other).lower.trim.equals(this.lower);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.Country = Country;
|
|
18
|
-
Country.AF = new Country('Afghanistan', 'AF');
|
|
19
|
-
Country.AX = new Country('Åland Islands', 'AX');
|
|
20
|
-
Country.AL = new Country('Albania', 'AL');
|
|
21
|
-
Country.DZ = new Country('Algeria', 'DZ');
|
|
22
|
-
Country.AS = new Country('American Samoa', 'AS');
|
|
23
|
-
Country.AD = new Country('Andorra', 'AD');
|
|
24
|
-
Country.AO = new Country('Angola', 'AO');
|
|
25
|
-
Country.AI = new Country('Anguilla', 'AI');
|
|
26
|
-
Country.AQ = new Country('Antarctica', 'AQ');
|
|
27
|
-
Country.AG = new Country('Antigua & Barbuda', 'AG');
|
|
28
|
-
Country.AR = new Country('Argentina', 'AR');
|
|
29
|
-
Country.AM = new Country('Armenia', 'AM');
|
|
30
|
-
Country.AW = new Country('Aruba', 'AW');
|
|
31
|
-
Country.AU = new Country('Australia', 'AU');
|
|
32
|
-
Country.AT = new Country('Austria', 'AT');
|
|
33
|
-
Country.AZ = new Country('Azerbaijan', 'AZ');
|
|
34
|
-
Country.BS = new Country('Bahamas', 'BS');
|
|
35
|
-
Country.BH = new Country('Bahrain', 'BH');
|
|
36
|
-
Country.BD = new Country('Bangladesh', 'BD');
|
|
37
|
-
Country.BB = new Country('Barbados', 'BB');
|
|
38
|
-
Country.BY = new Country('Belarus', 'BY');
|
|
39
|
-
Country.BE = new Country('Belgium', 'BE');
|
|
40
|
-
Country.BZ = new Country('Belize', 'BZ');
|
|
41
|
-
Country.BJ = new Country('Benin', 'BJ');
|
|
42
|
-
Country.BM = new Country('Bermuda', 'BM');
|
|
43
|
-
Country.BT = new Country('Bhutan', 'BT');
|
|
44
|
-
Country.BO = new Country('Bolivia', 'BO');
|
|
45
|
-
Country.BA = new Country('Bosnia & Herzegovina', 'BA');
|
|
46
|
-
Country.BW = new Country('Botswana', 'BW');
|
|
47
|
-
Country.BV = new Country('Bouvet Island', 'BV');
|
|
48
|
-
Country.BR = new Country('Brazil', 'BR');
|
|
49
|
-
Country.IO = new Country('British Indian Ocean Territory', 'IO');
|
|
50
|
-
Country.VG = new Country('British Virgin Islands', 'VG');
|
|
51
|
-
Country.BN = new Country('Brunei', 'BN');
|
|
52
|
-
Country.BG = new Country('Bulgaria', 'BG');
|
|
53
|
-
Country.BF = new Country('Burkina Faso', 'BF');
|
|
54
|
-
Country.BI = new Country('Burundi', 'BI');
|
|
55
|
-
Country.KH = new Country('Cambodia', 'KH');
|
|
56
|
-
Country.CM = new Country('Cameroon', 'CM');
|
|
57
|
-
Country.CA = new Country('Canada', 'CA');
|
|
58
|
-
Country.CV = new Country('Cape Verde', 'CV');
|
|
59
|
-
Country.BQ = new Country('Caribbean Netherlands', 'BQ');
|
|
60
|
-
Country.KY = new Country('Cayman Islands', 'KY');
|
|
61
|
-
Country.CF = new Country('Central African Republic', 'CF');
|
|
62
|
-
Country.TD = new Country('Chad', 'TD');
|
|
63
|
-
Country.CL = new Country('Chile', 'CL');
|
|
64
|
-
Country.CN = new Country('China', 'CN');
|
|
65
|
-
Country.CX = new Country('Christmas Island', 'CX');
|
|
66
|
-
Country.CC = new Country('Cocos (Keeling) Islands', 'CC');
|
|
67
|
-
Country.CO = new Country('Colombia', 'CO');
|
|
68
|
-
Country.KM = new Country('Comoros', 'KM');
|
|
69
|
-
Country.CG = new Country('Congo - Brazzaville', 'CG');
|
|
70
|
-
Country.CD = new Country('Congo - Kinshasa', 'CD');
|
|
71
|
-
Country.CK = new Country('Cook Islands', 'CK');
|
|
72
|
-
Country.CR = new Country('Costa Rica', 'CR');
|
|
73
|
-
Country.CI = new Country('Côte d’Ivoire', 'CI');
|
|
74
|
-
Country.HR = new Country('Croatia', 'HR');
|
|
75
|
-
Country.CU = new Country('Cuba', 'CU');
|
|
76
|
-
Country.CW = new Country('Curaçao', 'CW');
|
|
77
|
-
Country.CY = new Country('Cyprus', 'CY');
|
|
78
|
-
Country.CZ = new Country('Czechia', 'CZ');
|
|
79
|
-
Country.DK = new Country('Denmark', 'DK');
|
|
80
|
-
Country.DJ = new Country('Djibouti', 'DJ');
|
|
81
|
-
Country.DM = new Country('Dominica', 'DM');
|
|
82
|
-
Country.DO = new Country('Dominican Republic', 'DO');
|
|
83
|
-
Country.EC = new Country('Ecuador', 'EC');
|
|
84
|
-
Country.EG = new Country('Egypt', 'EG');
|
|
85
|
-
Country.SV = new Country('El Salvador', 'SV');
|
|
86
|
-
Country.GQ = new Country('Equatorial Guinea', 'GQ');
|
|
87
|
-
Country.ER = new Country('Eritrea', 'ER');
|
|
88
|
-
Country.EE = new Country('Estonia', 'EE');
|
|
89
|
-
Country.SZ = new Country('Eswatini', 'SZ');
|
|
90
|
-
Country.ET = new Country('Ethiopia', 'ET');
|
|
91
|
-
Country.FK = new Country('Falkland Islands', 'FK');
|
|
92
|
-
Country.FO = new Country('Faroe Islands', 'FO');
|
|
93
|
-
Country.FJ = new Country('Fiji', 'FJ');
|
|
94
|
-
Country.FI = new Country('Finland', 'FI');
|
|
95
|
-
Country.FR = new Country('France', 'FR');
|
|
96
|
-
Country.GF = new Country('French Guiana', 'GF');
|
|
97
|
-
Country.PF = new Country('French Polynesia', 'PF');
|
|
98
|
-
Country.TF = new Country('French Southern Territories', 'TF');
|
|
99
|
-
Country.GA = new Country('Gabon', 'GA');
|
|
100
|
-
Country.GM = new Country('Gambia', 'GM');
|
|
101
|
-
Country.GE = new Country('Georgia', 'GE');
|
|
102
|
-
Country.DE = new Country('Germany', 'DE');
|
|
103
|
-
Country.GH = new Country('Ghana', 'GH');
|
|
104
|
-
Country.GI = new Country('Gibraltar', 'GI');
|
|
105
|
-
Country.GR = new Country('Greece', 'GR');
|
|
106
|
-
Country.GL = new Country('Greenland', 'GL');
|
|
107
|
-
Country.GD = new Country('Grenada', 'GD');
|
|
108
|
-
Country.GP = new Country('Guadeloupe', 'GP');
|
|
109
|
-
Country.GU = new Country('Guam', 'GU');
|
|
110
|
-
Country.GT = new Country('Guatemala', 'GT');
|
|
111
|
-
Country.GG = new Country('Guernsey', 'GG');
|
|
112
|
-
Country.GN = new Country('Guinea', 'GN');
|
|
113
|
-
Country.GW = new Country('Guinea-Bissau', 'GW');
|
|
114
|
-
Country.GY = new Country('Guyana', 'GY');
|
|
115
|
-
Country.HT = new Country('Haiti', 'HT');
|
|
116
|
-
Country.HM = new Country('Heard & McDonald Islands', 'HM');
|
|
117
|
-
Country.HN = new Country('Honduras', 'HN');
|
|
118
|
-
Country.HK = new Country('Hong Kong SAR China', 'HK');
|
|
119
|
-
Country.HU = new Country('Hungary', 'HU');
|
|
120
|
-
Country.IS = new Country('Iceland', 'IS');
|
|
121
|
-
Country.IN = new Country('India', 'IN');
|
|
122
|
-
Country.ID = new Country('Indonesia', 'ID');
|
|
123
|
-
Country.IR = new Country('Iran', 'IR');
|
|
124
|
-
Country.IQ = new Country('Iraq', 'IQ');
|
|
125
|
-
Country.IE = new Country('Ireland', 'IE');
|
|
126
|
-
Country.IM = new Country('Isle of Man', 'IM');
|
|
127
|
-
Country.IL = new Country('Israel', 'IL');
|
|
128
|
-
Country.IT = new Country('Italy', 'IT');
|
|
129
|
-
Country.JM = new Country('Jamaica', 'JM');
|
|
130
|
-
Country.JP = new Country('Japan', 'JP');
|
|
131
|
-
Country.JE = new Country('Jersey', 'JE');
|
|
132
|
-
Country.JO = new Country('Jordan', 'JO');
|
|
133
|
-
Country.KZ = new Country('Kazakhstan', 'KZ');
|
|
134
|
-
Country.KE = new Country('Kenya', 'KE');
|
|
135
|
-
Country.KI = new Country('Kiribati', 'KI');
|
|
136
|
-
Country.KW = new Country('Kuwait', 'KW');
|
|
137
|
-
Country.KG = new Country('Kyrgyzstan', 'KG');
|
|
138
|
-
Country.LA = new Country('Laos', 'LA');
|
|
139
|
-
Country.LV = new Country('Latvia', 'LV');
|
|
140
|
-
Country.LB = new Country('Lebanon', 'LB');
|
|
141
|
-
Country.LS = new Country('Lesotho', 'LS');
|
|
142
|
-
Country.LR = new Country('Liberia', 'LR');
|
|
143
|
-
Country.LY = new Country('Libya', 'LY');
|
|
144
|
-
Country.LI = new Country('Liechtenstein', 'LI');
|
|
145
|
-
Country.LT = new Country('Lithuania', 'LT');
|
|
146
|
-
Country.LU = new Country('Luxembourg', 'LU');
|
|
147
|
-
Country.MO = new Country('Macao SAR China', 'MO');
|
|
148
|
-
Country.MG = new Country('Madagascar', 'MG');
|
|
149
|
-
Country.MW = new Country('Malawi', 'MW');
|
|
150
|
-
Country.MY = new Country('Malaysia', 'MY');
|
|
151
|
-
Country.MV = new Country('Maldives', 'MV');
|
|
152
|
-
Country.ML = new Country('Mali', 'ML');
|
|
153
|
-
Country.MT = new Country('Malta', 'MT');
|
|
154
|
-
Country.MH = new Country('Marshall Islands', 'MH');
|
|
155
|
-
Country.MQ = new Country('Martinique', 'MQ');
|
|
156
|
-
Country.MR = new Country('Mauritania', 'MR');
|
|
157
|
-
Country.MU = new Country('Mauritius', 'MU');
|
|
158
|
-
Country.YT = new Country('Mayotte', 'YT');
|
|
159
|
-
Country.MX = new Country('Mexico', 'MX');
|
|
160
|
-
Country.FM = new Country('Micronesia', 'FM');
|
|
161
|
-
Country.MD = new Country('Moldova', 'MD');
|
|
162
|
-
Country.MC = new Country('Monaco', 'MC');
|
|
163
|
-
Country.MN = new Country('Mongolia', 'MN');
|
|
164
|
-
Country.ME = new Country('Montenegro', 'ME');
|
|
165
|
-
Country.MS = new Country('Montserrat', 'MS');
|
|
166
|
-
Country.MA = new Country('Morocco', 'MA');
|
|
167
|
-
Country.MZ = new Country('Mozambique', 'MZ');
|
|
168
|
-
Country.MM = new Country('Myanmar (Burma)', 'MM');
|
|
169
|
-
Country.NA = new Country('Namibia', 'NA');
|
|
170
|
-
Country.NR = new Country('Nauru', 'NR');
|
|
171
|
-
Country.NP = new Country('Nepal', 'NP');
|
|
172
|
-
Country.NL = new Country('Netherlands', 'NL');
|
|
173
|
-
Country.NC = new Country('New Caledonia', 'NC');
|
|
174
|
-
Country.NZ = new Country('New Zealand', 'NZ');
|
|
175
|
-
Country.NI = new Country('Nicaragua', 'NI');
|
|
176
|
-
Country.NE = new Country('Niger', 'NE');
|
|
177
|
-
Country.NG = new Country('Nigeria', 'NG');
|
|
178
|
-
Country.NU = new Country('Niue', 'NU');
|
|
179
|
-
Country.NF = new Country('Norfolk Island', 'NF');
|
|
180
|
-
Country.KP = new Country('North Korea', 'KP');
|
|
181
|
-
Country.MK = new Country('North Macedonia', 'MK');
|
|
182
|
-
Country.MP = new Country('Northern Mariana Islands', 'MP');
|
|
183
|
-
Country.NO = new Country('Norway', 'NO');
|
|
184
|
-
Country.OM = new Country('Oman', 'OM');
|
|
185
|
-
Country.PK = new Country('Pakistan', 'PK');
|
|
186
|
-
Country.PW = new Country('Palau', 'PW');
|
|
187
|
-
Country.PS = new Country('Palestinian Territories', 'PS');
|
|
188
|
-
Country.PA = new Country('Panama', 'PA');
|
|
189
|
-
Country.PG = new Country('Papua New Guinea', 'PG');
|
|
190
|
-
Country.PY = new Country('Paraguay', 'PY');
|
|
191
|
-
Country.PE = new Country('Peru', 'PE');
|
|
192
|
-
Country.PH = new Country('Philippines', 'PH');
|
|
193
|
-
Country.PN = new Country('Pitcairn Islands', 'PN');
|
|
194
|
-
Country.PL = new Country('Poland', 'PL');
|
|
195
|
-
Country.PT = new Country('Portugal', 'PT');
|
|
196
|
-
Country.PR = new Country('Puerto Rico', 'PR');
|
|
197
|
-
Country.QA = new Country('Qatar', 'QA');
|
|
198
|
-
Country.RE = new Country('Réunion', 'RE');
|
|
199
|
-
Country.RO = new Country('Romania', 'RO');
|
|
200
|
-
Country.RU = new Country('Russia', 'RU');
|
|
201
|
-
Country.RW = new Country('Rwanda', 'RW');
|
|
202
|
-
Country.WS = new Country('Samoa', 'WS');
|
|
203
|
-
Country.SM = new Country('San Marino', 'SM');
|
|
204
|
-
Country.ST = new Country('São Tomé & Príncipe', 'ST');
|
|
205
|
-
Country.SA = new Country('Saudi Arabia', 'SA');
|
|
206
|
-
Country.SN = new Country('Senegal', 'SN');
|
|
207
|
-
Country.RS = new Country('Serbia', 'RS');
|
|
208
|
-
Country.SC = new Country('Seychelles', 'SC');
|
|
209
|
-
Country.SL = new Country('Sierra Leone', 'SL');
|
|
210
|
-
Country.SG = new Country('Singapore', 'SG');
|
|
211
|
-
Country.SX = new Country('Sint Maarten', 'SX');
|
|
212
|
-
Country.SK = new Country('Slovakia', 'SK');
|
|
213
|
-
Country.SI = new Country('Slovenia', 'SI');
|
|
214
|
-
Country.SB = new Country('Solomon Islands', 'SB');
|
|
215
|
-
Country.SO = new Country('Somalia', 'SO');
|
|
216
|
-
Country.ZA = new Country('South Africa', 'ZA');
|
|
217
|
-
Country.GS = new Country('South Georgia & South Sandwich Islands', 'GS');
|
|
218
|
-
Country.KR = new Country('South Korea', 'KR');
|
|
219
|
-
Country.SS = new Country('South Sudan', 'SS');
|
|
220
|
-
Country.ES = new Country('Spain', 'ES');
|
|
221
|
-
Country.LK = new Country('Sri Lanka', 'LK');
|
|
222
|
-
Country.BL = new Country('St. Barthélemy', 'BL');
|
|
223
|
-
Country.SH = new Country('St. Helena', 'SH');
|
|
224
|
-
Country.KN = new Country('St. Kitts & Nevis', 'KN');
|
|
225
|
-
Country.LC = new Country('St. Lucia', 'LC');
|
|
226
|
-
Country.MF = new Country('St. Martin', 'MF');
|
|
227
|
-
Country.PM = new Country('St. Pierre & Miquelon', 'PM');
|
|
228
|
-
Country.VC = new Country('St. Vincent & Grenadines', 'VC');
|
|
229
|
-
Country.SD = new Country('Sudan', 'SD');
|
|
230
|
-
Country.SR = new Country('Suriname', 'SR');
|
|
231
|
-
Country.SJ = new Country('Svalbard & Jan Mayen', 'SJ');
|
|
232
|
-
Country.SE = new Country('Sweden', 'SE');
|
|
233
|
-
Country.CH = new Country('Switzerland', 'CH');
|
|
234
|
-
Country.SY = new Country('Syria', 'SY');
|
|
235
|
-
Country.TW = new Country('Taiwan', 'TW');
|
|
236
|
-
Country.TJ = new Country('Tajikistan', 'TJ');
|
|
237
|
-
Country.TZ = new Country('Tanzania', 'TZ');
|
|
238
|
-
Country.TH = new Country('Thailand', 'TH');
|
|
239
|
-
Country.TL = new Country('Timor-Leste', 'TL');
|
|
240
|
-
Country.TG = new Country('Togo', 'TG');
|
|
241
|
-
Country.TK = new Country('Tokelau', 'TK');
|
|
242
|
-
Country.TO = new Country('Tonga', 'TO');
|
|
243
|
-
Country.TT = new Country('Trinidad & Tobago', 'TT');
|
|
244
|
-
Country.TN = new Country('Tunisia', 'TN');
|
|
245
|
-
Country.TR = new Country('Turkey', 'TR');
|
|
246
|
-
Country.TM = new Country('Turkmenistan', 'TM');
|
|
247
|
-
Country.TC = new Country('Turks & Caicos Islands', 'TC');
|
|
248
|
-
Country.TV = new Country('Tuvalu', 'TV');
|
|
249
|
-
Country.UM = new Country('U.S. Outlying Islands', 'UM');
|
|
250
|
-
Country.VI = new Country('U.S. Virgin Islands', 'VI');
|
|
251
|
-
Country.UG = new Country('Uganda', 'UG');
|
|
252
|
-
Country.UA = new Country('Ukraine', 'UA');
|
|
253
|
-
Country.AE = new Country('United Arab Emirates', 'AE');
|
|
254
|
-
Country.GB = new Country('United Kingdom', 'GB');
|
|
255
|
-
Country.US = new Country('United States', 'US');
|
|
256
|
-
Country.UY = new Country('Uruguay', 'UY');
|
|
257
|
-
Country.UZ = new Country('Uzbekistan', 'UZ');
|
|
258
|
-
Country.VU = new Country('Vanuatu', 'VU');
|
|
259
|
-
Country.VA = new Country('Vatican City', 'VA');
|
|
260
|
-
Country.VE = new Country('Venezuela', 'VE');
|
|
261
|
-
Country.VN = new Country('Vietnam', 'VN');
|
|
262
|
-
Country.WF = new Country('Wallis & Futuna', 'WF');
|
|
263
|
-
Country.EH = new Country('Western Sahara', 'EH');
|
|
264
|
-
Country.YE = new Country('Yemen', 'YE');
|
|
265
|
-
Country.ZM = new Country('Zambia', 'ZM');
|
|
266
|
-
Country.ZW = new Country('Zimbabwe', 'ZW');
|
|
267
|
-
//# sourceMappingURL=Country.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../src/domain/enums/Country.ts"],"names":[],"mappings":";;;AAAA,uCAAuD;AAEvD,MAAa,OAAQ,SAAQ,YAAI;IA2P/B,YAAY,IAAY,EAAE,EAAU,EAAmB,QAAQ,IAAA,YAAI,EAAC,EAAE,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE;QAC3F,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QADqC,UAAK,GAAL,KAAK,CAAiC;IAE7F,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,KAAa;QACzB,OAAO,IAAI,CAAC,GAAG,EAAW,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACzD,CAAC;IAED,MAAM,CAAiB,KAAa;QAClC,OAAO,IAAA,YAAI,EAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACnD,CAAC;;AArQH,0BAsQC;AArQiB,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;AAC5C,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,sBAAsB,EAAE,IAAI,CAAC,CAAC;AAC/C,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,gCAAgC,EAAE,IAAI,CAAC,CAAC;AACzD,UAAE,GAAG,IAAI,OAAO,CAAC,wBAAwB,EAAE,IAAI,CAAC,CAAC;AACjD,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;AAChD,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,0BAA0B,EAAE,IAAI,CAAC,CAAC;AACnD,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,yBAAyB,EAAE,IAAI,CAAC,CAAC;AAClD,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;AAC9C,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC;AAC7C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;AAC5C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,6BAA6B,EAAE,IAAI,CAAC,CAAC;AACtD,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,0BAA0B,EAAE,IAAI,CAAC,CAAC;AACnD,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;AAC9C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAC1C,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAC1C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAC1C,UAAE,GAAG,IAAI,OAAO,CAAC,0BAA0B,EAAE,IAAI,CAAC,CAAC;AACnD,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,yBAAyB,EAAE,IAAI,CAAC,CAAC;AAClD,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC3C,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;AAC9C,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAC1C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,wCAAwC,EAAE,IAAI,CAAC,CAAC;AACjE,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;AAC5C,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;AAChD,UAAE,GAAG,IAAI,OAAO,CAAC,0BAA0B,EAAE,IAAI,CAAC,CAAC;AACnD,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,sBAAsB,EAAE,IAAI,CAAC,CAAC;AAC/C,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;AACnC,UAAE,GAAG,IAAI,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;AACtC,UAAE,GAAG,IAAI,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAC/B,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;AAC5C,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,wBAAwB,EAAE,IAAI,CAAC,CAAC;AACjD,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;AAChD,UAAE,GAAG,IAAI,OAAO,CAAC,qBAAqB,EAAE,IAAI,CAAC,CAAC;AAC9C,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,sBAAsB,EAAE,IAAI,CAAC,CAAC;AAC/C,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AACxC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AACrC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACvC,UAAE,GAAG,IAAI,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AACpC,UAAE,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAClC,UAAE,GAAG,IAAI,OAAO,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAC1C,UAAE,GAAG,IAAI,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACzC,UAAE,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAChC,UAAE,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACjC,UAAE,GAAG,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC"}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { Enum } from '../../types';
|
|
2
|
-
import { Money } from '../structs';
|
|
3
|
-
export declare class Currency extends Enum {
|
|
4
|
-
readonly digits: number;
|
|
5
|
-
constructor(id: string, name: string, digits: number, code: string);
|
|
6
|
-
static readonly EUR: Currency;
|
|
7
|
-
static readonly USD: Currency;
|
|
8
|
-
static readonly AED: Currency;
|
|
9
|
-
static readonly AFN: Currency;
|
|
10
|
-
static readonly ALL: Currency;
|
|
11
|
-
static readonly AMD: Currency;
|
|
12
|
-
static readonly ARS: Currency;
|
|
13
|
-
static readonly AUD: Currency;
|
|
14
|
-
static readonly AZN: Currency;
|
|
15
|
-
static readonly BAM: Currency;
|
|
16
|
-
static readonly BDT: Currency;
|
|
17
|
-
static readonly BGN: Currency;
|
|
18
|
-
static readonly BHD: Currency;
|
|
19
|
-
static readonly BIF: Currency;
|
|
20
|
-
static readonly BND: Currency;
|
|
21
|
-
static readonly BOB: Currency;
|
|
22
|
-
static readonly BRL: Currency;
|
|
23
|
-
static readonly BWP: Currency;
|
|
24
|
-
static readonly BYN: Currency;
|
|
25
|
-
static readonly BZD: Currency;
|
|
26
|
-
static readonly CAD: Currency;
|
|
27
|
-
static readonly CDF: Currency;
|
|
28
|
-
static readonly CHF: Currency;
|
|
29
|
-
static readonly CLP: Currency;
|
|
30
|
-
static readonly CNY: Currency;
|
|
31
|
-
static readonly COP: Currency;
|
|
32
|
-
static readonly CRC: Currency;
|
|
33
|
-
static readonly CVE: Currency;
|
|
34
|
-
static readonly CZK: Currency;
|
|
35
|
-
static readonly DJF: Currency;
|
|
36
|
-
static readonly DKK: Currency;
|
|
37
|
-
static readonly DOP: Currency;
|
|
38
|
-
static readonly DZD: Currency;
|
|
39
|
-
static readonly EEK: Currency;
|
|
40
|
-
static readonly EGP: Currency;
|
|
41
|
-
static readonly ERN: Currency;
|
|
42
|
-
static readonly ETB: Currency;
|
|
43
|
-
static readonly GBP: Currency;
|
|
44
|
-
static readonly GEL: Currency;
|
|
45
|
-
static readonly GHS: Currency;
|
|
46
|
-
static readonly GNF: Currency;
|
|
47
|
-
static readonly GTQ: Currency;
|
|
48
|
-
static readonly HKD: Currency;
|
|
49
|
-
static readonly HNL: Currency;
|
|
50
|
-
static readonly HRK: Currency;
|
|
51
|
-
static readonly HUF: Currency;
|
|
52
|
-
static readonly IDR: Currency;
|
|
53
|
-
static readonly ILS: Currency;
|
|
54
|
-
static readonly INR: Currency;
|
|
55
|
-
static readonly IQD: Currency;
|
|
56
|
-
static readonly IRR: Currency;
|
|
57
|
-
static readonly ISK: Currency;
|
|
58
|
-
static readonly JMD: Currency;
|
|
59
|
-
static readonly JOD: Currency;
|
|
60
|
-
static readonly JPY: Currency;
|
|
61
|
-
static readonly KES: Currency;
|
|
62
|
-
static readonly KHR: Currency;
|
|
63
|
-
static readonly KMF: Currency;
|
|
64
|
-
static readonly KRW: Currency;
|
|
65
|
-
static readonly KWD: Currency;
|
|
66
|
-
static readonly KZT: Currency;
|
|
67
|
-
static readonly LBP: Currency;
|
|
68
|
-
static readonly LKR: Currency;
|
|
69
|
-
static readonly LTL: Currency;
|
|
70
|
-
static readonly LVL: Currency;
|
|
71
|
-
static readonly LYD: Currency;
|
|
72
|
-
static readonly MAD: Currency;
|
|
73
|
-
static readonly MDL: Currency;
|
|
74
|
-
static readonly MGA: Currency;
|
|
75
|
-
static readonly MKD: Currency;
|
|
76
|
-
static readonly MMK: Currency;
|
|
77
|
-
static readonly MOP: Currency;
|
|
78
|
-
static readonly MUR: Currency;
|
|
79
|
-
static readonly MXN: Currency;
|
|
80
|
-
static readonly MYR: Currency;
|
|
81
|
-
static readonly MZN: Currency;
|
|
82
|
-
static readonly NAD: Currency;
|
|
83
|
-
static readonly NGN: Currency;
|
|
84
|
-
static readonly NIO: Currency;
|
|
85
|
-
static readonly NOK: Currency;
|
|
86
|
-
static readonly NPR: Currency;
|
|
87
|
-
static readonly NZD: Currency;
|
|
88
|
-
static readonly OMR: Currency;
|
|
89
|
-
static readonly PAB: Currency;
|
|
90
|
-
static readonly PEN: Currency;
|
|
91
|
-
static readonly PHP: Currency;
|
|
92
|
-
static readonly PKR: Currency;
|
|
93
|
-
static readonly PLN: Currency;
|
|
94
|
-
static readonly PYG: Currency;
|
|
95
|
-
static readonly QAR: Currency;
|
|
96
|
-
static readonly RON: Currency;
|
|
97
|
-
static readonly RSD: Currency;
|
|
98
|
-
static readonly RUB: Currency;
|
|
99
|
-
static readonly RWF: Currency;
|
|
100
|
-
static readonly SAR: Currency;
|
|
101
|
-
static readonly SDG: Currency;
|
|
102
|
-
static readonly SEK: Currency;
|
|
103
|
-
static readonly SGD: Currency;
|
|
104
|
-
static readonly SOS: Currency;
|
|
105
|
-
static readonly SYP: Currency;
|
|
106
|
-
static readonly THB: Currency;
|
|
107
|
-
static readonly TND: Currency;
|
|
108
|
-
static readonly TOP: Currency;
|
|
109
|
-
static readonly TRY: Currency;
|
|
110
|
-
static readonly TTD: Currency;
|
|
111
|
-
static readonly TWD: Currency;
|
|
112
|
-
static readonly TZS: Currency;
|
|
113
|
-
static readonly UAH: Currency;
|
|
114
|
-
static readonly UGX: Currency;
|
|
115
|
-
static readonly UYU: Currency;
|
|
116
|
-
static readonly UZS: Currency;
|
|
117
|
-
static readonly VEF: Currency;
|
|
118
|
-
static readonly VND: Currency;
|
|
119
|
-
static readonly XAF: Currency;
|
|
120
|
-
static readonly XOF: Currency;
|
|
121
|
-
static readonly YER: Currency;
|
|
122
|
-
static readonly ZAR: Currency;
|
|
123
|
-
static readonly ZMK: Currency;
|
|
124
|
-
static readonly ZWL: Currency;
|
|
125
|
-
amount: (amount?: number) => Money;
|
|
126
|
-
get zero(): Money;
|
|
127
|
-
}
|