@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
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2,6 +2,8 @@ import { Fulfill } from '../../../types';
2
2
  export declare namespace DepartureGroup {
3
3
  namespace Request {
4
4
  interface createDepartureGroup {
5
+ itemId: string;
6
+ fulfillAt: number;
5
7
  type: Fulfill.Constants.DepartureGroupTypeEnum;
6
8
  bizId: string;
7
9
  data: {
@@ -1,6 +1,6 @@
1
- import BaseService from "../baseService";
2
- import { Job } from "./type";
3
- declare class JobService extends BaseService implements Job.IJobService {
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":";;;;;AACA,qCAAqC;AACrC,iEAAyC;AAGzC,MAAM,UAAW,SAAQ,qBAAW;IAApC;;QACY,cAAS,GAAG,MAAM,CAAA;IAc9B,CAAC;IAZC,6CAA6C;QAC3C,OAAO,IAAA,cAAO,EAAmE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,6CAA6C,CAAC,CAAC,CAAA;IACtJ,CAAC;IACD,+CAA+C;QAC7C,OAAO,IAAA,cAAO,EAAqE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,+CAA+C,CAAC,CAAC,CAAA;IAC1J,CAAC;IACD,4CAA4C;QAC1C,OAAO,IAAA,cAAO,EAAkE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,4CAA4C,CAAC,CAAC,CAAA;IACpJ,CAAC;IACD,8CAA8C;QAC5C,OAAO,IAAA,cAAO,EAAoE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,8CAA8C,CAAC,CAAC,CAAA;IACxJ,CAAC;CACF;AAED,MAAM,UAAU,GAAG,IAAI,UAAU,EAAE,CAAA;AACnC,kBAAe,UAAU,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  export declare namespace Job {
2
- interface IJobService {
2
+ interface Controller {
3
3
  /** 短线出团信息缺失提醒 */
4
4
  shortDistanceTravelTourGroupInfoMissingRemind(): Promise<void>;
5
5
  /** 短线出行信息缺失提醒 */