@integry/sdk 4.0.1-beta.25 → 4.0.1-beta.26
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
|
@@ -332,6 +332,7 @@ interface TemplateField {
|
|
|
332
332
|
is_editable: boolean;
|
|
333
333
|
allow_tags_in_text: boolean;
|
|
334
334
|
is_default_value_auto_mapped?: boolean;
|
|
335
|
+
source_flow_integration_invocation_url?: string;
|
|
335
336
|
}
|
|
336
337
|
interface TemplateStep {
|
|
337
338
|
id: number;
|
|
@@ -354,6 +355,7 @@ interface TemplateStep {
|
|
|
354
355
|
// step_condition: unknown | null;
|
|
355
356
|
machine_name: string | null;
|
|
356
357
|
is_custom_machine_name: boolean;
|
|
358
|
+
source_steps: any;
|
|
357
359
|
}
|
|
358
360
|
interface InitConfig {
|
|
359
361
|
containerId: string;
|
|
@@ -371,6 +373,8 @@ interface InitConfig {
|
|
|
371
373
|
deploymentIdFromConfig?: number;
|
|
372
374
|
testMultipurpose?: boolean;
|
|
373
375
|
viewStyle?: string;
|
|
376
|
+
flowId?: number;
|
|
377
|
+
integrationId?: number;
|
|
374
378
|
}
|
|
375
379
|
interface MarketplaceConfig {
|
|
376
380
|
containerId: string;
|