diff --git a/components/attio/actions/create-note/create-note.mjs b/components/attio/actions/create-note/create-note.mjs index 92c1116cbf616..fd4730211d076 100644 --- a/components/attio/actions/create-note/create-note.mjs +++ b/components/attio/actions/create-note/create-note.mjs @@ -4,7 +4,7 @@ export default { key: "attio-create-note", name: "Create Note", description: "Creates a new note for a given record. The note will be linked to the specified record. [See the documentation](https://developers.attio.com/reference/post_v2-notes)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { attio, diff --git a/components/attio/actions/create-person/create-person.mjs b/components/attio/actions/create-person/create-person.mjs index 1b4f4ef3c7292..7595ffee4673f 100644 --- a/components/attio/actions/create-person/create-person.mjs +++ b/components/attio/actions/create-person/create-person.mjs @@ -5,7 +5,7 @@ export default { key: "attio-create-person", name: "Create Person", description: "Creates a new person. [See the documentation](https://developers.attio.com/reference/post_v2-objects-people-records).", - version: "0.0.2", + version: "0.0.3", type: "action", props: { attio, diff --git a/components/attio/actions/create-task/create-task.mjs b/components/attio/actions/create-task/create-task.mjs index d3beaabb8c934..faa8061d42ee6 100644 --- a/components/attio/actions/create-task/create-task.mjs +++ b/components/attio/actions/create-task/create-task.mjs @@ -6,7 +6,7 @@ export default { key: "attio-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/tasks/create-a-task)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { attio, diff --git a/components/attio/actions/create-update-record/create-update-record.mjs b/components/attio/actions/create-update-record/create-update-record.mjs index 0deccc2ae8814..0afef8a7492e6 100644 --- a/components/attio/actions/create-update-record/create-update-record.mjs +++ b/components/attio/actions/create-update-record/create-update-record.mjs @@ -6,7 +6,7 @@ export default { key: "attio-create-update-record", name: "Create or Update Record", description: "Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. [See the documentation](https://developers.attio.com/reference/put_v2-objects-object-records)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { attio, diff --git a/components/attio/actions/delete-list-entry/delete-list-entry.mjs b/components/attio/actions/delete-list-entry/delete-list-entry.mjs index f47da6719bd67..e2e59f5b563a2 100644 --- a/components/attio/actions/delete-list-entry/delete-list-entry.mjs +++ b/components/attio/actions/delete-list-entry/delete-list-entry.mjs @@ -4,7 +4,7 @@ export default { key: "attio-delete-list-entry", name: "Delete List Entry", description: "Deletes an existing entry from a specific list. [See the documentation](https://developers.attio.com/reference/delete_v2-lists-list-entries-entry-id)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { attio, diff --git a/components/attio/actions/get-record/get-record.mjs b/components/attio/actions/get-record/get-record.mjs index b30a7ec48c028..053e50e780f61 100644 --- a/components/attio/actions/get-record/get-record.mjs +++ b/components/attio/actions/get-record/get-record.mjs @@ -4,7 +4,7 @@ export default { key: "attio-get-record", name: "Get Record", description: "Retrieves the record with the specified ID. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/records/get-a-record)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { attio, diff --git a/components/attio/actions/update-person/update-person.mjs b/components/attio/actions/update-person/update-person.mjs index e159271166781..6a8fd6397a03e 100644 --- a/components/attio/actions/update-person/update-person.mjs +++ b/components/attio/actions/update-person/update-person.mjs @@ -5,7 +5,7 @@ export default { key: "attio-update-person", name: "Update Person", description: "Update an existing person. [See the documentation](https://developers.attio.com/reference/patch_v2-objects-people-records-record-id).", - version: "0.0.2", + version: "0.0.3", type: "action", props: { attio, diff --git a/components/attio/attio.app.mjs b/components/attio/attio.app.mjs index 4b1e2c05e37b6..e872dff455027 100644 --- a/components/attio/attio.app.mjs +++ b/components/attio/attio.app.mjs @@ -9,11 +9,13 @@ export default { type: "string", label: "First Name", description: "The person's first name.", + optional: true, }, lastName: { type: "string", label: "Last Name", description: "The person's last name.", + optional: true, }, emailAddress: { type: "string", diff --git a/components/attio/package.json b/components/attio/package.json index d55b8ea579985..1cc1f0810eaab 100644 --- a/components/attio/package.json +++ b/components/attio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/attio", - "version": "0.4.0", + "version": "0.4.1", "description": "Pipedream Attio Components", "main": "attio.app.mjs", "keywords": [ diff --git a/components/attio/sources/list-entry-deleted-instant/list-entry-deleted-instant.mjs b/components/attio/sources/list-entry-deleted-instant/list-entry-deleted-instant.mjs index 68c0b9cae7f17..e03cef213542b 100644 --- a/components/attio/sources/list-entry-deleted-instant/list-entry-deleted-instant.mjs +++ b/components/attio/sources/list-entry-deleted-instant/list-entry-deleted-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-list-entry-deleted-instant", name: "New List Entry Deleted (Instant)", description: "Emit new event when a list entry is deleted (i.e. when a record is removed from a list).", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/attio/sources/list-entry-updated-instant/list-entry-updated-instant.mjs b/components/attio/sources/list-entry-updated-instant/list-entry-updated-instant.mjs index 586ce7ac81bf3..bf168838c9f4d 100644 --- a/components/attio/sources/list-entry-updated-instant/list-entry-updated-instant.mjs +++ b/components/attio/sources/list-entry-updated-instant/list-entry-updated-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-list-entry-updated-instant", name: "New List Entry Updated (Instant)", description: "Emit new event when an existing list entry is updated (i.e. when a list attribute is changed for a specific list entry, e.g. when setting \"Owner\")", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/attio/sources/new-activity-created-instant/new-activity-created-instant.mjs b/components/attio/sources/new-activity-created-instant/new-activity-created-instant.mjs index 01213bd5000ff..bf6b539c2172a 100644 --- a/components/attio/sources/new-activity-created-instant/new-activity-created-instant.mjs +++ b/components/attio/sources/new-activity-created-instant/new-activity-created-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-new-activity-created-instant", name: "New Activity Created (Instant)", description: "Emit new event when a note, task, or comment is created, useful for tracking engagement in real time.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/attio/sources/new-list-entry-instant/new-list-entry-instant.mjs b/components/attio/sources/new-list-entry-instant/new-list-entry-instant.mjs index b92c52da335a3..b9c7bb20b9a74 100644 --- a/components/attio/sources/new-list-entry-instant/new-list-entry-instant.mjs +++ b/components/attio/sources/new-list-entry-instant/new-list-entry-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-new-list-entry-instant", name: "New List Entry (Instant)", description: "Emit new event when a record, such as person, company, or deal, is added to a list", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/attio/sources/new-note-instant/new-note-instant.mjs b/components/attio/sources/new-note-instant/new-note-instant.mjs index 4fbebf4d87569..064663b0abcc9 100644 --- a/components/attio/sources/new-note-instant/new-note-instant.mjs +++ b/components/attio/sources/new-note-instant/new-note-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-new-note-instant", name: "New Note (Instant)", description: "Emit new event when a new note is created.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/attio/sources/new-object-attribute-instant/new-object-attribute-instant.mjs b/components/attio/sources/new-object-attribute-instant/new-object-attribute-instant.mjs index 38e0e29112390..5a1a5388a267a 100644 --- a/components/attio/sources/new-object-attribute-instant/new-object-attribute-instant.mjs +++ b/components/attio/sources/new-object-attribute-instant/new-object-attribute-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-new-object-attribute-instant", name: "New Object Attribute (Instant)", description: "Emit new event when an object attribute is created (e.g. when defining a new attribute \"Rating\" on the company object)", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/attio/sources/new-record-created-instant/new-record-created-instant.mjs b/components/attio/sources/new-record-created-instant/new-record-created-instant.mjs index a46817cdcb002..b0d1e35c80a34 100644 --- a/components/attio/sources/new-record-created-instant/new-record-created-instant.mjs +++ b/components/attio/sources/new-record-created-instant/new-record-created-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-new-record-created-instant", name: "New Record Created (Instant)", description: "Emit new event when new record, such as person, company or deal gets created", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/attio/sources/note-updated-instant/note-updated-instant.mjs b/components/attio/sources/note-updated-instant/note-updated-instant.mjs index f4610bda128a9..e73bb1e3c0fa5 100644 --- a/components/attio/sources/note-updated-instant/note-updated-instant.mjs +++ b/components/attio/sources/note-updated-instant/note-updated-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-note-updated-instant", name: "New Note Updated (Instant)", description: "Emit new event when the title of a note is modified. Body updates do not currently trigger webhooks.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs b/components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs index 1d2b7a4bca070..68652d179dab2 100644 --- a/components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs +++ b/components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-object-attribute-updated-instant", name: "New Object Attribute Updated (Instant)", description: "Emit new event when an object attribute is updated (e.g. when renaming the \"Rating\" attribute to \"Score\" on the company object)", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/attio/sources/record-updated-instant/record-updated-instant.mjs b/components/attio/sources/record-updated-instant/record-updated-instant.mjs index 6b1ef6ae1176d..b2b6ddd21a85f 100644 --- a/components/attio/sources/record-updated-instant/record-updated-instant.mjs +++ b/components/attio/sources/record-updated-instant/record-updated-instant.mjs @@ -6,7 +6,7 @@ export default { key: "attio-record-updated-instant", name: "New Record Updated (Instant)", description: "Emit new event when values on a record, such as person, company or deal, are updated", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6e00927c63e9..8c2fce2e0a6ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17690,12 +17690,12 @@ packages: '@datadog/sketches-js@2.1.1': resolution: {integrity: sha512-d5RjycE+MObE/hU+8OM5Zp4VjTwiPLRa8299fj7muOmR16fb942z8byoMbCErnGh0lBevvgkGrLclQDvINbIyg==} - '@definitelytyped/header-parser@0.2.19': - resolution: {integrity: sha512-zu+RxQpUCgorYUQZoyyrRIn9CljL1CeM4qak3NDeMO1r7tjAkodfpAGnVzx/6JR2OUk0tAgwmZxNMSwd9LVgxw==} + '@definitelytyped/header-parser@0.2.20': + resolution: {integrity: sha512-97YPAlUo8XjWNtZ+6k+My+50/ljE2iX6KEPjOZ1Az1RsZdKwJ6taAX3F5g6SY1SJr50bzdm2RZzyQNdRmHcs4w==} engines: {node: '>=18.18.0'} - '@definitelytyped/typescript-versions@0.1.8': - resolution: {integrity: sha512-iz6q9aTwWW7CzN2g8jFQfZ955D63LA+wdIAKz4+2pCc/7kokmEHie1/jVWSczqLFOlmH+69bWQxIurryBP/sig==} + '@definitelytyped/typescript-versions@0.1.9': + resolution: {integrity: sha512-Qjalw9eNlcTjXhzx0Q6kHKuRCOUt/M5RGGRGKsiYlm/nveGvPX9liZSQlGXZVwyQ5I9qvq/GdaWiPchQ+ZXOrQ==} engines: {node: '>=18.18.0'} '@definitelytyped/utils@0.1.8': @@ -34921,13 +34921,13 @@ snapshots: '@datadog/sketches-js@2.1.1': {} - '@definitelytyped/header-parser@0.2.19': + '@definitelytyped/header-parser@0.2.20': dependencies: - '@definitelytyped/typescript-versions': 0.1.8 + '@definitelytyped/typescript-versions': 0.1.9 '@definitelytyped/utils': 0.1.8 semver: 7.7.2 - '@definitelytyped/typescript-versions@0.1.8': {} + '@definitelytyped/typescript-versions@0.1.9': {} '@definitelytyped/utils@0.1.8': dependencies: @@ -37391,6 +37391,8 @@ snapshots: '@putout/operator-filesystem': 5.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3)) '@putout/operator-json': 2.2.0 putout: 36.13.1(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - supports-color '@putout/operator-regexp@1.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3))': dependencies: @@ -42288,7 +42290,7 @@ snapshots: dts-critic@3.3.11(typescript@5.7.2): dependencies: - '@definitelytyped/header-parser': 0.2.19 + '@definitelytyped/header-parser': 0.2.20 command-exists: 1.2.9 rimraf: 3.0.2 semver: 6.3.1 @@ -42300,8 +42302,8 @@ snapshots: dtslint@4.2.1(typescript@5.7.2): dependencies: - '@definitelytyped/header-parser': 0.2.19 - '@definitelytyped/typescript-versions': 0.1.8 + '@definitelytyped/header-parser': 0.2.20 + '@definitelytyped/typescript-versions': 0.1.9 '@definitelytyped/utils': 0.1.8 dts-critic: 3.3.11(typescript@5.7.2) fs-extra: 6.0.1