@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.439

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 (136) hide show
  1. package/.openapi-generator/FILES +14 -0
  2. package/apis/common-api.ts +286 -0
  3. package/apis/dashboard-api.ts +368 -0
  4. package/apis/work-order-api.ts +134 -10
  5. package/dist/apis/common-api.d.ts +149 -0
  6. package/dist/apis/common-api.js +215 -0
  7. package/dist/apis/dashboard-api.d.ts +190 -0
  8. package/dist/apis/dashboard-api.js +280 -0
  9. package/dist/apis/work-order-api.d.ts +71 -4
  10. package/dist/apis/work-order-api.js +90 -10
  11. package/dist/esm/apis/common-api.d.ts +149 -0
  12. package/dist/esm/apis/common-api.js +215 -0
  13. package/dist/esm/apis/dashboard-api.d.ts +190 -0
  14. package/dist/esm/apis/dashboard-api.js +280 -0
  15. package/dist/esm/apis/work-order-api.d.ts +71 -4
  16. package/dist/esm/apis/work-order-api.js +90 -10
  17. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  18. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  19. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  20. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  21. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  22. package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
  23. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  24. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
  25. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  26. package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
  27. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
  28. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  29. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  30. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
  31. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
  32. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
  33. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
  34. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  35. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
  36. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  37. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
  38. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  39. package/dist/esm/models/index.d.ts +14 -0
  40. package/dist/esm/models/index.js +14 -0
  41. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  43. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  44. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  45. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  46. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  47. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  48. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  49. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  50. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  51. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  52. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  53. package/dist/esm/models/park-list-dto.d.ts +24 -0
  54. package/dist/esm/models/srm-center-entity.d.ts +54 -0
  55. package/dist/esm/models/srm-center-entity.js +14 -0
  56. package/dist/esm/models/srm-center-vo.d.ts +54 -0
  57. package/dist/esm/models/srm-center-vo.js +14 -0
  58. package/dist/esm/models/srm-level-add-dto.d.ts +48 -0
  59. package/dist/esm/models/srm-level-add-dto.js +14 -0
  60. package/dist/esm/models/sys-user.d.ts +4 -4
  61. package/dist/esm/models/work-order-search-dto.d.ts +12 -0
  62. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  63. package/dist/models/access-appointment-source-enum.js +2 -1
  64. package/dist/models/access-record-details-dto.d.ts +7 -0
  65. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  66. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  67. package/dist/models/dashboard-access-search-dto.d.ts +68 -0
  68. package/dist/models/dashboard-access-search-dto.js +15 -0
  69. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
  70. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  71. package/dist/models/dashboard-base-search-dto.d.ts +18 -0
  72. package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
  73. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  74. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  75. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
  76. package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
  77. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
  78. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
  79. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  80. package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
  81. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  82. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
  83. package/dist/models/dept-relation-dto.d.ts +24 -0
  84. package/dist/models/index.d.ts +14 -0
  85. package/dist/models/index.js +14 -0
  86. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  87. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  88. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  89. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  90. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  91. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  92. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  93. package/dist/models/json-result-list-inspection-point.js +15 -0
  94. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  95. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  96. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  97. package/dist/models/json-result-srm-center-entity.js +15 -0
  98. package/dist/models/park-list-dto.d.ts +24 -0
  99. package/dist/models/srm-center-entity.d.ts +54 -0
  100. package/dist/models/srm-center-entity.js +15 -0
  101. package/dist/models/srm-center-vo.d.ts +54 -0
  102. package/dist/models/srm-center-vo.js +15 -0
  103. package/dist/models/srm-level-add-dto.d.ts +48 -0
  104. package/dist/models/srm-level-add-dto.js +15 -0
  105. package/dist/models/sys-user.d.ts +4 -4
  106. package/dist/models/work-order-search-dto.d.ts +12 -0
  107. package/models/access-appointment-source-enum.ts +2 -1
  108. package/models/access-record-details-dto.ts +9 -0
  109. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  110. package/models/dashboard-access-search-dto.ts +80 -0
  111. package/models/dashboard-access-source-group-stats-vo.ts +65 -0
  112. package/models/dashboard-base-search-dto.ts +18 -0
  113. package/models/dashboard-equipment-search-dto.ts +18 -0
  114. package/models/dashboard-series-stats-base-vo.ts +36 -0
  115. package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
  116. package/models/dashboard-surveillance-search-dto.ts +18 -0
  117. package/models/dashboard-work-order-by-park-search-dto.ts +19 -1
  118. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
  119. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
  120. package/models/dashboard-work-order-list-search-dto.ts +132 -0
  121. package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
  122. package/models/dept-relation-dto.ts +24 -0
  123. package/models/index.ts +14 -0
  124. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  125. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  126. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  127. package/models/json-result-list-inspection-point.ts +72 -0
  128. package/models/json-result-list-srm-center-vo.ts +72 -0
  129. package/models/json-result-srm-center-entity.ts +72 -0
  130. package/models/park-list-dto.ts +24 -0
  131. package/models/srm-center-entity.ts +60 -0
  132. package/models/srm-center-vo.ts +60 -0
  133. package/models/srm-level-add-dto.ts +54 -0
  134. package/models/sys-user.ts +4 -4
  135. package/models/work-order-search-dto.ts +12 -0
  136. package/package.json +1 -1
