@pipedream/upkeep 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/create-purchase-order/create-purchase-order.mjs +1 -1
- package/actions/create-request/create-request.mjs +1 -1
- package/actions/create-work-order/create-work-order.mjs +1 -1
- package/actions/find-asset/find-asset.mjs +1 -1
- package/actions/find-location/find-location.mjs +1 -1
- package/actions/find-part/find-part.mjs +1 -1
- package/actions/find-user/find-user.mjs +1 -1
- package/actions/find-vendor/find-vendor.mjs +1 -1
- package/actions/update-purchase-order/update-purchase-order.mjs +1 -1
- package/package.json +1 -1
- package/sources/custom-events/custom-events.mjs +1 -1
- package/sources/new-purchase-order/new-purchase-order.mjs +1 -1
- package/sources/new-request/new-request.mjs +1 -1
- package/sources/new-work-order/new-work-order.mjs +1 -1
- package/sources/purchase-order-status-changed/purchase-order-status-change.mjs +1 -1
- package/sources/request-approved/request-approved.mjs +1 -1
- package/sources/work-order-status-change/work-order-status-change.mjs +1 -1
|
@@ -3,7 +3,7 @@ import common from "../common/common-purchase-order.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
5
|
key: "upkeep-create-purchase-order",
|
|
6
|
-
version: "0.0.
|
|
6
|
+
version: "0.0.2",
|
|
7
7
|
name: "Create Purchase Order",
|
|
8
8
|
description: "Create a Purchase Order, [See the docs](https://developers.onupkeep.com/#purchase-orders)",
|
|
9
9
|
...common,
|
|
@@ -3,7 +3,7 @@ import app from "../../upkeep.app.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
5
|
key: "upkeep-create-request",
|
|
6
|
-
version: "0.0.
|
|
6
|
+
version: "0.0.2",
|
|
7
7
|
name: "Create Request",
|
|
8
8
|
description: "Create a Request, [See the docs](https://developers.onupkeep.com/#create-a-request)",
|
|
9
9
|
props: {
|
|
@@ -5,7 +5,7 @@ import { ConfigurationError } from "@pipedream/platform";
|
|
|
5
5
|
export default {
|
|
6
6
|
type: "action",
|
|
7
7
|
key: "upkeep-create-work-order",
|
|
8
|
-
version: "0.0.
|
|
8
|
+
version: "0.0.2",
|
|
9
9
|
name: "Create Work Order",
|
|
10
10
|
description: "Create a Work Order, [See the docs](https://developers.onupkeep.com/#create-a-work-order)",
|
|
11
11
|
props: {
|
|
@@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
6
|
key: "upkeep-find-asset",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
name: "Find Asset",
|
|
9
9
|
description: "Finds assets according to props configured, if no prop configured returns all assets, [See the docs](https://developers.onupkeep.com/#get-all-assets)",
|
|
10
10
|
props: {
|
|
@@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
6
|
key: "upkeep-find-location",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
name: "Find Location",
|
|
9
9
|
description: "Finds locations according to props configured, if no prop configured returns all locations, [See the docs](https://developers.onupkeep.com/#get-all-locations)",
|
|
10
10
|
props: {
|
|
@@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
6
|
key: "upkeep-find-part",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
name: "Find Part",
|
|
9
9
|
description: "Finds parts according to props configured, if no prop configured returns all parts, [See the docs](https://developers.onupkeep.com/#get-all-parts)",
|
|
10
10
|
props: {
|
|
@@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
6
|
key: "upkeep-find-user",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
name: "Find User",
|
|
9
9
|
description: "Finds users according to props configured, if no prop configured returns all users, [See the docs](https://developers.onupkeep.com/#get-all-users)",
|
|
10
10
|
props: {
|
|
@@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
6
|
key: "upkeep-find-vendor",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
name: "Find Vendor",
|
|
9
9
|
description: "Finds vendors according to props configured, if no prop configured returns all vendors. Note: enterprise/business-plus plan access only. [See the docs](https://developers.onupkeep.com/#get-all-vendors)",
|
|
10
10
|
props: {
|
|
@@ -3,7 +3,7 @@ import common from "../common/common-purchase-order.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
5
|
key: "upkeep-update-purchase-order",
|
|
6
|
-
version: "0.0.
|
|
6
|
+
version: "0.0.2",
|
|
7
7
|
name: "Update Purchase Order",
|
|
8
8
|
description: "Update a Purchase Order, [See the docs](https://developers.onupkeep.com/#update-a-specific-purchase-order)",
|
|
9
9
|
...common,
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "upkeep-purchase-order-status-change",
|
|
5
5
|
name: "New Purchase Order Status Change Event",
|
|
6
6
|
description: "Emit new event when a purchase order status is changed.",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
type: "source",
|
|
9
9
|
dedupe: "unique",
|
|
10
10
|
...common,
|