@qbraid-core/jobs 0.12.1 → 0.12.2

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.
@@ -3,5 +3,5 @@
3
3
  */
4
4
  export { QuantumJobsClient, QuantumJobsClientV1 } from './client';
5
5
  export type { Tag, TimeStamps, JobQueryParams, QuantumJobData, QuantumJobResponse, DeleteSingleJobResponse, DeleteMultipleJobsResponse, CancelResponse, } from './types';
6
- export { JobStatus } from './types';
7
- export type { ExperimentType, Vendor, Provider, ProgramFormat, S3Destination, TimeStampsV1, Program, JobBase, JobRequest, RuntimeJob, PlatformJob, JobQueryParamsV1, DeleteJobResponseV1, DeleteMultipleJobsResponseV1, CancelJobResponseV1, } from './types';
6
+ export { JobStatus, JobStatusGroup } from './types';
7
+ export type { ExperimentType, Vendor, Provider, ProgramFormat, S3Destination, TimeStampsV1, Program, ProgramData, JobBase, JobResult, JobRequest, RuntimeJob, PlatformJob, JobQueryParamsV1, DeleteJobResponseV1, DeleteMultipleJobsResponseV1, QuantumJobsResponseV1, CancelJobResponseV1, } from './types';
package/dist/src/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) 2025, qBraid Development Team
3
3
  // All rights reserved.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.JobStatus = exports.QuantumJobsClientV1 = exports.QuantumJobsClient = void 0;
5
+ exports.JobStatusGroup = exports.JobStatus = exports.QuantumJobsClientV1 = exports.QuantumJobsClient = void 0;
6
6
  /**
7
7
  * @module jobs
8
8
  */
@@ -12,4 +12,5 @@ Object.defineProperty(exports, "QuantumJobsClientV1", { enumerable: true, get: f
12
12
  // V1 Types
13
13
  var types_1 = require("./types");
14
14
  Object.defineProperty(exports, "JobStatus", { enumerable: true, get: function () { return types_1.JobStatus; } });
15
+ Object.defineProperty(exports, "JobStatusGroup", { enumerable: true, get: function () { return types_1.JobStatusGroup; } });
15
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,8CAA8C;AAC9C,uBAAuB;;;AAEvB;;GAEG;AACH,mCAAkE;AAAzD,2GAAA,iBAAiB,OAAA;AAAE,6GAAA,mBAAmB,OAAA;AAc/C,WAAW;AACX,iCAAoC;AAA3B,kGAAA,SAAS,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,8CAA8C;AAC9C,uBAAuB;;;AAEvB;;GAEG;AACH,mCAAkE;AAAzD,2GAAA,iBAAiB,OAAA;AAAE,6GAAA,mBAAmB,OAAA;AAc/C,WAAW;AACX,iCAAoD;AAA3C,kGAAA,SAAS,OAAA;AAAE,uGAAA,cAAc,OAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qbraid-core/jobs",
3
3
  "description": "Client for the qBraid Quantum Jobs service.",
4
- "version": "0.12.1",
4
+ "version": "0.12.2",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "author": "qBraid Development Team",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {},
39
39
  "peerDependencies": {
40
- "@qbraid-core/base": "0.12.1"
40
+ "@qbraid-core/base": "0.12.2"
41
41
  },
42
42
  "scripts": {
43
43
  "clean": "rimraf dist tsconfig.tsbuildinfo src/*.d.ts src/*.js",