@pipedream/salesforce_rest_api 0.4.9 → 1.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/salesforce_rest_api",
3
- "version": "0.4.9",
3
+ "version": "1.0.0",
4
4
  "description": "Pipedream Salesforce (REST API) Components",
5
5
  "main": "salesforce_rest_api.app.mjs",
6
6
  "keywords": [
@@ -5,10 +5,10 @@ import common from "../common.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  type: "source",
8
- name: "New Object (of Selectable Type)",
9
- key: "salesforce_rest_api-new-object",
10
- description: "Emit new event (at regular intervals) when an object of arbitrary type (selected as an input parameter by the user) is created. See [the docs](https://sforce.co/3yPSJZy) for more information.",
11
- version: "0.1.7",
8
+ name: "New Record (of Selectable Type)",
9
+ key: "salesforce_rest_api-new-record",
10
+ description: "Emit new event (at regular intervals) when a record of arbitrary object type (selected as an input parameter by the user) is created. See [the docs](https://sforce.co/3yPSJZy) for more information.",
11
+ version: "0.0.1",
12
12
  methods: {
13
13
  ...common.methods,
14
14
  isItemRelevant(item, startTimestamp, endTimestamp) {
@@ -4,10 +4,10 @@ import common from "../common-instant.mjs";
4
4
  export default {
5
5
  ...common,
6
6
  type: "source",
7
- name: "New Object (Instant, of Selectable Type)",
8
- key: "salesforce_rest_api-new-object-instant",
9
- description: "Emit new event immediately after an object of arbitrary type (selected as an input parameter by the user) is created",
10
- version: "0.1.4",
7
+ name: "New Record (Instant, of Selectable Type)",
8
+ key: "salesforce_rest_api-new-record-instant",
9
+ description: "Emit new event immediately after a record of arbitrary object type (selected as an input parameter by the user) is created",
10
+ version: "0.0.1",
11
11
  hooks: {
12
12
  ...common.hooks,
13
13
  async deploy() {
@@ -5,10 +5,10 @@ import common from "../common.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  type: "source",
8
- name: "New Deleted Object (of Selectable Type)",
9
- key: "salesforce_rest_api-object-deleted",
10
- description: "Emit new event (at regular intervals) when an object of arbitrary type (selected as an input parameter by the user) is deleted. [See the docs](https://sforce.co/3msDDEE) for more information.",
11
- version: "0.1.6",
8
+ name: "New Deleted Record (of Selectable Type)",
9
+ key: "salesforce_rest_api-record-deleted",
10
+ description: "Emit new event (at regular intervals) when a record of arbitrary object type (selected as an input parameter by the user) is deleted. [See the docs](https://sforce.co/3msDDEE) for more information.",
11
+ version: "0.0.1",
12
12
  methods: {
13
13
  ...common.methods,
14
14
  generateMeta(item) {
@@ -5,10 +5,10 @@ import common from "../common-instant.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  type: "source",
8
- name: "New Deleted Object (Instant, of Selectable Type)",
9
- key: "salesforce_rest_api-object-deleted-instant",
10
- description: "Emit new event immediately after an object of arbitrary type (selected as an input parameter by the user) is deleted",
11
- version: "0.1.3",
8
+ name: "New Deleted Record (Instant, of Selectable Type)",
9
+ key: "salesforce_rest_api-record-deleted-instant",
10
+ description: "Emit new event immediately after a record of arbitrary object type (selected as an input parameter by the user) is deleted",
11
+ version: "0.0.1",
12
12
  methods: {
13
13
  ...common.methods,
14
14
  generateMeta(data) {