@firedrill-tools/salesforce 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 (41) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +156 -0
  3. package/firedrill/agent.target.json +17 -0
  4. package/firedrill/api-limit-exceeded.scenario.json +11 -0
  5. package/firedrill/baseline.scenario.json +2213 -0
  6. package/firedrill/conformance.suite.json +23 -0
  7. package/firedrill/row-locked.scenario.json +11 -0
  8. package/firedrill/salesforce-api-limit-exceeded.drill.json +336 -0
  9. package/firedrill/salesforce-collections-composite.drill.json +277 -0
  10. package/firedrill/salesforce-denied.drill.json +74 -0
  11. package/firedrill/salesforce-fresh-install.drill.json +86 -0
  12. package/firedrill/salesforce-inactive-user.drill.json +43 -0
  13. package/firedrill/salesforce-invalid-session.drill.json +336 -0
  14. package/firedrill/salesforce-large-responses.drill.json +138 -0
  15. package/firedrill/salesforce-mcp-aliases.drill.json +156 -0
  16. package/firedrill/salesforce-profile-permissions.drill.json +241 -0
  17. package/firedrill/salesforce-read-only.drill.json +154 -0
  18. package/firedrill/salesforce-rest-flow.drill.json +714 -0
  19. package/firedrill/salesforce-row-locked.drill.json +227 -0
  20. package/firedrill/salesforce-sharing.drill.json +201 -0
  21. package/firedrill/salesforce-soql.drill.json +139 -0
  22. package/firedrill/salesforce-tight-limits.drill.json +336 -0
  23. package/firedrill/salesforce-write-committed-lost.drill.json +176 -0
  24. package/firedrill/tight-limits.scenario.json +41 -0
  25. package/firedrill/tools/salesforce/behavior.mjs +637 -0
  26. package/firedrill/tools/salesforce/lib/bytes.mjs +56 -0
  27. package/firedrill/tools/salesforce/lib/ids.mjs +68 -0
  28. package/firedrill/tools/salesforce/lib/match.mjs +352 -0
  29. package/firedrill/tools/salesforce/lib/records.mjs +506 -0
  30. package/firedrill/tools/salesforce/lib/schema.mjs +429 -0
  31. package/firedrill/tools/salesforce/lib/search.mjs +92 -0
  32. package/firedrill/tools/salesforce/lib/soql.mjs +1119 -0
  33. package/firedrill/tools/salesforce/lib/state.mjs +378 -0
  34. package/firedrill/tools/salesforce/lib/wire.mjs +109 -0
  35. package/firedrill/tools/salesforce/salesforce.tool.json +3939 -0
  36. package/firedrill/world.json +2705 -0
  37. package/firedrill/write-committed-lost.scenario.json +11 -0
  38. package/firedrill.json +5 -0
  39. package/package.json +64 -0
  40. package/starter.json +2212 -0
  41. package/test/conformance.mjs +1122 -0
