ysk-server-shared 1.1.20 → 1.1.22
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 +21 -0
- package/dist/browser.d.ts +2 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +2 -0
- package/dist/browser.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/legal/en.d.ts +3 -0
- package/dist/legal/en.d.ts.map +1 -0
- package/dist/legal/en.js +545 -0
- package/dist/legal/en.js.map +1 -0
- package/dist/legal/index.d.ts +8 -0
- package/dist/legal/index.d.ts.map +1 -0
- package/dist/legal/index.js +16 -0
- package/dist/legal/index.js.map +1 -0
- package/dist/legal/types.d.ts +49 -0
- package/dist/legal/types.d.ts.map +1 -0
- package/dist/legal/types.js +103 -0
- package/dist/legal/types.js.map +1 -0
- package/dist/legal/zh-HK.d.ts +3 -0
- package/dist/legal/zh-HK.d.ts.map +1 -0
- package/dist/legal/zh-HK.js +545 -0
- package/dist/legal/zh-HK.js.map +1 -0
- package/locales/ar/legal.json +16 -0
- package/locales/ar/translation.json +31 -3
- package/locales/ar/updates.json +4 -1
- package/locales/ar/validators.json +11 -2
- package/locales/bn/legal.json +16 -0
- package/locales/bn/translation.json +31 -3
- package/locales/bn/updates.json +4 -1
- package/locales/bn/validators.json +11 -2
- package/locales/en/legal.json +16 -0
- package/locales/en/translation.json +29 -1
- package/locales/en/updates.json +3 -0
- package/locales/en/validators.json +10 -1
- package/locales/es/legal.json +16 -0
- package/locales/es/translation.json +31 -3
- package/locales/es/updates.json +4 -1
- package/locales/es/validators.json +11 -2
- package/locales/fr/legal.json +16 -0
- package/locales/fr/translation.json +31 -3
- package/locales/fr/updates.json +4 -1
- package/locales/fr/validators.json +11 -2
- package/locales/hi/legal.json +16 -0
- package/locales/hi/translation.json +31 -3
- package/locales/hi/updates.json +4 -1
- package/locales/hi/validators.json +11 -2
- package/locales/id/legal.json +16 -0
- package/locales/id/translation.json +31 -3
- package/locales/id/updates.json +4 -1
- package/locales/id/validators.json +11 -2
- package/locales/ja/legal.json +16 -0
- package/locales/ja/translation.json +31 -3
- package/locales/ja/updates.json +4 -1
- package/locales/ja/validators.json +11 -2
- package/locales/ko/legal.json +16 -0
- package/locales/ko/translation.json +31 -3
- package/locales/ko/updates.json +4 -1
- package/locales/ko/validators.json +11 -2
- package/locales/pt/legal.json +16 -0
- package/locales/pt/translation.json +31 -3
- package/locales/pt/updates.json +4 -1
- package/locales/pt/validators.json +11 -2
- package/locales/ur/legal.json +16 -0
- package/locales/ur/translation.json +31 -3
- package/locales/ur/updates.json +4 -1
- package/locales/ur/validators.json +11 -2
- package/locales/zh-CN/legal.json +16 -0
- package/locales/zh-CN/translation.json +31 -3
- package/locales/zh-CN/updates.json +4 -1
- package/locales/zh-CN/validators.json +11 -2
- package/locales/zh-HK/legal.json +16 -0
- package/locales/zh-HK/translation.json +29 -1
- package/locales/zh-HK/updates.json +3 -0
- package/locales/zh-HK/validators.json +10 -1
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 YSK Limited
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/browser.d.ts
CHANGED
|
@@ -35,4 +35,6 @@ export { type LocaleCode, LOCALES, DEFAULT_LOCALE, RTL_LOCALES, LOCALE_LABELS, n
|
|
|
35
35
|
* Web UI should not construct server errors.
|
|
36
36
|
*/
|
|
37
37
|
export { ErrorCodes, type ErrorCode } from './errors-codes.js';
|
|
38
|
+
/** Official legal pack (browser-safe constants + copy) */
|
|
39
|
+
export * from './legal/index.js';
|
|
38
40
|
//# sourceMappingURL=browser.d.ts.map
|
package/dist/browser.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EACL,KAAK,UAAU,EACf,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EACL,KAAK,UAAU,EACf,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC/D,0DAA0D;AAC1D,cAAc,kBAAkB,CAAC"}
|
package/dist/browser.js
CHANGED
|
@@ -35,4 +35,6 @@ export { LOCALES, DEFAULT_LOCALE, RTL_LOCALES, LOCALE_LABELS, normalizeLocale, i
|
|
|
35
35
|
* Web UI should not construct server errors.
|
|
36
36
|
*/
|
|
37
37
|
export { ErrorCodes } from './errors-codes.js';
|
|
38
|
+
/** Official legal pack (browser-safe constants + copy) */
|
|
39
|
+
export * from './legal/index.js';
|
|
38
40
|
//# sourceMappingURL=browser.js.map
|
package/dist/browser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EAEL,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAkB,MAAM,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EAEL,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAkB,MAAM,mBAAmB,CAAC;AAC/D,0DAA0D;AAC1D,cAAc,kBAAkB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -33,4 +33,6 @@ export * from './route-capabilities.js';
|
|
|
33
33
|
export * from './list-query.js';
|
|
34
34
|
/** i18n — locale catalogs + t() for server/CLI/web */
|
|
35
35
|
export * from './i18n/index.js';
|
|
36
|
+
/** Official legal pack (EN + zh-HK body; panel chrome is i18n) */
|
|
37
|
+
export * from './legal/index.js';
|
|
36
38
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC;AAChC,kEAAkE;AAClE,cAAc,kBAAkB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -33,4 +33,6 @@ export * from './route-capabilities.js';
|
|
|
33
33
|
export * from './list-query.js';
|
|
34
34
|
/** i18n — locale catalogs + t() for server/CLI/web */
|
|
35
35
|
export * from './i18n/index.js';
|
|
36
|
+
/** Official legal pack (EN + zh-HK body; panel chrome is i18n) */
|
|
37
|
+
export * from './legal/index.js';
|
|
36
38
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC;AAChC,kEAAkE;AAClE,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/legal/en.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAU5C,eAAO,MAAM,QAAQ,EAAE,SAiiBtB,CAAC"}
|
package/dist/legal/en.js
ADDED
|
@@ -0,0 +1,545 @@
|
|
|
1
|
+
import { LEGAL_COMPANY, LEGAL_EMAIL, LEGAL_LICENSE, LEGAL_PRODUCT, LEGAL_SITE, LEGAL_UPDATED, } from './types.js';
|
|
2
|
+
export const LEGAL_EN = {
|
|
3
|
+
index: {
|
|
4
|
+
id: 'index',
|
|
5
|
+
title: 'Legal',
|
|
6
|
+
summary: `Legal documents for ${LEGAL_PRODUCT}: Terms of Use, Privacy Policy, and Disclaimer.`,
|
|
7
|
+
updated: LEGAL_UPDATED,
|
|
8
|
+
sections: [
|
|
9
|
+
{
|
|
10
|
+
id: 'about',
|
|
11
|
+
heading: '1. About these documents',
|
|
12
|
+
blocks: [
|
|
13
|
+
{
|
|
14
|
+
kind: 'p',
|
|
15
|
+
text: `${LEGAL_PRODUCT} is free, open-source, self-hosted software published by ${LEGAL_COMPANY} (Hong Kong). You install it on a Linux host that you control. ${LEGAL_COMPANY} is not a multi-tenant hosting provider and does not operate your panel as a cloud service.`,
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
kind: 'p',
|
|
19
|
+
text: `The source code is licensed under the ${LEGAL_LICENSE} License. The documents on this page are additional conditions of use, a description of privacy for data ${LEGAL_COMPANY} actually receives, and a disclaimer of warranty and liability. They protect ${LEGAL_COMPANY} and tell you, honestly, who is responsible for the machine.`,
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
id: 'documents',
|
|
25
|
+
heading: '2. Documents',
|
|
26
|
+
blocks: [
|
|
27
|
+
{
|
|
28
|
+
kind: 'ul',
|
|
29
|
+
items: [
|
|
30
|
+
'Terms of Use — how you may use the software, operator duties, acceptable use, indemnity, and Hong Kong law.',
|
|
31
|
+
'Privacy Policy — what we do not collect from a self-hosted install, and what we process if you email us.',
|
|
32
|
+
'Disclaimer — AS IS software, no SLA, limitation of liability, staking and EXECUTE risks.',
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: 'languages',
|
|
39
|
+
heading: '3. Official languages',
|
|
40
|
+
blocks: [
|
|
41
|
+
{
|
|
42
|
+
kind: 'p',
|
|
43
|
+
text: 'The official languages of these documents are English and Hong Kong written Chinese. If the two texts differ, the English version controls. Other panel languages translate labels only; they are not official legal text.',
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: 'contact',
|
|
49
|
+
heading: '4. Contact',
|
|
50
|
+
blocks: [
|
|
51
|
+
{
|
|
52
|
+
kind: 'p',
|
|
53
|
+
text: `${LEGAL_COMPANY} · ${LEGAL_SITE} · ${LEGAL_EMAIL}`,
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
kind: 'p',
|
|
57
|
+
text: `Paid setup, migration, or incident work (if any) is a separate written contract. These pages do not quote prices and do not form a paid engagement.`,
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
},
|
|
63
|
+
terms: {
|
|
64
|
+
id: 'terms',
|
|
65
|
+
title: 'Terms of Use',
|
|
66
|
+
summary: `Conditions for installing and operating ${LEGAL_PRODUCT}, including acceptable use and Hong Kong law.`,
|
|
67
|
+
updated: LEGAL_UPDATED,
|
|
68
|
+
sections: [
|
|
69
|
+
{
|
|
70
|
+
id: 'agreement',
|
|
71
|
+
heading: '1. Agreement',
|
|
72
|
+
blocks: [
|
|
73
|
+
{
|
|
74
|
+
kind: 'p',
|
|
75
|
+
text: `These Terms of Use (“Terms”) are a legally binding agreement between you (“you”, “operator”) and ${LEGAL_COMPANY}, a company incorporated in Hong Kong (“${LEGAL_COMPANY}”, “we”, “us”), governing your download, installation, configuration, and use of ${LEGAL_PRODUCT} (the web panel, CLI, HTTP API, documentation, and related npm packages) (the “Software”).`,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
kind: 'p',
|
|
79
|
+
text: 'By installing, copying, accessing, or using the Software, you agree to these Terms, the Privacy Policy, and the Disclaimer. If you do not agree, do not install or use the Software, and uninstall any copy you have.',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
kind: 'p',
|
|
83
|
+
text: 'If you use the Software on behalf of an organisation, you represent that you have authority to bind that organisation, and “you” includes that organisation.',
|
|
84
|
+
},
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
id: 'licence',
|
|
89
|
+
heading: '2. Software licence and these Terms',
|
|
90
|
+
blocks: [
|
|
91
|
+
{
|
|
92
|
+
kind: 'p',
|
|
93
|
+
text: `The source code of ${LEGAL_PRODUCT} is made available under the ${LEGAL_LICENSE} License as published in the project LICENSE file. That licence grants copyright permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to its notice conditions.`,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
kind: 'p',
|
|
97
|
+
text: `These Terms are additional conditions of using the compiled product, documentation, npm packages, and operator panel. They do not replace the ${LEGAL_LICENSE} License. If a provision of these Terms conflicts with the ${LEGAL_LICENSE} License solely as to copyright permission for the source, the ${LEGAL_LICENSE} License controls that copyright permission. For all other matters — including allocation of operational risk, acceptable use, privacy as between you and us, and liability — these Terms, the Privacy Policy, and the Disclaimer apply.`,
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
id: 'not-hosted',
|
|
103
|
+
heading: '3. Not a hosted service',
|
|
104
|
+
blocks: [
|
|
105
|
+
{
|
|
106
|
+
kind: 'p',
|
|
107
|
+
text: `${LEGAL_PRODUCT} is free, open-source, self-hosted software. You install it on a Linux host that you control. ${LEGAL_COMPANY} does not operate your panel as multi-tenant software-as-a-service, does not host your sites, mail, files, databases, or validator nodes, and does not have access to your host unless you separately grant access (for example by sending diagnostic material or contracting paid work).`,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
kind: 'p',
|
|
111
|
+
text: 'You supply the machine, operating system, network, TLS certificates, backups, monitoring, and legal compliance for whatever you run. You are the operator and publisher of services on that host.',
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
id: 'honesty',
|
|
117
|
+
heading: '4. Honesty of host changes',
|
|
118
|
+
blocks: [
|
|
119
|
+
{
|
|
120
|
+
kind: 'p',
|
|
121
|
+
text: 'The Software is designed so that mutations to the host typically require superuser (root) privileges and an explicit execute flag (YSK_EXECUTE=1 and/or --execute). A dry-run, preview, “written”, “blocked”, or similar result is not success and must not be treated as an applied change.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
kind: 'p',
|
|
125
|
+
text: 'You are responsible for understanding this model, for deciding when to enable execute, and for the consequences of running the Software with root privileges.',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
id: 'no-sla',
|
|
131
|
+
heading: '5. No SLA and no extra promises',
|
|
132
|
+
blocks: [
|
|
133
|
+
{
|
|
134
|
+
kind: 'p',
|
|
135
|
+
text: 'The Software is provided without any service-level agreement, uptime commitment, response-time commitment, or support entitlement. Documentation, panel copy, and public pages describe the product as implemented.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
kind: 'p',
|
|
139
|
+
text: `${LEGAL_COMPANY} does not promise features that are not in the Software. Community or email replies are goodwill, not a warranty and not a variation of these Terms.`,
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
id: 'operator',
|
|
145
|
+
heading: '6. Operator responsibilities',
|
|
146
|
+
blocks: [
|
|
147
|
+
{
|
|
148
|
+
kind: 'p',
|
|
149
|
+
text: 'You are solely responsible for:',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
kind: 'ul',
|
|
153
|
+
items: [
|
|
154
|
+
'Securing the host, panel accounts, two-factor authentication, API keys, SSH, firewall, and network exposure.',
|
|
155
|
+
'Cryptographic keys, seeds, certificates, and secrets you generate or import. The panel is non-custodial. The Software does not take custody of staking keys or wallet seeds. Cold keys must not be placed in the panel.',
|
|
156
|
+
'Validator and staking operations, including slashing, missed blocks, jail, inactivity penalties, key rotation, pool parameters, and each chain’s protocol rules.',
|
|
157
|
+
'Mail deliverability, DNS, PTR records, port 25, blacklists, and anti-abuse.',
|
|
158
|
+
'Content, traffic, torrents, shares, and users on your host (including the BT tracker and public file shares).',
|
|
159
|
+
'Backups, restore tests, retention, and disaster recovery.',
|
|
160
|
+
'Compliance with laws that apply to you, including export, sanctions, copyright, data protection, financial services, and other regulated activity.',
|
|
161
|
+
'Third-party container images, binaries, and registries you pull (including Docker Hub, GitHub Container Registry, npm, and similar).',
|
|
162
|
+
'Consequences of enabling execute and running the Software as root.',
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
id: 'aup',
|
|
169
|
+
heading: '7. Acceptable use',
|
|
170
|
+
blocks: [
|
|
171
|
+
{
|
|
172
|
+
kind: 'p',
|
|
173
|
+
text: 'You must not use the Software to:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
kind: 'ul',
|
|
177
|
+
items: [
|
|
178
|
+
'Commit, facilitate, or conceal crime, fraud, unlicensed money transmission, sanctions evasion, or attacks on others.',
|
|
179
|
+
'Distribute malware or operate botnets.',
|
|
180
|
+
'Infringe intellectual property or privacy rights.',
|
|
181
|
+
'Probe, disrupt, or overload systems you do not own or lack permission to use, except as expressly authorised.',
|
|
182
|
+
`Misrepresent that ${LEGAL_COMPANY} operates, endorses, certifies, or hosts your service.`,
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
kind: 'p',
|
|
187
|
+
text: `${LEGAL_COMPANY} is not your internet service provider, hosting provider, or content moderator. You are solely accountable for what runs on your machine.`,
|
|
188
|
+
},
|
|
189
|
+
],
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
id: 'third-party',
|
|
193
|
+
heading: '8. Third-party software',
|
|
194
|
+
blocks: [
|
|
195
|
+
{
|
|
196
|
+
kind: 'p',
|
|
197
|
+
text: `The Software may download, configure, or orchestrate third-party programs (for example nginx, Docker, PM2, WireGuard, mail-stack components, and blockchain node images). Those programs are licensed by their authors. ${LEGAL_COMPANY} is not responsible for their defects, licence terms, security advisories, or breaking changes. Upstream tags and images can change without notice.`,
|
|
198
|
+
},
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
id: 'paid-work',
|
|
203
|
+
heading: '9. Paid work by YSK Limited',
|
|
204
|
+
blocks: [
|
|
205
|
+
{
|
|
206
|
+
kind: 'p',
|
|
207
|
+
text: `${LEGAL_COMPANY} may offer separate commercial services such as setup, migration, hardening, or incident response. Those services are governed only by a written agreement or statement of work between you and ${LEGAL_COMPANY}. These Terms, the panel Support page, and ${LEGAL_SITE} do not quote prices and do not form a paid engagement.`,
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
id: 'ip',
|
|
213
|
+
heading: '10. Intellectual property',
|
|
214
|
+
blocks: [
|
|
215
|
+
{
|
|
216
|
+
kind: 'p',
|
|
217
|
+
text: `${LEGAL_COMPANY} and its licensors retain all rights in the Software not granted by the ${LEGAL_LICENSE} License. “YSK”, “${LEGAL_PRODUCT}”, and related names are identifiers of ${LEGAL_COMPANY}. You may state that you use ${LEGAL_PRODUCT}. You may not suggest partnership, certification, or that ${LEGAL_COMPANY} operates your host without prior written permission.`,
|
|
218
|
+
},
|
|
219
|
+
],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
id: 'indemnity',
|
|
223
|
+
heading: '11. Indemnity',
|
|
224
|
+
blocks: [
|
|
225
|
+
{
|
|
226
|
+
kind: 'p',
|
|
227
|
+
text: `You shall indemnify, defend, and hold harmless ${LEGAL_COMPANY} and its directors, officers, employees, and contractors from and against claims, losses, damages, and reasonable legal costs arising out of: (a) your use or misuse of the Software; (b) content, traffic, mail, files, or validator operations on your host; (c) your breach of these Terms or of law; or (d) claims by your users, customers, or counterparties. We may participate in the defence with counsel of our choice.`,
|
|
228
|
+
},
|
|
229
|
+
],
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
id: 'changes',
|
|
233
|
+
heading: '12. Changes',
|
|
234
|
+
blocks: [
|
|
235
|
+
{
|
|
236
|
+
kind: 'p',
|
|
237
|
+
text: 'We may update these Terms by publishing a new version in the public repository and in the panel. The “Last updated” date will change. Continued use of the Software after that date constitutes acceptance. If you do not agree, uninstall the Software and stop using it.',
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
id: 'termination',
|
|
243
|
+
heading: '13. Termination',
|
|
244
|
+
blocks: [
|
|
245
|
+
{
|
|
246
|
+
kind: 'p',
|
|
247
|
+
text: 'You may stop using the Software at any time (see the project’s uninstall documentation). Sections that by their nature should survive — including operator responsibilities, acceptable use, indemnity, limitation of liability, governing law, and language — survive termination or uninstall.',
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
id: 'law',
|
|
253
|
+
heading: '14. Governing law and courts',
|
|
254
|
+
blocks: [
|
|
255
|
+
{
|
|
256
|
+
kind: 'p',
|
|
257
|
+
text: `These Terms are governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to conflict-of-law rules. The courts of Hong Kong have exclusive jurisdiction, except that ${LEGAL_COMPANY} may seek injunctive or equivalent relief in any forum to protect its rights or the Software.`,
|
|
258
|
+
},
|
|
259
|
+
],
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
id: 'language',
|
|
263
|
+
heading: '15. Language',
|
|
264
|
+
blocks: [
|
|
265
|
+
{
|
|
266
|
+
kind: 'p',
|
|
267
|
+
text: 'These Terms are prepared in English and in Hong Kong written Chinese. Both are official. If they differ, the English version controls.',
|
|
268
|
+
},
|
|
269
|
+
],
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
id: 'general',
|
|
273
|
+
heading: '16. General',
|
|
274
|
+
blocks: [
|
|
275
|
+
{
|
|
276
|
+
kind: 'p',
|
|
277
|
+
text: `If a provision is held unenforceable, the remainder continues in effect. Failure to enforce a provision is not a waiver. You may not assign these Terms without our prior written consent; we may assign them to an affiliate or successor. These Terms, the ${LEGAL_LICENSE} License, the Privacy Policy, and the Disclaimer are the entire agreement between you and ${LEGAL_COMPANY} for use of the free Software. Notices to ${LEGAL_COMPANY}: ${LEGAL_EMAIL}.`,
|
|
278
|
+
},
|
|
279
|
+
],
|
|
280
|
+
},
|
|
281
|
+
],
|
|
282
|
+
},
|
|
283
|
+
privacy: {
|
|
284
|
+
id: 'privacy',
|
|
285
|
+
title: 'Privacy Policy',
|
|
286
|
+
summary: `How ${LEGAL_COMPANY} handles personal data for a self-hosted product — and what we do not collect.`,
|
|
287
|
+
updated: LEGAL_UPDATED,
|
|
288
|
+
sections: [
|
|
289
|
+
{
|
|
290
|
+
id: 'who',
|
|
291
|
+
heading: '1. Who we are',
|
|
292
|
+
blocks: [
|
|
293
|
+
{
|
|
294
|
+
kind: 'p',
|
|
295
|
+
text: `${LEGAL_COMPANY} (Hong Kong) publishes ${LEGAL_PRODUCT}. Contact: ${LEGAL_EMAIL} · ${LEGAL_SITE}`,
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
kind: 'p',
|
|
299
|
+
text: `This Policy describes how ${LEGAL_COMPANY} handles personal data. It is framed for the Personal Data (Privacy) Ordinance (Cap. 486) of Hong Kong (“PDPO”). ${LEGAL_COMPANY} is a data user only for personal data it actually receives.`,
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
id: 'self-hosted',
|
|
305
|
+
heading: '2. Self-hosted: we do not see your install',
|
|
306
|
+
blocks: [
|
|
307
|
+
{
|
|
308
|
+
kind: 'p',
|
|
309
|
+
text: `${LEGAL_PRODUCT} runs on your machine. In the ordinary product, ${LEGAL_COMPANY} does not receive telemetry, crash reports, chain data, mail, files, panel credentials, validator keys, or the contents of your host. You do not need a ${LEGAL_COMPANY} cloud account to use the Software.`,
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
kind: 'p',
|
|
313
|
+
text: 'This Policy does not claim collection that the product does not perform. If a future version adds optional telemetry, it will be documented and off unless you opt in.',
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
id: 'when',
|
|
319
|
+
heading: '3. When we process personal data',
|
|
320
|
+
blocks: [
|
|
321
|
+
{
|
|
322
|
+
kind: 'p',
|
|
323
|
+
text: 'We process personal data only when you choose to give it to us, including:',
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
kind: 'ul',
|
|
327
|
+
items: [
|
|
328
|
+
`Support or bug emails to ${LEGAL_EMAIL} (name, email address, technical facts, logs, or diagnostic paste you attach).`,
|
|
329
|
+
`Commercial enquiries for paid ${LEGAL_COMPANY} work.`,
|
|
330
|
+
'Donation or sponsorship correspondence. The Software does not contain a payment processor. GitHub Sponsors, Linktree, and on-chain donations are third-party services.',
|
|
331
|
+
'GitHub issues, pull requests, and discussions you post on the public repository.',
|
|
332
|
+
],
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
kind: 'p',
|
|
336
|
+
text: 'We use this data to respond, to improve the Software, to keep records we need for legal claims or accounting, and to communicate about your request.',
|
|
337
|
+
},
|
|
338
|
+
],
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
id: 'panel',
|
|
342
|
+
heading: '4. Data on your panel',
|
|
343
|
+
blocks: [
|
|
344
|
+
{
|
|
345
|
+
kind: 'p',
|
|
346
|
+
text: `Session cookies, locale preference, and other storage used by the panel live on the origin you configured (your browser talking to your panel). That processing is yours. You are the operator of that host and, depending on your facts, may be a data user under the PDPO or a controller under other laws for your own users. This Policy does not make ${LEGAL_COMPANY} the controller of your customers' data.`,
|
|
347
|
+
},
|
|
348
|
+
],
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
id: 'third-parties',
|
|
352
|
+
heading: '5. Third parties you choose',
|
|
353
|
+
blocks: [
|
|
354
|
+
{
|
|
355
|
+
kind: 'p',
|
|
356
|
+
text: `If you use GitHub, npm, Let's Encrypt, Docker registries, DNS providers, blockchain networks, or similar, their policies apply to data they receive. ${LEGAL_COMPANY} does not control those services.`,
|
|
357
|
+
},
|
|
358
|
+
],
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
id: 'no-sale',
|
|
362
|
+
heading: '6. No sale of personal data',
|
|
363
|
+
blocks: [
|
|
364
|
+
{
|
|
365
|
+
kind: 'p',
|
|
366
|
+
text: 'We do not sell personal data.',
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
id: 'retention',
|
|
372
|
+
heading: '7. Retention',
|
|
373
|
+
blocks: [
|
|
374
|
+
{
|
|
375
|
+
kind: 'p',
|
|
376
|
+
text: 'Support and enquiry mail is kept as long as needed to handle the request, maintain a security or abuse record, and meet legal duties, then deleted or archived with restricted access. Public GitHub content remains on GitHub under GitHub’s terms.',
|
|
377
|
+
},
|
|
378
|
+
],
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
id: 'pdpo',
|
|
382
|
+
heading: '8. Access and correction (PDPO)',
|
|
383
|
+
blocks: [
|
|
384
|
+
{
|
|
385
|
+
kind: 'p',
|
|
386
|
+
text: `If we hold your personal data, you may request access and correction as provided by the PDPO. Email ${LEGAL_EMAIL}. We may need to verify your identity. We do not operate an EU representative, do not claim GDPR portability workflows for a self-hosted product we cannot see, and do not claim CCPA “do not sell” mechanisms beyond the fact that we do not sell personal data.`,
|
|
387
|
+
},
|
|
388
|
+
],
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
id: 'security',
|
|
392
|
+
heading: '9. Security of what you send us',
|
|
393
|
+
blocks: [
|
|
394
|
+
{
|
|
395
|
+
kind: 'p',
|
|
396
|
+
text: 'We apply reasonable measures to support mail we receive. No email path is perfectly secure. Do not send cold keys, seed phrases, or production passwords by email.',
|
|
397
|
+
},
|
|
398
|
+
],
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
id: 'children',
|
|
402
|
+
heading: '10. Children',
|
|
403
|
+
blocks: [
|
|
404
|
+
{
|
|
405
|
+
kind: 'p',
|
|
406
|
+
text: 'The Software is directed at operators of Linux servers, not children. We do not knowingly solicit personal data from children.',
|
|
407
|
+
},
|
|
408
|
+
],
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
id: 'overseas',
|
|
412
|
+
heading: '11. Overseas transfer',
|
|
413
|
+
blocks: [
|
|
414
|
+
{
|
|
415
|
+
kind: 'p',
|
|
416
|
+
text: 'Email and GitHub may store or process data outside Hong Kong. By contacting us through those channels you understand that.',
|
|
417
|
+
},
|
|
418
|
+
],
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
id: 'changes',
|
|
422
|
+
heading: '12. Changes',
|
|
423
|
+
blocks: [
|
|
424
|
+
{
|
|
425
|
+
kind: 'p',
|
|
426
|
+
text: 'We may update this Policy in the repository and in the panel. The “Last updated” date will change. Continued use of the Software after that date constitutes acceptance of the updated Policy for data we subsequently process.',
|
|
427
|
+
},
|
|
428
|
+
],
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
id: 'language',
|
|
432
|
+
heading: '13. Language',
|
|
433
|
+
blocks: [
|
|
434
|
+
{
|
|
435
|
+
kind: 'p',
|
|
436
|
+
text: 'This Policy is prepared in English and in Hong Kong written Chinese. Both are official. If they differ, the English version controls.',
|
|
437
|
+
},
|
|
438
|
+
],
|
|
439
|
+
},
|
|
440
|
+
],
|
|
441
|
+
},
|
|
442
|
+
disclaimer: {
|
|
443
|
+
id: 'disclaimer',
|
|
444
|
+
title: 'Disclaimer',
|
|
445
|
+
summary: 'No warranty, no SLA, and limits on liability — including staking, mail, backups, and EXECUTE.',
|
|
446
|
+
updated: LEGAL_UPDATED,
|
|
447
|
+
sections: [
|
|
448
|
+
{
|
|
449
|
+
id: 'as-is',
|
|
450
|
+
heading: '1. AS IS and AS AVAILABLE',
|
|
451
|
+
blocks: [
|
|
452
|
+
{
|
|
453
|
+
kind: 'p',
|
|
454
|
+
tone: 'warranty',
|
|
455
|
+
text: `THE SOFTWARE IS PROVIDED “AS IS” AND “AS AVAILABLE”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.`,
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
kind: 'p',
|
|
459
|
+
text: `This statement is consistent with the ${LEGAL_LICENSE} License and is repeated here for operators of the compiled product. Nothing in the panel, README, or Support page is a warranty, a representation of future performance, or professional advice (legal, financial, tax, or investment).`,
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
kind: 'p',
|
|
463
|
+
text: `To the maximum extent permitted by the laws of Hong Kong, ${LEGAL_COMPANY} disclaims all warranties and conditions that the law allows to be excluded.`,
|
|
464
|
+
},
|
|
465
|
+
],
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
id: 'risks',
|
|
469
|
+
heading: '2. Operator risk',
|
|
470
|
+
blocks: [
|
|
471
|
+
{
|
|
472
|
+
kind: 'p',
|
|
473
|
+
text: `You use the Software at your own risk. Without limitation, ${LEGAL_COMPANY} is not liable for:`,
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
kind: 'ul',
|
|
477
|
+
items: [
|
|
478
|
+
'Data loss, silent corruption, or backup failure.',
|
|
479
|
+
'Downtime, network isolation, or firewall misconfiguration.',
|
|
480
|
+
'Security incidents, credential theft, or unauthorised execute.',
|
|
481
|
+
'Mail non-delivery, blacklisting, or spam classification.',
|
|
482
|
+
'Validator slashing, missed blocks, jail, leaked keys, or protocol penalties.',
|
|
483
|
+
'Defects or breaking changes in Docker, upstream images, PM2, WireGuard, nginx, or other third-party software.',
|
|
484
|
+
'Loss from treating a dry-run or blocked apply as success.',
|
|
485
|
+
'Regulatory, tax, or licensing consequences of running nodes, mail, file sharing, or any other service.',
|
|
486
|
+
],
|
|
487
|
+
},
|
|
488
|
+
],
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
id: 'limitation',
|
|
492
|
+
heading: '3. Limitation of liability',
|
|
493
|
+
blocks: [
|
|
494
|
+
{
|
|
495
|
+
kind: 'p',
|
|
496
|
+
text: `To the maximum extent permitted by Hong Kong law, ${LEGAL_COMPANY} and its directors, officers, employees, and contractors shall not be liable for any indirect, incidental, special, consequential, exemplary, or punitive damages, or for loss of profits, revenue, data, goodwill, or business interruption, whether in contract, tort (including negligence), statute, or otherwise, even if advised of the possibility.`,
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
kind: 'p',
|
|
500
|
+
text: `For the free Software, ${LEGAL_COMPANY}’s total aggregate liability is excluded to the fullest extent permitted. Where a complete exclusion is not permitted, liability is limited to the minimum amount that Hong Kong law does not allow to be excluded.`,
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
kind: 'p',
|
|
504
|
+
text: `For paid services supplied by ${LEGAL_COMPANY} under a separate written agreement, unless that agreement says otherwise, ${LEGAL_COMPANY}’s total aggregate liability for that engagement is limited to the fees actually paid to ${LEGAL_COMPANY} for that engagement.`,
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
kind: 'p',
|
|
508
|
+
text: 'Nothing in these documents excludes or limits liability for death or personal injury caused by negligence, for fraud or fraudulent misrepresentation, or for any other liability that cannot be excluded or limited under Hong Kong law, including where the Control of Exemption Clauses Ordinance (Cap. 71) or the Unconscionable Contracts Ordinance (Cap. 458) applies.',
|
|
509
|
+
},
|
|
510
|
+
],
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
id: 'third-party',
|
|
514
|
+
heading: '4. Third-party and open-source components',
|
|
515
|
+
blocks: [
|
|
516
|
+
{
|
|
517
|
+
kind: 'p',
|
|
518
|
+
text: `Open-source and third-party components are provided by their authors on their own terms, typically also “as is”. ${LEGAL_COMPANY} is not the warrantor of those components.`,
|
|
519
|
+
},
|
|
520
|
+
],
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
id: 'beta',
|
|
524
|
+
heading: '5. Beta features',
|
|
525
|
+
blocks: [
|
|
526
|
+
{
|
|
527
|
+
kind: 'p',
|
|
528
|
+
text: 'Features marked Beta (including L1 validator orchestration) may change, break, or be removed. They are not a staking service, custody service, or pool-as-a-service. You remain solely responsible for keys, protocol duties, and financial loss.',
|
|
529
|
+
},
|
|
530
|
+
],
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
id: 'language',
|
|
534
|
+
heading: '6. Language and law',
|
|
535
|
+
blocks: [
|
|
536
|
+
{
|
|
537
|
+
kind: 'p',
|
|
538
|
+
text: `This Disclaimer is governed by the laws of the Hong Kong Special Administrative Region. Official languages: English and Hong Kong written Chinese. If they differ, the English version controls. Contact: ${LEGAL_EMAIL}.`,
|
|
539
|
+
},
|
|
540
|
+
],
|
|
541
|
+
},
|
|
542
|
+
],
|
|
543
|
+
},
|
|
544
|
+
};
|
|
545
|
+
//# sourceMappingURL=en.js.map
|