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