@@ -714,12 +714,13 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
714
714
  * @param {number} [equipmentId] 设备ID
715
715
  * @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
716
716
  * @param {boolean} [isTimeOut] 是否超时
717
+ * @param {Array<number>} [parkIds] 园区ID集合
717
718
  * @param {number} [page] 当前页码
718
719
  * @param {number} [pageSize] 每页数量
719
720
  * @param {*} [options] Override http request option.
720
721
  * @throws {RequiredError}
721
722
  */
722
- publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options = {}) {
723
+ publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options = {}) {
723
724
  const localVarPath = `/gizone/workOrder/public/list`;
724
725
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
725
726
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -772,6 +773,9 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
772
773
  if (isTimeOut !== undefined) {
773
774
  localVarQueryParameter['isTimeOut'] = isTimeOut;
774
775
  }
776
+ if (parkIds) {
777
+ localVarQueryParameter['parkIds'] = parkIds;
778
+ }
775
779
  if (page !== undefined) {
776
780
  localVarQueryParameter['page'] = page;
777
781
  }
@@ -859,6 +863,41 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
859
863
  options: localVarRequestOptions,
860
864
  };
861
865
  }),
866
+ /**
867
+ *
868
+ * @param {number} workOrderId
869
+ * @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
870
+ * @param {*} [options] Override http request option.
871
+ * @throws {RequiredError}
872
+ */
873
+ selectWorkOrderInspectionPoint: (workOrderId_1, inspectionPointStatus_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionPointStatus_1, ...args_1], void 0, function* (workOrderId, inspectionPointStatus, options = {}) {
874
+ // verify required parameter 'workOrderId' is not null or undefined
875
+ assertParamExists('selectWorkOrderInspectionPoint', 'workOrderId', workOrderId);
876
+ const localVarPath = `/gizone/workOrder/period/{workOrderId}/inspectionPoint`
877
+ .replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
878
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
879
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
880
+ let baseOptions;
881
+ if (configuration) {
882
+ baseOptions = configuration.baseOptions;
883
+ }
884
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
885
+ const localVarHeaderParameter = {};
886
+ const localVarQueryParameter = {};
887
+ // authentication tokenScheme required
888
+ // http bearer authentication required
889
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
890
+ if (inspectionPointStatus !== undefined) {
891
+ localVarQueryParameter['inspectionPointStatus'] = inspectionPointStatus;
892
+ }
893
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
894
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
895
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
896
+ return {
897
+ url: toPathString(localVarUrlObj),
898
+ options: localVarRequestOptions,
899
+ };
900
+ }),
862
901
  /**
863
902
  *
864
903
  * @summary 查询工单逐级推送人员详情
@@ -1536,12 +1575,13 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
1536
1575
  * @param {number} [equipmentId] 设备ID
1537
1576
  * @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
1538
1577
  * @param {boolean} [isTimeOut] 是否超时
1578
+ * @param {Array<number>} [parkIds] 园区ID集合
1539
1579
  * @param {number} [page] 当前页码
1540
1580
  * @param {number} [pageSize] 每页数量
1541
1581
  * @param {*} [options] Override http request option.
1542
1582
  * @throws {RequiredError}
1543
1583
  */
