@be-link/pos-cli-nodejs 1.0.15 → 1.0.17

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.
Files changed (234) hide show
  1. package/.github/workflows/JMeter.yml +92 -0
  2. package/.husky/commit-msg +4 -0
  3. package/.versionrc +22 -0
  4. package/CHANGELOG.md +584 -0
  5. package/Makefile +4 -0
  6. package/ceshi.jmx +326 -0
  7. package/ci/index.ts +73 -0
  8. package/commitlint.config.js +3 -0
  9. package/dist/README.md +40 -0
  10. package/dist/package.json +53 -0
  11. package/{pos → dist/pos}/http.js +3 -2
  12. package/{pos → dist/pos}/modules/orderFulfill/service.d.ts +1 -0
  13. package/{pos → dist/pos}/modules/orderFulfill/service.js +3 -0
  14. package/{pos → dist/pos}/modules/orderFulfill/types.d.ts +14 -0
  15. package/{types.d.ts → dist/types.d.ts} +5 -0
  16. package/docs/.nojekyll +1 -0
  17. package/docs/assets/highlight.css +71 -0
  18. package/docs/assets/main.js +59 -0
  19. package/docs/assets/navigation.js +1 -0
  20. package/docs/assets/search.js +1 -0
  21. package/docs/assets/style.css +1383 -0
  22. package/docs/classes/_internal_.OrderCoreService.html +351 -0
  23. package/docs/classes/_internal_.OrderFulfillService.html +489 -0
  24. package/docs/classes/_internal_.OrderJobService.html +229 -0
  25. package/docs/classes/_internal_.OrderNoteService.html +177 -0
  26. package/docs/classes/_internal_.QueryByCommodityService.html +311 -0
  27. package/docs/classes/_internal_.QueryByStoreService.html +133 -0
  28. package/docs/classes/_internal_.QueryByUserService.html +283 -0
  29. package/docs/classes/_internal_.QueryByWebService.html +133 -0
  30. package/docs/classes/_internal_.default.html +82 -0
  31. package/docs/enums/_internal_.Constants.ApplicablePeopleEnum.html +90 -0
  32. package/docs/enums/_internal_.Constants.ItineraryTypeEnum.html +82 -0
  33. package/docs/enums/_internal_.Constants.ModifyOperatorRoleEnum.html +114 -0
  34. package/docs/enums/_internal_.Constants.NoteStatusEnum.html +82 -0
  35. package/docs/enums/_internal_.Constants.NoteTypeEnum.html +106 -0
  36. package/docs/enums/_internal_.Constants.OperatorRoleEnum.html +114 -0
  37. package/docs/enums/_internal_.Constants.PayToolEnum.html +82 -0
  38. package/docs/enums/_internal_.Constants.PaymentTypeEnum.html +98 -0
  39. package/docs/enums/_internal_.Constants.PromotionTypeEnum.html +82 -0
  40. package/docs/enums/_internal_.Constants.PurchaseSkuStatusEnum.html +82 -0
  41. package/docs/enums/_internal_.Constants.ShuttleTypeEnum.html +82 -0
  42. package/docs/enums/_internal_.Constants.TradeOperatorRoleEnum.html +98 -0
  43. package/docs/enums/_internal_.Constants.TradeOrderStatusEnum.html +146 -0
  44. package/docs/enums/_internal_.Constants.TransportationTypeEnum.html +114 -0
  45. package/docs/enums/_internal_.QueryDataBlock.html +121 -0
  46. package/docs/index.html +68 -0
  47. package/docs/interfaces/_internal_.Content.html +81 -0
  48. package/docs/interfaces/_internal_.CostInclusionJson.html +81 -0
  49. package/docs/interfaces/_internal_.CouponSnapShotInfo.html +133 -0
  50. package/docs/interfaces/_internal_.CreditInfo.html +73 -0
  51. package/docs/interfaces/_internal_.IPositiveAttributes.html +161 -0
  52. package/docs/interfaces/_internal_.IPositiveChangeSkuRecord.html +145 -0
  53. package/docs/interfaces/_internal_.IPositiveItemInfo.html +413 -0
  54. package/docs/interfaces/_internal_.IPositiveOrder.html +263 -0
  55. package/docs/interfaces/_internal_.IPositivePaymentInfo.html +153 -0
  56. package/docs/interfaces/_internal_.IPositivePromotionInfo.html +129 -0
  57. package/docs/interfaces/_internal_.IPositiveSkuInfo.html +332 -0
  58. package/docs/interfaces/_internal_.IWxPaymentInfo.html +95 -0
  59. package/docs/interfaces/_internal_.ItinerarySchedule.html +89 -0
  60. package/docs/interfaces/_internal_.OrderCoreController.html +321 -0
  61. package/docs/interfaces/_internal_.OrderJobController.html +201 -0
  62. package/docs/interfaces/_internal_.OrderNoteController.html +156 -0
  63. package/docs/interfaces/_internal_.ProductDetail.html +81 -0
  64. package/docs/interfaces/_internal_.PurchasingInstruction.html +81 -0
  65. package/docs/interfaces/_internal_.QueryByCommodityController.html +284 -0
  66. package/docs/interfaces/_internal_.QueryByStoreController.html +115 -0
  67. package/docs/interfaces/_internal_.QueryByUserController.html +258 -0
  68. package/docs/interfaces/_internal_.QueryByWebController.html +115 -0
  69. package/docs/interfaces/_internal_.QueryDataBlockTypeMap.html +125 -0
  70. package/docs/interfaces/_internal_.SubContent.html +81 -0
  71. package/docs/interfaces/_internal_.addShuttleInfo.html +129 -0
  72. package/docs/interfaces/_internal_.aiBuildNoteInfo.html +73 -0
  73. package/docs/interfaces/_internal_.batchUpsertItineraryInfo.html +202 -0
  74. package/docs/interfaces/_internal_.bindTouristToOrder.html +97 -0
  75. package/docs/interfaces/_internal_.calculateUserConsumeInfo.html +89 -0
  76. package/docs/interfaces/_internal_.changeNoteStatus.html +97 -0
  77. package/docs/interfaces/_internal_.changeOrderContactInfo.html +97 -0
  78. package/docs/interfaces/_internal_.changeOrderSku.html +105 -0
  79. package/docs/interfaces/_internal_.confirmMealInfo.html +81 -0
  80. package/docs/interfaces/_internal_.createNote.html +105 -0
  81. package/docs/interfaces/_internal_.createScheduleNotice.html +89 -0
  82. package/docs/interfaces/_internal_.getItineraryCount.html +73 -0
  83. package/docs/interfaces/_internal_.getOrderById.html +86 -0
  84. package/docs/interfaces/_internal_.getOrderCount.html +193 -0
  85. package/docs/interfaces/_internal_.getPartyOrderCount.html +97 -0
  86. package/docs/interfaces/_internal_.getStoreOrderCount.html +121 -0
  87. package/docs/interfaces/_internal_.getTourismInfoByOrderId-1.html +229 -0
  88. package/docs/interfaces/_internal_.getTourismInfoByOrderId.html +73 -0
  89. package/docs/interfaces/_internal_.getUserOrderCount.html +97 -0
  90. package/docs/interfaces/_internal_.importPreCheck.html +112 -0
  91. package/docs/interfaces/_internal_.isOrderCanAddTourists.html +73 -0
  92. package/docs/interfaces/_internal_.markItineraryRead.html +81 -0
  93. package/docs/interfaces/_internal_.markOrderPurchaseInsurance.html +73 -0
  94. package/docs/interfaces/_internal_.markServiceNoticeAuth.html +73 -0
  95. package/docs/interfaces/_internal_.markServiceNoticeRead.html +81 -0
  96. package/docs/interfaces/_internal_.mgetUserOrderCountList-1.html +54 -0
  97. package/docs/interfaces/_internal_.mgetUserOrderCountList.html +81 -0
  98. package/docs/interfaces/_internal_.modifyOrderMealInfo.html +81 -0
  99. package/docs/interfaces/_internal_.multiSendSmsToTourist.html +81 -0
  100. package/docs/interfaces/_internal_.multiSendVoiceToTourist.html +81 -0
  101. package/docs/interfaces/_internal_.orderCreate-1.html +122 -0
  102. package/docs/interfaces/_internal_.orderCreate.html +208 -0
  103. package/docs/interfaces/_internal_.orderFulfillController.html +452 -0
  104. package/docs/interfaces/_internal_.orderPaid.html +97 -0
  105. package/docs/interfaces/_internal_.orderSettled.html +89 -0
  106. package/docs/interfaces/_internal_.platformReject.html +97 -0
  107. package/docs/interfaces/_internal_.preCheckTourists.html +89 -0
  108. package/docs/interfaces/_internal_.queryItineraryInfoByOrderIdList-1.html +54 -0
  109. package/docs/interfaces/_internal_.queryItineraryInfoByOrderIdList.html +65 -0
  110. package/docs/interfaces/_internal_.queryItineraryList-1.html +81 -0
  111. package/docs/interfaces/_internal_.queryItineraryList.html +89 -0
  112. package/docs/interfaces/_internal_.queryNoteByOrderIdList.html +73 -0
  113. package/docs/interfaces/_internal_.queryOrder.html +102 -0
  114. package/docs/interfaces/_internal_.queryOrderByIdList.html +86 -0
  115. package/docs/interfaces/_internal_.queryOrderBySkuIdList.html +94 -0
  116. package/docs/interfaces/_internal_.queryOrderChangeSkuRecords.html +73 -0
  117. package/docs/interfaces/_internal_.queryOrderList.html +210 -0
  118. package/docs/interfaces/_internal_.queryOrderMergeRecordByOrderId-1.html +123 -0
  119. package/docs/interfaces/_internal_.queryOrderMergeRecordByOrderId.html +73 -0
  120. package/docs/interfaces/_internal_.queryPartyOrderInfo-1.html +81 -0
  121. package/docs/interfaces/_internal_.queryPartyOrderInfo.html +113 -0
  122. package/docs/interfaces/_internal_.queryPeriodTradeOrderList-1.html +89 -0
  123. package/docs/interfaces/_internal_.queryPeriodTradeOrderList.html +51 -0
  124. package/docs/interfaces/_internal_.queryPeriodTradeOrderOperatorList-1.html +137 -0
  125. package/docs/interfaces/_internal_.queryPeriodTradeOrderOperatorList.html +89 -0
  126. package/docs/interfaces/_internal_.queryRollingSalesStatistics-1.html +113 -0
  127. package/docs/interfaces/_internal_.queryRollingSalesStatistics.html +129 -0
  128. package/docs/interfaces/_internal_.querySaleItem-1.html +81 -0
  129. package/docs/interfaces/_internal_.querySaleItem.html +105 -0
  130. package/docs/interfaces/_internal_.queryShuttleInfoByOrderId-1.html +169 -0
  131. package/docs/interfaces/_internal_.queryShuttleInfoByOrderId.html +73 -0
  132. package/docs/interfaces/_internal_.queryStoreOrderList.html +165 -0
  133. package/docs/interfaces/_internal_.querySubOrderListByRootOrderId.html +94 -0
  134. package/docs/interfaces/_internal_.queryTopSaleItem-1.html +81 -0
  135. package/docs/interfaces/_internal_.queryTopSaleItem.html +97 -0
  136. package/docs/interfaces/_internal_.queryTourismInfoInOrderIdList.html +73 -0
  137. package/docs/interfaces/_internal_.queryUnionIdListByTimeRange.html +89 -0
  138. package/docs/interfaces/_internal_.queryUserOrder.html +153 -0
  139. package/docs/interfaces/_internal_.sendOrderPaidNotification.html +73 -0
  140. package/docs/interfaces/_internal_.submittedToSupplier.html +89 -0
  141. package/docs/interfaces/_internal_.supplierConfirmed.html +89 -0
  142. package/docs/interfaces/_internal_.supplierRejected.html +97 -0
  143. package/docs/interfaces/_internal_.thirdOrderInfoConfirmed.html +105 -0
  144. package/docs/interfaces/_internal_.updateShuttleInfo.html +129 -0
  145. package/docs/interfaces/_internal_.updateTradeOrderRoomCount.html +94 -0
  146. package/docs/interfaces/_internal_.updateTradeOrderTouristsInfo.html +139 -0
  147. package/docs/modules/_internal_.Constants.html +71 -0
  148. package/docs/modules/_internal_.html +180 -0
  149. package/docs/modules.html +62 -0
  150. package/docs/types/_internal_.QueryDataRes.html +56 -0
  151. package/docs/types/_internal_.Record.html +58 -0
  152. package/docs/types/_internal_.importPreCheck-1.html +66 -0
  153. package/docs/types/_internal_.queryNoteByOrderIdList-1.html +106 -0
  154. package/docs/types/_internal_.queryTourismInfoInOrderIdList-1.html +48 -0
  155. package/docs/variables/PosConstants.html +50 -0
  156. package/docs/variables/orderCoreService.html +47 -0
  157. package/docs/variables/orderFulfillService.html +47 -0
  158. package/docs/variables/orderJobService.html +47 -0
  159. package/docs/variables/orderNoteService.html +47 -0
  160. package/docs/variables/queryByCommodityService.html +47 -0
  161. package/docs/variables/queryByStoreService.html +47 -0
  162. package/docs/variables/queryByUserService.html +47 -0
  163. package/docs/variables/queryByWebService.html +47 -0
  164. package/jest.config.js +194 -0
  165. package/package.json +1 -1
  166. package/src/errors/BizError.ts +10 -0
  167. package/src/errors/SystemError.ts +10 -0
  168. package/src/index.ts +33 -0
  169. package/src/pos/http.ts +70 -0
  170. package/src/pos/modules/dataMigrate/service.ts +18 -0
  171. package/src/pos/modules/dataMigrate/types.ts +11 -0
  172. package/src/pos/modules/orderCore/service.ts +55 -0
  173. package/src/pos/modules/orderCore/types.ts +320 -0
  174. package/src/pos/modules/orderFulfill/service.ts +120 -0
  175. package/src/pos/modules/orderFulfill/types.ts +526 -0
  176. package/src/pos/modules/orderJob/service.ts +72 -0
  177. package/src/pos/modules/orderJob/types.ts +42 -0
  178. package/src/pos/modules/orderNote/service.ts +29 -0
  179. package/src/pos/modules/orderNote/types.ts +76 -0
  180. package/src/pos/modules/orderQuery/commodity.ts +59 -0
  181. package/src/pos/modules/orderQuery/store.ts +24 -0
  182. package/src/pos/modules/orderQuery/supplier.ts +34 -0
  183. package/src/pos/modules/orderQuery/types.ts +1124 -0
  184. package/src/pos/modules/orderQuery/user.ts +83 -0
  185. package/src/pos/modules/orderQuery/web.ts +26 -0
  186. package/src/pos/modules/service.ts +31 -0
  187. package/src/types.ts +1079 -0
  188. package/src/utils/env.ts +14 -0
  189. package/src/utils/string.ts +6 -0
  190. package/tsconfig.json +114 -0
  191. package/typedoc.json +15 -0
  192. /package/{errors → dist/errors}/BizError.d.ts +0 -0
  193. /package/{errors → dist/errors}/BizError.js +0 -0
  194. /package/{errors → dist/errors}/SystemError.d.ts +0 -0
  195. /package/{errors → dist/errors}/SystemError.js +0 -0
  196. /package/{index.d.ts → dist/index.d.ts} +0 -0
  197. /package/{index.js → dist/index.js} +0 -0
  198. /package/{pos → dist/pos}/http.d.ts +0 -0
  199. /package/{pos → dist/pos}/modules/dataMigrate/service.d.ts +0 -0
  200. /package/{pos → dist/pos}/modules/dataMigrate/service.js +0 -0
  201. /package/{pos → dist/pos}/modules/dataMigrate/types.d.ts +0 -0
  202. /package/{pos → dist/pos}/modules/dataMigrate/types.js +0 -0
  203. /package/{pos → dist/pos}/modules/orderCore/service.d.ts +0 -0
  204. /package/{pos → dist/pos}/modules/orderCore/service.js +0 -0
  205. /package/{pos → dist/pos}/modules/orderCore/types.d.ts +0 -0
  206. /package/{pos → dist/pos}/modules/orderCore/types.js +0 -0
  207. /package/{pos → dist/pos}/modules/orderFulfill/types.js +0 -0
  208. /package/{pos → dist/pos}/modules/orderJob/service.d.ts +0 -0
  209. /package/{pos → dist/pos}/modules/orderJob/service.js +0 -0
  210. /package/{pos → dist/pos}/modules/orderJob/types.d.ts +0 -0
  211. /package/{pos → dist/pos}/modules/orderJob/types.js +0 -0
  212. /package/{pos → dist/pos}/modules/orderNote/service.d.ts +0 -0
  213. /package/{pos → dist/pos}/modules/orderNote/service.js +0 -0
  214. /package/{pos → dist/pos}/modules/orderNote/types.d.ts +0 -0
  215. /package/{pos → dist/pos}/modules/orderNote/types.js +0 -0
  216. /package/{pos → dist/pos}/modules/orderQuery/commodity.d.ts +0 -0
  217. /package/{pos → dist/pos}/modules/orderQuery/commodity.js +0 -0
  218. /package/{pos → dist/pos}/modules/orderQuery/store.d.ts +0 -0
  219. /package/{pos → dist/pos}/modules/orderQuery/store.js +0 -0
  220. /package/{pos → dist/pos}/modules/orderQuery/supplier.d.ts +0 -0
  221. /package/{pos → dist/pos}/modules/orderQuery/supplier.js +0 -0
  222. /package/{pos → dist/pos}/modules/orderQuery/types.d.ts +0 -0
  223. /package/{pos → dist/pos}/modules/orderQuery/types.js +0 -0
  224. /package/{pos → dist/pos}/modules/orderQuery/user.d.ts +0 -0
  225. /package/{pos → dist/pos}/modules/orderQuery/user.js +0 -0
  226. /package/{pos → dist/pos}/modules/orderQuery/web.d.ts +0 -0
  227. /package/{pos → dist/pos}/modules/orderQuery/web.js +0 -0
  228. /package/{pos → dist/pos}/modules/service.d.ts +0 -0
  229. /package/{pos → dist/pos}/modules/service.js +0 -0
  230. /package/{types.js → dist/types.js} +0 -0
  231. /package/{utils → dist/utils}/env.d.ts +0 -0
  232. /package/{utils → dist/utils}/env.js +0 -0
  233. /package/{utils → dist/utils}/string.d.ts +0 -0
  234. /package/{utils → dist/utils}/string.js +0 -0
