@rizom/ops 0.2.0-alpha.144 → 0.2.0-alpha.146

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.
@@ -4,6 +4,8 @@ declare const encryptedUserSecretsSchema: z.ZodObject<{
4
4
  discordBotToken: z.ZodOptional<z.ZodString>;
5
5
  aiApiKey: z.ZodOptional<z.ZodString>;
6
6
  atprotoAppPassword: z.ZodOptional<z.ZodString>;
7
+ certificatePem: z.ZodOptional<z.ZodString>;
8
+ privateKeyPem: z.ZodOptional<z.ZodString>;
7
9
  }>;
8
10
  export type EncryptedUserSecrets = z.output<typeof encryptedUserSecretsSchema>;
9
11
  export interface SecretsEncryptOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rizom/ops",
3
- "version": "0.2.0-alpha.144",
3
+ "version": "0.2.0-alpha.146",
4
4
  "description": "Operator CLI for managing private brain fleet registry repos",
5
5
  "keywords": [
6
6
  "brains",