@sap-ux/ui5-proxy-middleware 1.0.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 (41) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +123 -0
  3. package/dist/base/constants.d.ts +6 -0
  4. package/dist/base/constants.d.ts.map +1 -0
  5. package/dist/base/constants.js +9 -0
  6. package/dist/base/constants.js.map +1 -0
  7. package/dist/base/index.d.ts +6 -0
  8. package/dist/base/index.d.ts.map +1 -0
  9. package/dist/base/index.js +20 -0
  10. package/dist/base/index.js.map +1 -0
  11. package/dist/base/manifest.d.ts +2821 -0
  12. package/dist/base/manifest.d.ts.map +1 -0
  13. package/dist/base/manifest.js +4 -0
  14. package/dist/base/manifest.js.map +1 -0
  15. package/dist/base/proxy.d.ts +12 -0
  16. package/dist/base/proxy.d.ts.map +1 -0
  17. package/dist/base/proxy.js +41 -0
  18. package/dist/base/proxy.js.map +1 -0
  19. package/dist/base/types.d.ts +32 -0
  20. package/dist/base/types.d.ts.map +1 -0
  21. package/dist/base/types.js +3 -0
  22. package/dist/base/types.js.map +1 -0
  23. package/dist/base/utils.d.ts +124 -0
  24. package/dist/base/utils.d.ts.map +1 -0
  25. package/dist/base/utils.js +316 -0
  26. package/dist/base/utils.js.map +1 -0
  27. package/dist/i18n.d.ts +14 -0
  28. package/dist/i18n.d.ts.map +1 -0
  29. package/dist/i18n.js +50 -0
  30. package/dist/i18n.js.map +1 -0
  31. package/dist/index.d.ts +2 -0
  32. package/dist/index.d.ts.map +1 -0
  33. package/dist/index.js +6 -0
  34. package/dist/index.js.map +1 -0
  35. package/dist/translations/ui5-proxy-middleware.i18n.json +5 -0
  36. package/dist/ui5/middleware.d.ts +2 -0
  37. package/dist/ui5/middleware.d.ts.map +1 -0
  38. package/dist/ui5/middleware.js +69 -0
  39. package/dist/ui5/middleware.js.map +1 -0
  40. package/package.json +45 -0
  41. package/ui5.yaml +7 -0
