@atlantjs/arch 15.7.0 → 15.7.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/package.json +4 -4
- package/src/@tool-box/tests/builders/datetime/datetime.edge.builder.d.ts +2 -2
- package/src/@tool-box/tests/builders/datetime/datetime.edge.builder.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/failures/dummies/failure.dummy.d.ts +1 -1
- package/src/@tool-box/tests/builders/failures/dummies/failure.dummy.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/failures/failure.builder.d.ts +1 -1
- package/src/@tool-box/tests/builders/failures/failure.builder.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/metadata/metadata-uv.builder.d.ts +2 -2
- package/src/@tool-box/tests/builders/metadata/metadata-uv.builder.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/metadata/metadata.edge.builder.d.ts +2 -2
- package/src/@tool-box/tests/builders/metadata/metadata.edge.builder.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/user/email.edge.builder.d.ts +2 -2
- package/src/@tool-box/tests/builders/user/email.edge.builder.d.ts.map +1 -1
- package/src/@tool-box/tests/builders/user/username.edge.builder.d.ts +2 -2
- package/src/@tool-box/tests/builders/user/username.edge.builder.d.ts.map +1 -1
- package/src/@tool-box/utils/convert-units/convert-units.d.ts +5 -5
- package/src/@tool-box/utils/convert-units/convert-units.d.ts.map +1 -1
- package/src/@tool-box/utils/datetime/mappers/month.mapper.d.ts +2 -2
- package/src/@tool-box/utils/datetime/mappers/month.mapper.d.ts.map +1 -1
- package/src/@tool-box/utils/ducts/optional-type.d.ts +1 -1
- package/src/@tool-box/utils/ducts/optional-type.d.ts.map +1 -1
- package/src/@tool-box/utils/ducts/return-type.d.ts +2 -2
- package/src/@tool-box/utils/ducts/return-type.d.ts.map +1 -1
- package/src/@tool-box/utils/http-provider/http-provider-failure-response.d.ts +1 -1
- package/src/@tool-box/utils/http-provider/http-provider-failure-response.d.ts.map +1 -1
- package/src/@tool-box/utils/http-provider/http-provider-success-response.d.ts +1 -1
- package/src/@tool-box/utils/http-provider/http-provider-success-response.d.ts.map +1 -1
- package/src/@tool-box/utils/http-provider/http-provider.d.ts +4 -4
- package/src/@tool-box/utils/http-provider/http-provider.d.ts.map +1 -1
- package/src/@tool-box/utils/type-guard/guardian.d.ts +2 -2
- package/src/@tool-box/utils/type-guard/guardian.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-cron-expression.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-date-string.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-password-match.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-password-policy.validator.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-schedule.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-time-string.d.ts.map +1 -1
- package/src/@tool-box/utils/validators/is-ulid.d.ts.map +1 -1
- package/src/index.d.ts +74 -74
- package/src/index.d.ts.map +1 -1
- package/src/objects/@common/edges/email.edge.d.ts +1 -5
- package/src/objects/@common/edges/email.edge.d.ts.map +1 -1
- package/src/objects/@common/edges/url.edge.d.ts +1 -1
- package/src/objects/@common/edges/url.edge.d.ts.map +1 -1
- package/src/objects/@common/edges/username.edge.d.ts +1 -2
- package/src/objects/@common/edges/username.edge.d.ts.map +1 -1
- package/src/objects/@common/edges/uuid.sketch.edge.d.ts.map +1 -1
- package/src/objects/@common/points/environment.point.d.ts +1 -1
- package/src/objects/amount/amount-value.edge.d.ts +1 -1
- package/src/objects/amount/amount-value.edge.d.ts.map +1 -1
- package/src/objects/amount/amount.edge.d.ts +1 -1
- package/src/objects/amount/amount.edge.d.ts.map +1 -1
- package/src/objects/amount/amount.uv.d.ts +3 -3
- package/src/objects/amount/amount.uv.d.ts.map +1 -1
- package/src/objects/amount/points/units.point.d.ts +1 -5
- package/src/objects/amount/points/units.point.d.ts.map +1 -1
- package/src/objects/datetime/edges/datetime.edge.d.ts +2 -2
- package/src/objects/datetime/edges/datetime.edge.d.ts.map +1 -1
- package/src/objects/datetime/edges/locale/day/day-name-to-english.mapper.d.ts +1 -1
- package/src/objects/datetime/edges/locale/day/day-name-to-english.mapper.d.ts.map +1 -1
- package/src/objects/datetime/edges/locale/day/day-name-to-portuguese.mapper.d.ts +1 -1
- package/src/objects/datetime/edges/locale/day/day-name-to-portuguese.mapper.d.ts.map +1 -1
- package/src/objects/datetime/edges/locale/day/today-to-language.mapper.d.ts +2 -2
- package/src/objects/datetime/edges/locale/day/today-to-language.mapper.d.ts.map +1 -1
- package/src/objects/datetime/edges/locale/month/month-to-english.mapper.d.ts +1 -1
- package/src/objects/datetime/edges/locale/month/month-to-english.mapper.d.ts.map +1 -1
- package/src/objects/datetime/edges/locale/month/month-to-portuguese.mapper.d.ts +1 -1
- package/src/objects/datetime/edges/locale/month/month-to-portuguese.mapper.d.ts.map +1 -1
- package/src/objects/failure/edges/failure.abstract.d.ts +1 -1
- package/src/objects/failure/edges/failure.abstract.d.ts.map +1 -1
- package/src/objects/metadata/metadata.edge.d.ts +3 -3
- package/src/objects/metadata/metadata.edge.d.ts.map +1 -1
- package/src/objects/metadata/metadata.uv.d.ts +1 -1
- package/src/objects/metadata/metadata.uv.d.ts.map +1 -1
- package/src/objects/password/password.edge.d.ts +2 -2
- package/src/objects/password/password.edge.d.ts.map +1 -1
- package/src/objects/password/password.polygon.d.ts +1 -1
- package/src/objects/password/password.polygon.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-consecutive-chars-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-consecutive-chars-step.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-date-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-date-step.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-phone-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-phone-step.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-repeated-chars-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-repeated-chars-step.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-string-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-string-step.d.ts.map +1 -1
- package/src/objects/password/steps/not-allowing-these-chars-step.d.ts +2 -2
- package/src/objects/password/steps/not-allowing-these-chars-step.d.ts.map +1 -1
- package/src/objects/password/steps/numeric-step.d.ts +2 -2
- package/src/objects/password/steps/numeric-step.d.ts.map +1 -1
- package/src/objects/password/steps/with-at-least-one-letter-step.d.ts +2 -2
- package/src/objects/password/steps/with-at-least-one-letter-step.d.ts.map +1 -1
- package/src/objects/password/steps/with-at-least-one-number-digit-step.d.ts +2 -2
- package/src/objects/password/steps/with-at-least-one-number-digit-step.d.ts.map +1 -1
- package/src/objects/password/steps/with-at-least-one-special-char-step.d.ts +2 -2
- package/src/objects/password/steps/with-at-least-one-special-char-step.d.ts.map +1 -1
- package/src/objects/password/steps/with-length-step.d.ts +2 -2
- package/src/objects/password/steps/with-length-step.d.ts.map +1 -1
- package/src/objects/password/validation-step.d.ts +1 -1
- package/src/objects/password/validation-step.d.ts.map +1 -1
- package/src/objects/primitives/datetime.edge.sketch.d.ts +1 -1
- package/src/objects/primitives/datetime.edge.sketch.d.ts.map +1 -1
- package/src/objects/scheduling/scheduling.edge.d.ts +6 -6
- package/src/objects/scheduling/scheduling.edge.d.ts.map +1 -1
- package/src/objects/scheduling/scheduling.edge.failure.d.ts +1 -1
- package/src/objects/scheduling/scheduling.edge.failure.d.ts.map +1 -1
- package/src/objects/time/time.edge.d.ts +1 -1
- package/src/objects/time/time.edge.d.ts.map +1 -1
- package/src/objects-interface/edges/edge.abstract.d.ts +1 -1
- package/src/objects-interface/edges/edge.abstract.d.ts.map +1 -1
- package/src/objects-interface/face.abstract.d.ts +2 -2
- package/src/objects-interface/face.abstract.d.ts.map +1 -1
- package/src/objects-interface/solid.abstract.d.ts +5 -5
- package/src/objects-interface/solid.abstract.d.ts.map +1 -1
- package/src/objects-interface/uv.abstract.d.ts +3 -3
- package/src/objects-interface/uv.abstract.d.ts.map +1 -1
- package/src/objects-interface/vertices/vertex.abstract.d.ts +5 -5
- package/src/objects-interface/vertices/vertex.abstract.d.ts.map +1 -1
- package/src/shared/request.abstract.d.ts +5 -5
- package/src/shared/request.abstract.d.ts.map +1 -1
- package/tsconfig-default.json +2 -1
- package/tsconfig-lib.json +1 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/index.js +0 -60
- package/tsconfig.build.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlantjs/arch",
|
|
3
|
-
"version": "15.7.
|
|
4
|
-
"main": "index.js",
|
|
3
|
+
"version": "15.7.2",
|
|
4
|
+
"main": "./src/index.js",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"license": "UNLICENSED",
|
|
6
7
|
"publishConfig": {
|
|
7
8
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
},
|
|
21
22
|
"homepage": "https://github.com/MovingApp/lib-atlantjs-guardian#readme",
|
|
22
23
|
"scripts": {
|
|
23
|
-
"build": "rm -rf build && tsc
|
|
24
|
+
"build": "rm -rf build && tsc --project tsconfig.json && cpy \"src/**/*.d.ts\" build",
|
|
24
25
|
"lint": "npx biome check src --indent-style=tab ",
|
|
25
26
|
"lint:fix": "yarn lint --fix --unsafe --organize-imports-enabled=true",
|
|
26
27
|
"test": "yarn cross-env ENVIRONMENT=test jest --passWithNoTests --silent --noStackTrace --detectOpenHandles --bail",
|
|
@@ -48,7 +49,6 @@
|
|
|
48
49
|
"copyfiles": "2.4.1",
|
|
49
50
|
"cpy-cli": "7.0.0",
|
|
50
51
|
"cross-env": "10.1.0",
|
|
51
|
-
"esbuild": "0.28.0",
|
|
52
52
|
"tsconfig-paths": "4.2.0",
|
|
53
53
|
"typescript": "6.0.3"
|
|
54
54
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
2
|
-
import { DatetimeEdge } from "#/objects/datetime/edges/datetime.edge";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
|
+
import { DatetimeEdge } from "#/objects/datetime/edges/datetime.edge.ts";
|
|
3
3
|
export declare class DatetimeEdgeBuilder extends BuilderAbstract<DatetimeEdge, DatetimeEdgeBuilder> {
|
|
4
4
|
constructor();
|
|
5
5
|
protected buildDefault(): DatetimeEdge;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/datetime/datetime.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"datetime.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/datetime/datetime.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAEzE,qBAAa,mBAAoB,SAAQ,eAAe,CACvD,YAAY,EACZ,mBAAmB,CACnB;;IAKA,SAAS,CAAC,YAAY,IAAI,YAAY;CAGtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"failure.dummy.d.ts","sourceRoot":"","sources":["../../../../../../../src/@tool-box/tests/builders/failures/dummies/failure.dummy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"failure.dummy.d.ts","sourceRoot":"","sources":["../../../../../../../src/@tool-box/tests/builders/failures/dummies/failure.dummy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,qBAAa,YAAa,SAAQ,eAAe;;CAOhD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
2
|
export declare class FailureBuilder<T> extends BuilderAbstract<T, FailureBuilder<T>> {
|
|
3
3
|
private instance;
|
|
4
4
|
constructor(entityClass: new (...args: any[]) => T);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"failure.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/failures/failure.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"failure.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/failures/failure.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAG7E,qBAAa,cAAc,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;IAC3E,OAAO,CAAC,QAAQ,CAET;gBAEY,WAAW,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC;IAKzD,SAAS,CAAC,YAAY,IAAI,CAAC;CAO3B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
2
|
-
import { MetadataUv } from "#/objects/metadata/metadata.uv";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
|
+
import { MetadataUv } from "#/objects/metadata/metadata.uv.ts";
|
|
3
3
|
export declare class MetadataUvBuilder extends BuilderAbstract<MetadataUv, MetadataUvBuilder> {
|
|
4
4
|
constructor();
|
|
5
5
|
protected buildDefault(): MetadataUv;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata-uv.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/metadata/metadata-uv.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"metadata-uv.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/metadata/metadata-uv.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,qBAAa,iBAAkB,SAAQ,eAAe,CACrD,UAAU,EACV,iBAAiB,CACjB;;IAKA,SAAS,CAAC,YAAY,IAAI,UAAU;CAQpC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
2
|
-
import { MetadataEdge } from "#/objects/metadata/metadata.edge";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
|
+
import { MetadataEdge } from "#/objects/metadata/metadata.edge.ts";
|
|
3
3
|
export declare class MetadataEdgeBuilder extends BuilderAbstract<MetadataEdge, MetadataEdgeBuilder> {
|
|
4
4
|
constructor();
|
|
5
5
|
protected buildDefault(): MetadataEdge;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/metadata/metadata.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"metadata.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/metadata/metadata.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAEnE,qBAAa,mBAAoB,SAAQ,eAAe,CACvD,YAAY,EACZ,mBAAmB,CACnB;;IAKA,SAAS,CAAC,YAAY,IAAI,YAAY;CAMtC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
2
|
-
import { EmailEdge } from "#/objects/@common/edges/email.edge";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
|
+
import { EmailEdge } from "#/objects/@common/edges/email.edge.ts";
|
|
3
3
|
export declare class EmailEdgeBuilder extends BuilderAbstract<EmailEdge, EmailEdgeBuilder> {
|
|
4
4
|
constructor();
|
|
5
5
|
protected buildDefault(): EmailEdge;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/user/email.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"email.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/user/email.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAElE,qBAAa,gBAAiB,SAAQ,eAAe,CACpD,SAAS,EACT,gBAAgB,CAChB;;IAKA,SAAS,CAAC,YAAY,IAAI,SAAS;CAGnC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
2
|
-
import { UsernameEdge } from "#/objects/@common/edges/username.edge";
|
|
1
|
+
import { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
2
|
+
import { UsernameEdge } from "#/objects/@common/edges/username.edge.ts";
|
|
3
3
|
export declare class UsernameEdgeBuilder extends BuilderAbstract<UsernameEdge, UsernameEdgeBuilder> {
|
|
4
4
|
constructor();
|
|
5
5
|
protected buildDefault(): UsernameEdge;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"username.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/user/username.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"username.edge.builder.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/tests/builders/user/username.edge.builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,qBAAa,mBAAoB,SAAQ,eAAe,CACvD,YAAY,EACZ,mBAAmB,CACnB;;IAKA,SAAS,CAAC,YAAY,IAAI,YAAY;CAGtC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AmountEdge } from "#/objects/amount/amount.edge";
|
|
2
|
-
import { EnergyUnitPoint } from "#/objects/amount/points/energy-unit.point";
|
|
3
|
-
import { LengthUnitPoint } from "#/objects/amount/points/length-unit.point";
|
|
4
|
-
import { MassUnitPoint } from "#/objects/amount/points/mass-unit.point";
|
|
5
|
-
import { VolumeUnitPoint } from "#/objects/amount/points/volume-unit.point";
|
|
1
|
+
import { AmountEdge } from "#/objects/amount/amount.edge.ts";
|
|
2
|
+
import { EnergyUnitPoint } from "#/objects/amount/points/energy-unit.point.ts";
|
|
3
|
+
import { LengthUnitPoint } from "#/objects/amount/points/length-unit.point.ts";
|
|
4
|
+
import { MassUnitPoint } from "#/objects/amount/points/mass-unit.point.ts";
|
|
5
|
+
import { VolumeUnitPoint } from "#/objects/amount/points/volume-unit.point.ts";
|
|
6
6
|
export declare class ConvertUnit {
|
|
7
7
|
static toKilogram(value: AmountEdge<MassUnitPoint>): number;
|
|
8
8
|
static toGram(value: AmountEdge<MassUnitPoint>): number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convert-units.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/convert-units/convert-units.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"convert-units.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/convert-units/convert-units.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAE/E,qBAAa,WAAW;WAET,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,MAAM;WAgBpD,MAAM,CAAC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,MAAM;WAgBhD,WAAW,CAAC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,MAAM;WAgBrD,WAAW,CAAC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,MAAM;WAiBrD,WAAW,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAgBvD,YAAY,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAgBxD,OAAO,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAgBnD,YAAY,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAiBxD,OAAO,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAQnD,YAAY,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WASxD,aAAa,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAYzD,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;WAYrD,OAAO,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,GAAG,MAAM;CAWjE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MonthAbbreviationEnum } from "#/@tool-box/utils/datetime/mappers/points/month-abbreviation.enum";
|
|
2
|
-
import { MonthNumberEnum } from "#/@tool-box/utils/datetime/mappers/points/month-number.enum";
|
|
1
|
+
import { MonthAbbreviationEnum } from "#/@tool-box/utils/datetime/mappers/points/month-abbreviation.enum.ts";
|
|
2
|
+
import { MonthNumberEnum } from "#/@tool-box/utils/datetime/mappers/points/month-number.enum.ts";
|
|
3
3
|
export declare class MonthMapper {
|
|
4
4
|
static toNumber(monthAbbreviation: MonthAbbreviationEnum): MonthNumberEnum;
|
|
5
5
|
static toAbbreviation(monthNumber: MonthNumberEnum): MonthAbbreviationEnum;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"month.mapper.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/utils/datetime/mappers/month.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"month.mapper.d.ts","sourceRoot":"","sources":["../../../../../../src/@tool-box/utils/datetime/mappers/month.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sEAAsE,CAAC;AAC7G,OAAO,EAAE,eAAe,EAAE,MAAM,gEAAgE,CAAC;AAEjG,qBAAa,WAAW;WACT,QAAQ,CACrB,iBAAiB,EAAE,qBAAqB,GACtC,eAAe;WA0BJ,cAAc,CAC3B,WAAW,EAAE,eAAe,GAC1B,qBAAqB;CAsBxB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FalseyValues, IterType, SuccessReturn, ValueReturn } from "#/@tool-box/utils/ducts/common";
|
|
1
|
+
import { FalseyValues, IterType, SuccessReturn, ValueReturn } from "#/@tool-box/utils/ducts/common.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Representa um Optional com valor presente.
|
|
4
4
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"optional-type.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/ducts/optional-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,YAAY,EACZ,QAAQ,
|
|
1
|
+
{"version":3,"file":"optional-type.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/ducts/optional-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,YAAY,EACZ,QAAQ,EAER,aAAa,EACb,WAAW,EACX,MAAM,mCAAmC,CAAC;AAE3C;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI,YAAY,CAAC,CAAC,CAAC,GAAG;IAAE,CAAC,aAAa,CAAC,EAAE,IAAI,CAAA;CAAE,CAAC;AAEvE;;;;;GAKG;AACH,MAAM,MAAM,OAAO,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG;IAAE,CAAC,aAAa,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAEvE;;;;GAIG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC;AAE1C,KAAK,IAAI,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC,CAAC;AAEhD,cAAM,YAAY,CAAC,CAAC;IACnB,QAAQ,CAAC,CAAC,aAAa,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAE1B;;;;;;OAMG;gBACS,GAAG,EAAE,CAAC,EAAE,SAAS,EAAE,OAAO;IAKtC;;;;;;;OAOG;IACH,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC;IAMjD;;;;;;OAMG;IACH,YAAY,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC;IAIrD;;;;;OAKG;IACH,UAAU,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,OAAO;IAI9C;;;;;OAKG;IACH,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC;IAS5B;;;;;;OAMG;IACH,YAAY,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,SAAS;IAI9C;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC;IAItC;;;;;OAKG;IACH,YAAY,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;CAG9C;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAErD;AAYD;;;;GAIG;AACH,eAAO,MAAM,OAAO,+BAEnB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FalseyValues, IterType, SuccessReturn as SuccessReturnSymbol, ValueReturn as ValueReturnSymbol } from "#/@tool-box/utils/ducts/common";
|
|
2
|
-
import { FailureAbstract } from "#/objects/failure/edges/failure.abstract";
|
|
1
|
+
import { FalseyValues, IterType, SuccessReturn as SuccessReturnSymbol, ValueReturn as ValueReturnSymbol } from "#/@tool-box/utils/ducts/common.ts";
|
|
2
|
+
import { FailureAbstract } from "#/objects/failure/edges/failure.abstract.ts";
|
|
3
3
|
export type Success<TSuccess> = ReturnType<TSuccess, never>;
|
|
4
4
|
export type Failure<TFailure> = ReturnType<never, TFailure>;
|
|
5
5
|
export type Return<TSuccess, TFailure> = ReturnType<TSuccess, TFailure>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"return-type.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/ducts/return-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,YAAY,EACZ,QAAQ,
|
|
1
|
+
{"version":3,"file":"return-type.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/ducts/return-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,YAAY,EACZ,QAAQ,EAER,aAAa,IAAI,mBAAmB,EACpC,WAAW,IAAI,iBAAiB,EAChC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,MAAM,MAAM,OAAO,CAAC,QAAQ,IAAI,UAAU,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;AAC5D,MAAM,MAAM,OAAO,CAAC,QAAQ,IAAI,UAAU,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAC5D,MAAM,MAAM,MAAM,CAAC,QAAQ,EAAE,QAAQ,IAAI,UAAU,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;AAExE,KAAK,IAAI,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC,CAAC;AAEhD,qBAAa,UAAU,CAAC,QAAQ,EAAE,QAAQ;IACzC,QAAQ,CAAC,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IACxC,QAAQ,CAAC,CAAC,iBAAiB,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;gBAG7D,KAAK,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,EACtC,UAAU,EAAE,OAAO;IAMb,CAAC,MAAM,CAAC,QAAQ,CAAC,CACvB,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAC9B,QAAQ,CAAC,QAAQ,CAAC;IAoBd,UAAU,CAChB,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAC9B,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC;IAIrB,UAAU,CAChB,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAC9B,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC;IAIrB,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAAG,QAAQ;IAOlD,UAAU,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAAG,QAAQ;IAOtD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,EAAE,GAAG,EAAE,QAAQ,GAAG,QAAQ;IAMnE,YAAY,CAClB,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAC9B,QAAQ,GAAG,QAAQ,GAAG,SAAS;CAGlC;AAED,wBAAgB,MAAM,CAAC,CAAC,EACvB,GAAG,EAAE,CAAC,GACJ,MAAM,CACR,IAAI,CAAC,CAAC,CAAC,EACL,CAAC,CAAC,SAAS,KAAK,GAAG,CAAC,GAAG,KAAK,CAAC,GAC7B,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,GAAG,IAAI,CAAC,CACzD,CAEA;AAED,wBAAgB,OAAO,CAAC,QAAQ,EAAE,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAE5E;AAED,wBAAgB,OAAO,CACtB,QAAQ,SAAS,eAAe,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,EAC1D,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAE5C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FailureAbstract } from "#/objects/failure/edges/failure.abstract";
|
|
1
|
+
import { FailureAbstract } from "#/objects/failure/edges/failure.abstract.ts";
|
|
2
2
|
export declare class HttpProviderFailureResponse extends FailureAbstract {
|
|
3
3
|
protected readonly _message: string;
|
|
4
4
|
protected readonly _statusCode: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-provider-failure-response.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider-failure-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"http-provider-failure-response.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider-failure-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,qBAAa,2BAA4B,SAAQ,eAAe;IAE9D,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,MAAM;IACnC,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM;IACtC,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO;gBAFjB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO;IAQ9B,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;CAGzC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Newable, ObjectType } from "#/@tool-box/utils/datatypes/generic-types.ts";
|
|
2
2
|
export declare class HttpProviderSuccessResponse {
|
|
3
3
|
readonly statusCode: number;
|
|
4
4
|
private readonly data;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-provider-success-response.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider-success-response.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"http-provider-success-response.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider-success-response.ts"],"names":[],"mappings":"AAEA,OAAO,EACN,OAAO,EACP,UAAU,EACV,MAAM,8CAA8C,CAAC;AAEtD,qBAAa,2BAA2B;aAEtB,UAAU,EAAE,MAAM;IAClC,OAAO,CAAC,QAAQ,CAAC,IAAI;gBADL,UAAU,EAAE,MAAM,EACjB,IAAI,EAAE,OAAO;IAExB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAI5B,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;CAM5E"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AxiosInstance } from "axios";
|
|
2
|
-
import { Return } from "#/@tool-box/utils/ducts/return-type";
|
|
3
|
-
import { HttpProviderFailureResponse } from "#/@tool-box/utils/http-provider/http-provider-failure-response";
|
|
4
|
-
import { HttpProviderSuccessResponse } from "#/@tool-box/utils/http-provider/http-provider-success-response";
|
|
5
|
-
import { RequestAbstract } from "#/shared/request.abstract";
|
|
2
|
+
import { Return } from "#/@tool-box/utils/ducts/return-type.ts";
|
|
3
|
+
import { HttpProviderFailureResponse } from "#/@tool-box/utils/http-provider/http-provider-failure-response.ts";
|
|
4
|
+
import { HttpProviderSuccessResponse } from "#/@tool-box/utils/http-provider/http-provider-success-response.ts";
|
|
5
|
+
import { RequestAbstract } from "#/shared/request.abstract.ts";
|
|
6
6
|
export declare class HttpProvider {
|
|
7
7
|
readonly baseUrl: string;
|
|
8
8
|
protected readonly axios: AxiosInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-provider.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAiB,MAAM,OAAO,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"http-provider.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/http-provider/http-provider.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAiB,MAAM,OAAO,CAAC;AAC5D,OAAO,EAEN,MAAM,EAEN,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,2BAA2B,EAAE,MAAM,mEAAmE,CAAC;AAChH,OAAO,EAAE,2BAA2B,EAAE,MAAM,mEAAmE,CAAC;AAEhH,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAgB/D,qBAAa,YAAY;aAGW,OAAO,EAAE,MAAM;IAFlD,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC;gBAEL,OAAO,EAAE,MAAM;IAMlD,SAAS,CAAC,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAI5D,SAAS,CAAC,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIhD,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;cAI7B,OAAO,CACtB,OAAO,EAAE,eAAe,GACtB,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE,2BAA2B,CAAC,CAAC;IA0C5E,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,wBAAwB;IAWhC,OAAO,CAAC,mBAAmB;CAgB3B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Newable } from "#/@tool-box/utils/datatypes/generic-types";
|
|
2
|
-
import { PrimitiveType } from "#/@tool-box/utils/type-guard/guardian.type";
|
|
1
|
+
import { Newable } from "#/@tool-box/utils/datatypes/generic-types.ts";
|
|
2
|
+
import { PrimitiveType } from "#/@tool-box/utils/type-guard/guardian.type.ts";
|
|
3
3
|
declare class Guardian {
|
|
4
4
|
/**
|
|
5
5
|
* Verifica se todos os valores booleanos passados são verdadeiros.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guardian.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/type-guard/guardian.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"guardian.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/type-guard/guardian.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-cron-expression.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-cron-expression.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"is-cron-expression.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-cron-expression.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAGjB,MAAM,iBAAiB,CAAC;AAuBzB,wBAAgB,gBAAgB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IAC7D,QAAQ,MAAM,EAAE,cAAc,MAAM,UAS5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-date-string.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-date-string.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"is-date-string.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-date-string.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAGjB,MAAM,iBAAiB,CAAC;AAqBzB,wBAAgB,YAAY,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IACzD,QAAQ,MAAM,EAAE,cAAc,MAAM,UAS5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-password-match.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-password-match.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"is-password-match.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-password-match.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EACjB,MAAM,iBAAiB,CAAC;AAGzB,wBAAgB,gBAAgB,CAC/B,QAAQ,EAAE,MAAM,EAChB,iBAAiB,CAAC,EAAE,iBAAiB,IAE7B,QAAQ,MAAM,EAAE,cAAc,MAAM,UAoB5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-password-policy.validator.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-password-policy.validator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"is-password-policy.validator.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-password-policy.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGvE,wBAAgB,gBAAgB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IAC7D,QAAQ,MAAM,EAAE,cAAc,MAAM,UAsB5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-schedule.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"is-schedule.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAGjB,MAAM,iBAAiB,CAAC;AA6BzB,wBAAgB,YAAY,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IACzD,QAAQ,MAAM,EAAE,cAAc,MAAM,UAS5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-time-string.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-time-string.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"is-time-string.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-time-string.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAGjB,MAAM,iBAAiB,CAAC;AAqBzB,wBAAgB,YAAY,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IACzD,QAAQ,MAAM,EAAE,cAAc,MAAM,UAS5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-ulid.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-ulid.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"is-ulid.d.ts","sourceRoot":"","sources":["../../../../../src/@tool-box/utils/validators/is-ulid.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAGjB,MAAM,iBAAiB,CAAC;AAsBzB,wBAAgB,MAAM,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,IACnD,QAAQ,MAAM,EAAE,cAAc,MAAM,UAS5C"}
|
package/src/index.d.ts
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
import "#/@tool-box/utils/datatypes/string-utils";
|
|
2
|
-
import "#/@tool-box/utils/datatypes/boolean-utils";
|
|
1
|
+
import "#/@tool-box/utils/datatypes/string-utils.ts";
|
|
2
|
+
import "#/@tool-box/utils/datatypes/boolean-utils.ts";
|
|
3
3
|
export { Type as IsUv } from "class-transformer";
|
|
4
4
|
export { IsArray, IsBase64, IsBoolean, IsCurrency, IsDate, IsDecimal, IsEmail, IsEmpty, IsEnum, IsInt, IsIP, IsJSON, IsJWT, IsLatitude, IsLatLong, IsLongitude, IsNegative, IsNotEmpty, IsNotEmptyObject, IsNumber, IsNumberString, IsObject, IsOptional, IsPort, IsPositive, IsString, IsUrl, IsUUID, Max, MaxDate, Min, MinDate, registerDecorator, ValidateNested as ValidateInner, ValidationArguments, ValidationOptions, } from "class-validator";
|
|
5
|
-
export { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util";
|
|
6
|
-
export { DatetimeEdgeBuilder } from "#/@tool-box/tests/builders/datetime/datetime.edge.builder";
|
|
7
|
-
export { FailureDummy } from "#/@tool-box/tests/builders/failures/dummies/failure.dummy";
|
|
8
|
-
export { FailureBuilder } from "#/@tool-box/tests/builders/failures/failure.builder";
|
|
9
|
-
export { MetadataEdgeBuilder } from "#/@tool-box/tests/builders/metadata/metadata.edge.builder";
|
|
10
|
-
export { MetadataUvBuilder } from "#/@tool-box/tests/builders/metadata/metadata-uv.builder";
|
|
11
|
-
export { EmailEdgeBuilder } from "#/@tool-box/tests/builders/user/email.edge.builder";
|
|
12
|
-
export { UsernameEdgeBuilder } from "#/@tool-box/tests/builders/user/username.edge.builder";
|
|
13
|
-
export { faker } from "#/@tool-box/tests/faker/faker";
|
|
14
|
-
export { ConvertUnit } from "#/@tool-box/utils/convert-units/convert-units";
|
|
15
|
-
export { Newable, ObjectType, Sketch, } from "#/@tool-box/utils/datatypes/generic-types";
|
|
16
|
-
export { InstanceOf, Plainify } from "#/@tool-box/utils/datatypes/plainify";
|
|
17
|
-
export { MonthMapper } from "#/@tool-box/utils/datetime/mappers/month.mapper";
|
|
18
|
-
export { MonthAbbreviationEnum } from "#/@tool-box/utils/datetime/mappers/points/month-abbreviation.enum";
|
|
19
|
-
export { MonthNumberEnum } from "#/@tool-box/utils/datetime/mappers/points/month-number.enum";
|
|
20
|
-
export { Nothing, Optional } from "#/@tool-box/utils/ducts/optional-type";
|
|
21
|
-
export { Failure, Return, Success } from "#/@tool-box/utils/ducts/return-type";
|
|
22
|
-
export { HttpProvider } from "#/@tool-box/utils/http-provider/http-provider";
|
|
23
|
-
export { c } from "#/@tool-box/utils/logger";
|
|
24
|
-
export { MapAbstract } from "#/@tool-box/utils/map/map.abstract";
|
|
25
|
-
export { Random } from "#/@tool-box/utils/random/random";
|
|
26
|
-
export { _ } from "#/@tool-box/utils/type-guard/guardian";
|
|
27
|
-
export { IsCronExpression } from "#/@tool-box/utils/validators/is-cron-expression";
|
|
28
|
-
export { IsDateString } from "#/@tool-box/utils/validators/is-date-string";
|
|
29
|
-
export { IsPasswordsMatch } from "#/@tool-box/utils/validators/is-password-match";
|
|
30
|
-
export { IsPasswordPolicy } from "#/@tool-box/utils/validators/is-password-policy.validator";
|
|
31
|
-
export { IsScheduling } from "#/@tool-box/utils/validators/is-schedule";
|
|
32
|
-
export { IsTimeString } from "#/@tool-box/utils/validators/is-time-string";
|
|
33
|
-
export { IsULID } from "#/@tool-box/utils/validators/is-ulid";
|
|
34
|
-
export { EmailEdge } from "#/objects/@common/edges/email.edge";
|
|
35
|
-
export { UlidSketchEdge } from "#/objects/@common/edges/ulid.sketch.edge";
|
|
36
|
-
export { UrlEdge } from "#/objects/@common/edges/url.edge";
|
|
37
|
-
export { UsernameEdge } from "#/objects/@common/edges/username.edge";
|
|
38
|
-
export { UuidSketchEdge } from "#/objects/@common/edges/uuid.sketch.edge";
|
|
39
|
-
export { EnvironmentPoint } from "#/objects/@common/points/environment.point";
|
|
40
|
-
export { HeaderTokenNamePoint } from "#/objects/@common/points/header-token-name.point";
|
|
41
|
-
export { HttpStatusCodes } from "#/objects/@common/points/http-status-codes.point";
|
|
42
|
-
export { AmountEdge } from "#/objects/amount/amount.edge";
|
|
43
|
-
export { AmountPolygon } from "#/objects/amount/amount.polygon";
|
|
44
|
-
export { AmountUv } from "#/objects/amount/amount.uv";
|
|
45
|
-
export { DurationUnitPoint } from "#/objects/amount/points/duration-unit.point";
|
|
46
|
-
export { EnergyUnitPoint } from "#/objects/amount/points/energy-unit.point";
|
|
47
|
-
export { LengthUnitPoint } from "#/objects/amount/points/length-unit.point";
|
|
48
|
-
export { MassUnitPoint } from "#/objects/amount/points/mass-unit.point";
|
|
49
|
-
export { MonthNamePoint } from "#/objects/amount/points/month-name.point";
|
|
50
|
-
export { ObjectUnitPoint } from "#/objects/amount/points/object-unit.point";
|
|
51
|
-
export { UnitPoints } from "#/objects/amount/points/units.point";
|
|
52
|
-
export { VolumeUnitPoint } from "#/objects/amount/points/volume-unit.point";
|
|
53
|
-
export { WeekDayPoint } from "#/objects/amount/points/week-day.point";
|
|
54
|
-
export { DatetimeEdge } from "#/objects/datetime/edges/datetime.edge";
|
|
55
|
-
export { MonthNameEnum } from "#/objects/datetime/points/month-name.enum";
|
|
56
|
-
export { WeekDayEnum } from "#/objects/datetime/points/week-day.enum";
|
|
57
|
-
export { FailureAbstract } from "#/objects/failure/edges/failure.abstract";
|
|
58
|
-
export { LanguagePoint } from "#/objects/language/points/language.point";
|
|
59
|
-
export { MetadataEdge } from "#/objects/metadata/metadata.edge";
|
|
60
|
-
export { MetadataPolygon } from "#/objects/metadata/metadata.polygon";
|
|
61
|
-
export { MetadataUv } from "#/objects/metadata/metadata.uv";
|
|
62
|
-
export { PasswordEdge } from "#/objects/password/password.edge";
|
|
63
|
-
export { BooleanEdgeSketch } from "#/objects/primitives/boolean.edge.sketch";
|
|
64
|
-
export { DatetimeEdgeSketch } from "#/objects/primitives/datetime.edge.sketch";
|
|
65
|
-
export { NumberEdgeSketch } from "#/objects/primitives/number.edge.sketch";
|
|
66
|
-
export { StringEdgeSketch } from "#/objects/primitives/string.edge.sketch";
|
|
67
|
-
export { SchedulingEdge } from "#/objects/scheduling/scheduling.edge";
|
|
68
|
-
export { TimeEdge } from "#/objects/time/time.edge";
|
|
69
|
-
export { EdgeAbstract } from "#/objects-interface/edges/edge.abstract";
|
|
70
|
-
export { FaceAbstract } from "#/objects-interface/face.abstract";
|
|
71
|
-
export { SolidAbstract } from "#/objects-interface/solid.abstract";
|
|
72
|
-
export { UvAbstract } from "#/objects-interface/uv.abstract";
|
|
73
|
-
export { VertexAbstract } from "#/objects-interface/vertices/vertex.abstract";
|
|
74
|
-
export { PayloadAbstract } from "#/shared/payload.abstract";
|
|
75
|
-
export { RequestAbstract } from "#/shared/request.abstract";
|
|
76
|
-
export { ResponseAbstract } from "#/shared/response.abstract";
|
|
5
|
+
export { BuilderAbstract } from "#/@tool-box/tests/builder.abstract.util.ts";
|
|
6
|
+
export { DatetimeEdgeBuilder } from "#/@tool-box/tests/builders/datetime/datetime.edge.builder.ts";
|
|
7
|
+
export { FailureDummy } from "#/@tool-box/tests/builders/failures/dummies/failure.dummy.ts";
|
|
8
|
+
export { FailureBuilder } from "#/@tool-box/tests/builders/failures/failure.builder.ts";
|
|
9
|
+
export { MetadataEdgeBuilder } from "#/@tool-box/tests/builders/metadata/metadata.edge.builder.ts";
|
|
10
|
+
export { MetadataUvBuilder } from "#/@tool-box/tests/builders/metadata/metadata-uv.builder.ts";
|
|
11
|
+
export { EmailEdgeBuilder } from "#/@tool-box/tests/builders/user/email.edge.builder.ts";
|
|
12
|
+
export { UsernameEdgeBuilder } from "#/@tool-box/tests/builders/user/username.edge.builder.ts";
|
|
13
|
+
export { faker } from "#/@tool-box/tests/faker/faker.ts";
|
|
14
|
+
export { ConvertUnit } from "#/@tool-box/utils/convert-units/convert-units.ts";
|
|
15
|
+
export { Newable, ObjectType, Sketch, } from "#/@tool-box/utils/datatypes/generic-types.ts";
|
|
16
|
+
export { InstanceOf, Plainify } from "#/@tool-box/utils/datatypes/plainify.ts";
|
|
17
|
+
export { MonthMapper } from "#/@tool-box/utils/datetime/mappers/month.mapper.ts";
|
|
18
|
+
export { MonthAbbreviationEnum } from "#/@tool-box/utils/datetime/mappers/points/month-abbreviation.enum.ts";
|
|
19
|
+
export { MonthNumberEnum } from "#/@tool-box/utils/datetime/mappers/points/month-number.enum.ts";
|
|
20
|
+
export { Nothing, Optional } from "#/@tool-box/utils/ducts/optional-type.ts";
|
|
21
|
+
export { Failure, Return, Success, } from "#/@tool-box/utils/ducts/return-type.ts";
|
|
22
|
+
export { HttpProvider } from "#/@tool-box/utils/http-provider/http-provider.ts";
|
|
23
|
+
export { c } from "#/@tool-box/utils/logger/index.ts";
|
|
24
|
+
export { MapAbstract } from "#/@tool-box/utils/map/map.abstract.ts";
|
|
25
|
+
export { Random } from "#/@tool-box/utils/random/random.ts";
|
|
26
|
+
export { _ } from "#/@tool-box/utils/type-guard/guardian.ts";
|
|
27
|
+
export { IsCronExpression } from "#/@tool-box/utils/validators/is-cron-expression.ts";
|
|
28
|
+
export { IsDateString } from "#/@tool-box/utils/validators/is-date-string.ts";
|
|
29
|
+
export { IsPasswordsMatch } from "#/@tool-box/utils/validators/is-password-match.ts";
|
|
30
|
+
export { IsPasswordPolicy } from "#/@tool-box/utils/validators/is-password-policy.validator.ts";
|
|
31
|
+
export { IsScheduling } from "#/@tool-box/utils/validators/is-schedule.ts";
|
|
32
|
+
export { IsTimeString } from "#/@tool-box/utils/validators/is-time-string.ts";
|
|
33
|
+
export { IsULID } from "#/@tool-box/utils/validators/is-ulid.ts";
|
|
34
|
+
export { EmailEdge } from "#/objects/@common/edges/email.edge.ts";
|
|
35
|
+
export { UlidSketchEdge } from "#/objects/@common/edges/ulid.sketch.edge.ts";
|
|
36
|
+
export { UrlEdge } from "#/objects/@common/edges/url.edge.ts";
|
|
37
|
+
export { UsernameEdge } from "#/objects/@common/edges/username.edge.ts";
|
|
38
|
+
export { UuidSketchEdge } from "#/objects/@common/edges/uuid.sketch.edge.ts";
|
|
39
|
+
export { EnvironmentPoint } from "#/objects/@common/points/environment.point.ts";
|
|
40
|
+
export { HeaderTokenNamePoint } from "#/objects/@common/points/header-token-name.point.ts";
|
|
41
|
+
export { HttpStatusCodes } from "#/objects/@common/points/http-status-codes.point.ts";
|
|
42
|
+
export { AmountEdge } from "#/objects/amount/amount.edge.ts";
|
|
43
|
+
export { AmountPolygon } from "#/objects/amount/amount.polygon.ts";
|
|
44
|
+
export { AmountUv } from "#/objects/amount/amount.uv.ts";
|
|
45
|
+
export { DurationUnitPoint } from "#/objects/amount/points/duration-unit.point.ts";
|
|
46
|
+
export { EnergyUnitPoint } from "#/objects/amount/points/energy-unit.point.ts";
|
|
47
|
+
export { LengthUnitPoint } from "#/objects/amount/points/length-unit.point.ts";
|
|
48
|
+
export { MassUnitPoint } from "#/objects/amount/points/mass-unit.point.ts";
|
|
49
|
+
export { MonthNamePoint } from "#/objects/amount/points/month-name.point.ts";
|
|
50
|
+
export { ObjectUnitPoint } from "#/objects/amount/points/object-unit.point.ts";
|
|
51
|
+
export { UnitPoints } from "#/objects/amount/points/units.point.ts";
|
|
52
|
+
export { VolumeUnitPoint } from "#/objects/amount/points/volume-unit.point.ts";
|
|
53
|
+
export { WeekDayPoint } from "#/objects/amount/points/week-day.point.ts";
|
|
54
|
+
export { DatetimeEdge } from "#/objects/datetime/edges/datetime.edge.ts";
|
|
55
|
+
export { MonthNameEnum } from "#/objects/datetime/points/month-name.enum.ts";
|
|
56
|
+
export { WeekDayEnum } from "#/objects/datetime/points/week-day.enum.ts";
|
|
57
|
+
export { FailureAbstract } from "#/objects/failure/edges/failure.abstract.ts";
|
|
58
|
+
export { LanguagePoint } from "#/objects/language/points/language.point.ts";
|
|
59
|
+
export { MetadataEdge } from "#/objects/metadata/metadata.edge.ts";
|
|
60
|
+
export { MetadataPolygon } from "#/objects/metadata/metadata.polygon.ts";
|
|
61
|
+
export { MetadataUv } from "#/objects/metadata/metadata.uv.ts";
|
|
62
|
+
export { PasswordEdge } from "#/objects/password/password.edge.ts";
|
|
63
|
+
export { BooleanEdgeSketch } from "#/objects/primitives/boolean.edge.sketch.ts";
|
|
64
|
+
export { DatetimeEdgeSketch } from "#/objects/primitives/datetime.edge.sketch.ts";
|
|
65
|
+
export { NumberEdgeSketch } from "#/objects/primitives/number.edge.sketch.ts";
|
|
66
|
+
export { StringEdgeSketch } from "#/objects/primitives/string.edge.sketch.ts";
|
|
67
|
+
export { SchedulingEdge } from "#/objects/scheduling/scheduling.edge.ts";
|
|
68
|
+
export { TimeEdge } from "#/objects/time/time.edge.ts";
|
|
69
|
+
export { EdgeAbstract } from "#/objects-interface/edges/edge.abstract.ts";
|
|
70
|
+
export { FaceAbstract } from "#/objects-interface/face.abstract.ts";
|
|
71
|
+
export { SolidAbstract } from "#/objects-interface/solid.abstract.ts";
|
|
72
|
+
export { UvAbstract } from "#/objects-interface/uv.abstract.ts";
|
|
73
|
+
export { VertexAbstract } from "#/objects-interface/vertices/vertex.abstract.ts";
|
|
74
|
+
export { PayloadAbstract } from "#/shared/payload.abstract.ts";
|
|
75
|
+
export { RequestAbstract } from "#/shared/request.abstract.ts";
|
|
76
|
+
export { ResponseAbstract } from "#/shared/response.abstract.ts";
|
|
77
77
|
//# sourceMappingURL=index.d.ts.map
|
package/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { StringEdgeSketch } from "#/
|
|
1
|
+
import { StringEdgeSketch } from "#/index.ts";
|
|
2
2
|
export declare class EmailEdge extends StringEdgeSketch {
|
|
3
3
|
private static readonly pattern;
|
|
4
4
|
constructor(email: string);
|
|
5
5
|
protected validation(): void;
|
|
6
|
-
/**
|
|
7
|
-
* Retorna o e-mail como string.
|
|
8
|
-
*/
|
|
9
|
-
toString(): string;
|
|
10
6
|
/**
|
|
11
7
|
* Retorna o e-mail normalizado (lowercase + trim já aplicado no super).
|
|
12
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.edge.d.ts","sourceRoot":"","sources":["../../../../../src/objects/@common/edges/email.edge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"email.edge.d.ts","sourceRoot":"","sources":["../../../../../src/objects/@common/edges/email.edge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,qBAAa,SAAU,SAAQ,gBAAgB;IAC9C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAmC;gBAE/C,KAAK,EAAE,MAAM;IAKhC,SAAS,CAAC,UAAU,IAAI,IAAI;IAO5B;;OAEG;IACI,YAAY,IAAI,MAAM;IAI7B;;OAEG;IACI,YAAY,IAAI,MAAM;IAI7B;;OAEG;IACI,SAAS,IAAI,MAAM;IAI1B;;OAEG;IACI,MAAM,IAAI,MAAM;IAOvB;;OAEG;IACI,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAI5C;;;OAGG;IACI,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAAE,UAAU,UAAO,GAAG,OAAO;IASrE;;;OAGG;IACI,IAAI,IAAI,MAAM;IAYrB;;OAEG;WACW,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;CAQ7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"url.edge.d.ts","sourceRoot":"","sources":["../../../../../src/objects/@common/edges/url.edge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"url.edge.d.ts","sourceRoot":"","sources":["../../../../../src/objects/@common/edges/url.edge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,qBAAa,OAAQ,SAAQ,gBAAgB;IACzB,SAAS,CAAC,IAAI,EAAE,MAAM;gBAAZ,IAAI,EAAE,MAAM;IAKzC,SAAS,CAAC,WAAW,IAAI,IAAI;IAS7B;;;;;;OAMG;IACI,QAAQ,IAAI,MAAM;IAIzB;;;;;;OAMG;IACI,WAAW,IAAI,MAAM;IAI5B;;;;;OAKG;IACI,WAAW,IAAI,MAAM;IAI5B;;;;;;OAMG;IACI,OAAO,IAAI,MAAM;IAIxB;;;;;;OAMG;IACI,OAAO,IAAI,MAAM;IAIxB;;;;;;OAMG;IACI,WAAW,IAAI,MAAM;IAI5B;;;;;;OAMG;IACI,SAAS,IAAI,MAAM;IAI1B;;;;;;;OAOG;IACI,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAIjD;;;;;;OAMG;IACI,eAAe,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAQhD;;;;;;OAMG;IACI,OAAO,IAAI,MAAM;IAIxB;;;;;OAKG;IACI,SAAS,IAAI,MAAM;IAK1B;;;;;;OAMG;IACI,OAAO,IAAI,OAAO;IAIzB;;;;;;OAMG;IACI,MAAM,IAAI,OAAO;IAIxB;;;;;;OAMG;IACI,eAAe,IAAI,OAAO;IAIjC;;;;;;;OAOG;IACI,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAI3C;;;;;;OAMG;IACI,OAAO,IAAI,OAAO;IAIzB;;;;;;;;OAQG;IACI,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO;IAMhD;;;;;;;;OAQG;IACI,eAAe,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO;IAM3D;;;;;;;OAOG;IACI,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAM/C;;;;;;OAMG;IACI,aAAa,IAAI,OAAO;IAM/B;;;;;;OAMG;IACI,WAAW,IAAI,OAAO;IAO7B;;;;;;;OAOG;WACW,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;CAQ7C"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { StringEdgeSketch } from "#/
|
|
1
|
+
import { StringEdgeSketch } from "#/index.ts";
|
|
2
2
|
export declare class UsernameEdge extends StringEdgeSketch {
|
|
3
3
|
private static readonly pattern;
|
|
4
4
|
constructor(username: string);
|
|
5
5
|
protected validateUsername(): void;
|
|
6
|
-
toString(): string;
|
|
7
6
|
toNormalized(): string;
|
|
8
7
|
isEqual(other: string | UsernameEdge, ignoreCase?: boolean): boolean;
|
|
9
8
|
hasOnlyAlphanumeric(): boolean;
|