@firedrill-tools/hubspot 0.1.1

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.
Files changed (36) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +263 -0
  3. package/firedrill/agent.target.json +17 -0
  4. package/firedrill/baseline.scenario.json +5 -0
  5. package/firedrill/conformance.suite.json +20 -0
  6. package/firedrill/hubspot-deactivated-user.drill.json +53 -0
  7. package/firedrill/hubspot-denied.drill.json +74 -0
  8. package/firedrill/hubspot-fresh-actor.drill.json +128 -0
  9. package/firedrill/hubspot-invalid-auth.drill.json +433 -0
  10. package/firedrill/hubspot-mcp-aliases.drill.json +265 -0
  11. package/firedrill/hubspot-no-scopes.drill.json +433 -0
  12. package/firedrill/hubspot-owned-visibility.drill.json +113 -0
  13. package/firedrill/hubspot-rate-limited.drill.json +446 -0
  14. package/firedrill/hubspot-rest-flow.drill.json +963 -0
  15. package/firedrill/hubspot-scopes.drill.json +166 -0
  16. package/firedrill/hubspot-size-bounds.drill.json +156 -0
  17. package/firedrill/hubspot-write-committed-lost.drill.json +166 -0
  18. package/firedrill/hubspot-write-unavailable.drill.json +292 -0
  19. package/firedrill/rate-limited.scenario.json +11 -0
  20. package/firedrill/tools/hubspot/behavior.mjs +1318 -0
  21. package/firedrill/tools/hubspot/hubspot.tool.json +5524 -0
  22. package/firedrill/tools/hubspot/lib/bytes.mjs +32 -0
  23. package/firedrill/tools/hubspot/lib/json-depth.mjs +17 -0
  24. package/firedrill/tools/hubspot/lib/object-types.mjs +47 -0
  25. package/firedrill/tools/hubspot/lib/properties.mjs +275 -0
  26. package/firedrill/tools/hubspot/lib/search-matchers.mjs +85 -0
  27. package/firedrill/tools/hubspot/lib/search.mjs +301 -0
  28. package/firedrill/tools/hubspot/lib/state.mjs +248 -0
  29. package/firedrill/tools/hubspot/lib/wire.mjs +125 -0
  30. package/firedrill/world.json +3128 -0
  31. package/firedrill/write-committed-lost.scenario.json +11 -0
  32. package/firedrill/write-unavailable.scenario.json +11 -0
  33. package/firedrill.json +5 -0
  34. package/package.json +64 -0
  35. package/starter.json +2540 -0
  36. package/test/conformance.mjs +1007 -0
