@servicelabsco/slabs-access-manager 1.0.14 → 1.0.15
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/migrations/{1777921674642-CreateCurrencyRateTable.d.ts → 1695800604807-CreateCurrencyRateTable.d.ts} +1 -1
- package/dist/migrations/{1777921674642-CreateCurrencyRateTable.js → 1695800604807-CreateCurrencyRateTable.js} +4 -4
- package/dist/migrations/{1777921674642-CreateCurrencyRateTable.js.map → 1695800604807-CreateCurrencyRateTable.js.map} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MigrationUtility } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class CreateCurrencyRateTable1695800604807 extends MigrationUtility {
|
|
3
3
|
constructor();
|
|
4
4
|
process(): void;
|
|
5
5
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CreateCurrencyRateTable1695800604807 = void 0;
|
|
4
4
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
-
class
|
|
5
|
+
class CreateCurrencyRateTable1695800604807 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
6
|
constructor() {
|
|
7
7
|
super('bz_currency_rates');
|
|
8
8
|
this.process();
|
|
@@ -17,5 +17,5 @@ class CreateCurrencyRateTable1777921674642 extends nestjs_utility_services_1.Mig
|
|
|
17
17
|
this.whoColumns();
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
exports.
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
exports.CreateCurrencyRateTable1695800604807 = CreateCurrencyRateTable1695800604807;
|
|
21
|
+
//# sourceMappingURL=1695800604807-CreateCurrencyRateTable.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"1695800604807-CreateCurrencyRateTable.js","sourceRoot":"","sources":["../../src/migrations/1695800604807-CreateCurrencyRateTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,oCAAqC,SAAQ,0CAAgB;IACtE;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAE3E,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC,CAAC;QAEtE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAClB,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;QAE1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAnBD,oFAmBC"}
|
package/package.json
CHANGED