@parra/parra-js-sdk 0.3.77 → 0.3.78

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.
@@ -1330,6 +1330,7 @@ export interface ConnectedAppConnection {
1330
1330
  type: ConnectedAppType;
1331
1331
  status: ConnectedAppConnectionStatus;
1332
1332
  data?: ConnectedAppConnectionData;
1333
+ integration_count: number;
1333
1334
  }
1334
1335
  export interface ConnectedAppLink {
1335
1336
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.77",
3
+ "version": "0.3.78",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",