@be-link/tfs-cli-nodejs 0.0.10 → 0.0.11

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/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import BizError from './errors/BizError';
2
2
  import rescheduleService from './tfs/modules/reschedule/service';
3
- import TourismInfoService from './tfs/modules/tourismInfo/service';
4
3
  import tourTeamService from './tfs/modules/tourTeam/service';
5
4
  import tourGroupService from './tfs/modules/tourGroup/service';
5
+ import tourismInfoService from './tfs/modules/tourismInfo/service';
6
6
  /** 业务模块 */
7
- export { BizError, rescheduleService, TourismInfoService, tourTeamService, tourGroupService };
7
+ export { BizError, rescheduleService, tourTeamService, tourGroupService, tourismInfoService };
package/index.js CHANGED
@@ -3,15 +3,15 @@ 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
- exports.tourGroupService = exports.tourTeamService = exports.TourismInfoService = exports.rescheduleService = exports.BizError = void 0;
6
+ exports.tourismInfoService = exports.tourGroupService = exports.tourTeamService = exports.rescheduleService = exports.BizError = void 0;
7
7
  const BizError_1 = __importDefault(require("./errors/BizError"));
8
8
  exports.BizError = BizError_1.default;
9
9
  const service_1 = __importDefault(require("./tfs/modules/reschedule/service"));
10
10
  exports.rescheduleService = service_1.default;
11
- const service_2 = __importDefault(require("./tfs/modules/tourismInfo/service"));
12
- exports.TourismInfoService = service_2.default;
13
- const service_3 = __importDefault(require("./tfs/modules/tourTeam/service"));
14
- exports.tourTeamService = service_3.default;
15
- const service_4 = __importDefault(require("./tfs/modules/tourGroup/service"));
16
- exports.tourGroupService = service_4.default;
11
+ const service_2 = __importDefault(require("./tfs/modules/tourTeam/service"));
12
+ exports.tourTeamService = service_2.default;
13
+ const service_3 = __importDefault(require("./tfs/modules/tourGroup/service"));
14
+ exports.tourGroupService = service_3.default;
15
+ const service_4 = __importDefault(require("./tfs/modules/tourismInfo/service"));
16
+ exports.tourismInfoService = service_4.default;
17
17
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,iEAAwC;AAOtC,mBAPK,kBAAQ,CAOL;AANV,+EAAgE;AAO9D,4BAPK,iBAAiB,CAOL;AANnB,gFAAkE;AAOhE,6BAPK,iBAAkB,CAOL;AANpB,6EAA4D;AAO1D,0BAPK,iBAAe,CAOL;AANjB,8EAA8D;AAO5D,2BAPK,iBAAgB,CAOL"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,iEAAwC;AAQtC,mBARK,kBAAQ,CAQL;AAPV,+EAAgE;AAQ9D,4BARK,iBAAiB,CAQL;AAPnB,6EAA4D;AAQ1D,0BARK,iBAAe,CAQL;AAPjB,8EAA8D;AAQ5D,2BARK,iBAAgB,CAQL;AAPlB,gFAAkE;AAQhE,6BARK,iBAAkB,CAQL"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {