@numa-tech/numa 1.14.28 → 1.14.30
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 +35 -201
- package/dist/application-onboarding/client.d.ts +3 -17
- package/dist/application-onboarding/client.js +1 -14
- package/dist/application-onboarding/client.js.map +1 -1
- package/dist/application-onboarding/commands.d.ts +0 -2
- package/dist/application-onboarding/commands.js +5 -76
- package/dist/application-onboarding/commands.js.map +1 -1
- package/dist/application-onboarding/schemas.d.ts +28 -301
- package/dist/application-onboarding/schemas.js +13 -91
- package/dist/application-onboarding/schemas.js.map +1 -1
- package/dist/cli.js +0 -2
- package/dist/cli.js.map +1 -1
- package/dist/command-catalog.js +6 -336
- package/dist/command-catalog.js.map +1 -1
- package/dist/gitops/client.d.ts +0 -38
- package/dist/gitops/client.js +1 -9
- package/dist/gitops/client.js.map +1 -1
- package/dist/gitops/commands.js +1 -20
- package/dist/gitops/commands.js.map +1 -1
- package/dist/gitops/schemas.d.ts +0 -112
- package/dist/gitops/schemas.js +0 -38
- package/dist/gitops/schemas.js.map +1 -1
- package/dist/jenkins/commands.d.ts +0 -4
- package/dist/jenkins/commands.js +0 -10
- package/dist/jenkins/commands.js.map +1 -1
- package/dist/jenkins-jobs/commands.d.ts +0 -2
- package/dist/jenkins-jobs/commands.js +0 -2
- package/dist/jenkins-jobs/commands.js.map +1 -1
- package/dist/pipeline/commands.js +0 -2
- package/dist/pipeline/commands.js.map +1 -1
- package/dist/platform-profile.d.ts +2 -0
- package/dist/platform-profile.js +2 -1
- package/dist/platform-profile.js.map +1 -1
- package/package.json +4 -4
- package/skills/numa-create-application/SKILL.md +30 -163
- package/skills/numa-create-application/agents/openai.yaml +2 -2
- package/skills/numa-create-application/evals/evals.json +9 -150
- package/skills/numa-create-application/references/checklist.md +22 -139
- package/skills/numa-create-application/references/numa-cli.md +27 -257
- package/skills/numa-create-application/references/promote-workflows.md +22 -188
- package/skills/numa-create-application/scripts/inspect-project.mjs +1 -1
- package/skills/numa-jenkins-deployment/SKILL.md +21 -132
- package/skills/numa-jenkins-deployment/agents/openai.yaml +2 -2
- package/skills/numa-jenkins-deployment/evals/evals.json +9 -59
- package/skills/numa-jenkins-deployment/references/cli-contract.md +22 -101
- package/skills/numa-jenkins-deployment/references/diagnostics.md +2 -2
- package/skills/numa-jenkins-deployment/references/release-policy.md +19 -85
- package/skills/numa-local-flux-deploy/SKILL.md +1 -1
- package/skills/numa-local-flux-deploy/references/local-flux-release.md +1 -1
- package/dist/integration-bootstrap/client.d.ts +0 -61
- package/dist/integration-bootstrap/client.js +0 -293
- package/dist/integration-bootstrap/client.js.map +0 -1
- package/dist/integration-bootstrap/commands.d.ts +0 -86
- package/dist/integration-bootstrap/commands.js +0 -615
- package/dist/integration-bootstrap/commands.js.map +0 -1
- package/dist/integration-bootstrap/schemas.d.ts +0 -831
- package/dist/integration-bootstrap/schemas.js +0 -565
- package/dist/integration-bootstrap/schemas.js.map +0 -1
- package/dist/jenkins-gitops-rollouts/client.d.ts +0 -197
- package/dist/jenkins-gitops-rollouts/client.js +0 -126
- package/dist/jenkins-gitops-rollouts/client.js.map +0 -1
- package/dist/jenkins-gitops-rollouts/commands.d.ts +0 -50
- package/dist/jenkins-gitops-rollouts/commands.js +0 -358
- package/dist/jenkins-gitops-rollouts/commands.js.map +0 -1
- package/dist/jenkins-gitops-rollouts/schemas.d.ts +0 -217
- package/dist/jenkins-gitops-rollouts/schemas.js +0 -131
- package/dist/jenkins-gitops-rollouts/schemas.js.map +0 -1
- package/dist/platform-build-job-replans/client.d.ts +0 -291
- package/dist/platform-build-job-replans/client.js +0 -148
- package/dist/platform-build-job-replans/client.js.map +0 -1
- package/dist/platform-build-job-replans/commands.d.ts +0 -6
- package/dist/platform-build-job-replans/commands.js +0 -373
- package/dist/platform-build-job-replans/commands.js.map +0 -1
- package/dist/platform-build-job-replans/schemas.d.ts +0 -147
- package/dist/platform-build-job-replans/schemas.js +0 -151
- package/dist/platform-build-job-replans/schemas.js.map +0 -1
- package/dist/platform-build-rollouts/client.d.ts +0 -346
- package/dist/platform-build-rollouts/client.js +0 -153
- package/dist/platform-build-rollouts/client.js.map +0 -1
- package/dist/platform-build-rollouts/commands.d.ts +0 -98
- package/dist/platform-build-rollouts/commands.js +0 -465
- package/dist/platform-build-rollouts/commands.js.map +0 -1
- package/dist/platform-build-rollouts/schemas.d.ts +0 -348
- package/dist/platform-build-rollouts/schemas.js +0 -257
- package/dist/platform-build-rollouts/schemas.js.map +0 -1
- package/dist/platform-builds/client.d.ts +0 -147
- package/dist/platform-builds/client.js +0 -115
- package/dist/platform-builds/client.js.map +0 -1
- package/dist/platform-builds/commands.d.ts +0 -7
- package/dist/platform-builds/commands.js +0 -226
- package/dist/platform-builds/commands.js.map +0 -1
- package/dist/platform-builds/schemas.d.ts +0 -127
- package/dist/platform-builds/schemas.js +0 -66
- package/dist/platform-builds/schemas.js.map +0 -1
|
@@ -26,11 +26,9 @@ export declare const OnboardingStepStateSchema: z.ZodEnum<{
|
|
|
26
26
|
export declare const OnboardingCapabilityActionSchema: z.ZodEnum<{
|
|
27
27
|
APPLY: "APPLY";
|
|
28
28
|
CANCEL: "CANCEL";
|
|
29
|
-
CONFIGURE_OBSERVER_SCOPE: "CONFIGURE_OBSERVER_SCOPE";
|
|
30
29
|
CONFIRM_JENKINS_BINDING: "CONFIRM_JENKINS_BINDING";
|
|
31
30
|
CREATE_SESSION: "CREATE_SESSION";
|
|
32
31
|
DECIDE_FIRST_BUILD: "DECIDE_FIRST_BUILD";
|
|
33
|
-
ENSURE_WRITER_BOOTSTRAP: "ENSURE_WRITER_BOOTSTRAP";
|
|
34
32
|
LIST_REPOSITORIES: "LIST_REPOSITORIES";
|
|
35
33
|
PLAN_PUBLICATION: "PLAN_PUBLICATION";
|
|
36
34
|
PREFLIGHT: "PREFLIGHT";
|
|
@@ -204,15 +202,6 @@ export declare const OnboardingSpecSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
204
202
|
profileCode: z.ZodOptional<z.ZodString>;
|
|
205
203
|
profileVersion: z.ZodOptional<z.ZodString>;
|
|
206
204
|
structuralSpec: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
207
|
-
observerScopeIntent: z.ZodOptional<z.ZodObject<{
|
|
208
|
-
kustomizationNamespace: z.ZodString;
|
|
209
|
-
kustomizationName: z.ZodString;
|
|
210
|
-
helmReleaseNamespace: z.ZodString;
|
|
211
|
-
helmReleaseName: z.ZodString;
|
|
212
|
-
workloadNamespace: z.ZodString;
|
|
213
|
-
workloadKind: z.ZodString;
|
|
214
|
-
workloadName: z.ZodString;
|
|
215
|
-
}, z.core.$strict>>;
|
|
216
205
|
}, z.core.$strict>;
|
|
217
206
|
}, z.core.$strict>]>;
|
|
218
207
|
export declare const OnboardingSessionSchema: z.ZodObject<{
|
|
@@ -276,46 +265,6 @@ export declare const OnboardingJenkinsBindingSchema: z.ZodObject<{
|
|
|
276
265
|
productionLocked: z.ZodBoolean;
|
|
277
266
|
version: z.ZodNumber;
|
|
278
267
|
}, z.core.$strict>;
|
|
279
|
-
export declare const OnboardingObserverScopeSchema: z.ZodObject<{
|
|
280
|
-
scopeNo: z.ZodString;
|
|
281
|
-
targetKey: z.ZodString;
|
|
282
|
-
targetId: z.ZodNumber;
|
|
283
|
-
targetVersion: z.ZodNumber;
|
|
284
|
-
serviceBindingId: z.ZodNumber;
|
|
285
|
-
serviceBindingVersion: z.ZodNumber;
|
|
286
|
-
fluxInstallationId: z.ZodNumber;
|
|
287
|
-
fluxInstallationVersion: z.ZodNumber;
|
|
288
|
-
kustomizationNamespace: z.ZodString;
|
|
289
|
-
kustomizationName: z.ZodString;
|
|
290
|
-
helmReleaseNamespace: z.ZodString;
|
|
291
|
-
helmReleaseName: z.ZodString;
|
|
292
|
-
workloadNamespace: z.ZodString;
|
|
293
|
-
workloadKind: z.ZodString;
|
|
294
|
-
workloadName: z.ZodString;
|
|
295
|
-
status: z.ZodEnum<{
|
|
296
|
-
ACTIVE: "ACTIVE";
|
|
297
|
-
DISABLED: "DISABLED";
|
|
298
|
-
}>;
|
|
299
|
-
evidenceFreshness: z.ZodEnum<{
|
|
300
|
-
CURRENT: "CURRENT";
|
|
301
|
-
NONE: "NONE";
|
|
302
|
-
STALE: "STALE";
|
|
303
|
-
}>;
|
|
304
|
-
lastDriftState: z.ZodNullable<z.ZodEnum<{
|
|
305
|
-
EVIDENCE_INCOMPLETE: "EVIDENCE_INCOMPLETE";
|
|
306
|
-
HELM_RELEASE_NOT_READY: "HELM_RELEASE_NOT_READY";
|
|
307
|
-
IMAGE_MISMATCH: "IMAGE_MISMATCH";
|
|
308
|
-
IN_SYNC: "IN_SYNC";
|
|
309
|
-
KUSTOMIZATION_NOT_READY: "KUSTOMIZATION_NOT_READY";
|
|
310
|
-
RECONCILE_FAILED: "RECONCILE_FAILED";
|
|
311
|
-
REVISION_MISMATCH: "REVISION_MISMATCH";
|
|
312
|
-
SOURCE_NOT_READY: "SOURCE_NOT_READY";
|
|
313
|
-
WORKLOAD_NOT_READY: "WORKLOAD_NOT_READY";
|
|
314
|
-
}>>;
|
|
315
|
-
lastSequence: z.ZodNullable<z.ZodNumber>;
|
|
316
|
-
lastObservedAt: z.ZodNullable<z.ZodString>;
|
|
317
|
-
version: z.ZodNumber;
|
|
318
|
-
}, z.core.$strict>;
|
|
319
268
|
export declare const OnboardingBuildSchema: z.ZodObject<{
|
|
320
269
|
requestId: z.ZodString;
|
|
321
270
|
state: z.ZodEnum<{
|
|
@@ -366,17 +315,6 @@ export declare const OnboardingJenkinsBindingActionRequestSchema: z.ZodObject<{
|
|
|
366
315
|
bindingId: z.ZodNumber;
|
|
367
316
|
expectedVersion: z.ZodNumber;
|
|
368
317
|
}, z.core.$strict>;
|
|
369
|
-
export declare const OnboardingObserverScopeActionRequestSchema: z.ZodObject<{
|
|
370
|
-
serviceBindingId: z.ZodNumber;
|
|
371
|
-
kustomizationNamespace: z.ZodString;
|
|
372
|
-
kustomizationName: z.ZodString;
|
|
373
|
-
helmReleaseNamespace: z.ZodString;
|
|
374
|
-
helmReleaseName: z.ZodString;
|
|
375
|
-
workloadNamespace: z.ZodString;
|
|
376
|
-
workloadKind: z.ZodString;
|
|
377
|
-
workloadName: z.ZodString;
|
|
378
|
-
expectedVersion: z.ZodNumber;
|
|
379
|
-
}, z.core.$strict>;
|
|
380
318
|
export declare const OnboardingFirstBuildActionRequestSchema: z.ZodObject<{
|
|
381
319
|
decision: z.ZodEnum<{
|
|
382
320
|
DEFER: "DEFER";
|
|
@@ -615,132 +553,6 @@ export declare const OnboardingJenkinsBindingActionResponseSchema: z.ZodObject<{
|
|
|
615
553
|
}, z.core.$strict>;
|
|
616
554
|
replayed: z.ZodBoolean;
|
|
617
555
|
}, z.core.$strict>;
|
|
618
|
-
export declare const OnboardingObserverScopeActionResponseSchema: z.ZodObject<{
|
|
619
|
-
session: z.ZodObject<{
|
|
620
|
-
sessionNo: z.ZodString;
|
|
621
|
-
mode: z.ZodEnum<{
|
|
622
|
-
EXISTING: "EXISTING";
|
|
623
|
-
NEW: "NEW";
|
|
624
|
-
}>;
|
|
625
|
-
state: z.ZodEnum<{
|
|
626
|
-
CANCELLED: "CANCELLED";
|
|
627
|
-
COMPLETED: "COMPLETED";
|
|
628
|
-
DRAFT: "DRAFT";
|
|
629
|
-
FAILED: "FAILED";
|
|
630
|
-
PLANNED: "PLANNED";
|
|
631
|
-
READY: "READY";
|
|
632
|
-
RUNNING: "RUNNING";
|
|
633
|
-
VERIFYING: "VERIFYING";
|
|
634
|
-
WAITING_EXTERNAL: "WAITING_EXTERNAL";
|
|
635
|
-
}>;
|
|
636
|
-
currentStep: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
637
|
-
revision: z.ZodNumber;
|
|
638
|
-
draft: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
639
|
-
plan: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
640
|
-
planHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
641
|
-
result: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
642
|
-
requestedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
643
|
-
teamId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
644
|
-
applicationId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
645
|
-
templateId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
646
|
-
repositoryId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
647
|
-
provisioningTaskId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
648
|
-
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
649
|
-
createdAt: z.ZodOptional<z.ZodString>;
|
|
650
|
-
updatedAt: z.ZodOptional<z.ZodString>;
|
|
651
|
-
createdDate: z.ZodOptional<z.ZodString>;
|
|
652
|
-
lastModifiedDate: z.ZodOptional<z.ZodString>;
|
|
653
|
-
}, z.core.$loose>;
|
|
654
|
-
scope: z.ZodObject<{
|
|
655
|
-
scopeNo: z.ZodString;
|
|
656
|
-
targetKey: z.ZodString;
|
|
657
|
-
targetId: z.ZodNumber;
|
|
658
|
-
targetVersion: z.ZodNumber;
|
|
659
|
-
serviceBindingId: z.ZodNumber;
|
|
660
|
-
serviceBindingVersion: z.ZodNumber;
|
|
661
|
-
fluxInstallationId: z.ZodNumber;
|
|
662
|
-
fluxInstallationVersion: z.ZodNumber;
|
|
663
|
-
kustomizationNamespace: z.ZodString;
|
|
664
|
-
kustomizationName: z.ZodString;
|
|
665
|
-
helmReleaseNamespace: z.ZodString;
|
|
666
|
-
helmReleaseName: z.ZodString;
|
|
667
|
-
workloadNamespace: z.ZodString;
|
|
668
|
-
workloadKind: z.ZodString;
|
|
669
|
-
workloadName: z.ZodString;
|
|
670
|
-
status: z.ZodEnum<{
|
|
671
|
-
ACTIVE: "ACTIVE";
|
|
672
|
-
DISABLED: "DISABLED";
|
|
673
|
-
}>;
|
|
674
|
-
evidenceFreshness: z.ZodEnum<{
|
|
675
|
-
CURRENT: "CURRENT";
|
|
676
|
-
NONE: "NONE";
|
|
677
|
-
STALE: "STALE";
|
|
678
|
-
}>;
|
|
679
|
-
lastDriftState: z.ZodNullable<z.ZodEnum<{
|
|
680
|
-
EVIDENCE_INCOMPLETE: "EVIDENCE_INCOMPLETE";
|
|
681
|
-
HELM_RELEASE_NOT_READY: "HELM_RELEASE_NOT_READY";
|
|
682
|
-
IMAGE_MISMATCH: "IMAGE_MISMATCH";
|
|
683
|
-
IN_SYNC: "IN_SYNC";
|
|
684
|
-
KUSTOMIZATION_NOT_READY: "KUSTOMIZATION_NOT_READY";
|
|
685
|
-
RECONCILE_FAILED: "RECONCILE_FAILED";
|
|
686
|
-
REVISION_MISMATCH: "REVISION_MISMATCH";
|
|
687
|
-
SOURCE_NOT_READY: "SOURCE_NOT_READY";
|
|
688
|
-
WORKLOAD_NOT_READY: "WORKLOAD_NOT_READY";
|
|
689
|
-
}>>;
|
|
690
|
-
lastSequence: z.ZodNullable<z.ZodNumber>;
|
|
691
|
-
lastObservedAt: z.ZodNullable<z.ZodString>;
|
|
692
|
-
version: z.ZodNumber;
|
|
693
|
-
}, z.core.$strict>;
|
|
694
|
-
replayed: z.ZodBoolean;
|
|
695
|
-
}, z.core.$strict>;
|
|
696
|
-
export declare const OnboardingWriterBootstrapActionResponseSchema: z.ZodObject<{
|
|
697
|
-
session: z.ZodObject<{
|
|
698
|
-
sessionNo: z.ZodString;
|
|
699
|
-
mode: z.ZodEnum<{
|
|
700
|
-
EXISTING: "EXISTING";
|
|
701
|
-
NEW: "NEW";
|
|
702
|
-
}>;
|
|
703
|
-
state: z.ZodEnum<{
|
|
704
|
-
CANCELLED: "CANCELLED";
|
|
705
|
-
COMPLETED: "COMPLETED";
|
|
706
|
-
DRAFT: "DRAFT";
|
|
707
|
-
FAILED: "FAILED";
|
|
708
|
-
PLANNED: "PLANNED";
|
|
709
|
-
READY: "READY";
|
|
710
|
-
RUNNING: "RUNNING";
|
|
711
|
-
VERIFYING: "VERIFYING";
|
|
712
|
-
WAITING_EXTERNAL: "WAITING_EXTERNAL";
|
|
713
|
-
}>;
|
|
714
|
-
currentStep: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
715
|
-
revision: z.ZodNumber;
|
|
716
|
-
draft: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
717
|
-
plan: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
718
|
-
planHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
719
|
-
result: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
720
|
-
requestedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
721
|
-
teamId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
722
|
-
applicationId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
723
|
-
templateId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
724
|
-
repositoryId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
725
|
-
provisioningTaskId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
726
|
-
expiresAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
727
|
-
createdAt: z.ZodOptional<z.ZodString>;
|
|
728
|
-
updatedAt: z.ZodOptional<z.ZodString>;
|
|
729
|
-
createdDate: z.ZodOptional<z.ZodString>;
|
|
730
|
-
lastModifiedDate: z.ZodOptional<z.ZodString>;
|
|
731
|
-
}, z.core.$loose>;
|
|
732
|
-
runNo: z.ZodString;
|
|
733
|
-
planHash: z.ZodString;
|
|
734
|
-
state: z.ZodEnum<{
|
|
735
|
-
SUCCEEDED: "SUCCEEDED";
|
|
736
|
-
}>;
|
|
737
|
-
baseRevision: z.ZodNullable<z.ZodString>;
|
|
738
|
-
resultRevision: z.ZodString;
|
|
739
|
-
bindingId: z.ZodNumber;
|
|
740
|
-
bindingVersion: z.ZodNumber;
|
|
741
|
-
bindingConfigRevision: z.ZodString;
|
|
742
|
-
replayed: z.ZodBoolean;
|
|
743
|
-
}, z.core.$strict>;
|
|
744
556
|
export declare const OnboardingFirstBuildActionResponseSchema: z.ZodObject<{
|
|
745
557
|
session: z.ZodObject<{
|
|
746
558
|
sessionNo: z.ZodString;
|
|
@@ -867,18 +679,6 @@ export declare const OnboardingEventOutputSchema: z.ZodObject<{
|
|
|
867
679
|
gitopsBaseRevision: z.ZodOptional<z.ZodString>;
|
|
868
680
|
gitopsResultRevision: z.ZodOptional<z.ZodString>;
|
|
869
681
|
gitopsReviewUrl: z.ZodOptional<z.ZodString>;
|
|
870
|
-
observerScopeNo: z.ZodOptional<z.ZodString>;
|
|
871
|
-
observerScopeStatus: z.ZodOptional<z.ZodString>;
|
|
872
|
-
observerEvidenceFreshness: z.ZodOptional<z.ZodString>;
|
|
873
|
-
observerLastDriftState: z.ZodOptional<z.ZodString>;
|
|
874
|
-
observerLastSequence: z.ZodOptional<z.ZodNumber>;
|
|
875
|
-
observerLastObservedAt: z.ZodOptional<z.ZodString>;
|
|
876
|
-
platformWriterBootstrapRunNo: z.ZodOptional<z.ZodString>;
|
|
877
|
-
platformWriterBootstrapPlanHash: z.ZodOptional<z.ZodString>;
|
|
878
|
-
platformWriterBootstrapState: z.ZodOptional<z.ZodString>;
|
|
879
|
-
platformWriterBootstrapBaseRevision: z.ZodOptional<z.ZodString>;
|
|
880
|
-
platformWriterBootstrapResultRevision: z.ZodOptional<z.ZodString>;
|
|
881
|
-
platformWriterBootstrapTaskVersion: z.ZodOptional<z.ZodNumber>;
|
|
882
682
|
firstBuildDecision: z.ZodOptional<z.ZodString>;
|
|
883
683
|
firstBuildRequestId: z.ZodOptional<z.ZodString>;
|
|
884
684
|
firstBuildState: z.ZodOptional<z.ZodString>;
|
|
@@ -950,18 +750,6 @@ export declare const OnboardingEventSchema: z.ZodObject<{
|
|
|
950
750
|
gitopsBaseRevision: z.ZodOptional<z.ZodString>;
|
|
951
751
|
gitopsResultRevision: z.ZodOptional<z.ZodString>;
|
|
952
752
|
gitopsReviewUrl: z.ZodOptional<z.ZodString>;
|
|
953
|
-
observerScopeNo: z.ZodOptional<z.ZodString>;
|
|
954
|
-
observerScopeStatus: z.ZodOptional<z.ZodString>;
|
|
955
|
-
observerEvidenceFreshness: z.ZodOptional<z.ZodString>;
|
|
956
|
-
observerLastDriftState: z.ZodOptional<z.ZodString>;
|
|
957
|
-
observerLastSequence: z.ZodOptional<z.ZodNumber>;
|
|
958
|
-
observerLastObservedAt: z.ZodOptional<z.ZodString>;
|
|
959
|
-
platformWriterBootstrapRunNo: z.ZodOptional<z.ZodString>;
|
|
960
|
-
platformWriterBootstrapPlanHash: z.ZodOptional<z.ZodString>;
|
|
961
|
-
platformWriterBootstrapState: z.ZodOptional<z.ZodString>;
|
|
962
|
-
platformWriterBootstrapBaseRevision: z.ZodOptional<z.ZodString>;
|
|
963
|
-
platformWriterBootstrapResultRevision: z.ZodOptional<z.ZodString>;
|
|
964
|
-
platformWriterBootstrapTaskVersion: z.ZodOptional<z.ZodNumber>;
|
|
965
753
|
firstBuildDecision: z.ZodOptional<z.ZodString>;
|
|
966
754
|
firstBuildRequestId: z.ZodOptional<z.ZodString>;
|
|
967
755
|
firstBuildState: z.ZodOptional<z.ZodString>;
|
|
@@ -1230,18 +1018,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1230
1018
|
gitopsBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1231
1019
|
gitopsResultRevision: z.ZodOptional<z.ZodString>;
|
|
1232
1020
|
gitopsReviewUrl: z.ZodOptional<z.ZodString>;
|
|
1233
|
-
observerScopeNo: z.ZodOptional<z.ZodString>;
|
|
1234
|
-
observerScopeStatus: z.ZodOptional<z.ZodString>;
|
|
1235
|
-
observerEvidenceFreshness: z.ZodOptional<z.ZodString>;
|
|
1236
|
-
observerLastDriftState: z.ZodOptional<z.ZodString>;
|
|
1237
|
-
observerLastSequence: z.ZodOptional<z.ZodNumber>;
|
|
1238
|
-
observerLastObservedAt: z.ZodOptional<z.ZodString>;
|
|
1239
|
-
platformWriterBootstrapRunNo: z.ZodOptional<z.ZodString>;
|
|
1240
|
-
platformWriterBootstrapPlanHash: z.ZodOptional<z.ZodString>;
|
|
1241
|
-
platformWriterBootstrapState: z.ZodOptional<z.ZodString>;
|
|
1242
|
-
platformWriterBootstrapBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1243
|
-
platformWriterBootstrapResultRevision: z.ZodOptional<z.ZodString>;
|
|
1244
|
-
platformWriterBootstrapTaskVersion: z.ZodOptional<z.ZodNumber>;
|
|
1245
1021
|
firstBuildDecision: z.ZodOptional<z.ZodString>;
|
|
1246
1022
|
firstBuildRequestId: z.ZodOptional<z.ZodString>;
|
|
1247
1023
|
firstBuildState: z.ZodOptional<z.ZodString>;
|
|
@@ -1323,18 +1099,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1323
1099
|
gitopsBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1324
1100
|
gitopsResultRevision: z.ZodOptional<z.ZodString>;
|
|
1325
1101
|
gitopsReviewUrl: z.ZodOptional<z.ZodString>;
|
|
1326
|
-
observerScopeNo: z.ZodOptional<z.ZodString>;
|
|
1327
|
-
observerScopeStatus: z.ZodOptional<z.ZodString>;
|
|
1328
|
-
observerEvidenceFreshness: z.ZodOptional<z.ZodString>;
|
|
1329
|
-
observerLastDriftState: z.ZodOptional<z.ZodString>;
|
|
1330
|
-
observerLastSequence: z.ZodOptional<z.ZodNumber>;
|
|
1331
|
-
observerLastObservedAt: z.ZodOptional<z.ZodString>;
|
|
1332
|
-
platformWriterBootstrapRunNo: z.ZodOptional<z.ZodString>;
|
|
1333
|
-
platformWriterBootstrapPlanHash: z.ZodOptional<z.ZodString>;
|
|
1334
|
-
platformWriterBootstrapState: z.ZodOptional<z.ZodString>;
|
|
1335
|
-
platformWriterBootstrapBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1336
|
-
platformWriterBootstrapResultRevision: z.ZodOptional<z.ZodString>;
|
|
1337
|
-
platformWriterBootstrapTaskVersion: z.ZodOptional<z.ZodNumber>;
|
|
1338
1102
|
firstBuildDecision: z.ZodOptional<z.ZodString>;
|
|
1339
1103
|
firstBuildRequestId: z.ZodOptional<z.ZodString>;
|
|
1340
1104
|
firstBuildState: z.ZodOptional<z.ZodString>;
|
|
@@ -1417,18 +1181,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1417
1181
|
gitopsBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1418
1182
|
gitopsResultRevision: z.ZodOptional<z.ZodString>;
|
|
1419
1183
|
gitopsReviewUrl: z.ZodOptional<z.ZodString>;
|
|
1420
|
-
observerScopeNo: z.ZodOptional<z.ZodString>;
|
|
1421
|
-
observerScopeStatus: z.ZodOptional<z.ZodString>;
|
|
1422
|
-
observerEvidenceFreshness: z.ZodOptional<z.ZodString>;
|
|
1423
|
-
observerLastDriftState: z.ZodOptional<z.ZodString>;
|
|
1424
|
-
observerLastSequence: z.ZodOptional<z.ZodNumber>;
|
|
1425
|
-
observerLastObservedAt: z.ZodOptional<z.ZodString>;
|
|
1426
|
-
platformWriterBootstrapRunNo: z.ZodOptional<z.ZodString>;
|
|
1427
|
-
platformWriterBootstrapPlanHash: z.ZodOptional<z.ZodString>;
|
|
1428
|
-
platformWriterBootstrapState: z.ZodOptional<z.ZodString>;
|
|
1429
|
-
platformWriterBootstrapBaseRevision: z.ZodOptional<z.ZodString>;
|
|
1430
|
-
platformWriterBootstrapResultRevision: z.ZodOptional<z.ZodString>;
|
|
1431
|
-
platformWriterBootstrapTaskVersion: z.ZodOptional<z.ZodNumber>;
|
|
1432
1184
|
firstBuildDecision: z.ZodOptional<z.ZodString>;
|
|
1433
1185
|
firstBuildRequestId: z.ZodOptional<z.ZodString>;
|
|
1434
1186
|
firstBuildState: z.ZodOptional<z.ZodString>;
|
|
@@ -1503,18 +1255,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1503
1255
|
gitopsBaseRevision?: string | undefined;
|
|
1504
1256
|
gitopsResultRevision?: string | undefined;
|
|
1505
1257
|
gitopsReviewUrl?: string | undefined;
|
|
1506
|
-
observerScopeNo?: string | undefined;
|
|
1507
|
-
observerScopeStatus?: string | undefined;
|
|
1508
|
-
observerEvidenceFreshness?: string | undefined;
|
|
1509
|
-
observerLastDriftState?: string | undefined;
|
|
1510
|
-
observerLastSequence?: number | undefined;
|
|
1511
|
-
observerLastObservedAt?: string | undefined;
|
|
1512
|
-
platformWriterBootstrapRunNo?: string | undefined;
|
|
1513
|
-
platformWriterBootstrapPlanHash?: string | undefined;
|
|
1514
|
-
platformWriterBootstrapState?: string | undefined;
|
|
1515
|
-
platformWriterBootstrapBaseRevision?: string | undefined;
|
|
1516
|
-
platformWriterBootstrapResultRevision?: string | undefined;
|
|
1517
|
-
platformWriterBootstrapTaskVersion?: number | undefined;
|
|
1518
1258
|
firstBuildDecision?: string | undefined;
|
|
1519
1259
|
firstBuildRequestId?: string | undefined;
|
|
1520
1260
|
firstBuildState?: string | undefined;
|
|
@@ -1586,18 +1326,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1586
1326
|
gitopsBaseRevision?: string | undefined;
|
|
1587
1327
|
gitopsResultRevision?: string | undefined;
|
|
1588
1328
|
gitopsReviewUrl?: string | undefined;
|
|
1589
|
-
observerScopeNo?: string | undefined;
|
|
1590
|
-
observerScopeStatus?: string | undefined;
|
|
1591
|
-
observerEvidenceFreshness?: string | undefined;
|
|
1592
|
-
observerLastDriftState?: string | undefined;
|
|
1593
|
-
observerLastSequence?: number | undefined;
|
|
1594
|
-
observerLastObservedAt?: string | undefined;
|
|
1595
|
-
platformWriterBootstrapRunNo?: string | undefined;
|
|
1596
|
-
platformWriterBootstrapPlanHash?: string | undefined;
|
|
1597
|
-
platformWriterBootstrapState?: string | undefined;
|
|
1598
|
-
platformWriterBootstrapBaseRevision?: string | undefined;
|
|
1599
|
-
platformWriterBootstrapResultRevision?: string | undefined;
|
|
1600
|
-
platformWriterBootstrapTaskVersion?: number | undefined;
|
|
1601
1329
|
firstBuildDecision?: string | undefined;
|
|
1602
1330
|
firstBuildRequestId?: string | undefined;
|
|
1603
1331
|
firstBuildState?: string | undefined;
|
|
@@ -1669,18 +1397,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1669
1397
|
gitopsBaseRevision?: string | undefined;
|
|
1670
1398
|
gitopsResultRevision?: string | undefined;
|
|
1671
1399
|
gitopsReviewUrl?: string | undefined;
|
|
1672
|
-
observerScopeNo?: string | undefined;
|
|
1673
|
-
observerScopeStatus?: string | undefined;
|
|
1674
|
-
observerEvidenceFreshness?: string | undefined;
|
|
1675
|
-
observerLastDriftState?: string | undefined;
|
|
1676
|
-
observerLastSequence?: number | undefined;
|
|
1677
|
-
observerLastObservedAt?: string | undefined;
|
|
1678
|
-
platformWriterBootstrapRunNo?: string | undefined;
|
|
1679
|
-
platformWriterBootstrapPlanHash?: string | undefined;
|
|
1680
|
-
platformWriterBootstrapState?: string | undefined;
|
|
1681
|
-
platformWriterBootstrapBaseRevision?: string | undefined;
|
|
1682
|
-
platformWriterBootstrapResultRevision?: string | undefined;
|
|
1683
|
-
platformWriterBootstrapTaskVersion?: number | undefined;
|
|
1684
1400
|
firstBuildDecision?: string | undefined;
|
|
1685
1401
|
firstBuildRequestId?: string | undefined;
|
|
1686
1402
|
firstBuildState?: string | undefined;
|
|
@@ -1751,18 +1467,6 @@ export declare const OnboardingEventListSchema: z.ZodPipe<z.ZodUnion<readonly [z
|
|
|
1751
1467
|
gitopsBaseRevision?: string | undefined;
|
|
1752
1468
|
gitopsResultRevision?: string | undefined;
|
|
1753
1469
|
gitopsReviewUrl?: string | undefined;
|
|
1754
|
-
observerScopeNo?: string | undefined;
|
|
1755
|
-
observerScopeStatus?: string | undefined;
|
|
1756
|
-
observerEvidenceFreshness?: string | undefined;
|
|
1757
|
-
observerLastDriftState?: string | undefined;
|
|
1758
|
-
observerLastSequence?: number | undefined;
|
|
1759
|
-
observerLastObservedAt?: string | undefined;
|
|
1760
|
-
platformWriterBootstrapRunNo?: string | undefined;
|
|
1761
|
-
platformWriterBootstrapPlanHash?: string | undefined;
|
|
1762
|
-
platformWriterBootstrapState?: string | undefined;
|
|
1763
|
-
platformWriterBootstrapBaseRevision?: string | undefined;
|
|
1764
|
-
platformWriterBootstrapResultRevision?: string | undefined;
|
|
1765
|
-
platformWriterBootstrapTaskVersion?: number | undefined;
|
|
1766
1470
|
firstBuildDecision?: string | undefined;
|
|
1767
1471
|
firstBuildRequestId?: string | undefined;
|
|
1768
1472
|
firstBuildState?: string | undefined;
|
|
@@ -1791,11 +1495,9 @@ export declare const OnboardingCapabilitiesSchema: z.ZodObject<{
|
|
|
1791
1495
|
actions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1792
1496
|
APPLY: "APPLY";
|
|
1793
1497
|
CANCEL: "CANCEL";
|
|
1794
|
-
CONFIGURE_OBSERVER_SCOPE: "CONFIGURE_OBSERVER_SCOPE";
|
|
1795
1498
|
CONFIRM_JENKINS_BINDING: "CONFIRM_JENKINS_BINDING";
|
|
1796
1499
|
CREATE_SESSION: "CREATE_SESSION";
|
|
1797
1500
|
DECIDE_FIRST_BUILD: "DECIDE_FIRST_BUILD";
|
|
1798
|
-
ENSURE_WRITER_BOOTSTRAP: "ENSURE_WRITER_BOOTSTRAP";
|
|
1799
1501
|
LIST_REPOSITORIES: "LIST_REPOSITORIES";
|
|
1800
1502
|
PLAN_PUBLICATION: "PLAN_PUBLICATION";
|
|
1801
1503
|
PREFLIGHT: "PREFLIGHT";
|
|
@@ -2146,6 +1848,11 @@ export declare const ScmAdminConnectionInputSchema: z.ZodObject<{
|
|
|
2146
1848
|
GITHUB_APP: "GITHUB_APP";
|
|
2147
1849
|
GITHUB_PAT: "GITHUB_PAT";
|
|
2148
1850
|
}>;
|
|
1851
|
+
jenkinsScmCredentialId: z.ZodOptional<z.ZodString>;
|
|
1852
|
+
jenkinsScmProtocol: z.ZodOptional<z.ZodEnum<{
|
|
1853
|
+
HTTPS: "HTTPS";
|
|
1854
|
+
SSH: "SSH";
|
|
1855
|
+
}>>;
|
|
2149
1856
|
aliyunAccountId: z.ZodOptional<z.ZodNumber>;
|
|
2150
1857
|
aliyunAssumeRoleId: z.ZodOptional<z.ZodNumber>;
|
|
2151
1858
|
status: z.ZodEnum<{
|
|
@@ -2170,6 +1877,11 @@ export declare const ScmAdminConnectionSchema: z.ZodObject<{
|
|
|
2170
1877
|
GITHUB_APP: "GITHUB_APP";
|
|
2171
1878
|
GITHUB_PAT: "GITHUB_PAT";
|
|
2172
1879
|
}>;
|
|
1880
|
+
jenkinsScmCredentialId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1881
|
+
jenkinsScmProtocol: z.ZodOptional<z.ZodEnum<{
|
|
1882
|
+
HTTPS: "HTTPS";
|
|
1883
|
+
SSH: "SSH";
|
|
1884
|
+
}>>;
|
|
2173
1885
|
aliyunAccountId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2174
1886
|
aliyunAssumeRoleId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2175
1887
|
capabilities: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodArray<z.ZodString>]>, z.ZodTransform<Record<string, boolean>, string[] | Record<string, boolean>>>>;
|
|
@@ -2204,6 +1916,11 @@ export declare const ScmAdminConnectionListSchema: z.ZodPipe<z.ZodUnion<readonly
|
|
|
2204
1916
|
GITHUB_APP: "GITHUB_APP";
|
|
2205
1917
|
GITHUB_PAT: "GITHUB_PAT";
|
|
2206
1918
|
}>;
|
|
1919
|
+
jenkinsScmCredentialId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1920
|
+
jenkinsScmProtocol: z.ZodOptional<z.ZodEnum<{
|
|
1921
|
+
HTTPS: "HTTPS";
|
|
1922
|
+
SSH: "SSH";
|
|
1923
|
+
}>>;
|
|
2207
1924
|
aliyunAccountId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2208
1925
|
aliyunAssumeRoleId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2209
1926
|
capabilities: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodArray<z.ZodString>]>, z.ZodTransform<Record<string, boolean>, string[] | Record<string, boolean>>>>;
|
|
@@ -2238,6 +1955,11 @@ export declare const ScmAdminConnectionListSchema: z.ZodPipe<z.ZodUnion<readonly
|
|
|
2238
1955
|
GITHUB_APP: "GITHUB_APP";
|
|
2239
1956
|
GITHUB_PAT: "GITHUB_PAT";
|
|
2240
1957
|
}>;
|
|
1958
|
+
jenkinsScmCredentialId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1959
|
+
jenkinsScmProtocol: z.ZodOptional<z.ZodEnum<{
|
|
1960
|
+
HTTPS: "HTTPS";
|
|
1961
|
+
SSH: "SSH";
|
|
1962
|
+
}>>;
|
|
2241
1963
|
aliyunAccountId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2242
1964
|
aliyunAssumeRoleId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2243
1965
|
capabilities: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodArray<z.ZodString>]>, z.ZodTransform<Record<string, boolean>, string[] | Record<string, boolean>>>>;
|
|
@@ -2264,6 +1986,8 @@ export declare const ScmAdminConnectionListSchema: z.ZodPipe<z.ZodUnion<readonly
|
|
|
2264
1986
|
baseUrl: string;
|
|
2265
1987
|
organizationKey: string;
|
|
2266
1988
|
authType: "CODEUP_OPENAPI" | "GITHUB_APP" | "GITHUB_PAT";
|
|
1989
|
+
jenkinsScmCredentialId?: string | null | undefined;
|
|
1990
|
+
jenkinsScmProtocol?: "HTTPS" | "SSH" | undefined;
|
|
2267
1991
|
aliyunAccountId?: number | null | undefined;
|
|
2268
1992
|
aliyunAssumeRoleId?: number | null | undefined;
|
|
2269
1993
|
capabilities: Record<string, boolean>;
|
|
@@ -2286,6 +2010,8 @@ export declare const ScmAdminConnectionListSchema: z.ZodPipe<z.ZodUnion<readonly
|
|
|
2286
2010
|
baseUrl: string;
|
|
2287
2011
|
organizationKey: string;
|
|
2288
2012
|
authType: "CODEUP_OPENAPI" | "GITHUB_APP" | "GITHUB_PAT";
|
|
2013
|
+
jenkinsScmCredentialId?: string | null | undefined;
|
|
2014
|
+
jenkinsScmProtocol?: "HTTPS" | "SSH" | undefined;
|
|
2289
2015
|
aliyunAccountId?: number | null | undefined;
|
|
2290
2016
|
aliyunAssumeRoleId?: number | null | undefined;
|
|
2291
2017
|
capabilities: Record<string, boolean>;
|
|
@@ -2307,6 +2033,8 @@ export declare const ScmAdminConnectionListSchema: z.ZodPipe<z.ZodUnion<readonly
|
|
|
2307
2033
|
baseUrl: string;
|
|
2308
2034
|
organizationKey: string;
|
|
2309
2035
|
authType: "CODEUP_OPENAPI" | "GITHUB_APP" | "GITHUB_PAT";
|
|
2036
|
+
jenkinsScmCredentialId?: string | null | undefined;
|
|
2037
|
+
jenkinsScmProtocol?: "HTTPS" | "SSH" | undefined;
|
|
2310
2038
|
aliyunAccountId?: number | null | undefined;
|
|
2311
2039
|
aliyunAssumeRoleId?: number | null | undefined;
|
|
2312
2040
|
capabilities: Record<string, boolean>;
|
|
@@ -2334,6 +2062,7 @@ export declare const CodeupOpenApiCredentialSchema: z.ZodObject<{
|
|
|
2334
2062
|
accessToken: z.ZodString;
|
|
2335
2063
|
cloneUsername: z.ZodOptional<z.ZodString>;
|
|
2336
2064
|
clonePassword: z.ZodOptional<z.ZodString>;
|
|
2065
|
+
clonePrivateKeyPem: z.ZodOptional<z.ZodString>;
|
|
2337
2066
|
}, z.core.$strict>;
|
|
2338
2067
|
export declare const ScmCredentialUpdateSchema: z.ZodObject<{
|
|
2339
2068
|
version: z.ZodNumber;
|
|
@@ -2349,6 +2078,7 @@ export declare const ScmCredentialUpdateSchema: z.ZodObject<{
|
|
|
2349
2078
|
accessToken: z.ZodString;
|
|
2350
2079
|
cloneUsername: z.ZodOptional<z.ZodString>;
|
|
2351
2080
|
clonePassword: z.ZodOptional<z.ZodString>;
|
|
2081
|
+
clonePrivateKeyPem: z.ZodOptional<z.ZodString>;
|
|
2352
2082
|
}, z.core.$strict>>;
|
|
2353
2083
|
}, z.core.$strict>;
|
|
2354
2084
|
export declare const OnboardingObjectListSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -2378,9 +2108,6 @@ export type OnboardingPublicationPlanActionResponse = z.infer<typeof OnboardingP
|
|
|
2378
2108
|
export type OnboardingPublicationPlanResolutionResponse = z.infer<typeof OnboardingPublicationPlanResolutionResponseSchema>;
|
|
2379
2109
|
export type OnboardingJenkinsBindingActionRequest = z.infer<typeof OnboardingJenkinsBindingActionRequestSchema>;
|
|
2380
2110
|
export type OnboardingJenkinsBindingActionResponse = z.infer<typeof OnboardingJenkinsBindingActionResponseSchema>;
|
|
2381
|
-
export type OnboardingObserverScopeActionRequest = z.infer<typeof OnboardingObserverScopeActionRequestSchema>;
|
|
2382
|
-
export type OnboardingObserverScopeActionResponse = z.infer<typeof OnboardingObserverScopeActionResponseSchema>;
|
|
2383
|
-
export type OnboardingWriterBootstrapActionResponse = z.infer<typeof OnboardingWriterBootstrapActionResponseSchema>;
|
|
2384
2111
|
export type OnboardingFirstBuildActionRequest = z.infer<typeof OnboardingFirstBuildActionRequestSchema>;
|
|
2385
2112
|
export type OnboardingFirstBuildActionResponse = z.infer<typeof OnboardingFirstBuildActionResponseSchema>;
|
|
2386
2113
|
export type ScmProvider = z.infer<typeof ScmProviderSchema>;
|