asma-types 2.0.78 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/lib/interfaces/enums.d.ts +1 -1
- package/lib/interfaces/enums.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Introduction
|
|
2
|
-
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project
|
|
2
|
+
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project
|
|
3
|
+
|
|
4
|
+
**Test note**: Testing parallel AI commit generation and push with 20 workers. ⚡
|
|
5
|
+
|
|
6
|
+
**Update 2**: All fixes applied - ready for full parallel test! 🎯
|
|
3
7
|
|
|
4
8
|
# Getting Started
|
|
5
9
|
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
|
|
@@ -299,7 +299,7 @@ export declare const ProtectedRoutesPaths: {
|
|
|
299
299
|
readonly portalMicrosoftOffice: "microsoft-office/onedrive";
|
|
300
300
|
readonly portalDesigner: "designer";
|
|
301
301
|
readonly portalDashboard: "dashboard/services";
|
|
302
|
-
readonly legacyShowQuery: "
|
|
302
|
+
readonly legacyShowQuery: "show-query-legacy/:id";
|
|
303
303
|
readonly anonymousSchema: "anonymous-schema";
|
|
304
304
|
readonly devextreme: "devextreme";
|
|
305
305
|
readonly devextremeRichEdit: "devextreme/rich-edit";
|
package/lib/interfaces/enums.js
CHANGED
|
@@ -383,7 +383,7 @@ export const ProtectedRoutesPaths = {
|
|
|
383
383
|
portalDesigner: 'designer',
|
|
384
384
|
portalDashboard: 'dashboard/services',
|
|
385
385
|
//
|
|
386
|
-
legacyShowQuery: '
|
|
386
|
+
legacyShowQuery: 'show-query-legacy/:id',
|
|
387
387
|
anonymousSchema: 'anonymous-schema',
|
|
388
388
|
//devextreme
|
|
389
389
|
devextreme: 'devextreme',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asma-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "shared ts asma types",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://
|
|
25
|
+
"url": "https://github.com/Carasent-ASMA/asma-types"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"devDependencies": {
|