@parra/parra-js-sdk 0.3.143 → 0.3.145

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.
@@ -2348,6 +2348,7 @@ declare class ParraAPI {
2348
2348
  listConnectedAppsForTenantById: (tenant_id: string, query?: {
2349
2349
  include?: string;
2350
2350
  group?: string;
2351
+ type?: string;
2351
2352
  }, options?: Options) => Promise<Array<TenantConnectedApp>>;
2352
2353
  updateConnectedAppConnectionById: (tenant_id: string, connected_app_connection_id: string, body?: UpdateConnectedAppConnectionRequestBody, options?: Options) => Promise<ConnectedAppConnection>;
2353
2354
  deleteConnectedAppConnectionById: (tenant_id: string, connected_app_connection_id: string, options?: Options) => Promise<ConnectedAppConnection>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.143",
3
+ "version": "0.3.145",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",