|
69 | 69 | 'global.subscription.featurePreviews.graph.status': 'eligible' | 'active' | 'expired',
|
70 | 70 | 'global.subscription.previewTrial.expiresOn': string,
|
71 | 71 | 'global.subscription.previewTrial.startedOn': string,
|
| 72 | + // Promo discount code associated with the upgrade |
72 | 73 | 'global.subscription.promo.code': string,
|
| 74 | + // Promo key (identifier) associated with the upgrade |
73 | 75 | 'global.subscription.promo.key': string,
|
74 | 76 | 'global.subscription.state': -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6,
|
75 | 77 | 'global.subscription.stateString': 'verification' | 'free' | 'preview' | 'preview-expired' | 'trial' | 'trial-expired' | 'trial-reactivation-eligible' | 'paid' | 'unknown',
|
@@ -1766,7 +1768,9 @@ void
|
1766 | 1768 | 'subscription.featurePreviews.graph.status': 'eligible' | 'active' | 'expired',
|
1767 | 1769 | 'subscription.previewTrial.expiresOn': string,
|
1768 | 1770 | 'subscription.previewTrial.startedOn': string,
|
| 1771 | + // Promo discount code associated with the upgrade |
1769 | 1772 | 'subscription.promo.code': string,
|
| 1773 | + // Promo key (identifier) associated with the upgrade |
1770 | 1774 | 'subscription.promo.key': string,
|
1771 | 1775 | 'subscription.state': -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6,
|
1772 | 1776 | 'subscription.stateString': 'verification' | 'free' | 'preview' | 'preview-expired' | 'trial' | 'trial-expired' | 'trial-reactivation-eligible' | 'paid' | 'unknown'
|
|
1871 | 1875 | 'subscription.featurePreviews.graph.status': 'eligible' | 'active' | 'expired',
|
1872 | 1876 | 'subscription.previewTrial.expiresOn': string,
|
1873 | 1877 | 'subscription.previewTrial.startedOn': string,
|
| 1878 | + // Promo discount code associated with the upgrade |
1874 | 1879 | 'subscription.promo.code': string,
|
| 1880 | + // Promo key (identifier) associated with the upgrade |
1875 | 1881 | 'subscription.promo.key': string,
|
1876 | 1882 | 'subscription.state': -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6,
|
1877 | 1883 | 'subscription.stateString': 'verification' | 'free' | 'preview' | 'preview-expired' | 'trial' | 'trial-expired' | 'trial-reactivation-eligible' | 'paid' | 'unknown'
|
|
0 commit comments