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