@parra/parra-js-sdk 0.3.144 → 0.3.146

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.
@@ -1495,6 +1495,7 @@ export interface PasswordlessConnection {
1495
1495
  }
1496
1496
  export interface UpdatePasswordlessConnectionBody {
1497
1497
  name?: string;
1498
+ sms_connected_app_connection_id?: string;
1498
1499
  sms_otp_length?: number;
1499
1500
  sms_otp_expires_in?: number;
1500
1501
  sms_message?: string;
@@ -2348,6 +2349,7 @@ declare class ParraAPI {
2348
2349
  listConnectedAppsForTenantById: (tenant_id: string, query?: {
2349
2350
  include?: string;
2350
2351
  group?: string;
2352
+ type?: string;
2351
2353
  }, options?: Options) => Promise<Array<TenantConnectedApp>>;
2352
2354
  updateConnectedAppConnectionById: (tenant_id: string, connected_app_connection_id: string, body?: UpdateConnectedAppConnectionRequestBody, options?: Options) => Promise<ConnectedAppConnection>;
2353
2355
  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.144",
3
+ "version": "0.3.146",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",