@integry/sdk 4.9.28 → 4.9.30
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
|
@@ -619,7 +619,13 @@ interface TemplateField {
|
|
|
619
619
|
app_user_data?: {
|
|
620
620
|
app_user: number;
|
|
621
621
|
id: number;
|
|
622
|
-
value: string
|
|
622
|
+
value: string
|
|
623
|
+
/**
|
|
624
|
+
* Handler function when SDK has failed to load.
|
|
625
|
+
*/
|
|
626
|
+
| /**
|
|
627
|
+
* Handler function when SDK has failed to load.
|
|
628
|
+
*/ number;
|
|
623
629
|
is_changed: boolean;
|
|
624
630
|
changed_dynamic_fields: string;
|
|
625
631
|
}[];
|
|
@@ -830,6 +836,7 @@ declare class IntegryJS {
|
|
|
830
836
|
private forceRerender;
|
|
831
837
|
private appAuthorizationsPollingIntervals;
|
|
832
838
|
private appAuthorizationsRequestIds;
|
|
839
|
+
private isAppAuthorizationsViewActive;
|
|
833
840
|
private clearAppAuthorizationsPolling;
|
|
834
841
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
835
842
|
/**
|