@cdot65/prisma-airs-sdk 0.2.1 → 0.5.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": "@cdot65/prisma-airs-sdk",
3
- "version": "0.2.1",
3
+ "version": "0.5.0",
4
4
  "description": "TypeScript SDK for Palo Alto Networks AI Runtime Security",
5
5
  "author": "Calvin Remsburg <cremsburg.dev@gmail.com>",
6
6
  "license": "MIT",
@@ -54,7 +54,10 @@
54
54
  "example:query": "npx tsx --env-file=.env examples/query-results.ts",
55
55
  "example:mgmt-auth": "npx tsx --env-file=.env examples/mgmt-auth.ts",
56
56
  "example:mgmt-profiles": "npx tsx --env-file=.env examples/mgmt-profiles.ts",
57
- "example:mgmt-topics": "npx tsx --env-file=.env examples/mgmt-topics.ts"
57
+ "example:mgmt-topics": "npx tsx --env-file=.env examples/mgmt-topics.ts",
58
+ "example:model-sec-scans": "npx tsx --env-file=.env examples/model-security-scans.ts",
59
+ "example:red-team-scans": "npx tsx --env-file=.env examples/red-team-scans.ts",
60
+ "example:red-team-targets": "npx tsx --env-file=.env examples/red-team-targets.ts"
58
61
  },
59
62
  "dependencies": {
60
63
  "zod": "^3.24.0"