@scheduler-systems/gal-run 0.0.322 → 0.0.324
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/dist/index.cjs +16 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3970,7 +3970,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
|
|
|
3970
3970
|
var init_constants = __esm({
|
|
3971
3971
|
"src/constants.ts"() {
|
|
3972
3972
|
"use strict";
|
|
3973
|
-
cliVersion = true ? "0.0.
|
|
3973
|
+
cliVersion = true ? "0.0.324" : "0.0.0-dev";
|
|
3974
3974
|
defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
|
|
3975
3975
|
BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
|
|
3976
3976
|
constants_default = BUILD_CONSTANTS;
|
|
@@ -4880,7 +4880,7 @@ function detectEnvironment() {
|
|
|
4880
4880
|
return "dev";
|
|
4881
4881
|
}
|
|
4882
4882
|
try {
|
|
4883
|
-
const version = true ? "0.0.
|
|
4883
|
+
const version = true ? "0.0.324" : void 0;
|
|
4884
4884
|
if (version && version.includes("-local")) {
|
|
4885
4885
|
return "dev";
|
|
4886
4886
|
}
|
|
@@ -5249,7 +5249,7 @@ function getId() {
|
|
|
5249
5249
|
}
|
|
5250
5250
|
function getCliVersion() {
|
|
5251
5251
|
try {
|
|
5252
|
-
return true ? "0.0.
|
|
5252
|
+
return true ? "0.0.324" : "0.0.0-dev";
|
|
5253
5253
|
} catch {
|
|
5254
5254
|
return "0.0.0-dev";
|
|
5255
5255
|
}
|
|
@@ -5669,6 +5669,13 @@ var init_feature_flags = __esm({
|
|
|
5669
5669
|
}
|
|
5670
5670
|
});
|
|
5671
5671
|
|
|
5672
|
+
// ../../packages/types/dist/billing.js
|
|
5673
|
+
var init_billing = __esm({
|
|
5674
|
+
"../../packages/types/dist/billing.js"() {
|
|
5675
|
+
"use strict";
|
|
5676
|
+
}
|
|
5677
|
+
});
|
|
5678
|
+
|
|
5672
5679
|
// ../../packages/types/dist/telemetry.js
|
|
5673
5680
|
var init_telemetry2 = __esm({
|
|
5674
5681
|
"../../packages/types/dist/telemetry.js"() {
|
|
@@ -6070,6 +6077,7 @@ var init_dist2 = __esm({
|
|
|
6070
6077
|
init_platform_registry();
|
|
6071
6078
|
init_llm_analysis();
|
|
6072
6079
|
init_feature_flags();
|
|
6080
|
+
init_billing();
|
|
6073
6081
|
init_telemetry2();
|
|
6074
6082
|
init_trainable_trace();
|
|
6075
6083
|
init_oauth();
|
|
@@ -6498,7 +6506,7 @@ var init_organization = __esm({
|
|
|
6498
6506
|
"../../packages/core/src/domain/organization.ts"() {
|
|
6499
6507
|
"use strict";
|
|
6500
6508
|
Organization = class {
|
|
6501
|
-
constructor(id, name, installationId2, accountType, totalRepos, totalConfigs, totalCommands, totalHooks, settings, commands, hooks, platforms, hookSettings, planTier, seatLimit, stripeCustomerId, stripeSubscriptionId, manualGrant, configRepoEnabled, configRepoUrl, configRepoCreatedAt, lastConfigSyncAt, lastScanAt, audienceTierRef, audienceTierSource, entitledFeatures, installedByGithubId, installedByLogin, createdAt = /* @__PURE__ */ new Date(), updatedAt = /* @__PURE__ */ new Date()) {
|
|
6509
|
+
constructor(id, name, installationId2, accountType, totalRepos, totalConfigs, totalCommands, totalHooks, settings, commands, hooks, platforms, hookSettings, planTier, seatLimit, stripeCustomerId, stripeSubscriptionId, manualGrant, configRepoEnabled, configRepoUrl, configRepoCreatedAt, lastConfigSyncAt, lastScanAt, audienceTierRef, audienceTierSource, entitledFeatures, installedByGithubId, installedByLogin, createdAt = /* @__PURE__ */ new Date(), updatedAt = /* @__PURE__ */ new Date(), memberCount) {
|
|
6502
6510
|
this.id = id;
|
|
6503
6511
|
this.name = name;
|
|
6504
6512
|
this.installationId = installationId2;
|
|
@@ -6529,6 +6537,7 @@ var init_organization = __esm({
|
|
|
6529
6537
|
this.installedByLogin = installedByLogin;
|
|
6530
6538
|
this.createdAt = createdAt;
|
|
6531
6539
|
this.updatedAt = updatedAt;
|
|
6540
|
+
this.memberCount = memberCount;
|
|
6532
6541
|
}
|
|
6533
6542
|
/**
|
|
6534
6543
|
* Check if a new team member can be added based on plan limits
|
|
@@ -11829,7 +11838,7 @@ var init_organization2 = __esm({
|
|
|
11829
11838
|
"../../packages/core/dist/domain/organization.js"() {
|
|
11830
11839
|
"use strict";
|
|
11831
11840
|
Organization2 = class {
|
|
11832
|
-
constructor(id, name, installationId2, accountType, totalRepos, totalConfigs, totalCommands, totalHooks, settings, commands, hooks, platforms, hookSettings, planTier, seatLimit, stripeCustomerId, stripeSubscriptionId, manualGrant, configRepoEnabled, configRepoUrl, configRepoCreatedAt, lastConfigSyncAt, lastScanAt, audienceTierRef, audienceTierSource, entitledFeatures, installedByGithubId, installedByLogin, createdAt = /* @__PURE__ */ new Date(), updatedAt = /* @__PURE__ */ new Date()) {
|
|
11841
|
+
constructor(id, name, installationId2, accountType, totalRepos, totalConfigs, totalCommands, totalHooks, settings, commands, hooks, platforms, hookSettings, planTier, seatLimit, stripeCustomerId, stripeSubscriptionId, manualGrant, configRepoEnabled, configRepoUrl, configRepoCreatedAt, lastConfigSyncAt, lastScanAt, audienceTierRef, audienceTierSource, entitledFeatures, installedByGithubId, installedByLogin, createdAt = /* @__PURE__ */ new Date(), updatedAt = /* @__PURE__ */ new Date(), memberCount) {
|
|
11833
11842
|
this.id = id;
|
|
11834
11843
|
this.name = name;
|
|
11835
11844
|
this.installationId = installationId2;
|
|
@@ -11860,6 +11869,7 @@ var init_organization2 = __esm({
|
|
|
11860
11869
|
this.installedByLogin = installedByLogin;
|
|
11861
11870
|
this.createdAt = createdAt;
|
|
11862
11871
|
this.updatedAt = updatedAt;
|
|
11872
|
+
this.memberCount = memberCount;
|
|
11863
11873
|
}
|
|
11864
11874
|
/**
|
|
11865
11875
|
* Check if a new team member can be added based on plan limits
|
|
@@ -55078,7 +55088,7 @@ var init_index = __esm({
|
|
|
55078
55088
|
});
|
|
55079
55089
|
|
|
55080
55090
|
// src/bootstrap.ts
|
|
55081
|
-
var cliVersion10 = true ? "0.0.
|
|
55091
|
+
var cliVersion10 = true ? "0.0.324" : "0.0.0-dev";
|
|
55082
55092
|
var args = process.argv.slice(2);
|
|
55083
55093
|
var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
|
|
55084
55094
|
var requestedVersion = args.length === 1 && (args[0] === "--version" || args[0] === "-V");
|
package/package.json
CHANGED