@@ -0,0 +1,2705 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "id": "salesforce-conformance-world",
4
+ "title": "Salesforce Tool conformance world",
5
+ "virtualTimeUs": 1789376400000000,
6
+ "actors": [
7
+ {
8
+ "id": "admin",
9
+ "description": "Maren Solberg (System Administrator): sees and edits everything; every operation granted.",
10
+ "attributes": {
11
+ "username": "maren.solberg@brightwater.example.com"
12
+ },
13
+ "grants": [
14
+ {
15
+ "packageId": "salesforce",
16
+ "operationId": "versions.list"
17
+ },
18
+ {
19
+ "packageId": "salesforce",
20
+ "operationId": "userinfo.get"
21
+ },
22
+ {
23
+ "packageId": "salesforce",
24
+ "operationId": "limits.get"
25
+ },
26
+ {
27
+ "packageId": "salesforce",
28
+ "operationId": "sobjects.list"
29
+ },
30
+ {
31
+ "packageId": "salesforce",
32
+ "operationId": "sobjects.basic-info"
33
+ },
34
+ {
35
+ "packageId": "salesforce",
36
+ "operationId": "sobjects.describe"
37
+ },
38
+ {
39
+ "packageId": "salesforce",
40
+ "operationId": "records.create"
41
+ },
42
+ {
43
+ "packageId": "salesforce",
44
+ "operationId": "records.retrieve"
45
+ },
46
+ {
47
+ "packageId": "salesforce",
48
+ "operationId": "records.update"
49
+ },
50
+ {
51
+ "packageId": "salesforce",
52
+ "operationId": "records.delete"
53
+ },
54
+ {
55
+ "packageId": "salesforce",
56
+ "operationId": "records.upsert"
57
+ },
58
+ {
59
+ "packageId": "salesforce",
60
+ "operationId": "query.execute"
61
+ },
62
+ {
63
+ "packageId": "salesforce",
64
+ "operationId": "query.more"
65
+ },
66
+ {
67
+ "packageId": "salesforce",
68
+ "operationId": "search.parameterized"
69
+ },
70
+ {
71
+ "packageId": "salesforce",
72
+ "operationId": "collections.create"
73
+ },
74
+ {
75
+ "packageId": "salesforce",
76
+ "operationId": "collections.retrieve"
77
+ },
78
+ {
79
+ "packageId": "salesforce",
80
+ "operationId": "collections.update"
81
+ },
82
+ {
83
+ "packageId": "salesforce",
84
+ "operationId": "collections.delete"
85
+ },
86
+ {
87
+ "packageId": "salesforce",
88
+ "operationId": "collections.upsert"
89
+ },
90
+ {
91
+ "packageId": "salesforce",
92
+ "operationId": "composite.execute"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "id": "rep",
98
+ "description": "Diego Álvarez (Standard User): the Private/Public Read Only org-wide defaults and ownership apply; every operation granted.",
99
+ "attributes": {
100
+ "username": "diego.alvarez@brightwater.example.com"
101
+ },
102
+ "grants": [
103
+ {
104
+ "packageId": "salesforce",
105
+ "operationId": "versions.list"
106
+ },
107
+ {
108
+ "packageId": "salesforce",
109
+ "operationId": "userinfo.get"
110
+ },
111
+ {
112
+ "packageId": "salesforce",
113
+ "operationId": "limits.get"
114
+ },
115
+ {
116
+ "packageId": "salesforce",
117
+ "operationId": "sobjects.list"
118
+ },
119
+ {
120
+ "packageId": "salesforce",
121
+ "operationId": "sobjects.basic-info"
122
+ },
123
+ {
124
+ "packageId": "salesforce",
125
+ "operationId": "sobjects.describe"
126
+ },
127
+ {
128
+ "packageId": "salesforce",
129
+ "operationId": "records.create"
130
+ },
131
+ {
132
+ "packageId": "salesforce",
133
+ "operationId": "records.retrieve"
134
+ },
135
+ {
136
+ "packageId": "salesforce",
137
+ "operationId": "records.update"
138
+ },
139
+ {
140
+ "packageId": "salesforce",
141
+ "operationId": "records.delete"
142
+ },
143
+ {
144
+ "packageId": "salesforce",
145
+ "operationId": "records.upsert"
146
+ },
147
+ {
148
+ "packageId": "salesforce",
149
+ "operationId": "query.execute"
150
+ },
151
+ {
152
+ "packageId": "salesforce",
153
+ "operationId": "query.more"
154
+ },
155
+ {
156
+ "packageId": "salesforce",
157
+ "operationId": "search.parameterized"
158
+ },
159
+ {
160
+ "packageId": "salesforce",
161
+ "operationId": "collections.create"
162
+ },
163
+ {
164
+ "packageId": "salesforce",
165
+ "operationId": "collections.retrieve"
166
+ },
167
+ {
168
+ "packageId": "salesforce",
169
+ "operationId": "collections.update"
170
+ },
171
+ {
172
+ "packageId": "salesforce",
173
+ "operationId": "collections.delete"
174
+ },
175
+ {
176
+ "packageId": "salesforce",
177
+ "operationId": "collections.upsert"
178
+ },
179
+ {
180
+ "packageId": "salesforce",
181
+ "operationId": "composite.execute"
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "id": "sdr",
187
+ "description": "Ben Okafor (Sales Development Rep profile): no Opportunity access, read-only Account, no Contact delete; every operation granted.",
188
+ "attributes": {
189
+ "username": "ben.okafor@brightwater.example.com"
190
+ },
191
+ "grants": [
192
+ {
193
+ "packageId": "salesforce",
194
+ "operationId": "versions.list"
195
+ },
196
+ {
197
+ "packageId": "salesforce",
198
+ "operationId": "userinfo.get"
199
+ },
200
+ {
201
+ "packageId": "salesforce",
202
+ "operationId": "limits.get"
203
+ },
204
+ {
205
+ "packageId": "salesforce",
206
+ "operationId": "sobjects.list"
207
+ },
208
+ {
209
+ "packageId": "salesforce",
210
+ "operationId": "sobjects.basic-info"
211
+ },
212
+ {
213
+ "packageId": "salesforce",
214
+ "operationId": "sobjects.describe"
215
+ },
216
+ {
217
+ "packageId": "salesforce",
218
+ "operationId": "records.create"
219
+ },
220
+ {
221
+ "packageId": "salesforce",
222
+ "operationId": "records.retrieve"
223
+ },
224
+ {
225
+ "packageId": "salesforce",
226
+ "operationId": "records.update"
227
+ },
228
+ {
229
+ "packageId": "salesforce",
230
+ "operationId": "records.delete"
231
+ },
232
+ {
233
+ "packageId": "salesforce",
234
+ "operationId": "records.upsert"
235
+ },
236
+ {
237
+ "packageId": "salesforce",
238
+ "operationId": "query.execute"
239
+ },
240
+ {
241
+ "packageId": "salesforce",
242
+ "operationId": "query.more"
243
+ },
244
+ {
245
+ "packageId": "salesforce",
246
+ "operationId": "search.parameterized"
247
+ },
248
+ {
249
+ "packageId": "salesforce",
250
+ "operationId": "collections.create"
251
+ },
252
+ {
253
+ "packageId": "salesforce",
254
+ "operationId": "collections.retrieve"
255
+ },
256
+ {
257
+ "packageId": "salesforce",
258
+ "operationId": "collections.update"
259
+ },
260
+ {
261
+ "packageId": "salesforce",
262
+ "operationId": "collections.delete"
263
+ },
264
+ {
265
+ "packageId": "salesforce",
266
+ "operationId": "collections.upsert"
267
+ },
268
+ {
269
+ "packageId": "salesforce",
270
+ "operationId": "composite.execute"
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "id": "analyst",
276
+ "description": "Lena Fischer (Read Only profile): reads only; every operation granted so the profile, not the framework, denies writes.",
277
+ "attributes": {
278
+ "username": "lena.fischer@brightwater.example.com"
279
+ },
280
+ "grants": [
281
+ {
282
+ "packageId": "salesforce",
283
+ "operationId": "versions.list"
284
+ },
285
+ {
286
+ "packageId": "salesforce",
287
+ "operationId": "userinfo.get"
288
+ },
289
+ {
290
+ "packageId": "salesforce",
291
+ "operationId": "limits.get"
292
+ },
293
+ {
294
+ "packageId": "salesforce",
295
+ "operationId": "sobjects.list"
296
+ },
297
+ {
298
+ "packageId": "salesforce",
299
+ "operationId": "sobjects.basic-info"
300
+ },
301
+ {
302
+ "packageId": "salesforce",
303
+ "operationId": "sobjects.describe"
304
+ },
305
+ {
306
+ "packageId": "salesforce",
307
+ "operationId": "records.create"
308
+ },
309
+ {
310
+ "packageId": "salesforce",
311
+ "operationId": "records.retrieve"
312
+ },
313
+ {
314
+ "packageId": "salesforce",
315
+ "operationId": "records.update"
316
+ },
317
+ {
318
+ "packageId": "salesforce",
319
+ "operationId": "records.delete"
320
+ },
321
+ {
322
+ "packageId": "salesforce",
323
+ "operationId": "records.upsert"
324
+ },
325
+ {
326
+ "packageId": "salesforce",
327
+ "operationId": "query.execute"
328
+ },
329
+ {
330
+ "packageId": "salesforce",
331
+ "operationId": "query.more"
332
+ },
333
+ {
334
+ "packageId": "salesforce",
335
+ "operationId": "search.parameterized"
336
+ },
337
+ {
338
+ "packageId": "salesforce",
339
+ "operationId": "collections.create"
340
+ },
341
+ {
342
+ "packageId": "salesforce",
343
+ "operationId": "collections.retrieve"
344
+ },
345
+ {
346
+ "packageId": "salesforce",
347
+ "operationId": "collections.update"
348
+ },
349
+ {
350
+ "packageId": "salesforce",
351
+ "operationId": "collections.delete"
352
+ },
353
+ {
354
+ "packageId": "salesforce",
355
+ "operationId": "collections.upsert"
356
+ },
357
+ {
358
+ "packageId": "salesforce",
359
+ "operationId": "composite.execute"
360
+ }
361
+ ]
362
+ },
363
+ {
364
+ "id": "fresh",
365
+ "description": "No username attribute: resolves to the org's default identity (Maren), as a freshly installed world does.",
366
+ "attributes": {},
367
+ "grants": [
368
+ {
369
+ "packageId": "salesforce",
370
+ "operationId": "userinfo.get"
371
+ },
372
+ {
373
+ "packageId": "salesforce",
374
+ "operationId": "query.execute"
375
+ },
376
+ {
377
+ "packageId": "salesforce",
378
+ "operationId": "records.create"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "id": "auditor",
384
+ "description": "Maren's username but no grants: proves the framework's denied outcome and its Salesforce-shaped 403 body.",
385
+ "attributes": {
386
+ "username": "maren.solberg@brightwater.example.com"
387
+ },
388
+ "grants": []
389
+ },
390
+ {
391
+ "id": "ghost",
392
+ "description": "A username that matches no user: every operation fails INVALID_SESSION_ID (401).",
393
+ "attributes": {
394
+ "username": "nobody@brightwater.example.com"
395
+ },
396
+ "grants": [
397
+ {
398
+ "packageId": "salesforce",
399
+ "operationId": "versions.list"
400
+ },
401
+ {
402
+ "packageId": "salesforce",
403
+ "operationId": "userinfo.get"
404
+ },
405
+ {
406
+ "packageId": "salesforce",
407
+ "operationId": "limits.get"
408
+ },
409
+ {
410
+ "packageId": "salesforce",
411
+ "operationId": "sobjects.list"
412
+ },
413
+ {
414
+ "packageId": "salesforce",
415
+ "operationId": "sobjects.basic-info"
416
+ },
417
+ {
418
+ "packageId": "salesforce",
419
+ "operationId": "sobjects.describe"
420
+ },
421
+ {
422
+ "packageId": "salesforce",
423
+ "operationId": "records.create"
424
+ },
425
+ {
426
+ "packageId": "salesforce",
427
+ "operationId": "records.retrieve"
428
+ },
429
+ {
430
+ "packageId": "salesforce",
431
+ "operationId": "records.update"
432
+ },
433
+ {
434
+ "packageId": "salesforce",
435
+ "operationId": "records.delete"
436
+ },
437
+ {
438
+ "packageId": "salesforce",
439
+ "operationId": "records.upsert"
440
+ },
441
+ {
442
+ "packageId": "salesforce",
443
+ "operationId": "query.execute"
444
+ },
445
+ {
446
+ "packageId": "salesforce",
447
+ "operationId": "query.more"
448
+ },
449
+ {
450
+ "packageId": "salesforce",
451
+ "operationId": "search.parameterized"
452
+ },
453
+ {
454
+ "packageId": "salesforce",
455
+ "operationId": "collections.create"
456
+ },
457
+ {
458
+ "packageId": "salesforce",
459
+ "operationId": "collections.retrieve"
460
+ },
461
+ {
462
+ "packageId": "salesforce",
463
+ "operationId": "collections.update"
464
+ },
465
+ {
466
+ "packageId": "salesforce",
467
+ "operationId": "collections.delete"
468
+ },
469
+ {
470
+ "packageId": "salesforce",
471
+ "operationId": "collections.upsert"
472
+ },
473
+ {
474
+ "packageId": "salesforce",
475
+ "operationId": "composite.execute"
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "id": "former",
481
+ "description": "Jonas Weber, deactivated: an inactive user's token is an invalid session.",
482
+ "attributes": {
483
+ "username": "jonas.weber@brightwater.example.com"
484
+ },
485
+ "grants": [
486
+ {
487
+ "packageId": "salesforce",
488
+ "operationId": "userinfo.get"
489
+ },
490
+ {
491
+ "packageId": "salesforce",
492
+ "operationId": "query.execute"
493
+ }
494
+ ]
495
+ }
496
+ ],
497
+ "state": [
498
+ {
499
+ "action": "upsert",
500
+ "packageId": "salesforce",
501
+ "namespace": "meta",
502
+ "rowId": "counters",
503
+ "value": {
504
+ "nextRecordNumber": 1001
505
+ }
506
+ },
507
+ {
508
+ "action": "upsert",
509
+ "packageId": "salesforce",
510
+ "namespace": "org",
511
+ "rowId": "org",
512
+ "value": {
513
+ "organizationId": "00DFd0000000001MAA",
514
+ "name": "Brightwater Instruments",
515
+ "instanceUrl": "https://brightwater.example.my.salesforce.test",
516
+ "myDomain": "brightwater",
517
+ "timeZoneSidKey": "Europe/Amsterdam",
518
+ "defaultCurrencyIsoCode": "EUR",
519
+ "defaultLocaleSidKey": "en_GB",
520
+ "orgWideDefaults": {
521
+ "Account": "ReadOnly",
522
+ "Contact": "ControlledByParent",
523
+ "Lead": "ReadWrite",
524
+ "Opportunity": "Private",
525
+ "Task": "Private"
526
+ },
527
+ "dailyApiRequests": {
528
+ "max": 15000,
529
+ "used": 138
530
+ },
531
+ "dataStorageMB": {
532
+ "max": 200,
533
+ "used": 3
534
+ },
535
+ "defaultUserId": "005Fd0000000001IAA",
536
+ "limits": {
537
+ "maxRowsPerNamespace": 10000
538
+ }
539
+ }
540
+ },
541
+ {
542
+ "action": "upsert",
543
+ "packageId": "salesforce",
544
+ "namespace": "custom-fields",
545
+ "rowId": "Account",
546
+ "value": {
547
+ "sobjectType": "Account",
548
+ "fields": [
549
+ {
550
+ "name": "External_Id__c",
551
+ "label": "External Id",
552
+ "type": "text",
553
+ "length": 255,
554
+ "precision": null,
555
+ "scale": null,
556
+ "picklistValues": [],
557
+ "externalId": true,
558
+ "unique": true,
559
+ "required": false,
560
+ "defaultValue": null
561
+ },
562
+ {
563
+ "name": "Customer_Tier__c",
564
+ "label": "Customer Tier",
565
+ "type": "picklist",
566
+ "length": 255,
567
+ "precision": null,
568
+ "scale": null,
569
+ "picklistValues": [
570
+ {
571
+ "label": "Free",
572
+ "value": "Free",
573
+ "default": false
574
+ },
575
+ {
576
+ "label": "Team",
577
+ "value": "Team",
578
+ "default": false
579
+ },
580
+ {
581
+ "label": "Enterprise",
582
+ "value": "Enterprise",
583
+ "default": false
584
+ }
585
+ ],
586
+ "externalId": false,
587
+ "unique": false,
588
+ "required": false,
589
+ "defaultValue": null
590
+ }
591
+ ]
592
+ }
593
+ },
594
+ {
595
+ "action": "upsert",
596
+ "packageId": "salesforce",
597
+ "namespace": "custom-fields",
598
+ "rowId": "Contact",
599
+ "value": {
600
+ "sobjectType": "Contact",
601
+ "fields": [
602
+ {
603
+ "name": "External_Id__c",
604
+ "label": "External Id",
605
+ "type": "text",
606
+ "length": 255,
607
+ "precision": null,
608
+ "scale": null,
609
+ "picklistValues": [],
610
+ "externalId": true,
611
+ "unique": true,
612
+ "required": false,
613
+ "defaultValue": null
614
+ }
615
+ ]
616
+ }
617
+ },
618
+ {
619
+ "action": "upsert",
620
+ "packageId": "salesforce",
621
+ "namespace": "custom-fields",
622
+ "rowId": "Opportunity",
623
+ "value": {
624
+ "sobjectType": "Opportunity",
625
+ "fields": [
626
+ {
627
+ "name": "ARR__c",
628
+ "label": "ARR",
629
+ "type": "currency",
630
+ "length": null,
631
+ "precision": 16,
632
+ "scale": 2,
633
+ "picklistValues": [],
634
+ "externalId": false,
635
+ "unique": false,
636
+ "required": false,
637
+ "defaultValue": null
638
+ }
639
+ ]
640
+ }
641
+ },
642
+ {
643
+ "action": "upsert",
644
+ "packageId": "salesforce",
645
+ "namespace": "profiles",
646
+ "rowId": "00eFd0000000001IAA",
647
+ "value": {
648
+ "Id": "00eFd0000000001IAA",
649
+ "Name": "System Administrator",
650
+ "UserLicense": "Salesforce",
651
+ "objectPermissions": {
652
+ "Account": {
653
+ "create": true,
654
+ "read": true,
655
+ "edit": true,
656
+ "delete": true,
657
+ "viewAll": true,
658
+ "modifyAll": true
659
+ },
660
+ "Contact": {
661
+ "create": true,
662
+ "read": true,
663
+ "edit": true,
664
+ "delete": true,
665
+ "viewAll": true,
666
+ "modifyAll": true
667
+ },
668
+ "Lead": {
669
+ "create": true,
670
+ "read": true,
671
+ "edit": true,
672
+ "delete": true,
673
+ "viewAll": true,
674
+ "modifyAll": true
675
+ },
676
+ "Opportunity": {
677
+ "create": true,
678
+ "read": true,
679
+ "edit": true,
680
+ "delete": true,
681
+ "viewAll": true,
682
+ "modifyAll": true
683
+ },
684
+ "Task": {
685
+ "create": true,
686
+ "read": true,
687
+ "edit": true,
688
+ "delete": true,
689
+ "viewAll": true,
690
+ "modifyAll": true
691
+ }
692
+ },
693
+ "CreatedDate": "2026-05-01T08:00:00.000+0000",
694
+ "LastModifiedDate": "2026-05-01T08:00:00.000+0000",
695
+ "SystemModstamp": "2026-05-01T08:00:00.000+0000"
696
+ }
697
+ },
698
+ {
699
+ "action": "upsert",
700
+ "packageId": "salesforce",
701
+ "namespace": "profiles",
702
+ "rowId": "00eFd0000000002IAA",
703
+ "value": {
704
+ "Id": "00eFd0000000002IAA",
705
+ "Name": "Standard User",
706
+ "UserLicense": "Salesforce",
707
+ "objectPermissions": {
708
+ "Account": {
709
+ "create": true,
710
+ "read": true,
711
+ "edit": true,
712
+ "delete": true,
713
+ "viewAll": false,
714
+ "modifyAll": false
715
+ },
716
+ "Contact": {
717
+ "create": true,
718
+ "read": true,
719
+ "edit": true,
720
+ "delete": true,
721
+ "viewAll": false,
722
+ "modifyAll": false
723
+ },
724
+ "Lead": {
725
+ "create": true,
726
+ "read": true,
727
+ "edit": true,
728
+ "delete": true,
729
+ "viewAll": false,
730
+ "modifyAll": false
731
+ },
732
+ "Opportunity": {
733
+ "create": true,
734
+ "read": true,
735
+ "edit": true,
736
+ "delete": true,
737
+ "viewAll": false,
738
+ "modifyAll": false
739
+ },
740
+ "Task": {
741
+ "create": true,
742
+ "read": true,
743
+ "edit": true,
744
+ "delete": true,
745
+ "viewAll": false,
746
+ "modifyAll": false
747
+ }
748
+ },
749
+ "CreatedDate": "2026-05-01T08:00:00.000+0000",
750
+ "LastModifiedDate": "2026-05-01T08:00:00.000+0000",
751
+ "SystemModstamp": "2026-05-01T08:00:00.000+0000"
752
+ }
753
+ },
754
+ {
755
+ "action": "upsert",
756
+ "packageId": "salesforce",
757
+ "namespace": "profiles",
758
+ "rowId": "00eFd0000000003IAA",
759
+ "value": {
760
+ "Id": "00eFd0000000003IAA",
761
+ "Name": "Read Only",
762
+ "UserLicense": "Salesforce",
763
+ "objectPermissions": {
764
+ "Account": {
765
+ "create": false,
766
+ "read": true,
767
+ "edit": false,
768
+ "delete": false,
769
+ "viewAll": false,
770
+ "modifyAll": false
771
+ },
772
+ "Contact": {
773
+ "create": false,
774
+ "read": true,
775
+ "edit": false,
776
+ "delete": false,
777
+ "viewAll": false,
778
+ "modifyAll": false
779
+ },
780
+ "Lead": {
781
+ "create": false,
782
+ "read": true,
783
+ "edit": false,
784
+ "delete": false,
785
+ "viewAll": false,
786
+ "modifyAll": false
787
+ },
788
+ "Opportunity": {
789
+ "create": false,
790
+ "read": true,
791
+ "edit": false,
792
+ "delete": false,
793
+ "viewAll": false,
794
+ "modifyAll": false
795
+ },
796
+ "Task": {
797
+ "create": false,
798
+ "read": true,
799
+ "edit": false,
800
+ "delete": false,
801
+ "viewAll": false,
802
+ "modifyAll": false
803
+ }
804
+ },
805
+ "CreatedDate": "2026-05-01T08:00:00.000+0000",
806
+ "LastModifiedDate": "2026-05-01T08:00:00.000+0000",
807
+ "SystemModstamp": "2026-05-01T08:00:00.000+0000"
808
+ }
809
+ },
810
+ {
811
+ "action": "upsert",
812
+ "packageId": "salesforce",
813
+ "namespace": "profiles",
814
+ "rowId": "00eFd0000000004IAA",
815
+ "value": {
816
+ "Id": "00eFd0000000004IAA",
817
+ "Name": "Sales Development Rep",
818
+ "UserLicense": "Salesforce",
819
+ "objectPermissions": {
820
+ "Account": {
821
+ "create": false,
822
+ "read": true,
823
+ "edit": false,
824
+ "delete": false,
825
+ "viewAll": false,
826
+ "modifyAll": false
827
+ },
828
+ "Contact": {
829
+ "create": true,
830
+ "read": true,
831
+ "edit": true,
832
+ "delete": false,
833
+ "viewAll": false,
834
+ "modifyAll": false
835
+ },
836
+ "Lead": {
837
+ "create": true,
838
+ "read": true,
839
+ "edit": true,
840
+ "delete": true,
841
+ "viewAll": false,
842
+ "modifyAll": false
843
+ },
844
+ "Opportunity": {
845
+ "create": false,
846
+ "read": false,
847
+ "edit": false,
848
+ "delete": false,
849
+ "viewAll": false,
850
+ "modifyAll": false
851
+ },
852
+ "Task": {
853
+ "create": true,
854
+ "read": true,
855
+ "edit": true,
856
+ "delete": true,
857
+ "viewAll": false,
858
+ "modifyAll": false
859
+ }
860
+ },
861
+ "CreatedDate": "2026-05-02T10:30:00.000+0000",
862
+ "LastModifiedDate": "2026-05-02T10:30:00.000+0000",
863
+ "SystemModstamp": "2026-05-02T10:30:00.000+0000"
864
+ }
865
+ },
866
+ {
867
+ "action": "upsert",
868
+ "packageId": "salesforce",
869
+ "namespace": "users",
870
+ "rowId": "005Fd0000000001IAA",
871
+ "value": {
872
+ "Id": "005Fd0000000001IAA",
873
+ "Username": "maren.solberg@brightwater.example.com",
874
+ "Email": "maren.solberg@brightwater.example.com",
875
+ "FirstName": "Maren",
876
+ "LastName": "Solberg",
877
+ "Name": "Maren Solberg",
878
+ "Alias": "msolb",
879
+ "Title": "VP Revenue Operations",
880
+ "IsActive": true,
881
+ "ProfileId": "00eFd0000000001IAA",
882
+ "UserType": "Standard",
883
+ "TimeZoneSidKey": "Europe/Amsterdam",
884
+ "LocaleSidKey": "en_GB",
885
+ "LanguageLocaleKey": "en_US",
886
+ "EmailEncodingKey": "UTF-8",
887
+ "CreatedDate": "2026-05-01T08:05:00.000+0000",
888
+ "LastModifiedDate": "2026-08-12T14:20:00.000+0000",
889
+ "SystemModstamp": "2026-08-12T14:20:00.000+0000"
890
+ }
891
+ },
892
+ {
893
+ "action": "upsert",
894
+ "packageId": "salesforce",
895
+ "namespace": "users",
896
+ "rowId": "005Fd0000000002IAA",
897
+ "value": {
898
+ "Id": "005Fd0000000002IAA",
899
+ "Username": "diego.alvarez@brightwater.example.com",
900
+ "Email": "diego.alvarez@brightwater.example.com",
901
+ "FirstName": "Diego",
902
+ "LastName": "Álvarez",
903
+ "Name": "Diego Álvarez",
904
+ "Alias": "dalva",
905
+ "Title": "Account Executive",
906
+ "IsActive": true,
907
+ "ProfileId": "00eFd0000000002IAA",
908
+ "UserType": "Standard",
909
+ "TimeZoneSidKey": "Europe/Amsterdam",
910
+ "LocaleSidKey": "en_GB",
911
+ "LanguageLocaleKey": "en_US",
912
+ "EmailEncodingKey": "UTF-8",
913
+ "CreatedDate": "2026-05-01T08:10:00.000+0000",
914
+ "LastModifiedDate": "2026-05-01T08:10:00.000+0000",
915
+ "SystemModstamp": "2026-05-01T08:10:00.000+0000"
916
+ }
917
+ },
918
+ {
919
+ "action": "upsert",
920
+ "packageId": "salesforce",
921
+ "namespace": "users",
922
+ "rowId": "005Fd0000000003IAA",
923
+ "value": {
924
+ "Id": "005Fd0000000003IAA",
925
+ "Username": "aiko.tanaka@brightwater.example.com",
926
+ "Email": "aiko.tanaka@brightwater.example.com",
927
+ "FirstName": "Aiko",
928
+ "LastName": "Tanaka",
929
+ "Name": "Aiko Tanaka",
930
+ "Alias": "atana",
931
+ "Title": "Account Executive",
932
+ "IsActive": true,
933
+ "ProfileId": "00eFd0000000002IAA",
934
+ "UserType": "Standard",
935
+ "TimeZoneSidKey": "Europe/Amsterdam",
936
+ "LocaleSidKey": "en_GB",
937
+ "LanguageLocaleKey": "en_US",
938
+ "EmailEncodingKey": "UTF-8",
939
+ "CreatedDate": "2026-05-01T08:12:00.000+0000",
940
+ "LastModifiedDate": "2026-05-01T08:12:00.000+0000",
941
+ "SystemModstamp": "2026-05-01T08:12:00.000+0000"
942
+ }
943
+ },
944
+ {
945
+ "action": "upsert",
946
+ "packageId": "salesforce",
947
+ "namespace": "users",
948
+ "rowId": "005Fd0000000004IAA",
949
+ "value": {
950
+ "Id": "005Fd0000000004IAA",
951
+ "Username": "ben.okafor@brightwater.example.com",
952
+ "Email": "ben.okafor@brightwater.example.com",
953
+ "FirstName": "Ben",
954
+ "LastName": "Okafor",
955
+ "Name": "Ben Okafor",
956
+ "Alias": "bokaf",
957
+ "Title": "Sales Development Representative",
958
+ "IsActive": true,
959
+ "ProfileId": "00eFd0000000004IAA",
960
+ "UserType": "Standard",
961
+ "TimeZoneSidKey": "Europe/Amsterdam",
962
+ "LocaleSidKey": "en_GB",
963
+ "LanguageLocaleKey": "en_US",
964
+ "EmailEncodingKey": "UTF-8",
965
+ "CreatedDate": "2026-05-02T10:35:00.000+0000",
966
+ "LastModifiedDate": "2026-05-02T10:35:00.000+0000",
967
+ "SystemModstamp": "2026-05-02T10:35:00.000+0000"
968
+ }
969
+ },
970
+ {
971
+ "action": "upsert",
972
+ "packageId": "salesforce",
973
+ "namespace": "users",
974
+ "rowId": "005Fd0000000005IAA",
975
+ "value": {
976
+ "Id": "005Fd0000000005IAA",
977
+ "Username": "lena.fischer@brightwater.example.com",
978
+ "Email": "lena.fischer@brightwater.example.com",
979
+ "FirstName": "Lena",
980
+ "LastName": "Fischer",
981
+ "Name": "Lena Fischer",
982
+ "Alias": "lfisc",
983
+ "Title": "RevOps Analyst",
984
+ "IsActive": true,
985
+ "ProfileId": "00eFd0000000003IAA",
986
+ "UserType": "Standard",
987
+ "TimeZoneSidKey": "Europe/Amsterdam",
988
+ "LocaleSidKey": "en_GB",
989
+ "LanguageLocaleKey": "en_US",
990
+ "EmailEncodingKey": "UTF-8",
991
+ "CreatedDate": "2026-05-03T09:00:00.000+0000",
992
+ "LastModifiedDate": "2026-05-03T09:00:00.000+0000",
993
+ "SystemModstamp": "2026-05-03T09:00:00.000+0000"
994
+ }
995
+ },
996
+ {
997
+ "action": "upsert",
998
+ "packageId": "salesforce",
999
+ "namespace": "users",
1000
+ "rowId": "005Fd0000000006IAA",
1001
+ "value": {
1002
+ "Id": "005Fd0000000006IAA",
1003
+ "Username": "jonas.weber@brightwater.example.com",
1004
+ "Email": "jonas.weber@brightwater.example.com",
1005
+ "FirstName": "Jonas",
1006
+ "LastName": "Weber",
1007
+ "Name": "Jonas Weber",
1008
+ "Alias": "jwebe",
1009
+ "Title": "Account Executive",
1010
+ "IsActive": false,
1011
+ "ProfileId": "00eFd0000000002IAA",
1012
+ "UserType": "Standard",
1013
+ "TimeZoneSidKey": "Europe/Amsterdam",
1014
+ "LocaleSidKey": "en_GB",
1015
+ "LanguageLocaleKey": "en_US",
1016
+ "EmailEncodingKey": "UTF-8",
1017
+ "CreatedDate": "2026-05-01T08:15:00.000+0000",
1018
+ "LastModifiedDate": "2026-08-29T17:00:00.000+0000",
1019
+ "SystemModstamp": "2026-08-29T17:00:00.000+0000"
1020
+ }
1021
+ },
1022
+ {
1023
+ "action": "upsert",
1024
+ "packageId": "salesforce",
1025
+ "namespace": "accounts",
1026
+ "rowId": "001Fd0000000101IAA",
1027
+ "value": {
1028
+ "Id": "001Fd0000000101IAA",
1029
+ "fields": {
1030
+ "Name": "Nordlicht Labs GmbH",
1031
+ "Type": "Customer - Direct",
1032
+ "Industry": "Biotechnology",
1033
+ "Website": "https://nordlicht-labs.example.com",
1034
+ "Phone": "+49 30 5550 1100",
1035
+ "BillingStreet": "Invalidenstraße 117",
1036
+ "BillingCity": "Berlin",
1037
+ "BillingState": "Berlin",
1038
+ "BillingPostalCode": "10115",
1039
+ "BillingCountry": "Germany",
1040
+ "AnnualRevenue": 48000000,
1041
+ "NumberOfEmployees": 340,
1042
+ "Description": "Largest direct customer; spectrometer fleet across four sites.",
1043
+ "ParentId": null,
1044
+ "OwnerId": "005Fd0000000002IAA",
1045
+ "External_Id__c": "BW-ACC-0001",
1046
+ "Customer_Tier__c": "Enterprise"
1047
+ },
1048
+ "IsDeleted": false,
1049
+ "DeletedDate": null,
1050
+ "CreatedDate": "2026-05-04T10:00:00.000+0000",
1051
+ "CreatedById": "005Fd0000000002IAA",
1052
+ "LastModifiedDate": "2026-09-02T15:45:00.000+0000",
1053
+ "LastModifiedById": "005Fd0000000002IAA",
1054
+ "SystemModstamp": "2026-09-02T15:45:00.000+0000"
1055
+ }
1056
+ },
1057
+ {
1058
+ "action": "upsert",
1059
+ "packageId": "salesforce",
1060
+ "namespace": "accounts",
1061
+ "rowId": "001Fd0000000102IAA",
1062
+ "value": {
1063
+ "Id": "001Fd0000000102IAA",
1064
+ "fields": {
1065
+ "Name": "Helix Diagnostics Ltd",
1066
+ "Type": "Customer - Direct",
1067
+ "Industry": "Healthcare",
1068
+ "Website": "https://helix-dx.example.org",
1069
+ "Phone": "+44 1223 555 0200",
1070
+ "BillingStreet": "12 Science Park Road",
1071
+ "BillingCity": "Cambridge",
1072
+ "BillingState": "Cambridgeshire",
1073
+ "BillingPostalCode": "CB4 0FX",
1074
+ "BillingCountry": "United Kingdom",
1075
+ "AnnualRevenue": 9500000,
1076
+ "NumberOfEmployees": 120,
1077
+ "Description": "Clinical analyzer pilot closed in June; expansion under discussion.",
1078
+ "ParentId": null,
1079
+ "OwnerId": "005Fd0000000003IAA",
1080
+ "External_Id__c": "BW-ACC-0002",
1081
+ "Customer_Tier__c": "Team"
1082
+ },
1083
+ "IsDeleted": false,
1084
+ "DeletedDate": null,
1085
+ "CreatedDate": "2026-05-06T11:30:00.000+0000",
1086
+ "CreatedById": "005Fd0000000003IAA",
1087
+ "LastModifiedDate": "2026-08-21T09:10:00.000+0000",
1088
+ "LastModifiedById": "005Fd0000000003IAA",
1089
+ "SystemModstamp": "2026-08-21T09:10:00.000+0000"
1090
+ }
1091
+ },
1092
+ {
1093
+ "action": "upsert",
1094
+ "packageId": "salesforce",
1095
+ "namespace": "accounts",
1096
+ "rowId": "001Fd0000000103IAA",
1097
+ "value": {
1098
+ "Id": "001Fd0000000103IAA",
1099
+ "fields": {
1100
+ "Name": "Alder Creek Analytical",
1101
+ "Type": "Prospect",
1102
+ "Industry": "Consulting",
1103
+ "Website": "https://aldercreek.example.com",
1104
+ "Phone": "+1 503 555 0103",
1105
+ "BillingStreet": null,
1106
+ "BillingCity": "Portland",
1107
+ "BillingState": "Oregon",
1108
+ "BillingPostalCode": "97204",
1109
+ "BillingCountry": "United States",
1110
+ "AnnualRevenue": null,
1111
+ "NumberOfEmployees": 12,
1112
+ "Description": null,
1113
+ "ParentId": null,
1114
+ "OwnerId": "005Fd0000000002IAA",
1115
+ "External_Id__c": null,
1116
+ "Customer_Tier__c": "Free"
1117
+ },
1118
+ "IsDeleted": false,
1119
+ "DeletedDate": null,
1120
+ "CreatedDate": "2026-06-11T16:00:00.000+0000",
1121
+ "CreatedById": "005Fd0000000002IAA",
1122
+ "LastModifiedDate": "2026-06-11T16:00:00.000+0000",
1123
+ "LastModifiedById": "005Fd0000000002IAA",
1124
+ "SystemModstamp": "2026-06-11T16:00:00.000+0000"
1125
+ }
1126
+ },
1127
+ {
1128
+ "action": "upsert",
1129
+ "packageId": "salesforce",
1130
+ "namespace": "accounts",
1131
+ "rowId": "001Fd0000000104IAA",
1132
+ "value": {
1133
+ "Id": "001Fd0000000104IAA",
1134
+ "fields": {
1135
+ "Name": "Vantage Biosciences",
1136
+ "Type": "Prospect",
1137
+ "Industry": "Biotechnology",
1138
+ "Website": "https://vantage-bio.example.org",
1139
+ "Phone": "+41 61 555 0104",
1140
+ "BillingStreet": null,
1141
+ "BillingCity": "Basel",
1142
+ "BillingState": null,
1143
+ "BillingPostalCode": null,
1144
+ "BillingCountry": "Switzerland",
1145
+ "AnnualRevenue": 2200000,
1146
+ "NumberOfEmployees": 85,
1147
+ "Description": null,
1148
+ "ParentId": null,
1149
+ "OwnerId": "005Fd0000000003IAA",
1150
+ "External_Id__c": "BW-ACC-0003",
1151
+ "Customer_Tier__c": null
1152
+ },
1153
+ "IsDeleted": false,
1154
+ "DeletedDate": null,
1155
+ "CreatedDate": "2026-06-18T13:20:00.000+0000",
1156
+ "CreatedById": "005Fd0000000003IAA",
1157
+ "LastModifiedDate": "2026-08-20T10:00:00.000+0000",
1158
+ "LastModifiedById": "005Fd0000000003IAA",
1159
+ "SystemModstamp": "2026-08-20T10:00:00.000+0000"
1160
+ }
1161
+ },
1162
+ {
1163
+ "action": "upsert",
1164
+ "packageId": "salesforce",
1165
+ "namespace": "accounts",
1166
+ "rowId": "001Fd0000000105IAA",
1167
+ "value": {
1168
+ "Id": "001Fd0000000105IAA",
1169
+ "fields": {
1170
+ "Name": "O'Neill Diagnostics",
1171
+ "Type": "Customer - Channel",
1172
+ "Industry": "Healthcare",
1173
+ "Website": "https://oneill-dx.example.com",
1174
+ "Phone": "+353 1 555 0105",
1175
+ "BillingStreet": null,
1176
+ "BillingCity": "Dublin",
1177
+ "BillingState": null,
1178
+ "BillingPostalCode": null,
1179
+ "BillingCountry": "Ireland",
1180
+ "AnnualRevenue": 3100000,
1181
+ "NumberOfEmployees": 60,
1182
+ "Description": null,
1183
+ "ParentId": null,
1184
+ "OwnerId": "005Fd0000000002IAA",
1185
+ "External_Id__c": null,
1186
+ "Customer_Tier__c": "Team"
1187
+ },
1188
+ "IsDeleted": false,
1189
+ "DeletedDate": null,
1190
+ "CreatedDate": "2026-06-25T09:45:00.000+0000",
1191
+ "CreatedById": "005Fd0000000002IAA",
1192
+ "LastModifiedDate": "2026-06-25T09:45:00.000+0000",
1193
+ "LastModifiedById": "005Fd0000000002IAA",
1194
+ "SystemModstamp": "2026-06-25T09:45:00.000+0000"
1195
+ }
1196
+ },
1197
+ {
1198
+ "action": "upsert",
1199
+ "packageId": "salesforce",
1200
+ "namespace": "accounts",
1201
+ "rowId": "001Fd0000000106IAA",
1202
+ "value": {
1203
+ "Id": "001Fd0000000106IAA",
1204
+ "fields": {
1205
+ "Name": "Meridian Instruments SA",
1206
+ "Type": "Technology Partner",
1207
+ "Industry": "Manufacturing",
1208
+ "Website": "https://meridian-inst.example.com",
1209
+ "Phone": "+33 4 55 01 0106",
1210
+ "BillingStreet": "18 rue de la Part-Dieu",
1211
+ "BillingCity": "Lyon",
1212
+ "BillingState": null,
1213
+ "BillingPostalCode": "69003",
1214
+ "BillingCountry": "France",
1215
+ "AnnualRevenue": 32000000,
1216
+ "NumberOfEmployees": 5400,
1217
+ "Description": "Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Brightwater covers co-branded calibration suites, joint field service and a shared spare-parts programme. Meridian Instruments designs and manufactures precision optical benches, thermal chambers and vibration-isolated platforms for laboratory automation. The Lyon plant runs three shifts and supplies OEM subassemblies to European instrument makers; the partnership with Br",
1218
+ "ParentId": null,
1219
+ "OwnerId": "005Fd0000000001IAA",
1220
+ "External_Id__c": null,
1221
+ "Customer_Tier__c": "Enterprise"
1222
+ },
1223
+ "IsDeleted": false,
1224
+ "DeletedDate": null,
1225
+ "CreatedDate": "2026-05-12T08:30:00.000+0000",
1226
+ "CreatedById": "005Fd0000000001IAA",
1227
+ "LastModifiedDate": "2026-09-05T11:00:00.000+0000",
1228
+ "LastModifiedById": "005Fd0000000001IAA",
1229
+ "SystemModstamp": "2026-09-05T11:00:00.000+0000"
1230
+ }
1231
+ },
1232
+ {
1233
+ "action": "upsert",
1234
+ "packageId": "salesforce",
1235
+ "namespace": "accounts",
1236
+ "rowId": "001Fd0000000107IAA",
1237
+ "value": {
1238
+ "Id": "001Fd0000000107IAA",
1239
+ "fields": {
1240
+ "Name": "Nordlicht Labs GmbH",
1241
+ "Type": "Customer - Direct",
1242
+ "Industry": "Biotechnology",
1243
+ "Website": "https://nordlicht-labs.example.com/hamburg",
1244
+ "Phone": "+49 40 5550 1107",
1245
+ "BillingStreet": null,
1246
+ "BillingCity": "Hamburg",
1247
+ "BillingState": null,
1248
+ "BillingPostalCode": null,
1249
+ "BillingCountry": "Germany",
1250
+ "AnnualRevenue": 1800000,
1251
+ "NumberOfEmployees": 45,
1252
+ "Description": "Hamburg branch (subsidiary of the Berlin headquarters).",
1253
+ "ParentId": "001Fd0000000101IAA",
1254
+ "OwnerId": "005Fd0000000002IAA",
1255
+ "External_Id__c": null,
1256
+ "Customer_Tier__c": "Enterprise"
1257
+ },
1258
+ "IsDeleted": false,
1259
+ "DeletedDate": null,
1260
+ "CreatedDate": "2026-07-01T10:15:00.000+0000",
1261
+ "CreatedById": "005Fd0000000002IAA",
1262
+ "LastModifiedDate": "2026-07-01T10:15:00.000+0000",
1263
+ "LastModifiedById": "005Fd0000000002IAA",
1264
+ "SystemModstamp": "2026-07-01T10:15:00.000+0000"
1265
+ }
1266
+ },
1267
+ {
1268
+ "action": "upsert",
1269
+ "packageId": "salesforce",
1270
+ "namespace": "accounts",
1271
+ "rowId": "001Fd0000000108IAA",
1272
+ "value": {
1273
+ "Id": "001Fd0000000108IAA",
1274
+ "fields": {
1275
+ "Name": "Kestrel Environmental",
1276
+ "Type": "Prospect",
1277
+ "Industry": "Energy",
1278
+ "Website": "https://kestrel-env.example.org",
1279
+ "Phone": "+44 1224 555 0108",
1280
+ "BillingStreet": null,
1281
+ "BillingCity": "Aberdeen",
1282
+ "BillingState": null,
1283
+ "BillingPostalCode": null,
1284
+ "BillingCountry": "United Kingdom",
1285
+ "AnnualRevenue": 6700000,
1286
+ "NumberOfEmployees": 210,
1287
+ "Description": null,
1288
+ "ParentId": null,
1289
+ "OwnerId": "005Fd0000000006IAA",
1290
+ "External_Id__c": null,
1291
+ "Customer_Tier__c": null
1292
+ },
1293
+ "IsDeleted": false,
1294
+ "DeletedDate": null,
1295
+ "CreatedDate": "2026-07-14T14:00:00.000+0000",
1296
+ "CreatedById": "005Fd0000000006IAA",
1297
+ "LastModifiedDate": "2026-07-14T14:00:00.000+0000",
1298
+ "LastModifiedById": "005Fd0000000006IAA",
1299
+ "SystemModstamp": "2026-07-14T14:00:00.000+0000"
1300
+ }
1301
+ },
1302
+ {
1303
+ "action": "upsert",
1304
+ "packageId": "salesforce",
1305
+ "namespace": "accounts",
1306
+ "rowId": "001Fd0000000109IAA",
1307
+ "value": {
1308
+ "Id": "001Fd0000000109IAA",
1309
+ "fields": {
1310
+ "Name": "Tidewater University Research",
1311
+ "Type": "Customer - Direct",
1312
+ "Industry": "Education",
1313
+ "Website": "https://tidewater-univ.example.org",
1314
+ "Phone": "+1 757 555 0109",
1315
+ "BillingStreet": null,
1316
+ "BillingCity": "Norfolk",
1317
+ "BillingState": "Virginia",
1318
+ "BillingPostalCode": null,
1319
+ "BillingCountry": "United States",
1320
+ "AnnualRevenue": 12000000,
1321
+ "NumberOfEmployees": 1500,
1322
+ "Description": null,
1323
+ "ParentId": null,
1324
+ "OwnerId": "005Fd0000000003IAA",
1325
+ "External_Id__c": null,
1326
+ "Customer_Tier__c": "Team"
1327
+ },
1328
+ "IsDeleted": false,
1329
+ "DeletedDate": null,
1330
+ "CreatedDate": "2026-07-22T09:00:00.000+0000",
1331
+ "CreatedById": "005Fd0000000003IAA",
1332
+ "LastModifiedDate": "2026-09-08T16:30:00.000+0000",
1333
+ "LastModifiedById": "005Fd0000000003IAA",
1334
+ "SystemModstamp": "2026-09-08T16:30:00.000+0000"
1335
+ }
1336
+ },
1337
+ {
1338
+ "action": "upsert",
1339
+ "packageId": "salesforce",
1340
+ "namespace": "accounts",
1341
+ "rowId": "001Fd0000000110IAA",
1342
+ "value": {
1343
+ "Id": "001Fd0000000110IAA",
1344
+ "fields": {
1345
+ "Name": "Brightwater Legacy Distributor",
1346
+ "Type": "Channel Partner / Reseller",
1347
+ "Industry": "Retail",
1348
+ "Website": null,
1349
+ "Phone": "+31 20 555 0110",
1350
+ "BillingStreet": null,
1351
+ "BillingCity": "Amsterdam",
1352
+ "BillingState": null,
1353
+ "BillingPostalCode": null,
1354
+ "BillingCountry": "Netherlands",
1355
+ "AnnualRevenue": 400000,
1356
+ "NumberOfEmployees": 8,
1357
+ "Description": null,
1358
+ "ParentId": null,
1359
+ "OwnerId": "005Fd0000000002IAA",
1360
+ "External_Id__c": null,
1361
+ "Customer_Tier__c": null
1362
+ },
1363
+ "IsDeleted": true,
1364
+ "DeletedDate": "2026-08-30T17:30:00.000+0000",
1365
+ "CreatedDate": "2026-05-20T12:00:00.000+0000",
1366
+ "CreatedById": "005Fd0000000002IAA",
1367
+ "LastModifiedDate": "2026-08-30T17:30:00.000+0000",
1368
+ "LastModifiedById": "005Fd0000000002IAA",
1369
+ "SystemModstamp": "2026-08-30T17:30:00.000+0000"
1370
+ }
1371
+ },
1372
+ {
1373
+ "action": "upsert",
1374
+ "packageId": "salesforce",
1375
+ "namespace": "contacts",
1376
+ "rowId": "003Fd0000000201IAA",
1377
+ "value": {
1378
+ "Id": "003Fd0000000201IAA",
1379
+ "fields": {
1380
+ "FirstName": "Zoë",
1381
+ "LastName": "Müller",
1382
+ "Name": "Zoë Müller",
1383
+ "Salutation": "Dr.",
1384
+ "Email": "Zoe.Mueller@nordlicht-labs.example.com",
1385
+ "Phone": "+49 30 5550 1201",
1386
+ "MobilePhone": "+49 170 555 1201",
1387
+ "Title": "Head of Lab Operations",
1388
+ "Department": "Operations",
1389
+ "AccountId": "001Fd0000000101IAA",
1390
+ "MailingCity": "Berlin",
1391
+ "MailingCountry": "Germany",
1392
+ "LeadSource": "Web",
1393
+ "HasOptedOutOfEmail": false,
1394
+ "Description": null,
1395
+ "OwnerId": "005Fd0000000002IAA",
1396
+ "External_Id__c": "BW-CON-0001"
1397
+ },
1398
+ "IsDeleted": false,
1399
+ "DeletedDate": null,
1400
+ "CreatedDate": "2026-05-04T10:20:00.000+0000",
1401
+ "CreatedById": "005Fd0000000002IAA",
1402
+ "LastModifiedDate": "2026-08-15T13:00:00.000+0000",
1403
+ "LastModifiedById": "005Fd0000000002IAA",
1404
+ "SystemModstamp": "2026-08-15T13:00:00.000+0000"
1405
+ }
1406
+ },
1407
+ {
1408
+ "action": "upsert",
1409
+ "packageId": "salesforce",
1410
+ "namespace": "contacts",
1411
+ "rowId": "003Fd0000000202IAA",
1412
+ "value": {
1413
+ "Id": "003Fd0000000202IAA",
1414
+ "fields": {
1415
+ "FirstName": "Søren",
1416
+ "LastName": "Kjær",
1417
+ "Name": "Søren Kjær",
1418
+ "Salutation": "Mr.",
1419
+ "Email": "soren.kjaer@nordlicht-labs.example.com",
1420
+ "Phone": "+49 30 5550 1202",
1421
+ "MobilePhone": null,
1422
+ "Title": "Procurement Manager",
1423
+ "Department": "Procurement",
1424
+ "AccountId": "001Fd0000000101IAA",
1425
+ "MailingCity": "Berlin",
1426
+ "MailingCountry": "Germany",
1427
+ "LeadSource": "Partner Referral",
1428
+ "HasOptedOutOfEmail": false,
1429
+ "Description": null,
1430
+ "OwnerId": "005Fd0000000002IAA",
1431
+ "External_Id__c": null
1432
+ },
1433
+ "IsDeleted": false,
1434
+ "DeletedDate": null,
1435
+ "CreatedDate": "2026-05-04T10:25:00.000+0000",
1436
+ "CreatedById": "005Fd0000000002IAA",
1437
+ "LastModifiedDate": "2026-05-04T10:25:00.000+0000",
1438
+ "LastModifiedById": "005Fd0000000002IAA",
1439
+ "SystemModstamp": "2026-05-04T10:25:00.000+0000"
1440
+ }
1441
+ },
1442
+ {
1443
+ "action": "upsert",
1444
+ "packageId": "salesforce",
1445
+ "namespace": "contacts",
1446
+ "rowId": "003Fd0000000203IAA",
1447
+ "value": {
1448
+ "Id": "003Fd0000000203IAA",
1449
+ "fields": {
1450
+ "FirstName": "Priya",
1451
+ "LastName": "Raman",
1452
+ "Name": "Priya Raman",
1453
+ "Salutation": "Ms.",
1454
+ "Email": "priya.raman@nordlicht-labs.example.com",
1455
+ "Phone": "+49 30 5550 1203",
1456
+ "MobilePhone": null,
1457
+ "Title": "Lab Technician",
1458
+ "Department": "Operations",
1459
+ "AccountId": "001Fd0000000101IAA",
1460
+ "MailingCity": "Berlin",
1461
+ "MailingCountry": "Germany",
1462
+ "LeadSource": null,
1463
+ "HasOptedOutOfEmail": true,
1464
+ "Description": null,
1465
+ "OwnerId": "005Fd0000000002IAA",
1466
+ "External_Id__c": null
1467
+ },
1468
+ "IsDeleted": false,
1469
+ "DeletedDate": null,
1470
+ "CreatedDate": "2026-06-02T09:00:00.000+0000",
1471
+ "CreatedById": "005Fd0000000002IAA",
1472
+ "LastModifiedDate": "2026-06-02T09:00:00.000+0000",
1473
+ "LastModifiedById": "005Fd0000000002IAA",
1474
+ "SystemModstamp": "2026-06-02T09:00:00.000+0000"
1475
+ }
1476
+ },
1477
+ {
1478
+ "action": "upsert",
1479
+ "packageId": "salesforce",
1480
+ "namespace": "contacts",
1481
+ "rowId": "003Fd0000000204IAA",
1482
+ "value": {
1483
+ "Id": "003Fd0000000204IAA",
1484
+ "fields": {
1485
+ "FirstName": "Callum",
1486
+ "LastName": "Reid",
1487
+ "Name": "Callum Reid",
1488
+ "Salutation": "Mr.",
1489
+ "Email": "callum.reid@helix-dx.example.org",
1490
+ "Phone": "+44 1223 555 0204",
1491
+ "MobilePhone": null,
1492
+ "Title": "Director of Clinical Operations",
1493
+ "Department": "Clinical",
1494
+ "AccountId": "001Fd0000000102IAA",
1495
+ "MailingCity": "Cambridge",
1496
+ "MailingCountry": "United Kingdom",
1497
+ "LeadSource": "Web",
1498
+ "HasOptedOutOfEmail": false,
1499
+ "Description": null,
1500
+ "OwnerId": "005Fd0000000003IAA",
1501
+ "External_Id__c": "BW-CON-0002"
1502
+ },
1503
+ "IsDeleted": false,
1504
+ "DeletedDate": null,
1505
+ "CreatedDate": "2026-05-06T11:40:00.000+0000",
1506
+ "CreatedById": "005Fd0000000003IAA",
1507
+ "LastModifiedDate": "2026-07-05T10:00:00.000+0000",
1508
+ "LastModifiedById": "005Fd0000000003IAA",
1509
+ "SystemModstamp": "2026-07-05T10:00:00.000+0000"
1510
+ }
1511
+ },
1512
+ {
1513
+ "action": "upsert",
1514
+ "packageId": "salesforce",
1515
+ "namespace": "contacts",
1516
+ "rowId": "003Fd0000000205IAA",
1517
+ "value": {
1518
+ "Id": "003Fd0000000205IAA",
1519
+ "fields": {
1520
+ "FirstName": "Amara",
1521
+ "LastName": "Osei",
1522
+ "Name": "Amara Osei",
1523
+ "Salutation": "Dr.",
1524
+ "Email": "amara.osei@helix-dx.example.org",
1525
+ "Phone": "+44 1223 555 0205",
1526
+ "MobilePhone": null,
1527
+ "Title": "Quality Manager",
1528
+ "Department": "Quality",
1529
+ "AccountId": "001Fd0000000102IAA",
1530
+ "MailingCity": "Cambridge",
1531
+ "MailingCountry": "United Kingdom",
1532
+ "LeadSource": "Other",
1533
+ "HasOptedOutOfEmail": false,
1534
+ "Description": null,
1535
+ "OwnerId": "005Fd0000000003IAA",
1536
+ "External_Id__c": null
1537
+ },
1538
+ "IsDeleted": false,
1539
+ "DeletedDate": null,
1540
+ "CreatedDate": "2026-06-30T15:00:00.000+0000",
1541
+ "CreatedById": "005Fd0000000003IAA",
1542
+ "LastModifiedDate": "2026-06-30T15:00:00.000+0000",
1543
+ "LastModifiedById": "005Fd0000000003IAA",
1544
+ "SystemModstamp": "2026-06-30T15:00:00.000+0000"
1545
+ }
1546
+ },
1547
+ {
1548
+ "action": "upsert",
1549
+ "packageId": "salesforce",
1550
+ "namespace": "contacts",
1551
+ "rowId": "003Fd0000000206IAA",
1552
+ "value": {
1553
+ "Id": "003Fd0000000206IAA",
1554
+ "fields": {
1555
+ "FirstName": "Tom",
1556
+ "LastName": "Hendriks",
1557
+ "Name": "Tom Hendriks",
1558
+ "Salutation": "Mr.",
1559
+ "Email": null,
1560
+ "Phone": "+31 20 555 0206",
1561
+ "MobilePhone": null,
1562
+ "Title": "Field Engineer",
1563
+ "Department": "Service",
1564
+ "AccountId": "001Fd0000000102IAA",
1565
+ "MailingCity": "Amsterdam",
1566
+ "MailingCountry": "Netherlands",
1567
+ "LeadSource": null,
1568
+ "HasOptedOutOfEmail": false,
1569
+ "Description": null,
1570
+ "OwnerId": "005Fd0000000003IAA",
1571
+ "External_Id__c": null
1572
+ },
1573
+ "IsDeleted": false,
1574
+ "DeletedDate": null,
1575
+ "CreatedDate": "2026-07-08T08:45:00.000+0000",
1576
+ "CreatedById": "005Fd0000000003IAA",
1577
+ "LastModifiedDate": "2026-07-08T08:45:00.000+0000",
1578
+ "LastModifiedById": "005Fd0000000003IAA",
1579
+ "SystemModstamp": "2026-07-08T08:45:00.000+0000"
1580
+ }
1581
+ },
1582
+ {
1583
+ "action": "upsert",
1584
+ "packageId": "salesforce",
1585
+ "namespace": "contacts",
1586
+ "rowId": "003Fd0000000207IAA",
1587
+ "value": {
1588
+ "Id": "003Fd0000000207IAA",
1589
+ "fields": {
1590
+ "FirstName": "Isabel",
1591
+ "LastName": "Moreno",
1592
+ "Name": "Isabel Moreno",
1593
+ "Salutation": "Ms.",
1594
+ "Email": "isabel.moreno@aldercreek.example.com",
1595
+ "Phone": "+1 503 555 0207",
1596
+ "MobilePhone": null,
1597
+ "Title": "Founder",
1598
+ "Department": null,
1599
+ "AccountId": "001Fd0000000103IAA",
1600
+ "MailingCity": "Portland",
1601
+ "MailingCountry": "United States",
1602
+ "LeadSource": "Web",
1603
+ "HasOptedOutOfEmail": false,
1604
+ "Description": null,
1605
+ "OwnerId": "005Fd0000000002IAA",
1606
+ "External_Id__c": null
1607
+ },
1608
+ "IsDeleted": false,
1609
+ "DeletedDate": null,
1610
+ "CreatedDate": "2026-06-11T16:10:00.000+0000",
1611
+ "CreatedById": "005Fd0000000002IAA",
1612
+ "LastModifiedDate": "2026-06-11T16:10:00.000+0000",
1613
+ "LastModifiedById": "005Fd0000000002IAA",
1614
+ "SystemModstamp": "2026-06-11T16:10:00.000+0000"
1615
+ }
1616
+ },
1617
+ {
1618
+ "action": "upsert",
1619
+ "packageId": "salesforce",
1620
+ "namespace": "contacts",
1621
+ "rowId": "003Fd0000000208IAA",
1622
+ "value": {
1623
+ "Id": "003Fd0000000208IAA",
1624
+ "fields": {
1625
+ "FirstName": "Lukas",
1626
+ "LastName": "Brandt",
1627
+ "Name": "Lukas Brandt",
1628
+ "Salutation": "Dr.",
1629
+ "Email": "lukas.brandt@vantage-bio.example.org",
1630
+ "Phone": "+41 61 555 0208",
1631
+ "MobilePhone": null,
1632
+ "Title": "Chief Scientific Officer",
1633
+ "Department": "R&D",
1634
+ "AccountId": "001Fd0000000104IAA",
1635
+ "MailingCity": "Basel",
1636
+ "MailingCountry": "Switzerland",
1637
+ "LeadSource": "Purchased List",
1638
+ "HasOptedOutOfEmail": false,
1639
+ "Description": null,
1640
+ "OwnerId": "005Fd0000000003IAA",
1641
+ "External_Id__c": null
1642
+ },
1643
+ "IsDeleted": false,
1644
+ "DeletedDate": null,
1645
+ "CreatedDate": "2026-06-18T13:30:00.000+0000",
1646
+ "CreatedById": "005Fd0000000003IAA",
1647
+ "LastModifiedDate": "2026-06-18T13:30:00.000+0000",
1648
+ "LastModifiedById": "005Fd0000000003IAA",
1649
+ "SystemModstamp": "2026-06-18T13:30:00.000+0000"
1650
+ }
1651
+ },
1652
+ {
1653
+ "action": "upsert",
1654
+ "packageId": "salesforce",
1655
+ "namespace": "contacts",
1656
+ "rowId": "003Fd0000000209IAA",
1657
+ "value": {
1658
+ "Id": "003Fd0000000209IAA",
1659
+ "fields": {
1660
+ "FirstName": "Niamh",
1661
+ "LastName": "O'Neill",
1662
+ "Name": "Niamh O'Neill",
1663
+ "Salutation": "Ms.",
1664
+ "Email": "niamh.oneill@oneill-dx.example.com",
1665
+ "Phone": "+353 1 555 0209",
1666
+ "MobilePhone": null,
1667
+ "Title": "Chief Executive Officer",
1668
+ "Department": null,
1669
+ "AccountId": "001Fd0000000105IAA",
1670
+ "MailingCity": "Dublin",
1671
+ "MailingCountry": "Ireland",
1672
+ "LeadSource": "Phone Inquiry",
1673
+ "HasOptedOutOfEmail": false,
1674
+ "Description": null,
1675
+ "OwnerId": "005Fd0000000002IAA",
1676
+ "External_Id__c": null
1677
+ },
1678
+ "IsDeleted": false,
1679
+ "DeletedDate": null,
1680
+ "CreatedDate": "2026-06-25T09:50:00.000+0000",
1681
+ "CreatedById": "005Fd0000000002IAA",
1682
+ "LastModifiedDate": "2026-06-25T09:50:00.000+0000",
1683
+ "LastModifiedById": "005Fd0000000002IAA",
1684
+ "SystemModstamp": "2026-06-25T09:50:00.000+0000"
1685
+ }
1686
+ },
1687
+ {
1688
+ "action": "upsert",
1689
+ "packageId": "salesforce",
1690
+ "namespace": "contacts",
1691
+ "rowId": "003Fd0000000210IAA",
1692
+ "value": {
1693
+ "Id": "003Fd0000000210IAA",
1694
+ "fields": {
1695
+ "FirstName": "Grace",
1696
+ "LastName": "Adeyemi",
1697
+ "Name": "Grace Adeyemi",
1698
+ "Salutation": "Mrs.",
1699
+ "Email": "grace.adeyemi@meridian-inst.example.com",
1700
+ "Phone": "+33 4 55 01 0210",
1701
+ "MobilePhone": null,
1702
+ "Title": "Plant Manager",
1703
+ "Department": "Manufacturing",
1704
+ "AccountId": "001Fd0000000106IAA",
1705
+ "MailingCity": "Lyon",
1706
+ "MailingCountry": "France",
1707
+ "LeadSource": null,
1708
+ "HasOptedOutOfEmail": false,
1709
+ "Description": null,
1710
+ "OwnerId": "005Fd0000000001IAA",
1711
+ "External_Id__c": null
1712
+ },
1713
+ "IsDeleted": false,
1714
+ "DeletedDate": null,
1715
+ "CreatedDate": "2026-05-12T08:40:00.000+0000",
1716
+ "CreatedById": "005Fd0000000001IAA",
1717
+ "LastModifiedDate": "2026-09-05T11:05:00.000+0000",
1718
+ "LastModifiedById": "005Fd0000000001IAA",
1719
+ "SystemModstamp": "2026-09-05T11:05:00.000+0000"
1720
+ }
1721
+ },
1722
+ {
1723
+ "action": "upsert",
1724
+ "packageId": "salesforce",
1725
+ "namespace": "contacts",
1726
+ "rowId": "003Fd0000000211IAA",
1727
+ "value": {
1728
+ "Id": "003Fd0000000211IAA",
1729
+ "fields": {
1730
+ "FirstName": "Yuki",
1731
+ "LastName": "Sato",
1732
+ "Name": "Yuki Sato",
1733
+ "Salutation": "Prof.",
1734
+ "Email": "yuki.sato@tidewater-univ.example.org",
1735
+ "Phone": "+1 757 555 0211",
1736
+ "MobilePhone": null,
1737
+ "Title": "Research Director",
1738
+ "Department": "Marine Sciences",
1739
+ "AccountId": "001Fd0000000109IAA",
1740
+ "MailingCity": "Norfolk",
1741
+ "MailingCountry": "United States",
1742
+ "LeadSource": "Web",
1743
+ "HasOptedOutOfEmail": false,
1744
+ "Description": null,
1745
+ "OwnerId": "005Fd0000000003IAA",
1746
+ "External_Id__c": null
1747
+ },
1748
+ "IsDeleted": false,
1749
+ "DeletedDate": null,
1750
+ "CreatedDate": "2026-07-22T09:10:00.000+0000",
1751
+ "CreatedById": "005Fd0000000003IAA",
1752
+ "LastModifiedDate": "2026-07-22T09:10:00.000+0000",
1753
+ "LastModifiedById": "005Fd0000000003IAA",
1754
+ "SystemModstamp": "2026-07-22T09:10:00.000+0000"
1755
+ }
1756
+ },
1757
+ {
1758
+ "action": "upsert",
1759
+ "packageId": "salesforce",
1760
+ "namespace": "contacts",
1761
+ "rowId": "003Fd0000000212IAA",
1762
+ "value": {
1763
+ "Id": "003Fd0000000212IAA",
1764
+ "fields": {
1765
+ "FirstName": "Hannah",
1766
+ "LastName": "Walsh",
1767
+ "Name": "Hannah Walsh",
1768
+ "Salutation": "Ms.",
1769
+ "Email": "hannah.walsh@example.org",
1770
+ "Phone": "+44 20 7946 0212",
1771
+ "MobilePhone": null,
1772
+ "Title": "Independent laboratory consultant",
1773
+ "Department": null,
1774
+ "AccountId": null,
1775
+ "MailingCity": "London",
1776
+ "MailingCountry": "United Kingdom",
1777
+ "LeadSource": "Other",
1778
+ "HasOptedOutOfEmail": false,
1779
+ "Description": "Private contact without an account (visible to the owner only).",
1780
+ "OwnerId": "005Fd0000000003IAA",
1781
+ "External_Id__c": null
1782
+ },
1783
+ "IsDeleted": false,
1784
+ "DeletedDate": null,
1785
+ "CreatedDate": "2026-08-03T10:00:00.000+0000",
1786
+ "CreatedById": "005Fd0000000003IAA",
1787
+ "LastModifiedDate": "2026-08-03T10:00:00.000+0000",
1788
+ "LastModifiedById": "005Fd0000000003IAA",
1789
+ "SystemModstamp": "2026-08-03T10:00:00.000+0000"
1790
+ }
1791
+ },
1792
+ {
1793
+ "action": "upsert",
1794
+ "packageId": "salesforce",
1795
+ "namespace": "contacts",
1796
+ "rowId": "003Fd0000000213IAA",
1797
+ "value": {
1798
+ "Id": "003Fd0000000213IAA",
1799
+ "fields": {
1800
+ "FirstName": "Marco",
1801
+ "LastName": "Bellini",
1802
+ "Name": "Marco Bellini",
1803
+ "Salutation": "Mr.",
1804
+ "Email": "marco.bellini@kestrel-env.example.org",
1805
+ "Phone": "+44 1224 555 0213",
1806
+ "MobilePhone": null,
1807
+ "Title": "Site Lead",
1808
+ "Department": null,
1809
+ "AccountId": "001Fd0000000108IAA",
1810
+ "MailingCity": "Aberdeen",
1811
+ "MailingCountry": "United Kingdom",
1812
+ "LeadSource": null,
1813
+ "HasOptedOutOfEmail": false,
1814
+ "Description": null,
1815
+ "OwnerId": "005Fd0000000006IAA",
1816
+ "External_Id__c": null
1817
+ },
1818
+ "IsDeleted": false,
1819
+ "DeletedDate": null,
1820
+ "CreatedDate": "2026-07-14T14:10:00.000+0000",
1821
+ "CreatedById": "005Fd0000000006IAA",
1822
+ "LastModifiedDate": "2026-07-14T14:10:00.000+0000",
1823
+ "LastModifiedById": "005Fd0000000006IAA",
1824
+ "SystemModstamp": "2026-07-14T14:10:00.000+0000"
1825
+ }
1826
+ },
1827
+ {
1828
+ "action": "upsert",
1829
+ "packageId": "salesforce",
1830
+ "namespace": "contacts",
1831
+ "rowId": "003Fd0000000214IAA",
1832
+ "value": {
1833
+ "Id": "003Fd0000000214IAA",
1834
+ "fields": {
1835
+ "FirstName": "Frank",
1836
+ "LastName": "Delacroix",
1837
+ "Name": "Frank Delacroix",
1838
+ "Salutation": "Mr.",
1839
+ "Email": "frank.delacroix@legacy-dist.example.com",
1840
+ "Phone": "+31 20 555 0214",
1841
+ "MobilePhone": null,
1842
+ "Title": "Owner",
1843
+ "Department": null,
1844
+ "AccountId": "001Fd0000000110IAA",
1845
+ "MailingCity": "Amsterdam",
1846
+ "MailingCountry": "Netherlands",
1847
+ "LeadSource": null,
1848
+ "HasOptedOutOfEmail": false,
1849
+ "Description": null,
1850
+ "OwnerId": "005Fd0000000002IAA",
1851
+ "External_Id__c": null
1852
+ },
1853
+ "IsDeleted": true,
1854
+ "DeletedDate": "2026-08-30T17:30:00.000+0000",
1855
+ "CreatedDate": "2026-05-20T12:05:00.000+0000",
1856
+ "CreatedById": "005Fd0000000002IAA",
1857
+ "LastModifiedDate": "2026-08-30T17:30:00.000+0000",
1858
+ "LastModifiedById": "005Fd0000000002IAA",
1859
+ "SystemModstamp": "2026-08-30T17:30:00.000+0000"
1860
+ }
1861
+ },
1862
+ {
1863
+ "action": "upsert",
1864
+ "packageId": "salesforce",
1865
+ "namespace": "leads",
1866
+ "rowId": "00QFd0000000301MAA",
1867
+ "value": {
1868
+ "Id": "00QFd0000000301MAA",
1869
+ "fields": {
1870
+ "FirstName": "Elin",
1871
+ "LastName": "Vasquez",
1872
+ "Name": "Elin Vasquez",
1873
+ "Company": "Cobalt Peak Medical",
1874
+ "Title": "Lab Director",
1875
+ "Email": "elin.vasquez@cobaltpeak.example.com",
1876
+ "Phone": "+1 720 555 0301",
1877
+ "Website": "https://cobaltpeak.example.com",
1878
+ "Status": "Open - Not Contacted",
1879
+ "LeadSource": "Web",
1880
+ "Industry": "Healthcare",
1881
+ "Rating": "Hot",
1882
+ "NumberOfEmployees": 90,
1883
+ "City": "Denver",
1884
+ "Country": "United States",
1885
+ "Description": null,
1886
+ "IsConverted": false,
1887
+ "ConvertedDate": null,
1888
+ "ConvertedAccountId": null,
1889
+ "ConvertedContactId": null,
1890
+ "ConvertedOpportunityId": null,
1891
+ "OwnerId": "005Fd0000000004IAA"
1892
+ },
1893
+ "IsDeleted": false,
1894
+ "DeletedDate": null,
1895
+ "CreatedDate": "2026-09-10T08:00:00.000+0000",
1896
+ "CreatedById": "005Fd0000000004IAA",
1897
+ "LastModifiedDate": "2026-09-10T08:00:00.000+0000",
1898
+ "LastModifiedById": "005Fd0000000004IAA",
1899
+ "SystemModstamp": "2026-09-10T08:00:00.000+0000"
1900
+ }
1901
+ },
1902
+ {
1903
+ "action": "upsert",
1904
+ "packageId": "salesforce",
1905
+ "namespace": "leads",
1906
+ "rowId": "00QFd0000000302MAA",
1907
+ "value": {
1908
+ "Id": "00QFd0000000302MAA",
1909
+ "fields": {
1910
+ "FirstName": "Rahul",
1911
+ "LastName": "Mehta",
1912
+ "Name": "Rahul Mehta",
1913
+ "Company": "Sundial Genomics",
1914
+ "Title": "Head of Platform",
1915
+ "Email": "rahul.mehta@sundial-genomics.example.org",
1916
+ "Phone": "+91 80 5550 0302",
1917
+ "Website": null,
1918
+ "Status": "Working - Contacted",
1919
+ "LeadSource": "Partner Referral",
1920
+ "Industry": "Biotechnology",
1921
+ "Rating": "Warm",
1922
+ "NumberOfEmployees": 400,
1923
+ "City": "Bengaluru",
1924
+ "Country": "India",
1925
+ "Description": null,
1926
+ "IsConverted": false,
1927
+ "ConvertedDate": null,
1928
+ "ConvertedAccountId": null,
1929
+ "ConvertedContactId": null,
1930
+ "ConvertedOpportunityId": null,
1931
+ "OwnerId": "005Fd0000000002IAA"
1932
+ },
1933
+ "IsDeleted": false,
1934
+ "DeletedDate": null,
1935
+ "CreatedDate": "2026-07-02T09:30:00.000+0000",
1936
+ "CreatedById": "005Fd0000000002IAA",
1937
+ "LastModifiedDate": "2026-08-11T12:00:00.000+0000",
1938
+ "LastModifiedById": "005Fd0000000002IAA",
1939
+ "SystemModstamp": "2026-08-11T12:00:00.000+0000"
1940
+ }
1941
+ },
1942
+ {
1943
+ "action": "upsert",
1944
+ "packageId": "salesforce",
1945
+ "namespace": "leads",
1946
+ "rowId": "00QFd0000000303MAA",
1947
+ "value": {
1948
+ "Id": "00QFd0000000303MAA",
1949
+ "fields": {
1950
+ "FirstName": "Chloé",
1951
+ "LastName": "Dubois",
1952
+ "Name": "Chloé Dubois",
1953
+ "Company": "Atelier Pharma",
1954
+ "Title": "Operations Lead",
1955
+ "Email": null,
1956
+ "Phone": "+33 1 55 50 0303",
1957
+ "Website": null,
1958
+ "Status": "Open - Not Contacted",
1959
+ "LeadSource": "Phone Inquiry",
1960
+ "Industry": "Healthcare",
1961
+ "Rating": "Cold",
1962
+ "NumberOfEmployees": null,
1963
+ "City": "Paris",
1964
+ "Country": "France",
1965
+ "Description": null,
1966
+ "IsConverted": false,
1967
+ "ConvertedDate": null,
1968
+ "ConvertedAccountId": null,
1969
+ "ConvertedContactId": null,
1970
+ "ConvertedOpportunityId": null,
1971
+ "OwnerId": "005Fd0000000004IAA"
1972
+ },
1973
+ "IsDeleted": false,
1974
+ "DeletedDate": null,
1975
+ "CreatedDate": "2026-09-01T10:00:00.000+0000",
1976
+ "CreatedById": "005Fd0000000004IAA",
1977
+ "LastModifiedDate": "2026-09-01T10:00:00.000+0000",
1978
+ "LastModifiedById": "005Fd0000000004IAA",
1979
+ "SystemModstamp": "2026-09-01T10:00:00.000+0000"
1980
+ }
1981
+ },
1982
+ {
1983
+ "action": "upsert",
1984
+ "packageId": "salesforce",
1985
+ "namespace": "leads",
1986
+ "rowId": "00QFd0000000304MAA",
1987
+ "value": {
1988
+ "Id": "00QFd0000000304MAA",
1989
+ "fields": {
1990
+ "FirstName": "Omar",
1991
+ "LastName": "Haddad",
1992
+ "Name": "Omar Haddad",
1993
+ "Company": "Levant Diagnostics",
1994
+ "Title": "Procurement",
1995
+ "Email": "omar.haddad@levant-dx.example.com",
1996
+ "Phone": null,
1997
+ "Website": null,
1998
+ "Status": "Closed - Not Converted",
1999
+ "LeadSource": "Purchased List",
2000
+ "Industry": "Healthcare",
2001
+ "Rating": null,
2002
+ "NumberOfEmployees": null,
2003
+ "City": "Beirut",
2004
+ "Country": "Lebanon",
2005
+ "Description": "Budget frozen until next fiscal year.",
2006
+ "IsConverted": false,
2007
+ "ConvertedDate": null,
2008
+ "ConvertedAccountId": null,
2009
+ "ConvertedContactId": null,
2010
+ "ConvertedOpportunityId": null,
2011
+ "OwnerId": "005Fd0000000003IAA"
2012
+ },
2013
+ "IsDeleted": false,
2014
+ "DeletedDate": null,
2015
+ "CreatedDate": "2026-06-15T11:00:00.000+0000",
2016
+ "CreatedById": "005Fd0000000003IAA",
2017
+ "LastModifiedDate": "2026-07-20T09:00:00.000+0000",
2018
+ "LastModifiedById": "005Fd0000000003IAA",
2019
+ "SystemModstamp": "2026-07-20T09:00:00.000+0000"
2020
+ }
2021
+ },
2022
+ {
2023
+ "action": "upsert",
2024
+ "packageId": "salesforce",
2025
+ "namespace": "leads",
2026
+ "rowId": "00QFd0000000305MAA",
2027
+ "value": {
2028
+ "Id": "00QFd0000000305MAA",
2029
+ "fields": {
2030
+ "FirstName": "Sofia",
2031
+ "LastName": "Rossi",
2032
+ "Name": "Sofia Rossi",
2033
+ "Company": "Rossi Laboratori",
2034
+ "Title": "Managing Director",
2035
+ "Email": "sofia.rossi@rossi-lab.example.com",
2036
+ "Phone": "+39 02 5550 0305",
2037
+ "Website": "https://rossi-lab.example.com",
2038
+ "Status": "Working - Contacted",
2039
+ "LeadSource": "Web",
2040
+ "Industry": "Biotechnology",
2041
+ "Rating": "Hot",
2042
+ "NumberOfEmployees": 35,
2043
+ "City": "Milan",
2044
+ "Country": "Italy",
2045
+ "Description": null,
2046
+ "IsConverted": false,
2047
+ "ConvertedDate": null,
2048
+ "ConvertedAccountId": null,
2049
+ "ConvertedContactId": null,
2050
+ "ConvertedOpportunityId": null,
2051
+ "OwnerId": "005Fd0000000002IAA"
2052
+ },
2053
+ "IsDeleted": false,
2054
+ "DeletedDate": null,
2055
+ "CreatedDate": "2026-08-28T14:15:00.000+0000",
2056
+ "CreatedById": "005Fd0000000002IAA",
2057
+ "LastModifiedDate": "2026-09-09T10:20:00.000+0000",
2058
+ "LastModifiedById": "005Fd0000000002IAA",
2059
+ "SystemModstamp": "2026-09-09T10:20:00.000+0000"
2060
+ }
2061
+ },
2062
+ {
2063
+ "action": "upsert",
2064
+ "packageId": "salesforce",
2065
+ "namespace": "leads",
2066
+ "rowId": "00QFd0000000306MAA",
2067
+ "value": {
2068
+ "Id": "00QFd0000000306MAA",
2069
+ "fields": {
2070
+ "FirstName": "Daniel",
2071
+ "LastName": "Park",
2072
+ "Name": "Daniel Park",
2073
+ "Company": "Halcyon Biotech",
2074
+ "Title": "VP Research",
2075
+ "Email": "daniel.park@halcyon-bio.example.org",
2076
+ "Phone": "+82 2 555 0306",
2077
+ "Website": null,
2078
+ "Status": "Open - Not Contacted",
2079
+ "LeadSource": "Other",
2080
+ "Industry": "Biotechnology",
2081
+ "Rating": "Warm",
2082
+ "NumberOfEmployees": 150,
2083
+ "City": "Seoul",
2084
+ "Country": "South Korea",
2085
+ "Description": null,
2086
+ "IsConverted": false,
2087
+ "ConvertedDate": null,
2088
+ "ConvertedAccountId": null,
2089
+ "ConvertedContactId": null,
2090
+ "ConvertedOpportunityId": null,
2091
+ "OwnerId": "005Fd0000000004IAA"
2092
+ },
2093
+ "IsDeleted": false,
2094
+ "DeletedDate": null,
2095
+ "CreatedDate": "2026-09-12T07:45:00.000+0000",
2096
+ "CreatedById": "005Fd0000000004IAA",
2097
+ "LastModifiedDate": "2026-09-12T07:45:00.000+0000",
2098
+ "LastModifiedById": "005Fd0000000004IAA",
2099
+ "SystemModstamp": "2026-09-12T07:45:00.000+0000"
2100
+ }
2101
+ },
2102
+ {
2103
+ "action": "upsert",
2104
+ "packageId": "salesforce",
2105
+ "namespace": "leads",
2106
+ "rowId": "00QFd0000000307MAA",
2107
+ "value": {
2108
+ "Id": "00QFd0000000307MAA",
2109
+ "fields": {
2110
+ "FirstName": "Ingrid",
2111
+ "LastName": "Nilsen",
2112
+ "Name": "Ingrid Nilsen",
2113
+ "Company": "Fjord Analytics",
2114
+ "Title": "CTO",
2115
+ "Email": "ingrid.nilsen@fjord-analytics.example.org",
2116
+ "Phone": "+47 22 55 50 307",
2117
+ "Website": null,
2118
+ "Status": "Working - Contacted",
2119
+ "LeadSource": "Web",
2120
+ "Industry": "Technology",
2121
+ "Rating": "Cold",
2122
+ "NumberOfEmployees": 20,
2123
+ "City": "Bergen",
2124
+ "Country": "Norway",
2125
+ "Description": null,
2126
+ "IsConverted": false,
2127
+ "ConvertedDate": null,
2128
+ "ConvertedAccountId": null,
2129
+ "ConvertedContactId": null,
2130
+ "ConvertedOpportunityId": null,
2131
+ "OwnerId": "005Fd0000000003IAA"
2132
+ },
2133
+ "IsDeleted": false,
2134
+ "DeletedDate": null,
2135
+ "CreatedDate": "2026-05-20T09:00:00.000+0000",
2136
+ "CreatedById": "005Fd0000000003IAA",
2137
+ "LastModifiedDate": "2026-06-02T11:30:00.000+0000",
2138
+ "LastModifiedById": "005Fd0000000003IAA",
2139
+ "SystemModstamp": "2026-06-02T11:30:00.000+0000"
2140
+ }
2141
+ },
2142
+ {
2143
+ "action": "upsert",
2144
+ "packageId": "salesforce",
2145
+ "namespace": "leads",
2146
+ "rowId": "00QFd0000000308MAA",
2147
+ "value": {
2148
+ "Id": "00QFd0000000308MAA",
2149
+ "fields": {
2150
+ "FirstName": "Mateo",
2151
+ "LastName": "Silva",
2152
+ "Name": "Mateo Silva",
2153
+ "Company": "Helix Diagnostics Ltd",
2154
+ "Title": "Clinical Lead",
2155
+ "Email": "mateo.silva@helix-dx.example.org",
2156
+ "Phone": "+44 1223 555 0308",
2157
+ "Website": null,
2158
+ "Status": "Closed - Converted",
2159
+ "LeadSource": "Web",
2160
+ "Industry": "Healthcare",
2161
+ "Rating": "Hot",
2162
+ "NumberOfEmployees": 120,
2163
+ "City": "Cambridge",
2164
+ "Country": "United Kingdom",
2165
+ "Description": null,
2166
+ "IsConverted": true,
2167
+ "ConvertedDate": "2026-06-30",
2168
+ "ConvertedAccountId": "001Fd0000000102IAA",
2169
+ "ConvertedContactId": "003Fd0000000205IAA",
2170
+ "ConvertedOpportunityId": "006Fd0000000403IAA",
2171
+ "OwnerId": "005Fd0000000003IAA"
2172
+ },
2173
+ "IsDeleted": false,
2174
+ "DeletedDate": null,
2175
+ "CreatedDate": "2026-05-05T13:00:00.000+0000",
2176
+ "CreatedById": "005Fd0000000003IAA",
2177
+ "LastModifiedDate": "2026-06-30T15:00:00.000+0000",
2178
+ "LastModifiedById": "005Fd0000000003IAA",
2179
+ "SystemModstamp": "2026-06-30T15:00:00.000+0000"
2180
+ }
2181
+ },
2182
+ {
2183
+ "action": "upsert",
2184
+ "packageId": "salesforce",
2185
+ "namespace": "opportunities",
2186
+ "rowId": "006Fd0000000401IAA",
2187
+ "value": {
2188
+ "Id": "006Fd0000000401IAA",
2189
+ "fields": {
2190
+ "Name": "Nordlicht Labs - Spectrometer Fleet Renewal",
2191
+ "AccountId": "001Fd0000000101IAA",
2192
+ "StageName": "Negotiation/Review",
2193
+ "Amount": 184000,
2194
+ "CloseDate": "2026-09-30",
2195
+ "Probability": 90,
2196
+ "Type": "Existing Customer - Upgrade",
2197
+ "LeadSource": "Web",
2198
+ "NextStep": "Legal review of the frame agreement",
2199
+ "Description": null,
2200
+ "IsClosed": false,
2201
+ "IsWon": false,
2202
+ "ForecastCategory": "Commit",
2203
+ "ForecastCategoryName": "Commit",
2204
+ "OwnerId": "005Fd0000000002IAA",
2205
+ "ARR__c": null
2206
+ },
2207
+ "IsDeleted": false,
2208
+ "DeletedDate": null,
2209
+ "CreatedDate": "2026-06-05T10:00:00.000+0000",
2210
+ "CreatedById": "005Fd0000000002IAA",
2211
+ "LastModifiedDate": "2026-09-02T15:45:00.000+0000",
2212
+ "LastModifiedById": "005Fd0000000002IAA",
2213
+ "SystemModstamp": "2026-09-02T15:45:00.000+0000"
2214
+ }
2215
+ },
2216
+ {
2217
+ "action": "upsert",
2218
+ "packageId": "salesforce",
2219
+ "namespace": "opportunities",
2220
+ "rowId": "006Fd0000000402IAA",
2221
+ "value": {
2222
+ "Id": "006Fd0000000402IAA",
2223
+ "fields": {
2224
+ "Name": "Nordlicht Labs - Service Contract 2027",
2225
+ "AccountId": "001Fd0000000101IAA",
2226
+ "StageName": "Proposal/Price Quote",
2227
+ "Amount": 42000,
2228
+ "CloseDate": "2026-10-15",
2229
+ "Probability": 75,
2230
+ "Type": "Existing Customer - Upgrade",
2231
+ "LeadSource": null,
2232
+ "NextStep": "Send revised quote",
2233
+ "Description": null,
2234
+ "IsClosed": false,
2235
+ "IsWon": false,
2236
+ "ForecastCategory": "BestCase",
2237
+ "ForecastCategoryName": "Best Case",
2238
+ "OwnerId": "005Fd0000000002IAA",
2239
+ "ARR__c": null
2240
+ },
2241
+ "IsDeleted": false,
2242
+ "DeletedDate": null,
2243
+ "CreatedDate": "2026-07-19T11:00:00.000+0000",
2244
+ "CreatedById": "005Fd0000000002IAA",
2245
+ "LastModifiedDate": "2026-08-30T09:15:00.000+0000",
2246
+ "LastModifiedById": "005Fd0000000002IAA",
2247
+ "SystemModstamp": "2026-08-30T09:15:00.000+0000"
2248
+ }
2249
+ },
2250
+ {
2251
+ "action": "upsert",
2252
+ "packageId": "salesforce",
2253
+ "namespace": "opportunities",
2254
+ "rowId": "006Fd0000000403IAA",
2255
+ "value": {
2256
+ "Id": "006Fd0000000403IAA",
2257
+ "fields": {
2258
+ "Name": "Helix Diagnostics - Clinical Analyzer Pilot",
2259
+ "AccountId": "001Fd0000000102IAA",
2260
+ "StageName": "Closed Won",
2261
+ "Amount": 96000,
2262
+ "CloseDate": "2026-06-30",
2263
+ "Probability": 100,
2264
+ "Type": "New Customer",
2265
+ "LeadSource": "Web",
2266
+ "NextStep": null,
2267
+ "Description": null,
2268
+ "IsClosed": true,
2269
+ "IsWon": true,
2270
+ "ForecastCategory": "Closed",
2271
+ "ForecastCategoryName": "Closed",
2272
+ "OwnerId": "005Fd0000000003IAA",
2273
+ "ARR__c": 96000
2274
+ },
2275
+ "IsDeleted": false,
2276
+ "DeletedDate": null,
2277
+ "CreatedDate": "2026-05-06T12:00:00.000+0000",
2278
+ "CreatedById": "005Fd0000000003IAA",
2279
+ "LastModifiedDate": "2026-06-30T15:00:00.000+0000",
2280
+ "LastModifiedById": "005Fd0000000003IAA",
2281
+ "SystemModstamp": "2026-06-30T15:00:00.000+0000"
2282
+ }
2283
+ },
2284
+ {
2285
+ "action": "upsert",
2286
+ "packageId": "salesforce",
2287
+ "namespace": "opportunities",
2288
+ "rowId": "006Fd0000000404IAA",
2289
+ "value": {
2290
+ "Id": "006Fd0000000404IAA",
2291
+ "fields": {
2292
+ "Name": "Helix Diagnostics - Expansion Phase 2",
2293
+ "AccountId": "001Fd0000000102IAA",
2294
+ "StageName": "Qualification",
2295
+ "Amount": null,
2296
+ "CloseDate": "2026-11-30",
2297
+ "Probability": 10,
2298
+ "Type": "Existing Customer - Upgrade",
2299
+ "LeadSource": null,
2300
+ "NextStep": "Scope the second analyzer line",
2301
+ "Description": null,
2302
+ "IsClosed": false,
2303
+ "IsWon": false,
2304
+ "ForecastCategory": "Pipeline",
2305
+ "ForecastCategoryName": "Pipeline",
2306
+ "OwnerId": "005Fd0000000003IAA",
2307
+ "ARR__c": null
2308
+ },
2309
+ "IsDeleted": false,
2310
+ "DeletedDate": null,
2311
+ "CreatedDate": "2026-08-21T09:00:00.000+0000",
2312
+ "CreatedById": "005Fd0000000003IAA",
2313
+ "LastModifiedDate": "2026-08-21T09:00:00.000+0000",
2314
+ "LastModifiedById": "005Fd0000000003IAA",
2315
+ "SystemModstamp": "2026-08-21T09:00:00.000+0000"
2316
+ }
2317
+ },
2318
+ {
2319
+ "action": "upsert",
2320
+ "packageId": "salesforce",
2321
+ "namespace": "opportunities",
2322
+ "rowId": "006Fd0000000405IAA",
2323
+ "value": {
2324
+ "Id": "006Fd0000000405IAA",
2325
+ "fields": {
2326
+ "Name": "Alder Creek - Starter Bench Kit",
2327
+ "AccountId": "001Fd0000000103IAA",
2328
+ "StageName": "Prospecting",
2329
+ "Amount": 8500,
2330
+ "CloseDate": "2026-09-25",
2331
+ "Probability": 10,
2332
+ "Type": "New Customer",
2333
+ "LeadSource": null,
2334
+ "NextStep": null,
2335
+ "Description": null,
2336
+ "IsClosed": false,
2337
+ "IsWon": false,
2338
+ "ForecastCategory": "Pipeline",
2339
+ "ForecastCategoryName": "Pipeline",
2340
+ "OwnerId": "005Fd0000000002IAA",
2341
+ "ARR__c": null
2342
+ },
2343
+ "IsDeleted": false,
2344
+ "DeletedDate": null,
2345
+ "CreatedDate": "2026-08-12T16:30:00.000+0000",
2346
+ "CreatedById": "005Fd0000000002IAA",
2347
+ "LastModifiedDate": "2026-08-12T16:30:00.000+0000",
2348
+ "LastModifiedById": "005Fd0000000002IAA",
2349
+ "SystemModstamp": "2026-08-12T16:30:00.000+0000"
2350
+ }
2351
+ },
2352
+ {
2353
+ "action": "upsert",
2354
+ "packageId": "salesforce",
2355
+ "namespace": "opportunities",
2356
+ "rowId": "006Fd0000000406IAA",
2357
+ "value": {
2358
+ "Id": "006Fd0000000406IAA",
2359
+ "fields": {
2360
+ "Name": "Vantage Biosciences - Calibration Suite",
2361
+ "AccountId": "001Fd0000000104IAA",
2362
+ "StageName": "Closed Lost",
2363
+ "Amount": 0,
2364
+ "CloseDate": "2026-08-20",
2365
+ "Probability": 0,
2366
+ "Type": "New Customer",
2367
+ "LeadSource": null,
2368
+ "NextStep": null,
2369
+ "Description": "Lost to an in-house solution.",
2370
+ "IsClosed": true,
2371
+ "IsWon": false,
2372
+ "ForecastCategory": "Omitted",
2373
+ "ForecastCategoryName": "Omitted",
2374
+ "OwnerId": "005Fd0000000003IAA",
2375
+ "ARR__c": null
2376
+ },
2377
+ "IsDeleted": false,
2378
+ "DeletedDate": null,
2379
+ "CreatedDate": "2026-06-20T10:00:00.000+0000",
2380
+ "CreatedById": "005Fd0000000003IAA",
2381
+ "LastModifiedDate": "2026-08-20T10:00:00.000+0000",
2382
+ "LastModifiedById": "005Fd0000000003IAA",
2383
+ "SystemModstamp": "2026-08-20T10:00:00.000+0000"
2384
+ }
2385
+ },
2386
+ {
2387
+ "action": "upsert",
2388
+ "packageId": "salesforce",
2389
+ "namespace": "opportunities",
2390
+ "rowId": "006Fd0000000407IAA",
2391
+ "value": {
2392
+ "Id": "006Fd0000000407IAA",
2393
+ "fields": {
2394
+ "Name": "O'Neill Diagnostics - Reagent Subscription",
2395
+ "AccountId": "001Fd0000000105IAA",
2396
+ "StageName": "Qualification",
2397
+ "Amount": 27500,
2398
+ "CloseDate": "2026-12-10",
2399
+ "Probability": 10,
2400
+ "Type": "Existing Customer - Upgrade",
2401
+ "LeadSource": null,
2402
+ "NextStep": null,
2403
+ "Description": null,
2404
+ "IsClosed": false,
2405
+ "IsWon": false,
2406
+ "ForecastCategory": "Pipeline",
2407
+ "ForecastCategoryName": "Pipeline",
2408
+ "OwnerId": "005Fd0000000002IAA",
2409
+ "ARR__c": null
2410
+ },
2411
+ "IsDeleted": false,
2412
+ "DeletedDate": null,
2413
+ "CreatedDate": "2026-08-05T14:00:00.000+0000",
2414
+ "CreatedById": "005Fd0000000002IAA",
2415
+ "LastModifiedDate": "2026-08-05T14:00:00.000+0000",
2416
+ "LastModifiedById": "005Fd0000000002IAA",
2417
+ "SystemModstamp": "2026-08-05T14:00:00.000+0000"
2418
+ }
2419
+ },
2420
+ {
2421
+ "action": "upsert",
2422
+ "packageId": "salesforce",
2423
+ "namespace": "opportunities",
2424
+ "rowId": "006Fd0000000408IAA",
2425
+ "value": {
2426
+ "Id": "006Fd0000000408IAA",
2427
+ "fields": {
2428
+ "Name": "Meridian Instruments - OEM Partnership",
2429
+ "AccountId": "001Fd0000000106IAA",
2430
+ "StageName": "Proposal/Price Quote",
2431
+ "Amount": 150000,
2432
+ "CloseDate": "2026-12-31",
2433
+ "Probability": 75,
2434
+ "Type": "New Customer",
2435
+ "LeadSource": "Partner Referral",
2436
+ "NextStep": "Draft OEM terms",
2437
+ "Description": null,
2438
+ "IsClosed": false,
2439
+ "IsWon": false,
2440
+ "ForecastCategory": "BestCase",
2441
+ "ForecastCategoryName": "Best Case",
2442
+ "OwnerId": "005Fd0000000001IAA",
2443
+ "ARR__c": null
2444
+ },
2445
+ "IsDeleted": false,
2446
+ "DeletedDate": null,
2447
+ "CreatedDate": "2026-07-30T09:30:00.000+0000",
2448
+ "CreatedById": "005Fd0000000001IAA",
2449
+ "LastModifiedDate": "2026-09-05T11:00:00.000+0000",
2450
+ "LastModifiedById": "005Fd0000000001IAA",
2451
+ "SystemModstamp": "2026-09-05T11:00:00.000+0000"
2452
+ }
2453
+ },
2454
+ {
2455
+ "action": "upsert",
2456
+ "packageId": "salesforce",
2457
+ "namespace": "opportunities",
2458
+ "rowId": "006Fd0000000409IAA",
2459
+ "value": {
2460
+ "Id": "006Fd0000000409IAA",
2461
+ "fields": {
2462
+ "Name": "Kestrel Environmental - Field Sensors",
2463
+ "AccountId": "001Fd0000000108IAA",
2464
+ "StageName": "Prospecting",
2465
+ "Amount": 60000,
2466
+ "CloseDate": "2026-10-31",
2467
+ "Probability": 10,
2468
+ "Type": "New Customer",
2469
+ "LeadSource": null,
2470
+ "NextStep": null,
2471
+ "Description": null,
2472
+ "IsClosed": false,
2473
+ "IsWon": false,
2474
+ "ForecastCategory": "Pipeline",
2475
+ "ForecastCategoryName": "Pipeline",
2476
+ "OwnerId": "005Fd0000000006IAA",
2477
+ "ARR__c": null
2478
+ },
2479
+ "IsDeleted": false,
2480
+ "DeletedDate": null,
2481
+ "CreatedDate": "2026-07-15T10:00:00.000+0000",
2482
+ "CreatedById": "005Fd0000000006IAA",
2483
+ "LastModifiedDate": "2026-07-15T10:00:00.000+0000",
2484
+ "LastModifiedById": "005Fd0000000006IAA",
2485
+ "SystemModstamp": "2026-07-15T10:00:00.000+0000"
2486
+ }
2487
+ },
2488
+ {
2489
+ "action": "upsert",
2490
+ "packageId": "salesforce",
2491
+ "namespace": "tasks",
2492
+ "rowId": "00TFd0000000501MAA",
2493
+ "value": {
2494
+ "Id": "00TFd0000000501MAA",
2495
+ "fields": {
2496
+ "Subject": "Send renewal proposal",
2497
+ "Status": "Not Started",
2498
+ "Priority": "High",
2499
+ "ActivityDate": "2026-09-14",
2500
+ "Description": "Attach the revised frame agreement.",
2501
+ "WhoId": "003Fd0000000201IAA",
2502
+ "WhatId": "006Fd0000000401IAA",
2503
+ "IsClosed": false,
2504
+ "OwnerId": "005Fd0000000002IAA"
2505
+ },
2506
+ "IsDeleted": false,
2507
+ "DeletedDate": null,
2508
+ "CreatedDate": "2026-09-10T09:00:00.000+0000",
2509
+ "CreatedById": "005Fd0000000002IAA",
2510
+ "LastModifiedDate": "2026-09-10T09:00:00.000+0000",
2511
+ "LastModifiedById": "005Fd0000000002IAA",
2512
+ "SystemModstamp": "2026-09-10T09:00:00.000+0000"
2513
+ }
2514
+ },
2515
+ {
2516
+ "action": "upsert",
2517
+ "packageId": "salesforce",
2518
+ "namespace": "tasks",
2519
+ "rowId": "00TFd0000000502MAA",
2520
+ "value": {
2521
+ "Id": "00TFd0000000502MAA",
2522
+ "fields": {
2523
+ "Subject": "Call about pilot results",
2524
+ "Status": "Completed",
2525
+ "Priority": "Normal",
2526
+ "ActivityDate": "2026-07-05",
2527
+ "Description": null,
2528
+ "WhoId": "003Fd0000000204IAA",
2529
+ "WhatId": "006Fd0000000403IAA",
2530
+ "IsClosed": true,
2531
+ "OwnerId": "005Fd0000000003IAA"
2532
+ },
2533
+ "IsDeleted": false,
2534
+ "DeletedDate": null,
2535
+ "CreatedDate": "2026-07-01T08:30:00.000+0000",
2536
+ "CreatedById": "005Fd0000000003IAA",
2537
+ "LastModifiedDate": "2026-07-05T10:00:00.000+0000",
2538
+ "LastModifiedById": "005Fd0000000003IAA",
2539
+ "SystemModstamp": "2026-07-05T10:00:00.000+0000"
2540
+ }
2541
+ },
2542
+ {
2543
+ "action": "upsert",
2544
+ "packageId": "salesforce",
2545
+ "namespace": "tasks",
2546
+ "rowId": "00TFd0000000503MAA",
2547
+ "value": {
2548
+ "Id": "00TFd0000000503MAA",
2549
+ "fields": {
2550
+ "Subject": "Qualify budget",
2551
+ "Status": "In Progress",
2552
+ "Priority": "Normal",
2553
+ "ActivityDate": "2026-09-16",
2554
+ "Description": null,
2555
+ "WhoId": "00QFd0000000301MAA",
2556
+ "WhatId": null,
2557
+ "IsClosed": false,
2558
+ "OwnerId": "005Fd0000000004IAA"
2559
+ },
2560
+ "IsDeleted": false,
2561
+ "DeletedDate": null,
2562
+ "CreatedDate": "2026-09-11T10:00:00.000+0000",
2563
+ "CreatedById": "005Fd0000000004IAA",
2564
+ "LastModifiedDate": "2026-09-11T10:00:00.000+0000",
2565
+ "LastModifiedById": "005Fd0000000004IAA",
2566
+ "SystemModstamp": "2026-09-11T10:00:00.000+0000"
2567
+ }
2568
+ },
2569
+ {
2570
+ "action": "upsert",
2571
+ "packageId": "salesforce",
2572
+ "namespace": "tasks",
2573
+ "rowId": "00TFd0000000504MAA",
2574
+ "value": {
2575
+ "Id": "00TFd0000000504MAA",
2576
+ "fields": {
2577
+ "Subject": "Prepare OEM terms",
2578
+ "Status": "Not Started",
2579
+ "Priority": "Normal",
2580
+ "ActivityDate": "2026-09-20",
2581
+ "Description": null,
2582
+ "WhoId": null,
2583
+ "WhatId": "006Fd0000000408IAA",
2584
+ "IsClosed": false,
2585
+ "OwnerId": "005Fd0000000001IAA"
2586
+ },
2587
+ "IsDeleted": false,
2588
+ "DeletedDate": null,
2589
+ "CreatedDate": "2026-09-05T11:10:00.000+0000",
2590
+ "CreatedById": "005Fd0000000001IAA",
2591
+ "LastModifiedDate": "2026-09-05T11:10:00.000+0000",
2592
+ "LastModifiedById": "005Fd0000000001IAA",
2593
+ "SystemModstamp": "2026-09-05T11:10:00.000+0000"
2594
+ }
2595
+ },
2596
+ {
2597
+ "action": "upsert",
2598
+ "packageId": "salesforce",
2599
+ "namespace": "tasks",
2600
+ "rowId": "00TFd0000000505MAA",
2601
+ "value": {
2602
+ "Id": "00TFd0000000505MAA",
2603
+ "fields": {
2604
+ "Subject": "Schedule site visit",
2605
+ "Status": "Not Started",
2606
+ "Priority": "Low",
2607
+ "ActivityDate": "2026-09-01",
2608
+ "Description": null,
2609
+ "WhoId": "003Fd0000000205IAA",
2610
+ "WhatId": "001Fd0000000102IAA",
2611
+ "IsClosed": false,
2612
+ "OwnerId": "005Fd0000000003IAA"
2613
+ },
2614
+ "IsDeleted": false,
2615
+ "DeletedDate": null,
2616
+ "CreatedDate": "2026-08-21T09:30:00.000+0000",
2617
+ "CreatedById": "005Fd0000000003IAA",
2618
+ "LastModifiedDate": "2026-08-21T09:30:00.000+0000",
2619
+ "LastModifiedById": "005Fd0000000003IAA",
2620
+ "SystemModstamp": "2026-08-21T09:30:00.000+0000"
2621
+ }
2622
+ },
2623
+ {
2624
+ "action": "upsert",
2625
+ "packageId": "salesforce",
2626
+ "namespace": "tasks",
2627
+ "rowId": "00TFd0000000506MAA",
2628
+ "value": {
2629
+ "Id": "00TFd0000000506MAA",
2630
+ "fields": {
2631
+ "Subject": "Follow up on sensor spec",
2632
+ "Status": "Waiting on someone else",
2633
+ "Priority": "Normal",
2634
+ "ActivityDate": "2026-09-18",
2635
+ "Description": null,
2636
+ "WhoId": null,
2637
+ "WhatId": "006Fd0000000409IAA",
2638
+ "IsClosed": false,
2639
+ "OwnerId": "005Fd0000000006IAA"
2640
+ },
2641
+ "IsDeleted": false,
2642
+ "DeletedDate": null,
2643
+ "CreatedDate": "2026-08-25T15:00:00.000+0000",
2644
+ "CreatedById": "005Fd0000000006IAA",
2645
+ "LastModifiedDate": "2026-08-25T15:00:00.000+0000",
2646
+ "LastModifiedById": "005Fd0000000006IAA",
2647
+ "SystemModstamp": "2026-08-25T15:00:00.000+0000"
2648
+ }
2649
+ },
2650
+ {
2651
+ "action": "upsert",
2652
+ "packageId": "salesforce",
2653
+ "namespace": "tasks",
2654
+ "rowId": "00TFd0000000507MAA",
2655
+ "value": {
2656
+ "Id": "00TFd0000000507MAA",
2657
+ "fields": {
2658
+ "Subject": "Intro email",
2659
+ "Status": "Not Started",
2660
+ "Priority": "Normal",
2661
+ "ActivityDate": "2026-09-15",
2662
+ "Description": null,
2663
+ "WhoId": "00QFd0000000306MAA",
2664
+ "WhatId": null,
2665
+ "IsClosed": false,
2666
+ "OwnerId": "005Fd0000000004IAA"
2667
+ },
2668
+ "IsDeleted": false,
2669
+ "DeletedDate": null,
2670
+ "CreatedDate": "2026-09-12T08:00:00.000+0000",
2671
+ "CreatedById": "005Fd0000000004IAA",
2672
+ "LastModifiedDate": "2026-09-12T08:00:00.000+0000",
2673
+ "LastModifiedById": "005Fd0000000004IAA",
2674
+ "SystemModstamp": "2026-09-12T08:00:00.000+0000"
2675
+ }
2676
+ },
2677
+ {
2678
+ "action": "upsert",
2679
+ "packageId": "salesforce",
2680
+ "namespace": "tasks",
2681
+ "rowId": "00TFd0000000508MAA",
2682
+ "value": {
2683
+ "Id": "00TFd0000000508MAA",
2684
+ "fields": {
2685
+ "Subject": "Review quality docs",
2686
+ "Status": "Deferred",
2687
+ "Priority": "Low",
2688
+ "ActivityDate": null,
2689
+ "Description": null,
2690
+ "WhoId": null,
2691
+ "WhatId": null,
2692
+ "IsClosed": false,
2693
+ "OwnerId": "005Fd0000000002IAA"
2694
+ },
2695
+ "IsDeleted": false,
2696
+ "DeletedDate": null,
2697
+ "CreatedDate": "2026-08-01T12:00:00.000+0000",
2698
+ "CreatedById": "005Fd0000000002IAA",
2699
+ "LastModifiedDate": "2026-08-01T12:00:00.000+0000",
2700
+ "LastModifiedById": "005Fd0000000002IAA",
2701
+ "SystemModstamp": "2026-08-01T12:00:00.000+0000"
2702
+ }
2703
+ }
2704
+ ]
2705
+ }