From 367eaae47fb9e92ba9b53bb14e353ca9434119a2 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 30 Apr 2019 08:28:23 -0400 Subject: [PATCH] Google Voice SKUs As defined at https://developers.google.com/admin-sdk/licensing/v1/how-tos/products --- src/var.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/var.py b/src/var.py index 1abea0cb..0c79caa4 100644 --- a/src/var.py +++ b/src/var.py @@ -46,6 +46,12 @@ SKUS = { 'product': '101031', 'aliases': ['gsefe', 'e4e', 'gsuiteenterpriseeducation'], 'displayName': 'G Suite Enterprise for Education'}, '1010310003': { 'product': '101031', 'aliases': ['gsefes', 'e4es', 'gsuiteenterpriseeducationstudent'], 'displayName': 'G Suite Enterprise for Education Student'}, + '1010330003': { + 'product': '101033', 'aliases': ['gvstarter', 'voicestarter', 'googlevoicestarter'], 'displayName': 'Google Voice Starter'}, + '1010330004': { + 'product': '101033', 'aliases': ['gvstandard', 'voicestandard', 'googlevoicestandard'], 'displayName': 'Google Voice Standard'}, + '1010330002': { + 'product': '101033', 'aliases': ['gvpremier', 'voicepremier', 'googlevoicepremier'], 'displayName': 'Google Voice Premier'}, 'Google-Apps': { 'product': 'Google-Apps', 'aliases': ['standard', 'free'], 'displayName': 'G Suite Free/Standard'}, 'Google-Apps-For-Business': {