@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="docs-site/static/img/logo-banner.svg" alt="prisma-airs-sdk" width="420" />
2
+ <img src="https://raw.githubusercontent.com/cdot65/prisma-airs-sdk/main/docs-site/static/img/logo.svg" alt="Prisma AIRS SDK shield with terminal and spectrum" width="320" />
3
3
  </p>
4
4
 
5
5
  # prisma-airs-sdk
package/dist/index.cjs CHANGED
@@ -795,7 +795,7 @@ var MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 20;
795
795
  var MAX_CONNECTION_POOL_SIZE = 100;
796
796
  var MAX_NUMBER_OF_RETRIES = 5;
797
797
  var HTTP_FORCE_RETRY_STATUS_CODES = [500, 502, 503, 504];
798
- var SDK_VERSION = "0.20.0";
798
+ var SDK_VERSION = "0.20.1";
799
799
  var USER_AGENT = `PAN-AIRS/${SDK_VERSION}-typescript-sdk`;
800
800
  var DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
801
801
  var DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";