@@ -0,0 +1,3128 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "id": "hubspot-conformance-world",
4
+ "title": "HubSpot Tool conformance world",
5
+ "virtualTimeUs": 1789376400000000,
6
+ "actors": [
7
+ {
8
+ "id": "rep",
9
+ "description": "Maya Lindqvist (owner 41001): every scope, sees every record; every operation granted.",
10
+ "attributes": {
11
+ "email": "maya.lindqvist@brightline.example.com"
12
+ },
13
+ "grants": [
14
+ {
15
+ "packageId": "hubspot",
16
+ "operationId": "account.get-details"
17
+ },
18
+ {
19
+ "packageId": "hubspot",
20
+ "operationId": "objects.list"
21
+ },
22
+ {
23
+ "packageId": "hubspot",
24
+ "operationId": "objects.get"
25
+ },
26
+ {
27
+ "packageId": "hubspot",
28
+ "operationId": "objects.create"
29
+ },
30
+ {
31
+ "packageId": "hubspot",
32
+ "operationId": "objects.update"
33
+ },
34
+ {
35
+ "packageId": "hubspot",
36
+ "operationId": "objects.archive"
37
+ },
38
+ {
39
+ "packageId": "hubspot",
40
+ "operationId": "objects.batch-read"
41
+ },
42
+ {
43
+ "packageId": "hubspot",
44
+ "operationId": "objects.batch-create"
45
+ },
46
+ {
47
+ "packageId": "hubspot",
48
+ "operationId": "objects.batch-update"
49
+ },
50
+ {
51
+ "packageId": "hubspot",
52
+ "operationId": "objects.search"
53
+ },
54
+ {
55
+ "packageId": "hubspot",
56
+ "operationId": "associations.list"
57
+ },
58
+ {
59
+ "packageId": "hubspot",
60
+ "operationId": "associations.create-default"
61
+ },
62
+ {
63
+ "packageId": "hubspot",
64
+ "operationId": "associations.create"
65
+ },
66
+ {
67
+ "packageId": "hubspot",
68
+ "operationId": "associations.batch-create"
69
+ },
70
+ {
71
+ "packageId": "hubspot",
72
+ "operationId": "associations.archive"
73
+ },
74
+ {
75
+ "packageId": "hubspot",
76
+ "operationId": "associations.batch-read"
77
+ },
78
+ {
79
+ "packageId": "hubspot",
80
+ "operationId": "associations.list-labels"
81
+ },
82
+ {
83
+ "packageId": "hubspot",
84
+ "operationId": "owners.list"
85
+ },
86
+ {
87
+ "packageId": "hubspot",
88
+ "operationId": "owners.get"
89
+ },
90
+ {
91
+ "packageId": "hubspot",
92
+ "operationId": "pipelines.list"
93
+ },
94
+ {
95
+ "packageId": "hubspot",
96
+ "operationId": "pipelines.get"
97
+ },
98
+ {
99
+ "packageId": "hubspot",
100
+ "operationId": "pipelines.list-stages"
101
+ },
102
+ {
103
+ "packageId": "hubspot",
104
+ "operationId": "properties.list"
105
+ },
106
+ {
107
+ "packageId": "hubspot",
108
+ "operationId": "properties.get"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "id": "sdr",
114
+ "description": "Tom Achebe (owner 41002) with HubSpot's 'owned records only' permission; every operation granted.",
115
+ "attributes": {
116
+ "email": "tom.achebe@brightline.example.com",
117
+ "recordAccess": "owned"
118
+ },
119
+ "grants": [
120
+ {
121
+ "packageId": "hubspot",
122
+ "operationId": "account.get-details"
123
+ },
124
+ {
125
+ "packageId": "hubspot",
126
+ "operationId": "objects.list"
127
+ },
128
+ {
129
+ "packageId": "hubspot",
130
+ "operationId": "objects.get"
131
+ },
132
+ {
133
+ "packageId": "hubspot",
134
+ "operationId": "objects.create"
135
+ },
136
+ {
137
+ "packageId": "hubspot",
138
+ "operationId": "objects.update"
139
+ },
140
+ {
141
+ "packageId": "hubspot",
142
+ "operationId": "objects.archive"
143
+ },
144
+ {
145
+ "packageId": "hubspot",
146
+ "operationId": "objects.batch-read"
147
+ },
148
+ {
149
+ "packageId": "hubspot",
150
+ "operationId": "objects.batch-create"
151
+ },
152
+ {
153
+ "packageId": "hubspot",
154
+ "operationId": "objects.batch-update"
155
+ },
156
+ {
157
+ "packageId": "hubspot",
158
+ "operationId": "objects.search"
159
+ },
160
+ {
161
+ "packageId": "hubspot",
162
+ "operationId": "associations.list"
163
+ },
164
+ {
165
+ "packageId": "hubspot",
166
+ "operationId": "associations.create-default"
167
+ },
168
+ {
169
+ "packageId": "hubspot",
170
+ "operationId": "associations.create"
171
+ },
172
+ {
173
+ "packageId": "hubspot",
174
+ "operationId": "associations.batch-create"
175
+ },
176
+ {
177
+ "packageId": "hubspot",
178
+ "operationId": "associations.archive"
179
+ },
180
+ {
181
+ "packageId": "hubspot",
182
+ "operationId": "associations.batch-read"
183
+ },
184
+ {
185
+ "packageId": "hubspot",
186
+ "operationId": "associations.list-labels"
187
+ },
188
+ {
189
+ "packageId": "hubspot",
190
+ "operationId": "owners.list"
191
+ },
192
+ {
193
+ "packageId": "hubspot",
194
+ "operationId": "owners.get"
195
+ },
196
+ {
197
+ "packageId": "hubspot",
198
+ "operationId": "pipelines.list"
199
+ },
200
+ {
201
+ "packageId": "hubspot",
202
+ "operationId": "pipelines.get"
203
+ },
204
+ {
205
+ "packageId": "hubspot",
206
+ "operationId": "pipelines.list-stages"
207
+ },
208
+ {
209
+ "packageId": "hubspot",
210
+ "operationId": "properties.list"
211
+ },
212
+ {
213
+ "packageId": "hubspot",
214
+ "operationId": "properties.get"
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "id": "readonly",
220
+ "description": "Priya Raman (owner 41003) whose private app holds read scopes only; every operation granted.",
221
+ "attributes": {
222
+ "email": "priya.raman@brightline.example.com",
223
+ "scopes": [
224
+ "oauth",
225
+ "crm.objects.contacts.read",
226
+ "crm.objects.companies.read",
227
+ "crm.objects.deals.read",
228
+ "crm.objects.owners.read",
229
+ "crm.schemas.contacts.read",
230
+ "crm.schemas.companies.read",
231
+ "crm.schemas.deals.read"
232
+ ]
233
+ },
234
+ "grants": [
235
+ {
236
+ "packageId": "hubspot",
237
+ "operationId": "account.get-details"
238
+ },
239
+ {
240
+ "packageId": "hubspot",
241
+ "operationId": "objects.list"
242
+ },
243
+ {
244
+ "packageId": "hubspot",
245
+ "operationId": "objects.get"
246
+ },
247
+ {
248
+ "packageId": "hubspot",
249
+ "operationId": "objects.create"
250
+ },
251
+ {
252
+ "packageId": "hubspot",
253
+ "operationId": "objects.update"
254
+ },
255
+ {
256
+ "packageId": "hubspot",
257
+ "operationId": "objects.archive"
258
+ },
259
+ {
260
+ "packageId": "hubspot",
261
+ "operationId": "objects.batch-read"
262
+ },
263
+ {
264
+ "packageId": "hubspot",
265
+ "operationId": "objects.batch-create"
266
+ },
267
+ {
268
+ "packageId": "hubspot",
269
+ "operationId": "objects.batch-update"
270
+ },
271
+ {
272
+ "packageId": "hubspot",
273
+ "operationId": "objects.search"
274
+ },
275
+ {
276
+ "packageId": "hubspot",
277
+ "operationId": "associations.list"
278
+ },
279
+ {
280
+ "packageId": "hubspot",
281
+ "operationId": "associations.create-default"
282
+ },
283
+ {
284
+ "packageId": "hubspot",
285
+ "operationId": "associations.create"
286
+ },
287
+ {
288
+ "packageId": "hubspot",
289
+ "operationId": "associations.batch-create"
290
+ },
291
+ {
292
+ "packageId": "hubspot",
293
+ "operationId": "associations.archive"
294
+ },
295
+ {
296
+ "packageId": "hubspot",
297
+ "operationId": "associations.batch-read"
298
+ },
299
+ {
300
+ "packageId": "hubspot",
301
+ "operationId": "associations.list-labels"
302
+ },
303
+ {
304
+ "packageId": "hubspot",
305
+ "operationId": "owners.list"
306
+ },
307
+ {
308
+ "packageId": "hubspot",
309
+ "operationId": "owners.get"
310
+ },
311
+ {
312
+ "packageId": "hubspot",
313
+ "operationId": "pipelines.list"
314
+ },
315
+ {
316
+ "packageId": "hubspot",
317
+ "operationId": "pipelines.get"
318
+ },
319
+ {
320
+ "packageId": "hubspot",
321
+ "operationId": "pipelines.list-stages"
322
+ },
323
+ {
324
+ "packageId": "hubspot",
325
+ "operationId": "properties.list"
326
+ },
327
+ {
328
+ "packageId": "hubspot",
329
+ "operationId": "properties.get"
330
+ }
331
+ ]
332
+ },
333
+ {
334
+ "id": "noscopes",
335
+ "description": "Priya Raman through a private app that was granted no scopes at all; every operation granted by the framework.",
336
+ "attributes": {
337
+ "email": "priya.raman@brightline.example.com",
338
+ "scopes": []
339
+ },
340
+ "grants": [
341
+ {
342
+ "packageId": "hubspot",
343
+ "operationId": "account.get-details"
344
+ },
345
+ {
346
+ "packageId": "hubspot",
347
+ "operationId": "objects.list"
348
+ },
349
+ {
350
+ "packageId": "hubspot",
351
+ "operationId": "objects.get"
352
+ },
353
+ {
354
+ "packageId": "hubspot",
355
+ "operationId": "objects.create"
356
+ },
357
+ {
358
+ "packageId": "hubspot",
359
+ "operationId": "objects.update"
360
+ },
361
+ {
362
+ "packageId": "hubspot",
363
+ "operationId": "objects.archive"
364
+ },
365
+ {
366
+ "packageId": "hubspot",
367
+ "operationId": "objects.batch-read"
368
+ },
369
+ {
370
+ "packageId": "hubspot",
371
+ "operationId": "objects.batch-create"
372
+ },
373
+ {
374
+ "packageId": "hubspot",
375
+ "operationId": "objects.batch-update"
376
+ },
377
+ {
378
+ "packageId": "hubspot",
379
+ "operationId": "objects.search"
380
+ },
381
+ {
382
+ "packageId": "hubspot",
383
+ "operationId": "associations.list"
384
+ },
385
+ {
386
+ "packageId": "hubspot",
387
+ "operationId": "associations.create-default"
388
+ },
389
+ {
390
+ "packageId": "hubspot",
391
+ "operationId": "associations.create"
392
+ },
393
+ {
394
+ "packageId": "hubspot",
395
+ "operationId": "associations.batch-create"
396
+ },
397
+ {
398
+ "packageId": "hubspot",
399
+ "operationId": "associations.archive"
400
+ },
401
+ {
402
+ "packageId": "hubspot",
403
+ "operationId": "associations.batch-read"
404
+ },
405
+ {
406
+ "packageId": "hubspot",
407
+ "operationId": "associations.list-labels"
408
+ },
409
+ {
410
+ "packageId": "hubspot",
411
+ "operationId": "owners.list"
412
+ },
413
+ {
414
+ "packageId": "hubspot",
415
+ "operationId": "owners.get"
416
+ },
417
+ {
418
+ "packageId": "hubspot",
419
+ "operationId": "pipelines.list"
420
+ },
421
+ {
422
+ "packageId": "hubspot",
423
+ "operationId": "pipelines.get"
424
+ },
425
+ {
426
+ "packageId": "hubspot",
427
+ "operationId": "pipelines.list-stages"
428
+ },
429
+ {
430
+ "packageId": "hubspot",
431
+ "operationId": "properties.list"
432
+ },
433
+ {
434
+ "packageId": "hubspot",
435
+ "operationId": "properties.get"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "id": "auditor",
441
+ "description": "Maya Lindqvist without any operation grant: the framework denies every call.",
442
+ "attributes": {
443
+ "email": "maya.lindqvist@brightline.example.com"
444
+ },
445
+ "grants": []
446
+ },
447
+ {
448
+ "id": "ghost",
449
+ "description": "An e-mail that matches no owner row: every operation fails UNAUTHORIZED.",
450
+ "attributes": {
451
+ "email": "nobody@brightline.example.com"
452
+ },
453
+ "grants": [
454
+ {
455
+ "packageId": "hubspot",
456
+ "operationId": "account.get-details"
457
+ },
458
+ {
459
+ "packageId": "hubspot",
460
+ "operationId": "objects.list"
461
+ },
462
+ {
463
+ "packageId": "hubspot",
464
+ "operationId": "objects.get"
465
+ },
466
+ {
467
+ "packageId": "hubspot",
468
+ "operationId": "objects.create"
469
+ },
470
+ {
471
+ "packageId": "hubspot",
472
+ "operationId": "objects.update"
473
+ },
474
+ {
475
+ "packageId": "hubspot",
476
+ "operationId": "objects.archive"
477
+ },
478
+ {
479
+ "packageId": "hubspot",
480
+ "operationId": "objects.batch-read"
481
+ },
482
+ {
483
+ "packageId": "hubspot",
484
+ "operationId": "objects.batch-create"
485
+ },
486
+ {
487
+ "packageId": "hubspot",
488
+ "operationId": "objects.batch-update"
489
+ },
490
+ {
491
+ "packageId": "hubspot",
492
+ "operationId": "objects.search"
493
+ },
494
+ {
495
+ "packageId": "hubspot",
496
+ "operationId": "associations.list"
497
+ },
498
+ {
499
+ "packageId": "hubspot",
500
+ "operationId": "associations.create-default"
501
+ },
502
+ {
503
+ "packageId": "hubspot",
504
+ "operationId": "associations.create"
505
+ },
506
+ {
507
+ "packageId": "hubspot",
508
+ "operationId": "associations.batch-create"
509
+ },
510
+ {
511
+ "packageId": "hubspot",
512
+ "operationId": "associations.archive"
513
+ },
514
+ {
515
+ "packageId": "hubspot",
516
+ "operationId": "associations.batch-read"
517
+ },
518
+ {
519
+ "packageId": "hubspot",
520
+ "operationId": "associations.list-labels"
521
+ },
522
+ {
523
+ "packageId": "hubspot",
524
+ "operationId": "owners.list"
525
+ },
526
+ {
527
+ "packageId": "hubspot",
528
+ "operationId": "owners.get"
529
+ },
530
+ {
531
+ "packageId": "hubspot",
532
+ "operationId": "pipelines.list"
533
+ },
534
+ {
535
+ "packageId": "hubspot",
536
+ "operationId": "pipelines.get"
537
+ },
538
+ {
539
+ "packageId": "hubspot",
540
+ "operationId": "pipelines.list-stages"
541
+ },
542
+ {
543
+ "packageId": "hubspot",
544
+ "operationId": "properties.list"
545
+ },
546
+ {
547
+ "packageId": "hubspot",
548
+ "operationId": "properties.get"
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "id": "former",
554
+ "description": "Jonas Weber, a deactivated (archived) owner: every operation fails UNAUTHORIZED.",
555
+ "attributes": {
556
+ "email": "jonas.weber@brightline.example.com"
557
+ },
558
+ "grants": [
559
+ {
560
+ "packageId": "hubspot",
561
+ "operationId": "account.get-details"
562
+ },
563
+ {
564
+ "packageId": "hubspot",
565
+ "operationId": "objects.list"
566
+ }
567
+ ]
568
+ },
569
+ {
570
+ "id": "fresh",
571
+ "description": "An actor with no identity attributes, as `firedrill tool add` creates: falls back to the portal's default user (owner 41001).",
572
+ "grants": [
573
+ {
574
+ "packageId": "hubspot",
575
+ "operationId": "account.get-details"
576
+ },
577
+ {
578
+ "packageId": "hubspot",
579
+ "operationId": "objects.list"
580
+ },
581
+ {
582
+ "packageId": "hubspot",
583
+ "operationId": "objects.get"
584
+ },
585
+ {
586
+ "packageId": "hubspot",
587
+ "operationId": "objects.create"
588
+ }
589
+ ]
590
+ }
591
+ ],
592
+ "state": [
593
+ {
594
+ "action": "upsert",
595
+ "packageId": "hubspot",
596
+ "namespace": "association-labels",
597
+ "rowId": "0-1/0-2/1",
598
+ "value": {
599
+ "category": "HUBSPOT_DEFINED",
600
+ "typeId": 1,
601
+ "label": "Primary",
602
+ "fromObjectTypeId": "0-1",
603
+ "toObjectTypeId": "0-2",
604
+ "inverseTypeId": 2
605
+ }
606
+ },
607
+ {
608
+ "action": "upsert",
609
+ "packageId": "hubspot",
610
+ "namespace": "association-labels",
611
+ "rowId": "0-1/0-2/279",
612
+ "value": {
613
+ "category": "HUBSPOT_DEFINED",
614
+ "typeId": 279,
615
+ "label": null,
616
+ "fromObjectTypeId": "0-1",
617
+ "toObjectTypeId": "0-2",
618
+ "inverseTypeId": 280
619
+ }
620
+ },
621
+ {
622
+ "action": "upsert",
623
+ "packageId": "hubspot",
624
+ "namespace": "association-labels",
625
+ "rowId": "0-1/0-2/57",
626
+ "value": {
627
+ "category": "USER_DEFINED",
628
+ "typeId": 57,
629
+ "label": "Champion",
630
+ "fromObjectTypeId": "0-1",
631
+ "toObjectTypeId": "0-2",
632
+ "inverseTypeId": 58
633
+ }
634
+ },
635
+ {
636
+ "action": "upsert",
637
+ "packageId": "hubspot",
638
+ "namespace": "association-labels",
639
+ "rowId": "0-1/0-27/203",
640
+ "value": {
641
+ "category": "HUBSPOT_DEFINED",
642
+ "typeId": 203,
643
+ "label": null,
644
+ "fromObjectTypeId": "0-1",
645
+ "toObjectTypeId": "0-27",
646
+ "inverseTypeId": 204
647
+ }
648
+ },
649
+ {
650
+ "action": "upsert",
651
+ "packageId": "hubspot",
652
+ "namespace": "association-labels",
653
+ "rowId": "0-1/0-3/4",
654
+ "value": {
655
+ "category": "HUBSPOT_DEFINED",
656
+ "typeId": 4,
657
+ "label": null,
658
+ "fromObjectTypeId": "0-1",
659
+ "toObjectTypeId": "0-3",
660
+ "inverseTypeId": 3
661
+ }
662
+ },
663
+ {
664
+ "action": "upsert",
665
+ "packageId": "hubspot",
666
+ "namespace": "association-labels",
667
+ "rowId": "0-1/0-46/201",
668
+ "value": {
669
+ "category": "HUBSPOT_DEFINED",
670
+ "typeId": 201,
671
+ "label": null,
672
+ "fromObjectTypeId": "0-1",
673
+ "toObjectTypeId": "0-46",
674
+ "inverseTypeId": 202
675
+ }
676
+ },
677
+ {
678
+ "action": "upsert",
679
+ "packageId": "hubspot",
680
+ "namespace": "association-labels",
681
+ "rowId": "0-2/0-1/2",
682
+ "value": {
683
+ "category": "HUBSPOT_DEFINED",
684
+ "typeId": 2,
685
+ "label": "Primary",
686
+ "fromObjectTypeId": "0-2",
687
+ "toObjectTypeId": "0-1",
688
+ "inverseTypeId": 1
689
+ }
690
+ },
691
+ {
692
+ "action": "upsert",
693
+ "packageId": "hubspot",
694
+ "namespace": "association-labels",
695
+ "rowId": "0-2/0-1/280",
696
+ "value": {
697
+ "category": "HUBSPOT_DEFINED",
698
+ "typeId": 280,
699
+ "label": null,
700
+ "fromObjectTypeId": "0-2",
701
+ "toObjectTypeId": "0-1",
702
+ "inverseTypeId": 279
703
+ }
704
+ },
705
+ {
706
+ "action": "upsert",
707
+ "packageId": "hubspot",
708
+ "namespace": "association-labels",
709
+ "rowId": "0-2/0-1/58",
710
+ "value": {
711
+ "category": "USER_DEFINED",
712
+ "typeId": 58,
713
+ "label": "Champion",
714
+ "fromObjectTypeId": "0-2",
715
+ "toObjectTypeId": "0-1",
716
+ "inverseTypeId": 57
717
+ }
718
+ },
719
+ {
720
+ "action": "upsert",
721
+ "packageId": "hubspot",
722
+ "namespace": "association-labels",
723
+ "rowId": "0-2/0-27/191",
724
+ "value": {
725
+ "category": "HUBSPOT_DEFINED",
726
+ "typeId": 191,
727
+ "label": null,
728
+ "fromObjectTypeId": "0-2",
729
+ "toObjectTypeId": "0-27",
730
+ "inverseTypeId": 192
731
+ }
732
+ },
733
+ {
734
+ "action": "upsert",
735
+ "packageId": "hubspot",
736
+ "namespace": "association-labels",
737
+ "rowId": "0-2/0-3/342",
738
+ "value": {
739
+ "category": "HUBSPOT_DEFINED",
740
+ "typeId": 342,
741
+ "label": null,
742
+ "fromObjectTypeId": "0-2",
743
+ "toObjectTypeId": "0-3",
744
+ "inverseTypeId": 341
745
+ }
746
+ },
747
+ {
748
+ "action": "upsert",
749
+ "packageId": "hubspot",
750
+ "namespace": "association-labels",
751
+ "rowId": "0-2/0-3/6",
752
+ "value": {
753
+ "category": "HUBSPOT_DEFINED",
754
+ "typeId": 6,
755
+ "label": "Primary",
756
+ "fromObjectTypeId": "0-2",
757
+ "toObjectTypeId": "0-3",
758
+ "inverseTypeId": 5
759
+ }
760
+ },
761
+ {
762
+ "action": "upsert",
763
+ "packageId": "hubspot",
764
+ "namespace": "association-labels",
765
+ "rowId": "0-2/0-46/189",
766
+ "value": {
767
+ "category": "HUBSPOT_DEFINED",
768
+ "typeId": 189,
769
+ "label": null,
770
+ "fromObjectTypeId": "0-2",
771
+ "toObjectTypeId": "0-46",
772
+ "inverseTypeId": 190
773
+ }
774
+ },
775
+ {
776
+ "action": "upsert",
777
+ "packageId": "hubspot",
778
+ "namespace": "association-labels",
779
+ "rowId": "0-27/0-1/204",
780
+ "value": {
781
+ "category": "HUBSPOT_DEFINED",
782
+ "typeId": 204,
783
+ "label": null,
784
+ "fromObjectTypeId": "0-27",
785
+ "toObjectTypeId": "0-1",
786
+ "inverseTypeId": 203
787
+ }
788
+ },
789
+ {
790
+ "action": "upsert",
791
+ "packageId": "hubspot",
792
+ "namespace": "association-labels",
793
+ "rowId": "0-27/0-2/192",
794
+ "value": {
795
+ "category": "HUBSPOT_DEFINED",
796
+ "typeId": 192,
797
+ "label": null,
798
+ "fromObjectTypeId": "0-27",
799
+ "toObjectTypeId": "0-2",
800
+ "inverseTypeId": 191
801
+ }
802
+ },
803
+ {
804
+ "action": "upsert",
805
+ "packageId": "hubspot",
806
+ "namespace": "association-labels",
807
+ "rowId": "0-27/0-3/216",
808
+ "value": {
809
+ "category": "HUBSPOT_DEFINED",
810
+ "typeId": 216,
811
+ "label": null,
812
+ "fromObjectTypeId": "0-27",
813
+ "toObjectTypeId": "0-3",
814
+ "inverseTypeId": 215
815
+ }
816
+ },
817
+ {
818
+ "action": "upsert",
819
+ "packageId": "hubspot",
820
+ "namespace": "association-labels",
821
+ "rowId": "0-3/0-1/3",
822
+ "value": {
823
+ "category": "HUBSPOT_DEFINED",
824
+ "typeId": 3,
825
+ "label": null,
826
+ "fromObjectTypeId": "0-3",
827
+ "toObjectTypeId": "0-1",
828
+ "inverseTypeId": 4
829
+ }
830
+ },
831
+ {
832
+ "action": "upsert",
833
+ "packageId": "hubspot",
834
+ "namespace": "association-labels",
835
+ "rowId": "0-3/0-2/341",
836
+ "value": {
837
+ "category": "HUBSPOT_DEFINED",
838
+ "typeId": 341,
839
+ "label": null,
840
+ "fromObjectTypeId": "0-3",
841
+ "toObjectTypeId": "0-2",
842
+ "inverseTypeId": 342
843
+ }
844
+ },
845
+ {
846
+ "action": "upsert",
847
+ "packageId": "hubspot",
848
+ "namespace": "association-labels",
849
+ "rowId": "0-3/0-2/5",
850
+ "value": {
851
+ "category": "HUBSPOT_DEFINED",
852
+ "typeId": 5,
853
+ "label": "Primary",
854
+ "fromObjectTypeId": "0-3",
855
+ "toObjectTypeId": "0-2",
856
+ "inverseTypeId": 6
857
+ }
858
+ },
859
+ {
860
+ "action": "upsert",
861
+ "packageId": "hubspot",
862
+ "namespace": "association-labels",
863
+ "rowId": "0-3/0-27/215",
864
+ "value": {
865
+ "category": "HUBSPOT_DEFINED",
866
+ "typeId": 215,
867
+ "label": null,
868
+ "fromObjectTypeId": "0-3",
869
+ "toObjectTypeId": "0-27",
870
+ "inverseTypeId": 216
871
+ }
872
+ },
873
+ {
874
+ "action": "upsert",
875
+ "packageId": "hubspot",
876
+ "namespace": "association-labels",
877
+ "rowId": "0-3/0-46/213",
878
+ "value": {
879
+ "category": "HUBSPOT_DEFINED",
880
+ "typeId": 213,
881
+ "label": null,
882
+ "fromObjectTypeId": "0-3",
883
+ "toObjectTypeId": "0-46",
884
+ "inverseTypeId": 214
885
+ }
886
+ },
887
+ {
888
+ "action": "upsert",
889
+ "packageId": "hubspot",
890
+ "namespace": "association-labels",
891
+ "rowId": "0-46/0-1/202",
892
+ "value": {
893
+ "category": "HUBSPOT_DEFINED",
894
+ "typeId": 202,
895
+ "label": null,
896
+ "fromObjectTypeId": "0-46",
897
+ "toObjectTypeId": "0-1",
898
+ "inverseTypeId": 201
899
+ }
900
+ },
901
+ {
902
+ "action": "upsert",
903
+ "packageId": "hubspot",
904
+ "namespace": "association-labels",
905
+ "rowId": "0-46/0-2/190",
906
+ "value": {
907
+ "category": "HUBSPOT_DEFINED",
908
+ "typeId": 190,
909
+ "label": null,
910
+ "fromObjectTypeId": "0-46",
911
+ "toObjectTypeId": "0-2",
912
+ "inverseTypeId": 189
913
+ }
914
+ },
915
+ {
916
+ "action": "upsert",
917
+ "packageId": "hubspot",
918
+ "namespace": "association-labels",
919
+ "rowId": "0-46/0-3/214",
920
+ "value": {
921
+ "category": "HUBSPOT_DEFINED",
922
+ "typeId": 214,
923
+ "label": null,
924
+ "fromObjectTypeId": "0-46",
925
+ "toObjectTypeId": "0-3",
926
+ "inverseTypeId": 213
927
+ }
928
+ },
929
+ {
930
+ "action": "upsert",
931
+ "packageId": "hubspot",
932
+ "namespace": "associations",
933
+ "rowId": "0-1/0000000101/0-2/0000000201",
934
+ "value": {
935
+ "fromObjectTypeId": "0-1",
936
+ "fromObjectId": "101",
937
+ "toObjectTypeId": "0-2",
938
+ "toObjectId": "201",
939
+ "typeIds": [
940
+ 1,
941
+ 279
942
+ ],
943
+ "createdAt": "2026-06-03T09:00:00.000Z",
944
+ "updatedAt": "2026-06-03T09:00:00.000Z"
945
+ }
946
+ },
947
+ {
948
+ "action": "upsert",
949
+ "packageId": "hubspot",
950
+ "namespace": "associations",
951
+ "rowId": "0-1/0000000101/0-3/0000000301",
952
+ "value": {
953
+ "fromObjectTypeId": "0-1",
954
+ "fromObjectId": "101",
955
+ "toObjectTypeId": "0-3",
956
+ "toObjectId": "301",
957
+ "typeIds": [
958
+ 4
959
+ ],
960
+ "createdAt": "2026-06-25T09:00:00.000Z",
961
+ "updatedAt": "2026-06-25T09:00:00.000Z"
962
+ }
963
+ },
964
+ {
965
+ "action": "upsert",
966
+ "packageId": "hubspot",
967
+ "namespace": "associations",
968
+ "rowId": "0-1/0000000101/0-3/0000000307",
969
+ "value": {
970
+ "fromObjectTypeId": "0-1",
971
+ "fromObjectId": "101",
972
+ "toObjectTypeId": "0-3",
973
+ "toObjectId": "307",
974
+ "typeIds": [
975
+ 4
976
+ ],
977
+ "createdAt": "2026-09-01T09:00:00.000Z",
978
+ "updatedAt": "2026-09-01T09:00:00.000Z"
979
+ }
980
+ },
981
+ {
982
+ "action": "upsert",
983
+ "packageId": "hubspot",
984
+ "namespace": "associations",
985
+ "rowId": "0-1/0000000101/0-46/0000000401",
986
+ "value": {
987
+ "fromObjectTypeId": "0-1",
988
+ "fromObjectId": "101",
989
+ "toObjectTypeId": "0-46",
990
+ "toObjectId": "401",
991
+ "typeIds": [
992
+ 201
993
+ ],
994
+ "createdAt": "2026-09-10T09:00:00.000Z",
995
+ "updatedAt": "2026-09-10T09:00:00.000Z"
996
+ }
997
+ },
998
+ {
999
+ "action": "upsert",
1000
+ "packageId": "hubspot",
1001
+ "namespace": "associations",
1002
+ "rowId": "0-1/0000000102/0-2/0000000201",
1003
+ "value": {
1004
+ "fromObjectTypeId": "0-1",
1005
+ "fromObjectId": "102",
1006
+ "toObjectTypeId": "0-2",
1007
+ "toObjectId": "201",
1008
+ "typeIds": [
1009
+ 279
1010
+ ],
1011
+ "createdAt": "2026-06-03T09:00:00.000Z",
1012
+ "updatedAt": "2026-06-03T09:00:00.000Z"
1013
+ }
1014
+ },
1015
+ {
1016
+ "action": "upsert",
1017
+ "packageId": "hubspot",
1018
+ "namespace": "associations",
1019
+ "rowId": "0-1/0000000103/0-2/0000000202",
1020
+ "value": {
1021
+ "fromObjectTypeId": "0-1",
1022
+ "fromObjectId": "103",
1023
+ "toObjectTypeId": "0-2",
1024
+ "toObjectId": "202",
1025
+ "typeIds": [
1026
+ 57,
1027
+ 279
1028
+ ],
1029
+ "createdAt": "2026-06-18T09:00:00.000Z",
1030
+ "updatedAt": "2026-06-18T09:00:00.000Z"
1031
+ }
1032
+ },
1033
+ {
1034
+ "action": "upsert",
1035
+ "packageId": "hubspot",
1036
+ "namespace": "associations",
1037
+ "rowId": "0-1/0000000103/0-3/0000000304",
1038
+ "value": {
1039
+ "fromObjectTypeId": "0-1",
1040
+ "fromObjectId": "103",
1041
+ "toObjectTypeId": "0-3",
1042
+ "toObjectId": "304",
1043
+ "typeIds": [
1044
+ 4
1045
+ ],
1046
+ "createdAt": "2026-08-05T09:00:00.000Z",
1047
+ "updatedAt": "2026-08-05T09:00:00.000Z"
1048
+ }
1049
+ },
1050
+ {
1051
+ "action": "upsert",
1052
+ "packageId": "hubspot",
1053
+ "namespace": "associations",
1054
+ "rowId": "0-1/0000000104/0-2/0000000203",
1055
+ "value": {
1056
+ "fromObjectTypeId": "0-1",
1057
+ "fromObjectId": "104",
1058
+ "toObjectTypeId": "0-2",
1059
+ "toObjectId": "203",
1060
+ "typeIds": [
1061
+ 279
1062
+ ],
1063
+ "createdAt": "2026-06-20T09:00:00.000Z",
1064
+ "updatedAt": "2026-06-20T09:00:00.000Z"
1065
+ }
1066
+ },
1067
+ {
1068
+ "action": "upsert",
1069
+ "packageId": "hubspot",
1070
+ "namespace": "associations",
1071
+ "rowId": "0-1/0000000104/0-27/0000000501",
1072
+ "value": {
1073
+ "fromObjectTypeId": "0-1",
1074
+ "fromObjectId": "104",
1075
+ "toObjectTypeId": "0-27",
1076
+ "toObjectId": "501",
1077
+ "typeIds": [
1078
+ 203
1079
+ ],
1080
+ "createdAt": "2026-08-25T09:00:00.000Z",
1081
+ "updatedAt": "2026-08-25T09:00:00.000Z"
1082
+ }
1083
+ },
1084
+ {
1085
+ "action": "upsert",
1086
+ "packageId": "hubspot",
1087
+ "namespace": "associations",
1088
+ "rowId": "0-1/0000000104/0-3/0000000302",
1089
+ "value": {
1090
+ "fromObjectTypeId": "0-1",
1091
+ "fromObjectId": "104",
1092
+ "toObjectTypeId": "0-3",
1093
+ "toObjectId": "302",
1094
+ "typeIds": [
1095
+ 4
1096
+ ],
1097
+ "createdAt": "2026-07-01T09:00:00.000Z",
1098
+ "updatedAt": "2026-07-01T09:00:00.000Z"
1099
+ }
1100
+ },
1101
+ {
1102
+ "action": "upsert",
1103
+ "packageId": "hubspot",
1104
+ "namespace": "associations",
1105
+ "rowId": "0-1/0000000105/0-2/0000000204",
1106
+ "value": {
1107
+ "fromObjectTypeId": "0-1",
1108
+ "fromObjectId": "105",
1109
+ "toObjectTypeId": "0-2",
1110
+ "toObjectId": "204",
1111
+ "typeIds": [
1112
+ 279
1113
+ ],
1114
+ "createdAt": "2026-07-04T09:00:00.000Z",
1115
+ "updatedAt": "2026-07-04T09:00:00.000Z"
1116
+ }
1117
+ },
1118
+ {
1119
+ "action": "upsert",
1120
+ "packageId": "hubspot",
1121
+ "namespace": "associations",
1122
+ "rowId": "0-1/0000000106/0-2/0000000202",
1123
+ "value": {
1124
+ "fromObjectTypeId": "0-1",
1125
+ "fromObjectId": "106",
1126
+ "toObjectTypeId": "0-2",
1127
+ "toObjectId": "202",
1128
+ "typeIds": [
1129
+ 279
1130
+ ],
1131
+ "createdAt": "2026-07-09T09:00:00.000Z",
1132
+ "updatedAt": "2026-07-09T09:00:00.000Z"
1133
+ }
1134
+ },
1135
+ {
1136
+ "action": "upsert",
1137
+ "packageId": "hubspot",
1138
+ "namespace": "associations",
1139
+ "rowId": "0-1/0000000107/0-3/0000000303",
1140
+ "value": {
1141
+ "fromObjectTypeId": "0-1",
1142
+ "fromObjectId": "107",
1143
+ "toObjectTypeId": "0-3",
1144
+ "toObjectId": "303",
1145
+ "typeIds": [
1146
+ 4
1147
+ ],
1148
+ "createdAt": "2026-07-16T09:00:00.000Z",
1149
+ "updatedAt": "2026-07-16T09:00:00.000Z"
1150
+ }
1151
+ },
1152
+ {
1153
+ "action": "upsert",
1154
+ "packageId": "hubspot",
1155
+ "namespace": "associations",
1156
+ "rowId": "0-1/0000000108/0-2/0000000202",
1157
+ "value": {
1158
+ "fromObjectTypeId": "0-1",
1159
+ "fromObjectId": "108",
1160
+ "toObjectTypeId": "0-2",
1161
+ "toObjectId": "202",
1162
+ "typeIds": [
1163
+ 279
1164
+ ],
1165
+ "createdAt": "2026-07-21T09:00:00.000Z",
1166
+ "updatedAt": "2026-07-21T09:00:00.000Z"
1167
+ }
1168
+ },
1169
+ {
1170
+ "action": "upsert",
1171
+ "packageId": "hubspot",
1172
+ "namespace": "associations",
1173
+ "rowId": "0-1/0000000111/0-2/0000000204",
1174
+ "value": {
1175
+ "fromObjectTypeId": "0-1",
1176
+ "fromObjectId": "111",
1177
+ "toObjectTypeId": "0-2",
1178
+ "toObjectId": "204",
1179
+ "typeIds": [
1180
+ 279
1181
+ ],
1182
+ "createdAt": "2026-08-02T09:00:00.000Z",
1183
+ "updatedAt": "2026-08-02T09:00:00.000Z"
1184
+ }
1185
+ },
1186
+ {
1187
+ "action": "upsert",
1188
+ "packageId": "hubspot",
1189
+ "namespace": "associations",
1190
+ "rowId": "0-1/0000000112/0-2/0000000206",
1191
+ "value": {
1192
+ "fromObjectTypeId": "0-1",
1193
+ "fromObjectId": "112",
1194
+ "toObjectTypeId": "0-2",
1195
+ "toObjectId": "206",
1196
+ "typeIds": [
1197
+ 279
1198
+ ],
1199
+ "createdAt": "2026-08-11T09:00:00.000Z",
1200
+ "updatedAt": "2026-08-11T09:00:00.000Z"
1201
+ }
1202
+ },
1203
+ {
1204
+ "action": "upsert",
1205
+ "packageId": "hubspot",
1206
+ "namespace": "associations",
1207
+ "rowId": "0-2/0000000201/0-1/0000000101",
1208
+ "value": {
1209
+ "fromObjectTypeId": "0-2",
1210
+ "fromObjectId": "201",
1211
+ "toObjectTypeId": "0-1",
1212
+ "toObjectId": "101",
1213
+ "typeIds": [
1214
+ 2,
1215
+ 280
1216
+ ],
1217
+ "createdAt": "2026-06-03T09:00:00.000Z",
1218
+ "updatedAt": "2026-06-03T09:00:00.000Z"
1219
+ }
1220
+ },
1221
+ {
1222
+ "action": "upsert",
1223
+ "packageId": "hubspot",
1224
+ "namespace": "associations",
1225
+ "rowId": "0-2/0000000201/0-1/0000000102",
1226
+ "value": {
1227
+ "fromObjectTypeId": "0-2",
1228
+ "fromObjectId": "201",
1229
+ "toObjectTypeId": "0-1",
1230
+ "toObjectId": "102",
1231
+ "typeIds": [
1232
+ 280
1233
+ ],
1234
+ "createdAt": "2026-06-03T09:00:00.000Z",
1235
+ "updatedAt": "2026-06-03T09:00:00.000Z"
1236
+ }
1237
+ },
1238
+ {
1239
+ "action": "upsert",
1240
+ "packageId": "hubspot",
1241
+ "namespace": "associations",
1242
+ "rowId": "0-2/0000000201/0-3/0000000301",
1243
+ "value": {
1244
+ "fromObjectTypeId": "0-2",
1245
+ "fromObjectId": "201",
1246
+ "toObjectTypeId": "0-3",
1247
+ "toObjectId": "301",
1248
+ "typeIds": [
1249
+ 6,
1250
+ 342
1251
+ ],
1252
+ "createdAt": "2026-06-25T09:00:00.000Z",
1253
+ "updatedAt": "2026-06-25T09:00:00.000Z"
1254
+ }
1255
+ },
1256
+ {
1257
+ "action": "upsert",
1258
+ "packageId": "hubspot",
1259
+ "namespace": "associations",
1260
+ "rowId": "0-2/0000000201/0-3/0000000307",
1261
+ "value": {
1262
+ "fromObjectTypeId": "0-2",
1263
+ "fromObjectId": "201",
1264
+ "toObjectTypeId": "0-3",
1265
+ "toObjectId": "307",
1266
+ "typeIds": [
1267
+ 342
1268
+ ],
1269
+ "createdAt": "2026-09-01T09:00:00.000Z",
1270
+ "updatedAt": "2026-09-01T09:00:00.000Z"
1271
+ }
1272
+ },
1273
+ {
1274
+ "action": "upsert",
1275
+ "packageId": "hubspot",
1276
+ "namespace": "associations",
1277
+ "rowId": "0-2/0000000201/0-46/0000000402",
1278
+ "value": {
1279
+ "fromObjectTypeId": "0-2",
1280
+ "fromObjectId": "201",
1281
+ "toObjectTypeId": "0-46",
1282
+ "toObjectId": "402",
1283
+ "typeIds": [
1284
+ 189
1285
+ ],
1286
+ "createdAt": "2026-09-04T09:00:00.000Z",
1287
+ "updatedAt": "2026-09-04T09:00:00.000Z"
1288
+ }
1289
+ },
1290
+ {
1291
+ "action": "upsert",
1292
+ "packageId": "hubspot",
1293
+ "namespace": "associations",
1294
+ "rowId": "0-2/0000000202/0-1/0000000103",
1295
+ "value": {
1296
+ "fromObjectTypeId": "0-2",
1297
+ "fromObjectId": "202",
1298
+ "toObjectTypeId": "0-1",
1299
+ "toObjectId": "103",
1300
+ "typeIds": [
1301
+ 58,
1302
+ 280
1303
+ ],
1304
+ "createdAt": "2026-06-18T09:00:00.000Z",
1305
+ "updatedAt": "2026-06-18T09:00:00.000Z"
1306
+ }
1307
+ },
1308
+ {
1309
+ "action": "upsert",
1310
+ "packageId": "hubspot",
1311
+ "namespace": "associations",
1312
+ "rowId": "0-2/0000000202/0-1/0000000106",
1313
+ "value": {
1314
+ "fromObjectTypeId": "0-2",
1315
+ "fromObjectId": "202",
1316
+ "toObjectTypeId": "0-1",
1317
+ "toObjectId": "106",
1318
+ "typeIds": [
1319
+ 280
1320
+ ],
1321
+ "createdAt": "2026-07-09T09:00:00.000Z",
1322
+ "updatedAt": "2026-07-09T09:00:00.000Z"
1323
+ }
1324
+ },
1325
+ {
1326
+ "action": "upsert",
1327
+ "packageId": "hubspot",
1328
+ "namespace": "associations",
1329
+ "rowId": "0-2/0000000202/0-1/0000000108",
1330
+ "value": {
1331
+ "fromObjectTypeId": "0-2",
1332
+ "fromObjectId": "202",
1333
+ "toObjectTypeId": "0-1",
1334
+ "toObjectId": "108",
1335
+ "typeIds": [
1336
+ 280
1337
+ ],
1338
+ "createdAt": "2026-07-21T09:00:00.000Z",
1339
+ "updatedAt": "2026-07-21T09:00:00.000Z"
1340
+ }
1341
+ },
1342
+ {
1343
+ "action": "upsert",
1344
+ "packageId": "hubspot",
1345
+ "namespace": "associations",
1346
+ "rowId": "0-2/0000000202/0-27/0000000502",
1347
+ "value": {
1348
+ "fromObjectTypeId": "0-2",
1349
+ "fromObjectId": "202",
1350
+ "toObjectTypeId": "0-27",
1351
+ "toObjectId": "502",
1352
+ "typeIds": [
1353
+ 191
1354
+ ],
1355
+ "createdAt": "2026-08-28T09:00:00.000Z",
1356
+ "updatedAt": "2026-08-28T09:00:00.000Z"
1357
+ }
1358
+ },
1359
+ {
1360
+ "action": "upsert",
1361
+ "packageId": "hubspot",
1362
+ "namespace": "associations",
1363
+ "rowId": "0-2/0000000202/0-3/0000000304",
1364
+ "value": {
1365
+ "fromObjectTypeId": "0-2",
1366
+ "fromObjectId": "202",
1367
+ "toObjectTypeId": "0-3",
1368
+ "toObjectId": "304",
1369
+ "typeIds": [
1370
+ 342
1371
+ ],
1372
+ "createdAt": "2026-08-05T09:00:00.000Z",
1373
+ "updatedAt": "2026-08-05T09:00:00.000Z"
1374
+ }
1375
+ },
1376
+ {
1377
+ "action": "upsert",
1378
+ "packageId": "hubspot",
1379
+ "namespace": "associations",
1380
+ "rowId": "0-2/0000000203/0-1/0000000104",
1381
+ "value": {
1382
+ "fromObjectTypeId": "0-2",
1383
+ "fromObjectId": "203",
1384
+ "toObjectTypeId": "0-1",
1385
+ "toObjectId": "104",
1386
+ "typeIds": [
1387
+ 280
1388
+ ],
1389
+ "createdAt": "2026-06-20T09:00:00.000Z",
1390
+ "updatedAt": "2026-06-20T09:00:00.000Z"
1391
+ }
1392
+ },
1393
+ {
1394
+ "action": "upsert",
1395
+ "packageId": "hubspot",
1396
+ "namespace": "associations",
1397
+ "rowId": "0-2/0000000203/0-3/0000000302",
1398
+ "value": {
1399
+ "fromObjectTypeId": "0-2",
1400
+ "fromObjectId": "203",
1401
+ "toObjectTypeId": "0-3",
1402
+ "toObjectId": "302",
1403
+ "typeIds": [
1404
+ 342
1405
+ ],
1406
+ "createdAt": "2026-07-01T09:00:00.000Z",
1407
+ "updatedAt": "2026-07-01T09:00:00.000Z"
1408
+ }
1409
+ },
1410
+ {
1411
+ "action": "upsert",
1412
+ "packageId": "hubspot",
1413
+ "namespace": "associations",
1414
+ "rowId": "0-2/0000000204/0-1/0000000105",
1415
+ "value": {
1416
+ "fromObjectTypeId": "0-2",
1417
+ "fromObjectId": "204",
1418
+ "toObjectTypeId": "0-1",
1419
+ "toObjectId": "105",
1420
+ "typeIds": [
1421
+ 280
1422
+ ],
1423
+ "createdAt": "2026-07-04T09:00:00.000Z",
1424
+ "updatedAt": "2026-07-04T09:00:00.000Z"
1425
+ }
1426
+ },
1427
+ {
1428
+ "action": "upsert",
1429
+ "packageId": "hubspot",
1430
+ "namespace": "associations",
1431
+ "rowId": "0-2/0000000204/0-1/0000000111",
1432
+ "value": {
1433
+ "fromObjectTypeId": "0-2",
1434
+ "fromObjectId": "204",
1435
+ "toObjectTypeId": "0-1",
1436
+ "toObjectId": "111",
1437
+ "typeIds": [
1438
+ 280
1439
+ ],
1440
+ "createdAt": "2026-08-02T09:00:00.000Z",
1441
+ "updatedAt": "2026-08-02T09:00:00.000Z"
1442
+ }
1443
+ },
1444
+ {
1445
+ "action": "upsert",
1446
+ "packageId": "hubspot",
1447
+ "namespace": "associations",
1448
+ "rowId": "0-2/0000000206/0-1/0000000112",
1449
+ "value": {
1450
+ "fromObjectTypeId": "0-2",
1451
+ "fromObjectId": "206",
1452
+ "toObjectTypeId": "0-1",
1453
+ "toObjectId": "112",
1454
+ "typeIds": [
1455
+ 280
1456
+ ],
1457
+ "createdAt": "2026-08-11T09:00:00.000Z",
1458
+ "updatedAt": "2026-08-11T09:00:00.000Z"
1459
+ }
1460
+ },
1461
+ {
1462
+ "action": "upsert",
1463
+ "packageId": "hubspot",
1464
+ "namespace": "associations",
1465
+ "rowId": "0-27/0000000501/0-1/0000000104",
1466
+ "value": {
1467
+ "fromObjectTypeId": "0-27",
1468
+ "fromObjectId": "501",
1469
+ "toObjectTypeId": "0-1",
1470
+ "toObjectId": "104",
1471
+ "typeIds": [
1472
+ 204
1473
+ ],
1474
+ "createdAt": "2026-08-25T09:00:00.000Z",
1475
+ "updatedAt": "2026-08-25T09:00:00.000Z"
1476
+ }
1477
+ },
1478
+ {
1479
+ "action": "upsert",
1480
+ "packageId": "hubspot",
1481
+ "namespace": "associations",
1482
+ "rowId": "0-27/0000000502/0-2/0000000202",
1483
+ "value": {
1484
+ "fromObjectTypeId": "0-27",
1485
+ "fromObjectId": "502",
1486
+ "toObjectTypeId": "0-2",
1487
+ "toObjectId": "202",
1488
+ "typeIds": [
1489
+ 192
1490
+ ],
1491
+ "createdAt": "2026-08-28T09:00:00.000Z",
1492
+ "updatedAt": "2026-08-28T09:00:00.000Z"
1493
+ }
1494
+ },
1495
+ {
1496
+ "action": "upsert",
1497
+ "packageId": "hubspot",
1498
+ "namespace": "associations",
1499
+ "rowId": "0-27/0000000503/0-3/0000000301",
1500
+ "value": {
1501
+ "fromObjectTypeId": "0-27",
1502
+ "fromObjectId": "503",
1503
+ "toObjectTypeId": "0-3",
1504
+ "toObjectId": "301",
1505
+ "typeIds": [
1506
+ 216
1507
+ ],
1508
+ "createdAt": "2026-09-11T09:00:00.000Z",
1509
+ "updatedAt": "2026-09-11T09:00:00.000Z"
1510
+ }
1511
+ },
1512
+ {
1513
+ "action": "upsert",
1514
+ "packageId": "hubspot",
1515
+ "namespace": "associations",
1516
+ "rowId": "0-3/0000000301/0-1/0000000101",
1517
+ "value": {
1518
+ "fromObjectTypeId": "0-3",
1519
+ "fromObjectId": "301",
1520
+ "toObjectTypeId": "0-1",
1521
+ "toObjectId": "101",
1522
+ "typeIds": [
1523
+ 3
1524
+ ],
1525
+ "createdAt": "2026-06-25T09:00:00.000Z",
1526
+ "updatedAt": "2026-06-25T09:00:00.000Z"
1527
+ }
1528
+ },
1529
+ {
1530
+ "action": "upsert",
1531
+ "packageId": "hubspot",
1532
+ "namespace": "associations",
1533
+ "rowId": "0-3/0000000301/0-2/0000000201",
1534
+ "value": {
1535
+ "fromObjectTypeId": "0-3",
1536
+ "fromObjectId": "301",
1537
+ "toObjectTypeId": "0-2",
1538
+ "toObjectId": "201",
1539
+ "typeIds": [
1540
+ 5,
1541
+ 341
1542
+ ],
1543
+ "createdAt": "2026-06-25T09:00:00.000Z",
1544
+ "updatedAt": "2026-06-25T09:00:00.000Z"
1545
+ }
1546
+ },
1547
+ {
1548
+ "action": "upsert",
1549
+ "packageId": "hubspot",
1550
+ "namespace": "associations",
1551
+ "rowId": "0-3/0000000301/0-27/0000000503",
1552
+ "value": {
1553
+ "fromObjectTypeId": "0-3",
1554
+ "fromObjectId": "301",
1555
+ "toObjectTypeId": "0-27",
1556
+ "toObjectId": "503",
1557
+ "typeIds": [
1558
+ 215
1559
+ ],
1560
+ "createdAt": "2026-09-11T09:00:00.000Z",
1561
+ "updatedAt": "2026-09-11T09:00:00.000Z"
1562
+ }
1563
+ },
1564
+ {
1565
+ "action": "upsert",
1566
+ "packageId": "hubspot",
1567
+ "namespace": "associations",
1568
+ "rowId": "0-3/0000000302/0-1/0000000104",
1569
+ "value": {
1570
+ "fromObjectTypeId": "0-3",
1571
+ "fromObjectId": "302",
1572
+ "toObjectTypeId": "0-1",
1573
+ "toObjectId": "104",
1574
+ "typeIds": [
1575
+ 3
1576
+ ],
1577
+ "createdAt": "2026-07-01T09:00:00.000Z",
1578
+ "updatedAt": "2026-07-01T09:00:00.000Z"
1579
+ }
1580
+ },
1581
+ {
1582
+ "action": "upsert",
1583
+ "packageId": "hubspot",
1584
+ "namespace": "associations",
1585
+ "rowId": "0-3/0000000302/0-2/0000000203",
1586
+ "value": {
1587
+ "fromObjectTypeId": "0-3",
1588
+ "fromObjectId": "302",
1589
+ "toObjectTypeId": "0-2",
1590
+ "toObjectId": "203",
1591
+ "typeIds": [
1592
+ 341
1593
+ ],
1594
+ "createdAt": "2026-07-01T09:00:00.000Z",
1595
+ "updatedAt": "2026-07-01T09:00:00.000Z"
1596
+ }
1597
+ },
1598
+ {
1599
+ "action": "upsert",
1600
+ "packageId": "hubspot",
1601
+ "namespace": "associations",
1602
+ "rowId": "0-3/0000000302/0-46/0000000403",
1603
+ "value": {
1604
+ "fromObjectTypeId": "0-3",
1605
+ "fromObjectId": "302",
1606
+ "toObjectTypeId": "0-46",
1607
+ "toObjectId": "403",
1608
+ "typeIds": [
1609
+ 213
1610
+ ],
1611
+ "createdAt": "2026-08-19T09:00:00.000Z",
1612
+ "updatedAt": "2026-08-19T09:00:00.000Z"
1613
+ }
1614
+ },
1615
+ {
1616
+ "action": "upsert",
1617
+ "packageId": "hubspot",
1618
+ "namespace": "associations",
1619
+ "rowId": "0-3/0000000303/0-1/0000000107",
1620
+ "value": {
1621
+ "fromObjectTypeId": "0-3",
1622
+ "fromObjectId": "303",
1623
+ "toObjectTypeId": "0-1",
1624
+ "toObjectId": "107",
1625
+ "typeIds": [
1626
+ 3
1627
+ ],
1628
+ "createdAt": "2026-07-16T09:00:00.000Z",
1629
+ "updatedAt": "2026-07-16T09:00:00.000Z"
1630
+ }
1631
+ },
1632
+ {
1633
+ "action": "upsert",
1634
+ "packageId": "hubspot",
1635
+ "namespace": "associations",
1636
+ "rowId": "0-3/0000000304/0-1/0000000103",
1637
+ "value": {
1638
+ "fromObjectTypeId": "0-3",
1639
+ "fromObjectId": "304",
1640
+ "toObjectTypeId": "0-1",
1641
+ "toObjectId": "103",
1642
+ "typeIds": [
1643
+ 3
1644
+ ],
1645
+ "createdAt": "2026-08-05T09:00:00.000Z",
1646
+ "updatedAt": "2026-08-05T09:00:00.000Z"
1647
+ }
1648
+ },
1649
+ {
1650
+ "action": "upsert",
1651
+ "packageId": "hubspot",
1652
+ "namespace": "associations",
1653
+ "rowId": "0-3/0000000304/0-2/0000000202",
1654
+ "value": {
1655
+ "fromObjectTypeId": "0-3",
1656
+ "fromObjectId": "304",
1657
+ "toObjectTypeId": "0-2",
1658
+ "toObjectId": "202",
1659
+ "typeIds": [
1660
+ 341
1661
+ ],
1662
+ "createdAt": "2026-08-05T09:00:00.000Z",
1663
+ "updatedAt": "2026-08-05T09:00:00.000Z"
1664
+ }
1665
+ },
1666
+ {
1667
+ "action": "upsert",
1668
+ "packageId": "hubspot",
1669
+ "namespace": "associations",
1670
+ "rowId": "0-3/0000000307/0-1/0000000101",
1671
+ "value": {
1672
+ "fromObjectTypeId": "0-3",
1673
+ "fromObjectId": "307",
1674
+ "toObjectTypeId": "0-1",
1675
+ "toObjectId": "101",
1676
+ "typeIds": [
1677
+ 3
1678
+ ],
1679
+ "createdAt": "2026-09-01T09:00:00.000Z",
1680
+ "updatedAt": "2026-09-01T09:00:00.000Z"
1681
+ }
1682
+ },
1683
+ {
1684
+ "action": "upsert",
1685
+ "packageId": "hubspot",
1686
+ "namespace": "associations",
1687
+ "rowId": "0-3/0000000307/0-2/0000000201",
1688
+ "value": {
1689
+ "fromObjectTypeId": "0-3",
1690
+ "fromObjectId": "307",
1691
+ "toObjectTypeId": "0-2",
1692
+ "toObjectId": "201",
1693
+ "typeIds": [
1694
+ 341
1695
+ ],
1696
+ "createdAt": "2026-09-01T09:00:00.000Z",
1697
+ "updatedAt": "2026-09-01T09:00:00.000Z"
1698
+ }
1699
+ },
1700
+ {
1701
+ "action": "upsert",
1702
+ "packageId": "hubspot",
1703
+ "namespace": "associations",
1704
+ "rowId": "0-46/0000000401/0-1/0000000101",
1705
+ "value": {
1706
+ "fromObjectTypeId": "0-46",
1707
+ "fromObjectId": "401",
1708
+ "toObjectTypeId": "0-1",
1709
+ "toObjectId": "101",
1710
+ "typeIds": [
1711
+ 202
1712
+ ],
1713
+ "createdAt": "2026-09-10T09:00:00.000Z",
1714
+ "updatedAt": "2026-09-10T09:00:00.000Z"
1715
+ }
1716
+ },
1717
+ {
1718
+ "action": "upsert",
1719
+ "packageId": "hubspot",
1720
+ "namespace": "associations",
1721
+ "rowId": "0-46/0000000402/0-2/0000000201",
1722
+ "value": {
1723
+ "fromObjectTypeId": "0-46",
1724
+ "fromObjectId": "402",
1725
+ "toObjectTypeId": "0-2",
1726
+ "toObjectId": "201",
1727
+ "typeIds": [
1728
+ 190
1729
+ ],
1730
+ "createdAt": "2026-09-04T09:00:00.000Z",
1731
+ "updatedAt": "2026-09-04T09:00:00.000Z"
1732
+ }
1733
+ },
1734
+ {
1735
+ "action": "upsert",
1736
+ "packageId": "hubspot",
1737
+ "namespace": "associations",
1738
+ "rowId": "0-46/0000000403/0-3/0000000302",
1739
+ "value": {
1740
+ "fromObjectTypeId": "0-46",
1741
+ "fromObjectId": "403",
1742
+ "toObjectTypeId": "0-3",
1743
+ "toObjectId": "302",
1744
+ "typeIds": [
1745
+ 214
1746
+ ],
1747
+ "createdAt": "2026-08-19T09:00:00.000Z",
1748
+ "updatedAt": "2026-08-19T09:00:00.000Z"
1749
+ }
1750
+ },
1751
+ {
1752
+ "action": "upsert",
1753
+ "packageId": "hubspot",
1754
+ "namespace": "companies",
1755
+ "rowId": "0000000201",
1756
+ "value": {
1757
+ "id": "201",
1758
+ "properties": {
1759
+ "annualrevenue": "38000000",
1760
+ "city": "Oslo",
1761
+ "country": "Norway",
1762
+ "createdate": "2026-06-02T09:00:00.000Z",
1763
+ "csm_health": "green",
1764
+ "description": "Maritime telemetry platform vendor.",
1765
+ "domain": "fjordbyte.example.com",
1766
+ "hs_lastmodifieddate": "2026-09-02T09:00:00.000Z",
1767
+ "hs_object_id": "201",
1768
+ "hubspot_owner_id": "41001",
1769
+ "industry": "COMPUTER_SOFTWARE",
1770
+ "lifecyclestage": "customer",
1771
+ "name": "Fjordbyte Systems",
1772
+ "numberofemployees": "240",
1773
+ "type": "PROSPECT",
1774
+ "website": "https://fjordbyte.example.com"
1775
+ },
1776
+ "createdAt": "2026-06-02T09:00:00.000Z",
1777
+ "updatedAt": "2026-09-02T09:00:00.000Z",
1778
+ "archived": false,
1779
+ "archivedAt": null
1780
+ }
1781
+ },
1782
+ {
1783
+ "action": "upsert",
1784
+ "packageId": "hubspot",
1785
+ "namespace": "companies",
1786
+ "rowId": "0000000202",
1787
+ "value": {
1788
+ "id": "202",
1789
+ "properties": {
1790
+ "annualrevenue": "4200000",
1791
+ "city": "Berlin",
1792
+ "country": "Germany",
1793
+ "createdate": "2026-06-18T09:00:00.000Z",
1794
+ "domain": "kestrelpay.example.org",
1795
+ "hs_lastmodifieddate": "2026-09-08T09:00:00.000Z",
1796
+ "hs_object_id": "202",
1797
+ "hubspot_owner_id": "41002",
1798
+ "industry": "FINANCIAL_SERVICES",
1799
+ "lifecyclestage": "opportunity",
1800
+ "name": "Kestrel Pay",
1801
+ "numberofemployees": "60",
1802
+ "type": "PROSPECT",
1803
+ "website": "https://kestrelpay.example.org"
1804
+ },
1805
+ "createdAt": "2026-06-18T09:00:00.000Z",
1806
+ "updatedAt": "2026-09-08T09:00:00.000Z",
1807
+ "archived": false,
1808
+ "archivedAt": null
1809
+ }
1810
+ },
1811
+ {
1812
+ "action": "upsert",
1813
+ "packageId": "hubspot",
1814
+ "namespace": "companies",
1815
+ "rowId": "0000000203",
1816
+ "value": {
1817
+ "id": "203",
1818
+ "properties": {
1819
+ "annualrevenue": "156000000",
1820
+ "city": "Aarhus",
1821
+ "country": "Denmark",
1822
+ "createdate": "2026-06-20T09:00:00.000Z",
1823
+ "domain": "harborlane.example.com",
1824
+ "hs_lastmodifieddate": "2026-09-01T09:00:00.000Z",
1825
+ "hs_object_id": "203",
1826
+ "hubspot_owner_id": "41001",
1827
+ "industry": "LOGISTICS_AND_SUPPLY_CHAIN",
1828
+ "lifecyclestage": "opportunity",
1829
+ "name": "Harbor Lane Logistics",
1830
+ "numberofemployees": "1200"
1831
+ },
1832
+ "createdAt": "2026-06-20T09:00:00.000Z",
1833
+ "updatedAt": "2026-09-01T09:00:00.000Z",
1834
+ "archived": false,
1835
+ "archivedAt": null
1836
+ }
1837
+ },
1838
+ {
1839
+ "action": "upsert",
1840
+ "packageId": "hubspot",
1841
+ "namespace": "companies",
1842
+ "rowId": "0000000204",
1843
+ "value": {
1844
+ "id": "204",
1845
+ "properties": {
1846
+ "city": "Stockholm",
1847
+ "country": "Sweden",
1848
+ "createdate": "2026-07-04T09:00:00.000Z",
1849
+ "csm_health": "amber",
1850
+ "domain": "lumenworks.example.com",
1851
+ "hs_lastmodifieddate": "2026-09-05T09:00:00.000Z",
1852
+ "hs_object_id": "204",
1853
+ "hubspot_owner_id": null,
1854
+ "industry": "MARKETING_AND_ADVERTISING",
1855
+ "lifecyclestage": "customer",
1856
+ "name": "Lumenworks",
1857
+ "numberofemployees": "85",
1858
+ "type": "PARTNER",
1859
+ "website": "https://lumenworks.example.com"
1860
+ },
1861
+ "createdAt": "2026-07-04T09:00:00.000Z",
1862
+ "updatedAt": "2026-09-05T09:00:00.000Z",
1863
+ "archived": false,
1864
+ "archivedAt": null
1865
+ }
1866
+ },
1867
+ {
1868
+ "action": "upsert",
1869
+ "packageId": "hubspot",
1870
+ "namespace": "companies",
1871
+ "rowId": "0000000205",
1872
+ "value": {
1873
+ "id": "205",
1874
+ "properties": {
1875
+ "city": "Gothenburg",
1876
+ "country": "Sweden",
1877
+ "createdate": "2026-08-14T09:00:00.000Z",
1878
+ "description": "Swedish subsidiary of Fjordbyte Systems (shares the parent domain).",
1879
+ "domain": "fjordbyte.example.com",
1880
+ "hs_lastmodifieddate": "2026-08-14T09:00:00.000Z",
1881
+ "hs_object_id": "205",
1882
+ "hubspot_owner_id": "41001",
1883
+ "industry": "COMPUTER_SOFTWARE",
1884
+ "name": "Fjordbyte Nordic AB",
1885
+ "numberofemployees": "35"
1886
+ },
1887
+ "createdAt": "2026-08-14T09:00:00.000Z",
1888
+ "updatedAt": "2026-08-14T09:00:00.000Z",
1889
+ "archived": false,
1890
+ "archivedAt": null
1891
+ }
1892
+ },
1893
+ {
1894
+ "action": "upsert",
1895
+ "packageId": "hubspot",
1896
+ "namespace": "companies",
1897
+ "rowId": "0000000206",
1898
+ "value": {
1899
+ "id": "206",
1900
+ "properties": {
1901
+ "createdate": "2026-06-10T09:00:00.000Z",
1902
+ "domain": "oldco.example.org",
1903
+ "hs_lastmodifieddate": "2026-08-30T09:00:00.000Z",
1904
+ "hs_object_id": "206",
1905
+ "hubspot_owner_id": "41001",
1906
+ "industry": "OTHER",
1907
+ "lifecyclestage": "other",
1908
+ "name": "Oldco Holdings"
1909
+ },
1910
+ "createdAt": "2026-06-10T09:00:00.000Z",
1911
+ "updatedAt": "2026-08-30T09:00:00.000Z",
1912
+ "archived": true,
1913
+ "archivedAt": "2026-08-30T16:25:00.000Z"
1914
+ }
1915
+ },
1916
+ {
1917
+ "action": "upsert",
1918
+ "packageId": "hubspot",
1919
+ "namespace": "contacts",
1920
+ "rowId": "0000000101",
1921
+ "value": {
1922
+ "id": "101",
1923
+ "properties": {
1924
+ "city": "Oslo",
1925
+ "company": "Fjordbyte Systems",
1926
+ "country": "Norway",
1927
+ "createdate": "2026-06-03T09:00:00.000Z",
1928
+ "email": "alice.nordin@fjordbyte.example.com",
1929
+ "firstname": "Alice",
1930
+ "hs_lead_status": "CONNECTED",
1931
+ "hs_object_id": "101",
1932
+ "hubspot_owner_assigneddate": "2026-06-03T09:00:00.000Z",
1933
+ "hubspot_owner_id": "41001",
1934
+ "jobtitle": "Head of Data",
1935
+ "lastmodifieddate": "2026-09-02T09:00:00.000Z",
1936
+ "lastname": "Nordin",
1937
+ "lifecyclestage": "customer",
1938
+ "phone": "+47 22 12 34 56",
1939
+ "plan_tier": "enterprise"
1940
+ },
1941
+ "createdAt": "2026-06-03T09:00:00.000Z",
1942
+ "updatedAt": "2026-09-02T09:00:00.000Z",
1943
+ "archived": false,
1944
+ "archivedAt": null
1945
+ }
1946
+ },
1947
+ {
1948
+ "action": "upsert",
1949
+ "packageId": "hubspot",
1950
+ "namespace": "contacts",
1951
+ "rowId": "0000000102",
1952
+ "value": {
1953
+ "id": "102",
1954
+ "properties": {
1955
+ "company": "Fjordbyte Systems",
1956
+ "createdate": "2026-06-03T09:00:00.000Z",
1957
+ "email": "erik.sandberg@fjordbyte.example.com",
1958
+ "firstname": "Erik",
1959
+ "hs_object_id": "102",
1960
+ "hubspot_owner_assigneddate": "2026-06-03T09:00:00.000Z",
1961
+ "hubspot_owner_id": "41001",
1962
+ "jobtitle": "Data Engineer",
1963
+ "lastmodifieddate": "2026-08-12T09:00:00.000Z",
1964
+ "lastname": "Sandberg",
1965
+ "lifecyclestage": "lead"
1966
+ },
1967
+ "createdAt": "2026-06-03T09:00:00.000Z",
1968
+ "updatedAt": "2026-08-12T09:00:00.000Z",
1969
+ "archived": false,
1970
+ "archivedAt": null
1971
+ }
1972
+ },
1973
+ {
1974
+ "action": "upsert",
1975
+ "packageId": "hubspot",
1976
+ "namespace": "contacts",
1977
+ "rowId": "0000000103",
1978
+ "value": {
1979
+ "id": "103",
1980
+ "properties": {
1981
+ "city": "Berlin",
1982
+ "company": "Kestrel Pay",
1983
+ "country": "Germany",
1984
+ "createdate": "2026-06-18T09:00:00.000Z",
1985
+ "email": "Zoe.Mueller@kestrelpay.example.org",
1986
+ "firstname": "Zoë",
1987
+ "hs_lead_status": "IN_PROGRESS",
1988
+ "hs_object_id": "103",
1989
+ "hubspot_owner_assigneddate": "2026-06-18T09:00:00.000Z",
1990
+ "hubspot_owner_id": "41002",
1991
+ "jobtitle": "CTO",
1992
+ "lastmodifieddate": "2026-09-08T09:00:00.000Z",
1993
+ "lastname": "Müller",
1994
+ "lifecyclestage": "salesqualifiedlead"
1995
+ },
1996
+ "createdAt": "2026-06-18T09:00:00.000Z",
1997
+ "updatedAt": "2026-09-08T09:00:00.000Z",
1998
+ "archived": false,
1999
+ "archivedAt": null
2000
+ }
2001
+ },
2002
+ {
2003
+ "action": "upsert",
2004
+ "packageId": "hubspot",
2005
+ "namespace": "contacts",
2006
+ "rowId": "0000000104",
2007
+ "value": {
2008
+ "id": "104",
2009
+ "properties": {
2010
+ "city": "Aarhus",
2011
+ "company": "Harbor Lane Logistics",
2012
+ "country": "Denmark",
2013
+ "createdate": "2026-06-20T09:00:00.000Z",
2014
+ "email": "soren.kjaer@harborlane.example.com",
2015
+ "firstname": "Søren",
2016
+ "hs_lead_status": "OPEN_DEAL",
2017
+ "hs_object_id": "104",
2018
+ "hubspot_owner_assigneddate": "2026-06-20T09:00:00.000Z",
2019
+ "hubspot_owner_id": "41001",
2020
+ "jobtitle": "VP Operations",
2021
+ "lastmodifieddate": "2026-09-01T09:00:00.000Z",
2022
+ "lastname": "Kjær",
2023
+ "lifecyclestage": "opportunity"
2024
+ },
2025
+ "createdAt": "2026-06-20T09:00:00.000Z",
2026
+ "updatedAt": "2026-09-01T09:00:00.000Z",
2027
+ "archived": false,
2028
+ "archivedAt": null
2029
+ }
2030
+ },
2031
+ {
2032
+ "action": "upsert",
2033
+ "packageId": "hubspot",
2034
+ "namespace": "contacts",
2035
+ "rowId": "0000000105",
2036
+ "value": {
2037
+ "id": "105",
2038
+ "properties": {
2039
+ "company": "Lumenworks",
2040
+ "createdate": "2026-07-04T09:00:00.000Z",
2041
+ "email": "priya.v@lumenworks.example.com",
2042
+ "firstname": "Priya",
2043
+ "hs_lead_status": "NEW",
2044
+ "hs_object_id": "105",
2045
+ "hubspot_owner_assigneddate": null,
2046
+ "hubspot_owner_id": null,
2047
+ "jobtitle": "Analytics Lead",
2048
+ "lastmodifieddate": "2026-07-04T09:00:00.000Z",
2049
+ "lastname": "Venkataraman",
2050
+ "lifecyclestage": "marketingqualifiedlead"
2051
+ },
2052
+ "createdAt": "2026-07-04T09:00:00.000Z",
2053
+ "updatedAt": "2026-07-04T09:00:00.000Z",
2054
+ "archived": false,
2055
+ "archivedAt": null
2056
+ }
2057
+ },
2058
+ {
2059
+ "action": "upsert",
2060
+ "packageId": "hubspot",
2061
+ "namespace": "contacts",
2062
+ "rowId": "0000000106",
2063
+ "value": {
2064
+ "id": "106",
2065
+ "properties": {
2066
+ "company": "Kestrel Pay",
2067
+ "createdate": "2026-07-09T09:00:00.000Z",
2068
+ "email": null,
2069
+ "firstname": "Daniel",
2070
+ "hs_lead_status": "ATTEMPTED_TO_CONTACT",
2071
+ "hs_object_id": "106",
2072
+ "hubspot_owner_assigneddate": "2026-07-09T09:00:00.000Z",
2073
+ "hubspot_owner_id": "41002",
2074
+ "lastmodifieddate": "2026-08-20T09:00:00.000Z",
2075
+ "lastname": "Okafor",
2076
+ "lifecyclestage": "lead",
2077
+ "phone": "+49 30 700 800 90"
2078
+ },
2079
+ "createdAt": "2026-07-09T09:00:00.000Z",
2080
+ "updatedAt": "2026-08-20T09:00:00.000Z",
2081
+ "archived": false,
2082
+ "archivedAt": null
2083
+ }
2084
+ },
2085
+ {
2086
+ "action": "upsert",
2087
+ "packageId": "hubspot",
2088
+ "namespace": "contacts",
2089
+ "rowId": "0000000107",
2090
+ "value": {
2091
+ "id": "107",
2092
+ "properties": {
2093
+ "company": "Lumenworks",
2094
+ "createdate": "2026-07-15T09:00:00.000Z",
2095
+ "email": "hanna.berg@lumenworks.example.com",
2096
+ "firstname": "Hanna",
2097
+ "hs_lead_status": "CONNECTED",
2098
+ "hs_object_id": "107",
2099
+ "hubspot_owner_assigneddate": "2026-07-15T09:00:00.000Z",
2100
+ "hubspot_owner_id": "41001",
2101
+ "jobtitle": "Product Manager",
2102
+ "lastmodifieddate": "2026-08-28T09:00:00.000Z",
2103
+ "lastname": "Berg",
2104
+ "lifecyclestage": "customer",
2105
+ "plan_tier": "team"
2106
+ },
2107
+ "createdAt": "2026-07-15T09:00:00.000Z",
2108
+ "updatedAt": "2026-08-28T09:00:00.000Z",
2109
+ "archived": false,
2110
+ "archivedAt": null
2111
+ }
2112
+ },
2113
+ {
2114
+ "action": "upsert",
2115
+ "packageId": "hubspot",
2116
+ "namespace": "contacts",
2117
+ "rowId": "0000000108",
2118
+ "value": {
2119
+ "id": "108",
2120
+ "properties": {
2121
+ "company": "Kestrel Pay",
2122
+ "createdate": "2026-07-21T09:00:00.000Z",
2123
+ "email": "marcus.lindgren@kestrelpay.example.org",
2124
+ "firstname": "Marcus",
2125
+ "hs_object_id": "108",
2126
+ "hubspot_owner_assigneddate": null,
2127
+ "hubspot_owner_id": null,
2128
+ "jobtitle": "Finance Analyst",
2129
+ "lastmodifieddate": "2026-07-21T09:00:00.000Z",
2130
+ "lastname": "Lindgren",
2131
+ "lifecyclestage": "subscriber"
2132
+ },
2133
+ "createdAt": "2026-07-21T09:00:00.000Z",
2134
+ "updatedAt": "2026-07-21T09:00:00.000Z",
2135
+ "archived": false,
2136
+ "archivedAt": null
2137
+ }
2138
+ },
2139
+ {
2140
+ "action": "upsert",
2141
+ "packageId": "hubspot",
2142
+ "namespace": "contacts",
2143
+ "rowId": "0000000109",
2144
+ "value": {
2145
+ "id": "109",
2146
+ "properties": {
2147
+ "city": "Lyon",
2148
+ "company": "Harbor Lane Logistics",
2149
+ "country": "France",
2150
+ "createdate": "2026-07-30T09:00:00.000Z",
2151
+ "email": "lea.fontaine@harborlane.example.com",
2152
+ "firstname": "Léa",
2153
+ "hs_lead_status": "OPEN",
2154
+ "hs_object_id": "109",
2155
+ "hubspot_owner_assigneddate": "2026-07-30T09:00:00.000Z",
2156
+ "hubspot_owner_id": "41004",
2157
+ "jobtitle": "Procurement Manager",
2158
+ "lastmodifieddate": "2026-08-05T09:00:00.000Z",
2159
+ "lastname": "Fontaine",
2160
+ "lifecyclestage": "lead"
2161
+ },
2162
+ "createdAt": "2026-07-30T09:00:00.000Z",
2163
+ "updatedAt": "2026-08-05T09:00:00.000Z",
2164
+ "archived": false,
2165
+ "archivedAt": null
2166
+ }
2167
+ },
2168
+ {
2169
+ "action": "upsert",
2170
+ "packageId": "hubspot",
2171
+ "namespace": "contacts",
2172
+ "rowId": "0000000110",
2173
+ "value": {
2174
+ "id": "110",
2175
+ "properties": {
2176
+ "company": "Oldco Holdings",
2177
+ "createdate": "2026-06-10T09:00:00.000Z",
2178
+ "email": "olof.persson@oldco.example.org",
2179
+ "firstname": "Olof",
2180
+ "hs_object_id": "110",
2181
+ "hubspot_owner_assigneddate": "2026-06-10T09:00:00.000Z",
2182
+ "hubspot_owner_id": "41001",
2183
+ "lastmodifieddate": "2026-08-30T09:00:00.000Z",
2184
+ "lastname": "Persson",
2185
+ "lifecyclestage": "other"
2186
+ },
2187
+ "createdAt": "2026-06-10T09:00:00.000Z",
2188
+ "updatedAt": "2026-08-30T09:00:00.000Z",
2189
+ "archived": true,
2190
+ "archivedAt": "2026-08-30T16:20:00.000Z"
2191
+ }
2192
+ },
2193
+ {
2194
+ "action": "upsert",
2195
+ "packageId": "hubspot",
2196
+ "namespace": "contacts",
2197
+ "rowId": "0000000111",
2198
+ "value": {
2199
+ "id": "111",
2200
+ "properties": {
2201
+ "company": "Lumenworks",
2202
+ "createdate": "2026-08-02T09:00:00.000Z",
2203
+ "email": "ingrid.haugen@lumenworks.example.com",
2204
+ "firstname": "Ingrid",
2205
+ "hs_lead_status": "CONNECTED",
2206
+ "hs_object_id": "111",
2207
+ "hubspot_owner_assigneddate": "2026-08-02T09:00:00.000Z",
2208
+ "hubspot_owner_id": "41001",
2209
+ "jobtitle": "Head of BI",
2210
+ "lastmodifieddate": "2026-09-05T09:00:00.000Z",
2211
+ "lastname": "Haugen",
2212
+ "lifecyclestage": "evangelist",
2213
+ "plan_tier": "team"
2214
+ },
2215
+ "createdAt": "2026-08-02T09:00:00.000Z",
2216
+ "updatedAt": "2026-09-05T09:00:00.000Z",
2217
+ "archived": false,
2218
+ "archivedAt": null
2219
+ }
2220
+ },
2221
+ {
2222
+ "action": "upsert",
2223
+ "packageId": "hubspot",
2224
+ "namespace": "contacts",
2225
+ "rowId": "0000000112",
2226
+ "value": {
2227
+ "id": "112",
2228
+ "properties": {
2229
+ "company": "Fjordbyte Systems",
2230
+ "createdate": "2026-08-11T09:00:00.000Z",
2231
+ "email": "kenji.watanabe@fjordbyte.example.com",
2232
+ "firstname": "Kenji",
2233
+ "hs_lead_status": "NEW",
2234
+ "hs_object_id": "112",
2235
+ "hubspot_owner_assigneddate": "2026-08-11T09:00:00.000Z",
2236
+ "hubspot_owner_id": "41004",
2237
+ "jobtitle": "Platform Engineer",
2238
+ "lastmodifieddate": "2026-08-11T09:00:00.000Z",
2239
+ "lastname": "Watanabe",
2240
+ "lifecyclestage": "lead"
2241
+ },
2242
+ "createdAt": "2026-08-11T09:00:00.000Z",
2243
+ "updatedAt": "2026-08-11T09:00:00.000Z",
2244
+ "archived": false,
2245
+ "archivedAt": null
2246
+ }
2247
+ },
2248
+ {
2249
+ "action": "upsert",
2250
+ "packageId": "hubspot",
2251
+ "namespace": "contacts",
2252
+ "rowId": "0000000113",
2253
+ "value": {
2254
+ "id": "113",
2255
+ "properties": {
2256
+ "createdate": "2026-08-25T09:00:00.000Z",
2257
+ "email": "sofia.rossi@example.org",
2258
+ "firstname": "Sofia",
2259
+ "hs_object_id": "113",
2260
+ "hubspot_owner_assigneddate": null,
2261
+ "hubspot_owner_id": null,
2262
+ "lastmodifieddate": "2026-08-25T09:00:00.000Z",
2263
+ "lastname": "Rossi",
2264
+ "lifecyclestage": "subscriber"
2265
+ },
2266
+ "createdAt": "2026-08-25T09:00:00.000Z",
2267
+ "updatedAt": "2026-08-25T09:00:00.000Z",
2268
+ "archived": false,
2269
+ "archivedAt": null
2270
+ }
2271
+ },
2272
+ {
2273
+ "action": "upsert",
2274
+ "packageId": "hubspot",
2275
+ "namespace": "contacts",
2276
+ "rowId": "0000000114",
2277
+ "value": {
2278
+ "id": "114",
2279
+ "properties": {
2280
+ "company": "Lumenworks",
2281
+ "createdate": "2026-09-03T09:00:00.000Z",
2282
+ "email": "tomasz.nowak@lumenworks.example.com",
2283
+ "firstname": "Tomasz",
2284
+ "hs_lead_status": "OPEN_DEAL",
2285
+ "hs_object_id": "114",
2286
+ "hubspot_owner_assigneddate": "2026-09-03T09:00:00.000Z",
2287
+ "hubspot_owner_id": "41001",
2288
+ "jobtitle": "Data Platform Lead",
2289
+ "lastmodifieddate": "2026-09-10T09:00:00.000Z",
2290
+ "lastname": "Nowak",
2291
+ "lifecyclestage": "opportunity"
2292
+ },
2293
+ "createdAt": "2026-09-03T09:00:00.000Z",
2294
+ "updatedAt": "2026-09-10T09:00:00.000Z",
2295
+ "archived": false,
2296
+ "archivedAt": null
2297
+ }
2298
+ },
2299
+ {
2300
+ "action": "upsert",
2301
+ "packageId": "hubspot",
2302
+ "namespace": "deals",
2303
+ "rowId": "0000000301",
2304
+ "value": {
2305
+ "id": "301",
2306
+ "properties": {
2307
+ "amount": "184000",
2308
+ "arr": "184000",
2309
+ "closedate": "2026-10-31T22:00:00.000Z",
2310
+ "createdate": "2026-06-25T09:00:00.000Z",
2311
+ "dealname": "Fjordbyte — Platform expansion",
2312
+ "dealstage": "decisionmakerboughtin",
2313
+ "dealtype": "existingbusiness",
2314
+ "description": "Expand the analytics platform to the whole fleet.",
2315
+ "hs_deal_stage_probability": "0.8",
2316
+ "hs_is_closed": "false",
2317
+ "hs_is_closed_won": "false",
2318
+ "hs_lastmodifieddate": "2026-09-09T09:00:00.000Z",
2319
+ "hs_object_id": "301",
2320
+ "hubspot_owner_id": "41001",
2321
+ "pipeline": "default"
2322
+ },
2323
+ "createdAt": "2026-06-25T09:00:00.000Z",
2324
+ "updatedAt": "2026-09-09T09:00:00.000Z",
2325
+ "archived": false,
2326
+ "archivedAt": null
2327
+ }
2328
+ },
2329
+ {
2330
+ "action": "upsert",
2331
+ "packageId": "hubspot",
2332
+ "namespace": "deals",
2333
+ "rowId": "0000000302",
2334
+ "value": {
2335
+ "id": "302",
2336
+ "properties": {
2337
+ "amount": "42000",
2338
+ "closedate": "2026-11-15T22:00:00.000Z",
2339
+ "createdate": "2026-07-01T09:00:00.000Z",
2340
+ "dealname": "Harbor Lane — Fleet analytics pilot",
2341
+ "dealstage": "presentationscheduled",
2342
+ "dealtype": "newbusiness",
2343
+ "hs_deal_stage_probability": "0.6",
2344
+ "hs_is_closed": "false",
2345
+ "hs_is_closed_won": "false",
2346
+ "hs_lastmodifieddate": "2026-09-01T09:00:00.000Z",
2347
+ "hs_object_id": "302",
2348
+ "hubspot_owner_id": "41001",
2349
+ "pipeline": "default"
2350
+ },
2351
+ "createdAt": "2026-07-01T09:00:00.000Z",
2352
+ "updatedAt": "2026-09-01T09:00:00.000Z",
2353
+ "archived": false,
2354
+ "archivedAt": null
2355
+ }
2356
+ },
2357
+ {
2358
+ "action": "upsert",
2359
+ "packageId": "hubspot",
2360
+ "namespace": "deals",
2361
+ "rowId": "0000000303",
2362
+ "value": {
2363
+ "id": "303",
2364
+ "properties": {
2365
+ "amount": "9500",
2366
+ "closedate": "2026-10-15T22:00:00.000Z",
2367
+ "createdate": "2026-07-16T09:00:00.000Z",
2368
+ "dealname": "Lumenworks — Starter seats",
2369
+ "dealstage": "qualifiedtobuy",
2370
+ "dealtype": "existingbusiness",
2371
+ "hs_deal_stage_probability": "0.4",
2372
+ "hs_is_closed": "false",
2373
+ "hs_is_closed_won": "false",
2374
+ "hs_lastmodifieddate": "2026-08-28T09:00:00.000Z",
2375
+ "hs_object_id": "303",
2376
+ "hubspot_owner_id": "41002",
2377
+ "pipeline": "default"
2378
+ },
2379
+ "createdAt": "2026-07-16T09:00:00.000Z",
2380
+ "updatedAt": "2026-08-28T09:00:00.000Z",
2381
+ "archived": false,
2382
+ "archivedAt": null
2383
+ }
2384
+ },
2385
+ {
2386
+ "action": "upsert",
2387
+ "packageId": "hubspot",
2388
+ "namespace": "deals",
2389
+ "rowId": "0000000304",
2390
+ "value": {
2391
+ "id": "304",
2392
+ "properties": {
2393
+ "amount": "76000",
2394
+ "closedate": "2026-12-01T22:00:00.000Z",
2395
+ "createdate": "2026-08-05T09:00:00.000Z",
2396
+ "dealname": "Kestrel Pay — Data warehouse",
2397
+ "dealstage": "appointmentscheduled",
2398
+ "dealtype": "newbusiness",
2399
+ "hs_deal_stage_probability": "0.2",
2400
+ "hs_is_closed": "false",
2401
+ "hs_is_closed_won": "false",
2402
+ "hs_lastmodifieddate": "2026-09-08T09:00:00.000Z",
2403
+ "hs_object_id": "304",
2404
+ "hubspot_owner_id": "41002",
2405
+ "pipeline": "default"
2406
+ },
2407
+ "createdAt": "2026-08-05T09:00:00.000Z",
2408
+ "updatedAt": "2026-09-08T09:00:00.000Z",
2409
+ "archived": false,
2410
+ "archivedAt": null
2411
+ }
2412
+ },
2413
+ {
2414
+ "action": "upsert",
2415
+ "packageId": "hubspot",
2416
+ "namespace": "deals",
2417
+ "rowId": "0000000305",
2418
+ "value": {
2419
+ "id": "305",
2420
+ "properties": {
2421
+ "amount": "58000",
2422
+ "arr": "58000",
2423
+ "closedate": "2026-08-20T22:00:00.000Z",
2424
+ "createdate": "2026-06-12T09:00:00.000Z",
2425
+ "dealname": "Lumenworks — Analytics seats",
2426
+ "dealstage": "closedwon",
2427
+ "dealtype": "newbusiness",
2428
+ "hs_deal_stage_probability": "1.0",
2429
+ "hs_is_closed": "true",
2430
+ "hs_is_closed_won": "true",
2431
+ "hs_lastmodifieddate": "2026-08-20T09:00:00.000Z",
2432
+ "hs_object_id": "305",
2433
+ "hubspot_owner_id": "41001",
2434
+ "pipeline": "default"
2435
+ },
2436
+ "createdAt": "2026-06-12T09:00:00.000Z",
2437
+ "updatedAt": "2026-08-20T09:00:00.000Z",
2438
+ "archived": false,
2439
+ "archivedAt": null
2440
+ }
2441
+ },
2442
+ {
2443
+ "action": "upsert",
2444
+ "packageId": "hubspot",
2445
+ "namespace": "deals",
2446
+ "rowId": "0000000306",
2447
+ "value": {
2448
+ "id": "306",
2449
+ "properties": {
2450
+ "amount": "0",
2451
+ "closedate": "2026-07-10T22:00:00.000Z",
2452
+ "createdate": "2026-06-15T09:00:00.000Z",
2453
+ "dealname": "Oldco — Migration",
2454
+ "dealstage": "closedlost",
2455
+ "dealtype": "newbusiness",
2456
+ "hs_deal_stage_probability": "0.0",
2457
+ "hs_is_closed": "true",
2458
+ "hs_is_closed_won": "false",
2459
+ "hs_lastmodifieddate": "2026-07-10T09:00:00.000Z",
2460
+ "hs_object_id": "306",
2461
+ "hubspot_owner_id": "41001",
2462
+ "pipeline": "default"
2463
+ },
2464
+ "createdAt": "2026-06-15T09:00:00.000Z",
2465
+ "updatedAt": "2026-07-10T09:00:00.000Z",
2466
+ "archived": false,
2467
+ "archivedAt": null
2468
+ }
2469
+ },
2470
+ {
2471
+ "action": "upsert",
2472
+ "packageId": "hubspot",
2473
+ "namespace": "deals",
2474
+ "rowId": "0000000307",
2475
+ "value": {
2476
+ "id": "307",
2477
+ "properties": {
2478
+ "amount": null,
2479
+ "closedate": "2026-12-31T22:00:00.000Z",
2480
+ "createdate": "2026-09-01T09:00:00.000Z",
2481
+ "dealname": "Fjordbyte — 2027 renewal",
2482
+ "dealstage": "renewal-outreach",
2483
+ "dealtype": "existingbusiness",
2484
+ "hs_deal_stage_probability": "0.3",
2485
+ "hs_is_closed": "false",
2486
+ "hs_is_closed_won": "false",
2487
+ "hs_lastmodifieddate": "2026-09-01T09:00:00.000Z",
2488
+ "hs_object_id": "307",
2489
+ "hubspot_owner_id": "41003",
2490
+ "pipeline": "5f2a9c1e"
2491
+ },
2492
+ "createdAt": "2026-09-01T09:00:00.000Z",
2493
+ "updatedAt": "2026-09-01T09:00:00.000Z",
2494
+ "archived": false,
2495
+ "archivedAt": null
2496
+ }
2497
+ },
2498
+ {
2499
+ "action": "upsert",
2500
+ "packageId": "hubspot",
2501
+ "namespace": "deals",
2502
+ "rowId": "0000000308",
2503
+ "value": {
2504
+ "id": "308",
2505
+ "properties": {
2506
+ "amount": "39000",
2507
+ "closedate": "2026-11-30T22:00:00.000Z",
2508
+ "createdate": "2026-08-22T09:00:00.000Z",
2509
+ "dealname": "Harbor Lane — renewal negotiation",
2510
+ "dealstage": "renewal-negotiation",
2511
+ "dealtype": "existingbusiness",
2512
+ "hs_deal_stage_probability": "0.7",
2513
+ "hs_is_closed": "false",
2514
+ "hs_is_closed_won": "false",
2515
+ "hs_lastmodifieddate": "2026-09-11T09:00:00.000Z",
2516
+ "hs_object_id": "308",
2517
+ "hubspot_owner_id": "41003",
2518
+ "pipeline": "5f2a9c1e"
2519
+ },
2520
+ "createdAt": "2026-08-22T09:00:00.000Z",
2521
+ "updatedAt": "2026-09-11T09:00:00.000Z",
2522
+ "archived": false,
2523
+ "archivedAt": null
2524
+ }
2525
+ },
2526
+ {
2527
+ "action": "upsert",
2528
+ "packageId": "hubspot",
2529
+ "namespace": "meta",
2530
+ "rowId": "counters",
2531
+ "value": {
2532
+ "nextObjectId": 1001
2533
+ }
2534
+ },
2535
+ {
2536
+ "action": "upsert",
2537
+ "packageId": "hubspot",
2538
+ "namespace": "notes",
2539
+ "rowId": "0000000401",
2540
+ "value": {
2541
+ "id": "401",
2542
+ "properties": {
2543
+ "hs_createdate": "2026-09-10T09:00:00.000Z",
2544
+ "hs_lastmodifieddate": "2026-09-10T09:00:00.000Z",
2545
+ "hs_note_body": "Call with Alice: procurement wants the expansion quote by mid-October; SSO is a hard requirement.",
2546
+ "hs_object_id": "401",
2547
+ "hs_timestamp": "2026-09-10T14:00:00.000Z",
2548
+ "hubspot_owner_id": "41001"
2549
+ },
2550
+ "createdAt": "2026-09-10T09:00:00.000Z",
2551
+ "updatedAt": "2026-09-10T09:00:00.000Z",
2552
+ "archived": false,
2553
+ "archivedAt": null
2554
+ }
2555
+ },
2556
+ {
2557
+ "action": "upsert",
2558
+ "packageId": "hubspot",
2559
+ "namespace": "notes",
2560
+ "rowId": "0000000402",
2561
+ "value": {
2562
+ "id": "402",
2563
+ "properties": {
2564
+ "hs_createdate": "2026-09-04T09:00:00.000Z",
2565
+ "hs_lastmodifieddate": "2026-09-04T09:00:00.000Z",
2566
+ "hs_note_body": "QBR summary with Fjordbyte Systems (Q3 2026). Attendees: Alice Nordin (Head of Data), Erik Sandberg, Maya Lindqvist, Priya Raman. Agenda: platform adoption across the fleet, ingestion latency incidents in July, the 2027 renewal and the expansion proposal. Adoption: 38 of 52 vessels report telemetry hourly; the remaining 14 are on the legacy exporter and will migrate before November. Latency: two incidents (July 8 and July 21) traced to backpressure on the ingestion gateway; the fix shipped on August 2 and no recurrence since. Renewal: Alice confirmed budget for the 2027 renewal at the current tier; procurement wants the expansion quote by October 15. Expansion: the fleet-wide rollout needs the enterprise tier, single sign-on and a data residency statement for the EU region. Risks: Erik flagged that the dashboard export is slow above 50k rows; engineering is scheduling a fix for the Q4 release. Next steps: Maya sends the expansion proposal, Priya schedules the SSO workshop, Erik shares the export benchmark numbers. QBR summary with Fjordbyte Systems (Q3 2026). Attendees: Alice Nordin (Head of Data), Erik Sandberg, Maya Lindqvist, Priya Raman. Agenda: platform adoption across the fleet, ingestion latency incidents in July, the 2027 renewal and the expansion proposal. Adoption: 38 of 52 vessels report telemetry hourly; the remaining 14 are on the legacy exporter and will migrate before November. Latency: two incidents (July 8 and July 21) traced to backpressure on the ingestion gateway; the fix shipped on August 2 and no recurrence since. Renewal: Alice confirmed budget for the 2027 renewal at the current tier; procurement wants the expansion quote by October 15. Expansion: the fleet-wide rollout needs the enterprise tier, single sign-on and a data residency statement for the EU region. Risks: Erik flagged that the dashboard export is slow above 50k rows; engineering is scheduling a fix for the Q4 release. Next steps: Maya sends the expansion proposal, Priya schedules the SSO workshop, Erik shares the export benchmark numbers. QBR summary with Fjordbyte Systems (Q3 2026). Attendees: Alice Nordin (Head of Data), Erik Sandberg, Maya Lindqvist, Priya Raman. Agenda: platform adoption across the fleet, ingestion latency incidents in July, the 2027 renewal and the expansion proposal. Adoption: 38 of 52 vessels report telemetry hourly; the remaining 14 are on the legacy exporter and will migrate before November. Latency: two incidents (July 8 and July 21) traced to backpressure on the ingestion gateway; the fix shipped on August 2 and no recurrence since. Renewal: Alice confirmed budget for the 2027 renewal at the current tier; procurement wants the expansion quote by October 15. Expansion: the fleet-wide rollout needs the enterprise tier, single sign-on and a data residency statement for the EU region. Risks: Erik flagged that the dashboard export is slow above 50k rows; engineering is scheduling a fix for the Q4 release. Next steps: Maya sends the expansion proposal, Priya schedules the SSO workshop, Erik shares the export benchmark numbers. QBR summary with Fjordbyte Systems (Q3 2026). Attendees: Alice Nordin (Head of Data), Erik Sandberg, Maya Lindqvist, Priya Raman. Agenda: platform adoption across the fleet, ingestion latency incidents in July, the 2027 renewal and the expansion proposal. Adoption: 38 of 52 vessels report telemetry hourly; the remaining 14 are on the legacy exporter and will migrate before November. Latency: two incidents (July 8 and July 21) traced to backpressure on the ingestion gateway; the fix shipped on August 2 and no recurrence since. Renewal: Alice confirmed budget for the 2027 renewal at the current tier; procurement wants the expansion quote by October 15. Expansion: the fleet-wide rollout needs the enterprise tier, single sign-on and a data residency statement for the EU region. Risks: Erik flagged that the dashboard export is slow above 50k rows; engineering is scheduling a fix for the Q4 release. Next steps: Maya sends the expansion proposal, Priya schedules the SSO workshop, Erik shares the export benchmark numbers.",
2567
+ "hs_object_id": "402",
2568
+ "hs_timestamp": "2026-09-04T10:30:00.000Z",
2569
+ "hubspot_owner_id": "41003"
2570
+ },
2571
+ "createdAt": "2026-09-04T09:00:00.000Z",
2572
+ "updatedAt": "2026-09-04T09:00:00.000Z",
2573
+ "archived": false,
2574
+ "archivedAt": null
2575
+ }
2576
+ },
2577
+ {
2578
+ "action": "upsert",
2579
+ "packageId": "hubspot",
2580
+ "namespace": "notes",
2581
+ "rowId": "0000000403",
2582
+ "value": {
2583
+ "id": "403",
2584
+ "properties": {
2585
+ "hs_createdate": "2026-08-19T09:00:00.000Z",
2586
+ "hs_lastmodifieddate": "2026-08-19T09:00:00.000Z",
2587
+ "hs_note_body": "Pilot scope agreed with Søren: 40 trucks, three months, weekly check-ins.",
2588
+ "hs_object_id": "403",
2589
+ "hs_timestamp": "2026-08-19T15:15:00.000Z",
2590
+ "hubspot_owner_id": "41004"
2591
+ },
2592
+ "createdAt": "2026-08-19T09:00:00.000Z",
2593
+ "updatedAt": "2026-08-19T09:00:00.000Z",
2594
+ "archived": false,
2595
+ "archivedAt": null
2596
+ }
2597
+ },
2598
+ {
2599
+ "action": "upsert",
2600
+ "packageId": "hubspot",
2601
+ "namespace": "notes",
2602
+ "rowId": "0000000404",
2603
+ "value": {
2604
+ "id": "404",
2605
+ "properties": {
2606
+ "hs_createdate": "2026-09-12T09:00:00.000Z",
2607
+ "hs_lastmodifieddate": "2026-09-12T09:00:00.000Z",
2608
+ "hs_note_body": "Reminder: refresh the outbound target list for the Nordic logistics segment.",
2609
+ "hs_object_id": "404",
2610
+ "hs_timestamp": "2026-09-12T08:45:00.000Z",
2611
+ "hubspot_owner_id": "41002"
2612
+ },
2613
+ "createdAt": "2026-09-12T09:00:00.000Z",
2614
+ "updatedAt": "2026-09-12T09:00:00.000Z",
2615
+ "archived": false,
2616
+ "archivedAt": null
2617
+ }
2618
+ },
2619
+ {
2620
+ "action": "upsert",
2621
+ "packageId": "hubspot",
2622
+ "namespace": "owners",
2623
+ "rowId": "0000041001",
2624
+ "value": {
2625
+ "id": "41001",
2626
+ "email": "maya.lindqvist@brightline.example.com",
2627
+ "type": "PERSON",
2628
+ "firstName": "Maya",
2629
+ "lastName": "Lindqvist",
2630
+ "userId": 10001,
2631
+ "userIdIncludingInactive": 10001,
2632
+ "createdAt": "2026-06-01T09:00:00.000Z",
2633
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2634
+ "archived": false,
2635
+ "teams": [
2636
+ {
2637
+ "id": "9001",
2638
+ "name": "Sales",
2639
+ "primary": true
2640
+ }
2641
+ ]
2642
+ }
2643
+ },
2644
+ {
2645
+ "action": "upsert",
2646
+ "packageId": "hubspot",
2647
+ "namespace": "owners",
2648
+ "rowId": "0000041002",
2649
+ "value": {
2650
+ "id": "41002",
2651
+ "email": "tom.achebe@brightline.example.com",
2652
+ "type": "PERSON",
2653
+ "firstName": "Tom",
2654
+ "lastName": "Achebe",
2655
+ "userId": 10002,
2656
+ "userIdIncludingInactive": 10002,
2657
+ "createdAt": "2026-06-01T09:00:00.000Z",
2658
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2659
+ "archived": false,
2660
+ "teams": [
2661
+ {
2662
+ "id": "9001",
2663
+ "name": "Sales",
2664
+ "primary": true
2665
+ }
2666
+ ]
2667
+ }
2668
+ },
2669
+ {
2670
+ "action": "upsert",
2671
+ "packageId": "hubspot",
2672
+ "namespace": "owners",
2673
+ "rowId": "0000041003",
2674
+ "value": {
2675
+ "id": "41003",
2676
+ "email": "priya.raman@brightline.example.com",
2677
+ "type": "PERSON",
2678
+ "firstName": "Priya",
2679
+ "lastName": "Raman",
2680
+ "userId": 10003,
2681
+ "userIdIncludingInactive": 10003,
2682
+ "createdAt": "2026-06-15T09:00:00.000Z",
2683
+ "updatedAt": "2026-06-15T09:00:00.000Z",
2684
+ "archived": false,
2685
+ "teams": [
2686
+ {
2687
+ "id": "9002",
2688
+ "name": "Customer Success",
2689
+ "primary": true
2690
+ }
2691
+ ]
2692
+ }
2693
+ },
2694
+ {
2695
+ "action": "upsert",
2696
+ "packageId": "hubspot",
2697
+ "namespace": "owners",
2698
+ "rowId": "0000041004",
2699
+ "value": {
2700
+ "id": "41004",
2701
+ "email": "jonas.weber@brightline.example.com",
2702
+ "type": "PERSON",
2703
+ "firstName": "Jonas",
2704
+ "lastName": "Weber",
2705
+ "userId": 10004,
2706
+ "userIdIncludingInactive": 10004,
2707
+ "createdAt": "2026-06-01T09:00:00.000Z",
2708
+ "updatedAt": "2026-08-30T09:00:00.000Z",
2709
+ "archived": true,
2710
+ "teams": [
2711
+ {
2712
+ "id": "9001",
2713
+ "name": "Sales",
2714
+ "primary": true
2715
+ }
2716
+ ]
2717
+ }
2718
+ },
2719
+ {
2720
+ "action": "upsert",
2721
+ "packageId": "hubspot",
2722
+ "namespace": "pipelines",
2723
+ "rowId": "deals/5f2a9c1e",
2724
+ "value": {
2725
+ "objectType": "deals",
2726
+ "id": "5f2a9c1e",
2727
+ "label": "Renewals",
2728
+ "displayOrder": 1,
2729
+ "archived": false,
2730
+ "createdAt": "2026-07-02T09:00:00.000Z",
2731
+ "updatedAt": "2026-07-02T09:00:00.000Z",
2732
+ "stages": [
2733
+ {
2734
+ "id": "renewal-outreach",
2735
+ "label": "Renewal Outreach",
2736
+ "displayOrder": 0,
2737
+ "archived": false,
2738
+ "metadata": {
2739
+ "probability": "0.3",
2740
+ "isClosed": "false"
2741
+ },
2742
+ "createdAt": "2026-07-02T09:00:00.000Z",
2743
+ "updatedAt": "2026-07-02T09:00:00.000Z",
2744
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2745
+ },
2746
+ {
2747
+ "id": "renewal-negotiation",
2748
+ "label": "Renewal Negotiation",
2749
+ "displayOrder": 1,
2750
+ "archived": false,
2751
+ "metadata": {
2752
+ "probability": "0.7",
2753
+ "isClosed": "false"
2754
+ },
2755
+ "createdAt": "2026-07-02T09:00:00.000Z",
2756
+ "updatedAt": "2026-07-02T09:00:00.000Z",
2757
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2758
+ },
2759
+ {
2760
+ "id": "renewed",
2761
+ "label": "Renewed",
2762
+ "displayOrder": 2,
2763
+ "archived": false,
2764
+ "metadata": {
2765
+ "probability": "1.0",
2766
+ "isClosed": "true"
2767
+ },
2768
+ "createdAt": "2026-07-02T09:00:00.000Z",
2769
+ "updatedAt": "2026-07-02T09:00:00.000Z",
2770
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2771
+ },
2772
+ {
2773
+ "id": "churned",
2774
+ "label": "Churned",
2775
+ "displayOrder": 3,
2776
+ "archived": false,
2777
+ "metadata": {
2778
+ "probability": "0.0",
2779
+ "isClosed": "true"
2780
+ },
2781
+ "createdAt": "2026-07-02T09:00:00.000Z",
2782
+ "updatedAt": "2026-07-02T09:00:00.000Z",
2783
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2784
+ }
2785
+ ]
2786
+ }
2787
+ },
2788
+ {
2789
+ "action": "upsert",
2790
+ "packageId": "hubspot",
2791
+ "namespace": "pipelines",
2792
+ "rowId": "deals/default",
2793
+ "value": {
2794
+ "objectType": "deals",
2795
+ "id": "default",
2796
+ "label": "Sales Pipeline",
2797
+ "displayOrder": 0,
2798
+ "archived": false,
2799
+ "createdAt": "2026-06-01T09:00:00.000Z",
2800
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2801
+ "stages": [
2802
+ {
2803
+ "id": "appointmentscheduled",
2804
+ "label": "Appointment Scheduled",
2805
+ "displayOrder": 0,
2806
+ "archived": false,
2807
+ "metadata": {
2808
+ "probability": "0.2",
2809
+ "isClosed": "false"
2810
+ },
2811
+ "createdAt": "2026-06-01T09:00:00.000Z",
2812
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2813
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2814
+ },
2815
+ {
2816
+ "id": "qualifiedtobuy",
2817
+ "label": "Qualified To Buy",
2818
+ "displayOrder": 1,
2819
+ "archived": false,
2820
+ "metadata": {
2821
+ "probability": "0.4",
2822
+ "isClosed": "false"
2823
+ },
2824
+ "createdAt": "2026-06-01T09:00:00.000Z",
2825
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2826
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2827
+ },
2828
+ {
2829
+ "id": "presentationscheduled",
2830
+ "label": "Presentation Scheduled",
2831
+ "displayOrder": 2,
2832
+ "archived": false,
2833
+ "metadata": {
2834
+ "probability": "0.6",
2835
+ "isClosed": "false"
2836
+ },
2837
+ "createdAt": "2026-06-01T09:00:00.000Z",
2838
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2839
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2840
+ },
2841
+ {
2842
+ "id": "decisionmakerboughtin",
2843
+ "label": "Decision Maker Bought-In",
2844
+ "displayOrder": 3,
2845
+ "archived": false,
2846
+ "metadata": {
2847
+ "probability": "0.8",
2848
+ "isClosed": "false"
2849
+ },
2850
+ "createdAt": "2026-06-01T09:00:00.000Z",
2851
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2852
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2853
+ },
2854
+ {
2855
+ "id": "contractsent",
2856
+ "label": "Contract Sent",
2857
+ "displayOrder": 4,
2858
+ "archived": false,
2859
+ "metadata": {
2860
+ "probability": "0.9",
2861
+ "isClosed": "false"
2862
+ },
2863
+ "createdAt": "2026-06-01T09:00:00.000Z",
2864
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2865
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2866
+ },
2867
+ {
2868
+ "id": "closedwon",
2869
+ "label": "Closed Won",
2870
+ "displayOrder": 5,
2871
+ "archived": false,
2872
+ "metadata": {
2873
+ "probability": "1.0",
2874
+ "isClosed": "true"
2875
+ },
2876
+ "createdAt": "2026-06-01T09:00:00.000Z",
2877
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2878
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2879
+ },
2880
+ {
2881
+ "id": "closedlost",
2882
+ "label": "Closed Lost",
2883
+ "displayOrder": 6,
2884
+ "archived": false,
2885
+ "metadata": {
2886
+ "probability": "0.0",
2887
+ "isClosed": "true"
2888
+ },
2889
+ "createdAt": "2026-06-01T09:00:00.000Z",
2890
+ "updatedAt": "2026-06-01T09:00:00.000Z",
2891
+ "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
2892
+ }
2893
+ ]
2894
+ }
2895
+ },
2896
+ {
2897
+ "action": "upsert",
2898
+ "packageId": "hubspot",
2899
+ "namespace": "properties",
2900
+ "rowId": "companies/csm_health",
2901
+ "value": {
2902
+ "objectType": "companies",
2903
+ "name": "csm_health",
2904
+ "label": "CSM health",
2905
+ "type": "enumeration",
2906
+ "fieldType": "select",
2907
+ "groupName": "companyinformation",
2908
+ "description": "Customer-success health score (internal, hidden from forms).",
2909
+ "options": [
2910
+ {
2911
+ "label": "Green",
2912
+ "value": "green",
2913
+ "displayOrder": 0,
2914
+ "hidden": false
2915
+ },
2916
+ {
2917
+ "label": "Amber",
2918
+ "value": "amber",
2919
+ "displayOrder": 1,
2920
+ "hidden": false
2921
+ },
2922
+ {
2923
+ "label": "Red",
2924
+ "value": "red",
2925
+ "displayOrder": 2,
2926
+ "hidden": false
2927
+ }
2928
+ ],
2929
+ "displayOrder": 100,
2930
+ "hasUniqueValue": false,
2931
+ "hidden": true,
2932
+ "formField": false,
2933
+ "calculated": false,
2934
+ "externalOptions": false,
2935
+ "archived": false,
2936
+ "hubspotDefined": false,
2937
+ "modificationMetadata": {
2938
+ "archivable": true,
2939
+ "readOnlyDefinition": false,
2940
+ "readOnlyValue": false
2941
+ },
2942
+ "createdAt": "2026-07-20T09:00:00.000Z",
2943
+ "updatedAt": "2026-07-20T09:00:00.000Z"
2944
+ }
2945
+ },
2946
+ {
2947
+ "action": "upsert",
2948
+ "packageId": "hubspot",
2949
+ "namespace": "properties",
2950
+ "rowId": "contacts/plan_tier",
2951
+ "value": {
2952
+ "objectType": "contacts",
2953
+ "name": "plan_tier",
2954
+ "label": "Plan tier",
2955
+ "type": "enumeration",
2956
+ "fieldType": "select",
2957
+ "groupName": "contactinformation",
2958
+ "description": "The Brightline plan the contact's account is on.",
2959
+ "options": [
2960
+ {
2961
+ "label": "Free",
2962
+ "value": "free",
2963
+ "displayOrder": 0,
2964
+ "hidden": false
2965
+ },
2966
+ {
2967
+ "label": "Team",
2968
+ "value": "team",
2969
+ "displayOrder": 1,
2970
+ "hidden": false
2971
+ },
2972
+ {
2973
+ "label": "Enterprise",
2974
+ "value": "enterprise",
2975
+ "displayOrder": 2,
2976
+ "hidden": false
2977
+ }
2978
+ ],
2979
+ "displayOrder": 100,
2980
+ "hasUniqueValue": false,
2981
+ "hidden": false,
2982
+ "formField": true,
2983
+ "calculated": false,
2984
+ "externalOptions": false,
2985
+ "archived": false,
2986
+ "hubspotDefined": false,
2987
+ "modificationMetadata": {
2988
+ "archivable": true,
2989
+ "readOnlyDefinition": false,
2990
+ "readOnlyValue": false
2991
+ },
2992
+ "createdAt": "2026-06-05T09:00:00.000Z",
2993
+ "updatedAt": "2026-06-05T09:00:00.000Z"
2994
+ }
2995
+ },
2996
+ {
2997
+ "action": "upsert",
2998
+ "packageId": "hubspot",
2999
+ "namespace": "properties",
3000
+ "rowId": "deals/arr",
3001
+ "value": {
3002
+ "objectType": "deals",
3003
+ "name": "arr",
3004
+ "label": "ARR (EUR)",
3005
+ "type": "number",
3006
+ "fieldType": "number",
3007
+ "groupName": "dealinformation",
3008
+ "description": "Annual recurring revenue of the deal in EUR.",
3009
+ "options": [],
3010
+ "displayOrder": 100,
3011
+ "hasUniqueValue": false,
3012
+ "hidden": false,
3013
+ "formField": true,
3014
+ "calculated": false,
3015
+ "externalOptions": false,
3016
+ "archived": false,
3017
+ "hubspotDefined": false,
3018
+ "modificationMetadata": {
3019
+ "archivable": true,
3020
+ "readOnlyDefinition": false,
3021
+ "readOnlyValue": false
3022
+ },
3023
+ "createdAt": "2026-06-05T09:00:00.000Z",
3024
+ "updatedAt": "2026-06-05T09:00:00.000Z"
3025
+ }
3026
+ },
3027
+ {
3028
+ "action": "upsert",
3029
+ "packageId": "hubspot",
3030
+ "namespace": "tasks",
3031
+ "rowId": "0000000501",
3032
+ "value": {
3033
+ "id": "501",
3034
+ "properties": {
3035
+ "hs_createdate": "2026-08-25T09:00:00.000Z",
3036
+ "hs_lastmodifieddate": "2026-08-25T09:00:00.000Z",
3037
+ "hs_object_id": "501",
3038
+ "hs_task_body": "Include the fleet analytics pricing table and the three-month pilot timeline.",
3039
+ "hs_task_priority": "MEDIUM",
3040
+ "hs_task_status": "NOT_STARTED",
3041
+ "hs_task_subject": "Send Harbor Lane the pilot proposal",
3042
+ "hs_task_type": "EMAIL",
3043
+ "hs_timestamp": "2026-09-01T09:00:00.000Z",
3044
+ "hubspot_owner_id": "41001"
3045
+ },
3046
+ "createdAt": "2026-08-25T09:00:00.000Z",
3047
+ "updatedAt": "2026-08-25T09:00:00.000Z",
3048
+ "archived": false,
3049
+ "archivedAt": null
3050
+ }
3051
+ },
3052
+ {
3053
+ "action": "upsert",
3054
+ "packageId": "hubspot",
3055
+ "namespace": "tasks",
3056
+ "rowId": "0000000502",
3057
+ "value": {
3058
+ "id": "502",
3059
+ "properties": {
3060
+ "hs_createdate": "2026-08-28T09:00:00.000Z",
3061
+ "hs_lastmodifieddate": "2026-09-05T09:00:00.000Z",
3062
+ "hs_object_id": "502",
3063
+ "hs_task_body": "Questionnaire returned on September 5.",
3064
+ "hs_task_priority": "MEDIUM",
3065
+ "hs_task_status": "COMPLETED",
3066
+ "hs_task_subject": "Kestrel Pay: confirm the security questionnaire",
3067
+ "hs_task_type": "TODO",
3068
+ "hs_timestamp": "2026-09-05T09:00:00.000Z",
3069
+ "hubspot_owner_id": "41002"
3070
+ },
3071
+ "createdAt": "2026-08-28T09:00:00.000Z",
3072
+ "updatedAt": "2026-09-05T09:00:00.000Z",
3073
+ "archived": false,
3074
+ "archivedAt": null
3075
+ }
3076
+ },
3077
+ {
3078
+ "action": "upsert",
3079
+ "packageId": "hubspot",
3080
+ "namespace": "tasks",
3081
+ "rowId": "0000000503",
3082
+ "value": {
3083
+ "id": "503",
3084
+ "properties": {
3085
+ "hs_createdate": "2026-09-11T09:00:00.000Z",
3086
+ "hs_lastmodifieddate": "2026-09-11T09:00:00.000Z",
3087
+ "hs_object_id": "503",
3088
+ "hs_task_body": "Ask for the vendor onboarding form and the PO template.",
3089
+ "hs_task_priority": "HIGH",
3090
+ "hs_task_status": "NOT_STARTED",
3091
+ "hs_task_subject": "Call Fjordbyte procurement about the expansion quote",
3092
+ "hs_task_type": "CALL",
3093
+ "hs_timestamp": "2026-09-14T13:00:00.000Z",
3094
+ "hubspot_owner_id": "41001"
3095
+ },
3096
+ "createdAt": "2026-09-11T09:00:00.000Z",
3097
+ "updatedAt": "2026-09-11T09:00:00.000Z",
3098
+ "archived": false,
3099
+ "archivedAt": null
3100
+ }
3101
+ },
3102
+ {
3103
+ "action": "upsert",
3104
+ "packageId": "hubspot",
3105
+ "namespace": "tasks",
3106
+ "rowId": "0000000504",
3107
+ "value": {
3108
+ "id": "504",
3109
+ "properties": {
3110
+ "hs_createdate": "2026-09-08T09:00:00.000Z",
3111
+ "hs_lastmodifieddate": "2026-09-12T09:00:00.000Z",
3112
+ "hs_object_id": "504",
3113
+ "hs_task_body": "Nordic logistics companies with 200+ employees.",
3114
+ "hs_task_priority": "LOW",
3115
+ "hs_task_status": "IN_PROGRESS",
3116
+ "hs_task_subject": "Draft the Q4 outbound list",
3117
+ "hs_task_type": "TODO",
3118
+ "hs_timestamp": "2026-09-18T09:00:00.000Z",
3119
+ "hubspot_owner_id": "41002"
3120
+ },
3121
+ "createdAt": "2026-09-08T09:00:00.000Z",
3122
+ "updatedAt": "2026-09-12T09:00:00.000Z",
3123
+ "archived": false,
3124
+ "archivedAt": null
3125
+ }
3126
+ }
3127
+ ]
3128
+ }