Add iOS node push-token registration foundation
This commit is contained in:
@@ -91,6 +91,11 @@ const serverNodePolicySchema = z.object({
|
||||
/** Enable node.location.set/get and system.location visibility. */
|
||||
enabled: z.boolean().default(false),
|
||||
}).default({}),
|
||||
/** Node push registration controls (e.g. APNs for iOS companion). */
|
||||
push: z.object({
|
||||
/** Enable node.push_token.set and push summary visibility in system.nodes. */
|
||||
enabled: z.boolean().default(false),
|
||||
}).default({}),
|
||||
}).default({});
|
||||
|
||||
const serverSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user