Skip to content

Commit

Permalink
Remove Deprecated G+ and G+ Domains Services
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Mar 20, 2019
1 parent 147b23c commit d41ceac
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export const PUBLIC_ADVANCED_SERVICES: AdvancedService[] = [
serviceId: 'bigquery',
version: 'v2',
},
{
userSymbol: 'PlusDomains',
serviceId: 'plusDomains',
version: 'v1',
},
{
userSymbol: 'DoubleClickCampaigns',
serviceId: 'dfareporting',
Expand Down Expand Up @@ -116,11 +111,6 @@ export const PUBLIC_ADVANCED_SERVICES: AdvancedService[] = [
serviceId: 'tagmanager',
version: 'v2',
},
{
userSymbol: 'Plus',
serviceId: 'plus',
version: 'v1',
},
{
userSymbol: 'AdminGroupsMigration',
serviceId: 'groupsmigration',
Expand Down Expand Up @@ -183,4 +173,4 @@ export const PUBLIC_ADVANCED_SERVICES: AdvancedService[] = [
},
];

export const SCRIPT_ID_LENGTH = 57;
export const SCRIPT_ID_LENGTH = 57;

0 comments on commit d41ceac

Please sign in to comment.