@salesforce/lwc-adapters-uiapi 1.431.0 → 1.433.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
@@ -11789,7 +11789,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
11789
11789
  function createResourceRequest$1g(config) {
11790
11790
  const headers = {};
11791
11791
  return {
11792
- baseUri: '/services/data/v67.0',
11792
+ baseUri: '/services/data/v68.0',
11793
11793
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
11794
11794
  method: 'get',
11795
11795
  body: null,
@@ -12231,7 +12231,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
12231
12231
  function createResourceRequest$1f(config) {
12232
12232
  const headers = {};
12233
12233
  return {
12234
- baseUri: '/services/data/v67.0',
12234
+ baseUri: '/services/data/v68.0',
12235
12235
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
12236
12236
  method: 'get',
12237
12237
  body: null,
@@ -13495,7 +13495,7 @@ function createPaginationParams$6(params) {
13495
13495
  function createResourceRequest$1e(config) {
13496
13496
  const headers = {};
13497
13497
  return {
13498
- baseUri: '/services/data/v67.0',
13498
+ baseUri: '/services/data/v68.0',
13499
13499
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
13500
13500
  method: 'get',
13501
13501
  body: null,
@@ -13548,7 +13548,7 @@ function createPaginationParams$5(params) {
13548
13548
  function createResourceRequest$1d(config) {
13549
13549
  const headers = {};
13550
13550
  return {
13551
- baseUri: '/services/data/v67.0',
13551
+ baseUri: '/services/data/v68.0',
13552
13552
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
13553
13553
  method: 'get',
13554
13554
  body: null,
@@ -13593,7 +13593,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
13593
13593
  function createResourceRequest$1c(config) {
13594
13594
  const headers = {};
13595
13595
  return {
13596
- baseUri: '/services/data/v67.0',
13596
+ baseUri: '/services/data/v68.0',
13597
13597
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
13598
13598
  method: 'get',
13599
13599
  body: null,
@@ -14563,7 +14563,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
14563
14563
  function createResourceRequest$1b(config) {
14564
14564
  const headers = {};
14565
14565
  return {
14566
- baseUri: '/services/data/v67.0',
14566
+ baseUri: '/services/data/v68.0',
14567
14567
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
14568
14568
  method: 'post',
14569
14569
  body: config.body,
@@ -15285,7 +15285,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
15285
15285
  function createResourceRequest$1a(config) {
15286
15286
  const headers = {};
15287
15287
  return {
15288
- baseUri: '/services/data/v67.0',
15288
+ baseUri: '/services/data/v68.0',
15289
15289
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
15290
15290
  method: 'get',
15291
15291
  body: null,
@@ -15483,7 +15483,7 @@ function keyBuilder$3E(luvio, params) {
15483
15483
  function createResourceRequest$19(config) {
15484
15484
  const headers = {};
15485
15485
  return {
15486
- baseUri: '/services/data/v67.0',
15486
+ baseUri: '/services/data/v68.0',
15487
15487
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
15488
15488
  method: 'get',
15489
15489
  body: null,
@@ -15528,7 +15528,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
15528
15528
  function createResourceRequest$18(config) {
15529
15529
  const headers = {};
15530
15530
  return {
15531
- baseUri: '/services/data/v67.0',
15531
+ baseUri: '/services/data/v68.0',
15532
15532
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
15533
15533
  method: 'get',
15534
15534
  body: null,
@@ -17333,7 +17333,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
17333
17333
  function createResourceRequest$17(config) {
17334
17334
  const headers = {};
17335
17335
  return {
17336
- baseUri: '/services/data/v67.0',
17336
+ baseUri: '/services/data/v68.0',
17337
17337
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
17338
17338
  method: 'get',
17339
17339
  body: null,
@@ -18391,7 +18391,7 @@ const ingest$2p = function RecordUiRepresentationIngest(input, path, luvio, stor
18391
18391
  function createResourceRequest$16(config) {
18392
18392
  const headers = {};
18393
18393
  return {
18394
- baseUri: '/services/data/v67.0',
18394
+ baseUri: '/services/data/v68.0',
18395
18395
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
18396
18396
  method: 'get',
18397
18397
  body: null,
@@ -20754,7 +20754,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
20754
20754
  function createResourceRequest$15(config) {
20755
20755
  const headers = {};
20756
20756
  return {
20757
- baseUri: '/services/data/v67.0',
20757
+ baseUri: '/services/data/v68.0',
20758
20758
  basePath: '/ui-api/actions/global',
20759
20759
  method: 'get',
20760
20760
  body: null,
@@ -20988,7 +20988,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
20988
20988
  function createResourceRequest$14(config) {
20989
20989
  const headers = {};
20990
20990
  return {
20991
- baseUri: '/services/data/v67.0',
20991
+ baseUri: '/services/data/v68.0',
20992
20992
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
20993
20993
  method: 'get',
20994
20994
  body: null,
@@ -21160,7 +21160,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
21160
21160
  function createResourceRequest$13(config) {
21161
21161
  const headers = {};
21162
21162
  return {
21163
- baseUri: '/services/data/v67.0',
21163
+ baseUri: '/services/data/v68.0',
21164
21164
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
21165
21165
  method: 'get',
21166
21166
  body: null,
@@ -21302,7 +21302,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
21302
21302
  function createResourceRequest$12(config) {
21303
21303
  const headers = {};
21304
21304
  return {
21305
- baseUri: '/services/data/v67.0',
21305
+ baseUri: '/services/data/v68.0',
21306
21306
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
21307
21307
  method: 'get',
21308
21308
  body: null,
@@ -21492,7 +21492,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
21492
21492
  function createResourceRequest$11(config) {
21493
21493
  const headers = {};
21494
21494
  return {
21495
- baseUri: '/services/data/v67.0',
21495
+ baseUri: '/services/data/v68.0',
21496
21496
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
21497
21497
  method: 'get',
21498
21498
  body: null,
@@ -21756,7 +21756,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
21756
21756
  function createResourceRequest$10(config) {
21757
21757
  const headers = {};
21758
21758
  return {
21759
- baseUri: '/services/data/v67.0',
21759
+ baseUri: '/services/data/v68.0',
21760
21760
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
21761
21761
  method: 'get',
21762
21762
  body: null,
@@ -22967,7 +22967,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
22967
22967
  function createResourceRequest$$(config) {
22968
22968
  const headers = {};
22969
22969
  return {
22970
- baseUri: '/services/data/v67.0',
22970
+ baseUri: '/services/data/v68.0',
22971
22971
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
22972
22972
  method: 'get',
22973
22973
  body: null,
@@ -23178,7 +23178,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
23178
23178
  function createResourceRequest$_(config) {
23179
23179
  const headers = {};
23180
23180
  return {
23181
- baseUri: '/services/data/v67.0',
23181
+ baseUri: '/services/data/v68.0',
23182
23182
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
23183
23183
  method: 'get',
23184
23184
  body: null,
@@ -23347,7 +23347,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
23347
23347
  function createResourceRequest$Z(config) {
23348
23348
  const headers = {};
23349
23349
  return {
23350
- baseUri: '/services/data/v67.0',
23350
+ baseUri: '/services/data/v68.0',
23351
23351
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
23352
23352
  method: 'get',
23353
23353
  body: null,
@@ -23499,7 +23499,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
23499
23499
  function createResourceRequest$Y(config) {
23500
23500
  const headers = {};
23501
23501
  return {
23502
- baseUri: '/services/data/v67.0',
23502
+ baseUri: '/services/data/v68.0',
23503
23503
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
23504
23504
  method: 'get',
23505
23505
  body: null,
@@ -23711,7 +23711,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
23711
23711
  function createResourceRequest$X(config) {
23712
23712
  const headers = {};
23713
23713
  return {
23714
- baseUri: '/services/data/v67.0',
23714
+ baseUri: '/services/data/v68.0',
23715
23715
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
23716
23716
  method: 'post',
23717
23717
  body: config.body,
@@ -23996,7 +23996,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
23996
23996
  function createResourceRequest$W(config) {
23997
23997
  const headers = {};
23998
23998
  return {
23999
- baseUri: '/services/data/v67.0',
23999
+ baseUri: '/services/data/v68.0',
24000
24000
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
24001
24001
  method: 'post',
24002
24002
  body: config.body,
@@ -24241,7 +24241,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
24241
24241
  function createResourceRequest$V(config) {
24242
24242
  const headers = {};
24243
24243
  return {
24244
- baseUri: '/services/data/v67.0',
24244
+ baseUri: '/services/data/v68.0',
24245
24245
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
24246
24246
  method: 'get',
24247
24247
  body: null,
@@ -25498,7 +25498,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
25498
25498
  function createResourceRequest$U(config) {
25499
25499
  const headers = {};
25500
25500
  return {
25501
- baseUri: '/services/data/v67.0',
25501
+ baseUri: '/services/data/v68.0',
25502
25502
  basePath: '/ui-api/apps',
25503
25503
  method: 'get',
25504
25504
  body: null,
@@ -25640,7 +25640,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
25640
25640
  function createResourceRequest$S(config) {
25641
25641
  const headers = {};
25642
25642
  return {
25643
- baseUri: '/services/data/v67.0',
25643
+ baseUri: '/services/data/v68.0',
25644
25644
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
25645
25645
  method: 'get',
25646
25646
  body: null,
@@ -26243,7 +26243,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
26243
26243
  function createResourceRequest$R(config) {
26244
26244
  const headers = {};
26245
26245
  return {
26246
- baseUri: '/services/data/v67.0',
26246
+ baseUri: '/services/data/v68.0',
26247
26247
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
26248
26248
  method: 'get',
26249
26249
  body: null,
@@ -26382,7 +26382,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
26382
26382
  function createResourceRequest$Q(config) {
26383
26383
  const headers = {};
26384
26384
  return {
26385
- baseUri: '/services/data/v67.0',
26385
+ baseUri: '/services/data/v68.0',
26386
26386
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
26387
26387
  method: 'get',
26388
26388
  body: null,
@@ -26521,7 +26521,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
26521
26521
  function createResourceRequest$P(config) {
26522
26522
  const headers = {};
26523
26523
  return {
26524
- baseUri: '/services/data/v67.0',
26524
+ baseUri: '/services/data/v68.0',
26525
26525
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
26526
26526
  method: 'get',
26527
26527
  body: null,
@@ -26754,7 +26754,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
26754
26754
  function createResourceRequest$O(config) {
26755
26755
  const headers = {};
26756
26756
  return {
26757
- baseUri: '/services/data/v67.0',
26757
+ baseUri: '/services/data/v68.0',
26758
26758
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
26759
26759
  method: 'get',
26760
26760
  body: null,
@@ -27023,7 +27023,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
27023
27023
  function createResourceRequest$N(config) {
27024
27024
  const headers = {};
27025
27025
  return {
27026
- baseUri: '/services/data/v67.0',
27026
+ baseUri: '/services/data/v68.0',
27027
27027
  basePath: '/ui-api/list-info/batch',
27028
27028
  method: 'get',
27029
27029
  body: null,
@@ -27168,7 +27168,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
27168
27168
  function createResourceRequest$M(config) {
27169
27169
  const headers = {};
27170
27170
  return {
27171
- baseUri: '/services/data/v67.0',
27171
+ baseUri: '/services/data/v68.0',
27172
27172
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
27173
27173
  method: 'get',
27174
27174
  body: null,
@@ -27474,7 +27474,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
27474
27474
  function createResourceRequest$L(config) {
27475
27475
  const headers = {};
27476
27476
  return {
27477
- baseUri: '/services/data/v67.0',
27477
+ baseUri: '/services/data/v68.0',
27478
27478
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
27479
27479
  method: 'post',
27480
27480
  body: config.body,
@@ -27587,7 +27587,7 @@ function evictSuccess$1(luvio, resourceParams) {
27587
27587
  function createResourceRequest$K(config) {
27588
27588
  const headers = {};
27589
27589
  return {
27590
- baseUri: '/services/data/v67.0',
27590
+ baseUri: '/services/data/v68.0',
27591
27591
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
27592
27592
  method: 'delete',
27593
27593
  body: null,
@@ -27765,7 +27765,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
27765
27765
  function createResourceRequest$J(config) {
27766
27766
  const headers = {};
27767
27767
  return {
27768
- baseUri: '/services/data/v67.0',
27768
+ baseUri: '/services/data/v68.0',
27769
27769
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
27770
27770
  method: 'patch',
27771
27771
  body: config.body,
@@ -28711,7 +28711,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
28711
28711
  function createResourceRequest$I(config) {
28712
28712
  const headers = {};
28713
28713
  return {
28714
- baseUri: '/services/data/v67.0',
28714
+ baseUri: '/services/data/v68.0',
28715
28715
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
28716
28716
  method: 'get',
28717
28717
  body: null,
@@ -29020,7 +29020,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
29020
29020
  function createResourceRequest$H(config) {
29021
29021
  const headers = {};
29022
29022
  return {
29023
- baseUri: '/services/data/v67.0',
29023
+ baseUri: '/services/data/v68.0',
29024
29024
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29025
29025
  method: 'get',
29026
29026
  body: null,
@@ -29164,7 +29164,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
29164
29164
  function createResourceRequest$G(config) {
29165
29165
  const headers = {};
29166
29166
  return {
29167
- baseUri: '/services/data/v67.0',
29167
+ baseUri: '/services/data/v68.0',
29168
29168
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29169
29169
  method: 'patch',
29170
29170
  body: config.body,
@@ -29474,7 +29474,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
29474
29474
  function createResourceRequest$F(config) {
29475
29475
  const headers = {};
29476
29476
  return {
29477
- baseUri: '/services/data/v67.0',
29477
+ baseUri: '/services/data/v68.0',
29478
29478
  basePath: '/ui-api/nav-items',
29479
29479
  method: 'get',
29480
29480
  body: null,
@@ -29826,7 +29826,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
29826
29826
  function createResourceRequest$D(config) {
29827
29827
  const headers = {};
29828
29828
  return {
29829
- baseUri: '/services/data/v67.0',
29829
+ baseUri: '/services/data/v68.0',
29830
29830
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
29831
29831
  method: 'get',
29832
29832
  body: null,
@@ -30155,8 +30155,8 @@ const select$2u = function PicklistValueRepresentationSelect() {
30155
30155
  const keyBuilderFromType$i =
30156
30156
  /**
30157
30157
  * custom key builder from PicklistValuesRepresentation.
30158
- * PicklistValuesRepresentation.url is like /services/data/v67.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
30159
- * the '/services/data/v67.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
30158
+ * PicklistValuesRepresentation.url is like /services/data/v68.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
30159
+ * the '/services/data/v68.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
30160
30160
  */
30161
30161
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
30162
30162
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -30466,7 +30466,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
30466
30466
  function createResourceRequest$C(config) {
30467
30467
  const headers = {};
30468
30468
  return {
30469
- baseUri: '/services/data/v67.0',
30469
+ baseUri: '/services/data/v68.0',
30470
30470
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
30471
30471
  method: 'get',
30472
30472
  body: null,
@@ -30571,7 +30571,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
30571
30571
  function createResourceRequest$B(config) {
30572
30572
  const headers = {};
30573
30573
  return {
30574
- baseUri: '/services/data/v67.0',
30574
+ baseUri: '/services/data/v68.0',
30575
30575
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
30576
30576
  method: 'get',
30577
30577
  body: null,
@@ -30789,7 +30789,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
30789
30789
  function createResourceRequest$A(config) {
30790
30790
  const headers = {};
30791
30791
  return {
30792
- baseUri: '/services/data/v67.0',
30792
+ baseUri: '/services/data/v68.0',
30793
30793
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
30794
30794
  method: 'get',
30795
30795
  body: null,
@@ -31115,7 +31115,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
31115
31115
  function createResourceRequest$z(config) {
31116
31116
  const headers = {};
31117
31117
  return {
31118
- baseUri: '/services/data/v67.0',
31118
+ baseUri: '/services/data/v68.0',
31119
31119
  basePath: '/ui-api/predupe',
31120
31120
  method: 'post',
31121
31121
  body: config.body,
@@ -32346,7 +32346,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
32346
32346
  function createResourceRequest$y(config) {
32347
32347
  const headers = {};
32348
32348
  return {
32349
- baseUri: '/services/data/v67.0',
32349
+ baseUri: '/services/data/v68.0',
32350
32350
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
32351
32351
  method: 'get',
32352
32352
  body: null,
@@ -33210,7 +33210,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
33210
33210
  function createResourceRequest$x(config) {
33211
33211
  const headers = {};
33212
33212
  return {
33213
- baseUri: '/services/data/v67.0',
33213
+ baseUri: '/services/data/v68.0',
33214
33214
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
33215
33215
  method: 'get',
33216
33216
  body: null,
@@ -33475,7 +33475,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
33475
33475
  function createResourceRequest$w(config) {
33476
33476
  const headers = {};
33477
33477
  return {
33478
- baseUri: '/services/data/v67.0',
33478
+ baseUri: '/services/data/v68.0',
33479
33479
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
33480
33480
  method: 'get',
33481
33481
  body: null,
@@ -34169,7 +34169,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
34169
34169
  function createResourceRequest$v(config) {
34170
34170
  const headers = {};
34171
34171
  return {
34172
- baseUri: '/services/data/v67.0',
34172
+ baseUri: '/services/data/v68.0',
34173
34173
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
34174
34174
  method: 'get',
34175
34175
  body: null,
@@ -34439,7 +34439,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
34439
34439
  function createResourceRequest$u(config) {
34440
34440
  const headers = {};
34441
34441
  return {
34442
- baseUri: '/services/data/v67.0',
34442
+ baseUri: '/services/data/v68.0',
34443
34443
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
34444
34444
  method: 'get',
34445
34445
  body: null,
@@ -34833,7 +34833,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
34833
34833
  function createResourceRequest$t(config) {
34834
34834
  const headers = {};
34835
34835
  return {
34836
- baseUri: '/services/data/v67.0',
34836
+ baseUri: '/services/data/v68.0',
34837
34837
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
34838
34838
  method: 'get',
34839
34839
  body: null,
@@ -35174,7 +35174,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
35174
35174
  function createResourceRequest$r(config) {
35175
35175
  const headers = {};
35176
35176
  return {
35177
- baseUri: '/services/data/v67.0',
35177
+ baseUri: '/services/data/v68.0',
35178
35178
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
35179
35179
  method: 'get',
35180
35180
  body: null,
@@ -35436,7 +35436,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
35436
35436
  function createResourceRequest$q(config) {
35437
35437
  const headers = {};
35438
35438
  return {
35439
- baseUri: '/services/data/v67.0',
35439
+ baseUri: '/services/data/v68.0',
35440
35440
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
35441
35441
  method: 'get',
35442
35442
  body: null,
@@ -36570,7 +36570,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
36570
36570
  function createResourceRequest$o(config) {
36571
36571
  const headers = {};
36572
36572
  return {
36573
- baseUri: '/services/data/v67.0',
36573
+ baseUri: '/services/data/v68.0',
36574
36574
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
36575
36575
  method: 'post',
36576
36576
  body: config.body,
@@ -36855,7 +36855,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
36855
36855
  function createResourceRequest$n(config) {
36856
36856
  const headers = {};
36857
36857
  return {
36858
- baseUri: '/services/data/v67.0',
36858
+ baseUri: '/services/data/v68.0',
36859
36859
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
36860
36860
  method: 'post',
36861
36861
  body: config.body,
@@ -37398,7 +37398,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
37398
37398
  function createResourceRequest$m(config) {
37399
37399
  const headers = {};
37400
37400
  return {
37401
- baseUri: '/services/data/v67.0',
37401
+ baseUri: '/services/data/v68.0',
37402
37402
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
37403
37403
  method: 'get',
37404
37404
  body: null,
@@ -37654,7 +37654,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
37654
37654
  function createResourceRequest$l(config) {
37655
37655
  const headers = {};
37656
37656
  return {
37657
- baseUri: '/services/data/v67.0',
37657
+ baseUri: '/services/data/v68.0',
37658
37658
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
37659
37659
  method: 'get',
37660
37660
  body: null,
@@ -38072,7 +38072,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
38072
38072
  function createResourceRequest$k(config) {
38073
38073
  const headers = {};
38074
38074
  return {
38075
- baseUri: '/services/data/v67.0',
38075
+ baseUri: '/services/data/v68.0',
38076
38076
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
38077
38077
  method: 'get',
38078
38078
  body: null,
@@ -39081,7 +39081,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
39081
39081
  function createResourceRequest$j(config) {
39082
39082
  const headers = {};
39083
39083
  return {
39084
- baseUri: '/services/data/v67.0',
39084
+ baseUri: '/services/data/v68.0',
39085
39085
  basePath: '/ui-api/search/results',
39086
39086
  method: 'post',
39087
39087
  body: config.body,
@@ -39355,7 +39355,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
39355
39355
  function createResourceRequest$i(config) {
39356
39356
  const headers = {};
39357
39357
  return {
39358
- baseUri: '/services/data/v67.0',
39358
+ baseUri: '/services/data/v68.0',
39359
39359
  basePath: '/ui-api/search/results/keyword',
39360
39360
  method: 'post',
39361
39361
  body: config.body,
@@ -66438,7 +66438,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
66438
66438
  function createResourceRequest$h(config) {
66439
66439
  const headers = {};
66440
66440
  return {
66441
- baseUri: '/services/data/v67.0',
66441
+ baseUri: '/services/data/v68.0',
66442
66442
  basePath: '/graphql',
66443
66443
  method: 'post',
66444
66444
  body: { ...config.body,
@@ -66489,7 +66489,7 @@ function createResourceRequest$f(config) {
66489
66489
  const headers = {};
66490
66490
  const transformedConfig = stripDocumentsOfMetaschema(config);
66491
66491
  return {
66492
- baseUri: '/services/data/v67.0',
66492
+ baseUri: '/services/data/v68.0',
66493
66493
  basePath: '/graphql/batch',
66494
66494
  method: 'post',
66495
66495
  body: transformedConfig.body,
@@ -67037,7 +67037,7 @@ function ingestSuccess$4(luvio, response) {
67037
67037
  function createResourceRequest$e(config) {
67038
67038
  const headers = {};
67039
67039
  return {
67040
- baseUri: '/services/data/v67.0',
67040
+ baseUri: '/services/data/v68.0',
67041
67041
  basePath: '/ui-api/records/batch',
67042
67042
  method: 'post',
67043
67043
  body: config.body,
@@ -67312,7 +67312,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
67312
67312
  function createResourceRequest$d(config) {
67313
67313
  const headers = {};
67314
67314
  return {
67315
- baseUri: '/services/data/v67.0',
67315
+ baseUri: '/services/data/v68.0',
67316
67316
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
67317
67317
  method: 'patch',
67318
67318
  body: config.body,
@@ -67376,7 +67376,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
67376
67376
  function createResourceRequest$c(config) {
67377
67377
  const headers = {};
67378
67378
  return {
67379
- baseUri: '/services/data/v67.0',
67379
+ baseUri: '/services/data/v68.0',
67380
67380
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
67381
67381
  method: 'post',
67382
67382
  body: config.body,
@@ -67777,7 +67777,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
67777
67777
  function createResourceRequest$a(config) {
67778
67778
  const headers = {};
67779
67779
  return {
67780
- baseUri: '/services/data/v67.0',
67780
+ baseUri: '/services/data/v68.0',
67781
67781
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
67782
67782
  method: 'post',
67783
67783
  body: config.body,
@@ -68019,7 +68019,7 @@ const factory$9 = (luvio) => {
68019
68019
  function createResourceRequest$9(config) {
68020
68020
  const headers = {};
68021
68021
  return {
68022
- baseUri: '/services/data/v67.0',
68022
+ baseUri: '/services/data/v68.0',
68023
68023
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
68024
68024
  method: 'post',
68025
68025
  body: config.body,
@@ -68628,7 +68628,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
68628
68628
  function createResourceRequest$8(config) {
68629
68629
  const headers = {};
68630
68630
  return {
68631
- baseUri: '/services/data/v67.0',
68631
+ baseUri: '/services/data/v68.0',
68632
68632
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
68633
68633
  method: 'get',
68634
68634
  body: null,
@@ -69270,7 +69270,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
69270
69270
  function createResourceRequest$7(config) {
69271
69271
  const headers = {};
69272
69272
  return {
69273
- baseUri: '/services/data/v67.0',
69273
+ baseUri: '/services/data/v68.0',
69274
69274
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
69275
69275
  method: 'get',
69276
69276
  body: null,
@@ -69901,7 +69901,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
69901
69901
  function createResourceRequest$6(config) {
69902
69902
  const headers = {};
69903
69903
  return {
69904
- baseUri: '/services/data/v67.0',
69904
+ baseUri: '/services/data/v68.0',
69905
69905
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
69906
69906
  method: 'get',
69907
69907
  body: null,
@@ -70114,7 +70114,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
70114
70114
  function createResourceRequest$5(config) {
70115
70115
  const headers = {};
70116
70116
  return {
70117
- baseUri: '/services/data/v67.0',
70117
+ baseUri: '/services/data/v68.0',
70118
70118
  basePath: '/ui-api/records',
70119
70119
  method: 'post',
70120
70120
  body: config.body,
@@ -70220,7 +70220,7 @@ function evictSuccess(luvio, resourceParams) {
70220
70220
  function createResourceRequest$3(config) {
70221
70221
  const headers = {};
70222
70222
  return {
70223
- baseUri: '/services/data/v67.0',
70223
+ baseUri: '/services/data/v68.0',
70224
70224
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
70225
70225
  method: 'delete',
70226
70226
  body: null,
@@ -70310,7 +70310,7 @@ function createResourceRequest$2(config) {
70310
70310
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
70311
70311
  }
70312
70312
  return {
70313
- baseUri: '/services/data/v67.0',
70313
+ baseUri: '/services/data/v68.0',
70314
70314
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
70315
70315
  method: 'patch',
70316
70316
  body: config.body,
@@ -70649,7 +70649,7 @@ function createResourceParams$1(config) {
70649
70649
  function createResourceRequest$1(config) {
70650
70650
  const headers = {};
70651
70651
  return {
70652
- baseUri: '/services/data/v67.0',
70652
+ baseUri: '/services/data/v68.0',
70653
70653
  basePath: '/ui-api/records/content-documents/' +
70654
70654
  config.urlParams.contentDocumentId +
70655
70655
  '/content-versions',
@@ -70767,7 +70767,7 @@ function createResourceParams(config) {
70767
70767
  function createResourceRequest(config) {
70768
70768
  const headers = {};
70769
70769
  return {
70770
- baseUri: '/services/data/v67.0',
70770
+ baseUri: '/services/data/v68.0',
70771
70771
  basePath: '/ui-api/records/content-documents/content-versions',
70772
70772
  method: 'post',
70773
70773
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.431.0",
3
+ "version": "1.433.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.431.0"
34
+ "@salesforce/lds-adapters-uiapi": "^1.433.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@luvio/lwc-luvio": "0.160.4",
38
- "@salesforce/lds-default-luvio": "^1.431.0"
38
+ "@salesforce/lds-default-luvio": "^1.433.0"
39
39
  }
40
40
  }