@salesforce/lwc-adapters-uiapi 1.355.0 → 1.357.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +76 -76
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -13241,7 +13241,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
13241
13241
  function createResourceRequest$1g(config) {
13242
13242
  const headers = {};
13243
13243
  return {
13244
- baseUri: '/services/data/v64.0',
13244
+ baseUri: '/services/data/v65.0',
13245
13245
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
13246
13246
  method: 'get',
13247
13247
  body: null,
@@ -13683,7 +13683,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
13683
13683
  function createResourceRequest$1f(config) {
13684
13684
  const headers = {};
13685
13685
  return {
13686
- baseUri: '/services/data/v64.0',
13686
+ baseUri: '/services/data/v65.0',
13687
13687
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
13688
13688
  method: 'get',
13689
13689
  body: null,
@@ -14939,7 +14939,7 @@ function createPaginationParams$6(params) {
14939
14939
  function createResourceRequest$1e(config) {
14940
14940
  const headers = {};
14941
14941
  return {
14942
- baseUri: '/services/data/v64.0',
14942
+ baseUri: '/services/data/v65.0',
14943
14943
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
14944
14944
  method: 'get',
14945
14945
  body: null,
@@ -14992,7 +14992,7 @@ function createPaginationParams$5(params) {
14992
14992
  function createResourceRequest$1d(config) {
14993
14993
  const headers = {};
14994
14994
  return {
14995
- baseUri: '/services/data/v64.0',
14995
+ baseUri: '/services/data/v65.0',
14996
14996
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
14997
14997
  method: 'get',
14998
14998
  body: null,
@@ -15037,7 +15037,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
15037
15037
  function createResourceRequest$1c(config) {
15038
15038
  const headers = {};
15039
15039
  return {
15040
- baseUri: '/services/data/v64.0',
15040
+ baseUri: '/services/data/v65.0',
15041
15041
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
15042
15042
  method: 'get',
15043
15043
  body: null,
@@ -16007,7 +16007,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
16007
16007
  function createResourceRequest$1b(config) {
16008
16008
  const headers = {};
16009
16009
  return {
16010
- baseUri: '/services/data/v64.0',
16010
+ baseUri: '/services/data/v65.0',
16011
16011
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
16012
16012
  method: 'post',
16013
16013
  body: config.body,
@@ -16729,7 +16729,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
16729
16729
  function createResourceRequest$1a(config) {
16730
16730
  const headers = {};
16731
16731
  return {
16732
- baseUri: '/services/data/v64.0',
16732
+ baseUri: '/services/data/v65.0',
16733
16733
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
16734
16734
  method: 'get',
16735
16735
  body: null,
@@ -16927,7 +16927,7 @@ function keyBuilder$3o(luvio, params) {
16927
16927
  function createResourceRequest$19(config) {
16928
16928
  const headers = {};
16929
16929
  return {
16930
- baseUri: '/services/data/v64.0',
16930
+ baseUri: '/services/data/v65.0',
16931
16931
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
16932
16932
  method: 'get',
16933
16933
  body: null,
@@ -16972,7 +16972,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
16972
16972
  function createResourceRequest$18(config) {
16973
16973
  const headers = {};
16974
16974
  return {
16975
- baseUri: '/services/data/v64.0',
16975
+ baseUri: '/services/data/v65.0',
16976
16976
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
16977
16977
  method: 'get',
16978
16978
  body: null,
@@ -18777,7 +18777,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
18777
18777
  function createResourceRequest$17(config) {
18778
18778
  const headers = {};
18779
18779
  return {
18780
- baseUri: '/services/data/v64.0',
18780
+ baseUri: '/services/data/v65.0',
18781
18781
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
18782
18782
  method: 'get',
18783
18783
  body: null,
@@ -19835,7 +19835,7 @@ const ingest$26 = function RecordUiRepresentationIngest(input, path, luvio, stor
19835
19835
  function createResourceRequest$16(config) {
19836
19836
  const headers = {};
19837
19837
  return {
19838
- baseUri: '/services/data/v64.0',
19838
+ baseUri: '/services/data/v65.0',
19839
19839
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
19840
19840
  method: 'get',
19841
19841
  body: null,
@@ -22198,7 +22198,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
22198
22198
  function createResourceRequest$15(config) {
22199
22199
  const headers = {};
22200
22200
  return {
22201
- baseUri: '/services/data/v64.0',
22201
+ baseUri: '/services/data/v65.0',
22202
22202
  basePath: '/ui-api/actions/global',
22203
22203
  method: 'get',
22204
22204
  body: null,
@@ -22432,7 +22432,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
22432
22432
  function createResourceRequest$14(config) {
22433
22433
  const headers = {};
22434
22434
  return {
22435
- baseUri: '/services/data/v64.0',
22435
+ baseUri: '/services/data/v65.0',
22436
22436
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
22437
22437
  method: 'get',
22438
22438
  body: null,
@@ -22604,7 +22604,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
22604
22604
  function createResourceRequest$13(config) {
22605
22605
  const headers = {};
22606
22606
  return {
22607
- baseUri: '/services/data/v64.0',
22607
+ baseUri: '/services/data/v65.0',
22608
22608
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
22609
22609
  method: 'get',
22610
22610
  body: null,
@@ -22746,7 +22746,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
22746
22746
  function createResourceRequest$12(config) {
22747
22747
  const headers = {};
22748
22748
  return {
22749
- baseUri: '/services/data/v64.0',
22749
+ baseUri: '/services/data/v65.0',
22750
22750
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
22751
22751
  method: 'get',
22752
22752
  body: null,
@@ -22936,7 +22936,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
22936
22936
  function createResourceRequest$11(config) {
22937
22937
  const headers = {};
22938
22938
  return {
22939
- baseUri: '/services/data/v64.0',
22939
+ baseUri: '/services/data/v65.0',
22940
22940
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
22941
22941
  method: 'get',
22942
22942
  body: null,
@@ -23200,7 +23200,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
23200
23200
  function createResourceRequest$10(config) {
23201
23201
  const headers = {};
23202
23202
  return {
23203
- baseUri: '/services/data/v64.0',
23203
+ baseUri: '/services/data/v65.0',
23204
23204
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
23205
23205
  method: 'get',
23206
23206
  body: null,
@@ -24411,7 +24411,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
24411
24411
  function createResourceRequest$$(config) {
24412
24412
  const headers = {};
24413
24413
  return {
24414
- baseUri: '/services/data/v64.0',
24414
+ baseUri: '/services/data/v65.0',
24415
24415
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
24416
24416
  method: 'get',
24417
24417
  body: null,
@@ -24622,7 +24622,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
24622
24622
  function createResourceRequest$_(config) {
24623
24623
  const headers = {};
24624
24624
  return {
24625
- baseUri: '/services/data/v64.0',
24625
+ baseUri: '/services/data/v65.0',
24626
24626
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
24627
24627
  method: 'get',
24628
24628
  body: null,
@@ -24791,7 +24791,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
24791
24791
  function createResourceRequest$Z(config) {
24792
24792
  const headers = {};
24793
24793
  return {
24794
- baseUri: '/services/data/v64.0',
24794
+ baseUri: '/services/data/v65.0',
24795
24795
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
24796
24796
  method: 'get',
24797
24797
  body: null,
@@ -24943,7 +24943,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
24943
24943
  function createResourceRequest$Y(config) {
24944
24944
  const headers = {};
24945
24945
  return {
24946
- baseUri: '/services/data/v64.0',
24946
+ baseUri: '/services/data/v65.0',
24947
24947
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
24948
24948
  method: 'get',
24949
24949
  body: null,
@@ -25155,7 +25155,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
25155
25155
  function createResourceRequest$X(config) {
25156
25156
  const headers = {};
25157
25157
  return {
25158
- baseUri: '/services/data/v64.0',
25158
+ baseUri: '/services/data/v65.0',
25159
25159
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
25160
25160
  method: 'post',
25161
25161
  body: config.body,
@@ -25440,7 +25440,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
25440
25440
  function createResourceRequest$W(config) {
25441
25441
  const headers = {};
25442
25442
  return {
25443
- baseUri: '/services/data/v64.0',
25443
+ baseUri: '/services/data/v65.0',
25444
25444
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
25445
25445
  method: 'post',
25446
25446
  body: config.body,
@@ -25685,7 +25685,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
25685
25685
  function createResourceRequest$V(config) {
25686
25686
  const headers = {};
25687
25687
  return {
25688
- baseUri: '/services/data/v64.0',
25688
+ baseUri: '/services/data/v65.0',
25689
25689
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
25690
25690
  method: 'get',
25691
25691
  body: null,
@@ -26942,7 +26942,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
26942
26942
  function createResourceRequest$U(config) {
26943
26943
  const headers = {};
26944
26944
  return {
26945
- baseUri: '/services/data/v64.0',
26945
+ baseUri: '/services/data/v65.0',
26946
26946
  basePath: '/ui-api/apps',
26947
26947
  method: 'get',
26948
26948
  body: null,
@@ -27084,7 +27084,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
27084
27084
  function createResourceRequest$S(config) {
27085
27085
  const headers = {};
27086
27086
  return {
27087
- baseUri: '/services/data/v64.0',
27087
+ baseUri: '/services/data/v65.0',
27088
27088
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
27089
27089
  method: 'get',
27090
27090
  body: null,
@@ -27687,7 +27687,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
27687
27687
  function createResourceRequest$R(config) {
27688
27688
  const headers = {};
27689
27689
  return {
27690
- baseUri: '/services/data/v64.0',
27690
+ baseUri: '/services/data/v65.0',
27691
27691
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
27692
27692
  method: 'get',
27693
27693
  body: null,
@@ -27826,7 +27826,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
27826
27826
  function createResourceRequest$Q(config) {
27827
27827
  const headers = {};
27828
27828
  return {
27829
- baseUri: '/services/data/v64.0',
27829
+ baseUri: '/services/data/v65.0',
27830
27830
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
27831
27831
  method: 'get',
27832
27832
  body: null,
@@ -27965,7 +27965,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
27965
27965
  function createResourceRequest$P(config) {
27966
27966
  const headers = {};
27967
27967
  return {
27968
- baseUri: '/services/data/v64.0',
27968
+ baseUri: '/services/data/v65.0',
27969
27969
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
27970
27970
  method: 'get',
27971
27971
  body: null,
@@ -28198,7 +28198,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
28198
28198
  function createResourceRequest$O(config) {
28199
28199
  const headers = {};
28200
28200
  return {
28201
- baseUri: '/services/data/v64.0',
28201
+ baseUri: '/services/data/v65.0',
28202
28202
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
28203
28203
  method: 'get',
28204
28204
  body: null,
@@ -28467,7 +28467,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
28467
28467
  function createResourceRequest$N(config) {
28468
28468
  const headers = {};
28469
28469
  return {
28470
- baseUri: '/services/data/v64.0',
28470
+ baseUri: '/services/data/v65.0',
28471
28471
  basePath: '/ui-api/list-info/batch',
28472
28472
  method: 'get',
28473
28473
  body: null,
@@ -28612,7 +28612,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
28612
28612
  function createResourceRequest$M(config) {
28613
28613
  const headers = {};
28614
28614
  return {
28615
- baseUri: '/services/data/v64.0',
28615
+ baseUri: '/services/data/v65.0',
28616
28616
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
28617
28617
  method: 'get',
28618
28618
  body: null,
@@ -28918,7 +28918,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
28918
28918
  function createResourceRequest$L(config) {
28919
28919
  const headers = {};
28920
28920
  return {
28921
- baseUri: '/services/data/v64.0',
28921
+ baseUri: '/services/data/v65.0',
28922
28922
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
28923
28923
  method: 'post',
28924
28924
  body: config.body,
@@ -29031,7 +29031,7 @@ function evictSuccess$1(luvio, resourceParams) {
29031
29031
  function createResourceRequest$K(config) {
29032
29032
  const headers = {};
29033
29033
  return {
29034
- baseUri: '/services/data/v64.0',
29034
+ baseUri: '/services/data/v65.0',
29035
29035
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29036
29036
  method: 'delete',
29037
29037
  body: null,
@@ -29209,7 +29209,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
29209
29209
  function createResourceRequest$J(config) {
29210
29210
  const headers = {};
29211
29211
  return {
29212
- baseUri: '/services/data/v64.0',
29212
+ baseUri: '/services/data/v65.0',
29213
29213
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29214
29214
  method: 'patch',
29215
29215
  body: config.body,
@@ -30127,7 +30127,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
30127
30127
  function createResourceRequest$I(config) {
30128
30128
  const headers = {};
30129
30129
  return {
30130
- baseUri: '/services/data/v64.0',
30130
+ baseUri: '/services/data/v65.0',
30131
30131
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
30132
30132
  method: 'get',
30133
30133
  body: null,
@@ -30436,7 +30436,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
30436
30436
  function createResourceRequest$H(config) {
30437
30437
  const headers = {};
30438
30438
  return {
30439
- baseUri: '/services/data/v64.0',
30439
+ baseUri: '/services/data/v65.0',
30440
30440
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30441
30441
  method: 'get',
30442
30442
  body: null,
@@ -30580,7 +30580,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
30580
30580
  function createResourceRequest$G(config) {
30581
30581
  const headers = {};
30582
30582
  return {
30583
- baseUri: '/services/data/v64.0',
30583
+ baseUri: '/services/data/v65.0',
30584
30584
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30585
30585
  method: 'patch',
30586
30586
  body: config.body,
@@ -30890,7 +30890,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
30890
30890
  function createResourceRequest$F(config) {
30891
30891
  const headers = {};
30892
30892
  return {
30893
- baseUri: '/services/data/v64.0',
30893
+ baseUri: '/services/data/v65.0',
30894
30894
  basePath: '/ui-api/nav-items',
30895
30895
  method: 'get',
30896
30896
  body: null,
@@ -31242,7 +31242,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
31242
31242
  function createResourceRequest$D(config) {
31243
31243
  const headers = {};
31244
31244
  return {
31245
- baseUri: '/services/data/v64.0',
31245
+ baseUri: '/services/data/v65.0',
31246
31246
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
31247
31247
  method: 'get',
31248
31248
  body: null,
@@ -31571,8 +31571,8 @@ const select$2b = function PicklistValueRepresentationSelect() {
31571
31571
  const keyBuilderFromType$i =
31572
31572
  /**
31573
31573
  * custom key builder from PicklistValuesRepresentation.
31574
- * PicklistValuesRepresentation.url is like /services/data/v64.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
31575
- * the '/services/data/v64.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
31574
+ * PicklistValuesRepresentation.url is like /services/data/v65.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
31575
+ * the '/services/data/v65.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
31576
31576
  */
31577
31577
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
31578
31578
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -31882,7 +31882,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
31882
31882
  function createResourceRequest$C(config) {
31883
31883
  const headers = {};
31884
31884
  return {
31885
- baseUri: '/services/data/v64.0',
31885
+ baseUri: '/services/data/v65.0',
31886
31886
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
31887
31887
  method: 'get',
31888
31888
  body: null,
@@ -31987,7 +31987,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
31987
31987
  function createResourceRequest$B(config) {
31988
31988
  const headers = {};
31989
31989
  return {
31990
- baseUri: '/services/data/v64.0',
31990
+ baseUri: '/services/data/v65.0',
31991
31991
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
31992
31992
  method: 'get',
31993
31993
  body: null,
@@ -32199,7 +32199,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
32199
32199
  function createResourceRequest$A(config) {
32200
32200
  const headers = {};
32201
32201
  return {
32202
- baseUri: '/services/data/v64.0',
32202
+ baseUri: '/services/data/v65.0',
32203
32203
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
32204
32204
  method: 'get',
32205
32205
  body: null,
@@ -32525,7 +32525,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
32525
32525
  function createResourceRequest$z(config) {
32526
32526
  const headers = {};
32527
32527
  return {
32528
- baseUri: '/services/data/v64.0',
32528
+ baseUri: '/services/data/v65.0',
32529
32529
  basePath: '/ui-api/predupe',
32530
32530
  method: 'post',
32531
32531
  body: config.body,
@@ -33744,7 +33744,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
33744
33744
  function createResourceRequest$y(config) {
33745
33745
  const headers = {};
33746
33746
  return {
33747
- baseUri: '/services/data/v64.0',
33747
+ baseUri: '/services/data/v65.0',
33748
33748
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
33749
33749
  method: 'get',
33750
33750
  body: null,
@@ -34608,7 +34608,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
34608
34608
  function createResourceRequest$x(config) {
34609
34609
  const headers = {};
34610
34610
  return {
34611
- baseUri: '/services/data/v64.0',
34611
+ baseUri: '/services/data/v65.0',
34612
34612
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
34613
34613
  method: 'get',
34614
34614
  body: null,
@@ -34873,7 +34873,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
34873
34873
  function createResourceRequest$w(config) {
34874
34874
  const headers = {};
34875
34875
  return {
34876
- baseUri: '/services/data/v64.0',
34876
+ baseUri: '/services/data/v65.0',
34877
34877
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
34878
34878
  method: 'get',
34879
34879
  body: null,
@@ -35567,7 +35567,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
35567
35567
  function createResourceRequest$v(config) {
35568
35568
  const headers = {};
35569
35569
  return {
35570
- baseUri: '/services/data/v64.0',
35570
+ baseUri: '/services/data/v65.0',
35571
35571
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
35572
35572
  method: 'get',
35573
35573
  body: null,
@@ -35837,7 +35837,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
35837
35837
  function createResourceRequest$u(config) {
35838
35838
  const headers = {};
35839
35839
  return {
35840
- baseUri: '/services/data/v64.0',
35840
+ baseUri: '/services/data/v65.0',
35841
35841
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
35842
35842
  method: 'get',
35843
35843
  body: null,
@@ -36231,7 +36231,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
36231
36231
  function createResourceRequest$t(config) {
36232
36232
  const headers = {};
36233
36233
  return {
36234
- baseUri: '/services/data/v64.0',
36234
+ baseUri: '/services/data/v65.0',
36235
36235
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
36236
36236
  method: 'get',
36237
36237
  body: null,
@@ -36572,7 +36572,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
36572
36572
  function createResourceRequest$r(config) {
36573
36573
  const headers = {};
36574
36574
  return {
36575
- baseUri: '/services/data/v64.0',
36575
+ baseUri: '/services/data/v65.0',
36576
36576
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
36577
36577
  method: 'get',
36578
36578
  body: null,
@@ -36834,7 +36834,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
36834
36834
  function createResourceRequest$q(config) {
36835
36835
  const headers = {};
36836
36836
  return {
36837
- baseUri: '/services/data/v64.0',
36837
+ baseUri: '/services/data/v65.0',
36838
36838
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
36839
36839
  method: 'get',
36840
36840
  body: null,
@@ -37939,7 +37939,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
37939
37939
  function createResourceRequest$o(config) {
37940
37940
  const headers = {};
37941
37941
  return {
37942
- baseUri: '/services/data/v64.0',
37942
+ baseUri: '/services/data/v65.0',
37943
37943
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
37944
37944
  method: 'post',
37945
37945
  body: config.body,
@@ -38224,7 +38224,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
38224
38224
  function createResourceRequest$n(config) {
38225
38225
  const headers = {};
38226
38226
  return {
38227
- baseUri: '/services/data/v64.0',
38227
+ baseUri: '/services/data/v65.0',
38228
38228
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
38229
38229
  method: 'post',
38230
38230
  body: config.body,
@@ -38766,7 +38766,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
38766
38766
  function createResourceRequest$m(config) {
38767
38767
  const headers = {};
38768
38768
  return {
38769
- baseUri: '/services/data/v64.0',
38769
+ baseUri: '/services/data/v65.0',
38770
38770
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
38771
38771
  method: 'get',
38772
38772
  body: null,
@@ -39022,7 +39022,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
39022
39022
  function createResourceRequest$l(config) {
39023
39023
  const headers = {};
39024
39024
  return {
39025
- baseUri: '/services/data/v64.0',
39025
+ baseUri: '/services/data/v65.0',
39026
39026
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
39027
39027
  method: 'get',
39028
39028
  body: null,
@@ -39440,7 +39440,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
39440
39440
  function createResourceRequest$k(config) {
39441
39441
  const headers = {};
39442
39442
  return {
39443
- baseUri: '/services/data/v64.0',
39443
+ baseUri: '/services/data/v65.0',
39444
39444
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
39445
39445
  method: 'get',
39446
39446
  body: null,
@@ -40449,7 +40449,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
40449
40449
  function createResourceRequest$j(config) {
40450
40450
  const headers = {};
40451
40451
  return {
40452
- baseUri: '/services/data/v64.0',
40452
+ baseUri: '/services/data/v65.0',
40453
40453
  basePath: '/ui-api/search/results',
40454
40454
  method: 'post',
40455
40455
  body: config.body,
@@ -40723,7 +40723,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
40723
40723
  function createResourceRequest$i(config) {
40724
40724
  const headers = {};
40725
40725
  return {
40726
- baseUri: '/services/data/v64.0',
40726
+ baseUri: '/services/data/v65.0',
40727
40727
  basePath: '/ui-api/search/results/keyword',
40728
40728
  method: 'post',
40729
40729
  body: config.body,
@@ -62582,7 +62582,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
62582
62582
  function createResourceRequest$h(config) {
62583
62583
  const headers = {};
62584
62584
  return {
62585
- baseUri: '/services/data/v64.0',
62585
+ baseUri: '/services/data/v65.0',
62586
62586
  basePath: '/graphql',
62587
62587
  method: 'post',
62588
62588
  body: { ...config.body,
@@ -62633,7 +62633,7 @@ function createResourceRequest$f(config) {
62633
62633
  const headers = {};
62634
62634
  const transformedConfig = stripDocumentsOfMetaschema(config);
62635
62635
  return {
62636
- baseUri: '/services/data/v64.0',
62636
+ baseUri: '/services/data/v65.0',
62637
62637
  basePath: '/graphql/batch',
62638
62638
  method: 'post',
62639
62639
  body: transformedConfig.body,
@@ -63181,7 +63181,7 @@ function ingestSuccess$4(luvio, response) {
63181
63181
  function createResourceRequest$e(config) {
63182
63182
  const headers = {};
63183
63183
  return {
63184
- baseUri: '/services/data/v64.0',
63184
+ baseUri: '/services/data/v65.0',
63185
63185
  basePath: '/ui-api/records/batch',
63186
63186
  method: 'post',
63187
63187
  body: config.body,
@@ -63456,7 +63456,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
63456
63456
  function createResourceRequest$d(config) {
63457
63457
  const headers = {};
63458
63458
  return {
63459
- baseUri: '/services/data/v64.0',
63459
+ baseUri: '/services/data/v65.0',
63460
63460
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
63461
63461
  method: 'patch',
63462
63462
  body: config.body,
@@ -63520,7 +63520,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
63520
63520
  function createResourceRequest$c(config) {
63521
63521
  const headers = {};
63522
63522
  return {
63523
- baseUri: '/services/data/v64.0',
63523
+ baseUri: '/services/data/v65.0',
63524
63524
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
63525
63525
  method: 'post',
63526
63526
  body: config.body,
@@ -63904,7 +63904,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
63904
63904
  function createResourceRequest$a(config) {
63905
63905
  const headers = {};
63906
63906
  return {
63907
- baseUri: '/services/data/v64.0',
63907
+ baseUri: '/services/data/v65.0',
63908
63908
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
63909
63909
  method: 'post',
63910
63910
  body: config.body,
@@ -64146,7 +64146,7 @@ const factory$9 = (luvio) => {
64146
64146
  function createResourceRequest$9(config) {
64147
64147
  const headers = {};
64148
64148
  return {
64149
- baseUri: '/services/data/v64.0',
64149
+ baseUri: '/services/data/v65.0',
64150
64150
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
64151
64151
  method: 'post',
64152
64152
  body: config.body,
@@ -64755,7 +64755,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
64755
64755
  function createResourceRequest$8(config) {
64756
64756
  const headers = {};
64757
64757
  return {
64758
- baseUri: '/services/data/v64.0',
64758
+ baseUri: '/services/data/v65.0',
64759
64759
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
64760
64760
  method: 'get',
64761
64761
  body: null,
@@ -65397,7 +65397,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
65397
65397
  function createResourceRequest$7(config) {
65398
65398
  const headers = {};
65399
65399
  return {
65400
- baseUri: '/services/data/v64.0',
65400
+ baseUri: '/services/data/v65.0',
65401
65401
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
65402
65402
  method: 'get',
65403
65403
  body: null,
@@ -66028,7 +66028,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
66028
66028
  function createResourceRequest$6(config) {
66029
66029
  const headers = {};
66030
66030
  return {
66031
- baseUri: '/services/data/v64.0',
66031
+ baseUri: '/services/data/v65.0',
66032
66032
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
66033
66033
  method: 'get',
66034
66034
  body: null,
@@ -66241,7 +66241,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
66241
66241
  function createResourceRequest$5(config) {
66242
66242
  const headers = {};
66243
66243
  return {
66244
- baseUri: '/services/data/v64.0',
66244
+ baseUri: '/services/data/v65.0',
66245
66245
  basePath: '/ui-api/records',
66246
66246
  method: 'post',
66247
66247
  body: config.body,
@@ -66347,7 +66347,7 @@ function evictSuccess(luvio, resourceParams) {
66347
66347
  function createResourceRequest$3(config) {
66348
66348
  const headers = {};
66349
66349
  return {
66350
- baseUri: '/services/data/v64.0',
66350
+ baseUri: '/services/data/v65.0',
66351
66351
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
66352
66352
  method: 'delete',
66353
66353
  body: null,
@@ -66437,7 +66437,7 @@ function createResourceRequest$2(config) {
66437
66437
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
66438
66438
  }
66439
66439
  return {
66440
- baseUri: '/services/data/v64.0',
66440
+ baseUri: '/services/data/v65.0',
66441
66441
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
66442
66442
  method: 'patch',
66443
66443
  body: config.body,
@@ -66764,7 +66764,7 @@ function createResourceParams$1(config) {
66764
66764
  function createResourceRequest$1(config) {
66765
66765
  const headers = {};
66766
66766
  return {
66767
- baseUri: '/services/data/v64.0',
66767
+ baseUri: '/services/data/v65.0',
66768
66768
  basePath: '/ui-api/records/content-documents/' +
66769
66769
  config.urlParams.contentDocumentId +
66770
66770
  '/content-versions',
@@ -66882,7 +66882,7 @@ function createResourceParams(config) {
66882
66882
  function createResourceRequest(config) {
66883
66883
  const headers = {};
66884
66884
  return {
66885
- baseUri: '/services/data/v64.0',
66885
+ baseUri: '/services/data/v65.0',
66886
66886
  basePath: '/ui-api/records/content-documents/content-versions',
66887
66887
  method: 'post',
66888
66888
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.355.0",
3
+ "version": "1.357.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",
@@ -31,10 +31,10 @@
31
31
  "clean": "rm -rf dist src/generated"
32
32
  },
33
33
  "devDependencies": {
34
- "@salesforce/lds-adapters-uiapi": "^1.355.0"
34
+ "@salesforce/lds-adapters-uiapi": "^1.357.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@luvio/lwc-luvio": "0.156.7",
38
- "@salesforce/lds-default-luvio": "^1.355.0"
38
+ "@salesforce/lds-default-luvio": "^1.357.0"
39
39
  }
40
40
  }