@integry/sdk 4.2.24 → 4.3.2
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
|
@@ -346,7 +346,8 @@ interface TemplateField {
|
|
|
346
346
|
app_user_data?: {
|
|
347
347
|
app_user: number;
|
|
348
348
|
id: number;
|
|
349
|
-
value:
|
|
349
|
+
value: // throw new Error('The template form render target was not found');
|
|
350
|
+
string | number;
|
|
350
351
|
is_changed: boolean;
|
|
351
352
|
changed_dynamic_fields: string;
|
|
352
353
|
}[];
|
|
@@ -522,6 +523,10 @@ declare class IntegryJS {
|
|
|
522
523
|
private authModalId;
|
|
523
524
|
private forceRerender;
|
|
524
525
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
526
|
+
/**
|
|
527
|
+
* Handler function when SDK has failed to load.
|
|
528
|
+
*/
|
|
529
|
+
private SDKFailedHandler;
|
|
525
530
|
/**
|
|
526
531
|
*
|
|
527
532
|
* @param length Length of string to randomly generate
|