@opencxh/domain 1.184.0 → 1.185.0
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.
|
@@ -79,6 +79,14 @@ export interface OnboardingAction {
|
|
|
79
79
|
link?: OnboardingLink;
|
|
80
80
|
/** Overrides the hub's house copy for this verb. Usually absent. */
|
|
81
81
|
label?: OnboardingText;
|
|
82
|
+
/**
|
|
83
|
+
* `apply` only: ask before doing it, in the owning app's own words.
|
|
84
|
+
*
|
|
85
|
+
* The hub cannot judge what an apply costs — one puts down a draft you can throw away, another
|
|
86
|
+
* switches on something that starts acting on live conversations org-wide. So the app that knows
|
|
87
|
+
* says what it is about to do; omitting this means "just do it".
|
|
88
|
+
*/
|
|
89
|
+
confirm?: OnboardingText;
|
|
82
90
|
}
|
|
83
91
|
export interface OnboardingItem {
|
|
84
92
|
/**
|