summaryrefslogtreecommitdiff
path: root/data/energyexpertexternal/2022-09-23
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
committerZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
commit814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch)
tree29e1692a067b17e56886a7d246d2b9521b2b7777 /data/energyexpertexternal/2022-09-23
parenteccd5cd5a067f5659982685afdeea209b1888efb (diff)
downloadafterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz
afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip
update APIs 20260712
Diffstat (limited to 'data/energyexpertexternal/2022-09-23')
-rw-r--r--data/energyexpertexternal/2022-09-23/api-docs.php3164
1 files changed, 968 insertions, 2196 deletions
diff --git a/data/energyexpertexternal/2022-09-23/api-docs.php b/data/energyexpertexternal/2022-09-23/api-docs.php
index 8e4d1a5..f471dda 100644
--- a/data/energyexpertexternal/2022-09-23/api-docs.php
+++ b/data/energyexpertexternal/2022-09-23/api-docs.php
@@ -1,33 +1,32 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'ROA',
- 'product' => 'energyExpertExternal',
- 'version' => '2022-09-23',
- ],
+ 'info' => ['style' => 'ROA', 'product' => 'energyExpertExternal', 'version' => '2022-09-23'],
'components' => [
'schemas' => [
+ 'AISearchMessageItem' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'type' => ['type' => 'string'],
+ 'content' => ['type' => 'string'],
+ 'params' => ['type' => 'any'],
+ ],
+ ],
+ 'AISearchStreamItem' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'type' => ['type' => 'string'],
+ 'content' => ['type' => 'string'],
+ 'params' => ['type' => 'any'],
+ ],
+ ],
'CarbonEmissionElecSummaryItem' => [
'type' => 'object',
'properties' => [
- 'carbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'rawData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'ratio' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'dataUnit' => [
- 'type' => 'string',
- ],
- 'name' => [
- 'type' => 'string',
- ],
+ 'carbonEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'rawData' => ['type' => 'number', 'format' => 'double'],
+ 'ratio' => ['type' => 'number', 'format' => 'double'],
+ 'dataUnit' => ['type' => 'string'],
+ 'name' => ['type' => 'string'],
],
],
'ChatDocumentPageNum' => [
@@ -37,15 +36,10 @@
'type' => 'array',
'items' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatRefDocPostion',
- ],
+ 'items' => ['$ref' => '#/components/schemas/ChatRefDocPostion'],
],
],
- 'num' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'num' => ['type' => 'integer', 'format' => 'int32'],
],
],
'ChatFolderItem' => [
@@ -53,120 +47,62 @@
'properties' => [
'subFolders' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatItem',
- ],
- ],
- 'folderName' => [
- 'type' => 'string',
- ],
- 'folderId' => [
- 'type' => 'string',
+ 'items' => ['$ref' => '#/components/schemas/ChatItem'],
],
+ 'folderName' => ['type' => 'string'],
+ 'folderId' => ['type' => 'string'],
],
],
'ChatItem' => [
'type' => 'object',
'properties' => [
- 'question' => [
- 'type' => 'string',
- ],
- 'answer' => [
- 'type' => 'string',
- ],
- 'createTime' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'question' => ['type' => 'string'],
+ 'answer' => ['type' => 'string'],
+ 'createTime' => ['type' => 'integer', 'format' => 'int64'],
'refDocList' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatRefDocItem',
- ],
- ],
- 'folderName' => [
- 'type' => 'string',
- ],
- 'folderId' => [
- 'type' => 'string',
+ 'items' => ['$ref' => '#/components/schemas/ChatRefDocItem'],
],
+ 'folderName' => ['type' => 'string'],
+ 'folderId' => ['type' => 'string'],
],
],
'ChatRefDocInfo' => [
'type' => 'object',
'properties' => [
- 'pages' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'pages' => ['type' => 'integer', 'format' => 'int64'],
'pageListInfo' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatRefDocPageInfo',
- ],
+ 'items' => ['$ref' => '#/components/schemas/ChatRefDocPageInfo'],
],
],
],
'ChatRefDocItem' => [
'type' => 'object',
'properties' => [
- 'docName' => [
- 'type' => 'string',
- ],
- 'sourceType' => [
- 'type' => 'string',
- ],
- 'docUrl' => [
- 'type' => 'string',
- ],
- 'docInfo' => [
- '$ref' => '#/components/schemas/ChatRefDocInfo',
- ],
- 'originDocName' => [
- 'type' => 'string',
- ],
+ 'docName' => ['type' => 'string'],
+ 'sourceType' => ['type' => 'string'],
+ 'docUrl' => ['type' => 'string'],
+ 'docInfo' => ['$ref' => '#/components/schemas/ChatRefDocInfo'],
+ 'originDocName' => ['type' => 'string'],
'pageNum' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatDocumentPageNum',
- ],
- ],
- 'originDocUrl' => [
- 'type' => 'string',
+ 'items' => ['$ref' => '#/components/schemas/ChatDocumentPageNum'],
],
+ 'originDocUrl' => ['type' => 'string'],
],
],
'ChatRefDocPageInfo' => [
'type' => 'object',
'properties' => [
- 'imageWidth' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'imageUrl' => [
- 'type' => 'string',
- ],
- 'pageIdCurDoc' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'angle' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'excelParseResult' => [
- 'type' => 'string',
- ],
- 'wordParseResult' => [
- 'type' => 'string',
- ],
- 'pdfParseResult' => [
- 'type' => 'string',
- ],
- 'imageHeight' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'imageWidth' => ['type' => 'integer', 'format' => 'int32'],
+ 'imageUrl' => ['type' => 'string'],
+ 'pageIdCurDoc' => ['type' => 'integer', 'format' => 'int32'],
+ 'angle' => ['type' => 'number', 'format' => 'double'],
+ 'excelParseResult' => ['type' => 'string'],
+ 'wordParseResult' => ['type' => 'string'],
+ 'pdfParseResult' => ['type' => 'string'],
+ 'imageHeight' => ['type' => 'integer', 'format' => 'int32'],
],
],
'ChatRefDocPageNum' => [
@@ -176,518 +112,242 @@
'type' => 'array',
'items' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ChatRefDocPostion',
- ],
+ 'items' => ['$ref' => '#/components/schemas/ChatRefDocPostion'],
],
],
- 'num' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'num' => ['type' => 'integer', 'format' => 'int32'],
],
],
'ChatRefDocPostion' => [
'type' => 'object',
'properties' => [
- 'x' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'y' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'x' => ['type' => 'integer', 'format' => 'int32'],
+ 'y' => ['type' => 'integer', 'format' => 'int32'],
],
],
'ChunkItem' => [
'type' => 'object',
'properties' => [
- 'score' => [
- 'type' => 'number',
- 'format' => 'float',
- ],
- 'docName' => [
- 'type' => 'string',
- ],
- 'rerankScore' => [
- 'type' => 'number',
- 'format' => 'float',
- ],
- 'docId' => [
- 'type' => 'string',
- ],
- 'docUrl' => [
- 'type' => 'string',
- ],
- 'weightedScore' => [
- 'type' => 'number',
- 'format' => 'float',
- ],
- 'chunkId' => [
- 'type' => 'string',
- ],
- 'chunkContent' => [
- 'type' => 'string',
- ],
+ 'score' => ['type' => 'number', 'format' => 'float'],
+ 'docName' => ['type' => 'string'],
+ 'rerankScore' => ['type' => 'number', 'format' => 'float'],
+ 'docId' => ['type' => 'string'],
+ 'docUrl' => ['type' => 'string'],
+ 'weightedScore' => ['type' => 'number', 'format' => 'float'],
+ 'chunkId' => ['type' => 'string'],
+ 'chunkContent' => ['type' => 'string'],
'docElsIds' => [
'type' => 'array',
- 'items' => [
- 'type' => 'string',
- ],
+ 'items' => ['type' => 'string'],
],
],
],
'ConstituteItem' => [
'type' => 'object',
'properties' => [
- 'enterpriseName' => [
- 'type' => 'string',
- ],
- 'rawData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'carbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'ratio' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'nameKey' => [
- 'type' => 'string',
- ],
- 'name' => [
- 'type' => 'string',
- ],
- 'emissionSourceKey' => [
- 'type' => 'string',
- ],
- 'emissionSource' => [
- 'type' => 'string',
- ],
- 'dataUnit' => [
- 'type' => 'string',
- ],
+ 'enterpriseName' => ['type' => 'string'],
+ 'rawData' => ['type' => 'number', 'format' => 'double'],
+ 'carbonEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'ratio' => ['type' => 'number', 'format' => 'double'],
+ 'nameKey' => ['type' => 'string'],
+ 'name' => ['type' => 'string'],
+ 'emissionSourceKey' => ['type' => 'string'],
+ 'emissionSource' => ['type' => 'string'],
+ 'dataUnit' => ['type' => 'string'],
'envGasEmissions' => [
'type' => 'array',
'required' => false,
'items' => [
'type' => 'object',
'properties' => [
- 'type' => [
- 'type' => 'string',
- ],
- 'name' => [
- 'type' => 'string',
- ],
- 'gasEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'carbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
+ 'type' => ['type' => 'string'],
+ 'name' => ['type' => 'string'],
+ 'gasEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'carbonEmissionData' => ['type' => 'number', 'format' => 'double'],
],
],
],
'subConstituteItems' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/ConstituteItem',
- ],
+ 'items' => ['$ref' => '#/components/schemas/ConstituteItem'],
],
],
],
'ContentItem' => [
'type' => 'object',
'properties' => [
- 'score' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'type' => [
- 'type' => 'string',
- ],
+ 'score' => ['type' => 'number', 'format' => 'double'],
+ 'type' => ['type' => 'string'],
'extInfo' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
- 'alignment' => [
- 'type' => 'string',
- ],
- 'index' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'level' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'alignment' => ['type' => 'string'],
+ 'index' => ['type' => 'integer', 'format' => 'int64'],
+ 'level' => ['type' => 'integer', 'format' => 'int64'],
'pageNum' => [
'type' => 'array',
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'items' => ['type' => 'integer', 'format' => 'int64'],
],
'pos' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
- 'x' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'y' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'x' => ['type' => 'integer', 'format' => 'int64'],
+ 'y' => ['type' => 'integer', 'format' => 'int64'],
],
],
],
- 'subType' => [
- 'type' => 'string',
- ],
- 'text' => [
- 'type' => 'string',
- ],
- 'type' => [
- 'type' => 'string',
- ],
- 'uniqueId' => [
- 'type' => 'string',
- ],
+ 'subType' => ['type' => 'string'],
+ 'text' => ['type' => 'string'],
+ 'type' => ['type' => 'string'],
+ 'uniqueId' => ['type' => 'string'],
],
],
],
- 'text' => [
- 'type' => 'string',
- ],
+ 'text' => ['type' => 'string'],
],
],
'DocumentDetailItem' => [
'type' => 'object',
'properties' => [
- 'id' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'folderId' => [
- 'type' => 'string',
- ],
- 'folderName' => [
- 'type' => 'string',
- ],
- 'jobId' => [
- 'type' => 'string',
- ],
- 'jobStatus' => [
- 'type' => 'string',
- ],
- 'docName' => [
- 'type' => 'string',
- ],
- 'originDocName' => [
- 'type' => 'string',
- ],
- 'docUrl' => [
- 'type' => 'string',
- ],
- 'originDocUrl' => [
- 'type' => 'string',
- ],
- 'docHash' => [
- 'type' => 'string',
- ],
- 'createTime' => [
- 'type' => 'string',
- 'format' => 'iso8601',
- ],
- 'updateTime' => [
- 'type' => 'string',
- 'format' => 'iso8601',
- ],
+ 'id' => ['type' => 'integer', 'format' => 'int64'],
+ 'folderId' => ['type' => 'string'],
+ 'folderName' => ['type' => 'string'],
+ 'jobId' => ['type' => 'string'],
+ 'jobStatus' => ['type' => 'string'],
+ 'docName' => ['type' => 'string'],
+ 'originDocName' => ['type' => 'string'],
+ 'docUrl' => ['type' => 'string'],
+ 'originDocUrl' => ['type' => 'string'],
+ 'docHash' => ['type' => 'string'],
+ 'createTime' => ['type' => 'string', 'format' => 'iso8601'],
+ 'updateTime' => ['type' => 'string', 'format' => 'iso8601'],
],
],
'EpdInventoryConstituteItem' => [
'type' => 'object',
'properties' => [
- 'inventoryValuePerProduct' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'factorDataset' => [
- 'type' => 'string',
- ],
- 'percent' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'inventoryValuePerProductUnit' => [
- 'type' => 'string',
- ],
- 'num' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'quantity' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'resourceType' => [
- 'type' => 'string',
- ],
- 'factorType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'unit' => [
- 'type' => 'string',
- ],
- 'name' => [
- 'type' => 'string',
- ],
- 'inventoryId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'inventoryValue' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'factorUnit' => [
- 'type' => 'string',
- ],
- 'inventoryUnit' => [
- 'type' => 'string',
- ],
- 'state' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'factor' => [
- 'type' => 'string',
- ],
- 'carbonEmission' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'factorId' => [
- 'type' => 'string',
- ],
+ 'inventoryValuePerProduct' => ['type' => 'number', 'format' => 'double'],
+ 'factorDataset' => ['type' => 'string'],
+ 'percent' => ['type' => 'number', 'format' => 'double'],
+ 'inventoryValuePerProductUnit' => ['type' => 'string'],
+ 'num' => ['type' => 'integer', 'format' => 'int64'],
+ 'quantity' => ['type' => 'number', 'format' => 'double'],
+ 'resourceType' => ['type' => 'string'],
+ 'factorType' => ['type' => 'integer', 'format' => 'int32'],
+ 'unit' => ['type' => 'string'],
+ 'name' => ['type' => 'string'],
+ 'inventoryId' => ['type' => 'integer', 'format' => 'int64'],
+ 'inventoryValue' => ['type' => 'number', 'format' => 'double'],
+ 'factorUnit' => ['type' => 'string'],
+ 'inventoryUnit' => ['type' => 'string'],
+ 'state' => ['type' => 'integer', 'format' => 'int32'],
+ 'factor' => ['type' => 'string'],
+ 'carbonEmission' => ['type' => 'number', 'format' => 'double'],
+ 'factorId' => ['type' => 'string'],
'items' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/EpdInventoryConstituteItem',
- ],
+ 'items' => ['$ref' => '#/components/schemas/EpdInventoryConstituteItem'],
],
],
],
'FolderItem' => [
'type' => 'object',
'properties' => [
- 'folderId' => [
- 'type' => 'string',
- ],
- 'folderNum' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'docCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'folderName' => [
- 'type' => 'string',
- ],
- 'parentFolderId' => [
- 'type' => 'string',
- ],
- 'folderDefault' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'currentLevel' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'syncStatus' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'syncParsingStatus' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'ossDomain' => [
- 'type' => 'string',
- ],
- 'ossUpdateBy' => [
- 'type' => 'string',
- ],
- 'taskId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'resourcePath' => [
- 'type' => 'string',
- ],
- 'storageType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'ossPath' => [
- 'type' => 'string',
- ],
+ 'folderId' => ['type' => 'string'],
+ 'folderNum' => ['type' => 'integer', 'format' => 'int32'],
+ 'docCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'folderName' => ['type' => 'string'],
+ 'parentFolderId' => ['type' => 'string'],
+ 'folderDefault' => ['type' => 'integer', 'format' => 'int32'],
+ 'currentLevel' => ['type' => 'integer', 'format' => 'int32'],
+ 'syncStatus' => ['type' => 'integer', 'format' => 'int32'],
+ 'syncParsingStatus' => ['type' => 'integer', 'format' => 'int32'],
+ 'ossDomain' => ['type' => 'string'],
+ 'ossUpdateBy' => ['type' => 'string'],
+ 'taskId' => ['type' => 'integer', 'format' => 'int64'],
+ 'resourcePath' => ['type' => 'string'],
+ 'storageType' => ['type' => 'integer', 'format' => 'int32'],
+ 'ossPath' => ['type' => 'string'],
'subFolderList' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/FolderItem',
- ],
+ 'items' => ['$ref' => '#/components/schemas/FolderItem'],
],
],
],
'GwpInventoryConstitute' => [
'type' => 'object',
'properties' => [
- 'percent' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'resourceType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'unit' => [
- 'type' => 'string',
- ],
- 'carbonEmission' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'name' => [
- 'type' => 'string',
- ],
+ 'percent' => ['type' => 'number', 'format' => 'double'],
+ 'resourceType' => ['type' => 'integer', 'format' => 'int32'],
+ 'unit' => ['type' => 'string'],
+ 'carbonEmission' => ['type' => 'number', 'format' => 'double'],
+ 'name' => ['type' => 'string'],
'byResourceType' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/GwpResourceConstitute',
- ],
+ 'items' => ['$ref' => '#/components/schemas/GwpResourceConstitute'],
],
'items' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/GwpInventoryConstitute',
- ],
+ 'items' => ['$ref' => '#/components/schemas/GwpInventoryConstitute'],
],
],
],
'GwpResourceConstitute' => [
'type' => 'object',
'properties' => [
- 'name' => [
- 'type' => 'string',
- ],
- 'unit' => [
- 'type' => 'string',
- ],
- 'resourceType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'carbonEmission' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'percent' => [
- 'type' => 'string',
- ],
+ 'name' => ['type' => 'string'],
+ 'unit' => ['type' => 'string'],
+ 'resourceType' => ['type' => 'integer', 'format' => 'int32'],
+ 'carbonEmission' => ['type' => 'number', 'format' => 'double'],
+ 'percent' => ['type' => 'string'],
],
],
'OrgEmission' => [
'type' => 'object',
'properties' => [
- 'name' => [
- 'type' => 'string',
- ],
- 'nameKey' => [
- 'type' => 'string',
- ],
- 'carbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'weightingCarbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'weightingRatio' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'ratio' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'weightingProportion' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
+ 'name' => ['type' => 'string'],
+ 'nameKey' => ['type' => 'string'],
+ 'carbonEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'weightingCarbonEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'weightingRatio' => ['type' => 'number', 'format' => 'double'],
+ 'ratio' => ['type' => 'number', 'format' => 'double'],
+ 'weightingProportion' => ['type' => 'number', 'format' => 'double'],
'moduleEmissionList' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
- 'name' => [
- 'type' => 'string',
- ],
- 'nameKey' => [
- 'type' => 'string',
- ],
- 'carbonEmissionData' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
- 'ratio' => [
- 'type' => 'number',
- 'format' => 'double',
- ],
+ 'name' => ['type' => 'string'],
+ 'nameKey' => ['type' => 'string'],
+ 'carbonEmissionData' => ['type' => 'number', 'format' => 'double'],
+ 'ratio' => ['type' => 'number', 'format' => 'double'],
],
],
],
'subEmissionItems' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/OrgEmission',
- ],
+ 'items' => ['$ref' => '#/components/schemas/OrgEmission'],
],
],
],
],
],
'apis' => [
- 'GetDataItemList' => [
- 'path' => '/api/v1/carbon/emission/data/item/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AISearchResourceAdd' => [
+ 'path' => '/api/v1/aiSearch/resource/add',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -698,128 +358,89 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'type' => ['type' => 'string', 'required' => true],
+ 'data' => ['type' => 'any', 'required' => false],
],
],
],
],
],
- 'PushItemData' => [
- 'path' => '/api/v1/carbon/emission/data/item/push',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AISearchResourceDelete' => [
+ 'path' => '/api/v1/aiSearch/resource/delete',
+ 'methods' => ['delete'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'body',
- 'in' => 'body',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'items' => [
- 'type' => 'object',
- 'required' => true,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'month' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'value' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => true,
- ],
- ],
- ],
- ],
- ],
+ 'name' => 'type',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'resourceId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
- 'RecalculateCarbonEmission' => [
- 'path' => '/api/v1/carbon/emission/data/item/recalculate',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AISearchResourceGetList' => [
+ 'path' => '/api/v1/aiSearch/resource/list',
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'body',
- 'in' => 'body',
+ 'name' => 'type',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'resourceIds',
+ 'in' => 'query',
'style' => 'json',
'schema' => [
- 'type' => 'object',
+ 'type' => 'array',
'required' => false,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
+ 'items' => ['type' => 'string', 'required' => false],
],
],
+ [
+ 'name' => 'pageSize',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ ],
+ [
+ 'name' => 'currentPage',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ ],
],
],
- 'GetFootprintList' => [
- 'path' => '/api/v1/carbon/footprint/product/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AISearchResourceUpdate' => [
+ 'path' => '/api/v1/aiSearch/resource/update',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -830,46 +451,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'currentPage' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'pageSize' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'type' => ['type' => 'string', 'required' => true],
+ 'resourceId' => ['type' => 'string', 'required' => true],
+ 'data' => ['type' => 'any', 'required' => false],
],
],
],
],
],
- 'GenerateResult' => [
- 'path' => '/api/v1/carbon/footprint/result/generate',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AISearchStream' => [
+ 'path' => '/api/v1/aiSearch/searchStream',
+ 'methods' => ['post'],
+ 'schemes' => ['https', 'sse'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json', 'application/octet-stream'],
'deprecated' => false,
'parameters' => [
[
@@ -880,41 +480,34 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
+ 'question' => ['type' => 'string', 'required' => true],
+ 'message' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['$ref' => '#/components/schemas/AISearchMessageItem', 'required' => false],
],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
+ 'folderId' => ['type' => 'string', 'required' => true],
+ 'resourceTypeNeeded' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
],
],
],
],
],
],
- 'IsCompleted' => [
- 'path' => '/api/v1/carbon/footprint/result/completed',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AddFolder' => [
+ 'path' => '/api/v1/aidoc/folder/add',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -925,85 +518,59 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'folderName' => ['type' => 'string', 'required' => true],
+ 'parentFolderId' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'GetPcrInfo' => [
- 'path' => '/api/v1/carbon/footprint/result/pcr/detail',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'AnalyzeVlRealtime' => [
+ 'path' => '/api/v1/aidoc/document/analyzeVlRealtime',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'body',
- 'in' => 'body',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- ],
- ],
+ 'name' => 'fileUrl',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'fileName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'templateId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'language',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
- 'GetGwpInventorySummary' => [
- 'path' => '/api/v1/carbon/footprint/result/gwp/inventory/summary',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'BatchSaveInstructionStatus' => [
+ 'path' => '/api/v1/carbon/hvac/batchSaveInstructionStatus',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1014,41 +581,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'factoryId' => ['type' => 'string', 'required' => true],
+ 'pKey' => ['type' => 'string', 'required' => false],
+ 'statusList' => ['type' => 'string', 'required' => false],
],
],
],
],
],
- 'GetGwpBenchmarkSummary' => [
- 'path' => '/api/v1/carbon/footprint/result/gwp/benchmark/summary',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'BatchUpdateSystemRunningPlan' => [
+ 'path' => '/api/v1/carbon/hvac/batchUpdateSystemRunningPlan',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1059,41 +610,36 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'factoryId' => ['type' => 'string', 'required' => true],
+ 'systemId' => ['type' => 'string', 'required' => true],
+ 'seasonMode' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'dateType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'startTime' => ['type' => 'string', 'required' => true],
+ 'endTime' => ['type' => 'string', 'required' => true],
+ 'workingStartTime' => ['type' => 'string', 'required' => false],
+ 'workingEndTime' => ['type' => 'string', 'required' => false],
+ 'earliestStartupTime' => ['type' => 'string', 'required' => false],
+ 'latestShutdownTime' => ['type' => 'string', 'required' => false],
+ 'minTem' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'maxTem' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'maxCarbonDioxide' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'controlType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
],
],
- 'GetEpdSummary' => [
- 'path' => '/api/v1/carbon/footprint/result/epd/summary',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'Chat' => [
+ 'path' => '/api/v2/aidoc/document/chat',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1104,41 +650,29 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
+ 'sessionId' => ['type' => 'string', 'required' => true],
+ 'question' => ['type' => 'string', 'required' => true],
+ 'documentIds' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
],
],
],
],
],
],
- 'GetInventoryList' => [
- 'path' => '/api/v1/carbon/footprint/result/inventory/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'ChatStream' => [
+ 'path' => '/api/v2/aidoc/document/chat/stream',
+ 'methods' => ['post'],
+ 'schemes' => ['https', 'sse'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json', 'application/octet-stream'],
'deprecated' => false,
'parameters' => [
[
@@ -1149,53 +683,29 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'methodType' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'emissionType' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'group' => [
- 'type' => 'string',
- 'required' => true,
+ 'sessionId' => ['type' => 'string', 'required' => true],
+ 'question' => ['type' => 'string', 'required' => true],
+ 'documentIds' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
],
],
],
],
],
],
- 'GetGwpBenchmarkList' => [
- 'path' => '/api/v1/carbon/footprint/result/gwp/benchmark/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'CreateChatSession' => [
+ 'path' => '/api/v2/aidoc/document/chat/session/create',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1206,131 +716,85 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'userId' => ['type' => 'string', 'required' => false],
+ 'folderId' => ['type' => 'string', 'required' => true],
+ 'name' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'GetGwpInventoryConstitute' => [
- 'path' => '/api/v1/carbon/footprint/result/gwp/inventory/constitute',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'DeleteDocument' => [
+ 'path' => '/api/v1/aidoc/document/delete',
+ 'methods' => ['delete'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'body',
- 'in' => 'body',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- ],
- ],
+ 'name' => 'taskId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
- 'GetEpdInventoryConstitute' => [
- 'path' => '/api/v1/carbon/footprint/result/epd/inventory/constitute',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'DeleteFolder' => [
+ 'path' => '/api/v1/aidoc/folder/delete',
+ 'methods' => ['delete'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'body',
- 'in' => 'body',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- ],
- ],
+ 'name' => 'folderId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
- 'GetReductionProposal' => [
- 'path' => '/api/v1/carbon/footprint/result/reduction/proposal',
- 'methods' => [
- 'post',
+ 'DetailDocument' => [
+ 'path' => '/api/v1/aidoc/document/detail',
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
- 'schemes' => [
- 'https',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'taskId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
],
+ ],
+ 'EditProhibitedDevices' => [
+ 'path' => '/api/v1/carbon/hvac/editProhibitedDevices',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1341,46 +805,42 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'dataQualityEvaluationType' => [
- 'type' => 'integer',
- 'format' => 'int32',
+ 'factoryId' => ['type' => 'string', 'required' => true],
+ 'systemId' => ['type' => 'string', 'required' => true],
+ 'hvacDeviceConfigVOList' => [
+ 'type' => 'array',
'required' => true,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'deviceName' => ['type' => 'string', 'required' => false],
+ 'deviceId' => ['type' => 'string', 'required' => false],
+ 'deviceType' => ['type' => 'string', 'required' => true],
+ 'isForbidden' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'isUnfavorableArea' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'buildingId' => ['type' => 'string', 'required' => false],
+ 'floorId' => ['type' => 'string', 'required' => false],
+ 'fenceId' => ['type' => 'string', 'required' => false],
+ ],
+ ],
],
],
],
],
],
],
- 'GetDataQualityAnalysis' => [
- 'path' => '/api/v1/carbon/footprint/data/quality/analysis',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'EditUnfavorableAreaDevices' => [
+ 'path' => '/api/v1/carbon/hvac/editUnfavorableAreaDevices',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1391,46 +851,41 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'dataQualityEvaluationType' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- 'productType' => [
- 'type' => 'integer',
- 'format' => 'int64',
+ 'factoryId' => ['type' => 'string', 'required' => true],
+ 'systemId' => ['type' => 'string', 'required' => true],
+ 'hvacDeviceConfigVOList' => [
+ 'type' => 'array',
'required' => true,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'deviceName' => ['type' => 'string', 'required' => false],
+ 'deviceId' => ['type' => 'string', 'required' => false],
+ 'deviceType' => ['type' => 'string', 'required' => true],
+ 'isForbidden' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'isUnfavorableArea' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'buildingId' => ['type' => 'string', 'required' => false],
+ 'floorId' => ['type' => 'string', 'required' => false],
+ 'fenceId' => ['type' => 'string', 'required' => false],
+ ],
+ ],
],
],
],
],
],
],
- 'GetEmissionSummary' => [
- 'path' => '/api/v1/carbon/emission/analysis/summary',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GenerateResult' => [
+ 'path' => '/api/v1/carbon/footprint/result/generate',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1441,45 +896,24 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'moduleCode' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'GetEmissionSourceConstitute' => [
- 'path' => '/api/v1/carbon/emission/analysis/constitute',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetAreaElecConstitute' => [
+ 'path' => '/api/v1/carbon/emission/analysis/elec/area',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1490,24 +924,8 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleCode' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
],
],
@@ -1515,20 +933,14 @@
],
'GetCarbonEmissionTrend' => [
'path' => '/api/v1/carbon/emission/analysis/trend',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1539,54 +951,45 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
'yearList' => [
'type' => 'array',
'required' => true,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- ],
- 'moduleType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'moduleCode' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'trendType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
+ 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
+ 'moduleType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'moduleCode' => ['type' => 'string', 'required' => false],
+ 'trendType' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
],
],
],
],
- 'GetElecConstitute' => [
- 'path' => '/api/v1/carbon/emission/analysis/elec/constitute',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetChatFolderList' => [
+ 'path' => '/api/v2/aidoc/document/chat/folder/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ 'GetChatList' => [
+ 'path' => '/api/v2/aidoc/document/chat/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1597,36 +1000,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
+ 'sessionId' => ['type' => 'string', 'required' => true],
+ 'currentPage' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'pageSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
],
],
- 'GetElecTrend' => [
- 'path' => '/api/v1/carbon/emission/analysis/elec/trend',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetChatSessionList' => [
+ 'path' => '/api/v2/aidoc/document/chat/session/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1637,40 +1029,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'yearList' => [
- 'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- ],
+ 'name' => ['type' => 'string', 'required' => false],
+ 'userId' => ['type' => 'string', 'required' => false],
+ 'currentPage' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'pageSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
],
],
- 'GetAreaElecConstitute' => [
- 'path' => '/api/v1/carbon/emission/analysis/elec/area',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetDataItemList' => [
+ 'path' => '/api/v1/carbon/emission/data/item/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1681,36 +1058,22 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'GetGasConstitute' => [
- 'path' => '/api/v1/carbon/emission/analysis/gas/constitute',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetDataQualityAnalysis' => [
+ 'path' => '/api/v1/carbon/footprint/data/quality/analysis',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1721,45 +1084,76 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleCode' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'dataQualityEvaluationType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'GetOrgConstitute' => [
- 'path' => '/api/v1/carbon/emission/analysis/org',
- 'methods' => [
- 'post',
+ 'GetDeviceInfo' => [
+ 'path' => '/api/external/getDeviceInfo',
+ 'methods' => ['get'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
- 'schemes' => [
- 'https',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'factoryId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'deviceId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'ds',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
],
+ ],
+ 'GetDeviceList' => [
+ 'path' => '/api/external/getDeviceList',
+ 'methods' => ['get'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'factoryId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ ],
+ ],
+ 'GetDocExtractionResult' => [
+ 'path' => '/api/v2/aidoc/document/getDocExtractionResult',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1770,48 +1164,23 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'code' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'year' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'moduleCode' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'moduleType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
+ 'taskId' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'BatchSaveInstructionStatus' => [
- 'path' => '/api/v1/carbon/hvac/batchSaveInstructionStatus',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetDocParsingResult' => [
+ 'path' => '/api/v2/aidoc/document/getDocParsingResult',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1822,42 +1191,27 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'factoryId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'pKey' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'statusList' => [
+ 'taskId' => ['type' => 'string', 'required' => true],
+ 'returnFormat' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['md', 'json'],
],
],
],
],
],
],
- 'SetRunningPlan' => [
- 'path' => '/api/v1/carbon/hvac/setRunningPlan',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetDocumentAnalyzeResult' => [
+ 'path' => '/api/v1/aidoc/document/getDocumentAnalyzeResult',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1868,100 +1222,22 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'factoryId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'systemId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'pKey' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'seasonMode' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'dateType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'startTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'endTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'statisticsTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'workingStartTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'workingEndTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'earliestStartupTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'latestShutdownTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'minTem' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'maxTem' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'maxCarbonDioxide' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'controlType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'jobId' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'EditUnfavorableAreaDevices' => [
- 'path' => '/api/v1/carbon/hvac/editUnfavorableAreaDevices',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetElecConstitute' => [
+ 'path' => '/api/v1/carbon/emission/analysis/elec/constitute',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -1972,82 +1248,23 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'factoryId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'systemId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'hvacDeviceConfigVOList' => [
- 'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'deviceName' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'deviceId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'deviceType' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'isForbidden' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'isUnfavorableArea' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'buildingId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'floorId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'fenceId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
],
],
],
],
- 'EditProhibitedDevices' => [
- 'path' => '/api/v1/carbon/hvac/editProhibitedDevices',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetElecTrend' => [
+ 'path' => '/api/v1/carbon/emission/analysis/elec/trend',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2058,82 +1275,27 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'factoryId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'systemId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'hvacDeviceConfigVOList' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'yearList' => [
'type' => 'array',
'required' => true,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'deviceName' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'deviceId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'deviceType' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'isForbidden' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => true,
- ],
- 'isUnfavorableArea' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'buildingId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'floorId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'fenceId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
+ 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
],
],
],
],
],
- 'BatchUpdateSystemRunningPlan' => [
- 'path' => '/api/v1/carbon/hvac/batchUpdateSystemRunningPlan',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetEmissionSourceConstitute' => [
+ 'path' => '/api/v1/carbon/emission/analysis/constitute',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2144,89 +1306,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'factoryId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'systemId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'seasonMode' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'dateType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'startTime' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'endTime' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'workingStartTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'workingEndTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'earliestStartupTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'latestShutdownTime' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'minTem' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'maxTem' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'maxCarbonDioxide' => [
- 'type' => 'number',
- 'format' => 'double',
- 'required' => false,
- ],
- 'controlType' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleType' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleCode' => ['type' => 'string', 'required' => false],
],
],
],
],
],
- 'PushDeviceData' => [
- 'path' => '/api/v1/data/increment/push',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetEmissionSummary' => [
+ 'path' => '/api/v1/carbon/emission/analysis/summary',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2237,156 +1335,81 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'deviceType' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'devices' => [
- 'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'object',
- 'required' => true,
- 'properties' => [
- 'deviceId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'recordTime' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'data' => [
- 'type' => 'object',
- 'required' => true,
- ],
- ],
- ],
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'moduleCode' => ['type' => 'string', 'required' => false],
],
],
],
],
],
- 'GetDeviceInfo' => [
- 'path' => '/api/external/getDeviceInfo',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetEpdInventoryConstitute' => [
+ 'path' => '/api/v1/carbon/footprint/result/epd/inventory/constitute',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'factoryId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'deviceId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'ds',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
- 'required' => true,
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ ],
],
],
],
],
- 'GetDeviceList' => [
- 'path' => '/api/external/getDeviceList',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetEpdSummary' => [
+ 'path' => '/api/v1/carbon/footprint/result/epd/summary',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'factoryId',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
- 'required' => true,
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ ],
],
],
],
],
- 'GetOrgAndFactory' => [
- 'path' => '/api/external/getOrgAndFactory',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
- 'deprecated' => false,
- 'parameters' => [],
- ],
- 'GetDocumentAnalyzeResult' => [
- 'path' => '/api/v1/aidoc/document/getDocumentAnalyzeResult',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetFootprintList' => [
+ 'path' => '/api/v1/carbon/footprint/product/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2397,149 +1420,82 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'jobId' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'currentPage' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'pageSize' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'SubmitDocumentAnalyzeJob' => [
- 'path' => '/api/v1/aidoc/document/submitDocumentAnalyzeJob',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetGasConstitute' => [
+ 'path' => '/api/v1/carbon/emission/analysis/gas/constitute',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'fileUrl',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'fileName',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'templateId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'folderId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'analysisType',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleType' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleCode' => ['type' => 'string', 'required' => false],
+ ],
],
],
],
],
- 'SubmitDocParsingTask' => [
- 'path' => '/api/v2/aidoc/document/submitDocParsingTask',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetGwpBenchmarkList' => [
+ 'path' => '/api/v1/carbon/footprint/result/gwp/benchmark/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'fileUrl',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'fileName',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'folderId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'needAnalyzeImg',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'boolean',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ ],
],
],
],
],
- 'GetDocParsingResult' => [
- 'path' => '/api/v2/aidoc/document/getDocParsingResult',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetGwpBenchmarkSummary' => [
+ 'path' => '/api/v1/carbon/footprint/result/gwp/benchmark/summary',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2550,109 +1506,52 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'taskId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'returnFormat' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'md',
- 'json',
- ],
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'SubmitDocExtractionTask' => [
- 'path' => '/api/v2/aidoc/document/submitDocExtractionTask',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetGwpInventoryConstitute' => [
+ 'path' => '/api/v1/carbon/footprint/result/gwp/inventory/constitute',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'fileUrl',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
- ],
- ],
- [
- 'name' => 'fileName',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'templateId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'folderId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'extractType',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'rag',
- 'longTextUnderstanding',
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'GetDocExtractionResult' => [
- 'path' => '/api/v2/aidoc/document/getDocExtractionResult',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetGwpInventorySummary' => [
+ 'path' => '/api/v1/carbon/footprint/result/gwp/inventory/summary',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2663,89 +1562,69 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'taskId' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'SubmitVLExtractionTask' => [
- 'path' => '/api/v2/aidoc/document/submitVLExtractionTask',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetInventoryList' => [
+ 'path' => '/api/v1/carbon/footprint/result/inventory/list',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'fileUrl',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'methodType' => ['type' => 'string', 'required' => true],
+ 'emissionType' => ['type' => 'string', 'required' => true],
+ 'group' => ['type' => 'string', 'required' => true],
+ ],
],
],
+ ],
+ ],
+ 'GetOrgAndFactory' => [
+ 'path' => '/api/external/getOrgAndFactory',
+ 'methods' => ['get'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'fileName',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'folderId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'templateId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'AK' => [],
],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
],
- 'GetVLExtractionResult' => [
- 'path' => '/api/v2/aidoc/document/getVLExtractionResult',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetOrgConstitute' => [
+ 'path' => '/api/v1/carbon/emission/analysis/org',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2756,111 +1635,83 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'taskId' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ 'moduleCode' => ['type' => 'string', 'required' => false],
+ 'moduleType' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
],
],
],
],
],
- 'AnalyzeVlRealtime' => [
- 'path' => '/api/v1/aidoc/document/analyzeVlRealtime',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetPcrInfo' => [
+ 'path' => '/api/v1/carbon/footprint/result/pcr/detail',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'fileUrl',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'fileName',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'templateId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'language',
- 'in' => 'query',
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'string', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ ],
],
],
],
],
- 'GetChatFolderList' => [
- 'path' => '/api/v2/aidoc/document/chat/folder/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'GetReductionProposal' => [
+ 'path' => '/api/v1/carbon/footprint/result/reduction/proposal',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
- 'parameters' => [],
- ],
- 'CreateChatSession' => [
- 'path' => '/api/v2/aidoc/document/chat/session/create',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
+ 'schema' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'dataQualityEvaluationType' => ['type' => 'integer', 'format' => 'int32', 'required' => true],
+ ],
+ ],
+ ],
],
+ ],
+ 'GetVLExtractionResult' => [
+ 'path' => '/api/v2/aidoc/document/getVLExtractionResult',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2871,42 +1722,22 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'userId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'folderId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'name' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'taskId' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'Retrieve' => [
- 'path' => '/api/v2/aidoc/knowledgebase/retrieve',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'IsCompleted' => [
+ 'path' => '/api/v1/carbon/footprint/result/completed',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2917,70 +1748,24 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'query' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'useReranker' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
- 'rerankerThreshold' => [
- 'type' => 'number',
- 'format' => 'float',
- 'required' => false,
- ],
- 'topK' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'preRetrieveTopK' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'documentIds' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
- ],
- 'folderIds' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'productId' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
+ 'productType' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
],
],
],
],
- 'GetChatSessionList' => [
- 'path' => '/api/v2/aidoc/document/chat/session/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'PushDeviceData' => [
+ 'path' => '/api/v1/data/increment/push',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -2991,48 +1776,35 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'name' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'userId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'currentPage' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'pageSize' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
+ 'deviceType' => ['type' => 'string', 'required' => true],
+ 'devices' => [
+ 'type' => 'array',
+ 'required' => true,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => true,
+ 'properties' => [
+ 'deviceId' => ['type' => 'string', 'required' => true],
+ 'recordTime' => ['type' => 'string', 'required' => true],
+ 'data' => ['type' => 'object', 'required' => true],
+ ],
+ ],
],
],
],
],
],
],
- 'GetChatList' => [
- 'path' => '/api/v2/aidoc/document/chat/list',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'PushItemData' => [
+ 'path' => '/api/v1/carbon/emission/data/item/push',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -3043,41 +1815,32 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'sessionId' => [
- 'type' => 'string',
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'string', 'required' => true],
+ 'items' => [
+ 'type' => 'object',
'required' => true,
- ],
- 'currentPage' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- 'pageSize' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
+ 'properties' => [
+ 'code' => ['type' => 'string', 'required' => true],
+ 'month' => ['type' => 'string', 'required' => true],
+ 'value' => ['type' => 'number', 'format' => 'double', 'required' => true],
+ ],
],
],
],
],
],
],
- 'SendDocumentAskQuestion' => [
- 'path' => '/api/v1/aidoc/document/sendDocumentAskQuestion',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'RecalculateCarbonEmission' => [
+ 'path' => '/api/v1/carbon/emission/data/item/recalculate',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -3088,42 +1851,24 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'prompt' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'folderId' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'sessionId' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'code' => ['type' => 'string', 'required' => true],
+ 'year' => ['type' => 'string', 'required' => true],
],
],
],
],
],
- 'Chat' => [
- 'path' => '/api/v2/aidoc/document/chat',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'Retrieve' => [
+ 'path' => '/api/v2/aidoc/knowledgebase/retrieve',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -3134,49 +1879,36 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'sessionId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'question' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'query' => ['type' => 'string', 'required' => true],
+ 'useReranker' => ['type' => 'boolean', 'required' => false],
+ 'rerankerThreshold' => ['type' => 'number', 'format' => 'float', 'required' => false],
+ 'topK' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'preRetrieveTopK' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
'documentIds' => [
'type' => 'array',
'required' => false,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
+ ],
+ 'folderIds' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
],
],
],
],
],
],
- 'ChatStream' => [
- 'path' => '/api/v2/aidoc/document/chat/stream',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- 'sse',
- ],
+ 'SendDocumentAskQuestion' => [
+ 'path' => '/api/v1/aidoc/document/sendDocumentAskQuestion',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- 'application/octet-stream',
- ],
+ 'consumes' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -3187,47 +1919,25 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'sessionId' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'question' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'documentIds' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
- ],
+ 'prompt' => ['type' => 'string', 'required' => true],
+ 'folderId' => ['type' => 'string', 'required' => false],
+ 'sessionId' => ['type' => 'string', 'required' => false],
],
],
],
],
],
- 'AddFolder' => [
- 'path' => '/api/v1/aidoc/folder/add',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'SetRunningPlan' => [
+ 'path' => '/api/v1/carbon/hvac/setRunningPlan',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
@@ -3238,121 +1948,183 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'folderName' => [
- 'type' => 'string',
- 'required' => true,
- ],
- 'parentFolderId' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'factoryId' => ['type' => 'string', 'required' => true],
+ 'systemId' => ['type' => 'string', 'required' => true],
+ 'pKey' => ['type' => 'string', 'required' => false],
+ 'seasonMode' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'dateType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ 'startTime' => ['type' => 'string', 'required' => false],
+ 'endTime' => ['type' => 'string', 'required' => false],
+ 'statisticsTime' => ['type' => 'string', 'required' => false],
+ 'workingStartTime' => ['type' => 'string', 'required' => false],
+ 'workingEndTime' => ['type' => 'string', 'required' => false],
+ 'earliestStartupTime' => ['type' => 'string', 'required' => false],
+ 'latestShutdownTime' => ['type' => 'string', 'required' => false],
+ 'minTem' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'maxTem' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'maxCarbonDioxide' => ['type' => 'number', 'format' => 'double', 'required' => false],
+ 'controlType' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
],
],
- 'DeleteFolder' => [
- 'path' => '/api/v1/aidoc/folder/delete',
- 'methods' => [
- 'delete',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'SubmitDocExtractionTask' => [
+ 'path' => '/api/v2/aidoc/document/submitDocExtractionTask',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
+ 'name' => 'fileUrl',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'fileName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'templateId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
'name' => 'folderId',
'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'extractType',
+ 'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['rag', 'longTextUnderstanding'],
],
],
],
],
- 'DetailDocument' => [
- 'path' => '/api/v1/aidoc/document/detail',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'SubmitDocParsingTask' => [
+ 'path' => '/api/v2/aidoc/document/submitDocParsingTask',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'taskId',
+ 'name' => 'fileUrl',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'fileName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'folderId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'needAnalyzeImg',
+ 'in' => 'query',
+ 'schema' => ['type' => 'boolean', 'required' => false],
],
],
],
- 'DeleteDocument' => [
- 'path' => '/api/v1/aidoc/document/delete',
- 'methods' => [
- 'delete',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'SubmitDocumentAnalyzeJob' => [
+ 'path' => '/api/v1/aidoc/document/submitDocumentAnalyzeJob',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
+ 'consumes' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'fileUrl',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'fileName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'templateId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'folderId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'analysisType',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
],
- 'produces' => [
- 'application/json',
+ ],
+ 'SubmitVLExtractionTask' => [
+ 'path' => '/api/v2/aidoc/document/submitVLExtractionTask',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
- 'name' => 'taskId',
+ 'name' => 'fileUrl',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'fileName',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'folderId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'templateId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
],
],
],
],
'endpoints' => [
- [
- 'regionId' => 'ap-southeast-1',
- 'endpoint' => 'energyexpertexternal.ap-southeast-1.aliyuncs.com',
- ],
- [
- 'regionId' => 'cn-hangzhou',
- 'endpoint' => 'energyexpertexternal.cn-hangzhou.aliyuncs.com',
- ],
+ ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'energyexpertexternal.ap-southeast-1.aliyuncs.com', 'endpoint' => 'energyexpertexternal.ap-southeast-1.aliyuncs.com', 'vpc' => 'energyexpertexternal-vpc.ap-southeast-1.aliyuncs.com'],
+ ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'energyexpertexternal.cn-hangzhou.aliyuncs.com', 'endpoint' => 'energyexpertexternal.cn-hangzhou.aliyuncs.com', 'vpc' => 'energyexpertexternal-vpc.cn-hangzhou.aliyuncs.com'],
],
];