Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-add-product-to-custom-collection",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-add-tags",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-article",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-blog",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-custom-collection",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-create-customer",
name: "Create Customer",
description: "Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate)",
version: "0.0.9",
version: "0.0.10",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-create-fulfillment",
name: "Create Fulfillment",
description: "Create a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentcreate)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {
export default {
...others,
key: "shopify_developer_app-create-metafield",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-metaobject",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_developer_app-create-order",
name: "Create Order",
description: "Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate)",
version: "0.0.9",
version: "0.0.10",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-page",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-product-variant",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-product",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-smart-collection",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-article",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-blog",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
export default {
...others,
key: "shopify_developer_app-delete-metafield",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-page",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-articles",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {

export default {
key: "shopify_developer_app-get-metafields",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-metaobjects",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_developer_app-get-order",
name: "Get Order",
description: "Retrieve an order by specifying the order ID. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/order)",
version: "0.0.7",
version: "0.0.8",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-pages",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_developer_app-refund-order",
name: "Refund Order",
description: "Refund an order. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/refundcreate)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-custom-collection-by-name",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-search-customers",
name: "Search for Customers",
description: "Search for a customer or a list of customers. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/customers)",
version: "0.0.9",
version: "0.0.10",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-search-fulfillment-orders",
name: "Search for Fulfillment Orders",
description: "Search for a fulfillment order or a list of fulfillment orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/fulfillmentorders)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-search-orders",
name: "Search for Orders",
description: "Search for an order or a list of orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/orders)",
version: "0.0.3",
version: "0.0.4",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-product-variant",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-products",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-article",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_developer_app-update-customer",
name: "Update Customer",
description: "Update a existing customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerupdate)",
version: "0.0.10",
version: "0.0.11",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-update-fulfillment-tracking-info",
name: "Update Fulfillment Tracking Info",
description: "Update the tracking info for a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmenttrackinginfoupdate)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-inventory-level",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
export default {
...others,
key: "shopify_developer_app-update-metafield",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-metaobject",
version: "0.0.12",
version: "0.0.13",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-page",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-product-variant",
version: "0.0.11",
version: "0.0.12",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_developer_app-update-product",
name: "Update Product",
description: "Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productupdate)",
version: "0.0.10",
version: "0.0.11",
type: "action",
props: {
shopify,
Expand Down
4 changes: 2 additions & 2 deletions components/shopify_developer_app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/shopify_developer_app",
"version": "0.9.0",
"version": "0.10.0",
"description": "Pipedream Shopify (Developer App) Components",
"main": "shopify_developer_app.app.mjs",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3",
"@pipedream/platform": "^3.1.0",
"@pipedream/shopify": "^0.7.0",
"shopify-api-node": "^3.14.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
export default {
...common,
key: "shopify_developer_app-cart-updated",
name: "Cart Updated (Instant)",

Check warning on line 6 in components/shopify_developer_app/sources/cart-updated/cart-updated.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new event when a cart is updated.",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Loading
Loading