@capgo/cli 7.84.2 → 7.84.4

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": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.84.2",
4
+ "version": "7.84.4",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -21,8 +21,8 @@ export declare const buildRequestOptionsSchema: z.ZodObject<{
21
21
  supaAnon: z.ZodOptional<z.ZodString>;
22
22
  path: z.ZodOptional<z.ZodString>;
23
23
  platform: z.ZodEnum<{
24
- ios: "ios";
25
24
  android: "android";
25
+ ios: "ios";
26
26
  }>;
27
27
  buildMode: z.ZodOptional<z.ZodEnum<{
28
28
  debug: "debug";
@@ -79,8 +79,8 @@ export declare const buildRequestResultSchema: z.ZodObject<{
79
79
  export type BuildRequestResult = z.infer<typeof buildRequestResultSchema>;
80
80
  export declare const buildOptionsPayloadSchema: z.ZodObject<{
81
81
  platform: z.ZodEnum<{
82
- ios: "ios";
83
82
  android: "android";
83
+ ios: "ios";
84
84
  }>;
85
85
  buildMode: z.ZodEnum<{
86
86
  debug: "debug";
@@ -248,8 +248,8 @@ export declare const requestBuildOptionsSchema: z.ZodObject<{
248
248
  appId: z.ZodString;
249
249
  path: z.ZodOptional<z.ZodString>;
250
250
  platform: z.ZodEnum<{
251
- ios: "ios";
252
251
  android: "android";
252
+ ios: "ios";
253
253
  }>;
254
254
  credentials: z.ZodOptional<z.ZodObject<{
255
255
  BUILD_CERTIFICATE_BASE64: z.ZodOptional<z.ZodString>;
@@ -323,8 +323,8 @@ export declare const deviceStatsSchema: z.ZodObject<{
323
323
  export type DeviceStats = z.infer<typeof deviceStatsSchema>;
324
324
  export declare const probeOptionsSchema: z.ZodObject<{
325
325
  platform: z.ZodEnum<{
326
- ios: "ios";
327
326
  android: "android";
327
+ ios: "ios";
328
328
  }>;
329
329
  }, z.core.$strip>;
330
330
  export type ProbeOptions = z.infer<typeof probeOptionsSchema>;