schemas/historicalSummary.json in losant_rest-1.19.8 vs schemas/historicalSummary.json in losant_rest-1.19.9

- old
+ new

@@ -302,10 +302,18 @@ "payloadCountDetails": { "title": "Payload Stats", "description": "Schema for the result of a payload stats request", "type": "object", "properties": { + "appFile": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -366,10 +374,18 @@ ".*": { "type": "number" } } }, + "inboundEmail": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "integration": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -398,35 +414,35 @@ ".*": { "type": "number" } } }, - "timer": { + "resourceJob": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "virtualButton": { + "timer": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "webhook": { + "virtualButton": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "resourceJob": { + "webhook": { "type": "object", "patternProperties": { ".*": { "type": "number" } @@ -437,10 +453,18 @@ "payloadSizeDetails": { "title": "Payload Stats", "description": "Schema for the result of a payload stats request", "type": "object", "properties": { + "appFile": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "dataTable": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -501,10 +525,18 @@ ".*": { "type": "number" } } }, + "inboundEmail": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } + }, "integration": { "type": "object", "patternProperties": { ".*": { "type": "number" @@ -533,34 +565,34 @@ ".*": { "type": "number" } } }, - "timer": { + "resourceJob": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "virtualButton": { + "timer": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "webhook": { + "virtualButton": { "type": "object", "patternProperties": { ".*": { "type": "number" } } }, - "resourceJob": { + "webhook": { "type": "object", "patternProperties": { ".*": { "type": "number" } \ No newline at end of file