@parra/parra-js-sdk 0.3.133 → 0.3.134

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,8 @@ 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
+ appStoreConnectApns = "app-store-connect-apns",
1684
1685
  slack = "slack",
1685
1686
  x = "x"
1686
1687
  }
package/dist/ParraAPI.js CHANGED
@@ -221,7 +221,8 @@ 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
+ ConnectedAppType["appStoreConnectApns"] = "app-store-connect-apns";
225
226
  ConnectedAppType["slack"] = "slack";
226
227
  ConnectedAppType["x"] = "x";
227
228
  })(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.134",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",