@useparagon/connect 2.4.0-experimental-19855.2 → 2.4.0

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.
@@ -220,7 +220,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
220
220
  * @param init
221
221
  * @returns api request response
222
222
  */
223
- request<TResponse>(action: string, path: string, init: ProxyRequestOptions): Promise<TResponse | undefined>;
223
+ request<TResponse>(action: string, path: string, init?: ProxyRequestOptions): Promise<TResponse | undefined>;
224
224
  event(name: string, payload: Record<string, unknown>, options?: CredentialConfigOptions): Promise<void>;
225
225
  getTriggers(action: string, credentialOptions?: Pick<CredentialConfigOptions, 'selectedCredentialId'>): Promise<GetTriggerTypesResponse>;
226
226
  /**