@crowdstrike/foundry-js 0.16.0 → 0.17.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.
package/dist/types.d.ts CHANGED
@@ -147,6 +147,12 @@ export interface CollectionRequestMessage extends BaseMessage {
147
147
  offset?: string;
148
148
  sort?: string;
149
149
  collection: string;
150
+ } | {
151
+ type: 'list';
152
+ end?: string;
153
+ limit?: number;
154
+ start?: string;
155
+ collection: string;
150
156
  } | {
151
157
  type: 'read' | 'delete';
152
158
  key: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crowdstrike/foundry-js",
3
- "version": "0.16.0",
4
- "description": "foundry.js is the JavaScript SDK for authoring UI Extensions for CrowdStrike's Foundry platform.",
3
+ "version": "0.17.1",
4
+ "description": "foundry-js is the JavaScript SDK for authoring UI Extensions for CrowdStrike's Foundry platform.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/CrowdStrike/foundry-js.git"