@orchestrator-ui/orchestrator-ui-components 8.7.0 → 8.7.1

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 CHANGED
@@ -28882,154 +28882,75 @@ declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
28882
28882
  declare const METADATA_SCHEDULES_ENDPOINT = "schedules";
28883
28883
  declare const SEARCH_QUERY_RESULTS_ENDPOINT = "search/queries";
28884
28884
 
28885
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "8.7.0";
28885
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "8.7.1";
28886
28886
 
28887
28887
  declare const useGetTranslationMessages: (locale: string | undefined) => {
28888
28888
  pydanticForms: {
28889
28889
  backendTranslations: Record<string, string>;
28890
28890
  userInputForm: {
28891
28891
  cancel: string;
28892
- submit: string;
28893
- previous: string;
28892
+ inputFieldsHaveValidationErrors: string;
28894
28893
  next: string;
28894
+ preconditionFailedFallback: string;
28895
+ preconditionFailedTitle: string;
28896
+ previous: string;
28895
28897
  previousQuestion: string;
28896
- startTask: string;
28897
- startWorkflow: string;
28898
28898
  resumeTask: string;
28899
28899
  resumeWorkflow: string;
28900
- inputFieldsHaveValidationErrors: string;
28901
- preconditionFailedTitle: string;
28902
- preconditionFailedFallback: string;
28900
+ startTask: string;
28901
+ startWorkflow: string;
28903
28902
  };
28904
28903
  widgets: {
28905
- customer: {
28906
- placeholder: string;
28907
- loading: string;
28908
- };
28909
28904
  contactPersonName: {
28910
28905
  placeholder: string;
28911
28906
  };
28912
28907
  cron: {
28913
- second: string;
28914
- minute: string;
28915
- hour: string;
28916
- dayOfMonth: string;
28917
- month: string;
28918
- dayOfWeek: string;
28919
- anyValue: string;
28920
- valueListSeparator: string;
28921
- rangeOfValues: string;
28922
- stepValues: string;
28923
28908
  allowedValues: string;
28924
28909
  alternativeSingleValues: string;
28925
- sundayNonStandard: string;
28910
+ anyValue: string;
28911
+ dayOfMonth: string;
28912
+ dayOfWeek: string;
28913
+ hour: string;
28926
28914
  invalidExpression: string;
28915
+ minute: string;
28916
+ month: string;
28927
28917
  nextOccurrences: string;
28928
28918
  possibleValues: string;
28919
+ rangeOfValues: string;
28920
+ second: string;
28921
+ stepValues: string;
28922
+ sundayNonStandard: string;
28923
+ valueListSeparator: string;
28929
28924
  };
28930
- ipvAnyNetworkField: {
28931
- manuallySelectedPrefix: string;
28932
- };
28933
- node_select: {
28934
- nodes_loading: string;
28935
- select_node: string;
28936
- no_nodes_placeholder: string;
28937
- };
28938
- locationCode: {
28939
- placeholder: string;
28940
- };
28941
- product: {
28925
+ customer: {
28926
+ loading: string;
28942
28927
  placeholder: string;
28943
28928
  };
28944
- select: {
28945
- placeholder: string;
28929
+ fileUpload: {
28930
+ errorUploading: string;
28931
+ fileToBig: string;
28932
+ initialPromptText: string;
28933
+ invalidFiletype: string;
28934
+ supportedFileTypes: string;
28946
28935
  };
28947
- vlan: {
28948
- vlansInUseError: string;
28949
- vlansInUse: string;
28950
- missingInIms: string;
28951
- nsiVlansAvailable: string;
28952
- nsiNoPortsAvailable: string;
28953
- allPortsAvailable: string;
28954
- placeholder: string;
28955
- placeholderNoServicePort: string;
28956
- invalidVlan: string;
28957
- untaggedPortInUse: string;
28958
- taggedOnly: string;
28959
- loadingIms: string;
28936
+ ipvAnyNetworkField: {
28937
+ manuallySelectedPrefix: string;
28960
28938
  };
28961
- subscription: {
28939
+ locationCode: {
28962
28940
  placeholder: string;
28963
- loading: string;
28964
28941
  };
28965
28942
  nodePort: {
28966
28943
  loadingNodes: string;
28967
28944
  loadingPorts: string;
28968
28945
  noPorts: string;
28969
28946
  selectNode: string;
28970
- selectPort: string;
28971
28947
  selectNodeFirst: string;
28972
- };
28973
- fileUpload: {
28974
- invalidFiletype: string;
28975
- errorUploading: string;
28976
- fileToBig: string;
28977
- initialPromptText: string;
28978
- supportedFileTypes: string;
28979
- };
28980
- };
28981
- } | {
28982
- backendTranslations: Record<string, string>;
28983
- userInputForm: {
28984
- cancel: string;
28985
- submit: string;
28986
- previous: string;
28987
- next: string;
28988
- startTask: string;
28989
- previousQuestion: string;
28990
- startWorkflow: string;
28991
- resumeTask: string;
28992
- resumeWorkflow: string;
28993
- inputFieldsHaveValidationErrors: string;
28994
- preconditionFailedTitle: string;
28995
- preconditionFailedFallback: string;
28996
- };
28997
- widgets: {
28998
- customer: {
28999
- placeholder: string;
29000
- loading: string;
29001
- };
29002
- contactPersonName: {
29003
- placeholder: string;
29004
- };
29005
- cron: {
29006
- second: string;
29007
- minute: string;
29008
- hour: string;
29009
- dayOfMonth: string;
29010
- month: string;
29011
- dayOfWeek: string;
29012
- anyValue: string;
29013
- valueListSeparator: string;
29014
- rangeOfValues: string;
29015
- stepValues: string;
29016
- allowedValues: string;
29017
- alternativeSingleValues: string;
29018
- sundayNonStandard: string;
29019
- invalidExpression: string;
29020
- nextOccurrences: string;
29021
- possibleValues: string;
29022
- };
29023
- ipvAnyNetworkField: {
29024
- manuallySelectedPrefix: string;
28948
+ selectPort: string;
29025
28949
  };
29026
28950
  node_select: {
28951
+ no_nodes_placeholder: string;
29027
28952
  nodes_loading: string;
29028
28953
  select_node: string;
29029
- no_nodes_placeholder: string;
29030
- };
29031
- locationCode: {
29032
- placeholder: string;
29033
28954
  };
29034
28955
  product: {
29035
28956
  placeholder: string;
@@ -29037,1291 +28958,505 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
29037
28958
  select: {
29038
28959
  placeholder: string;
29039
28960
  };
28961
+ subscription: {
28962
+ loading: string;
28963
+ placeholder: string;
28964
+ };
29040
28965
  vlan: {
29041
- vlansInUseError: string;
29042
- vlansInUse: string;
28966
+ allPortsAvailable: string;
28967
+ invalidVlan: string;
28968
+ loadingIms: string;
29043
28969
  missingInIms: string;
29044
- nsiVlansAvailable: string;
29045
28970
  nsiNoPortsAvailable: string;
29046
- allPortsAvailable: string;
28971
+ nsiVlansAvailable: string;
29047
28972
  placeholder: string;
29048
28973
  placeholderNoServicePort: string;
29049
- invalidVlan: string;
29050
- untaggedPortInUse: string;
29051
28974
  taggedOnly: string;
29052
- loadingIms: string;
29053
- };
29054
- subscription: {
29055
- placeholder: string;
29056
- loading: string;
29057
- };
29058
- nodePort: {
29059
- loadingNodes: string;
29060
- loadingPorts: string;
29061
- selectNode: string;
29062
- selectPort: string;
29063
- noPorts: string;
29064
- selectNodeFirst: string;
29065
- };
29066
- fileUpload: {
29067
- invalidFiletype: string;
29068
- errorUploading: string;
29069
- fileToBig: string;
29070
- initialPromptText: string;
29071
- supportedFileTypes: string;
28975
+ untaggedPortInUse: string;
28976
+ vlansInUse: string;
28977
+ vlansInUseError: string;
29072
28978
  };
29073
28979
  };
29074
28980
  };
29075
- main: {
29076
- start: string;
29077
- ariaLabelToggleSideMenu: string;
29078
- ariaLabelCurrentPage: string;
29079
- metadata: string;
29080
- metadataProducts: string;
29081
- metadataProductblocks: string;
29082
- metadataResourceTypes: string;
29083
- metadataWorkflows: string;
29084
- metadataTasks: string;
29085
- metadataScheduledTasks: string;
29086
- mobileTitle: string;
29087
- settings: string;
29088
- subscriptions: string;
29089
- tasks: string;
29090
- title: string;
29091
- welcome: string;
29092
- workflows: string;
29093
- darkMode: string;
29094
- lightMode: string;
29095
- websocketConnected: string;
29096
- websocketDisconnected: string;
29097
- websocketDisconnectedShort: string;
29098
- resetToDefault: string;
29099
- savePreferences: string;
29100
- numberOfRows: string;
29101
- tableSettings: string;
29102
- openMenu: string;
29103
- incompatibleVersion: string;
29104
- incompatibleVersionText: string;
29105
- minimumOrchestratorCoreVersion: string;
29106
- };
29107
28981
  common: {
29108
- product: string;
28982
+ applyFilter: string;
28983
+ createFilter: string;
29109
28984
  deselect: string;
29110
- close: string;
29111
28985
  editColumns: string;
29112
- tableSettings: string;
28986
+ errorMessage: string;
28987
+ export: string;
28988
+ insyncFalse: string;
28989
+ insyncTrue: string;
28990
+ loadMore: string;
29113
28991
  loading: string;
29114
28992
  newSubscription: string;
29115
28993
  newTask: string;
29116
28994
  noFailedTasks: string;
29117
28995
  noItemsFound: string;
29118
- search: string;
29119
- errorMessage: string;
29120
- unknownError: string;
29121
- export: string;
29122
- unauthorizedPage: string;
29123
- insyncTrue: string;
29124
- insyncFalse: string;
29125
- searchModalTitle: string;
29126
- searchModalText: string;
28996
+ removeFilter: string;
29127
28997
  retrieval: string;
29128
28998
  retrieverAuto: string;
29129
28999
  retrieverFuzzy: string;
29130
- retrieverSemantic: string;
29131
29000
  retrieverHybrid: string;
29132
- createFilter: string;
29133
- applyFilter: string;
29134
- removeFilter: string;
29135
- cancel: string;
29136
- loadMore: string;
29001
+ retrieverSemantic: string;
29002
+ search: string;
29003
+ searchModalText: string;
29004
+ searchModalTitle: string;
29005
+ showAllColumnsInDetailView: string;
29006
+ tableSettings: string;
29007
+ unauthorizedPage: string;
29008
+ unknownError: string;
29137
29009
  };
29138
29010
  confirmationDialog: {
29139
- title: string;
29140
- confirm: string;
29141
29011
  cancel: string;
29142
- leavePage: string;
29143
- leavePageSub: string;
29144
- stay: string;
29145
- leave: string;
29146
- };
29147
- workflow: {
29148
- start_workflow_title: string;
29012
+ confirm: string;
29013
+ title: string;
29149
29014
  };
29150
29015
  errors: {
29016
+ failedDeletingScheduledTask: string;
29017
+ invalidQueryParts: string;
29151
29018
  notAllResultsExported: string;
29152
29019
  notAllResultsExportedTitle: string;
29153
- invalidQueryParts: string;
29154
29020
  notAllowedWhenEngineIsNotRunningMessage: string;
29155
29021
  notAllowedWhenEngineIsNotRunningTitle: string;
29156
29022
  retrieve_stored_settings: string;
29157
29023
  retrieve_stored_settings_title: string;
29158
- failedDeletingScheduledTask: string;
29159
29024
  };
29160
- metadata: {
29161
- title: string;
29162
- tabs: {
29163
- products: string;
29164
- productBlocks: string;
29165
- resourceTypes: string;
29166
- workflows: string;
29167
- tasks: string;
29168
- scheduledTasks: string;
29169
- };
29170
- products: {
29025
+ hamburgerMenu: {
29026
+ aoStatusPage: string;
29027
+ logout: string;
29028
+ openMenu: string;
29029
+ softwareVersions: string;
29030
+ support: string;
29031
+ };
29032
+ main: {
29033
+ ariaLabelCurrentPage: string;
29034
+ ariaLabelToggleSideMenu: string;
29035
+ darkMode: string;
29036
+ incompatibleVersion: string;
29037
+ incompatibleVersionText: string;
29038
+ lightMode: string;
29039
+ metadata: string;
29040
+ metadataProductblocks: string;
29041
+ metadataProducts: string;
29042
+ metadataResourceTypes: string;
29043
+ metadataScheduledTasks: string;
29044
+ metadataTasks: string;
29045
+ metadataWorkflows: string;
29046
+ minimumOrchestratorCoreVersion: string;
29047
+ mobileTitle: string;
29048
+ numberOfRows: string;
29049
+ resetToDefault: string;
29050
+ savePreferences: string;
29051
+ settings: string;
29052
+ start: string;
29053
+ subscriptions: string;
29054
+ tableSettings: string;
29055
+ tasks: string;
29056
+ websocketConnected: string;
29057
+ websocketDisconnected: string;
29058
+ welcome: string;
29059
+ workflows: string;
29060
+ };
29061
+ metadata: {
29062
+ productBlocks: {
29063
+ createdAt: string;
29064
+ dependingProductBlocks: string;
29065
+ description: string;
29066
+ endDate: string;
29171
29067
  id: string;
29172
29068
  name: string;
29069
+ resourceTypes: string;
29070
+ status: string;
29173
29071
  tag: string;
29072
+ };
29073
+ products: {
29074
+ createdAt: string;
29174
29075
  description: string;
29175
- productType: string;
29176
- status: string;
29177
- productBlocks: string;
29178
29076
  fixedInputs: string;
29179
- createdAt: string;
29180
- };
29181
- productBlocks: {
29182
29077
  id: string;
29183
29078
  name: string;
29184
- description: string;
29185
- tag: string;
29079
+ productBlocks: string;
29080
+ productType: string;
29186
29081
  status: string;
29187
- resourceTypes: string;
29188
- dependingProductBlocks: string;
29189
- createdAt: string;
29190
- endDate: string;
29191
- parentIds: string;
29082
+ tag: string;
29192
29083
  };
29193
29084
  resourceTypes: {
29194
- type: string;
29195
29085
  description: string;
29196
29086
  resourceId: string;
29087
+ type: string;
29197
29088
  usedInProductBlocks: string;
29198
29089
  };
29199
- workflows: {
29200
- workflowId: string;
29201
- name: string;
29202
- description: string;
29203
- target: string;
29204
- productTags: string;
29205
- createdAt: string;
29090
+ scheduledTasks: {
29091
+ addSchedule: string;
29092
+ ariaLabelDeleteButton: string;
29093
+ deleteConfirmationQuestion: string;
29094
+ nextRuntime: string;
29095
+ schedule: string;
29096
+ task: string;
29097
+ taskDescription: string;
29098
+ };
29099
+ tabs: {
29100
+ productBlocks: string;
29101
+ products: string;
29102
+ resourceTypes: string;
29103
+ scheduledTasks: string;
29104
+ tasks: string;
29105
+ workflows: string;
29206
29106
  };
29207
29107
  tasks: {
29208
- workflowId: string;
29209
- name: string;
29108
+ addSchedule: string;
29109
+ createdAt: string;
29210
29110
  description: string;
29211
- target: string;
29111
+ name: string;
29212
29112
  productTags: string;
29213
29113
  scheduled: string;
29214
- createdAt: string;
29215
- addSchedule: string;
29216
- };
29217
- scheduledTasks: {
29218
- task: string;
29219
- taskDescription: string;
29220
- nextRuntime: string;
29221
- schedule: string;
29222
- interval: string;
29223
- ariaLabelDeleteButton: string;
29224
- deleteConfirmationQuestion: string;
29225
- addSchedule: string;
29226
- };
29227
- scheduleTaskForm: {
29228
- newSchedule: string;
29229
- selectTask: string;
29230
- selectTaskType: string;
29231
- selectInterval: string;
29232
- taskTypeInterval: string;
29233
- taskTypeCron: string;
29234
- taskTypeDate: string;
29235
- firstRunDate: string;
29236
- "1hour": string;
29237
- "2hours": string;
29238
- "4hours": string;
29239
- "12hours": string;
29240
- "24hours": string;
29241
- "1week": string;
29242
- "2weeks": string;
29243
- "1month": string;
29244
- createScheduleButton: string;
29114
+ target: string;
29115
+ workflowId: string;
29245
29116
  };
29246
- };
29247
- workflowGuide: {
29248
29117
  title: string;
29249
- noGuideAvailable: string;
29250
- show: string;
29251
- hide: string;
29118
+ workflows: {
29119
+ createdAt: string;
29120
+ description: string;
29121
+ name: string;
29122
+ productTags: string;
29123
+ target: string;
29124
+ workflowId: string;
29125
+ };
29252
29126
  };
29253
29127
  processes: {
29254
- index: {
29255
- workflowName: string;
29256
- step: string;
29257
- status: string;
29258
- product: string;
29259
- customer: string;
29260
- customerAbbreviation: string;
29261
- subscriptions: string;
29262
- createdBy: string;
29263
- assignee: string;
29264
- processId: string;
29265
- started: string;
29266
- lastModified: string;
29267
- workflowTarget: string;
29268
- productTag: string;
29269
- showAllRelatedSubscriptions: string;
29270
- note: string;
29128
+ delta: {
29129
+ continuityAboveBelow: string;
29130
+ continuityWithin: string;
29131
+ fullScreen: string;
29132
+ fullScreenExit: string;
29133
+ title: string;
29271
29134
  };
29272
29135
  detail: {
29273
- retry: string;
29274
- resume: string;
29275
29136
  abort: string;
29276
- delete: string;
29277
- deleteQuestion: string;
29278
29137
  abortTaskQuestion: string;
29279
29138
  abortWorkflowQuestion: string;
29139
+ customer: string;
29140
+ delete: string;
29141
+ deleteQuestion: string;
29142
+ lastStep: string;
29143
+ lastUpdate: string;
29144
+ openWorkflowTaskInfo: string;
29145
+ relatedSubscriptions: string;
29146
+ retry: string;
29280
29147
  retryTaskQuestion: string;
29281
29148
  retryWorkflowQuestion: string;
29282
- status: string;
29283
29149
  startedBy: string;
29284
- lastStep: string;
29285
29150
  startedOn: string;
29286
- lastUpdate: string;
29287
- relatedSubscriptions: string;
29288
- subscriptions: string;
29151
+ status: string;
29152
+ };
29153
+ index: {
29154
+ assignee: string;
29155
+ createdBy: string;
29289
29156
  customer: string;
29290
- openWorkflowTaskInfo: string;
29157
+ customerAbbreviation: string;
29158
+ lastModified: string;
29159
+ note: string;
29160
+ processId: string;
29161
+ product: string;
29162
+ productTag: string;
29163
+ showAllRelatedSubscriptions: string;
29164
+ started: string;
29165
+ status: string;
29166
+ step: string;
29167
+ subscriptions: string;
29168
+ workflowName: string;
29169
+ workflowTarget: string;
29291
29170
  };
29292
29171
  steps: {
29293
- taskSteps: string;
29294
- workflowSteps: string;
29295
- showDelta: string;
29296
- hideDelta: string;
29297
- showTraceback: string;
29298
- hideTraceback: string;
29299
- viewOptions: string;
29300
- expandAll: string;
29172
+ codeView: {
29173
+ json: string;
29174
+ raw: string;
29175
+ table: string;
29176
+ };
29301
29177
  collapseAll: string;
29302
29178
  duration: string;
29303
- userInput: string;
29179
+ expandAll: string;
29180
+ hideDelta: string;
29181
+ hideTraceback: string;
29182
+ showDelta: string;
29183
+ showTraceback: string;
29304
29184
  submitTaskFormLabel: string;
29305
29185
  submitWorkflowFormLabel: string;
29186
+ taskSteps: string;
29306
29187
  traceback: string;
29307
- codeView: {
29308
- json: string;
29309
- table: string;
29310
- raw: string;
29311
- };
29312
- };
29313
- delta: {
29314
- title: string;
29315
- fullScreenExit: string;
29316
- fullScreen: string;
29317
- continuityAboveBelow: string;
29318
- continuityWithin: string;
29319
- };
29320
- };
29321
- workflows: {
29322
- tabs: {
29323
- active: string;
29324
- completed: string;
29325
- };
29326
- index: {
29327
- title: string;
29188
+ userInput: string;
29189
+ viewOptions: string;
29190
+ workflowSteps: string;
29328
29191
  };
29329
29192
  };
29330
- subscriptions: {
29331
- tabs: {
29332
- active: string;
29333
- terminated: string;
29334
- transient: string;
29335
- all: string;
29193
+ search: {
29194
+ availability: {
29195
+ unavailable: {
29196
+ documentation: string;
29197
+ instructions: {
29198
+ checkDockerConfig: string;
29199
+ checkVersion: string;
29200
+ restartService: string;
29201
+ setEnvironmentVariable: {
29202
+ after: string;
29203
+ before: string;
29204
+ };
29205
+ };
29206
+ retryButton: string;
29207
+ title: string;
29208
+ };
29336
29209
  };
29337
- index: {
29338
- id: string;
29339
- description: string;
29340
- status: string;
29341
- insync: string;
29342
- product: string;
29343
- tag: string;
29344
- startDate: string;
29345
- endDate: string;
29346
- metadata: string;
29347
- note: string;
29348
- customerId: string;
29349
- customerFullname: string;
29350
- customerShortcode: string;
29351
- actions: string;
29352
- };
29353
- detail: {
29354
- title: string;
29355
- tabs: {
29356
- general: string;
29357
- serviceConfiguration: string;
29358
- workflows: string;
29359
- relatedSubscriptions: string;
29360
- };
29361
- loadingStatus: string;
29362
- actions: {
29363
- create: string;
29364
- modify: string;
29365
- tasks: string;
29366
- terminate: string;
29367
- reconcile: string;
29368
- actionStarted: string;
29369
- actionStartFailed: string;
29370
- actions: string;
29371
- lockedBySubscriptions: string;
29372
- notAvailable: string;
29373
- notAvailableForWorkflow: string;
29374
- reconcileSubscription: string;
29375
- validateSubscription: string;
29376
- subscription: {
29377
- no_modify_deleted_related_objects: string;
29378
- no_modify_in_use_by_subscription: string;
29379
- no_modify_invalid_status: string;
29380
- no_modify_workflow: string;
29381
- no_termination_workflow: string;
29382
- no_validate_workflow: string;
29383
- not_in_sync: string;
29384
- relations_not_in_sync: string;
29385
- no_modify_subscription_in_use_by_others: string;
29386
- insufficient_workflow_permissions: string;
29387
- running_process: string;
29388
- };
29389
- };
29390
- subscriptionInstanceId: string;
29391
- ownerSubscriptionId: string;
29392
- inUseByRelations: string;
29393
- showDetails: string;
29394
- self: string;
29395
- hideDetails: string;
29396
- subscriptionDetails: string;
29397
- productName: string;
29398
- fixedInputs: string;
29399
- productInfo: string;
29400
- noProductBlockSelected: string;
29401
- productBlocks: string;
29402
- ctaSelectProductBlock: string;
29403
- startedBy: string;
29404
- startedAt: string;
29405
- status: string;
29406
- id: string;
29407
- blockTitleSubscriptionDetails: string;
29408
- blockTitleFixedInputs: string;
29409
- blockTitleProductInfo: string;
29410
- subscriptionId: string;
29411
- description: string;
29412
- startDate: string;
29413
- lastRunValidation: string;
29414
- noValidateWorkflows: string;
29415
- insync: string;
29416
- customer: string;
29417
- customerUuid: string;
29418
- customerDescriptions: string;
29419
- name: string;
29420
- productType: string;
29421
- tag: string;
29422
- created: string;
29423
- endDate: string;
29424
- metadata: string;
29425
- note: string;
29426
- noRelatedSubscriptions: string;
29427
- hideTerminatedRelatedSubscriptions: string;
29428
- processDetail: {
29429
- id: string;
29430
- status: string;
29431
- startedAt: string;
29432
- startedBy: string;
29433
- note: string;
29434
- };
29435
- showAll: string;
29436
- hideAll: string;
29437
- selectByNameTitle: string;
29438
- selectByNameButtonText: string;
29439
- see: string;
29440
- setInSync: string;
29441
- subscriptionIsInSync: string;
29442
- setInSyncQuestion: string;
29443
- setInSyncFailed: {
29444
- title: string;
29445
- text: string;
29446
- };
29447
- setInSyncSuccess: {
29448
- title: string;
29449
- text: string;
29450
- };
29451
- workflowsTab: {
29452
- startWithOldestLabel: string;
29453
- startWithNewestLabel: string;
29454
- };
29455
- };
29456
- };
29457
- tasks: {
29458
29210
  page: {
29459
- taskName: string;
29460
- rerunAll: string;
29461
- rerunAllQuestion: string;
29462
- };
29463
- tabs: {
29464
- active: string;
29465
- completed: string;
29211
+ addGroup: string;
29212
+ addNestedGroup: string;
29213
+ addRule: string;
29214
+ anyPathOption: string;
29215
+ componentsGroupLabel: string;
29216
+ dismiss: string;
29217
+ emptyGroupDescription: string;
29218
+ emptyGroupTitle: string;
29219
+ enterNumber: string;
29220
+ enterValue: string;
29221
+ fieldLabel: string;
29222
+ fieldsGroupLabel: string;
29223
+ fromDate: string;
29224
+ fromNumber: string;
29225
+ groupLabel: string;
29226
+ hideFilters: string;
29227
+ loadingSearchResults: string;
29228
+ maxNestingDepth: string;
29229
+ nextPage: string;
29230
+ noResults: string;
29231
+ noResultsFound: string;
29232
+ noResultsMessage: string;
29233
+ noResultsSuggestions: string;
29234
+ operatorLabel: string;
29235
+ page: string;
29236
+ pathsCount: string;
29237
+ previousPage: string;
29238
+ removeConditionAriaLabel: string;
29239
+ removeGroup: string;
29240
+ removeRule: string;
29241
+ resultsOnPage: string;
29242
+ retrieval: string;
29243
+ retrieverAuto: string;
29244
+ retrieverFuzzy: string;
29245
+ retrieverHybrid: string;
29246
+ retrieverSemantic: string;
29247
+ searchError: string;
29248
+ searchFieldsPlaceholder: string;
29249
+ searchPlaceholder: string;
29250
+ searchResultsPagination: string;
29251
+ selectDateAndTime: string;
29252
+ selectFieldFirst: string;
29253
+ selectOrEnterValue: string;
29254
+ selectSpecificPathPlaceholder: string;
29255
+ showFilters: string;
29256
+ structuredFilters: string;
29257
+ toDate: string;
29258
+ toNumber: string;
29259
+ valueControlTo: string;
29260
+ valueLabel: string;
29261
+ viewDetails: string;
29466
29262
  };
29467
29263
  };
29468
29264
  settings: {
29469
29265
  page: {
29266
+ aoStackStatus: string;
29267
+ engineStatusTitle: string;
29470
29268
  flushButton: string;
29471
29269
  flushCacheSettingsTitle: string;
29472
- engineStatusTitle: string;
29473
- workerStatusTitle: string;
29474
29270
  modifyEngine: string;
29271
+ noSettingsExposed: string;
29272
+ numberOfQueuedJobs: string;
29273
+ numberOfRunningJobs: string;
29274
+ numberOfWorkersOnline: string;
29475
29275
  pauseEngine: string;
29276
+ resetTextSearchIndex: string;
29277
+ resetTextSearchIndexButton: string;
29476
29278
  runningProcesses: string;
29477
29279
  selectSettings: string;
29280
+ settingsOverviewLink: string;
29478
29281
  startEngine: string;
29479
- resetTextSearchIndex: string;
29480
- resetTextSearchIndexButton: string;
29481
29282
  status: string;
29482
- numberOfQueuedJobs: string;
29483
- numberOfRunningJobs: string;
29484
- numberOfWorkersOnline: string;
29485
29283
  viewStatusPage: string;
29486
- aoStackStatus: string;
29487
- noSettingsExposed: string;
29488
- settingsOverviewLink: string;
29489
- };
29490
- tabs: {
29491
- actions: string;
29492
- envSettings: string;
29493
- };
29494
- };
29495
- startPage: {
29496
- myWorkflows: {
29497
- buttonText: string;
29498
- headerTitle: string;
29499
- listTitle: string;
29500
- };
29501
- activeSubscriptions: {
29502
- buttonText: string;
29503
- headerTitle: string;
29504
- listTitle: string;
29505
- };
29506
- outOfSyncSubscriptions: {
29507
- buttonText: string;
29508
- headerTitle: string;
29509
- listTitle: string;
29510
- };
29511
- activeWorkflows: {
29512
- buttonText: string;
29513
- headerTitle: string;
29514
- listTitle: string;
29515
- };
29516
- failedTasks: {
29517
- buttonText: string;
29518
- headerTitle: string;
29519
- listTitle: string;
29520
- };
29521
- products: {
29522
- headerTitle: string;
29523
- listTitle: string;
29524
- };
29525
- };
29526
- hamburgerMenu: {
29527
- openMenu: string;
29528
- support: string;
29529
- softwareVersions: string;
29530
- logout: string;
29531
- aoStatusPage: string;
29532
- };
29533
- agent: {
29534
- title: string;
29535
- availability: {
29536
- unavailable: {
29537
- title: string;
29538
- instructions: {
29539
- setAgentEnvironment: {
29540
- before: string;
29541
- after: string;
29542
- };
29543
- setSearchEnvironment: {
29544
- before: string;
29545
- after: string;
29546
- };
29547
- checkVersion: string;
29548
- configureOpenAI: string;
29549
- restartService: string;
29550
- checkDockerConfig: string;
29551
- };
29552
- documentation: string;
29553
- retryButton: string;
29554
- };
29555
- };
29556
- page: {
29557
- filledParameters: string;
29558
- emptyGroup: string;
29559
- searchQuery: string;
29560
- activeFilters: string;
29561
- noFiltersApplied: string;
29562
- entityType: string;
29563
- action: string;
29564
- copilot: {
29565
- title: string;
29566
- initial: string;
29567
- };
29568
- suggestions: {
29569
- findActiveSubscriptions: string;
29570
- showTerminatedWorkflows: string;
29571
- listAllSubscriptionsAndExport: string;
29572
- showActiveSubscriptionsPerMonth: string;
29573
- };
29574
- tools: {
29575
- set_filter_tree: string;
29576
- start_new_search: string;
29577
- run_search: string;
29578
- discover_filter_paths: string;
29579
- run_aggregation: string;
29580
- prepare_export: string;
29581
- get_valid_operators: string;
29582
- set_temporal_grouping: string;
29583
- };
29584
- planProgress: {
29585
- planning: string;
29586
- completed: string;
29587
- executing: string;
29588
- };
29589
- visualization: {
29590
- noDataAvailable: string;
29591
- invalidDataStructure: string;
29592
- };
29593
- };
29594
- };
29595
- search: {
29596
- availability: {
29597
- unavailable: {
29598
- title: string;
29599
- instructions: {
29600
- setEnvironmentVariable: {
29601
- before: string;
29602
- after: string;
29603
- };
29604
- checkVersion: string;
29605
- restartService: string;
29606
- checkDockerConfig: string;
29607
- };
29608
- documentation: string;
29609
- retryButton: string;
29610
- };
29611
- };
29612
- page: {
29613
- selectFieldFirst: string;
29614
- maxNestingDepth: string;
29615
- addNestedGroup: string;
29616
- addRule: string;
29617
- addGroup: string;
29618
- removeGroup: string;
29619
- emptyGroupDescription: string;
29620
- emptyGroupTitle: string;
29621
- fieldSearchPlaceholder: string;
29622
- removeConditionAriaLabel: string;
29623
- groupLabel: string;
29624
- hideFilters: string;
29625
- showFilters: string;
29626
- structuredFilters: string;
29627
- retrieval: string;
29628
- retrieverAuto: string;
29629
- retrieverFuzzy: string;
29630
- retrieverSemantic: string;
29631
- retrieverHybrid: string;
29632
- searchError: string;
29633
- dismiss: string;
29634
- searchPlaceholder: string;
29635
- noResults: string;
29636
- noResultsMessage: string;
29637
- noResultsSuggestions: string;
29638
- noResultsFound: string;
29639
- loadingSearchResults: string;
29640
- previousPage: string;
29641
- page: string;
29642
- nextPage: string;
29643
- resultsOnPage: string;
29644
- searchResultsPagination: string;
29645
- viewDetails: string;
29646
- selectOrEnterValue: string;
29647
- enterValue: string;
29648
- fromNumber: string;
29649
- toNumber: string;
29650
- fromDate: string;
29651
- toDate: string;
29652
- enterNumber: string;
29653
- selectDateAndTime: string;
29654
- valueControlTo: string;
29655
- searchFieldsPlaceholder: string;
29656
- selectSpecificPathPlaceholder: string;
29657
- anyPathOption: string;
29658
- operatorLabel: string;
29659
- fieldLabel: string;
29660
- valueLabel: string;
29661
- fieldsGroupLabel: string;
29662
- componentsGroupLabel: string;
29663
- pathsCount: string;
29664
- id: string;
29665
- type: string;
29666
- title: string;
29667
- score: string;
29668
- matchingField: string;
29669
- perfectMatch: string;
29670
- removeRule: string;
29671
- };
29672
- tabs: {
29673
- subscriptions: string;
29674
- products: string;
29675
- workflows: string;
29676
- processes: string;
29677
- };
29678
- };
29679
- } | {
29680
- pydanticForms: {
29681
- backendTranslations: Record<string, string>;
29682
- userInputForm: {
29683
- cancel: string;
29684
- submit: string;
29685
- previous: string;
29686
- next: string;
29687
- previousQuestion: string;
29688
- startTask: string;
29689
- startWorkflow: string;
29690
- resumeTask: string;
29691
- resumeWorkflow: string;
29692
- inputFieldsHaveValidationErrors: string;
29693
- preconditionFailedTitle: string;
29694
- preconditionFailedFallback: string;
29695
- };
29696
- widgets: {
29697
- customer: {
29698
- placeholder: string;
29699
- loading: string;
29700
- };
29701
- contactPersonName: {
29702
- placeholder: string;
29703
- };
29704
- cron: {
29705
- second: string;
29706
- minute: string;
29707
- hour: string;
29708
- dayOfMonth: string;
29709
- month: string;
29710
- dayOfWeek: string;
29711
- anyValue: string;
29712
- valueListSeparator: string;
29713
- rangeOfValues: string;
29714
- stepValues: string;
29715
- allowedValues: string;
29716
- alternativeSingleValues: string;
29717
- sundayNonStandard: string;
29718
- invalidExpression: string;
29719
- nextOccurrences: string;
29720
- possibleValues: string;
29721
- };
29722
- ipvAnyNetworkField: {
29723
- manuallySelectedPrefix: string;
29724
- };
29725
- node_select: {
29726
- nodes_loading: string;
29727
- select_node: string;
29728
- no_nodes_placeholder: string;
29729
- };
29730
- locationCode: {
29731
- placeholder: string;
29732
- };
29733
- product: {
29734
- placeholder: string;
29735
- };
29736
- select: {
29737
- placeholder: string;
29738
- };
29739
- vlan: {
29740
- vlansInUseError: string;
29741
- vlansInUse: string;
29742
- missingInIms: string;
29743
- nsiVlansAvailable: string;
29744
- nsiNoPortsAvailable: string;
29745
- allPortsAvailable: string;
29746
- placeholder: string;
29747
- placeholderNoServicePort: string;
29748
- invalidVlan: string;
29749
- untaggedPortInUse: string;
29750
- taggedOnly: string;
29751
- loadingIms: string;
29752
- };
29753
- subscription: {
29754
- placeholder: string;
29755
- loading: string;
29756
- };
29757
- nodePort: {
29758
- loadingNodes: string;
29759
- loadingPorts: string;
29760
- noPorts: string;
29761
- selectNode: string;
29762
- selectPort: string;
29763
- selectNodeFirst: string;
29764
- };
29765
- fileUpload: {
29766
- invalidFiletype: string;
29767
- errorUploading: string;
29768
- fileToBig: string;
29769
- initialPromptText: string;
29770
- supportedFileTypes: string;
29771
- };
29772
- };
29773
- } | {
29774
- backendTranslations: Record<string, string>;
29775
- userInputForm: {
29776
- cancel: string;
29777
- submit: string;
29778
- previous: string;
29779
- next: string;
29780
- startTask: string;
29781
- previousQuestion: string;
29782
- startWorkflow: string;
29783
- resumeTask: string;
29784
- resumeWorkflow: string;
29785
- inputFieldsHaveValidationErrors: string;
29786
- preconditionFailedTitle: string;
29787
- preconditionFailedFallback: string;
29788
- };
29789
- widgets: {
29790
- customer: {
29791
- placeholder: string;
29792
- loading: string;
29793
- };
29794
- contactPersonName: {
29795
- placeholder: string;
29796
- };
29797
- cron: {
29798
- second: string;
29799
- minute: string;
29800
- hour: string;
29801
- dayOfMonth: string;
29802
- month: string;
29803
- dayOfWeek: string;
29804
- anyValue: string;
29805
- valueListSeparator: string;
29806
- rangeOfValues: string;
29807
- stepValues: string;
29808
- allowedValues: string;
29809
- alternativeSingleValues: string;
29810
- sundayNonStandard: string;
29811
- invalidExpression: string;
29812
- nextOccurrences: string;
29813
- possibleValues: string;
29814
- };
29815
- ipvAnyNetworkField: {
29816
- manuallySelectedPrefix: string;
29817
- };
29818
- node_select: {
29819
- nodes_loading: string;
29820
- select_node: string;
29821
- no_nodes_placeholder: string;
29822
- };
29823
- locationCode: {
29824
- placeholder: string;
29825
- };
29826
- product: {
29827
- placeholder: string;
29828
- };
29829
- select: {
29830
- placeholder: string;
29831
- };
29832
- vlan: {
29833
- vlansInUseError: string;
29834
- vlansInUse: string;
29835
- missingInIms: string;
29836
- nsiVlansAvailable: string;
29837
- nsiNoPortsAvailable: string;
29838
- allPortsAvailable: string;
29839
- placeholder: string;
29840
- placeholderNoServicePort: string;
29841
- invalidVlan: string;
29842
- untaggedPortInUse: string;
29843
- taggedOnly: string;
29844
- loadingIms: string;
29845
- };
29846
- subscription: {
29847
- placeholder: string;
29848
- loading: string;
29849
- };
29850
- nodePort: {
29851
- loadingNodes: string;
29852
- loadingPorts: string;
29853
- selectNode: string;
29854
- selectPort: string;
29855
- noPorts: string;
29856
- selectNodeFirst: string;
29857
- };
29858
- fileUpload: {
29859
- invalidFiletype: string;
29860
- errorUploading: string;
29861
- fileToBig: string;
29862
- initialPromptText: string;
29863
- supportedFileTypes: string;
29864
- };
29865
- };
29866
- };
29867
- main: {
29868
- start: string;
29869
- ariaLabelToggleSideMenu: string;
29870
- ariaLabelCurrentPage: string;
29871
- metadata: string;
29872
- metadataProducts: string;
29873
- metadataProductblocks: string;
29874
- metadataResourceTypes: string;
29875
- metadataWorkflows: string;
29876
- metadataTasks: string;
29877
- metadataScheduledTasks: string;
29878
- mobileTitle: string;
29879
- settings: string;
29880
- subscriptions: string;
29881
- tasks: string;
29882
- title: string;
29883
- welcome: string;
29884
- workflows: string;
29885
- darkMode: string;
29886
- lightMode: string;
29887
- websocketConnected: string;
29888
- websocketDisconnected: string;
29889
- websocketDisconnectedShort: string;
29890
- resetToDefault: string;
29891
- savePreferences: string;
29892
- numberOfRows: string;
29893
- tableSettings: string;
29894
- openMenu: string;
29895
- incompatibleVersion: string;
29896
- incompatibleVersionText: string;
29897
- minimumOrchestratorCoreVersion: string;
29898
- };
29899
- common: {
29900
- product: string;
29901
- deselect: string;
29902
- close: string;
29903
- editColumns: string;
29904
- tableSettings: string;
29905
- loading: string;
29906
- newSubscription: string;
29907
- newTask: string;
29908
- noFailedTasks: string;
29909
- noItemsFound: string;
29910
- search: string;
29911
- errorMessage: string;
29912
- unknownError: string;
29913
- export: string;
29914
- unauthorizedPage: string;
29915
- insyncTrue: string;
29916
- insyncFalse: string;
29917
- showAllColumnsInDetailView: string;
29918
- searchModalTitle: string;
29919
- searchModalText: string;
29920
- retrieval: string;
29921
- retrieverAuto: string;
29922
- retrieverFuzzy: string;
29923
- retrieverSemantic: string;
29924
- retrieverHybrid: string;
29925
- createFilter: string;
29926
- applyFilter: string;
29927
- removeFilter: string;
29928
- cancel: string;
29929
- loadMore: string;
29930
- };
29931
- confirmationDialog: {
29932
- title: string;
29933
- confirm: string;
29934
- cancel: string;
29935
- leavePage: string;
29936
- leavePageSub: string;
29937
- stay: string;
29938
- leave: string;
29939
- };
29940
- workflow: {
29941
- start_workflow_title: string;
29942
- };
29943
- errors: {
29944
- notAllResultsExported: string;
29945
- notAllResultsExportedTitle: string;
29946
- invalidQueryParts: string;
29947
- notAllowedWhenEngineIsNotRunningMessage: string;
29948
- notAllowedWhenEngineIsNotRunningTitle: string;
29949
- retrieve_stored_settings: string;
29950
- retrieve_stored_settings_title: string;
29951
- failedDeletingScheduledTask: string;
29952
- };
29953
- metadata: {
29954
- title: string;
29955
- tabs: {
29956
- products: string;
29957
- productBlocks: string;
29958
- resourceTypes: string;
29959
- workflows: string;
29960
- tasks: string;
29961
- };
29962
- products: {
29963
- id: string;
29964
- name: string;
29965
- description: string;
29966
- tag: string;
29967
- productType: string;
29968
- status: string;
29969
- productBlocks: string;
29970
- fixedInputs: string;
29971
- createdAt: string;
29972
- };
29973
- productBlocks: {
29974
- id: string;
29975
- name: string;
29976
- description: string;
29977
- tag: string;
29978
- status: string;
29979
- resourceTypes: string;
29980
- dependingProductBlocks: string;
29981
- createdAt: string;
29982
- endDate: string;
29983
- parentIds: string;
29984
- };
29985
- resourceTypes: {
29986
- type: string;
29987
- description: string;
29988
- resourceId: string;
29989
- usedInProductBlocks: string;
29990
- };
29991
- workflows: {
29992
- workflowId: string;
29993
- name: string;
29994
- description: string;
29995
- target: string;
29996
- productTags: string;
29997
- createdAt: string;
29998
- };
29999
- tasks: {
30000
- workflowId: string;
30001
- name: string;
30002
- description: string;
30003
- target: string;
30004
- productTags: string;
30005
- createdAt: string;
30006
- scheduled: string;
30007
- addSchedule: string;
30008
- };
30009
- scheduledTasks: {
30010
- task: string;
30011
- taskDecription: string;
30012
- nextRuntime: string;
30013
- schedule: string;
30014
- interval: string;
30015
- ariaLabelDeleteButton: string;
30016
- deleteConfirmationQuestion: string;
30017
- addSchedule: string;
30018
- };
30019
- scheduleTaskForm: {
30020
- newSchedule: string;
30021
- selectTask: string;
30022
- selectTaskType: string;
30023
- selectInterval: string;
30024
- taskTypeInterval: string;
30025
- taskTypeCron: string;
30026
- taskTypeDate: string;
30027
- firstRunDate: string;
30028
- "1hour": string;
30029
- "2hours": string;
30030
- "4hours": string;
30031
- "12hours": string;
30032
- "24hours": string;
30033
- "1week": string;
30034
- "2weeks": string;
30035
- "1month": string;
30036
- createScheduleButton: string;
30037
- };
30038
- };
30039
- workflowGuide: {
30040
- title: string;
30041
- noGuideAvailable: string;
30042
- show: string;
30043
- hide: string;
30044
- };
30045
- processes: {
30046
- index: {
30047
- workflowName: string;
30048
- step: string;
30049
- status: string;
30050
- product: string;
30051
- customer: string;
30052
- customerAbbreviation: string;
30053
- subscriptions: string;
30054
- createdBy: string;
30055
- assignee: string;
30056
- processId: string;
30057
- started: string;
30058
- lastModified: string;
30059
- workflowTarget: string;
30060
- productTag: string;
30061
- showAllRelatedSubscriptions: string;
30062
- note: string;
30063
- };
30064
- detail: {
30065
- retry: string;
30066
- resume: string;
30067
- abort: string;
30068
- delete: string;
30069
- deleteQuestion: string;
30070
- abortTaskQuestion: string;
30071
- abortWorkflowQuestion: string;
30072
- retryTaskQuestion: string;
30073
- retryWorkflowQuestion: string;
30074
- status: string;
30075
- startedBy: string;
30076
- lastStep: string;
30077
- startedOn: string;
30078
- lastUpdate: string;
30079
- relatedSubscriptions: string;
30080
- subscriptions: string;
30081
- customer: string;
30082
- openWorkflowTaskInfo: string;
30083
- };
30084
- steps: {
30085
- taskSteps: string;
30086
- workflowSteps: string;
30087
- showDelta: string;
30088
- hideDelta: string;
30089
- showTraceback: string;
30090
- hideTraceback: string;
30091
- viewOptions: string;
30092
- expandAll: string;
30093
- collapseAll: string;
30094
- duration: string;
30095
- userInput: string;
30096
- submitTaskFormLabel: string;
30097
- submitWorkflowFormLabel: string;
30098
- traceback: string;
30099
- codeView: {
30100
- json: string;
30101
- table: string;
30102
- raw: string;
30103
- };
30104
- };
30105
- delta: {
30106
- title: string;
30107
- fullScreenExit: string;
30108
- fullScreen: string;
30109
- continuityAboveBelow: string;
30110
- continuityWithin: string;
29284
+ workerStatusTitle: string;
30111
29285
  };
30112
- };
30113
- workflows: {
30114
29286
  tabs: {
30115
- active: string;
30116
- completed: string;
30117
- };
30118
- index: {
30119
- title: string;
29287
+ actions: string;
29288
+ envSettings: string;
30120
29289
  };
30121
29290
  };
30122
- subscriptions: {
30123
- tabs: {
30124
- active: string;
30125
- terminated: string;
30126
- transient: string;
30127
- all: string;
29291
+ startPage: {
29292
+ activeSubscriptions: {
29293
+ buttonText: string;
29294
+ headerTitle: string;
29295
+ listTitle: string;
30128
29296
  };
30129
- index: {
30130
- id: string;
30131
- description: string;
30132
- status: string;
30133
- insync: string;
30134
- product: string;
30135
- tag: string;
30136
- startDate: string;
30137
- endDate: string;
30138
- note: string;
30139
- metadata: string;
30140
- customerId: string;
30141
- customerFullname: string;
30142
- customerShortcode: string;
30143
- actions: string;
29297
+ activeWorkflows: {
29298
+ buttonText: string;
29299
+ headerTitle: string;
29300
+ listTitle: string;
29301
+ };
29302
+ failedTasks: {
29303
+ buttonText: string;
29304
+ headerTitle: string;
29305
+ listTitle: string;
29306
+ };
29307
+ myWorkflows: {
29308
+ buttonText: string;
29309
+ headerTitle: string;
29310
+ listTitle: string;
29311
+ };
29312
+ outOfSyncSubscriptions: {
29313
+ buttonText: string;
29314
+ headerTitle: string;
29315
+ listTitle: string;
29316
+ };
29317
+ products: {
29318
+ headerTitle: string;
29319
+ listTitle: string;
30144
29320
  };
29321
+ };
29322
+ subscriptions: {
30145
29323
  detail: {
30146
- title: string;
30147
- tabs: {
30148
- general: string;
30149
- serviceConfiguration: string;
30150
- workflows: string;
30151
- relatedSubscriptions: string;
30152
- };
30153
- loadingStatus: string;
30154
29324
  actions: {
30155
- create: string;
30156
- modify: string;
30157
- tasks: string;
30158
- terminate: string;
30159
- reconcile: string;
30160
- notAvailable: string;
30161
- notAvailableForWorkflow: string;
30162
- reconcileSubscription: string;
30163
- validateSubscription: string;
30164
29325
  actions: string;
30165
- actionStarted: string;
30166
- actionStartFailed: string;
30167
29326
  lockedBySubscriptions: string;
29327
+ modify: string;
29328
+ reconcile: string;
30168
29329
  subscription: {
29330
+ insufficient_workflow_permissions: string;
30169
29331
  no_modify_deleted_related_objects: string;
30170
29332
  no_modify_in_use_by_subscription: string;
30171
29333
  no_modify_invalid_status: string;
29334
+ no_modify_subscription_in_use_by_others: string;
30172
29335
  no_modify_workflow: string;
30173
29336
  no_termination_workflow: string;
30174
29337
  no_validate_workflow: string;
30175
29338
  not_in_sync: string;
30176
29339
  relations_not_in_sync: string;
30177
- no_modify_subscription_in_use_by_others: string;
30178
- insufficient_workflow_permissions: string;
30179
29340
  running_process: string;
30180
29341
  };
29342
+ tasks: string;
29343
+ terminate: string;
30181
29344
  };
30182
- subscriptionInstanceId: string;
30183
- ownerSubscriptionId: string;
30184
- inUseByRelations: string;
30185
- showDetails: string;
30186
- hideDetails: string;
30187
- self: string;
30188
- subscriptionDetails: string;
30189
- productName: string;
30190
- fixedInputs: string;
30191
- productInfo: string;
30192
- noProductBlockSelected: string;
30193
- productBlocks: string;
30194
- ctaSelectProductBlock: string;
30195
- startedBy: string;
30196
- startedAt: string;
30197
- status: string;
30198
- id: string;
30199
- blockTitleSubscriptionDetails: string;
30200
29345
  blockTitleFixedInputs: string;
30201
29346
  blockTitleProductInfo: string;
30202
- subscriptionId: string;
30203
- description: string;
30204
- startDate: string;
30205
- lastRunValidation: string;
30206
- noValidateWorkflows: string;
30207
- insync: string;
29347
+ blockTitleSubscriptionDetails: string;
29348
+ created: string;
29349
+ ctaSelectProductBlock: string;
30208
29350
  customer: string;
30209
- customerUuid: string;
30210
29351
  customerDescriptions: string;
29352
+ customerUuid: string;
29353
+ description: string;
29354
+ endDate: string;
29355
+ hideAll: string;
29356
+ hideDetails: string;
29357
+ hideTerminatedRelatedSubscriptions: string;
29358
+ id: string;
29359
+ inUseByRelations: string;
29360
+ insync: string;
29361
+ lastRunValidation: string;
30211
29362
  metadata: string;
30212
29363
  name: string;
30213
- productType: string;
30214
- tag: string;
30215
- created: string;
30216
- endDate: string;
30217
- note: string;
29364
+ noProductBlockSelected: string;
30218
29365
  noRelatedSubscriptions: string;
30219
- hideTerminatedRelatedSubscriptions: string;
29366
+ noValidateWorkflows: string;
29367
+ note: string;
29368
+ ownerSubscriptionId: string;
30220
29369
  processDetail: {
30221
29370
  id: string;
30222
- status: string;
29371
+ note: string;
30223
29372
  startedAt: string;
30224
29373
  startedBy: string;
30225
- note: string;
29374
+ status: string;
30226
29375
  };
30227
- showAll: string;
30228
- hideAll: string;
30229
- selectByNameTitle: string;
30230
- selectByNameButtonText: string;
29376
+ productBlocks: string;
29377
+ productName: string;
29378
+ productType: string;
30231
29379
  see: string;
29380
+ selectByNameButtonText: string;
29381
+ selectByNameTitle: string;
29382
+ self: string;
30232
29383
  setInSync: string;
30233
- subscriptionIsInSync: string;
30234
- setInSyncQuestion: string;
30235
29384
  setInSyncFailed: {
30236
- title: string;
30237
29385
  text: string;
29386
+ title: string;
30238
29387
  };
29388
+ setInSyncQuestion: string;
30239
29389
  setInSyncSuccess: {
30240
- title: string;
30241
29390
  text: string;
29391
+ title: string;
29392
+ };
29393
+ showAll: string;
29394
+ showDetails: string;
29395
+ startDate: string;
29396
+ status: string;
29397
+ subscriptionId: string;
29398
+ subscriptionInstanceId: string;
29399
+ subscriptionIsInSync: string;
29400
+ tabs: {
29401
+ general: string;
29402
+ relatedSubscriptions: string;
29403
+ serviceConfiguration: string;
29404
+ workflows: string;
30242
29405
  };
29406
+ tag: string;
29407
+ title: string;
30243
29408
  workflowsTab: {
30244
- startWithOldestLabel: string;
30245
29409
  startWithNewestLabel: string;
29410
+ startWithOldestLabel: string;
30246
29411
  };
30247
29412
  };
29413
+ index: {
29414
+ customerFullname: string;
29415
+ customerId: string;
29416
+ customerShortcode: string;
29417
+ description: string;
29418
+ endDate: string;
29419
+ id: string;
29420
+ insync: string;
29421
+ metadata: string;
29422
+ note: string;
29423
+ product: string;
29424
+ startDate: string;
29425
+ status: string;
29426
+ tag: string;
29427
+ };
29428
+ tabs: {
29429
+ active: string;
29430
+ all: string;
29431
+ terminated: string;
29432
+ transient: string;
29433
+ };
30248
29434
  };
30249
29435
  tasks: {
30250
29436
  page: {
30251
- taskName: string;
30252
29437
  rerunAll: string;
30253
29438
  rerunAllQuestion: string;
29439
+ taskName: string;
30254
29440
  };
30255
29441
  tabs: {
30256
29442
  active: string;
30257
29443
  completed: string;
30258
29444
  };
30259
29445
  };
30260
- settings: {
30261
- page: {
30262
- flushButton: string;
30263
- flushCacheSettingsTitle: string;
30264
- engineStatusTitle: string;
30265
- workerStatusTitle: string;
30266
- modifyEngine: string;
30267
- pauseEngine: string;
30268
- runningProcesses: string;
30269
- selectSettings: string;
30270
- startEngine: string;
30271
- resetTextSearchIndex: string;
30272
- resetTextSearchIndexButton: string;
30273
- status: string;
30274
- numberOfQueuedJobs: string;
30275
- numberOfRunningJobs: string;
30276
- numberOfWorkersOnline: string;
30277
- viewStatusPage: string;
30278
- aoStackStatus: string;
30279
- noSettingsExposed: string;
30280
- settingsOverviewLink: string;
30281
- };
30282
- tabs: {
30283
- actions: string;
30284
- envSettings: string;
30285
- };
29446
+ workflowGuide: {
29447
+ hide: string;
29448
+ noGuideAvailable: string;
29449
+ show: string;
30286
29450
  };
30287
- startPage: {
30288
- myWorkflows: {
30289
- buttonText: string;
30290
- headerTitle: string;
30291
- listTitle: string;
30292
- };
30293
- activeSubscriptions: {
30294
- buttonText: string;
30295
- headerTitle: string;
30296
- listTitle: string;
30297
- };
30298
- outOfSyncSubscriptions: {
30299
- buttonText: string;
30300
- headerTitle: string;
30301
- listTitle: string;
30302
- };
30303
- activeWorkflows: {
30304
- buttonText: string;
30305
- headerTitle: string;
30306
- listTitle: string;
30307
- };
30308
- failedTasks: {
30309
- buttonText: string;
30310
- headerTitle: string;
30311
- listTitle: string;
29451
+ workflows: {
29452
+ index: {
29453
+ title: string;
30312
29454
  };
30313
- products: {
30314
- headerTitle: string;
30315
- listTitle: string;
29455
+ tabs: {
29456
+ active: string;
29457
+ completed: string;
30316
29458
  };
30317
29459
  };
30318
- hamburgerMenu: {
30319
- openMenu: string;
30320
- support: string;
30321
- softwareVersions: string;
30322
- logout: string;
30323
- aoStatusPage: string;
30324
- };
30325
29460
  };
30326
29461
 
30327
29462
  declare const WfoProductBlocksPage: () => _emotion_react_jsx_runtime.JSX.Element;