From 242fba68fc0a6afc5432b60da01fd970fcb165dd Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Thu, 19 Dec 2024 11:57:53 -0500 Subject: [PATCH 1/7] update endpoints --- .../actions/create-customer/create-customer.mjs | 4 ++-- .../actions/create-subscription/create-subscription.mjs | 4 ++-- components/zoho_subscriptions/package.json | 3 ++- .../sources/payment-failure/payment-failure.mjs | 2 +- .../sources/subscription-created/subscription-created.mjs | 2 +- components/zoho_subscriptions/zoho_subscriptions.app.mjs | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs index be5f8533f5e96..5a9f22fca4e44 100644 --- a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs +++ b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs @@ -3,8 +3,8 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-create-customer", name: "Create Customer", - version: "0.0.1", - description: "Create a new customer. [See the documentation](https://www.zoho.com/subscriptions/api/v1/customers/#create-a-customer)", + version: "0.0.2", + description: "Create a new customer. [See the documentation](https://www.zoho.com/billing/api/v1/customers/#create-a-customer)", type: "action", props: { zohoSubscriptions, diff --git a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs index 83e4de39cc071..cef5fb8e5c7d0 100644 --- a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs +++ b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs @@ -4,8 +4,8 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-create-subscription", name: "Create Subscription", - version: "0.0.1", - description: "Create a new subscription. [See the documentation](https://www.zoho.com/subscriptions/api/v1/subscription/#create-a-subscription)", + version: "0.0.2", + description: "Create a new subscription. [See the documentation](https://www.zoho.com/billing/api/v1/subscription/#create-a-subscription)", type: "action", props: { zohoSubscriptions, diff --git a/components/zoho_subscriptions/package.json b/components/zoho_subscriptions/package.json index 6ab6dc147349b..5638c7d5ff781 100644 --- a/components/zoho_subscriptions/package.json +++ b/components/zoho_subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zoho_subscriptions", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Zoho Subscriptions Components", "main": "zoho_subscriptions.app.mjs", "keywords": [ @@ -13,6 +13,7 @@ "access": "public" }, "dependencies": { + "@pipedream/platform": "^3.0.3", "moment": "^2.29.4" } } diff --git a/components/zoho_subscriptions/sources/payment-failure/payment-failure.mjs b/components/zoho_subscriptions/sources/payment-failure/payment-failure.mjs index 075a280f000be..04ec2e056303b 100644 --- a/components/zoho_subscriptions/sources/payment-failure/payment-failure.mjs +++ b/components/zoho_subscriptions/sources/payment-failure/payment-failure.mjs @@ -5,7 +5,7 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-payment-failure", name: "New Payment Failure", - version: "0.0.1", + version: "0.0.2", description: "Emit new event when a payment fails to process.", type: "source", dedupe: "unique", diff --git a/components/zoho_subscriptions/sources/subscription-created/subscription-created.mjs b/components/zoho_subscriptions/sources/subscription-created/subscription-created.mjs index 582b3774da36b..ed2da52f00052 100644 --- a/components/zoho_subscriptions/sources/subscription-created/subscription-created.mjs +++ b/components/zoho_subscriptions/sources/subscription-created/subscription-created.mjs @@ -5,7 +5,7 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-subscription-created", name: "New Subscription Created", - version: "0.0.1", + version: "0.0.2", description: "Emit new event when a new subscription is created.", type: "source", dedupe: "unique", diff --git a/components/zoho_subscriptions/zoho_subscriptions.app.mjs b/components/zoho_subscriptions/zoho_subscriptions.app.mjs index c806b505c00bc..a75a46f0bf235 100644 --- a/components/zoho_subscriptions/zoho_subscriptions.app.mjs +++ b/components/zoho_subscriptions/zoho_subscriptions.app.mjs @@ -134,7 +134,7 @@ export default { }, methods: { _apiUrl() { - return `${this.$auth.api_domain}/subscriptions/v1`; + return `${this.$auth.api_domain}/billing/v1`; }, _getHeaders(organizationId = null) { const headers = { From 20bddc8e7df53161c199c71e9ba28bc90cd1df2d Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Thu, 19 Dec 2024 11:59:50 -0500 Subject: [PATCH 2/7] pnpm-lock.yaml --- pnpm-lock.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cad5eebd85fb4..6319160f3606e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12104,6 +12104,9 @@ importers: components/zoho_subscriptions: dependencies: + '@pipedream/platform': + specifier: ^3.0.3 + version: 3.0.3 moment: specifier: ^2.29.4 version: 2.30.1 @@ -24533,22 +24536,22 @@ packages: superagent@3.8.1: resolution: {integrity: sha512-VMBFLYgFuRdfeNQSMLbxGSLfmXL/xc+OO+BZp41Za/NRDBet/BNbkRJrYzCUu0u4GU0i/ml2dtT8b9qgkw9z6Q==} engines: {node: '>= 4.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@4.1.0: resolution: {integrity: sha512-FT3QLMasz0YyCd4uIi5HNe+3t/onxMyEho7C3PSqmti3Twgy2rXT4fmkTz6wRL6bTF4uzPcfkUCa8u4JWHw8Ag==} engines: {node: '>= 6.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@5.3.1: resolution: {integrity: sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==} engines: {node: '>= 7.0.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@7.1.6: resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731) supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} @@ -30706,6 +30709,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: From 92a59ef2166abe6a313329d1929a423109f78be1 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Mon, 23 Dec 2024 12:13:10 -0500 Subject: [PATCH 3/7] updates --- .../create-customer/create-customer.mjs | 32 +++++------ .../create-subscription.mjs | 56 ++++++++++++++++++- .../zoho_subscriptions.app.mjs | 27 ++++++++- 3 files changed, 96 insertions(+), 19 deletions(-) diff --git a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs index 5a9f22fca4e44..bd78d6dd473d6 100644 --- a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs +++ b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs @@ -80,97 +80,97 @@ export default { }, billingAddressAttention: { type: "string", - label: "Attention", + label: "Billing Address - Attention", description: "Attention of the customer's billing address.", optional: true, }, billingAddressStreet: { type: "string", - label: "Street", + label: "Billing Address - Street", description: "Street of the customer's billing address.", optional: true, }, billingAddressCity: { type: "string", - label: "City", + label: "Billing Address - City", description: "City of the customer's billing address.", optional: true, }, billingAddressState: { type: "string", - label: "State", + label: "Billing Address - State", description: "State of the customer's billing address.", optional: true, }, billingAddressZip: { type: "string", - label: "Zip", + label: "Billing Address - Zip", description: "Zip of the customer's billing address.", optional: true, }, billingAddressCountry: { type: "string", - label: "Country", + label: "Billing Address - Country", description: "Country of the customer's billing address.", optional: true, }, billingAddressStateCode: { type: "string", - label: "State Code", + label: "Billing Address - State Code", description: "State Code of the customer's billing address.", optional: true, }, billingAddressFax: { type: "string", - label: "Fax", + label: "Billing Address - Fax", description: "Fax of the customer's billing address.", optional: true, }, shippingAddressAttention: { type: "string", - label: "Attention", + label: "Shipping Address - Attention", description: "Attention of the customer's shipping address.", optional: true, }, shippingAddressStreet: { type: "string", - label: "Street", + label: "Shipping Address - Street", description: "Street of the customer's shipping address.", optional: true, }, shippingAddressCity: { type: "string", - label: "City", + label: "Shipping Address - City", description: "City of the customer's shipping address.", optional: true, }, shippingAddressState: { type: "string", - label: "State", + label: "Shipping Address - State", description: "State of the customer's shipping address.", optional: true, }, shippingAddressZip: { type: "string", - label: "Zip", + label: "Shipping Address - Zip", description: "Zip of the customer's shipping address.", optional: true, }, shippingAddressCountry: { type: "string", - label: "Country", + label: "Shipping Address - Country", description: "Country of the customer's shipping address.", optional: true, }, shippingAddressStateCode: { type: "string", - label: "State Code", + label: "Shipping Address - State Code", description: "State Code of the customer's shipping address.", optional: true, }, shippingAddressFax: { type: "string", - label: "Fax", + label: "Shipping Address - Fax", description: "Fax of the customer's shipping address.", optional: true, }, diff --git a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs index cef5fb8e5c7d0..64dbd3423b41a 100644 --- a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs +++ b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs @@ -29,6 +29,7 @@ export default { organizationId, }), ], + reloadProps: true, }, paymentTerms: { propDefinition: [ @@ -322,6 +323,35 @@ export default { optional: true, }, }, + async additionalProps(existingProps) { + const props = {}; + if (!this.customerId) { + return props; + } + try { + const { customer } = await this.zohoSubscriptions.getCustomer({ + customerId: this.customerId, + }); + const { contact_person: contactperson } = await this.zohoSubscriptions.getContactPerson({ + customerId: this.customerId, + contactpersonId: customer.primary_contactperson_id, + }); + if (!customer.email && !contactperson.email) { + existingProps.contactpersons.hidden = true; + props.contactEmail = { + type: "string", + label: "Contact Email", + }; + } + } catch { + props.contactEmail = { + type: "string", + label: "Contact Email", + optional: true, + }; + } + return props; + }, async run({ $ }) { const { zohoSubscriptions, @@ -367,14 +397,15 @@ export default { cfdiUsage, allowPartialPayments, accountId, + contactEmail, } = this; if (autoCollect && !cardId) { - throw new ConfigurationError("By setting Auto-Collect to `true`, you must to fill in the card Id."); + throw new ConfigurationError("If setting Auto-Collect to `true`, you must fill in the card Id."); } if (autoCollect && !accountId) { - throw new ConfigurationError("By setting Auto-Collect to `true`, you must to fill in the Account Id."); + throw new ConfigurationError("If setting Auto-Collect to `true`, you must fill in the Account Id."); } let exchangeRateFloat = null; @@ -404,6 +435,27 @@ export default { } } + const { customer } = await zohoSubscriptions.getCustomer({ + customerId, + }); + if (contactEmail) { + await zohoSubscriptions.updateCustomer({ + customerId, + data: { + display_name: customer.display_name, + email: contactEmail, + }, + }); + } else { + const { contact_person: contactperson } = await zohoSubscriptions.getContactPerson({ + customerId, + contactpersonId: customer.primary_contactperson_id, + }); + if (!customer.email && !contactperson.email) { + throw new ConfigurationError("Customer must have an email address"); + } + } + const response = await zohoSubscriptions.createSubscription({ $, organizationId, diff --git a/components/zoho_subscriptions/zoho_subscriptions.app.mjs b/components/zoho_subscriptions/zoho_subscriptions.app.mjs index a75a46f0bf235..1b6500f8ed732 100644 --- a/components/zoho_subscriptions/zoho_subscriptions.app.mjs +++ b/components/zoho_subscriptions/zoho_subscriptions.app.mjs @@ -8,7 +8,7 @@ export default { cardId: { type: "string", label: "Card Id", - description: "Enter the card Id of the card which has to be updated..", + description: "Enter the card Id of the card which is to be updated.", async options({ page, customerId, organizationId, }) { @@ -157,6 +157,22 @@ export default { return axios($, clearObj(config)); }, + getCustomer({ + customerId, ...args + }) { + return this._makeRequest({ + path: `customers/${customerId}`, + ...args, + }); + }, + getContactPerson({ + customerId, contactpersonId, ...args + }) { + return this._makeRequest({ + path: `customers/${customerId}/contactpersons/${contactpersonId}`, + ...args, + }); + }, createCustomer(args = {}) { return this._makeRequest({ method: "POST", @@ -164,6 +180,15 @@ export default { ...args, }); }, + updateCustomer({ + customerId, ...args + }) { + return this._makeRequest({ + method: "PUT", + path: `customers/${customerId}`, + ...args, + }); + }, createSubscription(args = {}) { return this._makeRequest({ method: "POST", From 39f37db78ad55d4cbd181e7683fc53a1375424dc Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Mon, 23 Dec 2024 12:15:03 -0500 Subject: [PATCH 4/7] pnpm-lock.yaml --- pnpm-lock.yaml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6319160f3606e..00250b98a8e90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12193,10 +12193,10 @@ importers: version: 14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nextra: specifier: latest - version: 3.2.5(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + version: 3.3.0(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) nextra-theme-docs: specifier: latest - version: 3.2.5(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.2.5(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.3.0(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.0(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -22388,16 +22388,16 @@ packages: sass: optional: true - nextra-theme-docs@3.2.5: - resolution: {integrity: sha512-eF0j1VNNS1rFjZOfYqlrXISaCU3+MhZ9hhXY+TUydRlfELrFWpGzrpW6MiL7hq4JvUR7OBtHHs8+A+8AYcETBQ==} + nextra-theme-docs@3.3.0: + resolution: {integrity: sha512-4JSbDmsbtaYa2eKHsNymWy6So4/fAAXuNPSkjgQ3S+aLRiC730mR9djdkTd1iRca4+czetzBWaqxu+HwTVSSCA==} peerDependencies: next: '>=13' - nextra: 3.2.5 + nextra: 3.3.0 react: '>=18' react-dom: '>=18' - nextra@3.2.5: - resolution: {integrity: sha512-n665DRpI/brjHXM83G5LdlbYA2nOtjaLcWJs7mZS3gkuRDmEXpJj4XJ860xrhkYZW2iYoUMu32zzhPuFByU7VA==} + nextra@3.3.0: + resolution: {integrity: sha512-//+bQW3oKrpLrrIFD5HJow310+YcNYhGIgdM4y+EjYuIXScJcgp6Q4Upsq8c2s2fQKEJjeuf+hXKusx9fvH/2w==} engines: {node: '>=18'} peerDependencies: next: '>=13' @@ -23449,6 +23449,12 @@ packages: '@types/react': '>=18' react: '>=18' + react-medium-image-zoom@5.2.12: + resolution: {integrity: sha512-BbQ9jLBFxu6z+viH5tzQzAGqHOJQoYUM7iT1KUkamWKOO6vR1pC33os7LGLrHvOcyySMw74rUdoUCXFdeglwCQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-select@5.8.3: resolution: {integrity: sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==} peerDependencies: @@ -39723,7 +39729,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - nextra-theme-docs@3.2.5(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.2.5(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + nextra-theme-docs@3.3.0(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.0(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@headlessui/react': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) clsx: 2.1.1 @@ -39731,13 +39737,13 @@ snapshots: flexsearch: 0.7.43 next: 14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-themes: 0.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - nextra: 3.2.5(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + nextra: 3.3.0(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 3.1.0 zod: 3.23.8 - nextra@3.2.5(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3): + nextra@3.3.0(@types/react@18.3.12)(acorn@8.14.0)(next@14.2.19(@babel/core@8.0.0-alpha.13)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3): dependencies: '@formatjs/intl-localematcher': 0.5.8 '@headlessui/react': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -39764,6 +39770,7 @@ snapshots: p-limit: 6.1.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + react-medium-image-zoom: 5.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) rehype-katex: 7.0.1 rehype-pretty-code: 0.14.0(shiki@1.24.0) rehype-raw: 7.0.0 @@ -41201,6 +41208,11 @@ snapshots: transitivePeerDependencies: - supports-color + react-medium-image-zoom@5.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + dependencies: + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-select@5.8.3(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 From b78fd66a484a9f024ea105d6b83852d803965702 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Thu, 26 Dec 2024 11:05:42 -0500 Subject: [PATCH 5/7] pnpm-lock.yaml --- pnpm-lock.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61a28f244cd9d..eec8ad2d200f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1334,8 +1334,7 @@ importers: components/braze: {} - components/breathe: - specifiers: {} + components/breathe: {} components/brevo: dependencies: From cccdaa7fa315df7bedac71b82523ca961bd7c5db Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Mon, 30 Dec 2024 10:37:47 -0500 Subject: [PATCH 6/7] pnpm-lock.yaml --- pnpm-lock.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bbb49f81e1d2e..998e1b649c573 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1624,8 +1624,7 @@ importers: specifier: ^1.5.1 version: 1.6.6 - components/change_photos: - specifiers: {} + components/change_photos: {} components/changenow: {} @@ -5394,8 +5393,7 @@ importers: specifier: ^1.5.1 version: 1.6.6 - components/kafka: - specifiers: {} + components/kafka: {} components/kajabi: {} @@ -8948,8 +8946,7 @@ importers: specifier: ^1.4.1 version: 1.6.6 - components/scrapegraphai: - specifiers: {} + components/scrapegraphai: {} components/scrapein_: {} @@ -10238,8 +10235,7 @@ importers: components/taggun: {} - components/taleez: - specifiers: {} + components/taleez: {} components/talend: {} @@ -24579,22 +24575,22 @@ packages: superagent@3.8.1: resolution: {integrity: sha512-VMBFLYgFuRdfeNQSMLbxGSLfmXL/xc+OO+BZp41Za/NRDBet/BNbkRJrYzCUu0u4GU0i/ml2dtT8b9qgkw9z6Q==} engines: {node: '>= 4.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@4.1.0: resolution: {integrity: sha512-FT3QLMasz0YyCd4uIi5HNe+3t/onxMyEho7C3PSqmti3Twgy2rXT4fmkTz6wRL6bTF4uzPcfkUCa8u4JWHw8Ag==} engines: {node: '>= 6.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@5.3.1: resolution: {integrity: sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==} engines: {node: '>= 7.0.0'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . superagent@7.1.6: resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net + deprecated: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731) supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} From eb7c484eb249e766e05c7bcca97dea95368e7df7 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Fri, 3 Jan 2025 16:31:38 -0500 Subject: [PATCH 7/7] pnpm-lock.yaml --- pnpm-lock.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e69cc5b53d921..cc8e363dabe31 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -216,8 +216,7 @@ importers: components/acelle_mail: {} - components/acronis_cyber_protect_cloud: - specifiers: {} + components/acronis_cyber_protect_cloud: {} components/action_builder: {} @@ -1183,8 +1182,7 @@ importers: specifier: ^0.0.4 version: 0.0.4 - components/bitdefender_gravityzone: - specifiers: {} + components/bitdefender_gravityzone: {} components/bitport: {} @@ -2559,8 +2557,7 @@ importers: specifier: ^2.1.0 version: 2.1.0 - components/demandbase: - specifiers: {} + components/demandbase: {} components/demio: dependencies: @@ -4490,8 +4487,7 @@ importers: specifier: ^1.5.1 version: 1.6.6 - components/goto_meeting: - specifiers: {} + components/goto_meeting: {} components/gotowebinar: dependencies: @@ -8443,8 +8439,7 @@ importers: specifier: ^1.5.1 version: 1.6.6 - components/recruiterflow: - specifiers: {} + components/recruiterflow: {} components/recruitis: dependencies: @@ -11666,8 +11661,7 @@ importers: specifier: ^1.6.5 version: 1.6.6 - components/wolfram_alpha: - specifiers: {} + components/wolfram_alpha: {} components/wonderchat: {}