@start9labs/start-sdk 0.4.0-beta.63 → 0.4.0-beta.65
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/CHANGELOG.md +8 -0
- package/base/lib/actions/input/inputSpecConstants.d.ts +10 -0
- package/base/lib/actions/input/inputSpecConstants.js +13 -0
- package/base/lib/actions/input/inputSpecConstants.js.map +1 -1
- package/base/lib/osBindings/Hostname.d.ts +1 -0
- package/base/lib/osBindings/Hostname.js +4 -0
- package/base/lib/osBindings/Hostname.js.map +1 -0
- package/package/lib/StartSdk.d.ts +12 -0
- package/package/lib/StartSdk.js +12 -0
- package/package/lib/StartSdk.js.map +1 -1
- package/package/lib/backup/Backups.d.ts +64 -0
- package/package/lib/backup/Backups.js +246 -0
- package/package/lib/backup/Backups.js.map +1 -1
- package/package/lib/index.d.ts +1 -1
- package/package/lib/index.js +2 -1
- package/package/lib/index.js.map +1 -1
- package/package/lib/test/output.d.ts +158 -0
- package/package/lib/test/output.js +446 -0
- package/package/lib/test/output.js.map +1 -0
- package/package/lib/test/output.sdk.d.ts +154 -0
- package/package/package.json +1 -1
- package/package.json +1 -1
|
@@ -2568,6 +2568,160 @@ export declare const sdk: {
|
|
|
2568
2568
|
};
|
|
2569
2569
|
};
|
|
2570
2570
|
}>;
|
|
2571
|
+
withPgDump: (config: import("../backup/Backups").PgDumpConfig<{
|
|
2572
|
+
id: "testOutput";
|
|
2573
|
+
title: string;
|
|
2574
|
+
license: string;
|
|
2575
|
+
packageRepo: string;
|
|
2576
|
+
upstreamRepo: string;
|
|
2577
|
+
marketingUrl: string;
|
|
2578
|
+
donationUrl: null;
|
|
2579
|
+
docsUrls: never[];
|
|
2580
|
+
description: {
|
|
2581
|
+
short: string;
|
|
2582
|
+
long: string;
|
|
2583
|
+
};
|
|
2584
|
+
images: {
|
|
2585
|
+
main: {
|
|
2586
|
+
source: {
|
|
2587
|
+
dockerTag: string;
|
|
2588
|
+
};
|
|
2589
|
+
arch: ["aarch64", "x86_64"];
|
|
2590
|
+
emulateMissingAs: "aarch64";
|
|
2591
|
+
};
|
|
2592
|
+
};
|
|
2593
|
+
volumes: never[];
|
|
2594
|
+
alerts: {
|
|
2595
|
+
install: null;
|
|
2596
|
+
update: null;
|
|
2597
|
+
uninstall: null;
|
|
2598
|
+
restore: null;
|
|
2599
|
+
start: null;
|
|
2600
|
+
stop: null;
|
|
2601
|
+
};
|
|
2602
|
+
dependencies: {
|
|
2603
|
+
'remote-test': {
|
|
2604
|
+
description: string;
|
|
2605
|
+
optional: false;
|
|
2606
|
+
s9pk: string;
|
|
2607
|
+
};
|
|
2608
|
+
};
|
|
2609
|
+
}>) => import("../backup/Backups").Backups<{
|
|
2610
|
+
id: "testOutput";
|
|
2611
|
+
title: string;
|
|
2612
|
+
license: string;
|
|
2613
|
+
packageRepo: string;
|
|
2614
|
+
upstreamRepo: string;
|
|
2615
|
+
marketingUrl: string;
|
|
2616
|
+
donationUrl: null;
|
|
2617
|
+
docsUrls: never[];
|
|
2618
|
+
description: {
|
|
2619
|
+
short: string;
|
|
2620
|
+
long: string;
|
|
2621
|
+
};
|
|
2622
|
+
images: {
|
|
2623
|
+
main: {
|
|
2624
|
+
source: {
|
|
2625
|
+
dockerTag: string;
|
|
2626
|
+
};
|
|
2627
|
+
arch: ["aarch64", "x86_64"];
|
|
2628
|
+
emulateMissingAs: "aarch64";
|
|
2629
|
+
};
|
|
2630
|
+
};
|
|
2631
|
+
volumes: never[];
|
|
2632
|
+
alerts: {
|
|
2633
|
+
install: null;
|
|
2634
|
+
update: null;
|
|
2635
|
+
uninstall: null;
|
|
2636
|
+
restore: null;
|
|
2637
|
+
start: null;
|
|
2638
|
+
stop: null;
|
|
2639
|
+
};
|
|
2640
|
+
dependencies: {
|
|
2641
|
+
'remote-test': {
|
|
2642
|
+
description: string;
|
|
2643
|
+
optional: false;
|
|
2644
|
+
s9pk: string;
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2647
|
+
}>;
|
|
2648
|
+
withMysqlDump: (config: import("../backup/Backups").MysqlDumpConfig<{
|
|
2649
|
+
id: "testOutput";
|
|
2650
|
+
title: string;
|
|
2651
|
+
license: string;
|
|
2652
|
+
packageRepo: string;
|
|
2653
|
+
upstreamRepo: string;
|
|
2654
|
+
marketingUrl: string;
|
|
2655
|
+
donationUrl: null;
|
|
2656
|
+
docsUrls: never[];
|
|
2657
|
+
description: {
|
|
2658
|
+
short: string;
|
|
2659
|
+
long: string;
|
|
2660
|
+
};
|
|
2661
|
+
images: {
|
|
2662
|
+
main: {
|
|
2663
|
+
source: {
|
|
2664
|
+
dockerTag: string;
|
|
2665
|
+
};
|
|
2666
|
+
arch: ["aarch64", "x86_64"];
|
|
2667
|
+
emulateMissingAs: "aarch64";
|
|
2668
|
+
};
|
|
2669
|
+
};
|
|
2670
|
+
volumes: never[];
|
|
2671
|
+
alerts: {
|
|
2672
|
+
install: null;
|
|
2673
|
+
update: null;
|
|
2674
|
+
uninstall: null;
|
|
2675
|
+
restore: null;
|
|
2676
|
+
start: null;
|
|
2677
|
+
stop: null;
|
|
2678
|
+
};
|
|
2679
|
+
dependencies: {
|
|
2680
|
+
'remote-test': {
|
|
2681
|
+
description: string;
|
|
2682
|
+
optional: false;
|
|
2683
|
+
s9pk: string;
|
|
2684
|
+
};
|
|
2685
|
+
};
|
|
2686
|
+
}>) => import("../backup/Backups").Backups<{
|
|
2687
|
+
id: "testOutput";
|
|
2688
|
+
title: string;
|
|
2689
|
+
license: string;
|
|
2690
|
+
packageRepo: string;
|
|
2691
|
+
upstreamRepo: string;
|
|
2692
|
+
marketingUrl: string;
|
|
2693
|
+
donationUrl: null;
|
|
2694
|
+
docsUrls: never[];
|
|
2695
|
+
description: {
|
|
2696
|
+
short: string;
|
|
2697
|
+
long: string;
|
|
2698
|
+
};
|
|
2699
|
+
images: {
|
|
2700
|
+
main: {
|
|
2701
|
+
source: {
|
|
2702
|
+
dockerTag: string;
|
|
2703
|
+
};
|
|
2704
|
+
arch: ["aarch64", "x86_64"];
|
|
2705
|
+
emulateMissingAs: "aarch64";
|
|
2706
|
+
};
|
|
2707
|
+
};
|
|
2708
|
+
volumes: never[];
|
|
2709
|
+
alerts: {
|
|
2710
|
+
install: null;
|
|
2711
|
+
update: null;
|
|
2712
|
+
uninstall: null;
|
|
2713
|
+
restore: null;
|
|
2714
|
+
start: null;
|
|
2715
|
+
stop: null;
|
|
2716
|
+
};
|
|
2717
|
+
dependencies: {
|
|
2718
|
+
'remote-test': {
|
|
2719
|
+
description: string;
|
|
2720
|
+
optional: false;
|
|
2721
|
+
s9pk: string;
|
|
2722
|
+
};
|
|
2723
|
+
};
|
|
2724
|
+
}>;
|
|
2571
2725
|
};
|
|
2572
2726
|
InputSpec: {
|
|
2573
2727
|
of: <Spec extends Record<string, import("../../../base/lib/actions/input/builder").Value<any>>>(spec: Spec) => import("../../../base/lib/actions/input/builder").InputSpec<{ [K in keyof Spec]: Spec[K] extends import("../../../base/lib/actions/input/builder").Value<infer T extends any, any, unknown> ? T : never; }, { [K_1 in keyof Spec]: Spec[K_1] extends import("../../../base/lib/actions/input/builder").Value<any, infer T_1, unknown> ? T_1 : never; }>;
|
package/package/package.json
CHANGED
package/package.json
CHANGED