ngx-wapp-components 2.3.4-alpha.1 → 2.3.5-alpha.2
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/package.json
CHANGED
|
@@ -3681,6 +3681,8 @@ interface WappingServiceTemplate {
|
|
|
3681
3681
|
summaryHeader: string;
|
|
3682
3682
|
summaryBodyHasParameters: boolean;
|
|
3683
3683
|
summaryBody: string;
|
|
3684
|
+
summaryFootHasParameters: boolean;
|
|
3685
|
+
summaryFoot: string;
|
|
3684
3686
|
detailTitleHasParameters: boolean;
|
|
3685
3687
|
detailTitle: string;
|
|
3686
3688
|
detailHeaderHasParameters: boolean;
|