@keystrokehq/sharepoint_graph 0.1.2 → 0.1.3

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.
Files changed (36) hide show
  1. package/README.md +1 -1
  2. package/dist/actions/download-drive-item-by-path.cjs +2 -2
  3. package/dist/actions/download-drive-item-by-path.cjs.map +1 -1
  4. package/dist/actions/download-drive-item-by-path.d.cts +2 -2
  5. package/dist/actions/download-drive-item-by-path.d.mts +2 -2
  6. package/dist/actions/download-drive-item-by-path.mjs +2 -2
  7. package/dist/actions/download-drive-item-by-path.mjs.map +1 -1
  8. package/dist/actions/download-drive-item-version.cjs +2 -2
  9. package/dist/actions/download-drive-item-version.cjs.map +1 -1
  10. package/dist/actions/download-drive-item-version.d.cts +2 -2
  11. package/dist/actions/download-drive-item-version.d.mts +2 -2
  12. package/dist/actions/download-drive-item-version.mjs +2 -2
  13. package/dist/actions/download-drive-item-version.mjs.map +1 -1
  14. package/dist/actions/download-drive-item.cjs +2 -2
  15. package/dist/actions/download-drive-item.cjs.map +1 -1
  16. package/dist/actions/download-drive-item.d.cts +2 -2
  17. package/dist/actions/download-drive-item.d.mts +2 -2
  18. package/dist/actions/download-drive-item.mjs +2 -2
  19. package/dist/actions/download-drive-item.mjs.map +1 -1
  20. package/dist/actions/execute-batch.cjs +1 -1
  21. package/dist/actions/execute-batch.cjs.map +1 -1
  22. package/dist/actions/execute-batch.d.cts +2 -2
  23. package/dist/actions/execute-batch.d.mts +2 -2
  24. package/dist/actions/execute-batch.mjs +1 -1
  25. package/dist/actions/execute-batch.mjs.map +1 -1
  26. package/dist/actions/get-document-comments.cjs +1 -1
  27. package/dist/actions/get-document-comments.cjs.map +1 -1
  28. package/dist/actions/get-document-comments.d.cts +1 -1
  29. package/dist/actions/get-document-comments.d.mts +1 -1
  30. package/dist/actions/get-document-comments.mjs +1 -1
  31. package/dist/actions/get-document-comments.mjs.map +1 -1
  32. package/dist/execute.cjs +1 -1
  33. package/dist/execute.cjs.map +1 -1
  34. package/dist/execute.mjs +1 -1
  35. package/dist/execute.mjs.map +1 -1
  36. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Keystroke-managed integration.
4
4
 
5
5
  **App:** `sharepoint_graph`
6
- **Version:** `20260616_00`
6
+ **Version:** `20260707_00`
7
7
  **Actions:** 161
8
8
 