1544
- workOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options = {}) {
1584
+ workOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options = {}) {
1545
1585
  const localVarPath = `/gizone/workOrder/list`;
1546
1586
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1547
1587
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1594,6 +1634,9 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
1594
1634
  if (isTimeOut !== undefined) {
1595
1635
  localVarQueryParameter['isTimeOut'] = isTimeOut;
1596
1636
  }
1637
+ if (parkIds) {
1638
+ localVarQueryParameter['parkIds'] = parkIds;
1639
+ }
1597
1640
  if (page !== undefined) {
1598
1641
  localVarQueryParameter['page'] = page;
1599
1642
  }
@@ -2647,15 +2690,16 @@ export const WorkOrderApiFp = function (configuration) {
2647
2690
  * @param {number} [equipmentId] 设备ID
2648
2691
  * @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
2649
2692
  * @param {boolean} [isTimeOut] 是否超时
2693
+ * @param {Array<number>} [parkIds] 园区ID集合
2650
2694
  * @param {number} [page] 当前页码
2651
2695
  * @param {number} [pageSize] 每页数量
2652
2696
  * @param {*} [options] Override http request option.
2653
2697
  * @throws {RequiredError}
2654
2698
  */
2655
- publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
2699
+ publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options) {
2656
2700
  return __awaiter(this, void 0, void 0, function* () {
2657
2701
  var _a, _b, _c;
2658
- const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options);
2702
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options);
2659
2703
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2660
2704
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2661
2705
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2694,6 +2738,22 @@ export const WorkOrderApiFp = function (configuration) {
2694
2738
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2695
2739
  });
2696
2740
  },
2741
+ /**
2742
+ *
2743
+ * @param {number} workOrderId
2744
+ * @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
2745
+ * @param {*} [options] Override http request option.
2746
+ * @throws {RequiredError}
2747
+ */
2748
+ selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options) {
2749
+ return __awaiter(this, void 0, void 0, function* () {
2750
+ var _a, _b, _c;
2751
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options);
2752
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2753
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2754
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2755
+ });
2756
+ },
2697
2757
  /**
2698
2758
  *
2699
2759
  * @summary 查询工单逐级推送人员详情
@@ -3024,15 +3084,16 @@ export const WorkOrderApiFp = function (configuration) {
3024
3084
  * @param {number} [equipmentId] 设备ID
3025
3085
  * @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
3026
3086
  * @param {boolean} [isTimeOut] 是否超时
3087
+ * @param {Array<number>} [parkIds] 园区ID集合
3027
3088
  * @param {number} [page] 当前页码
3028
3089
  * @param {number} [pageSize] 每页数量
3029
3090
  * @param {*} [options] Override http request option.
3030
3091
  * @throws {RequiredError}
3031
3092
  */
3032
- workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
3093
+ workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options) {
3033
3094
  return __awaiter(this, void 0, void 0, function* () {
3034
3095
  var _a, _b, _c;
3035
- const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options);
3096
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options);
3036
3097
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3037
3098
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3038
3099
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -3569,7 +3630,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
3569
3630
  * @throws {RequiredError}
3570
3631
  */
3571
3632
  publicWorkOrderList(requestParameters = {}, options) {
3572
- return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
3633
+ return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
3573
3634
  },
3574
3635
  /**
3575
3636
  *
@@ -3591,6 +3652,15 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
3591
3652
  saveDetail(requestParameters, options) {
3592
3653
  return localVarFp.saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(axios, basePath));
3593
3654
  },
3655
+ /**
3656
+ *
3657
+ * @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
3658
+ * @param {*} [options] Override http request option.
3659
+ * @throws {RequiredError}
3660
+ */
3661
+ selectWorkOrderInspectionPoint(requestParameters, options) {
3662
+ return localVarFp.selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(axios, basePath));
3663
+ },
3594
3664
  /**
3595
3665
  *
3596
3666
  * @summary 查询工单逐级推送人员详情
@@ -3788,7 +3858,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
3788
3858
  * @throws {RequiredError}
3789
3859
  */
