poi-plugin-kai-planner 1.0.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/README.md +48 -0
- package/index.js +35 -0
- package/package.json +25 -0
- package/src/app/KaiPlannerApp.js +211 -0
- package/src/app/tabs/daily/DailyTab.js +439 -0
- package/src/app/tabs/debug/DebugTab.js +554 -0
- package/src/app/tabs/wishlist/CreatePlanForm.js +185 -0
- package/src/app/tabs/wishlist/WishlistTab.js +704 -0
- package/src/app/tabs/wishlist/components/MouseComboBox.js +185 -0
- package/src/app/tabs/wishlist/components/WishlistExpandedDetail.js +170 -0
- package/src/app/tabs/wishlist/components/WishlistTable.js +253 -0
- package/src/core/poi/secretaryName.js +64 -0
- package/src/data/indexes/buildArrangementIndex.js +103 -0
- package/src/data/loaders/loadStaticData.js +182 -0
- package/src/data/static/data_manifest.json +15 -0
- package/src/data/static/equip_base_cost.json +5000 -0
- package/src/data/static/equipment_upgrade_path.json +3555 -0
- package/src/data/static/improvement_arrangement.json +15677 -0
- package/src/data/static/improvement_consume_item.json +8933 -0
- package/src/data/static/improvement_consume_step.json +9284 -0
- package/src/data/static/improvement_upgrade_cost.json +4766 -0
- package/src/data/static/improvement_upgrade_target.json +2641 -0
- package/src/data/static/material.json +90 -0
- package/src/services/common/secretaryDisplay.js +42 -0
- package/src/services/daily/buildDailyViewModel.js +402 -0
- package/src/services/planner/buildUpgradePath.js +79 -0
- package/src/services/planner/calcImproveSteps.js +104 -0
- package/src/services/planner/calcRemainingPlan.js +169 -0
- package/src/services/planner/calcRoutePlan.js +85 -0
- package/src/services/planner/calcUpgradeStep.js +85 -0
- package/src/services/planner/detectCurrentPosition.js +57 -0
- package/src/services/planner/summarizeShortage.js +76 -0
- package/src/services/player/countPlayerEquipByMasterId.js +27 -0
- package/src/services/player/getEquipOwnerShip.js +66 -0
- package/src/services/player/getPlayerData.js +14 -0
- package/src/services/player/getPlayerItemCountByUseitemId.js +45 -0
- package/src/services/player/getReduxStateFromEnvWindow.js +12 -0
- package/src/services/player/resolveMaterialKeyToUseitemId.js +54 -0
- package/src/services/static/indexes/buildConsumeIndexes.js +28 -0
- package/src/services/static/indexes/buildPathIndexes.js +29 -0
- package/src/services/static/indexes/buildUpgradeIndexes.js +57 -0
- package/src/services/static/version/dataSourceConfig.js +25 -0
- package/src/services/static/version/dataUpdateManager.js +176 -0
- package/src/services/static/version/versionStore.js +205 -0
- package/src/services/utils/toInt.js +11 -0
- package/src/services/utils/tokyoTime.js +58 -0
- package/src/services/wishlist/buildWishlistViewModel.js +56 -0
- package/src/services/wishlist/dropdownInteraction.js +30 -0
- package/src/services/wishlist/wishlistActions.js +485 -0
- package/src/storage/userPlans/fileStore.js +106 -0
- package/src/storage/userPlans/localStorageStore.js +50 -0
- package/src/storage/userPlans/migrate.js +60 -0
- package/src/storage/userPlans/planStore.js +107 -0
- package/src/storage/userPlans/storeAdapter.js +77 -0
|
@@ -0,0 +1,3555 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "5ddbd137-6c18-44ee-8a7d-738e555e9c7f",
|
|
4
|
+
"route_kind": "ANY",
|
|
5
|
+
"from_equipment_id": 117,
|
|
6
|
+
"to_equipment_id": 9,
|
|
7
|
+
"equipment_path": "[\"117\",\"9\"]",
|
|
8
|
+
"step_count": 1,
|
|
9
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
10
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
11
|
+
"is_deleted": false
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "53feae49-45e3-432c-b646-26a466dbf0d9",
|
|
15
|
+
"route_kind": "ANY",
|
|
16
|
+
"from_equipment_id": 14,
|
|
17
|
+
"to_equipment_id": 15,
|
|
18
|
+
"equipment_path": "[\"14\",\"15\"]",
|
|
19
|
+
"step_count": 1,
|
|
20
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
21
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
22
|
+
"is_deleted": false
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "0ff8c8e9-ced1-498f-ac8d-271fcfe07dae",
|
|
26
|
+
"route_kind": "ANY",
|
|
27
|
+
"from_equipment_id": 20,
|
|
28
|
+
"to_equipment_id": 21,
|
|
29
|
+
"equipment_path": "[\"20\",\"181\",\"21\"]",
|
|
30
|
+
"step_count": 2,
|
|
31
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
32
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
33
|
+
"is_deleted": false
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "6fd8554e-effa-4c0c-b6b8-59d44ff662c1",
|
|
37
|
+
"route_kind": "ANY",
|
|
38
|
+
"from_equipment_id": 181,
|
|
39
|
+
"to_equipment_id": 21,
|
|
40
|
+
"equipment_path": "[\"181\",\"21\"]",
|
|
41
|
+
"step_count": 1,
|
|
42
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
43
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
44
|
+
"is_deleted": false
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "f8c22d97-eb5c-425a-a1ee-5acaa62d6cb2",
|
|
48
|
+
"route_kind": "ANY",
|
|
49
|
+
"from_equipment_id": 37,
|
|
50
|
+
"to_equipment_id": 38,
|
|
51
|
+
"equipment_path": "[\"37\",\"38\"]",
|
|
52
|
+
"step_count": 1,
|
|
53
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
54
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
55
|
+
"is_deleted": false
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "64a1880e-03ce-40eb-b7b1-a52b26a55611",
|
|
59
|
+
"route_kind": "ANY",
|
|
60
|
+
"from_equipment_id": 49,
|
|
61
|
+
"to_equipment_id": 39,
|
|
62
|
+
"equipment_path": "[\"49\",\"39\"]",
|
|
63
|
+
"step_count": 1,
|
|
64
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
65
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
66
|
+
"is_deleted": false
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "5ee1b744-b35a-40d0-ad15-de45920266ba",
|
|
70
|
+
"route_kind": "ANY",
|
|
71
|
+
"from_equipment_id": 39,
|
|
72
|
+
"to_equipment_id": 40,
|
|
73
|
+
"equipment_path": "[\"39\",\"40\"]",
|
|
74
|
+
"step_count": 1,
|
|
75
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
76
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
77
|
+
"is_deleted": false
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "42759b89-e888-4714-b133-b38ea8783702",
|
|
81
|
+
"route_kind": "ANY",
|
|
82
|
+
"from_equipment_id": 49,
|
|
83
|
+
"to_equipment_id": 40,
|
|
84
|
+
"equipment_path": "[\"49\",\"39\",\"40\"]",
|
|
85
|
+
"step_count": 2,
|
|
86
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
87
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
88
|
+
"is_deleted": false
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "85f7d2ac-6e5f-41e6-9bb3-e7eb858be164",
|
|
92
|
+
"route_kind": "ANY",
|
|
93
|
+
"from_equipment_id": 44,
|
|
94
|
+
"to_equipment_id": 45,
|
|
95
|
+
"equipment_path": "[\"44\",\"45\"]",
|
|
96
|
+
"step_count": 1,
|
|
97
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
98
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
99
|
+
"is_deleted": false
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "274f98be-f133-4c5e-a25b-0f18d6db90a9",
|
|
103
|
+
"route_kind": "ANY",
|
|
104
|
+
"from_equipment_id": 46,
|
|
105
|
+
"to_equipment_id": 47,
|
|
106
|
+
"equipment_path": "[\"46\",\"47\"]",
|
|
107
|
+
"step_count": 1,
|
|
108
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
109
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
110
|
+
"is_deleted": false
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "7a6d521c-9e06-4c9d-8a2f-281eee050002",
|
|
114
|
+
"route_kind": "ANY",
|
|
115
|
+
"from_equipment_id": 6,
|
|
116
|
+
"to_equipment_id": 50,
|
|
117
|
+
"equipment_path": "[\"6\",\"90\",\"50\"]",
|
|
118
|
+
"step_count": 2,
|
|
119
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
120
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
121
|
+
"is_deleted": false
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": "36e555f3-a2a8-44fc-a537-30764fd0f0b6",
|
|
125
|
+
"route_kind": "ANY",
|
|
126
|
+
"from_equipment_id": 90,
|
|
127
|
+
"to_equipment_id": 50,
|
|
128
|
+
"equipment_path": "[\"90\",\"50\"]",
|
|
129
|
+
"step_count": 1,
|
|
130
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
131
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
132
|
+
"is_deleted": false
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "92510e0a-4fb9-4017-b98e-da89f0f83169",
|
|
136
|
+
"route_kind": "ANY",
|
|
137
|
+
"from_equipment_id": 18,
|
|
138
|
+
"to_equipment_id": 52,
|
|
139
|
+
"equipment_path": "[\"18\",\"52\"]",
|
|
140
|
+
"step_count": 1,
|
|
141
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
142
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
143
|
+
"is_deleted": false
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "5c1bfa60-de7d-4789-a3d1-5e4956012269",
|
|
147
|
+
"route_kind": "ANY",
|
|
148
|
+
"from_equipment_id": 22,
|
|
149
|
+
"to_equipment_id": 53,
|
|
150
|
+
"equipment_path": "[\"22\",\"53\"]",
|
|
151
|
+
"step_count": 1,
|
|
152
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
153
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
154
|
+
"is_deleted": false
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "eb2a48eb-6b33-4679-af46-e1c4fcfc9c3f",
|
|
158
|
+
"route_kind": "ANY",
|
|
159
|
+
"from_equipment_id": 24,
|
|
160
|
+
"to_equipment_id": 57,
|
|
161
|
+
"equipment_path": "[\"24\",\"57\"]",
|
|
162
|
+
"step_count": 1,
|
|
163
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
164
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
165
|
+
"is_deleted": false
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "f04e7329-267f-4d48-a185-942bd9e7483e",
|
|
169
|
+
"route_kind": "ANY",
|
|
170
|
+
"from_equipment_id": 14,
|
|
171
|
+
"to_equipment_id": 58,
|
|
172
|
+
"equipment_path": "[\"14\",\"15\",\"58\"]",
|
|
173
|
+
"step_count": 2,
|
|
174
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
175
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
176
|
+
"is_deleted": false
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "a2390710-1a42-4f33-ae1f-6b5156e08b03",
|
|
180
|
+
"route_kind": "ANY",
|
|
181
|
+
"from_equipment_id": 15,
|
|
182
|
+
"to_equipment_id": 58,
|
|
183
|
+
"equipment_path": "[\"15\",\"58\"]",
|
|
184
|
+
"step_count": 1,
|
|
185
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
186
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
187
|
+
"is_deleted": false
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "567b7cc5-72ce-42a1-a65a-b970a5af4bec",
|
|
191
|
+
"route_kind": "ANY",
|
|
192
|
+
"from_equipment_id": 25,
|
|
193
|
+
"to_equipment_id": 59,
|
|
194
|
+
"equipment_path": "[\"25\",\"59\"]",
|
|
195
|
+
"step_count": 1,
|
|
196
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
197
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
198
|
+
"is_deleted": false
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "ffb8ffcc-8d8d-4375-95b0-3b9c7abc6d3a",
|
|
202
|
+
"route_kind": "ANY",
|
|
203
|
+
"from_equipment_id": 20,
|
|
204
|
+
"to_equipment_id": 60,
|
|
205
|
+
"equipment_path": "[\"20\",\"181\",\"21\",\"60\"]",
|
|
206
|
+
"step_count": 3,
|
|
207
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
208
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
209
|
+
"is_deleted": false
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "8020f5ab-5c91-4702-8b92-8da3f1c9fac0",
|
|
213
|
+
"route_kind": "ANY",
|
|
214
|
+
"from_equipment_id": 21,
|
|
215
|
+
"to_equipment_id": 60,
|
|
216
|
+
"equipment_path": "[\"21\",\"60\"]",
|
|
217
|
+
"step_count": 1,
|
|
218
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
219
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
220
|
+
"is_deleted": false
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "f49c343d-f432-42d3-8207-c1ef386eac32",
|
|
224
|
+
"route_kind": "ANY",
|
|
225
|
+
"from_equipment_id": 181,
|
|
226
|
+
"to_equipment_id": 60,
|
|
227
|
+
"equipment_path": "[\"181\",\"21\",\"60\"]",
|
|
228
|
+
"step_count": 2,
|
|
229
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
230
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
231
|
+
"is_deleted": false
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"id": "8912f95d-cf5c-45ee-9492-b9b576143d0a",
|
|
235
|
+
"route_kind": "ANY",
|
|
236
|
+
"from_equipment_id": 2,
|
|
237
|
+
"to_equipment_id": 63,
|
|
238
|
+
"equipment_path": "[\"2\",\"63\"]",
|
|
239
|
+
"step_count": 1,
|
|
240
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
241
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
242
|
+
"is_deleted": false
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "63e67453-22c8-4c18-adef-0ea1b1d70dcf",
|
|
246
|
+
"route_kind": "ANY",
|
|
247
|
+
"from_equipment_id": 11,
|
|
248
|
+
"to_equipment_id": 65,
|
|
249
|
+
"equipment_path": "[\"11\",\"65\"]",
|
|
250
|
+
"step_count": 1,
|
|
251
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
252
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
253
|
+
"is_deleted": false
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "ef710190-8c16-4db2-ad9c-7877b17cc8e0",
|
|
257
|
+
"route_kind": "ANY",
|
|
258
|
+
"from_equipment_id": 10,
|
|
259
|
+
"to_equipment_id": 66,
|
|
260
|
+
"equipment_path": "[\"10\",\"66\"]",
|
|
261
|
+
"step_count": 1,
|
|
262
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
263
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
264
|
+
"is_deleted": false
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "70e41ad5-10d0-4ecf-be11-3265d7c229a9",
|
|
268
|
+
"route_kind": "ANY",
|
|
269
|
+
"from_equipment_id": 26,
|
|
270
|
+
"to_equipment_id": 79,
|
|
271
|
+
"equipment_path": "[\"26\",\"79\"]",
|
|
272
|
+
"step_count": 1,
|
|
273
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
274
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
275
|
+
"is_deleted": false
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": "35b2fd7c-d3c4-4480-a23e-71b5fecadd9d",
|
|
279
|
+
"route_kind": "ANY",
|
|
280
|
+
"from_equipment_id": 26,
|
|
281
|
+
"to_equipment_id": 80,
|
|
282
|
+
"equipment_path": "[\"26\",\"80\"]",
|
|
283
|
+
"step_count": 1,
|
|
284
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
285
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
286
|
+
"is_deleted": false
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"id": "7e653cff-bd7e-4739-8a27-e40acd9134ff",
|
|
290
|
+
"route_kind": "ANY",
|
|
291
|
+
"from_equipment_id": 26,
|
|
292
|
+
"to_equipment_id": 81,
|
|
293
|
+
"equipment_path": "[\"26\",\"80\",\"81\"]",
|
|
294
|
+
"step_count": 2,
|
|
295
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
296
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
297
|
+
"is_deleted": false
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "270ab353-28a1-4657-8871-2f8c555a793b",
|
|
301
|
+
"route_kind": "ANY",
|
|
302
|
+
"from_equipment_id": 26,
|
|
303
|
+
"to_equipment_id": 81,
|
|
304
|
+
"equipment_path": "[\"26\",\"79\",\"81\"]",
|
|
305
|
+
"step_count": 2,
|
|
306
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
307
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
308
|
+
"is_deleted": false
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"id": "ba8d75c2-9974-4da0-b71a-fc307b045572",
|
|
312
|
+
"route_kind": "ANY",
|
|
313
|
+
"from_equipment_id": 79,
|
|
314
|
+
"to_equipment_id": 81,
|
|
315
|
+
"equipment_path": "[\"79\",\"81\"]",
|
|
316
|
+
"step_count": 1,
|
|
317
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
318
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
319
|
+
"is_deleted": false
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "5ab77b7a-5025-441b-8b51-b0837d7ed446",
|
|
323
|
+
"route_kind": "ANY",
|
|
324
|
+
"from_equipment_id": 80,
|
|
325
|
+
"to_equipment_id": 81,
|
|
326
|
+
"equipment_path": "[\"80\",\"81\"]",
|
|
327
|
+
"step_count": 1,
|
|
328
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
329
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
330
|
+
"is_deleted": false
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "837d062f-5721-4bf3-a263-04d8725076d4",
|
|
334
|
+
"route_kind": "ANY",
|
|
335
|
+
"from_equipment_id": 16,
|
|
336
|
+
"to_equipment_id": 82,
|
|
337
|
+
"equipment_path": "[\"16\",\"82\"]",
|
|
338
|
+
"step_count": 1,
|
|
339
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
340
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
341
|
+
"is_deleted": false
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"id": "df33fde5-61a8-403f-b27c-17120e626721",
|
|
345
|
+
"route_kind": "ANY",
|
|
346
|
+
"from_equipment_id": 34,
|
|
347
|
+
"to_equipment_id": 87,
|
|
348
|
+
"equipment_path": "[\"34\",\"87\"]",
|
|
349
|
+
"step_count": 1,
|
|
350
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
351
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
352
|
+
"is_deleted": false
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "fe28dab3-e680-451b-bb14-688d4e15f54b",
|
|
356
|
+
"route_kind": "ANY",
|
|
357
|
+
"from_equipment_id": 28,
|
|
358
|
+
"to_equipment_id": 88,
|
|
359
|
+
"equipment_path": "[\"28\",\"88\"]",
|
|
360
|
+
"step_count": 1,
|
|
361
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
362
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
363
|
+
"is_deleted": false
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "7e6dc766-264e-4cba-a13a-8794c9a8381a",
|
|
367
|
+
"route_kind": "ANY",
|
|
368
|
+
"from_equipment_id": 30,
|
|
369
|
+
"to_equipment_id": 89,
|
|
370
|
+
"equipment_path": "[\"30\",\"89\"]",
|
|
371
|
+
"step_count": 1,
|
|
372
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
373
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
374
|
+
"is_deleted": false
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"id": "d4642ee1-1c18-47b6-b723-380a58227a22",
|
|
378
|
+
"route_kind": "ANY",
|
|
379
|
+
"from_equipment_id": 6,
|
|
380
|
+
"to_equipment_id": 90,
|
|
381
|
+
"equipment_path": "[\"6\",\"90\"]",
|
|
382
|
+
"step_count": 1,
|
|
383
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
384
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
385
|
+
"is_deleted": false
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "06b803bd-7709-45ac-9adb-c033f5968352",
|
|
389
|
+
"route_kind": "ANY",
|
|
390
|
+
"from_equipment_id": 93,
|
|
391
|
+
"to_equipment_id": 94,
|
|
392
|
+
"equipment_path": "[\"93\",\"94\"]",
|
|
393
|
+
"step_count": 1,
|
|
394
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
395
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
396
|
+
"is_deleted": false
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"id": "a33d8c7b-fe18-43e9-825d-8ddc41f049ee",
|
|
400
|
+
"route_kind": "ANY",
|
|
401
|
+
"from_equipment_id": 16,
|
|
402
|
+
"to_equipment_id": 98,
|
|
403
|
+
"equipment_path": "[\"16\",\"98\"]",
|
|
404
|
+
"step_count": 1,
|
|
405
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
406
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
407
|
+
"is_deleted": false
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "db669369-ae9e-4786-8fcb-700debab66c0",
|
|
411
|
+
"route_kind": "ANY",
|
|
412
|
+
"from_equipment_id": 99,
|
|
413
|
+
"to_equipment_id": 100,
|
|
414
|
+
"equipment_path": "[\"99\",\"100\"]",
|
|
415
|
+
"step_count": 1,
|
|
416
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
417
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
418
|
+
"is_deleted": false
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"id": "1477c6d0-0feb-425c-9aef-58896032a077",
|
|
422
|
+
"route_kind": "ANY",
|
|
423
|
+
"from_equipment_id": 7,
|
|
424
|
+
"to_equipment_id": 103,
|
|
425
|
+
"equipment_path": "[\"7\",\"103\"]",
|
|
426
|
+
"step_count": 1,
|
|
427
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
428
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
429
|
+
"is_deleted": false
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "41b03a42-7dde-4cbe-84a3-1df8783a41a2",
|
|
433
|
+
"route_kind": "ANY",
|
|
434
|
+
"from_equipment_id": 8,
|
|
435
|
+
"to_equipment_id": 105,
|
|
436
|
+
"equipment_path": "[\"8\",\"105\"]",
|
|
437
|
+
"step_count": 1,
|
|
438
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
439
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
440
|
+
"is_deleted": false
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "dca060c8-2a70-42c4-a330-e8edb877faa3",
|
|
444
|
+
"route_kind": "ANY",
|
|
445
|
+
"from_equipment_id": 27,
|
|
446
|
+
"to_equipment_id": 106,
|
|
447
|
+
"equipment_path": "[\"27\",\"106\"]",
|
|
448
|
+
"step_count": 1,
|
|
449
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
450
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
451
|
+
"is_deleted": false
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "33128f8b-0331-4318-9393-81d40afbc36d",
|
|
455
|
+
"route_kind": "ANY",
|
|
456
|
+
"from_equipment_id": 76,
|
|
457
|
+
"to_equipment_id": 114,
|
|
458
|
+
"equipment_path": "[\"76\",\"114\"]",
|
|
459
|
+
"step_count": 1,
|
|
460
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
461
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
462
|
+
"is_deleted": false
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "710ff778-b83e-4237-9828-14148b2984f1",
|
|
466
|
+
"route_kind": "ANY",
|
|
467
|
+
"from_equipment_id": 36,
|
|
468
|
+
"to_equipment_id": 116,
|
|
469
|
+
"equipment_path": "[\"36\",\"116\"]",
|
|
470
|
+
"step_count": 1,
|
|
471
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
472
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
473
|
+
"is_deleted": false
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "7e555aba-fe08-4195-9597-bfd456cb4ded",
|
|
477
|
+
"route_kind": "ANY",
|
|
478
|
+
"from_equipment_id": 4,
|
|
479
|
+
"to_equipment_id": 119,
|
|
480
|
+
"equipment_path": "[\"4\",\"119\"]",
|
|
481
|
+
"step_count": 1,
|
|
482
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
483
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
484
|
+
"is_deleted": false
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"id": "11ea6412-bedb-4e8f-bcc5-c7a2b0fec0f6",
|
|
488
|
+
"route_kind": "ANY",
|
|
489
|
+
"from_equipment_id": 120,
|
|
490
|
+
"to_equipment_id": 121,
|
|
491
|
+
"equipment_path": "[\"120\",\"121\"]",
|
|
492
|
+
"step_count": 1,
|
|
493
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
494
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
495
|
+
"is_deleted": false
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "90d40520-a907-418d-b596-16edba7c7eb7",
|
|
499
|
+
"route_kind": "ANY",
|
|
500
|
+
"from_equipment_id": 3,
|
|
501
|
+
"to_equipment_id": 122,
|
|
502
|
+
"equipment_path": "[\"3\",\"122\"]",
|
|
503
|
+
"step_count": 1,
|
|
504
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
505
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
506
|
+
"is_deleted": false
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "75c63401-fbd1-4813-b0d9-428214cc1f3c",
|
|
510
|
+
"route_kind": "ANY",
|
|
511
|
+
"from_equipment_id": 120,
|
|
512
|
+
"to_equipment_id": 122,
|
|
513
|
+
"equipment_path": "[\"120\",\"121\",\"122\"]",
|
|
514
|
+
"step_count": 2,
|
|
515
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
516
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
517
|
+
"is_deleted": false
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"id": "f2788812-a0ad-4fd9-aa91-a22660bfc3db",
|
|
521
|
+
"route_kind": "ANY",
|
|
522
|
+
"from_equipment_id": 121,
|
|
523
|
+
"to_equipment_id": 122,
|
|
524
|
+
"equipment_path": "[\"121\",\"122\"]",
|
|
525
|
+
"step_count": 1,
|
|
526
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
527
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
528
|
+
"is_deleted": false
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "0322d8c9-073d-41d7-bb2b-0367db2dd07d",
|
|
532
|
+
"route_kind": "ANY",
|
|
533
|
+
"from_equipment_id": 13,
|
|
534
|
+
"to_equipment_id": 125,
|
|
535
|
+
"equipment_path": "[\"13\",\"125\"]",
|
|
536
|
+
"step_count": 1,
|
|
537
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
538
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
539
|
+
"is_deleted": false
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "0860057d-c36c-436e-9b72-f22b6f8b6134",
|
|
543
|
+
"route_kind": "ANY",
|
|
544
|
+
"from_equipment_id": 9,
|
|
545
|
+
"to_equipment_id": 128,
|
|
546
|
+
"equipment_path": "[\"9\",\"276\",\"128\"]",
|
|
547
|
+
"step_count": 2,
|
|
548
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
549
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
550
|
+
"is_deleted": false
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "95f4fd2a-4e69-47c3-9c21-f9348360373c",
|
|
554
|
+
"route_kind": "ANY",
|
|
555
|
+
"from_equipment_id": 117,
|
|
556
|
+
"to_equipment_id": 128,
|
|
557
|
+
"equipment_path": "[\"117\",\"9\",\"276\",\"128\"]",
|
|
558
|
+
"step_count": 3,
|
|
559
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
560
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
561
|
+
"is_deleted": false
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "3fb7fc87-1c37-4ec3-94f9-d821c31bf0bb",
|
|
565
|
+
"route_kind": "ANY",
|
|
566
|
+
"from_equipment_id": 276,
|
|
567
|
+
"to_equipment_id": 128,
|
|
568
|
+
"equipment_path": "[\"276\",\"128\"]",
|
|
569
|
+
"step_count": 1,
|
|
570
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
571
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
572
|
+
"is_deleted": false
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"id": "03d95f77-754d-48d9-81c5-4136aedd85c4",
|
|
576
|
+
"route_kind": "ANY",
|
|
577
|
+
"from_equipment_id": 39,
|
|
578
|
+
"to_equipment_id": 131,
|
|
579
|
+
"equipment_path": "[\"39\",\"40\",\"131\"]",
|
|
580
|
+
"step_count": 2,
|
|
581
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
582
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
583
|
+
"is_deleted": false
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"id": "757db09d-0598-40be-a732-590398fceaa5",
|
|
587
|
+
"route_kind": "ANY",
|
|
588
|
+
"from_equipment_id": 40,
|
|
589
|
+
"to_equipment_id": 131,
|
|
590
|
+
"equipment_path": "[\"40\",\"131\"]",
|
|
591
|
+
"step_count": 1,
|
|
592
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
593
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
594
|
+
"is_deleted": false
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"id": "d1658b1c-2d89-40ef-b9bc-2693d4e53182",
|
|
598
|
+
"route_kind": "ANY",
|
|
599
|
+
"from_equipment_id": 49,
|
|
600
|
+
"to_equipment_id": 131,
|
|
601
|
+
"equipment_path": "[\"49\",\"39\",\"40\",\"131\"]",
|
|
602
|
+
"step_count": 3,
|
|
603
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
604
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
605
|
+
"is_deleted": false
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": "3b796e02-f67d-4e8b-bfaa-ea8ffe251626",
|
|
609
|
+
"route_kind": "ANY",
|
|
610
|
+
"from_equipment_id": 73,
|
|
611
|
+
"to_equipment_id": 136,
|
|
612
|
+
"equipment_path": "[\"73\",\"136\"]",
|
|
613
|
+
"step_count": 1,
|
|
614
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
615
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
616
|
+
"is_deleted": false
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "47459766-105b-4cba-86eb-a07d704ec817",
|
|
620
|
+
"route_kind": "ANY",
|
|
621
|
+
"from_equipment_id": 133,
|
|
622
|
+
"to_equipment_id": 137,
|
|
623
|
+
"equipment_path": "[\"133\",\"137\"]",
|
|
624
|
+
"step_count": 1,
|
|
625
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
626
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
627
|
+
"is_deleted": false
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": "58bd683a-8a73-44c8-8e82-a1ddcb36b24c",
|
|
631
|
+
"route_kind": "ANY",
|
|
632
|
+
"from_equipment_id": 11,
|
|
633
|
+
"to_equipment_id": 139,
|
|
634
|
+
"equipment_path": "[\"11\",\"65\",\"139\"]",
|
|
635
|
+
"step_count": 2,
|
|
636
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
637
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
638
|
+
"is_deleted": false
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "46cba2b0-e38a-48bc-9348-820565817993",
|
|
642
|
+
"route_kind": "ANY",
|
|
643
|
+
"from_equipment_id": 65,
|
|
644
|
+
"to_equipment_id": 139,
|
|
645
|
+
"equipment_path": "[\"65\",\"139\"]",
|
|
646
|
+
"step_count": 1,
|
|
647
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
648
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
649
|
+
"is_deleted": false
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "7c209b6a-5b45-4855-9bd8-c14c65795980",
|
|
653
|
+
"route_kind": "ANY",
|
|
654
|
+
"from_equipment_id": 74,
|
|
655
|
+
"to_equipment_id": 140,
|
|
656
|
+
"equipment_path": "[\"74\",\"140\"]",
|
|
657
|
+
"step_count": 1,
|
|
658
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
659
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
660
|
+
"is_deleted": false
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"id": "338ecb12-e4f1-4ec6-a8ad-4f66c06a8f3a",
|
|
664
|
+
"route_kind": "ANY",
|
|
665
|
+
"from_equipment_id": 31,
|
|
666
|
+
"to_equipment_id": 141,
|
|
667
|
+
"equipment_path": "[\"31\",\"141\"]",
|
|
668
|
+
"step_count": 1,
|
|
669
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
670
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
671
|
+
"is_deleted": false
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"id": "3b398377-261c-45f5-9f97-37434554d2e9",
|
|
675
|
+
"route_kind": "ANY",
|
|
676
|
+
"from_equipment_id": 46,
|
|
677
|
+
"to_equipment_id": 149,
|
|
678
|
+
"equipment_path": "[\"46\",\"149\"]",
|
|
679
|
+
"step_count": 1,
|
|
680
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
681
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
682
|
+
"is_deleted": false
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"id": "f7c86cea-7d13-40c1-abcc-0f16e96cd62a",
|
|
686
|
+
"route_kind": "ANY",
|
|
687
|
+
"from_equipment_id": 96,
|
|
688
|
+
"to_equipment_id": 152,
|
|
689
|
+
"equipment_path": "[\"96\",\"182\",\"152\"]",
|
|
690
|
+
"step_count": 2,
|
|
691
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
692
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
693
|
+
"is_deleted": false
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "b1020bb9-8e1d-4c7b-add3-9332f7bdc0b2",
|
|
697
|
+
"route_kind": "ANY",
|
|
698
|
+
"from_equipment_id": 182,
|
|
699
|
+
"to_equipment_id": 152,
|
|
700
|
+
"equipment_path": "[\"182\",\"152\"]",
|
|
701
|
+
"step_count": 1,
|
|
702
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
703
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
704
|
+
"is_deleted": false
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "f049af0f-c7ce-4815-b2e0-fbf97dcc4e47",
|
|
708
|
+
"route_kind": "ANY",
|
|
709
|
+
"from_equipment_id": 163,
|
|
710
|
+
"to_equipment_id": 164,
|
|
711
|
+
"equipment_path": "[\"163\",\"164\"]",
|
|
712
|
+
"step_count": 1,
|
|
713
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
714
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
715
|
+
"is_deleted": false
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"id": "1c1dc173-99eb-442e-9f36-12ddffb6904b",
|
|
719
|
+
"route_kind": "ANY",
|
|
720
|
+
"from_equipment_id": 25,
|
|
721
|
+
"to_equipment_id": 165,
|
|
722
|
+
"equipment_path": "[\"25\",\"165\"]",
|
|
723
|
+
"step_count": 1,
|
|
724
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
725
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
726
|
+
"is_deleted": false
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"id": "0d7c344a-c276-4169-90f3-d511d970d1a7",
|
|
730
|
+
"route_kind": "ANY",
|
|
731
|
+
"from_equipment_id": 68,
|
|
732
|
+
"to_equipment_id": 166,
|
|
733
|
+
"equipment_path": "[\"68\",\"166\"]",
|
|
734
|
+
"step_count": 1,
|
|
735
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
736
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
737
|
+
"is_deleted": false
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"id": "686e6cc6-e76c-4711-93dc-142197a66160",
|
|
741
|
+
"route_kind": "ANY",
|
|
742
|
+
"from_equipment_id": 68,
|
|
743
|
+
"to_equipment_id": 167,
|
|
744
|
+
"equipment_path": "[\"68\",\"166\",\"167\"]",
|
|
745
|
+
"step_count": 2,
|
|
746
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
747
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
748
|
+
"is_deleted": false
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "18ab40b3-bc44-40cc-ba57-830a672d5e7e",
|
|
752
|
+
"route_kind": "ANY",
|
|
753
|
+
"from_equipment_id": 166,
|
|
754
|
+
"to_equipment_id": 167,
|
|
755
|
+
"equipment_path": "[\"166\",\"167\"]",
|
|
756
|
+
"step_count": 1,
|
|
757
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
758
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
759
|
+
"is_deleted": false
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "df2c2964-c513-454c-9a2d-b78982c7ed78",
|
|
763
|
+
"route_kind": "ANY",
|
|
764
|
+
"from_equipment_id": 168,
|
|
765
|
+
"to_equipment_id": 169,
|
|
766
|
+
"equipment_path": "[\"168\",\"169\"]",
|
|
767
|
+
"step_count": 1,
|
|
768
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
769
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
770
|
+
"is_deleted": false
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "a314a0c9-baeb-4f96-bc13-3ecfbc86b905",
|
|
774
|
+
"route_kind": "ANY",
|
|
775
|
+
"from_equipment_id": 176,
|
|
776
|
+
"to_equipment_id": 177,
|
|
777
|
+
"equipment_path": "[\"176\",\"185\",\"177\"]",
|
|
778
|
+
"step_count": 2,
|
|
779
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
780
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
781
|
+
"is_deleted": false
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"id": "eef3ba31-163a-426d-8667-b0649e3d4d53",
|
|
785
|
+
"route_kind": "ANY",
|
|
786
|
+
"from_equipment_id": 185,
|
|
787
|
+
"to_equipment_id": 177,
|
|
788
|
+
"equipment_path": "[\"185\",\"177\"]",
|
|
789
|
+
"step_count": 1,
|
|
790
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
791
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
792
|
+
"is_deleted": false
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "b1f40db5-ab7f-40e7-8098-4fa154d42e7d",
|
|
796
|
+
"route_kind": "ANY",
|
|
797
|
+
"from_equipment_id": 168,
|
|
798
|
+
"to_equipment_id": 180,
|
|
799
|
+
"equipment_path": "[\"168\",\"169\",\"180\"]",
|
|
800
|
+
"step_count": 2,
|
|
801
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
802
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
803
|
+
"is_deleted": false
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"id": "89c99c96-12bd-4107-aba6-363812f4d8c4",
|
|
807
|
+
"route_kind": "ANY",
|
|
808
|
+
"from_equipment_id": 169,
|
|
809
|
+
"to_equipment_id": 180,
|
|
810
|
+
"equipment_path": "[\"169\",\"180\"]",
|
|
811
|
+
"step_count": 1,
|
|
812
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
813
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
814
|
+
"is_deleted": false
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"id": "2295ff51-4073-49ab-8be7-9058a898baae",
|
|
818
|
+
"route_kind": "ANY",
|
|
819
|
+
"from_equipment_id": 20,
|
|
820
|
+
"to_equipment_id": 181,
|
|
821
|
+
"equipment_path": "[\"20\",\"181\"]",
|
|
822
|
+
"step_count": 1,
|
|
823
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
824
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
825
|
+
"is_deleted": false
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "7d58bfdd-4de8-4da1-81d7-bd284c1cfa17",
|
|
829
|
+
"route_kind": "ANY",
|
|
830
|
+
"from_equipment_id": 96,
|
|
831
|
+
"to_equipment_id": 182,
|
|
832
|
+
"equipment_path": "[\"96\",\"182\"]",
|
|
833
|
+
"step_count": 1,
|
|
834
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
835
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
836
|
+
"is_deleted": false
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "b42ffb8e-8fcd-406a-bc4a-2a77b28dc5e9",
|
|
840
|
+
"route_kind": "ANY",
|
|
841
|
+
"from_equipment_id": 161,
|
|
842
|
+
"to_equipment_id": 183,
|
|
843
|
+
"equipment_path": "[\"161\",\"183\"]",
|
|
844
|
+
"step_count": 1,
|
|
845
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
846
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
847
|
+
"is_deleted": false
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"id": "37e4659c-a8e3-4377-bcf8-8ff2c3d0affe",
|
|
851
|
+
"route_kind": "ANY",
|
|
852
|
+
"from_equipment_id": 176,
|
|
853
|
+
"to_equipment_id": 185,
|
|
854
|
+
"equipment_path": "[\"176\",\"185\"]",
|
|
855
|
+
"step_count": 1,
|
|
856
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
857
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
858
|
+
"is_deleted": false
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "81aad256-b6f7-4092-839f-1e5ecf606e14",
|
|
862
|
+
"route_kind": "ANY",
|
|
863
|
+
"from_equipment_id": 168,
|
|
864
|
+
"to_equipment_id": 186,
|
|
865
|
+
"equipment_path": "[\"168\",\"169\",\"180\",\"186\"]",
|
|
866
|
+
"step_count": 3,
|
|
867
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
868
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
869
|
+
"is_deleted": false
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"id": "ca9d7206-885b-487c-92b5-19a5cc3952ee",
|
|
873
|
+
"route_kind": "ANY",
|
|
874
|
+
"from_equipment_id": 169,
|
|
875
|
+
"to_equipment_id": 186,
|
|
876
|
+
"equipment_path": "[\"169\",\"180\",\"186\"]",
|
|
877
|
+
"step_count": 2,
|
|
878
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
879
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
880
|
+
"is_deleted": false
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "c8df37f7-6fb7-45e1-a32f-1d77d7a9ba8e",
|
|
884
|
+
"route_kind": "ANY",
|
|
885
|
+
"from_equipment_id": 180,
|
|
886
|
+
"to_equipment_id": 186,
|
|
887
|
+
"equipment_path": "[\"180\",\"186\"]",
|
|
888
|
+
"step_count": 1,
|
|
889
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
890
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
891
|
+
"is_deleted": false
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"id": "a0195427-63fd-4546-82ae-2565bc3ba431",
|
|
895
|
+
"route_kind": "ANY",
|
|
896
|
+
"from_equipment_id": 184,
|
|
897
|
+
"to_equipment_id": 189,
|
|
898
|
+
"equipment_path": "[\"184\",\"316\",\"189\"]",
|
|
899
|
+
"step_count": 2,
|
|
900
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
901
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
902
|
+
"is_deleted": false
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "b50f0c37-ce29-4d24-b53c-87c0a33dbea2",
|
|
906
|
+
"route_kind": "ANY",
|
|
907
|
+
"from_equipment_id": 316,
|
|
908
|
+
"to_equipment_id": 189,
|
|
909
|
+
"equipment_path": "[\"316\",\"189\"]",
|
|
910
|
+
"step_count": 1,
|
|
911
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
912
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
913
|
+
"is_deleted": false
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"id": "9ca5133e-17fd-4d20-9c34-faec3ef1a96f",
|
|
917
|
+
"route_kind": "ANY",
|
|
918
|
+
"from_equipment_id": 92,
|
|
919
|
+
"to_equipment_id": 191,
|
|
920
|
+
"equipment_path": "[\"92\",\"191\"]",
|
|
921
|
+
"step_count": 1,
|
|
922
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
923
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
924
|
+
"is_deleted": false
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"id": "109bbabb-6aa3-4578-9a90-eda268b45bfc",
|
|
928
|
+
"route_kind": "ANY",
|
|
929
|
+
"from_equipment_id": 190,
|
|
930
|
+
"to_equipment_id": 192,
|
|
931
|
+
"equipment_path": "[\"190\",\"192\"]",
|
|
932
|
+
"step_count": 1,
|
|
933
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
934
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
935
|
+
"is_deleted": false
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "69b3bf99-5a89-4566-975d-0e2a62e76e19",
|
|
939
|
+
"route_kind": "ANY",
|
|
940
|
+
"from_equipment_id": 68,
|
|
941
|
+
"to_equipment_id": 193,
|
|
942
|
+
"equipment_path": "[\"68\",\"193\"]",
|
|
943
|
+
"step_count": 1,
|
|
944
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
945
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
946
|
+
"is_deleted": false
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": "39c87455-ffa9-4f39-a2f7-4533aa1a9ba2",
|
|
950
|
+
"route_kind": "ANY",
|
|
951
|
+
"from_equipment_id": 197,
|
|
952
|
+
"to_equipment_id": 198,
|
|
953
|
+
"equipment_path": "[\"197\",\"198\"]",
|
|
954
|
+
"step_count": 1,
|
|
955
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
956
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
957
|
+
"is_deleted": false
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "591f51b5-6569-4539-8674-6eb013f60136",
|
|
961
|
+
"route_kind": "ANY",
|
|
962
|
+
"from_equipment_id": 151,
|
|
963
|
+
"to_equipment_id": 199,
|
|
964
|
+
"equipment_path": "[\"151\",\"199\"]",
|
|
965
|
+
"step_count": 1,
|
|
966
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
967
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
968
|
+
"is_deleted": false
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"id": "cf407d4a-e523-404a-b4ad-3d98f5bd23bf",
|
|
972
|
+
"route_kind": "ANY",
|
|
973
|
+
"from_equipment_id": 201,
|
|
974
|
+
"to_equipment_id": 202,
|
|
975
|
+
"equipment_path": "[\"201\",\"202\"]",
|
|
976
|
+
"step_count": 1,
|
|
977
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
978
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
979
|
+
"is_deleted": false
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"id": "cca01ce5-58c6-4f8a-8150-918676de89ae",
|
|
983
|
+
"route_kind": "ANY",
|
|
984
|
+
"from_equipment_id": 72,
|
|
985
|
+
"to_equipment_id": 203,
|
|
986
|
+
"equipment_path": "[\"72\",\"203\"]",
|
|
987
|
+
"step_count": 1,
|
|
988
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
989
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
990
|
+
"is_deleted": false
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"id": "d56924b8-6570-4741-99b8-b7b7d121f22b",
|
|
994
|
+
"route_kind": "ANY",
|
|
995
|
+
"from_equipment_id": 73,
|
|
996
|
+
"to_equipment_id": 204,
|
|
997
|
+
"equipment_path": "[\"73\",\"204\"]",
|
|
998
|
+
"step_count": 1,
|
|
999
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1000
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1001
|
+
"is_deleted": false
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"id": "3e2eab88-6f03-4748-90a3-936f6284c64d",
|
|
1005
|
+
"route_kind": "ANY",
|
|
1006
|
+
"from_equipment_id": 197,
|
|
1007
|
+
"to_equipment_id": 205,
|
|
1008
|
+
"equipment_path": "[\"197\",\"198\",\"205\"]",
|
|
1009
|
+
"step_count": 2,
|
|
1010
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1011
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1012
|
+
"is_deleted": false
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "3742588c-f8a3-44d0-960d-542baca02cd9",
|
|
1016
|
+
"route_kind": "ANY",
|
|
1017
|
+
"from_equipment_id": 198,
|
|
1018
|
+
"to_equipment_id": 205,
|
|
1019
|
+
"equipment_path": "[\"198\",\"205\"]",
|
|
1020
|
+
"step_count": 1,
|
|
1021
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1022
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1023
|
+
"is_deleted": false
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": "0d492791-0afd-4e8c-9f93-a58a2e775ce8",
|
|
1027
|
+
"route_kind": "ANY",
|
|
1028
|
+
"from_equipment_id": 197,
|
|
1029
|
+
"to_equipment_id": 206,
|
|
1030
|
+
"equipment_path": "[\"197\",\"198\",\"205\",\"206\"]",
|
|
1031
|
+
"step_count": 3,
|
|
1032
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1033
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1034
|
+
"is_deleted": false
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": "c36c65f5-034f-4a54-ad70-6fed25f2a08c",
|
|
1038
|
+
"route_kind": "ANY",
|
|
1039
|
+
"from_equipment_id": 198,
|
|
1040
|
+
"to_equipment_id": 206,
|
|
1041
|
+
"equipment_path": "[\"198\",\"205\",\"206\"]",
|
|
1042
|
+
"step_count": 2,
|
|
1043
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1044
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1045
|
+
"is_deleted": false
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"id": "adc6ded9-00d5-46dd-86da-02991c328f83",
|
|
1049
|
+
"route_kind": "ANY",
|
|
1050
|
+
"from_equipment_id": 205,
|
|
1051
|
+
"to_equipment_id": 206,
|
|
1052
|
+
"equipment_path": "[\"205\",\"206\"]",
|
|
1053
|
+
"step_count": 1,
|
|
1054
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1055
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1056
|
+
"is_deleted": false
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "a96fb0cc-798a-4a9a-bdb6-723193ca509f",
|
|
1060
|
+
"route_kind": "ANY",
|
|
1061
|
+
"from_equipment_id": 210,
|
|
1062
|
+
"to_equipment_id": 211,
|
|
1063
|
+
"equipment_path": "[\"210\",\"211\"]",
|
|
1064
|
+
"step_count": 1,
|
|
1065
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1066
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1067
|
+
"is_deleted": false
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"id": "4b6cb00c-c2b9-43df-901c-839609c0134e",
|
|
1071
|
+
"route_kind": "ANY",
|
|
1072
|
+
"from_equipment_id": 163,
|
|
1073
|
+
"to_equipment_id": 215,
|
|
1074
|
+
"equipment_path": "[\"163\",\"164\",\"215\"]",
|
|
1075
|
+
"step_count": 2,
|
|
1076
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1077
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1078
|
+
"is_deleted": false
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"id": "243c0a48-733d-448f-a756-4505489570d4",
|
|
1082
|
+
"route_kind": "ANY",
|
|
1083
|
+
"from_equipment_id": 164,
|
|
1084
|
+
"to_equipment_id": 215,
|
|
1085
|
+
"equipment_path": "[\"164\",\"215\"]",
|
|
1086
|
+
"step_count": 1,
|
|
1087
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1088
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1089
|
+
"is_deleted": false
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "8ab62f40-ce44-4115-8a5f-2951779c56c3",
|
|
1093
|
+
"route_kind": "ANY",
|
|
1094
|
+
"from_equipment_id": 25,
|
|
1095
|
+
"to_equipment_id": 217,
|
|
1096
|
+
"equipment_path": "[\"25\",\"165\",\"217\"]",
|
|
1097
|
+
"step_count": 2,
|
|
1098
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1099
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1100
|
+
"is_deleted": false
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"id": "775e1998-3b08-4b62-b90a-00f24ab61927",
|
|
1104
|
+
"route_kind": "ANY",
|
|
1105
|
+
"from_equipment_id": 165,
|
|
1106
|
+
"to_equipment_id": 217,
|
|
1107
|
+
"equipment_path": "[\"165\",\"217\"]",
|
|
1108
|
+
"step_count": 1,
|
|
1109
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1110
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1111
|
+
"is_deleted": false
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"id": "6a8f57a8-0213-4792-88ba-e0b2920f310e",
|
|
1115
|
+
"route_kind": "ANY",
|
|
1116
|
+
"from_equipment_id": 20,
|
|
1117
|
+
"to_equipment_id": 219,
|
|
1118
|
+
"equipment_path": "[\"20\",\"181\",\"21\",\"60\",\"219\"]",
|
|
1119
|
+
"step_count": 4,
|
|
1120
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1121
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1122
|
+
"is_deleted": false
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"id": "5e8c3c7a-6e77-418e-8cb5-769f955bd2da",
|
|
1126
|
+
"route_kind": "ANY",
|
|
1127
|
+
"from_equipment_id": 21,
|
|
1128
|
+
"to_equipment_id": 219,
|
|
1129
|
+
"equipment_path": "[\"21\",\"60\",\"219\"]",
|
|
1130
|
+
"step_count": 2,
|
|
1131
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1132
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1133
|
+
"is_deleted": false
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"id": "55764012-5b49-41a3-a355-809b54aa3167",
|
|
1137
|
+
"route_kind": "ANY",
|
|
1138
|
+
"from_equipment_id": 60,
|
|
1139
|
+
"to_equipment_id": 219,
|
|
1140
|
+
"equipment_path": "[\"60\",\"219\"]",
|
|
1141
|
+
"step_count": 1,
|
|
1142
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1143
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1144
|
+
"is_deleted": false
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "50dc5cd8-9680-4f6e-8f7a-f06c41341cb7",
|
|
1148
|
+
"route_kind": "ANY",
|
|
1149
|
+
"from_equipment_id": 181,
|
|
1150
|
+
"to_equipment_id": 219,
|
|
1151
|
+
"equipment_path": "[\"181\",\"21\",\"60\",\"219\"]",
|
|
1152
|
+
"step_count": 3,
|
|
1153
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1154
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1155
|
+
"is_deleted": false
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"id": "b39673d3-3e6d-44d5-8635-0d987b3816d5",
|
|
1159
|
+
"route_kind": "ANY",
|
|
1160
|
+
"from_equipment_id": 10,
|
|
1161
|
+
"to_equipment_id": 220,
|
|
1162
|
+
"equipment_path": "[\"10\",\"66\",\"220\"]",
|
|
1163
|
+
"step_count": 2,
|
|
1164
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1165
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1166
|
+
"is_deleted": false
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"id": "7f92bfda-75b7-409f-afe1-e55126b82b02",
|
|
1170
|
+
"route_kind": "ANY",
|
|
1171
|
+
"from_equipment_id": 66,
|
|
1172
|
+
"to_equipment_id": 220,
|
|
1173
|
+
"equipment_path": "[\"66\",\"220\"]",
|
|
1174
|
+
"step_count": 1,
|
|
1175
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1176
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1177
|
+
"is_deleted": false
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"id": "46a48614-90dc-4e54-b193-f24f43ad6bff",
|
|
1181
|
+
"route_kind": "ANY",
|
|
1182
|
+
"from_equipment_id": 221,
|
|
1183
|
+
"to_equipment_id": 222,
|
|
1184
|
+
"equipment_path": "[\"221\",\"222\"]",
|
|
1185
|
+
"step_count": 1,
|
|
1186
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1187
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1188
|
+
"is_deleted": false
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "9d58684f-8f6b-4fd0-a717-5120101d1820",
|
|
1192
|
+
"route_kind": "ANY",
|
|
1193
|
+
"from_equipment_id": 226,
|
|
1194
|
+
"to_equipment_id": 227,
|
|
1195
|
+
"equipment_path": "[\"226\",\"227\"]",
|
|
1196
|
+
"step_count": 1,
|
|
1197
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1198
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1199
|
+
"is_deleted": false
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "17b9fb28-6dfc-439d-95bc-e34a667c67eb",
|
|
1203
|
+
"route_kind": "ANY",
|
|
1204
|
+
"from_equipment_id": 19,
|
|
1205
|
+
"to_equipment_id": 228,
|
|
1206
|
+
"equipment_path": "[\"19\",\"228\"]",
|
|
1207
|
+
"step_count": 1,
|
|
1208
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1209
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1210
|
+
"is_deleted": false
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"id": "b8890134-49ac-4556-838a-a75bdee57139",
|
|
1214
|
+
"route_kind": "ANY",
|
|
1215
|
+
"from_equipment_id": 231,
|
|
1216
|
+
"to_equipment_id": 232,
|
|
1217
|
+
"equipment_path": "[\"231\",\"232\"]",
|
|
1218
|
+
"step_count": 1,
|
|
1219
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1220
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1221
|
+
"is_deleted": false
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "21179d48-ed08-4603-90ee-db76759977a3",
|
|
1225
|
+
"route_kind": "ANY",
|
|
1226
|
+
"from_equipment_id": 277,
|
|
1227
|
+
"to_equipment_id": 233,
|
|
1228
|
+
"equipment_path": "[\"277\",\"233\"]",
|
|
1229
|
+
"step_count": 1,
|
|
1230
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1231
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1232
|
+
"is_deleted": false
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": "3481d6bd-d779-4ae1-8984-cdbe16cddbf8",
|
|
1236
|
+
"route_kind": "ANY",
|
|
1237
|
+
"from_equipment_id": 5,
|
|
1238
|
+
"to_equipment_id": 234,
|
|
1239
|
+
"equipment_path": "[\"5\",\"235\",\"234\"]",
|
|
1240
|
+
"step_count": 2,
|
|
1241
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1242
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1243
|
+
"is_deleted": false
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"id": "b450579f-459a-49be-8555-7fb96daac52f",
|
|
1247
|
+
"route_kind": "ANY",
|
|
1248
|
+
"from_equipment_id": 12,
|
|
1249
|
+
"to_equipment_id": 234,
|
|
1250
|
+
"equipment_path": "[\"12\",\"234\"]",
|
|
1251
|
+
"step_count": 1,
|
|
1252
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1253
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1254
|
+
"is_deleted": false
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "1b1fc2bd-b656-499d-b9fc-523171aa4888",
|
|
1258
|
+
"route_kind": "ANY",
|
|
1259
|
+
"from_equipment_id": 235,
|
|
1260
|
+
"to_equipment_id": 234,
|
|
1261
|
+
"equipment_path": "[\"235\",\"234\"]",
|
|
1262
|
+
"step_count": 1,
|
|
1263
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1264
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1265
|
+
"is_deleted": false
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"id": "ff0cd512-0734-4416-aed8-4559f8c29ca9",
|
|
1269
|
+
"route_kind": "ANY",
|
|
1270
|
+
"from_equipment_id": 5,
|
|
1271
|
+
"to_equipment_id": 235,
|
|
1272
|
+
"equipment_path": "[\"5\",\"235\"]",
|
|
1273
|
+
"step_count": 1,
|
|
1274
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1275
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1276
|
+
"is_deleted": false
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"id": "5fafd3f8-9b81-4b24-923f-bb70b60ac20c",
|
|
1280
|
+
"route_kind": "ANY",
|
|
1281
|
+
"from_equipment_id": 12,
|
|
1282
|
+
"to_equipment_id": 235,
|
|
1283
|
+
"equipment_path": "[\"12\",\"234\",\"235\"]",
|
|
1284
|
+
"step_count": 2,
|
|
1285
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1286
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1287
|
+
"is_deleted": false
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "725c908a-f047-4903-aaf7-90a9fc033315",
|
|
1291
|
+
"route_kind": "ANY",
|
|
1292
|
+
"from_equipment_id": 234,
|
|
1293
|
+
"to_equipment_id": 235,
|
|
1294
|
+
"equipment_path": "[\"234\",\"235\"]",
|
|
1295
|
+
"step_count": 1,
|
|
1296
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1297
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1298
|
+
"is_deleted": false
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"id": "d6be4ea9-7e09-4d81-bb3a-2181fbaaf6eb",
|
|
1302
|
+
"route_kind": "ANY",
|
|
1303
|
+
"from_equipment_id": 8,
|
|
1304
|
+
"to_equipment_id": 236,
|
|
1305
|
+
"equipment_path": "[\"8\",\"105\",\"236\"]",
|
|
1306
|
+
"step_count": 2,
|
|
1307
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1308
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1309
|
+
"is_deleted": false
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"id": "6773b205-53a7-4941-abf0-b3ba4df33774",
|
|
1313
|
+
"route_kind": "ANY",
|
|
1314
|
+
"from_equipment_id": 105,
|
|
1315
|
+
"to_equipment_id": 236,
|
|
1316
|
+
"equipment_path": "[\"105\",\"236\"]",
|
|
1317
|
+
"step_count": 1,
|
|
1318
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1319
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1320
|
+
"is_deleted": false
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"id": "7df51c2c-dcf2-4ddc-9d2f-2dd6b4e29306",
|
|
1324
|
+
"route_kind": "ANY",
|
|
1325
|
+
"from_equipment_id": 26,
|
|
1326
|
+
"to_equipment_id": 237,
|
|
1327
|
+
"equipment_path": "[\"26\",\"80\",\"81\",\"237\"]",
|
|
1328
|
+
"step_count": 3,
|
|
1329
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1330
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1331
|
+
"is_deleted": false
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"id": "5274a0b4-27d2-481d-becc-068bda4f65d2",
|
|
1335
|
+
"route_kind": "ANY",
|
|
1336
|
+
"from_equipment_id": 26,
|
|
1337
|
+
"to_equipment_id": 237,
|
|
1338
|
+
"equipment_path": "[\"26\",\"79\",\"81\",\"237\"]",
|
|
1339
|
+
"step_count": 3,
|
|
1340
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1341
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1342
|
+
"is_deleted": false
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"id": "5cf2afdd-c3df-44bc-99fb-9a6dcd074a85",
|
|
1346
|
+
"route_kind": "ANY",
|
|
1347
|
+
"from_equipment_id": 79,
|
|
1348
|
+
"to_equipment_id": 237,
|
|
1349
|
+
"equipment_path": "[\"79\",\"81\",\"237\"]",
|
|
1350
|
+
"step_count": 2,
|
|
1351
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1352
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1353
|
+
"is_deleted": false
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"id": "e2183048-8320-42ed-b648-9c6456f7b5c0",
|
|
1357
|
+
"route_kind": "ANY",
|
|
1358
|
+
"from_equipment_id": 80,
|
|
1359
|
+
"to_equipment_id": 237,
|
|
1360
|
+
"equipment_path": "[\"80\",\"81\",\"237\"]",
|
|
1361
|
+
"step_count": 2,
|
|
1362
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1363
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1364
|
+
"is_deleted": false
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "277a539a-95a8-4cb4-bbe8-e426d6281be8",
|
|
1368
|
+
"route_kind": "ANY",
|
|
1369
|
+
"from_equipment_id": 81,
|
|
1370
|
+
"to_equipment_id": 237,
|
|
1371
|
+
"equipment_path": "[\"81\",\"237\"]",
|
|
1372
|
+
"step_count": 1,
|
|
1373
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1374
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1375
|
+
"is_deleted": false
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"id": "f50218ce-c448-4c93-8fba-5d1c9ce34d61",
|
|
1379
|
+
"route_kind": "ANY",
|
|
1380
|
+
"from_equipment_id": 145,
|
|
1381
|
+
"to_equipment_id": 241,
|
|
1382
|
+
"equipment_path": "[\"145\",\"241\"]",
|
|
1383
|
+
"step_count": 1,
|
|
1384
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1385
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1386
|
+
"is_deleted": false
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"id": "45f46e97-e17e-45b6-9891-0f039887b9a2",
|
|
1390
|
+
"route_kind": "ANY",
|
|
1391
|
+
"from_equipment_id": 242,
|
|
1392
|
+
"to_equipment_id": 243,
|
|
1393
|
+
"equipment_path": "[\"242\",\"243\"]",
|
|
1394
|
+
"step_count": 1,
|
|
1395
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1396
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1397
|
+
"is_deleted": false
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"id": "06e60525-4782-4b67-b029-9eb3ec3e25a2",
|
|
1401
|
+
"route_kind": "ANY",
|
|
1402
|
+
"from_equipment_id": 245,
|
|
1403
|
+
"to_equipment_id": 246,
|
|
1404
|
+
"equipment_path": "[\"245\",\"246\"]",
|
|
1405
|
+
"step_count": 1,
|
|
1406
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1407
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1408
|
+
"is_deleted": false
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": "fdac0e49-660c-47ec-bebb-070065611392",
|
|
1412
|
+
"route_kind": "ANY",
|
|
1413
|
+
"from_equipment_id": 250,
|
|
1414
|
+
"to_equipment_id": 251,
|
|
1415
|
+
"equipment_path": "[\"250\",\"251\"]",
|
|
1416
|
+
"step_count": 1,
|
|
1417
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1418
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1419
|
+
"is_deleted": false
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"id": "f039b35b-ab20-46ae-8fdc-7c62cc25a827",
|
|
1423
|
+
"route_kind": "ANY",
|
|
1424
|
+
"from_equipment_id": 250,
|
|
1425
|
+
"to_equipment_id": 252,
|
|
1426
|
+
"equipment_path": "[\"250\",\"251\",\"252\"]",
|
|
1427
|
+
"step_count": 2,
|
|
1428
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1429
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1430
|
+
"is_deleted": false
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "fdc34588-3450-4bbc-ada8-b5d67b7aafb3",
|
|
1434
|
+
"route_kind": "ANY",
|
|
1435
|
+
"from_equipment_id": 251,
|
|
1436
|
+
"to_equipment_id": 252,
|
|
1437
|
+
"equipment_path": "[\"251\",\"252\"]",
|
|
1438
|
+
"step_count": 1,
|
|
1439
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1440
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1441
|
+
"is_deleted": false
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "31069115-00cc-44de-bd15-ba1f20aad1f3",
|
|
1445
|
+
"route_kind": "ANY",
|
|
1446
|
+
"from_equipment_id": 196,
|
|
1447
|
+
"to_equipment_id": 256,
|
|
1448
|
+
"equipment_path": "[\"196\",\"256\"]",
|
|
1449
|
+
"step_count": 1,
|
|
1450
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1451
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1452
|
+
"is_deleted": false
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"id": "b0a5c4df-1315-4809-96df-7f2dcc657021",
|
|
1456
|
+
"route_kind": "ANY",
|
|
1457
|
+
"from_equipment_id": 260,
|
|
1458
|
+
"to_equipment_id": 261,
|
|
1459
|
+
"equipment_path": "[\"260\",\"261\"]",
|
|
1460
|
+
"step_count": 1,
|
|
1461
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1462
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1463
|
+
"is_deleted": false
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"id": "e23205df-7733-4f98-a575-be1e8bc03db3",
|
|
1467
|
+
"route_kind": "ANY",
|
|
1468
|
+
"from_equipment_id": 201,
|
|
1469
|
+
"to_equipment_id": 263,
|
|
1470
|
+
"equipment_path": "[\"201\",\"202\",\"263\"]",
|
|
1471
|
+
"step_count": 2,
|
|
1472
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1473
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1474
|
+
"is_deleted": false
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"id": "5504eef3-a64c-48be-9d38-3fdf23d7807d",
|
|
1478
|
+
"route_kind": "ANY",
|
|
1479
|
+
"from_equipment_id": 202,
|
|
1480
|
+
"to_equipment_id": 263,
|
|
1481
|
+
"equipment_path": "[\"202\",\"263\"]",
|
|
1482
|
+
"step_count": 1,
|
|
1483
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1484
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1485
|
+
"is_deleted": false
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": "1f3075d9-378d-4b76-b559-04b307dd3d3e",
|
|
1489
|
+
"route_kind": "ANY",
|
|
1490
|
+
"from_equipment_id": 2,
|
|
1491
|
+
"to_equipment_id": 266,
|
|
1492
|
+
"equipment_path": "[\"2\",\"63\",\"266\"]",
|
|
1493
|
+
"step_count": 2,
|
|
1494
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1495
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1496
|
+
"is_deleted": false
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"id": "5782ab05-250d-4760-9345-212557f0ee27",
|
|
1500
|
+
"route_kind": "ANY",
|
|
1501
|
+
"from_equipment_id": 63,
|
|
1502
|
+
"to_equipment_id": 266,
|
|
1503
|
+
"equipment_path": "[\"63\",\"266\"]",
|
|
1504
|
+
"step_count": 1,
|
|
1505
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1506
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1507
|
+
"is_deleted": false
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "f851ba2c-1c13-41fc-8c35-6eb812fbd1f5",
|
|
1511
|
+
"route_kind": "ANY",
|
|
1512
|
+
"from_equipment_id": 2,
|
|
1513
|
+
"to_equipment_id": 267,
|
|
1514
|
+
"equipment_path": "[\"2\",\"63\",\"266\",\"267\"]",
|
|
1515
|
+
"step_count": 3,
|
|
1516
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1517
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1518
|
+
"is_deleted": false
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"id": "d45746f4-0bb9-4ff2-b769-c01e50584165",
|
|
1522
|
+
"route_kind": "ANY",
|
|
1523
|
+
"from_equipment_id": 63,
|
|
1524
|
+
"to_equipment_id": 267,
|
|
1525
|
+
"equipment_path": "[\"63\",\"266\",\"267\"]",
|
|
1526
|
+
"step_count": 2,
|
|
1527
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1528
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1529
|
+
"is_deleted": false
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": "c070e4e8-92f7-4b95-8289-f66bd5a7b13b",
|
|
1533
|
+
"route_kind": "ANY",
|
|
1534
|
+
"from_equipment_id": 266,
|
|
1535
|
+
"to_equipment_id": 267,
|
|
1536
|
+
"equipment_path": "[\"266\",\"267\"]",
|
|
1537
|
+
"step_count": 1,
|
|
1538
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1539
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1540
|
+
"is_deleted": false
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"id": "66297f68-483c-4448-be28-77a4c4e7dc2c",
|
|
1544
|
+
"route_kind": "ANY",
|
|
1545
|
+
"from_equipment_id": 55,
|
|
1546
|
+
"to_equipment_id": 271,
|
|
1547
|
+
"equipment_path": "[\"55\",\"271\"]",
|
|
1548
|
+
"step_count": 1,
|
|
1549
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1550
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1551
|
+
"is_deleted": false
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"id": "e0088518-dde5-46ea-ad9c-0a01b8724593",
|
|
1555
|
+
"route_kind": "ANY",
|
|
1556
|
+
"from_equipment_id": 51,
|
|
1557
|
+
"to_equipment_id": 274,
|
|
1558
|
+
"equipment_path": "[\"51\",\"274\"]",
|
|
1559
|
+
"step_count": 1,
|
|
1560
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1561
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1562
|
+
"is_deleted": false
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"id": "b8b85034-3cff-42e7-8e6d-5e0994a94d8d",
|
|
1566
|
+
"route_kind": "ANY",
|
|
1567
|
+
"from_equipment_id": 71,
|
|
1568
|
+
"to_equipment_id": 275,
|
|
1569
|
+
"equipment_path": "[\"71\",\"275\"]",
|
|
1570
|
+
"step_count": 1,
|
|
1571
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1572
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1573
|
+
"is_deleted": false
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"id": "e1f327ec-dfd5-4e7a-9be7-f7e06a20499a",
|
|
1577
|
+
"route_kind": "ANY",
|
|
1578
|
+
"from_equipment_id": 9,
|
|
1579
|
+
"to_equipment_id": 276,
|
|
1580
|
+
"equipment_path": "[\"9\",\"276\"]",
|
|
1581
|
+
"step_count": 1,
|
|
1582
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1583
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1584
|
+
"is_deleted": false
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"id": "7c7d7823-f2c8-4b9a-96f6-be53f1f639cd",
|
|
1588
|
+
"route_kind": "ANY",
|
|
1589
|
+
"from_equipment_id": 117,
|
|
1590
|
+
"to_equipment_id": 276,
|
|
1591
|
+
"equipment_path": "[\"117\",\"9\",\"276\"]",
|
|
1592
|
+
"step_count": 2,
|
|
1593
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1594
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1595
|
+
"is_deleted": false
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"id": "89ddd4d1-e749-4ba1-9b8c-693a0f6b3fa5",
|
|
1599
|
+
"route_kind": "ANY",
|
|
1600
|
+
"from_equipment_id": 278,
|
|
1601
|
+
"to_equipment_id": 279,
|
|
1602
|
+
"equipment_path": "[\"278\",\"279\"]",
|
|
1603
|
+
"step_count": 1,
|
|
1604
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1605
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1606
|
+
"is_deleted": false
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"id": "c3139c83-8457-43c5-8369-7196d5876eb8",
|
|
1610
|
+
"route_kind": "ANY",
|
|
1611
|
+
"from_equipment_id": 9,
|
|
1612
|
+
"to_equipment_id": 281,
|
|
1613
|
+
"equipment_path": "[\"9\",\"276\",\"128\",\"281\"]",
|
|
1614
|
+
"step_count": 3,
|
|
1615
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1616
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1617
|
+
"is_deleted": false
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "7a9e06ed-dc44-4394-96ac-1aea9d43c388",
|
|
1621
|
+
"route_kind": "ANY",
|
|
1622
|
+
"from_equipment_id": 117,
|
|
1623
|
+
"to_equipment_id": 281,
|
|
1624
|
+
"equipment_path": "[\"117\",\"9\",\"276\",\"128\",\"281\"]",
|
|
1625
|
+
"step_count": 4,
|
|
1626
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1627
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1628
|
+
"is_deleted": false
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"id": "07149821-c4cd-45ed-b6a1-86b2ff07c314",
|
|
1632
|
+
"route_kind": "ANY",
|
|
1633
|
+
"from_equipment_id": 128,
|
|
1634
|
+
"to_equipment_id": 281,
|
|
1635
|
+
"equipment_path": "[\"128\",\"281\"]",
|
|
1636
|
+
"step_count": 1,
|
|
1637
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1638
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1639
|
+
"is_deleted": false
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"id": "69906b3b-8bb9-4050-b290-f3114f3fb000",
|
|
1643
|
+
"route_kind": "ANY",
|
|
1644
|
+
"from_equipment_id": 276,
|
|
1645
|
+
"to_equipment_id": 281,
|
|
1646
|
+
"equipment_path": "[\"276\",\"128\",\"281\"]",
|
|
1647
|
+
"step_count": 2,
|
|
1648
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1649
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1650
|
+
"is_deleted": false
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"id": "d82a5e8e-2949-481b-94cf-1b4787721997",
|
|
1654
|
+
"route_kind": "ANY",
|
|
1655
|
+
"from_equipment_id": 13,
|
|
1656
|
+
"to_equipment_id": 285,
|
|
1657
|
+
"equipment_path": "[\"13\",\"125\",\"285\"]",
|
|
1658
|
+
"step_count": 2,
|
|
1659
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1660
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1661
|
+
"is_deleted": false
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"id": "b1f73f1f-48e0-44cf-9cfd-a02082dae77c",
|
|
1665
|
+
"route_kind": "ANY",
|
|
1666
|
+
"from_equipment_id": 125,
|
|
1667
|
+
"to_equipment_id": 285,
|
|
1668
|
+
"equipment_path": "[\"125\",\"285\"]",
|
|
1669
|
+
"step_count": 1,
|
|
1670
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1671
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1672
|
+
"is_deleted": false
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "9aa48070-cf82-4684-bf76-72cb939c71c9",
|
|
1676
|
+
"route_kind": "ANY",
|
|
1677
|
+
"from_equipment_id": 7,
|
|
1678
|
+
"to_equipment_id": 289,
|
|
1679
|
+
"equipment_path": "[\"7\",\"103\",\"289\"]",
|
|
1680
|
+
"step_count": 2,
|
|
1681
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1682
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1683
|
+
"is_deleted": false
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"id": "963eb8e5-0da3-4b51-b423-0f637174833f",
|
|
1687
|
+
"route_kind": "ANY",
|
|
1688
|
+
"from_equipment_id": 103,
|
|
1689
|
+
"to_equipment_id": 289,
|
|
1690
|
+
"equipment_path": "[\"103\",\"289\"]",
|
|
1691
|
+
"step_count": 1,
|
|
1692
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1693
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1694
|
+
"is_deleted": false
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"id": "e9795d9d-f79b-44cc-a790-a3174d36c706",
|
|
1698
|
+
"route_kind": "ANY",
|
|
1699
|
+
"from_equipment_id": 104,
|
|
1700
|
+
"to_equipment_id": 289,
|
|
1701
|
+
"equipment_path": "[\"104\",\"289\"]",
|
|
1702
|
+
"step_count": 1,
|
|
1703
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1704
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1705
|
+
"is_deleted": false
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"id": "a9286aa6-41ef-4477-95d2-2528721d97f3",
|
|
1709
|
+
"route_kind": "ANY",
|
|
1710
|
+
"from_equipment_id": 8,
|
|
1711
|
+
"to_equipment_id": 290,
|
|
1712
|
+
"equipment_path": "[\"8\",\"105\",\"236\",\"290\"]",
|
|
1713
|
+
"step_count": 3,
|
|
1714
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1715
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1716
|
+
"is_deleted": false
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"id": "f405a6e6-2f62-40ab-a858-248baeff3c4c",
|
|
1720
|
+
"route_kind": "ANY",
|
|
1721
|
+
"from_equipment_id": 105,
|
|
1722
|
+
"to_equipment_id": 290,
|
|
1723
|
+
"equipment_path": "[\"105\",\"236\",\"290\"]",
|
|
1724
|
+
"step_count": 2,
|
|
1725
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1726
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1727
|
+
"is_deleted": false
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "cf47de64-7476-482e-9e20-17e3fceaf143",
|
|
1731
|
+
"route_kind": "ANY",
|
|
1732
|
+
"from_equipment_id": 236,
|
|
1733
|
+
"to_equipment_id": 290,
|
|
1734
|
+
"equipment_path": "[\"236\",\"290\"]",
|
|
1735
|
+
"step_count": 1,
|
|
1736
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1737
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1738
|
+
"is_deleted": false
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"id": "f38a1d6d-2547-43e0-b4da-77bfafd8f080",
|
|
1742
|
+
"route_kind": "ANY",
|
|
1743
|
+
"from_equipment_id": 1,
|
|
1744
|
+
"to_equipment_id": 293,
|
|
1745
|
+
"equipment_path": "[\"1\",\"293\"]",
|
|
1746
|
+
"step_count": 1,
|
|
1747
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1748
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1749
|
+
"is_deleted": false
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": "49007cb0-bf27-4a36-a196-3f7c75d21eb6",
|
|
1753
|
+
"route_kind": "ANY",
|
|
1754
|
+
"from_equipment_id": 297,
|
|
1755
|
+
"to_equipment_id": 294,
|
|
1756
|
+
"equipment_path": "[\"297\",\"294\"]",
|
|
1757
|
+
"step_count": 1,
|
|
1758
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1759
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1760
|
+
"is_deleted": false
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"id": "9ad4c26e-5f67-4681-a6f2-e8ea250cb8e1",
|
|
1764
|
+
"route_kind": "ANY",
|
|
1765
|
+
"from_equipment_id": 294,
|
|
1766
|
+
"to_equipment_id": 295,
|
|
1767
|
+
"equipment_path": "[\"294\",\"295\"]",
|
|
1768
|
+
"step_count": 1,
|
|
1769
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1770
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1771
|
+
"is_deleted": false
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"id": "77df830a-752c-4816-b255-39ceea6ee01b",
|
|
1775
|
+
"route_kind": "ANY",
|
|
1776
|
+
"from_equipment_id": 297,
|
|
1777
|
+
"to_equipment_id": 295,
|
|
1778
|
+
"equipment_path": "[\"297\",\"294\",\"295\"]",
|
|
1779
|
+
"step_count": 2,
|
|
1780
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1781
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1782
|
+
"is_deleted": false
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"id": "f8a93c98-aa67-4769-b587-50c6ae10d7e1",
|
|
1786
|
+
"route_kind": "ANY",
|
|
1787
|
+
"from_equipment_id": 298,
|
|
1788
|
+
"to_equipment_id": 299,
|
|
1789
|
+
"equipment_path": "[\"298\",\"299\"]",
|
|
1790
|
+
"step_count": 1,
|
|
1791
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1792
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1793
|
+
"is_deleted": false
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"id": "28170f4d-6390-43c5-a34e-0de3ce797678",
|
|
1797
|
+
"route_kind": "ANY",
|
|
1798
|
+
"from_equipment_id": 298,
|
|
1799
|
+
"to_equipment_id": 300,
|
|
1800
|
+
"equipment_path": "[\"298\",\"299\",\"300\"]",
|
|
1801
|
+
"step_count": 2,
|
|
1802
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1803
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1804
|
+
"is_deleted": false
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"id": "ac31a6bd-17fb-4fbe-9803-109da4f16e0b",
|
|
1808
|
+
"route_kind": "ANY",
|
|
1809
|
+
"from_equipment_id": 299,
|
|
1810
|
+
"to_equipment_id": 300,
|
|
1811
|
+
"equipment_path": "[\"299\",\"300\"]",
|
|
1812
|
+
"step_count": 1,
|
|
1813
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1814
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1815
|
+
"is_deleted": false
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"id": "a4cedeef-1888-4051-9939-698f7955ec6f",
|
|
1819
|
+
"route_kind": "ANY",
|
|
1820
|
+
"from_equipment_id": 284,
|
|
1821
|
+
"to_equipment_id": 308,
|
|
1822
|
+
"equipment_path": "[\"284\",\"313\",\"308\"]",
|
|
1823
|
+
"step_count": 2,
|
|
1824
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1825
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1826
|
+
"is_deleted": false
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"id": "9e5163bb-d777-4214-8618-3b1a347c94da",
|
|
1830
|
+
"route_kind": "ANY",
|
|
1831
|
+
"from_equipment_id": 313,
|
|
1832
|
+
"to_equipment_id": 308,
|
|
1833
|
+
"equipment_path": "[\"313\",\"308\"]",
|
|
1834
|
+
"step_count": 1,
|
|
1835
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1836
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1837
|
+
"is_deleted": false
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"id": "8eff53ff-38de-4d84-8294-f0a8a1bf4fc2",
|
|
1841
|
+
"route_kind": "ANY",
|
|
1842
|
+
"from_equipment_id": 41,
|
|
1843
|
+
"to_equipment_id": 309,
|
|
1844
|
+
"equipment_path": "[\"41\",\"309\"]",
|
|
1845
|
+
"step_count": 1,
|
|
1846
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1847
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1848
|
+
"is_deleted": false
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "d803e602-c23e-4ba0-bfaf-24ce8c38b92b",
|
|
1852
|
+
"route_kind": "ANY",
|
|
1853
|
+
"from_equipment_id": 4,
|
|
1854
|
+
"to_equipment_id": 310,
|
|
1855
|
+
"equipment_path": "[\"4\",\"119\",\"310\"]",
|
|
1856
|
+
"step_count": 2,
|
|
1857
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1858
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1859
|
+
"is_deleted": false
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"id": "5cfe4200-9e76-46c7-a9c7-72dcc97f6861",
|
|
1863
|
+
"route_kind": "ANY",
|
|
1864
|
+
"from_equipment_id": 119,
|
|
1865
|
+
"to_equipment_id": 310,
|
|
1866
|
+
"equipment_path": "[\"119\",\"310\"]",
|
|
1867
|
+
"step_count": 1,
|
|
1868
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1869
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1870
|
+
"is_deleted": false
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"id": "62bfcfad-2fac-4e40-9965-9a7f7aee08f9",
|
|
1874
|
+
"route_kind": "ANY",
|
|
1875
|
+
"from_equipment_id": 284,
|
|
1876
|
+
"to_equipment_id": 313,
|
|
1877
|
+
"equipment_path": "[\"284\",\"313\"]",
|
|
1878
|
+
"step_count": 1,
|
|
1879
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1880
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1881
|
+
"is_deleted": false
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"id": "08960c7d-e802-4dcf-8d23-498bdc6507ff",
|
|
1885
|
+
"route_kind": "ANY",
|
|
1886
|
+
"from_equipment_id": 184,
|
|
1887
|
+
"to_equipment_id": 316,
|
|
1888
|
+
"equipment_path": "[\"184\",\"316\"]",
|
|
1889
|
+
"step_count": 1,
|
|
1890
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1891
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1892
|
+
"is_deleted": false
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"id": "f07c0ff4-0abc-4b52-906a-e811e175010f",
|
|
1896
|
+
"route_kind": "ANY",
|
|
1897
|
+
"from_equipment_id": 35,
|
|
1898
|
+
"to_equipment_id": 317,
|
|
1899
|
+
"equipment_path": "[\"35\",\"317\"]",
|
|
1900
|
+
"step_count": 1,
|
|
1901
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1902
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1903
|
+
"is_deleted": false
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"id": "e6374202-a0e9-4794-b365-0ec2e8de6f70",
|
|
1907
|
+
"route_kind": "ANY",
|
|
1908
|
+
"from_equipment_id": 8,
|
|
1909
|
+
"to_equipment_id": 318,
|
|
1910
|
+
"equipment_path": "[\"8\",\"105\",\"236\",\"318\"]",
|
|
1911
|
+
"step_count": 3,
|
|
1912
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1913
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1914
|
+
"is_deleted": false
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "13ff7bb4-43ce-4bce-8a12-e6b0f253aff2",
|
|
1918
|
+
"route_kind": "ANY",
|
|
1919
|
+
"from_equipment_id": 105,
|
|
1920
|
+
"to_equipment_id": 318,
|
|
1921
|
+
"equipment_path": "[\"105\",\"236\",\"318\"]",
|
|
1922
|
+
"step_count": 2,
|
|
1923
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1924
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1925
|
+
"is_deleted": false
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"id": "b0195f58-f27c-494b-b8db-7c8b3ed644e4",
|
|
1929
|
+
"route_kind": "ANY",
|
|
1930
|
+
"from_equipment_id": 236,
|
|
1931
|
+
"to_equipment_id": 318,
|
|
1932
|
+
"equipment_path": "[\"236\",\"318\"]",
|
|
1933
|
+
"step_count": 1,
|
|
1934
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1935
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1936
|
+
"is_deleted": false
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"id": "3ab98351-afc2-41a6-abf6-1aeb3554f8f8",
|
|
1940
|
+
"route_kind": "ANY",
|
|
1941
|
+
"from_equipment_id": 24,
|
|
1942
|
+
"to_equipment_id": 320,
|
|
1943
|
+
"equipment_path": "[\"24\",\"57\",\"320\"]",
|
|
1944
|
+
"step_count": 2,
|
|
1945
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1946
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1947
|
+
"is_deleted": false
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"id": "8348db1a-60f8-45e6-b501-8711bcefa49d",
|
|
1951
|
+
"route_kind": "ANY",
|
|
1952
|
+
"from_equipment_id": 57,
|
|
1953
|
+
"to_equipment_id": 320,
|
|
1954
|
+
"equipment_path": "[\"57\",\"320\"]",
|
|
1955
|
+
"step_count": 1,
|
|
1956
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1957
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1958
|
+
"is_deleted": false
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"id": "07757a64-e706-40f3-b1df-e43c9bda9d0d",
|
|
1962
|
+
"route_kind": "ANY",
|
|
1963
|
+
"from_equipment_id": 26,
|
|
1964
|
+
"to_equipment_id": 322,
|
|
1965
|
+
"equipment_path": "[\"26\",\"80\",\"81\",\"237\",\"322\"]",
|
|
1966
|
+
"step_count": 4,
|
|
1967
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1968
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1969
|
+
"is_deleted": false
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"id": "ef22ce8a-f4d2-4f46-90ed-8ba92f079dd0",
|
|
1973
|
+
"route_kind": "ANY",
|
|
1974
|
+
"from_equipment_id": 26,
|
|
1975
|
+
"to_equipment_id": 322,
|
|
1976
|
+
"equipment_path": "[\"26\",\"79\",\"81\",\"237\",\"322\"]",
|
|
1977
|
+
"step_count": 4,
|
|
1978
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1979
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1980
|
+
"is_deleted": false
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"id": "f5b00431-975a-4097-b7fc-dfc9b3ce58bd",
|
|
1984
|
+
"route_kind": "ANY",
|
|
1985
|
+
"from_equipment_id": 79,
|
|
1986
|
+
"to_equipment_id": 322,
|
|
1987
|
+
"equipment_path": "[\"79\",\"81\",\"237\",\"322\"]",
|
|
1988
|
+
"step_count": 3,
|
|
1989
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
1990
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
1991
|
+
"is_deleted": false
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"id": "84460897-fff0-43af-8828-4da4cdd752ac",
|
|
1995
|
+
"route_kind": "ANY",
|
|
1996
|
+
"from_equipment_id": 80,
|
|
1997
|
+
"to_equipment_id": 322,
|
|
1998
|
+
"equipment_path": "[\"80\",\"81\",\"237\",\"322\"]",
|
|
1999
|
+
"step_count": 3,
|
|
2000
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2001
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2002
|
+
"is_deleted": false
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"id": "fe01b6b5-c3a8-4220-b247-d29a783ce5f8",
|
|
2006
|
+
"route_kind": "ANY",
|
|
2007
|
+
"from_equipment_id": 81,
|
|
2008
|
+
"to_equipment_id": 322,
|
|
2009
|
+
"equipment_path": "[\"81\",\"237\",\"322\"]",
|
|
2010
|
+
"step_count": 2,
|
|
2011
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2012
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2013
|
+
"is_deleted": false
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"id": "037d4efe-0e65-48af-8627-59fcbcde6d6e",
|
|
2017
|
+
"route_kind": "ANY",
|
|
2018
|
+
"from_equipment_id": 237,
|
|
2019
|
+
"to_equipment_id": 322,
|
|
2020
|
+
"equipment_path": "[\"237\",\"322\"]",
|
|
2021
|
+
"step_count": 1,
|
|
2022
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2023
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2024
|
+
"is_deleted": false
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"id": "1ebc3889-bf87-4a29-b8ba-b8ef6c0bd405",
|
|
2028
|
+
"route_kind": "ANY",
|
|
2029
|
+
"from_equipment_id": 69,
|
|
2030
|
+
"to_equipment_id": 324,
|
|
2031
|
+
"equipment_path": "[\"69\",\"324\"]",
|
|
2032
|
+
"step_count": 1,
|
|
2033
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2034
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2035
|
+
"is_deleted": false
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"id": "1a9f8af5-c8b6-4664-bdf4-d7b26632d497",
|
|
2039
|
+
"route_kind": "ANY",
|
|
2040
|
+
"from_equipment_id": 69,
|
|
2041
|
+
"to_equipment_id": 325,
|
|
2042
|
+
"equipment_path": "[\"69\",\"324\",\"325\"]",
|
|
2043
|
+
"step_count": 2,
|
|
2044
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2045
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2046
|
+
"is_deleted": false
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"id": "a7372c22-7c04-4ea7-ad43-3360c660cc31",
|
|
2050
|
+
"route_kind": "ANY",
|
|
2051
|
+
"from_equipment_id": 324,
|
|
2052
|
+
"to_equipment_id": 325,
|
|
2053
|
+
"equipment_path": "[\"324\",\"325\"]",
|
|
2054
|
+
"step_count": 1,
|
|
2055
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2056
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2057
|
+
"is_deleted": false
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"id": "757ce776-4e36-474b-bed3-4f273d524756",
|
|
2061
|
+
"route_kind": "ANY",
|
|
2062
|
+
"from_equipment_id": 69,
|
|
2063
|
+
"to_equipment_id": 326,
|
|
2064
|
+
"equipment_path": "[\"69\",\"324\",\"325\",\"326\"]",
|
|
2065
|
+
"step_count": 3,
|
|
2066
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2067
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2068
|
+
"is_deleted": false
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"id": "478e8500-fb07-4b91-9044-4187ca0a0d9a",
|
|
2072
|
+
"route_kind": "ANY",
|
|
2073
|
+
"from_equipment_id": 324,
|
|
2074
|
+
"to_equipment_id": 326,
|
|
2075
|
+
"equipment_path": "[\"324\",\"325\",\"326\"]",
|
|
2076
|
+
"step_count": 2,
|
|
2077
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2078
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2079
|
+
"is_deleted": false
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"id": "cedf70f7-a09e-488c-bc3c-b4bd51e60492",
|
|
2083
|
+
"route_kind": "ANY",
|
|
2084
|
+
"from_equipment_id": 325,
|
|
2085
|
+
"to_equipment_id": 326,
|
|
2086
|
+
"equipment_path": "[\"325\",\"326\"]",
|
|
2087
|
+
"step_count": 1,
|
|
2088
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2089
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2090
|
+
"is_deleted": false
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"id": "988b4210-fd93-4187-8827-05e2423a8c12",
|
|
2094
|
+
"route_kind": "ANY",
|
|
2095
|
+
"from_equipment_id": 69,
|
|
2096
|
+
"to_equipment_id": 327,
|
|
2097
|
+
"equipment_path": "[\"69\",\"324\",\"325\",\"326\",\"327\"]",
|
|
2098
|
+
"step_count": 4,
|
|
2099
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2100
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2101
|
+
"is_deleted": false
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": "2181711b-6d4a-4ad3-9954-f5cff8c1f448",
|
|
2105
|
+
"route_kind": "ANY",
|
|
2106
|
+
"from_equipment_id": 324,
|
|
2107
|
+
"to_equipment_id": 327,
|
|
2108
|
+
"equipment_path": "[\"324\",\"325\",\"326\",\"327\"]",
|
|
2109
|
+
"step_count": 3,
|
|
2110
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2111
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2112
|
+
"is_deleted": false
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"id": "5d1c71d9-043c-4979-94ad-e871685fa59b",
|
|
2116
|
+
"route_kind": "ANY",
|
|
2117
|
+
"from_equipment_id": 325,
|
|
2118
|
+
"to_equipment_id": 327,
|
|
2119
|
+
"equipment_path": "[\"325\",\"326\",\"327\"]",
|
|
2120
|
+
"step_count": 2,
|
|
2121
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2122
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2123
|
+
"is_deleted": false
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"id": "6434ab60-c100-4923-9495-d550d8001198",
|
|
2127
|
+
"route_kind": "ANY",
|
|
2128
|
+
"from_equipment_id": 326,
|
|
2129
|
+
"to_equipment_id": 327,
|
|
2130
|
+
"equipment_path": "[\"326\",\"327\"]",
|
|
2131
|
+
"step_count": 1,
|
|
2132
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2133
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2134
|
+
"is_deleted": false
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"id": "a701296a-2b0e-4128-b55d-be51b6a373e2",
|
|
2138
|
+
"route_kind": "ANY",
|
|
2139
|
+
"from_equipment_id": 7,
|
|
2140
|
+
"to_equipment_id": 328,
|
|
2141
|
+
"equipment_path": "[\"7\",\"103\",\"328\"]",
|
|
2142
|
+
"step_count": 2,
|
|
2143
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2144
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2145
|
+
"is_deleted": false
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"id": "24597b4e-0c7d-460f-ad88-3ea0c88bd64e",
|
|
2149
|
+
"route_kind": "ANY",
|
|
2150
|
+
"from_equipment_id": 103,
|
|
2151
|
+
"to_equipment_id": 328,
|
|
2152
|
+
"equipment_path": "[\"103\",\"328\"]",
|
|
2153
|
+
"step_count": 1,
|
|
2154
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2155
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2156
|
+
"is_deleted": false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"id": "a7d234d7-fb43-4d11-a7ab-eee767dcc6af",
|
|
2160
|
+
"route_kind": "ANY",
|
|
2161
|
+
"from_equipment_id": 7,
|
|
2162
|
+
"to_equipment_id": 329,
|
|
2163
|
+
"equipment_path": "[\"7\",\"103\",\"328\",\"329\"]",
|
|
2164
|
+
"step_count": 3,
|
|
2165
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2166
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2167
|
+
"is_deleted": false
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"id": "99f32beb-cc3b-4849-b1af-7b95ec13d8d4",
|
|
2171
|
+
"route_kind": "ANY",
|
|
2172
|
+
"from_equipment_id": 103,
|
|
2173
|
+
"to_equipment_id": 329,
|
|
2174
|
+
"equipment_path": "[\"103\",\"328\",\"329\"]",
|
|
2175
|
+
"step_count": 2,
|
|
2176
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2177
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2178
|
+
"is_deleted": false
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"id": "a72d5d46-22e3-4606-95bf-eaaacde56ebb",
|
|
2182
|
+
"route_kind": "ANY",
|
|
2183
|
+
"from_equipment_id": 328,
|
|
2184
|
+
"to_equipment_id": 329,
|
|
2185
|
+
"equipment_path": "[\"328\",\"329\"]",
|
|
2186
|
+
"step_count": 1,
|
|
2187
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2188
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2189
|
+
"is_deleted": false
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"id": "cde97b23-5c25-435c-9568-d908cc0b9dd8",
|
|
2193
|
+
"route_kind": "ANY",
|
|
2194
|
+
"from_equipment_id": 330,
|
|
2195
|
+
"to_equipment_id": 331,
|
|
2196
|
+
"equipment_path": "[\"330\",\"331\"]",
|
|
2197
|
+
"step_count": 1,
|
|
2198
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2199
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2200
|
+
"is_deleted": false
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "d671706e-e165-41d9-8b95-5c800961abcc",
|
|
2204
|
+
"route_kind": "ANY",
|
|
2205
|
+
"from_equipment_id": 330,
|
|
2206
|
+
"to_equipment_id": 332,
|
|
2207
|
+
"equipment_path": "[\"330\",\"331\",\"332\"]",
|
|
2208
|
+
"step_count": 2,
|
|
2209
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2210
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2211
|
+
"is_deleted": false
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"id": "8c4f516d-e8fe-4323-b36f-0d0967239318",
|
|
2215
|
+
"route_kind": "ANY",
|
|
2216
|
+
"from_equipment_id": 331,
|
|
2217
|
+
"to_equipment_id": 332,
|
|
2218
|
+
"equipment_path": "[\"331\",\"332\"]",
|
|
2219
|
+
"step_count": 1,
|
|
2220
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2221
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2222
|
+
"is_deleted": false
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"id": "a76df4f0-c27a-4a19-a35e-99e16cc62fa8",
|
|
2226
|
+
"route_kind": "ANY",
|
|
2227
|
+
"from_equipment_id": 340,
|
|
2228
|
+
"to_equipment_id": 341,
|
|
2229
|
+
"equipment_path": "[\"340\",\"341\"]",
|
|
2230
|
+
"step_count": 1,
|
|
2231
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2232
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2233
|
+
"is_deleted": false
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"id": "eac4935e-dbd2-411f-b590-397fd244ea8f",
|
|
2237
|
+
"route_kind": "ANY",
|
|
2238
|
+
"from_equipment_id": 16,
|
|
2239
|
+
"to_equipment_id": 344,
|
|
2240
|
+
"equipment_path": "[\"16\",\"82\",\"344\"]",
|
|
2241
|
+
"step_count": 2,
|
|
2242
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2243
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2244
|
+
"is_deleted": false
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"id": "319a699a-1686-4d7a-b3dd-820568562136",
|
|
2248
|
+
"route_kind": "ANY",
|
|
2249
|
+
"from_equipment_id": 82,
|
|
2250
|
+
"to_equipment_id": 344,
|
|
2251
|
+
"equipment_path": "[\"82\",\"344\"]",
|
|
2252
|
+
"step_count": 1,
|
|
2253
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2254
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2255
|
+
"is_deleted": false
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"id": "7834ac4a-2f7e-481b-8c65-4bb71115d2e9",
|
|
2259
|
+
"route_kind": "ANY",
|
|
2260
|
+
"from_equipment_id": 16,
|
|
2261
|
+
"to_equipment_id": 345,
|
|
2262
|
+
"equipment_path": "[\"16\",\"98\",\"345\"]",
|
|
2263
|
+
"step_count": 2,
|
|
2264
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2265
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2266
|
+
"is_deleted": false
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"id": "e28c172d-8d00-4f69-912a-e70ec4651b88",
|
|
2270
|
+
"route_kind": "ANY",
|
|
2271
|
+
"from_equipment_id": 98,
|
|
2272
|
+
"to_equipment_id": 345,
|
|
2273
|
+
"equipment_path": "[\"98\",\"345\"]",
|
|
2274
|
+
"step_count": 1,
|
|
2275
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2276
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2277
|
+
"is_deleted": false
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"id": "25f0fb11-3a43-47aa-b9b8-49a6285086bd",
|
|
2281
|
+
"route_kind": "ANY",
|
|
2282
|
+
"from_equipment_id": 346,
|
|
2283
|
+
"to_equipment_id": 347,
|
|
2284
|
+
"equipment_path": "[\"346\",\"347\"]",
|
|
2285
|
+
"step_count": 1,
|
|
2286
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2287
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2288
|
+
"is_deleted": false
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"id": "2c3302b9-c553-4977-87c2-48977d6b17d4",
|
|
2292
|
+
"route_kind": "ANY",
|
|
2293
|
+
"from_equipment_id": 348,
|
|
2294
|
+
"to_equipment_id": 349,
|
|
2295
|
+
"equipment_path": "[\"348\",\"349\"]",
|
|
2296
|
+
"step_count": 1,
|
|
2297
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2298
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2299
|
+
"is_deleted": false
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "e63143fb-4a82-46ae-8c7a-61b51d5454e9",
|
|
2303
|
+
"route_kind": "ANY",
|
|
2304
|
+
"from_equipment_id": 356,
|
|
2305
|
+
"to_equipment_id": 357,
|
|
2306
|
+
"equipment_path": "[\"356\",\"357\"]",
|
|
2307
|
+
"step_count": 1,
|
|
2308
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2309
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2310
|
+
"is_deleted": false
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"id": "81f0f0ba-3672-4e6d-8c1f-c76967be7eaf",
|
|
2314
|
+
"route_kind": "ANY",
|
|
2315
|
+
"from_equipment_id": 36,
|
|
2316
|
+
"to_equipment_id": 365,
|
|
2317
|
+
"equipment_path": "[\"36\",\"116\",\"365\"]",
|
|
2318
|
+
"step_count": 2,
|
|
2319
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2320
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2321
|
+
"is_deleted": false
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"id": "796a08a7-a60c-4857-b92a-fb0c167fa776",
|
|
2325
|
+
"route_kind": "ANY",
|
|
2326
|
+
"from_equipment_id": 116,
|
|
2327
|
+
"to_equipment_id": 365,
|
|
2328
|
+
"equipment_path": "[\"116\",\"365\"]",
|
|
2329
|
+
"step_count": 1,
|
|
2330
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2331
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2332
|
+
"is_deleted": false
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"id": "2b09a5d0-372c-484e-a30b-a75a1a500d06",
|
|
2336
|
+
"route_kind": "ANY",
|
|
2337
|
+
"from_equipment_id": 304,
|
|
2338
|
+
"to_equipment_id": 368,
|
|
2339
|
+
"equipment_path": "[\"304\",\"368\"]",
|
|
2340
|
+
"step_count": 1,
|
|
2341
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2342
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2343
|
+
"is_deleted": false
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"id": "e4a41070-b21f-4c54-aafd-a0e36b8d8bca",
|
|
2347
|
+
"route_kind": "ANY",
|
|
2348
|
+
"from_equipment_id": 367,
|
|
2349
|
+
"to_equipment_id": 370,
|
|
2350
|
+
"equipment_path": "[\"367\",\"370\"]",
|
|
2351
|
+
"step_count": 1,
|
|
2352
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2353
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2354
|
+
"is_deleted": false
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"id": "38913418-bfe0-46fc-b727-3906d564facd",
|
|
2358
|
+
"route_kind": "ANY",
|
|
2359
|
+
"from_equipment_id": 17,
|
|
2360
|
+
"to_equipment_id": 372,
|
|
2361
|
+
"equipment_path": "[\"17\",\"372\"]",
|
|
2362
|
+
"step_count": 1,
|
|
2363
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2364
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2365
|
+
"is_deleted": false
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"id": "9fe68432-e9a0-4386-9811-6cd439089882",
|
|
2369
|
+
"route_kind": "ANY",
|
|
2370
|
+
"from_equipment_id": 16,
|
|
2371
|
+
"to_equipment_id": 373,
|
|
2372
|
+
"equipment_path": "[\"16\",\"82\",\"344\",\"373\"]",
|
|
2373
|
+
"step_count": 3,
|
|
2374
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2375
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2376
|
+
"is_deleted": false
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"id": "61bcd6c4-3ccf-4c4e-a600-d6da26944b60",
|
|
2380
|
+
"route_kind": "ANY",
|
|
2381
|
+
"from_equipment_id": 82,
|
|
2382
|
+
"to_equipment_id": 373,
|
|
2383
|
+
"equipment_path": "[\"82\",\"344\",\"373\"]",
|
|
2384
|
+
"step_count": 2,
|
|
2385
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2386
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2387
|
+
"is_deleted": false
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"id": "ebd2f951-0706-4378-9c82-0cbebf87c1ac",
|
|
2391
|
+
"route_kind": "ANY",
|
|
2392
|
+
"from_equipment_id": 344,
|
|
2393
|
+
"to_equipment_id": 373,
|
|
2394
|
+
"equipment_path": "[\"344\",\"373\"]",
|
|
2395
|
+
"step_count": 1,
|
|
2396
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2397
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2398
|
+
"is_deleted": false
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"id": "c9870261-8ce3-4118-951e-0de2d282a004",
|
|
2402
|
+
"route_kind": "ANY",
|
|
2403
|
+
"from_equipment_id": 314,
|
|
2404
|
+
"to_equipment_id": 376,
|
|
2405
|
+
"equipment_path": "[\"314\",\"376\"]",
|
|
2406
|
+
"step_count": 1,
|
|
2407
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2408
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2409
|
+
"is_deleted": false
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"id": "913cc31a-ad76-4499-927a-8cb6743b332a",
|
|
2413
|
+
"route_kind": "ANY",
|
|
2414
|
+
"from_equipment_id": 95,
|
|
2415
|
+
"to_equipment_id": 383,
|
|
2416
|
+
"equipment_path": "[\"95\",\"383\"]",
|
|
2417
|
+
"step_count": 1,
|
|
2418
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2419
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2420
|
+
"is_deleted": false
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"id": "9cde974d-5db1-4ccb-96f9-e925c24cd3a1",
|
|
2424
|
+
"route_kind": "ANY",
|
|
2425
|
+
"from_equipment_id": 381,
|
|
2426
|
+
"to_equipment_id": 385,
|
|
2427
|
+
"equipment_path": "[\"381\",\"385\"]",
|
|
2428
|
+
"step_count": 1,
|
|
2429
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2430
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2431
|
+
"is_deleted": false
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"id": "06644544-144e-4cad-a474-c96a69a60368",
|
|
2435
|
+
"route_kind": "ANY",
|
|
2436
|
+
"from_equipment_id": 386,
|
|
2437
|
+
"to_equipment_id": 387,
|
|
2438
|
+
"equipment_path": "[\"386\",\"387\"]",
|
|
2439
|
+
"step_count": 1,
|
|
2440
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2441
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2442
|
+
"is_deleted": false
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"id": "d60ab3bd-fb63-4d62-ac84-fafd64a8db0f",
|
|
2446
|
+
"route_kind": "ANY",
|
|
2447
|
+
"from_equipment_id": 23,
|
|
2448
|
+
"to_equipment_id": 391,
|
|
2449
|
+
"equipment_path": "[\"23\",\"391\"]",
|
|
2450
|
+
"step_count": 1,
|
|
2451
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2452
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2453
|
+
"is_deleted": false
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"id": "7c62ee6a-74be-4dfb-a852-1641c391ae8e",
|
|
2457
|
+
"route_kind": "ANY",
|
|
2458
|
+
"from_equipment_id": 23,
|
|
2459
|
+
"to_equipment_id": 392,
|
|
2460
|
+
"equipment_path": "[\"23\",\"391\",\"392\"]",
|
|
2461
|
+
"step_count": 2,
|
|
2462
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2463
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2464
|
+
"is_deleted": false
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"id": "0e731a66-75fc-4109-9228-3d9ace155d00",
|
|
2468
|
+
"route_kind": "ANY",
|
|
2469
|
+
"from_equipment_id": 391,
|
|
2470
|
+
"to_equipment_id": 392,
|
|
2471
|
+
"equipment_path": "[\"391\",\"392\"]",
|
|
2472
|
+
"step_count": 1,
|
|
2473
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2474
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2475
|
+
"is_deleted": false
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"id": "0980f913-8102-4301-889a-3b62c0827efd",
|
|
2479
|
+
"route_kind": "ANY",
|
|
2480
|
+
"from_equipment_id": 147,
|
|
2481
|
+
"to_equipment_id": 393,
|
|
2482
|
+
"equipment_path": "[\"147\",\"393\"]",
|
|
2483
|
+
"step_count": 1,
|
|
2484
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2485
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2486
|
+
"is_deleted": false
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"id": "1aaf4a14-a145-40b0-acd3-bd784071aa85",
|
|
2490
|
+
"route_kind": "ANY",
|
|
2491
|
+
"from_equipment_id": 147,
|
|
2492
|
+
"to_equipment_id": 394,
|
|
2493
|
+
"equipment_path": "[\"147\",\"393\",\"394\"]",
|
|
2494
|
+
"step_count": 2,
|
|
2495
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2496
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2497
|
+
"is_deleted": false
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"id": "6e0cfbab-0f3c-40d5-aa1d-78ece4abbda9",
|
|
2501
|
+
"route_kind": "ANY",
|
|
2502
|
+
"from_equipment_id": 393,
|
|
2503
|
+
"to_equipment_id": 394,
|
|
2504
|
+
"equipment_path": "[\"393\",\"394\"]",
|
|
2505
|
+
"step_count": 1,
|
|
2506
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2507
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2508
|
+
"is_deleted": false
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"id": "61b23bf1-b48f-4393-8a25-a054246fe162",
|
|
2512
|
+
"route_kind": "ANY",
|
|
2513
|
+
"from_equipment_id": 403,
|
|
2514
|
+
"to_equipment_id": 404,
|
|
2515
|
+
"equipment_path": "[\"403\",\"404\"]",
|
|
2516
|
+
"step_count": 1,
|
|
2517
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2518
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2519
|
+
"is_deleted": false
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"id": "c23f9f01-f6e4-4475-b378-e2cbc8a131c7",
|
|
2523
|
+
"route_kind": "ANY",
|
|
2524
|
+
"from_equipment_id": 401,
|
|
2525
|
+
"to_equipment_id": 405,
|
|
2526
|
+
"equipment_path": "[\"401\",\"405\"]",
|
|
2527
|
+
"step_count": 1,
|
|
2528
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2529
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2530
|
+
"is_deleted": false
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"id": "3dfe22b5-9c0f-4653-a026-efa26aa5d86b",
|
|
2534
|
+
"route_kind": "ANY",
|
|
2535
|
+
"from_equipment_id": 11,
|
|
2536
|
+
"to_equipment_id": 407,
|
|
2537
|
+
"equipment_path": "[\"11\",\"65\",\"139\",\"407\"]",
|
|
2538
|
+
"step_count": 3,
|
|
2539
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2540
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2541
|
+
"is_deleted": false
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"id": "24839809-d757-4c33-bf95-c1d90bcd509e",
|
|
2545
|
+
"route_kind": "ANY",
|
|
2546
|
+
"from_equipment_id": 65,
|
|
2547
|
+
"to_equipment_id": 407,
|
|
2548
|
+
"equipment_path": "[\"65\",\"139\",\"407\"]",
|
|
2549
|
+
"step_count": 2,
|
|
2550
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2551
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2552
|
+
"is_deleted": false
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"id": "9ed7d656-f5fb-4378-b3c4-b93c56fd3536",
|
|
2556
|
+
"route_kind": "ANY",
|
|
2557
|
+
"from_equipment_id": 139,
|
|
2558
|
+
"to_equipment_id": 407,
|
|
2559
|
+
"equipment_path": "[\"139\",\"407\"]",
|
|
2560
|
+
"step_count": 1,
|
|
2561
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2562
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2563
|
+
"is_deleted": false
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"id": "5d6076c1-a02b-4722-a0ea-f47bcb3be5a3",
|
|
2567
|
+
"route_kind": "ANY",
|
|
2568
|
+
"from_equipment_id": 68,
|
|
2569
|
+
"to_equipment_id": 409,
|
|
2570
|
+
"equipment_path": "[\"68\",\"409\"]",
|
|
2571
|
+
"step_count": 1,
|
|
2572
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2573
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2574
|
+
"is_deleted": false
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"id": "ef39ff16-b916-4b80-a30c-5ba7a6cbecd9",
|
|
2578
|
+
"route_kind": "ANY",
|
|
2579
|
+
"from_equipment_id": 30,
|
|
2580
|
+
"to_equipment_id": 410,
|
|
2581
|
+
"equipment_path": "[\"30\",\"410\"]",
|
|
2582
|
+
"step_count": 1,
|
|
2583
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2584
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2585
|
+
"is_deleted": false
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"id": "45bf5c81-f8d8-4eda-8b4e-1bef9b7a22e3",
|
|
2589
|
+
"route_kind": "ANY",
|
|
2590
|
+
"from_equipment_id": 414,
|
|
2591
|
+
"to_equipment_id": 415,
|
|
2592
|
+
"equipment_path": "[\"414\",\"415\"]",
|
|
2593
|
+
"step_count": 1,
|
|
2594
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2595
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2596
|
+
"is_deleted": false
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"id": "62413c09-500b-4e26-8a42-2f583554cdd3",
|
|
2600
|
+
"route_kind": "ANY",
|
|
2601
|
+
"from_equipment_id": 195,
|
|
2602
|
+
"to_equipment_id": 419,
|
|
2603
|
+
"equipment_path": "[\"195\",\"419\"]",
|
|
2604
|
+
"step_count": 1,
|
|
2605
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2606
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2607
|
+
"is_deleted": false
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"id": "8f682f7c-647d-4bdf-90c7-298aabc8ce0d",
|
|
2611
|
+
"route_kind": "ANY",
|
|
2612
|
+
"from_equipment_id": 195,
|
|
2613
|
+
"to_equipment_id": 420,
|
|
2614
|
+
"equipment_path": "[\"195\",\"419\",\"420\"]",
|
|
2615
|
+
"step_count": 2,
|
|
2616
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2617
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2618
|
+
"is_deleted": false
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"id": "de4b820a-fe30-4bf8-9d9c-c3f418eb87b0",
|
|
2622
|
+
"route_kind": "ANY",
|
|
2623
|
+
"from_equipment_id": 419,
|
|
2624
|
+
"to_equipment_id": 420,
|
|
2625
|
+
"equipment_path": "[\"419\",\"420\"]",
|
|
2626
|
+
"step_count": 1,
|
|
2627
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2628
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2629
|
+
"is_deleted": false
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"id": "bea3ee69-5c97-44c4-b71f-fe127b45660b",
|
|
2633
|
+
"route_kind": "ANY",
|
|
2634
|
+
"from_equipment_id": 195,
|
|
2635
|
+
"to_equipment_id": 421,
|
|
2636
|
+
"equipment_path": "[\"195\",\"419\",\"420\",\"421\"]",
|
|
2637
|
+
"step_count": 3,
|
|
2638
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2639
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2640
|
+
"is_deleted": false
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"id": "049384ad-a344-4a6f-88f7-0aafc08bd403",
|
|
2644
|
+
"route_kind": "ANY",
|
|
2645
|
+
"from_equipment_id": 419,
|
|
2646
|
+
"to_equipment_id": 421,
|
|
2647
|
+
"equipment_path": "[\"419\",\"420\",\"421\"]",
|
|
2648
|
+
"step_count": 2,
|
|
2649
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2650
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2651
|
+
"is_deleted": false
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"id": "fb1b194e-fd4b-4598-a1e3-d72c179e21fb",
|
|
2655
|
+
"route_kind": "ANY",
|
|
2656
|
+
"from_equipment_id": 420,
|
|
2657
|
+
"to_equipment_id": 421,
|
|
2658
|
+
"equipment_path": "[\"420\",\"421\"]",
|
|
2659
|
+
"step_count": 1,
|
|
2660
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2661
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2662
|
+
"is_deleted": false
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"id": "c3c87e38-68d2-42bd-bae7-a636bbaeb6cb",
|
|
2666
|
+
"route_kind": "ANY",
|
|
2667
|
+
"from_equipment_id": 249,
|
|
2668
|
+
"to_equipment_id": 423,
|
|
2669
|
+
"equipment_path": "[\"249\",\"423\"]",
|
|
2670
|
+
"step_count": 1,
|
|
2671
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2672
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2673
|
+
"is_deleted": false
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"id": "4e19ce0e-1231-4c38-834d-f3480872ef92",
|
|
2677
|
+
"route_kind": "ANY",
|
|
2678
|
+
"from_equipment_id": 424,
|
|
2679
|
+
"to_equipment_id": 425,
|
|
2680
|
+
"equipment_path": "[\"424\",\"425\"]",
|
|
2681
|
+
"step_count": 1,
|
|
2682
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2683
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2684
|
+
"is_deleted": false
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"id": "76a52f59-2ffd-4707-b4ea-a7d047c4e530",
|
|
2688
|
+
"route_kind": "ANY",
|
|
2689
|
+
"from_equipment_id": 426,
|
|
2690
|
+
"to_equipment_id": 428,
|
|
2691
|
+
"equipment_path": "[\"426\",\"428\"]",
|
|
2692
|
+
"step_count": 1,
|
|
2693
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2694
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2695
|
+
"is_deleted": false
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"id": "66c7f530-e058-4666-92f6-ed2b9bb62b6b",
|
|
2699
|
+
"route_kind": "ANY",
|
|
2700
|
+
"from_equipment_id": 427,
|
|
2701
|
+
"to_equipment_id": 429,
|
|
2702
|
+
"equipment_path": "[\"427\",\"429\"]",
|
|
2703
|
+
"step_count": 1,
|
|
2704
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2705
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2706
|
+
"is_deleted": false
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"id": "7d78757b-acf0-41c0-acf9-a8aab61cb23a",
|
|
2710
|
+
"route_kind": "ANY",
|
|
2711
|
+
"from_equipment_id": 431,
|
|
2712
|
+
"to_equipment_id": 432,
|
|
2713
|
+
"equipment_path": "[\"431\",\"432\"]",
|
|
2714
|
+
"step_count": 1,
|
|
2715
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2716
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2717
|
+
"is_deleted": false
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"id": "eed318df-780f-43c2-9a69-1080affc9e0f",
|
|
2721
|
+
"route_kind": "ANY",
|
|
2722
|
+
"from_equipment_id": 440,
|
|
2723
|
+
"to_equipment_id": 441,
|
|
2724
|
+
"equipment_path": "[\"440\",\"441\"]",
|
|
2725
|
+
"step_count": 1,
|
|
2726
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2727
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2728
|
+
"is_deleted": false
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"id": "62d281c5-34bd-4b0a-899c-9eb11b83093f",
|
|
2732
|
+
"route_kind": "ANY",
|
|
2733
|
+
"from_equipment_id": 442,
|
|
2734
|
+
"to_equipment_id": 443,
|
|
2735
|
+
"equipment_path": "[\"442\",\"443\"]",
|
|
2736
|
+
"step_count": 1,
|
|
2737
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2738
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2739
|
+
"is_deleted": false
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"id": "cc5da8fe-40fe-487c-9286-079af7882dbb",
|
|
2743
|
+
"route_kind": "ANY",
|
|
2744
|
+
"from_equipment_id": 445,
|
|
2745
|
+
"to_equipment_id": 446,
|
|
2746
|
+
"equipment_path": "[\"445\",\"446\"]",
|
|
2747
|
+
"step_count": 1,
|
|
2748
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2749
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2750
|
+
"is_deleted": false
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"id": "651a17f6-6805-43ff-8175-77a246b8c9ed",
|
|
2754
|
+
"route_kind": "ANY",
|
|
2755
|
+
"from_equipment_id": 27,
|
|
2756
|
+
"to_equipment_id": 450,
|
|
2757
|
+
"equipment_path": "[\"27\",\"106\",\"450\"]",
|
|
2758
|
+
"step_count": 2,
|
|
2759
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2760
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2761
|
+
"is_deleted": false
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"id": "f1b0f055-ef3f-4ce8-8242-685e281e90c9",
|
|
2765
|
+
"route_kind": "ANY",
|
|
2766
|
+
"from_equipment_id": 106,
|
|
2767
|
+
"to_equipment_id": 450,
|
|
2768
|
+
"equipment_path": "[\"106\",\"450\"]",
|
|
2769
|
+
"step_count": 1,
|
|
2770
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2771
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2772
|
+
"is_deleted": false
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"id": "02f31962-beab-43b5-8533-f376c2cc77c7",
|
|
2776
|
+
"route_kind": "ANY",
|
|
2777
|
+
"from_equipment_id": 70,
|
|
2778
|
+
"to_equipment_id": 451,
|
|
2779
|
+
"equipment_path": "[\"70\",\"451\"]",
|
|
2780
|
+
"step_count": 1,
|
|
2781
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2782
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2783
|
+
"is_deleted": false
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"id": "833ffb53-b430-43b2-acfc-d746f27d853a",
|
|
2787
|
+
"route_kind": "ANY",
|
|
2788
|
+
"from_equipment_id": 445,
|
|
2789
|
+
"to_equipment_id": 452,
|
|
2790
|
+
"equipment_path": "[\"445\",\"446\",\"452\"]",
|
|
2791
|
+
"step_count": 2,
|
|
2792
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2793
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2794
|
+
"is_deleted": false
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"id": "e9557bb3-8ea7-4a36-b175-f4600ec0b1ca",
|
|
2798
|
+
"route_kind": "ANY",
|
|
2799
|
+
"from_equipment_id": 446,
|
|
2800
|
+
"to_equipment_id": 452,
|
|
2801
|
+
"equipment_path": "[\"446\",\"452\"]",
|
|
2802
|
+
"step_count": 1,
|
|
2803
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2804
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2805
|
+
"is_deleted": false
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"id": "07c42e4d-4ae6-4b05-b41c-a6178c0b7984",
|
|
2809
|
+
"route_kind": "ANY",
|
|
2810
|
+
"from_equipment_id": 445,
|
|
2811
|
+
"to_equipment_id": 453,
|
|
2812
|
+
"equipment_path": "[\"445\",\"446\",\"452\",\"453\"]",
|
|
2813
|
+
"step_count": 3,
|
|
2814
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2815
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2816
|
+
"is_deleted": false
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"id": "e5678c81-98f4-43f7-b9db-c1b3af85d507",
|
|
2820
|
+
"route_kind": "ANY",
|
|
2821
|
+
"from_equipment_id": 446,
|
|
2822
|
+
"to_equipment_id": 453,
|
|
2823
|
+
"equipment_path": "[\"446\",\"452\",\"453\"]",
|
|
2824
|
+
"step_count": 2,
|
|
2825
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2826
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2827
|
+
"is_deleted": false
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"id": "0257700d-5049-4e81-82e3-898eb08b8dfc",
|
|
2831
|
+
"route_kind": "ANY",
|
|
2832
|
+
"from_equipment_id": 452,
|
|
2833
|
+
"to_equipment_id": 453,
|
|
2834
|
+
"equipment_path": "[\"452\",\"453\"]",
|
|
2835
|
+
"step_count": 1,
|
|
2836
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2837
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2838
|
+
"is_deleted": false
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"id": "355bacca-7483-4cb9-aeea-92ed31bae76e",
|
|
2842
|
+
"route_kind": "ANY",
|
|
2843
|
+
"from_equipment_id": 294,
|
|
2844
|
+
"to_equipment_id": 455,
|
|
2845
|
+
"equipment_path": "[\"294\",\"455\"]",
|
|
2846
|
+
"step_count": 1,
|
|
2847
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2848
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2849
|
+
"is_deleted": false
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"id": "57540bb3-2591-441c-93cf-322533dc8766",
|
|
2853
|
+
"route_kind": "ANY",
|
|
2854
|
+
"from_equipment_id": 297,
|
|
2855
|
+
"to_equipment_id": 455,
|
|
2856
|
+
"equipment_path": "[\"297\",\"294\",\"455\"]",
|
|
2857
|
+
"step_count": 2,
|
|
2858
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2859
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2860
|
+
"is_deleted": false
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"id": "6de447e7-9288-4281-bf33-346d6d2ae765",
|
|
2864
|
+
"route_kind": "ANY",
|
|
2865
|
+
"from_equipment_id": 315,
|
|
2866
|
+
"to_equipment_id": 456,
|
|
2867
|
+
"equipment_path": "[\"315\",\"456\"]",
|
|
2868
|
+
"step_count": 1,
|
|
2869
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2870
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2871
|
+
"is_deleted": false
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"id": "509583eb-2e89-4f64-a71e-8375641fe774",
|
|
2875
|
+
"route_kind": "ANY",
|
|
2876
|
+
"from_equipment_id": 142,
|
|
2877
|
+
"to_equipment_id": 460,
|
|
2878
|
+
"equipment_path": "[\"142\",\"460\"]",
|
|
2879
|
+
"step_count": 1,
|
|
2880
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2881
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2882
|
+
"is_deleted": false
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"id": "17e622f0-fb19-4187-a4af-b3a87a4ed011",
|
|
2886
|
+
"route_kind": "ANY",
|
|
2887
|
+
"from_equipment_id": 5,
|
|
2888
|
+
"to_equipment_id": 463,
|
|
2889
|
+
"equipment_path": "[\"5\",\"235\",\"234\",\"463\"]",
|
|
2890
|
+
"step_count": 3,
|
|
2891
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2892
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2893
|
+
"is_deleted": false
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"id": "2ef8c334-6221-4790-a020-2f7ae07a52ce",
|
|
2897
|
+
"route_kind": "ANY",
|
|
2898
|
+
"from_equipment_id": 12,
|
|
2899
|
+
"to_equipment_id": 463,
|
|
2900
|
+
"equipment_path": "[\"12\",\"234\",\"463\"]",
|
|
2901
|
+
"step_count": 2,
|
|
2902
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2903
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2904
|
+
"is_deleted": false
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"id": "ea74488e-8e8e-4d38-89b7-3eaf0896dcbb",
|
|
2908
|
+
"route_kind": "ANY",
|
|
2909
|
+
"from_equipment_id": 234,
|
|
2910
|
+
"to_equipment_id": 463,
|
|
2911
|
+
"equipment_path": "[\"234\",\"463\"]",
|
|
2912
|
+
"step_count": 1,
|
|
2913
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2914
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2915
|
+
"is_deleted": false
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"id": "5bd14253-64fa-463e-a276-478d223fc3c4",
|
|
2919
|
+
"route_kind": "ANY",
|
|
2920
|
+
"from_equipment_id": 235,
|
|
2921
|
+
"to_equipment_id": 463,
|
|
2922
|
+
"equipment_path": "[\"235\",\"234\",\"463\"]",
|
|
2923
|
+
"step_count": 2,
|
|
2924
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2925
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2926
|
+
"is_deleted": false
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"id": "b2c06bde-ac53-4c52-891c-15077761b34e",
|
|
2930
|
+
"route_kind": "ANY",
|
|
2931
|
+
"from_equipment_id": 18,
|
|
2932
|
+
"to_equipment_id": 466,
|
|
2933
|
+
"equipment_path": "[\"18\",\"52\",\"466\"]",
|
|
2934
|
+
"step_count": 2,
|
|
2935
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2936
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2937
|
+
"is_deleted": false
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"id": "e5605012-d626-42e8-b3db-6e4ed0c0bae7",
|
|
2941
|
+
"route_kind": "ANY",
|
|
2942
|
+
"from_equipment_id": 52,
|
|
2943
|
+
"to_equipment_id": 466,
|
|
2944
|
+
"equipment_path": "[\"52\",\"466\"]",
|
|
2945
|
+
"step_count": 1,
|
|
2946
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2947
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2948
|
+
"is_deleted": false
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"id": "45758da0-b623-4a24-8ddc-d10076be3857",
|
|
2952
|
+
"route_kind": "ANY",
|
|
2953
|
+
"from_equipment_id": 245,
|
|
2954
|
+
"to_equipment_id": 468,
|
|
2955
|
+
"equipment_path": "[\"245\",\"246\",\"468\"]",
|
|
2956
|
+
"step_count": 2,
|
|
2957
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2958
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2959
|
+
"is_deleted": false
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"id": "8ae6629b-4b44-4fc4-bc10-1af09d249395",
|
|
2963
|
+
"route_kind": "ANY",
|
|
2964
|
+
"from_equipment_id": 246,
|
|
2965
|
+
"to_equipment_id": 468,
|
|
2966
|
+
"equipment_path": "[\"246\",\"468\"]",
|
|
2967
|
+
"step_count": 1,
|
|
2968
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2969
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2970
|
+
"is_deleted": false
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"id": "df2db585-33c7-43b3-ac3e-5351be082b11",
|
|
2974
|
+
"route_kind": "ANY",
|
|
2975
|
+
"from_equipment_id": 2,
|
|
2976
|
+
"to_equipment_id": 470,
|
|
2977
|
+
"equipment_path": "[\"2\",\"63\",\"266\",\"470\"]",
|
|
2978
|
+
"step_count": 3,
|
|
2979
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2980
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2981
|
+
"is_deleted": false
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"id": "a1603479-d265-4073-92d3-82696a30e27a",
|
|
2985
|
+
"route_kind": "ANY",
|
|
2986
|
+
"from_equipment_id": 63,
|
|
2987
|
+
"to_equipment_id": 470,
|
|
2988
|
+
"equipment_path": "[\"63\",\"266\",\"470\"]",
|
|
2989
|
+
"step_count": 2,
|
|
2990
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
2991
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
2992
|
+
"is_deleted": false
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"id": "0449988a-8b87-4629-97fa-1a8bce4e3663",
|
|
2996
|
+
"route_kind": "ANY",
|
|
2997
|
+
"from_equipment_id": 266,
|
|
2998
|
+
"to_equipment_id": 470,
|
|
2999
|
+
"equipment_path": "[\"266\",\"470\"]",
|
|
3000
|
+
"step_count": 1,
|
|
3001
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3002
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3003
|
+
"is_deleted": false
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"id": "56849d27-3388-4cea-b811-79e9a6eaf8c0",
|
|
3007
|
+
"route_kind": "ANY",
|
|
3008
|
+
"from_equipment_id": 233,
|
|
3009
|
+
"to_equipment_id": 473,
|
|
3010
|
+
"equipment_path": "[\"233\",\"473\"]",
|
|
3011
|
+
"step_count": 1,
|
|
3012
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3013
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3014
|
+
"is_deleted": false
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"id": "50ab51b6-0d89-45e7-8231-e77e992b35f7",
|
|
3018
|
+
"route_kind": "ANY",
|
|
3019
|
+
"from_equipment_id": 277,
|
|
3020
|
+
"to_equipment_id": 473,
|
|
3021
|
+
"equipment_path": "[\"277\",\"233\",\"473\"]",
|
|
3022
|
+
"step_count": 2,
|
|
3023
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3024
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3025
|
+
"is_deleted": false
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"id": "02984aae-6d91-4ec6-8f89-a9aba9d6a1f9",
|
|
3029
|
+
"route_kind": "ANY",
|
|
3030
|
+
"from_equipment_id": 233,
|
|
3031
|
+
"to_equipment_id": 474,
|
|
3032
|
+
"equipment_path": "[\"233\",\"473\",\"474\"]",
|
|
3033
|
+
"step_count": 2,
|
|
3034
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3035
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3036
|
+
"is_deleted": false
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"id": "aaa0eda7-dcf4-49c3-86bb-0b3e6177c65e",
|
|
3040
|
+
"route_kind": "ANY",
|
|
3041
|
+
"from_equipment_id": 277,
|
|
3042
|
+
"to_equipment_id": 474,
|
|
3043
|
+
"equipment_path": "[\"277\",\"233\",\"473\",\"474\"]",
|
|
3044
|
+
"step_count": 3,
|
|
3045
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3046
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3047
|
+
"is_deleted": false
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"id": "eb5b3783-85ff-4a2c-b31f-320b603259ef",
|
|
3051
|
+
"route_kind": "ANY",
|
|
3052
|
+
"from_equipment_id": 473,
|
|
3053
|
+
"to_equipment_id": 474,
|
|
3054
|
+
"equipment_path": "[\"473\",\"474\"]",
|
|
3055
|
+
"step_count": 1,
|
|
3056
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3057
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3058
|
+
"is_deleted": false
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"id": "c4d40649-b6f0-4497-ab09-4c1ce8fbe461",
|
|
3062
|
+
"route_kind": "ANY",
|
|
3063
|
+
"from_equipment_id": 486,
|
|
3064
|
+
"to_equipment_id": 487,
|
|
3065
|
+
"equipment_path": "[\"486\",\"487\"]",
|
|
3066
|
+
"step_count": 1,
|
|
3067
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3068
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3069
|
+
"is_deleted": false
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"id": "80700007-87c0-4907-9bcb-4c5d0f8e4350",
|
|
3073
|
+
"route_kind": "ANY",
|
|
3074
|
+
"from_equipment_id": 26,
|
|
3075
|
+
"to_equipment_id": 490,
|
|
3076
|
+
"equipment_path": "[\"26\",\"80\",\"81\",\"237\",\"322\",\"490\"]",
|
|
3077
|
+
"step_count": 5,
|
|
3078
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3079
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3080
|
+
"is_deleted": false
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"id": "c970aeb2-c147-40b8-80a3-df28b83a856b",
|
|
3084
|
+
"route_kind": "ANY",
|
|
3085
|
+
"from_equipment_id": 26,
|
|
3086
|
+
"to_equipment_id": 490,
|
|
3087
|
+
"equipment_path": "[\"26\",\"79\",\"81\",\"237\",\"322\",\"490\"]",
|
|
3088
|
+
"step_count": 5,
|
|
3089
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3090
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3091
|
+
"is_deleted": false
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"id": "7483fed3-baa7-4240-a007-898e954e644b",
|
|
3095
|
+
"route_kind": "ANY",
|
|
3096
|
+
"from_equipment_id": 79,
|
|
3097
|
+
"to_equipment_id": 490,
|
|
3098
|
+
"equipment_path": "[\"79\",\"81\",\"237\",\"322\",\"490\"]",
|
|
3099
|
+
"step_count": 4,
|
|
3100
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3101
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3102
|
+
"is_deleted": false
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"id": "a0f3284c-36c9-4427-9f05-547acc541512",
|
|
3106
|
+
"route_kind": "ANY",
|
|
3107
|
+
"from_equipment_id": 80,
|
|
3108
|
+
"to_equipment_id": 490,
|
|
3109
|
+
"equipment_path": "[\"80\",\"81\",\"237\",\"322\",\"490\"]",
|
|
3110
|
+
"step_count": 4,
|
|
3111
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3112
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3113
|
+
"is_deleted": false
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"id": "493ba7eb-2392-44f2-a1ca-362053e4135a",
|
|
3117
|
+
"route_kind": "ANY",
|
|
3118
|
+
"from_equipment_id": 81,
|
|
3119
|
+
"to_equipment_id": 490,
|
|
3120
|
+
"equipment_path": "[\"81\",\"237\",\"322\",\"490\"]",
|
|
3121
|
+
"step_count": 3,
|
|
3122
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3123
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3124
|
+
"is_deleted": false
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"id": "afaf8616-10f9-4f08-bd86-2b73bddd08aa",
|
|
3128
|
+
"route_kind": "ANY",
|
|
3129
|
+
"from_equipment_id": 237,
|
|
3130
|
+
"to_equipment_id": 490,
|
|
3131
|
+
"equipment_path": "[\"237\",\"322\",\"490\"]",
|
|
3132
|
+
"step_count": 2,
|
|
3133
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3134
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3135
|
+
"is_deleted": false
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"id": "f04ed4c1-a5a5-4cf2-914a-84a7bf1e9a6c",
|
|
3139
|
+
"route_kind": "ANY",
|
|
3140
|
+
"from_equipment_id": 322,
|
|
3141
|
+
"to_equipment_id": 490,
|
|
3142
|
+
"equipment_path": "[\"322\",\"490\"]",
|
|
3143
|
+
"step_count": 1,
|
|
3144
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3145
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3146
|
+
"is_deleted": false
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"id": "c2adaf1f-a956-4323-abe7-991e85993ea9",
|
|
3150
|
+
"route_kind": "ANY",
|
|
3151
|
+
"from_equipment_id": 7,
|
|
3152
|
+
"to_equipment_id": 502,
|
|
3153
|
+
"equipment_path": "[\"7\",\"103\",\"289\",\"502\"]",
|
|
3154
|
+
"step_count": 3,
|
|
3155
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3156
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3157
|
+
"is_deleted": false
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"id": "129e5eed-f013-4014-ab4b-162ff9657707",
|
|
3161
|
+
"route_kind": "ANY",
|
|
3162
|
+
"from_equipment_id": 103,
|
|
3163
|
+
"to_equipment_id": 502,
|
|
3164
|
+
"equipment_path": "[\"103\",\"289\",\"502\"]",
|
|
3165
|
+
"step_count": 2,
|
|
3166
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3167
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3168
|
+
"is_deleted": false
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"id": "d87538bc-0f8d-4bb2-8ac8-84fa1bff93e8",
|
|
3172
|
+
"route_kind": "ANY",
|
|
3173
|
+
"from_equipment_id": 104,
|
|
3174
|
+
"to_equipment_id": 502,
|
|
3175
|
+
"equipment_path": "[\"104\",\"289\",\"502\"]",
|
|
3176
|
+
"step_count": 2,
|
|
3177
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3178
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3179
|
+
"is_deleted": false
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"id": "6f93d30d-a706-4ddf-bcb6-59dc05b2cd0d",
|
|
3183
|
+
"route_kind": "ANY",
|
|
3184
|
+
"from_equipment_id": 289,
|
|
3185
|
+
"to_equipment_id": 502,
|
|
3186
|
+
"equipment_path": "[\"289\",\"502\"]",
|
|
3187
|
+
"step_count": 1,
|
|
3188
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3189
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3190
|
+
"is_deleted": false
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"id": "22ea9272-53d3-4136-a77d-0a7f83ee4c62",
|
|
3194
|
+
"route_kind": "ANY",
|
|
3195
|
+
"from_equipment_id": 187,
|
|
3196
|
+
"to_equipment_id": 504,
|
|
3197
|
+
"equipment_path": "[\"187\",\"504\"]",
|
|
3198
|
+
"step_count": 1,
|
|
3199
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3200
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3201
|
+
"is_deleted": false
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"id": "8f23a3eb-9cb1-4f29-8e6d-f1d39b375140",
|
|
3205
|
+
"route_kind": "ANY",
|
|
3206
|
+
"from_equipment_id": 382,
|
|
3207
|
+
"to_equipment_id": 509,
|
|
3208
|
+
"equipment_path": "[\"382\",\"509\"]",
|
|
3209
|
+
"step_count": 1,
|
|
3210
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3211
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3212
|
+
"is_deleted": false
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"id": "e356c29a-103f-4adf-bf34-3bf52dac9f2a",
|
|
3216
|
+
"route_kind": "ANY",
|
|
3217
|
+
"from_equipment_id": 511,
|
|
3218
|
+
"to_equipment_id": 512,
|
|
3219
|
+
"equipment_path": "[\"511\",\"512\"]",
|
|
3220
|
+
"step_count": 1,
|
|
3221
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3222
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3223
|
+
"is_deleted": false
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"id": "ad45e51a-b50d-4b01-bac7-65336de7b164",
|
|
3227
|
+
"route_kind": "ANY",
|
|
3228
|
+
"from_equipment_id": 4,
|
|
3229
|
+
"to_equipment_id": 518,
|
|
3230
|
+
"equipment_path": "[\"4\",\"119\",\"310\",\"518\"]",
|
|
3231
|
+
"step_count": 3,
|
|
3232
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3233
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3234
|
+
"is_deleted": false
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"id": "8a32561d-0e7d-45a1-a41b-42b80912bd15",
|
|
3238
|
+
"route_kind": "ANY",
|
|
3239
|
+
"from_equipment_id": 119,
|
|
3240
|
+
"to_equipment_id": 518,
|
|
3241
|
+
"equipment_path": "[\"119\",\"310\",\"518\"]",
|
|
3242
|
+
"step_count": 2,
|
|
3243
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3244
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3245
|
+
"is_deleted": false
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"id": "38c6dc3f-6081-40bb-a1b0-ae183beb27c1",
|
|
3249
|
+
"route_kind": "ANY",
|
|
3250
|
+
"from_equipment_id": 310,
|
|
3251
|
+
"to_equipment_id": 518,
|
|
3252
|
+
"equipment_path": "[\"310\",\"518\"]",
|
|
3253
|
+
"step_count": 1,
|
|
3254
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3255
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3256
|
+
"is_deleted": false
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"id": "35d06bb7-76e9-49ef-b8a5-4a2ca00e2336",
|
|
3260
|
+
"route_kind": "ANY",
|
|
3261
|
+
"from_equipment_id": 6,
|
|
3262
|
+
"to_equipment_id": 520,
|
|
3263
|
+
"equipment_path": "[\"6\",\"90\",\"50\",\"520\"]",
|
|
3264
|
+
"step_count": 3,
|
|
3265
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3266
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3267
|
+
"is_deleted": false
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"id": "60a6daf7-5400-4dfb-891a-51f5e81da1fa",
|
|
3271
|
+
"route_kind": "ANY",
|
|
3272
|
+
"from_equipment_id": 50,
|
|
3273
|
+
"to_equipment_id": 520,
|
|
3274
|
+
"equipment_path": "[\"50\",\"520\"]",
|
|
3275
|
+
"step_count": 1,
|
|
3276
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3277
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3278
|
+
"is_deleted": false
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"id": "ccd53c92-fab2-40bc-9672-b566d884308e",
|
|
3282
|
+
"route_kind": "ANY",
|
|
3283
|
+
"from_equipment_id": 90,
|
|
3284
|
+
"to_equipment_id": 520,
|
|
3285
|
+
"equipment_path": "[\"90\",\"50\",\"520\"]",
|
|
3286
|
+
"step_count": 2,
|
|
3287
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3288
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3289
|
+
"is_deleted": false
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"id": "3b450daf-be92-4bf2-a7a7-66ce4e97a6fb",
|
|
3293
|
+
"route_kind": "ANY",
|
|
3294
|
+
"from_equipment_id": 522,
|
|
3295
|
+
"to_equipment_id": 523,
|
|
3296
|
+
"equipment_path": "[\"522\",\"523\"]",
|
|
3297
|
+
"step_count": 1,
|
|
3298
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3299
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3300
|
+
"is_deleted": false
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"id": "80d24ce3-cbdc-4283-b5c5-dfe225fa3813",
|
|
3304
|
+
"route_kind": "ANY",
|
|
3305
|
+
"from_equipment_id": 68,
|
|
3306
|
+
"to_equipment_id": 525,
|
|
3307
|
+
"equipment_path": "[\"68\",\"166\",\"167\",\"525\"]",
|
|
3308
|
+
"step_count": 3,
|
|
3309
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3310
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3311
|
+
"is_deleted": false
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"id": "b304c9a3-94b3-451f-8c87-37fbce9f8152",
|
|
3315
|
+
"route_kind": "ANY",
|
|
3316
|
+
"from_equipment_id": 166,
|
|
3317
|
+
"to_equipment_id": 525,
|
|
3318
|
+
"equipment_path": "[\"166\",\"167\",\"525\"]",
|
|
3319
|
+
"step_count": 2,
|
|
3320
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3321
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3322
|
+
"is_deleted": false
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"id": "3f02c3b8-d829-46cb-9b94-796bde9d22af",
|
|
3326
|
+
"route_kind": "ANY",
|
|
3327
|
+
"from_equipment_id": 167,
|
|
3328
|
+
"to_equipment_id": 525,
|
|
3329
|
+
"equipment_path": "[\"167\",\"525\"]",
|
|
3330
|
+
"step_count": 1,
|
|
3331
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3332
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3333
|
+
"is_deleted": false
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"id": "09be6ffe-2518-4700-9a86-1c39403c0f3d",
|
|
3337
|
+
"route_kind": "ANY",
|
|
3338
|
+
"from_equipment_id": 2,
|
|
3339
|
+
"to_equipment_id": 529,
|
|
3340
|
+
"equipment_path": "[\"2\",\"63\",\"266\",\"470\",\"529\"]",
|
|
3341
|
+
"step_count": 4,
|
|
3342
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3343
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3344
|
+
"is_deleted": false
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"id": "2059fe10-996f-4672-92fa-d8d80a6e1dd4",
|
|
3348
|
+
"route_kind": "ANY",
|
|
3349
|
+
"from_equipment_id": 63,
|
|
3350
|
+
"to_equipment_id": 529,
|
|
3351
|
+
"equipment_path": "[\"63\",\"266\",\"470\",\"529\"]",
|
|
3352
|
+
"step_count": 3,
|
|
3353
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3354
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3355
|
+
"is_deleted": false
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"id": "1df5c8e7-9c7c-48b4-a585-975a86fc85b2",
|
|
3359
|
+
"route_kind": "ANY",
|
|
3360
|
+
"from_equipment_id": 266,
|
|
3361
|
+
"to_equipment_id": 529,
|
|
3362
|
+
"equipment_path": "[\"266\",\"470\",\"529\"]",
|
|
3363
|
+
"step_count": 2,
|
|
3364
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3365
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3366
|
+
"is_deleted": false
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"id": "ff2cdd85-3ecd-4db7-9048-da8c800ae403",
|
|
3370
|
+
"route_kind": "ANY",
|
|
3371
|
+
"from_equipment_id": 470,
|
|
3372
|
+
"to_equipment_id": 529,
|
|
3373
|
+
"equipment_path": "[\"470\",\"529\"]",
|
|
3374
|
+
"step_count": 1,
|
|
3375
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3376
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3377
|
+
"is_deleted": false
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"id": "b5738bcb-4db5-432d-b077-3267d0b3fab9",
|
|
3381
|
+
"route_kind": "ANY",
|
|
3382
|
+
"from_equipment_id": 3,
|
|
3383
|
+
"to_equipment_id": 533,
|
|
3384
|
+
"equipment_path": "[\"3\",\"553\",\"533\"]",
|
|
3385
|
+
"step_count": 2,
|
|
3386
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3387
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3388
|
+
"is_deleted": false
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"id": "d5abdee6-eaba-4fda-b986-97fe396dbcc7",
|
|
3392
|
+
"route_kind": "ANY",
|
|
3393
|
+
"from_equipment_id": 3,
|
|
3394
|
+
"to_equipment_id": 533,
|
|
3395
|
+
"equipment_path": "[\"3\",\"122\",\"533\"]",
|
|
3396
|
+
"step_count": 2,
|
|
3397
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3398
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3399
|
+
"is_deleted": false
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"id": "734e54df-3c57-44b9-a9e0-24062164a7f9",
|
|
3403
|
+
"route_kind": "ANY",
|
|
3404
|
+
"from_equipment_id": 120,
|
|
3405
|
+
"to_equipment_id": 533,
|
|
3406
|
+
"equipment_path": "[\"120\",\"121\",\"122\",\"533\"]",
|
|
3407
|
+
"step_count": 3,
|
|
3408
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3409
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3410
|
+
"is_deleted": false
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"id": "6d2ccb02-4a9f-4e3e-9229-16e644038c53",
|
|
3414
|
+
"route_kind": "ANY",
|
|
3415
|
+
"from_equipment_id": 121,
|
|
3416
|
+
"to_equipment_id": 533,
|
|
3417
|
+
"equipment_path": "[\"121\",\"122\",\"533\"]",
|
|
3418
|
+
"step_count": 2,
|
|
3419
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3420
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3421
|
+
"is_deleted": false
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"id": "0165a04e-0339-4c29-bb90-7b7f19e9df7b",
|
|
3425
|
+
"route_kind": "ANY",
|
|
3426
|
+
"from_equipment_id": 122,
|
|
3427
|
+
"to_equipment_id": 533,
|
|
3428
|
+
"equipment_path": "[\"122\",\"533\"]",
|
|
3429
|
+
"step_count": 1,
|
|
3430
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3431
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3432
|
+
"is_deleted": false
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"id": "fde25a8d-5d44-4516-a861-cbe78f309af6",
|
|
3436
|
+
"route_kind": "ANY",
|
|
3437
|
+
"from_equipment_id": 553,
|
|
3438
|
+
"to_equipment_id": 533,
|
|
3439
|
+
"equipment_path": "[\"553\",\"533\"]",
|
|
3440
|
+
"step_count": 1,
|
|
3441
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3442
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3443
|
+
"is_deleted": false
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"id": "83a23d6c-4c53-4fb4-9f59-0f53dcc6a491",
|
|
3447
|
+
"route_kind": "ANY",
|
|
3448
|
+
"from_equipment_id": 534,
|
|
3449
|
+
"to_equipment_id": 535,
|
|
3450
|
+
"equipment_path": "[\"534\",\"535\"]",
|
|
3451
|
+
"step_count": 1,
|
|
3452
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3453
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3454
|
+
"is_deleted": false
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"id": "30b23ae7-b376-4bf7-b5c4-a21f3c8facf5",
|
|
3458
|
+
"route_kind": "ANY",
|
|
3459
|
+
"from_equipment_id": 536,
|
|
3460
|
+
"to_equipment_id": 537,
|
|
3461
|
+
"equipment_path": "[\"536\",\"537\"]",
|
|
3462
|
+
"step_count": 1,
|
|
3463
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3464
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3465
|
+
"is_deleted": false
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"id": "bdca6406-92dd-4089-8454-0d0ddb756aeb",
|
|
3469
|
+
"route_kind": "ANY",
|
|
3470
|
+
"from_equipment_id": 414,
|
|
3471
|
+
"to_equipment_id": 539,
|
|
3472
|
+
"equipment_path": "[\"414\",\"539\"]",
|
|
3473
|
+
"step_count": 1,
|
|
3474
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3475
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3476
|
+
"is_deleted": false
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"id": "60d41ecc-9ddb-4b9e-95ae-25d9a671752c",
|
|
3480
|
+
"route_kind": "ANY",
|
|
3481
|
+
"from_equipment_id": 541,
|
|
3482
|
+
"to_equipment_id": 544,
|
|
3483
|
+
"equipment_path": "[\"541\",\"544\"]",
|
|
3484
|
+
"step_count": 1,
|
|
3485
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3486
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3487
|
+
"is_deleted": false
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"id": "d3e7fabe-9249-4b68-be33-771793e99d62",
|
|
3491
|
+
"route_kind": "ANY",
|
|
3492
|
+
"from_equipment_id": 550,
|
|
3493
|
+
"to_equipment_id": 551,
|
|
3494
|
+
"equipment_path": "[\"550\",\"551\"]",
|
|
3495
|
+
"step_count": 1,
|
|
3496
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3497
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3498
|
+
"is_deleted": false
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"id": "30e195a7-2998-40a3-a4d1-3f9760592b92",
|
|
3502
|
+
"route_kind": "ANY",
|
|
3503
|
+
"from_equipment_id": 550,
|
|
3504
|
+
"to_equipment_id": 552,
|
|
3505
|
+
"equipment_path": "[\"550\",\"551\",\"552\"]",
|
|
3506
|
+
"step_count": 2,
|
|
3507
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3508
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3509
|
+
"is_deleted": false
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"id": "462cf82c-518c-4de3-bd85-25b42c3ded3d",
|
|
3513
|
+
"route_kind": "ANY",
|
|
3514
|
+
"from_equipment_id": 551,
|
|
3515
|
+
"to_equipment_id": 552,
|
|
3516
|
+
"equipment_path": "[\"551\",\"552\"]",
|
|
3517
|
+
"step_count": 1,
|
|
3518
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3519
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3520
|
+
"is_deleted": false
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"id": "aec373a2-deca-43c3-85bb-e3b5b0802a70",
|
|
3524
|
+
"route_kind": "ANY",
|
|
3525
|
+
"from_equipment_id": 3,
|
|
3526
|
+
"to_equipment_id": 553,
|
|
3527
|
+
"equipment_path": "[\"3\",\"553\"]",
|
|
3528
|
+
"step_count": 1,
|
|
3529
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3530
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3531
|
+
"is_deleted": false
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"id": "39d2af3f-e25b-4c90-928a-76b1b8a8c051",
|
|
3535
|
+
"route_kind": "ANY",
|
|
3536
|
+
"from_equipment_id": 64,
|
|
3537
|
+
"to_equipment_id": 559,
|
|
3538
|
+
"equipment_path": "[\"64\",\"559\"]",
|
|
3539
|
+
"step_count": 1,
|
|
3540
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3541
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3542
|
+
"is_deleted": false
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"id": "5496dd7b-804d-4fae-a10b-946b9ba369e4",
|
|
3546
|
+
"route_kind": "ANY",
|
|
3547
|
+
"from_equipment_id": 158,
|
|
3548
|
+
"to_equipment_id": 560,
|
|
3549
|
+
"equipment_path": "[\"158\",\"560\"]",
|
|
3550
|
+
"step_count": 1,
|
|
3551
|
+
"created_at": "2026-01-02 15:21:43.389475+00",
|
|
3552
|
+
"updated_at": "2026-01-02 15:21:43.389475+00",
|
|
3553
|
+
"is_deleted": false
|
|
3554
|
+
}
|
|
3555
|
+
]
|