removedInput schema / properties / data / properties / noticeman / allOf
Removed value: -[
- {
- "properties": {
- "attachments": {
- "items": {
- "properties": {
- "fileSize": {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- },
- "filename": {
- "minLength": 1,
- "type": "string"
- },
- "hash": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "filename",
- "hash"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "externalAttachments": {
- "items": {
- "properties": {
- "filename": {
- "minLength": 1,
- "type": "string"
- },
- "hash": {
- "type": "string"
- },
- "id": {
- "minLength": 1,
- "type": "string"
- },
- "type": {
- "minLength": 1,
- "pattern": "EVIDENCE|REPORT|REPORT_PACKAGE",
- "type": "string"
- }
- },
- "required": [
- "id",
- "type",
- "filename"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "parameters": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "receiver": {
- "items": {
- "allOf": [
- {
- "properties": {
- "address": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "addressReplyTo": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "metadata": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "phone": {
- "type": "string"
- },
- "type": {
- "enum": [
- "TO",
- "CC",
- "BCC"
- ],
- "type": "string"
- }
- },
- "type": "object"
- }
- ]
- },
- "minItems": 1,
- "type": "array"
- },
- "sender": {
- "properties": {
- "address": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "addressReplyTo": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "subject": {
- "minLength": 1,
- "type": "string"
- },
- "template": {
- "type": "string"
- }
- },
- "required": [
- "receiver",
- "subject"
- ],
- "type": "object"
- },
- {
- "properties": {
- "limitResponse": {
- "maximum": 720,
- "minimum": 0,
- "type": "integer"
- },
- "notificationType": {
- "enum": [
- "ACCEPTED_OR_NOT",
- "RECEIVED_AGREE",
- "LONG_RESPONSE",
- "NO_RESPONSE"
- ],
- "type": "string"
- },
- "reminder": {
- "maximum": 720,
- "minimum": 24,
- "type": "integer"
- },
- "scheduledAt": {
- "format": "date-time",
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
- "type": "string"
- }
- },
- "required": [
- "notificationType"
- ],
- "type": "object"
- }
-]
addedInput schema / properties / data / properties / noticeman / properties
Added value: +{
+ "attachments": {
+ "items": {
+ "properties": {
+ "fileSize": {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "filename": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "hash": {
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "filename",
+ "hash"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "externalAttachments": {
+ "items": {
+ "properties": {
+ "filename": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "hash": {
+ "type": "string"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "type": {
+ "minLength": 1,
+ "pattern": "EVIDENCE|REPORT|REPORT_PACKAGE",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "filename"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limitResponse": {
+ "maximum": 720,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "notificationType": {
+ "enum": [
+ "ACCEPTED_OR_NOT",
+ "RECEIVED_AGREE",
+ "LONG_RESPONSE",
+ "NO_RESPONSE"
+ ],
+ "type": "string"
+ },
+ "parameters": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "receiver": {
+ "items": {
+ "properties": {
+ "address": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "addressReplyTo": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "metadata": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "phone": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "TO",
+ "CC",
+ "BCC"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "reminder": {
+ "maximum": 720,
+ "minimum": 24,
+ "type": "integer"
+ },
+ "scheduledAt": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$",
+ "type": "string"
+ },
+ "sender": {
+ "properties": {
+ "address": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "addressReplyTo": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "subject": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "template": {
+ "type": "string"
+ }
+}
addedInput schema / properties / data / properties / noticeman / required
Added value: +[
+ "receiver",
+ "subject",
+ "notificationType"
+]
addedInput schema / properties / data / properties / noticeman / type
Added value: +"object"
changedInput schema / properties / data / properties / rcs / properties / scheduleDate / pattern
Previous value: -"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"New value: +"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"
removedInput schema / properties / data / properties / smtp / properties / receiver / items / allOf
Removed value: -[
- {
- "properties": {
- "address": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "addressReplyTo": {
- "format": "email",
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "metadata": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "phone": {
- "type": "string"
- },
- "type": {
- "enum": [
- "TO",
- "CC",
- "BCC"
- ],
- "type": "string"
- }
- },
- "type": "object"
- }
-]
addedInput schema / properties / data / properties / smtp / properties / receiver / items / properties
Added value: +{
+ "address": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "addressReplyTo": {
+ "format": "email",
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "metadata": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "phone": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "TO",
+ "CC",
+ "BCC"
+ ],
+ "type": "string"
+ }
+}
addedInput schema / properties / data / properties / smtp / properties / receiver / items / type
Added value: +"object"
changedInput schema / properties / data / properties / smtp / properties / sender / properties / address / pattern
Previous value: -"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"New value: +"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
changedInput schema / properties / data / properties / smtp / properties / sender / properties / addressReplyTo / pattern
Previous value: -"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"New value: +"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
changedInput schema / properties / requestId / description
Previous value: -"UUID of the notification request. Obtain from notification_request_create."New value: +"OPTIONAL. Supply a UUID here only if you want to choose the new request's id yourself; omit it and the API assigns one. Either way this call RETURNS the requestId that every other Notification tool then requires — do not try to obtain it beforehand."