@cdot65/prisma-airs-sdk 0.20.0 → 0.20.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/README.md +1 -1
- 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/dist/index.d.cts
CHANGED
|
@@ -111443,8 +111443,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 20;
|
|
|
111443
111443
|
declare const MAX_CONNECTION_POOL_SIZE = 100;
|
|
111444
111444
|
declare const MAX_NUMBER_OF_RETRIES = 5;
|
|
111445
111445
|
declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
|
|
111446
|
-
declare const SDK_VERSION = "0.20.
|
|
111447
|
-
declare const USER_AGENT = "PAN-AIRS/0.20.
|
|
111446
|
+
declare const SDK_VERSION = "0.20.1";
|
|
111447
|
+
declare const USER_AGENT = "PAN-AIRS/0.20.1-typescript-sdk";
|
|
111448
111448
|
declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
111449
111449
|
declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|
|
111450
111450
|
declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
|
package/dist/index.d.ts
CHANGED
|
@@ -111443,8 +111443,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 20;
|
|
|
111443
111443
|
declare const MAX_CONNECTION_POOL_SIZE = 100;
|
|
111444
111444
|
declare const MAX_NUMBER_OF_RETRIES = 5;
|
|
111445
111445
|
declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
|
|
111446
|
-
declare const SDK_VERSION = "0.20.
|
|
111447
|
-
declare const USER_AGENT = "PAN-AIRS/0.20.
|
|
111446
|
+
declare const SDK_VERSION = "0.20.1";
|
|
111447
|
+
declare const USER_AGENT = "PAN-AIRS/0.20.1-typescript-sdk";
|
|
111448
111448
|
declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
111449
111449
|
declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|
|
111450
111450
|
declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 20;
|
|
|
29
29
|
var MAX_CONNECTION_POOL_SIZE = 100;
|
|
30
30
|
var MAX_NUMBER_OF_RETRIES = 5;
|
|
31
31
|
var HTTP_FORCE_RETRY_STATUS_CODES = [500, 502, 503, 504];
|
|
32
|
-
var SDK_VERSION = "0.20.
|
|
32
|
+
var SDK_VERSION = "0.20.1";
|
|
33
33
|
var USER_AGENT = `PAN-AIRS/${SDK_VERSION}-typescript-sdk`;
|
|
34
34
|
var DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
35
35
|
var DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|