@pipedream/grain 1.0.0 → 1.0.1

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.
@@ -7,13 +7,14 @@ export default {
7
7
  + " Enable the optional include props to add highlights, participants, AI action items, AI summary, calendar event, HubSpot data, or screenshares to the response."
8
8
  + " Use **List Recordings** to find recording IDs, and **Get Transcript** to fetch the full transcript."
9
9
  + " [See the documentation](https://developers.grain.com/#get-recording)",
10
- version: "1.0.0",
10
+ version: "1.0.1",
11
11
  annotations: {
12
12
  destructiveHint: false,
13
13
  openWorldHint: true,
14
14
  readOnlyHint: true,
15
15
  },
16
16
  type: "action",
17
+ ai: "optimized",
17
18
  props: {
18
19
  grain,
19
20
  recordingId: {
@@ -9,13 +9,14 @@ export default {
9
9
  + " `txt`, `vtt`, and `srt` return plain text or subtitle formats."
10
10
  + " Use **List Recordings** to find recording IDs; use **Get Recording** for the recording's metadata instead of its transcript."
11
11
  + " [See the documentation](https://developers.grain.com/#get-recording-transcript-json)",
12
- version: "0.0.1",
12
+ version: "0.0.2",
13
13
  annotations: {
14
14
  destructiveHint: false,
15
15
  openWorldHint: true,
16
16
  readOnlyHint: true,
17
17
  },
18
18
  type: "action",
19
+ ai: "optimized",
19
20
  props: {
20
21
  grain,
21
22
  recordingId: {
@@ -7,13 +7,14 @@ export default {
7
7
  + " Automatically paginates and returns up to Max Results recordings."
8
8
  + " Use this to find recording IDs for **Get Recording** and **Get Transcript**."
9
9
  + " [See the documentation](https://developers.grain.com/#list-recordings)",
10
- version: "0.0.1",
10
+ version: "0.0.2",
11
11
  annotations: {
12
12
  destructiveHint: false,
13
13
  openWorldHint: true,
14
14
  readOnlyHint: true,
15
15
  },
16
16
  type: "action",
17
+ ai: "optimized",
17
18
  props: {
18
19
  grain,
19
20
  beforeDatetime: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/grain",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pipedream Grain Components",
5
5
  "main": "grain.app.mjs",
6
6
  "keywords": [