@parra/parra-js-sdk 0.3.62 → 0.3.64
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.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1419,6 +1419,7 @@ export interface TenantIntegration {
|
|
|
1419
1419
|
name: string;
|
|
1420
1420
|
description: string;
|
|
1421
1421
|
scope: IntegrationScope;
|
|
1422
|
+
connected_app: ConnectedApp;
|
|
1422
1423
|
connections: Array<IntegrationConnection>;
|
|
1423
1424
|
}
|
|
1424
1425
|
export interface UpdateIntegrationConnectionRequestBody {
|