@vendasta/ai-assistants 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,8 +130,8 @@ class NamespaceAccountGroupsForGroupNamespace {
130
130
  }
131
131
  toApiJson() {
132
132
  const toReturn = {};
133
- if (typeof this.groupId !== 'undefined') {
134
- toReturn['groupId'] = this.groupId;
133
+ if (typeof this.groupPath !== 'undefined') {
134
+ toReturn['groupPath'] = this.groupPath;
135
135
  }
136
136
  return toReturn;
137
137
  }