exodus-framework 2.0.770 → 2.0.771
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/lib/models/Log.d.ts +1 -0
- package/lib/models/Log.d.ts.map +1 -1
- package/lib/models/Log.js +5 -0
- package/package.json +1 -1
package/lib/models/Log.d.ts
CHANGED
@@ -7,6 +7,7 @@ export declare class Log extends Model<InferAttributes<Log>, InferCreationAttrib
|
|
7
7
|
action: string;
|
8
8
|
comments: string;
|
9
9
|
data: CreationOptional<Record<string, any>>;
|
10
|
+
params: CreationOptional<Record<string, any>>;
|
10
11
|
static initialize(connection: Sequelize): import("sequelize").ModelCtor<Log>;
|
11
12
|
}
|
12
13
|
//# sourceMappingURL=Log.d.ts.map
|
package/lib/models/Log.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../src/models/Log.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAEhB,eAAe,EACf,uBAAuB,EAEvB,KAAK,EAGL,SAAS,EACV,MAAM,WAAW,CAAC;AAInB,qBAAa,GAAI,SAAQ,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IACxE,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../src/models/Log.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAEhB,eAAe,EACf,uBAAuB,EAEvB,KAAK,EAGL,SAAS,EACV,MAAM,WAAW,CAAC;AAInB,qBAAa,GAAI,SAAQ,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IACxE,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAC5C,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAEtD,MAAM,CAAC,UAAU,CAAC,UAAU,EAAE,SAAS;CAGxC"}
|
package/lib/models/Log.js
CHANGED