@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/dist/index.d.cts CHANGED
@@ -32816,8 +32816,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
32816
32816
  declare const MAX_CONNECTION_POOL_SIZE = 100;
32817
32817
  declare const MAX_NUMBER_OF_RETRIES = 5;
32818
32818
  declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
32819
- declare const SDK_VERSION = "0.5.1";
32820
- declare const USER_AGENT = "PAN-AIRS/0.5.1-typescript-sdk";
32819
+ declare const SDK_VERSION = "0.5.2";
32820
+ declare const USER_AGENT = "PAN-AIRS/0.5.2-typescript-sdk";
32821
32821
  declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
32822
32822
  declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
32823
32823
  declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
package/dist/index.d.ts CHANGED
@@ -32816,8 +32816,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
32816
32816
  declare const MAX_CONNECTION_POOL_SIZE = 100;
32817
32817
  declare const MAX_NUMBER_OF_RETRIES = 5;
32818
32818
  declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
32819
- declare const SDK_VERSION = "0.5.1";
32820
- declare const USER_AGENT = "PAN-AIRS/0.5.1-typescript-sdk";
32819
+ declare const SDK_VERSION = "0.5.2";
32820
+ declare const USER_AGENT = "PAN-AIRS/0.5.2-typescript-sdk";
32821
32821
  declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
32822
32822
  declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
32823
32823
  declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ var MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
23
23
  var MAX_CONNECTION_POOL_SIZE = 100;
24
24
  var MAX_NUMBER_OF_RETRIES = 5;
25
25
  var HTTP_FORCE_RETRY_STATUS_CODES = [500, 502, 503, 504];
26
- var SDK_VERSION = "0.5.1";
26
+ var SDK_VERSION = "0.5.2";
27
27
  var USER_AGENT = `PAN-AIRS/${SDK_VERSION}-typescript-sdk`;
28
28
  var DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
29
29
  var DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";