3790
3860
  workOrderList(requestParameters = {}, options) {
3791
- return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
3861
+ return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
3792
3862
  },
3793
3863
  /**
3794
3864
  *
@@ -4205,7 +4275,7 @@ export class WorkOrderApi extends BaseAPI {
4205
4275
  * @memberof WorkOrderApi
4206
4276
  */
4207
4277
  publicWorkOrderList(requestParameters = {}, options) {
4208
- return WorkOrderApiFp(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
4278
+ return WorkOrderApiFp(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
4209
4279
  }
4210
4280
  /**
4211
4281
  *
@@ -4229,6 +4299,16 @@ export class WorkOrderApi extends BaseAPI {
4229
4299
  saveDetail(requestParameters, options) {
4230
4300
  return WorkOrderApiFp(this.configuration).saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(this.axios, this.basePath));
4231
4301
  }
4302
+ /**
4303
+ *
4304
+ * @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
4305
+ * @param {*} [options] Override http request option.
4306
+ * @throws {RequiredError}
4307
+ * @memberof WorkOrderApi
4308
+ */
4309
+ selectWorkOrderInspectionPoint(requestParameters, options) {
4310
+ return WorkOrderApiFp(this.configuration).selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(this.axios, this.basePath));
4311
+ }
4232
4312
  /**
4233
4313
  *
4234
4314
  * @summary 查询工单逐级推送人员详情
@@ -4446,7 +4526,7 @@ export class WorkOrderApi extends BaseAPI {
4446
4526
  * @memberof WorkOrderApi
4447
4527
  */
4448
4528
  workOrderList(requestParameters = {}, options) {
4449
- return WorkOrderApiFp(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
4529
+ return WorkOrderApiFp(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
4450
4530
  }
4451
4531
  /**
4452
4532
  *
@@ -20,5 +20,6 @@ export declare const AccessAppointmentSourceEnum: {
20
20
  readonly Vmi: "VMI";
21
21
  readonly Fam: "FAM";
22
22
  readonly Tms: "TMS";
23
+ readonly Other: "OTHER";
23
24
  };
24
25
  export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
@@ -21,5 +21,6 @@ export const AccessAppointmentSourceEnum = {
21
21
  Zjt: 'ZJT',
22
22
  Vmi: 'VMI',
23
23
  Fam: 'FAM',
24
- Tms: 'TMS'
24
+ Tms: 'TMS',
25
+ Other: 'OTHER'
25
26
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
12
13
  import type { AccessDirectionEnum } from './access-direction-enum';
13
14
  import type { AccessObjectTypeEnum } from './access-object-type-enum';
14
15
  import type { AccessReasonEnum } from './access-reason-enum';
@@ -149,4 +150,10 @@ export interface AccessRecordDetailsDto {
149
150
  * @memberof AccessRecordDetailsDto
150
151
  */
151
152
  'accessAppointmentNo'?: string;
153
+ /**
154
+ *
155
+ * @type {AccessAppointmentSourceEnum}
156
+ * @memberof AccessRecordDetailsDto
157
+ */
158
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
152
159
  }
@@ -0,0 +1,96 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 数据看板-门禁-来源分组统计
14
+ * @export
15
+ * @interface DashboardAccessParkGroupStatsVO
16
+ */
17
+ export interface DashboardAccessParkGroupStatsVO {
18
+ /**
19
+ * 园区ID
20
+ * @type {number}
21
+ * @memberof DashboardAccessParkGroupStatsVO
22
+ */
23
+ 'parkId'?: number;
24
+ /**
25
+ * 园区名称
26
+ * @type {string}
27
+ * @memberof DashboardAccessParkGroupStatsVO
28
+ */
29
+ 'parkName'?: string;
30
+ /**
31
+ * srm大区编码
32
+ * @type {string}
33
+ * @memberof DashboardAccessParkGroupStatsVO
34
+ */
35
+ 'srmAreaCode'?: string;
36
+ /**
37
+ * srm大区名称
38
+ * @type {string}
39
+ * @memberof DashboardAccessParkGroupStatsVO
40
+ */
41
+ 'srmAreaName'?: string;
42
+ /**
43
+ * srm小微编码
44
+ * @type {string}
45
+ * @memberof DashboardAccessParkGroupStatsVO
46
+ */
47
+ 'srmXwCode'?: string;
48
+ /**
49
+ * srm小微名称
50
+ * @type {string}
51
+ * @memberof DashboardAccessParkGroupStatsVO
52
+ */
53
+ 'srmXwName'?: string;
54
+ /**
55
+ * srm中心名称
56
+ * @type {string}
57
+ * @memberof DashboardAccessParkGroupStatsVO
58
+ */
59
+ 'srmCenterName'?: string;
60
+ /**
61
+ * srm中心编码
62
+ * @type {string}
63
+ * @memberof DashboardAccessParkGroupStatsVO
64
+ */
65
+ 'srmCenterCode'?: string;
66
+ /**
67
+ * 总数
68
+ * @type {number}
69
+ * @memberof DashboardAccessParkGroupStatsVO
70
+ */
71
+ 'totalCount'?: number;
72
+ /**
73
+ * 临时白名单入园数量
74
+ * @type {number}
75
+ * @memberof DashboardAccessParkGroupStatsVO
76
+ */
77
+ 'temporaryInCount'?: number;
78
+ /**
79
+ * 临时白名单出园数量
80
+ * @type {number}
81
+ * @memberof DashboardAccessParkGroupStatsVO
82
+ */
83
+ 'temporaryOutCount'?: number;
84
+ /**
85
+ * 固定白名单入园数量
86
+ * @type {number}
87
+ * @memberof DashboardAccessParkGroupStatsVO
88
+ */
89
+ 'fixedInCount'?: number;
90
+ /**
91
+ * 固定白名单出园数量
92
+ * @type {number}
93
+ * @memberof DashboardAccessParkGroupStatsVO
94
+ */
95
+ 'fixedOutCount'?: number;
96
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,68 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
13
+ import type { AccessTypeEnum } from './access-type-enum';
14
+ /**
15
+ * 数据看板-门禁-按园区搜索条件
16
+ * @export
17
+ * @interface DashboardAccessSearchDTO
18
+ */
19
+ export interface DashboardAccessSearchDTO {
20
+ /**
21
+ * 园区ID集合
22
+ * @type {Array<number>}
23
+ * @memberof DashboardAccessSearchDTO
24
+ */
25
+ 'parkIds'?: Array<number>;
26
+ /**
27
+ * 开始时间
28
+ * @type {number}
29
+ * @memberof DashboardAccessSearchDTO
30
+ */
31
+ 'startTime'?: number;
32
+ /**
33
+ * 结束时间
34
+ * @type {number}
35
+ * @memberof DashboardAccessSearchDTO
36
+ */
37
+ 'endTime'?: number;
38
+ /**
39
+ * SRM区域编码
40
+ * @type {Array<string>}
41
+ * @memberof DashboardAccessSearchDTO
42
+ */
43
+ 'srmAreaCodes'?: Array<string>;
44
+ /**
45
+ * SRM小微编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardAccessSearchDTO
48
+ */
49
+ 'srmXwCodes'?: Array<string>;
50
+ /**
51
+ * SRM中心编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardAccessSearchDTO
54
+ */
55
+ 'srmCenterCodes'?: Array<string>;
56
+ /**
57
+ * 出入来源
58
+ * @type {Array<AccessAppointmentSourceEnum>}
59
+ * @memberof DashboardAccessSearchDTO
60
+ */
61
+ 'accessSources'?: Array<AccessAppointmentSourceEnum>;
62
+ /**
63
+ *
64
+ * @type {AccessTypeEnum}
65
+ * @memberof DashboardAccessSearchDTO
66
+ */
67
+ 'accessType': AccessTypeEnum;
68
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,55 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
13
+ /**
14
+ * 数据看板-门禁-来源分组统计
15
+ * @export
16
+ * @interface DashboardAccessSourceGroupStatsVO
17
+ */
18
+ export interface DashboardAccessSourceGroupStatsVO {
19
+ /**
20
+ *
21
+ * @type {AccessAppointmentSourceEnum}
22
+ * @memberof DashboardAccessSourceGroupStatsVO
23
+ */
24
+ 'accessSource'?: AccessAppointmentSourceEnum;
25
+ /**
26
+ * 总数
27
+ * @type {number}
28
+ * @memberof DashboardAccessSourceGroupStatsVO
29
+ */
30
+ 'totalCount'?: number;
31
+ /**
32
+ * 临时白名单入园数量
33
+ * @type {number}
34
+ * @memberof DashboardAccessSourceGroupStatsVO
35
+ */
36
+ 'temporaryInCount'?: number;
37
+ /**
38
+ * 临时白名单出园数量
39
+ * @type {number}
40
+ * @memberof DashboardAccessSourceGroupStatsVO
41
+ */
42
+ 'temporaryOutCount'?: number;
43
+ /**
44
+ * 固定白名单入园数量
45
+ * @type {number}
46
+ * @memberof DashboardAccessSourceGroupStatsVO
47
+ */
48
+ 'fixedInCount'?: number;
49
+ /**
50
+ * 固定白名单出园数量
51
+ * @type {number}
52
+ * @memberof DashboardAccessSourceGroupStatsVO
53
+ */
54
+ 'fixedOutCount'?: number;
55
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -33,4 +33,22 @@ export interface DashboardBaseSearchDTO {
33
33
  * @memberof DashboardBaseSearchDTO
34
34
  */
35
35
  'endTime'?: number;
36
+ /**
37
+ * SRM区域编码
38
+ * @type {Array<string>}
39
+ * @memberof DashboardBaseSearchDTO
40
+ */
41
+ 'srmAreaCodes'?: Array<string>;
42
+ /**
43
+ * SRM小微编码
44
+ * @type {Array<string>}
45
+ * @memberof DashboardBaseSearchDTO
46
+ */
47
+ 'srmXwCodes'?: Array<string>;
48
+ /**
49
+ * SRM中心编码
50
+ * @type {Array<string>}
51
+ * @memberof DashboardBaseSearchDTO
52
+ */
53
+ 'srmCenterCodes'?: Array<string>;
36
54
  }
@@ -33,6 +33,24 @@ export interface DashboardEquipmentSearchDTO {
33
33
  * @memberof DashboardEquipmentSearchDTO
34
34
  */
35
35
  'endTime'?: number;
36
+ /**
37
+ * SRM区域编码
38
+ * @type {Array<string>}
39
+ * @memberof DashboardEquipmentSearchDTO
40
+ */
41
+ 'srmAreaCodes'?: Array<string>;
42
+ /**
43
+ * SRM小微编码
44
+ * @type {Array<string>}
45
+ * @memberof DashboardEquipmentSearchDTO
46
+ */
47
+ 'srmXwCodes'?: Array<string>;
48
+ /**
49
+ * SRM中心编码
50
+ * @type {Array<string>}
51
+ * @memberof DashboardEquipmentSearchDTO
52
+ */
53
+ 'srmCenterCodes'?: Array<string>;
36
54
  /**
37
55
  * 设备系统ID
38
56
  * @type {Array<number>}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 数据看板系列统计
14
+ * @export
15
+ * @interface DashboardSeriesStatsBaseVO
16
+ */
17
+ export interface DashboardSeriesStatsBaseVO {
18
+ /**
19
+ * 时间戳
20
+ * @type {number}
21
+ * @memberof DashboardSeriesStatsBaseVO
22
+ */
23
+ 'timestamp'?: number;
24
+ /**
25
+ * 数值
26
+ * @type {number}
27
+ * @memberof DashboardSeriesStatsBaseVO
28
+ */
29
+ 'value'?: number;
30
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};