@parra/parra-js-sdk 0.3.144 → 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.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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>;
|