@dataclouder/ngx-agent-cards 0.1.92 → 0.1.93
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/index.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ type ConversationFlowFormGroup = FormGroup<{
|
|
|
157
157
|
useAssetStatesOnly: FormControl<boolean>;
|
|
158
158
|
detectableStates: FormArray<DynamicCriteriaFormGroup>;
|
|
159
159
|
}>;
|
|
160
|
+
performancePrompt: FormControl<string>;
|
|
160
161
|
}>;
|
|
161
162
|
type ConversationSettingsFormGroup = FormGroup<{
|
|
162
163
|
textEngine: FormControl<TextEngines>;
|
|
@@ -1197,6 +1198,7 @@ declare class DCAgentCardFormComponent extends EntityBaseFormComponent<IAgentCar
|
|
|
1197
1198
|
useAssetStatesOnly: _angular_forms.FormControl<boolean>;
|
|
1198
1199
|
detectableStates: FormArray<_dataclouder_ngx_agent_cards.DynamicCriteriaFormGroup>;
|
|
1199
1200
|
}>;
|
|
1201
|
+
performancePrompt: _angular_forms.FormControl<string>;
|
|
1200
1202
|
}>;
|
|
1201
1203
|
manageable: _angular_forms.FormGroup<any>;
|
|
1202
1204
|
learnable: _angular_forms.FormGroup<{
|