@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.
- package/dist/ParraAPI.d.ts +1 -1
- package/dist/ParraAPI.js +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1680,7 +1680,7 @@ export interface ApiKeyCollectionResponse {
|
|
|
1680
1680
|
}
|
|
1681
1681
|
export declare enum ConnectedAppType {
|
|
1682
1682
|
parra = "parra",
|
|
1683
|
-
|
|
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["
|
|
224
|
+
ConnectedAppType["appStoreConnectApi"] = "app-store-connect-api";
|
|
225
225
|
ConnectedAppType["slack"] = "slack";
|
|
226
226
|
ConnectedAppType["x"] = "x";
|
|
227
227
|
})(ConnectedAppType || (exports.ConnectedAppType = ConnectedAppType = {}));
|