@integry/sdk 3.6.8 → 3.6.9-beta.1
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/esm/index.csm.d.ts
CHANGED
|
@@ -467,6 +467,12 @@ declare class IntegryJS {
|
|
|
467
467
|
appId?: number | undefined;
|
|
468
468
|
authTypeId?: number | undefined;
|
|
469
469
|
} | undefined) => void;
|
|
470
|
+
removeAuthorization(data: {
|
|
471
|
+
authorizationId: number;
|
|
472
|
+
}): Promise<{
|
|
473
|
+
data: string | null;
|
|
474
|
+
status: number;
|
|
475
|
+
} | null>;
|
|
470
476
|
/**
|
|
471
477
|
* Render the template form we ship
|
|
472
478
|
* @param params
|