@salesforce/lwc-adapters-uiapi 1.455.0 → 1.457.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
@@ -11795,7 +11795,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
11795
11795
  function createResourceRequest$1g(config) {
11796
11796
  const headers = {};
11797
11797
  return {
11798
- baseUri: '/services/data/v68.0',
11798
+ baseUri: '/services/data/v69.0',
11799
11799
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
11800
11800
  method: 'get',
11801
11801
  body: null,
@@ -12235,7 +12235,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
12235
12235
  function createResourceRequest$1f(config) {
12236
12236
  const headers = {};
12237
12237
  return {
12238
- baseUri: '/services/data/v68.0',
12238
+ baseUri: '/services/data/v69.0',
12239
12239
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
12240
12240
  method: 'get',
12241
12241
  body: null,
@@ -13499,7 +13499,7 @@ function createPaginationParams$6(params) {
13499
13499
  function createResourceRequest$1e(config) {
13500
13500
  const headers = {};
13501
13501
  return {
13502
- baseUri: '/services/data/v68.0',
13502
+ baseUri: '/services/data/v69.0',
13503
13503
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
13504
13504
  method: 'get',
13505
13505
  body: null,
@@ -13552,7 +13552,7 @@ function createPaginationParams$5(params) {
13552
13552
  function createResourceRequest$1d(config) {
13553
13553
  const headers = {};
13554
13554
  return {
13555
- baseUri: '/services/data/v68.0',
13555
+ baseUri: '/services/data/v69.0',
13556
13556
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
13557
13557
  method: 'get',
13558
13558
  body: null,
@@ -13597,7 +13597,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
13597
13597
  function createResourceRequest$1c(config) {
13598
13598
  const headers = {};
13599
13599
  return {
13600
- baseUri: '/services/data/v68.0',
13600
+ baseUri: '/services/data/v69.0',
13601
13601
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
13602
13602
  method: 'get',
13603
13603
  body: null,
@@ -14567,7 +14567,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
14567
14567
  function createResourceRequest$1b(config) {
14568
14568
  const headers = {};
14569
14569
  return {
14570
- baseUri: '/services/data/v68.0',
14570
+ baseUri: '/services/data/v69.0',
14571
14571
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
14572
14572
  method: 'post',
14573
14573
  body: config.body,
@@ -15289,7 +15289,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
15289
15289
  function createResourceRequest$1a(config) {
15290
15290
  const headers = {};
15291
15291
  return {
15292
- baseUri: '/services/data/v68.0',
15292
+ baseUri: '/services/data/v69.0',
15293
15293
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
15294
15294
  method: 'get',
15295
15295
  body: null,
@@ -15487,7 +15487,7 @@ function keyBuilder$3E(luvio, params) {
15487
15487
  function createResourceRequest$19(config) {
15488
15488
  const headers = {};
15489
15489
  return {
15490
- baseUri: '/services/data/v68.0',
15490
+ baseUri: '/services/data/v69.0',
15491
15491
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
15492
15492
  method: 'get',
15493
15493
  body: null,
@@ -15532,7 +15532,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
15532
15532
  function createResourceRequest$18(config) {
15533
15533
  const headers = {};
15534
15534
  return {
15535
- baseUri: '/services/data/v68.0',
15535
+ baseUri: '/services/data/v69.0',
15536
15536
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
15537
15537
  method: 'get',
15538
15538
  body: null,
@@ -17337,7 +17337,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
17337
17337
  function createResourceRequest$17(config) {
17338
17338
  const headers = {};
17339
17339
  return {
17340
- baseUri: '/services/data/v68.0',
17340
+ baseUri: '/services/data/v69.0',
17341
17341
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
17342
17342
  method: 'get',
17343
17343
  body: null,
@@ -18416,7 +18416,7 @@ const ingest$2p = function RecordUiRepresentationIngest(input, path, luvio, stor
18416
18416
  function createResourceRequest$16(config) {
18417
18417
  const headers = {};
18418
18418
  return {
18419
- baseUri: '/services/data/v68.0',
18419
+ baseUri: '/services/data/v69.0',
18420
18420
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
18421
18421
  method: 'get',
18422
18422
  body: null,
@@ -20782,7 +20782,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
20782
20782
  function createResourceRequest$15(config) {
20783
20783
  const headers = {};
20784
20784
  return {
20785
- baseUri: '/services/data/v68.0',
20785
+ baseUri: '/services/data/v69.0',
20786
20786
  basePath: '/ui-api/actions/global',
20787
20787
  method: 'get',
20788
20788
  body: null,
@@ -21016,7 +21016,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
21016
21016
  function createResourceRequest$14(config) {
21017
21017
  const headers = {};
21018
21018
  return {
21019
- baseUri: '/services/data/v68.0',
21019
+ baseUri: '/services/data/v69.0',
21020
21020
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
21021
21021
  method: 'get',
21022
21022
  body: null,
@@ -21188,7 +21188,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
21188
21188
  function createResourceRequest$13(config) {
21189
21189
  const headers = {};
21190
21190
  return {
21191
- baseUri: '/services/data/v68.0',
21191
+ baseUri: '/services/data/v69.0',
21192
21192
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
21193
21193
  method: 'get',
21194
21194
  body: null,
@@ -21330,7 +21330,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
21330
21330
  function createResourceRequest$12(config) {
21331
21331
  const headers = {};
21332
21332
  return {
21333
- baseUri: '/services/data/v68.0',
21333
+ baseUri: '/services/data/v69.0',
21334
21334
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
21335
21335
  method: 'get',
21336
21336
  body: null,
@@ -21520,7 +21520,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
21520
21520
  function createResourceRequest$11(config) {
21521
21521
  const headers = {};
21522
21522
  return {
21523
- baseUri: '/services/data/v68.0',
21523
+ baseUri: '/services/data/v69.0',
21524
21524
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
21525
21525
  method: 'get',
21526
21526
  body: null,
@@ -21784,7 +21784,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
21784
21784
  function createResourceRequest$10(config) {
21785
21785
  const headers = {};
21786
21786
  return {
21787
- baseUri: '/services/data/v68.0',
21787
+ baseUri: '/services/data/v69.0',
21788
21788
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
21789
21789
  method: 'get',
21790
21790
  body: null,
@@ -22995,7 +22995,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
22995
22995
  function createResourceRequest$$(config) {
22996
22996
  const headers = {};
22997
22997
  return {
22998
- baseUri: '/services/data/v68.0',
22998
+ baseUri: '/services/data/v69.0',
22999
22999
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
23000
23000
  method: 'get',
23001
23001
  body: null,
@@ -23206,7 +23206,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
23206
23206
  function createResourceRequest$_(config) {
23207
23207
  const headers = {};
23208
23208
  return {
23209
- baseUri: '/services/data/v68.0',
23209
+ baseUri: '/services/data/v69.0',
23210
23210
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
23211
23211
  method: 'get',
23212
23212
  body: null,
@@ -23374,7 +23374,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
23374
23374
  function createResourceRequest$Z(config) {
23375
23375
  const headers = {};
23376
23376
  return {
23377
- baseUri: '/services/data/v68.0',
23377
+ baseUri: '/services/data/v69.0',
23378
23378
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
23379
23379
  method: 'get',
23380
23380
  body: null,
@@ -23526,7 +23526,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
23526
23526
  function createResourceRequest$Y(config) {
23527
23527
  const headers = {};
23528
23528
  return {
23529
- baseUri: '/services/data/v68.0',
23529
+ baseUri: '/services/data/v69.0',
23530
23530
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
23531
23531
  method: 'get',
23532
23532
  body: null,
@@ -23738,7 +23738,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
23738
23738
  function createResourceRequest$X(config) {
23739
23739
  const headers = {};
23740
23740
  return {
23741
- baseUri: '/services/data/v68.0',
23741
+ baseUri: '/services/data/v69.0',
23742
23742
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
23743
23743
  method: 'post',
23744
23744
  body: config.body,
@@ -24023,7 +24023,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
24023
24023
  function createResourceRequest$W(config) {
24024
24024
  const headers = {};
24025
24025
  return {
24026
- baseUri: '/services/data/v68.0',
24026
+ baseUri: '/services/data/v69.0',
24027
24027
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
24028
24028
  method: 'post',
24029
24029
  body: config.body,
@@ -24268,7 +24268,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
24268
24268
  function createResourceRequest$V(config) {
24269
24269
  const headers = {};
24270
24270
  return {
24271
- baseUri: '/services/data/v68.0',
24271
+ baseUri: '/services/data/v69.0',
24272
24272
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
24273
24273
  method: 'get',
24274
24274
  body: null,
@@ -25525,7 +25525,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
25525
25525
  function createResourceRequest$U(config) {
25526
25526
  const headers = {};
25527
25527
  return {
25528
- baseUri: '/services/data/v68.0',
25528
+ baseUri: '/services/data/v69.0',
25529
25529
  basePath: '/ui-api/apps',
25530
25530
  method: 'get',
25531
25531
  body: null,
@@ -25667,7 +25667,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
25667
25667
  function createResourceRequest$S(config) {
25668
25668
  const headers = {};
25669
25669
  return {
25670
- baseUri: '/services/data/v68.0',
25670
+ baseUri: '/services/data/v69.0',
25671
25671
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
25672
25672
  method: 'get',
25673
25673
  body: null,
@@ -26270,7 +26270,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
26270
26270
  function createResourceRequest$R(config) {
26271
26271
  const headers = {};
26272
26272
  return {
26273
- baseUri: '/services/data/v68.0',
26273
+ baseUri: '/services/data/v69.0',
26274
26274
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
26275
26275
  method: 'get',
26276
26276
  body: null,
@@ -26409,7 +26409,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
26409
26409
  function createResourceRequest$Q(config) {
26410
26410
  const headers = {};
26411
26411
  return {
26412
- baseUri: '/services/data/v68.0',
26412
+ baseUri: '/services/data/v69.0',
26413
26413
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
26414
26414
  method: 'get',
26415
26415
  body: null,
@@ -26548,7 +26548,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
26548
26548
  function createResourceRequest$P(config) {
26549
26549
  const headers = {};
26550
26550
  return {
26551
- baseUri: '/services/data/v68.0',
26551
+ baseUri: '/services/data/v69.0',
26552
26552
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
26553
26553
  method: 'get',
26554
26554
  body: null,
@@ -26781,7 +26781,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
26781
26781
  function createResourceRequest$O(config) {
26782
26782
  const headers = {};
26783
26783
  return {
26784
- baseUri: '/services/data/v68.0',
26784
+ baseUri: '/services/data/v69.0',
26785
26785
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
26786
26786
  method: 'get',
26787
26787
  body: null,
@@ -27050,7 +27050,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
27050
27050
  function createResourceRequest$N(config) {
27051
27051
  const headers = {};
27052
27052
  return {
27053
- baseUri: '/services/data/v68.0',
27053
+ baseUri: '/services/data/v69.0',
27054
27054
  basePath: '/ui-api/list-info/batch',
27055
27055
  method: 'get',
27056
27056
  body: null,
@@ -27195,7 +27195,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
27195
27195
  function createResourceRequest$M(config) {
27196
27196
  const headers = {};
27197
27197
  return {
27198
- baseUri: '/services/data/v68.0',
27198
+ baseUri: '/services/data/v69.0',
27199
27199
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
27200
27200
  method: 'get',
27201
27201
  body: null,
@@ -27501,7 +27501,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
27501
27501
  function createResourceRequest$L(config) {
27502
27502
  const headers = {};
27503
27503
  return {
27504
- baseUri: '/services/data/v68.0',
27504
+ baseUri: '/services/data/v69.0',
27505
27505
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
27506
27506
  method: 'post',
27507
27507
  body: config.body,
@@ -27614,7 +27614,7 @@ function evictSuccess$1(luvio, resourceParams) {
27614
27614
  function createResourceRequest$K(config) {
27615
27615
  const headers = {};
27616
27616
  return {
27617
- baseUri: '/services/data/v68.0',
27617
+ baseUri: '/services/data/v69.0',
27618
27618
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
27619
27619
  method: 'delete',
27620
27620
  body: null,
@@ -27792,7 +27792,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
27792
27792
  function createResourceRequest$J(config) {
27793
27793
  const headers = {};
27794
27794
  return {
27795
- baseUri: '/services/data/v68.0',
27795
+ baseUri: '/services/data/v69.0',
27796
27796
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
27797
27797
  method: 'patch',
27798
27798
  body: config.body,
@@ -28738,7 +28738,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
28738
28738
  function createResourceRequest$I(config) {
28739
28739
  const headers = {};
28740
28740
  return {
28741
- baseUri: '/services/data/v68.0',
28741
+ baseUri: '/services/data/v69.0',
28742
28742
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
28743
28743
  method: 'get',
28744
28744
  body: null,
@@ -29047,7 +29047,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
29047
29047
  function createResourceRequest$H(config) {
29048
29048
  const headers = {};
29049
29049
  return {
29050
- baseUri: '/services/data/v68.0',
29050
+ baseUri: '/services/data/v69.0',
29051
29051
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29052
29052
  method: 'get',
29053
29053
  body: null,
@@ -29191,7 +29191,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
29191
29191
  function createResourceRequest$G(config) {
29192
29192
  const headers = {};
29193
29193
  return {
29194
- baseUri: '/services/data/v68.0',
29194
+ baseUri: '/services/data/v69.0',
29195
29195
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29196
29196
  method: 'patch',
29197
29197
  body: config.body,
@@ -29501,7 +29501,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
29501
29501
  function createResourceRequest$F(config) {
29502
29502
  const headers = {};
29503
29503
  return {
29504
- baseUri: '/services/data/v68.0',
29504
+ baseUri: '/services/data/v69.0',
29505
29505
  basePath: '/ui-api/nav-items',
29506
29506
  method: 'get',
29507
29507
  body: null,
@@ -29853,7 +29853,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
29853
29853
  function createResourceRequest$D(config) {
29854
29854
  const headers = {};
29855
29855
  return {
29856
- baseUri: '/services/data/v68.0',
29856
+ baseUri: '/services/data/v69.0',
29857
29857
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
29858
29858
  method: 'get',
29859
29859
  body: null,
@@ -30182,8 +30182,8 @@ const select$2u = function PicklistValueRepresentationSelect() {
30182
30182
  const keyBuilderFromType$i =
30183
30183
  /**
30184
30184
  * custom key builder from PicklistValuesRepresentation.
30185
- * PicklistValuesRepresentation.url is like /services/data/v68.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
30186
- * the '/services/data/v68.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
30185
+ * PicklistValuesRepresentation.url is like /services/data/v69.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
30186
+ * the '/services/data/v69.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
30187
30187
  */
30188
30188
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
30189
30189
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -30493,7 +30493,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
30493
30493
  function createResourceRequest$C(config) {
30494
30494
  const headers = {};
30495
30495
  return {
30496
- baseUri: '/services/data/v68.0',
30496
+ baseUri: '/services/data/v69.0',
30497
30497
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
30498
30498
  method: 'get',
30499
30499
  body: null,
@@ -30598,7 +30598,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
30598
30598
  function createResourceRequest$B(config) {
30599
30599
  const headers = {};
30600
30600
  return {
30601
- baseUri: '/services/data/v68.0',
30601
+ baseUri: '/services/data/v69.0',
30602
30602
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
30603
30603
  method: 'get',
30604
30604
  body: null,
@@ -30816,7 +30816,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
30816
30816
  function createResourceRequest$A(config) {
30817
30817
  const headers = {};
30818
30818
  return {
30819
- baseUri: '/services/data/v68.0',
30819
+ baseUri: '/services/data/v69.0',
30820
30820
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
30821
30821
  method: 'get',
30822
30822
  body: null,
@@ -31142,7 +31142,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
31142
31142
  function createResourceRequest$z(config) {
31143
31143
  const headers = {};
31144
31144
  return {
31145
- baseUri: '/services/data/v68.0',
31145
+ baseUri: '/services/data/v69.0',
31146
31146
  basePath: '/ui-api/predupe',
31147
31147
  method: 'post',
31148
31148
  body: config.body,
@@ -32373,7 +32373,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
32373
32373
  function createResourceRequest$y(config) {
32374
32374
  const headers = {};
32375
32375
  return {
32376
- baseUri: '/services/data/v68.0',
32376
+ baseUri: '/services/data/v69.0',
32377
32377
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
32378
32378
  method: 'get',
32379
32379
  body: null,
@@ -33237,7 +33237,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
33237
33237
  function createResourceRequest$x(config) {
33238
33238
  const headers = {};
33239
33239
  return {
33240
- baseUri: '/services/data/v68.0',
33240
+ baseUri: '/services/data/v69.0',
33241
33241
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
33242
33242
  method: 'get',
33243
33243
  body: null,
@@ -33502,7 +33502,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
33502
33502
  function createResourceRequest$w(config) {
33503
33503
  const headers = {};
33504
33504
  return {
33505
- baseUri: '/services/data/v68.0',
33505
+ baseUri: '/services/data/v69.0',
33506
33506
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
33507
33507
  method: 'get',
33508
33508
  body: null,
@@ -34196,7 +34196,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
34196
34196
  function createResourceRequest$v(config) {
34197
34197
  const headers = {};
34198
34198
  return {
34199
- baseUri: '/services/data/v68.0',
34199
+ baseUri: '/services/data/v69.0',
34200
34200
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
34201
34201
  method: 'get',
34202
34202
  body: null,
@@ -34466,7 +34466,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
34466
34466
  function createResourceRequest$u(config) {
34467
34467
  const headers = {};
34468
34468
  return {
34469
- baseUri: '/services/data/v68.0',
34469
+ baseUri: '/services/data/v69.0',
34470
34470
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
34471
34471
  method: 'get',
34472
34472
  body: null,
@@ -34860,7 +34860,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
34860
34860
  function createResourceRequest$t(config) {
34861
34861
  const headers = {};
34862
34862
  return {
34863
- baseUri: '/services/data/v68.0',
34863
+ baseUri: '/services/data/v69.0',
34864
34864
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
34865
34865
  method: 'get',
34866
34866
  body: null,
@@ -35201,7 +35201,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
35201
35201
  function createResourceRequest$r(config) {
35202
35202
  const headers = {};
35203
35203
  return {
35204
- baseUri: '/services/data/v68.0',
35204
+ baseUri: '/services/data/v69.0',
35205
35205
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
35206
35206
  method: 'get',
35207
35207
  body: null,
@@ -35463,7 +35463,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
35463
35463
  function createResourceRequest$q(config) {
35464
35464
  const headers = {};
35465
35465
  return {
35466
- baseUri: '/services/data/v68.0',
35466
+ baseUri: '/services/data/v69.0',
35467
35467
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
35468
35468
  method: 'get',
35469
35469
  body: null,
@@ -36597,7 +36597,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
36597
36597
  function createResourceRequest$o(config) {
36598
36598
  const headers = {};
36599
36599
  return {
36600
- baseUri: '/services/data/v68.0',
36600
+ baseUri: '/services/data/v69.0',
36601
36601
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
36602
36602
  method: 'post',
36603
36603
  body: config.body,
@@ -36882,7 +36882,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
36882
36882
  function createResourceRequest$n(config) {
36883
36883
  const headers = {};
36884
36884
  return {
36885
- baseUri: '/services/data/v68.0',
36885
+ baseUri: '/services/data/v69.0',
36886
36886
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
36887
36887
  method: 'post',
36888
36888
  body: config.body,
@@ -37425,7 +37425,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
37425
37425
  function createResourceRequest$m(config) {
37426
37426
  const headers = {};
37427
37427
  return {
37428
- baseUri: '/services/data/v68.0',
37428
+ baseUri: '/services/data/v69.0',
37429
37429
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
37430
37430
  method: 'get',
37431
37431
  body: null,
@@ -37681,7 +37681,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
37681
37681
  function createResourceRequest$l(config) {
37682
37682
  const headers = {};
37683
37683
  return {
37684
- baseUri: '/services/data/v68.0',
37684
+ baseUri: '/services/data/v69.0',
37685
37685
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
37686
37686
  method: 'get',
37687
37687
  body: null,
@@ -38099,7 +38099,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
38099
38099
  function createResourceRequest$k(config) {
38100
38100
  const headers = {};
38101
38101
  return {
38102
- baseUri: '/services/data/v68.0',
38102
+ baseUri: '/services/data/v69.0',
38103
38103
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
38104
38104
  method: 'get',
38105
38105
  body: null,
@@ -39108,7 +39108,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
39108
39108
  function createResourceRequest$j(config) {
39109
39109
  const headers = {};
39110
39110
  return {
39111
- baseUri: '/services/data/v68.0',
39111
+ baseUri: '/services/data/v69.0',
39112
39112
  basePath: '/ui-api/search/results',
39113
39113
  method: 'post',
39114
39114
  body: config.body,
@@ -39382,7 +39382,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
39382
39382
  function createResourceRequest$i(config) {
39383
39383
  const headers = {};
39384
39384
  return {
39385
- baseUri: '/services/data/v68.0',
39385
+ baseUri: '/services/data/v69.0',
39386
39386
  basePath: '/ui-api/search/results/keyword',
39387
39387
  method: 'post',
39388
39388
  body: config.body,
@@ -66501,7 +66501,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
66501
66501
  function createResourceRequest$h(config) {
66502
66502
  const headers = {};
66503
66503
  return {
66504
- baseUri: '/services/data/v68.0',
66504
+ baseUri: '/services/data/v69.0',
66505
66505
  basePath: '/graphql',
66506
66506
  method: 'post',
66507
66507
  body: { ...config.body,
@@ -66552,7 +66552,7 @@ function createResourceRequest$f(config) {
66552
66552
  const headers = {};
66553
66553
  const transformedConfig = stripDocumentsOfMetaschema(config);
66554
66554
  return {
66555
- baseUri: '/services/data/v68.0',
66555
+ baseUri: '/services/data/v69.0',
66556
66556
  basePath: '/graphql/batch',
66557
66557
  method: 'post',
66558
66558
  body: transformedConfig.body,
@@ -67100,7 +67100,7 @@ function ingestSuccess$4(luvio, response) {
67100
67100
  function createResourceRequest$e(config) {
67101
67101
  const headers = {};
67102
67102
  return {
67103
- baseUri: '/services/data/v68.0',
67103
+ baseUri: '/services/data/v69.0',
67104
67104
  basePath: '/ui-api/records/batch',
67105
67105
  method: 'post',
67106
67106
  body: config.body,
@@ -67394,7 +67394,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
67394
67394
  function createResourceRequest$d(config) {
67395
67395
  const headers = {};
67396
67396
  return {
67397
- baseUri: '/services/data/v68.0',
67397
+ baseUri: '/services/data/v69.0',
67398
67398
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
67399
67399
  method: 'patch',
67400
67400
  body: config.body,
@@ -67458,7 +67458,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
67458
67458
  function createResourceRequest$c(config) {
67459
67459
  const headers = {};
67460
67460
  return {
67461
- baseUri: '/services/data/v68.0',
67461
+ baseUri: '/services/data/v69.0',
67462
67462
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
67463
67463
  method: 'post',
67464
67464
  body: config.body,
@@ -67865,7 +67865,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
67865
67865
  function createResourceRequest$a(config) {
67866
67866
  const headers = {};
67867
67867
  return {
67868
- baseUri: '/services/data/v68.0',
67868
+ baseUri: '/services/data/v69.0',
67869
67869
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
67870
67870
  method: 'post',
67871
67871
  body: config.body,
@@ -68107,7 +68107,7 @@ const factory$9 = (luvio) => {
68107
68107
  function createResourceRequest$9(config) {
68108
68108
  const headers = {};
68109
68109
  return {
68110
- baseUri: '/services/data/v68.0',
68110
+ baseUri: '/services/data/v69.0',
68111
68111
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
68112
68112
  method: 'post',
68113
68113
  body: config.body,
@@ -68719,7 +68719,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
68719
68719
  function createResourceRequest$8(config) {
68720
68720
  const headers = {};
68721
68721
  return {
68722
- baseUri: '/services/data/v68.0',
68722
+ baseUri: '/services/data/v69.0',
68723
68723
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
68724
68724
  method: 'get',
68725
68725
  body: null,
@@ -69361,7 +69361,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
69361
69361
  function createResourceRequest$7(config) {
69362
69362
  const headers = {};
69363
69363
  return {
69364
- baseUri: '/services/data/v68.0',
69364
+ baseUri: '/services/data/v69.0',
69365
69365
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
69366
69366
  method: 'get',
69367
69367
  body: null,
@@ -69991,7 +69991,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
69991
69991
  function createResourceRequest$6(config) {
69992
69992
  const headers = {};
69993
69993
  return {
69994
- baseUri: '/services/data/v68.0',
69994
+ baseUri: '/services/data/v69.0',
69995
69995
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
69996
69996
  method: 'get',
69997
69997
  body: null,
@@ -70202,7 +70202,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
70202
70202
  function createResourceRequest$5(config) {
70203
70203
  const headers = {};
70204
70204
  return {
70205
- baseUri: '/services/data/v68.0',
70205
+ baseUri: '/services/data/v69.0',
70206
70206
  basePath: '/ui-api/records',
70207
70207
  method: 'post',
70208
70208
  body: config.body,
@@ -70308,7 +70308,7 @@ function evictSuccess(luvio, resourceParams) {
70308
70308
  function createResourceRequest$3(config) {
70309
70309
  const headers = {};
70310
70310
  return {
70311
- baseUri: '/services/data/v68.0',
70311
+ baseUri: '/services/data/v69.0',
70312
70312
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
70313
70313
  method: 'delete',
70314
70314
  body: null,
@@ -70395,7 +70395,7 @@ function createResourceRequest$2(config) {
70395
70395
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
70396
70396
  }
70397
70397
  return {
70398
- baseUri: '/services/data/v68.0',
70398
+ baseUri: '/services/data/v69.0',
70399
70399
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
70400
70400
  method: 'patch',
70401
70401
  body: config.body,
@@ -70734,7 +70734,7 @@ function createResourceParams$1(config) {
70734
70734
  function createResourceRequest$1(config) {
70735
70735
  const headers = {};
70736
70736
  return {
70737
- baseUri: '/services/data/v68.0',
70737
+ baseUri: '/services/data/v69.0',
70738
70738
  basePath: '/ui-api/records/content-documents/' +
70739
70739
  config.urlParams.contentDocumentId +
70740
70740
  '/content-versions',
@@ -70852,7 +70852,7 @@ function createResourceParams(config) {
70852
70852
  function createResourceRequest(config) {
70853
70853
  const headers = {};
70854
70854
  return {
70855
- baseUri: '/services/data/v68.0',
70855
+ baseUri: '/services/data/v69.0',
70856
70856
  basePath: '/ui-api/records/content-documents/content-versions',
70857
70857
  method: 'post',
70858
70858
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.455.0",
3
+ "version": "1.457.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.455.0"
34
+ "@salesforce/lds-adapters-uiapi": "^1.457.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@luvio/lwc-luvio": "0.161.2",
38
- "@salesforce/lds-default-luvio": "^1.455.0"
38
+ "@salesforce/lds-default-luvio": "^1.457.0"
39
39
  }
40
40
  }