spine-framework-portal 0.1.4 → 0.1.6
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/LICENSE.md +13 -0
- package/manifest.json +1 -1
- package/package.json +5 -4
- package/seed/roles.json +0 -1
- package/seed/triggers.json +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Spine Framework Internal Use License 1.0.0
|
|
2
|
+
|
|
3
|
+
**Source-available. Free for internal use. Commercial rights reserved.**
|
|
4
|
+
|
|
5
|
+
Copyright © 2026 Dahl Ventures Inc. All rights reserved.
|
|
6
|
+
|
|
7
|
+
This software is licensed under the Spine Framework Internal Use License 1.0.0.
|
|
8
|
+
|
|
9
|
+
For full license terms, see: https://github.com/spine-framework/spine-framework/blob/main/LICENSE.md
|
|
10
|
+
|
|
11
|
+
**Summary:** You may use this software for internal business use only. Commercial use, resale, SaaS offering, white-labeling, and distribution require a separate Commercial License.
|
|
12
|
+
|
|
13
|
+
Contact: webmaster@spine-framework.com
|
package/manifest.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"slug": "customer-portal",
|
|
4
4
|
"description": "Self-service portal for customers to access tickets, knowledge base, courses, and community",
|
|
5
5
|
"version": "1.0.0",
|
|
6
|
-
"required_roles": ["
|
|
6
|
+
"required_roles": ["member"],
|
|
7
7
|
"routes": [
|
|
8
8
|
"/portal",
|
|
9
9
|
"/portal/tickets",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spine-framework-portal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Customer Portal — self-service portal app for Spine Framework",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/spine-framework/portal",
|
|
10
10
|
"directory": "custom/apps/customer-portal"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"pages/",
|
|
20
20
|
"components/",
|
|
21
21
|
"functions/",
|
|
22
|
-
"README.md"
|
|
22
|
+
"README.md",
|
|
23
|
+
"LICENSE.md"
|
|
23
24
|
],
|
|
24
25
|
"spine": {
|
|
25
26
|
"type": "app",
|
package/seed/roles.json
CHANGED
package/seed/triggers.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"description": "Check for community posts >24h without answers and escalate to support tickets",
|
|
5
5
|
"trigger_type": "cron",
|
|
6
6
|
"event_type": null,
|
|
7
|
-
"scope": "account",
|
|
8
7
|
"config": {
|
|
8
|
+
"scope": "account",
|
|
9
9
|
"function": "custom_portal-community-escalation.checkUnanswered",
|
|
10
10
|
"schedule": "0 */4 * * *",
|
|
11
11
|
"timezone": "UTC",
|