@loopstack/hub-client 0.10.1 → 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.
- package/CHANGELOG.md +3 -3
- package/api.ts +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/esm/api.d.ts +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/api.ts
CHANGED
|
@@ -253,11 +253,11 @@ export interface UserDto {
|
|
|
253
253
|
*/
|
|
254
254
|
'updatedAt': string;
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
257
|
-
* @type {Array<
|
|
256
|
+
* Associated workers of this user
|
|
257
|
+
* @type {Array<WorkerItemDto>}
|
|
258
258
|
* @memberof UserDto
|
|
259
259
|
*/
|
|
260
|
-
'workers': Array<
|
|
260
|
+
'workers': Array<WorkerItemDto>;
|
|
261
261
|
}
|
|
262
262
|
/**
|
|
263
263
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -240,11 +240,11 @@ export interface UserDto {
|
|
|
240
240
|
*/
|
|
241
241
|
'updatedAt': string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {Array<
|
|
243
|
+
* Associated workers of this user
|
|
244
|
+
* @type {Array<WorkerItemDto>}
|
|
245
245
|
* @memberof UserDto
|
|
246
246
|
*/
|
|
247
|
-
'workers': Array<
|
|
247
|
+
'workers': Array<WorkerItemDto>;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -240,11 +240,11 @@ export interface UserDto {
|
|
|
240
240
|
*/
|
|
241
241
|
'updatedAt': string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {Array<
|
|
243
|
+
* Associated workers of this user
|
|
244
|
+
* @type {Array<WorkerItemDto>}
|
|
245
245
|
* @memberof UserDto
|
|
246
246
|
*/
|
|
247
|
-
'workers': Array<
|
|
247
|
+
'workers': Array<WorkerItemDto>;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
*
|