@tagsamurai/fats-api-services 1.0.0-alpha.221 → 1.0.0-alpha.223

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": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.221",
3
+ "version": "1.0.0-alpha.223",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -154,7 +154,7 @@ export interface PutAssignGroupRole {
154
154
  export interface AddTransactionRoleDTO {
155
155
  transactionRole: string;
156
156
  roleType: string;
157
- group: string;
157
+ groups: string[];
158
158
  }
159
159
  export interface RemoveTransactionRoleDTO {
160
160
  removeRoleData: {