@noatgnu/cupcake-core 1.2.7 → 1.2.8

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -248,6 +248,7 @@ interface LabGroup extends BaseTimestampedModel {
248
248
  isMember: boolean;
249
249
  canInvite: boolean;
250
250
  canManage: boolean;
251
+ canProcessJobs: boolean;
251
252
  }
252
253
  interface LabGroupInvitation extends BaseTimestampedModel {
253
254
  id: number;
@@ -325,6 +326,7 @@ interface LabGroupPermission extends BaseTimestampedModel {
325
326
  canView: boolean;
326
327
  canInvite: boolean;
327
328
  canManage: boolean;
329
+ canProcessJobs: boolean;
328
330
  }
329
331
  interface LabGroupPermissionCreateRequest {
330
332
  user: number;
@@ -332,11 +334,13 @@ interface LabGroupPermissionCreateRequest {
332
334
  canView?: boolean;
333
335
  canInvite?: boolean;
334
336
  canManage?: boolean;
337
+ canProcessJobs?: boolean;
335
338
  }
336
339
  interface LabGroupPermissionUpdateRequest {
337
340
  canView?: boolean;
338
341
  canInvite?: boolean;
339
342
  canManage?: boolean;
343
+ canProcessJobs?: boolean;
340
344
  }
341
345
  interface LabGroupPermissionQueryResponse {
342
346
  count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noatgnu/cupcake-core",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A reusable Angular library that provides user management, authentication, and site configuration functionality for cupcake applications.",
5
5
  "keywords": [
6
6
  "angular",