@forgeax/engine-devkit 0.1.2

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.
Files changed (164) hide show
  1. package/LICENSE +15 -0
  2. package/README.md +192 -0
  3. package/dist/.tsbuildinfo +1 -0
  4. package/dist/__tests__/archive.test.d.ts +2 -0
  5. package/dist/__tests__/archive.test.d.ts.map +1 -0
  6. package/dist/__tests__/assets.test.d.ts +2 -0
  7. package/dist/__tests__/assets.test.d.ts.map +1 -0
  8. package/dist/__tests__/bootstrap-commands.test.d.ts +2 -0
  9. package/dist/__tests__/bootstrap-commands.test.d.ts.map +1 -0
  10. package/dist/__tests__/dist.test.d.ts +2 -0
  11. package/dist/__tests__/dist.test.d.ts.map +1 -0
  12. package/dist/__tests__/host.test.d.ts +2 -0
  13. package/dist/__tests__/host.test.d.ts.map +1 -0
  14. package/dist/__tests__/init.test.d.ts +2 -0
  15. package/dist/__tests__/init.test.d.ts.map +1 -0
  16. package/dist/__tests__/plugin-authoring.test.d.ts +2 -0
  17. package/dist/__tests__/plugin-authoring.test.d.ts.map +1 -0
  18. package/dist/__tests__/project.test.d.ts +2 -0
  19. package/dist/__tests__/project.test.d.ts.map +1 -0
  20. package/dist/__tests__/rhi-debug-cold-start.integration.test.d.ts +2 -0
  21. package/dist/__tests__/rhi-debug-cold-start.integration.test.d.ts.map +1 -0
  22. package/dist/__tests__/rhi-debug-error-consumer.test-d.d.ts +2 -0
  23. package/dist/__tests__/rhi-debug-error-consumer.test-d.d.ts.map +1 -0
  24. package/dist/__tests__/rhi-debug-operations.test-d.d.ts +2 -0
  25. package/dist/__tests__/rhi-debug-operations.test-d.d.ts.map +1 -0
  26. package/dist/__tests__/rhi-debug-operations.unit.test.d.ts +2 -0
  27. package/dist/__tests__/rhi-debug-operations.unit.test.d.ts.map +1 -0
  28. package/dist/__tests__/sdk-install.test.d.ts +2 -0
  29. package/dist/__tests__/sdk-install.test.d.ts.map +1 -0
  30. package/dist/__tests__/skill-install.test.d.ts +2 -0
  31. package/dist/__tests__/skill-install.test.d.ts.map +1 -0
  32. package/dist/__tests__/tool-migration.test.d.ts +2 -0
  33. package/dist/__tests__/tool-migration.test.d.ts.map +1 -0
  34. package/dist/archive.d.ts +6 -0
  35. package/dist/archive.d.ts.map +1 -0
  36. package/dist/assets.d.ts +6 -0
  37. package/dist/assets.d.ts.map +1 -0
  38. package/dist/bootstrap-commands.d.ts +12 -0
  39. package/dist/bootstrap-commands.d.ts.map +1 -0
  40. package/dist/cli.d.ts +2 -0
  41. package/dist/cli.d.ts.map +1 -0
  42. package/dist/cli.mjs +4862 -0
  43. package/dist/cli.mjs.map +1 -0
  44. package/dist/commands.d.ts +19 -0
  45. package/dist/commands.d.ts.map +1 -0
  46. package/dist/dist.d.ts +24 -0
  47. package/dist/dist.d.ts.map +1 -0
  48. package/dist/host/base-host.d.ts +18 -0
  49. package/dist/host/base-host.d.ts.map +1 -0
  50. package/dist/host/project-bootstrap.d.ts +11 -0
  51. package/dist/host/project-bootstrap.d.ts.map +1 -0
  52. package/dist/host/resource-bootstrap.d.ts +23 -0
  53. package/dist/host/resource-bootstrap.d.ts.map +1 -0
  54. package/dist/host.d.ts +13 -0
  55. package/dist/host.d.ts.map +1 -0
  56. package/dist/index.d.ts +28 -0
  57. package/dist/index.d.ts.map +1 -0
  58. package/dist/index.mjs +5762 -0
  59. package/dist/index.mjs.map +1 -0
  60. package/dist/init.d.ts +20 -0
  61. package/dist/init.d.ts.map +1 -0
  62. package/dist/plugin-authoring.d.ts +4 -0
  63. package/dist/plugin-authoring.d.ts.map +1 -0
  64. package/dist/project.d.ts +5 -0
  65. package/dist/project.d.ts.map +1 -0
  66. package/dist/rhi-debug/cli-context.d.ts +3 -0
  67. package/dist/rhi-debug/cli-context.d.ts.map +1 -0
  68. package/dist/rhi-debug/operations.d.ts +83 -0
  69. package/dist/rhi-debug/operations.d.ts.map +1 -0
  70. package/dist/sdk-cli.d.ts +2 -0
  71. package/dist/sdk-cli.d.ts.map +1 -0
  72. package/dist/sdk-cli.mjs +5560 -0
  73. package/dist/sdk-cli.mjs.map +1 -0
  74. package/dist/sdk-install.d.ts +7 -0
  75. package/dist/sdk-install.d.ts.map +1 -0
  76. package/dist/sdk.d.ts +69 -0
  77. package/dist/sdk.d.ts.map +1 -0
  78. package/dist/shader-check.d.ts +3 -0
  79. package/dist/shader-check.d.ts.map +1 -0
  80. package/dist/skill-install.d.ts +16 -0
  81. package/dist/skill-install.d.ts.map +1 -0
  82. package/dist/tools/__tests__/browser-host-port.test.d.ts +2 -0
  83. package/dist/tools/__tests__/browser-host-port.test.d.ts.map +1 -0
  84. package/dist/tools/__tests__/carrier-faults.integration.test.d.ts +2 -0
  85. package/dist/tools/__tests__/carrier-faults.integration.test.d.ts.map +1 -0
  86. package/dist/tools/__tests__/carrier-provider.integration.test.d.ts +2 -0
  87. package/dist/tools/__tests__/carrier-provider.integration.test.d.ts.map +1 -0
  88. package/dist/tools/__tests__/commands.test.d.ts +2 -0
  89. package/dist/tools/__tests__/commands.test.d.ts.map +1 -0
  90. package/dist/tools/__tests__/coverage-gaps.test.d.ts +2 -0
  91. package/dist/tools/__tests__/coverage-gaps.test.d.ts.map +1 -0
  92. package/dist/tools/__tests__/domain-catalog.test.d.ts +2 -0
  93. package/dist/tools/__tests__/domain-catalog.test.d.ts.map +1 -0
  94. package/dist/tools/__tests__/preview-owner-gate.test.d.ts +2 -0
  95. package/dist/tools/__tests__/preview-owner-gate.test.d.ts.map +1 -0
  96. package/dist/tools/__tests__/preview-publication.test.d.ts +2 -0
  97. package/dist/tools/__tests__/preview-publication.test.d.ts.map +1 -0
  98. package/dist/tools/__tests__/realm-dispatch.integration.test.d.ts +2 -0
  99. package/dist/tools/__tests__/realm-dispatch.integration.test.d.ts.map +1 -0
  100. package/dist/tools/benchmark/__tests__/admission-fixtures.test.d.ts +2 -0
  101. package/dist/tools/benchmark/__tests__/admission-fixtures.test.d.ts.map +1 -0
  102. package/dist/tools/benchmark/harness.d.ts +17 -0
  103. package/dist/tools/benchmark/harness.d.ts.map +1 -0
  104. package/dist/tools/benchmark/index.d.ts +4 -0
  105. package/dist/tools/benchmark/index.d.ts.map +1 -0
  106. package/dist/tools/benchmark/report.d.ts +54 -0
  107. package/dist/tools/benchmark/report.d.ts.map +1 -0
  108. package/dist/tools/benchmark/statistics.d.ts +8 -0
  109. package/dist/tools/benchmark/statistics.d.ts.map +1 -0
  110. package/dist/tools/bootstrap.d.ts +49 -0
  111. package/dist/tools/bootstrap.d.ts.map +1 -0
  112. package/dist/tools/browser-host.d.ts +27 -0
  113. package/dist/tools/browser-host.d.ts.map +1 -0
  114. package/dist/tools/cache.d.ts +14 -0
  115. package/dist/tools/cache.d.ts.map +1 -0
  116. package/dist/tools/capability.d.ts +2 -0
  117. package/dist/tools/capability.d.ts.map +1 -0
  118. package/dist/tools/carrier-provider.d.ts +31 -0
  119. package/dist/tools/carrier-provider.d.ts.map +1 -0
  120. package/dist/tools/carrier-rendezvous.d.ts +16 -0
  121. package/dist/tools/carrier-rendezvous.d.ts.map +1 -0
  122. package/dist/tools/catalog.d.ts +66 -0
  123. package/dist/tools/catalog.d.ts.map +1 -0
  124. package/dist/tools/cli-adapter.d.ts +5 -0
  125. package/dist/tools/cli-adapter.d.ts.map +1 -0
  126. package/dist/tools/client.d.ts +18 -0
  127. package/dist/tools/client.d.ts.map +1 -0
  128. package/dist/tools/commands.d.ts +6 -0
  129. package/dist/tools/commands.d.ts.map +1 -0
  130. package/dist/tools/contributions.d.ts +6 -0
  131. package/dist/tools/contributions.d.ts.map +1 -0
  132. package/dist/tools/library.d.ts +3 -0
  133. package/dist/tools/library.d.ts.map +1 -0
  134. package/dist/tools/migration.d.ts +36 -0
  135. package/dist/tools/migration.d.ts.map +1 -0
  136. package/dist/tools/native-preview.d.ts +4 -0
  137. package/dist/tools/native-preview.d.ts.map +1 -0
  138. package/dist/tools/offline-analysis.d.ts +22 -0
  139. package/dist/tools/offline-analysis.d.ts.map +1 -0
  140. package/dist/tools/preview-catalog.d.ts +8 -0
  141. package/dist/tools/preview-catalog.d.ts.map +1 -0
  142. package/dist/tools/preview-contributions.d.ts +12 -0
  143. package/dist/tools/preview-contributions.d.ts.map +1 -0
  144. package/dist/tools/preview-host.d.ts +85 -0
  145. package/dist/tools/preview-host.d.ts.map +1 -0
  146. package/dist/tools/preview-migration.d.ts +4 -0
  147. package/dist/tools/preview-migration.d.ts.map +1 -0
  148. package/dist/tools/private-executor.d.ts +3 -0
  149. package/dist/tools/private-executor.d.ts.map +1 -0
  150. package/dist/tools/project-tools.d.ts +23 -0
  151. package/dist/tools/project-tools.d.ts.map +1 -0
  152. package/dist/tools/realms.d.ts +22 -0
  153. package/dist/tools/realms.d.ts.map +1 -0
  154. package/dist/tools/run-command.d.ts +17 -0
  155. package/dist/tools/run-command.d.ts.map +1 -0
  156. package/dist/tools/runtime.d.ts +5 -0
  157. package/dist/tools/runtime.d.ts.map +1 -0
  158. package/dist/tools/service-transport.d.ts +17 -0
  159. package/dist/tools/service-transport.d.ts.map +1 -0
  160. package/dist/tools/service.d.ts +22 -0
  161. package/dist/tools/service.d.ts.map +1 -0
  162. package/dist/types.d.ts +84 -0
  163. package/dist/types.d.ts.map +1 -0
  164. package/package.json +95 -0
