@almadar/patterns 2.45.0 → 2.46.0
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/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +732 -0
- package/dist/index.js +637 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +635 -1
- package/dist/registry.json +635 -1
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-17T02:
|
|
3
|
+
"exportedAt": "2026-06-17T02:56:15.601Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -14051,6 +14051,323 @@
|
|
|
14051
14051
|
],
|
|
14052
14052
|
"description": "Unit draw-size multiplier",
|
|
14053
14053
|
"default": 1
|
|
14054
|
+
},
|
|
14055
|
+
"tiles": {
|
|
14056
|
+
"types": [
|
|
14057
|
+
"array"
|
|
14058
|
+
],
|
|
14059
|
+
"description": "Direct tile data — forwarded to BattleBoard; takes priority over entity.",
|
|
14060
|
+
"items": {
|
|
14061
|
+
"types": [
|
|
14062
|
+
"object"
|
|
14063
|
+
],
|
|
14064
|
+
"properties": {
|
|
14065
|
+
"id": {
|
|
14066
|
+
"types": [
|
|
14067
|
+
"string"
|
|
14068
|
+
]
|
|
14069
|
+
},
|
|
14070
|
+
"x": {
|
|
14071
|
+
"types": [
|
|
14072
|
+
"number"
|
|
14073
|
+
]
|
|
14074
|
+
},
|
|
14075
|
+
"y": {
|
|
14076
|
+
"types": [
|
|
14077
|
+
"number"
|
|
14078
|
+
]
|
|
14079
|
+
},
|
|
14080
|
+
"z": {
|
|
14081
|
+
"types": [
|
|
14082
|
+
"number"
|
|
14083
|
+
]
|
|
14084
|
+
},
|
|
14085
|
+
"terrain": {
|
|
14086
|
+
"types": [
|
|
14087
|
+
"string"
|
|
14088
|
+
]
|
|
14089
|
+
},
|
|
14090
|
+
"type": {
|
|
14091
|
+
"types": [
|
|
14092
|
+
"string"
|
|
14093
|
+
]
|
|
14094
|
+
},
|
|
14095
|
+
"terrainSprite": {
|
|
14096
|
+
"types": [
|
|
14097
|
+
"asset"
|
|
14098
|
+
]
|
|
14099
|
+
},
|
|
14100
|
+
"passable": {
|
|
14101
|
+
"types": [
|
|
14102
|
+
"boolean"
|
|
14103
|
+
]
|
|
14104
|
+
},
|
|
14105
|
+
"movementCost": {
|
|
14106
|
+
"types": [
|
|
14107
|
+
"number"
|
|
14108
|
+
]
|
|
14109
|
+
},
|
|
14110
|
+
"tileType": {
|
|
14111
|
+
"types": [
|
|
14112
|
+
"string"
|
|
14113
|
+
]
|
|
14114
|
+
},
|
|
14115
|
+
"elevation": {
|
|
14116
|
+
"types": [
|
|
14117
|
+
"number"
|
|
14118
|
+
]
|
|
14119
|
+
}
|
|
14120
|
+
},
|
|
14121
|
+
"required": [
|
|
14122
|
+
"x",
|
|
14123
|
+
"y"
|
|
14124
|
+
]
|
|
14125
|
+
}
|
|
14126
|
+
},
|
|
14127
|
+
"units": {
|
|
14128
|
+
"types": [
|
|
14129
|
+
"array"
|
|
14130
|
+
],
|
|
14131
|
+
"description": "Direct unit data — forwarded to BattleBoard; takes priority over entity.",
|
|
14132
|
+
"items": {
|
|
14133
|
+
"types": [
|
|
14134
|
+
"object"
|
|
14135
|
+
],
|
|
14136
|
+
"properties": {
|
|
14137
|
+
"id": {
|
|
14138
|
+
"types": [
|
|
14139
|
+
"string"
|
|
14140
|
+
]
|
|
14141
|
+
},
|
|
14142
|
+
"position": {
|
|
14143
|
+
"types": [
|
|
14144
|
+
"object"
|
|
14145
|
+
],
|
|
14146
|
+
"properties": {
|
|
14147
|
+
"x": {
|
|
14148
|
+
"types": [
|
|
14149
|
+
"number"
|
|
14150
|
+
]
|
|
14151
|
+
},
|
|
14152
|
+
"y": {
|
|
14153
|
+
"types": [
|
|
14154
|
+
"number"
|
|
14155
|
+
]
|
|
14156
|
+
}
|
|
14157
|
+
},
|
|
14158
|
+
"required": [
|
|
14159
|
+
"x",
|
|
14160
|
+
"y"
|
|
14161
|
+
]
|
|
14162
|
+
},
|
|
14163
|
+
"x": {
|
|
14164
|
+
"types": [
|
|
14165
|
+
"number"
|
|
14166
|
+
]
|
|
14167
|
+
},
|
|
14168
|
+
"y": {
|
|
14169
|
+
"types": [
|
|
14170
|
+
"number"
|
|
14171
|
+
]
|
|
14172
|
+
},
|
|
14173
|
+
"z": {
|
|
14174
|
+
"types": [
|
|
14175
|
+
"number"
|
|
14176
|
+
]
|
|
14177
|
+
},
|
|
14178
|
+
"sprite": {
|
|
14179
|
+
"types": [
|
|
14180
|
+
"object"
|
|
14181
|
+
]
|
|
14182
|
+
},
|
|
14183
|
+
"unitType": {
|
|
14184
|
+
"types": [
|
|
14185
|
+
"string"
|
|
14186
|
+
]
|
|
14187
|
+
},
|
|
14188
|
+
"heroId": {
|
|
14189
|
+
"types": [
|
|
14190
|
+
"string"
|
|
14191
|
+
]
|
|
14192
|
+
},
|
|
14193
|
+
"name": {
|
|
14194
|
+
"types": [
|
|
14195
|
+
"string"
|
|
14196
|
+
]
|
|
14197
|
+
},
|
|
14198
|
+
"team": {
|
|
14199
|
+
"types": [
|
|
14200
|
+
"string"
|
|
14201
|
+
],
|
|
14202
|
+
"enumValues": [
|
|
14203
|
+
"player",
|
|
14204
|
+
"enemy",
|
|
14205
|
+
"neutral"
|
|
14206
|
+
]
|
|
14207
|
+
},
|
|
14208
|
+
"faction": {
|
|
14209
|
+
"types": [
|
|
14210
|
+
"string"
|
|
14211
|
+
],
|
|
14212
|
+
"enumValues": [
|
|
14213
|
+
"player",
|
|
14214
|
+
"enemy",
|
|
14215
|
+
"neutral"
|
|
14216
|
+
]
|
|
14217
|
+
},
|
|
14218
|
+
"health": {
|
|
14219
|
+
"types": [
|
|
14220
|
+
"number"
|
|
14221
|
+
]
|
|
14222
|
+
},
|
|
14223
|
+
"maxHealth": {
|
|
14224
|
+
"types": [
|
|
14225
|
+
"number"
|
|
14226
|
+
]
|
|
14227
|
+
},
|
|
14228
|
+
"traits": {
|
|
14229
|
+
"types": [
|
|
14230
|
+
"array"
|
|
14231
|
+
],
|
|
14232
|
+
"items": {
|
|
14233
|
+
"types": [
|
|
14234
|
+
"object"
|
|
14235
|
+
],
|
|
14236
|
+
"properties": {
|
|
14237
|
+
"name": {
|
|
14238
|
+
"types": [
|
|
14239
|
+
"string"
|
|
14240
|
+
]
|
|
14241
|
+
},
|
|
14242
|
+
"currentState": {
|
|
14243
|
+
"types": [
|
|
14244
|
+
"string"
|
|
14245
|
+
]
|
|
14246
|
+
},
|
|
14247
|
+
"states": {
|
|
14248
|
+
"types": [
|
|
14249
|
+
"array"
|
|
14250
|
+
],
|
|
14251
|
+
"items": {
|
|
14252
|
+
"types": [
|
|
14253
|
+
"string"
|
|
14254
|
+
]
|
|
14255
|
+
}
|
|
14256
|
+
},
|
|
14257
|
+
"cooldown": {
|
|
14258
|
+
"types": [
|
|
14259
|
+
"number"
|
|
14260
|
+
]
|
|
14261
|
+
}
|
|
14262
|
+
},
|
|
14263
|
+
"required": [
|
|
14264
|
+
"name",
|
|
14265
|
+
"currentState",
|
|
14266
|
+
"states",
|
|
14267
|
+
"cooldown"
|
|
14268
|
+
]
|
|
14269
|
+
}
|
|
14270
|
+
},
|
|
14271
|
+
"previousPosition": {
|
|
14272
|
+
"types": [
|
|
14273
|
+
"object"
|
|
14274
|
+
],
|
|
14275
|
+
"properties": {
|
|
14276
|
+
"x": {
|
|
14277
|
+
"types": [
|
|
14278
|
+
"number"
|
|
14279
|
+
]
|
|
14280
|
+
},
|
|
14281
|
+
"y": {
|
|
14282
|
+
"types": [
|
|
14283
|
+
"number"
|
|
14284
|
+
]
|
|
14285
|
+
}
|
|
14286
|
+
},
|
|
14287
|
+
"required": [
|
|
14288
|
+
"x",
|
|
14289
|
+
"y"
|
|
14290
|
+
]
|
|
14291
|
+
},
|
|
14292
|
+
"elevation": {
|
|
14293
|
+
"types": [
|
|
14294
|
+
"number"
|
|
14295
|
+
]
|
|
14296
|
+
}
|
|
14297
|
+
},
|
|
14298
|
+
"required": [
|
|
14299
|
+
"id"
|
|
14300
|
+
]
|
|
14301
|
+
}
|
|
14302
|
+
},
|
|
14303
|
+
"features": {
|
|
14304
|
+
"types": [
|
|
14305
|
+
"array"
|
|
14306
|
+
],
|
|
14307
|
+
"description": "Direct feature data — forwarded to BattleBoard; takes priority over entity.",
|
|
14308
|
+
"items": {
|
|
14309
|
+
"types": [
|
|
14310
|
+
"object"
|
|
14311
|
+
],
|
|
14312
|
+
"properties": {
|
|
14313
|
+
"id": {
|
|
14314
|
+
"types": [
|
|
14315
|
+
"string"
|
|
14316
|
+
]
|
|
14317
|
+
},
|
|
14318
|
+
"x": {
|
|
14319
|
+
"types": [
|
|
14320
|
+
"number"
|
|
14321
|
+
]
|
|
14322
|
+
},
|
|
14323
|
+
"y": {
|
|
14324
|
+
"types": [
|
|
14325
|
+
"number"
|
|
14326
|
+
]
|
|
14327
|
+
},
|
|
14328
|
+
"z": {
|
|
14329
|
+
"types": [
|
|
14330
|
+
"number"
|
|
14331
|
+
]
|
|
14332
|
+
},
|
|
14333
|
+
"type": {
|
|
14334
|
+
"types": [
|
|
14335
|
+
"string"
|
|
14336
|
+
]
|
|
14337
|
+
},
|
|
14338
|
+
"sprite": {
|
|
14339
|
+
"types": [
|
|
14340
|
+
"object"
|
|
14341
|
+
]
|
|
14342
|
+
},
|
|
14343
|
+
"assetUrl": {
|
|
14344
|
+
"types": [
|
|
14345
|
+
"object"
|
|
14346
|
+
]
|
|
14347
|
+
},
|
|
14348
|
+
"color": {
|
|
14349
|
+
"types": [
|
|
14350
|
+
"string"
|
|
14351
|
+
]
|
|
14352
|
+
},
|
|
14353
|
+
"elevation": {
|
|
14354
|
+
"types": [
|
|
14355
|
+
"number"
|
|
14356
|
+
]
|
|
14357
|
+
}
|
|
14358
|
+
},
|
|
14359
|
+
"required": [
|
|
14360
|
+
"x",
|
|
14361
|
+
"y",
|
|
14362
|
+
"type"
|
|
14363
|
+
]
|
|
14364
|
+
}
|
|
14365
|
+
},
|
|
14366
|
+
"assetManifest": {
|
|
14367
|
+
"types": [
|
|
14368
|
+
"string"
|
|
14369
|
+
],
|
|
14370
|
+
"description": "Direct asset manifest — forwarded to BattleBoard; takes priority over entity."
|
|
14054
14371
|
}
|
|
14055
14372
|
}
|
|
14056
14373
|
},
|
|
@@ -37017,6 +37334,323 @@
|
|
|
37017
37334
|
"description": "Single board-state entity row (or array). The internal `useBattleState`",
|
|
37018
37335
|
"kind": "entity",
|
|
37019
37336
|
"cardinality": "collection"
|
|
37337
|
+
},
|
|
37338
|
+
"tiles": {
|
|
37339
|
+
"types": [
|
|
37340
|
+
"array"
|
|
37341
|
+
],
|
|
37342
|
+
"description": "Direct tile data — takes priority over entity-derived tiles.",
|
|
37343
|
+
"items": {
|
|
37344
|
+
"types": [
|
|
37345
|
+
"object"
|
|
37346
|
+
],
|
|
37347
|
+
"properties": {
|
|
37348
|
+
"id": {
|
|
37349
|
+
"types": [
|
|
37350
|
+
"string"
|
|
37351
|
+
]
|
|
37352
|
+
},
|
|
37353
|
+
"x": {
|
|
37354
|
+
"types": [
|
|
37355
|
+
"number"
|
|
37356
|
+
]
|
|
37357
|
+
},
|
|
37358
|
+
"y": {
|
|
37359
|
+
"types": [
|
|
37360
|
+
"number"
|
|
37361
|
+
]
|
|
37362
|
+
},
|
|
37363
|
+
"z": {
|
|
37364
|
+
"types": [
|
|
37365
|
+
"number"
|
|
37366
|
+
]
|
|
37367
|
+
},
|
|
37368
|
+
"terrain": {
|
|
37369
|
+
"types": [
|
|
37370
|
+
"string"
|
|
37371
|
+
]
|
|
37372
|
+
},
|
|
37373
|
+
"type": {
|
|
37374
|
+
"types": [
|
|
37375
|
+
"string"
|
|
37376
|
+
]
|
|
37377
|
+
},
|
|
37378
|
+
"terrainSprite": {
|
|
37379
|
+
"types": [
|
|
37380
|
+
"asset"
|
|
37381
|
+
]
|
|
37382
|
+
},
|
|
37383
|
+
"passable": {
|
|
37384
|
+
"types": [
|
|
37385
|
+
"boolean"
|
|
37386
|
+
]
|
|
37387
|
+
},
|
|
37388
|
+
"movementCost": {
|
|
37389
|
+
"types": [
|
|
37390
|
+
"number"
|
|
37391
|
+
]
|
|
37392
|
+
},
|
|
37393
|
+
"tileType": {
|
|
37394
|
+
"types": [
|
|
37395
|
+
"string"
|
|
37396
|
+
]
|
|
37397
|
+
},
|
|
37398
|
+
"elevation": {
|
|
37399
|
+
"types": [
|
|
37400
|
+
"number"
|
|
37401
|
+
]
|
|
37402
|
+
}
|
|
37403
|
+
},
|
|
37404
|
+
"required": [
|
|
37405
|
+
"x",
|
|
37406
|
+
"y"
|
|
37407
|
+
]
|
|
37408
|
+
}
|
|
37409
|
+
},
|
|
37410
|
+
"units": {
|
|
37411
|
+
"types": [
|
|
37412
|
+
"array"
|
|
37413
|
+
],
|
|
37414
|
+
"description": "Direct unit data — takes priority over entity-derived units.",
|
|
37415
|
+
"items": {
|
|
37416
|
+
"types": [
|
|
37417
|
+
"object"
|
|
37418
|
+
],
|
|
37419
|
+
"properties": {
|
|
37420
|
+
"id": {
|
|
37421
|
+
"types": [
|
|
37422
|
+
"string"
|
|
37423
|
+
]
|
|
37424
|
+
},
|
|
37425
|
+
"position": {
|
|
37426
|
+
"types": [
|
|
37427
|
+
"object"
|
|
37428
|
+
],
|
|
37429
|
+
"properties": {
|
|
37430
|
+
"x": {
|
|
37431
|
+
"types": [
|
|
37432
|
+
"number"
|
|
37433
|
+
]
|
|
37434
|
+
},
|
|
37435
|
+
"y": {
|
|
37436
|
+
"types": [
|
|
37437
|
+
"number"
|
|
37438
|
+
]
|
|
37439
|
+
}
|
|
37440
|
+
},
|
|
37441
|
+
"required": [
|
|
37442
|
+
"x",
|
|
37443
|
+
"y"
|
|
37444
|
+
]
|
|
37445
|
+
},
|
|
37446
|
+
"x": {
|
|
37447
|
+
"types": [
|
|
37448
|
+
"number"
|
|
37449
|
+
]
|
|
37450
|
+
},
|
|
37451
|
+
"y": {
|
|
37452
|
+
"types": [
|
|
37453
|
+
"number"
|
|
37454
|
+
]
|
|
37455
|
+
},
|
|
37456
|
+
"z": {
|
|
37457
|
+
"types": [
|
|
37458
|
+
"number"
|
|
37459
|
+
]
|
|
37460
|
+
},
|
|
37461
|
+
"sprite": {
|
|
37462
|
+
"types": [
|
|
37463
|
+
"object"
|
|
37464
|
+
]
|
|
37465
|
+
},
|
|
37466
|
+
"unitType": {
|
|
37467
|
+
"types": [
|
|
37468
|
+
"string"
|
|
37469
|
+
]
|
|
37470
|
+
},
|
|
37471
|
+
"heroId": {
|
|
37472
|
+
"types": [
|
|
37473
|
+
"string"
|
|
37474
|
+
]
|
|
37475
|
+
},
|
|
37476
|
+
"name": {
|
|
37477
|
+
"types": [
|
|
37478
|
+
"string"
|
|
37479
|
+
]
|
|
37480
|
+
},
|
|
37481
|
+
"team": {
|
|
37482
|
+
"types": [
|
|
37483
|
+
"string"
|
|
37484
|
+
],
|
|
37485
|
+
"enumValues": [
|
|
37486
|
+
"player",
|
|
37487
|
+
"enemy",
|
|
37488
|
+
"neutral"
|
|
37489
|
+
]
|
|
37490
|
+
},
|
|
37491
|
+
"faction": {
|
|
37492
|
+
"types": [
|
|
37493
|
+
"string"
|
|
37494
|
+
],
|
|
37495
|
+
"enumValues": [
|
|
37496
|
+
"player",
|
|
37497
|
+
"enemy",
|
|
37498
|
+
"neutral"
|
|
37499
|
+
]
|
|
37500
|
+
},
|
|
37501
|
+
"health": {
|
|
37502
|
+
"types": [
|
|
37503
|
+
"number"
|
|
37504
|
+
]
|
|
37505
|
+
},
|
|
37506
|
+
"maxHealth": {
|
|
37507
|
+
"types": [
|
|
37508
|
+
"number"
|
|
37509
|
+
]
|
|
37510
|
+
},
|
|
37511
|
+
"traits": {
|
|
37512
|
+
"types": [
|
|
37513
|
+
"array"
|
|
37514
|
+
],
|
|
37515
|
+
"items": {
|
|
37516
|
+
"types": [
|
|
37517
|
+
"object"
|
|
37518
|
+
],
|
|
37519
|
+
"properties": {
|
|
37520
|
+
"name": {
|
|
37521
|
+
"types": [
|
|
37522
|
+
"string"
|
|
37523
|
+
]
|
|
37524
|
+
},
|
|
37525
|
+
"currentState": {
|
|
37526
|
+
"types": [
|
|
37527
|
+
"string"
|
|
37528
|
+
]
|
|
37529
|
+
},
|
|
37530
|
+
"states": {
|
|
37531
|
+
"types": [
|
|
37532
|
+
"array"
|
|
37533
|
+
],
|
|
37534
|
+
"items": {
|
|
37535
|
+
"types": [
|
|
37536
|
+
"string"
|
|
37537
|
+
]
|
|
37538
|
+
}
|
|
37539
|
+
},
|
|
37540
|
+
"cooldown": {
|
|
37541
|
+
"types": [
|
|
37542
|
+
"number"
|
|
37543
|
+
]
|
|
37544
|
+
}
|
|
37545
|
+
},
|
|
37546
|
+
"required": [
|
|
37547
|
+
"name",
|
|
37548
|
+
"currentState",
|
|
37549
|
+
"states",
|
|
37550
|
+
"cooldown"
|
|
37551
|
+
]
|
|
37552
|
+
}
|
|
37553
|
+
},
|
|
37554
|
+
"previousPosition": {
|
|
37555
|
+
"types": [
|
|
37556
|
+
"object"
|
|
37557
|
+
],
|
|
37558
|
+
"properties": {
|
|
37559
|
+
"x": {
|
|
37560
|
+
"types": [
|
|
37561
|
+
"number"
|
|
37562
|
+
]
|
|
37563
|
+
},
|
|
37564
|
+
"y": {
|
|
37565
|
+
"types": [
|
|
37566
|
+
"number"
|
|
37567
|
+
]
|
|
37568
|
+
}
|
|
37569
|
+
},
|
|
37570
|
+
"required": [
|
|
37571
|
+
"x",
|
|
37572
|
+
"y"
|
|
37573
|
+
]
|
|
37574
|
+
},
|
|
37575
|
+
"elevation": {
|
|
37576
|
+
"types": [
|
|
37577
|
+
"number"
|
|
37578
|
+
]
|
|
37579
|
+
}
|
|
37580
|
+
},
|
|
37581
|
+
"required": [
|
|
37582
|
+
"id"
|
|
37583
|
+
]
|
|
37584
|
+
}
|
|
37585
|
+
},
|
|
37586
|
+
"features": {
|
|
37587
|
+
"types": [
|
|
37588
|
+
"array"
|
|
37589
|
+
],
|
|
37590
|
+
"description": "Direct feature data — takes priority over entity-derived features.",
|
|
37591
|
+
"items": {
|
|
37592
|
+
"types": [
|
|
37593
|
+
"object"
|
|
37594
|
+
],
|
|
37595
|
+
"properties": {
|
|
37596
|
+
"id": {
|
|
37597
|
+
"types": [
|
|
37598
|
+
"string"
|
|
37599
|
+
]
|
|
37600
|
+
},
|
|
37601
|
+
"x": {
|
|
37602
|
+
"types": [
|
|
37603
|
+
"number"
|
|
37604
|
+
]
|
|
37605
|
+
},
|
|
37606
|
+
"y": {
|
|
37607
|
+
"types": [
|
|
37608
|
+
"number"
|
|
37609
|
+
]
|
|
37610
|
+
},
|
|
37611
|
+
"z": {
|
|
37612
|
+
"types": [
|
|
37613
|
+
"number"
|
|
37614
|
+
]
|
|
37615
|
+
},
|
|
37616
|
+
"type": {
|
|
37617
|
+
"types": [
|
|
37618
|
+
"string"
|
|
37619
|
+
]
|
|
37620
|
+
},
|
|
37621
|
+
"sprite": {
|
|
37622
|
+
"types": [
|
|
37623
|
+
"object"
|
|
37624
|
+
]
|
|
37625
|
+
},
|
|
37626
|
+
"assetUrl": {
|
|
37627
|
+
"types": [
|
|
37628
|
+
"object"
|
|
37629
|
+
]
|
|
37630
|
+
},
|
|
37631
|
+
"color": {
|
|
37632
|
+
"types": [
|
|
37633
|
+
"string"
|
|
37634
|
+
]
|
|
37635
|
+
},
|
|
37636
|
+
"elevation": {
|
|
37637
|
+
"types": [
|
|
37638
|
+
"number"
|
|
37639
|
+
]
|
|
37640
|
+
}
|
|
37641
|
+
},
|
|
37642
|
+
"required": [
|
|
37643
|
+
"x",
|
|
37644
|
+
"y",
|
|
37645
|
+
"type"
|
|
37646
|
+
]
|
|
37647
|
+
}
|
|
37648
|
+
},
|
|
37649
|
+
"assetManifest": {
|
|
37650
|
+
"types": [
|
|
37651
|
+
"string"
|
|
37652
|
+
],
|
|
37653
|
+
"description": "Direct asset manifest — takes priority over entity-derived manifest."
|
|
37020
37654
|
}
|
|
37021
37655
|
}
|
|
37022
37656
|
},
|