@parra/parra-js-sdk 0.3.63 → 0.3.65

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.
@@ -1319,6 +1319,7 @@ export interface ApiKeyCollectionResponse {
1319
1319
  data: Array<ApiKey>;
1320
1320
  }
1321
1321
  export declare enum ConnectedAppType {
1322
+ parra = "parra",
1322
1323
  appStoreConnect = "app-store-connect",
1323
1324
  slack = "slack",
1324
1325
  x = "x"
@@ -1419,13 +1420,14 @@ export interface TenantIntegration {
1419
1420
  name: string;
1420
1421
  description: string;
1421
1422
  scope: IntegrationScope;
1423
+ connected_app: ConnectedApp;
1422
1424
  connections: Array<IntegrationConnection>;
1423
1425
  }
1424
1426
  export interface UpdateIntegrationConnectionRequestBody {
1425
1427
  active?: boolean;
1426
1428
  }
1427
1429
  export interface CreateSlackFeedbackFormIntegrationConnectionRequestBody {
1428
- connected_app_id: string;
1430
+ connected_app_connection_id: string;
1429
1431
  channel: string;
1430
1432
  message: string;
1431
1433
  }
package/dist/ParraAPI.js CHANGED
@@ -170,6 +170,7 @@ var ApnsPushType;
170
170
  })(ApnsPushType || (exports.ApnsPushType = ApnsPushType = {}));
171
171
  var ConnectedAppType;
172
172
  (function (ConnectedAppType) {
173
+ ConnectedAppType["parra"] = "parra";
173
174
  ConnectedAppType["appStoreConnect"] = "app-store-connect";
174
175
  ConnectedAppType["slack"] = "slack";
175
176
  ConnectedAppType["x"] = "x";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.63",
3
+ "version": "0.3.65",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",