@parra/parra-js-sdk 0.3.56 → 0.3.57
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 +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1349,7 +1349,7 @@ export interface ConnectedApp {
|
|
|
1349
1349
|
type: ConnectedAppType;
|
|
1350
1350
|
name: string;
|
|
1351
1351
|
description: string;
|
|
1352
|
-
link
|
|
1352
|
+
link: ConnectedAppLink;
|
|
1353
1353
|
}
|
|
1354
1354
|
export interface TenantConnectedApp {
|
|
1355
1355
|
id: string;
|
|
@@ -1359,7 +1359,7 @@ export interface TenantConnectedApp {
|
|
|
1359
1359
|
type: ConnectedAppType;
|
|
1360
1360
|
name: string;
|
|
1361
1361
|
description: string;
|
|
1362
|
-
link
|
|
1362
|
+
link: ConnectedAppLink;
|
|
1363
1363
|
connections: Array<ConnectedAppConnection>;
|
|
1364
1364
|
}
|
|
1365
1365
|
export interface CreateSlackConnectedAppConnectionRequestBody {
|