mobileboost-cli 0.1.2 → 0.2.0
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/.output/nitro.json +1 -1
- package/.output/public/assets/index-B9xOUxIH.js +492 -0
- package/.output/public/assets/{main-BOWxdROu.js → main-Dc24NDnw.js} +1 -1
- package/.output/server/chunks/_/{_tanstack-start-manifest_v-CUvi9Zok.mjs → _tanstack-start-manifest_v-DWF0_Gj8.mjs} +1 -1
- package/.output/server/chunks/_/actions-AXnOoTLJ.mjs +1 -0
- package/.output/server/chunks/_/agent-CUyzfc4e.mjs +1 -0
- package/.output/server/chunks/_/ai-client-waGeh-P8.mjs +1 -0
- package/.output/server/chunks/_/{appium-BbkeYpmk.mjs → appium-C-D6h2jM.mjs} +1 -1
- package/.output/server/chunks/_/appium-client-Dxm_q6FS.mjs +1 -0
- package/.output/server/chunks/_/cache-CtBF0d8x.mjs +1 -0
- package/.output/server/chunks/_/client-CM5hUS2d.mjs +1 -0
- package/.output/server/chunks/_/constants-Dh9o88yr.mjs +1 -0
- package/.output/server/chunks/_/describe-BfbyupMJ.mjs +1 -0
- package/.output/server/chunks/_/device-CWFVkH1s.mjs +1 -0
- package/.output/server/chunks/_/files-hj9HVaKT.mjs +1 -0
- package/.output/server/chunks/_/hierarchy-D3NdBpb6.mjs +1 -0
- package/.output/server/chunks/_/hierarchy-helpers-BaGN7WBn.mjs +3 -0
- package/.output/server/chunks/_/index-CLteVPoM.mjs +474 -0
- package/.output/server/chunks/_/{router-Bufjq1jN.mjs → router-CnslKYM2.mjs} +1 -1
- package/.output/server/chunks/_/{screenshot-BD59si87.mjs → screenshot-Csbvymnl.mjs} +1 -1
- package/.output/server/chunks/_/server.mjs +3 -3
- package/.output/server/chunks/_/step-D2WQqd4J.mjs +1 -0
- package/.output/server/chunks/_/stores-03HL60eP.mjs +1 -0
- package/.output/server/index.mjs +6 -6
- package/.output/server/package.json +8 -0
- package/dist/cli.js +3 -2
- package/dist/cli.js.map +1 -1
- package/dist/commands/studio.js +29 -19
- package/dist/commands/studio.js.map +1 -1
- package/package.json +5 -3
- package/.output/public/assets/index-Bu1akwRM.js +0 -437
- package/.output/server/chunks/_/actions-2SMY1JO3.mjs +0 -1
- package/.output/server/chunks/_/agent-CeaBVldB.mjs +0 -1
- package/.output/server/chunks/_/ai-client-BtI1TeHN.mjs +0 -1
- package/.output/server/chunks/_/appium-client-D-NjeB35.mjs +0 -1
- package/.output/server/chunks/_/cache-D_LOBxSY.mjs +0 -1
- package/.output/server/chunks/_/client-DG3m9828.mjs +0 -1
- package/.output/server/chunks/_/describe-NXd8kuzS.mjs +0 -1
- package/.output/server/chunks/_/device-8ONaG49P.mjs +0 -1
- package/.output/server/chunks/_/files-CIdgnUJn.mjs +0 -1
- package/.output/server/chunks/_/hierarchy-Q35yGKlr.mjs +0 -1
- package/.output/server/chunks/_/hierarchy-helpers-DF8QSYE6.mjs +0 -1
- package/.output/server/chunks/_/index-Cz7u2rY_.mjs +0 -419
- package/.output/server/chunks/_/step-CEQtT3SD.mjs +0 -1
- package/.output/server/chunks/_/stores-C1dCcTeV.mjs +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{z as e}from"zod";const n=e.object({x:e.number(),y:e.number(),screenWidth:e.number().optional(),screenHeight:e.number().optional()}),t=n,o=e.object({text:e.string()}),r=e.object({direction:e.enum(["up","down"])}),i=e.object({x1:e.number(),y1:e.number(),x2:e.number(),y2:e.number(),duration:e.number().optional().default(500)}),m=e.object({text:e.string().optional(),elementId:e.string().optional(),direction:e.enum(["up","down"]),maxScrolls:e.number().optional()}),u=e.object({url:e.string()}),b=e.object({elementId:e.string()}),l=e.object({mode:e.enum(["adb","appium"])});e.union([t,o,r,i,m,u,b,l]);e.enum(["tap","type","scroll","swipe","scrollUntil","deepLink","elementId"]);export{i as a,r as c,b as i,m,n,o,u as r,t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import e from"zod";import{Store as u}from"@tanstack/react-store";import{t as o,o as g,c as b,m as x,r as y}from"./step-CEQtT3SD.mjs";const n=e.object({id:e.number(),descriptionText:e.string().optional(),optional:e.boolean().optional(),status:e.string().optional(),statusColor:e.string().optional(),statusDiv:e.custom().optional(),element:e.custom().optional(),originRef:e.object({refId:e.number(),path:e.string(),descriptionText:e.string().optional(),optional:e.boolean().optional(),overrides:e.record(e.string(),e.string()).optional()}).optional()}),i=n.extend({cropBase64:e.string().optional()}),r=i.extend(o.shape).extend({type:e.literal("tap"),elementId:e.string().optional(),timeout:e.number().optional(),useLlmOnly:e.boolean().optional()}),a=i.extend(o.shape).extend({type:e.literal("assert"),cropBase64:e.string().optional(),elementId:e.string().optional(),timeout:e.number().optional(),useLlmOnly:e.boolean().optional()}),s=n.extend(g.shape).extend({type:e.literal("type")}),l=n.extend(b.shape).extend({type:e.literal("scroll")}),p=n.extend(x.shape).extend({type:e.literal("scrollUntil")}),d=n.extend(y.shape).extend({type:e.literal("deeplink")}),c=n.extend({type:e.literal("ai"),instruction:e.string()}),m=n.extend({type:e.literal("fileRef"),path:e.string(),overrides:e.record(e.string(),e.string()).optional()}),t={statusDiv:!0,element:!0,status:!0,statusColor:!0,originRef:!0},f=e.discriminatedUnion("type",[r,a,s,l,p,d,c,m]),R=e.enum(["tap","assert","type","scroll","scrollUntil","deeplink","ai","fileRef"]),h=e.object({name:e.string(),steps:e.array(f),params:e.record(e.string(),e.string())});e.object({isRecording:e.boolean(),enableAnimations:e.boolean(),mode:e.enum(["interact","assert"]),test:h,isPlaying:e.boolean(),isDeviceConnected:e.boolean(),connectionStatus:e.string(),currentStepId:e.number().nullable(),selectedPlatform:e.enum(["android","ios"]).default("android"),selectedDeviceId:e.string().optional(),executionLog:e.array(e.object({stepId:e.number(),stepNumber:e.number(),screenshot:e.string(),cacheHit:e.boolean(),timestamp:e.number()})).default([]),currentScreenshot:e.string().nullable().default(null)});const v=e.discriminatedUnion("type",[r.omit(t),a.omit(t),s.omit(t),l.omit(t),p.omit(t),d.omit(t),c.omit(t),m.omit(t)]),D=e.object({name:e.string(),steps:e.array(v),params:e.record(e.string(),e.string())}),C=new u({isRecording:!1,enableAnimations:!0,mode:"interact",test:{name:"untitled",steps:[],params:{}},isPlaying:!1,isDeviceConnected:!1,connectionStatus:"Connecting...",currentStepId:null,selectedPlatform:"android",selectedDeviceId:void 0,executionLog:[],currentScreenshot:null});export{R as I,C as R,m as S,p as c,a as i,D as j,l,c as m,d as p,s as r,r as s,f as y};
|