@7365admin1/core 3.52.14-staging.263 → 3.52.14

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @iservice365/core
2
2
 
3
+ ## 3.52.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 00743fb: Reconcile the camera site-reach rule with the site-list rule: an organisation-level role reaches every site of its own organisation even when its membership row also names a site.
8
+ - 463e502: DV-0248: a client owner can now reach the organisation they created.
9
+
10
+ - Organisation creation records `createdBy` from the session, never from the request body.
11
+ - One organisation rule: `requireOrgAccess` and `requireOrgReach` now answer the same question — staff, a live member, an invitation, the creator, or the organisation's own registered address.
12
+ - `PATCH /api/users/field/:id` no longer lets a user set their own e-mail address; that is a Seven365 staff operation until a verify-the-new-address flow exists.
13
+
3
14
  ## 3.52.13
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "3.52.14-staging.263",
4
+ "version": "3.52.14",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -1,5 +0,0 @@
1
- ---
2
- "@7365admin1/core": patch
3
- ---
4
-
5
- Reconcile the camera site-reach rule with the site-list rule: an organisation-level role reaches every site of its own organisation even when its membership row also names a site.
@@ -1,9 +0,0 @@
1
- ---
2
- "@7365admin1/core": patch
3
- ---
4
-
5
- DV-0248: a client owner can now reach the organisation they created.
6
-
7
- - Organisation creation records `createdBy` from the session, never from the request body.
8
- - One organisation rule: `requireOrgAccess` and `requireOrgReach` now answer the same question — staff, a live member, an invitation, the creator, or the organisation's own registered address.
9
- - `PATCH /api/users/field/:id` no longer lets a user set their own e-mail address; that is a Seven365 staff operation until a verify-the-new-address flow exists.