@be-link/ecommerce-client-backend-service-node-sdk 0.1.41 → 0.1.42

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.
@@ -36,22 +36,22 @@ let RuleServiceClass = class RuleServiceClass extends BaseService_1.default {
36
36
  };
37
37
  __decorate([
38
38
  (0, tsoa_1.OperationId)('创建直播间可见性规则'),
39
- (0, tsoa_1.Post)('create'),
39
+ (0, tsoa_1.Post)('rule/create-room-visibility-rule'),
40
40
  __param(0, (0, tsoa_1.Body)())
41
41
  ], RuleServiceClass.prototype, "createRoomVisibilityRule", null);
42
42
  __decorate([
43
43
  (0, tsoa_1.OperationId)('删除直播间可见性规则'),
44
- (0, tsoa_1.Post)('delete'),
44
+ (0, tsoa_1.Post)('delete-room-visibility-rule'),
45
45
  __param(0, (0, tsoa_1.Body)())
46
46
  ], RuleServiceClass.prototype, "deleteRoomVisibilityRule", null);
47
47
  __decorate([
48
48
  (0, tsoa_1.OperationId)('获取直播间可见性规则列表'),
49
- (0, tsoa_1.Post)('list'),
49
+ (0, tsoa_1.Post)('get-room-visibility-rule-list'),
50
50
  __param(0, (0, tsoa_1.Body)())
51
51
  ], RuleServiceClass.prototype, "getRoomVisibilityRuleList", null);
52
52
  __decorate([
53
53
  (0, tsoa_1.OperationId)('检查门店是否可见直播间'),
54
- (0, tsoa_1.Post)('check'),
54
+ (0, tsoa_1.Post)('check-room-visibility-rule'),
55
55
  __param(0, (0, tsoa_1.Body)())
56
56
  ], RuleServiceClass.prototype, "checkRoomVisibilityRule", null);
57
57
  RuleServiceClass = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-client-backend-service-node-sdk",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",