@experts_hub/shared 1.0.647 → 1.0.648
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/modules/job/dto/job-status.dto.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -6720,6 +6720,7 @@ var JobStatus = /* @__PURE__ */ ((JobStatus2) => {
|
|
|
6720
6720
|
JobStatus2["DRAFT"] = "DRAFT";
|
|
6721
6721
|
JobStatus2["ONHOLD"] = "ONHOLD";
|
|
6722
6722
|
JobStatus2["CLOSED"] = "CLOSED";
|
|
6723
|
+
JobStatus2["COMPLETED"] = "COMPLETED";
|
|
6723
6724
|
return JobStatus2;
|
|
6724
6725
|
})(JobStatus || {});
|
|
6725
6726
|
var JobStatusDto = class {
|
package/dist/index.mjs
CHANGED
|
@@ -6615,6 +6615,7 @@ var JobStatus = /* @__PURE__ */ ((JobStatus2) => {
|
|
|
6615
6615
|
JobStatus2["DRAFT"] = "DRAFT";
|
|
6616
6616
|
JobStatus2["ONHOLD"] = "ONHOLD";
|
|
6617
6617
|
JobStatus2["CLOSED"] = "CLOSED";
|
|
6618
|
+
JobStatus2["COMPLETED"] = "COMPLETED";
|
|
6618
6619
|
return JobStatus2;
|
|
6619
6620
|
})(JobStatus || {});
|
|
6620
6621
|
var JobStatusDto = class {
|