9
9
  ```ts
@@ -9,8 +9,8 @@ const SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = zod.z.obje
9
9
  name: zod.z.string().describe("Name of the file").nullable(),
10
10
  s3url: zod.z.string().describe("S3 URL of the downloaded file.").nullable(),
11
11
  mimetype: zod.z.string().describe("Mime type of the file.").nullable()
12
- });
13
- const SharepointGraphDownloadDriveItemByPathOutput = zod.z.object({ content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable() });
12
+ }).passthrough();
13
+ const SharepointGraphDownloadDriveItemByPathOutput = zod.z.object({ content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable() }).passthrough();
14
14
  const sharepointGraphDownloadDriveItemByPath = require_action.action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH", {
15
15
  slug: "sharepoint_graph-download-drive-item-by-path",
16
16
  name: "Download SharePoint Drive Item By Path",
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item-by-path.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item-by-path.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemByPathInput = z.object({\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n item_path: z.string().describe(\"Path to the file under the drive root.\"),\n});\nconst SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemByPathOutput = z.object({\n content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItemByPath = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH\", {\n slug: \"sharepoint_graph-download-drive-item-by-path\",\n name: \"Download SharePoint Drive Item By Path\",\n description: \"Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemByPathInput,\n output: SharepointGraphDownloadDriveItemByPathOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC;AACD,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AACD,MAAa,+CAA+CA,IAAAA,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC;AAED,MAAa,yCAAyCC,eAAAA,OAAO,gDAAgD;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item-by-path.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item-by-path.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemByPathInput = z.object({\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n item_path: z.string().describe(\"Path to the file under the drive root.\"),\n});\nconst SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemByPathOutput = z.object({\n content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItemByPath = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH\", {\n slug: \"sharepoint_graph-download-drive-item-by-path\",\n name: \"Download SharePoint Drive Item By Path\",\n description: \"Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemByPathInput,\n output: SharepointGraphDownloadDriveItemByPathOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC;AACD,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,+CAA+CA,IAAAA,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,yCAAyCC,eAAAA,OAAO,gDAAgD;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -10,8 +10,8 @@ declare const SharepointGraphDownloadDriveItemByPathOutput: z.ZodObject<{
10
10
  name: z.ZodNullable<z.ZodString>;
11
11
  s3url: z.ZodNullable<z.ZodString>;
12
12
  mimetype: z.ZodNullable<z.ZodString>;
13
- }, z.core.$strip>>;
14
- }, z.core.$strip>;
13
+ }, z.core.$loose>>;
14
+ }, z.core.$loose>;
15
15
  declare const sharepointGraphDownloadDriveItemByPath: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  drive_id: string;
17
17
  item_path: string;
@@ -10,8 +10,8 @@ declare const SharepointGraphDownloadDriveItemByPathOutput: z.ZodObject<{
10
10
  name: z.ZodNullable<z.ZodString>;
11
11
  s3url: z.ZodNullable<z.ZodString>;
12
12
  mimetype: z.ZodNullable<z.ZodString>;
13
- }, z.core.$strip>>;
14
- }, z.core.$strip>;
13
+ }, z.core.$loose>>;
14
+ }, z.core.$loose>;
15
15
  declare const sharepointGraphDownloadDriveItemByPath: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  drive_id: string;
17
17
  item_path: string;
@@ -9,13 +9,13 @@ const SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = z.object({
9
9
  name: z.string().describe("Name of the file").nullable(),
10
10
  s3url: z.string().describe("S3 URL of the downloaded file.").nullable(),
11
11
  mimetype: z.string().describe("Mime type of the file.").nullable()
12
- });
12
+ }).passthrough();
13
13
  const sharepointGraphDownloadDriveItemByPath = action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH", {
14
14
  slug: "sharepoint_graph-download-drive-item-by-path",
15
15
  name: "Download SharePoint Drive Item By Path",
16
16
  description: "Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.",
17
17
  input: SharepointGraphDownloadDriveItemByPathInput,
18
- output: z.object({ content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable() })
18
+ output: z.object({ content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable() }).passthrough()
19
19
  });
20
20
  //#endregion
21
21
  export { sharepointGraphDownloadDriveItemByPath };
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item-by-path.mjs","names":[],"sources":["../../src/actions/download-drive-item-by-path.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemByPathInput = z.object({\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n item_path: z.string().describe(\"Path to the file under the drive root.\"),\n});\nconst SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemByPathOutput = z.object({\n content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItemByPath = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH\", {\n slug: \"sharepoint_graph-download-drive-item-by-path\",\n name: \"Download SharePoint Drive Item By Path\",\n description: \"Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemByPathInput,\n output: SharepointGraphDownloadDriveItemByPathOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC;AACD,MAAM,gEAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AAKD,MAAa,yCAAyC,OAAO,gDAAgD;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item-by-path.mjs","names":[],"sources":["../../src/actions/download-drive-item-by-path.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemByPathInput = z.object({\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n item_path: z.string().describe(\"Path to the file under the drive root.\"),\n});\nconst SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemByPathOutput = z.object({\n content: SharepointGraphDownloadDriveItemByPath_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItemByPath = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_BY_PATH\", {\n slug: \"sharepoint_graph-download-drive-item-by-path\",\n name: \"Download SharePoint Drive Item By Path\",\n description: \"Download a SharePoint drive item by path. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemByPathInput,\n output: SharepointGraphDownloadDriveItemByPathOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC;AACD,MAAM,gEAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,yCAAyC,OAAO,gDAAgD;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -10,8 +10,8 @@ const SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = zod.z.obj
10
10
  name: zod.z.string().describe("Name of the file").nullable(),
11
11
  s3url: zod.z.string().describe("S3 URL of the downloaded file.").nullable(),
12
12
  mimetype: zod.z.string().describe("Mime type of the file.").nullable()
13
- });
14
- const SharepointGraphDownloadDriveItemVersionOutput = zod.z.object({ content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable() });
13
+ }).passthrough();
14
+ const SharepointGraphDownloadDriveItemVersionOutput = zod.z.object({ content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable() }).passthrough();
15
15
  const sharepointGraphDownloadDriveItemVersion = require_action.action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION", {
16
16
  slug: "sharepoint_graph-download-drive-item-version",
17
17
  name: "Download SharePoint Drive Item Version",
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item-version.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item-version.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemVersionInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n version_id: z.string().describe(\"Microsoft Graph drive item version ID identifying the previous version to download. Downloading the current version's content is not supported; use the download drive item action instead.\"),\n});\nconst SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemVersionOutput = z.object({\n content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItemVersion = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION\", {\n slug: \"sharepoint_graph-download-drive-item-version\",\n name: \"Download SharePoint Drive Item Version\",\n description: \"Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To download the current version's content use the download drive item action; to read a version's metadata (without its content) use the get drive item version action.\",\n input: SharepointGraphDownloadDriveItemVersionInput,\n output: SharepointGraphDownloadDriveItemVersionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6LAA6L;AAC/N,CAAC;AACD,MAAM,iEAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AACD,MAAa,gDAAgDA,IAAAA,EAAE,OAAO,EACpE,SAAS,+DAA+D,SAAS,EACnF,CAAC;AAED,MAAa,0CAA0CC,eAAAA,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item-version.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item-version.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemVersionInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n version_id: z.string().describe(\"Microsoft Graph drive item version ID identifying the previous version to download. Downloading the current version's content is not supported; use the download drive item action instead.\"),\n});\nconst SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemVersionOutput = z.object({\n content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItemVersion = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION\", {\n slug: \"sharepoint_graph-download-drive-item-version\",\n name: \"Download SharePoint Drive Item Version\",\n description: \"Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To download the current version's content use the download drive item action; to read a version's metadata (without its content) use the get drive item version action.\",\n input: SharepointGraphDownloadDriveItemVersionInput,\n output: SharepointGraphDownloadDriveItemVersionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6LAA6L;AAC/N,CAAC;AACD,MAAM,iEAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,gDAAgDA,IAAAA,EAAE,OAAO,EACpE,SAAS,+DAA+D,SAAS,EACnF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,0CAA0CC,eAAAA,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -11,8 +11,8 @@ declare const SharepointGraphDownloadDriveItemVersionOutput: z.ZodObject<{
11
11
  name: z.ZodNullable<z.ZodString>;
12
12
  s3url: z.ZodNullable<z.ZodString>;
13
13
  mimetype: z.ZodNullable<z.ZodString>;
14
- }, z.core.$strip>>;
15
- }, z.core.$strip>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
16
  declare const sharepointGraphDownloadDriveItemVersion: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  item_id: string;
18
18
  drive_id: string;
@@ -11,8 +11,8 @@ declare const SharepointGraphDownloadDriveItemVersionOutput: z.ZodObject<{
11
11
  name: z.ZodNullable<z.ZodString>;
12
12
  s3url: z.ZodNullable<z.ZodString>;
13
13
  mimetype: z.ZodNullable<z.ZodString>;
14
- }, z.core.$strip>>;
15
- }, z.core.$strip>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
16
  declare const sharepointGraphDownloadDriveItemVersion: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  item_id: string;
18
18
  drive_id: string;
@@ -10,13 +10,13 @@ const SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = z.object(
10
10
  name: z.string().describe("Name of the file").nullable(),
11
11
  s3url: z.string().describe("S3 URL of the downloaded file.").nullable(),
12
12
  mimetype: z.string().describe("Mime type of the file.").nullable()
13
- });
13
+ }).passthrough();
14
14
  const sharepointGraphDownloadDriveItemVersion = action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION", {
15
15
  slug: "sharepoint_graph-download-drive-item-version",
16
16
  name: "Download SharePoint Drive Item Version",
17
17
  description: "Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To download the current version's content use the download drive item action; to read a version's metadata (without its content) use the get drive item version action.",
18
18
  input: SharepointGraphDownloadDriveItemVersionInput,
19
- output: z.object({ content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable() })
19
+ output: z.object({ content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable() }).passthrough()
20
20
  });
21
21
  //#endregion
22
22
  export { sharepointGraphDownloadDriveItemVersion };
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item-version.mjs","names":[],"sources":["../../src/actions/download-drive-item-version.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemVersionInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n version_id: z.string().describe(\"Microsoft Graph drive item version ID identifying the previous version to download. Downloading the current version's content is not supported; use the download drive item action instead.\"),\n});\nconst SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemVersionOutput = z.object({\n content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItemVersion = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION\", {\n slug: \"sharepoint_graph-download-drive-item-version\",\n name: \"Download SharePoint Drive Item Version\",\n description: \"Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To download the current version's content use the download drive item action; to read a version's metadata (without its content) use the get drive item version action.\",\n input: SharepointGraphDownloadDriveItemVersionInput,\n output: SharepointGraphDownloadDriveItemVersionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+C,EAAE,OAAO;CACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6LAA6L;AAC/N,CAAC;AACD,MAAM,iEAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AAKD,MAAa,0CAA0C,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,+DAA+D,SAAS,EACnF,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item-version.mjs","names":[],"sources":["../../src/actions/download-drive-item-version.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemVersionInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n version_id: z.string().describe(\"Microsoft Graph drive item version ID identifying the previous version to download. Downloading the current version's content is not supported; use the download drive item action instead.\"),\n});\nconst SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemVersionOutput = z.object({\n content: SharepointGraphDownloadDriveItemVersion_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItemVersion = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM_VERSION\", {\n slug: \"sharepoint_graph-download-drive-item-version\",\n name: \"Download SharePoint Drive Item Version\",\n description: \"Download the binary content of an earlier (non-current) version of a file in a SharePoint document library. The version's bytes are streamed to the file backend and returned as a downloadable file, so large files are handled without exhausting memory. To download the current version's content use the download drive item action; to read a version's metadata (without its content) use the get drive item version action.\",\n input: SharepointGraphDownloadDriveItemVersionInput,\n output: SharepointGraphDownloadDriveItemVersionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+C,EAAE,OAAO;CACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC1H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6LAA6L;AAC/N,CAAC;AACD,MAAM,iEAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,0CAA0C,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,+DAA+D,SAAS,EACnF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -9,8 +9,8 @@ const SharepointGraphDownloadDriveItem_FileDownloadableSchema = zod.z.object({
9
9
  name: zod.z.string().describe("Name of the file").nullable(),
10
10
  s3url: zod.z.string().describe("S3 URL of the downloaded file.").nullable(),
11
11
  mimetype: zod.z.string().describe("Mime type of the file.").nullable()
12
- });
13
- const SharepointGraphDownloadDriveItemOutput = zod.z.object({ content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable() });
12
+ }).passthrough();
13
+ const SharepointGraphDownloadDriveItemOutput = zod.z.object({ content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable() }).passthrough();
14
14
  const sharepointGraphDownloadDriveItem = require_action.action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM", {
15
15
  slug: "sharepoint_graph-download-drive-item",
16
16
  name: "Download SharePoint Drive Item",
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphDownloadDriveItem_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemOutput = z.object({\n content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItem = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM\", {\n slug: \"sharepoint_graph-download-drive-item\",\n name: \"Download SharePoint Drive Item\",\n description: \"Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemInput,\n output: SharepointGraphDownloadDriveItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AACD,MAAa,yCAAyCA,IAAAA,EAAE,OAAO,EAC7D,SAAS,wDAAwD,SAAS,EAC5E,CAAC;AAED,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item.cjs","names":["z","action"],"sources":["../../src/actions/download-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphDownloadDriveItem_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemOutput = z.object({\n content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItem = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM\", {\n slug: \"sharepoint_graph-download-drive-item\",\n name: \"Download SharePoint Drive Item\",\n description: \"Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemInput,\n output: SharepointGraphDownloadDriveItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,yCAAyCA,IAAAA,EAAE,OAAO,EAC7D,SAAS,wDAAwD,SAAS,EAC5E,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -10,8 +10,8 @@ declare const SharepointGraphDownloadDriveItemOutput: z.ZodObject<{
10
10
  name: z.ZodNullable<z.ZodString>;
11
11
  s3url: z.ZodNullable<z.ZodString>;
12
12
  mimetype: z.ZodNullable<z.ZodString>;
13
- }, z.core.$strip>>;
14
- }, z.core.$strip>;
13
+ }, z.core.$loose>>;
14
+ }, z.core.$loose>;
15
15
  declare const sharepointGraphDownloadDriveItem: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  item_id: string;
17
17
  drive_id: string;
@@ -10,8 +10,8 @@ declare const SharepointGraphDownloadDriveItemOutput: z.ZodObject<{
10
10
  name: z.ZodNullable<z.ZodString>;
11
11
  s3url: z.ZodNullable<z.ZodString>;
12
12
  mimetype: z.ZodNullable<z.ZodString>;
13
- }, z.core.$strip>>;
14
- }, z.core.$strip>;
13
+ }, z.core.$loose>>;
14
+ }, z.core.$loose>;
15
15
  declare const sharepointGraphDownloadDriveItem: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  item_id: string;
17
17
  drive_id: string;
@@ -9,13 +9,13 @@ const SharepointGraphDownloadDriveItem_FileDownloadableSchema = z.object({
9
9
  name: z.string().describe("Name of the file").nullable(),
10
10
  s3url: z.string().describe("S3 URL of the downloaded file.").nullable(),
11
11
  mimetype: z.string().describe("Mime type of the file.").nullable()
12
- });
12
+ }).passthrough();
13
13
  const sharepointGraphDownloadDriveItem = action("SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM", {
14
14
  slug: "sharepoint_graph-download-drive-item",
15
15
  name: "Download SharePoint Drive Item",
16
16
  description: "Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.",
17
17
  input: SharepointGraphDownloadDriveItemInput,
18
- output: z.object({ content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable() })
18
+ output: z.object({ content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable() }).passthrough()
19
19
  });
20
20
  //#endregion
21
21
  export { sharepointGraphDownloadDriveItem };
@@ -1 +1 @@
1
- {"version":3,"file":"download-drive-item.mjs","names":[],"sources":["../../src/actions/download-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphDownloadDriveItem_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const SharepointGraphDownloadDriveItemOutput = z.object({\n content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable(),\n});\n\nexport const sharepointGraphDownloadDriveItem = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM\", {\n slug: \"sharepoint_graph-download-drive-item\",\n name: \"Download SharePoint Drive Item\",\n description: \"Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemInput,\n output: SharepointGraphDownloadDriveItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwC,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,0DAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AAKD,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,SAAS,wDAAwD,SAAS,EAC5E,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"download-drive-item.mjs","names":[],"sources":["../../src/actions/download-drive-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphDownloadDriveItemInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph list item or drive item ID.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphDownloadDriveItem_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const SharepointGraphDownloadDriveItemOutput = z.object({\n content: SharepointGraphDownloadDriveItem_FileDownloadableSchema.nullable(),\n}).passthrough();\n\nexport const sharepointGraphDownloadDriveItem = action(\"SHAREPOINT_GRAPH_DOWNLOAD_DRIVE_ITEM\", {\n slug: \"sharepoint_graph-download-drive-item\",\n name: \"Download SharePoint Drive Item\",\n description: \"Download a SharePoint drive item. The file is streamed to the file backend and the response returns a downloadable file, so large files are handled without exhausting memory.\",\n input: SharepointGraphDownloadDriveItemInput,\n output: SharepointGraphDownloadDriveItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwC,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,0DAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,SAAS,wDAAwD,SAAS,EAC5E,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -12,7 +12,7 @@ const SharepointGraphExecuteBatchInput = zod.z.object({ requests: zod.z.array(zo
12
12
  "DELETE",
13
13
  "PUT"
14
14
  ]).describe("The HTTP method supported for the request specified in url."),
15
- headers: zod.z.object({}).describe("HTTP headers for the individual request. Required when body is specified.").optional(),
15
+ headers: zod.z.record(zod.z.string(), zod.z.unknown()).describe("HTTP headers for the individual request. Required when body is specified.").optional(),
16
16
  dependsOn: zod.z.array(zod.z.string()).describe("An array of strings that references the id of a different individual request that must complete first.").optional()
17
17
  })).describe("Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.") });
18
18
  const SharepointGraphExecuteBatchOutput = zod.z.object({ data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Microsoft Graph response payload.") }).passthrough();
@@ -1 +1 @@
1
- {"version":3,"file":"execute-batch.cjs","names":["z","action"],"sources":["../../src/actions/execute-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphExecuteBatchInput = z.object({\n requests: z.array(z.object({\n id: z.string().describe(\"A correlation value to associate individual responses with requests. Must be unique within the batch.\"),\n url: z.string().describe(\"The relative resource URL the individual request targets, for example /sites/root. Don't include the base URL.\"),\n body: z.record(z.string(), z.unknown()).describe(\"The request body for the individual request. When set, headers must include the Content-Type.\").optional(),\n method: z.enum([\"GET\", \"POST\", \"PATCH\", \"DELETE\", \"PUT\"]).describe(\"The HTTP method supported for the request specified in url.\"),\n headers: z.object({}).describe(\"HTTP headers for the individual request. Required when body is specified.\").optional(),\n dependsOn: z.array(z.string()).describe(\"An array of strings that references the id of a different individual request that must complete first.\").optional(),\n})).describe(\"Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.\"),\n});\nexport const SharepointGraphExecuteBatchOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Microsoft Graph response payload.\"),\n}).passthrough();\n\nexport const sharepointGraphExecuteBatch = action(\"SHAREPOINT_GRAPH_EXECUTE_BATCH\", {\n slug: \"sharepoint_graph-execute-batch\",\n name: \"Execute Microsoft Graph Batch\",\n description: \"Execute a Microsoft Graph JSON batch request.\",\n input: SharepointGraphExecuteBatchInput,\n output: SharepointGraphExecuteBatchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;CAC/H,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CACzI,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC3J,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAO;EAAQ;EAAS;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,6DAA6D;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACrH,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,CAAC,SAAS,uIAAuI,EACpJ,CAAC;AACD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EACtF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"execute-batch.cjs","names":["z","action"],"sources":["../../src/actions/execute-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphExecuteBatchInput = z.object({\n requests: z.array(z.object({\n id: z.string().describe(\"A correlation value to associate individual responses with requests. Must be unique within the batch.\"),\n url: z.string().describe(\"The relative resource URL the individual request targets, for example /sites/root. Don't include the base URL.\"),\n body: z.record(z.string(), z.unknown()).describe(\"The request body for the individual request. When set, headers must include the Content-Type.\").optional(),\n method: z.enum([\"GET\", \"POST\", \"PATCH\", \"DELETE\", \"PUT\"]).describe(\"The HTTP method supported for the request specified in url.\"),\n headers: z.record(z.string(), z.unknown()).describe(\"HTTP headers for the individual request. Required when body is specified.\").optional(),\n dependsOn: z.array(z.string()).describe(\"An array of strings that references the id of a different individual request that must complete first.\").optional(),\n})).describe(\"Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.\"),\n});\nexport const SharepointGraphExecuteBatchOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Microsoft Graph response payload.\"),\n}).passthrough();\n\nexport const sharepointGraphExecuteBatch = action(\"SHAREPOINT_GRAPH_EXECUTE_BATCH\", {\n slug: \"sharepoint_graph-execute-batch\",\n name: \"Execute Microsoft Graph Batch\",\n description: \"Execute a Microsoft Graph JSON batch request.\",\n input: SharepointGraphExecuteBatchInput,\n output: SharepointGraphExecuteBatchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;CAC/H,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CACzI,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC3J,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAO;EAAQ;EAAS;EAAU;CAAK,CAAC,CAAC,CAAC,SAAS,6DAA6D;CAChI,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAC1I,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,CAAC,SAAS,uIAAuI,EACpJ,CAAC;AACD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EACtF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -13,7 +13,7 @@ declare const SharepointGraphExecuteBatchInput: z.ZodObject<{
13
13
  DELETE: "DELETE";
14
14
  PUT: "PUT";
15
15
  }>;
16
- headers: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
16
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
17
17
  dependsOn: z.ZodOptional<z.ZodArray<z.ZodString>>;
18
18
  }, z.core.$strip>>;
19
19
  }, z.core.$strip>;
@@ -26,7 +26,7 @@ declare const sharepointGraphExecuteBatch: import("@keystrokehq/action").Workflo
26
26
  url: string;
27
27
  method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT";
28
28
  body?: Record<string, unknown> | undefined;
29
- headers?: Record<string, never> | undefined;
29
+ headers?: Record<string, unknown> | undefined;
30
30
  dependsOn?: string[] | undefined;
31
31
  }[];
32
32
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -13,7 +13,7 @@ declare const SharepointGraphExecuteBatchInput: z.ZodObject<{
13
13
  DELETE: "DELETE";
14
14
  PUT: "PUT";
15
15
  }>;
16
- headers: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
16
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
17
17
  dependsOn: z.ZodOptional<z.ZodArray<z.ZodString>>;
18
18
  }, z.core.$strip>>;
19
19
  }, z.core.$strip>;
@@ -26,7 +26,7 @@ declare const sharepointGraphExecuteBatch: import("@keystrokehq/action").Workflo
26
26
  url: string;
27
27
  method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT";
28
28
  body?: Record<string, unknown> | undefined;
29
- headers?: Record<string, never> | undefined;
29
+ headers?: Record<string, unknown> | undefined;
30
30
  dependsOn?: string[] | undefined;
31
31
  }[];
32
32
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -15,7 +15,7 @@ const sharepointGraphExecuteBatch = action("SHAREPOINT_GRAPH_EXECUTE_BATCH", {
15
15
  "DELETE",
16
16
  "PUT"
17
17
  ]).describe("The HTTP method supported for the request specified in url."),
18
- headers: z.object({}).describe("HTTP headers for the individual request. Required when body is specified.").optional(),
18
+ headers: z.record(z.string(), z.unknown()).describe("HTTP headers for the individual request. Required when body is specified.").optional(),
19
19
  dependsOn: z.array(z.string()).describe("An array of strings that references the id of a different individual request that must complete first.").optional()
20
20
  })).describe("Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.") }),
21
21
  output: z.object({ data: z.record(z.string(), z.unknown()).describe("Microsoft Graph response payload.") }).passthrough()
@@ -1 +1 @@
1
- {"version":3,"file":"execute-batch.mjs","names":[],"sources":["../../src/actions/execute-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphExecuteBatchInput = z.object({\n requests: z.array(z.object({\n id: z.string().describe(\"A correlation value to associate individual responses with requests. Must be unique within the batch.\"),\n url: z.string().describe(\"The relative resource URL the individual request targets, for example /sites/root. Don't include the base URL.\"),\n body: z.record(z.string(), z.unknown()).describe(\"The request body for the individual request. When set, headers must include the Content-Type.\").optional(),\n method: z.enum([\"GET\", \"POST\", \"PATCH\", \"DELETE\", \"PUT\"]).describe(\"The HTTP method supported for the request specified in url.\"),\n headers: z.object({}).describe(\"HTTP headers for the individual request. Required when body is specified.\").optional(),\n dependsOn: z.array(z.string()).describe(\"An array of strings that references the id of a different individual request that must complete first.\").optional(),\n})).describe(\"Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.\"),\n});\nexport const SharepointGraphExecuteBatchOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Microsoft Graph response payload.\"),\n}).passthrough();\n\nexport const sharepointGraphExecuteBatch = action(\"SHAREPOINT_GRAPH_EXECUTE_BATCH\", {\n slug: \"sharepoint_graph-execute-batch\",\n name: \"Execute Microsoft Graph Batch\",\n description: \"Execute a Microsoft Graph JSON batch request.\",\n input: SharepointGraphExecuteBatchInput,\n output: SharepointGraphExecuteBatchOutput,\n});\n"],"mappings":";;AAkBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB8C,EAAE,OAAO,EACvD,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;EAC/H,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;EACzI,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EAC3J,QAAQ,EAAE,KAAK;GAAC;GAAO;GAAQ;GAAS;GAAU;EAAK,CAAC,CAAC,CAAC,SAAS,6DAA6D;EAChI,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACrH,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAC7J,CAAC,CAAC,CAAC,CAAC,SAAS,uIAAuI,EACpJ,CASS;CACP,QAT+C,EAAE,OAAO,EACxD,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EACtF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"execute-batch.mjs","names":[],"sources":["../../src/actions/execute-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphExecuteBatchInput = z.object({\n requests: z.array(z.object({\n id: z.string().describe(\"A correlation value to associate individual responses with requests. Must be unique within the batch.\"),\n url: z.string().describe(\"The relative resource URL the individual request targets, for example /sites/root. Don't include the base URL.\"),\n body: z.record(z.string(), z.unknown()).describe(\"The request body for the individual request. When set, headers must include the Content-Type.\").optional(),\n method: z.enum([\"GET\", \"POST\", \"PATCH\", \"DELETE\", \"PUT\"]).describe(\"The HTTP method supported for the request specified in url.\"),\n headers: z.record(z.string(), z.unknown()).describe(\"HTTP headers for the individual request. Required when body is specified.\").optional(),\n dependsOn: z.array(z.string()).describe(\"An array of strings that references the id of a different individual request that must complete first.\").optional(),\n})).describe(\"Microsoft Graph JSON batch request objects. Each request must include id, method, and url. Up to 20 requests are supported per batch.\"),\n});\nexport const SharepointGraphExecuteBatchOutput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Microsoft Graph response payload.\"),\n}).passthrough();\n\nexport const sharepointGraphExecuteBatch = action(\"SHAREPOINT_GRAPH_EXECUTE_BATCH\", {\n slug: \"sharepoint_graph-execute-batch\",\n name: \"Execute Microsoft Graph Batch\",\n description: \"Execute a Microsoft Graph JSON batch request.\",\n input: SharepointGraphExecuteBatchInput,\n output: SharepointGraphExecuteBatchOutput,\n});\n"],"mappings":";;AAkBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB8C,EAAE,OAAO,EACvD,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;EAC/H,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;EACzI,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EAC3J,QAAQ,EAAE,KAAK;GAAC;GAAO;GAAQ;GAAS;GAAU;EAAK,CAAC,CAAC,CAAC,SAAS,6DAA6D;EAChI,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EAC1I,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAC7J,CAAC,CAAC,CAAC,CAAC,SAAS,uIAAuI,EACpJ,CASS;CACP,QAT+C,EAAE,OAAO,EACxD,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EACtF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -17,7 +17,7 @@ const SharepointGraphGetDocumentComments_DocumentCommentSchema = zod.z.object({
17
17
  created_at: zod.z.string().describe("Comment creation timestamp from the Word document, if present.").nullable().optional(),
18
18
  durable_id: zod.z.string().describe("Stable durable comment identifier from Word commentsIds metadata, when available.").nullable().optional(),
19
19
  anchor_text: zod.z.string().describe("Best-effort selected text that the comment is attached to, when available in the document body.").nullable().optional()
20
- });
20
+ }).passthrough();
21
21
  const SharepointGraphGetDocumentCommentsOutput = zod.z.object({ comments: zod.z.array(SharepointGraphGetDocumentComments_DocumentCommentSchema).describe("Structured comments extracted from the Word document.") }).passthrough();
22
22
  const sharepointGraphGetDocumentComments = require_action.action("SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS", {
23
23
  slug: "sharepoint_graph-get-document-comments",
@@ -1 +1 @@
1
- {"version":3,"file":"get-document-comments.cjs","names":["z","action"],"sources":["../../src/actions/get-document-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphGetDocumentCommentsInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph drive item ID for the Word .docx document.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphGetDocumentComments_DocumentCommentSchema = z.object({\n id: z.string().describe(\"Comment ID from the Word document.\").nullable(),\n text: z.string().describe(\"Text content of the comment.\").nullable(),\n author: z.string().describe(\"Comment author, if present.\").nullable().optional(),\n context: z.string().describe(\"Best-effort paragraph context containing the comment anchor or reference, when available.\").nullable().optional(),\n initials: z.string().describe(\"Author initials from the Word document, if present.\").nullable().optional(),\n resolved: z.boolean().describe(\"Whether the Word comment thread is marked resolved, when Word thread metadata is available.\").nullable().optional(),\n parent_id: z.string().describe(\"ID of the parent comment when this comment is a reply in a Word threaded conversation.\").nullable().optional(),\n thread_id: z.string().describe(\"ID of the root comment for this threaded conversation, when Word thread metadata is available.\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp from the Word document, if present.\").nullable().optional(),\n durable_id: z.string().describe(\"Stable durable comment identifier from Word commentsIds metadata, when available.\").nullable().optional(),\n anchor_text: z.string().describe(\"Best-effort selected text that the comment is attached to, when available in the document body.\").nullable().optional(),\n});\nexport const SharepointGraphGetDocumentCommentsOutput = z.object({\n comments: z.array(SharepointGraphGetDocumentComments_DocumentCommentSchema).describe(\"Structured comments extracted from the Word document.\"),\n}).passthrough();\n\nexport const sharepointGraphGetDocumentComments = action(\"SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS\", {\n slug: \"sharepoint_graph-get-document-comments\",\n name: \"Get SharePoint Document Comments\",\n description: \"Extract comments from a SharePoint Word .docx drive item.\",\n input: SharepointGraphGetDocumentCommentsInput,\n output: SharepointGraphGetDocumentCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0CA,IAAAA,EAAE,OAAO;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC;AACD,MAAa,2CAA2CA,IAAAA,EAAE,OAAO,EAC/D,UAAUA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,uDAAuD,EAC9I,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-document-comments.cjs","names":["z","action"],"sources":["../../src/actions/get-document-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphGetDocumentCommentsInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph drive item ID for the Word .docx document.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphGetDocumentComments_DocumentCommentSchema = z.object({\n id: z.string().describe(\"Comment ID from the Word document.\").nullable(),\n text: z.string().describe(\"Text content of the comment.\").nullable(),\n author: z.string().describe(\"Comment author, if present.\").nullable().optional(),\n context: z.string().describe(\"Best-effort paragraph context containing the comment anchor or reference, when available.\").nullable().optional(),\n initials: z.string().describe(\"Author initials from the Word document, if present.\").nullable().optional(),\n resolved: z.boolean().describe(\"Whether the Word comment thread is marked resolved, when Word thread metadata is available.\").nullable().optional(),\n parent_id: z.string().describe(\"ID of the parent comment when this comment is a reply in a Word threaded conversation.\").nullable().optional(),\n thread_id: z.string().describe(\"ID of the root comment for this threaded conversation, when Word thread metadata is available.\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp from the Word document, if present.\").nullable().optional(),\n durable_id: z.string().describe(\"Stable durable comment identifier from Word commentsIds metadata, when available.\").nullable().optional(),\n anchor_text: z.string().describe(\"Best-effort selected text that the comment is attached to, when available in the document body.\").nullable().optional(),\n}).passthrough();\nexport const SharepointGraphGetDocumentCommentsOutput = z.object({\n comments: z.array(SharepointGraphGetDocumentComments_DocumentCommentSchema).describe(\"Structured comments extracted from the Word document.\"),\n}).passthrough();\n\nexport const sharepointGraphGetDocumentComments = action(\"SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS\", {\n slug: \"sharepoint_graph-get-document-comments\",\n name: \"Get SharePoint Document Comments\",\n description: \"Extract comments from a SharePoint Word .docx drive item.\",\n input: SharepointGraphGetDocumentCommentsInput,\n output: SharepointGraphGetDocumentCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0CA,IAAAA,EAAE,OAAO;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,2DAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,2CAA2CA,IAAAA,EAAE,OAAO,EAC/D,UAAUA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,uDAAuD,EAC9I,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -18,7 +18,7 @@ declare const SharepointGraphGetDocumentCommentsOutput: z.ZodObject<{
18
18
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  durable_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  anchor_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
- }, z.core.$strip>>;
21
+ }, z.core.$loose>>;
22
22
  }, z.core.$loose>;
23
23
  declare const sharepointGraphGetDocumentComments: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  item_id: string;
@@ -18,7 +18,7 @@ declare const SharepointGraphGetDocumentCommentsOutput: z.ZodObject<{
18
18
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  durable_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  anchor_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
- }, z.core.$strip>>;
21
+ }, z.core.$loose>>;
22
22
  }, z.core.$loose>;
23
23
  declare const sharepointGraphGetDocumentComments: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  item_id: string;
@@ -17,7 +17,7 @@ const SharepointGraphGetDocumentComments_DocumentCommentSchema = z.object({
17
17
  created_at: z.string().describe("Comment creation timestamp from the Word document, if present.").nullable().optional(),
18
18
  durable_id: z.string().describe("Stable durable comment identifier from Word commentsIds metadata, when available.").nullable().optional(),
19
19
  anchor_text: z.string().describe("Best-effort selected text that the comment is attached to, when available in the document body.").nullable().optional()
20
- });
20
+ }).passthrough();
21
21
  const sharepointGraphGetDocumentComments = action("SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS", {
22
22
  slug: "sharepoint_graph-get-document-comments",
23
23
  name: "Get SharePoint Document Comments",
@@ -1 +1 @@
1
- {"version":3,"file":"get-document-comments.mjs","names":[],"sources":["../../src/actions/get-document-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphGetDocumentCommentsInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph drive item ID for the Word .docx document.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphGetDocumentComments_DocumentCommentSchema = z.object({\n id: z.string().describe(\"Comment ID from the Word document.\").nullable(),\n text: z.string().describe(\"Text content of the comment.\").nullable(),\n author: z.string().describe(\"Comment author, if present.\").nullable().optional(),\n context: z.string().describe(\"Best-effort paragraph context containing the comment anchor or reference, when available.\").nullable().optional(),\n initials: z.string().describe(\"Author initials from the Word document, if present.\").nullable().optional(),\n resolved: z.boolean().describe(\"Whether the Word comment thread is marked resolved, when Word thread metadata is available.\").nullable().optional(),\n parent_id: z.string().describe(\"ID of the parent comment when this comment is a reply in a Word threaded conversation.\").nullable().optional(),\n thread_id: z.string().describe(\"ID of the root comment for this threaded conversation, when Word thread metadata is available.\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp from the Word document, if present.\").nullable().optional(),\n durable_id: z.string().describe(\"Stable durable comment identifier from Word commentsIds metadata, when available.\").nullable().optional(),\n anchor_text: z.string().describe(\"Best-effort selected text that the comment is attached to, when available in the document body.\").nullable().optional(),\n});\nexport const SharepointGraphGetDocumentCommentsOutput = z.object({\n comments: z.array(SharepointGraphGetDocumentComments_DocumentCommentSchema).describe(\"Structured comments extracted from the Word document.\"),\n}).passthrough();\n\nexport const sharepointGraphGetDocumentComments = action(\"SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS\", {\n slug: \"sharepoint_graph-get-document-comments\",\n name: \"Get SharePoint Document Comments\",\n description: \"Extract comments from a SharePoint Word .docx drive item.\",\n input: SharepointGraphGetDocumentCommentsInput,\n output: SharepointGraphGetDocumentCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0C,EAAE,OAAO;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,2DAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC;AAKD,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,UAAU,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,uDAAuD,EAC9I,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"get-document-comments.mjs","names":[],"sources":["../../src/actions/get-document-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SharepointGraphGetDocumentCommentsInput = z.object({\n item_id: z.string().describe(\"Microsoft Graph drive item ID for the Word .docx document.\"),\n drive_id: z.string().describe(\"Microsoft Graph drive ID for the SharePoint document library, commonly starting with 'b!'.\"),\n});\nconst SharepointGraphGetDocumentComments_DocumentCommentSchema = z.object({\n id: z.string().describe(\"Comment ID from the Word document.\").nullable(),\n text: z.string().describe(\"Text content of the comment.\").nullable(),\n author: z.string().describe(\"Comment author, if present.\").nullable().optional(),\n context: z.string().describe(\"Best-effort paragraph context containing the comment anchor or reference, when available.\").nullable().optional(),\n initials: z.string().describe(\"Author initials from the Word document, if present.\").nullable().optional(),\n resolved: z.boolean().describe(\"Whether the Word comment thread is marked resolved, when Word thread metadata is available.\").nullable().optional(),\n parent_id: z.string().describe(\"ID of the parent comment when this comment is a reply in a Word threaded conversation.\").nullable().optional(),\n thread_id: z.string().describe(\"ID of the root comment for this threaded conversation, when Word thread metadata is available.\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp from the Word document, if present.\").nullable().optional(),\n durable_id: z.string().describe(\"Stable durable comment identifier from Word commentsIds metadata, when available.\").nullable().optional(),\n anchor_text: z.string().describe(\"Best-effort selected text that the comment is attached to, when available in the document body.\").nullable().optional(),\n}).passthrough();\nexport const SharepointGraphGetDocumentCommentsOutput = z.object({\n comments: z.array(SharepointGraphGetDocumentComments_DocumentCommentSchema).describe(\"Structured comments extracted from the Word document.\"),\n}).passthrough();\n\nexport const sharepointGraphGetDocumentComments = action(\"SHAREPOINT_GRAPH_GET_DOCUMENT_COMMENTS\", {\n slug: \"sharepoint_graph-get-document-comments\",\n name: \"Get SharePoint Document Comments\",\n description: \"Extract comments from a SharePoint Word .docx drive item.\",\n input: SharepointGraphGetDocumentCommentsInput,\n output: SharepointGraphGetDocumentCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0C,EAAE,OAAO;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC5H,CAAC;AACD,MAAM,2DAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,UAAU,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,uDAAuD,EAC9I,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
package/dist/execute.cjs CHANGED
@@ -2,7 +2,7 @@ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
2
  //#region src/execute.ts
3
3
  const APP_SLUG = "sharepoint_graph";
4
4
  /** Pinned app version — updated on regeneration. */
5
- const APP_VERSION = "20260616_00";
5
+ const APP_VERSION = "20260707_00";
6
6
  async function executeSharepointGraphTool(tool, args) {
7
7
  const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
8
  app: APP_SLUG,
@@ -1 +1 @@
1
- {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"sharepoint_graph\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeSharepointGraphTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,2BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"sharepoint_graph\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260707_00\";\n\nexport async function executeSharepointGraphTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,2BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/execute.mjs CHANGED
@@ -2,7 +2,7 @@ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
2
  //#region src/execute.ts
3
3
  const APP_SLUG = "sharepoint_graph";
4
4
  /** Pinned app version — updated on regeneration. */
5
- const APP_VERSION = "20260616_00";
5
+ const APP_VERSION = "20260707_00";
6
6
  async function executeSharepointGraphTool(tool, args) {
7
7
  const { result } = await createKeystrokeClient().tools.execute({
8
8
  app: APP_SLUG,
@@ -1 +1 @@
1
- {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"sharepoint_graph\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeSharepointGraphTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,2BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"sharepoint_graph\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260707_00\";\n\nexport async function executeSharepointGraphTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,2BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sharepoint_graph",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"