@integry/sdk 3.3.0 → 3.3.1-beta.10
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
|
@@ -175,6 +175,7 @@ interface ConfigWithObject extends SDKConfig {
|
|
|
175
175
|
deploymentId: string;
|
|
176
176
|
marketplaceId?: string;
|
|
177
177
|
appId?: number;
|
|
178
|
+
showApps?: boolean;
|
|
178
179
|
}
|
|
179
180
|
interface ConfigWithUrlParams extends SDKConfig {
|
|
180
181
|
useUrlParams?: boolean;
|
|
@@ -267,10 +268,7 @@ interface TemplateField {
|
|
|
267
268
|
app_user: number;
|
|
268
269
|
id: number;
|
|
269
270
|
value: string | number;
|
|
270
|
-
is_changed: boolean
|
|
271
|
-
* Render the template form we ship
|
|
272
|
-
* @param data
|
|
273
|
-
*/;
|
|
271
|
+
is_changed: boolean;
|
|
274
272
|
changed_dynamic_fields: string;
|
|
275
273
|
}[];
|
|
276
274
|
added_in_mapping?: boolean;
|
|
@@ -302,6 +300,7 @@ interface InitConfig {
|
|
|
302
300
|
templateContainerId?: string;
|
|
303
301
|
renderMode: TemplateFormRenderModes;
|
|
304
302
|
appId?: number;
|
|
303
|
+
showApps?: boolean;
|
|
305
304
|
}
|
|
306
305
|
interface MarketplaceConfig {
|
|
307
306
|
containerId: string;
|