CHANGE LOG
==========
### 3.1.2

- Removed addon activate service method

### 3.1.1

- Added app id to activate addon body

### 3.1.0

- Added addon activate service method

### 3.0.2

#### Fix

- Filter out properties on an outgoing update request that aren't present in the field mask

### 3.0.1

#### Fix

- Add Status to projection filters

### 3.0.0

#### Breaking Change

- Protos were moved around in preparation of removing some fields.
  * AccountGroup.companyName -> AccountGroup.napData.companyName
  * AccountGroup.address -> AccountGroup.napData.address
  * AccountGroup.city -> AccountGroup.napData.city
  * AccountGroup.state -> AccountGroup.napData.state
  * AccountGroup.zip -> AccountGroup.napData.zip
  * AccountGroup.country -> AccountGroup.napData.country
  * AccountGroup.website -> AccountGroup.napData.website
  * AccountGroup.workNumber -> AccountGroup.napData.workNumber
  * AccountGroup.callTrackingNumber -> AccountGroup.napData.callTrackingNumber
  * AccountGroup.location -> AccountGroup.napData.location
  * AccountGroup.timezone -> AccountGroup.napData.timezone

### 2.0.2

- Fix dependancies

### 2.0.1

#### Fix

- Expose filters on account filters

### 2.0.0

#### Breaking Change

- Protos were moved around in preparation of removing some fields.
  * AccountGroup.inferredAttributes -> AccountGroup.richData.inferredAttributes
  * AccountGroup.socialProfileId -> AccountGroup.externalIdentifiers.socialProfileId
  * AccountGroup.partnerId -> AccountGroup.externalIdentifiers.partnerId
  * AccountGroup.marketId -> AccountGroup.externalIdentifiers.marketId
  * AccountGroup.taxIds -> AccountGroup.externalIdentifiers.taxIds
  * AccountGroup.salesPersonId -> AccountGroup.externalIdentifiers.salesPersonId
  * AccountGroup.suspended -> AccountGroup.status.suspended

### 1.2.3

#### FIX

- Don't call fromProto twice when doing a get.

### 1.2.2

#### FIX

- ES5 target

### 1.2.1

#### Fix

- HoursOfOperation `opens` and `closes` are strings, not dates.

### 1.2.0

#### Add

- Use `@vendasta/session-service`, `@vendasta/environment-service`, and `@vendasta/partner-service` instead of internal services

### 1.1.1

#### Fix

- FieldMask should have a path

### 1.1.0

#### Update

- FieldMask was moved to UpdateOperation

### 1.0.0

#### Add

- Packaged Account Group SDK
