@cdot65/prisma-airs-sdk 0.6.10 → 0.6.11

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.d.cts CHANGED
@@ -67570,8 +67570,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
67570
67570
  declare const MAX_CONNECTION_POOL_SIZE = 100;
67571
67571
  declare const MAX_NUMBER_OF_RETRIES = 5;
67572
67572
  declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
67573
- declare const SDK_VERSION = "0.6.10";
67574
- declare const USER_AGENT = "PAN-AIRS/0.6.10-typescript-sdk";
67573
+ declare const SDK_VERSION = "0.6.11";
67574
+ declare const USER_AGENT = "PAN-AIRS/0.6.11-typescript-sdk";
67575
67575
  declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
67576
67576
  declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
67577
67577
  declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
package/dist/index.d.ts CHANGED
@@ -67570,8 +67570,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
67570
67570
  declare const MAX_CONNECTION_POOL_SIZE = 100;
67571
67571
  declare const MAX_NUMBER_OF_RETRIES = 5;
67572
67572
  declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
67573
- declare const SDK_VERSION = "0.6.10";
67574
- declare const USER_AGENT = "PAN-AIRS/0.6.10-typescript-sdk";
67573
+ declare const SDK_VERSION = "0.6.11";
67574
+ declare const USER_AGENT = "PAN-AIRS/0.6.11-typescript-sdk";
67575
67575
  declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
67576
67576
  declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
67577
67577
  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 = 5;
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.6.10";
32
+ var SDK_VERSION = "0.6.11";
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";