@c8y/ngx-components 1023.48.3 → 1023.52.0

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 (70) hide show
  1. package/asset-properties/index.d.ts +1 -2
  2. package/asset-properties/index.d.ts.map +1 -1
  3. package/context-dashboard/index.d.ts.map +1 -1
  4. package/datapoint-explorer/view/index.d.ts +8 -0
  5. package/datapoint-explorer/view/index.d.ts.map +1 -1
  6. package/datapoint-selector/index.d.ts +14 -1
  7. package/datapoint-selector/index.d.ts.map +1 -1
  8. package/echart/index.d.ts +7 -2
  9. package/echart/index.d.ts.map +1 -1
  10. package/echart/models/index.d.ts +1 -0
  11. package/echart/models/index.d.ts.map +1 -1
  12. package/fesm2022/c8y-ngx-components-asset-properties.mjs +3 -4
  13. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -3
  15. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +33 -4
  17. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +24 -7
  19. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-device-grid.mjs +1 -1
  21. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-echart.mjs +128 -52
  24. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-global-context.mjs +7 -2
  26. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs +127 -0
  28. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs.map +1 -0
  29. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +3 -3
  30. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
  32. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-widgets-exports.mjs +8 -1
  34. package/fesm2022/c8y-ngx-components-widgets-exports.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +1959 -0
  36. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -0
  37. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +90 -56
  38. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components.mjs +1724 -1464
  40. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  41. package/global-context/index.d.ts +1 -0
  42. package/global-context/index.d.ts.map +1 -1
  43. package/index.d.ts +1453 -1339
  44. package/index.d.ts.map +1 -1
  45. package/locales/de.po +213 -3
  46. package/locales/es.po +213 -3
  47. package/locales/fr.po +213 -3
  48. package/locales/ja_JP.po +213 -3
  49. package/locales/ko.po +213 -3
  50. package/locales/locales.pot +219 -3
  51. package/locales/nl.po +213 -3
  52. package/locales/pl.po +213 -3
  53. package/locales/pt_BR.po +213 -3
  54. package/locales/zh_CN.po +213 -3
  55. package/locales/zh_TW.po +213 -3
  56. package/package.json +1 -1
  57. package/widgets/cockpit-exports/index.d.ts +6 -0
  58. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  59. package/widgets/definitions/asset-table/index.d.ts +6 -0
  60. package/widgets/definitions/asset-table/index.d.ts.map +1 -0
  61. package/widgets/definitions/index.d.ts +1 -0
  62. package/widgets/definitions/index.d.ts.map +1 -1
  63. package/widgets/device-management-exports/index.d.ts +6 -0
  64. package/widgets/device-management-exports/index.d.ts.map +1 -1
  65. package/widgets/exports/index.d.ts +8 -1
  66. package/widgets/exports/index.d.ts.map +1 -1
  67. package/widgets/implementations/asset-table/index.d.ts +229 -0
  68. package/widgets/implementations/asset-table/index.d.ts.map +1 -0
  69. package/widgets/implementations/datapoints-graph/index.d.ts +14 -3
  70. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -1
package/index.d.ts CHANGED
@@ -2776,6 +2776,77 @@ declare class AssetHierarchyService {
2776
2776
  static ɵprov: i0.ɵɵInjectableDeclaration<AssetHierarchyService>;
2777
2777
  }
2778
2778
 
2779
+ /**
2780
+ * Directive to manage focus trapping and keyboard navigation for ngx-bootstrap dropdowns with `container="body"`.
2781
+ *
2782
+ * ## Problem
2783
+ * When a dropdown is appended to the body using `container="body"`, the standard `cdkTrapFocus`
2784
+ * directive doesn't work because the dropdown content is outside the normal DOM hierarchy where
2785
+ * the directive is applied.
2786
+ *
2787
+ * ## Solution
2788
+ * This directive:
2789
+ * - Detects when a dropdown with `container="body"` opens
2790
+ * - Programmatically creates a CDK focus trap on the body-appended dropdown menu element
2791
+ * - Traps Tab/Shift+Tab navigation within the dropdown menu
2792
+ * - Automatically closes dropdown and restores focus to toggle button when user selects an item with Enter/Space
2793
+ * - Prevents ESC key from propagating to parent elements (e.g., modals, drawers) and restores focus on close
2794
+ * - Cleans up all listeners when the dropdown closes
2795
+ *
2796
+ * ## Usage
2797
+ * Simply apply this directive to the same element that has the `dropdown` directive:
2798
+ *
2799
+ * @example
2800
+ * ```html
2801
+ * <div dropdown container="body" c8yDropdownFocusTrap #myDropdown="bs-dropdown">
2802
+ * <button dropdownToggle>Select option</button>
2803
+ * <div *dropdownMenu class="dropdown-menu">
2804
+ * <c8y-list-group role="list">
2805
+ * <c8y-li tabindex="0" role="listitem">Option 1</c8y-li>
2806
+ * <c8y-li tabindex="0" role="listitem">Option 2</c8y-li>
2807
+ * </c8y-list-group>
2808
+ * </div>
2809
+ * </div>
2810
+ * ```
2811
+ *
2812
+ * ## Features
2813
+ * - **Focus trapping**: Tab key navigation cycles through dropdown items
2814
+ * - **Automatic focus management**: Enter/Space automatically closes dropdown and returns focus to toggle button
2815
+ * - **ESC key isolation**: Pressing ESC closes only the dropdown, not parent modals/drawers, and restores focus
2816
+ * - **Form-friendly**: Skips automatic close for inputs, textareas, and selects within the dropdown
2817
+ * - **Automatic cleanup**: All listeners and focus trap removed when dropdown closes
2818
+ * - **Zero configuration**: Just add the directive, no manual focus management needed
2819
+ *
2820
+ * @see {@link https://material.angular.io/cdk/a11y/overview#focustrap|CDK FocusTrap}
2821
+ */
2822
+ declare class DropdownFocusTrapDirective implements OnDestroy {
2823
+ private readonly dropdown;
2824
+ private readonly focusTrapFactory;
2825
+ private readonly document;
2826
+ private readonly elementRef;
2827
+ private dropdownMenuElement?;
2828
+ private focusTrap?;
2829
+ private toggleButton?;
2830
+ private shouldRestoreFocus;
2831
+ constructor();
2832
+ ngOnDestroy(): void;
2833
+ /**
2834
+ * Sets up the focus trap when the dropdown opens.
2835
+ * @private
2836
+ */
2837
+ private setupFocusTrap;
2838
+ private onDropdownHidden;
2839
+ private handleSelection;
2840
+ private handleEscape;
2841
+ /**
2842
+ * Cleans up the focus trap when the dropdown closes.
2843
+ * @private
2844
+ */
2845
+ private cleanupFocusTrap;
2846
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownFocusTrapDirective, never>;
2847
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownFocusTrapDirective, "[c8yDropdownFocusTrap]", never, {}, {}, never, never, true, never>;
2848
+ }
2849
+
2779
2850
  /**
2780
2851
  * Represents a single section in the icon panel
2781
2852
  */
