@salesforce/lwc-adapters-uiapi 1.412.1 → 1.414.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
@@ -14690,7 +14690,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
14690
14690
  function createResourceRequest$1g(config) {
14691
14691
  const headers = {};
14692
14692
  return {
14693
- baseUri: '/services/data/v66.0',
14693
+ baseUri: '/services/data/v67.0',
14694
14694
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
14695
14695
  method: 'get',
14696
14696
  body: null,
@@ -15132,7 +15132,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
15132
15132
  function createResourceRequest$1f(config) {
15133
15133
  const headers = {};
15134
15134
  return {
15135
- baseUri: '/services/data/v66.0',
15135
+ baseUri: '/services/data/v67.0',
15136
15136
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
15137
15137
  method: 'get',
15138
15138
  body: null,
@@ -16396,7 +16396,7 @@ function createPaginationParams$6(params) {
16396
16396
  function createResourceRequest$1e(config) {
16397
16397
  const headers = {};
16398
16398
  return {
16399
- baseUri: '/services/data/v66.0',
16399
+ baseUri: '/services/data/v67.0',
16400
16400
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
16401
16401
  method: 'get',
16402
16402
  body: null,
@@ -16449,7 +16449,7 @@ function createPaginationParams$5(params) {
16449
16449
  function createResourceRequest$1d(config) {
16450
16450
  const headers = {};
16451
16451
  return {
16452
- baseUri: '/services/data/v66.0',
16452
+ baseUri: '/services/data/v67.0',
16453
16453
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
16454
16454
  method: 'get',
16455
16455
  body: null,
@@ -16494,7 +16494,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
16494
16494
  function createResourceRequest$1c(config) {
16495
16495
  const headers = {};
16496
16496
  return {
16497
- baseUri: '/services/data/v66.0',
16497
+ baseUri: '/services/data/v67.0',
16498
16498
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
16499
16499
  method: 'get',
16500
16500
  body: null,
@@ -17464,7 +17464,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
17464
17464
  function createResourceRequest$1b(config) {
17465
17465
  const headers = {};
17466
17466
  return {
17467
- baseUri: '/services/data/v66.0',
17467
+ baseUri: '/services/data/v67.0',
17468
17468
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
17469
17469
  method: 'post',
17470
17470
  body: config.body,
@@ -18186,7 +18186,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
18186
18186
  function createResourceRequest$1a(config) {
18187
18187
  const headers = {};
18188
18188
  return {
18189
- baseUri: '/services/data/v66.0',
18189
+ baseUri: '/services/data/v67.0',
18190
18190
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
18191
18191
  method: 'get',
18192
18192
  body: null,
@@ -18384,7 +18384,7 @@ function keyBuilder$3E(luvio, params) {
18384
18384
  function createResourceRequest$19(config) {
18385
18385
  const headers = {};
18386
18386
  return {
18387
- baseUri: '/services/data/v66.0',
18387
+ baseUri: '/services/data/v67.0',
18388
18388
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
18389
18389
  method: 'get',
18390
18390
  body: null,
@@ -18429,7 +18429,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
18429
18429
  function createResourceRequest$18(config) {
18430
18430
  const headers = {};
18431
18431
  return {
18432
- baseUri: '/services/data/v66.0',
18432
+ baseUri: '/services/data/v67.0',
18433
18433
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
18434
18434
  method: 'get',
18435
18435
  body: null,
@@ -20234,7 +20234,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
20234
20234
  function createResourceRequest$17(config) {
20235
20235
  const headers = {};
20236
20236
  return {
20237
- baseUri: '/services/data/v66.0',
20237
+ baseUri: '/services/data/v67.0',
20238
20238
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
20239
20239
  method: 'get',
20240
20240
  body: null,
@@ -21292,7 +21292,7 @@ const ingest$2p = function RecordUiRepresentationIngest(input, path, luvio, stor
21292
21292
  function createResourceRequest$16(config) {
21293
21293
  const headers = {};
21294
21294
  return {
21295
- baseUri: '/services/data/v66.0',
21295
+ baseUri: '/services/data/v67.0',
21296
21296
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
21297
21297
  method: 'get',
21298
21298
  body: null,
@@ -23655,7 +23655,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
23655
23655
  function createResourceRequest$15(config) {
23656
23656
  const headers = {};
23657
23657
  return {
23658
- baseUri: '/services/data/v66.0',
23658
+ baseUri: '/services/data/v67.0',
23659
23659
  basePath: '/ui-api/actions/global',
23660
23660
  method: 'get',
23661
23661
  body: null,
@@ -23889,7 +23889,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
23889
23889
  function createResourceRequest$14(config) {
23890
23890
  const headers = {};
23891
23891
  return {
23892
- baseUri: '/services/data/v66.0',
23892
+ baseUri: '/services/data/v67.0',
23893
23893
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
23894
23894
  method: 'get',
23895
23895
  body: null,
@@ -24061,7 +24061,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
24061
24061
  function createResourceRequest$13(config) {
24062
24062
  const headers = {};
24063
24063
  return {
24064
- baseUri: '/services/data/v66.0',
24064
+ baseUri: '/services/data/v67.0',
24065
24065
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
24066
24066
  method: 'get',
24067
24067
  body: null,
@@ -24203,7 +24203,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
24203
24203
  function createResourceRequest$12(config) {
24204
24204
  const headers = {};
24205
24205
  return {
24206
- baseUri: '/services/data/v66.0',
24206
+ baseUri: '/services/data/v67.0',
24207
24207
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
24208
24208
  method: 'get',
24209
24209
  body: null,
@@ -24393,7 +24393,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
24393
24393
  function createResourceRequest$11(config) {
24394
24394
  const headers = {};
24395
24395
  return {
24396
- baseUri: '/services/data/v66.0',
24396
+ baseUri: '/services/data/v67.0',
24397
24397
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
24398
24398
  method: 'get',
24399
24399
  body: null,
@@ -24657,7 +24657,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
24657
24657
  function createResourceRequest$10(config) {
24658
24658
  const headers = {};
24659
24659
  return {
24660
- baseUri: '/services/data/v66.0',
24660
+ baseUri: '/services/data/v67.0',
24661
24661
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
24662
24662
  method: 'get',
24663
24663
  body: null,
@@ -25868,7 +25868,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
25868
25868
  function createResourceRequest$$(config) {
25869
25869
  const headers = {};
25870
25870
  return {
25871
- baseUri: '/services/data/v66.0',
25871
+ baseUri: '/services/data/v67.0',
25872
25872
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
25873
25873
  method: 'get',
25874
25874
  body: null,
@@ -26079,7 +26079,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
26079
26079
  function createResourceRequest$_(config) {
26080
26080
  const headers = {};
26081
26081
  return {
26082
- baseUri: '/services/data/v66.0',
26082
+ baseUri: '/services/data/v67.0',
26083
26083
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
26084
26084
  method: 'get',
26085
26085
  body: null,
@@ -26248,7 +26248,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
26248
26248
  function createResourceRequest$Z(config) {
26249
26249
  const headers = {};
26250
26250
  return {
26251
- baseUri: '/services/data/v66.0',
26251
+ baseUri: '/services/data/v67.0',
26252
26252
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
26253
26253
  method: 'get',
26254
26254
  body: null,
@@ -26400,7 +26400,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
26400
26400
  function createResourceRequest$Y(config) {
26401
26401
  const headers = {};
26402
26402
  return {
26403
- baseUri: '/services/data/v66.0',
26403
+ baseUri: '/services/data/v67.0',
26404
26404
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
26405
26405
  method: 'get',
26406
26406
  body: null,
@@ -26612,7 +26612,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
26612
26612
  function createResourceRequest$X(config) {
26613
26613
  const headers = {};
26614
26614
  return {
26615
- baseUri: '/services/data/v66.0',
26615
+ baseUri: '/services/data/v67.0',
26616
26616
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
26617
26617
  method: 'post',
26618
26618
  body: config.body,
@@ -26897,7 +26897,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
26897
26897
  function createResourceRequest$W(config) {
26898
26898
  const headers = {};
26899
26899
  return {
26900
- baseUri: '/services/data/v66.0',
26900
+ baseUri: '/services/data/v67.0',
26901
26901
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
26902
26902
  method: 'post',
26903
26903
  body: config.body,
@@ -27142,7 +27142,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
27142
27142
  function createResourceRequest$V(config) {
27143
27143
  const headers = {};
27144
27144
  return {
27145
- baseUri: '/services/data/v66.0',
27145
+ baseUri: '/services/data/v67.0',
27146
27146
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
27147
27147
  method: 'get',
27148
27148
  body: null,
@@ -28399,7 +28399,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
28399
28399
  function createResourceRequest$U(config) {
28400
28400
  const headers = {};
28401
28401
  return {
28402
- baseUri: '/services/data/v66.0',
28402
+ baseUri: '/services/data/v67.0',
28403
28403
  basePath: '/ui-api/apps',
28404
28404
  method: 'get',
28405
28405
  body: null,
@@ -28541,7 +28541,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
28541
28541
  function createResourceRequest$S(config) {
28542
28542
  const headers = {};
28543
28543
  return {
28544
- baseUri: '/services/data/v66.0',
28544
+ baseUri: '/services/data/v67.0',
28545
28545
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
28546
28546
  method: 'get',
28547
28547
  body: null,
@@ -29144,7 +29144,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
29144
29144
  function createResourceRequest$R(config) {
29145
29145
  const headers = {};
29146
29146
  return {
29147
- baseUri: '/services/data/v66.0',
29147
+ baseUri: '/services/data/v67.0',
29148
29148
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
29149
29149
  method: 'get',
29150
29150
  body: null,
@@ -29283,7 +29283,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
29283
29283
  function createResourceRequest$Q(config) {
29284
29284
  const headers = {};
29285
29285
  return {
29286
- baseUri: '/services/data/v66.0',
29286
+ baseUri: '/services/data/v67.0',
29287
29287
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
29288
29288
  method: 'get',
29289
29289
  body: null,
@@ -29422,7 +29422,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
29422
29422
  function createResourceRequest$P(config) {
29423
29423
  const headers = {};
29424
29424
  return {
29425
- baseUri: '/services/data/v66.0',
29425
+ baseUri: '/services/data/v67.0',
29426
29426
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
29427
29427
  method: 'get',
29428
29428
  body: null,
@@ -29655,7 +29655,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
29655
29655
  function createResourceRequest$O(config) {
29656
29656
  const headers = {};
29657
29657
  return {
29658
- baseUri: '/services/data/v66.0',
29658
+ baseUri: '/services/data/v67.0',
29659
29659
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
29660
29660
  method: 'get',
29661
29661
  body: null,
@@ -29924,7 +29924,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
29924
29924
  function createResourceRequest$N(config) {
29925
29925
  const headers = {};
29926
29926
  return {
29927
- baseUri: '/services/data/v66.0',
29927
+ baseUri: '/services/data/v67.0',
29928
29928
  basePath: '/ui-api/list-info/batch',
29929
29929
  method: 'get',
29930
29930
  body: null,
@@ -30069,7 +30069,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
30069
30069
  function createResourceRequest$M(config) {
30070
30070
  const headers = {};
30071
30071
  return {
30072
- baseUri: '/services/data/v66.0',
30072
+ baseUri: '/services/data/v67.0',
30073
30073
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
30074
30074
  method: 'get',
30075
30075
  body: null,
@@ -30375,7 +30375,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
30375
30375
  function createResourceRequest$L(config) {
30376
30376
  const headers = {};
30377
30377
  return {
30378
- baseUri: '/services/data/v66.0',
30378
+ baseUri: '/services/data/v67.0',
30379
30379
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
30380
30380
  method: 'post',
30381
30381
  body: config.body,
@@ -30488,7 +30488,7 @@ function evictSuccess$1(luvio, resourceParams) {
30488
30488
  function createResourceRequest$K(config) {
30489
30489
  const headers = {};
30490
30490
  return {
30491
- baseUri: '/services/data/v66.0',
30491
+ baseUri: '/services/data/v67.0',
30492
30492
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30493
30493
  method: 'delete',
30494
30494
  body: null,
@@ -30666,7 +30666,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
30666
30666
  function createResourceRequest$J(config) {
30667
30667
  const headers = {};
30668
30668
  return {
30669
- baseUri: '/services/data/v66.0',
30669
+ baseUri: '/services/data/v67.0',
30670
30670
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30671
30671
  method: 'patch',
30672
30672
  body: config.body,
@@ -31584,7 +31584,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
31584
31584
  function createResourceRequest$I(config) {
31585
31585
  const headers = {};
31586
31586
  return {
31587
- baseUri: '/services/data/v66.0',
31587
+ baseUri: '/services/data/v67.0',
31588
31588
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
31589
31589
  method: 'get',
31590
31590
  body: null,
@@ -31893,7 +31893,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
31893
31893
  function createResourceRequest$H(config) {
31894
31894
  const headers = {};
31895
31895
  return {
31896
- baseUri: '/services/data/v66.0',
31896
+ baseUri: '/services/data/v67.0',
31897
31897
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
31898
31898
  method: 'get',
31899
31899
  body: null,
@@ -32037,7 +32037,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
32037
32037
  function createResourceRequest$G(config) {
32038
32038
  const headers = {};
32039
32039
  return {
32040
- baseUri: '/services/data/v66.0',
32040
+ baseUri: '/services/data/v67.0',
32041
32041
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
32042
32042
  method: 'patch',
32043
32043
  body: config.body,
@@ -32347,7 +32347,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
32347
32347
  function createResourceRequest$F(config) {
32348
32348
  const headers = {};
32349
32349
  return {
32350
- baseUri: '/services/data/v66.0',
32350
+ baseUri: '/services/data/v67.0',
32351
32351
  basePath: '/ui-api/nav-items',
32352
32352
  method: 'get',
32353
32353
  body: null,
@@ -32699,7 +32699,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
32699
32699
  function createResourceRequest$D(config) {
32700
32700
  const headers = {};
32701
32701
  return {
32702
- baseUri: '/services/data/v66.0',
32702
+ baseUri: '/services/data/v67.0',
32703
32703
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
32704
32704
  method: 'get',
32705
32705
  body: null,
@@ -33028,8 +33028,8 @@ const select$2u = function PicklistValueRepresentationSelect() {
33028
33028
  const keyBuilderFromType$i =
33029
33029
  /**
33030
33030
  * custom key builder from PicklistValuesRepresentation.
33031
- * PicklistValuesRepresentation.url is like /services/data/v66.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
33032
- * the '/services/data/v66.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
33031
+ * PicklistValuesRepresentation.url is like /services/data/v67.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
33032
+ * the '/services/data/v67.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
33033
33033
  */
33034
33034
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
33035
33035
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -33339,7 +33339,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
33339
33339
  function createResourceRequest$C(config) {
33340
33340
  const headers = {};
33341
33341
  return {
33342
- baseUri: '/services/data/v66.0',
33342
+ baseUri: '/services/data/v67.0',
33343
33343
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
33344
33344
  method: 'get',
33345
33345
  body: null,
@@ -33444,7 +33444,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
33444
33444
  function createResourceRequest$B(config) {
33445
33445
  const headers = {};
33446
33446
  return {
33447
- baseUri: '/services/data/v66.0',
33447
+ baseUri: '/services/data/v67.0',
33448
33448
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
33449
33449
  method: 'get',
33450
33450
  body: null,
@@ -33656,7 +33656,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
33656
33656
  function createResourceRequest$A(config) {
33657
33657
  const headers = {};
33658
33658
  return {
33659
- baseUri: '/services/data/v66.0',
33659
+ baseUri: '/services/data/v67.0',
33660
33660
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
33661
33661
  method: 'get',
33662
33662
  body: null,
@@ -33982,7 +33982,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
33982
33982
  function createResourceRequest$z(config) {
33983
33983
  const headers = {};
33984
33984
  return {
33985
- baseUri: '/services/data/v66.0',
33985
+ baseUri: '/services/data/v67.0',
33986
33986
  basePath: '/ui-api/predupe',
33987
33987
  method: 'post',
33988
33988
  body: config.body,
@@ -35213,7 +35213,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
35213
35213
  function createResourceRequest$y(config) {
35214
35214
  const headers = {};
35215
35215
  return {
35216
- baseUri: '/services/data/v66.0',
35216
+ baseUri: '/services/data/v67.0',
35217
35217
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
35218
35218
  method: 'get',
35219
35219
  body: null,
@@ -36077,7 +36077,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
36077
36077
  function createResourceRequest$x(config) {
36078
36078
  const headers = {};
36079
36079
  return {
36080
- baseUri: '/services/data/v66.0',
36080
+ baseUri: '/services/data/v67.0',
36081
36081
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
36082
36082
  method: 'get',
36083
36083
  body: null,
@@ -36342,7 +36342,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
36342
36342
  function createResourceRequest$w(config) {
36343
36343
  const headers = {};
36344
36344
  return {
36345
- baseUri: '/services/data/v66.0',
36345
+ baseUri: '/services/data/v67.0',
36346
36346
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
36347
36347
  method: 'get',
36348
36348
  body: null,
@@ -37036,7 +37036,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
37036
37036
  function createResourceRequest$v(config) {
37037
37037
  const headers = {};
37038
37038
  return {
37039
- baseUri: '/services/data/v66.0',
37039
+ baseUri: '/services/data/v67.0',
37040
37040
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
37041
37041
  method: 'get',
37042
37042
  body: null,
@@ -37306,7 +37306,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
37306
37306
  function createResourceRequest$u(config) {
37307
37307
  const headers = {};
37308
37308
  return {
37309
- baseUri: '/services/data/v66.0',
37309
+ baseUri: '/services/data/v67.0',
37310
37310
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
37311
37311
  method: 'get',
37312
37312
  body: null,
@@ -37700,7 +37700,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
37700
37700
  function createResourceRequest$t(config) {
37701
37701
  const headers = {};
37702
37702
  return {
37703
- baseUri: '/services/data/v66.0',
37703
+ baseUri: '/services/data/v67.0',
37704
37704
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
37705
37705
  method: 'get',
37706
37706
  body: null,
@@ -38041,7 +38041,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
38041
38041
  function createResourceRequest$r(config) {
38042
38042
  const headers = {};
38043
38043
  return {
38044
- baseUri: '/services/data/v66.0',
38044
+ baseUri: '/services/data/v67.0',
38045
38045
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
38046
38046
  method: 'get',
38047
38047
  body: null,
@@ -38303,7 +38303,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
38303
38303
  function createResourceRequest$q(config) {
38304
38304
  const headers = {};
38305
38305
  return {
38306
- baseUri: '/services/data/v66.0',
38306
+ baseUri: '/services/data/v67.0',
38307
38307
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
38308
38308
  method: 'get',
38309
38309
  body: null,
@@ -39437,7 +39437,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
39437
39437
  function createResourceRequest$o(config) {
39438
39438
  const headers = {};
39439
39439
  return {
39440
- baseUri: '/services/data/v66.0',
39440
+ baseUri: '/services/data/v67.0',
39441
39441
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
39442
39442
  method: 'post',
39443
39443
  body: config.body,
@@ -39722,7 +39722,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
39722
39722
  function createResourceRequest$n(config) {
39723
39723
  const headers = {};
39724
39724
  return {
39725
- baseUri: '/services/data/v66.0',
39725
+ baseUri: '/services/data/v67.0',
39726
39726
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
39727
39727
  method: 'post',
39728
39728
  body: config.body,
@@ -40265,7 +40265,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
40265
40265
  function createResourceRequest$m(config) {
40266
40266
  const headers = {};
40267
40267
  return {
40268
- baseUri: '/services/data/v66.0',
40268
+ baseUri: '/services/data/v67.0',
40269
40269
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
40270
40270
  method: 'get',
40271
40271
  body: null,
@@ -40521,7 +40521,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
40521
40521
  function createResourceRequest$l(config) {
40522
40522
  const headers = {};
40523
40523
  return {
40524
- baseUri: '/services/data/v66.0',
40524
+ baseUri: '/services/data/v67.0',
40525
40525
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
40526
40526
  method: 'get',
40527
40527
  body: null,
@@ -40939,7 +40939,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
40939
40939
  function createResourceRequest$k(config) {
40940
40940
  const headers = {};
40941
40941
  return {
40942
- baseUri: '/services/data/v66.0',
40942
+ baseUri: '/services/data/v67.0',
40943
40943
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
40944
40944
  method: 'get',
40945
40945
  body: null,
@@ -41948,7 +41948,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
41948
41948
  function createResourceRequest$j(config) {
41949
41949
  const headers = {};
41950
41950
  return {
41951
- baseUri: '/services/data/v66.0',
41951
+ baseUri: '/services/data/v67.0',
41952
41952
  basePath: '/ui-api/search/results',
41953
41953
  method: 'post',
41954
41954
  body: config.body,
@@ -42222,7 +42222,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
42222
42222
  function createResourceRequest$i(config) {
42223
42223
  const headers = {};
42224
42224
  return {
42225
- baseUri: '/services/data/v66.0',
42225
+ baseUri: '/services/data/v67.0',
42226
42226
  basePath: '/ui-api/search/results/keyword',
42227
42227
  method: 'post',
42228
42228
  body: config.body,
@@ -69293,7 +69293,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
69293
69293
  function createResourceRequest$h(config) {
69294
69294
  const headers = {};
69295
69295
  return {
69296
- baseUri: '/services/data/v66.0',
69296
+ baseUri: '/services/data/v67.0',
69297
69297
  basePath: '/graphql',
69298
69298
  method: 'post',
69299
69299
  body: { ...config.body,
@@ -69344,7 +69344,7 @@ function createResourceRequest$f(config) {
69344
69344
  const headers = {};
69345
69345
  const transformedConfig = stripDocumentsOfMetaschema(config);
69346
69346
  return {
69347
- baseUri: '/services/data/v66.0',
69347
+ baseUri: '/services/data/v67.0',
69348
69348
  basePath: '/graphql/batch',
69349
69349
  method: 'post',
69350
69350
  body: transformedConfig.body,
@@ -69892,7 +69892,7 @@ function ingestSuccess$4(luvio, response) {
69892
69892
  function createResourceRequest$e(config) {
69893
69893
  const headers = {};
69894
69894
  return {
69895
- baseUri: '/services/data/v66.0',
69895
+ baseUri: '/services/data/v67.0',
69896
69896
  basePath: '/ui-api/records/batch',
69897
69897
  method: 'post',
69898
69898
  body: config.body,
@@ -70167,7 +70167,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
70167
70167
  function createResourceRequest$d(config) {
70168
70168
  const headers = {};
70169
70169
  return {
70170
- baseUri: '/services/data/v66.0',
70170
+ baseUri: '/services/data/v67.0',
70171
70171
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
70172
70172
  method: 'patch',
70173
70173
  body: config.body,
@@ -70231,7 +70231,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
70231
70231
  function createResourceRequest$c(config) {
70232
70232
  const headers = {};
70233
70233
  return {
70234
- baseUri: '/services/data/v66.0',
70234
+ baseUri: '/services/data/v67.0',
70235
70235
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
70236
70236
  method: 'post',
70237
70237
  body: config.body,
@@ -70632,7 +70632,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
70632
70632
  function createResourceRequest$a(config) {
70633
70633
  const headers = {};
70634
70634
  return {
70635
- baseUri: '/services/data/v66.0',
70635
+ baseUri: '/services/data/v67.0',
70636
70636
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
70637
70637
  method: 'post',
70638
70638
  body: config.body,
@@ -70874,7 +70874,7 @@ const factory$9 = (luvio) => {
70874
70874
  function createResourceRequest$9(config) {
70875
70875
  const headers = {};
70876
70876
  return {
70877
- baseUri: '/services/data/v66.0',
70877
+ baseUri: '/services/data/v67.0',
70878
70878
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
70879
70879
  method: 'post',
70880
70880
  body: config.body,
@@ -71483,7 +71483,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
71483
71483
  function createResourceRequest$8(config) {
71484
71484
  const headers = {};
71485
71485
  return {
71486
- baseUri: '/services/data/v66.0',
71486
+ baseUri: '/services/data/v67.0',
71487
71487
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
71488
71488
  method: 'get',
71489
71489
  body: null,
@@ -72125,7 +72125,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
72125
72125
  function createResourceRequest$7(config) {
72126
72126
  const headers = {};
72127
72127
  return {
72128
- baseUri: '/services/data/v66.0',
72128
+ baseUri: '/services/data/v67.0',
72129
72129
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
72130
72130
  method: 'get',
72131
72131
  body: null,
@@ -72756,7 +72756,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
72756
72756
  function createResourceRequest$6(config) {
72757
72757
  const headers = {};
72758
72758
  return {
72759
- baseUri: '/services/data/v66.0',
72759
+ baseUri: '/services/data/v67.0',
72760
72760
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
72761
72761
  method: 'get',
72762
72762
  body: null,
@@ -72969,7 +72969,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
72969
72969
  function createResourceRequest$5(config) {
72970
72970
  const headers = {};
72971
72971
  return {
72972
- baseUri: '/services/data/v66.0',
72972
+ baseUri: '/services/data/v67.0',
72973
72973
  basePath: '/ui-api/records',
72974
72974
  method: 'post',
72975
72975
  body: config.body,
@@ -73075,7 +73075,7 @@ function evictSuccess(luvio, resourceParams) {
73075
73075
  function createResourceRequest$3(config) {
73076
73076
  const headers = {};
73077
73077
  return {
73078
- baseUri: '/services/data/v66.0',
73078
+ baseUri: '/services/data/v67.0',
73079
73079
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
73080
73080
  method: 'delete',
73081
73081
  body: null,
@@ -73165,7 +73165,7 @@ function createResourceRequest$2(config) {
73165
73165
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
73166
73166
  }
73167
73167
  return {
73168
- baseUri: '/services/data/v66.0',
73168
+ baseUri: '/services/data/v67.0',
73169
73169
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
73170
73170
  method: 'patch',
73171
73171
  body: config.body,
@@ -73504,7 +73504,7 @@ function createResourceParams$1(config) {
73504
73504
  function createResourceRequest$1(config) {
73505
73505
  const headers = {};
73506
73506
  return {
73507
- baseUri: '/services/data/v66.0',
73507
+ baseUri: '/services/data/v67.0',
73508
73508
  basePath: '/ui-api/records/content-documents/' +
73509
73509
  config.urlParams.contentDocumentId +
73510
73510
  '/content-versions',
@@ -73622,7 +73622,7 @@ function createResourceParams(config) {
73622
73622
  function createResourceRequest(config) {
73623
73623
  const headers = {};
73624
73624
  return {
73625
- baseUri: '/services/data/v66.0',
73625
+ baseUri: '/services/data/v67.0',
73626
73626
  basePath: '/ui-api/records/content-documents/content-versions',
73627
73627
  method: 'post',
73628
73628
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.412.1",
3
+ "version": "1.414.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.412.1"
34
+ "@salesforce/lds-adapters-uiapi": "^1.414.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@luvio/lwc-luvio": "0.158.7",
38
- "@salesforce/lds-default-luvio": "^1.412.1"
38
+ "@salesforce/lds-default-luvio": "^1.414.0"
39
39
  }
40
40
  }