@@ -781,7 +781,8 @@ export type PatchRelationshipParameters = {
781781
782782 /**
783783 * Source → destination path pairs to move (RFC 6902 "move"). Both paths are dot-notation and
784- * used as provided (prefix with `payload.` to target payload fields); the value at `from` is removed and re-added at `path`.
784+ * used as provided (prefix with `payload.` to target payload fields); the value at `from` is
785+ * removed and re-added at `path`.
785786 */
786787 move ?: PatchMovePath [ ] ;
787788
@@ -793,7 +794,8 @@ export type PatchRelationshipParameters = {
793794
794795 /**
795796 * Fields to test (dot-notation keys → expected value; RFC 6902 "test"). The patch fails if the
796- * value at any path does not equal the expected value. Keys are used as provided (prefix with `payload.` for payload fields).
797+ * value at any path does not equal the expected value. Keys are used as provided (prefix with
798+ * `payload.` for payload fields).
797799 */
798800 test ?: Record < string , unknown > ;
799801
@@ -996,7 +998,8 @@ export type PatchUserParameters = {
996998
997999 /**
9981000 * Source → destination path pairs to move (RFC 6902 "move"). Both paths are dot-notation and
999- * used as provided (prefix with `payload.` to target payload fields); the value at `from` is removed and re-added at `path`.
1001+ * used as provided (prefix with `payload.` to target payload fields); the value at `from` is
1002+ * removed and re-added at `path`.
10001003 */
10011004 move ?: PatchMovePath [ ] ;
10021005
@@ -1008,7 +1011,8 @@ export type PatchUserParameters = {
10081011
10091012 /**
10101013 * Fields to test (dot-notation keys → expected value; RFC 6902 "test"). The patch fails if the
1011- * value at any path does not equal the expected value. Keys are used as provided (prefix with `payload.` for payload fields).
1014+ * value at any path does not equal the expected value. Keys are used as provided (prefix with
1015+ * `payload.` for payload fields).
10121016 */
10131017 test ?: Record < string , unknown > ;
10141018
@@ -1207,7 +1211,8 @@ export type PatchChannelParameters = {
12071211
12081212 /**
12091213 * Source → destination path pairs to move (RFC 6902 "move"). Both paths are dot-notation and
1210- * used as provided (prefix with `payload.` to target payload fields); the value at `from` is removed and re-added at `path`.
1214+ * used as provided (prefix with `payload.` to target payload fields); the value at `from` is
1215+ * removed and re-added at `path`.
12111216 */
12121217 move ?: PatchMovePath [ ] ;
12131218
@@ -1219,7 +1224,8 @@ export type PatchChannelParameters = {
12191224
12201225 /**
12211226 * Fields to test (dot-notation keys → expected value; RFC 6902 "test"). The patch fails if the
1222- * value at any path does not equal the expected value. Keys are used as provided (prefix with `payload.` for payload fields).
1227+ * value at any path does not equal the expected value. Keys are used as provided (prefix with
1228+ * `payload.` for payload fields).
12231229 */
12241230 test ?: Record < string , unknown > ;
12251231
@@ -1449,7 +1455,8 @@ export type PatchMembershipParameters = {
14491455
14501456 /**
14511457 * Source → destination path pairs to move (RFC 6902 "move"). Both paths are dot-notation and
1452- * used as provided (prefix with `payload.` to target payload fields); the value at `from` is removed and re-added at `path`.
1458+ * used as provided (prefix with `payload.` to target payload fields); the value at `from` is
1459+ * removed and re-added at `path`.
14531460 */
14541461 move ?: PatchMovePath [ ] ;
14551462
@@ -1461,7 +1468,8 @@ export type PatchMembershipParameters = {
14611468
14621469 /**
14631470 * Fields to test (dot-notation keys → expected value; RFC 6902 "test"). The patch fails if the
1464- * value at any path does not equal the expected value. Keys are used as provided (prefix with `payload.` for payload fields).
1471+ * value at any path does not equal the expected value. Keys are used as provided (prefix with
1472+ * `payload.` for payload fields).
14651473 */
14661474 test ?: Record < string , unknown > ;
14671475
0 commit comments