File size: 1,742 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export { canDomainAddGSuite } from './can-domain-add-gsuite';
export { getAnnualPrice } from './get-annual-price';
export { getEligibleGSuiteDomain } from './get-eligible-gsuite-domain';
export {
	getGmailUrl,
	getGoogleAdminUrl,
	getGoogleAdminWithTosUrl,
	getGoogleCalendarUrl,
	getGoogleDocsUrl,
	getGoogleDriveUrl,
	getGoogleSheetsUrl,
	getGoogleSlidesUrl,
} from './get-services-urls';
export { getGSuiteMailboxCount } from './get-gsuite-mailbox-count';
export { getGSuiteProductSlug } from './get-gsuite-product-slug';
export { getGSuiteSubscriptionId } from './get-gsuite-subscription-id';
export { getGSuiteSubscriptionStatus } from './get-gsuite-subscription-status';
export { getLoginUrlWithTOSRedirect } from './get-login-url-with-tos-redirect';
export { getMonthlyPrice } from './get-monthly-price';
export { getGSuiteSupportedDomains, hasGSuiteSupportedDomain } from './gsuite-supported-domain';
export { hasGSuiteWithAnotherProvider } from './has-gsuite-with-another-provider';
export { hasGSuiteWithUs } from './has-gsuite-with-us';
export { getGoogleMailServiceFamily } from './get-google-mail-service-family';
export { getProductType } from './gsuite-product-type';
export { getGSuiteExpiryDate } from './get-gsuite-expiry-date';
export { getGSuiteMailboxPurchaseCost } from './get-gsuite-mailbox-purchase-cost';
export { getGSuiteMailboxRenewalCost } from './get-gsuite-mailbox-renewal.cost';
export { isPendingGSuiteTOSAcceptance } from './is-pending-gsuite-tos-acceptance';
export { isDomainEligibleForGoogleWorkspaceFreeTrial } from './is-domain-eligible-for-google-workspace-free-trial';
export { isDomainEligibleForGoogleWorkspaceIntroductoryOffer } from './is-domain-eligible-for-google-workspace-introductory-offer';