@atom8n/n8n-nodes-base 2.4.3 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/credentials/Imap.credentials.js +0 -0
  2. package/dist/credentials/OpenCTIApi.credentials.js +0 -0
  3. package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
  4. package/dist/nodes/Airtop/actions/file/load.operation.js +0 -0
  5. package/dist/nodes/Airtop/actions/session/waitForDownload.operation.js +0 -0
  6. package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
  7. package/dist/nodes/Aws/ELB/AwsElb.node.js +0 -0
  8. package/dist/nodes/Aws/GenericFunctions.js +0 -0
  9. package/dist/nodes/Aws/IAM/descriptions/user/create.operation.js +0 -0
  10. package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
  11. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
  12. package/dist/nodes/BambooHr/v1/transport/index.js +0 -0
  13. package/dist/nodes/Bitly/LinkDescription.js +0 -0
  14. package/dist/nodes/Calendly/CalendlyTrigger.node.js +0 -0
  15. package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
  16. package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
  17. package/dist/nodes/DateTime/V1/DateTimeV1.node.js +1 -1
  18. package/dist/nodes/Discourse/UserDescription.js +0 -0
  19. package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
  20. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +15 -1
  21. package/dist/nodes/Flow/TaskDescription.js +0 -0
  22. package/dist/nodes/Git/GenericFunctions.d.ts +8 -0
  23. package/dist/nodes/Git/GenericFunctions.js +30 -0
  24. package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +2 -0
  25. package/dist/nodes/Git/descriptions/ReflogDescription.js +56 -0
  26. package/dist/nodes/Github/GithubTriggerHelpers.d.ts +13 -0
  27. package/dist/nodes/Github/GithubTriggerHelpers.js +62 -0
  28. package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
  29. package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
  30. package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
  31. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
  32. package/dist/nodes/Google/Analytics/GoogleAnalytics.node.js +0 -0
  33. package/dist/nodes/Google/Calendar/GenericFunctions.js +1 -1
  34. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +0 -0
  35. package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +0 -0
  36. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
  37. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
  38. package/dist/nodes/Google/Gmail/GenericFunctions.js +1 -1
  39. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
  40. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
  41. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
  42. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
  43. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
  44. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
  45. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
  46. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
  47. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
  48. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
  49. package/dist/nodes/Google/Gmail/v1/DraftDescription.js +0 -0
  50. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.js +0 -0
  51. package/dist/nodes/HelpScout/CustomerDescription.js +0 -0
  52. package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
  53. package/dist/nodes/HighLevel/v1/GenericFunctions.js +1 -1
  54. package/dist/nodes/HighLevel/v2/GenericFunctions.d.ts +1 -1
  55. package/dist/nodes/HighLevel/v2/GenericFunctions.js +1 -1
  56. package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
  57. package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
  58. package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
  59. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
  60. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
  61. package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
  62. package/dist/nodes/KoBoToolbox/FileDescription.js +0 -0
  63. package/dist/nodes/Lemlist/Lemlist.node.js +0 -0
  64. package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
  65. package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
  66. package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
  67. package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
  68. package/dist/nodes/Mattermost/v1/actions/user/getByEmail/execute.js +0 -0
  69. package/dist/nodes/MessageBird/GenericFunctions.js +0 -0
  70. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
  71. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
  72. package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js +2 -1
  73. package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.js +0 -0
  74. package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js +2 -1
  75. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
  76. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +0 -0
  77. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
  78. package/dist/nodes/Misp/descriptions/EventTagDescription.js +0 -0
  79. package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
  80. package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
  81. package/dist/nodes/Peekalink/Peekalink.node.js +0 -0
  82. package/dist/nodes/Pipedrive/GenericFunctions.js +0 -0
  83. package/dist/nodes/Pushcut/GenericFunctions.js +0 -0
  84. package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
  85. package/dist/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.js +0 -0
  86. package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
  87. package/dist/nodes/Salesforce/GenericFunctions.js +1 -1
  88. package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
  89. package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
  90. package/dist/nodes/Slack/Slack.node.js +0 -0
  91. package/dist/nodes/SyncroMSP/v1/actions/rmm/del/execute.js +0 -0
  92. package/dist/nodes/TheHiveProject/actions/case/update.operation.js +0 -0
  93. package/dist/nodes/TheHiveProject/methods/resourceMapping.js +0 -0
  94. package/dist/nodes/Twake/Twake.node.js +0 -0
  95. package/dist/nodes/Twitter/V1/DirectMessageDescription.js +0 -0
  96. package/dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js +0 -0
  97. package/dist/nodes/UptimeRobot/AlertContactDescription.js +0 -0
  98. package/dist/nodes/Wordpress/PostInterface.js +0 -0
  99. package/dist/nodes/Zammad/descriptions/TicketDescription.js +0 -0
  100. package/dist/typecheck.tsbuildinfo +1 -1
  101. package/dist/types/nodes.json +3 -3
  102. package/dist/utils/workflowInputsResourceMapping/GenericFunctions.js +4 -0
  103. package/package.json +9 -9
