@punks/backend-entity-manager 0.0.310 → 0.0.311
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/cjs/index.js +4 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/extensions/jobs/abstractions/runner.d.ts +1 -0
- package/dist/esm/index.js +4 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/extensions/jobs/abstractions/runner.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2246,6 +2246,7 @@ interface JobDispatchInput {
|
|
|
2246
2246
|
schedule?: JobSchedule<unknown>;
|
|
2247
2247
|
instanceId: string;
|
|
2248
2248
|
payload?: unknown;
|
|
2249
|
+
commandPlaceholders?: Record<string, string>;
|
|
2249
2250
|
}
|
|
2250
2251
|
declare enum JobProviderState {
|
|
2251
2252
|
Initializing = "initializing",
|