@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.
- package/dist/ParraAPI.d.ts +0 -1
- package/dist/ParraAPI.js +0 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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 = {}));
|