@parra/parra-js-sdk 0.3.133 → 0.3.135

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.
@@ -1680,7 +1680,7 @@ export interface ApiKeyCollectionResponse {
1680
1680
  }
1681
1681
  export declare enum ConnectedAppType {
1682
1682
  parra = "parra",
1683
- appStoreConnect = "app-store-connect",
1683
+ appStoreConnectApi = "app-store-connect-api",
1684
1684
  slack = "slack",
1685
1685
  x = "x"
1686
1686
  }
package/dist/ParraAPI.js CHANGED
@@ -221,7 +221,7 @@ var TenantOnboardingGoal;
221
221
  var ConnectedAppType;
222
222
  (function (ConnectedAppType) {
223
223
  ConnectedAppType["parra"] = "parra";
224
- ConnectedAppType["appStoreConnect"] = "app-store-connect";
224
+ ConnectedAppType["appStoreConnectApi"] = "app-store-connect-api";
225
225
  ConnectedAppType["slack"] = "slack";
226
226
  ConnectedAppType["x"] = "x";
227
227
  })(ConnectedAppType || (exports.ConnectedAppType = ConnectedAppType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.133",
3
+ "version": "0.3.135",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",