@dxs-ts/eveli-ide 2.0.64 → 2.0.66
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/gitlog.json +143 -20
- package/dist/index.d.ts +347 -34
- package/dist/index.js +51847 -48898
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1649,6 +1649,7 @@ export declare const messages: {
|
|
|
1649
1649
|
'button.cancel': string;
|
|
1650
1650
|
'button.archive': string;
|
|
1651
1651
|
'button.confirmDelete': string;
|
|
1652
|
+
'button.delete': string;
|
|
1652
1653
|
'button.delete.feedback': string;
|
|
1653
1654
|
'button.delete.template': string;
|
|
1654
1655
|
'button.delete.link': string;
|
|
@@ -2855,6 +2856,333 @@ export declare const messages: {
|
|
|
2855
2856
|
'taskcard.body.customerName.none': string;
|
|
2856
2857
|
'taskcard.body.form.canPublishFeedback.yes': string;
|
|
2857
2858
|
'taskcard.body.form.representative.placeholder': string;
|
|
2859
|
+
'fs.articleOrder.title': string;
|
|
2860
|
+
'fs.articleOrder.col.position': string;
|
|
2861
|
+
'fs.articleOrder.col.name': string;
|
|
2862
|
+
'fs.articleOrder.col.description': string;
|
|
2863
|
+
'fs.breadcrumb.tooltip.error': string;
|
|
2864
|
+
'fs.changesView.title': string;
|
|
2865
|
+
'fs.changesView.undo': string;
|
|
2866
|
+
'fs.changesView.discardAll': string;
|
|
2867
|
+
'fs.changesView.saveAll': string;
|
|
2868
|
+
'fs.changesView.undoConfirmDialog.title': string;
|
|
2869
|
+
'fs.changesView.undoConfirmDialog.content': string;
|
|
2870
|
+
'fs.configOptions.title': string;
|
|
2871
|
+
'fs.configOptions.message.selectDirent': string;
|
|
2872
|
+
'fs.configOptions.title.direntName': string;
|
|
2873
|
+
'fs.configOptions.optionKey.devMode.desc': string;
|
|
2874
|
+
'fs.configOptions.optionKey.disabledMode.disabled': string;
|
|
2875
|
+
'fs.configOptions.optionKey.anonymousMode.disabled': string;
|
|
2876
|
+
'fs.configOptions.optionKey.assignableMode.disabled': string;
|
|
2877
|
+
'fs.configOptions.optionKey.assignableMode.desc.none': string;
|
|
2878
|
+
'fs.direntComments.commentField.placeholder': string;
|
|
2879
|
+
'fs.direntCreate.nameField.placeholder': string;
|
|
2880
|
+
'fs.direntCreate.nameField.label': string;
|
|
2881
|
+
'fs.direntCreate.orderNumberField.placeholder': string;
|
|
2882
|
+
'fs.direntCreate.orderNumberField.label': string;
|
|
2883
|
+
'fs.direntCreate.descriptionField.placeholder': string;
|
|
2884
|
+
'fs.direntCreate.descriptionField.label': string;
|
|
2885
|
+
'fs.direntCreate.labelsField.placeholder': string;
|
|
2886
|
+
'fs.direntCreate.commentsField.placeholder': string;
|
|
2887
|
+
'fs.direntCreate.commentsField.label': string;
|
|
2888
|
+
'fs.direntCreate.configOptionsField.label': string;
|
|
2889
|
+
'fs.direntCreate.labelsField.label': string;
|
|
2890
|
+
'fs.direntCreate.sectionTitle.createNew': string;
|
|
2891
|
+
'fs.direntCreate.sectionTitle.sharing': string;
|
|
2892
|
+
'fs.dirent.article.sectionTitle.createNew': string;
|
|
2893
|
+
'fs.dirent.article.sectionTitle.edit': string;
|
|
2894
|
+
'fs.dirent.article.sectionTitle.sharing': string;
|
|
2895
|
+
'fs.dirent.article.nameField.label': string;
|
|
2896
|
+
'fs.dirent.article.nameField.placeholder': string;
|
|
2897
|
+
'fs.dirent.article.orderNumberField.label': string;
|
|
2898
|
+
'fs.dirent.article.orderNumberField.placeholder': string;
|
|
2899
|
+
'fs.dirent.article.descriptionField.label': string;
|
|
2900
|
+
'fs.dirent.article.descriptionField.placeholder': string;
|
|
2901
|
+
'fs.dirent.article.configOptionsField.label': string;
|
|
2902
|
+
'fs.dirent.article.labelsField.label': string;
|
|
2903
|
+
'fs.dirent.article.labelsField.placeholder': string;
|
|
2904
|
+
'fs.dirent.article.commentsField.label': string;
|
|
2905
|
+
'fs.dirent.article.commentsField.placeholder': string;
|
|
2906
|
+
'fs.dirent.article.expandToggle.show': string;
|
|
2907
|
+
'fs.dirent.article.expandToggle.hide': string;
|
|
2908
|
+
'fs.dirent.article.parentArticleField.label': string;
|
|
2909
|
+
'fs.dirent.article.parentArticleField.desc': string;
|
|
2910
|
+
'fs.dirent.link.sectionTitle.createNew': string;
|
|
2911
|
+
'fs.dirent.link.sectionTitle.edit': string;
|
|
2912
|
+
'fs.dirent.link.urlValueField.label': string;
|
|
2913
|
+
'fs.dirent.link.urlValueField.placeholder': string;
|
|
2914
|
+
'fs.dirent.link.sectionTitle.localeLabels': string;
|
|
2915
|
+
'fs.dirent.link.labelField.en.label': string;
|
|
2916
|
+
'fs.dirent.link.labelField.fi.label': string;
|
|
2917
|
+
'fs.dirent.link.labelField.sv.label': string;
|
|
2918
|
+
'fs.dirent.link.labelField.placeholder': string;
|
|
2919
|
+
'fs.dirent.link.articlesField.label': string;
|
|
2920
|
+
'fs.dirent.link.configOptionsField.label': string;
|
|
2921
|
+
'fs.dirent.link.expandToggle.show': string;
|
|
2922
|
+
'fs.dirent.link.expandToggle.hide': string;
|
|
2923
|
+
'fs.dirent.link.descriptionField.label': string;
|
|
2924
|
+
'fs.dirent.link.descriptionField.placeholder': string;
|
|
2925
|
+
'fs.dirent.phone.sectionTitle.createNew': string;
|
|
2926
|
+
'fs.dirent.phone.sectionTitle.edit': string;
|
|
2927
|
+
'fs.dirent.phone.phoneValueField.label': string;
|
|
2928
|
+
'fs.dirent.phone.phoneValueField.placeholder': string;
|
|
2929
|
+
'fs.dirent.phone.sectionTitle.localeLabels': string;
|
|
2930
|
+
'fs.dirent.phone.labelField.en.label': string;
|
|
2931
|
+
'fs.dirent.phone.labelField.fi.label': string;
|
|
2932
|
+
'fs.dirent.phone.labelField.sv.label': string;
|
|
2933
|
+
'fs.dirent.phone.labelField.placeholder': string;
|
|
2934
|
+
'fs.dirent.phone.articlesField.label': string;
|
|
2935
|
+
'fs.dirent.phone.configOptionsField.label': string;
|
|
2936
|
+
'fs.dirent.phone.expandToggle.show': string;
|
|
2937
|
+
'fs.dirent.phone.expandToggle.hide': string;
|
|
2938
|
+
'fs.dirent.phone.descriptionField.label': string;
|
|
2939
|
+
'fs.dirent.phone.descriptionField.placeholder': string;
|
|
2940
|
+
'fs.dirent.folder.sectionTitle.createNew': string;
|
|
2941
|
+
'fs.dirent.folder.sectionTitle.edit': string;
|
|
2942
|
+
'fs.dirent.folder.locationField.label': string;
|
|
2943
|
+
'fs.dirent.folder.locationField.root': string;
|
|
2944
|
+
'fs.dirent.folder.locationField.newFolder': string;
|
|
2945
|
+
'fs.dirent.folder.nameField.label': string;
|
|
2946
|
+
'fs.dirent.folder.nameField.placeholder': string;
|
|
2947
|
+
'fs.dirent.language.sectionTitle.createNew': string;
|
|
2948
|
+
'fs.dirent.language.sectionTitle.edit': string;
|
|
2949
|
+
'fs.dirent.language.nameField.placeholder': string;
|
|
2950
|
+
'fs.dirent.language.localeCodeField.label': string;
|
|
2951
|
+
'fs.dirent.language.localeCodeField.placeholder': string;
|
|
2952
|
+
'fs.dirent.language.descriptionField.label': string;
|
|
2953
|
+
'fs.dirent.language.descriptionField.placeholder': string;
|
|
2954
|
+
'fs.dirent.language.configOptionsField.label': string;
|
|
2955
|
+
'fs.dirent.service.sectionTitle.createNew': string;
|
|
2956
|
+
'fs.dirent.service.sectionTitle.edit': string;
|
|
2957
|
+
'fs.dirent.service.nameField.label': string;
|
|
2958
|
+
'fs.dirent.service.nameField.placeholder': string;
|
|
2959
|
+
'fs.dirent.service.sectionTitle.dialobForm': string;
|
|
2960
|
+
'fs.dirent.service.dialobFormField.label': string;
|
|
2961
|
+
'fs.dirent.service.dialobTagField.label': string;
|
|
2962
|
+
'fs.dirent.service.flowField.label': string;
|
|
2963
|
+
'fs.dirent.service.sectionTitle.createLocaleLabels': string;
|
|
2964
|
+
'fs.dirent.service.labelField.en.label': string;
|
|
2965
|
+
'fs.dirent.service.labelField.fi.label': string;
|
|
2966
|
+
'fs.dirent.service.labelField.sv.label': string;
|
|
2967
|
+
'fs.dirent.service.labelField.placeholder': string;
|
|
2968
|
+
'fs.dirent.service.expandToggle.show': string;
|
|
2969
|
+
'fs.dirent.service.expandToggle.hide': string;
|
|
2970
|
+
'fs.dirent.service.validityStartField.label': string;
|
|
2971
|
+
'fs.dirent.service.validityStartField.placeholder': string;
|
|
2972
|
+
'fs.dirent.service.validityEndField.label': string;
|
|
2973
|
+
'fs.dirent.service.validityEndField.placeholder': string;
|
|
2974
|
+
'fs.dirent.service.articlesField.label': string;
|
|
2975
|
+
'fs.dirent.service.configOptionsField.label': string;
|
|
2976
|
+
'fs.dirent.page.sectionTitle.createNew': string;
|
|
2977
|
+
'fs.dirent.page.sectionTitle.edit': string;
|
|
2978
|
+
'fs.dirent.page.localeField.label': string;
|
|
2979
|
+
'fs.dirent.page.contentField.label': string;
|
|
2980
|
+
'fs.dirent.page.articleField.label': string;
|
|
2981
|
+
'fs.dirent.page.descriptionField.label': string;
|
|
2982
|
+
'fs.dirent.page.descriptionField.placeholder': string;
|
|
2983
|
+
'fs.dirent.page.parentField.label': string;
|
|
2984
|
+
'fs.dirent.page.configOptionsField.label': string;
|
|
2985
|
+
'fs.dirent.flow.sectionTitle.createNew': string;
|
|
2986
|
+
'fs.dirent.flow.sectionTitle.edit': string;
|
|
2987
|
+
'fs.dirent.flow.nameField.label': string;
|
|
2988
|
+
'fs.dirent.flow.nameField.placeholder': string;
|
|
2989
|
+
'fs.dirent.flow.contentField.label': string;
|
|
2990
|
+
'fs.dirent.dialob.sectionTitle.createNew': string;
|
|
2991
|
+
'fs.dirent.dialob.sectionTitle.edit': string;
|
|
2992
|
+
'fs.dirent.dialob.technicalNameField.label': string;
|
|
2993
|
+
'fs.dirent.dialob.technicalNameField.placeholder': string;
|
|
2994
|
+
'fs.dirent.dialob.formNameField.label': string;
|
|
2995
|
+
'fs.dirent.dialob.formNameField.placeholder': string;
|
|
2996
|
+
'fs.dirent.dialob.labelsField.label': string;
|
|
2997
|
+
'fs.dirent.dialob.labelsField.placeholder': string;
|
|
2998
|
+
'fs.dirent.dialob.descriptionField.label': string;
|
|
2999
|
+
'fs.dirent.dialob.descriptionField.placeholder': string;
|
|
3000
|
+
'fs.dirent.dialob.expandToggle.show': string;
|
|
3001
|
+
'fs.dirent.dialob.expandToggle.hide': string;
|
|
3002
|
+
'fs.dirent.printout.sectionTitle.createNew': string;
|
|
3003
|
+
'fs.dirent.printout.sectionTitle.edit': string;
|
|
3004
|
+
'fs.dirent.printout.nameField.label': string;
|
|
3005
|
+
'fs.dirent.printout.nameField.placeholder': string;
|
|
3006
|
+
'fs.dirent.printout.printoutServiceNameField.label': string;
|
|
3007
|
+
'fs.dirent.printout.printoutServiceNameField.placeholder': string;
|
|
3008
|
+
'fs.dirent.printout.orchestratorNameField.label': string;
|
|
3009
|
+
'fs.dirent.printout.orchestratorNameField.placeholder': string;
|
|
3010
|
+
'fs.dirent.printout.descriptionField.label': string;
|
|
3011
|
+
'fs.dirent.printout.descriptionField.placeholder': string;
|
|
3012
|
+
'fs.dirent.printout.sectionTitle.localeLabels': string;
|
|
3013
|
+
'fs.dirent.printout.labelField.label': string;
|
|
3014
|
+
'fs.dirent.printout.labelField.placeholder': string;
|
|
3015
|
+
'fs.dirent.template.sectionTitle.createNew': string;
|
|
3016
|
+
'fs.dirent.template.sectionTitle.edit': string;
|
|
3017
|
+
'fs.dirent.template.printoutServiceIdField.label': string;
|
|
3018
|
+
'fs.dirent.template.localeIdField.label': string;
|
|
3019
|
+
'fs.dirent.template.contentField.label': string;
|
|
3020
|
+
'fs.dirent.deleteConfirmDialog.title': string;
|
|
3021
|
+
'fs.dirent.deleteConfirmDialog.content': string;
|
|
3022
|
+
'fs.direntCreate.configOption.devMode.description': string;
|
|
3023
|
+
'fs.direntCreate.configOption.disabledMode.description': string;
|
|
3024
|
+
'fs.direntCreate.configOption.anonymousMode.description': string;
|
|
3025
|
+
'fs.direntCreate.configOption.assignableMode.description': string;
|
|
3026
|
+
'fs.direntTextField.required': string;
|
|
3027
|
+
'fs.direntCreate.printout.sectionTitle.createNew': string;
|
|
3028
|
+
'fs.direntCreate.printout.printoutServiceNameField.label': string;
|
|
3029
|
+
'fs.direntCreate.printout.printoutServiceNameField.placeholder': string;
|
|
3030
|
+
'fs.direntCreate.printout.orchestratorNameField.label': string;
|
|
3031
|
+
'fs.direntCreate.printout.sectionTitle.createLocaleLabels': string;
|
|
3032
|
+
'fs.direntCreate.printout.labelField.placeholder': string;
|
|
3033
|
+
'fs.direntCreate.printout.labelField.en.label': string;
|
|
3034
|
+
'fs.direntCreate.printout.labelField.fi.label': string;
|
|
3035
|
+
'fs.direntCreate.printout.labelField.sv.label': string;
|
|
3036
|
+
'fs.direntCreate.printout.configOptionsField.label': string;
|
|
3037
|
+
'fs.direntNew.title': string;
|
|
3038
|
+
'fs.direntNew.type.folder': string;
|
|
3039
|
+
'fs.direntNew.type.article': string;
|
|
3040
|
+
'fs.direntNew.type.service': string;
|
|
3041
|
+
'fs.direntNew.type.dialob': string;
|
|
3042
|
+
'fs.direntNew.type.flow': string;
|
|
3043
|
+
'fs.direntNew.type.link': string;
|
|
3044
|
+
'fs.direntNew.type.language': string;
|
|
3045
|
+
'fs.direntNew.type.printout': string;
|
|
3046
|
+
'fs.direntNew.type.image': string;
|
|
3047
|
+
'fs.direntNew.type.template': string;
|
|
3048
|
+
'fs.direntNew.type.phone': string;
|
|
3049
|
+
'fs.direntNew.type.page': string;
|
|
3050
|
+
'fs.tabs.new.folder': string;
|
|
3051
|
+
'fs.tabs.new.article': string;
|
|
3052
|
+
'fs.tabs.new.service': string;
|
|
3053
|
+
'fs.tabs.new.dialob': string;
|
|
3054
|
+
'fs.tabs.new.flow': string;
|
|
3055
|
+
'fs.tabs.new.link': string;
|
|
3056
|
+
'fs.tabs.new.language': string;
|
|
3057
|
+
'fs.tabs.new.printout': string;
|
|
3058
|
+
'fs.tabs.new.image': string;
|
|
3059
|
+
'fs.tabs.new.template': string;
|
|
3060
|
+
'fs.tabs.new.page': string;
|
|
3061
|
+
'fs.direntRename.title': string;
|
|
3062
|
+
'fs.direntHistory.title': string;
|
|
3063
|
+
'fs.direntHistory.tableHeader.user': string;
|
|
3064
|
+
'fs.direntHistory.tableHeader.change': string;
|
|
3065
|
+
'fs.direntHistory.tableHeader.date': string;
|
|
3066
|
+
'fs.direntLabels.labelsField.placeholder': string;
|
|
3067
|
+
'fs.direntMenu.header.lastEdited': string;
|
|
3068
|
+
'fs.direntMenu.menuItem.new': string;
|
|
3069
|
+
'fs.direntMenu.menuItem.edit': string;
|
|
3070
|
+
'fs.direntMenu.menuItem.lock': string;
|
|
3071
|
+
'fs.direntMenu.menuItem.unlock': string;
|
|
3072
|
+
'fs.direntMenu.menuItem.copy': string;
|
|
3073
|
+
'fs.direntMenu.menuItem.rename': string;
|
|
3074
|
+
'fs.direntMenu.menuItem.delete': string;
|
|
3075
|
+
'fs.direntMenu.menuItem.configOptions': string;
|
|
3076
|
+
'fs.direntMenu.chip.devMode': string;
|
|
3077
|
+
'fs.direntMenu.chip.assignable': string;
|
|
3078
|
+
'fs.direntMenu.chip.disabled': string;
|
|
3079
|
+
'fs.direntMenu.chip.anonymous': string;
|
|
3080
|
+
'fs.direntMenu.menuItem.labels': string;
|
|
3081
|
+
'fs.direntMenu.menuItem.comments': string;
|
|
3082
|
+
'fs.direntMenu.menuItem.sharing': string;
|
|
3083
|
+
'fs.direntMenu.menuItem.history': string;
|
|
3084
|
+
'fs.direntMenu.menuItem.references': string;
|
|
3085
|
+
'fs.tabMenu.menuItem.close': string;
|
|
3086
|
+
'fs.tabMenu.menuItem.closeToTheRight': string;
|
|
3087
|
+
'fs.tabMenu.menuItem.closeAll': string;
|
|
3088
|
+
'fs.direntPermissions.message.readWrite': string;
|
|
3089
|
+
'fs.direntPermissionType.read': string;
|
|
3090
|
+
'fs.direntPermissionType.write': string;
|
|
3091
|
+
'fs.direntPermissionType.view': string;
|
|
3092
|
+
'fs.direntPermissionType.none': string;
|
|
3093
|
+
'fs.direntPermissions.tableHeader.name': string;
|
|
3094
|
+
'fs.direntPermissions.tableHeader.privilege': string;
|
|
3095
|
+
'fs.direntReferences.title.referenced': string;
|
|
3096
|
+
'fs.direntReferences.title.notReferenced': string;
|
|
3097
|
+
'fs.direntReferences.tableHeader.asset': string;
|
|
3098
|
+
'fs.direntReferences.tableHeader.location': string;
|
|
3099
|
+
'fs.errors.title': string;
|
|
3100
|
+
'fs.errors.title.direntName': string;
|
|
3101
|
+
'fs.errors.message.selectDirent': string;
|
|
3102
|
+
'fs.errors.message.noErrors': string;
|
|
3103
|
+
'fs.errors.sectionTitle.summary': string;
|
|
3104
|
+
'fs.errors.statLabel.errors': string;
|
|
3105
|
+
'fs.errors.statLabel.warnings': string;
|
|
3106
|
+
'fs.explorer.title': string;
|
|
3107
|
+
'fs.explorer.tooltip.toggleSearch': string;
|
|
3108
|
+
'fs.explorer.tooltip.newFile': string;
|
|
3109
|
+
'fs.explorer.tooltip.newFolder': string;
|
|
3110
|
+
'fs.explorer.tooltip.collapseAll': string;
|
|
3111
|
+
'fs.explorer.tooltip.toggleTheme': string;
|
|
3112
|
+
'fs.explorer.message.noResults': string;
|
|
3113
|
+
'fs.history.title': string;
|
|
3114
|
+
'fs.history.message.selectDirent': string;
|
|
3115
|
+
'fs.history.title.direntName': string;
|
|
3116
|
+
'fs.history.sectionTitle.recentChanges': string;
|
|
3117
|
+
'fs.history.message.noHistory': string;
|
|
3118
|
+
'fs.changeType.update': string;
|
|
3119
|
+
'fs.changeType.create': string;
|
|
3120
|
+
'fs.changeType.delete': string;
|
|
3121
|
+
'fs.main.message.noAssetSelected': string;
|
|
3122
|
+
'fs.main.chooseView.title': string;
|
|
3123
|
+
'fs.main.chooseView.message': string;
|
|
3124
|
+
'fs.main.message.mainContent': string;
|
|
3125
|
+
'fs.main.tooltip.articleOrder': string;
|
|
3126
|
+
'fs.main.tooltip.togglePanelCollapse': string;
|
|
3127
|
+
'fs.main.tooltip.togglePanelExpand': string;
|
|
3128
|
+
'fs.main.tooltip.properties': string;
|
|
3129
|
+
'fs.main.tooltip.configuration': string;
|
|
3130
|
+
'fs.main.tooltip.references': string;
|
|
3131
|
+
'fs.main.tooltip.debug': string;
|
|
3132
|
+
'fs.main.tooltip.errors': string;
|
|
3133
|
+
'fs.main.tooltip.preview': string;
|
|
3134
|
+
'fs.main.tooltip.history': string;
|
|
3135
|
+
'fs.main.tooltip.help': string;
|
|
3136
|
+
'fs.main.tooltip.overview': string;
|
|
3137
|
+
'fs.main.tooltip.changes': string;
|
|
3138
|
+
'fs.panel.message.selectDirent': string;
|
|
3139
|
+
'fs.panelPreview.title': string;
|
|
3140
|
+
'fs.panelPreview.message.selectDirent': string;
|
|
3141
|
+
'fs.panelPreview.message.notAvailable': string;
|
|
3142
|
+
'fs.panelOverview.title': string;
|
|
3143
|
+
'fs.panelOverview.column.name': string;
|
|
3144
|
+
'fs.panelOverview.column.lastUpdated': string;
|
|
3145
|
+
'fs.panelOverview.message.noAssets': string;
|
|
3146
|
+
'fs.panelOverview.column.configOptions': string;
|
|
3147
|
+
'fs.properties.title': string;
|
|
3148
|
+
'fs.properties.message.selectDirent': string;
|
|
3149
|
+
'fs.properties.title.direntName': string;
|
|
3150
|
+
'fs.properties.propertyLabel.pageLocales': string;
|
|
3151
|
+
'fs.properties.propertyLabel.labels': string;
|
|
3152
|
+
'fs.properties.tagLabel.label': string;
|
|
3153
|
+
'fs.properties.propertyLabel.serviceName': string;
|
|
3154
|
+
'fs.properties.propertyLabel.serviceLocales': string;
|
|
3155
|
+
'fs.properties.propertyLabel.serviceValidityStart': string;
|
|
3156
|
+
'fs.properties.propertyLabel.serviceValidityEnd': string;
|
|
3157
|
+
'fs.properties.propertyLabel.serviceValidityPeriod': string;
|
|
3158
|
+
'fs.properties.propertyLabel.dialobFormName': string;
|
|
3159
|
+
'fs.properties.propertyLabel.dialobFormTag': string;
|
|
3160
|
+
'fs.properties.propertyLabel.flowName': string;
|
|
3161
|
+
'fs.properties.propertyLabel.configOptionsEnabled': string;
|
|
3162
|
+
'fs.properties.propertyLabel.selectedArticles': string;
|
|
3163
|
+
'fs.properties.propertyLabel.comments': string;
|
|
3164
|
+
'fs.properties.propertyLabel.locales': string;
|
|
3165
|
+
'fs.properties.propertyLabel.localeCode': string;
|
|
3166
|
+
'fs.properties.propertyLabel.phoneValue': string;
|
|
3167
|
+
'fs.properties.propertyLabel.urlValue': string;
|
|
3168
|
+
'fs.properties.propertyLabel.formName': string;
|
|
3169
|
+
'fs.properties.propertyLabel.formTechnicalId': string;
|
|
3170
|
+
'fs.properties.propertyLabel.description': string;
|
|
3171
|
+
'fs.properties.propertyLabel.versionTag': string;
|
|
3172
|
+
'fs.properties.propertyLabel.printoutServiceName': string;
|
|
3173
|
+
'fs.properties.propertyLabel.printoutServiceId': string;
|
|
3174
|
+
'fs.properties.propertyLabel.orchestratorName': string;
|
|
3175
|
+
'fs.properties.propertyLabel.children': string;
|
|
3176
|
+
'fs.references.title': string;
|
|
3177
|
+
'fs.references.message.selectDirent': string;
|
|
3178
|
+
'fs.references.title.direntName': string;
|
|
3179
|
+
'fs.references.sectionTitle.childReferences': string;
|
|
3180
|
+
'fs.references.label.type': string;
|
|
3181
|
+
'fs.references.label.refMarker': string;
|
|
3182
|
+
'fs.references.message.noReferences': string;
|
|
3183
|
+
'fs.search.searchField.placeholder': string;
|
|
3184
|
+
'fs.search.filterSelect.placeholder': string;
|
|
3185
|
+
'fs.search.labelFilter.placeholder': string;
|
|
2858
3186
|
};
|
|
2859
3187
|
fi: {
|
|
2860
3188
|
'document.title': string;
|
|
@@ -3015,6 +3343,7 @@ export declare const messages: {
|
|
|
3015
3343
|
'button.cancel': string;
|
|
3016
3344
|
'button.archive': string;
|
|
3017
3345
|
'button.confirmDelete': string;
|
|
3346
|
+
'button.delete': string;
|
|
3018
3347
|
'button.delete.feedback': string;
|
|
3019
3348
|
'button.delete.template': string;
|
|
3020
3349
|
'button.delete.link': string;
|
|
@@ -4115,6 +4444,9 @@ export declare const messages: {
|
|
|
4115
4444
|
'taskcard.body.customerName.none': string;
|
|
4116
4445
|
'taskcard.body.form.canPublishFeedback.yes': string;
|
|
4117
4446
|
'taskcard.body.form.representative.placeholder': string;
|
|
4447
|
+
'fs.dirent.language.localeCodeField.placeholder': string;
|
|
4448
|
+
'fs.dirent.deleteConfirmDialog.title': string;
|
|
4449
|
+
'fs.dirent.deleteConfirmDialog.content': string;
|
|
4118
4450
|
};
|
|
4119
4451
|
sv: {
|
|
4120
4452
|
'document.title': string;
|
|
@@ -4275,6 +4607,7 @@ export declare const messages: {
|
|
|
4275
4607
|
'button.cancel': string;
|
|
4276
4608
|
'button.archive': string;
|
|
4277
4609
|
'button.confirmDelete': string;
|
|
4610
|
+
'button.delete': string;
|
|
4278
4611
|
'button.delete.feedback': string;
|
|
4279
4612
|
'button.delete.template': string;
|
|
4280
4613
|
'button.delete.link': string;
|
|
@@ -5375,6 +5708,8 @@ export declare const messages: {
|
|
|
5375
5708
|
'taskcard.body.customerName.none': string;
|
|
5376
5709
|
'taskcard.body.form.canPublishFeedback.yes': string;
|
|
5377
5710
|
'taskcard.body.form.representative.placeholder': string;
|
|
5711
|
+
'fs.dirent.deleteConfirmDialog.title': string;
|
|
5712
|
+
'fs.dirent.deleteConfirmDialog.content': string;
|
|
5378
5713
|
};
|
|
5379
5714
|
};
|
|
5380
5715
|
|
|
@@ -5657,26 +5992,6 @@ declare class RootFileFetch_2 {
|
|
|
5657
5992
|
}>, "dialob", "GET", {}, {}, {
|
|
5658
5993
|
dialobUrl: string;
|
|
5659
5994
|
}>;
|
|
5660
|
-
} | {
|
|
5661
|
-
id: "worker/rest/api/assets/any-tags/stencil-tags.GET";
|
|
5662
|
-
path: "worker/rest/api/assets/any-tags/stencil-tags";
|
|
5663
|
-
method: "GET";
|
|
5664
|
-
params: {};
|
|
5665
|
-
hook: HookImpl<"worker/rest/api/assets/any-tags/stencil-tags.GET", Hook<{}, {
|
|
5666
|
-
contentTags: PublicationApi.AssetTag[] | undefined;
|
|
5667
|
-
}>, "worker/rest/api/assets/any-tags/stencil-tags", "GET", {}, {}, {
|
|
5668
|
-
contentTags: PublicationApi.AssetTag[] | undefined;
|
|
5669
|
-
}>;
|
|
5670
|
-
} | {
|
|
5671
|
-
id: "worker/rest/api/assets/any-tags/wrench-tags.GET";
|
|
5672
|
-
path: "worker/rest/api/assets/any-tags/wrench-tags";
|
|
5673
|
-
method: "GET";
|
|
5674
|
-
params: {};
|
|
5675
|
-
hook: HookImpl<"worker/rest/api/assets/any-tags/wrench-tags.GET", Hook<{}, {
|
|
5676
|
-
wrenchTags: PublicationApi.AssetTag[] | undefined;
|
|
5677
|
-
}>, "worker/rest/api/assets/any-tags/wrench-tags", "GET", {}, {}, {
|
|
5678
|
-
wrenchTags: PublicationApi.AssetTag[] | undefined;
|
|
5679
|
-
}>;
|
|
5680
5995
|
} | {
|
|
5681
5996
|
id: "worker/rest/api/assets/deployments/$deploymentId.GET";
|
|
5682
5997
|
path: "worker/rest/api/assets/deployments/$deploymentId";
|
|
@@ -5975,9 +6290,9 @@ declare class RootFileFetch_2 {
|
|
|
5975
6290
|
method: "POST";
|
|
5976
6291
|
params: {};
|
|
5977
6292
|
hook: HookImpl<"worker/rest/api/assets/wrench/commands.POST", Hook<{}, {
|
|
5978
|
-
ast: (id: string,
|
|
6293
|
+
ast: (id: string, bodyType: HdesApi.AstBodyType, commands: HdesApi.AstCommand[] | string, branchName: string | undefined) => Promise<HdesApi.Entity<any>>;
|
|
5979
6294
|
}>, "worker/rest/api/assets/wrench/commands", "POST", {}, {}, {
|
|
5980
|
-
ast: (id: string,
|
|
6295
|
+
ast: (id: string, bodyType: HdesApi.AstBodyType, commands: HdesApi.AstCommand[] | string, branchName: string | undefined) => Promise<HdesApi.Entity<any>>;
|
|
5981
6296
|
}>;
|
|
5982
6297
|
} | {
|
|
5983
6298
|
id: "worker/rest/api/assets/wrench/commitlogs.GET";
|
|
@@ -6079,9 +6394,9 @@ declare class RootFileFetch_2 {
|
|
|
6079
6394
|
method: "PUT";
|
|
6080
6395
|
params: {};
|
|
6081
6396
|
hook: HookImpl<"worker/rest/api/assets/wrench/resources.PUT", Hook<{}, {
|
|
6082
|
-
update: (id: string,
|
|
6397
|
+
update: (id: string, bodyType: HdesApi.AstBodyType, commands: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Site>;
|
|
6083
6398
|
}>, "worker/rest/api/assets/wrench/resources", "PUT", {}, {}, {
|
|
6084
|
-
update: (id: string,
|
|
6399
|
+
update: (id: string, bodyType: HdesApi.AstBodyType, commands: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Site>;
|
|
6085
6400
|
}>;
|
|
6086
6401
|
} | {
|
|
6087
6402
|
id: "worker/rest/api/assets/wrench/summary/$tagId.GET";
|
|
@@ -6145,11 +6460,11 @@ declare class RootFileFetch_2 {
|
|
|
6145
6460
|
cockpitId: string;
|
|
6146
6461
|
};
|
|
6147
6462
|
hook: HookImpl<"worker/rest/api/cockpits/$cockpitId.GET", Hook<{}, {
|
|
6148
|
-
getOneCockpit: (cockpitId: string) => Promise<CockpitApi.
|
|
6463
|
+
getOneCockpit: (cockpitId: string) => Promise<CockpitApi.CockpitSummary>;
|
|
6149
6464
|
}>, "worker/rest/api/cockpits/$cockpitId", "GET", {
|
|
6150
6465
|
cockpitId: string;
|
|
6151
6466
|
}, {}, {
|
|
6152
|
-
getOneCockpit: (cockpitId: string) => Promise<CockpitApi.
|
|
6467
|
+
getOneCockpit: (cockpitId: string) => Promise<CockpitApi.CockpitSummary>;
|
|
6153
6468
|
}>;
|
|
6154
6469
|
} | {
|
|
6155
6470
|
id: "worker/rest/api/cockpits/$cockpitId/tenants.POST";
|
|
@@ -6159,11 +6474,11 @@ declare class RootFileFetch_2 {
|
|
|
6159
6474
|
cockpitId: string;
|
|
6160
6475
|
};
|
|
6161
6476
|
hook: HookImpl<"worker/rest/api/cockpits/$cockpitId/tenants.POST", Hook<{}, {
|
|
6162
|
-
createCockpitTenant: (cockpitId: string, command: CockpitApi.CreateCockpitTenantCommand) => Promise<CockpitApi.
|
|
6477
|
+
createCockpitTenant: (cockpitId: string, command: CockpitApi.CreateCockpitTenantCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6163
6478
|
}>, "worker/rest/api/cockpits/$cockpitId/tenants", "POST", {
|
|
6164
6479
|
cockpitId: string;
|
|
6165
6480
|
}, {}, {
|
|
6166
|
-
createCockpitTenant: (cockpitId: string, command: CockpitApi.CreateCockpitTenantCommand) => Promise<CockpitApi.
|
|
6481
|
+
createCockpitTenant: (cockpitId: string, command: CockpitApi.CreateCockpitTenantCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6167
6482
|
}>;
|
|
6168
6483
|
} | {
|
|
6169
6484
|
id: "worker/rest/api/cockpits/activity/current-state.POST";
|
|
@@ -6171,9 +6486,9 @@ declare class RootFileFetch_2 {
|
|
|
6171
6486
|
method: "POST";
|
|
6172
6487
|
params: {};
|
|
6173
6488
|
hook: HookImpl<"worker/rest/api/cockpits/activity/current-state.POST", Hook<{}, {
|
|
6174
|
-
changeActivity: (command: CockpitApi.CockpitActivityChangeActiveIdCommand) => Promise<CockpitApi.
|
|
6489
|
+
changeActivity: (command: CockpitApi.CockpitActivityChangeActiveIdCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6175
6490
|
}>, "worker/rest/api/cockpits/activity/current-state", "POST", {}, {}, {
|
|
6176
|
-
changeActivity: (command: CockpitApi.CockpitActivityChangeActiveIdCommand) => Promise<CockpitApi.
|
|
6491
|
+
changeActivity: (command: CockpitApi.CockpitActivityChangeActiveIdCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6177
6492
|
}>;
|
|
6178
6493
|
} | {
|
|
6179
6494
|
id: "worker/rest/api/cockpits.GET";
|
|
@@ -6182,10 +6497,8 @@ declare class RootFileFetch_2 {
|
|
|
6182
6497
|
params: {};
|
|
6183
6498
|
hook: HookImpl<"worker/rest/api/cockpits.GET", Hook<{}, {
|
|
6184
6499
|
findAllCockpits: () => Promise<CockpitApi.CockpitSummary[]>;
|
|
6185
|
-
findActivity: () => Promise<CockpitApi.CockpitActivity>;
|
|
6186
6500
|
}>, "worker/rest/api/cockpits", "GET", {}, {}, {
|
|
6187
6501
|
findAllCockpits: () => Promise<CockpitApi.CockpitSummary[]>;
|
|
6188
|
-
findActivity: () => Promise<CockpitApi.CockpitActivity>;
|
|
6189
6502
|
}>;
|
|
6190
6503
|
} | {
|
|
6191
6504
|
id: "worker/rest/api/cockpits.POST";
|
|
@@ -6193,9 +6506,9 @@ declare class RootFileFetch_2 {
|
|
|
6193
6506
|
method: "POST";
|
|
6194
6507
|
params: {};
|
|
6195
6508
|
hook: HookImpl<"worker/rest/api/cockpits.POST", Hook<{}, {
|
|
6196
|
-
createCockpit: (command: CockpitApi.CreateCockpitCommand) => Promise<CockpitApi.
|
|
6509
|
+
createCockpit: (command: CockpitApi.CreateCockpitCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6197
6510
|
}>, "worker/rest/api/cockpits", "POST", {}, {}, {
|
|
6198
|
-
createCockpit: (command: CockpitApi.CreateCockpitCommand) => Promise<CockpitApi.
|
|
6511
|
+
createCockpit: (command: CockpitApi.CreateCockpitCommand) => Promise<CockpitApi.CockpitSummary>;
|
|
6199
6512
|
}>;
|
|
6200
6513
|
} | {
|
|
6201
6514
|
id: "worker/rest/api/contracts.GET";
|