@@ -0,0 +1,151 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "date": {
5
+ "type": "string"
6
+ },
7
+ "from": {
8
+ "type": "object",
9
+ "properties": {
10
+ "html": {
11
+ "type": "string"
12
+ },
13
+ "text": {
14
+ "type": "string"
15
+ },
16
+ "value": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "address": {
22
+ "type": "string"
23
+ },
24
+ "name": {
25
+ "type": "string"
26
+ }
27
+ }
28
+ }
29
+ }
30
+ }
31
+ },
32
+ "headers": {
33
+ "type": "object",
34
+ "properties": {
35
+ "arc-authentication-results": {
36
+ "type": "string"
37
+ },
38
+ "arc-message-signature": {
39
+ "type": "string"
40
+ },
41
+ "arc-seal": {
42
+ "type": "string"
43
+ },
44
+ "authentication-results": {
45
+ "type": "string"
46
+ },
47
+ "content-type": {
48
+ "type": "string"
49
+ },
50
+ "date": {
51
+ "type": "string"
52
+ },
53
+ "delivered-to": {
54
+ "type": "string"
55
+ },
56
+ "dkim-signature": {
57
+ "type": "string"
58
+ },
59
+ "from": {
60
+ "type": "string"
61
+ },
62
+ "message-id": {
63
+ "type": "string"
64
+ },
65
+ "mime-version": {
66
+ "type": "string"
67
+ },
68
+ "received": {
69
+ "type": "string"
70
+ },
71
+ "received-spf": {
72
+ "type": "string"
73
+ },
74
+ "return-path": {
75
+ "type": "string"
76
+ },
77
+ "subject": {
78
+ "type": "string"
79
+ },
80
+ "to": {
81
+ "type": "string"
82
+ },
83
+ "x-gm-message-state": {
84
+ "type": "string"
85
+ },
86
+ "x-google-dkim-signature": {
87
+ "type": "string"
88
+ },
89
+ "x-google-smtp-source": {
90
+ "type": "string"
91
+ },
92
+ "x-received": {
93
+ "type": "string"
94
+ }
95
+ }
96
+ },
97
+ "id": {
98
+ "type": "string"
99
+ },
100
+ "labelIds": {
101
+ "type": "array",
102
+ "items": {
103
+ "type": "string"
104
+ }
105
+ },
106
+ "messageId": {
107
+ "type": "string"
108
+ },
109
+ "sizeEstimate": {
110
+ "type": "integer"
111
+ },
112
+ "subject": {
113
+ "type": "string"
114
+ },
115
+ "text": {
116
+ "type": "string"
117
+ },
118
+ "textAsHtml": {
119
+ "type": "string"
120
+ },
121
+ "threadId": {
122
+ "type": "string"
123
+ },
124
+ "to": {
125
+ "type": "object",
126
+ "properties": {
127
+ "html": {
128
+ "type": "string"
129
+ },
130
+ "text": {
131
+ "type": "string"
132
+ },
133
+ "value": {
134
+ "type": "array",
135
+ "items": {
136
+ "type": "object",
137
+ "properties": {
138
+ "address": {
139
+ "type": "string"
140
+ },
141
+ "name": {
142
+ "type": "string"
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "version": 1
151
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "From": {
5
+ "type": "string"
6
+ },
7
+ "historyId": {
8
+ "type": "string"
9
+ },
10
+ "id": {
11
+ "type": "string"
12
+ },
13
+ "internalDate": {
14
+ "type": "string"
15
+ },
16
+ "labels": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "id": {
22
+ "type": "string"
23
+ },
24
+ "name": {
25
+ "type": "string"
26
+ }
27
+ }
28
+ }
29
+ },
30
+ "payload": {
31
+ "type": "object",
32
+ "properties": {
33
+ "mimeType": {
34
+ "type": "string"
35
+ }
36
+ }
37
+ },
38
+ "sizeEstimate": {
39
+ "type": "integer"
40
+ },
41
+ "snippet": {
42
+ "type": "string"
43
+ },
44
+ "Subject": {
45
+ "type": "string"
46
+ },
47
+ "threadId": {
48
+ "type": "string"
49
+ },
50
+ "To": {
51
+ "type": "string"
52
+ }
53
+ },
54
+ "version": 1
55
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "data": {
5
+ "type": "object",
6
+ "properties": {
7
+ "approved": {
8
+ "type": "boolean"
9
+ }
10
+ }
11
+ }
12
+ },
13
+ "version": 1
14
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "historyId": {
5
+ "type": "string"
6
+ },
7
+ "id": {
8
+ "type": "string"
9
+ },
10
+ "snippet": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "version": 1
15
+ }
File without changes
File without changes
@@ -0,0 +1,53 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "_links": {
5
+ "type": "object",
6
+ "properties": {
7
+ "fields": {
8
+ "type": "object",
9
+ "properties": {
10
+ "href": {
11
+ "type": "string"
12
+ }
13
+ }
14
+ },
15
+ "folders": {
16
+ "type": "object",
17
+ "properties": {
18
+ "href": {
19
+ "type": "string"
20
+ }
21
+ }
22
+ },
23
+ "self": {
24
+ "type": "object",
25
+ "properties": {
26
+ "href": {
27
+ "type": "string"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ },
33
+ "createdAt": {
34
+ "type": "string"
35
+ },
36
+ "email": {
37
+ "type": "string"
38
+ },
39
+ "id": {
40
+ "type": "integer"
41
+ },
42
+ "name": {
43
+ "type": "string"
44
+ },
45
+ "slug": {
46
+ "type": "string"
47
+ },
48
+ "updatedAt": {
49
+ "type": "string"
50
+ }
51
+ },
52
+ "version": 1
53
+ }
@@ -27,7 +27,7 @@ function isPhoneValid(phone) {
27
27
  }
28
28
  function dateToIsoSupressMillis(dateTime) {
29
29
  const options = { suppressMilliseconds: true };
30
- return luxon_1.DateTime.fromISO(dateTime).toISO(options);
30
+ return luxon_1.DateTime.fromISO(dateTime).toISO(options) || undefined;
31
31
  }
32
32
  async function taskPostReceiceAction(items, _response) {
33
33
  const contactId = this.getNodeParameter('contactId');
@@ -1,7 +1,7 @@
1
1
  import type { DeclarativeRestApiSettings, IDataObject, IExecuteFunctions, IExecutePaginationFunctions, IExecuteSingleFunctions, IHookFunctions, IHttpRequestMethods, IHttpRequestOptions, ILoadOptionsFunctions, IN8nHttpFullResponse, INodeExecutionData, INodePropertyOptions, IPollFunctions, IWebhookFunctions } from 'n8n-workflow';
2
2
  export declare function isEmailValid(email: string): boolean;
3
3
  export declare function isPhoneValid(phone: string): boolean;
4
- export declare function dateToIsoSupressMillis(dateTime: string): string;
4
+ export declare function dateToIsoSupressMillis(dateTime: string): string | undefined;
5
5
  export declare function taskPostReceiceAction(this: IExecuteSingleFunctions, items: INodeExecutionData[], _response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>;
6
6
  export declare function dueDatePreSendAction(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
7
7
  export declare function contactIdentifierPreSendAction(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
@@ -31,7 +31,7 @@ function isPhoneValid(phone) {
31
31
  }
32
32
  function dateToIsoSupressMillis(dateTime) {
33
33
  const options = { suppressMilliseconds: true };
34
- return luxon_1.DateTime.fromISO(dateTime).toISO(options);
34
+ return luxon_1.DateTime.fromISO(dateTime).toISO(options) || undefined;
35
35
  }
36
36
  async function taskPostReceiceAction(items, _response) {
37
37
  const contactId = this.getNodeParameter('contactId');
@@ -0,0 +1,83 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "companyId": {
5
+ "type": "integer"
6
+ },
7
+ "isDeleted": {
8
+ "type": "boolean"
9
+ },
10
+ "portalId": {
11
+ "type": "integer"
12
+ },
13
+ "properties": {
14
+ "type": "object",
15
+ "properties": {
16
+ "name": {
17
+ "type": "object",
18
+ "properties": {
19
+ "source": {
20
+ "type": "string"
21
+ },
22
+ "timestamp": {
23
+ "type": "integer"
24
+ },
25
+ "value": {
26
+ "type": "string"
27
+ },
28
+ "versions": {
29
+ "type": "array",
30
+ "items": {
31
+ "type": "object",
32
+ "properties": {
33
+ "name": {
34
+ "type": "string"
35
+ },
36
+ "requestId": {
37
+ "type": "string"
38
+ },
39
+ "source": {
40
+ "type": "string"
41
+ },
42
+ "sourceId": {
43
+ "type": "string"
44
+ },
45
+ "sourceUpstreamDeployable": {
46
+ "type": "string"
47
+ },
48
+ "timestamp": {
49
+ "type": "integer"
50
+ },
51
+ "updatedByUserId": {
52
+ "type": "integer"
53
+ },
54
+ "useTimestampAsPersistenceTimestamp": {
55
+ "type": "boolean"
56
+ },
57
+ "value": {
58
+ "type": "string"
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "stateChanges": {
68
+ "type": "array",
69
+ "items": {
70
+ "type": "object",
71
+ "properties": {
72
+ "changeFlag": {
73
+ "type": "string"
74
+ },
75
+ "timestamp": {
76
+ "type": "integer"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "version": 1
83
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "discarded": {
5
+ "type": "array",
6
+ "items": {
7
+ "type": "integer"
8
+ }
9
+ },
10
+ "invalidEmails": {
11
+ "type": "array",
12
+ "items": {
13
+ "type": "string"
14
+ }
15
+ },
16
+ "invalidVids": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "integer"
20
+ }
21
+ },
22
+ "updated": {
23
+ "type": "array",
24
+ "items": {
25
+ "type": "integer"
26
+ }
27
+ }
28
+ },
29
+ "version": 1
30
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "dealId": {
5
+ "type": "integer"
6
+ },
7
+ "isDeleted": {
8
+ "type": "boolean"
9
+ },
10
+ "portalId": {
11
+ "type": "integer"
12
+ },
13
+ "properties": {
14
+ "type": "object",
15
+ "properties": {
16
+ "dealstage": {
17
+ "type": "object",
18
+ "properties": {
19
+ "source": {
20
+ "type": "string"
21
+ },
22
+ "timestamp": {
23
+ "type": "integer"
24
+ },
25
+ "value": {
26
+ "type": "string"
27
+ },
28
+ "versions": {
29
+ "type": "array",
30
+ "items": {
31
+ "type": "object",
32
+ "properties": {
33
+ "name": {
34
+ "type": "string"
35
+ },
36
+ "requestId": {
37
+ "type": "string"
38
+ },
39
+ "source": {
40
+ "type": "string"
41
+ },
42
+ "sourceId": {
43
+ "type": "string"
44
+ },
45
+ "sourceUpstreamDeployable": {
46
+ "type": "string"
47
+ },
48
+ "timestamp": {
49
+ "type": "integer"
50
+ },
51
+ "updatedByUserId": {
52
+ "type": "integer"
53
+ },
54
+ "useTimestampAsPersistenceTimestamp": {
55
+ "type": "boolean"
56
+ },
57
+ "value": {
58
+ "type": "string"
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "stateChanges": {
68
+ "type": "array",
69
+ "items": {
70
+ "type": "object",
71
+ "properties": {
72
+ "changeFlag": {
73
+ "type": "string"
74
+ },
75
+ "timestamp": {
76
+ "type": "integer"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "version": 1
83
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "isDeleted": {
5
+ "type": "boolean"
6
+ },
7
+ "objectId": {
8
+ "type": "integer"
9
+ },
10
+ "objectType": {
11
+ "type": "string"
12
+ },
13
+ "portalId": {
14
+ "type": "integer"
15
+ },
16
+ "properties": {
17
+ "type": "object",
18
+ "properties": {
19
+ "subject": {
20
+ "type": "object",
21
+ "properties": {
22
+ "isEncrypted": {
23
+ "type": "boolean"
24
+ },
25
+ "persistenceTimestamp": {
26
+ "type": "integer"
27
+ },
28
+ "requestId": {
29
+ "type": "string"
30
+ },
31
+ "sensitivityLevel": {
32
+ "type": "string"
33
+ },
34
+ "source": {
35
+ "type": "string"
36
+ },
37
+ "sourceUpstreamDeployable": {
38
+ "type": "string"
39
+ },
40
+ "timestamp": {
41
+ "type": "integer"
42
+ },
43
+ "value": {
44
+ "type": "string"
45
+ },
46
+ "versions": {
47
+ "type": "array",
48
+ "items": {
49
+ "type": "object",
50
+ "properties": {
51
+ "name": {
52
+ "type": "string"
53
+ },
54
+ "persistenceTimestamp": {
55
+ "type": "integer"
56
+ },
57
+ "requestId": {
58
+ "type": "string"
59
+ },
60
+ "source": {
61
+ "type": "string"
62
+ },
63
+ "sourceUpstreamDeployable": {
64
+ "type": "string"
65
+ },
66
+ "timestamp": {
67
+ "type": "integer"
68
+ },
69
+ "value": {
70
+ "type": "string"
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "version": 1
81
+ }