@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.
@@ -1349,7 +1349,7 @@ export interface ConnectedApp {
1349
1349
  type: ConnectedAppType;
1350
1350
  name: string;
1351
1351
  description: string;
1352
- link?: ConnectedAppLink;
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?: ConnectedAppLink;
1362
+ link: ConnectedAppLink;
1363
1363
  connections: Array<ConnectedAppConnection>;
1364
1364
  }
1365
1365
  export interface CreateSlackConnectedAppConnectionRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.56",
3
+ "version": "0.3.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",