@parra/parra-js-sdk 0.3.82 → 0.3.83

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.
@@ -1320,10 +1320,8 @@ export interface ConnectedAppSlackConnectionData {
1320
1320
  user_id: string;
1321
1321
  }
1322
1322
  export interface ConnectedAppXConnectionData {
1323
- team_name: string;
1324
- team_id: string;
1325
- app_id: string;
1326
- user_id: string;
1323
+ handle: string;
1324
+ name: string;
1327
1325
  }
1328
1326
  export type ConnectedAppConnectionData = ConnectedAppSlackConnectionData | ConnectedAppXConnectionData;
1329
1327
  export interface ConnectedAppConnection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.82",
3
+ "version": "0.3.83",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",