@salesforce/lds-adapters-uiapi 1.132.0 → 1.133.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.
@@ -31777,7 +31777,7 @@ function keyBuilder$U(luvio, path, data) {
31777
31777
  // }
31778
31778
  function mergeData$G(existingData, newData) {
31779
31779
  return {
31780
- data: ObjectAssign(existingData["data"], newData["data"]),
31780
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
31781
31781
  };
31782
31782
  }
31783
31783
  function ingest$P(astNode, state) {
@@ -31936,7 +31936,7 @@ function keyBuilder$T(luvio, path, data) {
31936
31936
  // }
31937
31937
  function mergeData$F(existingData, newData) {
31938
31938
  return {
31939
- data: ObjectAssign(existingData["data"], newData["data"]),
31939
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
31940
31940
  };
31941
31941
  }
31942
31942
  function ingest$O(astNode, state) {
@@ -32095,7 +32095,7 @@ function keyBuilder$S(luvio, path, data) {
32095
32095
  // }
32096
32096
  function mergeData$E(existingData, newData) {
32097
32097
  return {
32098
- data: ObjectAssign(existingData["data"], newData["data"]),
32098
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
32099
32099
  };
32100
32100
  }
32101
32101
  function ingest$N(astNode, state) {
@@ -32336,7 +32336,7 @@ function keyBuilder$R(luvio, path, data) {
32336
32336
  // }
32337
32337
  function mergeData$D(existingData, newData) {
32338
32338
  return {
32339
- data: ObjectAssign(existingData["data"], newData["data"]),
32339
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
32340
32340
  };
32341
32341
  }
32342
32342
  function ingest$M(astNode, state) {
@@ -32495,7 +32495,7 @@ function keyBuilder$Q(luvio, path, data) {
32495
32495
  // }
32496
32496
  function mergeData$C(existingData, newData) {
32497
32497
  return {
32498
- data: ObjectAssign(existingData["data"], newData["data"]),
32498
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
32499
32499
  };
32500
32500
  }
32501
32501
  function ingest$L(astNode, state) {
@@ -32722,7 +32722,7 @@ function keyBuilder$P(luvio, path, data) {
32722
32722
  // }
32723
32723
  function mergeData$B(existingData, newData) {
32724
32724
  return {
32725
- data: ObjectAssign(existingData["data"], newData["data"]),
32725
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
32726
32726
  };
32727
32727
  }
32728
32728
  function ingest$K(astNode, state) {
@@ -32875,7 +32875,7 @@ function keyBuilder$O(luvio, path, data) {
32875
32875
  // }
32876
32876
  function mergeData$A(existingData, newData) {
32877
32877
  return {
32878
- data: ObjectAssign(existingData["data"], newData["data"]),
32878
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
32879
32879
  };
32880
32880
  }
32881
32881
  function ingest$J(astNode, state) {
@@ -33034,7 +33034,7 @@ function keyBuilder$N(luvio, path, data) {
33034
33034
  // }
33035
33035
  function mergeData$z(existingData, newData) {
33036
33036
  return {
33037
- data: ObjectAssign(existingData["data"], newData["data"]),
33037
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33038
33038
  };
33039
33039
  }
33040
33040
  function ingest$I(astNode, state) {
@@ -33187,7 +33187,7 @@ function keyBuilder$M(luvio, path, data) {
33187
33187
  // }
33188
33188
  function mergeData$y(existingData, newData) {
33189
33189
  return {
33190
- data: ObjectAssign(existingData["data"], newData["data"]),
33190
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33191
33191
  };
33192
33192
  }
33193
33193
  function ingest$H(astNode, state) {
@@ -33346,7 +33346,7 @@ function keyBuilder$L(luvio, path, data) {
33346
33346
  // }
33347
33347
  function mergeData$x(existingData, newData) {
33348
33348
  return {
33349
- data: ObjectAssign(existingData["data"], newData["data"]),
33349
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33350
33350
  };
33351
33351
  }
33352
33352
  function ingest$G(astNode, state) {
@@ -33505,7 +33505,7 @@ function keyBuilder$K(luvio, path, data) {
33505
33505
  // }
33506
33506
  function mergeData$w(existingData, newData) {
33507
33507
  return {
33508
- data: ObjectAssign(existingData["data"], newData["data"]),
33508
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33509
33509
  };
33510
33510
  }
33511
33511
  function ingest$F(astNode, state) {
@@ -33658,7 +33658,7 @@ function keyBuilder$J(luvio, path, data) {
33658
33658
  // }
33659
33659
  function mergeData$v(existingData, newData) {
33660
33660
  return {
33661
- data: ObjectAssign(existingData["data"], newData["data"]),
33661
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33662
33662
  };
33663
33663
  }
33664
33664
  function ingest$E(astNode, state) {
@@ -33811,7 +33811,7 @@ function keyBuilder$I(luvio, path, data) {
33811
33811
  // }
33812
33812
  function mergeData$u(existingData, newData) {
33813
33813
  return {
33814
- data: ObjectAssign(existingData["data"], newData["data"]),
33814
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33815
33815
  };
33816
33816
  }
33817
33817
  function ingest$D(astNode, state) {
@@ -33964,7 +33964,7 @@ function keyBuilder$H(luvio, path, data) {
33964
33964
  // }
33965
33965
  function mergeData$t(existingData, newData) {
33966
33966
  return {
33967
- data: ObjectAssign(existingData["data"], newData["data"]),
33967
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
33968
33968
  };
33969
33969
  }
33970
33970
  function ingest$C(astNode, state) {
@@ -34117,7 +34117,7 @@ function keyBuilder$G(luvio, path, data) {
34117
34117
  // }
34118
34118
  function mergeData$s(existingData, newData) {
34119
34119
  return {
34120
- data: ObjectAssign(existingData["data"], newData["data"]),
34120
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34121
34121
  };
34122
34122
  }
34123
34123
  function ingest$B(astNode, state) {
@@ -34270,7 +34270,7 @@ function keyBuilder$F(luvio, path, data) {
34270
34270
  // }
34271
34271
  function mergeData$r(existingData, newData) {
34272
34272
  return {
34273
- data: ObjectAssign(existingData["data"], newData["data"]),
34273
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34274
34274
  };
34275
34275
  }
34276
34276
  function ingest$A(astNode, state) {
@@ -34423,7 +34423,7 @@ function keyBuilder$E(luvio, path, data) {
34423
34423
  // }
34424
34424
  function mergeData$q(existingData, newData) {
34425
34425
  return {
34426
- data: ObjectAssign(existingData["data"], newData["data"]),
34426
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34427
34427
  };
34428
34428
  }
34429
34429
  function ingest$z(astNode, state) {
@@ -34576,7 +34576,7 @@ function keyBuilder$D(luvio, path, data) {
34576
34576
  // }
34577
34577
  function mergeData$p(existingData, newData) {
34578
34578
  return {
34579
- data: ObjectAssign(existingData["data"], newData["data"]),
34579
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34580
34580
  };
34581
34581
  }
34582
34582
  function ingest$y(astNode, state) {
@@ -34735,7 +34735,7 @@ function keyBuilder$C(luvio, path, data) {
34735
34735
  // }
34736
34736
  function mergeData$o(existingData, newData) {
34737
34737
  return {
34738
- data: ObjectAssign(existingData["data"], newData["data"]),
34738
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34739
34739
  };
34740
34740
  }
34741
34741
  function ingest$x(astNode, state) {
@@ -34888,7 +34888,7 @@ function keyBuilder$B(luvio, path, data) {
34888
34888
  // }
34889
34889
  function mergeData$n(existingData, newData) {
34890
34890
  return {
34891
- data: ObjectAssign(existingData["data"], newData["data"]),
34891
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
34892
34892
  };
34893
34893
  }
34894
34894
  function ingest$w(astNode, state) {
@@ -35041,7 +35041,7 @@ function keyBuilder$A(luvio, path, data) {
35041
35041
  // }
35042
35042
  function mergeData$m(existingData, newData) {
35043
35043
  return {
35044
- data: ObjectAssign(existingData["data"], newData["data"]),
35044
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
35045
35045
  };
35046
35046
  }
35047
35047
  function ingest$v(astNode, state) {
@@ -35200,7 +35200,7 @@ function keyBuilder$z(luvio, path, data) {
35200
35200
  // }
35201
35201
  function mergeData$l(existingData, newData) {
35202
35202
  return {
35203
- data: ObjectAssign(existingData["data"], newData["data"]),
35203
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
35204
35204
  };
35205
35205
  }
35206
35206
  function ingest$u(astNode, state) {
@@ -35359,7 +35359,7 @@ function keyBuilder$y(luvio, path, data) {
35359
35359
  // }
35360
35360
  function mergeData$k(existingData, newData) {
35361
35361
  return {
35362
- data: ObjectAssign(existingData["data"], newData["data"]),
35362
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
35363
35363
  };
35364
35364
  }
35365
35365
  function ingest$t(astNode, state) {
@@ -35512,7 +35512,7 @@ function keyBuilder$x(luvio, path, data) {
35512
35512
  // }
35513
35513
  function mergeData$j(existingData, newData) {
35514
35514
  return {
35515
- data: ObjectAssign(existingData["data"], newData["data"]),
35515
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
35516
35516
  };
35517
35517
  }
35518
35518
  function ingest$s(astNode, state) {
@@ -36446,7 +36446,7 @@ function keyBuilder$w(luvio, path, data) {
36446
36446
  // }
36447
36447
  function mergeData$i(existingData, newData) {
36448
36448
  return {
36449
- data: ObjectAssign(existingData["data"], newData["data"]),
36449
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
36450
36450
  };
36451
36451
  }
36452
36452
  function ingest$q(astNode, state) {
@@ -36669,8 +36669,8 @@ function keyBuilder$v(luvio, path, data) {
36669
36669
  }
36670
36670
  function mergeData$h(existingData, newData) {
36671
36671
  return {
36672
- data: ObjectAssign(existingData["data"], newData["data"]),
36673
- __link: ObjectAssign(existingData["__link"] || {}, newData["__link"] || {}),
36672
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
36673
+ __link: ObjectAssign({}, existingData["__link"] || {}, newData["__link"] || {}),
36674
36674
  };
36675
36675
  }
36676
36676
  function ingest$p(astNode, state) {
@@ -37674,7 +37674,7 @@ function keyBuilder$u(luvio, path, data) {
37674
37674
  // }
37675
37675
  function mergeData$g(existingData, newData) {
37676
37676
  return {
37677
- data: ObjectAssign(existingData["data"], newData["data"]),
37677
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
37678
37678
  };
37679
37679
  }
37680
37680
  function ingest$o(astNode, state) {
@@ -37877,7 +37877,7 @@ function keyBuilder$t(luvio, path, data) {
37877
37877
  // }
37878
37878
  function mergeData$f(existingData, newData) {
37879
37879
  return {
37880
- data: ObjectAssign(existingData["data"], newData["data"]),
37880
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
37881
37881
  };
37882
37882
  }
37883
37883
  function ingestPaginationMetadata(astNode, state, key, sink, existingData) {
@@ -38148,7 +38148,7 @@ function keyBuilder$s(luvio, path, data) {
38148
38148
  // }
38149
38149
  function mergeData$e(existingData, newData) {
38150
38150
  return {
38151
- data: ObjectAssign(existingData["data"], newData["data"]),
38151
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
38152
38152
  };
38153
38153
  }
38154
38154
  function ingest$m(astNode, state) {
@@ -38326,7 +38326,7 @@ function keyBuilder$r(luvio, path, data) {
38326
38326
  // }
38327
38327
  function mergeData$d(existingData, newData) {
38328
38328
  return {
38329
- data: ObjectAssign(existingData["data"], newData["data"]),
38329
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
38330
38330
  };
38331
38331
  }
38332
38332
  function ingest$l(astNode, state) {
@@ -38552,7 +38552,7 @@ function keyBuilder$q(luvio, path, data) {
38552
38552
  // }
38553
38553
  function mergeData$c(existingData, newData) {
38554
38554
  return {
38555
- data: ObjectAssign(existingData["data"], newData["data"]),
38555
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
38556
38556
  };
38557
38557
  }
38558
38558
  function ingest$k(astNode, state) {
@@ -38709,7 +38709,7 @@ function keyBuilder$p(luvio, path, data) {
38709
38709
  // }
38710
38710
  function mergeData$b(existingData, newData) {
38711
38711
  return {
38712
- data: ObjectAssign(existingData["data"], newData["data"]),
38712
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
38713
38713
  };
38714
38714
  }
38715
38715
  function ingest$j(astNode, state) {
@@ -38880,7 +38880,7 @@ function keyBuilder$o(luvio, path, data) {
38880
38880
  // }
38881
38881
  function mergeData$a(existingData, newData) {
38882
38882
  return {
38883
- data: ObjectAssign(existingData["data"], newData["data"]),
38883
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
38884
38884
  };
38885
38885
  }
38886
38886
  function ingest$i(astNode, state) {
@@ -39088,7 +39088,7 @@ function keyBuilder$n(luvio, path, data) {
39088
39088
  // }
39089
39089
  function mergeData$9(existingData, newData) {
39090
39090
  return {
39091
- data: ObjectAssign(existingData["data"], newData["data"]),
39091
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
39092
39092
  };
39093
39093
  }
39094
39094
  function ingest$h(astNode, state) {
@@ -39518,7 +39518,7 @@ function keyBuilder$m(luvio, path, data) {
39518
39518
  // }
39519
39519
  function mergeData$8(existingData, newData) {
39520
39520
  return {
39521
- data: ObjectAssign(existingData["data"], newData["data"]),
39521
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
39522
39522
  };
39523
39523
  }
39524
39524
  function ingest$g(astNode, state) {
@@ -39709,7 +39709,7 @@ function keyBuilder$l(luvio, path, data) {
39709
39709
  // }
39710
39710
  function mergeData$7(existingData, newData) {
39711
39711
  return {
39712
- data: ObjectAssign(existingData["data"], newData["data"]),
39712
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
39713
39713
  };
39714
39714
  }
39715
39715
  function ingest$f(astNode, state) {
@@ -39867,7 +39867,7 @@ function keyBuilder$k(luvio, path, data) {
39867
39867
  // }
39868
39868
  function mergeData$6(existingData, newData) {
39869
39869
  return {
39870
- data: ObjectAssign(existingData["data"], newData["data"]),
39870
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
39871
39871
  };
39872
39872
  }
39873
39873
  function ingest$e(astNode, state) {
@@ -40329,7 +40329,7 @@ function keyBuilder$j(luvio, path, data) {
40329
40329
  // }
40330
40330
  function mergeData$5(existingData, newData) {
40331
40331
  return {
40332
- data: ObjectAssign(existingData["data"], newData["data"]),
40332
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
40333
40333
  };
40334
40334
  }
40335
40335
  function ingest$d(astNode, state) {
@@ -40506,7 +40506,7 @@ function keyBuilder$i(luvio, path, data) {
40506
40506
  // }
40507
40507
  function mergeData$4(existingData, newData) {
40508
40508
  return {
40509
- data: ObjectAssign(existingData["data"], newData["data"]),
40509
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
40510
40510
  };
40511
40511
  }
40512
40512
  function ingest$c(astNode, state) {
@@ -40672,7 +40672,7 @@ function keyBuilder$h(luvio, path, data) {
40672
40672
  // }
40673
40673
  function mergeData$3(existingData, newData) {
40674
40674
  return {
40675
- data: ObjectAssign(existingData["data"], newData["data"]),
40675
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
40676
40676
  };
40677
40677
  }
40678
40678
  function ingest$b(astNode, state) {
@@ -40942,7 +40942,7 @@ function keyBuilder$g(luvio, path, data) {
40942
40942
  // }
40943
40943
  function mergeData$2(existingData, newData) {
40944
40944
  return {
40945
- data: ObjectAssign(existingData["data"], newData["data"]),
40945
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
40946
40946
  };
40947
40947
  }
40948
40948
  function ingest$a(astNode, state) {
@@ -41214,7 +41214,7 @@ function keyBuilder$f(luvio, path, data) {
41214
41214
  // }
41215
41215
  function mergeData$1(existingData, newData) {
41216
41216
  return {
41217
- data: ObjectAssign(existingData["data"], newData["data"]),
41217
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
41218
41218
  };
41219
41219
  }
41220
41220
  function ingest$9(astNode, state) {
@@ -41399,7 +41399,7 @@ function keyBuilder$e(luvio, path, data) {
41399
41399
  // }
41400
41400
  function mergeData(existingData, newData) {
41401
41401
  return {
41402
- data: ObjectAssign(existingData["data"], newData["data"]),
41402
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
41403
41403
  };
41404
41404
  }
41405
41405
  function ingest$8(astNode, state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.132.0",
3
+ "version": "1.133.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -394,7 +394,7 @@ function keyBuilder$L(luvio, path, data) {
394
394
  // }
395
395
  function mergeData$G(existingData, newData) {
396
396
  return {
397
- data: ObjectAssign(existingData["data"], newData["data"]),
397
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
398
398
  };
399
399
  }
400
400
  function ingest$I(astNode, state) {
@@ -553,7 +553,7 @@ function keyBuilder$K(luvio, path, data) {
553
553
  // }
554
554
  function mergeData$F(existingData, newData) {
555
555
  return {
556
- data: ObjectAssign(existingData["data"], newData["data"]),
556
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
557
557
  };
558
558
  }
559
559
  function ingest$H(astNode, state) {
@@ -712,7 +712,7 @@ function keyBuilder$J(luvio, path, data) {
712
712
  // }
713
713
  function mergeData$E(existingData, newData) {
714
714
  return {
715
- data: ObjectAssign(existingData["data"], newData["data"]),
715
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
716
716
  };
717
717
  }
718
718
  function ingest$G(astNode, state) {
@@ -953,7 +953,7 @@ function keyBuilder$I(luvio, path, data) {
953
953
  // }
954
954
  function mergeData$D(existingData, newData) {
955
955
  return {
956
- data: ObjectAssign(existingData["data"], newData["data"]),
956
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
957
957
  };
958
958
  }
959
959
  function ingest$F(astNode, state) {
@@ -1112,7 +1112,7 @@ function keyBuilder$H(luvio, path, data) {
1112
1112
  // }
1113
1113
  function mergeData$C(existingData, newData) {
1114
1114
  return {
1115
- data: ObjectAssign(existingData["data"], newData["data"]),
1115
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1116
1116
  };
1117
1117
  }
1118
1118
  function ingest$E(astNode, state) {
@@ -1339,7 +1339,7 @@ function keyBuilder$G(luvio, path, data) {
1339
1339
  // }
1340
1340
  function mergeData$B(existingData, newData) {
1341
1341
  return {
1342
- data: ObjectAssign(existingData["data"], newData["data"]),
1342
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1343
1343
  };
1344
1344
  }
1345
1345
  function ingest$D(astNode, state) {
@@ -1492,7 +1492,7 @@ function keyBuilder$F(luvio, path, data) {
1492
1492
  // }
1493
1493
  function mergeData$A(existingData, newData) {
1494
1494
  return {
1495
- data: ObjectAssign(existingData["data"], newData["data"]),
1495
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1496
1496
  };
1497
1497
  }
1498
1498
  function ingest$C(astNode, state) {
@@ -1651,7 +1651,7 @@ function keyBuilder$E(luvio, path, data) {
1651
1651
  // }
1652
1652
  function mergeData$z(existingData, newData) {
1653
1653
  return {
1654
- data: ObjectAssign(existingData["data"], newData["data"]),
1654
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1655
1655
  };
1656
1656
  }
1657
1657
  function ingest$B(astNode, state) {
@@ -1804,7 +1804,7 @@ function keyBuilder$D(luvio, path, data) {
1804
1804
  // }
1805
1805
  function mergeData$y(existingData, newData) {
1806
1806
  return {
1807
- data: ObjectAssign(existingData["data"], newData["data"]),
1807
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1808
1808
  };
1809
1809
  }
1810
1810
  function ingest$A(astNode, state) {
@@ -1963,7 +1963,7 @@ function keyBuilder$C(luvio, path, data) {
1963
1963
  // }
1964
1964
  function mergeData$x(existingData, newData) {
1965
1965
  return {
1966
- data: ObjectAssign(existingData["data"], newData["data"]),
1966
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
1967
1967
  };
1968
1968
  }
1969
1969
  function ingest$z(astNode, state) {
@@ -2122,7 +2122,7 @@ function keyBuilder$B(luvio, path, data) {
2122
2122
  // }
2123
2123
  function mergeData$w(existingData, newData) {
2124
2124
  return {
2125
- data: ObjectAssign(existingData["data"], newData["data"]),
2125
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2126
2126
  };
2127
2127
  }
2128
2128
  function ingest$y(astNode, state) {
@@ -2275,7 +2275,7 @@ function keyBuilder$A(luvio, path, data) {
2275
2275
  // }
2276
2276
  function mergeData$v(existingData, newData) {
2277
2277
  return {
2278
- data: ObjectAssign(existingData["data"], newData["data"]),
2278
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2279
2279
  };
2280
2280
  }
2281
2281
  function ingest$x(astNode, state) {
@@ -2428,7 +2428,7 @@ function keyBuilder$z(luvio, path, data) {
2428
2428
  // }
2429
2429
  function mergeData$u(existingData, newData) {
2430
2430
  return {
2431
- data: ObjectAssign(existingData["data"], newData["data"]),
2431
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2432
2432
  };
2433
2433
  }
2434
2434
  function ingest$w(astNode, state) {
@@ -2581,7 +2581,7 @@ function keyBuilder$y(luvio, path, data) {
2581
2581
  // }
2582
2582
  function mergeData$t(existingData, newData) {
2583
2583
  return {
2584
- data: ObjectAssign(existingData["data"], newData["data"]),
2584
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2585
2585
  };
2586
2586
  }
2587
2587
  function ingest$v(astNode, state) {
@@ -2734,7 +2734,7 @@ function keyBuilder$x(luvio, path, data) {
2734
2734
  // }
2735
2735
  function mergeData$s(existingData, newData) {
2736
2736
  return {
2737
- data: ObjectAssign(existingData["data"], newData["data"]),
2737
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2738
2738
  };
2739
2739
  }
2740
2740
  function ingest$u(astNode, state) {
@@ -2887,7 +2887,7 @@ function keyBuilder$w(luvio, path, data) {
2887
2887
  // }
2888
2888
  function mergeData$r(existingData, newData) {
2889
2889
  return {
2890
- data: ObjectAssign(existingData["data"], newData["data"]),
2890
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
2891
2891
  };
2892
2892
  }
2893
2893
  function ingest$t(astNode, state) {
@@ -3040,7 +3040,7 @@ function keyBuilder$v(luvio, path, data) {
3040
3040
  // }
3041
3041
  function mergeData$q(existingData, newData) {
3042
3042
  return {
3043
- data: ObjectAssign(existingData["data"], newData["data"]),
3043
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3044
3044
  };
3045
3045
  }
3046
3046
  function ingest$s(astNode, state) {
@@ -3193,7 +3193,7 @@ function keyBuilder$u(luvio, path, data) {
3193
3193
  // }
3194
3194
  function mergeData$p(existingData, newData) {
3195
3195
  return {
3196
- data: ObjectAssign(existingData["data"], newData["data"]),
3196
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3197
3197
  };
3198
3198
  }
3199
3199
  function ingest$r(astNode, state) {
@@ -3352,7 +3352,7 @@ function keyBuilder$t(luvio, path, data) {
3352
3352
  // }
3353
3353
  function mergeData$o(existingData, newData) {
3354
3354
  return {
3355
- data: ObjectAssign(existingData["data"], newData["data"]),
3355
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3356
3356
  };
3357
3357
  }
3358
3358
  function ingest$q(astNode, state) {
@@ -3505,7 +3505,7 @@ function keyBuilder$s(luvio, path, data) {
3505
3505
  // }
3506
3506
  function mergeData$n(existingData, newData) {
3507
3507
  return {
3508
- data: ObjectAssign(existingData["data"], newData["data"]),
3508
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3509
3509
  };
3510
3510
  }
3511
3511
  function ingest$p(astNode, state) {
@@ -3658,7 +3658,7 @@ function keyBuilder$r(luvio, path, data) {
3658
3658
  // }
3659
3659
  function mergeData$m(existingData, newData) {
3660
3660
  return {
3661
- data: ObjectAssign(existingData["data"], newData["data"]),
3661
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3662
3662
  };
3663
3663
  }
3664
3664
  function ingest$o(astNode, state) {
@@ -3817,7 +3817,7 @@ function keyBuilder$q(luvio, path, data) {
3817
3817
  // }
3818
3818
  function mergeData$l(existingData, newData) {
3819
3819
  return {
3820
- data: ObjectAssign(existingData["data"], newData["data"]),
3820
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3821
3821
  };
3822
3822
  }
3823
3823
  function ingest$n(astNode, state) {
@@ -3976,7 +3976,7 @@ function keyBuilder$p(luvio, path, data) {
3976
3976
  // }
3977
3977
  function mergeData$k(existingData, newData) {
3978
3978
  return {
3979
- data: ObjectAssign(existingData["data"], newData["data"]),
3979
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
3980
3980
  };
3981
3981
  }
3982
3982
  function ingest$m(astNode, state) {
@@ -4129,7 +4129,7 @@ function keyBuilder$o(luvio, path, data) {
4129
4129
  // }
4130
4130
  function mergeData$j(existingData, newData) {
4131
4131
  return {
4132
- data: ObjectAssign(existingData["data"], newData["data"]),
4132
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
4133
4133
  };
4134
4134
  }
4135
4135
  function ingest$l(astNode, state) {
@@ -5141,7 +5141,7 @@ function keyBuilder$m(luvio, path, data) {
5141
5141
  // }
5142
5142
  function mergeData$i(existingData, newData) {
5143
5143
  return {
5144
- data: ObjectAssign(existingData["data"], newData["data"]),
5144
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
5145
5145
  };
5146
5146
  }
5147
5147
  function ingest$j(astNode, state) {
@@ -5364,8 +5364,8 @@ function keyBuilder$l(luvio, path, data) {
5364
5364
  }
5365
5365
  function mergeData$h(existingData, newData) {
5366
5366
  return {
5367
- data: ObjectAssign(existingData["data"], newData["data"]),
5368
- __link: ObjectAssign(existingData["__link"] || {}, newData["__link"] || {}),
5367
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
5368
+ __link: ObjectAssign({}, existingData["__link"] || {}, newData["__link"] || {}),
5369
5369
  };
5370
5370
  }
5371
5371
  function ingest$i(astNode, state) {
@@ -6369,7 +6369,7 @@ function keyBuilder$k(luvio, path, data) {
6369
6369
  // }
6370
6370
  function mergeData$g(existingData, newData) {
6371
6371
  return {
6372
- data: ObjectAssign(existingData["data"], newData["data"]),
6372
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
6373
6373
  };
6374
6374
  }
6375
6375
  function ingest$h(astNode, state) {
@@ -6572,7 +6572,7 @@ function keyBuilder$j(luvio, path, data) {
6572
6572
  // }
6573
6573
  function mergeData$f(existingData, newData) {
6574
6574
  return {
6575
- data: ObjectAssign(existingData["data"], newData["data"]),
6575
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
6576
6576
  };
6577
6577
  }
6578
6578
  function ingestPaginationMetadata(astNode, state, key, sink, existingData) {
@@ -6843,7 +6843,7 @@ function keyBuilder$i(luvio, path, data) {
6843
6843
  // }
6844
6844
  function mergeData$e(existingData, newData) {
6845
6845
  return {
6846
- data: ObjectAssign(existingData["data"], newData["data"]),
6846
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
6847
6847
  };
6848
6848
  }
6849
6849
  function ingest$f(astNode, state) {
@@ -7021,7 +7021,7 @@ function keyBuilder$h(luvio, path, data) {
7021
7021
  // }
7022
7022
  function mergeData$d(existingData, newData) {
7023
7023
  return {
7024
- data: ObjectAssign(existingData["data"], newData["data"]),
7024
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
7025
7025
  };
7026
7026
  }
7027
7027
  function ingest$e(astNode, state) {
@@ -7247,7 +7247,7 @@ function keyBuilder$g(luvio, path, data) {
7247
7247
  // }
7248
7248
  function mergeData$c(existingData, newData) {
7249
7249
  return {
7250
- data: ObjectAssign(existingData["data"], newData["data"]),
7250
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
7251
7251
  };
7252
7252
  }
7253
7253
  function ingest$d(astNode, state) {
@@ -7404,7 +7404,7 @@ function keyBuilder$f(luvio, path, data) {
7404
7404
  // }
7405
7405
  function mergeData$b(existingData, newData) {
7406
7406
  return {
7407
- data: ObjectAssign(existingData["data"], newData["data"]),
7407
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
7408
7408
  };
7409
7409
  }
7410
7410
  function ingest$c(astNode, state) {
@@ -7575,7 +7575,7 @@ function keyBuilder$e(luvio, path, data) {
7575
7575
  // }
7576
7576
  function mergeData$a(existingData, newData) {
7577
7577
  return {
7578
- data: ObjectAssign(existingData["data"], newData["data"]),
7578
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
7579
7579
  };
7580
7580
  }
7581
7581
  function ingest$b(astNode, state) {
@@ -7783,7 +7783,7 @@ function keyBuilder$d(luvio, path, data) {
7783
7783
  // }
7784
7784
  function mergeData$9(existingData, newData) {
7785
7785
  return {
7786
- data: ObjectAssign(existingData["data"], newData["data"]),
7786
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
7787
7787
  };
7788
7788
  }
7789
7789
  function ingest$a(astNode, state) {
@@ -8213,7 +8213,7 @@ function keyBuilder$c(luvio, path, data) {
8213
8213
  // }
8214
8214
  function mergeData$8(existingData, newData) {
8215
8215
  return {
8216
- data: ObjectAssign(existingData["data"], newData["data"]),
8216
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
8217
8217
  };
8218
8218
  }
8219
8219
  function ingest$9(astNode, state) {
@@ -8404,7 +8404,7 @@ function keyBuilder$b(luvio, path, data) {
8404
8404
  // }
8405
8405
  function mergeData$7(existingData, newData) {
8406
8406
  return {
8407
- data: ObjectAssign(existingData["data"], newData["data"]),
8407
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
8408
8408
  };
8409
8409
  }
8410
8410
  function ingest$8(astNode, state) {
@@ -8562,7 +8562,7 @@ function keyBuilder$a(luvio, path, data) {
8562
8562
  // }
8563
8563
  function mergeData$6(existingData, newData) {
8564
8564
  return {
8565
- data: ObjectAssign(existingData["data"], newData["data"]),
8565
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
8566
8566
  };
8567
8567
  }
8568
8568
  function ingest$7(astNode, state) {
@@ -9024,7 +9024,7 @@ function keyBuilder$9(luvio, path, data) {
9024
9024
  // }
9025
9025
  function mergeData$5(existingData, newData) {
9026
9026
  return {
9027
- data: ObjectAssign(existingData["data"], newData["data"]),
9027
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
9028
9028
  };
9029
9029
  }
9030
9030
  function ingest$6(astNode, state) {
@@ -9201,7 +9201,7 @@ function keyBuilder$8(luvio, path, data) {
9201
9201
  // }
9202
9202
  function mergeData$4(existingData, newData) {
9203
9203
  return {
9204
- data: ObjectAssign(existingData["data"], newData["data"]),
9204
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
9205
9205
  };
9206
9206
  }
9207
9207
  function ingest$5(astNode, state) {
@@ -9367,7 +9367,7 @@ function keyBuilder$7(luvio, path, data) {
9367
9367
  // }
9368
9368
  function mergeData$3(existingData, newData) {
9369
9369
  return {
9370
- data: ObjectAssign(existingData["data"], newData["data"]),
9370
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
9371
9371
  };
9372
9372
  }
9373
9373
  function ingest$4(astNode, state) {
@@ -9637,7 +9637,7 @@ function keyBuilder$6(luvio, path, data) {
9637
9637
  // }
9638
9638
  function mergeData$2(existingData, newData) {
9639
9639
  return {
9640
- data: ObjectAssign(existingData["data"], newData["data"]),
9640
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
9641
9641
  };
9642
9642
  }
9643
9643
  function ingest$3(astNode, state) {
@@ -9909,7 +9909,7 @@ function keyBuilder$5(luvio, path, data) {
9909
9909
  // }
9910
9910
  function mergeData$1(existingData, newData) {
9911
9911
  return {
9912
- data: ObjectAssign(existingData["data"], newData["data"]),
9912
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
9913
9913
  };
9914
9914
  }
9915
9915
  function ingest$2(astNode, state) {
@@ -10094,7 +10094,7 @@ function keyBuilder$4(luvio, path, data) {
10094
10094
  // }
10095
10095
  function mergeData(existingData, newData) {
10096
10096
  return {
10097
- data: ObjectAssign(existingData["data"], newData["data"]),
10097
+ data: ObjectAssign({}, existingData["data"], newData["data"]),
10098
10098
  };
10099
10099
  }
10100
10100
  function ingest$1(astNode, state) {
@@ -14390,4 +14390,4 @@ register({
14390
14390
  });
14391
14391
 
14392
14392
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
14393
- // version: 1.132.0-82978d015
14393
+ // version: 1.133.1-8632ab1ba
package/sfdc/index.js CHANGED
@@ -36053,4 +36053,4 @@ withDefaultLuvio((luvio) => {
36053
36053
  });
36054
36054
 
36055
36055
  export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoRepresentationType, RepresentationType$N as RecordRepresentationRepresentationType, TTL$v as RecordRepresentationTTL, RepresentationType$N as RecordRepresentationType, VERSION$14 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$N as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$B as ingestObjectInfo, ingest$x as ingestQuickActionExecutionRepresentation, ingest$G as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$1F as keyBuilderObjectInfo, keyBuilder$1z as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1Q as keyBuilderRecord, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
36056
- // version: 1.132.0-82978d015
36056
+ // version: 1.133.1-8632ab1ba
@@ -79,7 +79,7 @@ var FragmentReadResultState;
79
79
  ({
80
80
  state: FragmentReadResultState.Missing,
81
81
  });
82
- // engine version: 0.138.8-480e18f2
82
+ // engine version: 0.138.13-8fa39cd3
83
83
 
84
84
  const { keys: ObjectKeys, freeze: ObjectFreeze, create: ObjectCreate } = Object;
85
85