@dxs-ts/eveli-ide 2.0.44 → 2.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gitlog.json +557 -20
- package/dist/index.d.ts +40 -15
- package/dist/index.js +28034 -27820
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -963,14 +963,14 @@ declare namespace FeedbackApi_2 {
|
|
|
963
963
|
origin: string;
|
|
964
964
|
customerTitle: string | undefined;
|
|
965
965
|
labelKey: string;
|
|
966
|
-
subLabelKey: string | undefined;
|
|
967
966
|
labelValue: string;
|
|
967
|
+
subLabelKey: string | undefined;
|
|
968
968
|
subLabelValue: string | undefined;
|
|
969
969
|
locale: string;
|
|
970
970
|
content: {
|
|
971
971
|
title: string;
|
|
972
972
|
main: string | undefined;
|
|
973
|
-
sub
|
|
973
|
+
sub?: string | undefined;
|
|
974
974
|
question: string | undefined;
|
|
975
975
|
};
|
|
976
976
|
}
|
|
@@ -1011,7 +1011,7 @@ declare namespace FeedbackApi_2 {
|
|
|
1011
1011
|
content: {
|
|
1012
1012
|
title: string;
|
|
1013
1013
|
main: string | undefined;
|
|
1014
|
-
sub
|
|
1014
|
+
sub?: string | undefined;
|
|
1015
1015
|
question: string | undefined;
|
|
1016
1016
|
};
|
|
1017
1017
|
reply: string;
|
|
@@ -1604,10 +1604,11 @@ export declare const messages: {
|
|
|
1604
1604
|
'feedback.taskReferenceId': string;
|
|
1605
1605
|
'feedback.taskReferenceId.short': string;
|
|
1606
1606
|
'feedback.mainCategory': string;
|
|
1607
|
-
'feedback.subCategory': string;
|
|
1608
1607
|
'feedback.feedbackValue': string;
|
|
1608
|
+
'feedback.feedbackValue.placeholder': string;
|
|
1609
1609
|
'feedback.customerTitle': string;
|
|
1610
1610
|
'feedback.myReply': string;
|
|
1611
|
+
'feedback.myReply.placeholder': string;
|
|
1611
1612
|
'feedback.customerApprovals': string;
|
|
1612
1613
|
'feedback.createdBy': string;
|
|
1613
1614
|
'feedback.updatedBy': string;
|
|
@@ -1616,12 +1617,17 @@ export declare const messages: {
|
|
|
1616
1617
|
'feedback.isPublished': string;
|
|
1617
1618
|
'feedback.delete.confirmTitle': string;
|
|
1618
1619
|
'feedback.delete.confirmText': string;
|
|
1619
|
-
'feedback.main_topic.
|
|
1620
|
-
'feedback.main_topic.
|
|
1621
|
-
'feedback.main_topic.freetimeculture': string;
|
|
1620
|
+
'feedback.main_topic.cityService': string;
|
|
1621
|
+
'feedback.main_topic.roadMaintance': string;
|
|
1622
1622
|
'feedback.main_topic.cityconstruction': string;
|
|
1623
|
+
'feedback.main_topic.youthService': string;
|
|
1623
1624
|
'feedback.main_topic.exercise': string;
|
|
1625
|
+
'feedback.main_topic.school': string;
|
|
1626
|
+
'feedback.main_topic.employmentimmigration': string;
|
|
1627
|
+
'feedback.main_topic.freeTimeCulture': string;
|
|
1628
|
+
'feedback.main_topic.preschoolEducation': string;
|
|
1624
1629
|
'feedback.main_topic.communication': string;
|
|
1630
|
+
'feedback.main_topic.cooperation': string;
|
|
1625
1631
|
'feedback.sub_topic.otherfeedback': string;
|
|
1626
1632
|
'feedback.sub_topic.familywithchildren': string;
|
|
1627
1633
|
'feedback.sub_topic.libraryservices': string;
|
|
@@ -2301,6 +2307,8 @@ export declare const messages: {
|
|
|
2301
2307
|
'tagomi.service.options.templates.create': string;
|
|
2302
2308
|
'tagomi.service.options.template.changeLocale': string;
|
|
2303
2309
|
'tagomi.service.options.template.delete': string;
|
|
2310
|
+
'tagomi.service.options.template.addDependencies': string;
|
|
2311
|
+
'tagomi.service.options.template.debug': string;
|
|
2304
2312
|
'tagomi.service.create.dialog.title': string;
|
|
2305
2313
|
'tagomi.service.create.dialog.serviceName': string;
|
|
2306
2314
|
'tagomi.service.create.dialog.orchestratorName': string;
|
|
@@ -2323,6 +2331,11 @@ export declare const messages: {
|
|
|
2323
2331
|
'tagomi.template.editor.title': string;
|
|
2324
2332
|
'tagomi.template.editor.serviceName': string;
|
|
2325
2333
|
'tagomi.template.editor.localeLabel': string;
|
|
2334
|
+
'tagomi.template.dependencies.add.dialog.title': string;
|
|
2335
|
+
'tagomi.template.dependencies.add.dialog.desc': string;
|
|
2336
|
+
'tagomi.template.dependencies.add.dialog.selectOrigin': string;
|
|
2337
|
+
'tagomi.template.dependencies.add.dialog.selectTargets': string;
|
|
2338
|
+
'tagomi.template.dependencies.add.dialog.helperText.noTemplateSelected': string;
|
|
2326
2339
|
'tagomi.button.delete.dialog.template': string;
|
|
2327
2340
|
'tagomi.template.delete.dialog.noTemplates.helperText': string;
|
|
2328
2341
|
'tagomi.template.create.dialog.title': string;
|
|
@@ -2548,10 +2561,11 @@ export declare const messages: {
|
|
|
2548
2561
|
'feedback.taskReferenceId': string;
|
|
2549
2562
|
'feedback.taskReferenceId.short': string;
|
|
2550
2563
|
'feedback.mainCategory': string;
|
|
2551
|
-
'feedback.subCategory': string;
|
|
2552
2564
|
'feedback.feedbackValue': string;
|
|
2565
|
+
'feedback.feedbackValue.placeholder': string;
|
|
2553
2566
|
'feedback.customerTitle': string;
|
|
2554
2567
|
'feedback.myReply': string;
|
|
2568
|
+
'feedback.myReply.placeholder': string;
|
|
2555
2569
|
'feedback.customerApprovals': string;
|
|
2556
2570
|
'feedback.createdBy': string;
|
|
2557
2571
|
'feedback.updatedBy': string;
|
|
@@ -2560,12 +2574,17 @@ export declare const messages: {
|
|
|
2560
2574
|
'feedback.isPublished': string;
|
|
2561
2575
|
'feedback.delete.confirmTitle': string;
|
|
2562
2576
|
'feedback.delete.confirmText': string;
|
|
2563
|
-
'feedback.main_topic.
|
|
2564
|
-
'feedback.main_topic.
|
|
2565
|
-
'feedback.main_topic.freetimeculture': string;
|
|
2577
|
+
'feedback.main_topic.cityService': string;
|
|
2578
|
+
'feedback.main_topic.roadMaintance': string;
|
|
2566
2579
|
'feedback.main_topic.cityconstruction': string;
|
|
2580
|
+
'feedback.main_topic.youthService': string;
|
|
2567
2581
|
'feedback.main_topic.exercise': string;
|
|
2582
|
+
'feedback.main_topic.school': string;
|
|
2583
|
+
'feedback.main_topic.employmentimmigration': string;
|
|
2584
|
+
'feedback.main_topic.freeTimeCulture': string;
|
|
2585
|
+
'feedback.main_topic.preschoolEducation': string;
|
|
2568
2586
|
'feedback.main_topic.communication': string;
|
|
2587
|
+
'feedback.main_topic.cooperation': string;
|
|
2569
2588
|
'feedback.sub_topic.otherfeedback': string;
|
|
2570
2589
|
'feedback.sub_topic.familywithchildren': string;
|
|
2571
2590
|
'feedback.sub_topic.libraryservices': string;
|
|
@@ -3492,10 +3511,11 @@ export declare const messages: {
|
|
|
3492
3511
|
'feedback.taskReferenceId': string;
|
|
3493
3512
|
'feedback.taskReferenceId.short': string;
|
|
3494
3513
|
'feedback.mainCategory': string;
|
|
3495
|
-
'feedback.subCategory': string;
|
|
3496
3514
|
'feedback.feedbackValue': string;
|
|
3515
|
+
'feedback.feedbackValue.placeholder': string;
|
|
3497
3516
|
'feedback.customerTitle': string;
|
|
3498
3517
|
'feedback.myReply': string;
|
|
3518
|
+
'feedback.myReply.placeholder': string;
|
|
3499
3519
|
'feedback.customerApprovals': string;
|
|
3500
3520
|
'feedback.createdBy': string;
|
|
3501
3521
|
'feedback.updatedBy': string;
|
|
@@ -3504,12 +3524,17 @@ export declare const messages: {
|
|
|
3504
3524
|
'feedback.isPublished': string;
|
|
3505
3525
|
'feedback.delete.confirmTitle': string;
|
|
3506
3526
|
'feedback.delete.confirmText': string;
|
|
3507
|
-
'feedback.main_topic.
|
|
3508
|
-
'feedback.main_topic.
|
|
3509
|
-
'feedback.main_topic.freetimeculture': string;
|
|
3527
|
+
'feedback.main_topic.cityService': string;
|
|
3528
|
+
'feedback.main_topic.roadMaintance': string;
|
|
3510
3529
|
'feedback.main_topic.cityconstruction': string;
|
|
3530
|
+
'feedback.main_topic.youthService': string;
|
|
3511
3531
|
'feedback.main_topic.exercise': string;
|
|
3532
|
+
'feedback.main_topic.school': string;
|
|
3533
|
+
'feedback.main_topic.employmentimmigration': string;
|
|
3534
|
+
'feedback.main_topic.freeTimeCulture': string;
|
|
3535
|
+
'feedback.main_topic.preschoolEducation': string;
|
|
3512
3536
|
'feedback.main_topic.communication': string;
|
|
3537
|
+
'feedback.main_topic.cooperation': string;
|
|
3513
3538
|
'feedback.sub_topic.otherfeedback': string;
|
|
3514
3539
|
'feedback.sub_topic.familywithchildren': string;
|
|
3515
3540
|
'feedback.sub_topic.libraryservices': string;
|