@ketch-sdk/ketch-types 1.28.2 → 1.28.4
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/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3299,7 +3299,7 @@ export interface RightsTitleExperienceLayoutConfig {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
export interface RightFormMapping {
|
|
3301
3301
|
rightCode?: string;
|
|
3302
|
-
|
|
3302
|
+
formID: string;
|
|
3303
3303
|
}
|
|
3304
3304
|
/**
|
|
3305
3305
|
* Default form and custom right to form mapping for a single canonical right.
|
|
@@ -3307,7 +3307,7 @@ export interface RightFormMapping {
|
|
|
3307
3307
|
*/
|
|
3308
3308
|
export interface RightMappingDetail {
|
|
3309
3309
|
canonicalRight?: CanonicalRightCode;
|
|
3310
|
-
|
|
3310
|
+
defaultFormID?: string;
|
|
3311
3311
|
rightFormMappings?: RightFormMapping[];
|
|
3312
3312
|
}
|
|
3313
3313
|
/**
|
|
@@ -3316,7 +3316,7 @@ export interface RightMappingDetail {
|
|
|
3316
3316
|
*/
|
|
3317
3317
|
export interface RightFormsExperienceLayoutConfig {
|
|
3318
3318
|
mode?: RightsFormMode;
|
|
3319
|
-
|
|
3319
|
+
singleFormID?: string;
|
|
3320
3320
|
details?: RightMappingDetail[];
|
|
3321
3321
|
}
|
|
3322
3322
|
export interface RequestsTabRightsExperienceLayoutConfig {
|
|
@@ -3913,7 +3913,7 @@ export interface ExperienceContentConfig {
|
|
|
3913
3913
|
*/
|
|
3914
3914
|
export interface ExperienceAssociationConfig {
|
|
3915
3915
|
subscriptionTopicCodes?: string[];
|
|
3916
|
-
|
|
3916
|
+
formID?: string[];
|
|
3917
3917
|
}
|
|
3918
3918
|
export interface ExperienceConfig {
|
|
3919
3919
|
layout?: ExperienceLayoutConfig;
|