@pipedream/servicenow 0.8.0 → 0.8.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.
@@ -5,7 +5,7 @@ export default {
5
5
  key: "servicenow-create-table-record",
6
6
  name: "Create Table Record",
7
7
  description: "Inserts one record in the specified table. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html#title_table-POST)",
8
- version: "1.0.0",
8
+ version: "1.0.2",
9
9
  annotations: {
10
10
  destructiveHint: false,
11
11
  openWorldHint: true,
@@ -4,7 +4,7 @@ export default {
4
4
  key: "servicenow-delete-table-record",
5
5
  name: "Delete Table Record",
6
6
  description: "Deletes the specified record from a table. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html#title_table-DELETE)",
7
- version: "0.0.1",
7
+ version: "0.0.3",
8
8
  annotations: {
9
9
  destructiveHint: true,
10
10
  openWorldHint: true,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "servicenow-get-record-counts-by-field",
6
6
  name: "Get Record Counts by Field",
7
7
  description: "Retrieves the count of records grouped by a specified field from a ServiceNow table. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_AggregateAPI.html#title_aggregate-GET-stats)",
8
- version: "0.0.1",
8
+ version: "0.0.3",
9
9
  annotations: {
10
10
  destructiveHint: false,
11
11
  openWorldHint: true,
@@ -4,7 +4,7 @@ export default {
4
4
  key: "servicenow-get-table-record-by-id",
5
5
  name: "Get Table Record by ID",
6
6
  description: "Retrieves a single record from a table by its ID. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html#title_table-GET-id)",
7
- version: "1.0.0",
7
+ version: "1.0.2",
8
8
  annotations: {
9
9
  destructiveHint: false,
10
10
  openWorldHint: true,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "servicenow-get-table-records",
6
6
  name: "Get Table Records",
7
7
  description: "Retrieves multiple records for the specified table. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html#title_table-GET)",
8
- version: "1.0.0",
8
+ version: "1.0.2",
9
9
  annotations: {
10
10
  destructiveHint: false,
11
11
  openWorldHint: true,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "servicenow-update-table-record",
6
6
  name: "Update Table Record",
7
7
  description: "Updates the specified record with the name-value pairs included in the request body. [See the documentation](https://www.servicenow.com/docs/bundle/zurich-api-reference/page/integrate/inbound-rest/concept/c_TableAPI.html#title_table-PATCH)",
8
- version: "1.0.0",
8
+ version: "1.0.2",
9
9
  annotations: {
10
10
  destructiveHint: true,
11
11
  openWorldHint: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/servicenow",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Pipedream ServiceNow Components",
5
5
  "main": "servicenow.app.mjs",
6
6
  "keywords": [