@dxs-ts/eveli-ide 2.0.63 → 2.0.65

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