@@ -0,0 +1,92 @@
1
+ # This is a workflow to help you run all JMeter scripts with Actions
2
+
3
+ name: jmeter
4
+
5
+ # Controls when the workflow will run
6
+ on:
7
+ # Triggers the workflow on push or pull request events but only for the main branch
8
+ push:
9
+ branches: [master, feature-jm]
10
+
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
13
+
14
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
+ jobs:
16
+ # This workflow contains a single job called "build"
17
+ build:
18
+ # The type of runner that the job will run on
19
+ runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: read
22
+ packages: write
23
+
24
+ # Steps represent a sequence of tasks that will be executed as part of the job
25
+ steps:
26
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
+ - uses: actions/checkout@v2
28
+ - name: Install zip
29
+ run: |
30
+ sudo apt-get install zip
31
+
32
+ - name: where are the files?
33
+ run: |
34
+ pwd
35
+ ls
36
+
37
+ - name: Create reports directory
38
+ run: |
39
+ mkdir reports
40
+
41
+ - name: JMeter Test
42
+ uses: QAInsights/PerfAction@v5.6.2
43
+ with:
44
+ test-plan-path: ceshi.jmx
45
+ args: "-e -o ./reports/html/"
46
+
47
+ - name: Upload Results
48
+ uses: actions/upload-artifact@v3
49
+ with:
50
+ name: jmeter-results
51
+ path: result.jtl
52
+ if-no-files-found: error
53
+
54
+ - name: Upload HTML Reports
55
+ uses: actions/upload-artifact@v3
56
+ with:
57
+ name: jmeter-html-reports
58
+ path: reports
59
+ if-no-files-found: error
60
+
61
+ - name: Download Artifact
62
+ uses: actions/download-artifact@v3
63
+ with:
64
+ name: jmeter-html-reports
65
+ path: ./download
66
+
67
+ - name: Create ZIP
68
+ run: |
69
+ cd ./download/
70
+ pwd
71
+ ls
72
+ zip -r jmeter-html-reports.zip html
73
+ chmod 777 jmeter-html-reports.zip
74
+
75
+ - name: Upload ZIP Artifact
76
+ uses: actions/upload-artifact@v3
77
+ with:
78
+ name: jmeter-html-reports.zip
79
+ path: ./download/jmeter-html-reports.zip
80
+
81
+ - name: Send email with test report
82
+ uses: dawidd6/action-send-mail@v2
83
+ with:
84
+ server_address: smtp.qq.com
85
+ server_port: 465
86
+ username: 3373930160@qq.com
87
+ password: yrwajecvfrgidahh
88
+ subject: JMeter Test Report,zip版本
89
+ body: Please find attached the JMeter test report.
90
+ to: 3373930160@qq.com,duduzi0520@gmail.com
91
+ from: 3373930160@qq.com
92
+ attachments: ./download/jmeter-html-reports.zip
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env sh
2
+ . "$(dirname -- "$0")/_/husky.sh"
3
+
4
+ npx --no -- commitlint --edit "$1"
package/.versionrc ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "header":"# 更新日志 \n\n",
3
+ "types": [
4
+ {"type": "feat", "section": "✨ Features | 新功能"},
5
+ {"type": "fix", "section": "🐛 Bug Fixes | Bug 修复"},
6
+ {"type": "perf", "section":"⚡ Performance Improvements | 性能优化"},
7
+ {"type": "revert", "section":"⏪ Reverts | 回退"},
8
+ {"type": "chore", "section":"📦 Chores | 其他更新"},
9
+ {"type": "docs", "section":"📝 Documentation | 文档"},
10
+ {"type": "style", "section":"💄 Styles | 风格", "hidden": true},
11
+ {"type": "refactor", "section":"♻ Code Refactoring | 代码重构"},
12
+ {"type": "test", "section":"✅ Tests | 测试"},
13
+ {"type": "build", "section":"👷‍ Build System | 构建"},
14
+ {"type": "ci", "section":"🔧 Continuous Integration | CI 配置"}
15
+ ],
16
+ "skip": {
17
+ "bump": false,
18
+ "changelog": false,
19
+ "commit": false,
20
+ "tag": false
21
+ }
22
+ }