@veritree/services 2.1.0 → 2.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/services",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "A collection of javascript functions/services to talk to veritree API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -174,8 +174,8 @@ export default class Api {
174
174
  // and for that, we can't use the org id and type in
175
175
  // the session.
176
176
  if(isOrgAs) {
177
- orgIdParam = `org_id_as=${args.org_id_as}`;
178
- orgTypeParam = `org_type_as=${args.org_type_as}`;
177
+ orgIdParam = `org_id=${args.org_id_as}`;
178
+ orgTypeParam = `&org_type=${args.org_type_as}`;
179
179
  }
180
180
 
181
181
  if (!isOrgLess && !isOrgAs) {