package/dist/init.d.ts ADDED
@@ -0,0 +1,20 @@
1
+ import type { SdkManifest } from './sdk.js';
2
+ import type { CommandResult, InitOptions, ProjectFacts } from './types.js';
3
+ export interface InitPlan {
4
+ readonly root: string;
5
+ readonly version: string;
6
+ readonly archiveBacked: boolean;
7
+ readonly dependencyChanges: readonly {
8
+ readonly section: string;
9
+ readonly name: string;
10
+ readonly from?: string;
11
+ readonly to: string;
12
+ }[];
13
+ readonly scriptChanges: readonly {
14
+ readonly name: string;
15
+ readonly to: string;
16
+ }[];
17
+ }
18
+ export declare function createInitPlan(facts: ProjectFacts, sdk?: Pick<SdkManifest, 'sdkVersion' | 'packages'>): CommandResult<InitPlan>;
19
+ export declare function applyInitPlan(facts: ProjectFacts, plan: InitPlan, options: InitOptions): Promise<CommandResult<InitPlan>>;
20
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../src/init.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAoB3E,MAAM,WAAW,QAAQ;IACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,iBAAiB,EAAE,SAAS;QACnC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;KACrB,EAAE,CAAC;IACJ,QAAQ,CAAC,aAAa,EAAE,SAAS;QAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACnF;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,YAAY,EACnB,GAAG,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,YAAY,GAAG,UAAU,CAAC,GACjD,aAAa,CAAC,QAAQ,CAAC,CAkHzB;AAED,wBAAsB,aAAa,CACjC,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,WAAW,GACnB,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,CA2ClC"}
@@ -0,0 +1,4 @@
1
+ import type { CommandResult, PluginInstallOptions, PluginUninstallOptions } from './types.js';
2
+ export declare function pluginInstallCommand(options: PluginInstallOptions): Promise<CommandResult<unknown>>;
3
+ export declare function pluginUninstallCommand(options: PluginUninstallOptions): Promise<CommandResult<unknown>>;
4
+ //# sourceMappingURL=plugin-authoring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-authoring.d.ts","sourceRoot":"","sources":["../src/plugin-authoring.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAkE9F,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,oBAAoB,GAC5B,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAoDjC;AAED,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CA8CjC"}
@@ -0,0 +1,5 @@
1
+ import type { CommandError, CommandResult, ProjectFacts } from './types.js';
2
+ export declare function readProjectFacts(rootInput?: string): Promise<CommandResult<ProjectFacts>>;
3
+ export declare function isCommandError(value: unknown): value is CommandError;
4
+ export declare function commandError(cause: unknown, fallbackCode: string): CommandError;
5
+ //# sourceMappingURL=project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAyC5E,wBAAsB,gBAAgB,CACpC,SAAS,SAAgB,GACxB,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAiItC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,YAAY,CAWpE;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,YAAY,CAQ/E"}
@@ -0,0 +1,3 @@
1
+ import type { RhiDebugOperationContext } from './operations.js';
2
+ export declare function createCliRhiDebugOperationContext(): RhiDebugOperationContext;
3
+ //# sourceMappingURL=cli-context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli-context.d.ts","sourceRoot":"","sources":["../../src/rhi-debug/cli-context.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAe,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAE7E,wBAAgB,iCAAiC,IAAI,wBAAwB,CAkE5E"}
@@ -0,0 +1,83 @@
1
+ import { type FrameModel, type InspectField, type ReplayBackend, type RhiDebugError, type WorkInspection } from '@forgeax/engine-rhi-debug';
2
+ import { type Result } from '@forgeax/engine-types';
3
+ import type { CommandResult } from '../types.js';
4
+ export declare const RHI_TAPE_ARTIFACT_KIND: "rhi-tape";
5
+ export interface ArtifactRef {
6
+ readonly kind: typeof RHI_TAPE_ARTIFACT_KIND;
7
+ readonly digest: string;
8
+ readonly source: string;
9
+ readonly path?: string;
10
+ }
11
+ export interface CapturedRhiTape extends ArtifactRef {
12
+ readonly bytes: Uint8Array;
13
+ }
14
+ export interface RhiCaptureFrameValue {
15
+ readonly kind: typeof RHI_TAPE_ARTIFACT_KIND;
16
+ readonly digest: string;
17
+ readonly bytes: Uint8Array;
18
+ readonly source?: string;
19
+ readonly path?: string;
20
+ }
21
+ export interface RhiCaptureInput {
22
+ readonly signal?: AbortSignal;
23
+ }
24
+ export interface RhiSummaryInput {
25
+ readonly artifact: ArtifactRef;
26
+ }
27
+ export interface RhiInspectInput {
28
+ readonly artifact: ArtifactRef;
29
+ readonly workIndex: number;
30
+ readonly fields?: readonly InspectField[];
31
+ }
32
+ export type RhiDebugOperationName = 'rhi.capture' | 'rhi.summary' | 'rhi.inspect';
33
+ export type RhiDebugOperationInput = RhiCaptureInput | RhiSummaryInput | RhiInspectInput;
34
+ export interface RhiSummaryOutput {
35
+ readonly artifact: ArtifactRef;
36
+ readonly model: FrameModel;
37
+ }
38
+ export interface RhiInspectOutput {
39
+ readonly artifact: ArtifactRef;
40
+ readonly inspection: WorkInspection;
41
+ }
42
+ export type RhiDebugOperationOutput = ArtifactRef | RhiSummaryOutput | RhiInspectOutput;
43
+ export interface RhiDebugOperationContext {
44
+ readonly captureFrame: (input?: RhiCaptureInput) => Promise<Result<CapturedRhiTape, RhiDebugError>>;
45
+ readonly readArtifact: (artifact: ArtifactRef) => Promise<CommandResult<Uint8Array>>;
46
+ readonly createReplayBackend?: () => Promise<CommandResult<ReplayBackend>>;
47
+ }
48
+ export interface RhiDebugOperationHost {
49
+ readonly captureFrame: (input?: RhiCaptureInput) => Promise<Result<RhiCaptureFrameValue, RhiDebugError>>;
50
+ readonly readArtifact: (artifact: ArtifactRef) => Promise<CommandResult<Uint8Array>>;
51
+ readonly createReplayBackend?: () => Promise<CommandResult<ReplayBackend>>;
52
+ }
53
+ export declare function createRhiDebugOperationContext(host: RhiDebugOperationHost): RhiDebugOperationContext;
54
+ export interface JsonSchema {
55
+ readonly type: 'object' | 'string' | 'integer' | 'array';
56
+ readonly properties?: Readonly<Record<string, JsonSchema>>;
57
+ readonly required?: readonly string[];
58
+ readonly items?: JsonSchema;
59
+ readonly enum?: readonly string[];
60
+ readonly minimum?: number;
61
+ readonly additionalProperties?: boolean;
62
+ }
63
+ export interface RhiDebugOperationDescriptor {
64
+ readonly name: RhiDebugOperationName;
65
+ readonly summary: string;
66
+ readonly inputSchema: JsonSchema;
67
+ readonly outputSchema: JsonSchema;
68
+ readonly recoveryCodes: readonly string[];
69
+ }
70
+ export interface RhiDebugOperationManifest {
71
+ readonly schemaVersion: '1.0.0';
72
+ readonly artifactRefSchema: JsonSchema;
73
+ readonly operations: readonly RhiDebugOperationDescriptor[];
74
+ }
75
+ export declare const RHI_DEBUG_OPERATION_MANIFEST: RhiDebugOperationManifest;
76
+ export declare function discoverRhiDebugOperations(): readonly RhiDebugOperationDescriptor[];
77
+ export declare function renderRhiDebugHelp(): string;
78
+ export declare function recoverRhiDebugError(error: RhiDebugError): string;
79
+ export declare function runRhiDebugOperation(name: 'rhi.capture', input: RhiCaptureInput, context: RhiDebugOperationContext): Promise<CommandResult<ArtifactRef>>;
80
+ export declare function runRhiDebugOperation(name: 'rhi.summary', input: RhiSummaryInput, context: RhiDebugOperationContext): Promise<CommandResult<RhiSummaryOutput>>;
81
+ export declare function runRhiDebugOperation(name: 'rhi.inspect', input: RhiInspectInput, context: RhiDebugOperationContext): Promise<CommandResult<RhiInspectOutput>>;
82
+ export declare function runRhiDebugOperation(name: RhiDebugOperationName, input: RhiDebugOperationInput, context: RhiDebugOperationContext): Promise<CommandResult<RhiDebugOperationOutput>>;
83
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/rhi-debug/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,YAAY,EAEjB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAM,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,KAAK,EAAgB,aAAa,EAAE,MAAM,aAAa,CAAC;AAE/D,eAAO,MAAM,sBAAsB,EAAG,UAAmB,CAAC;AAE1D,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,IAAI,EAAE,OAAO,sBAAsB,CAAC;IAC7C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC;CAC5B;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,EAAE,OAAO,sBAAsB,CAAC;IAC7C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC;IAC3B,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC;CAC/B;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;CAC3C;AAED,MAAM,MAAM,qBAAqB,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,CAAC;AAElF,MAAM,MAAM,sBAAsB,GAAG,eAAe,GAAG,eAAe,GAAG,eAAe,CAAC;AAEzF,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC;IAC/B,QAAQ,CAAC,UAAU,EAAE,cAAc,CAAC;CACrC;AAED,MAAM,MAAM,uBAAuB,GAAG,WAAW,GAAG,gBAAgB,GAAG,gBAAgB,CAAC;AAExF,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,YAAY,EAAE,CACrB,KAAK,CAAC,EAAE,eAAe,KACpB,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC;IACrD,QAAQ,CAAC,YAAY,EAAE,CAAC,QAAQ,EAAE,WAAW,KAAK,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC;IACrF,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,YAAY,EAAE,CACrB,KAAK,CAAC,EAAE,eAAe,KACpB,OAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,aAAa,CAAC,CAAC,CAAC;IAC1D,QAAQ,CAAC,YAAY,EAAE,CAAC,QAAQ,EAAE,WAAW,KAAK,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC;IACrF,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC;CAC5E;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,qBAAqB,GAC1B,wBAAwB,CAkB1B;AAED,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;IACzD,QAAQ,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC;IAC3D,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IACtC,QAAQ,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAClC,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CACzC;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,IAAI,EAAE,qBAAqB,CAAC;IACrC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAC;IACjC,QAAQ,CAAC,YAAY,EAAE,UAAU,CAAC;IAClC,QAAQ,CAAC,aAAa,EAAE,SAAS,MAAM,EAAE,CAAC;CAC3C;AAED,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC;IACvC,QAAQ,CAAC,UAAU,EAAE,SAAS,2BAA2B,EAAE,CAAC;CAC7D;AAkCD,eAAO,MAAM,4BAA4B,EAAE,yBAyD1C,CAAC;AAEF,wBAAgB,0BAA0B,IAAI,SAAS,2BAA2B,EAAE,CAEnF;AAED,wBAAgB,kBAAkB,IAAI,MAAM,CAO3C;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,aAAa,GAAG,MAAM,CAsBjE;AA2ED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,aAAa,EACnB,KAAK,EAAE,eAAe,EACtB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC;AACvC,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,aAAa,EACnB,KAAK,EAAE,eAAe,EACtB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAC5C,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,aAAa,EACnB,KAAK,EAAE,eAAe,EACtB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAC5C,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,qBAAqB,EAC3B,KAAK,EAAE,sBAAsB,EAC7B,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sdk-cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk-cli.d.ts","sourceRoot":"","sources":["../src/sdk-cli.ts"],"names":[],"mappings":""}