{"ast":null,"code":"export const DeleteWorkflow = {\n 'httpMethod': 'DELETE',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location': 'uri',\n 'sentAs': 'graph_name'\n }\n }\n};\nexport const UpdateWorkflow = {\n 'httpMethod': 'PUT',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location': 'uri',\n 'sentAs': 'graph_name'\n },\n 'Graph_name': {\n 'required': true,\n 'location': 'body'\n }\n }\n};\nexport const GetWorkflowList = {\n 'httpMethod': 'GET',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location': 'uri',\n 'sentAs': 'graph_name_prefix'\n },\n 'XObsLimit': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-limit'\n },\n 'XObsPrefix': {\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-prefix'\n },\n 'XObsStart': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-start'\n }\n }\n};\nexport const GetWorkflowListOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'workflows': {\n 'location': 'body'\n }\n }\n};\nexport const GetWorkflowTemplateList = {\n 'httpMethod': 'GET',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location': 'uri',\n 'sentAs': 'template_name_prefix'\n },\n 'Start': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-start'\n },\n 'Limit': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-limit'\n },\n 'X-workflow-prefix': {\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-prefix'\n }\n }\n};\nexport const GetWorkflowTemplateListOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'templates': {\n 'location': 'body'\n }\n }\n};\nexport const GetWorkflowInstanceList = {\n 'httpMethod': 'GET',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location': 'uri',\n 'sentAs': 'execution_name_prefix'\n },\n 'Start': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-start'\n },\n 'Limit': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-limit'\n },\n 'Graph_name': {\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-graph-name'\n },\n 'State': {\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-execution-state'\n },\n 'X-workflow-prefix': {\n 'location': 'urlPath',\n 'sentAs': 'x-workflow-prefix'\n }\n }\n};\nexport const GetWorkflowInstanceListOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'instances': {\n 'location': 'body'\n }\n }\n};","map":{"version":3,"names":["DeleteWorkflow","UpdateWorkflow","GetWorkflowList","GetWorkflowListOutput","GetWorkflowTemplateList","GetWorkflowTemplateListOutput","GetWorkflowInstanceList","GetWorkflowInstanceListOutput"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/esdk-obs-browserjs/src/obsWorkflowOperationModel.js"],"sourcesContent":["\nexport const DeleteWorkflow = {\n 'httpMethod' : 'DELETE',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location' : 'uri',\n 'sentAs': 'graph_name'\n }\n }\n};\nexport const UpdateWorkflow = {\n 'httpMethod' : 'PUT',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location' : 'uri',\n 'sentAs': 'graph_name'\n },\n 'Graph_name': {\n 'required' : true,\n 'location' : 'body'\n }\n }\n};\nexport const GetWorkflowList = {\n 'httpMethod' : 'GET',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location' : 'uri',\n 'sentAs': 'graph_name_prefix'\n },\n 'XObsLimit': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-limit'\n },\n 'XObsPrefix': {\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-prefix',\n },\n 'XObsStart': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-start'\n }\n }\n};\nexport const GetWorkflowListOutput = {\n 'data' : {\n 'type' : 'body'\n },\n 'parameters' : {\n 'workflows' : {\n 'location' : 'body'\n }\n }\n};\nexport const GetWorkflowTemplateList = {\n 'httpMethod' : 'GET',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location' : 'uri',\n 'sentAs': 'template_name_prefix'\n },\n 'Start': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-start'\n },\n 'Limit': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-limit'\n },\n 'X-workflow-prefix': {\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-prefix',\n }\n }\n};\nexport const GetWorkflowTemplateListOutput = {\n 'data' : {\n 'type' : 'body'\n },\n 'parameters' : {\n 'templates' : {\n 'location' : 'body'\n }\n }\n};\nexport const GetWorkflowInstanceList = {\n 'httpMethod' : 'GET',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'Other_parameter': {\n 'location' : 'uri',\n 'sentAs': 'execution_name_prefix'\n },\n 'Start': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-start'\n },\n 'Limit': {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-limit'\n },\n 'Graph_name': {\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-graph-name'\n },\n 'State': {\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-execution-state'\n },\n 'X-workflow-prefix': {\n 'location' : 'urlPath',\n 'sentAs' : 'x-workflow-prefix',\n }\n }\n};\nexport const GetWorkflowInstanceListOutput = {\n 'data' : {\n 'type' : 'body'\n },\n 'parameters' : {\n 'instances' : {\n 'location' : 'body'\n }\n }\n};"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}