@bluealba/pae-core 5.4.0-develop-202 → 5.4.0-feature-allow-restrict-apps-by-te-204

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/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluealba/pae-core",
3
3
  "description": "Core package for the PAE project",
4
- "version": "5.4.0-develop-202",
4
+ "version": "5.4.0-feature-allow-restrict-apps-by-te-204",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "files": [
@@ -6,5 +6,12 @@ export interface CreateApplicationDTO {
6
6
  * Whether this application is visible/allowed by default without requiring a explicit rule. Default is false and in this case the app won't be accessible unless explicitly allowed by a rule.
7
7
  */
8
8
  allowedByDefault?: boolean;
9
+ /**
10
+ * Optional array of tenant names allowed to access this application.
11
+ * Used only by bootstrap — not stored in authz_applications.
12
+ * If omitted, existing tenant restrictions are unchanged.
13
+ * If set (including empty array), the tenant_application_restrictions table is fully replaced.
14
+ */
15
+ allowedTenants?: string[];
9
16
  }
10
17
  //# sourceMappingURL=create-application.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-application.dto.d.ts","sourceRoot":"","sources":["../../../../src/authorization/dto/create-application.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
1
+ {"version":3,"file":"create-application.dto.d.ts","sourceRoot":"","sources":["../../../../src/authorization/dto/create-application.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluealba/pae-core",
3
3
  "description": "Core package for the PAE project",
4
- "version": "5.4.0-develop-202",
4
+ "version": "5.4.0-feature-allow-restrict-apps-by-te-204",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "files": [