@rbleattler/omp-ts-typegen 0.2025.1170004 → 0.2025.1210004

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/cache/schema.json CHANGED
@@ -2274,6 +2274,40 @@
2274
2274
  }
2275
2275
  }
2276
2276
  },
2277
+ {
2278
+ "if": {
2279
+ "properties": {
2280
+ "type": {
2281
+ "const": "http"
2282
+ }
2283
+ }
2284
+ },
2285
+ "then": {
2286
+ "title": "HTTP segment",
2287
+ "description": "https://ohmyposh.dev/docs/segments/web/http",
2288
+ "properties": {
2289
+ "properties": {
2290
+ "properties": {
2291
+ "url": {
2292
+ "type": "string",
2293
+ "title": "URL",
2294
+ "description": "The HTTP URL you want to call, supports templates",
2295
+ "default": ""
2296
+ },
2297
+ "method": {
2298
+ "type": "string",
2299
+ "title": "HTTP Method",
2300
+ "description": "The HTTP method to use",
2301
+ "enum": [
2302
+ "GET",
2303
+ "POST"
2304
+ ]
2305
+ }
2306
+ }
2307
+ }
2308
+ }
2309
+ }
2310
+ },
2277
2311
  {
2278
2312
  "if": {
2279
2313
  "properties": {
@@ -4940,338 +4974,8 @@
4940
4974
  }
4941
4975
  },
4942
4976
  "then": {
4943
- "title": "Plastic SCM Segment",
4944
- "description": "https://ohmyposh.dev/docs/segments/scm/plastic",
4945
- "properties": {
4946
- "properties": {
4947
- "properties": {
4948
- "fetch_status": {
4949
- "type": "boolean",
4950
- "title": "Display Status",
4951
- "description": "Display the local changes or not",
4952
- "default": false
4953
- },
4954
- "status_formats": {
4955
- "$ref": "#/definitions/status_formats"
4956
- },
4957
- "branch_icon": {
4958
- "type": "string",
4959
- "title": "Branch Icon",
4960
- "description": "The icon to use in front of the selector branch name",
4961
- "default": " "
4962
- },
4963
- "commit_icon": {
4964
- "type": "string",
4965
- "title": "Commit Icon",
4966
- "description": "Icon/text to display before the selector changeset",
4967
- "default": ""
4968
- },
4969
- "tag_icon": {
4970
- "type": "string",
4971
- "title": "Tag Icon",
4972
- "description": "Icon/text to display before the seletor label",
4973
- "default": ""
4974
- },
4975
- "truncate_symbol": {
4976
- "$ref": "#/definitions/truncate_symbol"
4977
- },
4978
- "branch_max_length": {
4979
- "$ref": "#/definitions/branch_max_length"
4980
- },
4981
- "full_branch_path": {
4982
- "$ref": "#/definitions/full_branch_path"
4983
- },
4984
- "native_fallback": {
4985
- "$ref": "#/definitions/native_fallback"
4986
- },
4987
- "mapped_branches": {
4988
- "$ref": "#/definitions/mapped_branches"
4989
- }
4990
- }
4991
- }
4992
- }
4993
- }
4994
- },
4995
- {
4996
- "if": {
4997
- "properties": {
4998
- "type": {
4999
- "const": "brewfather"
5000
- }
5001
- }
5002
- },
5003
- "then": {
5004
- "title": "Brewfather Batch Status",
5005
- "description": "https://ohmyposh.dev/docs/segments/web/brewfather",
5006
- "properties": {
5007
- "properties": {
5008
- "properties": {
5009
- "user_id": {
5010
- "type": "string",
5011
- "title": "Brewfather UserID (required)",
5012
- "description": "Provided by Brewfather's Generate API Key settings option",
5013
- "default": ""
5014
- },
5015
- "api_key": {
5016
- "type": "string",
5017
- "title": "Brewfather API Key (required)",
5018
- "description": "Provided by Brewfather's Generate API Key settings option",
5019
- "default": ""
5020
- },
5021
- "batch_id": {
5022
- "type": "string",
5023
- "title": "ID of the batch in Brewfather (required)",
5024
- "description": "At the end of the URL when viewing the batch on the Brewfather site",
5025
- "default": ""
5026
- },
5027
- "day_icon": {
5028
- "type": "string",
5029
- "title": "Icon to use to indicate days",
5030
- "description": "Appended to a number to indicate days, e.g. 25d",
5031
- "default": "d"
5032
- },
5033
- "http_timeout": {
5034
- "$ref": "#/definitions/http_timeout"
5035
- },
5036
- "doubleup_icon": {
5037
- "type": "string",
5038
- "title": "Temperature trend icon, very high positive change",
5039
- "description": "Delta between this and prior temperature reading is very high (> 4C by default), available intemplate as .TemperatureTrend",
5040
- "default": "↑↑"
5041
- },
5042
- "singleup_icon": {
5043
- "type": "string",
5044
- "title": "Temperature trend icon, high positive change",
5045
- "description": "Delta between this and prior temperature reading is high (2C < delta < 4C by default), available intemplate as .TemperatureTrend",
5046
- "default": "↑"
5047
- },
5048
- "fortyfiveup_icon": {
5049
- "type": "string",
5050
- "title": "Temperature trend icon, positive change",
5051
- "description": "Delta between this and prior temperature reading is positive (0.5C < delta < 2C by default), available intemplate as .TemperatureTrend",
5052
- "default": "↗"
5053
- },
5054
- "flat_icon": {
5055
- "type": "string",
5056
- "title": "Temperature trend icon, flat/small change",
5057
- "description": "Delta between this and prior temperature and this temperature reading (< +-0.5C change), available intemplate as .TemperatureTrend",
5058
- "default": "→"
5059
- },
5060
- "fortyfivedown_icon": {
5061
- "type": "string",
5062
- "title": "Temperature trend icon, v. negative change",
5063
- "description": "Delta between this and prior temperature reading is negative (-0.5C > delta > -2C by default), available intemplate as .TemperatureTrend",
5064
- "default": "↘"
5065
- },
5066
- "singledown_icon": {
5067
- "type": "string",
5068
- "title": "Temperature trend icon, high negative change",
5069
- "description": "Delta between this and prior temperature reading is large negative (-2C > delta > -4C by default), available intemplate as .TemperatureTrend",
5070
- "default": "↓"
5071
- },
5072
- "doubledown_icon": {
5073
- "type": "string",
5074
- "title": "Temperature trend icon, very high negative change",
5075
- "description": "Delta between this and prior temperature reading is very large negative (> -4C by default), available intemplate as .TemperatureTrend",
5076
- "default": "↓↓"
5077
- },
5078
- "planning_status_icon": {
5079
- "type": "string",
5080
- "title": "Icon for batch in planning",
5081
- "description": "Available in template as .StatusIcon",
5082
- "default": ""
5083
- },
5084
- "brewing_status_icon": {
5085
- "type": "string",
5086
- "title": "Icon for batch being brewed",
5087
- "description": "Available in template as .StatusIcon",
5088
- "default": ""
5089
- },
5090
- "fermenting_status_icon": {
5091
- "type": "string",
5092
- "title": "Icon for batch fermenting",
5093
- "description": "Available in template as .StatusIcon",
5094
- "default": ""
5095
- },
5096
- "conditioning_status_icon": {
5097
- "type": "string",
5098
- "title": "Icon for batch conditioning",
5099
- "description": "Available in template as .StatusIcon",
5100
- "default": ""
5101
- },
5102
- "completed_status_icon": {
5103
- "type": "string",
5104
- "title": "Icon for completed batch",
5105
- "description": "Available in template as .StatusIcon",
5106
- "default": ""
5107
- },
5108
- "archived_status_icon": {
5109
- "type": "string",
5110
- "title": "Icon for archived batch",
5111
- "description": "Available in template as .StatusIcon",
5112
- "default": ""
5113
- }
5114
- }
5115
- }
5116
- }
5117
- }
5118
- },
5119
- {
5120
- "if": {
5121
- "properties": {
5122
- "type": {
5123
- "const": "ipify"
5124
- }
5125
- }
5126
- },
5127
- "then": {
5128
- "title": "Display your external IP Address",
5129
- "description": "https://ohmyposh.dev/docs/segments/web/ipify",
5130
- "properties": {
5131
- "properties": {
5132
- "properties": {
5133
- "url": {
5134
- "type": "string",
5135
- "title": "URL",
5136
- "description": "The Ipify API URL",
5137
- "default": "https://api.ipify.org"
5138
- },
5139
- "http_timeout": {
5140
- "$ref": "#/definitions/http_timeout"
5141
- }
5142
- }
5143
- }
5144
- }
5145
- }
5146
- },
5147
- {
5148
- "if": {
5149
- "properties": {
5150
- "type": {
5151
- "const": "http"
5152
- }
5153
- }
5154
- },
5155
- "then": {
5156
- "title": "Display your any JSON property from any API",
5157
- "description": "https://ohmyposh.dev/docs/segments/web/http",
5158
- "properties": {
5159
- "properties": {
5160
- "properties": {
5161
- "url": {
5162
- "type": "string",
5163
- "title": "URL",
5164
- "description": "The HTTP URL",
5165
- "default": ""
5166
- },
5167
- "method": {
5168
- "type": "string",
5169
- "title": "HTTP method",
5170
- "description": "The HTTP method",
5171
- "default": "GET"
5172
- }
5173
- }
5174
- }
5175
- }
5176
- }
5177
- },
5178
- {
5179
- "if": {
5180
- "properties": {
5181
- "type": {
5182
- "const": "haskell"
5183
- }
5184
- }
5185
- },
5186
- "then": {
5187
- "title": "Haskell Segment",
5188
- "description": "https://ohmyposh.dev/docs/segments/languages/haskell",
5189
- "properties": {
5190
- "properties": {
5191
- "properties": {
5192
- "home_enabled": {
5193
- "$ref": "#/definitions/home_enabled"
5194
- },
5195
- "fetch_version": {
5196
- "$ref": "#/definitions/fetch_version"
5197
- },
5198
- "display_mode": {
5199
- "$ref": "#/definitions/display_mode"
5200
- },
5201
- "missing_command_text": {
5202
- "$ref": "#/definitions/missing_command_text"
5203
- },
5204
- "version_url_template": {
5205
- "$ref": "#/definitions/version_url_template"
5206
- },
5207
- "stack_ghc_mode": {
5208
- "type": "string",
5209
- "title": "Use Stack GHC",
5210
- "description": "Get the GHC version used by Stack. Will decrease performance. Boolean indicating whether stack ghc was used available in template as .StackGhc",
5211
- "enum": [
5212
- "always",
5213
- "package",
5214
- "never"
5215
- ],
5216
- "default": "never"
5217
- },
5218
- "extensions": {
5219
- "type": "array",
5220
- "title": "Extensions",
5221
- "description": "The extensions to look for when determining if the current directory is a Haskell project",
5222
- "default": [
5223
- "*.hs",
5224
- "*.lhs",
5225
- "stack.yaml",
5226
- "package.yaml",
5227
- "*.cabal",
5228
- "cabal.project"
5229
- ],
5230
- "items": {
5231
- "type": "string"
5232
- }
5233
- },
5234
- "folders": {
5235
- "$ref": "#/definitions/folders"
5236
- }
5237
- }
5238
- }
5239
- }
5240
- }
5241
- },
5242
- {
5243
- "if": {
5244
- "properties": {
5245
- "type": {
5246
- "const": "helm"
5247
- }
5248
- }
5249
- },
5250
- "then": {
5251
- "title": "Helm segment",
5252
- "description": "https://ohmyposh.dev/docs/segments/cli/helm",
5253
- "properties": {
5254
- "properties": {
5255
- "properties": {
5256
- "display_mode": {
5257
- "$ref": "#/definitions/display_mode"
5258
- }
5259
- }
5260
- }
5261
- }
5262
- }
5263
- },
5264
- {
5265
- "if": {
5266
- "properties": {
5267
- "type": {
5268
- "const": "ui5tooling"
5269
- }
5270
- }
5271
- },
5272
- "then": {
5273
- "title": "UI5 tooling CLI segment",
5274
- "description": "https://ohmyposh.dev/docs/segments/cli/ui5tooling",
4977
+ "title": "XMake Segment",
4978
+ "description": "https://ohmyposh.dev/docs/segments/cli/xmake",
5275
4979
  "properties": {
5276
4980
  "properties": {
5277
4981
  "properties": {
@@ -2,7 +2,7 @@
2
2
  * Oh My Posh TypeScript definitions
3
3
  *
4
4
  * Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
5
- * Generated on: 2025-04-27T00:04:17.282Z
5
+ * Generated on: 2025-05-01T00:04:20.544Z
6
6
  *
7
7
  * @see https://ohmyposh.dev/docs/
8
8
  */
package/dist/types/omp.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Oh My Posh TypeScript definitions
4
4
  *
5
5
  * Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
6
- * Generated on: 2025-04-27T00:04:17.282Z
6
+ * Generated on: 2025-05-01T00:04:20.544Z
7
7
  *
8
8
  * @see https://ohmyposh.dev/docs/
9
9
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbleattler/omp-ts-typegen",
3
- "version": "0.2025.1170004",
3
+ "version": "0.2025.1210004",
4
4
  "contributors": [
5
5
  {
6
6
  "name": "Rob Bleattler",
package/src/types/omp.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Oh My Posh TypeScript definitions
3
3
  *
4
4
  * Generated from schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/schema.json
5
- * Generated on: 2025-04-27T00:04:17.282Z
5
+ * Generated on: 2025-05-01T00:04:20.544Z
6
6
  *
7
7
  * @see https://ohmyposh.dev/docs/
8
8
  */
@@ -7,7 +7,7 @@ These errors can help identify issues in either the theme files or in the TypeSc
7
7
  - **Valid themes:** 122 (100%)
8
8
  - **Invalid themes:** 0 (0%)
9
9
 
10
- Last updated: 2025-04-27
10
+ Last updated: 2025-05-01
11
11
 
12
12
  ## Summary
13
13
 
@@ -6,7 +6,7 @@ This report shows the validation status of all themes in the [Oh My Posh](https:
6
6
  - **Valid themes:** 122 (100%)
7
7
  - **Invalid themes:** 0 (0%)
8
8
 
9
- Last updated: 2025-04-27
9
+ Last updated: 2025-05-01
10
10
 
11
11
  | Theme | Status |
12
12
  |-------|--------|