@cdot65/prisma-airs-sdk 0.5.1 → 0.5.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.
- package/README.md +9 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# prisma-airs-sdk
|
|
2
2
|
|
|
3
|
+
[](https://github.com/cdot65/prisma-airs-sdk/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/cdot65/prisma-airs-sdk/actions/workflows/test.yml)
|
|
5
|
+
[](https://www.npmjs.com/package/@cdot65/prisma-airs-sdk)
|
|
6
|
+
[](https://www.npmjs.com/package/@cdot65/prisma-airs-sdk)
|
|
7
|
+
[](https://github.com/cdot65/prisma-airs-sdk)
|
|
8
|
+
[](https://www.typescriptlang.org/)
|
|
9
|
+
[](https://nodejs.org/)
|
|
10
|
+
[](https://opensource.org/licenses/MIT)
|
|
11
|
+
|
|
3
12
|
TypeScript SDK for Palo Alto Networks **Prisma AIRS** — covering the full lifecycle from configuration management to operational scanning across all three service domains: **AI Runtime Security**, **AI Red Teaming**, and **Model Security**.
|
|
4
13
|
|
|
5
14
|
## Installation
|
package/dist/index.cjs
CHANGED
|
@@ -362,7 +362,7 @@ var MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
|
|
|
362
362
|
var MAX_CONNECTION_POOL_SIZE = 100;
|
|
363
363
|
var MAX_NUMBER_OF_RETRIES = 5;
|
|
364
364
|
var HTTP_FORCE_RETRY_STATUS_CODES = [500, 502, 503, 504];
|
|
365
|
-
var SDK_VERSION = "0.5.
|
|
365
|
+
var SDK_VERSION = "0.5.2";
|
|
366
366
|
var USER_AGENT = `PAN-AIRS/${SDK_VERSION}-typescript-sdk`;
|
|
367
367
|
var DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
368
368
|
var DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|