@@ -4260,6 +4331,7 @@ declare class ProductExperienceModule {
4260
4331
  declare const WIDGET_TYPE_VALUES: {
4261
4332
  readonly ALARMS: "alarms";
4262
4333
  readonly DATA_POINTS_TABLE: "dataPointsTable";
4334
+ readonly ASSET_TABLE: "assetTable";
4263
4335
  };
4264
4336
  type WidgetType = (typeof WIDGET_TYPE_VALUES)[keyof typeof WIDGET_TYPE_VALUES];
4265
4337
  /**
@@ -9476,7 +9548,7 @@ interface ColumnConfig {
9476
9548
  /** Custom column type. Either declared by an explicit path (legacy)
9477
9549
  * or with the asset property library of DTM
9478
9550
  * */
9479
- type CustomColumnType = 'legacy' | 'property';
9551
+ type CustomColumnType = 'legacy' | 'property' | 'default';
9480
9552
  /** Describes a custom column configuration. */
9481
9553
  interface CustomColumnConfig extends ColumnConfig {
9482
9554
  /** JSON path to the managed object property to be displayed */
@@ -9495,6 +9567,49 @@ interface Filter {
9495
9567
  /** An optional property that holds a string to search for. */
9496
9568
  filterPredicate?: string | FilterPredicateFunction;
9497
9569
  }
9570
+ type AssetColumnOperationType = 'maintenance' | 'operation';
9571
+ interface AssetTableExtendedColumn extends Column {
9572
+ /** Configuration for displaying an icon in the cell. */
9573
+ iconConfig?: Array<IconConfigItem>;
9574
+ /** Whether the column is a link. */
9575
+ isLink?: boolean;
9576
+ /** The property to be executed as command */
9577
+ command?: object | string;
9578
+ /** Whether the column is an operation. */
9579
+ isOperation?: boolean;
9580
+ /** The operation type of the operation column */
9581
+ operationType?: AssetColumnOperationType;
9582
+ /** Configuration for computed column */
9583
+ computedConfig?: ComputedConfig;
9584
+ /** Whether to show both icon and value in the cell */
9585
+ showIconAndValue?: boolean;
9586
+ /** The type of the column */
9587
+ type?: string;
9588
+ /**
9589
+ * origin needed to identify if the column comes from selectedProperties or operationColumns for the asset table
9590
+ */
9591
+ __origin?: string;
9592
+ /** The unique identifier for the column used when ordering */
9593
+ __id?: string;
9594
+ }
9595
+ /** Configuration for computed column */
9596
+ interface ComputedConfig {
9597
+ dp: Array<any>;
9598
+ resultType: number;
9599
+ }
9600
+ /** Comparison type for icon display in the cell. */
9601
+ interface IconConfigComparison {
9602
+ label: string;
9603
+ value: string;
9604
+ sign: string;
9605
+ }
9606
+ /** Configuration for icon display in the cell. */
9607
+ interface IconConfigItem {
9608
+ comparison: IconConfigComparison;
9609
+ color: string;
9610
+ icon: string;
9611
+ value: string;
9612
+ }
9498
9613
  /** Describes an object with data grid configuration. */
9499
9614
  interface GridConfig {
9500
9615
  /** The configuration objects for all the columns. */
@@ -9681,6 +9796,8 @@ interface DisplayOptions {
9681
9796
  filter: boolean;
9682
9797
  /** Enable to display a background color on hover */
9683
9798
  hover: boolean;
9799
+ /** Show or hide the loading indicator */
9800
+ showLoadingIndicator?: boolean;
9684
9801
  }
9685
9802
  /** Describes a data grid action control for individual item. */
9686
9803
  interface ActionControl {
@@ -10080,7 +10197,7 @@ interface CellRendererSpec {
10080
10197
  declare class CellRendererContext {
10081
10198
  value: any;
10082
10199
  item?: any;
10083
- property: Column;
10200
+ property: AssetTableExtendedColumn;
10084
10201
  }
10085
10202
  declare class CellRendererDefDirective implements CellRendererDef {
10086
10203
  template: TemplateRef<any>;
@@ -10272,7 +10389,7 @@ declare class DataGridComponent implements DataGrid, OnChanges, AfterViewInit, P
10272
10389
  set _selectionPrimaryKey(selectionPrimaryKey: string);
10273
10390
  displayOptions: DisplayOptions;
10274
10391
  /** Sets display options. */
10275
- set _displayOptions(displayOptions: DisplayOptions);
10392
+ set _displayOptions(displayOptions: Partial<DisplayOptions>);
10276
10393
  actionControls: ActionControl[];
10277
10394
  /** Sets action controls (actions available for individual items). */
10278
10395
  set _actionControls(actionControls: ActionControl[]);
@@ -13160,195 +13277,122 @@ declare const MESSAGES_CORE_I18N: {
13160
13277
  readonly '^Access is denied$': {
13161
13278
  readonly gettext: "Access denied.";
13162
13279
  };
13163
- readonly '^Alarm created$': {
13164
- readonly gettext: "Alarm created";
13165
- };
13166
- readonly '^Alarm updated$': {
13167
- readonly gettext: "Alarm updated";
13168
- };
13169
13280
  readonly '^API is not available with the new domain$': {
13170
13281
  readonly gettext: "Could not activate custom domain. DNS setup is incorrect.";
13171
13282
  };
13172
- readonly '^Application with given name already exist$': {
13173
- readonly gettext: "Application with given name already exists.";
13283
+ readonly '^Availability monitoring record$': {
13284
+ readonly gettext: "Availability monitoring record";
13174
13285
  };
13175
- readonly '^Application with id (.+?) is already assigned to the tenant (.+?)$': {
13176
- readonly gettext: "This application is already assigned to tenant \"{{tenant}}\".";
13177
- readonly placeholders: {
13178
- readonly tenant: "$2";
13179
- };
13286
+ readonly '^Failed to update domain at the platform$': {
13287
+ readonly gettext: "Failed to update domain at the platform.";
13180
13288
  };
13181
- readonly '^Apply software changes: (.+?)\\.?$': {
13182
- readonly gettext: "Apply software changes: {{ softwareChanges }}";
13289
+ readonly '^Following mandatory fields should be included: (.+?)$': {
13290
+ readonly gettext: "Following mandatory fields should be included: {{fields}}";
13183
13291
  readonly placeholders: {
13184
- readonly softwareChanges: {
13185
- readonly capture: "$1";
13186
- readonly translate: {
13187
- readonly 'install "(.+?)" \\(version: (.+?)\\)': {
13188
- readonly gettext: "install \"{{ softwareName }}\" (version: {{ softwareVersion }})";
13189
- readonly placeholders: {
13190
- readonly softwareName: "$1";
13191
- readonly softwareVersion: "$2";
13192
- };
13193
- };
13194
- readonly 'install "([^"]+)"(?! \\(version: .+?\\))': {
13195
- readonly gettext: "install \"{{ softwareName }}\"";
13196
- readonly placeholders: {
13197
- readonly softwareName: "$1";
13198
- };
13199
- };
13200
- readonly 'delete "(.+?)" \\(version: (.+?)\\)': {
13201
- readonly gettext: "delete \"{{ softwareName }}\" (version: {{ softwareVersion }})";
13202
- readonly placeholders: {
13203
- readonly softwareName: "$1";
13204
- readonly softwareVersion: "$2";
13205
- };
13206
- };
13207
- readonly 'delete "([^"]+)"(?! \\(version: .+?\\))': {
13208
- readonly gettext: "delete \"{{ softwareName }}\"";
13209
- readonly placeholders: {
13210
- readonly softwareName: "$1";
13211
- };
13212
- };
13213
- };
13214
- };
13292
+ readonly fields: "$1";
13215
13293
  };
13216
13294
  };
13217
- readonly '^Assign device profile (.+?) to device (.+?)$': {
13218
- readonly gettext: "Assign device profile {{profileName}} to device {{deviceName}}";
13219
- readonly placeholders: {
13220
- readonly profileName: "$1";
13221
- readonly deviceName: "$2";
13222
- };
13295
+ readonly '^I/O error: Connection refused; nested exception is Connection refused : Connection refused$': {
13296
+ readonly gettext: "Connection refused";
13223
13297
  };
13224
- readonly '^(.+)pplication for tenant (.+) with properties \\( (.+?) \\) already exists$': {
13225
- readonly gettext: "Application for tenant \"{{tenant}}\" with the following values ({{valuesList}}) already exists.";
13298
+ readonly '^I/O error: Read timed out; nested exception is Read timed out : Read timed out$': {
13299
+ readonly gettext: "Read timed out";
13300
+ };
13301
+ readonly '^Log file requested$': {
13302
+ readonly gettext: "Log file requested.";
13303
+ };
13304
+ readonly '^Managed object deleted$': {
13305
+ readonly gettext: "Managed object deleted";
13306
+ };
13307
+ readonly '^Managed object "(.+?)" deleted$': {
13308
+ readonly gettext: "Managed object \"{{name}}\" deleted";
13226
13309
  readonly placeholders: {
13227
- readonly tenant: "$2";
13228
- readonly valuesList: "$3";
13310
+ readonly name: "$1";
13229
13311
  };
13230
13312
  };
13231
- readonly '^Authentication failed! : User account is locked$': {
13232
- readonly gettext: "Authentication failed due to: user account is locked.";
13313
+ readonly '^Maximum file size exceeded$': {
13314
+ readonly gettext: "Maximum file size exceeded.";
13233
13315
  };
13234
- readonly '^Availability monitoring record$': {
13235
- readonly gettext: "Availability monitoring record";
13316
+ readonly '^Maximum age cannot be bigger than 10 years.$': {
13317
+ readonly gettext: "Maximum age cannot be bigger than 10 years.";
13236
13318
  };
13237
- readonly '^Can not activate a certificate which is either expired or not yet valid$': {
13238
- readonly gettext: "Cannot activate a certificate which is either expired or not yet valid.";
13319
+ readonly '^Real-time event processing is currently overloaded and may stop processing your events\\. Please contact support\\.$': {
13320
+ readonly gettext: "Real-time event processing is currently overloaded and may stop processing your events. Please contact support.";
13239
13321
  };
13240
- readonly '^Cannot add certificate - certificate with (.+?) fingerprint already exists. : Certificate with (.+?) fingerprint already exists.$': {
13241
- readonly gettext: "Could not add certificate. Certificate with {{fingerprint}} fingerprint already exists.";
13322
+ readonly '^Resource ID \\[type=com_cumulocity_model_idtype_GId, value=(.+?)\\] for this request not found.$': {
13323
+ readonly gettext: "Could not find the resource with ID \"{{id}}\".";
13242
13324
  readonly placeholders: {
13243
- readonly fingerprint: "$1";
13325
+ readonly id: "$1";
13244
13326
  };
13245
13327
  };
13246
- readonly '^Cannot change password. : Provided token does not exist.$': {
13247
- readonly gettext: "Cannot change password: provided token is invalid.";
13328
+ readonly '^Too Many Requests$': {
13329
+ readonly gettext: "Too many requests. Try again later.";
13248
13330
  };
13249
- readonly '^Cannot deploy module (.*)$': {
13250
- readonly gettext: "Cannot deploy module due to error: \"{{ errorMessage | translate }}\".";
13331
+ readonly '^Send message "(.+)".$': {
13332
+ readonly gettext: "Send message \"{{str}}\".";
13251
13333
  readonly placeholders: {
13252
- readonly errorMessage: "$1";
13334
+ readonly str: "$1";
13253
13335
  };
13254
13336
  };
13255
- readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) \\[([\\S\\s]+?)\\]$": {
13256
- readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}.";
13337
+ readonly '^Update configuration to (.+).$': {
13338
+ readonly gettext: "Update configuration to: {{ name }}.";
13257
13339
  readonly placeholders: {
13258
- readonly moduleName: "$1";
13259
- readonly expression: "$3";
13260
- readonly incorrectExpression: "$4";
13261
- readonly line: "$5";
13262
- readonly column: "$6";
13340
+ readonly name: "$1";
13263
13341
  };
13264
13342
  };
13265
- readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": {
13266
- readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}} near reserved keyword \"{{keyword}}\".";
13343
+ readonly '^Execute generic command: (.+).?$': {
13344
+ readonly gettext: "Execute generic command: {{command}}";
13267
13345
  readonly placeholders: {
13268
- readonly moduleName: "$1";
13269
- readonly expression: "$3";
13270
- readonly incorrectExpression: "$4";
13271
- readonly line: "$5";
13272
- readonly column: "$6";
13273
- readonly keyword: "$7";
13346
+ readonly command: "$1";
13274
13347
  };
13275
13348
  };
13276
- readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+), please check the where clause \\[([\\S\\s]+?)\\]$": {
13277
- readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}, check \"where\" clause.";
13278
- readonly placeholders: {
13279
- readonly moduleName: "$1";
13280
- readonly expression: "$3";
13281
- readonly incorrectExpression: "$4";
13282
- readonly line: "$5";
13283
- readonly column: "$6";
13284
- };
13349
+ readonly '^Error while processing report$': {
13350
+ readonly gettext: "Error while processing report";
13285
13351
  };
13286
- readonly "^Cannot deploy module (.+?)! : Deployment failed in module '(.+?)' in expression '(.+?)' : Exception compiling script '(.+?)' of dialect '(.+?)': missing (.+?) before statement \\((.+?)\\) \\[([\\S\\s]+?)\\]$": {
13287
- readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": exception compiling script \"{{scriptName}}\" of dialect \"{{scriptDialect}}\": missing \"{{missingSyntax}}\" before statement \"{{affectedStatement}}\".";
13288
- readonly placeholders: {
13289
- readonly moduleName: "$1";
13290
- readonly expression: "$3";
13291
- readonly scriptName: "$4";
13292
- readonly scriptDialect: "$5";
13293
- readonly missingSyntax: "$6";
13294
- readonly affectedStatement: "$7";
13295
- };
13352
+ readonly '^Expected 1 endpointId argument$': {
13353
+ readonly gettext: "Expected 1 endpointId argument";
13296
13354
  };
13297
- readonly "^Cannot execute bulk operation on empty group. Group with id='(\\d+?)' doesn't have child assets.$": {
13298
- readonly gettext: "Could not execute bulk operation on an empty group. Group with ID \"{{groupId}}\" has no child assets.";
13355
+ readonly '^Option created$': {
13356
+ readonly gettext: "Option created.";
13357
+ };
13358
+ readonly '^Option "(.+?)" created$': {
13359
+ readonly gettext: "Option \"{{option}}\" created.";
13299
13360
  readonly placeholders: {
13300
- readonly groupId: "$1";
13361
+ readonly option: "$1";
13301
13362
  };
13302
13363
  };
13303
- readonly "^Cannot execute bulk operation on empty group. DynamicGroup with id='(\\d+?)' doesn't have child assets$": {
13304
- readonly gettext: "Could not execute bulk operation on an empty group. Smart group with ID \"{{groupId}}\" has no child assets.";
13364
+ readonly '^Option deleted$': {
13365
+ readonly gettext: "Option deleted.";
13366
+ };
13367
+ readonly '^Option "(.+?)" deleted$': {
13368
+ readonly gettext: "Option \"{{option}}\" deleted.";
13305
13369
  readonly placeholders: {
13306
- readonly groupId: "$1";
13370
+ readonly option: "$1";
13307
13371
  };
13308
13372
  };
13309
- readonly '^Cannot parse X509 certificate. : Could not parse certificate: (.+?)$': {
13310
- readonly gettext: "Could not parse X.509 certificate: {{ failureReason | translate }}.";
13373
+ readonly '^unable to find option with given key (.+?) : Could not find entity Option by ID (.+?)!$': {
13374
+ readonly gettext: "Unable to get tenant option: \"{{option}}\".";
13311
13375
  readonly placeholders: {
13312
- readonly failureReason: "$1";
13376
+ readonly option: "$2";
13313
13377
  };
13314
13378
  };
13315
- readonly '^Cannot reschedule bulk operation. All its operations are successful$': {
13316
- readonly gettext: "Cannot reschedule bulk operation. All its operations are already successful.";
13317
- };
13318
- readonly '^Cannot reset user password : Cannot find user with such email.$': {
13319
- readonly gettext: "Cannot reset password for user with such email: email not found.";
13320
- };
13321
- readonly '^Cannot update/delete application binary via this endpoint$': {
13322
- readonly gettext: "Cannot update/delete application binary via this endpoint";
13323
- };
13324
- readonly "^Can't delete user because it is used by another managed object$": {
13325
- readonly gettext: "Cannot delete device with associated device owner because this owner is still assigned to other device(s). Try to remove only the device.";
13326
- };
13327
- readonly '^Cep module created$': {
13328
- readonly gettext: "CEP module created";
13329
- };
13330
- readonly '^Cep module updated$': {
13331
- readonly gettext: "CEP module updated";
13332
- };
13333
- readonly '^Cep module deleted$': {
13334
- readonly gettext: "CEP module deleted";
13335
- };
13336
- readonly '^Cep module "(.+?)" created$': {
13337
- readonly gettext: "CEP module \"{{name}}\" created";
13379
+ readonly '^unable to find option with given key (.+?) : There is no system property for key (.+?)$': {
13380
+ readonly gettext: "Unable to get system option: \"{{option}}\".";
13338
13381
  readonly placeholders: {
13339
- readonly name: "$1";
13382
+ readonly option: "$2";
13340
13383
  };
13341
13384
  };
13342
- readonly '^Cep module "(.+?)" updated$': {
13343
- readonly gettext: "CEP module \"{{name}}\" updated";
13344
- readonly placeholders: {
13345
- readonly name: "$1";
13385
+ readonly "^Message with ID (.+?) doesn't exist in smart rest template (.+?)$": {
13386
+ gettext: "Message with ID \"{{messageId}}\" doesn't exist in SmartREST template with ID \"{{templateId}}\"";
13387
+ placeholders: {
13388
+ messageId: string;
13389
+ templateId: string;
13346
13390
  };
13347
13391
  };
13348
- readonly '^Cep module "(.+?)" deleted$': {
13349
- readonly gettext: "CEP module \"{{name}}\" deleted";
13350
- readonly placeholders: {
13351
- readonly name: "$1";
13392
+ readonly "^Smart rest template (.+?) doesn't exist$": {
13393
+ gettext: "SmartREST template with ID \"{{templateId}}\" doesn't exist.";
13394
+ placeholders: {
13395
+ templateId: string;
13352
13396
  };
13353
13397
  };
13354
13398
  readonly '^Command state is invalid: (.+)$': {
@@ -13367,103 +13411,47 @@ declare const MESSAGES_CORE_I18N: {
13367
13411
  };
13368
13412
  };
13369
13413
  };
13370
- readonly '^Could not connect to endpoint (.+)\\. Could not verify `(.+)` host key with fingerprint `(.+)` for `(.+)` on port (.+)\\. If you expected that key, please remove the previous one from configuration to allow for connection\\.$': {
13371
- readonly gettext: "Could not connect to endpoint \"{{endpointName}}\". Could not verify {{keyType}} host key with fingerprint {{fingerprint}} for host {{host}} on port {{port}}. If you expected this key, please remove the previous one from configuration to allow for connection.";
13414
+ readonly '^Simulator state is invalid: (.+)$': {
13415
+ readonly gettext: "Simulator state is invalid: {{violations}}";
13372
13416
  readonly placeholders: {
13373
- readonly endpointName: "$1";
13374
- readonly keyType: "$2";
13375
- readonly fingerprint: "$3";
13376
- readonly host: "$4";
13377
- readonly port: "$5";
13378
- };
13379
- };
13380
- readonly '^Could not login to ssh server on endpoint "(.+)"\\. Provided credential for user "(.+)" is incorrect\\.$': {
13381
- readonly gettext: "Could not access SSH server on endpoint \"{{endpointName}}\". Provided credentials for user \"{{userName}}\" are incorrect.";
13382
- readonly placeholders: {
13383
- readonly endpointName: "$1";
13384
- readonly userName: "$2";
13385
- };
13386
- };
13387
- readonly '^Could not save object remoteAccessUpdate: (.+)$': {
13388
- readonly gettext: "{{errorMessages}}";
13389
- readonly placeholders: {
13390
- readonly errorMessages: {
13417
+ readonly violations: {
13391
13418
  readonly capture: "$1";
13392
13419
  readonly translate: {
13393
- readonly 'Could not recognize host-key format': {
13394
- readonly gettext: "Could not recognize \"Host key\" format";
13395
- };
13396
- readonly 'Could not recognize key-pair format': {
13397
- readonly gettext: "Could not recognize the format of \"Public key\" or \"Private key\"";
13420
+ readonly '(\\w+?) - may not be null': {
13421
+ readonly gettext: "\"{{field}}\" should not be null";
13422
+ readonly placeholders: {
13423
+ readonly field: "$1";
13424
+ };
13398
13425
  };
13399
- };
13400
- };
13401
- };
13402
- };
13403
- readonly '^Could not update user. : Error persisting user (.+?)!$': {
13404
- readonly gettext: "Could not update user \"{{username}}\".";
13405
- readonly placeholders: {
13406
- readonly username: "$1";
13407
- };
13408
- };
13409
- readonly '^Create bulk operation$': {
13410
- readonly gettext: "Create bulk operation";
13411
- };
13412
- readonly '^Create bulk operation: (.+)$': {
13413
- readonly gettext: "Create bulk operation: {{updatesList}}";
13414
- readonly placeholders: {
13415
- updatesList: {
13416
- capture: string;
13417
- translate: {
13418
- "status='(.+?)'": {
13419
- gettext: "status: \"{{ status | translate }}\"";
13420
- placeholders: {
13421
- status: string;
13426
+ readonly '(\\w+?) - must be less than or equal to (\\d+)': {
13427
+ readonly gettext: "\"{{field}}\" must be less than or equal to {{maxValue}}";
13428
+ readonly placeholders: {
13429
+ readonly field: "$1";
13430
+ readonly maxValue: "$2";
13422
13431
  };
13423
13432
  };
13424
- "generalStatus='(.+?)'": {
13425
- gettext: "general status: \"{{ generalStatus | translate }}\"";
13426
- placeholders: {
13427
- generalStatus: string;
13433
+ readonly '(\\w+?) - should not contain null values': {
13434
+ readonly gettext: "\"{{field}}\" should not contain null values";
13435
+ readonly placeholders: {
13436
+ readonly field: "$1";
13428
13437
  };
13429
13438
  };
13430
- "progress='(.+?)'": {
13431
- gettext: "progress: \"{{ progress }}\"";
13432
- placeholders: {
13433
- progress: string;
13439
+ readonly '(\\w+?) - must be true': {
13440
+ readonly gettext: "\"{{field}}\" must be true";
13441
+ readonly placeholders: {
13442
+ readonly field: "$1";
13434
13443
  };
13435
13444
  };
13436
- 'note=(.+?)': {
13437
- gettext: "note: \"{{ note }}\"";
13438
- placeholders: {
13439
- note: string;
13445
+ readonly '(\\w+?) - must not be empty': {
13446
+ readonly gettext: "\"{{field}}\" must not be empty";
13447
+ readonly placeholders: {
13448
+ readonly field: "$1";
13440
13449
  };
13441
13450
  };
13442
13451
  };
13443
13452
  };
13444
13453
  };
13445
13454
  };
13446
- readonly '^Creation ramp must be greater than (\\d+?)$': {
13447
- readonly gettext: "Bulk operation delay must be greater than {{minSeconds}} seconds.";
13448
- readonly placeholders: {
13449
- readonly minSeconds: "$1";
13450
- };
13451
- };
13452
- readonly '^Created container$': {
13453
- readonly gettext: "Container created.";
13454
- };
13455
- readonly '^Created pod: (.+)$': {
13456
- readonly gettext: "Pod \"{{imageName}}\" created.";
13457
- readonly placeholders: {
13458
- readonly imageName: "$1";
13459
- };
13460
- };
13461
- readonly '^Creating device on LoRa platform failed$': {
13462
- readonly gettext: "Could not create the device in the LoRa platform.";
13463
- };
13464
- readonly '^CSV file contained empty dataset$': {
13465
- readonly gettext: "No entries found in uploaded CSV file.";
13466
- };
13467
13455
  readonly '^Cycle detected for route (.+?)!$': {
13468
13456
  readonly gettext: "Cycle detected for route {{route}}.";
13469
13457
  readonly placeholders: {
@@ -13476,644 +13464,460 @@ declare const MESSAGES_CORE_I18N: {
13476
13464
  readonly '^Data broker processing is not able to connect do destination tenant, thus data forwarding is not working\\. Please contact support\\.$': {
13477
13465
  readonly gettext: "Data broker processing is not able to connect to destination tenant, thus data forwarding is not working. Please contact support.";
13478
13466
  };
13479
- readonly '^Delete bulk operation$': {
13480
- readonly gettext: "Delete bulk operation";
13481
- };
13482
- readonly '^Delete bulk operation: (.+)$': {
13483
- readonly gettext: "Delete bulk operation: {{updatesList}}";
13467
+ readonly '^Duplicated connector for instanceUrl (.+?)!$': {
13468
+ readonly gettext: "Target URL {{targetUrl}} already used by another connector.";
13484
13469
  readonly placeholders: {
13485
- updatesList: {
13486
- capture: string;
13487
- translate: {
13488
- "status='(.+?)'": {
13489
- gettext: "status: \"{{ status | translate }}\"";
13490
- placeholders: {
13491
- status: string;
13492
- };
13493
- };
13494
- "generalStatus='(.+?)'": {
13495
- gettext: "general status: \"{{ generalStatus | translate }}\"";
13496
- placeholders: {
13497
- generalStatus: string;
13498
- };
13499
- };
13500
- "progress='(.+?)'": {
13501
- gettext: "progress: \"{{ progress }}\"";
13502
- placeholders: {
13503
- progress: string;
13504
- };
13505
- };
13506
- 'note=(.+?)': {
13507
- gettext: "note: \"{{ note }}\"";
13508
- placeholders: {
13509
- note: string;
13510
- };
13511
- };
13512
- };
13513
- };
13470
+ readonly targetUrl: "$1";
13514
13471
  };
13515
13472
  };
13516
- readonly "^Device id '(.+?)' contains '(.+?)' character which is not permitted.$": {
13517
- readonly gettext: "ID \"{{deviceId}}\" contains invalid character: \"{{invalidCharacter}}\".";
13473
+ readonly '^Duplicated connector for name (.+?)!$': {
13474
+ readonly gettext: "Connector name \"{{name}}\" already used by another connector.";
13518
13475
  readonly placeholders: {
13519
- readonly deviceId: "$1";
13520
- readonly invalidCharacter: "$2";
13476
+ readonly name: "$1";
13521
13477
  };
13522
13478
  };
13523
- readonly "^Device name: '(.+?)', alarm text: '(.+?)'$": {
13524
- readonly gettext: "Device name: \"{{deviceName}}\", alarm text: \"{{alarmText | translate}}\"";
13525
- readonly placeholders: {
13526
- readonly deviceName: "$1";
13527
- readonly alarmText: "$2";
13528
- };
13479
+ readonly '^Connector updated$': {
13480
+ readonly gettext: "Connector updated";
13529
13481
  };
13530
- readonly '^Device (.+?) already registered to a tenant.$': {
13531
- readonly gettext: "Device {{ devEUI }} is already registered in your tenant or in another tenant in the platform.";
13482
+ readonly '^Connector (.+?) updated: filters [(.+?)] added$': {
13483
+ readonly gettext: "Connector \"{{name}}\" updated: filters [{{filters}}] added";
13532
13484
  readonly placeholders: {
13533
- readonly devEUI: "$1";
13485
+ readonly name: "$1";
13486
+ readonly filters: "$2";
13534
13487
  };
13535
13488
  };
13536
- readonly '^Device with external ID(s) (.+?) was replaced by device with external ID(s) (.+?)$': {
13537
- readonly gettext: "Device with external ID(s) {{ oldExtIds }} was replaced by device with external ID(s) {{ newExtIds }}.";
13489
+ readonly '^Connector deleted$': {
13490
+ readonly gettext: "Connector deleted";
13491
+ };
13492
+ readonly '^Connector (.+?) deleted$': {
13493
+ readonly gettext: "Connector \"{{name}}\" deleted";
13538
13494
  readonly placeholders: {
13539
- readonly oldExtIds: "$1";
13540
- readonly newExtIds: "$2";
13495
+ readonly name: "$1";
13541
13496
  };
13542
13497
  };
13543
- readonly '^Display name$': {
13544
- readonly gettext: "Login alias";
13545
- };
13546
- readonly '^Domain name in uploaded certificate differs from the one in use$': {
13547
- readonly gettext: "Domain name in uploaded certificate differs from the one in use. Please deactivate the custom domain before uploading new certificate.";
13548
- };
13549
- readonly '^Domain name is already in use by another tenant!$': {
13550
- readonly gettext: "Domain name is already used by another tenant.";
13498
+ readonly '^Connector created$': {
13499
+ readonly gettext: "Connector created";
13551
13500
  };
13552
- readonly '^Duplicated connector for instanceUrl (.+?)!$': {
13553
- readonly gettext: "Target URL {{targetUrl}} already used by another connector.";
13501
+ readonly '^Connector (.+?) created: (.+?) added, (.+?)$': {
13502
+ readonly gettext: "Connector \"{{name}}\" created: {{configuration}} added, {{baseProperties}}";
13554
13503
  readonly placeholders: {
13555
- readonly targetUrl: "$1";
13504
+ readonly name: "$1";
13505
+ readonly configuration: "$2";
13506
+ readonly baseProperties: "$3";
13556
13507
  };
13557
13508
  };
13558
- readonly '^Duplicated connector for name (.+?)!$': {
13559
- readonly gettext: "Connector name \"{{name}}\" already used by another connector.";
13509
+ readonly '^Connector (.+?) updated: (.+?) added, (.+?) removed$': {
13510
+ readonly gettext: "Connector \"{{name}}\" updated: {{newConfig}} added, {{oldConfig}} removed";
13560
13511
  readonly placeholders: {
13561
13512
  readonly name: "$1";
13513
+ readonly newConfig: "$2";
13514
+ readonly oldConfig: "$3";
13562
13515
  };
13563
13516
  };
13564
- readonly '^Entry is outside of the target dir: (.+)$': {
13565
- readonly gettext: "File entry outside of the target directory: \"{{path}}\".";
13517
+ readonly '^Connector (.+?) updated: (.+?) removed, (.+?) added$': {
13518
+ readonly gettext: "Connector \"{{name}}\" updated: {{newConfig}} added, {{oldConfig}} removed";
13566
13519
  readonly placeholders: {
13567
- readonly path: "$1";
13520
+ readonly name: "$1";
13521
+ readonly oldConfig: "$2";
13522
+ readonly newConfig: "$3";
13568
13523
  };
13569
13524
  };
13570
- readonly '^Error during password validation. : Password must have at least (\\d+?) characters and no more than (\\d+?) and must contain only Latin1 characters.$': {
13571
- readonly gettext: "Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters.";
13525
+ readonly '^Could not login to ssh server on endpoint "(.+)"\\. Provided credential for user "(.+)" is incorrect\\.$': {
13526
+ readonly gettext: "Could not access SSH server on endpoint \"{{endpointName}}\". Provided credentials for user \"{{userName}}\" are incorrect.";
13572
13527
  readonly placeholders: {
13573
- readonly minCharactersCount: "$1";
13574
- readonly maxCharactersCount: "$2";
13528
+ readonly endpointName: "$1";
13529
+ readonly userName: "$2";
13575
13530
  };
13576
13531
  };
13577
- readonly '^Error during password validation. : Your password has been used already. Choose another.$': {
13578
- readonly gettext: "This password has already been used earlier. Use a different one.";
13579
- };
13580
- readonly "^Error in statement (.+?):(.+?)! : Incorrect syntax near '(.+?)' near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": {
13581
- readonly gettext: "Error in statement {{moduleName}}:{{statementNumber}}. Incorrect syntax near expression \"{{expression}}\" near reserved keyword \"{{keyword}}\".";
13532
+ readonly '^Could not connect to endpoint (.+)\\. Could not verify `(.+)` host key with fingerprint `(.+)` for `(.+)` on port (.+)\\. If you expected that key, please remove the previous one from configuration to allow for connection\\.$': {
13533
+ readonly gettext: "Could not connect to endpoint \"{{endpointName}}\". Could not verify {{keyType}} host key with fingerprint {{fingerprint}} for host {{host}} on port {{port}}. If you expected this key, please remove the previous one from configuration to allow for connection.";
13582
13534
  readonly placeholders: {
13583
- readonly moduleName: "$1";
13584
- readonly statementNumber: "$2";
13585
- readonly expression: "$3";
13586
- readonly keyword: "$4";
13535
+ readonly endpointName: "$1";
13536
+ readonly keyType: "$2";
13537
+ readonly fingerprint: "$3";
13538
+ readonly host: "$4";
13539
+ readonly port: "$5";
13587
13540
  };
13588
13541
  };
13589
- readonly '^External id not found; external id = ID \\[type=(.+?), value=(.+?)\\]$': {
13590
- readonly gettext: "External ID not found for type \"{{type}}\" and value \"{{value}}\".";
13542
+ readonly '^Could not save object remoteAccessUpdate: (.+)$': {
13543
+ readonly gettext: "{{errorMessages}}";
13591
13544
  readonly placeholders: {
13592
- readonly type: "$1";
13593
- readonly value: "$2";
13545
+ readonly errorMessages: {
13546
+ readonly capture: "$1";
13547
+ readonly translate: {
13548
+ readonly 'Could not recognize host-key format': {
13549
+ readonly gettext: "Could not recognize \"Host key\" format";
13550
+ };
13551
+ readonly 'Could not recognize key-pair format': {
13552
+ readonly gettext: "Could not recognize the format of \"Public key\" or \"Private key\"";
13553
+ };
13554
+ };
13555
+ };
13594
13556
  };
13595
13557
  };
13596
- readonly '^Error occurred when trying to find an Application for id ID (.+) : Could not find application by ID (\\d+)$': {
13597
- readonly gettext: "Could not find application by ID {{applicationId}}.";
13558
+ readonly '^Password cipher does not match$': {
13559
+ readonly gettext: "Password cipher does not match.";
13560
+ };
13561
+ readonly '^Private key must be provided in KEY_PAIR credentials$': {
13562
+ readonly gettext: "Private key must be provided when \"Public/private keys\" option is selected.";
13563
+ };
13564
+ readonly '^Protocol "(.+?)" does not support "(.+?)" credentials type$': {
13565
+ readonly gettext: "Protocol \"{{protocol}}\" does not support \"{{credentialsType}}\" credentials type.";
13598
13566
  readonly placeholders: {
13599
- readonly applicationId: "$2";
13567
+ readonly protocol: "$1";
13568
+ readonly credentialsType: "$2";
13600
13569
  };
13601
13570
  };
13602
- readonly '^Http status code: 404\n{error="options/Not Found",message="Unable to find option by given key: sigfox-agent/provider.token",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"}$': {
13603
- readonly gettext: "Unable to find option by given key: sigfox-agent/provider.token";
13571
+ readonly '^Private key cipher does not match$': {
13572
+ readonly gettext: "Private key cipher does not match";
13604
13573
  };
13605
- readonly '^Failed to delete application. : Cannot remove application assigned to other tenants.$': {
13606
- readonly gettext: "Could not delete application assigned to other tenants.";
13574
+ readonly '^LWM2M device type$': {
13575
+ readonly gettext: "LWM2M device type";
13607
13576
  };
13608
- readonly '^Failed to extract certificate from PKCS12$': {
13609
- readonly gettext: "Failed to extract certificate from PKCS12.";
13577
+ readonly '^LWM2M server URI$': {
13578
+ readonly gettext: "LWM2M server URI";
13610
13579
  };
13611
- readonly '^Failed to update domain at the platform$': {
13612
- readonly gettext: "Failed to update domain at the platform.";
13580
+ readonly '^coaps://<LWM2M-server-domain>:<coaps-port>$': {
13581
+ readonly gettext: "coaps://<LWM2M-server-domain>:<coaps-port>";
13613
13582
  };
13614
- readonly "^Finding device data from database failed : No managedObject for id '(.+?)'!$": {
13615
- readonly gettext: "Could not find managed object with ID \"{{deviceId}}\".";
13616
- readonly placeholders: {
13617
- readonly deviceId: "$1";
13618
- };
13583
+ readonly '^Endpoint client ID$': {
13584
+ readonly gettext: "Endpoint client ID";
13619
13585
  };
13620
- readonly '^Following mandatory fields should be included: (.+?)$': {
13621
- readonly gettext: "Following mandatory fields should be included: {{fields}}";
13622
- readonly placeholders: {
13623
- readonly fields: "$1";
13624
- };
13586
+ readonly '^Server public key$': {
13587
+ readonly gettext: "Server public key";
13625
13588
  };
13626
- readonly '^Global Role updated$': {
13627
- readonly gettext: "Global role updated";
13589
+ readonly '^Generate bootstrap server config$': {
13590
+ readonly gettext: "Generate bootstrap server config";
13628
13591
  };
13629
- readonly '^Global Role (.+?) updated$': {
13630
- readonly gettext: "Global role \"{{name}}\" updated";
13631
- readonly placeholders: {
13632
- readonly name: "$1";
13633
- };
13592
+ readonly '^LWM2M bootstrap short server ID$': {
13593
+ readonly gettext: "LWM2M bootstrap short server ID";
13634
13594
  };
13635
- readonly '^Global Role (.+?) updated: (.+)$': {
13636
- readonly gettext: "Global role \"{{name}}\" updated: {{updatesList}}";
13637
- readonly placeholders: {
13638
- readonly name: "$1";
13639
- readonly updatesList: {
13640
- readonly capture: "$2";
13641
- readonly translate: {
13642
- readonly 'applications \\[([^\\]]+?)\\] added': {
13643
- readonly gettext: "applications {{list}} added";
13644
- readonly placeholders: {
13645
- readonly list: "$1";
13646
- };
13647
- };
13648
- readonly 'applications \\[([^\\]]+?)\\] removed': {
13649
- readonly gettext: "applications {{list}} removed";
13650
- readonly placeholders: {
13651
- readonly list: "$1";
13652
- };
13653
- };
13654
- readonly 'roles \\[([^\\]]+?)\\] added': {
13655
- readonly gettext: "roles {{list}} added";
13656
- readonly placeholders: {
13657
- readonly list: "$1";
13658
- };
13659
- };
13660
- readonly 'roles \\[([^\\]]+?)\\] removed': {
13661
- readonly gettext: "roles {{list}} removed";
13662
- readonly placeholders: {
13663
- readonly list: "$1";
13664
- };
13665
- };
13666
- };
13667
- };
13668
- };
13595
+ readonly '^LWM2M short server ID$': {
13596
+ readonly gettext: "LWM2M short server ID";
13669
13597
  };
13670
- readonly '^Global Roles$': {
13671
- readonly gettext: "Global roles";
13598
+ readonly '^Registration lifetime$': {
13599
+ readonly gettext: "Registration lifetime";
13672
13600
  };
13673
- readonly '^Operation updated: (.+)$': {
13674
- readonly gettext: "Operation updated: {{updatesList}}";
13675
- readonly placeholders: {
13676
- readonly updatesList: {
13677
- readonly capture: "$1";
13678
- readonly translate: {
13679
- readonly "status='(.+?)'": {
13680
- readonly gettext: "status: \"{{ status | translate }}\"";
13681
- readonly placeholders: {
13682
- readonly status: "$1";
13683
- };
13684
- };
13685
- readonly "description='(.+?)'": {
13686
- readonly gettext: "description: \"{{ description | translate }}\"";
13687
- readonly placeholders: {
13688
- readonly description: "$1";
13689
- };
13690
- };
13691
- readonly "device name='(.+?)'": {
13692
- readonly gettext: "device name: \"{{ deviceName }}\"";
13693
- readonly placeholders: {
13694
- readonly deviceName: "$1";
13695
- };
13696
- };
13697
- readonly "failure reason='(.+?)'": {
13698
- readonly gettext: "failure reason: \"{{ failureReason | translate }}\"";
13699
- readonly placeholders: {
13700
- readonly failureReason: "$1";
13701
- };
13702
- };
13703
- };
13704
- };
13705
- };
13601
+ readonly '^in seconds$': {
13602
+ readonly gettext: "in seconds";
13706
13603
  };
13707
- readonly '^ID \\[type=(.+?), value=(.+?)\\] was already bound to different Global ID.$': {
13708
- readonly gettext: "External ID \"{{value}}\" of the type \"{{type}}\" already exists.";
13709
- readonly placeholders: {
13710
- readonly type: "$1";
13711
- readonly value: "$2";
13712
- };
13604
+ readonly '^Security instance offset$': {
13605
+ readonly gettext: "Security instance offset";
13713
13606
  };
13714
- readonly '^Invalid credentials! : Bad credentials$': {
13715
- readonly gettext: "Invalid credentials.";
13607
+ readonly '^Default minimum period$': {
13608
+ readonly gettext: "Default minimum period";
13716
13609
  };
13717
- readonly '^Invalid credentials! : No phone number provided$': {
13718
- readonly gettext: "Log into the management tenant first and enter your phone number.";
13610
+ readonly '^Default maximum period$': {
13611
+ readonly gettext: "Default maximum period";
13719
13612
  };
13720
- readonly '^Inventory Role removed$': {
13721
- readonly gettext: "Inventory role removed";
13613
+ readonly '^Binding mode$': {
13614
+ readonly gettext: "Binding mode";
13722
13615
  };
13723
- readonly '^Inventory Role (.+?) removed$': {
13724
- readonly gettext: "Inventory role \"{{name}}\" deleted.";
13725
- readonly placeholders: {
13726
- readonly name: "$1";
13727
- };
13616
+ readonly '^applicable for LWM2M 1\\.0$': {
13617
+ readonly gettext: "applicable for LWM2M 1.0";
13728
13618
  };
13729
- readonly '^Inventory Role updated$': {
13730
- readonly gettext: "Inventory role updated";
13619
+ readonly '^Awake time registration parameter$': {
13620
+ readonly gettext: "Awake time registration parameter";
13731
13621
  };
13732
- readonly '^Inventory Role (.+?) updated$': {
13733
- readonly gettext: "Inventory role \"{{name}}\" updated.";
13734
- readonly placeholders: {
13735
- readonly name: "$1";
13736
- };
13622
+ readonly '^in milliseconds, 0 means device is always online$': {
13623
+ readonly gettext: "in milliseconds, 0 means device is always online";
13737
13624
  };
13738
- readonly '^I/O error: Connection refused; nested exception is Connection refused : Connection refused$': {
13739
- readonly gettext: "Connection refused";
13625
+ readonly '^Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available$': {
13626
+ readonly gettext: "Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available";
13740
13627
  };
13741
- readonly '^I/O error: Read timed out; nested exception is Read timed out : Read timed out$': {
13742
- readonly gettext: "Read timed out";
13628
+ readonly '^Notification storing when disabled or offline$': {
13629
+ readonly gettext: "Notification storing when disabled or offline";
13743
13630
  };
13744
- readonly '^Log file requested$': {
13745
- readonly gettext: "Log file requested.";
13631
+ readonly '^Disable timeout$': {
13632
+ readonly gettext: "Disable timeout";
13746
13633
  };
13747
- readonly '^Managed object deleted$': {
13748
- readonly gettext: "Managed object deleted";
13634
+ readonly '^LWM2M request timeout$': {
13635
+ readonly gettext: "LWM2M request timeout";
13749
13636
  };
13750
- readonly '^Managed object "(.+?)" deleted$': {
13751
- readonly gettext: "Managed object \"{{name}}\" deleted";
13752
- readonly placeholders: {
13753
- readonly name: "$1";
13754
- };
13637
+ readonly '^in milliseconds$': {
13638
+ readonly gettext: "in milliseconds";
13755
13639
  };
13756
- readonly '^Maximum file size exceeded$': {
13757
- readonly gettext: "Maximum file size exceeded.";
13640
+ readonly '^Binary delivery encoding$': {
13641
+ readonly gettext: "Binary delivery encoding";
13758
13642
  };
13759
- readonly "^Message with ID (.+?) doesn't exist in smart rest template (.+?)$": {
13760
- readonly gettext: "Message with ID \"{{messageId}}\" doesn't exist in SmartREST template with ID \"{{templateId}}\"";
13761
- readonly placeholders: {
13762
- readonly messageId: "$1";
13763
- readonly templateId: "$2";
13764
- };
13643
+ readonly '^Firmware update delivery method$': {
13644
+ readonly gettext: "Firmware update delivery method";
13765
13645
  };
13766
- readonly "^name of Application cannot start with '(.+)' prefix.$": {
13767
- readonly gettext: "Application name must not start with \"{{ prefix }}\".";
13768
- readonly placeholders: {
13769
- readonly prefix: "$1";
13770
- };
13646
+ readonly '^Firmware update supported device protocol$': {
13647
+ readonly gettext: "Firmware update supported device protocol";
13771
13648
  };
13772
- readonly '^NewDeviceRequest for id = (.+?) already exists.$': {
13773
- readonly gettext: "Device registration request with ID {{id}} already exists.";
13774
- readonly placeholders: {
13775
- readonly id: "$1";
13776
- };
13649
+ readonly '^Firmware update reset mechanism$': {
13650
+ readonly gettext: "Firmware update reset mechanism";
13777
13651
  };
13778
- readonly '^NewDeviceRequest for device id (.+?) is in state BLOCKED, not PENDING_ACCEPTANCE.$': {
13779
- readonly gettext: "Device registration request with ID \"{{deviceId}}\" is in state \"Blocked\", not \"Pending acceptance\". Remove this registration request and start over.";
13780
- readonly placeholders: {
13781
- readonly deviceId: "$1";
13782
- };
13652
+ readonly '^Firmware update URL$': {
13653
+ readonly gettext: "Firmware update URL";
13783
13654
  };
13784
- readonly '^No communication with device since (.+?)$': {
13785
- readonly gettext: "No communication with device since {{timestamp | absoluteDate}}.";
13786
- readonly placeholders: {
13787
- readonly timestamp: "$1";
13788
- };
13655
+ readonly '^Failed to find operation data in the internal memory store\\. Try again!$': {
13656
+ readonly gettext: "Failed to find operation data in the internal memory store. Try again.";
13789
13657
  };
13790
- readonly '^No data received from device within required interval.$': {
13791
- readonly gettext: "No data received from device within required interval.";
13658
+ readonly '^Security mode$': {
13659
+ readonly gettext: "Security mode";
13792
13660
  };
13793
- readonly '^No LoRa provider settings are found. Please configure the connectivity settings.$': {
13794
- readonly gettext: "No LoRa provider settings are found. Please configure the connectivity settings.";
13661
+ readonly '^Bootstrap PSK ID$': {
13662
+ readonly gettext: "Bootstrap PSK ID";
13795
13663
  };
13796
- readonly '^Not within any context!$': {
13797
- readonly gettext: "A problem occurred with microservice subscription.";
13664
+ readonly '^Bootstrap pre-shared key$': {
13665
+ readonly gettext: "Bootstrap pre-shared key";
13798
13666
  };
13799
- readonly '^Maximum age cannot be bigger than 10 years.$': {
13800
- readonly gettext: "Maximum age cannot be bigger than 10 years.";
13667
+ readonly '^LWM2M PSK ID$': {
13668
+ readonly gettext: "LWM2M PSK ID";
13801
13669
  };
13802
- readonly '^Microservice application name incorrect. Please use only lower-case letters, digits and dashes. Maximum length is (\\d+) characters.$': {
13803
- readonly gettext: "Microservice application name is incorrect: only lower case letters, digits and dashes allowed. Maximum length: {{maxLength}}.";
13804
- readonly placeholders: {
13805
- readonly maxLength: "$1";
13806
- };
13670
+ readonly '^LWM2M pre-shared key$': {
13671
+ readonly gettext: "LWM2M pre-shared key";
13807
13672
  };
13808
- readonly '^Microservice not available.*$': {
13809
- readonly gettext: "Microservice is not available.";
13673
+ readonly '^LWM2M bulk device upload operation$': {
13674
+ readonly gettext: "LWM2M bulk device upload operation";
13810
13675
  };
13811
- readonly '^Operation created$': {
13812
- readonly gettext: "Operation created.";
13676
+ readonly '^This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices\\. The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': {
13677
+ readonly gettext: "This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.";
13813
13678
  };
13814
- readonly '^Operation updated$': {
13815
- readonly gettext: "Operation updated.";
13679
+ readonly '^Write$': {
13680
+ readonly gettext: "Write";
13816
13681
  };
13817
- readonly "^Operation created: status='(.+?)'.$": {
13818
- readonly gettext: "Operation created: status: \"{{ status | translate }}\".";
13819
- readonly placeholders: {
13820
- readonly status: "$1";
13821
- };
13682
+ readonly '^Execute$': {
13683
+ readonly gettext: "Execute";
13822
13684
  };
13823
- readonly '^Option created$': {
13824
- readonly gettext: "Option created.";
13685
+ readonly '^Execute with parameters$': {
13686
+ readonly gettext: "Execute with parameters";
13825
13687
  };
13826
- readonly '^Option "(.+?)" created$': {
13827
- readonly gettext: "Option \"{{option}}\" created.";
13828
- readonly placeholders: {
13829
- readonly option: "$1";
13830
- };
13688
+ readonly '^Execute with Parameters$': {
13689
+ readonly gettext: "Execute with parameters";
13831
13690
  };
13832
- readonly '^Option deleted$': {
13833
- readonly gettext: "Option deleted.";
13691
+ readonly '^Delete Instance$': {
13692
+ readonly gettext: "Delete instance";
13834
13693
  };
13835
- readonly '^Option "(.+?)" deleted$': {
13836
- readonly gettext: "Option \"{{option}}\" deleted.";
13694
+ readonly '^Create Instance$': {
13695
+ readonly gettext: "Create instance";
13696
+ };
13697
+ readonly '^Read Object$': {
13698
+ readonly gettext: "Read object";
13699
+ };
13700
+ readonly '^Read Instance$': {
13701
+ readonly gettext: "Read instance";
13702
+ };
13703
+ readonly '^LWM2M bulk device removal operation$': {
13704
+ readonly gettext: "LWM2M bulk device removal operation";
13705
+ };
13706
+ readonly '^This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from C8Y\\.The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': {
13707
+ readonly gettext: "This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from the platform. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.";
13708
+ };
13709
+ readonly '^Could not find device$': {
13710
+ readonly gettext: "Could not find device";
13711
+ };
13712
+ readonly '^Exception occurred while removing device (.+?)$': {
13713
+ readonly gettext: "Exception occurred while removing device: {{ exceptionMessage }}";
13837
13714
  readonly placeholders: {
13838
- readonly option: "$1";
13715
+ readonly exceptionMessage: "$1";
13839
13716
  };
13840
13717
  };
13841
- readonly '^Owner field error. : Cannot introduce cyclic dependency.$': {
13842
- readonly gettext: "Could not introduce cyclic ownership dependency.";
13718
+ readonly '^This command can be used to migrate LWM2M devices which are created in a non-standard way\\. It can take comma-separated device managed object IDs as parameters\\. If the IDs are specified then the migration will be done only for those devices\\. If the command is sent without any parameters then the agent will look up for possible Lwm2m devices that are not created in a standard way and try to migrate them\\. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices$': {
13719
+ readonly gettext: "This command can be used to migrate LWM2M devices which are created in a non-standard way. It can take comma-separated device managed object IDs as parameters. If the IDs are specified then the migration will be done only for those devices. If the command is sent without any parameters then the agent will look up for possible LWM2M devices that are not created in a standard way and try to migrate them. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices";
13843
13720
  };
13844
- readonly '^Password change is temporary blocked.$': {
13845
- readonly gettext: "Password change is temporarily blocked.";
13721
+ readonly '^Unable to migrate devices$': {
13722
+ readonly gettext: "Unable to migrate devices";
13846
13723
  };
13847
- readonly '^Password cipher does not match$': {
13848
- readonly gettext: "Password cipher does not match.";
13724
+ readonly '^LWM2M device registration$': {
13725
+ readonly gettext: "LWM2M device registration";
13849
13726
  };
13850
- readonly '^Platform application cannot be added to, nor removed from any tenant.$': {
13851
- readonly gettext: "Platform application cannot be added to, nor removed from any tenant.";
13727
+ readonly '^The required and optional properties to register and setup LWM2M Devices$': {
13728
+ readonly gettext: "The required and optional properties to register and setup LWM2M devices";
13852
13729
  };
13853
- readonly '^Private key must be provided in KEY_PAIR credentials$': {
13854
- readonly gettext: "Private key must be provided when \"Public/private keys\" option is selected.";
13730
+ readonly '^Bootstrap$': {
13731
+ readonly gettext: "Bootstrap";
13855
13732
  };
13856
- readonly '^Private key cipher does not match$': {
13857
- readonly gettext: "Private key cipher does not match";
13733
+ readonly '^Advanced$': {
13734
+ readonly gettext: "Advanced";
13858
13735
  };
13859
- readonly '^Protocol "(.+?)" does not support "(.+?)" credentials type$': {
13860
- readonly gettext: "Protocol \"{{protocol}}\" does not support \"{{credentialsType}}\" credentials type.";
13861
- readonly placeholders: {
13862
- readonly protocol: "$1";
13863
- readonly credentialsType: "$2";
13864
- };
13736
+ readonly '^Bulk LWM2M device registration$': {
13737
+ readonly gettext: "Bulk LWM2M device registration";
13865
13738
  };
13866
- readonly '^Provided security key does not match key stored for device (.+?).$': {
13867
- readonly gettext: "Provided security token does not match the security token stored for this device \"{{deviceId}}\".";
13868
- readonly placeholders: {
13869
- readonly deviceId: "$1";
13870
- };
13739
+ readonly '^This command returns a list of shell commands with description that can be created for the Lwm2m device connector\\.$': {
13740
+ readonly gettext: "This command returns a list of shell commands with description that can be created for the LWM2M device connector.";
13871
13741
  };
13872
- readonly '^Provided security key does not match key stored for device (.+?).Reached maximum number of failed attempts while trying to register this device. Request will now be blocked and has to be removed manually to restart the process.$': {
13873
- readonly gettext: "The provided security token does not match the token stored for device \"{{deviceId}}\". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process.";
13874
- readonly placeholders: {
13875
- readonly deviceId: "$1";
13876
- };
13742
+ readonly '^The following operations are supported:$': {
13743
+ readonly gettext: "The following operations are supported:";
13877
13744
  };
13878
- readonly '^pulling image "(.+)"$': {
13879
- readonly gettext: "Pulling image: \"{{imageName}}\".";
13880
- readonly placeholders: {
13881
- readonly imageName: "$1";
13882
- };
13745
+ readonly '^PSK template$': {
13746
+ readonly gettext: "PSK template";
13883
13747
  };
13884
- readonly '^Real-time event processing is currently overloaded and may stop processing your events\\. Please contact support\\.$': {
13885
- readonly gettext: "Real-time event processing is currently overloaded and may stop processing your events. Please contact support.";
13748
+ readonly '^A bulk registration CSV template showing all mandatory fields$': {
13749
+ readonly gettext: "A bulk registration CSV template showing all mandatory fields";
13886
13750
  };
13887
- readonly '^Resource ID \\[type=com_cumulocity_model_idtype_GId, value=(.+?)\\] for this request not found.$': {
13888
- readonly gettext: "Could not find the resource with ID \"{{id}}\".";
13751
+ readonly '^Mandatory fields template$': {
13752
+ readonly gettext: "Mandatory fields template";
13753
+ };
13754
+ readonly '^General template$': {
13755
+ readonly gettext: "General template";
13756
+ };
13757
+ readonly '^A bulk registration CSV template for NO_SEC devices with all optional fields$': {
13758
+ readonly gettext: "A bulk registration CSV template for NO_SEC devices with all optional fields";
13759
+ };
13760
+ readonly '^A general bulk registration CSV template showing all possible fields$': {
13761
+ readonly gettext: "A general bulk registration CSV template showing all possible fields";
13762
+ };
13763
+ readonly '^A bulk registration CSV template for PSK devices with all optional fields$': {
13764
+ readonly gettext: "A bulk registration CSV template for PSK devices with all optional fields";
13765
+ };
13766
+ readonly '^NO_SEC template$': {
13767
+ readonly gettext: "NO_SEC template";
13768
+ };
13769
+ readonly '^Authentication to the Loriot platform failed with status code (.+?). Check if the credentials are correct or if Session ID is expired.$': {
13770
+ readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the credentials are correct or if session ID is expired.";
13889
13771
  readonly placeholders: {
13890
- readonly id: "$1";
13772
+ readonly statusCode: "$1";
13891
13773
  };
13892
13774
  };
13893
- readonly '^RESTART (.+?)$': {
13894
- readonly gettext: "RESTART`verb, action` {{service}}";
13775
+ readonly '^Authentication to the Loriot platform failed with status code (.+?). Check if the base URL, credentials are correct and the application with the given ID exists.$': {
13776
+ readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the base URL, credentials are correct and the application with the given ID exists.";
13895
13777
  readonly placeholders: {
13896
- readonly service: "$1";
13778
+ readonly statusCode: "$1";
13897
13779
  };
13898
13780
  };
13899
- readonly '^Retrieve configuration snapshot from device (.+?)$': {
13900
- readonly gettext: "Retrieve configuration snapshot from device {{deviceName}}";
13781
+ readonly '^Application output creation failed due to status code (.+?)$': {
13782
+ readonly gettext: "Application output creation failed due to status code {{ statusCode }}.";
13901
13783
  readonly placeholders: {
13902
- readonly deviceName: "$1";
13784
+ readonly statusCode: "$1";
13903
13785
  };
13904
13786
  };
13905
- readonly '^Retrieve (.+?) configuration snapshot from device (.+?)$': {
13906
- readonly gettext: "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}";
13787
+ readonly '^Application output update failed due to status code (.+?)$': {
13788
+ readonly gettext: "Application output update failed due to status code {{ statusCode }}.";
13907
13789
  readonly placeholders: {
13908
- readonly configurationType: "$1";
13909
- readonly deviceName: "$2";
13790
+ readonly statusCode: "$1";
13910
13791
  };
13911
13792
  };
13912
- readonly '^Scaled up replica set (.+) to (\\d+)$': {
13913
- readonly gettext: "Replica set \"{{replicaSetName}}\" scaled up to \"{{scaleNumber}}\".";
13793
+ readonly '^Error creating the device due to status code (.+?). Check if the application Id, devEui, appEui and appKey are in the correct format or the device limit has been exceeded or has been registered with another account in the Loriot provider$': {
13794
+ readonly gettext: "Error creating the device due to status code {{ statusCode }}. Check if the application name, Device EUI, Application EUI and Application key are in the correct format or the device limit has been exceeded or has been registered with another account in the LORIOT provider.";
13914
13795
  readonly placeholders: {
13915
- readonly replicaSetName: "$1";
13916
- readonly scaleNumber: "$2";
13796
+ readonly statusCode: "$1";
13917
13797
  };
13918
13798
  };
13919
- readonly '^Send configuration snapshot (.+?) of configuration type (.+?) to device (.+?)$': {
13920
- readonly gettext: "Send configuration snapshot {{snapshotName}} of configuration type {{configurationType}} to device {{deviceName}}";
13799
+ readonly '^Error retrieving application with given ID: (.+?) with status code 400. Check if the applicationId provided is in the correct format$': {
13800
+ readonly gettext: "Error retrieving application with given ID: {{ applicationId }} with status code 400. Check if the selected application is correct";
13921
13801
  readonly placeholders: {
13922
- readonly snapshotName: "$1";
13923
- readonly configurationType: "$2";
13924
- readonly deviceName: "$3";
13802
+ readonly applicationId: "$1";
13925
13803
  };
13926
13804
  };
13927
- readonly '^Send configuration snapshot (.+?) to device (.+?)$': {
13928
- readonly gettext: "Send configuration snapshot {{snapshotName}} to device {{deviceName}}";
13805
+ readonly "^LNS connection name can't be null or blank.$": {
13806
+ readonly gettext: "LNS connection name can't be empty.";
13807
+ };
13808
+ readonly '^Unexpected error occurred while accessing the cached LNS connections map with key (.+?)$': {
13809
+ readonly gettext: "Unexpected error occurred while accessing the cached LNS connections map with key \"{{ connectionName }}\".";
13929
13810
  readonly placeholders: {
13930
- readonly snapshotName: "$1";
13931
- readonly deviceName: "$2";
13811
+ readonly connectionName: "$1";
13932
13812
  };
13933
13813
  };
13934
- readonly '^Simulator state is invalid: (.+)$': {
13935
- readonly gettext: "Simulator state is invalid: {{violations}}";
13814
+ readonly "^LNS connection named (.+?) doesn't exist.$": {
13815
+ readonly gettext: "LNS connection named \"{{ connectionName }}\" doesn't exist.";
13936
13816
  readonly placeholders: {
13937
- readonly violations: {
13938
- readonly capture: "$1";
13939
- readonly translate: {
13940
- readonly '(\\w+?) - may not be null': {
13941
- readonly gettext: "\"{{field}}\" should not be null";
13942
- readonly placeholders: {
13943
- readonly field: "$1";
13944
- };
13945
- };
13946
- readonly '(\\w+?) - must be less than or equal to (\\d+)': {
13947
- readonly gettext: "\"{{field}}\" must be less than or equal to {{maxValue}}";
13948
- readonly placeholders: {
13949
- readonly field: "$1";
13950
- readonly maxValue: "$2";
13951
- };
13952
- };
13953
- readonly '(\\w+?) - should not contain null values': {
13954
- readonly gettext: "\"{{field}}\" should not contain null values";
13955
- readonly placeholders: {
13956
- readonly field: "$1";
13957
- };
13958
- };
13959
- readonly '(\\w+?) - must be true': {
13960
- readonly gettext: "\"{{field}}\" must be true";
13961
- readonly placeholders: {
13962
- readonly field: "$1";
13963
- };
13964
- };
13965
- readonly '(\\w+?) - must not be empty': {
13966
- readonly gettext: "\"{{field}}\" must not be empty";
13967
- readonly placeholders: {
13968
- readonly field: "$1";
13969
- };
13970
- };
13971
- };
13972
- };
13817
+ readonly connectionName: "$1";
13973
13818
  };
13974
13819
  };
13975
- readonly "^Smart rest template (.+?) doesn't exist$": {
13976
- readonly gettext: "SmartREST template with ID \"{{templateId}}\" doesn't exist.";
13820
+ readonly '^LNS connection named (.+?) already exists.$': {
13821
+ readonly gettext: "LNS connection named \"{{ connectionName }}\" already exists.";
13977
13822
  readonly placeholders: {
13978
- readonly templateId: "$1";
13823
+ readonly connectionName: "$1";
13979
13824
  };
13980
13825
  };
13981
- readonly '^Smart rule created$': {
13982
- readonly gettext: "Smart rule created.";
13983
- };
13984
- readonly '^Smart rule updated$': {
13985
- readonly gettext: "Smart rule updated.";
13986
- };
13987
- readonly '^Smart rule enabled$': {
13988
- readonly gettext: "Smart rule activated.";
13826
+ readonly "^New LNS connection can't be null.$": {
13827
+ readonly gettext: "New LNS connection can't be empty.";
13989
13828
  };
13990
- readonly '^Smart rule disabled$': {
13991
- readonly gettext: "Smart rule deactivated.";
13829
+ readonly "^LNS connection to update can't be null.$": {
13830
+ readonly gettext: "LNS connection to update can't be empty.";
13992
13831
  };
13993
- readonly '^Smart rule deleted$': {
13994
- readonly gettext: "Smart rule deleted.";
13832
+ readonly "^The name of the LNS connection to update can't be null.$": {
13833
+ readonly gettext: "The name of the LNS connection to update can't be empty.";
13995
13834
  };
13996
- readonly '^Smart rule "(.+?)" created$': {
13997
- readonly gettext: "Smart rule \"{{name}}\" created.";
13835
+ readonly '^Can not delete the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': {
13836
+ readonly gettext: "Could not delete the LNS connection with the name \"{{ connectionName }}\" as it's associated with {{ numberOfDevices }} device(s).";
13998
13837
  readonly placeholders: {
13999
- readonly name: "$1";
13838
+ readonly connectionName: "$1";
13839
+ readonly numberOfDevices: "$2";
14000
13840
  };
14001
13841
  };
14002
- readonly '^Smart rule "(.+?)" updated$': {
14003
- readonly gettext: "Smart rule \"{{name}}\" updated.";
13842
+ readonly '^Can not update the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': {
13843
+ readonly gettext: "Could not update the LNS connection with the name \"{{ connectionName }}\" as it's associated with {{ numberOfDevices }} device(s).";
14004
13844
  readonly placeholders: {
14005
- readonly name: "$1";
13845
+ readonly connectionName: "$1";
13846
+ readonly numberOfDevices: "$2";
14006
13847
  };
14007
13848
  };
14008
- readonly '^Smart rule "(.+?)" enabled$': {
14009
- readonly gettext: "Smart rule \"{{name}}\" activated.";
13849
+ readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the credentials are correct.$': {
13850
+ readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the credentials are correct.";
14010
13851
  readonly placeholders: {
14011
- readonly name: "$1";
13852
+ readonly statusCode: "$1";
14012
13853
  };
14013
13854
  };
14014
- readonly '^Smart rule "(.+?)" disabled$': {
14015
- readonly gettext: "Smart rule \"{{name}}\" deactivated.";
13855
+ readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the profile Id is correct.$': {
13856
+ readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the Profile ID is correct.";
14016
13857
  readonly placeholders: {
14017
- readonly name: "$1";
13858
+ readonly statusCode: "$1";
14018
13859
  };
14019
13860
  };
14020
- readonly '^Smart rule "(.+?)" deleted$': {
14021
- readonly gettext: "Smart rule \"{{name}}\" deleted.";
13861
+ readonly '^Authentication to the Actility platform failed. Check if the base URL (.+?) is correct.$': {
13862
+ readonly gettext: "Authentication to the Actility platform failed. Check if the base URL {{ baseUrl }} is correct.";
14022
13863
  readonly placeholders: {
14023
- readonly name: "$1";
13864
+ readonly baseUrl: "$1";
14024
13865
  };
14025
13866
  };
14026
- readonly '^START (.+?)$': {
14027
- readonly gettext: "START`verb, action` {{service}}";
13867
+ readonly '^Authentication to the Sigfox platform failed. Check if the base URL (.+) is correct.$': {
13868
+ readonly gettext: "Authentication to the Sigfox platform failed. Check if the base URL {{ baseUrl }} is correct.";
14028
13869
  readonly placeholders: {
14029
- readonly service: "$1";
14030
- };
14031
- };
14032
- readonly '^Started container$': {
14033
- readonly gettext: "Container started.";
14034
- };
14035
- readonly '^STOP (.+?)$': {
14036
- readonly gettext: "STOP`verb, action` {{service}}";
14037
- readonly placeholders: {
14038
- readonly service: "$1";
14039
- };
14040
- };
14041
- readonly '^Successfully assigned (.+) to (.+)$': {
14042
- readonly gettext: "\"{{imageName}}\" assigned to \"{{address}}\".";
14043
- readonly placeholders: {
14044
- readonly imageName: "$1";
14045
- readonly address: "$2";
14046
- };
14047
- };
14048
- readonly '^Successfully pulled image "(.+)"$': {
14049
- readonly gettext: "Image \"{{imageName}}\" pulled.";
14050
- readonly placeholders: {
14051
- readonly imageName: "$1";
13870
+ readonly baseUrl: "$1";
14052
13871
  };
14053
13872
  };
14054
- readonly '^Tenant creation failed. : Tenant with given id already exists.$': {
14055
- readonly gettext: "Could not create a tenant. Tenant with given domain/URL already exists.";
13873
+ readonly '^Authentication to the Sigfox platform failed. Check if the Parent group Id and/or the credentials are correct.$': {
13874
+ readonly gettext: "Authentication to the Sigfox platform failed. Check if the Parent group ID and/or the credentials are correct.";
14056
13875
  };
14057
- readonly '^Tenant id cannot be a reserved sql keyword "(.+?)".$': {
14058
- readonly gettext: "Could not use a reserved SQL keyword \"{{tenantId}}\" as a domain name.";
13876
+ readonly '^Authentication to the Loriot platform failed with status code (.+?). Session Id might have expired.$': {
13877
+ readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Session ID might have expired.";
14059
13878
  readonly placeholders: {
14060
- readonly tenantId: "$1";
13879
+ readonly statusCode: "$1";
14061
13880
  };
14062
13881
  };
14063
- readonly '^Tenant "(.+?)" activated$': {
14064
- readonly gettext: "Tenant \"{{tenant}}\" activated.";
13882
+ readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the base URL and/or the credentials are correct.$': {
13883
+ readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the base URL and/or the credentials are correct.";
14065
13884
  readonly placeholders: {
14066
- readonly tenant: "$1";
13885
+ readonly statusCode: "$1";
14067
13886
  };
14068
13887
  };
14069
- readonly '^Tenant (.+?) has sub-tenants, please remove them first!$': {
14070
- readonly gettext: "Could not remove tenant \"{{tenant}}\". Remove its subtenants first.";
13888
+ readonly '^Error on deleting group: (.+?) : Role (.+?) is used in SSO dynamic access mapping$': {
13889
+ readonly gettext: "Role \"{{ roleName }}\" cannot be deleted because it is assigned to a dynamic access mapping in Single sign-on configuration.";
14071
13890
  readonly placeholders: {
14072
- readonly tenant: "$1";
13891
+ readonly roleName: "$1";
14073
13892
  };
14074
13893
  };
14075
- readonly '^Tenant activated$': {
14076
- readonly gettext: "Tenant activated.";
14077
- };
14078
- readonly '^Tenant "(.+?)" created$': {
14079
- readonly gettext: "Tenant \"{{tenant}}\" created.";
13894
+ readonly '^The series param (.+?) has wrong format. Valid format is (.+?)$': {
13895
+ readonly gettext: "The data cannot be retrieved because the fragment and series combination <code>{{ seriesParam }}</code> has an invalid format. Please verify your fragment and series selections in the data point configuration. The correct format should be <code>{{ validFormat }}</code>.";
14080
13896
  readonly placeholders: {
14081
- readonly tenant: "$1";
13897
+ readonly seriesParam: "$1";
13898
+ readonly validFormat: "$2";
14082
13899
  };
14083
13900
  };
14084
- readonly '^Tenant created$': {
14085
- readonly gettext: "Tenant created.";
14086
- };
14087
- readonly '^Tenant "(.+?)" deleted$': {
14088
- readonly gettext: "Tenant \"{{tenant}}\" deleted.";
14089
- readonly placeholders: {
14090
- readonly tenant: "$1";
14091
- };
13901
+ readonly '^Http status code: 404\n{error="options/Not Found",message="Unable to find option by given key: sigfox-agent/provider.token",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"}$': {
13902
+ readonly gettext: "Unable to find option by given key: sigfox-agent/provider.token";
14092
13903
  };
14093
- readonly '^Tenant deleted$': {
14094
- readonly gettext: "Tenant deleted.";
13904
+ readonly '^Creating device on LoRa platform failed$': {
13905
+ readonly gettext: "Could not create the device in the LoRa platform.";
14095
13906
  };
14096
- readonly '^Tenant "(.+?)" suspended$': {
14097
- readonly gettext: "Tenant \"{{tenant}}\" suspended.";
14098
- readonly placeholders: {
14099
- readonly tenant: "$1";
14100
- };
13907
+ readonly '^No LoRa provider settings are found. Please configure the connectivity settings.$': {
13908
+ readonly gettext: "No LoRa provider settings are found. Please configure the connectivity settings.";
14101
13909
  };
14102
- readonly '^Tenant suspended$': {
14103
- readonly gettext: "Tenant suspended";
13910
+ readonly "^Can't delete user because it is used by another managed object$": {
13911
+ readonly gettext: "Cannot delete device with associated device owner because this owner is still assigned to other device(s). Try to remove only the device.";
14104
13912
  };
14105
- readonly '^Tenant "(.+?)" updated: (.+?)$': {
14106
- readonly gettext: "Tenant \"{{tenant}}\" updated: {{properties}}.";
13913
+ readonly '^Could not update user. : Error persisting user (.+?)!$': {
13914
+ readonly gettext: "Could not update user \"{{username}}\".";
14107
13915
  readonly placeholders: {
14108
- readonly tenant: "$1";
14109
- readonly properties: "$2";
13916
+ readonly username: "$1";
14110
13917
  };
14111
13918
  };
14112
- readonly '^Tenant updated$': {
14113
- readonly gettext: "Tenant updated.";
14114
- };
14115
- readonly '^Too Many Requests$': {
14116
- readonly gettext: "Too many requests. Try again later.";
13919
+ readonly '^Owner field error. : Cannot introduce cyclic dependency.$': {
13920
+ readonly gettext: "Could not introduce cyclic ownership dependency.";
14117
13921
  };
14118
13922
  readonly "^User alias equals username '(.+)'$": {
14119
13923
  readonly gettext: "Username and login alias must be different.";
@@ -14136,12 +13940,6 @@ declare const MESSAGES_CORE_I18N: {
14136
13940
  readonly name: "$1";
14137
13941
  };
14138
13942
  };
14139
- readonly '^(.+?) user login with OAuth internal mode failed$': {
14140
- readonly gettext: "\"{{name}}\" user login with OAI-Secure mode failed";
14141
- readonly placeholders: {
14142
- readonly name: "$1";
14143
- };
14144
- };
14145
13943
  readonly '^User updated$': {
14146
13944
  readonly gettext: "User updated";
14147
13945
  };
@@ -14222,146 +14020,244 @@ declare const MESSAGES_CORE_I18N: {
14222
14020
  readonly email: "$1";
14223
14021
  };
14224
14022
  };
14225
- readonly '^unable to find option with given key (.+?) : Could not find entity Option by ID (.+?)!$': {
14226
- readonly gettext: "Unable to get tenant option: \"{{option}}\".";
14023
+ readonly "^User '(.+)' is managed by a remote identity management service defined by an administrator, direct update is forbidden$": {
14024
+ readonly gettext: "User \"{{userName}}\" is managed by a remote identity management service defined by an administrator, direct update is forbidden.";
14227
14025
  readonly placeholders: {
14228
- readonly option: "$2";
14026
+ readonly userName: "$1";
14229
14027
  };
14230
14028
  };
14231
- readonly '^unable to find option with given key (.+?) : There is no system property for key (.+?)$': {
14232
- readonly gettext: "Unable to get system option: \"{{option}}\".";
14029
+ readonly '^User logout$': {
14030
+ readonly gettext: "User logout";
14031
+ };
14032
+ readonly '^(.+?) user logout$': {
14033
+ readonly gettext: "\"{{name}}\" user logout";
14233
14034
  readonly placeholders: {
14234
- readonly option: "$2";
14035
+ readonly name: "$1";
14235
14036
  };
14236
14037
  };
14237
- readonly '^Write failed with error code 16733 and error message \'trying to index text where term list is too big, max is 4mb _id: "(.+?)"\'$': {
14238
- readonly gettext: "The uploaded image cannot be bigger than 4 MB. Please upload a smaller one.";
14239
- };
14240
- readonly '^Write failed with error code 17280 and error message \'WiredTigerIndex::insert: key too large to index, failing (.+?) { : "(.+?)" }\'$': {
14241
- readonly gettext: "The selected name is too long. Please try a shorter one.";
14242
- };
14243
- readonly '^You have reached devices limit. No more devices can be registered.$': {
14244
- readonly gettext: "You reached devices limit. No more devices can be registered.";
14038
+ readonly '^Display name$': {
14039
+ readonly gettext: "Login alias";
14245
14040
  };
14246
- readonly '^(.+) succeeded for volume "(.+)"$': {
14247
- readonly gettext: "Operation \"{{operation}}\" succeeded for volume \"{{volume}}\".";
14041
+ readonly '^(.+)pplication for tenant (.+) with properties \\( (.+?) \\) already exists$': {
14042
+ readonly gettext: "Application for tenant \"{{tenant}}\" with the following values ({{valuesList}}) already exists.";
14248
14043
  readonly placeholders: {
14249
- readonly operation: "$1";
14250
- readonly volume: "$2";
14044
+ readonly tenant: "$2";
14045
+ readonly valuesList: "$3";
14251
14046
  };
14252
14047
  };
14253
- readonly "^Exception on tenant (.+) in statement '(.+)': Invocation exception when invoking method '(.+)' of class '(.+)' passing parameters \\[(.+)\\] for statement '(.+)': (.+) : (.+)$": {
14254
- readonly gettext: "Exception on tenant {{tenantId}} in statement \"{{moduleName}}\": Invocation exception when invoking method \"{{methodName}}\" of class \"{{classPath}}\" passing parameters [{{parameters}}] for statement \"{{statement}}\": {{exceptionType}} : {{exceptionMessage}}.";
14048
+ readonly '^Domain name is already in use by another tenant!$': {
14049
+ readonly gettext: "Domain name is already used by another tenant.";
14050
+ };
14051
+ readonly '^Tenant creation failed. : Tenant with given id already exists.$': {
14052
+ readonly gettext: "Could not create a tenant. Tenant with given domain/URL already exists.";
14053
+ };
14054
+ readonly '^Tenant id cannot be a reserved sql keyword "(.+?)".$': {
14055
+ readonly gettext: "Could not use a reserved SQL keyword \"{{tenantId}}\" as a domain name.";
14255
14056
  readonly placeholders: {
14256
14057
  readonly tenantId: "$1";
14257
- readonly moduleName: "$2";
14258
- readonly methodName: "$3";
14259
- readonly classPath: "$4";
14260
- readonly parameters: "$5";
14261
- readonly statement: "$6";
14262
- readonly exceptionType: "$7";
14263
- readonly exceptionMessage: "$8";
14264
14058
  };
14265
14059
  };
14266
- readonly '^No nodes are available that match all of the predicates: (.+).$': {
14267
- readonly gettext: "No nodes are available that match all of the predicates: [{{predicates}}].";
14060
+ readonly '^Tenant "(.+?)" activated$': {
14061
+ readonly gettext: "Tenant \"{{tenant}}\" activated.";
14268
14062
  readonly placeholders: {
14269
- readonly predicates: "$1";
14063
+ readonly tenant: "$1";
14270
14064
  };
14271
14065
  };
14272
- readonly '^Readiness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': {
14273
- readonly gettext: "Readiness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).";
14066
+ readonly '^Tenant (.+?) has sub-tenants, please remove them first!$': {
14067
+ readonly gettext: "Could not remove tenant \"{{tenant}}\". Remove its subtenants first.";
14274
14068
  readonly placeholders: {
14275
- readonly requestMethod: "$1";
14276
- readonly uri: "$2";
14277
- readonly protocol: "$3";
14069
+ readonly tenant: "$1";
14278
14070
  };
14279
14071
  };
14280
- readonly '^Liveness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': {
14281
- readonly gettext: "Liveness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).";
14072
+ readonly '^Tenant activated$': {
14073
+ readonly gettext: "Tenant activated.";
14074
+ };
14075
+ readonly '^Tenant "(.+?)" created$': {
14076
+ readonly gettext: "Tenant \"{{tenant}}\" created.";
14282
14077
  readonly placeholders: {
14283
- readonly requestMethod: "$1";
14284
- readonly uri: "$2";
14285
- readonly protocol: "$3";
14078
+ readonly tenant: "$1";
14286
14079
  };
14287
14080
  };
14288
- readonly '^Error syncing pod$': {
14289
- readonly gettext: "Pod synchronization error.";
14290
- };
14291
- readonly '^Failed create pod sandbox.$': {
14292
- readonly gettext: "Pod sandbox creation failed.";
14081
+ readonly '^Tenant created$': {
14082
+ readonly gettext: "Tenant created.";
14293
14083
  };
14294
- readonly '^Exception on tenant (.+) in statement \'(.+)\': Http status code: (\\d+) \\{error="alarm/Unprocessable Entity",message="(.+)",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"\\}$': {
14295
- readonly gettext: "Exception on tenant {{tenantId}} in statement \"{{statement}}\": HTTP status code: {{httpStatusCode}} : {{message | translate}}";
14084
+ readonly '^Tenant "(.+?)" deleted$': {
14085
+ readonly gettext: "Tenant \"{{tenant}}\" deleted.";
14296
14086
  readonly placeholders: {
14297
- readonly tenantId: "$1";
14298
- readonly statement: "$2";
14299
- readonly httpStatusCode: "$3";
14300
- readonly message: "$4";
14087
+ readonly tenant: "$1";
14301
14088
  };
14302
14089
  };
14303
- readonly "^User '(.+)' is managed by a remote identity management service defined by an administrator, direct update is forbidden$": {
14304
- readonly gettext: "User \"{{userName}}\" is managed by a remote identity management service defined by an administrator, direct update is forbidden.";
14305
- readonly placeholders: {
14306
- readonly userName: "$1";
14307
- };
14090
+ readonly '^Tenant deleted$': {
14091
+ readonly gettext: "Tenant deleted.";
14308
14092
  };
14309
- readonly '^Added new child device to "(.+)" \\(ID: (.+)\\).$': {
14310
- readonly gettext: "Added new child device to \"{{parentDeviceName}}\" (ID: {{parentDeviceId}}).";
14093
+ readonly '^Tenant "(.+?)" suspended$': {
14094
+ readonly gettext: "Tenant \"{{tenant}}\" suspended.";
14311
14095
  readonly placeholders: {
14312
- readonly parentDeviceName: "$1";
14313
- readonly parentDeviceId: "$2";
14096
+ readonly tenant: "$1";
14314
14097
  };
14315
14098
  };
14316
- readonly '^Updated child device of "(.+)" \\(ID: (.+)\\).$': {
14317
- readonly gettext: "Updated child device of \"{{parentDeviceName}}\" (ID: {{parentDeviceId}}).";
14318
- readonly placeholders: {
14319
- readonly parentDeviceName: "$1";
14320
- readonly parentDeviceId: "$2";
14321
- };
14099
+ readonly '^Tenant suspended$': {
14100
+ readonly gettext: "Tenant suspended";
14322
14101
  };
14323
- readonly '^Added child device "(.+)" \\(ID: (.+)\\).$': {
14324
- readonly gettext: "Added child device \"{{name}}\" (ID: {{id}}).";
14102
+ readonly '^Tenant "(.+?)" updated: (.+?)$': {
14103
+ readonly gettext: "Tenant \"{{tenant}}\" updated: {{properties}}.";
14325
14104
  readonly placeholders: {
14326
- readonly name: "$1";
14327
- readonly id: "$2";
14105
+ readonly tenant: "$1";
14106
+ readonly properties: "$2";
14328
14107
  };
14329
14108
  };
14330
- readonly '^Removed child device "(.+)" \\(ID: (.+)\\).$': {
14331
- readonly gettext: "Removed child device \"{{name}}\" (ID: {{id}}).";
14332
- readonly placeholders: {
14333
- readonly name: "$1";
14334
- readonly id: "$2";
14335
- };
14109
+ readonly '^Tenant updated$': {
14110
+ readonly gettext: "Tenant updated.";
14336
14111
  };
14337
- readonly '^Change value of "(.+)" to (.+) (.+).$': {
14338
- readonly gettext: "Change value of \"{{name}}\" to {{value}}{{unit}}.";
14339
- readonly placeholders: {
14340
- readonly name: "$1";
14341
- readonly value: "$2";
14342
- readonly unit: "$3";
14343
- };
14112
+ readonly '^Global Role updated$': {
14113
+ readonly gettext: "Global role updated";
14344
14114
  };
14345
- readonly '^Change value of "(.+)" to (.+).$': {
14346
- readonly gettext: "Change value of \"{{name}}\" to {{value}}.";
14115
+ readonly '^Global Role (.+?) updated$': {
14116
+ readonly gettext: "Global role \"{{name}}\" updated";
14347
14117
  readonly placeholders: {
14348
14118
  readonly name: "$1";
14349
- readonly value: "$2";
14350
14119
  };
14351
14120
  };
14352
- readonly '^Change status of "(.+)" to "(.+)".$': {
14353
- readonly gettext: "Change status of \"{{name}}\" to \"{{label}}\".";
14121
+ readonly '^Global Role (.+?) updated: (.+)$': {
14122
+ readonly gettext: "Global role \"{{name}}\" updated: {{updatesList}}";
14354
14123
  readonly placeholders: {
14355
14124
  readonly name: "$1";
14356
- readonly label: "$2";
14357
- };
14358
- };
14359
- readonly '^Send message "(.+)".$': {
14360
- readonly gettext: "Send message \"{{str}}\".";
14361
- readonly placeholders: {
14362
- readonly str: "$1";
14363
- };
14364
- };
14125
+ readonly updatesList: {
14126
+ readonly capture: "$2";
14127
+ readonly translate: {
14128
+ readonly 'applications \\[([^\\]]+?)\\] added': {
14129
+ readonly gettext: "applications {{list}} added";
14130
+ readonly placeholders: {
14131
+ readonly list: "$1";
14132
+ };
14133
+ };
14134
+ readonly 'applications \\[([^\\]]+?)\\] removed': {
14135
+ readonly gettext: "applications {{list}} removed";
14136
+ readonly placeholders: {
14137
+ readonly list: "$1";
14138
+ };
14139
+ };
14140
+ readonly 'roles \\[([^\\]]+?)\\] added': {
14141
+ readonly gettext: "roles {{list}} added";
14142
+ readonly placeholders: {
14143
+ readonly list: "$1";
14144
+ };
14145
+ };
14146
+ readonly 'roles \\[([^\\]]+?)\\] removed': {
14147
+ readonly gettext: "roles {{list}} removed";
14148
+ readonly placeholders: {
14149
+ readonly list: "$1";
14150
+ };
14151
+ };
14152
+ };
14153
+ };
14154
+ };
14155
+ };
14156
+ readonly '^Global Roles$': {
14157
+ readonly gettext: "Global roles";
14158
+ };
14159
+ readonly '^Inventory Role removed$': {
14160
+ readonly gettext: "Inventory role removed";
14161
+ };
14162
+ readonly '^Inventory Role (.+?) removed$': {
14163
+ readonly gettext: "Inventory role \"{{name}}\" deleted.";
14164
+ readonly placeholders: {
14165
+ readonly name: "$1";
14166
+ };
14167
+ };
14168
+ readonly '^Inventory Role updated$': {
14169
+ readonly gettext: "Inventory role updated";
14170
+ };
14171
+ readonly '^Inventory Role (.+?) updated$': {
14172
+ readonly gettext: "Inventory role \"{{name}}\" updated.";
14173
+ readonly placeholders: {
14174
+ readonly name: "$1";
14175
+ };
14176
+ };
14177
+ readonly '^Global Manager$': {
14178
+ readonly gettext: "Global Manager";
14179
+ };
14180
+ readonly '^Can read and write all data from all devices$': {
14181
+ readonly gettext: "Can read and write all data from all devices.";
14182
+ };
14183
+ readonly '^Global Reader$': {
14184
+ readonly gettext: "Global Reader";
14185
+ };
14186
+ readonly '^Can read all data \\(including users, in contrast to "Global Reader"\\)$': {
14187
+ readonly gettext: "Can read all data (including users, in contrast to \"Global Reader\").";
14188
+ };
14189
+ readonly '^Tenant Manager$': {
14190
+ readonly gettext: "Tenant Manager";
14191
+ };
14192
+ readonly '^Can manage tenant wide configurations like applications, tenant options and retention rules$': {
14193
+ readonly gettext: "Can manage tenant wide configurations like applications, tenant options and retention rules.";
14194
+ };
14195
+ readonly '^CEP Manager$': {
14196
+ readonly gettext: "CEP Manager";
14197
+ };
14198
+ readonly '^Has full access to all deployed CEP modules and SmartRules$': {
14199
+ readonly gettext: "Has full access to all deployed CEP modules and smart rules.";
14200
+ };
14201
+ readonly '^Cockpit User$': {
14202
+ readonly gettext: "Cockpit User";
14203
+ };
14204
+ readonly '^User to work in Cockpit application. This does not include the access to any device data.$': {
14205
+ readonly gettext: "User to work in Cockpit application. This does not include the access to any device data.";
14206
+ };
14207
+ readonly '^Global User Manager$': {
14208
+ readonly gettext: "Global User Manager";
14209
+ };
14210
+ readonly '^Can access and modify the full user hierarchy$': {
14211
+ readonly gettext: "Can access and edit the full user hierarchy.";
14212
+ };
14213
+ readonly '^Shared User Manager$': {
14214
+ readonly gettext: "Shared User Manager";
14215
+ };
14216
+ readonly '^Can create new user as his own sub-users and manage this$': {
14217
+ readonly gettext: "Can create new own sub-users and manage them.";
14218
+ };
14219
+ readonly '^Reader$': {
14220
+ readonly gettext: "Reader";
14221
+ };
14222
+ readonly '^Can read all data of the asset.$': {
14223
+ readonly gettext: "Can read all data of the asset.";
14224
+ };
14225
+ readonly '^Devicemanagement User$': {
14226
+ readonly gettext: "Device Management User";
14227
+ };
14228
+ readonly '^Gives access to bulk operations and device management application. This does not include access to any device data.$': {
14229
+ readonly gettext: "Gives access to bulk operations and Device Management application. This does not include access to any device data.";
14230
+ };
14231
+ readonly '^A role marker for device users. After registration, a device automatically has this role$': {
14232
+ readonly gettext: "A role marker for device users. After registration, a device automatically has this role.";
14233
+ };
14234
+ readonly '^Operations: All$': {
14235
+ readonly gettext: "Operations: All";
14236
+ };
14237
+ readonly '^Can remotely manage the assets by sending operations to the device. This includes for example remote configuration, software update, etc.$': {
14238
+ readonly gettext: "Can remotely manage the assets by sending operations to the device. This includes remote configuration, software update and more.";
14239
+ };
14240
+ readonly '^Operations: Restart Device$': {
14241
+ readonly gettext: "Operations: Restart Device";
14242
+ };
14243
+ readonly '^Can restart devices.$': {
14244
+ readonly gettext: "Can restart devices.";
14245
+ };
14246
+ readonly '^Can access all devices and their data but has no management permission in the tenant$': {
14247
+ readonly gettext: "Can access all devices and their data but has no management permission in the tenant.";
14248
+ };
14249
+ readonly '^Can read all data from all devices$': {
14250
+ readonly gettext: "Can read all data from all devices.";
14251
+ };
14252
+ readonly '^Enables administrative permissions. The first user created for the tenant receives this role$': {
14253
+ readonly gettext: "Enables administrative permissions. The first user created for the tenant receives this role.";
14254
+ };
14255
+ readonly '^Creation ramp must be greater than (\\d+?)$': {
14256
+ readonly gettext: "Bulk operation delay must be greater than {{minSeconds}} seconds.";
14257
+ readonly placeholders: {
14258
+ readonly minSeconds: "$1";
14259
+ };
14260
+ };
14365
14261
  readonly '^Close relay (.+).$': {
14366
14262
  readonly gettext: "Close relay {{number}}.";
14367
14263
  readonly placeholders: {
@@ -14398,86 +14294,94 @@ declare const MESSAGES_CORE_I18N: {
14398
14294
  readonly number: "$1";
14399
14295
  };
14400
14296
  };
14401
- readonly '^Update bulk operation$': {
14402
- readonly gettext: "Update bulk operation";
14403
- };
14404
- readonly '^Update bulk operation: (.+)$': {
14405
- readonly gettext: "Update bulk operation: {{updatesList}}";
14297
+ readonly '^Operation updated: (.+)$': {
14298
+ readonly gettext: "Operation updated: {{updatesList}}";
14406
14299
  readonly placeholders: {
14407
- updatesList: {
14408
- capture: string;
14409
- translate: {
14410
- "status='(.+?)'": {
14411
- gettext: "status: \"{{ status | translate }}\"";
14412
- placeholders: {
14413
- status: string;
14300
+ readonly updatesList: {
14301
+ readonly capture: "$1";
14302
+ readonly translate: {
14303
+ readonly "status='(.+?)'": {
14304
+ readonly gettext: "status: \"{{ status | translate }}\"";
14305
+ readonly placeholders: {
14306
+ readonly status: "$1";
14414
14307
  };
14415
14308
  };
14416
- "generalStatus='(.+?)'": {
14417
- gettext: "general status: \"{{ generalStatus | translate }}\"";
14418
- placeholders: {
14419
- generalStatus: string;
14309
+ readonly "description='(.+?)'": {
14310
+ readonly gettext: "description: \"{{ description | translate }}\"";
14311
+ readonly placeholders: {
14312
+ readonly description: "$1";
14420
14313
  };
14421
14314
  };
14422
- "progress='(.+?)'": {
14423
- gettext: "progress: \"{{ progress }}\"";
14424
- placeholders: {
14425
- progress: string;
14315
+ readonly "device name='(.+?)'": {
14316
+ readonly gettext: "device name: \"{{ deviceName }}\"";
14317
+ readonly placeholders: {
14318
+ readonly deviceName: "$1";
14426
14319
  };
14427
14320
  };
14428
- 'note=(.+?)': {
14429
- gettext: "note: \"{{ note }}\"";
14430
- placeholders: {
14431
- note: string;
14321
+ readonly "failure reason='(.+?)'": {
14322
+ readonly gettext: "failure reason: \"{{ failureReason | translate }}\"";
14323
+ readonly placeholders: {
14324
+ readonly failureReason: "$1";
14432
14325
  };
14433
14326
  };
14434
14327
  };
14435
14328
  };
14436
14329
  };
14437
14330
  };
14438
- readonly '^Update firmware to: "?(.+?)"? \\(version: (.+)\\)\\.?$': {
14439
- readonly gettext: "Update firmware to: \"{{ name }}\" (version: {{ version }})";
14331
+ readonly '^Operation created$': {
14332
+ readonly gettext: "Operation created.";
14333
+ };
14334
+ readonly '^Operation updated$': {
14335
+ readonly gettext: "Operation updated.";
14336
+ };
14337
+ readonly "^Operation created: status='(.+?)'.$": {
14338
+ readonly gettext: "Operation created: status: \"{{ status | translate }}\".";
14440
14339
  readonly placeholders: {
14441
- readonly name: "$1";
14442
- readonly version: "$2";
14340
+ readonly status: "$1";
14443
14341
  };
14444
14342
  };
14445
- readonly '^Update firmware to: "?(.+?)"?\\.?$': {
14446
- readonly gettext: "Update firmware to: \"{{ name }}\"";
14343
+ readonly '^Change value of "(.+)" to (.+) (.+).$': {
14344
+ readonly gettext: "Change value of \"{{name}}\" to {{value}}{{unit}}.";
14447
14345
  readonly placeholders: {
14448
14346
  readonly name: "$1";
14347
+ readonly value: "$2";
14348
+ readonly unit: "$3";
14449
14349
  };
14450
14350
  };
14451
- readonly '^Update configuration to (.+).$': {
14452
- readonly gettext: "Update configuration to: {{ name }}.";
14351
+ readonly '^Change value of "(.+)" to (.+).$': {
14352
+ readonly gettext: "Change value of \"{{name}}\" to {{value}}.";
14453
14353
  readonly placeholders: {
14454
14354
  readonly name: "$1";
14355
+ readonly value: "$2";
14455
14356
  };
14456
14357
  };
14457
- readonly '^Apply device profile: (.+).?$': {
14458
- readonly gettext: "Apply device profile: {{ name }}";
14358
+ readonly '^Change status of "(.+)" to "(.+)".$': {
14359
+ readonly gettext: "Change status of \"{{name}}\" to \"{{label}}\".";
14459
14360
  readonly placeholders: {
14460
14361
  readonly name: "$1";
14362
+ readonly label: "$2";
14461
14363
  };
14462
14364
  };
14463
- readonly '^Execute generic command: (.+).?$': {
14464
- readonly gettext: "Execute generic command: {{command}}";
14365
+ readonly '^Created container$': {
14366
+ readonly gettext: "Container created.";
14367
+ };
14368
+ readonly '^Created pod: (.+)$': {
14369
+ readonly gettext: "Pod \"{{imageName}}\" created.";
14465
14370
  readonly placeholders: {
14466
- readonly command: "$1";
14371
+ readonly imageName: "$1";
14467
14372
  };
14468
14373
  };
14469
- readonly '^Failed to refresh application. : Cannot refresh non local-hosted application.$': {
14470
- readonly gettext: "Could not reactivate the application as it is not hosted locally.";
14374
+ readonly '^Microservice not available.*$': {
14375
+ readonly gettext: "Microservice is not available.";
14471
14376
  };
14472
- readonly '^Failed to refresh application. : Cannot refresh application without active version id.$': {
14473
- readonly gettext: "Could not reactivate the application as it has no active version.";
14377
+ readonly '^Started container$': {
14378
+ readonly gettext: "Container started.";
14474
14379
  };
14475
- readonly '^Scaled down replica set (.+) to (\\d+)$': {
14476
- readonly gettext: "Replica set \"{{replicaSetName}}\" scaled down to \"{{scaleNumber}}\".";
14477
- readonly placeholders: {
14478
- readonly replicaSetName: "$1";
14479
- readonly scaleNumber: "$2";
14480
- };
14380
+ readonly '^Error syncing pod$': {
14381
+ readonly gettext: "Pod synchronization error.";
14382
+ };
14383
+ readonly '^Failed create pod sandbox.$': {
14384
+ readonly gettext: "Pod sandbox creation failed.";
14481
14385
  };
14482
14386
  readonly '^Deleted pod: (.+)$': {
14483
14387
  readonly gettext: "Pod \"{{imageName}}\" deleted.";
@@ -14491,705 +14395,915 @@ declare const MESSAGES_CORE_I18N: {
14491
14395
  readonly imageName: "$1";
14492
14396
  };
14493
14397
  };
14494
- readonly '^Error updating tenant! Cannot insert second configuration for Password code grant internal/Bad Request$': {
14495
- readonly gettext: "This login mode was already set by another administrator. Refresh the page to update the data.";
14496
- };
14497
- readonly '^Application deleted$': {
14498
- readonly gettext: "Application deleted";
14499
- };
14500
- readonly '^Microservice application "(.+?)" deleted for tenant "(.+?)"$': {
14501
- readonly gettext: "Microservice application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
14398
+ readonly '^Scaled up replica set (.+) to (\\d+)$': {
14399
+ readonly gettext: "Replica set \"{{replicaSetName}}\" scaled up to \"{{scaleNumber}}\".";
14502
14400
  readonly placeholders: {
14503
- readonly appName: "$1";
14504
- readonly tenant: "$2";
14401
+ readonly replicaSetName: "$1";
14402
+ readonly scaleNumber: "$2";
14505
14403
  };
14506
14404
  };
14507
- readonly '^Hosted application "(.+?)" deleted for tenant "(.+?)"$': {
14508
- readonly gettext: "Hosted application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
14405
+ readonly '^Scaled down replica set (.+) to (\\d+)$': {
14406
+ readonly gettext: "Replica set \"{{replicaSetName}}\" scaled down to \"{{scaleNumber}}\".";
14509
14407
  readonly placeholders: {
14510
- readonly appName: "$1";
14511
- readonly tenant: "$2";
14408
+ readonly replicaSetName: "$1";
14409
+ readonly scaleNumber: "$2";
14512
14410
  };
14513
14411
  };
14514
- readonly '^External application "(.+?)" deleted for tenant "(.+?)"$': {
14515
- readonly gettext: "External application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
14412
+ readonly '^Not within any context!$': {
14413
+ readonly gettext: "A problem occurred with microservice subscription.";
14414
+ };
14415
+ readonly '^pulling image "(.+)"$': {
14416
+ readonly gettext: "Pulling image: \"{{imageName}}\".";
14516
14417
  readonly placeholders: {
14517
- readonly appName: "$1";
14518
- readonly tenant: "$2";
14418
+ readonly imageName: "$1";
14519
14419
  };
14520
14420
  };
14521
- readonly '^Application activated$': {
14522
- readonly gettext: "Application activated";
14421
+ readonly '^RESTART (.+?)$': {
14422
+ readonly gettext: "RESTART`verb, action` {{service}}";
14423
+ readonly placeholders: {
14424
+ readonly service: "$1";
14425
+ };
14523
14426
  };
14524
- readonly '^Microservice application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
14525
- readonly gettext: "Microservice application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
14427
+ readonly '^START (.+?)$': {
14428
+ readonly gettext: "START`verb, action` {{service}}";
14526
14429
  readonly placeholders: {
14527
- readonly appName: "$1";
14528
- readonly version: "$2";
14529
- readonly activeVersionId: "$3";
14430
+ readonly service: "$1";
14530
14431
  };
14531
14432
  };
14532
- readonly '^Hosted application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
14533
- readonly gettext: "Hosted application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
14433
+ readonly '^STOP (.+?)$': {
14434
+ readonly gettext: "STOP`verb, action` {{service}}";
14534
14435
  readonly placeholders: {
14535
- readonly appName: "$1";
14536
- readonly version: "$2";
14537
- readonly activeVersionId: "$3";
14436
+ readonly service: "$1";
14538
14437
  };
14539
14438
  };
14540
- readonly '^Hosted application "(.+?)" activated: activeVersionId \\[\'(.+?)\'\\] added$': {
14541
- readonly gettext: "Hosted application \"{{appName}}\" activated: activeVersionId \"{{activeVersionId}}\" added";
14439
+ readonly '^Successfully assigned (.+) to (.+)$': {
14440
+ readonly gettext: "\"{{imageName}}\" assigned to \"{{address}}\".";
14542
14441
  readonly placeholders: {
14543
- readonly appName: "$1";
14544
- readonly activeVersionId: "$2";
14442
+ readonly imageName: "$1";
14443
+ readonly address: "$2";
14545
14444
  };
14546
14445
  };
14547
- readonly '^External application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
14548
- readonly gettext: "External application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
14446
+ readonly '^Successfully pulled image "(.+)"$': {
14447
+ readonly gettext: "Image \"{{imageName}}\" pulled.";
14549
14448
  readonly placeholders: {
14550
- readonly appName: "$1";
14551
- readonly version: "$2";
14552
- readonly activeVersionId: "$3";
14449
+ readonly imageName: "$1";
14553
14450
  };
14554
14451
  };
14555
- readonly '^(.+?) user logged in to the platform with OAuth internal login mode$': {
14556
- readonly gettext: "\"{{name}}\" user logged in to the platform with OAI-Secure login mode";
14452
+ readonly '^Write failed with error code 16733 and error message \'trying to index text where term list is too big, max is 4mb _id: "(.+?)"\'$': {
14453
+ readonly gettext: "The uploaded image cannot be bigger than 4 MB. Please upload a smaller one.";
14454
+ };
14455
+ readonly '^Write failed with error code 17280 and error message \'WiredTigerIndex::insert: key too large to index, failing (.+?) { : "(.+?)" }\'$': {
14456
+ readonly gettext: "The selected name is too long. Please try a shorter one.";
14457
+ };
14458
+ readonly '^No nodes are available that match all of the predicates: (.+).$': {
14459
+ readonly gettext: "No nodes are available that match all of the predicates: [{{predicates}}].";
14557
14460
  readonly placeholders: {
14558
- readonly name: "$1";
14461
+ readonly predicates: "$1";
14559
14462
  };
14560
14463
  };
14561
- readonly "^Scaling application '(.+?)' from (.+?) to (.+?) instances$": {
14562
- readonly gettext: "Scaling application \"{{appName}}\" from {{from}} to {{to}} instances";
14464
+ readonly '^Readiness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': {
14465
+ readonly gettext: "Readiness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).";
14563
14466
  readonly placeholders: {
14564
- readonly appName: "$1";
14565
- readonly from: "$2";
14566
- readonly to: "$3";
14467
+ readonly requestMethod: "$1";
14468
+ readonly uri: "$2";
14469
+ readonly protocol: "$3";
14567
14470
  };
14568
14471
  };
14569
- readonly '^User logout$': {
14570
- readonly gettext: "User logout";
14472
+ readonly '^Liveness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': {
14473
+ readonly gettext: "Liveness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).";
14474
+ readonly placeholders: {
14475
+ readonly requestMethod: "$1";
14476
+ readonly uri: "$2";
14477
+ readonly protocol: "$3";
14478
+ };
14571
14479
  };
14572
- readonly '^(.+?) user logout$': {
14573
- readonly gettext: "\"{{name}}\" user logout";
14480
+ readonly '^Apply software changes: (.+?)\\.?$': {
14481
+ readonly gettext: "Apply software changes: {{ softwareChanges }}";
14574
14482
  readonly placeholders: {
14575
- readonly name: "$1";
14483
+ readonly softwareChanges: {
14484
+ readonly capture: "$1";
14485
+ readonly translate: {
14486
+ readonly 'install "(.+?)" \\(version: (.+?)\\)': {
14487
+ readonly gettext: "install \"{{ softwareName }}\" (version: {{ softwareVersion }})";
14488
+ readonly placeholders: {
14489
+ readonly softwareName: "$1";
14490
+ readonly softwareVersion: "$2";
14491
+ };
14492
+ };
14493
+ readonly 'install "([^"]+)"(?! \\(version: .+?\\))': {
14494
+ readonly gettext: "install \"{{ softwareName }}\"";
14495
+ readonly placeholders: {
14496
+ readonly softwareName: "$1";
14497
+ };
14498
+ };
14499
+ readonly 'delete "(.+?)" \\(version: (.+?)\\)': {
14500
+ readonly gettext: "delete \"{{ softwareName }}\" (version: {{ softwareVersion }})";
14501
+ readonly placeholders: {
14502
+ readonly softwareName: "$1";
14503
+ readonly softwareVersion: "$2";
14504
+ };
14505
+ };
14506
+ readonly 'delete "([^"]+)"(?! \\(version: .+?\\))': {
14507
+ readonly gettext: "delete \"{{ softwareName }}\"";
14508
+ readonly placeholders: {
14509
+ readonly softwareName: "$1";
14510
+ };
14511
+ };
14512
+ };
14513
+ };
14576
14514
  };
14577
14515
  };
14578
- readonly '^Authentication with id: (.+?) configuration updated.$': {
14579
- readonly gettext: "Authentication configuration with ID \"{{id}}\" updated.";
14516
+ readonly '^Update firmware to: "?(.+?)"? \\(version: (.+)\\)\\.?$': {
14517
+ readonly gettext: "Update firmware to: \"{{ name }}\" (version: {{ version }})";
14580
14518
  readonly placeholders: {
14581
- readonly id: "$1";
14519
+ readonly name: "$1";
14520
+ readonly version: "$2";
14582
14521
  };
14583
14522
  };
14584
- readonly '^Authentication configuration with id: (.+?) added.$': {
14585
- readonly gettext: "Authentication configuration with ID \"{{id}}\" added.";
14523
+ readonly '^Update firmware to: "?(.+?)"?\\.?$': {
14524
+ readonly gettext: "Update firmware to: \"{{ name }}\"";
14586
14525
  readonly placeholders: {
14587
- readonly id: "$1";
14526
+ readonly name: "$1";
14588
14527
  };
14589
14528
  };
14590
- readonly '^Configuration type: basic.$': {
14591
- readonly gettext: "Configuration type: Basic Auth.";
14529
+ readonly '^Assign device profile (.+?) to device (.+?)$': {
14530
+ readonly gettext: "Assign device profile {{profileName}} to device {{deviceName}}";
14531
+ readonly placeholders: {
14532
+ readonly profileName: "$1";
14533
+ readonly deviceName: "$2";
14534
+ };
14592
14535
  };
14593
- readonly '^Configuration type: oauth2_internal.$': {
14594
- readonly gettext: "Configuration type: OAI-Secure.";
14536
+ readonly "^Device id '(.+?)' contains '(.+?)' character which is not permitted.$": {
14537
+ readonly gettext: "ID \"{{deviceId}}\" contains invalid character: \"{{invalidCharacter}}\".";
14538
+ readonly placeholders: {
14539
+ readonly deviceId: "$1";
14540
+ readonly invalidCharacter: "$2";
14541
+ };
14595
14542
  };
14596
- readonly '^Configuration type: oauth2.$': {
14597
- readonly gettext: "Configuration type: Single sign-on.";
14543
+ readonly '^Device (.+?) already registered to a tenant.$': {
14544
+ readonly gettext: "Device {{ devEUI }} is already registered in your tenant or in another tenant in the platform.";
14545
+ readonly placeholders: {
14546
+ readonly devEUI: "$1";
14547
+ };
14598
14548
  };
14599
- readonly '^Device put into maintenance state$': {
14600
- readonly gettext: "Device put into maintenance state";
14549
+ readonly '^Device with external ID(s) (.+?) was replaced by device with external ID(s) (.+?)$': {
14550
+ readonly gettext: "Device with external ID(s) {{ oldExtIds }} was replaced by device with external ID(s) {{ newExtIds }}.";
14551
+ readonly placeholders: {
14552
+ readonly oldExtIds: "$1";
14553
+ readonly newExtIds: "$2";
14554
+ };
14601
14555
  };
14602
- readonly '^device with id: (.+?) is put into maintenance state$': {
14603
- readonly gettext: "Device with ID \"{{deviceId}}\" is put into maintenance state";
14556
+ readonly "^Finding device data from database failed : No managedObject for id '(.+?)'!$": {
14557
+ readonly gettext: "Could not find managed object with ID \"{{deviceId}}\".";
14604
14558
  readonly placeholders: {
14605
14559
  readonly deviceId: "$1";
14606
14560
  };
14607
14561
  };
14608
- readonly '^Connector updated$': {
14609
- readonly gettext: "Connector updated";
14610
- };
14611
- readonly '^Connector (.+?) updated: filters [(.+?)] added$': {
14612
- readonly gettext: "Connector \"{{name}}\" updated: filters [{{filters}}] added";
14562
+ readonly '^NewDeviceRequest for id = (.+?) already exists.$': {
14563
+ readonly gettext: "Device registration request with ID {{id}} already exists.";
14613
14564
  readonly placeholders: {
14614
- readonly name: "$1";
14615
- readonly filters: "$2";
14565
+ readonly id: "$1";
14616
14566
  };
14617
14567
  };
14618
- readonly '^Connector deleted$': {
14619
- readonly gettext: "Connector deleted";
14568
+ readonly '^NewDeviceRequest for device id (.+?) is in state BLOCKED, not PENDING_ACCEPTANCE.$': {
14569
+ readonly gettext: "Device registration request with ID \"{{deviceId}}\" is in state \"Blocked\", not \"Pending acceptance\". Remove this registration request and start over.";
14570
+ readonly placeholders: {
14571
+ readonly deviceId: "$1";
14572
+ };
14620
14573
  };
14621
- readonly '^Connector (.+?) deleted$': {
14622
- readonly gettext: "Connector \"{{name}}\" deleted";
14574
+ readonly '^No communication with device since (.+?)$': {
14575
+ readonly gettext: "No communication with device since {{timestamp | absoluteDate}}.";
14623
14576
  readonly placeholders: {
14624
- readonly name: "$1";
14577
+ readonly timestamp: "$1";
14625
14578
  };
14626
14579
  };
14627
- readonly '^Connector created$': {
14628
- readonly gettext: "Connector created";
14580
+ readonly '^No data received from device within required interval.$': {
14581
+ readonly gettext: "No data received from device within required interval.";
14629
14582
  };
14630
- readonly '^Connector (.+?) created: (.+?) added, (.+?)$': {
14631
- readonly gettext: "Connector \"{{name}}\" created: {{configuration}} added, {{baseProperties}}";
14583
+ readonly '^Provided security key does not match key stored for device (.+?).$': {
14584
+ readonly gettext: "Provided security token does not match the security token stored for this device \"{{deviceId}}\".";
14632
14585
  readonly placeholders: {
14633
- readonly name: "$1";
14634
- readonly configuration: "$2";
14635
- readonly baseProperties: "$3";
14586
+ readonly deviceId: "$1";
14636
14587
  };
14637
14588
  };
14638
- readonly '^Connector (.+?) updated: (.+?) added, (.+?) removed$': {
14639
- readonly gettext: "Connector \"{{name}}\" updated: {{newConfig}} added, {{oldConfig}} removed";
14589
+ readonly '^Provided security key does not match key stored for device (.+?).Reached maximum number of failed attempts while trying to register this device. Request will now be blocked and has to be removed manually to restart the process.$': {
14590
+ readonly gettext: "The provided security token does not match the token stored for device \"{{deviceId}}\". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process.";
14640
14591
  readonly placeholders: {
14641
- readonly name: "$1";
14642
- readonly newConfig: "$2";
14643
- readonly oldConfig: "$3";
14592
+ readonly deviceId: "$1";
14644
14593
  };
14645
14594
  };
14646
- readonly '^Connector (.+?) updated: (.+?) removed, (.+?) added$': {
14647
- readonly gettext: "Connector \"{{name}}\" updated: {{newConfig}} added, {{oldConfig}} removed";
14595
+ readonly '^Retrieve configuration snapshot from device (.+?)$': {
14596
+ readonly gettext: "Retrieve configuration snapshot from device {{deviceName}}";
14648
14597
  readonly placeholders: {
14649
- readonly name: "$1";
14650
- readonly oldConfig: "$2";
14651
- readonly newConfig: "$3";
14598
+ readonly deviceName: "$1";
14652
14599
  };
14653
14600
  };
14654
- readonly '^Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards.$': {
14655
- readonly gettext: "Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards.";
14601
+ readonly '^Retrieve (.+?) configuration snapshot from device (.+?)$': {
14602
+ readonly gettext: "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}";
14603
+ readonly placeholders: {
14604
+ readonly configurationType: "$1";
14605
+ readonly deviceName: "$2";
14606
+ };
14656
14607
  };
14657
- readonly '^Operations: All$': {
14658
- readonly gettext: "Operations: All";
14608
+ readonly '^Send configuration snapshot (.+?) of configuration type (.+?) to device (.+?)$': {
14609
+ readonly gettext: "Send configuration snapshot {{snapshotName}} of configuration type {{configurationType}} to device {{deviceName}}";
14610
+ readonly placeholders: {
14611
+ readonly snapshotName: "$1";
14612
+ readonly configurationType: "$2";
14613
+ readonly deviceName: "$3";
14614
+ };
14659
14615
  };
14660
- readonly '^Can remotely manage the assets by sending operations to the device. This includes for example remote configuration, software update, etc.$': {
14661
- readonly gettext: "Can remotely manage the assets by sending operations to the device. This includes remote configuration, software update and more.";
14616
+ readonly '^Send configuration snapshot (.+?) to device (.+?)$': {
14617
+ readonly gettext: "Send configuration snapshot {{snapshotName}} to device {{deviceName}}";
14618
+ readonly placeholders: {
14619
+ readonly snapshotName: "$1";
14620
+ readonly deviceName: "$2";
14621
+ };
14662
14622
  };
14663
- readonly '^Operations: Restart Device$': {
14664
- readonly gettext: "Operations: Restart Device";
14623
+ readonly '^You have reached devices limit. No more devices can be registered.$': {
14624
+ readonly gettext: "You reached devices limit. No more devices can be registered.";
14665
14625
  };
14666
- readonly '^Can restart devices.$': {
14667
- readonly gettext: "Can restart devices.";
14626
+ readonly '^Added new child device to "(.+)" \\(ID: (.+)\\).$': {
14627
+ readonly gettext: "Added new child device to \"{{parentDeviceName}}\" (ID: {{parentDeviceId}}).";
14628
+ readonly placeholders: {
14629
+ readonly parentDeviceName: "$1";
14630
+ readonly parentDeviceId: "$2";
14631
+ };
14668
14632
  };
14669
- readonly '^Reader$': {
14670
- readonly gettext: "Reader";
14671
- };
14672
- readonly '^Can read all data of the asset.$': {
14673
- readonly gettext: "Can read all data of the asset.";
14674
- };
14675
- readonly '^Enables administrative permissions. The first user created for the tenant receives this role$': {
14676
- readonly gettext: "Enables administrative permissions. The first user created for the tenant receives this role.";
14677
- };
14678
- readonly '^Can access all devices and their data but has no management permission in the tenant$': {
14679
- readonly gettext: "Can access all devices and their data but has no management permission in the tenant.";
14680
- };
14681
- readonly '^CEP Manager$': {
14682
- readonly gettext: "CEP Manager";
14683
- };
14684
- readonly '^Has full access to all deployed CEP modules and SmartRules$': {
14685
- readonly gettext: "Has full access to all deployed CEP modules and smart rules.";
14686
- };
14687
- readonly '^Devicemanagement User$': {
14688
- readonly gettext: "Device Management User";
14689
- };
14690
- readonly '^Gives access to bulk operations and device management application. This does not include access to any device data.$': {
14691
- readonly gettext: "Gives access to bulk operations and Device Management application. This does not include access to any device data.";
14692
- };
14693
- readonly '^A role marker for device users. After registration, a device automatically has this role$': {
14694
- readonly gettext: "A role marker for device users. After registration, a device automatically has this role.";
14695
- };
14696
- readonly '^Global Manager$': {
14697
- readonly gettext: "Global Manager";
14633
+ readonly '^Updated child device of "(.+)" \\(ID: (.+)\\).$': {
14634
+ readonly gettext: "Updated child device of \"{{parentDeviceName}}\" (ID: {{parentDeviceId}}).";
14635
+ readonly placeholders: {
14636
+ readonly parentDeviceName: "$1";
14637
+ readonly parentDeviceId: "$2";
14638
+ };
14698
14639
  };
14699
- readonly '^Can read and write all data from all devices$': {
14700
- readonly gettext: "Can read and write all data from all devices.";
14640
+ readonly '^Added child device "(.+)" \\(ID: (.+)\\).$': {
14641
+ readonly gettext: "Added child device \"{{name}}\" (ID: {{id}}).";
14642
+ readonly placeholders: {
14643
+ readonly name: "$1";
14644
+ readonly id: "$2";
14645
+ };
14701
14646
  };
14702
- readonly '^Global Reader$': {
14703
- readonly gettext: "Global Reader";
14647
+ readonly '^Removed child device "(.+)" \\(ID: (.+)\\).$': {
14648
+ readonly gettext: "Removed child device \"{{name}}\" (ID: {{id}}).";
14649
+ readonly placeholders: {
14650
+ readonly name: "$1";
14651
+ readonly id: "$2";
14652
+ };
14704
14653
  };
14705
- readonly '^Can read all data from all devices$': {
14706
- readonly gettext: "Can read all data from all devices.";
14654
+ readonly '^Apply device profile: (.+).?$': {
14655
+ readonly gettext: "Apply device profile: {{ name }}";
14656
+ readonly placeholders: {
14657
+ readonly name: "$1";
14658
+ };
14707
14659
  };
14708
- readonly '^Cockpit User$': {
14709
- readonly gettext: "Cockpit User";
14660
+ readonly '^Device put into maintenance state$': {
14661
+ readonly gettext: "Device put into maintenance state";
14710
14662
  };
14711
- readonly '^User to work in Cockpit application. This does not include the access to any device data.$': {
14712
- readonly gettext: "User to work in Cockpit application. This does not include the access to any device data.";
14663
+ readonly '^device with id: (.+?) is put into maintenance state$': {
14664
+ readonly gettext: "Device with ID \"{{deviceId}}\" is put into maintenance state";
14665
+ readonly placeholders: {
14666
+ readonly deviceId: "$1";
14667
+ };
14713
14668
  };
14714
- readonly '^Global User Manager$': {
14715
- readonly gettext: "Global User Manager";
14669
+ readonly '^External id not found; external id = ID \\[type=(.+?), value=(.+?)\\]$': {
14670
+ readonly gettext: "External ID not found for type \"{{type}}\" and value \"{{value}}\".";
14671
+ readonly placeholders: {
14672
+ readonly type: "$1";
14673
+ readonly value: "$2";
14674
+ };
14716
14675
  };
14717
- readonly '^Can access and modify the full user hierarchy$': {
14718
- readonly gettext: "Can access and edit the full user hierarchy.";
14676
+ readonly '^ID \\[type=(.+?), value=(.+?)\\] was already bound to different Global ID.$': {
14677
+ readonly gettext: "External ID \"{{value}}\" of the type \"{{type}}\" already exists.";
14678
+ readonly placeholders: {
14679
+ readonly type: "$1";
14680
+ readonly value: "$2";
14681
+ };
14719
14682
  };
14720
- readonly '^Can read all data \\(including users, in contrast to "Global Reader"\\)$': {
14721
- readonly gettext: "Can read all data (including users, in contrast to \"Global Reader\").";
14683
+ readonly '^Can not activate a certificate which is either expired or not yet valid$': {
14684
+ readonly gettext: "Cannot activate a certificate which is either expired or not yet valid.";
14722
14685
  };
14723
- readonly '^Shared User Manager$': {
14724
- readonly gettext: "Shared User Manager";
14686
+ readonly '^Cannot add certificate - certificate with (.+?) fingerprint already exists. : Certificate with (.+?) fingerprint already exists.$': {
14687
+ readonly gettext: "Could not add certificate. Certificate with {{fingerprint}} fingerprint already exists.";
14688
+ readonly placeholders: {
14689
+ readonly fingerprint: "$1";
14690
+ };
14725
14691
  };
14726
- readonly '^Can create new user as his own sub-users and manage this$': {
14727
- readonly gettext: "Can create new own sub-users and manage them.";
14692
+ readonly '^Cannot parse X509 certificate. : Could not parse certificate: (.+?)$': {
14693
+ readonly gettext: "Could not parse X.509 certificate: {{ failureReason | translate }}.";
14694
+ readonly placeholders: {
14695
+ readonly failureReason: "$1";
14696
+ };
14728
14697
  };
14729
- readonly '^Tenant Manager$': {
14730
- readonly gettext: "Tenant Manager";
14698
+ readonly '^Domain name in uploaded certificate differs from the one in use$': {
14699
+ readonly gettext: "Domain name in uploaded certificate differs from the one in use. Please deactivate the custom domain before uploading new certificate.";
14731
14700
  };
14732
- readonly '^Can manage tenant wide configurations like applications, tenant options and retention rules$': {
14733
- readonly gettext: "Can manage tenant wide configurations like applications, tenant options and retention rules.";
14701
+ readonly '^Failed to extract certificate from PKCS12$': {
14702
+ readonly gettext: "Failed to extract certificate from PKCS12.";
14734
14703
  };
14735
- readonly '^DATAHUB_ADMINISTRATOR$': {
14736
- readonly gettext: "DataHub Administrator";
14704
+ readonly "^Trusted certificate updated on '(.+?)'\\.$": {
14705
+ readonly gettext: "Trusted certificate updated on tenant \"{{ tenantId }}\"";
14706
+ readonly placeholders: {
14707
+ readonly tenantId: "$1";
14708
+ };
14737
14709
  };
14738
- readonly '^Can conduct administrative tasks and manage offloading pipelines$': {
14739
- readonly gettext: "Can conduct administrative tasks and manage offloading pipelines.";
14710
+ readonly "^Trusted certificate deleted from '(.+?)'\\.$": {
14711
+ readonly gettext: "Trusted certificate deleted from tenant \"{{ tenantId }}\"";
14712
+ readonly placeholders: {
14713
+ readonly tenantId: "$1";
14714
+ };
14740
14715
  };
14741
- readonly '^DATAHUB_MANAGER$': {
14742
- readonly gettext: "DataHub Manager";
14716
+ readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n$": {
14717
+ readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".";
14718
+ readonly placeholders: {
14719
+ readonly fingerprint: "$1";
14720
+ readonly subjectName: "$2";
14721
+ };
14743
14722
  };
14744
- readonly '^Can manage offloading pipelines$': {
14745
- readonly gettext: "Can manage offloading pipelines.";
14723
+ readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n\\s*NotAfter='(.+?)'.*$": {
14724
+ readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".\nExpiration date: {{ expirationDate | absoluteDate }}.";
14725
+ readonly placeholders: {
14726
+ readonly fingerprint: "$1";
14727
+ readonly subjectName: "$2";
14728
+ readonly expirationDate: "$3";
14729
+ };
14746
14730
  };
14747
- readonly '^DATAHUB_READER$': {
14748
- readonly gettext: "DataHub Reader";
14731
+ readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n\\s*Status='(.+?)'.*$": {
14732
+ readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".\nStatus: \"{{ status }}\".";
14733
+ readonly placeholders: {
14734
+ readonly fingerprint: "$1";
14735
+ readonly subjectName: "$2";
14736
+ readonly status: "$3";
14737
+ };
14749
14738
  };
14750
- readonly '^Can execute SQL queries against the data in the data lake$': {
14751
- readonly gettext: "Can execute SQL queries against the data in the data lake.";
14739
+ readonly '^The CA certificate has not been refreshed\\.\\s+It may either still have sufficient remaining validity.*$': {
14740
+ readonly gettext: "The CA certificate has not been renewed; however, it may still have sufficient validity remaining.";
14752
14741
  };
14753
- readonly '^User "(.+?)" password was updated by user "(.+?)"$': {
14754
- readonly gettext: "\"{{ targetUserName }}\" user's password was updated by \"{{ userName }}\" user";
14742
+ readonly "^Provisioned certificate stored in user object: '(.+?)'.*$": {
14743
+ readonly gettext: "Provisioned certificate stored in user object: \"{{ userName }}\"";
14755
14744
  readonly placeholders: {
14756
- readonly targetUserName: "$1";
14757
- readonly userName: "$2";
14745
+ readonly userName: "$1";
14758
14746
  };
14759
14747
  };
14760
- readonly '^User password update$': {
14761
- readonly gettext: "User password update";
14748
+ readonly "^Certificate serial number: '(.+?)'\\.\\n\\s*NotAfter='(.+?)'.*$": {
14749
+ readonly gettext: "Certificate serial number: \"{{ serialNumber }}\".\nExpiration date: {{ expirationDate | absoluteDate }}.";
14750
+ readonly placeholders: {
14751
+ readonly serialNumber: "$1";
14752
+ readonly expirationDate: "$2";
14753
+ };
14762
14754
  };
14763
- readonly '^User "(.+?)" password updated$': {
14764
- readonly gettext: "\"{{ userName }}\" user changed own password";
14755
+ readonly "^Provisioned certificates removed from user: '(.+?)'.*$": {
14756
+ readonly gettext: "Provisioned certificates removed from user object: \"{{ userName }}\"";
14765
14757
  readonly placeholders: {
14766
14758
  readonly userName: "$1";
14767
14759
  };
14768
14760
  };
14769
- readonly '^LWM2M device type$': {
14770
- readonly gettext: "LWM2M device type";
14761
+ readonly "^Certificate serial number hex: '(.+?)'.*$": {
14762
+ readonly gettext: "Certificate serial number: \"{{ serialNumber }}\"";
14763
+ readonly placeholders: {
14764
+ readonly serialNumber: "$1";
14765
+ };
14771
14766
  };
14772
- readonly '^LWM2M server URI$': {
14773
- readonly gettext: "LWM2M server URI";
14767
+ readonly "^Tenant certificate authority\\(CA\\) created on '(.+?)'.*$": {
14768
+ readonly gettext: "Tenant certificate authority (CA) created for tenant \"{{ tenantId }}\"";
14769
+ readonly placeholders: {
14770
+ readonly tenantId: "$1";
14771
+ };
14774
14772
  };
14775
- readonly '^coaps://<LWM2M-server-domain>:<coaps-port>$': {
14776
- readonly gettext: "coaps://<LWM2M-server-domain>:<coaps-port>";
14773
+ readonly "^Tenant certificate authority\\(CA\\) was renewed for Tenant: '(.+?)'.*$": {
14774
+ readonly gettext: "Tenant certificate authority (CA) was renewed for tenant \"{{ tenantId }}\"";
14775
+ readonly placeholders: {
14776
+ readonly tenantId: "$1";
14777
+ };
14777
14778
  };
14778
- readonly '^Endpoint client ID$': {
14779
- readonly gettext: "Endpoint client ID";
14779
+ readonly "^Tenant certificate authority\\(CA\\) renewal for Tenant: '(.+?)' failed.*$": {
14780
+ readonly gettext: "Tenant certificate authority (CA) renewal for tenant \"{{ tenantId }}\" failed";
14781
+ readonly placeholders: {
14782
+ readonly tenantId: "$1";
14783
+ };
14780
14784
  };
14781
- readonly '^Server public key$': {
14782
- readonly gettext: "Server public key";
14785
+ readonly '^Tenant certificate authority\\(CA\\) signed certificate for device: (.+?)\\.$': {
14786
+ readonly gettext: "Tenant certificate authority (CA) signed certificate for device: \"{{ deviceId }}\".";
14787
+ readonly placeholders: {
14788
+ readonly deviceId: "$1";
14789
+ };
14783
14790
  };
14784
- readonly '^Generate bootstrap server config$': {
14785
- readonly gettext: "Generate bootstrap server config";
14791
+ readonly '^Revoked serials: (.+?)$': {
14792
+ readonly gettext: "Revoked serials: {{ revokedSerials }}";
14793
+ readonly placeholders: {
14794
+ readonly revokedSerials: "$1";
14795
+ };
14786
14796
  };
14787
- readonly '^LWM2M bootstrap short server ID$': {
14788
- readonly gettext: "LWM2M bootstrap short server ID";
14797
+ readonly '^Cep module created$': {
14798
+ readonly gettext: "CEP module created";
14789
14799
  };
14790
- readonly '^LWM2M short server ID$': {
14791
- readonly gettext: "LWM2M short server ID";
14800
+ readonly '^Cep module updated$': {
14801
+ readonly gettext: "CEP module updated";
14792
14802
  };
14793
- readonly '^Registration lifetime$': {
14794
- readonly gettext: "Registration lifetime";
14803
+ readonly '^Cep module deleted$': {
14804
+ readonly gettext: "CEP module deleted";
14795
14805
  };
14796
- readonly '^in seconds$': {
14797
- readonly gettext: "in seconds";
14806
+ readonly '^Cep module "(.+?)" created$': {
14807
+ readonly gettext: "CEP module \"{{name}}\" created";
14808
+ readonly placeholders: {
14809
+ readonly name: "$1";
14810
+ };
14798
14811
  };
14799
- readonly '^Security instance offset$': {
14800
- readonly gettext: "Security instance offset";
14812
+ readonly '^Cep module "(.+?)" updated$': {
14813
+ readonly gettext: "CEP module \"{{name}}\" updated";
14814
+ readonly placeholders: {
14815
+ readonly name: "$1";
14816
+ };
14801
14817
  };
14802
- readonly '^Default minimum period$': {
14803
- readonly gettext: "Default minimum period";
14818
+ readonly '^Cep module "(.+?)" deleted$': {
14819
+ readonly gettext: "CEP module \"{{name}}\" deleted";
14820
+ readonly placeholders: {
14821
+ readonly name: "$1";
14822
+ };
14804
14823
  };
14805
- readonly '^Default maximum period$': {
14806
- readonly gettext: "Default maximum period";
14824
+ readonly '^Cannot deploy module (.*)$': {
14825
+ readonly gettext: "Cannot deploy module due to error: \"{{ errorMessage | translate }}\".";
14826
+ readonly placeholders: {
14827
+ readonly errorMessage: "$1";
14828
+ };
14807
14829
  };
14808
- readonly '^Binding mode$': {
14809
- readonly gettext: "Binding mode";
14810
- };
14811
- readonly '^applicable for LWM2M 1\\.0$': {
14812
- readonly gettext: "applicable for LWM2M 1.0";
14813
- };
14814
- readonly '^Awake time registration parameter$': {
14815
- readonly gettext: "Awake time registration parameter";
14816
- };
14817
- readonly '^in milliseconds, 0 means device is always online$': {
14818
- readonly gettext: "in milliseconds, 0 means device is always online";
14819
- };
14820
- readonly '^Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available$': {
14821
- readonly gettext: "Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available";
14822
- };
14823
- readonly '^Notification storing when disabled or offline$': {
14824
- readonly gettext: "Notification storing when disabled or offline";
14825
- };
14826
- readonly '^Disable timeout$': {
14827
- readonly gettext: "Disable timeout";
14828
- };
14829
- readonly '^LWM2M request timeout$': {
14830
- readonly gettext: "LWM2M request timeout";
14831
- };
14832
- readonly '^in milliseconds$': {
14833
- readonly gettext: "in milliseconds";
14834
- };
14835
- readonly '^Binary delivery encoding$': {
14836
- readonly gettext: "Binary delivery encoding";
14837
- };
14838
- readonly '^Firmware update delivery method$': {
14839
- readonly gettext: "Firmware update delivery method";
14840
- };
14841
- readonly '^Firmware update supported device protocol$': {
14842
- readonly gettext: "Firmware update supported device protocol";
14843
- };
14844
- readonly '^Firmware update reset mechanism$': {
14845
- readonly gettext: "Firmware update reset mechanism";
14846
- };
14847
- readonly '^Firmware update URL$': {
14848
- readonly gettext: "Firmware update URL";
14849
- };
14850
- readonly '^Failed to find operation data in the internal memory store\\. Try again!$': {
14851
- readonly gettext: "Failed to find operation data in the internal memory store. Try again.";
14852
- };
14853
- readonly '^Security mode$': {
14854
- readonly gettext: "Security mode";
14855
- };
14856
- readonly '^Bootstrap PSK ID$': {
14857
- readonly gettext: "Bootstrap PSK ID";
14858
- };
14859
- readonly '^Bootstrap pre-shared key$': {
14860
- readonly gettext: "Bootstrap pre-shared key";
14861
- };
14862
- readonly '^LWM2M PSK ID$': {
14863
- readonly gettext: "LWM2M PSK ID";
14864
- };
14865
- readonly '^LWM2M pre-shared key$': {
14866
- readonly gettext: "LWM2M pre-shared key";
14830
+ readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) \\[([\\S\\s]+?)\\]$": {
14831
+ readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}.";
14832
+ readonly placeholders: {
14833
+ readonly moduleName: "$1";
14834
+ readonly expression: "$3";
14835
+ readonly incorrectExpression: "$4";
14836
+ readonly line: "$5";
14837
+ readonly column: "$6";
14838
+ };
14867
14839
  };
14868
- readonly '^LWM2M bulk device upload operation$': {
14869
- readonly gettext: "LWM2M bulk device upload operation";
14840
+ readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": {
14841
+ readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}} near reserved keyword \"{{keyword}}\".";
14842
+ readonly placeholders: {
14843
+ readonly moduleName: "$1";
14844
+ readonly expression: "$3";
14845
+ readonly incorrectExpression: "$4";
14846
+ readonly line: "$5";
14847
+ readonly column: "$6";
14848
+ readonly keyword: "$7";
14849
+ };
14870
14850
  };
14871
- readonly '^This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices\\. The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': {
14872
- readonly gettext: "This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.";
14851
+ readonly "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+), please check the where clause \\[([\\S\\s]+?)\\]$": {
14852
+ readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": incorrect syntax near \"{{incorrectExpression}}\" at line {{line}} column {{column}}, check \"where\" clause.";
14853
+ readonly placeholders: {
14854
+ readonly moduleName: "$1";
14855
+ readonly expression: "$3";
14856
+ readonly incorrectExpression: "$4";
14857
+ readonly line: "$5";
14858
+ readonly column: "$6";
14859
+ };
14873
14860
  };
14874
- readonly '^Write$': {
14875
- readonly gettext: "Write";
14861
+ readonly "^Cannot deploy module (.+?)! : Deployment failed in module '(.+?)' in expression '(.+?)' : Exception compiling script '(.+?)' of dialect '(.+?)': missing (.+?) before statement \\((.+?)\\) \\[([\\S\\s]+?)\\]$": {
14862
+ readonly gettext: "Could not deploy module \"{{moduleName}}\". Compilation failed in expression \"{{expression}}\": exception compiling script \"{{scriptName}}\" of dialect \"{{scriptDialect}}\": missing \"{{missingSyntax}}\" before statement \"{{affectedStatement}}\".";
14863
+ readonly placeholders: {
14864
+ readonly moduleName: "$1";
14865
+ readonly expression: "$3";
14866
+ readonly scriptName: "$4";
14867
+ readonly scriptDialect: "$5";
14868
+ readonly missingSyntax: "$6";
14869
+ readonly affectedStatement: "$7";
14870
+ };
14876
14871
  };
14877
- readonly '^Execute$': {
14878
- readonly gettext: "Execute";
14872
+ readonly "^Error in statement (.+?):(.+?)! : Incorrect syntax near '(.+?)' near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": {
14873
+ readonly gettext: "Error in statement {{moduleName}}:{{statementNumber}}. Incorrect syntax near expression \"{{expression}}\" near reserved keyword \"{{keyword}}\".";
14874
+ readonly placeholders: {
14875
+ readonly moduleName: "$1";
14876
+ readonly statementNumber: "$2";
14877
+ readonly expression: "$3";
14878
+ readonly keyword: "$4";
14879
+ };
14879
14880
  };
14880
- readonly '^Execute with parameters$': {
14881
- readonly gettext: "Execute with parameters";
14881
+ readonly '^Exception on tenant (.+) in statement \'(.+)\': Http status code: (\\d+) \\{error="alarm/Unprocessable Entity",message="(.+)",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"\\}$': {
14882
+ readonly gettext: "Exception on tenant {{tenantId}} in statement \"{{statement}}\": HTTP status code: {{httpStatusCode}} : {{message | translate}}";
14883
+ readonly placeholders: {
14884
+ readonly tenantId: "$1";
14885
+ readonly statement: "$2";
14886
+ readonly httpStatusCode: "$3";
14887
+ readonly message: "$4";
14888
+ };
14882
14889
  };
14883
- readonly '^Execute with Parameters$': {
14884
- readonly gettext: "Execute with parameters";
14890
+ readonly "^Exception on tenant (.+) in statement '(.+)': Invocation exception when invoking method '(.+)' of class '(.+)' passing parameters \\[(.+)\\] for statement '(.+)': (.+) : (.+)$": {
14891
+ readonly gettext: "Exception on tenant {{tenantId}} in statement \"{{moduleName}}\": Invocation exception when invoking method \"{{methodName}}\" of class \"{{classPath}}\" passing parameters [{{parameters}}] for statement \"{{statement}}\": {{exceptionType}} : {{exceptionMessage}}.";
14892
+ readonly placeholders: {
14893
+ readonly tenantId: "$1";
14894
+ readonly moduleName: "$2";
14895
+ readonly methodName: "$3";
14896
+ readonly classPath: "$4";
14897
+ readonly parameters: "$5";
14898
+ readonly statement: "$6";
14899
+ readonly exceptionType: "$7";
14900
+ readonly exceptionMessage: "$8";
14901
+ };
14885
14902
  };
14886
- readonly '^Delete Instance$': {
14887
- readonly gettext: "Delete instance";
14903
+ readonly '^Smart rule created$': {
14904
+ readonly gettext: "Smart rule created.";
14888
14905
  };
14889
- readonly '^Create Instance$': {
14890
- readonly gettext: "Create instance";
14906
+ readonly '^Smart rule updated$': {
14907
+ readonly gettext: "Smart rule updated.";
14891
14908
  };
14892
- readonly '^Read Object$': {
14893
- readonly gettext: "Read object";
14909
+ readonly '^Smart rule enabled$': {
14910
+ readonly gettext: "Smart rule activated.";
14894
14911
  };
14895
- readonly '^Read Instance$': {
14896
- readonly gettext: "Read instance";
14912
+ readonly '^Smart rule disabled$': {
14913
+ readonly gettext: "Smart rule deactivated.";
14897
14914
  };
14898
- readonly '^LWM2M bulk device removal operation$': {
14899
- readonly gettext: "LWM2M bulk device removal operation";
14915
+ readonly '^Smart rule deleted$': {
14916
+ readonly gettext: "Smart rule deleted.";
14900
14917
  };
14901
- readonly '^This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from C8Y\\.The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': {
14902
- readonly gettext: "This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from the platform. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.";
14918
+ readonly '^Smart rule "(.+?)" created$': {
14919
+ readonly gettext: "Smart rule \"{{name}}\" created.";
14920
+ readonly placeholders: {
14921
+ readonly name: "$1";
14922
+ };
14903
14923
  };
14904
- readonly '^Could not find device$': {
14905
- readonly gettext: "Could not find device";
14924
+ readonly '^Smart rule "(.+?)" updated$': {
14925
+ readonly gettext: "Smart rule \"{{name}}\" updated.";
14926
+ readonly placeholders: {
14927
+ readonly name: "$1";
14928
+ };
14906
14929
  };
14907
- readonly '^Exception occurred while removing device (.+?)$': {
14908
- readonly gettext: "Exception occurred while removing device: {{ exceptionMessage }}";
14930
+ readonly '^Smart rule "(.+?)" enabled$': {
14931
+ readonly gettext: "Smart rule \"{{name}}\" activated.";
14909
14932
  readonly placeholders: {
14910
- readonly exceptionMessage: "$1";
14933
+ readonly name: "$1";
14911
14934
  };
14912
14935
  };
14913
- readonly '^This command can be used to migrate LWM2M devices which are created in a non-standard way\\. It can take comma-separated device managed object IDs as parameters\\. If the IDs are specified then the migration will be done only for those devices\\. If the command is sent without any parameters then the agent will look up for possible Lwm2m devices that are not created in a standard way and try to migrate them\\. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices$': {
14914
- readonly gettext: "This command can be used to migrate LWM2M devices which are created in a non-standard way. It can take comma-separated device managed object IDs as parameters. If the IDs are specified then the migration will be done only for those devices. If the command is sent without any parameters then the agent will look up for possible LWM2M devices that are not created in a standard way and try to migrate them. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices";
14936
+ readonly '^Smart rule "(.+?)" disabled$': {
14937
+ readonly gettext: "Smart rule \"{{name}}\" deactivated.";
14938
+ readonly placeholders: {
14939
+ readonly name: "$1";
14940
+ };
14915
14941
  };
14916
- readonly '^Unable to migrate devices$': {
14917
- readonly gettext: "Unable to migrate devices";
14942
+ readonly '^Smart rule "(.+?)" deleted$': {
14943
+ readonly gettext: "Smart rule \"{{name}}\" deleted.";
14944
+ readonly placeholders: {
14945
+ readonly name: "$1";
14946
+ };
14918
14947
  };
14919
- readonly '^Error while processing report$': {
14920
- readonly gettext: "Error while processing report";
14948
+ readonly '^(.+) succeeded for volume "(.+)"$': {
14949
+ readonly gettext: "Operation \"{{operation}}\" succeeded for volume \"{{volume}}\".";
14950
+ readonly placeholders: {
14951
+ readonly operation: "$1";
14952
+ readonly volume: "$2";
14953
+ };
14921
14954
  };
14922
- readonly '^Expected 1 endpointId argument$': {
14923
- readonly gettext: "Expected 1 endpointId argument";
14955
+ readonly '^CSV file contained empty dataset$': {
14956
+ readonly gettext: "No entries found in uploaded CSV file.";
14924
14957
  };
14925
- readonly '^LWM2M device registration$': {
14926
- readonly gettext: "LWM2M device registration";
14958
+ readonly "^Cannot execute bulk operation on empty group. Group with id='(\\d+?)' doesn't have child assets.$": {
14959
+ readonly gettext: "Could not execute bulk operation on an empty group. Group with ID \"{{groupId}}\" has no child assets.";
14960
+ readonly placeholders: {
14961
+ readonly groupId: "$1";
14962
+ };
14927
14963
  };
14928
- readonly '^The required and optional properties to register and setup LWM2M Devices$': {
14929
- readonly gettext: "The required and optional properties to register and setup LWM2M devices";
14964
+ readonly "^Cannot execute bulk operation on empty group. DynamicGroup with id='(\\d+?)' doesn't have child assets$": {
14965
+ readonly gettext: "Could not execute bulk operation on an empty group. Smart group with ID \"{{groupId}}\" has no child assets.";
14966
+ readonly placeholders: {
14967
+ readonly groupId: "$1";
14968
+ };
14930
14969
  };
14931
- readonly '^Bootstrap$': {
14932
- readonly gettext: "Bootstrap";
14970
+ readonly '^Cannot reschedule bulk operation. All its operations are successful$': {
14971
+ readonly gettext: "Cannot reschedule bulk operation. All its operations are already successful.";
14933
14972
  };
14934
- readonly '^Advanced$': {
14935
- readonly gettext: "Advanced";
14973
+ readonly '^Create bulk operation$': {
14974
+ readonly gettext: "Create bulk operation";
14936
14975
  };
14937
- readonly '^Bulk LWM2M device registration$': {
14938
- readonly gettext: "Bulk LWM2M device registration";
14976
+ readonly '^Create bulk operation: (.+)$': {
14977
+ readonly gettext: "Create bulk operation: {{updatesList}}";
14978
+ readonly placeholders: {
14979
+ updatesList: {
14980
+ capture: string;
14981
+ translate: {
14982
+ "status='(.+?)'": {
14983
+ gettext: "status: \"{{ status | translate }}\"";
14984
+ placeholders: {
14985
+ status: string;
14986
+ };
14987
+ };
14988
+ "generalStatus='(.+?)'": {
14989
+ gettext: "general status: \"{{ generalStatus | translate }}\"";
14990
+ placeholders: {
14991
+ generalStatus: string;
14992
+ };
14993
+ };
14994
+ "progress='(.+?)'": {
14995
+ gettext: "progress: \"{{ progress }}\"";
14996
+ placeholders: {
14997
+ progress: string;
14998
+ };
14999
+ };
15000
+ 'note=(.+?)': {
15001
+ gettext: "note: \"{{ note }}\"";
15002
+ placeholders: {
15003
+ note: string;
15004
+ };
15005
+ };
15006
+ };
15007
+ };
15008
+ };
14939
15009
  };
14940
- readonly '^This command returns a list of shell commands with description that can be created for the Lwm2m device connector\\.$': {
14941
- readonly gettext: "This command returns a list of shell commands with description that can be created for the LWM2M device connector.";
15010
+ readonly '^Delete bulk operation$': {
15011
+ readonly gettext: "Delete bulk operation";
14942
15012
  };
14943
- readonly '^The following operations are supported:$': {
14944
- readonly gettext: "The following operations are supported:";
15013
+ readonly '^Delete bulk operation: (.+)$': {
15014
+ readonly gettext: "Delete bulk operation: {{updatesList}}";
15015
+ readonly placeholders: {
15016
+ updatesList: {
15017
+ capture: string;
15018
+ translate: {
15019
+ "status='(.+?)'": {
15020
+ gettext: "status: \"{{ status | translate }}\"";
15021
+ placeholders: {
15022
+ status: string;
15023
+ };
15024
+ };
15025
+ "generalStatus='(.+?)'": {
15026
+ gettext: "general status: \"{{ generalStatus | translate }}\"";
15027
+ placeholders: {
15028
+ generalStatus: string;
15029
+ };
15030
+ };
15031
+ "progress='(.+?)'": {
15032
+ gettext: "progress: \"{{ progress }}\"";
15033
+ placeholders: {
15034
+ progress: string;
15035
+ };
15036
+ };
15037
+ 'note=(.+?)': {
15038
+ gettext: "note: \"{{ note }}\"";
15039
+ placeholders: {
15040
+ note: string;
15041
+ };
15042
+ };
15043
+ };
15044
+ };
15045
+ };
14945
15046
  };
14946
- readonly '^PSK template$': {
14947
- readonly gettext: "PSK template";
15047
+ readonly '^Update bulk operation$': {
15048
+ readonly gettext: "Update bulk operation";
14948
15049
  };
14949
- readonly '^A bulk registration CSV template showing all mandatory fields$': {
14950
- readonly gettext: "A bulk registration CSV template showing all mandatory fields";
15050
+ readonly '^Update bulk operation: (.+)$': {
15051
+ readonly gettext: "Update bulk operation: {{updatesList}}";
15052
+ readonly placeholders: {
15053
+ updatesList: {
15054
+ capture: string;
15055
+ translate: {
15056
+ "status='(.+?)'": {
15057
+ gettext: "status: \"{{ status | translate }}\"";
15058
+ placeholders: {
15059
+ status: string;
15060
+ };
15061
+ };
15062
+ "generalStatus='(.+?)'": {
15063
+ gettext: "general status: \"{{ generalStatus | translate }}\"";
15064
+ placeholders: {
15065
+ generalStatus: string;
15066
+ };
15067
+ };
15068
+ "progress='(.+?)'": {
15069
+ gettext: "progress: \"{{ progress }}\"";
15070
+ placeholders: {
15071
+ progress: string;
15072
+ };
15073
+ };
15074
+ 'note=(.+?)': {
15075
+ gettext: "note: \"{{ note }}\"";
15076
+ placeholders: {
15077
+ note: string;
15078
+ };
15079
+ };
15080
+ };
15081
+ };
15082
+ };
14951
15083
  };
14952
- readonly '^Mandatory fields template$': {
14953
- readonly gettext: "Mandatory fields template";
15084
+ readonly '^DATAHUB_ADMINISTRATOR$': {
15085
+ readonly gettext: "DataHub Administrator";
14954
15086
  };
14955
- readonly '^General template$': {
14956
- readonly gettext: "General template";
15087
+ readonly '^Can conduct administrative tasks and manage offloading pipelines$': {
15088
+ readonly gettext: "Can conduct administrative tasks and manage offloading pipelines.";
14957
15089
  };
14958
- readonly '^A bulk registration CSV template for NO_SEC devices with all optional fields$': {
14959
- readonly gettext: "A bulk registration CSV template for NO_SEC devices with all optional fields";
15090
+ readonly '^DATAHUB_MANAGER$': {
15091
+ readonly gettext: "DataHub Manager";
14960
15092
  };
14961
- readonly '^A general bulk registration CSV template showing all possible fields$': {
14962
- readonly gettext: "A general bulk registration CSV template showing all possible fields";
15093
+ readonly '^Can manage offloading pipelines$': {
15094
+ readonly gettext: "Can manage offloading pipelines.";
14963
15095
  };
14964
- readonly '^A bulk registration CSV template for PSK devices with all optional fields$': {
14965
- readonly gettext: "A bulk registration CSV template for PSK devices with all optional fields";
15096
+ readonly '^DATAHUB_READER$': {
15097
+ readonly gettext: "DataHub Reader";
14966
15098
  };
14967
- readonly '^NO_SEC template$': {
14968
- readonly gettext: "NO_SEC template";
15099
+ readonly '^Can execute SQL queries against the data in the data lake$': {
15100
+ readonly gettext: "Can execute SQL queries against the data in the data lake.";
14969
15101
  };
14970
- readonly '^Authentication to the Loriot platform failed with status code (.+?). Check if the credentials are correct or if Session ID is expired.$': {
14971
- readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the credentials are correct or if session ID is expired.";
14972
- readonly placeholders: {
14973
- readonly statusCode: "$1";
14974
- };
15102
+ readonly '^Authentication failed! : User account is locked$': {
15103
+ readonly gettext: "Authentication failed due to: user account is locked.";
14975
15104
  };
14976
- readonly '^Authentication to the Loriot platform failed with status code (.+?). Check if the base URL, credentials are correct and the application with the given ID exists.$': {
14977
- readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the base URL, credentials are correct and the application with the given ID exists.";
14978
- readonly placeholders: {
14979
- readonly statusCode: "$1";
14980
- };
15105
+ readonly '^Cannot change password. : Provided token does not exist.$': {
15106
+ readonly gettext: "Cannot change password: provided token is invalid.";
14981
15107
  };
14982
- readonly '^Application output creation failed due to status code (.+?)$': {
14983
- readonly gettext: "Application output creation failed due to status code {{ statusCode }}.";
14984
- readonly placeholders: {
14985
- readonly statusCode: "$1";
14986
- };
15108
+ readonly '^Cannot reset user password : Cannot find user with such email.$': {
15109
+ readonly gettext: "Cannot reset password for user with such email: email not found.";
14987
15110
  };
14988
- readonly '^Application output update failed due to status code (.+?)$': {
14989
- readonly gettext: "Application output update failed due to status code {{ statusCode }}.";
15111
+ readonly '^Error during password validation. : Password must have at least (\\d+?) characters and no more than (\\d+?) and must contain only Latin1 characters.$': {
15112
+ readonly gettext: "Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters.";
14990
15113
  readonly placeholders: {
14991
- readonly statusCode: "$1";
15114
+ readonly minCharactersCount: "$1";
15115
+ readonly maxCharactersCount: "$2";
14992
15116
  };
14993
15117
  };
14994
- readonly '^Error creating the device due to status code (.+?). Check if the application Id, devEui, appEui and appKey are in the correct format or the device limit has been exceeded or has been registered with another account in the Loriot provider$': {
14995
- readonly gettext: "Error creating the device due to status code {{ statusCode }}. Check if the application name, Device EUI, Application EUI and Application key are in the correct format or the device limit has been exceeded or has been registered with another account in the LORIOT provider.";
14996
- readonly placeholders: {
14997
- readonly statusCode: "$1";
14998
- };
15118
+ readonly '^Error during password validation. : Your password has been used already. Choose another.$': {
15119
+ readonly gettext: "This password has already been used earlier. Use a different one.";
14999
15120
  };
15000
- readonly '^Error retrieving application with given ID: (.+?) with status code 400. Check if the applicationId provided is in the correct format$': {
15001
- readonly gettext: "Error retrieving application with given ID: {{ applicationId }} with status code 400. Check if the selected application is correct";
15121
+ readonly '^Invalid credentials! : Bad credentials$': {
15122
+ readonly gettext: "Invalid credentials.";
15123
+ };
15124
+ readonly '^Invalid credentials! : No phone number provided$': {
15125
+ readonly gettext: "Log into the management tenant first and enter your phone number.";
15126
+ };
15127
+ readonly '^Password change is temporary blocked.$': {
15128
+ readonly gettext: "Password change is temporarily blocked.";
15129
+ };
15130
+ readonly '^(.+?) user login with OAuth internal mode failed$': {
15131
+ readonly gettext: "\"{{name}}\" user login with OAI-Secure mode failed";
15002
15132
  readonly placeholders: {
15003
- readonly applicationId: "$1";
15133
+ readonly name: "$1";
15004
15134
  };
15005
15135
  };
15006
- readonly "^LNS connection name can't be null or blank.$": {
15007
- readonly gettext: "LNS connection name can't be empty.";
15136
+ readonly '^Error updating tenant! Cannot insert second configuration for Password code grant internal/Bad Request$': {
15137
+ readonly gettext: "This login mode was already set by another administrator. Refresh the page to update the data.";
15008
15138
  };
15009
- readonly '^Unexpected error occurred while accessing the cached LNS connections map with key (.+?)$': {
15010
- readonly gettext: "Unexpected error occurred while accessing the cached LNS connections map with key \"{{ connectionName }}\".";
15139
+ readonly '^(.+?) user logged in to the platform with OAuth internal login mode$': {
15140
+ readonly gettext: "\"{{name}}\" user logged in to the platform with OAI-Secure login mode";
15011
15141
  readonly placeholders: {
15012
- readonly connectionName: "$1";
15142
+ readonly name: "$1";
15013
15143
  };
15014
15144
  };
15015
- readonly "^LNS connection named (.+?) doesn't exist.$": {
15016
- readonly gettext: "LNS connection named \"{{ connectionName }}\" doesn't exist.";
15145
+ readonly '^Authentication with id: (.+?) configuration updated.$': {
15146
+ readonly gettext: "Authentication configuration with ID \"{{id}}\" updated.";
15017
15147
  readonly placeholders: {
15018
- readonly connectionName: "$1";
15148
+ readonly id: "$1";
15019
15149
  };
15020
15150
  };
15021
- readonly '^LNS connection named (.+?) already exists.$': {
15022
- readonly gettext: "LNS connection named \"{{ connectionName }}\" already exists.";
15151
+ readonly '^Authentication configuration with id: (.+?) added.$': {
15152
+ readonly gettext: "Authentication configuration with ID \"{{id}}\" added.";
15023
15153
  readonly placeholders: {
15024
- readonly connectionName: "$1";
15154
+ readonly id: "$1";
15025
15155
  };
15026
15156
  };
15027
- readonly "^New LNS connection can't be null.$": {
15028
- readonly gettext: "New LNS connection can't be empty.";
15029
- };
15030
- readonly "^LNS connection to update can't be null.$": {
15031
- readonly gettext: "LNS connection to update can't be empty.";
15157
+ readonly '^Configuration type: oauth2_internal.$': {
15158
+ readonly gettext: "Configuration type: OAI-Secure.";
15032
15159
  };
15033
- readonly "^The name of the LNS connection to update can't be null.$": {
15034
- readonly gettext: "The name of the LNS connection to update can't be empty.";
15160
+ readonly '^Configuration type: oauth2.$': {
15161
+ readonly gettext: "Configuration type: Single sign-on.";
15035
15162
  };
15036
- readonly '^Can not delete the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': {
15037
- readonly gettext: "Could not delete the LNS connection with the name \"{{ connectionName }}\" as it's associated with {{ numberOfDevices }} device(s).";
15163
+ readonly '^User "(.+?)" password was updated by user "(.+?)"$': {
15164
+ readonly gettext: "\"{{ targetUserName }}\" user's password was updated by \"{{ userName }}\" user";
15038
15165
  readonly placeholders: {
15039
- readonly connectionName: "$1";
15040
- readonly numberOfDevices: "$2";
15166
+ readonly targetUserName: "$1";
15167
+ readonly userName: "$2";
15041
15168
  };
15042
15169
  };
15043
- readonly '^Can not update the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': {
15044
- readonly gettext: "Could not update the LNS connection with the name \"{{ connectionName }}\" as it's associated with {{ numberOfDevices }} device(s).";
15045
- readonly placeholders: {
15046
- readonly connectionName: "$1";
15047
- readonly numberOfDevices: "$2";
15048
- };
15170
+ readonly '^User password update$': {
15171
+ readonly gettext: "User password update";
15049
15172
  };
15050
- readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the credentials are correct.$': {
15051
- readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the credentials are correct.";
15173
+ readonly '^User "(.+?)" password updated$': {
15174
+ readonly gettext: "\"{{ userName }}\" user changed own password";
15052
15175
  readonly placeholders: {
15053
- readonly statusCode: "$1";
15176
+ readonly userName: "$1";
15054
15177
  };
15055
15178
  };
15056
- readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the profile Id is correct.$': {
15057
- readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the Profile ID is correct.";
15058
- readonly placeholders: {
15059
- readonly statusCode: "$1";
15060
- };
15179
+ readonly '^Configuration type: basic.$': {
15180
+ readonly gettext: "Configuration type: Basic Auth.";
15061
15181
  };
15062
- readonly '^Authentication to the Actility platform failed. Check if the base URL (.+?) is correct.$': {
15063
- readonly gettext: "Authentication to the Actility platform failed. Check if the base URL {{ baseUrl }} is correct.";
15064
- readonly placeholders: {
15065
- readonly baseUrl: "$1";
15066
- };
15182
+ readonly '^Application with given name already exist$': {
15183
+ readonly gettext: "Application with given name already exists.";
15067
15184
  };
15068
- readonly '^Authentication to the Sigfox platform failed. Check if the base URL (.+) is correct.$': {
15069
- readonly gettext: "Authentication to the Sigfox platform failed. Check if the base URL {{ baseUrl }} is correct.";
15185
+ readonly '^Application with id (.+?) is already assigned to the tenant (.+?)$': {
15186
+ readonly gettext: "This application is already assigned to tenant \"{{tenant}}\".";
15070
15187
  readonly placeholders: {
15071
- readonly baseUrl: "$1";
15188
+ readonly tenant: "$2";
15072
15189
  };
15073
15190
  };
15074
- readonly '^Authentication to the Sigfox platform failed. Check if the Parent group Id and/or the credentials are correct.$': {
15075
- readonly gettext: "Authentication to the Sigfox platform failed. Check if the Parent group ID and/or the credentials are correct.";
15191
+ readonly '^Cannot update/delete application binary via this endpoint$': {
15192
+ readonly gettext: "Cannot update/delete application binary via this endpoint";
15076
15193
  };
15077
- readonly '^Authentication to the Loriot platform failed with status code (.+?). Session Id might have expired.$': {
15078
- readonly gettext: "Authentication to the LORIOT platform failed with status code {{ statusCode }}. Session ID might have expired.";
15194
+ readonly '^Error occurred when trying to find an Application for id ID (.+) : Could not find application by ID (\\d+)$': {
15195
+ readonly gettext: "Could not find application by ID {{applicationId}}.";
15079
15196
  readonly placeholders: {
15080
- readonly statusCode: "$1";
15197
+ readonly applicationId: "$2";
15081
15198
  };
15082
15199
  };
15083
- readonly '^Authentication to the Actility platform failed with status code (.+?). Check if the base URL and/or the credentials are correct.$': {
15084
- readonly gettext: "Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the base URL and/or the credentials are correct.";
15085
- readonly placeholders: {
15086
- readonly statusCode: "$1";
15087
- };
15200
+ readonly '^Failed to delete application. : Cannot remove application assigned to other tenants.$': {
15201
+ readonly gettext: "Could not delete application assigned to other tenants.";
15088
15202
  };
15089
- readonly '^Error on deleting group: (.+?) : Role (.+?) is used in SSO dynamic access mapping$': {
15090
- readonly gettext: "Role \"{{ roleName }}\" cannot be deleted because it is assigned to a dynamic access mapping in Single sign-on configuration.";
15203
+ readonly "^name of Application cannot start with '(.+)' prefix.$": {
15204
+ readonly gettext: "Application name must not start with \"{{ prefix }}\".";
15091
15205
  readonly placeholders: {
15092
- readonly roleName: "$1";
15206
+ readonly prefix: "$1";
15093
15207
  };
15094
15208
  };
15095
- readonly '^The series param (.+?) has wrong format. Valid format is (.+?)$': {
15096
- readonly gettext: "The data cannot be retrieved because the fragment and series combination <code>{{ seriesParam }}</code> has an invalid format. Please verify your fragment and series selections in the data point configuration. The correct format should be <code>{{ validFormat }}</code>.";
15209
+ readonly '^Microservice application name incorrect. Please use only lower-case letters, digits and dashes. Maximum length is (\\d+) characters.$': {
15210
+ readonly gettext: "Microservice application name is incorrect: only lower case letters, digits and dashes allowed. Maximum length: {{maxLength}}.";
15097
15211
  readonly placeholders: {
15098
- readonly seriesParam: "$1";
15099
- readonly validFormat: "$2";
15212
+ readonly maxLength: "$1";
15100
15213
  };
15101
15214
  };
15102
- readonly "^Trusted certificate updated on '(.+?)'\\.$": {
15103
- readonly gettext: "Trusted certificate updated on tenant \"{{ tenantId }}\"";
15104
- readonly placeholders: {
15105
- readonly tenantId: "$1";
15106
- };
15215
+ readonly '^Platform application cannot be added to, nor removed from any tenant.$': {
15216
+ readonly gettext: "Platform application cannot be added to, nor removed from any tenant.";
15107
15217
  };
15108
- readonly "^Trusted certificate deleted from '(.+?)'\\.$": {
15109
- readonly gettext: "Trusted certificate deleted from tenant \"{{ tenantId }}\"";
15110
- readonly placeholders: {
15111
- readonly tenantId: "$1";
15112
- };
15218
+ readonly '^Failed to refresh application. : Cannot refresh non local-hosted application.$': {
15219
+ readonly gettext: "Could not reactivate the application as it is not hosted locally.";
15113
15220
  };
15114
- readonly "^Tenant certificate authority\\(CA\\) created on '(.+?)'.*$": {
15115
- readonly gettext: "Tenant certificate authority (CA) created for tenant \"{{ tenantId }}\"";
15116
- readonly placeholders: {
15117
- readonly tenantId: "$1";
15118
- };
15221
+ readonly '^Failed to refresh application. : Cannot refresh application without active version id.$': {
15222
+ readonly gettext: "Could not reactivate the application as it has no active version.";
15119
15223
  };
15120
- readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n$": {
15121
- readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".";
15122
- readonly placeholders: {
15123
- readonly fingerprint: "$1";
15124
- readonly subjectName: "$2";
15125
- };
15224
+ readonly '^Application deleted$': {
15225
+ readonly gettext: "Application deleted";
15126
15226
  };
15127
- readonly "^Tenant certificate authority\\(CA\\) was renewed for Tenant: '(.+?)'.*$": {
15128
- readonly gettext: "Tenant certificate authority (CA) was renewed for tenant \"{{ tenantId }}\"";
15227
+ readonly '^Microservice application "(.+?)" deleted for tenant "(.+?)"$': {
15228
+ readonly gettext: "Microservice application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
15129
15229
  readonly placeholders: {
15130
- readonly tenantId: "$1";
15230
+ readonly appName: "$1";
15231
+ readonly tenant: "$2";
15131
15232
  };
15132
15233
  };
15133
- readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n\\s*NotAfter='(.+?)'.*$": {
15134
- readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".\nExpiration date: {{ expirationDate | absoluteDate }}.";
15234
+ readonly '^Hosted application "(.+?)" deleted for tenant "(.+?)"$': {
15235
+ readonly gettext: "Hosted application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
15135
15236
  readonly placeholders: {
15136
- readonly fingerprint: "$1";
15137
- readonly subjectName: "$2";
15138
- readonly expirationDate: "$3";
15237
+ readonly appName: "$1";
15238
+ readonly tenant: "$2";
15139
15239
  };
15140
15240
  };
15141
- readonly "^Certificate fingerprint: '(.+?)'\\.\\n\\s*Certificate subject name: '(.+?)'\\.\\n\\s*Status='(.+?)'.*$": {
15142
- readonly gettext: "Certificate fingerprint: \"{{ fingerprint }}\".\nCertificate subject name: \"{{ subjectName }}\".\nStatus: \"{{ status }}\".";
15241
+ readonly '^External application "(.+?)" deleted for tenant "(.+?)"$': {
15242
+ readonly gettext: "External application \"{{appName}}\" deleted for tenant \"{{tenant}}\"";
15143
15243
  readonly placeholders: {
15144
- readonly fingerprint: "$1";
15145
- readonly subjectName: "$2";
15146
- readonly status: "$3";
15244
+ readonly appName: "$1";
15245
+ readonly tenant: "$2";
15147
15246
  };
15148
15247
  };
15149
- readonly "^Tenant certificate authority\\(CA\\) renewal for Tenant: '(.+?)' failed.*$": {
15150
- readonly gettext: "Tenant certificate authority (CA) renewal for tenant \"{{ tenantId }}\" failed";
15248
+ readonly '^Application activated$': {
15249
+ readonly gettext: "Application activated";
15250
+ };
15251
+ readonly '^Microservice application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
15252
+ readonly gettext: "Microservice application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
15151
15253
  readonly placeholders: {
15152
- readonly tenantId: "$1";
15254
+ readonly appName: "$1";
15255
+ readonly version: "$2";
15256
+ readonly activeVersionId: "$3";
15153
15257
  };
15154
15258
  };
15155
- readonly '^The CA certificate has not been refreshed\\.\\s+It may either still have sufficient remaining validity.*$': {
15156
- readonly gettext: "The CA certificate has not been renewed; however, it may still have sufficient validity remaining.";
15157
- };
15158
- readonly "^Provisioned certificate stored in user object: '(.+?)'.*$": {
15159
- readonly gettext: "Provisioned certificate stored in user object: \"{{ userName }}\"";
15259
+ readonly '^Hosted application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
15260
+ readonly gettext: "Hosted application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
15160
15261
  readonly placeholders: {
15161
- readonly userName: "$1";
15262
+ readonly appName: "$1";
15263
+ readonly version: "$2";
15264
+ readonly activeVersionId: "$3";
15162
15265
  };
15163
15266
  };
15164
- readonly "^Certificate serial number: '(.+?)'\\.\\n\\s*NotAfter='(.+?)'.*$": {
15165
- readonly gettext: "Certificate serial number: \"{{ serialNumber }}\".\nExpiration date: {{ expirationDate | absoluteDate }}.";
15267
+ readonly '^Hosted application "(.+?)" activated: activeVersionId \\[\'(.+?)\'\\] added$': {
15268
+ readonly gettext: "Hosted application \"{{appName}}\" activated: activeVersionId \"{{activeVersionId}}\" added";
15166
15269
  readonly placeholders: {
15167
- readonly serialNumber: "$1";
15168
- readonly expirationDate: "$2";
15270
+ readonly appName: "$1";
15271
+ readonly activeVersionId: "$2";
15169
15272
  };
15170
15273
  };
15171
- readonly "^Provisioned certificates removed from user: '(.+?)'.*$": {
15172
- readonly gettext: "Provisioned certificates removed from user object: \"{{ userName }}\"";
15274
+ readonly '^External application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': {
15275
+ readonly gettext: "External application \"{{appName}}\" activated: version \"{{version}}\" added, activeVersionId \"{{activeVersionId}}\" added";
15173
15276
  readonly placeholders: {
15174
- readonly userName: "$1";
15277
+ readonly appName: "$1";
15278
+ readonly version: "$2";
15279
+ readonly activeVersionId: "$3";
15175
15280
  };
15176
15281
  };
15177
- readonly '^Revoked serials: (.+?)$': {
15178
- readonly gettext: "Revoked serials: {{ revokedSerials }}";
15282
+ readonly "^Scaling application '(.+?)' from (.+?) to (.+?) instances$": {
15283
+ readonly gettext: "Scaling application \"{{appName}}\" from {{from}} to {{to}} instances";
15179
15284
  readonly placeholders: {
15180
- readonly revokedSerials: "$1";
15285
+ readonly appName: "$1";
15286
+ readonly from: "$2";
15287
+ readonly to: "$3";
15181
15288
  };
15182
15289
  };
15183
- readonly "^Certificate serial number hex: '(.+?)'.*$": {
15184
- readonly gettext: "Certificate serial number: \"{{ serialNumber }}\"";
15290
+ readonly '^Entry is outside of the target dir: (.+)$': {
15291
+ readonly gettext: "File entry outside of the target directory: \"{{path}}\".";
15185
15292
  readonly placeholders: {
15186
- readonly serialNumber: "$1";
15293
+ readonly path: "$1";
15187
15294
  };
15188
15295
  };
15189
- readonly '^Tenant certificate authority\\(CA\\) signed certificate for device: (.+?)\\.$': {
15190
- readonly gettext: "Tenant certificate authority (CA) signed certificate for device: \"{{ deviceId }}\".";
15296
+ readonly '^Alarm created$': {
15297
+ readonly gettext: "Alarm created";
15298
+ };
15299
+ readonly '^Alarm updated$': {
15300
+ readonly gettext: "Alarm updated";
15301
+ };
15302
+ readonly "^Device name: '(.+?)', alarm text: '(.+?)'$": {
15303
+ readonly gettext: "Device name: \"{{deviceName}}\", alarm text: \"{{alarmText | translate}}\"";
15191
15304
  readonly placeholders: {
15192
- readonly deviceId: "$1";
15305
+ readonly deviceName: "$1";
15306
+ readonly alarmText: "$2";
15193
15307
  };
15194
15308
  };
15195
15309
  };
@@ -19942,7 +20056,7 @@ declare class OperationBulkRealtimeService extends RealtimeService<IOperationBul
19942
20056
  }
19943
20057
 
19944
20058
  /**
19945
- * A service for handling bulk operation realtime notifications in RxJS fashion.
20059
+ * A service for handling operation realtime notifications in RxJS fashion.
19946
20060
  */
19947
20061
  declare class OperationRealtimeService extends RealtimeService<IOperation> {
19948
20062
  protected realtimeSubject: RealtimeSubjectService;
@@ -21544,6 +21658,6 @@ declare class FeedbackFormComponent implements OnChanges {
21544
21658
  static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackFormComponent, "c8y-feedback-form", never, { "featureKey": { "alias": "featureKey"; "required": false; }; "featurePreviewName": { "alias": "featurePreviewName"; "required": false; }; }, {}, never, never, true, never>;
21545
21659
  }
21546
21660
 
21547
- export { ACTIONS_STEPPER, AGGREGATIONS, AGGREGATION_ICONS, AGGREGATION_LABELS, AGGREGATION_LIMITS, AGGREGATION_TEXTS, AGGREGATION_VALUES, AGGREGATION_VALUES_ARR, ARRAY_VALIDATION_PREFIX, ASSET_PATH, AbstractConfigurationStrategy, ActionBarComponent, ActionBarItemComponent, ActionBarModule, ActionBarService, ActionComponent, ActionControlsExtensionService, ActionModule, ActionOutletComponent, ActionService, AggregationPickerComponent, AggregationService, AlarmRealtimeService, AlarmWithChildrenRealtimeService, AlertComponent, AlertDetailsComponent, AlertModule, AlertOutletBase, AlertOutletComponent, AlertService, AlertTextComponent, AppHrefPipe, AppIconComponent, AppStateService, AppSwitcherComponent, AppSwitcherInlineComponent, AppSwitcherService, ApplicationModule, ApplicationPluginStatus, AssetHierarchyService, AssetLinkPipe, AssetPropertyService, AssetTypesRealtimeService, AssetTypesService, AuditLogComponent, AuditLogModule, AuthenticationModule, BackendVersionFactory, BaseColumn, BaseFilteringFormRendererComponent, BooleanFilterMapper, BootstrapComponent, BootstrapModule, BottomDrawerComponent, BottomDrawerRef, BottomDrawerService, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbOutletComponent, BreadcrumbService, BuiltInActionType, BytesPipe, C8Y_PLUGIN_CONTEXT_PATH, C8Y_PLUGIN_NAME, C8yComponentOutlet, C8yJSONSchema, C8yStepper, C8yStepperButtons, C8yStepperIcon, C8yStepperProgress, C8yTranslateDirective, C8yTranslateModule, C8yTranslatePipe, C8yTranslationCache, C8yTranslationLoader, C8yValidators, CUSTOM, CachedLocaleDictionaryService, CellRendererComponent, CellRendererContext, CellRendererDefDirective, ChangeCurrentUserPasswordService, ChangeIconComponent, ClickEventSource, ClipboardModule, ClipboardService, ColorInputComponent, ColorService, ColumnDataRecordClassName, ColumnDataType, ColumnDirective, CommonModule, ConditionalTabsOutletComponent, ConfigureCustomColumnComponent, ConfirmModalComponent, ContextRouteComponent, ContextRouteGuard, ContextRouteService, CookieBannerComponent, CopyDashboardDisabledReason, CoreModule, CoreSearchModule, CountdownIntervalComponent, CountdownIntervalModule, CurrentPasswordModalComponent, CustomColumn, CustomTranslateService, CustomTranslateStore, DATA_GRID_CONFIGURATION_CONTEXT, DATA_GRID_CONFIGURATION_CONTEXT_PROVIDER, DATA_GRID_CONFIGURATION_STRATEGY, DEFAULT_INTERVAL_STATE, DEFAULT_INTERVAL_VALUE, DEFAULT_INTERVAL_VALUES, DRAWER_ANIMATION_TIME, DashboardChildActionComponent, DashboardChildChange, DashboardChildComponent, DashboardChildTitleComponent, DashboardComponent, DashboardModule, DataGridComponent, DataGridModule, DataGridService, DatapointLibraryValidationErrors, DatapointSyncService, DateContextQueryParamNames, DateFilterMapper, DateFormatService, DatePickerComponent, DatePickerModule, DatePipe, DateTimePickerComponent, DateTimePickerModule, DefaultValidationDirective, DeviceBootstrapRealtimeService, DeviceService, DeviceStatusComponent, DeviceStatusModule, DismissAlertStrategy, DocsModule, DocsService, DrawerModule, DrawerOutletComponent, DrawerService, DropAreaComponent, DropAreaModule, DropdownDirectionDirective, DynamicBulkDetailsResolver, DynamicBulkIIdentifiedResolver, DynamicComponentAlert, DynamicComponentAlertAggregator, DynamicComponentAlertsComponent, DynamicComponentComponent, DynamicComponentErrorStrategy, DynamicComponentModule, DynamicComponentService, DynamicDatapointsResolver, DynamicFormsModule, DynamicManagedObjectResolver, DynamicResolverService, ES_MAX_TIME_MILLISECONDS, EmailsValidatorDirective, EmptyComponent, EmptyStateComponent, EmptyStateContextDirective, EventRealtimeService, ExpandableRowDirective, ExtensionPointForPlugins, ExtensionPointWithoutStateForPlugins, ExtractArrayValidationErrorsPipe, FeatureCacheService, FeedbackFormComponent, FilePickerComponent, FilePickerFormControlComponent, FilePickerFormControlModule, FilePickerModule, FilesService, FilterByPipe, FilterInputComponent, FilterMapperFactory, FilterMapperModule, FilterMapperPipe, FilterMapperService, FilterNonArrayValidationErrorsPipe, FilteringActionType, FilteringFormRendererComponent, FilteringFormRendererContext, FilteringFormRendererDefDirective, ForOfDirective, FormGroupComponent, FormsModule, GENERIC_FILE_TYPE, GLOBAL_CONTEXT_AUTO_REFRESH, GainsightService, GenericFileIconPipe, GeoService, GetGroupIconPipe, GlobalConfigService, GridDataSource, GroupFragment, GroupService, GroupedFilterChips, GuideDocsComponent, GuideHrefDirective, HOOK_ACTION, HOOK_ACTION_BAR, HOOK_BREADCRUMB, HOOK_COMPONENTS, HOOK_CURRENT_APPLICATION, HOOK_CURRENT_TENANT, HOOK_CURRENT_USER, HOOK_DOCS, HOOK_DYNAMIC_PROVIDER_CONFIG, HOOK_NAVIGATOR_NODES, HOOK_OPTIONS, HOOK_PATTERN_MESSAGES, HOOK_PLUGIN, HOOK_PREVIEW, HOOK_QUERY_PARAM, HOOK_QUERY_PARAM_BOTTOM_DRAWER, HOOK_QUERY_PARAM_MODAL, HOOK_ROUTE, HOOK_SEARCH, HOOK_STEPPER, HOOK_TABS, HOOK_VERSION, HOOK_WIZARD, HeaderBarComponent, HeaderCellRendererDefDirective, HeaderModule, HeaderService, HelpComponent, HelpModule, HighlightComponent, HookProviderTypes, HumanizeAppNamePipe, HumanizePipe, HumanizeValidationMessagePipe, I18nModule, INTERVAL_OPTIONS, IconDirective, IconPanelComponent, IfAllowedDirective, InjectionType, InputGroupListComponent, InputGroupListContainerDirective, InterAppService, IntervalBasedReload, InventorySearchService, IpRangeInputListComponent, JsonValidationPrettifierDirective, LANGUAGES, LAST_DAY, LAST_HOUR, LAST_MINUTE, LAST_MONTH, LAST_WEEK, LOCALE_PATH, LegacyGridConfigMapperService, LegendFieldWrapper, ListDisplaySwitchComponent, ListDisplaySwitchModule, ListGroupComponent, ListGroupModule, ListItemActionComponent, ListItemBodyComponent, ListItemCheckboxComponent, ListItemCollapseComponent, ListItemComponent, ListItemDragHandleComponent, ListItemFooterComponent, ListItemIconComponent, ListItemRadioComponent, ListItemTimelineComponent, LoadMoreComponent, LoadingComponent, MAX_PAGE_SIZE, MESSAGES_CORE_I18N, MOChunkLoaderService, ManagedObjectRealtimeService, ManagedObjectType, MapFunctionPipe, MarkdownToHtmlPipe, MaxValidationDirective, MeasurementRealtimeService, MessageBannerService, MessageDirective, MessagesComponent, MinValidationDirective, MissingTranslationCustomHandler, MoNamePipe, ModalComponent, ModalModule, ModalSelectionMode, ModalService, NEEDED_ROLE_FOR_SETUP, NEW_DASHBOARD_ROUTER_STATE_PROP, NULL_VALUE_PLACEHOLDER, NUMBER_FORMAT_REGEXP, NameTransformPipe, NavigatorBottomModule, NavigatorIconComponent, NavigatorModule, NavigatorNode, NavigatorNodeComponent, NavigatorNodeRoot, NavigatorOutletComponent, NavigatorService, NavigatorTopModule, NewPasswordComponent, NumberPipe, OperationBulkRealtimeService, OperationRealtimeService, OperationResultComponent, OptionsService, OutletDirective, PREVIEW_FEATURE_PROVIDERS, PRODUCT_EXPERIENCE_EVENT_SOURCE, PX_ACTIONS, PX_EVENT_NAME, PackageType, PasswordCheckListComponent, PasswordConfirm, PasswordConfirmModalComponent, PasswordInputComponent, PasswordService, PasswordStrengthCheckerService, PasswordStrengthComponent, PasswordStrengthService, PatternMessagesService, Permissions, PhoneValidationDirective, PlatformDetailsService, PluginLoadedPipe, PluginsExportScopes, PluginsLoaderService, PluginsModule, PluginsResolveService, PluginsService, PopoverConfirmComponent, PreviewFeatureButtonComponent, PreviewFeatureShowNotification, PreviewService, ProductExperienceDirective, ProductExperienceModule, ProgressBarComponent, PropertiesListComponent, PropertiesListModule, PropertyValueTransformService, ProviderConfigurationComponent, ProviderConfigurationModule, ProviderConfigurationNodeFactory, ProviderConfigurationRouteFactory, ProviderConfigurationService, ProviderDefinitionsService, PushStatus, PushStatusLabels, QUERY_PARAM_HANDLER_PROVIDERS, QueryParamBottomDrawerFactory, QueryParamBottomDrawerStateService, QueryParamHandlerService, QueryParamModalFactory, QueryParamModalStateService, QuickLinkComponent, QuickLinkModule, RESOLVING_COMPONENT_WAIT_TIME, RadioFilterMapper, RangeComponent, RangeDirective, RangeDisplayComponent, RangeDisplayModule, RealtimeButtonComponent, RealtimeControlComponent, RealtimeMessage, RealtimeModule, RealtimeService, RealtimeSubjectService, RelativeTimePipe, RequiredInputPlaceholderDirective, ResizableGridComponent, ResolverServerError, RouterModule, RouterService, RouterTabsResolver, SETUP_FINISHED_STEP_ID, SHOW_PREVIEW_FEATURES, SearchComponent, SearchFilters, SearchInputComponent, SearchOutletComponent, SearchResultEmptyComponent, SearchService, SelectComponent, SelectFilterMapper, SelectItemDirective, SelectKeyboardService, SelectLegacyComponent, SelectModalComponent, SelectModalFilterPipe, SelectModalModule, SelectModule, SelectedItemsComponent, SelectedItemsDirective, SendStatus, SendStatusLabels, ServiceRegistry, SetupCompletedComponent, SetupComponent, SetupModule, SetupService, SetupState, SetupStepperFactory, ShortenUserNamePipe, ShouldShowMoPipe, ShowIfFilterPipe, SimpleJsonPathValidatorDirective, SimplifiedAuthService, SkipLinkDirective, SortOrderModifier, SpecialColumnName, SplitViewAlertsComponent, SplitViewComponent, SplitViewDetailsActionsComponent, SplitViewDetailsComponent, SplitViewExtraHeaderComponent, SplitViewFooterComponent, SplitViewHeaderActionsComponent, SplitViewListComponent, SplitViewListItemDirective, SplitViewSelectionService, StateService, Status, StepperModule, StepperOutletComponent, StepperService, Steppers, StringFilterMapper, StringifyObjectPipe, StripHtmlPipe, SupportedApps, TabComponent, TabsModule, TabsOutletComponent, TabsService, TabsetAriaDirective, TenantUiService, TextAreaRowHeightDirective, TextareaAutoresizeDirective, ThemeSwitcherService, TimeIntervalComponent, TimePickerComponent, TimePickerModule, TitleComponent, TitleOutletComponent, TotpChallengeComponent, TotpSetupComponent, TranslateService, TreeNodeCellRendererComponent, TreeNodeColumn, TreeNodeHeaderCellRendererComponent, TypeaheadComponent, TypeaheadFilterMapper, UiSettingsComponent, UiSettingsModule, UniqueInCollectionByPathValidationDirective, UserEditComponent, UserEditModalComponent, UserEngagementsService, UserMenuItemComponent, UserMenuOutletComponent, UserMenuService, UserModule, UserNameInitialsPipe, UserPreferencesConfigurationStrategy, UserPreferencesService, UserPreferencesStorageInventory, UserPreferencesStorageLocal, UserTotpRevokeComponent, UserTotpSetupComponent, VERSION_MODULE_CONFIG, ValidationPattern, VersionListComponent, VersionModule, VersionService, ViewContext, ViewContextServices, VirtualScrollWindowDirective, VirtualScrollWindowStrategy, VirtualScrollerWrapperComponent, VisibleControlsPipe, WIDGET_CONFIGURATION_GRID_SIZE, WIDGET_TYPE_VALUES, WILDCARD_SEARCH_FEATURE_KEY, WebSDKVersionFactory, WidgetActionWrapperComponent, WidgetGlobalAutoRefreshService, WidgetTimeContextActionBarPriority, WidgetTimeContextComponent, WidgetTimeContextDateRangeService, WidgetTimeContextMediatorService, WidgetsDashboardComponent, WidgetsDashboardEventService, WizardBodyComponent, WizardComponent, WizardFooterComponent, WizardHeaderComponent, WizardModalService, WizardModule, WizardOutletComponent, WizardService, ZipService, _virtualScrollWindowStrategyFactory, alertOnError, allEntriesAreEqual, asyncValidateArrayElements, colorValidator, deviceAvailabilityIconMap, extraRoutes, fromFactories, fromTrigger, fromTriggerOnce, getActivatedRoute, getAngularLocalesLanguageString, getBasicInputArrayFormFieldConfig, getDictionaryWithTrimmedKeys, getInjectedHooks, gettext, globalAutoRefreshLoading, hookAction, hookActionBar, hookBreadcrumb, hookComponent, hookCurrentApplication, hookCurrentTenant, hookCurrentUser, hookDataGridActionControls, hookDocs, hookDrawer, hookDynamicProviderConfig, hookFilterMapper, hookGeneric, hookNavigator, hookOptions, hookPatternMessages, hookPlugin, hookPreview, hookQueryParam, hookQueryParamBottomDrawer, hookQueryParamModal, hookRoute, hookSearch, hookService, hookStepper, hookTab, hookUserMenu, hookVersion, hookWidget, hookWizard, internalApps, isEagerDynamicComponents, isExtensionFactory, isLazyDynamicComponents, isPromise, languagesFactory, loadLocale, localeId, localePathFactory, memoize, minColumnGridTrackSize, operationStatusClasses, operationStatusIcons, provideBootstrapMetadata, provideCommonPipes, provideCommonServices, provideDefaultOptionsAppInitializer, provideI18n, provideLanguageSelectorAppInitializer, providePluginsLoaderServiceAppInitializer, provideTranslationServiceInstance, ratiosByColumnTypes, removeContextIndicators, removeDuplicatesIds, resolveInjectedFactories, retryWithDelay, simpleJsonPathValidator, sortByPriority, stateToFactory, statusAlert, statusClasses, statusIcons, throttle, toObservable, toObservableOfArrays, tooltips, trimTranslationKey, uniqueInCollectionByPathValidator, validateArrayElements, validateInternationalPhoneNumber, viewContextRoutes, wrapperLegendFieldConfig };
21548
- export type { Action, ActionBarExtension, ActionBarFactory, ActionBarItem, ActionBarItemWithComponent, ActionBarItemWithTemplate, ActionControl, ActionControlFactory, ActionControlHook, ActionExtension, ActionFactory, ActionWithComponent, ActionWithLabelAndFunction, ActionWithTemplate, Aggregation, AggregationOption, AggregationOptionStatus, Alert, AlertGroupData, AlertType, AngularJSWidgetSettings, ApplicationPlugin, ArrayValidationErrorValue, ArrayValidationErrors, AssetPropertyDefinition, AssetPropertyDefinitionResponse, AssetPropertyFilter, BaseDrawerItem, BasePreviewFeature, Breadcrumb, BreadcrumbExtension, BreadcrumbFactory, BreadcrumbItem, BreadcrumbItemWithComponent, BreadcrumbItemWithLabel, BreadcrumbItemWithTemplate, BulkActionControl, CanEditConfig, CellRendererDef, CellRendererSpec, CleanedVersion, ClickOptions, Column, ColumnConfig, ColumnSortingConfig, ConfirmOption, ConfirmOptions, ContextData, CustomColumnConfig, CustomColumnType, DashboardChange, DashboardChildArrangement, DashboardChildDimension, DashboardChildResizeDimension, DashboardCopyPermission, DashboardSettings, DataGrid, DataGridConfigurationStrategy, DataSourceModifier, DataSourceStats, DateAndTimeOptions, DateRangePickerConfig, DateTimeContext, DateType, DefinitionBase, DisplayOptions, DocLink, DocLinkExtension, DocLinkWithComponent, DocLinkWithLabel, DrawerHost, DrawerItem, DrawerOptions, DrawerPositions, DroppedFile, DynamicBulkRetrievalError, DynamicComponent, DynamicComponentDefinition, DynamicComponentDefinitionBase, DynamicComponentExtension, DynamicComponents, DynamicDetailsResolver, DynamicProviderConfig, DynamicProviderEndpointConfig, DynamicProviderLayoutConfig, DynamicProviderNavigationConfig, DynamicProviderTabsConfig, DynamicWidgetDefinition, DynamicWidgetDefinitionBase, EagerDynamicComponents, Endpoint, ExtensionFactory, ExtensionPoint, Filter, FilterChip, FilterMapper, FilterMapperExtension, FilterPredicateFunction, FilteringFormRendererSpec, FilteringModifier, ForOfFilterPipe, ForOfRealtimeOptions, FormGroupConfig, FormlyColumnFilteringConfig, GenericHookOptions, GenericHookType, GlobalAutoRefreshQueryParam, GlobalAutoRefreshWidgetConfig, GlobalTimeContextWidgetConfig, GridConfig, GridConfigContext, GridConfigContextProvider, GridConfigFilter, GridConfigPart, GridEventType, Header, HeaderActionControl, HeaderTemplates, HookValueType, IFetchWithProgress, IRealtimeDeviceBootstrap, ISelectModalBodyPart, ISelectModalObject, ISelectModalOption, IUpdateItemEvent, IconPanelSection, IndexedStep, InputDateContextQueryParams, Item, LazyDynamicComponents, LeftDrawerItem, LegacyWidget, LoadMoreMode, ManagedObjectTypeForConfig, ModalLabels, NavigatorNodeData, NavigatorNodeFactory, NewPassword, NotificationService, OnBeforeSave, OutputDateContextQueryParams, Pagination, PartialFilterChipGenerationType, PartialFilterChipRemovalType, PasswordStrengthColor, PasswordStrengthSettings, PathSortingConfig, PatternMessages, PickedDates, PickedFiles, PluginsConfig, PopoverConfirmButtons, PreviewFeature, PreviewFeatureCustom, PreviewFeatureDefault, ProductExperienceEvent, ProductExperienceEventSource, PropertiesListItem, ProviderDefinition, ProviderProperties, PxEventData, QueryParamBottomDrawerConfig, QueryParamConfig, QueryParamModalConfig, QueryParamModalConfigBase, QueryParamModalConfigEager, QueryParamModalConfigLazy, RangeDisplay, RealtimeAction, RemoteModuleWithMetadata, ResizableGridConfig, RevertChangeType, RightDrawerItem, Route, RouteDefault, RouteExtension, RouteFactory, RouteWithComponent, RouteWithTab, Row, SchemaNode, Search, SearchFactory, SelectableItem, SelectableItemTemplate, ServerSideDataCallback, ServerSideDataResult, SetupStep, SortOrder, SplitViewAction, StatusType, Step, StepperButtonsVisibility, StepperExtension, SupportedAppKey, Tab, TabExtension, TabFactory, TabOrientation, TabWithComponent, TabWithTemplate, ThemeOptions, ThemePreferenceOptions, TimeContextEvent, TimeInterval, TimeIntervalOption, TreeNode, User, UserMenuItem, UserPreference, UserPreferencesGridConfigContext, ValidationRules, Version, VersionModuleConfig, ViewContexServiceConfig, ViewContextRootRoute, Widget, WidgetChange, WidgetChangeEvent, WidgetChangeEventType, WidgetDataType, WidgetDisplaySettings, WidgetImportExportInjectorOptions, WidgetSettings, WidgetTimeContext, WidgetTimeContextState, Wizard, WizardConfig, WizardEntry, WizardExtension, ZipEntry, selectedFunction, selectedLabelFunction };
21661
+ export { ACTIONS_STEPPER, AGGREGATIONS, AGGREGATION_ICONS, AGGREGATION_LABELS, AGGREGATION_LIMITS, AGGREGATION_TEXTS, AGGREGATION_VALUES, AGGREGATION_VALUES_ARR, ARRAY_VALIDATION_PREFIX, ASSET_PATH, AbstractConfigurationStrategy, ActionBarComponent, ActionBarItemComponent, ActionBarModule, ActionBarService, ActionComponent, ActionControlsExtensionService, ActionModule, ActionOutletComponent, ActionService, AggregationPickerComponent, AggregationService, AlarmRealtimeService, AlarmWithChildrenRealtimeService, AlertComponent, AlertDetailsComponent, AlertModule, AlertOutletBase, AlertOutletComponent, AlertService, AlertTextComponent, AppHrefPipe, AppIconComponent, AppStateService, AppSwitcherComponent, AppSwitcherInlineComponent, AppSwitcherService, ApplicationModule, ApplicationPluginStatus, AssetHierarchyService, AssetLinkPipe, AssetPropertyService, AssetTypesRealtimeService, AssetTypesService, AuditLogComponent, AuditLogModule, AuthenticationModule, BackendVersionFactory, BaseColumn, BaseFilteringFormRendererComponent, BooleanFilterMapper, BootstrapComponent, BootstrapModule, BottomDrawerComponent, BottomDrawerRef, BottomDrawerService, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbOutletComponent, BreadcrumbService, BuiltInActionType, BytesPipe, C8Y_PLUGIN_CONTEXT_PATH, C8Y_PLUGIN_NAME, C8yComponentOutlet, C8yJSONSchema, C8yStepper, C8yStepperButtons, C8yStepperIcon, C8yStepperProgress, C8yTranslateDirective, C8yTranslateModule, C8yTranslatePipe, C8yTranslationCache, C8yTranslationLoader, C8yValidators, CUSTOM, CachedLocaleDictionaryService, CellRendererComponent, CellRendererContext, CellRendererDefDirective, ChangeCurrentUserPasswordService, ChangeIconComponent, ClickEventSource, ClipboardModule, ClipboardService, ColorInputComponent, ColorService, ColumnDataRecordClassName, ColumnDataType, ColumnDirective, CommonModule, ConditionalTabsOutletComponent, ConfigureCustomColumnComponent, ConfirmModalComponent, ContextRouteComponent, ContextRouteGuard, ContextRouteService, CookieBannerComponent, CopyDashboardDisabledReason, CoreModule, CoreSearchModule, CountdownIntervalComponent, CountdownIntervalModule, CurrentPasswordModalComponent, CustomColumn, CustomTranslateService, CustomTranslateStore, DATA_GRID_CONFIGURATION_CONTEXT, DATA_GRID_CONFIGURATION_CONTEXT_PROVIDER, DATA_GRID_CONFIGURATION_STRATEGY, DEFAULT_INTERVAL_STATE, DEFAULT_INTERVAL_VALUE, DEFAULT_INTERVAL_VALUES, DRAWER_ANIMATION_TIME, DashboardChildActionComponent, DashboardChildChange, DashboardChildComponent, DashboardChildTitleComponent, DashboardComponent, DashboardModule, DataGridComponent, DataGridModule, DataGridService, DatapointLibraryValidationErrors, DatapointSyncService, DateContextQueryParamNames, DateFilterMapper, DateFormatService, DatePickerComponent, DatePickerModule, DatePipe, DateTimePickerComponent, DateTimePickerModule, DefaultValidationDirective, DeviceBootstrapRealtimeService, DeviceService, DeviceStatusComponent, DeviceStatusModule, DismissAlertStrategy, DocsModule, DocsService, DrawerModule, DrawerOutletComponent, DrawerService, DropAreaComponent, DropAreaModule, DropdownDirectionDirective, DropdownFocusTrapDirective, DynamicBulkDetailsResolver, DynamicBulkIIdentifiedResolver, DynamicComponentAlert, DynamicComponentAlertAggregator, DynamicComponentAlertsComponent, DynamicComponentComponent, DynamicComponentErrorStrategy, DynamicComponentModule, DynamicComponentService, DynamicDatapointsResolver, DynamicFormsModule, DynamicManagedObjectResolver, DynamicResolverService, ES_MAX_TIME_MILLISECONDS, EmailsValidatorDirective, EmptyComponent, EmptyStateComponent, EmptyStateContextDirective, EventRealtimeService, ExpandableRowDirective, ExtensionPointForPlugins, ExtensionPointWithoutStateForPlugins, ExtractArrayValidationErrorsPipe, FeatureCacheService, FeedbackFormComponent, FilePickerComponent, FilePickerFormControlComponent, FilePickerFormControlModule, FilePickerModule, FilesService, FilterByPipe, FilterInputComponent, FilterMapperFactory, FilterMapperModule, FilterMapperPipe, FilterMapperService, FilterNonArrayValidationErrorsPipe, FilteringActionType, FilteringFormRendererComponent, FilteringFormRendererContext, FilteringFormRendererDefDirective, ForOfDirective, FormGroupComponent, FormsModule, GENERIC_FILE_TYPE, GLOBAL_CONTEXT_AUTO_REFRESH, GainsightService, GenericFileIconPipe, GeoService, GetGroupIconPipe, GlobalConfigService, GridDataSource, GroupFragment, GroupService, GroupedFilterChips, GuideDocsComponent, GuideHrefDirective, HOOK_ACTION, HOOK_ACTION_BAR, HOOK_BREADCRUMB, HOOK_COMPONENTS, HOOK_CURRENT_APPLICATION, HOOK_CURRENT_TENANT, HOOK_CURRENT_USER, HOOK_DOCS, HOOK_DYNAMIC_PROVIDER_CONFIG, HOOK_NAVIGATOR_NODES, HOOK_OPTIONS, HOOK_PATTERN_MESSAGES, HOOK_PLUGIN, HOOK_PREVIEW, HOOK_QUERY_PARAM, HOOK_QUERY_PARAM_BOTTOM_DRAWER, HOOK_QUERY_PARAM_MODAL, HOOK_ROUTE, HOOK_SEARCH, HOOK_STEPPER, HOOK_TABS, HOOK_VERSION, HOOK_WIZARD, HeaderBarComponent, HeaderCellRendererDefDirective, HeaderModule, HeaderService, HelpComponent, HelpModule, HighlightComponent, HookProviderTypes, HumanizeAppNamePipe, HumanizePipe, HumanizeValidationMessagePipe, I18nModule, INTERVAL_OPTIONS, IconDirective, IconPanelComponent, IfAllowedDirective, InjectionType, InputGroupListComponent, InputGroupListContainerDirective, InterAppService, IntervalBasedReload, InventorySearchService, IpRangeInputListComponent, JsonValidationPrettifierDirective, LANGUAGES, LAST_DAY, LAST_HOUR, LAST_MINUTE, LAST_MONTH, LAST_WEEK, LOCALE_PATH, LegacyGridConfigMapperService, LegendFieldWrapper, ListDisplaySwitchComponent, ListDisplaySwitchModule, ListGroupComponent, ListGroupModule, ListItemActionComponent, ListItemBodyComponent, ListItemCheckboxComponent, ListItemCollapseComponent, ListItemComponent, ListItemDragHandleComponent, ListItemFooterComponent, ListItemIconComponent, ListItemRadioComponent, ListItemTimelineComponent, LoadMoreComponent, LoadingComponent, MAX_PAGE_SIZE, MESSAGES_CORE_I18N, MOChunkLoaderService, ManagedObjectRealtimeService, ManagedObjectType, MapFunctionPipe, MarkdownToHtmlPipe, MaxValidationDirective, MeasurementRealtimeService, MessageBannerService, MessageDirective, MessagesComponent, MinValidationDirective, MissingTranslationCustomHandler, MoNamePipe, ModalComponent, ModalModule, ModalSelectionMode, ModalService, NEEDED_ROLE_FOR_SETUP, NEW_DASHBOARD_ROUTER_STATE_PROP, NULL_VALUE_PLACEHOLDER, NUMBER_FORMAT_REGEXP, NameTransformPipe, NavigatorBottomModule, NavigatorIconComponent, NavigatorModule, NavigatorNode, NavigatorNodeComponent, NavigatorNodeRoot, NavigatorOutletComponent, NavigatorService, NavigatorTopModule, NewPasswordComponent, NumberPipe, OperationBulkRealtimeService, OperationRealtimeService, OperationResultComponent, OptionsService, OutletDirective, PREVIEW_FEATURE_PROVIDERS, PRODUCT_EXPERIENCE_EVENT_SOURCE, PX_ACTIONS, PX_EVENT_NAME, PackageType, PasswordCheckListComponent, PasswordConfirm, PasswordConfirmModalComponent, PasswordInputComponent, PasswordService, PasswordStrengthCheckerService, PasswordStrengthComponent, PasswordStrengthService, PatternMessagesService, Permissions, PhoneValidationDirective, PlatformDetailsService, PluginLoadedPipe, PluginsExportScopes, PluginsLoaderService, PluginsModule, PluginsResolveService, PluginsService, PopoverConfirmComponent, PreviewFeatureButtonComponent, PreviewFeatureShowNotification, PreviewService, ProductExperienceDirective, ProductExperienceModule, ProgressBarComponent, PropertiesListComponent, PropertiesListModule, PropertyValueTransformService, ProviderConfigurationComponent, ProviderConfigurationModule, ProviderConfigurationNodeFactory, ProviderConfigurationRouteFactory, ProviderConfigurationService, ProviderDefinitionsService, PushStatus, PushStatusLabels, QUERY_PARAM_HANDLER_PROVIDERS, QueryParamBottomDrawerFactory, QueryParamBottomDrawerStateService, QueryParamHandlerService, QueryParamModalFactory, QueryParamModalStateService, QuickLinkComponent, QuickLinkModule, RESOLVING_COMPONENT_WAIT_TIME, RadioFilterMapper, RangeComponent, RangeDirective, RangeDisplayComponent, RangeDisplayModule, RealtimeButtonComponent, RealtimeControlComponent, RealtimeMessage, RealtimeModule, RealtimeService, RealtimeSubjectService, RelativeTimePipe, RequiredInputPlaceholderDirective, ResizableGridComponent, ResolverServerError, RouterModule, RouterService, RouterTabsResolver, SETUP_FINISHED_STEP_ID, SHOW_PREVIEW_FEATURES, SearchComponent, SearchFilters, SearchInputComponent, SearchOutletComponent, SearchResultEmptyComponent, SearchService, SelectComponent, SelectFilterMapper, SelectItemDirective, SelectKeyboardService, SelectLegacyComponent, SelectModalComponent, SelectModalFilterPipe, SelectModalModule, SelectModule, SelectedItemsComponent, SelectedItemsDirective, SendStatus, SendStatusLabels, ServiceRegistry, SetupCompletedComponent, SetupComponent, SetupModule, SetupService, SetupState, SetupStepperFactory, ShortenUserNamePipe, ShouldShowMoPipe, ShowIfFilterPipe, SimpleJsonPathValidatorDirective, SimplifiedAuthService, SkipLinkDirective, SortOrderModifier, SpecialColumnName, SplitViewAlertsComponent, SplitViewComponent, SplitViewDetailsActionsComponent, SplitViewDetailsComponent, SplitViewExtraHeaderComponent, SplitViewFooterComponent, SplitViewHeaderActionsComponent, SplitViewListComponent, SplitViewListItemDirective, SplitViewSelectionService, StateService, Status, StepperModule, StepperOutletComponent, StepperService, Steppers, StringFilterMapper, StringifyObjectPipe, StripHtmlPipe, SupportedApps, TabComponent, TabsModule, TabsOutletComponent, TabsService, TabsetAriaDirective, TenantUiService, TextAreaRowHeightDirective, TextareaAutoresizeDirective, ThemeSwitcherService, TimeIntervalComponent, TimePickerComponent, TimePickerModule, TitleComponent, TitleOutletComponent, TotpChallengeComponent, TotpSetupComponent, TranslateService, TreeNodeCellRendererComponent, TreeNodeColumn, TreeNodeHeaderCellRendererComponent, TypeaheadComponent, TypeaheadFilterMapper, UiSettingsComponent, UiSettingsModule, UniqueInCollectionByPathValidationDirective, UserEditComponent, UserEditModalComponent, UserEngagementsService, UserMenuItemComponent, UserMenuOutletComponent, UserMenuService, UserModule, UserNameInitialsPipe, UserPreferencesConfigurationStrategy, UserPreferencesService, UserPreferencesStorageInventory, UserPreferencesStorageLocal, UserTotpRevokeComponent, UserTotpSetupComponent, VERSION_MODULE_CONFIG, ValidationPattern, VersionListComponent, VersionModule, VersionService, ViewContext, ViewContextServices, VirtualScrollWindowDirective, VirtualScrollWindowStrategy, VirtualScrollerWrapperComponent, VisibleControlsPipe, WIDGET_CONFIGURATION_GRID_SIZE, WIDGET_TYPE_VALUES, WILDCARD_SEARCH_FEATURE_KEY, WebSDKVersionFactory, WidgetActionWrapperComponent, WidgetGlobalAutoRefreshService, WidgetTimeContextActionBarPriority, WidgetTimeContextComponent, WidgetTimeContextDateRangeService, WidgetTimeContextMediatorService, WidgetsDashboardComponent, WidgetsDashboardEventService, WizardBodyComponent, WizardComponent, WizardFooterComponent, WizardHeaderComponent, WizardModalService, WizardModule, WizardOutletComponent, WizardService, ZipService, _virtualScrollWindowStrategyFactory, alertOnError, allEntriesAreEqual, asyncValidateArrayElements, colorValidator, deviceAvailabilityIconMap, extraRoutes, fromFactories, fromTrigger, fromTriggerOnce, getActivatedRoute, getAngularLocalesLanguageString, getBasicInputArrayFormFieldConfig, getDictionaryWithTrimmedKeys, getInjectedHooks, gettext, globalAutoRefreshLoading, hookAction, hookActionBar, hookBreadcrumb, hookComponent, hookCurrentApplication, hookCurrentTenant, hookCurrentUser, hookDataGridActionControls, hookDocs, hookDrawer, hookDynamicProviderConfig, hookFilterMapper, hookGeneric, hookNavigator, hookOptions, hookPatternMessages, hookPlugin, hookPreview, hookQueryParam, hookQueryParamBottomDrawer, hookQueryParamModal, hookRoute, hookSearch, hookService, hookStepper, hookTab, hookUserMenu, hookVersion, hookWidget, hookWizard, internalApps, isEagerDynamicComponents, isExtensionFactory, isLazyDynamicComponents, isPromise, languagesFactory, loadLocale, localeId, localePathFactory, memoize, minColumnGridTrackSize, operationStatusClasses, operationStatusIcons, provideBootstrapMetadata, provideCommonPipes, provideCommonServices, provideDefaultOptionsAppInitializer, provideI18n, provideLanguageSelectorAppInitializer, providePluginsLoaderServiceAppInitializer, provideTranslationServiceInstance, ratiosByColumnTypes, removeContextIndicators, removeDuplicatesIds, resolveInjectedFactories, retryWithDelay, simpleJsonPathValidator, sortByPriority, stateToFactory, statusAlert, statusClasses, statusIcons, throttle, toObservable, toObservableOfArrays, tooltips, trimTranslationKey, uniqueInCollectionByPathValidator, validateArrayElements, validateInternationalPhoneNumber, viewContextRoutes, wrapperLegendFieldConfig };
21662
+ export type { Action, ActionBarExtension, ActionBarFactory, ActionBarItem, ActionBarItemWithComponent, ActionBarItemWithTemplate, ActionControl, ActionControlFactory, ActionControlHook, ActionExtension, ActionFactory, ActionWithComponent, ActionWithLabelAndFunction, ActionWithTemplate, Aggregation, AggregationOption, AggregationOptionStatus, Alert, AlertGroupData, AlertType, AngularJSWidgetSettings, ApplicationPlugin, ArrayValidationErrorValue, ArrayValidationErrors, AssetColumnOperationType, AssetPropertyDefinition, AssetPropertyDefinitionResponse, AssetPropertyFilter, AssetTableExtendedColumn, BaseDrawerItem, BasePreviewFeature, Breadcrumb, BreadcrumbExtension, BreadcrumbFactory, BreadcrumbItem, BreadcrumbItemWithComponent, BreadcrumbItemWithLabel, BreadcrumbItemWithTemplate, BulkActionControl, CanEditConfig, CellRendererDef, CellRendererSpec, CleanedVersion, ClickOptions, Column, ColumnConfig, ColumnSortingConfig, ComputedConfig, ConfirmOption, ConfirmOptions, ContextData, CustomColumnConfig, CustomColumnType, DashboardChange, DashboardChildArrangement, DashboardChildDimension, DashboardChildResizeDimension, DashboardCopyPermission, DashboardSettings, DataGrid, DataGridConfigurationStrategy, DataSourceModifier, DataSourceStats, DateAndTimeOptions, DateRangePickerConfig, DateTimeContext, DateType, DefinitionBase, DisplayOptions, DocLink, DocLinkExtension, DocLinkWithComponent, DocLinkWithLabel, DrawerHost, DrawerItem, DrawerOptions, DrawerPositions, DroppedFile, DynamicBulkRetrievalError, DynamicComponent, DynamicComponentDefinition, DynamicComponentDefinitionBase, DynamicComponentExtension, DynamicComponents, DynamicDetailsResolver, DynamicProviderConfig, DynamicProviderEndpointConfig, DynamicProviderLayoutConfig, DynamicProviderNavigationConfig, DynamicProviderTabsConfig, DynamicWidgetDefinition, DynamicWidgetDefinitionBase, EagerDynamicComponents, Endpoint, ExtensionFactory, ExtensionPoint, Filter, FilterChip, FilterMapper, FilterMapperExtension, FilterPredicateFunction, FilteringFormRendererSpec, FilteringModifier, ForOfFilterPipe, ForOfRealtimeOptions, FormGroupConfig, FormlyColumnFilteringConfig, GenericHookOptions, GenericHookType, GlobalAutoRefreshQueryParam, GlobalAutoRefreshWidgetConfig, GlobalTimeContextWidgetConfig, GridConfig, GridConfigContext, GridConfigContextProvider, GridConfigFilter, GridConfigPart, GridEventType, Header, HeaderActionControl, HeaderTemplates, HookValueType, IFetchWithProgress, IRealtimeDeviceBootstrap, ISelectModalBodyPart, ISelectModalObject, ISelectModalOption, IUpdateItemEvent, IconConfigComparison, IconConfigItem, IconPanelSection, IndexedStep, InputDateContextQueryParams, Item, LazyDynamicComponents, LeftDrawerItem, LegacyWidget, LoadMoreMode, ManagedObjectTypeForConfig, ModalLabels, NavigatorNodeData, NavigatorNodeFactory, NewPassword, NotificationService, OnBeforeSave, OutputDateContextQueryParams, Pagination, PartialFilterChipGenerationType, PartialFilterChipRemovalType, PasswordStrengthColor, PasswordStrengthSettings, PathSortingConfig, PatternMessages, PickedDates, PickedFiles, PluginsConfig, PopoverConfirmButtons, PreviewFeature, PreviewFeatureCustom, PreviewFeatureDefault, ProductExperienceEvent, ProductExperienceEventSource, PropertiesListItem, ProviderDefinition, ProviderProperties, PxEventData, QueryParamBottomDrawerConfig, QueryParamConfig, QueryParamModalConfig, QueryParamModalConfigBase, QueryParamModalConfigEager, QueryParamModalConfigLazy, RangeDisplay, RealtimeAction, RemoteModuleWithMetadata, ResizableGridConfig, RevertChangeType, RightDrawerItem, Route, RouteDefault, RouteExtension, RouteFactory, RouteWithComponent, RouteWithTab, Row, SchemaNode, Search, SearchFactory, SelectableItem, SelectableItemTemplate, ServerSideDataCallback, ServerSideDataResult, SetupStep, SortOrder, SplitViewAction, StatusType, Step, StepperButtonsVisibility, StepperExtension, SupportedAppKey, Tab, TabExtension, TabFactory, TabOrientation, TabWithComponent, TabWithTemplate, ThemeOptions, ThemePreferenceOptions, TimeContextEvent, TimeInterval, TimeIntervalOption, TreeNode, User, UserMenuItem, UserPreference, UserPreferencesGridConfigContext, ValidationRules, Version, VersionModuleConfig, ViewContexServiceConfig, ViewContextRootRoute, Widget, WidgetChange, WidgetChangeEvent, WidgetChangeEventType, WidgetDataType, WidgetDisplaySettings, WidgetImportExportInjectorOptions, WidgetSettings, WidgetTimeContext, WidgetTimeContextState, Wizard, WizardConfig, WizardEntry, WizardExtension, ZipEntry, selectedFunction, selectedLabelFunction };
21549
21663
  //# sourceMappingURL=index.d.ts.map