@integry/sdk 3.6.8 → 3.6.9

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.
@@ -457,6 +457,12 @@ declare class IntegryJS {
457
457
  appId?: number | undefined;
458
458
  authTypeId?: number | undefined;
459
459
  } | undefined) => void;
460
+ removeAuthorization(data: {
461
+ authorizationId: number;
462
+ }): Promise<{
463
+ data: string | null;
464
+ status: number;
465
+ } | null>;
460
466
  /**
461
467
  * Render the template form we ship
462
468
  * @param params