@@ -0,0 +1,2821 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ * The source JSONSchema can be found here https://github.com/SAP/ui5-manifest/blob/master/schema.json.
6
+ */
7
+ /**
8
+ * This interface was referenced by `undefined`'s JSON-Schema definition
9
+ * via the `patternProperty` "^[a-zA-Z0-9_\-]*$".
10
+ *
11
+ * This interface was referenced by `undefined`'s JSON-Schema definition
12
+ * via the `patternProperty` "^[a-zA-Z0-9_\-]*$".
13
+ *
14
+ * This interface was referenced by `undefined`'s JSON-Schema definition
15
+ * via the `patternProperty` "^[a-zA-Z0-9_\-]*$".
16
+ *
17
+ * This interface was referenced by `undefined`'s JSON-Schema definition
18
+ * via the `patternProperty` "^[a-zA-Z0-9_\-]*$".
19
+ *
20
+ * This interface was referenced by `undefined`'s JSON-Schema definition
21
+ * via the `patternProperty` "^[a-zA-Z0-9_\-]*$".
22
+ */
23
+ export declare type TerminologySetting = {
24
+ /**
25
+ * Represents the alternative for bundleUrl
26
+ */
27
+ bundleName: string;
28
+ /**
29
+ * Represents the list of supported locales
30
+ */
31
+ supportedLocales?: unknown[];
32
+ } | {
33
+ /**
34
+ * Represents the URL for the resource bundle
35
+ */
36
+ bundleUrl: string;
37
+ /**
38
+ * Indicates whether url is relative to component (default) or manifest
39
+ */
40
+ bundleUrlRelativeTo?: 'manifest' | 'component';
41
+ /**
42
+ * Represents the list of supported locales
43
+ */
44
+ supportedLocales?: unknown[];
45
+ };
46
+ export declare type Version = string;
47
+ export declare type Tag = string[];
48
+ /**
49
+ * This interface was referenced by `undefined`'s JSON-Schema definition
50
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
51
+ */
52
+ export declare type DataSource = DataSourceEnum | DataSourceCustom;
53
+ export declare type ObjectName = string;
54
+ export declare type ObjectType = 'query' | 'cdsprojectionview' | 'view' | 'inamodel';
55
+ /**
56
+ * Represents sapui5 attributes
57
+ */
58
+ export declare type JSONSchemaForSAPUI5Namespace = {
59
+ /**
60
+ * Represents SAPUI5 attributes format version. It is managed by namespace owner
61
+ */
62
+ _version?: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0' | '1.5.0' | '1.6.0' | '1.7.0' | '1.8.0' | '1.9.0' | '1.10.0' | '1.11.0' | '1.12.0' | '1.13.0';
63
+ /**
64
+ * Represents paths to JavaScript/CSS resources that your app needs (app internal), formerly called '.includes'
65
+ */
66
+ resources?: {
67
+ js?: {
68
+ uri: string;
69
+ [k: string]: unknown;
70
+ }[];
71
+ css?: {
72
+ uri: string;
73
+ id?: string;
74
+ [k: string]: unknown;
75
+ }[];
76
+ [k: string]: unknown;
77
+ };
78
+ /**
79
+ * Represents the explicit usage declaration for UI5 reuse components
80
+ */
81
+ componentUsages?: {
82
+ [k: string]: ComponentUsages;
83
+ };
84
+ /**
85
+ * Represents external dependences such as libraries or components, that will be loaded by UI5 Core in the initialization phase of your Component and can be used after it
86
+ */
87
+ dependencies: {
88
+ /**
89
+ * Represents the minimum version of SAP UI5 that your component requires
90
+ */
91
+ minUI5Version: string;
92
+ /**
93
+ * Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component
94
+ */
95
+ libs?: {
96
+ [k: string]: Lib;
97
+ };
98
+ /**
99
+ * Represents the id (namespace) of the components that should be loaded by UI5 Core to be used in your component
100
+ */
101
+ components?: {
102
+ [k: string]: Component;
103
+ };
104
+ };
105
+ /**
106
+ * Represents models which should be created/destroyed with the life-cycle of the component
107
+ */
108
+ models?: {
109
+ [k: string]: Model;
110
+ };
111
+ /**
112
+ * Represents relative path to the resource. Only relative path allowed, no '../'
113
+ */
114
+ resourceRoots?: {
115
+ [k: string]: ResourceRoot;
116
+ };
117
+ /**
118
+ * Represents the usage of validation handling by MessageManager for this component (enable/disable)
119
+ */
120
+ handleValidation?: boolean;
121
+ /**
122
+ * Represents the static configuration for components
123
+ */
124
+ config?: {
125
+ [k: string]: Config;
126
+ };
127
+ /**
128
+ * Represents the extension of an additional component
129
+ */
130
+ extends?: {
131
+ /**
132
+ * Represents the component name
133
+ */
134
+ component?: string;
135
+ /**
136
+ * Represents minimal version of the component
137
+ */
138
+ minVersion?: string;
139
+ /**
140
+ * Represents extensions of the component
141
+ */
142
+ extensions?: {
143
+ [k: string]: unknown;
144
+ };
145
+ };
146
+ /**
147
+ * Represents object with content density modes the app is supporting. Supported density modes are 'cozy' and 'compact'
148
+ */
149
+ contentDensities: {
150
+ /**
151
+ * Represents indicator whether compact mode is supported
152
+ */
153
+ compact: boolean;
154
+ /**
155
+ * Represents indicator whether cozy mode is supported
156
+ */
157
+ cozy: boolean;
158
+ };
159
+ /**
160
+ * Represents a name of the UI5 component
161
+ */
162
+ componentName?: string;
163
+ /**
164
+ * Enables the auto prefixing of IDs of ManagedObjects (e.g. Controls) which are created in context of the Component (e.g. createContent invocation)
165
+ */
166
+ autoPrefixId?: boolean;
167
+ /**
168
+ * Represents the identifier of an application variant. The value will be calculated and should not be set manually
169
+ */
170
+ appVariantId?: string;
171
+ /**
172
+ * Represents array of appVariantId hierarchy with origin layer and version, calculated attribute and filled automatically during variant merge
173
+ */
174
+ appVariantIdHierarchy?: {
175
+ /**
176
+ * Represents origin layer of the app variant id
177
+ */
178
+ layer: string;
179
+ /**
180
+ * Represents app variant id
181
+ */
182
+ appVariantId: string;
183
+ /**
184
+ * Represents version of the app variant id
185
+ */
186
+ version: string;
187
+ }[];
188
+ /**
189
+ * Represents a list of the services
190
+ */
191
+ services?: {
192
+ [k: string]: Service;
193
+ };
194
+ /**
195
+ * Represents UI5 library specific properties
196
+ */
197
+ library?: {
198
+ /**
199
+ * Flag whether the library contains a i18n resource or not. If using a string instead of a boolean value an alternative name for the i18n resource could be defined.
200
+ */
201
+ i18n?: boolean | string;
202
+ /**
203
+ * Flag whether the library contains a CSS file or not.
204
+ */
205
+ css?: boolean | string;
206
+ /**
207
+ * Represents the content of a library. Content are controls, elements, types and interfaces.
208
+ */
209
+ content?: {
210
+ [k: string]: unknown;
211
+ };
212
+ };
213
+ /**
214
+ * Represents a list of UI5 shortcut commands
215
+ */
216
+ commands?: {
217
+ [k: string]: Command;
218
+ };
219
+ /**
220
+ * Represents an indicator whether app variant is flex extension point enabled
221
+ */
222
+ flexExtensionPointEnabled?: boolean;
223
+ [k: string]: unknown;
224
+ } & ({
225
+ /**
226
+ * Represents an Indicator whether an app is flex enabled
227
+ */
228
+ flexEnabled: true;
229
+ routing?: RoutingFlexEnabled;
230
+ rootView?: RootViewDefFlexEnabled;
231
+ [k: string]: unknown;
232
+ } | {
233
+ /**
234
+ * Represents an Indicator whether an app is flex enabled
235
+ */
236
+ flexEnabled?: false;
237
+ routing?: Routing;
238
+ rootView?: RootViewDef;
239
+ [k: string]: unknown;
240
+ });
241
+ /**
242
+ * This interface was referenced by `undefined`'s JSON-Schema definition
243
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
244
+ */
245
+ export declare type ResourceRoot = string;
246
+ /**
247
+ * This interface was referenced by `undefined`'s JSON-Schema definition
248
+ * via the `patternProperty` "[\s\S]*".
249
+ */
250
+ export declare type Config = string[] | string | boolean | number | {
251
+ [k: string]: unknown;
252
+ };
253
+ /**
254
+ * Represents the definition of each route
255
+ */
256
+ export declare type Route = RouteWithoutName & {
257
+ /**
258
+ * Represents the name of the route
259
+ */
260
+ name: string;
261
+ [k: string]: unknown;
262
+ };
263
+ /**
264
+ * Represents the root view definition being either the name of the view or the view definition object
265
+ */
266
+ export declare type RootViewDef = string | {
267
+ /**
268
+ * Represents the name of the view
269
+ */
270
+ viewName: string;
271
+ /**
272
+ * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
273
+ */
274
+ type?: 'XML' | 'JSON' | 'JS' | 'HTML' | 'Template';
275
+ /**
276
+ * Represents the id of the view
277
+ */
278
+ id?: string;
279
+ /**
280
+ * Configure the targets for asynchronous loading
281
+ */
282
+ async?: boolean;
283
+ [k: string]: unknown;
284
+ };
285
+ /**
286
+ * Represents a binding string to indicate, how the reuse component should be bound relative to the containing page or absolute
287
+ */
288
+ export declare type ComponentBindingDef = string;
289
+ /**
290
+ * Represents the card default grid size in columns and rows
291
+ */
292
+ export declare type DefaultSpanDef = {
293
+ /**
294
+ * Represents the number of the number of grid columns
295
+ */
296
+ cols: number;
297
+ /**
298
+ * Represents the number of the number of grid rows
299
+ */
300
+ rows: number;
301
+ /**
302
+ * Represents if user wants to show only header part of card in resizable layout
303
+ */
304
+ showOnlyHeader?: boolean;
305
+ /**
306
+ * If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)
307
+ */
308
+ minimumTitleRow?: number;
309
+ /**
310
+ * If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)
311
+ */
312
+ minimumSubTitleRow?: number;
313
+ } | 'auto';
314
+ /**
315
+ * Plot area is a parent property which defines multiple other properties for smoothness and marker size
316
+ */
317
+ export declare type LevelsDef = unknown[];
318
+ /**
319
+ * Represents general card attributes
320
+ */
321
+ export declare type JSONSchemaForSAPCARDNamespace = {
322
+ [k: string]: unknown;
323
+ };
324
+ /**
325
+ * The version number of the schema in major.minor.patch format.
326
+ */
327
+ export declare type Semanticversion = string;
328
+ export interface SAPJSONSchemaForWebApplicationManifestFile {
329
+ /**
330
+ * Represents Application Descriptor format version. It is managed by schema owner
331
+ */
332
+ _version: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0' | '1.5.0' | '1.6.0' | '1.7.0' | '1.8.0' | '1.9.0' | '1.10.0' | '1.11.0' | '1.12.0' | '1.13.0' | '1.14.0' | '1.15.0' | '1.16.0' | '1.17.0' | '1.18.0' | '1.19.0' | '1.20.0' | '1.21.0' | '1.22.0' | '1.23.0' | '1.24.0' | '1.25.0' | '1.26.0' | '1.27.0' | '1.28.0' | '1.29.0' | '1.30.0' | '1.31.0' | '1.32.0' | '1.33.0' | '1.34.0' | '1.35.0' | '1.36.0' | '1.37.0' | '1.38.0';
333
+ /**
334
+ * Represents the URL that the developer would prefer the user agent load when the user launches the web application
335
+ */
336
+ start_url?: string;
337
+ 'sap.app': JSONSchemaForSAPAPPNamespace;
338
+ 'sap.ui': JSONSchemaForSAPUINamespace;
339
+ 'sap.ui5'?: JSONSchemaForSAPUI5Namespace;
340
+ 'sap.platform.abap'?: JSONSchemaForSAPPLATFORMABAPNamespace;
341
+ 'sap.platform.hcp'?: JSONSchemaForSAPPLATFORMHCPNamespace;
342
+ 'sap.platform.cf'?: JSONSchemaForSAPPLATFORMCFNamespace;
343
+ 'sap.platform.mobilecards'?: JSONSchemaForSAPPLATFORMMOBILECARDSNamespace;
344
+ 'sap.fiori'?: JSONSchemaForSAPFIORINamespace;
345
+ 'sap.ui.generic.app'?: JSONSchemaForSAPUIGENERICAPPNamespace;
346
+ 'sap.fe'?: JSONSchemaForSAPFENamespace;
347
+ 'sap.flp'?: JSONSchemaForSAPFLPNamespace;
348
+ 'sap.ovp'?: JSONSchemaForSAPOVPNamespace;
349
+ 'sap.wda'?: JSONSchemaForSAPWDANamespace;
350
+ 'sap.apf'?: JSONSchemaForSAPAPFNamespace;
351
+ 'sap.cloud.portal'?: JSONSchemaForSAPCLOUDPORTALNamespace;
352
+ 'sap.gui'?: JSONSchemaForSAPGUINamespace;
353
+ 'sap.integration'?: JSONSchemaForSAPINTEGRATIONNamespace;
354
+ 'sap.wcf'?: JSONSchemaForSAPWCFNamespace;
355
+ 'sap.ui.smartbusiness.app'?: JSONSchemaForSAPUISMARTBUSINESSAPPNamespace;
356
+ 'sap.mobile'?: JSONSchemaForSAPMOBILENamespace;
357
+ 'sap.copilot'?: JSONSchemaForSAPCOPILOTNamespace;
358
+ 'sap.map'?: JSONSchemaForSAPMAPNamespace;
359
+ 'sap.url'?: JSONSchemaForSAPURLNamespace;
360
+ 'sap.platform.sfsf'?: JSONSchemaForSAPPLATFORMSFSFNamespace;
361
+ 'sap.cloud'?: JSONSchemaForSAPCLOUDNamespace;
362
+ 'sap.card'?: JSONSchemaForSAPCARDNamespace;
363
+ 'sap.package'?: JSONSchemaForSAPPACKAGENamespace;
364
+ 'sap.artifact'?: JSONSchemaForSAPARTIFACTNamespace;
365
+ }
366
+ /**
367
+ * Represents general application attributes
368
+ */
369
+ export interface JSONSchemaForSAPAPPNamespace {
370
+ /**
371
+ * Application attributes format version. It is managed by namespace owner
372
+ */
373
+ _version?: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0' | '1.5.0' | '1.6.0' | '1.7.0' | '1.8.0' | '1.9.0' | '1.10.0' | '1.11.0' | '1.12.0' | '1.13.0' | '1.14.0' | '1.15.0' | '1.16.0' | '1.17.0';
374
+ /**
375
+ * Represents the template from which the app was generated
376
+ */
377
+ sourceTemplate?: {
378
+ /**
379
+ * Represents id of the template from which the app was generated
380
+ */
381
+ id: string;
382
+ /**
383
+ * Represents the version of the template from which the app was generated
384
+ */
385
+ version: string;
386
+ [k: string]: unknown;
387
+ };
388
+ /**
389
+ * Represents mandatory unique app identifier which must correspond to component 'id/namespace'
390
+ */
391
+ id: string;
392
+ /**
393
+ * Represents type of an application and can be application or component or library
394
+ */
395
+ type: 'application' | 'component' | 'library' | 'card';
396
+ /**
397
+ * Represents path inside the app to the properties file containing text symbols for the Descriptor or properties file specific settings (including supportedLocales, fallbackLocale, terminologies and enhanceWith)
398
+ */
399
+ i18n?: string | {
400
+ /**
401
+ * Represents the alternative for bundleUrl
402
+ */
403
+ bundleName: string;
404
+ /**
405
+ * Represents the fallback locale
406
+ */
407
+ fallbackLocale?: string;
408
+ /**
409
+ * Represents the list of supported locales
410
+ */
411
+ supportedLocales?: unknown[];
412
+ /**
413
+ * Represents terminologies with additional properties files
414
+ */
415
+ terminologies?: {
416
+ [k: string]: TerminologySetting;
417
+ };
418
+ /**
419
+ * Represents enhancement of UI5 resource model with additional properties files
420
+ */
421
+ enhanceWith?: ({
422
+ /**
423
+ * Represents property url for model enhancement
424
+ */
425
+ bundleUrl: string;
426
+ /**
427
+ * Indicates whether url is relative to component (default) or manifest
428
+ */
429
+ bundleUrlRelativeTo?: 'manifest' | 'component';
430
+ /**
431
+ * Represents the fallback locale
432
+ */
433
+ fallbackLocale?: string;
434
+ /**
435
+ * Represents the list of supported locales
436
+ */
437
+ supportedLocales?: unknown[];
438
+ /**
439
+ * Represents terminologies with additional properties files
440
+ */
441
+ terminologies?: {
442
+ [k: string]: TerminologySetting;
443
+ };
444
+ } | {
445
+ /**
446
+ * Represents the alternative for bundleUrl
447
+ */
448
+ bundleName: string;
449
+ /**
450
+ * Represents the fallback locale
451
+ */
452
+ fallbackLocale?: string;
453
+ /**
454
+ * Represents the list of supported locales
455
+ */
456
+ supportedLocales?: unknown[];
457
+ /**
458
+ * Represents terminologies with additional properties files
459
+ */
460
+ terminologies?: {
461
+ [k: string]: TerminologySetting;
462
+ };
463
+ })[];
464
+ } | {
465
+ /**
466
+ * Represents the URL for the resource bundle
467
+ */
468
+ bundleUrl: string;
469
+ /**
470
+ * Indicates whether url is relative to component (default) or manifest
471
+ */
472
+ bundleUrlRelativeTo?: 'manifest' | 'component';
473
+ /**
474
+ * Represents the list of supported locales
475
+ */
476
+ supportedLocales?: unknown[];
477
+ /**
478
+ * Represents the fallback locale
479
+ */
480
+ fallbackLocale?: string;
481
+ /**
482
+ * Represents terminologies with additional properties files
483
+ */
484
+ terminologies?: {
485
+ [k: string]: TerminologySetting;
486
+ };
487
+ /**
488
+ * Represents enhancement of UI5 resource model with additional properties files
489
+ */
490
+ enhanceWith?: ({
491
+ /**
492
+ * Represents property url for model enhancement
493
+ */
494
+ bundleUrl: string;
495
+ /**
496
+ * Indicates whether url is relative to component (default) or manifest
497
+ */
498
+ bundleUrlRelativeTo?: 'manifest' | 'component';
499
+ /**
500
+ * Represents the fallback locale
501
+ */
502
+ fallbackLocale?: string;
503
+ /**
504
+ * Represents the list of supported locales
505
+ */
506
+ supportedLocales?: unknown[];
507
+ /**
508
+ * Represents terminologies with additional properties files
509
+ */
510
+ terminologies?: {
511
+ [k: string]: TerminologySetting;
512
+ };
513
+ } | {
514
+ /**
515
+ * Represents the alternative for bundleUrl
516
+ */
517
+ bundleName: string;
518
+ /**
519
+ * Represents the fallback locale
520
+ */
521
+ fallbackLocale?: string;
522
+ /**
523
+ * Represents the list of supported locales
524
+ */
525
+ supportedLocales?: unknown[];
526
+ /**
527
+ * Represents terminologies with additional properties files
528
+ */
529
+ terminologies?: {
530
+ [k: string]: TerminologySetting;
531
+ };
532
+ })[];
533
+ };
534
+ /**
535
+ * Represents mandatory version of the app
536
+ */
537
+ applicationVersion: {
538
+ version: Version;
539
+ [k: string]: unknown;
540
+ };
541
+ /**
542
+ * Represents array of relative paths to the nested manifest.json's (mandatory if it contains nested 'manifest.json')
543
+ */
544
+ embeds?: string[];
545
+ /**
546
+ * Represents relative path back to the manifest.json of an embedding component or library (mandatory for nested 'manifest.json')
547
+ */
548
+ embeddedBy?: string;
549
+ /**
550
+ * Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
551
+ */
552
+ title: string;
553
+ /**
554
+ * Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
555
+ */
556
+ subTitle?: string;
557
+ /**
558
+ * Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
559
+ */
560
+ shortTitle?: string;
561
+ /**
562
+ * Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
563
+ */
564
+ info?: string;
565
+ /**
566
+ * Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
567
+ */
568
+ description?: string;
569
+ /**
570
+ * Represents array of keywords
571
+ */
572
+ tags?: {
573
+ keywords: Tag;
574
+ technicalAttributes?: string[];
575
+ [k: string]: unknown;
576
+ };
577
+ /**
578
+ * Represents application component hierarchy
579
+ */
580
+ ach?: string;
581
+ /**
582
+ * Represents used data sources with a unique key/alias
583
+ */
584
+ dataSources?: {
585
+ [k: string]: DataSource;
586
+ };
587
+ /**
588
+ * Represents array of directly used CDS views, which only to be added if directly used via INA protocol and not if used via OData service
589
+ */
590
+ cdsViews?: string[];
591
+ /**
592
+ * Represents reference to a file (naming convention is resources.json) which contains list with all resources which the app needs
593
+ */
594
+ resources?: 'resources.json';
595
+ /**
596
+ * Represents a system alias
597
+ */
598
+ destination?: {
599
+ /**
600
+ * Represents an alias for the system
601
+ */
602
+ name: string;
603
+ };
604
+ /**
605
+ * Represents a collection of directly used open source libs (not when used via UI5 capsulation)
606
+ */
607
+ openSourceComponents?: OpenSource[];
608
+ /**
609
+ * Represents the name of the provider which owns the application
610
+ */
611
+ provider?: 'sfsf';
612
+ /**
613
+ * Represents indicator whether the app is running offline. Possible values are true or false (default)
614
+ */
615
+ offline?: boolean;
616
+ /**
617
+ * Represents cross navigation for inbound and outbound targets
618
+ */
619
+ crossNavigation?: {
620
+ /**
621
+ * Represents scopes of a site
622
+ */
623
+ scopes?: {
624
+ /**
625
+ * Represents unique id of the site
626
+ *
627
+ * This interface was referenced by `undefined`'s JSON-Schema definition
628
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+$".
629
+ */
630
+ [k: string]: {
631
+ value: string;
632
+ [k: string]: unknown;
633
+ };
634
+ };
635
+ /**
636
+ * Represents cross navigation for inbound target
637
+ */
638
+ inbounds: {
639
+ /**
640
+ * This interface was referenced by `undefined`'s JSON-Schema definition
641
+ * via the `patternProperty` "^[\w\.\-]+$".
642
+ */
643
+ [k: string]: {
644
+ /**
645
+ * Represents semantic object
646
+ */
647
+ semanticObject: string;
648
+ /**
649
+ * Represents action an the semantic object
650
+ */
651
+ action: string;
652
+ /**
653
+ * Indicates to not expose this inbound as a tile or link
654
+ */
655
+ hideLauncher?: boolean;
656
+ /**
657
+ * Represents icon
658
+ */
659
+ icon?: string;
660
+ /**
661
+ * Represents a title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
662
+ */
663
+ title?: string;
664
+ /**
665
+ * Represents a subtitle; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
666
+ */
667
+ subTitle?: string;
668
+ /**
669
+ * Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
670
+ */
671
+ shortTitle?: string;
672
+ /**
673
+ * Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
674
+ */
675
+ info?: string;
676
+ /**
677
+ * Represents the display mode of the tile
678
+ */
679
+ displayMode?: 'ContentMode' | 'HeaderMode';
680
+ /**
681
+ * Represents data source
682
+ */
683
+ indicatorDataSource?: {
684
+ dataSource: string;
685
+ path: string;
686
+ /**
687
+ * Represents refresh interval
688
+ */
689
+ refresh?: number;
690
+ [k: string]: unknown;
691
+ };
692
+ /**
693
+ * Represents device types for which application is developed
694
+ */
695
+ deviceTypes?: {
696
+ /**
697
+ * Represents indicator whether desktop device is supported, default true
698
+ */
699
+ desktop?: boolean;
700
+ /**
701
+ * Represents indicator whether tablet device is supported, default true
702
+ */
703
+ tablet?: boolean;
704
+ /**
705
+ * Represents indicator whether phone device is supported, default true
706
+ */
707
+ phone?: boolean;
708
+ };
709
+ signature?: SignatureDef;
710
+ };
711
+ };
712
+ /**
713
+ * Describes intents that can be triggered from the application to navigate
714
+ */
715
+ outbounds?: {
716
+ /**
717
+ * This interface was referenced by `undefined`'s JSON-Schema definition
718
+ * via the `patternProperty` "^[\w\.\-]+$".
719
+ */
720
+ [k: string]: {
721
+ /**
722
+ * Represents a business entity (e.g., 'Employee')
723
+ */
724
+ semanticObject: string;
725
+ /**
726
+ * Represents the action to perform on the business entity (e.g., 'display')
727
+ */
728
+ action: string;
729
+ /**
730
+ * Indicates whether the intent can contain additional context parameters that are not described in the outbound: ('notallowed': the intent must contain only the specified parameters | 'allowed': additional parameters might appear in the navigation intent)| 'ignored': technical meta-parameters for framework usage are added to the intent, these parameters should be ignored by target applications
731
+ */
732
+ additionalParameters?: 'notallowed' | 'ignored' | 'allowed';
733
+ /**
734
+ * Represents parameters of navigation intents
735
+ */
736
+ parameters?: {
737
+ /**
738
+ * This interface was referenced by `undefined`'s JSON-Schema definition
739
+ * via the `patternProperty` "^[\w\.\-\/]+$".
740
+ */
741
+ [k: string]: {
742
+ /**
743
+ * Describes parameters of navigation intents generated or triggered by the application
744
+ */
745
+ value?: {
746
+ /**
747
+ * Represents a verbatim value (when 'plain' format is used), a pattern (when 'regexp' format is used), a value coming from a UI5 model (when 'binding' format is used), or a User Default reference (when 'reference' format is used)
748
+ */
749
+ value?: string;
750
+ /**
751
+ * Indicates how 'value' is to be interpreted: 'plain': the 'value' is taken as a literal string value | 'reference': the 'value' is a reference to a parameter maintained in the Fiori Launchpad (e.g. 'UserDefault.CostCenter'); the parameter value is used on the outbound intent parameter| 'regexp': the 'value' matches the specified pattern| 'binding': the 'value' is a binding path; the value from the model at the specified binding path will be used on the outbound intent parameter
752
+ */
753
+ format?: 'plain' | 'regexp' | 'reference' | 'binding';
754
+ };
755
+ required?: boolean;
756
+ };
757
+ };
758
+ };
759
+ };
760
+ [k: string]: unknown;
761
+ };
762
+ }
763
+ export interface DataSourceEnum {
764
+ /**
765
+ * Represents uri of the data source
766
+ */
767
+ uri: string;
768
+ /**
769
+ * Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http
770
+ */
771
+ type?: 'OData' | 'ODataAnnotation' | 'INA' | 'XML' | 'JSON' | 'FHIR' | 'WebSocket' | 'http';
772
+ /**
773
+ * Represents data source type specific attributes (key, value pairs)
774
+ */
775
+ settings?: {
776
+ /**
777
+ * Represents version of OData: 2.0 is default
778
+ */
779
+ odataVersion?: '2.0' | '4.0';
780
+ /**
781
+ * Represents path to local meta data document or annotation uri
782
+ */
783
+ localUri?: string;
784
+ /**
785
+ * Represents array of annotation which references an existing data source of type ODataAnnotation
786
+ */
787
+ annotations?: string[];
788
+ /**
789
+ * Indicates that the client is unwilling to accept a response whose age is greater than the number of seconds specified in this field
790
+ */
791
+ maxAge?: number;
792
+ /**
793
+ * Dictionary of (catalog) objects offered by the datasource
794
+ */
795
+ objects?: {
796
+ /**
797
+ * A (catalog) object of an InA DataSource
798
+ */
799
+ [k: string]: {
800
+ objectName: ObjectName;
801
+ objectType: ObjectType;
802
+ packageName?: string;
803
+ schemaName?: string;
804
+ };
805
+ };
806
+ [k: string]: unknown;
807
+ };
808
+ customType?: false;
809
+ }
810
+ export interface DataSourceCustom {
811
+ /**
812
+ * Represents the uri of the data source, should always be given in lower case
813
+ */
814
+ uri: string;
815
+ /**
816
+ * Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http
817
+ */
818
+ type?: string;
819
+ /**
820
+ * Represents data source type specific attributes (key, value pairs)
821
+ */
822
+ settings?: {
823
+ /**
824
+ * Represents version of OData: 2.0 is default
825
+ */
826
+ odataVersion?: '2.0' | '4.0';
827
+ /**
828
+ * Represents path to local meta data document or annotation uri
829
+ */
830
+ localUri?: string;
831
+ /**
832
+ * Represents array of annotation which references an existing data source of type ODataAnnotation
833
+ */
834
+ annotations?: string[];
835
+ /**
836
+ * Indicates that the client is unwilling to accept a response whose age is greater than the number of seconds specified in this field
837
+ */
838
+ maxAge?: number;
839
+ /**
840
+ * Dictionary of (catalog) objects offered by the datasource
841
+ */
842
+ objects?: {
843
+ /**
844
+ * A (catalog) object of an InA DataSource
845
+ */
846
+ [k: string]: {
847
+ objectName: ObjectName;
848
+ objectType: ObjectType;
849
+ packageName?: string;
850
+ schemaName?: string;
851
+ };
852
+ };
853
+ [k: string]: unknown;
854
+ };
855
+ /**
856
+ * Represents a custom data source type flag. So the type can be any string if its true, and only enum values if false
857
+ */
858
+ customType: true;
859
+ }
860
+ export interface OpenSource {
861
+ /**
862
+ * Represents a name of the open source as appears on the web
863
+ */
864
+ name: string;
865
+ /**
866
+ * Represents a version of the open source (if part of app, version must be specified, if part of UI5 dist layer, version is empty)
867
+ */
868
+ version?: string;
869
+ /**
870
+ * Indicates, whether it is part of the app or not
871
+ */
872
+ packagedWithMySelf?: boolean;
873
+ }
874
+ /**
875
+ * Represents signature for inbound targets
876
+ */
877
+ export interface SignatureDef {
878
+ parameters: {
879
+ /**
880
+ * This interface was referenced by `undefined`'s JSON-Schema definition
881
+ * via the `patternProperty` "^[\w\.\-\/]+$".
882
+ */
883
+ [k: string]: {
884
+ /**
885
+ * Represents a default Value
886
+ */
887
+ defaultValue?: {
888
+ format?: 'plain';
889
+ value?: string;
890
+ [k: string]: unknown;
891
+ } | {
892
+ format?: 'reference';
893
+ value?: string;
894
+ [k: string]: unknown;
895
+ } | {
896
+ format?: null;
897
+ value?: string;
898
+ [k: string]: unknown;
899
+ };
900
+ /**
901
+ * Represents a filter , only if input parameter matches filter
902
+ */
903
+ filter?: {
904
+ /**
905
+ * Represents a depending on format either a verbatim filter value, a regular expression or a reference
906
+ */
907
+ value: string;
908
+ /**
909
+ * Indicates how 'value' is to be interpreted: ('plain': the actual value must match the 'value' property directly| 'regexp': the 'value' represents a regexp which must be present in the actual value| 'reference' : the 'value' represents a reference to e.g. a UserDefault parameter (e.g. 'UserDefault.CostCenter'), the resolved parameter value is then directly compared with the actual value)
910
+ */
911
+ format?: 'plain' | 'regexp' | 'reference';
912
+ };
913
+ /**
914
+ * Represents a value to be used when creating a tile intent for this inbound
915
+ */
916
+ launcherValue?: {
917
+ value?: string | string[];
918
+ /**
919
+ * Indicates how 'value' is to be interpreted: 'plain': the 'value' is taken as a literal string value | 'array': the 'value' is an array of strings
920
+ */
921
+ format?: 'plain' | 'array';
922
+ /**
923
+ * DEPRECATED - Indicates the administrator should be prompted to supply a value when creating a tile
924
+ */
925
+ prompt?: boolean;
926
+ };
927
+ required?: boolean;
928
+ /**
929
+ * Represents the parameter name in legacy ABAP application, e.g. 'RF05L-BUKRS' for parameter 'CompanyCode'
930
+ */
931
+ renameTo?: string;
932
+ };
933
+ };
934
+ /**
935
+ * Indicates how additional parameters to the declared signature are treated: ('ignored': parameters are not passed on to application | 'allowed': parameters are passed on to application | 'notallowed': additional parameters are not allowed)
936
+ */
937
+ additionalParameters: 'ignored' | 'allowed' | 'notallowed';
938
+ }
939
+ /**
940
+ * Represents general ui attributes
941
+ */
942
+ export interface JSONSchemaForSAPUINamespace {
943
+ /**
944
+ * Represents UI attributes format version. It is managed by namespace owner
945
+ */
946
+ _version?: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0' | '1.5.0';
947
+ /**
948
+ * Represents UI technology. The possible values are UI5 (default), WDA, NWBC, GUI, URL and WCF
949
+ */
950
+ technology: 'UI5' | 'WDA' | 'NWBC' | 'GUI' | 'URL' | 'WCF';
951
+ /**
952
+ * Represents icons which used in application
953
+ */
954
+ icons?: {
955
+ /**
956
+ * Represents icon of the app
957
+ */
958
+ icon?: string;
959
+ /**
960
+ * Represents ICO file to be used inside the browser and for desktop shortcuts
961
+ */
962
+ favIcon?: string;
963
+ /**
964
+ * Represents 57x57 pixel version for non-retina iPhones
965
+ */
966
+ phone?: string;
967
+ /**
968
+ * Represents 114x114 pixel version for non-retina iPhones
969
+ */
970
+ 'phone@2'?: string;
971
+ /**
972
+ * Represents 72x72 pixel version for non-retina iPads
973
+ */
974
+ tablet?: string;
975
+ /**
976
+ * Represents 144x144 pixel version for non-retina iPads
977
+ */
978
+ 'tablet@2'?: string;
979
+ };
980
+ /**
981
+ * Represents device types on which application is running. Supported device types are desktop, tablet and phone
982
+ */
983
+ deviceTypes: DeviceType & {
984
+ [k: string]: unknown;
985
+ };
986
+ /**
987
+ * The property is Deprecated. Represents array of supported SAP themes such as sap_hcb, sap_bluecrystal
988
+ */
989
+ supportedThemes?: string[];
990
+ /**
991
+ * Indicates whether app should run in full screen mode: possible values: true or false
992
+ */
993
+ fullWidth?: boolean;
994
+ [k: string]: unknown;
995
+ }
996
+ /**
997
+ * Represents device types on which the app is running
998
+ */
999
+ export interface DeviceType {
1000
+ /**
1001
+ * Represents indicator whether desktop device is supported, default true
1002
+ */
1003
+ desktop?: boolean;
1004
+ /**
1005
+ * Represents indicator whether tablet device is supported, default true
1006
+ */
1007
+ tablet?: boolean;
1008
+ /**
1009
+ * Represents indicator whether phone device is supported, default true
1010
+ */
1011
+ phone?: boolean;
1012
+ }
1013
+ /**
1014
+ * Represents component name for usage
1015
+ *
1016
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1017
+ * via the `patternProperty` "^[a-zA-Z0-9_\.]*$".
1018
+ */
1019
+ export interface ComponentUsages {
1020
+ /**
1021
+ * Represents name of reuse component
1022
+ */
1023
+ name: string;
1024
+ /**
1025
+ * Represents component data for the Component
1026
+ */
1027
+ componentData?: string[] | string | boolean | number | {
1028
+ [k: string]: unknown;
1029
+ };
1030
+ /**
1031
+ * Represents settings for the Component
1032
+ */
1033
+ settings?: string[] | string | boolean | number | {
1034
+ [k: string]: unknown;
1035
+ };
1036
+ /**
1037
+ * Represents Indicator to lazy loading component usage, default true
1038
+ */
1039
+ lazy?: boolean;
1040
+ }
1041
+ /**
1042
+ * Represents sapui5 library name
1043
+ *
1044
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1045
+ * via the `patternProperty` "^([a-z][a-z0-9]{0,39})(\.[a-z][a-z0-9]{0,39})*$".
1046
+ */
1047
+ export interface Lib {
1048
+ /**
1049
+ * Represents minimal version of ui5 library
1050
+ */
1051
+ minVersion?: string;
1052
+ /**
1053
+ * Represents Indicator to lazy loading lib
1054
+ */
1055
+ lazy?: boolean;
1056
+ [k: string]: unknown;
1057
+ }
1058
+ /**
1059
+ * Represents sapui5 component name
1060
+ *
1061
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1062
+ * via the `patternProperty` "^([a-zA-Z_$][a-zA-Z0-9_$]{0,39}\.)*([a-zA-Z_$][a-zA-Z0-9_$]{0,39})$".
1063
+ */
1064
+ export interface Component {
1065
+ /**
1066
+ * Represents minimal version of ui5 component
1067
+ */
1068
+ minVersion?: string;
1069
+ /**
1070
+ * Represents Indicator to lazy loading component
1071
+ */
1072
+ lazy?: boolean;
1073
+ [k: string]: unknown;
1074
+ }
1075
+ /**
1076
+ * Represents sapui5 model name
1077
+ *
1078
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1079
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-\|@]*$".
1080
+ */
1081
+ export interface Model {
1082
+ /**
1083
+ * Represents model class name
1084
+ */
1085
+ type?: string;
1086
+ /**
1087
+ * Represents string of key/alias from sap.app dataSources to reference an existing data source
1088
+ */
1089
+ dataSource?: string;
1090
+ /**
1091
+ * Represents URI for the model
1092
+ */
1093
+ uri?: string;
1094
+ /**
1095
+ * Indicates that the model will be immediately created after the manifest is loaded by Component Factory and before the Component instance is created
1096
+ */
1097
+ preload?: boolean;
1098
+ settings?: Ui5Setting;
1099
+ }
1100
+ export interface Ui5Setting {
1101
+ /**
1102
+ * Represents default binding mode and must be a string value from sap.ui.model.BindingMode. Possible values: Default, OneTime, OneWay, TwoWay
1103
+ */
1104
+ defaultBindingMode?: 'Default' | 'OneTime' | 'OneWay' | 'TwoWay';
1105
+ /**
1106
+ * Represents the alternative for bundleUrl
1107
+ */
1108
+ bundleName?: string;
1109
+ /**
1110
+ * Represents the URL for the resource bundle
1111
+ */
1112
+ bundleUrl?: string;
1113
+ /**
1114
+ * Indicates whether url is relative to component (default) or manifest
1115
+ */
1116
+ bundleUrlRelativeTo?: 'manifest' | 'component';
1117
+ /**
1118
+ * Represents the fallback locale
1119
+ */
1120
+ fallbackLocale?: string;
1121
+ /**
1122
+ * Represents the list of supported locales
1123
+ */
1124
+ supportedLocales?: unknown[];
1125
+ /**
1126
+ * Represents terminologies with additional properties files
1127
+ */
1128
+ terminologies?: {
1129
+ [k: string]: unknown;
1130
+ };
1131
+ /**
1132
+ * Represents enhancement of UI5 resource model with additional properties files
1133
+ */
1134
+ enhanceWith?: ({
1135
+ /**
1136
+ * Represents property url for model enhancement
1137
+ */
1138
+ bundleUrl: string;
1139
+ /**
1140
+ * Indicates whether url is relative to component (default) or manifest
1141
+ */
1142
+ bundleUrlRelativeTo?: 'manifest' | 'component';
1143
+ /**
1144
+ * Represents the fallback locale
1145
+ */
1146
+ fallbackLocale?: string;
1147
+ /**
1148
+ * Represents the list of supported locales
1149
+ */
1150
+ supportedLocales?: unknown[];
1151
+ /**
1152
+ * Represents terminologies with additional properties files
1153
+ */
1154
+ terminologies?: {
1155
+ [k: string]: TerminologySetting;
1156
+ };
1157
+ } | {
1158
+ /**
1159
+ * Represents the alternative for bundleUrl
1160
+ */
1161
+ bundleName: string;
1162
+ /**
1163
+ * Represents the fallback locale
1164
+ */
1165
+ fallbackLocale?: string;
1166
+ /**
1167
+ * Represents the list of supported locales
1168
+ */
1169
+ supportedLocales?: unknown[];
1170
+ /**
1171
+ * Represents terminologies with additional properties files
1172
+ */
1173
+ terminologies?: {
1174
+ [k: string]: TerminologySetting;
1175
+ };
1176
+ })[];
1177
+ [k: string]: unknown;
1178
+ }
1179
+ /**
1180
+ * Represents the definition of each service
1181
+ *
1182
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1183
+ * via the `patternProperty` "[\s\S]*".
1184
+ */
1185
+ export interface Service {
1186
+ /**
1187
+ * Represents the name of the service factory
1188
+ */
1189
+ factoryName: string;
1190
+ /**
1191
+ * Indicates whether the service optional or not
1192
+ */
1193
+ optional?: boolean;
1194
+ [k: string]: unknown;
1195
+ }
1196
+ /**
1197
+ * Represents a UI5 shortcut command.
1198
+ *
1199
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1200
+ * via the `patternProperty` "^[A-Za-z_][A-Za-z0-9_\-\|@]+$".
1201
+ */
1202
+ export interface Command {
1203
+ /**
1204
+ * A string describing a shortcut key combination that, when used by the user, will trigger the command.
1205
+ */
1206
+ shortcut?: string;
1207
+ }
1208
+ /**
1209
+ * Represents the configuration of routing
1210
+ */
1211
+ export interface RoutingFlexEnabled {
1212
+ /**
1213
+ * Represents the default properties defined for route and target
1214
+ */
1215
+ config?: {
1216
+ /**
1217
+ * Represents the router class
1218
+ */
1219
+ routerClass?: string;
1220
+ /**
1221
+ * Indicates whether the Views in routing are loaded asyncly
1222
+ */
1223
+ async?: boolean;
1224
+ /**
1225
+ * Represents information about targets to display when no route is matched
1226
+ */
1227
+ bypassed?: {
1228
+ /**
1229
+ * Represents one or multiple names of targets that are displayed when no route is matched
1230
+ */
1231
+ target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1232
+ };
1233
+ /**
1234
+ * Represents a prefix that is prepended in front of the viewName
1235
+ */
1236
+ viewPath?: string;
1237
+ [k: string]: unknown;
1238
+ } & Target;
1239
+ routes?: Route[] | {
1240
+ [k: string]: RouteWithoutName;
1241
+ };
1242
+ /**
1243
+ * Represents the definition of targets
1244
+ */
1245
+ targets?: {
1246
+ /**
1247
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1248
+ * via the `patternProperty` "[\s\S]*".
1249
+ */
1250
+ [k: string]: (Target & {
1251
+ /**
1252
+ * Represents the name of a view that will be created
1253
+ */
1254
+ viewName: string;
1255
+ /**
1256
+ * Represents the id of the created view
1257
+ */
1258
+ viewId: string;
1259
+ /**
1260
+ * Represents a prefix that is prepended in front of the viewName
1261
+ */
1262
+ viewPath?: string;
1263
+ [k: string]: unknown;
1264
+ }) | (Target & ({
1265
+ /**
1266
+ * Represents the name of a view or component that will be created
1267
+ */
1268
+ name: string;
1269
+ /**
1270
+ * Represents the id of the created view or component
1271
+ */
1272
+ id: string;
1273
+ /**
1274
+ * Represents a prefix that is prepended in front of the view or component name
1275
+ */
1276
+ path?: string;
1277
+ /**
1278
+ * Represents the type of the type View or Component
1279
+ */
1280
+ type?: 'View' | 'Component';
1281
+ [k: string]: unknown;
1282
+ } | {
1283
+ /**
1284
+ * Represents the componentUsage of the component that will be created
1285
+ */
1286
+ usage: string;
1287
+ /**
1288
+ * Represents the id of the created view or component
1289
+ */
1290
+ id: string;
1291
+ /**
1292
+ * Represents the type of the type Component
1293
+ */
1294
+ type: 'Component';
1295
+ [k: string]: unknown;
1296
+ }));
1297
+ };
1298
+ [k: string]: unknown;
1299
+ }
1300
+ /**
1301
+ * Represents the definition of a target of a route as object.
1302
+ */
1303
+ export interface RouteTargetObject {
1304
+ /**
1305
+ * Represents the name of the routing target
1306
+ */
1307
+ name?: string;
1308
+ /**
1309
+ * The prefix of the routing target
1310
+ */
1311
+ prefix?: string;
1312
+ /**
1313
+ * Indicates whether this 'Component' target should propagate it's title to this component or not
1314
+ */
1315
+ propagateTitle?: boolean & string;
1316
+ [k: string]: unknown;
1317
+ }
1318
+ /**
1319
+ * Represents the definition of each target
1320
+ */
1321
+ export interface Target {
1322
+ /**
1323
+ * Represents the information which is included as a parameter of the 'titleChanged' event fired on Router when this target is displayed. The title can be set with static text and can also be set with a valid property binding syntax which will be resolved under the scope of the view in the target where the title property is defined.
1324
+ */
1325
+ title?: string;
1326
+ /**
1327
+ * Represents the type of view that is going to be created
1328
+ */
1329
+ viewType?: 'XML' | 'JSON' | 'JS' | 'HTML' | 'Template';
1330
+ /**
1331
+ * Represents the id of the view that contains the control specified by the 'controlId'
1332
+ */
1333
+ targetParent?: string;
1334
+ /**
1335
+ * Represents the id of the control where you want to place the view created by the target
1336
+ */
1337
+ controlId?: string;
1338
+ /**
1339
+ * Represents the name of an aggregation of the controlId that contains the views
1340
+ */
1341
+ controlAggregation?: string;
1342
+ /**
1343
+ * Whether the aggregation of the control should be cleared before adding the view
1344
+ */
1345
+ clearControlAggregation?: boolean;
1346
+ /**
1347
+ * Represents the name of another target which will also be displayed once this target is displayed
1348
+ */
1349
+ parent?: string;
1350
+ /**
1351
+ * Represents the level of the current view which is used to define the transition direction when navigate to this view
1352
+ */
1353
+ viewLevel?: number;
1354
+ /**
1355
+ * Represents the type of transition when navigating from previous view to this view
1356
+ */
1357
+ transition?: string | ('slide' | 'flip' | 'fade' | 'show');
1358
+ /**
1359
+ * Represents the transition parameters that are passed to the event handlers
1360
+ */
1361
+ transitionParameters?: {
1362
+ [k: string]: unknown;
1363
+ };
1364
+ [k: string]: unknown;
1365
+ }
1366
+ /**
1367
+ * Represents the definition of route without the option 'name'. This is used when routes are defined in an object.
1368
+ *
1369
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1370
+ * via the `patternProperty` "[\s\S]*".
1371
+ *
1372
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1373
+ * via the `patternProperty` "[\s\S]*".
1374
+ */
1375
+ export interface RouteWithoutName {
1376
+ /**
1377
+ * Represents the url pattern that the route is matched against
1378
+ */
1379
+ pattern?: string;
1380
+ /**
1381
+ * Whether the route should be matched when another route is already matched
1382
+ */
1383
+ greedy?: boolean;
1384
+ /**
1385
+ * Represents one or multiple names of targets which are displayed when the route is matched
1386
+ */
1387
+ target?: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1388
+ /**
1389
+ * Represents the name of the target where the 'title' information should be taken
1390
+ */
1391
+ titleTarget?: string;
1392
+ [k: string]: unknown;
1393
+ }
1394
+ /**
1395
+ * Represents the root view definition when flex is enabled (requires a view id)
1396
+ */
1397
+ export interface RootViewDefFlexEnabled {
1398
+ /**
1399
+ * Represents the name of the view
1400
+ */
1401
+ viewName: string;
1402
+ /**
1403
+ * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
1404
+ */
1405
+ type?: 'XML' | 'JSON' | 'JS' | 'HTML' | 'Template';
1406
+ /**
1407
+ * Represents the id of the view
1408
+ */
1409
+ id: string;
1410
+ /**
1411
+ * Configure the targets for asynchronous loading
1412
+ */
1413
+ async?: boolean;
1414
+ [k: string]: unknown;
1415
+ }
1416
+ /**
1417
+ * Represents the configuration of routing
1418
+ */
1419
+ export interface Routing {
1420
+ /**
1421
+ * Represents the default properties defined for route and target
1422
+ */
1423
+ config?: {
1424
+ /**
1425
+ * Represents the router class
1426
+ */
1427
+ routerClass?: string;
1428
+ /**
1429
+ * Indicates whether the Views in routing are loaded asyncly
1430
+ */
1431
+ async?: boolean;
1432
+ /**
1433
+ * Indicates whether the targets which have type 'Component' should propagate their title to this component or not
1434
+ */
1435
+ propagateTitle?: boolean;
1436
+ /**
1437
+ * Represents information about targets to display when no route is matched
1438
+ */
1439
+ bypassed?: {
1440
+ /**
1441
+ * Represents one or multiple names of targets that are displayed when no route is matched
1442
+ */
1443
+ target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1444
+ };
1445
+ /**
1446
+ * Represents a prefix that is prepended in front of the viewName
1447
+ */
1448
+ viewPath?: string;
1449
+ [k: string]: unknown;
1450
+ } & Target;
1451
+ routes?: Route[] | {
1452
+ [k: string]: RouteWithoutName;
1453
+ };
1454
+ /**
1455
+ * Represents the definition of targets
1456
+ */
1457
+ targets?: {
1458
+ /**
1459
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1460
+ * via the `patternProperty` "[\s\S]*".
1461
+ */
1462
+ [k: string]: (Target & {
1463
+ /**
1464
+ * Represents the name of a view that will be created
1465
+ */
1466
+ viewName: string;
1467
+ /**
1468
+ * Represents the id of the created view
1469
+ */
1470
+ viewId?: string;
1471
+ /**
1472
+ * Represents a prefix that is prepended in front of the viewName
1473
+ */
1474
+ viewPath?: string;
1475
+ [k: string]: unknown;
1476
+ }) | (Target & ({
1477
+ /**
1478
+ * Represents the name of a view or component that will be created
1479
+ */
1480
+ name: string;
1481
+ /**
1482
+ * Represents the id of the created view or component
1483
+ */
1484
+ id?: string;
1485
+ /**
1486
+ * Represents a prefix that is prepended in front of the view or component name
1487
+ */
1488
+ path?: string;
1489
+ /**
1490
+ * Represents the type of the type View or Component
1491
+ */
1492
+ type?: 'View' | 'Component';
1493
+ [k: string]: unknown;
1494
+ } | {
1495
+ /**
1496
+ * Represents the componentUsage of the component that will be created
1497
+ */
1498
+ usage: string;
1499
+ /**
1500
+ * Represents the id of the created view or component
1501
+ */
1502
+ id?: string;
1503
+ /**
1504
+ * Represents the type of the type Component
1505
+ */
1506
+ type: 'Component';
1507
+ [k: string]: unknown;
1508
+ }));
1509
+ };
1510
+ [k: string]: unknown;
1511
+ }
1512
+ /**
1513
+ * Represents ABAP platform specific attributes
1514
+ */
1515
+ export interface JSONSchemaForSAPPLATFORMABAPNamespace {
1516
+ /**
1517
+ * Represents attributes format version. It is managed by namespace owner
1518
+ */
1519
+ _version?: '1.1.0' | '1.2.0';
1520
+ /**
1521
+ * Represents the uri of the app in the ABAP system
1522
+ */
1523
+ uri?: string;
1524
+ /**
1525
+ * Represents the alternative uri of the app in the ABAP system for starting the application
1526
+ */
1527
+ uriNwbc?: string;
1528
+ }
1529
+ /**
1530
+ * Represents HANA Cloud Platform platform specific attributes
1531
+ */
1532
+ export interface JSONSchemaForSAPPLATFORMHCPNamespace {
1533
+ /**
1534
+ * Represents attributes format version. It is managed by namespace owner
1535
+ */
1536
+ _version?: '1.1.0' | '1.2.0' | '1.3.0';
1537
+ /**
1538
+ * Represents the uri of the app in the HANA Cloud Platform
1539
+ */
1540
+ uri?: string;
1541
+ /**
1542
+ * Represents the alternative uri of the app in the ABAP system for starting the application
1543
+ */
1544
+ uriNwbc?: string;
1545
+ /**
1546
+ * Represents the provider account of the HTML5 application
1547
+ */
1548
+ providerAccount?: string;
1549
+ /**
1550
+ * Represents the HTML5 application name
1551
+ */
1552
+ appName?: string;
1553
+ /**
1554
+ * Represents the version of the HTML5 application
1555
+ */
1556
+ appVersion?: string;
1557
+ /**
1558
+ * Indicates that HCP application is multi-version enabled
1559
+ */
1560
+ multiVersionApp?: boolean;
1561
+ }
1562
+ /**
1563
+ * Represents CF(Cloud Foundry) platform specific attributes
1564
+ */
1565
+ export interface JSONSchemaForSAPPLATFORMCFNamespace {
1566
+ /**
1567
+ * Represents attributes format version. It is managed by namespace owner
1568
+ */
1569
+ _version?: '1.1.0' | '1.2.0';
1570
+ /**
1571
+ * Represents the authorization scope of the application
1572
+ */
1573
+ oAuthScopes?: string[];
1574
+ [k: string]: unknown;
1575
+ }
1576
+ /**
1577
+ * Represents Mobile Cards platform specific attributes
1578
+ */
1579
+ export interface JSONSchemaForSAPPLATFORMMOBILECARDSNamespace {
1580
+ /**
1581
+ * Represents attributes format version. It is managed by namespace owner
1582
+ */
1583
+ _version?: '1.0.0';
1584
+ /**
1585
+ * Represents the compatibility of this app with the Mobile Cards platform.
1586
+ */
1587
+ compatible?: boolean;
1588
+ [k: string]: unknown;
1589
+ }
1590
+ /**
1591
+ * Represents SAP Fiori specific attributes
1592
+ */
1593
+ export interface JSONSchemaForSAPFIORINamespace {
1594
+ /**
1595
+ * Represents attributes format version. It is managed by namespace owner
1596
+ */
1597
+ _version?: '1.1.0' | '1.2.0';
1598
+ /**
1599
+ * Represents array of registration ids, i.e. for Fiori apps fiori id(s)
1600
+ */
1601
+ registrationIds: string[];
1602
+ /**
1603
+ * Represents architecture type of an application. The supported types are transactional or analytical or factsheet or reusecomponent or fpmwebdynpro or designstudio
1604
+ */
1605
+ archeType: 'transactional' | 'analytical' | 'factsheet' | 'reusecomponent' | 'fpmwebdynpro' | 'designstudio';
1606
+ /**
1607
+ * Indicator that app is an abstract (generic) app which may not be used directly, but needs to be specialized in the SAP Fiori launchpad content
1608
+ */
1609
+ abstract?: boolean;
1610
+ }
1611
+ /**
1612
+ * Represents GENERIC APP specific attributes
1613
+ */
1614
+ export interface JSONSchemaForSAPUIGENERICAPPNamespace {
1615
+ _version?: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0' | '1.5.0';
1616
+ /**
1617
+ * Represents global settings for the application controller
1618
+ */
1619
+ settings?: {
1620
+ [k: string]: unknown;
1621
+ };
1622
+ /**
1623
+ * Represents one ore more pages of an application. UI5 routing is created from the definitions in this section
1624
+ */
1625
+ pages?: PagesMap[] | {
1626
+ [k: string]: PagesMap;
1627
+ };
1628
+ }
1629
+ /**
1630
+ * Represents the settings specific to one component
1631
+ */
1632
+ export interface ComponentSettingDef {
1633
+ [k: string]: unknown;
1634
+ }
1635
+ export interface EmbeddedComponent {
1636
+ /**
1637
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1638
+ * via the `patternProperty` "^[a-zA-Z0-9_.:-]+$".
1639
+ *
1640
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1641
+ * via the `patternProperty` "^[a-zA-Z0-9_.:-]+$".
1642
+ */
1643
+ [k: string]: {
1644
+ /**
1645
+ * Represents an unique id for the instance of the reuse component inside of the object page
1646
+ */
1647
+ id: string;
1648
+ /**
1649
+ * Represents the title for the content of the reuse component
1650
+ */
1651
+ title: string;
1652
+ /**
1653
+ * Represents an optional element binding for the ComponentContainer that hosts the reuse component
1654
+ */
1655
+ binding?: string;
1656
+ /**
1657
+ * Represents a map to populate the API of the reuse component
1658
+ */
1659
+ settings?: {
1660
+ [k: string]: unknown;
1661
+ };
1662
+ /**
1663
+ * Flag, whether the embedded component should be hidden by default
1664
+ */
1665
+ hiddenByDefault?: {
1666
+ [k: string]: unknown;
1667
+ };
1668
+ /**
1669
+ * Represents group title of reuse components
1670
+ */
1671
+ groupTitle?: string;
1672
+ /**
1673
+ * Represents a section that behaves a leading section for the group
1674
+ */
1675
+ leadingSectionIdOrPath?: string;
1676
+ [k: string]: unknown;
1677
+ } & ({
1678
+ /**
1679
+ * Represents the name of the reuse component
1680
+ */
1681
+ componentName: string;
1682
+ [k: string]: unknown;
1683
+ } | {
1684
+ /**
1685
+ * Represents the reference to the name of the componentUsages defined in sap.ui5/componentUsages
1686
+ */
1687
+ componentUsage: string;
1688
+ [k: string]: unknown;
1689
+ } | {
1690
+ embeddedComponents: EmbeddedComponent;
1691
+ [k: string]: unknown;
1692
+ });
1693
+ }
1694
+ export interface ComponentPagesDef {
1695
+ [k: string]: PagesMap;
1696
+ }
1697
+ /**
1698
+ * This interface was referenced by `ComponentPagesDef`'s JSON-Schema definition
1699
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+[\|]?[a-zA-Z0-9_\.\-]+$".
1700
+ *
1701
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1702
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+[\|]?[a-zA-Z0-9_\.\-]+$".
1703
+ */
1704
+ export interface PagesMap {
1705
+ /**
1706
+ * Represents the navigation property that leads to this page. The navigation links of the previous page (the page that calls this one) are determined through this property
1707
+ */
1708
+ navigationProperty?: string;
1709
+ /**
1710
+ * Represents the entity set that defines either the aggregation or the root object of the component
1711
+ */
1712
+ entitySet?: string;
1713
+ /**
1714
+ * Represents the component and its settings that makes the page
1715
+ */
1716
+ component: {
1717
+ /**
1718
+ * The name of the component
1719
+ */
1720
+ name: string;
1721
+ /**
1722
+ * Switch to create a route for a list (aggregation) if true and routing for an entity if not set or false
1723
+ */
1724
+ list?: boolean;
1725
+ settings?: ComponentSettingDef;
1726
+ };
1727
+ /**
1728
+ * Represents the different navigation targets
1729
+ */
1730
+ navigation?: {
1731
+ /**
1732
+ * Represents an action triggered by the user on UI: the navigation to display an object
1733
+ */
1734
+ display?: {
1735
+ /**
1736
+ * Represents the path in the manifest to the target to which the navigation is bound
1737
+ */
1738
+ path: string;
1739
+ /**
1740
+ * Represents the pointer to a semantic object
1741
+ */
1742
+ target: string;
1743
+ /**
1744
+ * Represents the refresh strategies configured for external display navigation while coming back to the source app
1745
+ */
1746
+ refreshStrategyOnAppRestore?: {
1747
+ /**
1748
+ * Represents the map of entity sets configured for refresh strategies
1749
+ */
1750
+ entitySets?: {
1751
+ [k: string]: unknown;
1752
+ };
1753
+ };
1754
+ };
1755
+ /**
1756
+ * Represents an action triggered by the user on UI: the navigation to create an object
1757
+ */
1758
+ create?: {
1759
+ /**
1760
+ * Represents the path in the manifest to the target to which the navigation is bound
1761
+ */
1762
+ path: string;
1763
+ /**
1764
+ * Represents the pointer to a semantic object
1765
+ */
1766
+ target: string;
1767
+ /**
1768
+ * Represents the refresh strategies configured for external display navigation while coming back to the source app
1769
+ */
1770
+ refreshStrategyOnAppRestore?: {
1771
+ /**
1772
+ * Represents the map of entity sets configured for refresh strategies
1773
+ */
1774
+ entitySets?: {
1775
+ [k: string]: unknown;
1776
+ };
1777
+ };
1778
+ };
1779
+ /**
1780
+ * Represents an action triggered by the user on UI: the navigation to edit an object
1781
+ */
1782
+ edit?: {
1783
+ /**
1784
+ * Represents the path in the manifest to the target to which the navigation is bound
1785
+ */
1786
+ path: string;
1787
+ /**
1788
+ * Represents the pointer to a semantic object
1789
+ */
1790
+ target: string;
1791
+ /**
1792
+ * Represents the refresh strategies configured for external display navigation while coming back to the source app
1793
+ */
1794
+ refreshStrategyOnAppRestore?: {
1795
+ /**
1796
+ * Represents the map of entity sets configured for refresh strategies
1797
+ */
1798
+ entitySets?: {
1799
+ [k: string]: unknown;
1800
+ };
1801
+ };
1802
+ };
1803
+ };
1804
+ /**
1805
+ * Represent reuse components that should be appended at the end of the template component
1806
+ */
1807
+ embeddedComponents?: EmbeddedComponent;
1808
+ /**
1809
+ * Represents the routing specification
1810
+ */
1811
+ routingSpec?: {
1812
+ /**
1813
+ * Represents the name of the route
1814
+ */
1815
+ routeName: string;
1816
+ /**
1817
+ * Represents the switch to indicate, that this route is not related to the OData service
1818
+ */
1819
+ noOData?: boolean;
1820
+ /**
1821
+ * Represents the binding string to indicate, how the page should be bound relative to the predecessor page or absolute
1822
+ */
1823
+ binding?: string;
1824
+ /**
1825
+ * Represents the the title to be shown on the page
1826
+ */
1827
+ headerTitle?: string;
1828
+ /**
1829
+ * Represents the URL pointing to an icon, that will be shown in the navigation menu additional to the title to represent the page
1830
+ */
1831
+ typeImageUrl?: string;
1832
+ /**
1833
+ * Represents the switch to indicate, whether this route is reached via a 1:1 navigation or a 1:n navigation
1834
+ */
1835
+ noKey?: boolean;
1836
+ };
1837
+ /**
1838
+ * Represents the component to be loaded inside the canvas if sap.suite.ui.generic.template.Canvas is used as component name, and its settings
1839
+ */
1840
+ implementingComponent?: {
1841
+ /**
1842
+ * Represents the name of the component to be loaded inside the canvas
1843
+ */
1844
+ componentName: string;
1845
+ binding?: ComponentBindingDef;
1846
+ settings?: ComponentSettingDef;
1847
+ pages?: ComponentPagesDef;
1848
+ } | {
1849
+ /**
1850
+ * Represents the reference to the name of the componentUsages defined in sap.ui5/componentUsages for the component to be loaded inside the canvas
1851
+ */
1852
+ componentUsage: string;
1853
+ binding?: ComponentBindingDef;
1854
+ settings?: ComponentSettingDef;
1855
+ pages?: ComponentPagesDef;
1856
+ };
1857
+ /**
1858
+ * Default layout used to open the corresponding page in FlexibleColumnLayout
1859
+ */
1860
+ defaultLayoutType?: string;
1861
+ /**
1862
+ * Default layout used to open the corresponding page in FlexibleColumnLayout when reached via external navigation
1863
+ */
1864
+ defaultLayoutTypeIfExternalNavigation?: string;
1865
+ pages?: {
1866
+ [k: string]: PagesMap;
1867
+ };
1868
+ }
1869
+ /**
1870
+ * Represents specific attributes for Fiori Elements
1871
+ */
1872
+ export interface JSONSchemaForSAPFENamespace {
1873
+ _version?: '1.1.0';
1874
+ /**
1875
+ * Collection of attributes related to forms in Fiori Elements v4
1876
+ */
1877
+ form?: {
1878
+ /**
1879
+ * Flag defining whether a property's text should be retrieved from a value help collection if there is no text at property level
1880
+ */
1881
+ retrieveTextFromValueList?: boolean & string;
1882
+ };
1883
+ }
1884
+ /**
1885
+ * Represents FLP specific attributes
1886
+ */
1887
+ export interface JSONSchemaForSAPFLPNamespace {
1888
+ /**
1889
+ * Represents attributes format version. It is managed by namespace owner
1890
+ */
1891
+ _version?: '1.1.0' | '1.2.0' | '1.3.0';
1892
+ /**
1893
+ * Represents size of the tile
1894
+ */
1895
+ tileSize?: '1x1' | '1x2';
1896
+ /**
1897
+ * Represents the type of FLP entry. It must be 'application' or 'tile' or 'plugin'
1898
+ */
1899
+ type: 'application' | 'tile' | 'plugin';
1900
+ /**
1901
+ * Represents configuration parameters of the FLP entry
1902
+ */
1903
+ config?: {
1904
+ /**
1905
+ * Represents the configuration key and values
1906
+ *
1907
+ * This interface was referenced by `undefined`'s JSON-Schema definition
1908
+ * via the `patternProperty` "^[a-zA-Z0-9\_\.\-]*$".
1909
+ */
1910
+ [k: string]: {
1911
+ [k: string]: unknown;
1912
+ };
1913
+ };
1914
+ /**
1915
+ * Represents the original tile and target mapping which resulted in this app
1916
+ */
1917
+ origin?: {
1918
+ /**
1919
+ * Represents the original tile which resulted in this app
1920
+ */
1921
+ tileId?: string;
1922
+ /**
1923
+ * Represents the original target mapping which resulted in this app
1924
+ */
1925
+ targetMappingId?: string;
1926
+ };
1927
+ }
1928
+ /**
1929
+ * Represents OVP specific attributes
1930
+ */
1931
+ export interface JSONSchemaForSAPOVPNamespace {
1932
+ /**
1933
+ * Represents attributes format version. It is managed by namespace owner
1934
+ */
1935
+ _version?: '1.1.0' | '1.2.0' | '1.3.0' | '1.4.0';
1936
+ /**
1937
+ * Represents the name of global filter OData model, which contains entities definition that are relevant for global filters
1938
+ */
1939
+ globalFilterModel?: string;
1940
+ /**
1941
+ * Represents the entity to use as global filter in the smart filter bar control
1942
+ */
1943
+ globalFilterEntityType?: string;
1944
+ /**
1945
+ * Represents the entity set to use as global filter in the smart filter bar control
1946
+ */
1947
+ globalFilterEntitySet?: string;
1948
+ /**
1949
+ * Represents a switch to include basic search in the global filters
1950
+ */
1951
+ showBasicSearch?: boolean;
1952
+ /**
1953
+ * Represents a switch to disable the error page shown on load of overview page when no data is retreived from the backend
1954
+ */
1955
+ disableErrorPage?: boolean;
1956
+ /**
1957
+ * Represents a switch to activate smart variant management in the global filters
1958
+ */
1959
+ smartVariantRequired?: boolean;
1960
+ /**
1961
+ * Represents a switch to show smart filter bar in expanded or collapsed mode
1962
+ */
1963
+ bHeaderExpanded?: boolean;
1964
+ /**
1965
+ * Represents the layout of the card container
1966
+ */
1967
+ containerLayout?: 'fixed' | 'resizable';
1968
+ /**
1969
+ * Represents a switch to Enable or disable Relative or Normal date formating in ovp application
1970
+ */
1971
+ showDateInRelativeFormat?: boolean;
1972
+ /**
1973
+ * Represents a switch to Enable or Disable the Flexibility of Table cards
1974
+ */
1975
+ disableTableCardFlexibility?: boolean;
1976
+ /**
1977
+ * Represents the switch to activate live update in the global filters, else manual update will be required
1978
+ */
1979
+ enableLiveFilter?: boolean;
1980
+ /**
1981
+ * Flag to enable/disable analytical parameter support for Smart filter bar
1982
+ */
1983
+ considerAnalyticalParameters?: boolean;
1984
+ /**
1985
+ * Time interval in minutes to auto refresh the card models
1986
+ */
1987
+ refreshIntervalInMinutes?: number;
1988
+ /**
1989
+ * Flag to enable/disable semantic date range control for Smart filter bar
1990
+ */
1991
+ useDateRangeType?: boolean;
1992
+ /**
1993
+ * Represents the object to store analytical chart settings
1994
+ */
1995
+ chartSettings?: {
1996
+ /**
1997
+ * Flag to enable data labels on analytical charts
1998
+ */
1999
+ showDataLabel?: boolean;
2000
+ [k: string]: unknown;
2001
+ };
2002
+ cards: {
2003
+ [k: string]: Card;
2004
+ };
2005
+ resizableLayout?: {
2006
+ [k: string]: ResizableLayoutVariant;
2007
+ };
2008
+ }
2009
+ /**
2010
+ * Represents the card attributes
2011
+ *
2012
+ * This interface was referenced by `undefined`'s JSON-Schema definition
2013
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+$".
2014
+ */
2015
+ export interface Card {
2016
+ /**
2017
+ * Represents the position of the card in the sequence
2018
+ */
2019
+ sequencePos?: number;
2020
+ /**
2021
+ * Represents the model for the card
2022
+ */
2023
+ model?: string;
2024
+ /**
2025
+ * Represents the card component path to use for this card
2026
+ */
2027
+ template: string;
2028
+ settings?: CardSetting;
2029
+ /**
2030
+ * Represents the card with view switch control
2031
+ */
2032
+ tabs?: [TabSetting, ...TabSetting[]];
2033
+ }
2034
+ /**
2035
+ * Represents the card specific properties - properties that are passed to the card
2036
+ */
2037
+ export interface CardSetting {
2038
+ /**
2039
+ * Represents the category of the card- used in the card header
2040
+ */
2041
+ category?: string;
2042
+ /**
2043
+ * Represents the user defined string in placeholder card
2044
+ */
2045
+ itemText?: string;
2046
+ /**
2047
+ * Represents language-dependent title of the card - used in the card header
2048
+ */
2049
+ title: string;
2050
+ /**
2051
+ * Represents language-dependent subtitle of the card - used in the card header
2052
+ */
2053
+ subTitle?: string;
2054
+ /**
2055
+ * Represents things like people, number of items
2056
+ */
2057
+ valueSelectionInfo?: string;
2058
+ /**
2059
+ * Represents the entity set that will be displayed in this card
2060
+ */
2061
+ entitySet?: string;
2062
+ /**
2063
+ * Represents the static content that will be displayed in this card
2064
+ */
2065
+ staticContent?: {
2066
+ [k: string]: unknown;
2067
+ }[];
2068
+ /**
2069
+ * Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard
2070
+ */
2071
+ listFlavor?: 'standard' | 'bar' | 'carousel';
2072
+ /**
2073
+ * Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card
2074
+ */
2075
+ listType?: 'extended' | 'condensed';
2076
+ /**
2077
+ * Represents the sort key for the entity set
2078
+ */
2079
+ sortBy?: string;
2080
+ /**
2081
+ * Represents the sort order for the entity set
2082
+ */
2083
+ sortOrder?: 'ascending' | 'descending';
2084
+ /**
2085
+ * Represents the annotation path
2086
+ */
2087
+ annotationPath?: string;
2088
+ /**
2089
+ * Represents the selection annotation path
2090
+ */
2091
+ selectionAnnotationPath?: string;
2092
+ /**
2093
+ * Represents the chart annotation path
2094
+ */
2095
+ chartAnnotationPath?: string;
2096
+ /**
2097
+ * Represents the presentation annotation path
2098
+ */
2099
+ presentationAnnotationPath?: string;
2100
+ /**
2101
+ * Represents the data point annotation path
2102
+ */
2103
+ dataPointAnnotationPath?: string;
2104
+ /**
2105
+ * Represents the identification annotation path
2106
+ */
2107
+ identificationAnnotationPath?: string;
2108
+ /**
2109
+ * Represents the KPI annotation path
2110
+ */
2111
+ kpiAnnotationPath?: string;
2112
+ /**
2113
+ * Represents the selection presentation annotation path
2114
+ */
2115
+ selectionPresentationAnnotationPath?: string;
2116
+ /**
2117
+ * Represents the dynamic subtitle annotation path
2118
+ */
2119
+ dynamicSubtitleAnnotationPath?: string;
2120
+ /**
2121
+ * Represents the flag to indicate priority of number formatting over sap text
2122
+ */
2123
+ ignoreSapText?: boolean;
2124
+ defaultSpan?: DefaultSpanDef;
2125
+ /**
2126
+ * Represents the cards for which authorization is required
2127
+ */
2128
+ requireAppAuthorization?: string;
2129
+ objectStreamCardsSettings?: ObjectStreamCardsSettingsDef;
2130
+ /**
2131
+ * Represents the flag to indicate the use of object number/smart field
2132
+ */
2133
+ enableLocaleCurrencyFormatting?: boolean;
2134
+ /**
2135
+ * Represents the configuration to alter the navigation mode in OVP Analytical Cards
2136
+ */
2137
+ navigation?: 'dataPointNav' | 'chartNav' | 'headerNav' | 'noHeaderNav';
2138
+ /**
2139
+ * Represents a switch to Show or Hide Filters in Cards Headers in OVP application
2140
+ */
2141
+ showFilterInHeader?: boolean;
2142
+ /**
2143
+ * Represents a switch to Show or Hide Sorting in Cards Headers in OVP application
2144
+ */
2145
+ showSortingInHeader?: boolean;
2146
+ /**
2147
+ * Flag for enabling images in a condensed list card
2148
+ */
2149
+ imageSupported?: boolean;
2150
+ /**
2151
+ * Flag for show line item detail in list and table card
2152
+ */
2153
+ showLineItemDetail?: boolean;
2154
+ /**
2155
+ * This property is responsible for showing and hiding text labels on the geo spots
2156
+ */
2157
+ showLabelText?: boolean;
2158
+ /**
2159
+ * This property is responsible for passing custom parameters present in the entity set to the navigating application
2160
+ */
2161
+ customParams?: string;
2162
+ /**
2163
+ * This property is responsible for setting specific chart settings
2164
+ */
2165
+ chartProperties?: {
2166
+ plotArea?: PlotAreaDef;
2167
+ timeAxis?: TimeAxisDef;
2168
+ };
2169
+ /**
2170
+ * Represents the configuration to customize the column stacked chart
2171
+ */
2172
+ colorPalette?: {
2173
+ [k: string]: unknown;
2174
+ }[] | {
2175
+ [k: string]: unknown;
2176
+ };
2177
+ [k: string]: unknown;
2178
+ }
2179
+ /**
2180
+ * Represents the Object Stream properties - properties that are passed to the Object Stream cards
2181
+ */
2182
+ export interface ObjectStreamCardsSettingsDef {
2183
+ /**
2184
+ * Represents the flag to show first action in footer of the Quickview cards
2185
+ */
2186
+ showFirstActionInFooter?: boolean;
2187
+ /**
2188
+ * Represents the custom actions in the Quick View Cards
2189
+ */
2190
+ customActions?: [CustomActionsSetting, ...CustomActionsSetting[]];
2191
+ [k: string]: unknown;
2192
+ }
2193
+ /**
2194
+ * Represents the properties for the custom actions in the Quick View Cards
2195
+ */
2196
+ export interface CustomActionsSetting {
2197
+ /**
2198
+ * Text displayed for extended actions in Quick View
2199
+ */
2200
+ text?: string;
2201
+ /**
2202
+ * Name of the press handler for extended actions in Quick View
2203
+ */
2204
+ press?: string;
2205
+ /**
2206
+ * Position of extended actions in Quick View
2207
+ */
2208
+ position?: number;
2209
+ [k: string]: unknown;
2210
+ }
2211
+ /**
2212
+ * Plot area is a parent property which defines multiple other properties for smoothness and marker size
2213
+ */
2214
+ export interface PlotAreaDef {
2215
+ /**
2216
+ * Represents whether smoother curves are required or not
2217
+ */
2218
+ isSmoothed?: boolean;
2219
+ /**
2220
+ * Represents the size of the markers in scatter plots
2221
+ */
2222
+ markerSize?: number;
2223
+ /**
2224
+ * dataLabel is a parent property that defines other properties for type
2225
+ */
2226
+ dataLabel?: {
2227
+ /**
2228
+ * Defines whether to display percentage values or actual counts in the donut chart
2229
+ */
2230
+ type?: 'value' | 'percentage';
2231
+ };
2232
+ }
2233
+ /**
2234
+ * Represents the configuration to customize the time axis
2235
+ */
2236
+ export interface TimeAxisDef {
2237
+ levels?: LevelsDef;
2238
+ [k: string]: unknown;
2239
+ }
2240
+ /**
2241
+ * Represents the tab specific properties - properties that are passed to a particular tab in a card
2242
+ */
2243
+ export interface TabSetting {
2244
+ /**
2245
+ * Represents the annotation path
2246
+ */
2247
+ annotationPath?: string;
2248
+ /**
2249
+ * Represents the selection annotation path
2250
+ */
2251
+ selectionAnnotationPath?: string;
2252
+ /**
2253
+ * Represents the chart annotation path
2254
+ */
2255
+ chartAnnotationPath?: string;
2256
+ /**
2257
+ * Represents the presentation annotation path
2258
+ */
2259
+ presentationAnnotationPath?: string;
2260
+ /**
2261
+ * Represents the data point annotation path
2262
+ */
2263
+ dataPointAnnotationPath?: string;
2264
+ /**
2265
+ * Represents the identification annotation path
2266
+ */
2267
+ identificationAnnotationPath?: string;
2268
+ /**
2269
+ * Represents the dynamic subtitle annotation path
2270
+ */
2271
+ dynamicSubtitleAnnotationPath?: string;
2272
+ /**
2273
+ * Represents the drop down value to be shown
2274
+ */
2275
+ value?: string;
2276
+ /**
2277
+ * This property is responsible for setting specific chart settings
2278
+ */
2279
+ chartProperties?: {
2280
+ plotArea?: PlotAreaDef;
2281
+ timeAxis?: TimeAxisDef;
2282
+ };
2283
+ /**
2284
+ * Represents the configuration to customize the column stacked chart
2285
+ */
2286
+ colorPalette?: {
2287
+ [k: string]: unknown;
2288
+ }[] | {
2289
+ [k: string]: unknown;
2290
+ };
2291
+ [k: string]: unknown;
2292
+ }
2293
+ /**
2294
+ * Represents the resizable layout variant
2295
+ *
2296
+ * This interface was referenced by `undefined`'s JSON-Schema definition
2297
+ * via the `patternProperty` "^cols_[0-9]+$".
2298
+ */
2299
+ export interface ResizableLayoutVariant {
2300
+ [k: string]: ResizableLayoutVariantCardProperties;
2301
+ }
2302
+ /**
2303
+ * Represents the card properties is a layout variant
2304
+ *
2305
+ * This interface was referenced by `ResizableLayoutVariant`'s JSON-Schema definition
2306
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+$".
2307
+ */
2308
+ export interface ResizableLayoutVariantCardProperties {
2309
+ /**
2310
+ * Represents the grid column
2311
+ */
2312
+ col: number;
2313
+ /**
2314
+ * Represents the grid row
2315
+ */
2316
+ row: number;
2317
+ /**
2318
+ * Represents the column span
2319
+ */
2320
+ colSpan: number;
2321
+ /**
2322
+ * Represents the row span
2323
+ */
2324
+ rowSpan: number;
2325
+ /**
2326
+ * Represents the visibility of the card
2327
+ */
2328
+ visible?: boolean;
2329
+ }
2330
+ /**
2331
+ * Represents WDA specific attributes
2332
+ */
2333
+ export interface JSONSchemaForSAPWDANamespace {
2334
+ /**
2335
+ * Represents attributes format version. It is managed by namespace owner
2336
+ */
2337
+ _version?: '1.1.0' | '1.2.0';
2338
+ /**
2339
+ * Represents ID of an application
2340
+ */
2341
+ applicationId: string;
2342
+ /**
2343
+ * Represents ID of an application configuration
2344
+ */
2345
+ configId?: string;
2346
+ /**
2347
+ * Represents SAP Screen Personas Flavor ID
2348
+ */
2349
+ flavorId?: string;
2350
+ /**
2351
+ * Indicates that WebDynpro Application requires Compatibility Mode, while uses legacy shell services. Possible values are true or false (default)
2352
+ */
2353
+ compatibilityMode?: boolean;
2354
+ }
2355
+ /**
2356
+ * Represents APF specific attributes
2357
+ */
2358
+ export interface JSONSchemaForSAPAPFNamespace {
2359
+ /**
2360
+ * Represents attributes format version. It is managed by namespace owner
2361
+ */
2362
+ _version?: '1.1.0' | '1.2.0';
2363
+ /**
2364
+ * Represents a switch to activate filter reduction so that filters in OData requests can be represented as ABAP select options
2365
+ */
2366
+ activateFilterReduction?: boolean;
2367
+ /**
2368
+ * Represents a switch to activate LREP as the persistence for configurations and texts
2369
+ */
2370
+ activateLrep?: boolean;
2371
+ /**
2372
+ * Represents a switch to use HEAD-Requests instead of GET-Requests when fetching the XSRF-Security-Token
2373
+ */
2374
+ useHeadRequestForXsrfToken?: boolean;
2375
+ }
2376
+ /**
2377
+ * Represents Cloud Portal specific attributes
2378
+ */
2379
+ export interface JSONSchemaForSAPCLOUDPORTALNamespace {
2380
+ [k: string]: unknown;
2381
+ }
2382
+ /**
2383
+ * Represents GUI specific attributes
2384
+ */
2385
+ export interface JSONSchemaForSAPGUINamespace {
2386
+ /**
2387
+ * Represents attributes format version. It is managed by namespace owner
2388
+ */
2389
+ _version?: '1.1.0' | '1.2.0';
2390
+ /**
2391
+ * Represents transaction of an application
2392
+ */
2393
+ transaction: string;
2394
+ /**
2395
+ * Represents SAP Screen Personas Flavor ID
2396
+ */
2397
+ flavorId?: string;
2398
+ }
2399
+ /**
2400
+ * Represents Application Integration specific attributes
2401
+ */
2402
+ export interface JSONSchemaForSAPINTEGRATIONNamespace {
2403
+ /**
2404
+ * Represents attributes format version. It is managed by namespace owner
2405
+ */
2406
+ _version?: '1.0.0';
2407
+ /**
2408
+ * Reference to the desired URL Template
2409
+ */
2410
+ urlTemplateId: string;
2411
+ /**
2412
+ * Represents configuration parameters which will be used by Template Engine to compile URL Template
2413
+ */
2414
+ parameters: {
2415
+ /**
2416
+ * Represents the name of the desired parameter
2417
+ */
2418
+ key: string;
2419
+ /**
2420
+ * Represents the actual value of the desired parameter
2421
+ */
2422
+ value: string;
2423
+ [k: string]: unknown;
2424
+ }[];
2425
+ [k: string]: unknown;
2426
+ }
2427
+ /**
2428
+ * Represents WCF Application specific attributes
2429
+ */
2430
+ export interface JSONSchemaForSAPWCFNamespace {
2431
+ /**
2432
+ * Represents attributes format version. It is managed by namespace owner
2433
+ */
2434
+ _version?: '1.1.0';
2435
+ /**
2436
+ * Represents the target technical id for a WCF Application
2437
+ */
2438
+ 'wcf-target-id': string;
2439
+ }
2440
+ /**
2441
+ * Represents specific attributes for Smart Business
2442
+ */
2443
+ export interface JSONSchemaForSAPUISMARTBUSINESSAPPNamespace {
2444
+ [k: string]: unknown;
2445
+ }
2446
+ /**
2447
+ * Represents mobile specific attributes
2448
+ */
2449
+ export interface JSONSchemaForSAPMOBILENamespace {
2450
+ /**
2451
+ * Represents attributes format version. It is managed by namespace owner
2452
+ */
2453
+ _version?: '1.1.0';
2454
+ /**
2455
+ * Represents mobile specific attributes
2456
+ */
2457
+ definingRequests: {
2458
+ [k: string]: DefiningRequest;
2459
+ };
2460
+ [k: string]: unknown;
2461
+ }
2462
+ /**
2463
+ * This interface was referenced by `undefined`'s JSON-Schema definition
2464
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*".
2465
+ */
2466
+ export interface DefiningRequest {
2467
+ /**
2468
+ * Represents reference to dataSource under sap.app
2469
+ */
2470
+ dataSource: string;
2471
+ /**
2472
+ * Represents path to the title collection
2473
+ */
2474
+ path: string;
2475
+ /**
2476
+ * Represents indicator whether streams should be retrieved
2477
+ */
2478
+ retrieveStreams?: boolean;
2479
+ }
2480
+ /**
2481
+ * Represents specific attributes for SAP CoPilot
2482
+ */
2483
+ export interface JSONSchemaForSAPCOPILOTNamespace {
2484
+ /**
2485
+ * Represents SAP.COPILOT attributes format version. It is managed by namespace owner
2486
+ */
2487
+ _version?: '1.0.0' | '1.1.0';
2488
+ /**
2489
+ * Settings for the context analysis features of SAP CoPilot
2490
+ */
2491
+ contextAnalysis?: {
2492
+ /**
2493
+ * Enable/Disable the ability for SAP CoPilot to analyze your Application Screens and add the found objects to a Collection
2494
+ */
2495
+ allowAddingObjectsFromAppScreenToCollection?: boolean;
2496
+ /**
2497
+ * A list of the whitelisted EntityTypes, prefixed with their namespace, that SAP CoPilot can display. The empty list is ignored, thus allowing all EntityTypes by default.
2498
+ */
2499
+ whitelistedEntityTypes?: string[];
2500
+ [k: string]: unknown;
2501
+ };
2502
+ /**
2503
+ * Settings for the Digital Assistant features of SAP CoPilot
2504
+ */
2505
+ digitalAssistant?: {
2506
+ /**
2507
+ * A list of Intent
2508
+ */
2509
+ intentDefinition?: {
2510
+ /**
2511
+ * This interface was referenced by `undefined`'s JSON-Schema definition
2512
+ * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
2513
+ */
2514
+ [k: string]: {
2515
+ /**
2516
+ * Represents the uri of the intent
2517
+ */
2518
+ uri?: string;
2519
+ /**
2520
+ * A list of the sap.app.dataSources used by the intent
2521
+ */
2522
+ dataSources?: string[];
2523
+ /**
2524
+ * Represents the uri of the translation file
2525
+ */
2526
+ i18n?: string;
2527
+ [k: string]: unknown;
2528
+ };
2529
+ };
2530
+ [k: string]: unknown;
2531
+ };
2532
+ [k: string]: unknown;
2533
+ }
2534
+ /**
2535
+ * Represents specific attributes for SAP.MAP
2536
+ */
2537
+ export interface JSONSchemaForSAPMAPNamespace {
2538
+ [k: string]: unknown;
2539
+ }
2540
+ /**
2541
+ * Represents specific attributes for SAP URL
2542
+ */
2543
+ export interface JSONSchemaForSAPURLNamespace {
2544
+ /**
2545
+ * Represents attributes format version. It is managed by namespace owner
2546
+ */
2547
+ _version?: '1.0.0';
2548
+ /**
2549
+ * Represents URI of an application
2550
+ */
2551
+ uri: string;
2552
+ }
2553
+ /**
2554
+ * Represents SFSF platform specific attributes
2555
+ */
2556
+ export interface JSONSchemaForSAPPLATFORMSFSFNamespace {
2557
+ /**
2558
+ * Represents attributes format version. It is managed by namespace owner
2559
+ */
2560
+ _version?: '1.0.0';
2561
+ /**
2562
+ * Represents the uri inside the SFSF app
2563
+ */
2564
+ uri?: string;
2565
+ /**
2566
+ * Represents the SFSF application name
2567
+ */
2568
+ appName: string;
2569
+ /**
2570
+ * Represents the version of the SFSF application
2571
+ */
2572
+ appVersion?: string;
2573
+ }
2574
+ /**
2575
+ * Represents cloud platform specific attributes
2576
+ */
2577
+ export interface JSONSchemaForSAPCLOUDNamespace {
2578
+ /**
2579
+ * Represents attributes format version. It is managed by namespace owner
2580
+ */
2581
+ _version?: '1.0.0' | '1.1.0' | '1.2.0';
2582
+ /**
2583
+ * Unique Business Service Identifier
2584
+ */
2585
+ service?: string;
2586
+ /**
2587
+ * Specify if the UI can be accessed from a different space than origin development space
2588
+ */
2589
+ public?: boolean;
2590
+ }
2591
+ /**
2592
+ * Represents general package attributes. Experimental, will be detailed in the future
2593
+ */
2594
+ export interface JSONSchemaForSAPPACKAGENamespace {
2595
+ /**
2596
+ * Represents SAP.PACKAGE attributes format version. It is managed by namespace owner
2597
+ */
2598
+ _version?: '1.0.0' | '1.1.0';
2599
+ /**
2600
+ * Represents mandatory unique package identifier
2601
+ */
2602
+ id: string;
2603
+ /**
2604
+ * Represents path inside the package to the properties file containing text symbols for the packages texts
2605
+ */
2606
+ i18n?: string;
2607
+ /**
2608
+ * Represents mandatory semantic version of the package information and optional the upgrade notification
2609
+ */
2610
+ packageVersion: {
2611
+ /**
2612
+ * Represents mandatory semantic version of the package
2613
+ */
2614
+ version: string;
2615
+ /**
2616
+ * Represents optional upgrade notification once the package is available. none - no notification, package will be installed automatically for any version. major - notification before a new major version is installed. major.minor - notification before a major and minor version is installed. all - notification before any new version is installed, including patches
2617
+ */
2618
+ upgradeNotification?: 'none' | 'major' | 'major.minor' | 'all';
2619
+ [k: string]: unknown;
2620
+ };
2621
+ /**
2622
+ * Represents type of an package and can be card, workflow, workspace-template
2623
+ */
2624
+ type?: 'card' | 'workflow' | 'workspace-template';
2625
+ /**
2626
+ * Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2627
+ */
2628
+ title: string;
2629
+ /**
2630
+ * Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2631
+ */
2632
+ subTitle?: string;
2633
+ /**
2634
+ * Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2635
+ */
2636
+ shortTitle?: string;
2637
+ /**
2638
+ * Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2639
+ */
2640
+ info?: string;
2641
+ /**
2642
+ * Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2643
+ */
2644
+ description: string;
2645
+ /**
2646
+ * Represents icon name or source URL for the package
2647
+ */
2648
+ icon?: string;
2649
+ /**
2650
+ * Represents array of keywords used to find the package
2651
+ */
2652
+ tags?: {
2653
+ keywords: Tag;
2654
+ technicalAttributes?: string[];
2655
+ [k: string]: unknown;
2656
+ };
2657
+ /**
2658
+ * Represents the support information
2659
+ */
2660
+ vendor: {
2661
+ /**
2662
+ * Represents the vendor id
2663
+ */
2664
+ id: string;
2665
+ /**
2666
+ * Represents the vendor name
2667
+ */
2668
+ name: string;
2669
+ /**
2670
+ * Represents the vendor line of business within the vendors organization if any
2671
+ */
2672
+ lineOfBusiness?: string;
2673
+ /**
2674
+ * Represents a target url
2675
+ */
2676
+ url: string;
2677
+ [k: string]: unknown;
2678
+ };
2679
+ /**
2680
+ * Represents the homepage information
2681
+ */
2682
+ homepage?: {
2683
+ /**
2684
+ * Represents a target url
2685
+ */
2686
+ url: string;
2687
+ /**
2688
+ * Represents a descriptive text for the target
2689
+ */
2690
+ text: string;
2691
+ [k: string]: unknown;
2692
+ };
2693
+ /**
2694
+ * Represents the support information
2695
+ */
2696
+ support: {
2697
+ /**
2698
+ * Represents a target url
2699
+ */
2700
+ url: string;
2701
+ /**
2702
+ * Represents a descriptive text for the target
2703
+ */
2704
+ text: string;
2705
+ [k: string]: unknown;
2706
+ };
2707
+ /**
2708
+ * Represents the documentation information
2709
+ */
2710
+ documentation?: {
2711
+ /**
2712
+ * Represents a target url
2713
+ */
2714
+ url: string;
2715
+ /**
2716
+ * Represents a descriptive text for the target
2717
+ */
2718
+ text: string;
2719
+ [k: string]: unknown;
2720
+ };
2721
+ contents?: {
2722
+ /**
2723
+ * Relative url to the artifact within the folder in this package
2724
+ */
2725
+ baseURL?: string;
2726
+ /**
2727
+ * Wraps the child manifest
2728
+ */
2729
+ manifest?: {
2730
+ /**
2731
+ * The artifacts manifest
2732
+ */
2733
+ 'sap.artifact'?: {
2734
+ [k: string]: unknown;
2735
+ };
2736
+ [k: string]: unknown;
2737
+ };
2738
+ [k: string]: unknown;
2739
+ }[];
2740
+ /**
2741
+ * Represents list of product ids that are allowed to consume this package. if not defined all products that are capable of installing this package are allowed
2742
+ */
2743
+ consumption?: string[];
2744
+ /**
2745
+ * Represents the products and service that the pacakge depends on
2746
+ */
2747
+ dependencies?: {
2748
+ /**
2749
+ * List of products that this package depends on
2750
+ */
2751
+ products?: string[];
2752
+ /**
2753
+ * List of services that this package depends on
2754
+ */
2755
+ services?: string[];
2756
+ [k: string]: unknown;
2757
+ };
2758
+ [k: string]: unknown;
2759
+ }
2760
+ /**
2761
+ * Represents general artifact attributes.
2762
+ */
2763
+ export interface JSONSchemaForSAPARTIFACTNamespace {
2764
+ /**
2765
+ * Represents SAP.ARTIFACT attributes format version. It is managed by namespace owner
2766
+ */
2767
+ _version?: '1.0.0' | '1.1.0';
2768
+ /**
2769
+ * Represents mandatory unique artifact identifier
2770
+ */
2771
+ id: string;
2772
+ /**
2773
+ * Represents path inside the artifact to the properties file containing text symbols for the artifacts texts
2774
+ */
2775
+ i18n?: string;
2776
+ /**
2777
+ * Represents mandatory semantic version of the artifact
2778
+ */
2779
+ artifactVersion: {
2780
+ version: Semanticversion;
2781
+ [k: string]: unknown;
2782
+ };
2783
+ /**
2784
+ * Represents type of an artifact and can be card, workflow, workspace-template
2785
+ */
2786
+ type: 'card' | 'workflow' | 'workspace-template';
2787
+ /**
2788
+ * Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2789
+ */
2790
+ title: string;
2791
+ /**
2792
+ * Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2793
+ */
2794
+ subTitle?: string;
2795
+ /**
2796
+ * Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2797
+ */
2798
+ shortTitle?: string;
2799
+ /**
2800
+ * Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2801
+ */
2802
+ info?: string;
2803
+ /**
2804
+ * Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'
2805
+ */
2806
+ description: string;
2807
+ /**
2808
+ * Represents icon name or source URL for the artifact
2809
+ */
2810
+ icon?: string;
2811
+ /**
2812
+ * Represents array of keywords used to find the artifact
2813
+ */
2814
+ tags?: {
2815
+ keywords: Tag;
2816
+ technicalAttributes?: string[];
2817
+ [k: string]: unknown;
2818
+ };
2819
+ [k: string]: unknown;
2820
+ }
2821
+ //# sourceMappingURL=manifest.d.ts.map