@cdot65/prisma-airs-sdk 0.8.0 → 0.8.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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +728 -728
- package/dist/index.d.ts +728 -728
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -481,7 +481,7 @@ var MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
|
|
|
481
481
|
var MAX_CONNECTION_POOL_SIZE = 100;
|
|
482
482
|
var MAX_NUMBER_OF_RETRIES = 5;
|
|
483
483
|
var HTTP_FORCE_RETRY_STATUS_CODES = [500, 502, 503, 504];
|
|
484
|
-
var SDK_VERSION = "0.8.
|
|
484
|
+
var SDK_VERSION = "0.8.1";
|
|
485
485
|
var USER_AGENT = `PAN-AIRS/${SDK_VERSION}-typescript-sdk`;
|
|
486
486
|
var DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
487
487
|
var DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|
|
@@ -1518,7 +1518,7 @@ var TopicObjectSchema = import_zod17.z.object({
|
|
|
1518
1518
|
}).passthrough();
|
|
1519
1519
|
var TopicArraySchema = import_zod17.z.object({
|
|
1520
1520
|
action: import_zod17.z.string(),
|
|
1521
|
-
topic: import_zod17.z.array(TopicObjectSchema)
|
|
1521
|
+
topic: import_zod17.z.array(TopicObjectSchema).nullable()
|
|
1522
1522
|
}).passthrough();
|
|
1523
1523
|
var ModelProtectionItemSchema = import_zod17.z.object({
|
|
1524
1524
|
name: import_zod17.z.string(),
|