@parra/parra-js-sdk 0.3.60 → 0.3.61

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.
@@ -1334,6 +1334,7 @@ export interface ConnectedAppConnection {
1334
1334
  created_at: string;
1335
1335
  updated_at: string;
1336
1336
  deleted_at?: string | null;
1337
+ tenant_id: string;
1337
1338
  active: boolean;
1338
1339
  type: ConnectedAppType;
1339
1340
  status: ConnectedAppConnectionStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.60",
3
+ "version": "0.3.61",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",