schemas/flowsImportResult.json in losant_rest-1.18.0 vs schemas/flowsImportResult.json in losant_rest-1.19.0
- old
+ new
@@ -1224,11 +1224,12 @@
"properties": {
"integrationId": {
"type": "string",
"enum": [
"losant",
- "local"
+ "local",
+ "external"
]
}
},
"additionalProperties": false
},
@@ -3947,11 +3948,12 @@
"properties": {
"integrationId": {
"type": "string",
"enum": [
"losant",
- "local"
+ "local",
+ "external"
]
}
},
"additionalProperties": false
},
@@ -6630,10 +6632,11 @@
"properties": {
"integrationId": {
"type": "string",
"enum": [
"losant",
- "local"
+ "local",
+ "external"
]
}
},
"additionalProperties": false
},
\ No newline at end of file