zormz 1.2.6 → 1.2.7
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -384,7 +384,7 @@ declare class IntColumn {
|
|
|
384
384
|
Required(): this;
|
|
385
385
|
Pk(): this;
|
|
386
386
|
Unique(): this;
|
|
387
|
-
Unsingned(numeroPositivosInicio?: number):
|
|
387
|
+
Unsingned(numeroPositivosInicio?: number): this;
|
|
388
388
|
AutoIncrement(): this;
|
|
389
389
|
Default(value: number): this;
|
|
390
390
|
withType({ defaultData, id, requerido, unique, autoIncrement }: IntType): this;
|
package/dist/index.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ declare class IntColumn {
|
|
|
384
384
|
Required(): this;
|
|
385
385
|
Pk(): this;
|
|
386
386
|
Unique(): this;
|
|
387
|
-
Unsingned(numeroPositivosInicio?: number):
|
|
387
|
+
Unsingned(numeroPositivosInicio?: number): this;
|
|
388
388
|
AutoIncrement(): this;
|
|
389
389
|
Default(value: number): this;
|
|
390
390
|
withType({ defaultData, id, requerido, unique, autoIncrement }: IntType): this;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED