@rudderhq/cli 0.3.3-canary.3 → 0.3.3-canary.5
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.js +23 -0
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2723,6 +2723,28 @@ var init_project_mentions = __esm({
|
|
|
2723
2723
|
}
|
|
2724
2724
|
});
|
|
2725
2725
|
|
|
2726
|
+
// ../packages/shared/dist/issue-activity.js
|
|
2727
|
+
var ISSUE_UPDATE_ACTIVITY_METADATA_KEYS, LOW_SIGNAL_ISSUE_UPDATE_ACTIVITY_FIELDS, ISSUE_UPDATE_ACTIVITY_METADATA_KEY_SET, LOW_SIGNAL_ISSUE_UPDATE_ACTIVITY_FIELD_SET;
|
|
2728
|
+
var init_issue_activity = __esm({
|
|
2729
|
+
"../packages/shared/dist/issue-activity.js"() {
|
|
2730
|
+
"use strict";
|
|
2731
|
+
ISSUE_UPDATE_ACTIVITY_METADATA_KEYS = [
|
|
2732
|
+
"identifier",
|
|
2733
|
+
"issueIdentifier",
|
|
2734
|
+
"_previous",
|
|
2735
|
+
"_references",
|
|
2736
|
+
"source",
|
|
2737
|
+
"reopened",
|
|
2738
|
+
"reopenedFrom",
|
|
2739
|
+
"normalizedFromStatus",
|
|
2740
|
+
"normalizedReason"
|
|
2741
|
+
];
|
|
2742
|
+
LOW_SIGNAL_ISSUE_UPDATE_ACTIVITY_FIELDS = ["description", "title"];
|
|
2743
|
+
ISSUE_UPDATE_ACTIVITY_METADATA_KEY_SET = new Set(ISSUE_UPDATE_ACTIVITY_METADATA_KEYS);
|
|
2744
|
+
LOW_SIGNAL_ISSUE_UPDATE_ACTIVITY_FIELD_SET = new Set(LOW_SIGNAL_ISSUE_UPDATE_ACTIVITY_FIELDS);
|
|
2745
|
+
}
|
|
2746
|
+
});
|
|
2747
|
+
|
|
2726
2748
|
// ../packages/shared/dist/config-schema.js
|
|
2727
2749
|
import { z as z27 } from "zod";
|
|
2728
2750
|
var DEFAULT_DATABASE_BACKUP_MAX_ESTIMATED_BYTES, configMetaSchema, llmConfigSchema, databaseBackupConfigSchema, databaseConfigSchema, loggingConfigSchema, serverConfigSchema, authConfigSchema, storageLocalDiskConfigSchema, storageS3ConfigSchema, storageConfigSchema, secretsLocalEncryptedConfigSchema, secretsConfigSchema, langfuseConfigSchema, rudderConfigSchema;
|
|
@@ -2899,6 +2921,7 @@ var init_dist = __esm({
|
|
|
2899
2921
|
init_token_usage();
|
|
2900
2922
|
init_organization_skill_reference();
|
|
2901
2923
|
init_project_mentions();
|
|
2924
|
+
init_issue_activity();
|
|
2902
2925
|
init_config_schema();
|
|
2903
2926
|
}
|
|
2904
2927
|
});
|