From 4edfb1e591d96d0ae0266382f75da0f7f85378f4 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Thu, 21 Nov 2024 12:36:48 -0500 Subject: [PATCH 1/2] update --- .../actions/send-email-invitation/send-email-invitation.mjs | 2 +- components/zoho_survey/package.json | 4 ++-- .../sources/new-survey-response/new-survey-response.mjs | 2 +- components/zoho_survey/zoho_survey.app.mjs | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs b/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs index 0aa67c2daf648..91bd5b5a8a93b 100644 --- a/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs +++ b/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs @@ -4,7 +4,7 @@ export default { key: "zoho_survey-send-email-invitation", name: "Send Email Invitation", description: "Sends an email invitation with Zoho Survey.", - version: "0.0.3", + version: "0.0.4", type: "action", props: { zohoSurvey, diff --git a/components/zoho_survey/package.json b/components/zoho_survey/package.json index d68f9ea6fe607..6c52f3c1a0ff2 100644 --- a/components/zoho_survey/package.json +++ b/components/zoho_survey/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zoho_survey", - "version": "0.1.4", + "version": "0.1.5", "description": "Pipedream Zoho Survey Components", "main": "zoho_survey.app.mjs", "keywords": [ @@ -13,7 +13,7 @@ "access": "public" }, "dependencies": { - "@pipedream/platform": "^1.5.1", + "@pipedream/platform": "^3.0.3", "html-entities-decoder": "^1.0.5" } } diff --git a/components/zoho_survey/sources/new-survey-response/new-survey-response.mjs b/components/zoho_survey/sources/new-survey-response/new-survey-response.mjs index 17cbaa02962d7..a1e4c452e466c 100644 --- a/components/zoho_survey/sources/new-survey-response/new-survey-response.mjs +++ b/components/zoho_survey/sources/new-survey-response/new-survey-response.mjs @@ -7,7 +7,7 @@ export default { key: "zoho_survey-new-survey-response", name: "New Survey Response (Instant)", description: "Emit new event when a new survey response is received in Zoho Surveys.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/zoho_survey/zoho_survey.app.mjs b/components/zoho_survey/zoho_survey.app.mjs index d4daf54e78713..fceda26cc59bb 100644 --- a/components/zoho_survey/zoho_survey.app.mjs +++ b/components/zoho_survey/zoho_survey.app.mjs @@ -171,6 +171,11 @@ export default { }) { return this._makeRequest({ path: `/portals/${portalId}/departments/${groupId}/surveys/${surveyId}/collectors/metainfo`, + params: { + ...args?.params, + status: "open", + fromservice: "pipedream", + }, ...args, }); }, From a84459c5729a7f634b8a2ccf9b210e740d7e0ae8 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Thu, 21 Nov 2024 12:38:07 -0500 Subject: [PATCH 2/2] pnpm-lock.yaml --- pnpm-lock.yaml | 106 ++++++++++++++++++++++++------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f5b3accccf295..d7c06f6de0171 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12108,10 +12108,10 @@ importers: components/zoho_survey: specifiers: - '@pipedream/platform': ^1.5.1 + '@pipedream/platform': ^3.0.3 html-entities-decoder: ^1.0.5 dependencies: - '@pipedream/platform': 1.5.1 + '@pipedream/platform': 3.0.3 html-entities-decoder: 1.0.5 components/zoho_workdrive: @@ -13466,55 +13466,6 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso-oidc/3.600.0_tdq3komn4zwyd65w7klbptsu34: - resolution: {integrity: sha512-7+I8RWURGfzvChyNQSyj5/tKrqRbzRl7H+BnTOf/4Vsw1nFOi5ROhlhD4X/Y0QCTacxnaoNcIrqnY7uGGvVRzw==} - engines: {node: '>=16.0.0'} - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sts': 3.600.0 - '@aws-sdk/core': 3.598.0 - '@aws-sdk/credential-provider-node': 3.600.0_f7n47caigsrjd2lr2szmwfuee4 - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.2.1 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.4 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.3 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.6 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.2 - '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 - transitivePeerDependencies: - - '@aws-sdk/client-sts' - - aws-crt - dev: false - /@aws-sdk/client-sso/3.423.0: resolution: {integrity: sha512-znIufHkwhCIePgaYciIs3x/+BpzR57CZzbCKHR9+oOvGyufEPPpUT5bFLvbwTgfiVkTjuk6sG/ES3U5Bc+xtrA==} engines: {node: '>=14.0.0'} @@ -13750,7 +13701,7 @@ packages: dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.600.0_tdq3komn4zwyd65w7klbptsu34 + '@aws-sdk/client-sso-oidc': 3.600.0 '@aws-sdk/core': 3.598.0 '@aws-sdk/credential-provider-node': 3.600.0_f7n47caigsrjd2lr2szmwfuee4 '@aws-sdk/middleware-host-header': 3.598.0 @@ -13792,6 +13743,55 @@ packages: - aws-crt dev: false + /@aws-sdk/client-sts/3.600.0_dseaa2p5u2yk67qiepewcq3hkq: + resolution: {integrity: sha512-KQG97B7LvTtTiGmjlrG1LRAY8wUvCQzrmZVV5bjrJ/1oXAU7DITYwVbSJeX9NWg6hDuSk0VE3MFwIXS2SvfLIA==} + engines: {node: '>=16.0.0'} + dependencies: + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/client-sso-oidc': 3.600.0 + '@aws-sdk/core': 3.598.0 + '@aws-sdk/credential-provider-node': 3.600.0_f7n47caigsrjd2lr2szmwfuee4 + '@aws-sdk/middleware-host-header': 3.598.0 + '@aws-sdk/middleware-logger': 3.598.0 + '@aws-sdk/middleware-recursion-detection': 3.598.0 + '@aws-sdk/middleware-user-agent': 3.598.0 + '@aws-sdk/region-config-resolver': 3.598.0 + '@aws-sdk/types': 3.598.0 + '@aws-sdk/util-endpoints': 3.598.0 + '@aws-sdk/util-user-agent-browser': 3.598.0 + '@aws-sdk/util-user-agent-node': 3.598.0 + '@smithy/config-resolver': 3.0.3 + '@smithy/core': 2.2.3 + '@smithy/fetch-http-handler': 3.2.1 + '@smithy/hash-node': 3.0.2 + '@smithy/invalid-dependency': 3.0.2 + '@smithy/middleware-content-length': 3.0.2 + '@smithy/middleware-endpoint': 3.0.4 + '@smithy/middleware-retry': 3.0.6 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.3 + '@smithy/node-http-handler': 3.1.2 + '@smithy/protocol-http': 4.0.3 + '@smithy/smithy-client': 3.1.6 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.6 + '@smithy/util-defaults-mode-node': 3.0.6 + '@smithy/util-endpoints': 2.0.3 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.2 + '@smithy/util-utf8': 3.0.0 + tslib: 2.6.3 + transitivePeerDependencies: + - '@aws-sdk/client-sso-oidc' + - aws-crt + dev: false + /@aws-sdk/core/3.556.0: resolution: {integrity: sha512-vJaSaHw2kPQlo11j/Rzuz0gk1tEaKdz+2ser0f0qZ5vwFlANjt08m/frU17ctnVKC1s58bxpctO/1P894fHLrA==} engines: {node: '>=14.0.0'} @@ -18174,7 +18174,7 @@ packages: '@aws-sdk/client-sns': 3.423.0 '@aws-sdk/client-sqs': 3.423.0 '@aws-sdk/client-ssm': 3.423.0 - '@aws-sdk/client-sts': 3.600.0 + '@aws-sdk/client-sts': 3.600.0_dseaa2p5u2yk67qiepewcq3hkq '@aws-sdk/s3-request-presigner': 3.609.0 '@pipedream/helper_functions': 0.3.12 '@pipedream/platform': 1.6.6