Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a6ab48

Browse files
move SubscriptionTypeEnum and initial subscription products in constants file
1 parent fc08749 commit 3a6ab48

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
export enum SubscriptionProductsEnum {
3+
SUPPORT = "QW8L3WPMiNjQjI",
4+
MEDIAPACKAGE = 'QW8MpIBHxieKXd',
5+
AZUREAPIS = 'premium',
6+
GOOGLEAPIS = 'enterprise',
7+
AWSAPIS = 'enterprise-global',
8+
PRIVATECLOUD = 'private-cloud',
9+
MATRIXCLOUD = 'matrix-cloud',
10+
AGORATOKENSERVER = 'agora-tokenserver',
11+
SIGNALSERVER = 'signal-server',
12+
DATABASE = 'database',
13+
STORAGE = 'storage',
14+
IOSAPP = 'ios-app',
15+
ANDROIDAPP = 'android-app',
16+
AUDITLOG = 'audit-log',
17+
APPLOG = 'app-log',
18+
ENVIRONMENTS = 'environments',
19+
GITREPOS = 'git-repos',
20+
}
21+
22+
export const SubscriptionProducts = [
23+
{
24+
pricingType: "Monthly, per User",
25+
activeSubscription: false,
26+
accessLink: "1PhH38DDlQgecLSfSukEgIeV",
27+
product: SubscriptionProductsEnum.SUPPORT,
28+
subscriptionId: "",
29+
checkoutLink: "",
30+
checkoutLinkDataLoaded: false,
31+
type: "org",
32+
quantity_entity: "orgUser",
33+
},
34+
{
35+
pricingType: "Monthly, per User",
36+
activeSubscription: false,
37+
accessLink: "1Pf65wDDlQgecLSf6OFlbsD5",
38+
product: SubscriptionProductsEnum.MEDIAPACKAGE,
39+
checkoutLink: "",
40+
checkoutLinkDataLoaded: false,
41+
subscriptionId: "",
42+
type: "user",
43+
quantity_entity: "singleItem",
44+
},
45+
{
46+
pricingType: "Monthly, per User",
47+
activeSubscription: false,
48+
accessLink: "1PttHIDDlQgecLSf0XP27tXt",
49+
product: "QlQ7cdOh8Lv4dy",
50+
subscriptionId: "",
51+
checkoutLink: "",
52+
checkoutLinkDataLoaded: false,
53+
type: "org",
54+
quantity_entity: "singleItem",
55+
},
56+
]

0 commit comments

Comments
 (0)