Skip to content

Commit e08317f

Browse files
monikakusterigorbeslic
authored andcommitted
2286 - generated
1 parent ebf77d7 commit e08317f

File tree

2 files changed

+10
-10
lines changed
  • docs/content/docs/reference/components
  • server/libs/modules/components/attio/src/test/resources/definition

2 files changed

+10
-10
lines changed

docs/content/docs/reference/components/attio.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Creates a new task.
8282
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
8383
| content | Content | STRING | | true |
8484
| format | Format | STRING <details> <summary> Options </summary> plaintext </details> | | true |
85-
| deadline_at | Deadline | DATE | | true |
85+
| deadline_at | Deadline | DATE_TIME | | true |
8686
| is_completed | Is Completed | BOOLEAN <details> <summary> Options </summary> true, false </details> | | true |
8787
| linked_records | Linked Records | ARRAY <details> <summary> Items </summary> [{STRING\(target_object), STRING\(target_record_id)}] </details> | | true |
8888
| assignees | Assignees | ARRAY <details> <summary> Items </summary> [{STRING\(referenced_actor_type), STRING\(referenced_actor_id)}] </details> | | true |
@@ -95,7 +95,7 @@ Creates a new task.
9595
"parameters" : {
9696
"content" : "",
9797
"format" : "",
98-
"deadline_at" : "2021-01-01",
98+
"deadline_at" : "2021-01-01T00:00:00",
9999
"is_completed" : false,
100100
"linked_records" : [ {
101101
"target_object" : "",

server/libs/modules/components/attio/src/test/resources/definition/attio_v1.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
"minLength" : null,
978978
"options" : null,
979979
"optionsDataSource" : {
980-
"optionsLookupDependsOn" : [ "target_object" ],
980+
"optionsLookupDependsOn" : [ "linked_records[index].target_object" ],
981981
"options" : { }
982982
}
983983
} ],
@@ -2126,7 +2126,7 @@
21262126
"minLength" : null,
21272127
"options" : null,
21282128
"optionsDataSource" : {
2129-
"optionsLookupDependsOn" : [ "target_object" ],
2129+
"optionsLookupDependsOn" : [ "linked_records[index].target_object" ],
21302130
"options" : { }
21312131
}
21322132
} ],
@@ -2575,7 +2575,7 @@
25752575
},
25762576
"sampleOutput" : null
25772577
},
2578-
"properties" : [ ],
2578+
"properties" : null,
25792579
"title" : "Record Created",
25802580
"type" : "DYNAMIC_WEBHOOK",
25812581
"webhookRawBody" : null,
@@ -2585,9 +2585,9 @@
25852585
"deduplicate" : null,
25862586
"webhookDisable" : { },
25872587
"webhookEnable" : { },
2588+
"webhookRequest" : { },
25882589
"processErrorResponse" : null,
25892590
"workflowNodeDescription" : null,
2590-
"webhookRequest" : { },
25912591
"listenerDisable" : null,
25922592
"listenerEnable" : null,
25932593
"webhookValidate" : null,
@@ -2928,7 +2928,7 @@
29282928
},
29292929
"sampleOutput" : null
29302930
},
2931-
"properties" : [ ],
2931+
"properties" : null,
29322932
"title" : "Task Created",
29332933
"type" : "DYNAMIC_WEBHOOK",
29342934
"webhookRawBody" : null,
@@ -2938,9 +2938,9 @@
29382938
"deduplicate" : null,
29392939
"webhookDisable" : { },
29402940
"webhookEnable" : { },
2941+
"webhookRequest" : { },
29412942
"processErrorResponse" : null,
29422943
"workflowNodeDescription" : null,
2943-
"webhookRequest" : { },
29442944
"listenerDisable" : null,
29452945
"listenerEnable" : null,
29462946
"webhookValidate" : null,
@@ -2981,13 +2981,13 @@
29812981
"authorizationUrl" : null,
29822982
"clientId" : null,
29832983
"clientSecret" : null,
2984+
"oauth2AuthorizationExtraQueryParameters" : null,
29842985
"pkce" : null,
29852986
"refresh" : null,
29862987
"refreshUrl" : null,
29872988
"scopes" : null,
29882989
"refreshToken" : null,
2989-
"tokenUrl" : null,
2990-
"oauth2AuthorizationExtraQueryParameters" : null
2990+
"tokenUrl" : null
29912991
} ],
29922992
"properties" : null,
29932993
"version" : 1,

0 commit comments

Comments
 (0)