@capgo/cli 8.46.1 → 8.47.1
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/README.md +189 -2
- package/dist/index.js +728 -700
- package/dist/package.json +3 -2
- package/dist/src/build/onboarding/android/gcp-api.d.ts +2 -1
- package/dist/src/mcp/tool-schemas.d.ts +22 -0
- package/dist/src/observe/api.d.ts +2 -0
- package/dist/src/observe/command.d.ts +14 -0
- package/dist/src/schemas/index.d.ts +2 -2
- package/dist/src/schemas/sdk.d.ts +71 -0
- package/dist/src/sdk.d.ts +12 -2
- package/dist/src/sdk.js +291 -291
- package/dist/src/types/supabase.types.d.ts +2 -2
- package/dist/src/utils.d.ts +1 -1
- package/package.json +3 -2
- package/skills/_artifacts/domain_map.yaml +5 -0
- package/skills/_artifacts/skill_spec.md +2 -1
- package/skills/_artifacts/skill_tree.yaml +4 -0
- package/skills/observe/SKILL.md +38 -0
- package/skills/usage/SKILL.md +10 -1
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.47.1",
|
|
5
5
|
"description": "A CLI to upload to capgo servers",
|
|
6
6
|
"author": "Martin martin@capgo.app",
|
|
7
7
|
"license": "Apache 2.0",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"test:android-version": "bun test/test-android-version.mjs",
|
|
177
177
|
"test:platform-flow-contract": "bun test/test-platform-flow-contract.mjs",
|
|
178
178
|
"test:tail-engine-shared": "bun test/test-tail-engine-shared.mjs",
|
|
179
|
-
"test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:bundle-validation && bun run test:functional && bun run test:semver && bun run test:auto-bump-version && bun run test:auto-bump-ai-diff && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:native-dependencies && bun run test:package-json-guard && bun run test:credentials && bun run test:credentials-export && bun run test:credentials-validation && bun run test:android-service-account-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:build-needed && bun run test:build-cancellation && bun run test:ci-prompts && bun run test:ci-secrets && bun run test:android-onboarding-progress && bun run test:onboarding-telemetry && bun run test:v2-event-migration && bun run test:analytics && bun run test:cli-headers && bun run test:min-cli-version && bun run test:authenticated-command-invocation && bun run test:analytics-error-category && bun run test:analytics-org-resolver && bun run test:supabase-perf && bun run test:preview-qr && bun run test:app-set-options && bun run test:mcp-analytics && bun run test:mcp-instructions && bun run test:mcp-live-update-onboarding && bun run test:mcp-stdout-guard && bun run test:mcp-platform-select && bun run test:mcp-explain-scopes && bun run test:mcp-oauth-reopen && bun run test:mcp-broker-oauth && bun run test:mcp-broker-session && bun run test:mcp-credentials-manage && bun run test:mcp-resume-prompt && bun run test:mcp-build-job && bun run test:mcp-build-tools && bun run test:app-created-source && bun run test:app-add-exists && bun run test:app-list-output-text && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:cli-recovery && bun run test:create-supabase-client && bun run test:build-platform-selection && bun run test:builder-project-discovery && bun run test:onboarding-recovery && bun run test:onboarding-progress && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-monorepo-targeting && bun run test:init-app-conflict && bun run test:channel-add-exists && bun run test:wait-log && bun run test:init-guardrails && bun run test:init-replay && bun run test:init-telemetry && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:mcp-no-key-handshake && bun run test:auth-session && bun run test:version-detection && bun run test:platform-paths && bun run test:project-type-detection && bun run test:payload-split && bun run test:manifest-path-encoding && bun run test:macos-signing && bun run test:asc-key-protocol && bun run test:apple-api-import-helpers && bun run test:apple-api-verify-key && bun run test:bundle-id-detector && bun run test:apple-api-app-list && bun run test:app-verification && bun run test:pbxproj-parser && bun run test:ai-log-capture && bun run test:ai-analyze-flow && bun run test:cicd-failure-help && bun run test:ai-sse-parser && bun run test:ai-render-markdown && bun run test:ai-stream-markdown && bun run test:ai-onboarding-mode && bun run test:ai-fit && bun run test:platform-layout && bun run test:frame-fit && bun run test:onboarding-min-size && bun run test:min-size-gate && bun run test:shell-size-gate && bun run test:build-log-sanitize && bun run test:build-output-viewport && bun run test:diff-viewer-viewport && bun run test:build-complete-exit && bun run test:ai-analyze-stream && bun run test:support-mailto && bun run test:support-redact && bun run test:support-internal-log && bun run test:support-help-menu && bun run test:support-contact && bun run test:support-upload-prompt && bun run test:support-bundle-files && bun run test:self-update && bun run test:update-prompt && bun run test:apple-api-cert-create && bun run test:android-tail-engine && bun run test:android-tail-render && bun run test:android-tail-routing && bun run test:dev-gate-stripped && bun run test:frame-fit-ios-shared && bun run test:ios-confirm-app-id && bun run test:ios-create-new && bun run test:ios-e2e && bun run test:ios-flow-contract && bun run test:ios-import-discovery && bun run test:ios-import-export && bun run test:ios-import-pickers && bun run test:ios-import-recovery && bun run test:ios-recovery && bun run test:ios-resume && bun run test:ios-tail-handoff && bun run test:ios-tui-render && bun run test:p8-error && bun run test:ios-tui-routing && bun run test:ios-updater-sync-validation && bun run test:ios-verify-app && bun run test:ios-marketing-version && bun run test:android-version && bun run test:platform-flow-contract && bun run test:tail-engine-shared && bun run test:prescan && bun run test:android-reporting-api && bun run test:android-app-verification && bun run test:android-rename && bun run test:appflow-auth && bun run test:appflow-api-map && bun run test:appflow-validate && bun run test:appflow-flow && bun run test:appflow-gapfill && bun run test:appflow-engine && bun run test:appflow-tail && bun run test:appflow-fetch && bun run test:appflow-sa-decode && bun run test:app-permission-helper && bun run test:2fa-compliance-network && bun run test:organization-set-api-host && bun run test:trial-warning && bun run test:plan-validation",
|
|
179
|
+
"test": "bun run build && bun run test:helper-dce && bun run test:version-detection:setup && bun run test:bundle && bun run test:bundle-validation && bun run test:functional && bun run test:semver && bun run test:auto-bump-version && bun run test:auto-bump-ai-diff && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:fail-on-incompatible && bun run test:native-dependencies && bun run test:package-json-guard && bun run test:credentials && bun run test:credentials-export && bun run test:credentials-validation && bun run test:android-service-account-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:build-needed && bun run test:build-cancellation && bun run test:ci-prompts && bun run test:ci-secrets && bun run test:android-onboarding-progress && bun run test:onboarding-telemetry && bun run test:v2-event-migration && bun run test:analytics && bun run test:cli-headers && bun run test:min-cli-version && bun run test:authenticated-command-invocation && bun run test:analytics-error-category && bun run test:analytics-org-resolver && bun run test:supabase-perf && bun run test:preview-qr && bun run test:app-set-options && bun run test:mcp-analytics && bun run test:mcp-instructions && bun run test:mcp-live-update-onboarding && bun run test:mcp-stdout-guard && bun run test:mcp-platform-select && bun run test:mcp-explain-scopes && bun run test:mcp-oauth-reopen && bun run test:mcp-broker-oauth && bun run test:mcp-broker-session && bun run test:mcp-credentials-manage && bun run test:mcp-resume-prompt && bun run test:mcp-build-job && bun run test:mcp-build-tools && bun run test:app-created-source && bun run test:app-add-exists && bun run test:app-list-output-text && bun run test:doctor-analytics && bun run test:posthog-exception && bun run test:cli-recovery && bun run test:create-supabase-client && bun run test:build-platform-selection && bun run test:builder-project-discovery && bun run test:onboarding-recovery && bun run test:onboarding-progress && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-monorepo-targeting && bun run test:init-app-conflict && bun run test:channel-add-exists && bun run test:wait-log && bun run test:init-guardrails && bun run test:init-replay && bun run test:init-telemetry && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:mcp-no-key-handshake && bun run test:auth-session && bun run test:version-detection && bun run test:platform-paths && bun run test:project-type-detection && bun run test:payload-split && bun run test:manifest-path-encoding && bun run test:macos-signing && bun run test:asc-key-protocol && bun run test:apple-api-import-helpers && bun run test:apple-api-verify-key && bun run test:bundle-id-detector && bun run test:apple-api-app-list && bun run test:app-verification && bun run test:pbxproj-parser && bun run test:ai-log-capture && bun run test:ai-analyze-flow && bun run test:cicd-failure-help && bun run test:ai-sse-parser && bun run test:ai-render-markdown && bun run test:ai-stream-markdown && bun run test:ai-onboarding-mode && bun run test:ai-fit && bun run test:platform-layout && bun run test:frame-fit && bun run test:onboarding-min-size && bun run test:min-size-gate && bun run test:shell-size-gate && bun run test:build-log-sanitize && bun run test:build-output-viewport && bun run test:diff-viewer-viewport && bun run test:build-complete-exit && bun run test:ai-analyze-stream && bun run test:support-mailto && bun run test:support-redact && bun run test:support-internal-log && bun run test:support-help-menu && bun run test:support-contact && bun run test:support-upload-prompt && bun run test:support-bundle-files && bun run test:self-update && bun run test:update-prompt && bun run test:apple-api-cert-create && bun run test:android-tail-engine && bun run test:android-tail-render && bun run test:android-tail-routing && bun run test:dev-gate-stripped && bun run test:frame-fit-ios-shared && bun run test:ios-confirm-app-id && bun run test:ios-create-new && bun run test:ios-e2e && bun run test:ios-flow-contract && bun run test:ios-import-discovery && bun run test:ios-import-export && bun run test:ios-import-pickers && bun run test:ios-import-recovery && bun run test:ios-recovery && bun run test:ios-resume && bun run test:ios-tail-handoff && bun run test:ios-tui-render && bun run test:p8-error && bun run test:ios-tui-routing && bun run test:ios-updater-sync-validation && bun run test:ios-verify-app && bun run test:ios-marketing-version && bun run test:android-version && bun run test:platform-flow-contract && bun run test:tail-engine-shared && bun run test:prescan && bun run test:android-reporting-api && bun run test:android-gcp && bun run test:android-app-verification && bun run test:android-rename && bun run test:appflow-auth && bun run test:appflow-api-map && bun run test:appflow-validate && bun run test:appflow-flow && bun run test:appflow-gapfill && bun run test:appflow-engine && bun run test:appflow-tail && bun run test:appflow-fetch && bun run test:appflow-sa-decode && bun run test:app-permission-helper && bun run test:2fa-compliance-network && bun run test:organization-set-api-host && bun run test:trial-warning && bun run test:plan-validation",
|
|
180
180
|
"test:build-platform-selection": "bun test/test-build-platform-selection.mjs",
|
|
181
181
|
"test:builder-project-discovery": "bun test/test-builder-project-discovery.mjs",
|
|
182
182
|
"test:ai-log-capture": "bun test/test-ai-log-capture.mjs",
|
|
@@ -207,6 +207,7 @@
|
|
|
207
207
|
"test:mcp-live-update-onboarding": "bun test/test-mcp-live-update-onboarding.mjs",
|
|
208
208
|
"test:app-set-options": "bun test/test-app-set-options.mjs && bun test/test-app-list-options.mjs",
|
|
209
209
|
"test:android-reporting-api": "bun test/test-android-reporting-api.mjs",
|
|
210
|
+
"test:android-gcp": "bun test/test-android-gcp.mjs",
|
|
210
211
|
"test:android-app-verification": "bun test/test-android-app-verification.mjs",
|
|
211
212
|
"test:android-rename": "bun test/test-android-rename.mjs",
|
|
212
213
|
"test:appflow-auth": "bun test/test-appflow-auth.mjs",
|
|
@@ -104,7 +104,8 @@ export declare function pollOperation(accessToken: string, operationName: string
|
|
|
104
104
|
*
|
|
105
105
|
* - 4–30 characters
|
|
106
106
|
* - allowed chars: letters, digits, space, hyphen (`-`), apostrophe (`'`),
|
|
107
|
-
* exclamation (`!`)
|
|
107
|
+
* exclamation (`!`) — periods (`.`) are **not** allowed (appIds like
|
|
108
|
+
* `com.example.app` must be normalized before submit)
|
|
108
109
|
* - must start and end with a letter or digit
|
|
109
110
|
*
|
|
110
111
|
* We strip any disallowed character (including em-dashes — which break the
|
|
@@ -124,6 +124,28 @@ export declare const mcpGetStatsInputSchema: z.ZodObject<{
|
|
|
124
124
|
rangeStart: z.ZodOptional<z.ZodString>;
|
|
125
125
|
rangeEnd: z.ZodOptional<z.ZodString>;
|
|
126
126
|
}, z.core.$strip>;
|
|
127
|
+
export declare const mcpObserveInputSchema: z.ZodObject<{
|
|
128
|
+
appId: z.ZodString;
|
|
129
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
130
|
+
slowest: "slowest";
|
|
131
|
+
fastest: "fastest";
|
|
132
|
+
newest: "newest";
|
|
133
|
+
oldest: "oldest";
|
|
134
|
+
}>>;
|
|
135
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
136
|
+
action: z.ZodOptional<z.ZodString>;
|
|
137
|
+
view: z.ZodOptional<z.ZodEnum<{
|
|
138
|
+
device: "device";
|
|
139
|
+
events: "events";
|
|
140
|
+
summary: "summary";
|
|
141
|
+
metrics: "metrics";
|
|
142
|
+
routes: "routes";
|
|
143
|
+
versions: "versions";
|
|
144
|
+
}>>;
|
|
145
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
days: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<3>, z.ZodLiteral<7>, z.ZodLiteral<30>]>>;
|
|
147
|
+
versionName: z.ZodOptional<z.ZodString>;
|
|
148
|
+
}, z.core.$strip>;
|
|
127
149
|
export declare const mcpRequestBuildInputSchema: z.ZodObject<{
|
|
128
150
|
appId: z.ZodString;
|
|
129
151
|
platform: z.ZodEnum<{
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ObserveView } from '../schemas/sdk';
|
|
2
|
+
export interface ObserveCliOptions {
|
|
3
|
+
apikey?: string;
|
|
4
|
+
days?: string;
|
|
5
|
+
action?: string;
|
|
6
|
+
device?: string;
|
|
7
|
+
versionName?: string;
|
|
8
|
+
sort?: string;
|
|
9
|
+
limit?: string;
|
|
10
|
+
json?: boolean;
|
|
11
|
+
supaHost?: string;
|
|
12
|
+
supaAnon?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function observeCommand(view: ObserveView, appIdArg: string | undefined, options: ObserveCliOptions, deviceIdArg?: string): Promise<void>;
|
|
@@ -14,6 +14,6 @@ export type { Compatibility, CompatibilityDetails, IncompatibilityReason, Native
|
|
|
14
14
|
export type { CapacitorConfig, ExtConfigPairs } from './config';
|
|
15
15
|
export { organizationAddOptionsSchema, organizationDeleteOptionsSchema, organizationSetOptionsSchema, passwordPolicyConfigSchema } from './organization';
|
|
16
16
|
export type { OrganizationAddOptions, OrganizationDeleteOptions, OrganizationSetOptions, PasswordPolicyConfig } from './organization';
|
|
17
|
-
export { accountIdOptionsSchema, addAppOptionsSchema, addChannelOptionsSchema, addOrganizationOptionsSchema, appInfoSchema, bundleInfoSchema, cleanupOptionsSchema, currentBundleOptionsSchema, decryptBundleOptionsSchema, deleteOldKeyOptionsSchema, deleteOrganizationOptionsSchema, deviceStatsSchema, doctorOptionsSchema, encryptBundleOptionsSchema, generateKeyOptionsSchema, getStatsOptionsSchema, listOrganizationsOptionsSchema, loginOptionsSchema, organizationInfoSchema, saveKeyOptionsSchema, bundleCompatibilityOptionsSchema as sdkBundleCompatibilityOptionsSchema, requestBuildOptionsSchema as sdkRequestBuildOptionsSchema, setSettingOptionsSchema, statsOrderSchema, updateAppOptionsSchema, updateChannelOptionsSchema, updateOrganizationOptionsSchema, uploadOptionsSchema, uploadResultSchema, zipBundleOptionsSchema, } from './sdk';
|
|
18
|
-
export type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, OrganizationInfo, SaveKeyOptions, BundleCompatibilityOptions as SdkBundleCompatibilityOptions, RequestBuildOptions as SdkRequestBuildOptions, SDKResult, SetSettingOptions, StatsOrder, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions, } from './sdk';
|
|
17
|
+
export { accountIdOptionsSchema, addAppOptionsSchema, addChannelOptionsSchema, addOrganizationOptionsSchema, appInfoSchema, bundleInfoSchema, cleanupOptionsSchema, currentBundleOptionsSchema, decryptBundleOptionsSchema, deleteOldKeyOptionsSchema, deleteOrganizationOptionsSchema, deviceStatsSchema, doctorOptionsSchema, encryptBundleOptionsSchema, generateKeyOptionsSchema, getStatsOptionsSchema, listOrganizationsOptionsSchema, loginOptionsSchema, observeOptionsObjectSchema, observeOptionsSchema, observeDaysSchema, observeSortSchema, observeViewSchema, organizationInfoSchema, saveKeyOptionsSchema, bundleCompatibilityOptionsSchema as sdkBundleCompatibilityOptionsSchema, requestBuildOptionsSchema as sdkRequestBuildOptionsSchema, setSettingOptionsSchema, statsOrderSchema, updateAppOptionsSchema, updateChannelOptionsSchema, updateOrganizationOptionsSchema, uploadOptionsSchema, uploadResultSchema, zipBundleOptionsSchema, } from './sdk';
|
|
18
|
+
export type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, ObserveOptions, ObserveView, OrganizationInfo, SaveKeyOptions, BundleCompatibilityOptions as SdkBundleCompatibilityOptions, RequestBuildOptions as SdkRequestBuildOptions, SDKResult, SetSettingOptions, StatsOrder, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions, } from './sdk';
|
|
19
19
|
export { validateOptions } from './validate';
|
|
@@ -456,6 +456,77 @@ export declare const deviceStatsSchema: z.ZodObject<{
|
|
|
456
456
|
createdAt: z.ZodString;
|
|
457
457
|
}, z.core.$strip>;
|
|
458
458
|
export type DeviceStats = z.infer<typeof deviceStatsSchema>;
|
|
459
|
+
export declare const observeViewSchema: z.ZodEnum<{
|
|
460
|
+
device: "device";
|
|
461
|
+
events: "events";
|
|
462
|
+
summary: "summary";
|
|
463
|
+
metrics: "metrics";
|
|
464
|
+
routes: "routes";
|
|
465
|
+
versions: "versions";
|
|
466
|
+
}>;
|
|
467
|
+
export declare const observeSortSchema: z.ZodEnum<{
|
|
468
|
+
slowest: "slowest";
|
|
469
|
+
fastest: "fastest";
|
|
470
|
+
newest: "newest";
|
|
471
|
+
oldest: "oldest";
|
|
472
|
+
}>;
|
|
473
|
+
export declare const observeDaysSchema: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<3>, z.ZodLiteral<7>, z.ZodLiteral<30>]>;
|
|
474
|
+
export declare const observeOptionsObjectSchema: z.ZodObject<{
|
|
475
|
+
appId: z.ZodString;
|
|
476
|
+
view: z.ZodOptional<z.ZodEnum<{
|
|
477
|
+
device: "device";
|
|
478
|
+
events: "events";
|
|
479
|
+
summary: "summary";
|
|
480
|
+
metrics: "metrics";
|
|
481
|
+
routes: "routes";
|
|
482
|
+
versions: "versions";
|
|
483
|
+
}>>;
|
|
484
|
+
days: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<3>, z.ZodLiteral<7>, z.ZodLiteral<30>]>>;
|
|
485
|
+
action: z.ZodOptional<z.ZodString>;
|
|
486
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
487
|
+
versionName: z.ZodOptional<z.ZodString>;
|
|
488
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
489
|
+
slowest: "slowest";
|
|
490
|
+
fastest: "fastest";
|
|
491
|
+
newest: "newest";
|
|
492
|
+
oldest: "oldest";
|
|
493
|
+
}>>;
|
|
494
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
495
|
+
apikey: z.ZodOptional<z.ZodString>;
|
|
496
|
+
supaHost: z.ZodOptional<z.ZodString>;
|
|
497
|
+
supaAnon: z.ZodOptional<z.ZodString>;
|
|
498
|
+
}, z.core.$strip>;
|
|
499
|
+
export declare function refineObserveDeviceId(value: {
|
|
500
|
+
view?: z.infer<typeof observeViewSchema>;
|
|
501
|
+
deviceId?: string;
|
|
502
|
+
}, ctx: z.RefinementCtx): void;
|
|
503
|
+
export declare const observeOptionsSchema: z.ZodObject<{
|
|
504
|
+
appId: z.ZodString;
|
|
505
|
+
view: z.ZodOptional<z.ZodEnum<{
|
|
506
|
+
device: "device";
|
|
507
|
+
events: "events";
|
|
508
|
+
summary: "summary";
|
|
509
|
+
metrics: "metrics";
|
|
510
|
+
routes: "routes";
|
|
511
|
+
versions: "versions";
|
|
512
|
+
}>>;
|
|
513
|
+
days: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<3>, z.ZodLiteral<7>, z.ZodLiteral<30>]>>;
|
|
514
|
+
action: z.ZodOptional<z.ZodString>;
|
|
515
|
+
deviceId: z.ZodOptional<z.ZodString>;
|
|
516
|
+
versionName: z.ZodOptional<z.ZodString>;
|
|
517
|
+
sort: z.ZodOptional<z.ZodEnum<{
|
|
518
|
+
slowest: "slowest";
|
|
519
|
+
fastest: "fastest";
|
|
520
|
+
newest: "newest";
|
|
521
|
+
oldest: "oldest";
|
|
522
|
+
}>>;
|
|
523
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
524
|
+
apikey: z.ZodOptional<z.ZodString>;
|
|
525
|
+
supaHost: z.ZodOptional<z.ZodString>;
|
|
526
|
+
supaAnon: z.ZodOptional<z.ZodString>;
|
|
527
|
+
}, z.core.$strip>;
|
|
528
|
+
export type ObserveOptions = z.infer<typeof observeOptionsSchema>;
|
|
529
|
+
export type ObserveView = z.infer<typeof observeViewSchema>;
|
|
459
530
|
export declare const probeOptionsSchema: z.ZodObject<{
|
|
460
531
|
platform: z.ZodEnum<{
|
|
461
532
|
android: "android";
|
package/dist/src/sdk.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { EncryptResult } from './bundle/encrypt';
|
|
|
4
4
|
import type { ZipResult } from './bundle/zip';
|
|
5
5
|
import type { StarAllRepositoryResult } from './github';
|
|
6
6
|
import type { ProbeInternalResult } from './probe';
|
|
7
|
-
import type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleCompatibilityOptions, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, OrganizationInfo, ProbeOptions, RequestBuildOptions, SaveKeyOptions, SDKResult, SetSettingOptions, StarAllRepositoriesOptions, StarRepoOptions, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions } from './schemas/sdk';
|
|
7
|
+
import type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleCompatibilityOptions, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, ObserveOptions, OrganizationInfo, ProbeOptions, RequestBuildOptions, SaveKeyOptions, SDKResult, SetSettingOptions, StarAllRepositoriesOptions, StarRepoOptions, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions } from './schemas/sdk';
|
|
8
8
|
import { getInfoInternal } from './app/info';
|
|
9
9
|
import { checkCompatibilityInternal } from './bundle/compatibility';
|
|
10
10
|
export type DoctorInfo = Awaited<ReturnType<typeof getInfoInternal>>;
|
|
@@ -358,6 +358,11 @@ export declare class CapgoSDK {
|
|
|
358
358
|
* ```
|
|
359
359
|
*/
|
|
360
360
|
getStats(options: GetStatsOptions): Promise<SDKResult<DeviceStats[]>>;
|
|
361
|
+
/**
|
|
362
|
+
* Query Capgo Observe (launch, issues, routes, device timelines).
|
|
363
|
+
* Start with view=summary; follow findings.next. Use --json / MCP for agents.
|
|
364
|
+
*/
|
|
365
|
+
observe(options: ObserveOptions): Promise<SDKResult<Record<string, unknown>>>;
|
|
361
366
|
setAppSetting(path: string, options: SetSettingOptions): Promise<SDKResult>;
|
|
362
367
|
probe(options: ProbeOptions): Promise<SDKResult<ProbeInternalResult>>;
|
|
363
368
|
}
|
|
@@ -506,6 +511,11 @@ export declare function requestBuild(options: RequestBuildOptions): Promise<SDKR
|
|
|
506
511
|
* ```
|
|
507
512
|
*/
|
|
508
513
|
export declare function getStats(options: GetStatsOptions): Promise<SDKResult<DeviceStats[]>>;
|
|
514
|
+
/**
|
|
515
|
+
* Query Capgo Observe (functional API).
|
|
516
|
+
* Start with view=summary and follow findings.next. view=device is the session timeline.
|
|
517
|
+
*/
|
|
518
|
+
export declare function getObserve(options: ObserveOptions): Promise<SDKResult<Record<string, unknown>>>;
|
|
509
519
|
export declare function probeUpdates(options: ProbeOptions): Promise<SDKResult<ProbeInternalResult>>;
|
|
510
520
|
/**
|
|
511
521
|
* Get Capacitor configuration
|
|
@@ -522,7 +532,7 @@ export declare function getCapacitorConfig(): Promise<import("./config").ExtConf
|
|
|
522
532
|
export type { BuildCredentials } from './build/request';
|
|
523
533
|
export type { CapacitorConfig } from './config';
|
|
524
534
|
export type { ProbeInternalResult } from './probe';
|
|
525
|
-
export type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleCompatibilityOptions, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, OrganizationInfo, ProbeOptions, RequestBuildOptions, SaveKeyOptions, SDKResult, SetSettingOptions, StarAllRepositoriesOptions, StarRepoOptions, StatsOrder, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions, } from './schemas/sdk';
|
|
535
|
+
export type { AccountIdOptions, AddAppOptions, AddChannelOptions, AddOrganizationOptions, AppInfo, BundleCompatibilityOptions, BundleInfo, CleanupOptions, CurrentBundleOptions, DecryptBundleOptions, DeleteOldKeyOptions, DeleteOrganizationOptions, DeviceStats, DoctorOptions, EncryptBundleOptions, GenerateKeyOptions, GetStatsOptions, ListOrganizationsOptions, LoginOptions, ObserveOptions, OrganizationInfo, ProbeOptions, RequestBuildOptions, SaveKeyOptions, SDKResult, SetSettingOptions, StarAllRepositoriesOptions, StarRepoOptions, StatsOrder, UpdateAppOptions, UpdateChannelOptions, UpdateOrganizationOptions, UploadOptions, UploadResult, ZipBundleOptions, } from './schemas/sdk';
|
|
526
536
|
export type { Database } from './types/supabase.types';
|
|
527
537
|
export { createSupabaseClient } from './utils';
|
|
528
538
|
export { formatApiErrorForCli, getSecurityPolicyMessage, isSecurityPolicyError, parseSecurityPolicyError, SECURITY_POLICY_ERRORS, SECURITY_POLICY_MESSAGES, } from './utils/security_policy_errors';
|