@be-link/tfs-cli-nodejs 0.0.22 → 0.0.24
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import BaseService from
|
|
2
|
-
import { Job } from
|
|
3
|
-
declare class JobService extends BaseService implements Job.
|
|
1
|
+
import BaseService from '../baseService';
|
|
2
|
+
import { Job } from './type';
|
|
3
|
+
declare class JobService extends BaseService implements Job.Controller {
|
|
4
4
|
protected prefixUrl: string;
|
|
5
5
|
shortDistanceTravelTourGroupInfoMissingRemind(): Promise<void>;
|
|
6
6
|
shortDistanceTravelTouristTourInfoMissingRemind(): Promise<void>;
|
|
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const http_1 = require("../../http");
|
|
7
6
|
const baseService_1 = __importDefault(require("../baseService"));
|
|
7
|
+
const http_1 = require("../../http");
|
|
8
8
|
class JobService extends baseService_1.default {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../src/tfs/modules/job/service.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../src/tfs/modules/job/service.ts"],"names":[],"mappings":";;;;;AAAA,iEAAwC;AACxC,qCAAoC;AAGpC,MAAM,UAAW,SAAQ,qBAAW;IAApC;;QACY,cAAS,GAAG,MAAM,CAAA;IAc9B,CAAC;IAZC,6CAA6C;QAC3C,OAAO,IAAA,cAAO,EAAkE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,6CAA6C,CAAC,CAAC,CAAA;IACrJ,CAAC;IACD,+CAA+C;QAC7C,OAAO,IAAA,cAAO,EAAoE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,+CAA+C,CAAC,CAAC,CAAA;IACzJ,CAAC;IACD,4CAA4C;QAC1C,OAAO,IAAA,cAAO,EAAiE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,4CAA4C,CAAC,CAAC,CAAA;IACnJ,CAAC;IACD,8CAA8C;QAC5C,OAAO,IAAA,cAAO,EAAmE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,8CAA8C,CAAC,CAAC,CAAA;IACvJ,CAAC;CACF;AAED,MAAM,UAAU,GAAG,IAAI,UAAU,EAAE,CAAA;AACnC,kBAAe,UAAU,CAAA"}
|