mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
feat: Update Insomnia File and DMN
This commit is contained in:
@@ -1,113 +0,0 @@
|
||||
{
|
||||
"_type": "export",
|
||||
"__export_format": 4,
|
||||
"__export_date": "2024-10-02T18:34:55.495Z",
|
||||
"__export_source": "insomnia.desktop.app:v10.0.0",
|
||||
"resources": [
|
||||
{
|
||||
"_id": "req_55b9623b1d824b52b34d13279176c354",
|
||||
"parentId": "wrk_b6f7ea92d2f443b2bf923a99dc6fca88",
|
||||
"modified": 1727867887432,
|
||||
"created": 1727867720980,
|
||||
"url": "http://localhost:4321/randomize",
|
||||
"name": "randomize",
|
||||
"description": "",
|
||||
"method": "POST",
|
||||
"body": {},
|
||||
"parameters": [],
|
||||
"headers": [
|
||||
{
|
||||
"name": "User-Agent",
|
||||
"value": "insomnia/10.0.0"
|
||||
}
|
||||
],
|
||||
"authentication": {},
|
||||
"metaSortKey": -1727867720980,
|
||||
"isPrivate": false,
|
||||
"pathParameters": [],
|
||||
"settingStoreCookies": true,
|
||||
"settingSendCookies": true,
|
||||
"settingDisableRenderRequestBody": false,
|
||||
"settingEncodeUrl": true,
|
||||
"settingRebuildPath": true,
|
||||
"settingFollowRedirects": "global",
|
||||
"_type": "request"
|
||||
},
|
||||
{
|
||||
"_id": "wrk_b6f7ea92d2f443b2bf923a99dc6fca88",
|
||||
"parentId": null,
|
||||
"modified": 1727867693579,
|
||||
"created": 1727867693579,
|
||||
"name": "Compo-Service-Log-Project",
|
||||
"description": "",
|
||||
"scope": "collection",
|
||||
"_type": "workspace"
|
||||
},
|
||||
{
|
||||
"_id": "req_cc7e8367ddb843da91ef50d9d0df6ed2",
|
||||
"parentId": "wrk_b6f7ea92d2f443b2bf923a99dc6fca88",
|
||||
"modified": 1727885012157,
|
||||
"created": 1727867896038,
|
||||
"url": "http://localhost:4321/randomize/nudger",
|
||||
"name": "randomize/nudger",
|
||||
"description": "",
|
||||
"method": "POST",
|
||||
"body": {
|
||||
"mimeType": "application/xml",
|
||||
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<definitions xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\" id=\"definitions_16re855\" name=\"definitions\" namespace=\"http://camunda.org/schema/1.0/dmn\" exporter=\"dmn-js (https://demo.bpmn.io/dmn)\" exporterVersion=\"16.6.2\">\n <decision id=\"decision_02zhvl1\" name=\"\">\n <decisionTable id=\"decisionTable_0k2npw5\">\n <input id=\"InputClause_0eqj4n9\" label=\"Barcode (EAN 13)\">\n <inputExpression id=\"LiteralExpression_1u9u1as\" typeRef=\"string\">\n <text></text>\n </inputExpression>\n </input>\n <output id=\"output1\" label=\"Country\" name=\"\" typeRef=\"string\" />\n <rule id=\"DecisionRule_0oklu3j\">\n <inputEntry id=\"UnaryTests_19vxqzm\">\n <text>string length(?)=13 and starts with(?, \"3\") and not matches(?, \"^3[89]\")</text>\n </inputEntry>\n <outputEntry id=\"LiteralExpression_01ucmmd\">\n <text>\"France-Monaco\"</text>\n </outputEntry>\n </rule>\n <rule id=\"DecisionRule_18xknsg\">\n <inputEntry id=\"UnaryTests_0uflcxg\">\n <text>matches(?, \"^46\\d{11}$\")</text>\n </inputEntry>\n <outputEntry id=\"LiteralExpression_0hpx07f\">\n <text>\"Russia\"</text>\n </outputEntry>\n </rule>\n <rule id=\"DecisionRule_0jko2nu\">\n <inputEntry id=\"UnaryTests_0u30ape\">\n <text>string length(?)=13 and starts with(?, \"560\")</text>\n </inputEntry>\n <outputEntry id=\"LiteralExpression_0v8lp29\">\n <text>\"Portugal\"</text>\n </outputEntry>\n </rule>\n <rule id=\"DecisionRule_1nsy4ze\">\n <inputEntry id=\"UnaryTests_15tlrit\">\n <text>\nmatches(?, \"^9[0-1]{1}\\d{10}$\")</text>\n </inputEntry>\n <outputEntry id=\"LiteralExpression_1hbw2ir\">\n <text>\"AT\"</text>\n </outputEntry>\n </rule>\n <rule id=\"DecisionRule_1i8wl7f\">\n <inputEntry id=\"UnaryTests_183xj46\">\n <text>matches(?, \"^9[0-1]{1}\\d{10}$\")</text>\n </inputEntry>\n <outputEntry id=\"LiteralExpression_08v0zvo\">\n <text>\"Austria\"</text>\n </outputEntry>\n </rule>\n </decisionTable>\n </decision>\n</definitions>\n"
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"id": "pair_d55b3a61f8fc4ad89303e5b70fc19df6",
|
||||
"name": "size",
|
||||
"value": "1000",
|
||||
"description": "",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"name": "Content-Type",
|
||||
"value": "application/xml"
|
||||
},
|
||||
{
|
||||
"name": "User-Agent",
|
||||
"value": "insomnia/10.0.0"
|
||||
}
|
||||
],
|
||||
"authentication": {},
|
||||
"metaSortKey": -1727867720930,
|
||||
"isPrivate": false,
|
||||
"pathParameters": [],
|
||||
"settingStoreCookies": true,
|
||||
"settingSendCookies": true,
|
||||
"settingDisableRenderRequestBody": false,
|
||||
"settingEncodeUrl": true,
|
||||
"settingRebuildPath": true,
|
||||
"settingFollowRedirects": "global",
|
||||
"_type": "request"
|
||||
},
|
||||
{
|
||||
"_id": "env_025a059466ea4c5d1a14c9fd8028c0bb99039906",
|
||||
"parentId": "wrk_b6f7ea92d2f443b2bf923a99dc6fca88",
|
||||
"modified": 1727867693581,
|
||||
"created": 1727867693581,
|
||||
"name": "Base Environment",
|
||||
"data": {},
|
||||
"dataPropertyOrder": null,
|
||||
"color": null,
|
||||
"isPrivate": false,
|
||||
"metaSortKey": 1727867693581,
|
||||
"_type": "environment"
|
||||
},
|
||||
{
|
||||
"_id": "jar_025a059466ea4c5d1a14c9fd8028c0bb99039906",
|
||||
"parentId": "wrk_b6f7ea92d2f443b2bf923a99dc6fca88",
|
||||
"modified": 1727867693582,
|
||||
"created": 1727867693582,
|
||||
"name": "Default Jar",
|
||||
"cookies": [],
|
||||
"_type": "cookie_jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -2,12 +2,12 @@
|
||||
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="definitions_01gvi3e" name="definitions" namespace="http://camunda.org/schema/1.0/dmn" exporter="dmn-js (https://demo.bpmn.io/dmn)" exporterVersion="16.6.2">
|
||||
<decision id="decision_1i2kko9" name="">
|
||||
<decisionTable id="decisionTable_0gr70vc">
|
||||
<input id="input1" label="" biodi:width="192">
|
||||
<input id="input1" label="GeonameID" biodi:width="192">
|
||||
<inputExpression id="inputExpression1" typeRef="number">
|
||||
<text>GeonameID</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output1" label="" name="Country" typeRef="string" />
|
||||
<output id="output1" label="Country" name="Country" typeRef="string" />
|
||||
<rule id="DecisionRule_00g5ohx">
|
||||
<description>Cities with geonameId between 2967245 and 3038789 are in France</description>
|
||||
<inputEntry id="UnaryTests_00ykcgn">
|
||||
|
||||
Reference in New Issue
Block a user