@parra/parra-js-sdk 0.3.64 → 0.3.66

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"
@@ -1426,7 +1427,8 @@ export interface UpdateIntegrationConnectionRequestBody {
1426
1427
  active?: boolean;
1427
1428
  }
1428
1429
  export interface CreateSlackFeedbackFormIntegrationConnectionRequestBody {
1429
- connected_app_id: string;
1430
+ form_id: string;
1431
+ connected_app_connection_id: string;
1430
1432
  channel: string;
1431
1433
  message: string;
1432
1434
  }
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.64",
3
+ "version": "0.3.66",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",