@remnawave/subscription-page-types 0.3.3 → 0.3.4
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const SUBSCRIPTION_PAGE_TEMPLATE_KEYS: readonly ["USERNAME", "SUBSCRIPTION_LINK"];
|
|
1
|
+
export declare const SUBSCRIPTION_PAGE_TEMPLATE_KEYS: readonly ["USERNAME", "SUBSCRIPTION_LINK", "HAPP_CRYPT3_LINK", "HAPP_CRYPT4_LINK"];
|
|
2
2
|
export type TSubscriptionPageTemplateKey = (typeof SUBSCRIPTION_PAGE_TEMPLATE_KEYS)[number];
|
|
3
3
|
//# sourceMappingURL=template-keys.constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-keys.constant.d.ts","sourceRoot":"","sources":["../../../constants/template-keys.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"template-keys.constant.d.ts","sourceRoot":"","sources":["../../../constants/template-keys.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,oFAKlC,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = void 0;
|
|
4
|
-
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = [
|
|
4
|
+
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = [
|
|
5
|
+
'USERNAME',
|
|
6
|
+
'SUBSCRIPTION_LINK',
|
|
7
|
+
'HAPP_CRYPT3_LINK',
|
|
8
|
+
'HAPP_CRYPT4_LINK',
|
|
9
|
+
];
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = void 0;
|
|
4
|
-
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = [
|
|
4
|
+
exports.SUBSCRIPTION_PAGE_TEMPLATE_KEYS = [
|
|
5
|
+
'USERNAME',
|
|
6
|
+
'SUBSCRIPTION_LINK',
|
|
7
|
+
'HAPP_CRYPT3_LINK',
|
|
8
|
+
'HAPP_CRYPT4_LINK',
|
|
9
|
+
];
|