@salesforce/lwc-adapters-uiapi 1.333.0 → 1.335.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
@@ -13224,7 +13224,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
13224
13224
  function createResourceRequest$1g(config) {
13225
13225
  const headers = {};
13226
13226
  return {
13227
- baseUri: '/services/data/v63.0',
13227
+ baseUri: '/services/data/v64.0',
13228
13228
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
13229
13229
  method: 'get',
13230
13230
  body: null,
@@ -13666,7 +13666,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
13666
13666
  function createResourceRequest$1f(config) {
13667
13667
  const headers = {};
13668
13668
  return {
13669
- baseUri: '/services/data/v63.0',
13669
+ baseUri: '/services/data/v64.0',
13670
13670
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
13671
13671
  method: 'get',
13672
13672
  body: null,
@@ -14922,7 +14922,7 @@ function createPaginationParams$6(params) {
14922
14922
  function createResourceRequest$1e(config) {
14923
14923
  const headers = {};
14924
14924
  return {
14925
- baseUri: '/services/data/v63.0',
14925
+ baseUri: '/services/data/v64.0',
14926
14926
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
14927
14927
  method: 'get',
14928
14928
  body: null,
@@ -14975,7 +14975,7 @@ function createPaginationParams$5(params) {
14975
14975
  function createResourceRequest$1d(config) {
14976
14976
  const headers = {};
14977
14977
  return {
14978
- baseUri: '/services/data/v63.0',
14978
+ baseUri: '/services/data/v64.0',
14979
14979
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
14980
14980
  method: 'get',
14981
14981
  body: null,
@@ -15020,7 +15020,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
15020
15020
  function createResourceRequest$1c(config) {
15021
15021
  const headers = {};
15022
15022
  return {
15023
- baseUri: '/services/data/v63.0',
15023
+ baseUri: '/services/data/v64.0',
15024
15024
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
15025
15025
  method: 'get',
15026
15026
  body: null,
@@ -15990,7 +15990,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
15990
15990
  function createResourceRequest$1b(config) {
15991
15991
  const headers = {};
15992
15992
  return {
15993
- baseUri: '/services/data/v63.0',
15993
+ baseUri: '/services/data/v64.0',
15994
15994
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
15995
15995
  method: 'post',
15996
15996
  body: config.body,
@@ -16712,7 +16712,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
16712
16712
  function createResourceRequest$1a(config) {
16713
16713
  const headers = {};
16714
16714
  return {
16715
- baseUri: '/services/data/v63.0',
16715
+ baseUri: '/services/data/v64.0',
16716
16716
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
16717
16717
  method: 'get',
16718
16718
  body: null,
@@ -16910,7 +16910,7 @@ function keyBuilder$3k(luvio, params) {
16910
16910
  function createResourceRequest$19(config) {
16911
16911
  const headers = {};
16912
16912
  return {
16913
- baseUri: '/services/data/v63.0',
16913
+ baseUri: '/services/data/v64.0',
16914
16914
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
16915
16915
  method: 'get',
16916
16916
  body: null,
@@ -16955,7 +16955,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
16955
16955
  function createResourceRequest$18(config) {
16956
16956
  const headers = {};
16957
16957
  return {
16958
- baseUri: '/services/data/v63.0',
16958
+ baseUri: '/services/data/v64.0',
16959
16959
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
16960
16960
  method: 'get',
16961
16961
  body: null,
@@ -18760,7 +18760,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
18760
18760
  function createResourceRequest$17(config) {
18761
18761
  const headers = {};
18762
18762
  return {
18763
- baseUri: '/services/data/v63.0',
18763
+ baseUri: '/services/data/v64.0',
18764
18764
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
18765
18765
  method: 'get',
18766
18766
  body: null,
@@ -19818,7 +19818,7 @@ const ingest$22 = function RecordUiRepresentationIngest(input, path, luvio, stor
19818
19818
  function createResourceRequest$16(config) {
19819
19819
  const headers = {};
19820
19820
  return {
19821
- baseUri: '/services/data/v63.0',
19821
+ baseUri: '/services/data/v64.0',
19822
19822
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
19823
19823
  method: 'get',
19824
19824
  body: null,
@@ -22181,7 +22181,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
22181
22181
  function createResourceRequest$15(config) {
22182
22182
  const headers = {};
22183
22183
  return {
22184
- baseUri: '/services/data/v63.0',
22184
+ baseUri: '/services/data/v64.0',
22185
22185
  basePath: '/ui-api/actions/global',
22186
22186
  method: 'get',
22187
22187
  body: null,
@@ -22415,7 +22415,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
22415
22415
  function createResourceRequest$14(config) {
22416
22416
  const headers = {};
22417
22417
  return {
22418
- baseUri: '/services/data/v63.0',
22418
+ baseUri: '/services/data/v64.0',
22419
22419
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
22420
22420
  method: 'get',
22421
22421
  body: null,
@@ -22587,7 +22587,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
22587
22587
  function createResourceRequest$13(config) {
22588
22588
  const headers = {};
22589
22589
  return {
22590
- baseUri: '/services/data/v63.0',
22590
+ baseUri: '/services/data/v64.0',
22591
22591
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
22592
22592
  method: 'get',
22593
22593
  body: null,
@@ -22729,7 +22729,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
22729
22729
  function createResourceRequest$12(config) {
22730
22730
  const headers = {};
22731
22731
  return {
22732
- baseUri: '/services/data/v63.0',
22732
+ baseUri: '/services/data/v64.0',
22733
22733
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
22734
22734
  method: 'get',
22735
22735
  body: null,
@@ -22919,7 +22919,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
22919
22919
  function createResourceRequest$11(config) {
22920
22920
  const headers = {};
22921
22921
  return {
22922
- baseUri: '/services/data/v63.0',
22922
+ baseUri: '/services/data/v64.0',
22923
22923
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
22924
22924
  method: 'get',
22925
22925
  body: null,
@@ -23183,7 +23183,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
23183
23183
  function createResourceRequest$10(config) {
23184
23184
  const headers = {};
23185
23185
  return {
23186
- baseUri: '/services/data/v63.0',
23186
+ baseUri: '/services/data/v64.0',
23187
23187
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
23188
23188
  method: 'get',
23189
23189
  body: null,
@@ -24394,7 +24394,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
24394
24394
  function createResourceRequest$$(config) {
24395
24395
  const headers = {};
24396
24396
  return {
24397
- baseUri: '/services/data/v63.0',
24397
+ baseUri: '/services/data/v64.0',
24398
24398
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
24399
24399
  method: 'get',
24400
24400
  body: null,
@@ -24605,7 +24605,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
24605
24605
  function createResourceRequest$_(config) {
24606
24606
  const headers = {};
24607
24607
  return {
24608
- baseUri: '/services/data/v63.0',
24608
+ baseUri: '/services/data/v64.0',
24609
24609
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
24610
24610
  method: 'get',
24611
24611
  body: null,
@@ -24774,7 +24774,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
24774
24774
  function createResourceRequest$Z(config) {
24775
24775
  const headers = {};
24776
24776
  return {
24777
- baseUri: '/services/data/v63.0',
24777
+ baseUri: '/services/data/v64.0',
24778
24778
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
24779
24779
  method: 'get',
24780
24780
  body: null,
@@ -24926,7 +24926,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
24926
24926
  function createResourceRequest$Y(config) {
24927
24927
  const headers = {};
24928
24928
  return {
24929
- baseUri: '/services/data/v63.0',
24929
+ baseUri: '/services/data/v64.0',
24930
24930
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
24931
24931
  method: 'get',
24932
24932
  body: null,
@@ -25138,7 +25138,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
25138
25138
  function createResourceRequest$X(config) {
25139
25139
  const headers = {};
25140
25140
  return {
25141
- baseUri: '/services/data/v63.0',
25141
+ baseUri: '/services/data/v64.0',
25142
25142
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
25143
25143
  method: 'post',
25144
25144
  body: config.body,
@@ -25423,7 +25423,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
25423
25423
  function createResourceRequest$W(config) {
25424
25424
  const headers = {};
25425
25425
  return {
25426
- baseUri: '/services/data/v63.0',
25426
+ baseUri: '/services/data/v64.0',
25427
25427
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
25428
25428
  method: 'post',
25429
25429
  body: config.body,
@@ -25668,7 +25668,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
25668
25668
  function createResourceRequest$V(config) {
25669
25669
  const headers = {};
25670
25670
  return {
25671
- baseUri: '/services/data/v63.0',
25671
+ baseUri: '/services/data/v64.0',
25672
25672
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
25673
25673
  method: 'get',
25674
25674
  body: null,
@@ -26925,7 +26925,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
26925
26925
  function createResourceRequest$U(config) {
26926
26926
  const headers = {};
26927
26927
  return {
26928
- baseUri: '/services/data/v63.0',
26928
+ baseUri: '/services/data/v64.0',
26929
26929
  basePath: '/ui-api/apps',
26930
26930
  method: 'get',
26931
26931
  body: null,
@@ -27067,7 +27067,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
27067
27067
  function createResourceRequest$S(config) {
27068
27068
  const headers = {};
27069
27069
  return {
27070
- baseUri: '/services/data/v63.0',
27070
+ baseUri: '/services/data/v64.0',
27071
27071
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
27072
27072
  method: 'get',
27073
27073
  body: null,
@@ -27670,7 +27670,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
27670
27670
  function createResourceRequest$R(config) {
27671
27671
  const headers = {};
27672
27672
  return {
27673
- baseUri: '/services/data/v63.0',
27673
+ baseUri: '/services/data/v64.0',
27674
27674
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
27675
27675
  method: 'get',
27676
27676
  body: null,
@@ -27809,7 +27809,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
27809
27809
  function createResourceRequest$Q(config) {
27810
27810
  const headers = {};
27811
27811
  return {
27812
- baseUri: '/services/data/v63.0',
27812
+ baseUri: '/services/data/v64.0',
27813
27813
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
27814
27814
  method: 'get',
27815
27815
  body: null,
@@ -27948,7 +27948,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
27948
27948
  function createResourceRequest$P(config) {
27949
27949
  const headers = {};
27950
27950
  return {
27951
- baseUri: '/services/data/v63.0',
27951
+ baseUri: '/services/data/v64.0',
27952
27952
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
27953
27953
  method: 'get',
27954
27954
  body: null,
@@ -28181,7 +28181,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
28181
28181
  function createResourceRequest$O(config) {
28182
28182
  const headers = {};
28183
28183
  return {
28184
- baseUri: '/services/data/v63.0',
28184
+ baseUri: '/services/data/v64.0',
28185
28185
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
28186
28186
  method: 'get',
28187
28187
  body: null,
@@ -28450,7 +28450,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
28450
28450
  function createResourceRequest$N(config) {
28451
28451
  const headers = {};
28452
28452
  return {
28453
- baseUri: '/services/data/v63.0',
28453
+ baseUri: '/services/data/v64.0',
28454
28454
  basePath: '/ui-api/list-info/batch',
28455
28455
  method: 'get',
28456
28456
  body: null,
@@ -28595,7 +28595,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
28595
28595
  function createResourceRequest$M(config) {
28596
28596
  const headers = {};
28597
28597
  return {
28598
- baseUri: '/services/data/v63.0',
28598
+ baseUri: '/services/data/v64.0',
28599
28599
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
28600
28600
  method: 'get',
28601
28601
  body: null,
@@ -28901,7 +28901,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
28901
28901
  function createResourceRequest$L(config) {
28902
28902
  const headers = {};
28903
28903
  return {
28904
- baseUri: '/services/data/v63.0',
28904
+ baseUri: '/services/data/v64.0',
28905
28905
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
28906
28906
  method: 'post',
28907
28907
  body: config.body,
@@ -29014,7 +29014,7 @@ function evictSuccess$1(luvio, resourceParams) {
29014
29014
  function createResourceRequest$K(config) {
29015
29015
  const headers = {};
29016
29016
  return {
29017
- baseUri: '/services/data/v63.0',
29017
+ baseUri: '/services/data/v64.0',
29018
29018
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29019
29019
  method: 'delete',
29020
29020
  body: null,
@@ -29192,7 +29192,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
29192
29192
  function createResourceRequest$J(config) {
29193
29193
  const headers = {};
29194
29194
  return {
29195
- baseUri: '/services/data/v63.0',
29195
+ baseUri: '/services/data/v64.0',
29196
29196
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29197
29197
  method: 'patch',
29198
29198
  body: config.body,
@@ -29919,7 +29919,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
29919
29919
  function createResourceRequest$I(config) {
29920
29920
  const headers = {};
29921
29921
  return {
29922
- baseUri: '/services/data/v63.0',
29922
+ baseUri: '/services/data/v64.0',
29923
29923
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
29924
29924
  method: 'get',
29925
29925
  body: null,
@@ -30228,7 +30228,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
30228
30228
  function createResourceRequest$H(config) {
30229
30229
  const headers = {};
30230
30230
  return {
30231
- baseUri: '/services/data/v63.0',
30231
+ baseUri: '/services/data/v64.0',
30232
30232
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30233
30233
  method: 'get',
30234
30234
  body: null,
@@ -30372,7 +30372,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
30372
30372
  function createResourceRequest$G(config) {
30373
30373
  const headers = {};
30374
30374
  return {
30375
- baseUri: '/services/data/v63.0',
30375
+ baseUri: '/services/data/v64.0',
30376
30376
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30377
30377
  method: 'patch',
30378
30378
  body: config.body,
@@ -30682,7 +30682,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
30682
30682
  function createResourceRequest$F(config) {
30683
30683
  const headers = {};
30684
30684
  return {
30685
- baseUri: '/services/data/v63.0',
30685
+ baseUri: '/services/data/v64.0',
30686
30686
  basePath: '/ui-api/nav-items',
30687
30687
  method: 'get',
30688
30688
  body: null,
@@ -31034,7 +31034,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
31034
31034
  function createResourceRequest$D(config) {
31035
31035
  const headers = {};
31036
31036
  return {
31037
- baseUri: '/services/data/v63.0',
31037
+ baseUri: '/services/data/v64.0',
31038
31038
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
31039
31039
  method: 'get',
31040
31040
  body: null,
@@ -31363,8 +31363,8 @@ const select$27 = function PicklistValueRepresentationSelect() {
31363
31363
  const keyBuilderFromType$i =
31364
31364
  /**
31365
31365
  * custom key builder from PicklistValuesRepresentation.
31366
- * PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
31367
- * the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
31366
+ * PicklistValuesRepresentation.url is like /services/data/v64.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
31367
+ * the '/services/data/v64.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
31368
31368
  */
31369
31369
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
31370
31370
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -31674,7 +31674,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
31674
31674
  function createResourceRequest$C(config) {
31675
31675
  const headers = {};
31676
31676
  return {
31677
- baseUri: '/services/data/v63.0',
31677
+ baseUri: '/services/data/v64.0',
31678
31678
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
31679
31679
  method: 'get',
31680
31680
  body: null,
@@ -31779,7 +31779,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
31779
31779
  function createResourceRequest$B(config) {
31780
31780
  const headers = {};
31781
31781
  return {
31782
- baseUri: '/services/data/v63.0',
31782
+ baseUri: '/services/data/v64.0',
31783
31783
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
31784
31784
  method: 'get',
31785
31785
  body: null,
@@ -31991,7 +31991,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
31991
31991
  function createResourceRequest$A(config) {
31992
31992
  const headers = {};
31993
31993
  return {
31994
- baseUri: '/services/data/v63.0',
31994
+ baseUri: '/services/data/v64.0',
31995
31995
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
31996
31996
  method: 'get',
31997
31997
  body: null,
@@ -32317,7 +32317,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
32317
32317
  function createResourceRequest$z(config) {
32318
32318
  const headers = {};
32319
32319
  return {
32320
- baseUri: '/services/data/v63.0',
32320
+ baseUri: '/services/data/v64.0',
32321
32321
  basePath: '/ui-api/predupe',
32322
32322
  method: 'post',
32323
32323
  body: config.body,
@@ -33536,7 +33536,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
33536
33536
  function createResourceRequest$y(config) {
33537
33537
  const headers = {};
33538
33538
  return {
33539
- baseUri: '/services/data/v63.0',
33539
+ baseUri: '/services/data/v64.0',
33540
33540
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
33541
33541
  method: 'get',
33542
33542
  body: null,
@@ -34400,7 +34400,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
34400
34400
  function createResourceRequest$x(config) {
34401
34401
  const headers = {};
34402
34402
  return {
34403
- baseUri: '/services/data/v63.0',
34403
+ baseUri: '/services/data/v64.0',
34404
34404
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
34405
34405
  method: 'get',
34406
34406
  body: null,
@@ -34665,7 +34665,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
34665
34665
  function createResourceRequest$w(config) {
34666
34666
  const headers = {};
34667
34667
  return {
34668
- baseUri: '/services/data/v63.0',
34668
+ baseUri: '/services/data/v64.0',
34669
34669
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
34670
34670
  method: 'get',
34671
34671
  body: null,
@@ -35359,7 +35359,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
35359
35359
  function createResourceRequest$v(config) {
35360
35360
  const headers = {};
35361
35361
  return {
35362
- baseUri: '/services/data/v63.0',
35362
+ baseUri: '/services/data/v64.0',
35363
35363
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
35364
35364
  method: 'get',
35365
35365
  body: null,
@@ -35629,7 +35629,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
35629
35629
  function createResourceRequest$u(config) {
35630
35630
  const headers = {};
35631
35631
  return {
35632
- baseUri: '/services/data/v63.0',
35632
+ baseUri: '/services/data/v64.0',
35633
35633
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
35634
35634
  method: 'get',
35635
35635
  body: null,
@@ -36023,7 +36023,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
36023
36023
  function createResourceRequest$t(config) {
36024
36024
  const headers = {};
36025
36025
  return {
36026
- baseUri: '/services/data/v63.0',
36026
+ baseUri: '/services/data/v64.0',
36027
36027
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
36028
36028
  method: 'get',
36029
36029
  body: null,
@@ -36364,7 +36364,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
36364
36364
  function createResourceRequest$r(config) {
36365
36365
  const headers = {};
36366
36366
  return {
36367
- baseUri: '/services/data/v63.0',
36367
+ baseUri: '/services/data/v64.0',
36368
36368
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
36369
36369
  method: 'get',
36370
36370
  body: null,
@@ -36626,7 +36626,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
36626
36626
  function createResourceRequest$q(config) {
36627
36627
  const headers = {};
36628
36628
  return {
36629
- baseUri: '/services/data/v63.0',
36629
+ baseUri: '/services/data/v64.0',
36630
36630
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
36631
36631
  method: 'get',
36632
36632
  body: null,
@@ -37731,7 +37731,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
37731
37731
  function createResourceRequest$o(config) {
37732
37732
  const headers = {};
37733
37733
  return {
37734
- baseUri: '/services/data/v63.0',
37734
+ baseUri: '/services/data/v64.0',
37735
37735
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
37736
37736
  method: 'post',
37737
37737
  body: config.body,
@@ -38016,7 +38016,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
38016
38016
  function createResourceRequest$n(config) {
38017
38017
  const headers = {};
38018
38018
  return {
38019
- baseUri: '/services/data/v63.0',
38019
+ baseUri: '/services/data/v64.0',
38020
38020
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
38021
38021
  method: 'post',
38022
38022
  body: config.body,
@@ -38558,7 +38558,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
38558
38558
  function createResourceRequest$m(config) {
38559
38559
  const headers = {};
38560
38560
  return {
38561
- baseUri: '/services/data/v63.0',
38561
+ baseUri: '/services/data/v64.0',
38562
38562
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
38563
38563
  method: 'get',
38564
38564
  body: null,
@@ -38814,7 +38814,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
38814
38814
  function createResourceRequest$l(config) {
38815
38815
  const headers = {};
38816
38816
  return {
38817
- baseUri: '/services/data/v63.0',
38817
+ baseUri: '/services/data/v64.0',
38818
38818
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
38819
38819
  method: 'get',
38820
38820
  body: null,
@@ -39232,7 +39232,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
39232
39232
  function createResourceRequest$k(config) {
39233
39233
  const headers = {};
39234
39234
  return {
39235
- baseUri: '/services/data/v63.0',
39235
+ baseUri: '/services/data/v64.0',
39236
39236
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
39237
39237
  method: 'get',
39238
39238
  body: null,
@@ -40241,7 +40241,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
40241
40241
  function createResourceRequest$j(config) {
40242
40242
  const headers = {};
40243
40243
  return {
40244
- baseUri: '/services/data/v63.0',
40244
+ baseUri: '/services/data/v64.0',
40245
40245
  basePath: '/ui-api/search/results',
40246
40246
  method: 'post',
40247
40247
  body: config.body,
@@ -40515,7 +40515,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
40515
40515
  function createResourceRequest$i(config) {
40516
40516
  const headers = {};
40517
40517
  return {
40518
- baseUri: '/services/data/v63.0',
40518
+ baseUri: '/services/data/v64.0',
40519
40519
  basePath: '/ui-api/search/results/keyword',
40520
40520
  method: 'post',
40521
40521
  body: config.body,
@@ -61044,7 +61044,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
61044
61044
  function createResourceRequest$h(config) {
61045
61045
  const headers = {};
61046
61046
  return {
61047
- baseUri: '/services/data/v63.0',
61047
+ baseUri: '/services/data/v64.0',
61048
61048
  basePath: '/graphql',
61049
61049
  method: 'post',
61050
61050
  body: { ...config.body,
@@ -61095,7 +61095,7 @@ function createResourceRequest$f(config) {
61095
61095
  const headers = {};
61096
61096
  const transformedConfig = stripDocumentsOfMetaschema(config);
61097
61097
  return {
61098
- baseUri: '/services/data/v63.0',
61098
+ baseUri: '/services/data/v64.0',
61099
61099
  basePath: '/graphql/batch',
61100
61100
  method: 'post',
61101
61101
  body: transformedConfig.body,
@@ -61643,7 +61643,7 @@ function ingestSuccess$4(luvio, response) {
61643
61643
  function createResourceRequest$e(config) {
61644
61644
  const headers = {};
61645
61645
  return {
61646
- baseUri: '/services/data/v63.0',
61646
+ baseUri: '/services/data/v64.0',
61647
61647
  basePath: '/ui-api/records/batch',
61648
61648
  method: 'post',
61649
61649
  body: config.body,
@@ -61912,7 +61912,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
61912
61912
  function createResourceRequest$d(config) {
61913
61913
  const headers = {};
61914
61914
  return {
61915
- baseUri: '/services/data/v63.0',
61915
+ baseUri: '/services/data/v64.0',
61916
61916
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
61917
61917
  method: 'patch',
61918
61918
  body: config.body,
@@ -61976,7 +61976,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
61976
61976
  function createResourceRequest$c(config) {
61977
61977
  const headers = {};
61978
61978
  return {
61979
- baseUri: '/services/data/v63.0',
61979
+ baseUri: '/services/data/v64.0',
61980
61980
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
61981
61981
  method: 'post',
61982
61982
  body: config.body,
@@ -62360,7 +62360,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
62360
62360
  function createResourceRequest$a(config) {
62361
62361
  const headers = {};
62362
62362
  return {
62363
- baseUri: '/services/data/v63.0',
62363
+ baseUri: '/services/data/v64.0',
62364
62364
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
62365
62365
  method: 'post',
62366
62366
  body: config.body,
@@ -62602,7 +62602,7 @@ const factory$9 = (luvio) => {
62602
62602
  function createResourceRequest$9(config) {
62603
62603
  const headers = {};
62604
62604
  return {
62605
- baseUri: '/services/data/v63.0',
62605
+ baseUri: '/services/data/v64.0',
62606
62606
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
62607
62607
  method: 'post',
62608
62608
  body: config.body,
@@ -63211,7 +63211,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
63211
63211
  function createResourceRequest$8(config) {
63212
63212
  const headers = {};
63213
63213
  return {
63214
- baseUri: '/services/data/v63.0',
63214
+ baseUri: '/services/data/v64.0',
63215
63215
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
63216
63216
  method: 'get',
63217
63217
  body: null,
@@ -63853,7 +63853,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
63853
63853
  function createResourceRequest$7(config) {
63854
63854
  const headers = {};
63855
63855
  return {
63856
- baseUri: '/services/data/v63.0',
63856
+ baseUri: '/services/data/v64.0',
63857
63857
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
63858
63858
  method: 'get',
63859
63859
  body: null,
@@ -64484,7 +64484,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
64484
64484
  function createResourceRequest$6(config) {
64485
64485
  const headers = {};
64486
64486
  return {
64487
- baseUri: '/services/data/v63.0',
64487
+ baseUri: '/services/data/v64.0',
64488
64488
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
64489
64489
  method: 'get',
64490
64490
  body: null,
@@ -64697,7 +64697,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
64697
64697
  function createResourceRequest$5(config) {
64698
64698
  const headers = {};
64699
64699
  return {
64700
- baseUri: '/services/data/v63.0',
64700
+ baseUri: '/services/data/v64.0',
64701
64701
  basePath: '/ui-api/records',
64702
64702
  method: 'post',
64703
64703
  body: config.body,
@@ -64803,7 +64803,7 @@ function evictSuccess(luvio, resourceParams) {
64803
64803
  function createResourceRequest$3(config) {
64804
64804
  const headers = {};
64805
64805
  return {
64806
- baseUri: '/services/data/v63.0',
64806
+ baseUri: '/services/data/v64.0',
64807
64807
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
64808
64808
  method: 'delete',
64809
64809
  body: null,
@@ -64893,7 +64893,7 @@ function createResourceRequest$2(config) {
64893
64893
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
64894
64894
  }
64895
64895
  return {
64896
- baseUri: '/services/data/v63.0',
64896
+ baseUri: '/services/data/v64.0',
64897
64897
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
64898
64898
  method: 'patch',
64899
64899
  body: config.body,
@@ -65220,7 +65220,7 @@ function createResourceParams$1(config) {
65220
65220
  function createResourceRequest$1(config) {
65221
65221
  const headers = {};
65222
65222
  return {
65223
- baseUri: '/services/data/v63.0',
65223
+ baseUri: '/services/data/v64.0',
65224
65224
  basePath: '/ui-api/records/content-documents/' +
65225
65225
  config.urlParams.contentDocumentId +
65226
65226
  '/content-versions',
@@ -65338,7 +65338,7 @@ function createResourceParams(config) {
65338
65338
  function createResourceRequest(config) {
65339
65339
  const headers = {};
65340
65340
  return {
65341
- baseUri: '/services/data/v63.0',
65341
+ baseUri: '/services/data/v64.0',
65342
65342
  basePath: '/ui-api/records/content-documents/content-versions',
65343
65343
  method: 'post',
65344
65344
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.333.0",
3
+ "version": "1.335.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.333.0"
34
+ "@salesforce/lds-adapters-uiapi": "^1.335.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@luvio/lwc-luvio": "0.156.5",
38
- "@salesforce/lds-default-luvio": "^1.333.0"
38
+ "@salesforce/lds-default-luvio": "^1.335.0"
39
39
  }
40
40
  }