@salesforce/lds-adapters-uiapi 1.134.4 → 1.134.6

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.
@@ -10,8 +10,9 @@ export type { CreateRecordConfig } from './generated/adapters/createRecord';
10
10
  export type { DeleteRecordConfig } from './generated/adapters/deleteRecord';
11
11
  export type { GetObjectInfoConfig } from './generated/adapters/getObjectInfo';
12
12
  export { untrustedIsObject, keyPrefix as UiApiNamespace } from './generated/adapters/adapter-utils';
13
- export { RecordRepresentation, RecordRepresentationNormalized, keyBuilder as keyBuilderRecord, KeyParams as KeyParamsRecord, getTypeCacheKeys as getTypeCacheKeysRecord, RepresentationType as RecordRepresentationRepresentationType, VERSION as RecordRepresentationVersion, TTL as RecordRepresentationTTL, RepresentationType as RecordRepresentationType, } from './generated/types/RecordRepresentation';
13
+ export { RecordRepresentation, RecordRepresentationNormalized, keyBuilder as keyBuilderRecord, KeyParams as KeyParamsRecord, RepresentationType as RecordRepresentationRepresentationType, VERSION as RecordRepresentationVersion, TTL as RecordRepresentationTTL, RepresentationType as RecordRepresentationType, } from './generated/types/RecordRepresentation';
14
14
  export { ingest as ingestRecord, createIngestRecordWithFields, } from './raml-artifacts/types/RecordRepresentation/ingest';
15
+ export { getTypeCacheKeys as getTypeCacheKeysRecord } from './raml-artifacts/types/RecordRepresentation/getTypeCacheKeys';
15
16
  export { ObjectInfoRepresentation, keyBuilder as keyBuilderObjectInfo, ingest as ingestObjectInfo, RepresentationType as ObjectInfoRepresentationType, } from './generated/types/ObjectInfoRepresentation';
16
17
  export { FieldValueRepresentation, FieldValueRepresentationNormalized, } from './generated/types/FieldValueRepresentation';
17
18
  export { BatchRepresentation } from './generated/types/BatchRepresentation';
@@ -53,6 +54,7 @@ export { ingest as ingestListRecords } from './generated/types/ListRecordCollect
53
54
  export { RecordRepresentationQueryEvaluator, InMemoryRecordRepresentationQueryEvaluator, } from './query-evaluation/record-representation-query-evaluator';
54
55
  export { createRecordInputFilteredByEditedFields, generateRecordInputForCreate, generateRecordInputForUpdate, getFieldDisplayValue, getRecordInput, getFieldValue, } from './uiapi-static-functions';
55
56
  export { buildSelectionFromFields, buildSelectionFromRecord } from './selectors/record';
57
+ export { createFieldsIngestSuccess as getRecordResourceIngest } from './generated/fields/resources/getUiApiRecordsByRecordId';
56
58
  export type { DraftAwareGraphQLAdapter } from './configuration';
57
59
  export type Configuration = ConfigurationForRestAdapters & ConfigurationForGraphQLAdapters;
58
60
  export declare const configuration: {
@@ -4952,7 +4952,7 @@ function getResponseCacheKeys$X(luvio, resourceParams, response) {
4952
4952
  function createResourceRequest$13(config) {
4953
4953
  const headers = {};
4954
4954
  return {
4955
- baseUri: '/services/data/v58.0',
4955
+ baseUri: '/services/data/v59.0',
4956
4956
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
4957
4957
  method: 'get',
4958
4958
  body: null,
@@ -5569,7 +5569,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
5569
5569
  function createResourceRequest$12(config) {
5570
5570
  const headers = {};
5571
5571
  return {
5572
- baseUri: '/services/data/v58.0',
5572
+ baseUri: '/services/data/v59.0',
5573
5573
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
5574
5574
  method: 'get',
5575
5575
  body: null,
@@ -6824,7 +6824,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
6824
6824
  function createResourceRequest$11(config) {
6825
6825
  const headers = {};
6826
6826
  return {
6827
- baseUri: '/services/data/v58.0',
6827
+ baseUri: '/services/data/v59.0',
6828
6828
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
6829
6829
  method: 'get',
6830
6830
  body: null,
@@ -7097,7 +7097,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
7097
7097
  function createResourceRequest$10(config) {
7098
7098
  const headers = {};
7099
7099
  return {
7100
- baseUri: '/services/data/v58.0',
7100
+ baseUri: '/services/data/v59.0',
7101
7101
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
7102
7102
  method: 'get',
7103
7103
  body: null,
@@ -7295,7 +7295,7 @@ const getListUiByListViewIdAdapterFactory = (luvio) => function UiApi__getListUi
7295
7295
  function createResourceRequest$$(config) {
7296
7296
  const headers = {};
7297
7297
  return {
7298
- baseUri: '/services/data/v58.0',
7298
+ baseUri: '/services/data/v59.0',
7299
7299
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
7300
7300
  method: 'get',
7301
7301
  body: null,
@@ -7634,7 +7634,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
7634
7634
  function createResourceRequest$_(config) {
7635
7635
  const headers = {};
7636
7636
  return {
7637
- baseUri: '/services/data/v58.0',
7637
+ baseUri: '/services/data/v59.0',
7638
7638
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
7639
7639
  method: 'get',
7640
7640
  body: null,
@@ -8356,7 +8356,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
8356
8356
  function createResourceRequest$Z(config) {
8357
8357
  const headers = {};
8358
8358
  return {
8359
- baseUri: '/services/data/v58.0',
8359
+ baseUri: '/services/data/v59.0',
8360
8360
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
8361
8361
  method: 'get',
8362
8362
  body: null,
@@ -8615,7 +8615,7 @@ function keyBuilder$2r(luvio, params) {
8615
8615
  function createResourceRequest$Y(config) {
8616
8616
  const headers = {};
8617
8617
  return {
8618
- baseUri: '/services/data/v58.0',
8618
+ baseUri: '/services/data/v59.0',
8619
8619
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
8620
8620
  method: 'get',
8621
8621
  body: null,
@@ -8739,7 +8739,7 @@ function validateAdapterConfig$Z(untrustedConfig, configPropertyNames) {
8739
8739
  function createResourceRequest$X(config) {
8740
8740
  const headers = {};
8741
8741
  return {
8742
- baseUri: '/services/data/v58.0',
8742
+ baseUri: '/services/data/v59.0',
8743
8743
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
8744
8744
  method: 'get',
8745
8745
  body: null,
@@ -10538,7 +10538,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
10538
10538
  function createResourceRequest$W(config) {
10539
10539
  const headers = {};
10540
10540
  return {
10541
- baseUri: '/services/data/v58.0',
10541
+ baseUri: '/services/data/v59.0',
10542
10542
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
10543
10543
  method: 'get',
10544
10544
  body: null,
@@ -11706,7 +11706,7 @@ const ingest$1j = function RecordUiRepresentationIngest(input, path, luvio, stor
11706
11706
  function createResourceRequest$V(config) {
11707
11707
  const headers = {};
11708
11708
  return {
11709
- baseUri: '/services/data/v58.0',
11709
+ baseUri: '/services/data/v59.0',
11710
11710
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
11711
11711
  method: 'get',
11712
11712
  body: null,
@@ -13983,7 +13983,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
13983
13983
  function createResourceRequest$U(config) {
13984
13984
  const headers = {};
13985
13985
  return {
13986
- baseUri: '/services/data/v58.0',
13986
+ baseUri: '/services/data/v59.0',
13987
13987
  basePath: '/ui-api/actions/global',
13988
13988
  method: 'get',
13989
13989
  body: null,
@@ -14343,7 +14343,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
14343
14343
  function createResourceRequest$T(config) {
14344
14344
  const headers = {};
14345
14345
  return {
14346
- baseUri: '/services/data/v58.0',
14346
+ baseUri: '/services/data/v59.0',
14347
14347
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
14348
14348
  method: 'get',
14349
14349
  body: null,
@@ -14502,7 +14502,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
14502
14502
  function createResourceRequest$S(config) {
14503
14503
  const headers = {};
14504
14504
  return {
14505
- baseUri: '/services/data/v58.0',
14505
+ baseUri: '/services/data/v59.0',
14506
14506
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
14507
14507
  method: 'get',
14508
14508
  body: null,
@@ -14750,7 +14750,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
14750
14750
  function createResourceRequest$R(config) {
14751
14751
  const headers = {};
14752
14752
  return {
14753
- baseUri: '/services/data/v58.0',
14753
+ baseUri: '/services/data/v59.0',
14754
14754
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
14755
14755
  method: 'get',
14756
14756
  body: null,
@@ -15033,7 +15033,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
15033
15033
  function createResourceRequest$Q(config) {
15034
15034
  const headers = {};
15035
15035
  return {
15036
- baseUri: '/services/data/v58.0',
15036
+ baseUri: '/services/data/v59.0',
15037
15037
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
15038
15038
  method: 'get',
15039
15039
  body: null,
@@ -15428,7 +15428,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
15428
15428
  function createResourceRequest$P(config) {
15429
15429
  const headers = {};
15430
15430
  return {
15431
- baseUri: '/services/data/v58.0',
15431
+ baseUri: '/services/data/v59.0',
15432
15432
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
15433
15433
  method: 'get',
15434
15434
  body: null,
@@ -15650,7 +15650,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
15650
15650
  function createResourceRequest$O(config) {
15651
15651
  const headers = {};
15652
15652
  return {
15653
- baseUri: '/services/data/v58.0',
15653
+ baseUri: '/services/data/v59.0',
15654
15654
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
15655
15655
  method: 'get',
15656
15656
  body: null,
@@ -15897,7 +15897,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
15897
15897
  function createResourceRequest$N(config) {
15898
15898
  const headers = {};
15899
15899
  return {
15900
- baseUri: '/services/data/v58.0',
15900
+ baseUri: '/services/data/v59.0',
15901
15901
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
15902
15902
  method: 'get',
15903
15903
  body: null,
@@ -16183,7 +16183,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
16183
16183
  function createResourceRequest$M(config) {
16184
16184
  const headers = {};
16185
16185
  return {
16186
- baseUri: '/services/data/v58.0',
16186
+ baseUri: '/services/data/v59.0',
16187
16187
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
16188
16188
  method: 'post',
16189
16189
  body: config.body,
@@ -16421,7 +16421,7 @@ function getResponseCacheKeys$H(luvio, resourceParams, response) {
16421
16421
  function createResourceRequest$L(config) {
16422
16422
  const headers = {};
16423
16423
  return {
16424
- baseUri: '/services/data/v58.0',
16424
+ baseUri: '/services/data/v59.0',
16425
16425
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
16426
16426
  method: 'post',
16427
16427
  body: config.body,
@@ -16821,7 +16821,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
16821
16821
  function createResourceRequest$K(config) {
16822
16822
  const headers = {};
16823
16823
  return {
16824
- baseUri: '/services/data/v58.0',
16824
+ baseUri: '/services/data/v59.0',
16825
16825
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
16826
16826
  method: 'get',
16827
16827
  body: null,
@@ -18192,7 +18192,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
18192
18192
  function createResourceRequest$J(config) {
18193
18193
  const headers = {};
18194
18194
  return {
18195
- baseUri: '/services/data/v58.0',
18195
+ baseUri: '/services/data/v59.0',
18196
18196
  basePath: '/ui-api/apps',
18197
18197
  method: 'get',
18198
18198
  body: null,
@@ -18368,7 +18368,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
18368
18368
  function createResourceRequest$I(config) {
18369
18369
  const headers = {};
18370
18370
  return {
18371
- baseUri: '/services/data/v58.0',
18371
+ baseUri: '/services/data/v59.0',
18372
18372
  basePath: '/ui-api/apps/selected',
18373
18373
  method: 'get',
18374
18374
  body: null,
@@ -18533,7 +18533,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
18533
18533
  function createResourceRequest$H(config) {
18534
18534
  const headers = {};
18535
18535
  return {
18536
- baseUri: '/services/data/v58.0',
18536
+ baseUri: '/services/data/v59.0',
18537
18537
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
18538
18538
  method: 'get',
18539
18539
  body: null,
@@ -19202,7 +19202,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
19202
19202
  function createResourceRequest$G(config) {
19203
19203
  const headers = {};
19204
19204
  return {
19205
- baseUri: '/services/data/v58.0',
19205
+ baseUri: '/services/data/v59.0',
19206
19206
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
19207
19207
  method: 'get',
19208
19208
  body: null,
@@ -19349,7 +19349,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
19349
19349
  function createResourceRequest$F(config) {
19350
19350
  const headers = {};
19351
19351
  return {
19352
- baseUri: '/services/data/v58.0',
19352
+ baseUri: '/services/data/v59.0',
19353
19353
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
19354
19354
  method: 'get',
19355
19355
  body: null,
@@ -19564,7 +19564,7 @@ function getResponseCacheKeys$A(luvio, resourceParams, response) {
19564
19564
  function createResourceRequest$E(config) {
19565
19565
  const headers = {};
19566
19566
  return {
19567
- baseUri: '/services/data/v58.0',
19567
+ baseUri: '/services/data/v59.0',
19568
19568
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
19569
19569
  method: 'get',
19570
19570
  body: null,
@@ -19843,7 +19843,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
19843
19843
  function createResourceRequest$D(config) {
19844
19844
  const headers = {};
19845
19845
  return {
19846
- baseUri: '/services/data/v58.0',
19846
+ baseUri: '/services/data/v59.0',
19847
19847
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
19848
19848
  method: 'get',
19849
19849
  body: null,
@@ -20145,7 +20145,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
20145
20145
  function createResourceRequest$C(config) {
20146
20146
  const headers = {};
20147
20147
  return {
20148
- baseUri: '/services/data/v58.0',
20148
+ baseUri: '/services/data/v59.0',
20149
20149
  basePath: '/ui-api/list-info/batch',
20150
20150
  method: 'get',
20151
20151
  body: null,
@@ -20607,7 +20607,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
20607
20607
  function createResourceRequest$B(config) {
20608
20608
  const headers = {};
20609
20609
  return {
20610
- baseUri: '/services/data/v58.0',
20610
+ baseUri: '/services/data/v59.0',
20611
20611
  basePath: '/ui-api/nav-items',
20612
20612
  method: 'get',
20613
20613
  body: null,
@@ -21022,7 +21022,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
21022
21022
  function createResourceRequest$A(config) {
21023
21023
  const headers = {};
21024
21024
  return {
21025
- baseUri: '/services/data/v58.0',
21025
+ baseUri: '/services/data/v59.0',
21026
21026
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
21027
21027
  method: 'get',
21028
21028
  body: null,
@@ -21710,7 +21710,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
21710
21710
  function createResourceRequest$z(config) {
21711
21711
  const headers = {};
21712
21712
  return {
21713
- baseUri: '/services/data/v58.0',
21713
+ baseUri: '/services/data/v59.0',
21714
21714
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
21715
21715
  method: 'get',
21716
21716
  body: null,
@@ -21852,7 +21852,7 @@ function getResponseCacheKeys$u(luvio, resourceParams, response) {
21852
21852
  function createResourceRequest$y(config) {
21853
21853
  const headers = {};
21854
21854
  return {
21855
- baseUri: '/services/data/v58.0',
21855
+ baseUri: '/services/data/v59.0',
21856
21856
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
21857
21857
  method: 'get',
21858
21858
  body: null,
@@ -22314,7 +22314,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
22314
22314
  function createResourceRequest$x(config) {
22315
22315
  const headers = {};
22316
22316
  return {
22317
- baseUri: '/services/data/v58.0',
22317
+ baseUri: '/services/data/v59.0',
22318
22318
  basePath: '/ui-api/predupe',
22319
22319
  method: 'post',
22320
22320
  body: config.body,
@@ -23666,7 +23666,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
23666
23666
  function createResourceRequest$w(config) {
23667
23667
  const headers = {};
23668
23668
  return {
23669
- baseUri: '/services/data/v58.0',
23669
+ baseUri: '/services/data/v59.0',
23670
23670
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
23671
23671
  method: 'get',
23672
23672
  body: null,
@@ -24594,7 +24594,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
24594
24594
  function createResourceRequest$v(config) {
24595
24595
  const headers = {};
24596
24596
  return {
24597
- baseUri: '/services/data/v58.0',
24597
+ baseUri: '/services/data/v59.0',
24598
24598
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
24599
24599
  method: 'get',
24600
24600
  body: null,
@@ -24864,7 +24864,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
24864
24864
  function createResourceRequest$u(config) {
24865
24865
  const headers = {};
24866
24866
  return {
24867
- baseUri: '/services/data/v58.0',
24867
+ baseUri: '/services/data/v59.0',
24868
24868
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
24869
24869
  method: 'get',
24870
24870
  body: null,
@@ -25707,7 +25707,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
25707
25707
  function createResourceRequest$t(config) {
25708
25708
  const headers = {};
25709
25709
  return {
25710
- baseUri: '/services/data/v58.0',
25710
+ baseUri: '/services/data/v59.0',
25711
25711
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
25712
25712
  method: 'get',
25713
25713
  body: null,
@@ -25982,7 +25982,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
25982
25982
  function createResourceRequest$s(config) {
25983
25983
  const headers = {};
25984
25984
  return {
25985
- baseUri: '/services/data/v58.0',
25985
+ baseUri: '/services/data/v59.0',
25986
25986
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
25987
25987
  method: 'get',
25988
25988
  body: null,
@@ -26466,7 +26466,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
26466
26466
  function createResourceRequest$r(config) {
26467
26467
  const headers = {};
26468
26468
  return {
26469
- baseUri: '/services/data/v58.0',
26469
+ baseUri: '/services/data/v59.0',
26470
26470
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
26471
26471
  method: 'get',
26472
26472
  body: null,
@@ -26860,7 +26860,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
26860
26860
  function createResourceRequest$q(config) {
26861
26861
  const headers = {};
26862
26862
  return {
26863
- baseUri: '/services/data/v58.0',
26863
+ baseUri: '/services/data/v59.0',
26864
26864
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
26865
26865
  method: 'patch',
26866
26866
  body: config.body,
@@ -27181,7 +27181,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
27181
27181
  function createResourceRequest$p(config) {
27182
27182
  const headers = {};
27183
27183
  return {
27184
- baseUri: '/services/data/v58.0',
27184
+ baseUri: '/services/data/v59.0',
27185
27185
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
27186
27186
  method: 'get',
27187
27187
  body: null,
@@ -27448,7 +27448,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
27448
27448
  function createResourceRequest$o(config) {
27449
27449
  const headers = {};
27450
27450
  return {
27451
- baseUri: '/services/data/v58.0',
27451
+ baseUri: '/services/data/v59.0',
27452
27452
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
27453
27453
  method: 'get',
27454
27454
  body: null,
@@ -27707,7 +27707,7 @@ function ingestSuccess$d(luvio, resourceParams, response) {
27707
27707
  function createResourceRequest$n(config) {
27708
27708
  const headers = {};
27709
27709
  return {
27710
- baseUri: '/services/data/v58.0',
27710
+ baseUri: '/services/data/v59.0',
27711
27711
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
27712
27712
  method: 'patch',
27713
27713
  body: config.body,
@@ -28759,7 +28759,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
28759
28759
  function createResourceRequest$m(config) {
28760
28760
  const headers = {};
28761
28761
  return {
28762
- baseUri: '/services/data/v58.0',
28762
+ baseUri: '/services/data/v59.0',
28763
28763
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
28764
28764
  method: 'post',
28765
28765
  body: config.body,
@@ -29053,7 +29053,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
29053
29053
  function createResourceRequest$l(config) {
29054
29054
  const headers = {};
29055
29055
  return {
29056
- baseUri: '/services/data/v58.0',
29056
+ baseUri: '/services/data/v59.0',
29057
29057
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
29058
29058
  method: 'post',
29059
29059
  priority: 'normal',
@@ -29866,7 +29866,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
29866
29866
  function createResourceRequest$k(config) {
29867
29867
  const headers = {};
29868
29868
  return {
29869
- baseUri: '/services/data/v58.0',
29869
+ baseUri: '/services/data/v59.0',
29870
29870
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
29871
29871
  method: 'get',
29872
29872
  body: null,
@@ -30171,7 +30171,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
30171
30171
  function createResourceRequest$j(config) {
30172
30172
  const headers = {};
30173
30173
  return {
30174
- baseUri: '/services/data/v58.0',
30174
+ baseUri: '/services/data/v59.0',
30175
30175
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
30176
30176
  method: 'get',
30177
30177
  body: null,
@@ -30611,7 +30611,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
30611
30611
  function createResourceRequest$i(config) {
30612
30612
  const headers = {};
30613
30613
  return {
30614
- baseUri: '/services/data/v58.0',
30614
+ baseUri: '/services/data/v59.0',
30615
30615
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
30616
30616
  method: 'get',
30617
30617
  body: null,
@@ -31237,7 +31237,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
31237
31237
  function createResourceRequest$h(config) {
31238
31238
  const headers = {};
31239
31239
  return {
31240
- baseUri: '/services/data/v58.0',
31240
+ baseUri: '/services/data/v59.0',
31241
31241
  basePath: '/ui-api/search/results',
31242
31242
  method: 'post',
31243
31243
  body: config.body,
@@ -31606,7 +31606,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
31606
31606
  function createResourceRequest$g(config) {
31607
31607
  const headers = {};
31608
31608
  return {
31609
- baseUri: '/services/data/v58.0',
31609
+ baseUri: '/services/data/v59.0',
31610
31610
  basePath: '/ui-api/search/results/keyword',
31611
31611
  method: 'post',
31612
31612
  body: config.body,
@@ -44635,7 +44635,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
44635
44635
  function createResourceRequest$f(config) {
44636
44636
  const headers = {};
44637
44637
  return {
44638
- baseUri: '/services/data/v58.0',
44638
+ baseUri: '/services/data/v59.0',
44639
44639
  basePath: '/graphql',
44640
44640
  method: 'post',
44641
44641
  body: { ...config.body,
@@ -44686,7 +44686,7 @@ function createResourceRequest$d(config) {
44686
44686
  const headers = {};
44687
44687
  const transformedConfig = stripDocumentsOfMetaschema(config);
44688
44688
  return {
44689
- baseUri: '/services/data/v58.0',
44689
+ baseUri: '/services/data/v59.0',
44690
44690
  basePath: '/graphql/batch',
44691
44691
  method: 'post',
44692
44692
  body: transformedConfig.body,
@@ -45309,7 +45309,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
45309
45309
  function createResourceRequest$c(config) {
45310
45310
  const headers = {};
45311
45311
  return {
45312
- baseUri: '/services/data/v58.0',
45312
+ baseUri: '/services/data/v59.0',
45313
45313
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
45314
45314
  method: 'patch',
45315
45315
  body: config.body,
@@ -45461,7 +45461,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
45461
45461
  function createResourceRequest$b(config) {
45462
45462
  const headers = {};
45463
45463
  return {
45464
- baseUri: '/services/data/v58.0',
45464
+ baseUri: '/services/data/v59.0',
45465
45465
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
45466
45466
  method: 'post',
45467
45467
  body: config.body,
@@ -45610,7 +45610,7 @@ function deepFreeze(value) {
45610
45610
  function createResourceRequest$a(config) {
45611
45611
  const headers = {};
45612
45612
  return {
45613
- baseUri: '/services/data/v58.0',
45613
+ baseUri: '/services/data/v59.0',
45614
45614
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
45615
45615
  method: 'patch',
45616
45616
  body: config.body,
@@ -46074,7 +46074,7 @@ function getResponseCacheKeys$7(luvio, resourceParams, response) {
46074
46074
  function createResourceRequest$9(config) {
46075
46075
  const headers = {};
46076
46076
  return {
46077
- baseUri: '/services/data/v58.0',
46077
+ baseUri: '/services/data/v59.0',
46078
46078
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
46079
46079
  method: 'get',
46080
46080
  body: null,
@@ -46341,7 +46341,7 @@ const factory$9 = (luvio) => {
46341
46341
  function createResourceRequest$8(config) {
46342
46342
  const headers = {};
46343
46343
  return {
46344
- baseUri: '/services/data/v58.0',
46344
+ baseUri: '/services/data/v59.0',
46345
46345
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
46346
46346
  method: 'post',
46347
46347
  body: config.body,
@@ -47011,7 +47011,7 @@ function getResponseCacheKeys$6(luvio, resourceParams, response) {
47011
47011
  function createResourceRequest$7(config) {
47012
47012
  const headers = {};
47013
47013
  return {
47014
- baseUri: '/services/data/v58.0',
47014
+ baseUri: '/services/data/v59.0',
47015
47015
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
47016
47016
  method: 'get',
47017
47017
  body: null,
@@ -47734,7 +47734,7 @@ function getResponseCacheKeys$5(luvio, resourceParams, response) {
47734
47734
  function createResourceRequest$6(config) {
47735
47735
  const headers = {};
47736
47736
  return {
47737
- baseUri: '/services/data/v58.0',
47737
+ baseUri: '/services/data/v59.0',
47738
47738
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
47739
47739
  method: 'get',
47740
47740
  body: null,
@@ -48450,7 +48450,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
48450
48450
  function createResourceRequest$5(config) {
48451
48451
  const headers = {};
48452
48452
  return {
48453
- baseUri: '/services/data/v58.0',
48453
+ baseUri: '/services/data/v59.0',
48454
48454
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
48455
48455
  method: 'get',
48456
48456
  body: null,
@@ -48705,7 +48705,7 @@ function getResponseCacheKeys$3(luvio, resourceParams, response) {
48705
48705
  function createResourceRequest$4(config) {
48706
48706
  const headers = {};
48707
48707
  return {
48708
- baseUri: '/services/data/v58.0',
48708
+ baseUri: '/services/data/v59.0',
48709
48709
  basePath: '/ui-api/records',
48710
48710
  method: 'post',
48711
48711
  body: config.body,
@@ -48804,7 +48804,7 @@ function evictSuccess(luvio, resourceParams) {
48804
48804
  function createResourceRequest$3(config) {
48805
48805
  const headers = {};
48806
48806
  return {
48807
- baseUri: '/services/data/v58.0',
48807
+ baseUri: '/services/data/v59.0',
48808
48808
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
48809
48809
  method: 'delete',
48810
48810
  body: null,
@@ -48908,7 +48908,7 @@ function createResourceRequest$2(config) {
48908
48908
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
48909
48909
  }
48910
48910
  return {
48911
- baseUri: '/services/data/v58.0',
48911
+ baseUri: '/services/data/v59.0',
48912
48912
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
48913
48913
  method: 'patch',
48914
48914
  body: config.body,
@@ -49325,7 +49325,7 @@ function createResourceParams$1(config) {
49325
49325
  function createResourceRequest$1(config) {
49326
49326
  const headers = {};
49327
49327
  return {
49328
- baseUri: '/services/data/v58.0',
49328
+ baseUri: '/services/data/v59.0',
49329
49329
  basePath: '/ui-api/records/content-documents/' +
49330
49330
  config.urlParams.contentDocumentId +
49331
49331
  '/content-versions',
@@ -49439,7 +49439,7 @@ function createResourceParams(config) {
49439
49439
  function createResourceRequest(config) {
49440
49440
  const headers = {};
49441
49441
  return {
49442
- baseUri: '/services/data/v58.0',
49442
+ baseUri: '/services/data/v59.0',
49443
49443
  basePath: '/ui-api/records/content-documents/content-versions',
49444
49444
  method: 'post',
49445
49445
  body: config.body,
@@ -50019,4 +50019,4 @@ ensureRegisteredOnce({
50019
50019
  instrument,
50020
50020
  });
50021
50021
 
50022
- export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoRepresentationType, RepresentationType$S as RecordRepresentationRepresentationType, TTL$A as RecordRepresentationTTL, RepresentationType$S as RecordRepresentationType, VERSION$1R as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1t as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$18 as ingestDuplicateConfiguration, ingest$14 as ingestDuplicatesRepresentation, ingest$1u as ingestListInfo, ingest$1q as ingestListRecords, ingest$1m as ingestObjectInfo, ingest$1i as ingestQuickActionExecutionRepresentation, ingest$1r as ingestRecord, ingest$1j as ingestRecordUi, ingest$Y as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$V as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$X as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$2q as keyBuilderObjectInfo, keyBuilder$2k as keyBuilderQuickActionExecutionRepresentation, keyBuilder$2F as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
50022
+ export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoRepresentationType, RepresentationType$S as RecordRepresentationRepresentationType, TTL$A as RecordRepresentationTTL, RepresentationType$S as RecordRepresentationType, VERSION$1R as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1v as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$18 as ingestDuplicateConfiguration, ingest$14 as ingestDuplicatesRepresentation, ingest$1u as ingestListInfo, ingest$1q as ingestListRecords, ingest$1m as ingestObjectInfo, ingest$1i as ingestQuickActionExecutionRepresentation, ingest$1r as ingestRecord, ingest$1j as ingestRecordUi, ingest$Y as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$V as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$X as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$2q as keyBuilderObjectInfo, keyBuilder$2k as keyBuilderQuickActionExecutionRepresentation, keyBuilder$2F as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -13330,7 +13330,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
13330
13330
  function createResourceRequest$2(config) {
13331
13331
  const headers = {};
13332
13332
  return {
13333
- baseUri: '/services/data/v58.0',
13333
+ baseUri: '/services/data/v59.0',
13334
13334
  basePath: '/graphql',
13335
13335
  method: 'post',
13336
13336
  body: { ...config.body,
@@ -13687,7 +13687,7 @@ function createResourceRequest(config) {
13687
13687
  const headers = {};
13688
13688
  const transformedConfig = stripDocumentsOfMetaschema(config);
13689
13689
  return {
13690
- baseUri: '/services/data/v58.0',
13690
+ baseUri: '/services/data/v59.0',
13691
13691
  basePath: '/graphql/batch',
13692
13692
  method: 'post',
13693
13693
  body: transformedConfig.body,
@@ -14522,4 +14522,4 @@ register({
14522
14522
  });
14523
14523
 
14524
14524
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
14525
- // version: 1.134.4-a74ddaa33
14525
+ // version: 1.134.6-a88a77801
package/sfdc/index.js CHANGED
@@ -4819,7 +4819,7 @@ function getResponseCacheKeys$S(luvio, resourceParams, response) {
4819
4819
  function createResourceRequest$$(config) {
4820
4820
  const headers = {};
4821
4821
  return {
4822
- baseUri: '/services/data/v58.0',
4822
+ baseUri: '/services/data/v59.0',
4823
4823
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
4824
4824
  method: 'get',
4825
4825
  body: null,
@@ -5436,7 +5436,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
5436
5436
  function createResourceRequest$_(config) {
5437
5437
  const headers = {};
5438
5438
  return {
5439
- baseUri: '/services/data/v58.0',
5439
+ baseUri: '/services/data/v59.0',
5440
5440
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
5441
5441
  method: 'get',
5442
5442
  body: null,
@@ -6519,7 +6519,7 @@ function createPaginationParams$5(params) {
6519
6519
  function createResourceRequest$Z(config) {
6520
6520
  const headers = {};
6521
6521
  return {
6522
- baseUri: '/services/data/v58.0',
6522
+ baseUri: '/services/data/v59.0',
6523
6523
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
6524
6524
  method: 'get',
6525
6525
  body: null,
@@ -6686,7 +6686,7 @@ function createPaginationParams$4(params) {
6686
6686
  function createResourceRequest$Y(config) {
6687
6687
  const headers = {};
6688
6688
  return {
6689
- baseUri: '/services/data/v58.0',
6689
+ baseUri: '/services/data/v59.0',
6690
6690
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
6691
6691
  method: 'get',
6692
6692
  body: null,
@@ -6810,7 +6810,7 @@ function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
6810
6810
  function createResourceRequest$X(config) {
6811
6811
  const headers = {};
6812
6812
  return {
6813
- baseUri: '/services/data/v58.0',
6813
+ baseUri: '/services/data/v59.0',
6814
6814
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
6815
6815
  method: 'get',
6816
6816
  body: null,
@@ -7149,7 +7149,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
7149
7149
  function createResourceRequest$W(config) {
7150
7150
  const headers = {};
7151
7151
  return {
7152
- baseUri: '/services/data/v58.0',
7152
+ baseUri: '/services/data/v59.0',
7153
7153
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
7154
7154
  method: 'get',
7155
7155
  body: null,
@@ -7871,7 +7871,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
7871
7871
  function createResourceRequest$V(config) {
7872
7872
  const headers = {};
7873
7873
  return {
7874
- baseUri: '/services/data/v58.0',
7874
+ baseUri: '/services/data/v59.0',
7875
7875
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
7876
7876
  method: 'get',
7877
7877
  body: null,
@@ -8130,7 +8130,7 @@ function keyBuilder$1G(luvio, params) {
8130
8130
  function createResourceRequest$U(config) {
8131
8131
  const headers = {};
8132
8132
  return {
8133
- baseUri: '/services/data/v58.0',
8133
+ baseUri: '/services/data/v59.0',
8134
8134
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
8135
8135
  method: 'get',
8136
8136
  body: null,
@@ -8254,7 +8254,7 @@ function validateAdapterConfig$W(untrustedConfig, configPropertyNames) {
8254
8254
  function createResourceRequest$T(config) {
8255
8255
  const headers = {};
8256
8256
  return {
8257
- baseUri: '/services/data/v58.0',
8257
+ baseUri: '/services/data/v59.0',
8258
8258
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
8259
8259
  method: 'get',
8260
8260
  body: null,
@@ -10053,7 +10053,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
10053
10053
  function createResourceRequest$S(config) {
10054
10054
  const headers = {};
10055
10055
  return {
10056
- baseUri: '/services/data/v58.0',
10056
+ baseUri: '/services/data/v59.0',
10057
10057
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
10058
10058
  method: 'get',
10059
10059
  body: null,
@@ -11222,7 +11222,7 @@ const ingest$y = function RecordUiRepresentationIngest(input, path, luvio, store
11222
11222
  function createResourceRequest$R(config) {
11223
11223
  const headers = {};
11224
11224
  return {
11225
- baseUri: '/services/data/v58.0',
11225
+ baseUri: '/services/data/v59.0',
11226
11226
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
11227
11227
  method: 'get',
11228
11228
  body: null,
@@ -13499,7 +13499,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
13499
13499
  function createResourceRequest$Q(config) {
13500
13500
  const headers = {};
13501
13501
  return {
13502
- baseUri: '/services/data/v58.0',
13502
+ baseUri: '/services/data/v59.0',
13503
13503
  basePath: '/ui-api/actions/global',
13504
13504
  method: 'get',
13505
13505
  body: null,
@@ -13860,7 +13860,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
13860
13860
  function createResourceRequest$P(config) {
13861
13861
  const headers = {};
13862
13862
  return {
13863
- baseUri: '/services/data/v58.0',
13863
+ baseUri: '/services/data/v59.0',
13864
13864
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
13865
13865
  method: 'get',
13866
13866
  body: null,
@@ -14020,7 +14020,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
14020
14020
  function createResourceRequest$O(config) {
14021
14021
  const headers = {};
14022
14022
  return {
14023
- baseUri: '/services/data/v58.0',
14023
+ baseUri: '/services/data/v59.0',
14024
14024
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
14025
14025
  method: 'get',
14026
14026
  body: null,
@@ -14269,7 +14269,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
14269
14269
  function createResourceRequest$N(config) {
14270
14270
  const headers = {};
14271
14271
  return {
14272
- baseUri: '/services/data/v58.0',
14272
+ baseUri: '/services/data/v59.0',
14273
14273
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
14274
14274
  method: 'get',
14275
14275
  body: null,
@@ -14553,7 +14553,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
14553
14553
  function createResourceRequest$M(config) {
14554
14554
  const headers = {};
14555
14555
  return {
14556
- baseUri: '/services/data/v58.0',
14556
+ baseUri: '/services/data/v59.0',
14557
14557
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
14558
14558
  method: 'get',
14559
14559
  body: null,
@@ -14949,7 +14949,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
14949
14949
  function createResourceRequest$L(config) {
14950
14950
  const headers = {};
14951
14951
  return {
14952
- baseUri: '/services/data/v58.0',
14952
+ baseUri: '/services/data/v59.0',
14953
14953
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
14954
14954
  method: 'get',
14955
14955
  body: null,
@@ -15172,7 +15172,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
15172
15172
  function createResourceRequest$K(config) {
15173
15173
  const headers = {};
15174
15174
  return {
15175
- baseUri: '/services/data/v58.0',
15175
+ baseUri: '/services/data/v59.0',
15176
15176
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
15177
15177
  method: 'get',
15178
15178
  body: null,
@@ -15420,7 +15420,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
15420
15420
  function createResourceRequest$J(config) {
15421
15421
  const headers = {};
15422
15422
  return {
15423
- baseUri: '/services/data/v58.0',
15423
+ baseUri: '/services/data/v59.0',
15424
15424
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
15425
15425
  method: 'get',
15426
15426
  body: null,
@@ -15707,7 +15707,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
15707
15707
  function createResourceRequest$I(config) {
15708
15708
  const headers = {};
15709
15709
  return {
15710
- baseUri: '/services/data/v58.0',
15710
+ baseUri: '/services/data/v59.0',
15711
15711
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
15712
15712
  method: 'post',
15713
15713
  body: config.body,
@@ -15945,7 +15945,7 @@ function getResponseCacheKeys$E(luvio, resourceParams, response) {
15945
15945
  function createResourceRequest$H(config) {
15946
15946
  const headers = {};
15947
15947
  return {
15948
- baseUri: '/services/data/v58.0',
15948
+ baseUri: '/services/data/v59.0',
15949
15949
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
15950
15950
  method: 'post',
15951
15951
  body: config.body,
@@ -16347,7 +16347,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
16347
16347
  function createResourceRequest$G(config) {
16348
16348
  const headers = {};
16349
16349
  return {
16350
- baseUri: '/services/data/v58.0',
16350
+ baseUri: '/services/data/v59.0',
16351
16351
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
16352
16352
  method: 'get',
16353
16353
  body: null,
@@ -17719,7 +17719,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
17719
17719
  function createResourceRequest$F(config) {
17720
17720
  const headers = {};
17721
17721
  return {
17722
- baseUri: '/services/data/v58.0',
17722
+ baseUri: '/services/data/v59.0',
17723
17723
  basePath: '/ui-api/apps',
17724
17724
  method: 'get',
17725
17725
  body: null,
@@ -17898,7 +17898,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
17898
17898
  function createResourceRequest$E(config) {
17899
17899
  const headers = {};
17900
17900
  return {
17901
- baseUri: '/services/data/v58.0',
17901
+ baseUri: '/services/data/v59.0',
17902
17902
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
17903
17903
  method: 'get',
17904
17904
  body: null,
@@ -18568,7 +18568,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
18568
18568
  function createResourceRequest$D(config) {
18569
18569
  const headers = {};
18570
18570
  return {
18571
- baseUri: '/services/data/v58.0',
18571
+ baseUri: '/services/data/v59.0',
18572
18572
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
18573
18573
  method: 'get',
18574
18574
  body: null,
@@ -18716,7 +18716,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
18716
18716
  function createResourceRequest$C(config) {
18717
18717
  const headers = {};
18718
18718
  return {
18719
- baseUri: '/services/data/v58.0',
18719
+ baseUri: '/services/data/v59.0',
18720
18720
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
18721
18721
  method: 'get',
18722
18722
  body: null,
@@ -18932,7 +18932,7 @@ function getResponseCacheKeys$y(luvio, resourceParams, response) {
18932
18932
  function createResourceRequest$B(config) {
18933
18933
  const headers = {};
18934
18934
  return {
18935
- baseUri: '/services/data/v58.0',
18935
+ baseUri: '/services/data/v59.0',
18936
18936
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
18937
18937
  method: 'get',
18938
18938
  body: null,
@@ -19212,7 +19212,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
19212
19212
  function createResourceRequest$A(config) {
19213
19213
  const headers = {};
19214
19214
  return {
19215
- baseUri: '/services/data/v58.0',
19215
+ baseUri: '/services/data/v59.0',
19216
19216
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
19217
19217
  method: 'get',
19218
19218
  body: null,
@@ -19514,7 +19514,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
19514
19514
  function createResourceRequest$z(config) {
19515
19515
  const headers = {};
19516
19516
  return {
19517
- baseUri: '/services/data/v58.0',
19517
+ baseUri: '/services/data/v59.0',
19518
19518
  basePath: '/ui-api/list-info/batch',
19519
19519
  method: 'get',
19520
19520
  body: null,
@@ -19978,7 +19978,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
19978
19978
  function createResourceRequest$y(config) {
19979
19979
  const headers = {};
19980
19980
  return {
19981
- baseUri: '/services/data/v58.0',
19981
+ baseUri: '/services/data/v59.0',
19982
19982
  basePath: '/ui-api/nav-items',
19983
19983
  method: 'get',
19984
19984
  body: null,
@@ -20394,7 +20394,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
20394
20394
  function createResourceRequest$x(config) {
20395
20395
  const headers = {};
20396
20396
  return {
20397
- baseUri: '/services/data/v58.0',
20397
+ baseUri: '/services/data/v59.0',
20398
20398
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
20399
20399
  method: 'get',
20400
20400
  body: null,
@@ -21083,7 +21083,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
21083
21083
  function createResourceRequest$w(config) {
21084
21084
  const headers = {};
21085
21085
  return {
21086
- baseUri: '/services/data/v58.0',
21086
+ baseUri: '/services/data/v59.0',
21087
21087
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
21088
21088
  method: 'get',
21089
21089
  body: null,
@@ -21226,7 +21226,7 @@ function getResponseCacheKeys$s(luvio, resourceParams, response) {
21226
21226
  function createResourceRequest$v(config) {
21227
21227
  const headers = {};
21228
21228
  return {
21229
- baseUri: '/services/data/v58.0',
21229
+ baseUri: '/services/data/v59.0',
21230
21230
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
21231
21231
  method: 'get',
21232
21232
  body: null,
@@ -21689,7 +21689,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
21689
21689
  function createResourceRequest$u(config) {
21690
21690
  const headers = {};
21691
21691
  return {
21692
- baseUri: '/services/data/v58.0',
21692
+ baseUri: '/services/data/v59.0',
21693
21693
  basePath: '/ui-api/predupe',
21694
21694
  method: 'post',
21695
21695
  body: config.body,
@@ -23042,7 +23042,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
23042
23042
  function createResourceRequest$t(config) {
23043
23043
  const headers = {};
23044
23044
  return {
23045
- baseUri: '/services/data/v58.0',
23045
+ baseUri: '/services/data/v59.0',
23046
23046
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
23047
23047
  method: 'get',
23048
23048
  body: null,
@@ -23972,7 +23972,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
23972
23972
  function createResourceRequest$s(config) {
23973
23973
  const headers = {};
23974
23974
  return {
23975
- baseUri: '/services/data/v58.0',
23975
+ baseUri: '/services/data/v59.0',
23976
23976
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
23977
23977
  method: 'get',
23978
23978
  body: null,
@@ -24242,7 +24242,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
24242
24242
  function createResourceRequest$r(config) {
24243
24243
  const headers = {};
24244
24244
  return {
24245
- baseUri: '/services/data/v58.0',
24245
+ baseUri: '/services/data/v59.0',
24246
24246
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
24247
24247
  method: 'get',
24248
24248
  body: null,
@@ -25087,7 +25087,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
25087
25087
  function createResourceRequest$q(config) {
25088
25088
  const headers = {};
25089
25089
  return {
25090
- baseUri: '/services/data/v58.0',
25090
+ baseUri: '/services/data/v59.0',
25091
25091
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
25092
25092
  method: 'get',
25093
25093
  body: null,
@@ -25362,7 +25362,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
25362
25362
  function createResourceRequest$p(config) {
25363
25363
  const headers = {};
25364
25364
  return {
25365
- baseUri: '/services/data/v58.0',
25365
+ baseUri: '/services/data/v59.0',
25366
25366
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
25367
25367
  method: 'get',
25368
25368
  body: null,
@@ -25847,7 +25847,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
25847
25847
  function createResourceRequest$o(config) {
25848
25848
  const headers = {};
25849
25849
  return {
25850
- baseUri: '/services/data/v58.0',
25850
+ baseUri: '/services/data/v59.0',
25851
25851
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
25852
25852
  method: 'get',
25853
25853
  body: null,
@@ -26243,7 +26243,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
26243
26243
  function createResourceRequest$n(config) {
26244
26244
  const headers = {};
26245
26245
  return {
26246
- baseUri: '/services/data/v58.0',
26246
+ baseUri: '/services/data/v59.0',
26247
26247
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
26248
26248
  method: 'patch',
26249
26249
  body: config.body,
@@ -26564,7 +26564,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
26564
26564
  function createResourceRequest$m(config) {
26565
26565
  const headers = {};
26566
26566
  return {
26567
- baseUri: '/services/data/v58.0',
26567
+ baseUri: '/services/data/v59.0',
26568
26568
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
26569
26569
  method: 'get',
26570
26570
  body: null,
@@ -26831,7 +26831,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
26831
26831
  function createResourceRequest$l(config) {
26832
26832
  const headers = {};
26833
26833
  return {
26834
- baseUri: '/services/data/v58.0',
26834
+ baseUri: '/services/data/v59.0',
26835
26835
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
26836
26836
  method: 'get',
26837
26837
  body: null,
@@ -27092,7 +27092,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
27092
27092
  function createResourceRequest$k(config) {
27093
27093
  const headers = {};
27094
27094
  return {
27095
- baseUri: '/services/data/v58.0',
27095
+ baseUri: '/services/data/v59.0',
27096
27096
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
27097
27097
  method: 'patch',
27098
27098
  body: config.body,
@@ -28144,7 +28144,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
28144
28144
  function createResourceRequest$j(config) {
28145
28145
  const headers = {};
28146
28146
  return {
28147
- baseUri: '/services/data/v58.0',
28147
+ baseUri: '/services/data/v59.0',
28148
28148
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
28149
28149
  method: 'post',
28150
28150
  body: config.body,
@@ -28438,7 +28438,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
28438
28438
  function createResourceRequest$i(config) {
28439
28439
  const headers = {};
28440
28440
  return {
28441
- baseUri: '/services/data/v58.0',
28441
+ baseUri: '/services/data/v59.0',
28442
28442
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
28443
28443
  method: 'post',
28444
28444
  priority: 'normal',
@@ -29253,7 +29253,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
29253
29253
  function createResourceRequest$h(config) {
29254
29254
  const headers = {};
29255
29255
  return {
29256
- baseUri: '/services/data/v58.0',
29256
+ baseUri: '/services/data/v59.0',
29257
29257
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
29258
29258
  method: 'get',
29259
29259
  body: null,
@@ -29559,7 +29559,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
29559
29559
  function createResourceRequest$g(config) {
29560
29560
  const headers = {};
29561
29561
  return {
29562
- baseUri: '/services/data/v58.0',
29562
+ baseUri: '/services/data/v59.0',
29563
29563
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
29564
29564
  method: 'get',
29565
29565
  body: null,
@@ -30000,7 +30000,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
30000
30000
  function createResourceRequest$f(config) {
30001
30001
  const headers = {};
30002
30002
  return {
30003
- baseUri: '/services/data/v58.0',
30003
+ baseUri: '/services/data/v59.0',
30004
30004
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
30005
30005
  method: 'get',
30006
30006
  body: null,
@@ -30627,7 +30627,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
30627
30627
  function createResourceRequest$e(config) {
30628
30628
  const headers = {};
30629
30629
  return {
30630
- baseUri: '/services/data/v58.0',
30630
+ baseUri: '/services/data/v59.0',
30631
30631
  basePath: '/ui-api/search/results',
30632
30632
  method: 'post',
30633
30633
  body: config.body,
@@ -30997,7 +30997,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
30997
30997
  function createResourceRequest$d(config) {
30998
30998
  const headers = {};
30999
30999
  return {
31000
- baseUri: '/services/data/v58.0',
31000
+ baseUri: '/services/data/v59.0',
31001
31001
  basePath: '/ui-api/search/results/keyword',
31002
31002
  method: 'post',
31003
31003
  body: config.body,
@@ -31186,7 +31186,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
31186
31186
  function createResourceRequest$c(config) {
31187
31187
  const headers = {};
31188
31188
  return {
31189
- baseUri: '/services/data/v58.0',
31189
+ baseUri: '/services/data/v59.0',
31190
31190
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
31191
31191
  method: 'patch',
31192
31192
  body: config.body,
@@ -31338,7 +31338,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
31338
31338
  function createResourceRequest$b(config) {
31339
31339
  const headers = {};
31340
31340
  return {
31341
- baseUri: '/services/data/v58.0',
31341
+ baseUri: '/services/data/v59.0',
31342
31342
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
31343
31343
  method: 'post',
31344
31344
  body: config.body,
@@ -31487,7 +31487,7 @@ function deepFreeze(value) {
31487
31487
  function createResourceRequest$a(config) {
31488
31488
  const headers = {};
31489
31489
  return {
31490
- baseUri: '/services/data/v58.0',
31490
+ baseUri: '/services/data/v59.0',
31491
31491
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
31492
31492
  method: 'patch',
31493
31493
  body: config.body,
@@ -31951,7 +31951,7 @@ function getResponseCacheKeys$7(luvio, resourceParams, response) {
31951
31951
  function createResourceRequest$9(config) {
31952
31952
  const headers = {};
31953
31953
  return {
31954
- baseUri: '/services/data/v58.0',
31954
+ baseUri: '/services/data/v59.0',
31955
31955
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
31956
31956
  method: 'get',
31957
31957
  body: null,
@@ -32218,7 +32218,7 @@ const factory$9 = (luvio) => {
32218
32218
  function createResourceRequest$8(config) {
32219
32219
  const headers = {};
32220
32220
  return {
32221
- baseUri: '/services/data/v58.0',
32221
+ baseUri: '/services/data/v59.0',
32222
32222
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
32223
32223
  method: 'post',
32224
32224
  body: config.body,
@@ -32888,7 +32888,7 @@ function getResponseCacheKeys$6(luvio, resourceParams, response) {
32888
32888
  function createResourceRequest$7(config) {
32889
32889
  const headers = {};
32890
32890
  return {
32891
- baseUri: '/services/data/v58.0',
32891
+ baseUri: '/services/data/v59.0',
32892
32892
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
32893
32893
  method: 'get',
32894
32894
  body: null,
@@ -33611,7 +33611,7 @@ function getResponseCacheKeys$5(luvio, resourceParams, response) {
33611
33611
  function createResourceRequest$6(config) {
33612
33612
  const headers = {};
33613
33613
  return {
33614
- baseUri: '/services/data/v58.0',
33614
+ baseUri: '/services/data/v59.0',
33615
33615
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
33616
33616
  method: 'get',
33617
33617
  body: null,
@@ -34327,7 +34327,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
34327
34327
  function createResourceRequest$5(config) {
34328
34328
  const headers = {};
34329
34329
  return {
34330
- baseUri: '/services/data/v58.0',
34330
+ baseUri: '/services/data/v59.0',
34331
34331
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
34332
34332
  method: 'get',
34333
34333
  body: null,
@@ -34582,7 +34582,7 @@ function getResponseCacheKeys$3(luvio, resourceParams, response) {
34582
34582
  function createResourceRequest$4(config) {
34583
34583
  const headers = {};
34584
34584
  return {
34585
- baseUri: '/services/data/v58.0',
34585
+ baseUri: '/services/data/v59.0',
34586
34586
  basePath: '/ui-api/records',
34587
34587
  method: 'post',
34588
34588
  body: config.body,
@@ -34681,7 +34681,7 @@ function evictSuccess(luvio, resourceParams) {
34681
34681
  function createResourceRequest$3(config) {
34682
34682
  const headers = {};
34683
34683
  return {
34684
- baseUri: '/services/data/v58.0',
34684
+ baseUri: '/services/data/v59.0',
34685
34685
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
34686
34686
  method: 'delete',
34687
34687
  body: null,
@@ -34785,7 +34785,7 @@ function createResourceRequest$2(config) {
34785
34785
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
34786
34786
  }
34787
34787
  return {
34788
- baseUri: '/services/data/v58.0',
34788
+ baseUri: '/services/data/v59.0',
34789
34789
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
34790
34790
  method: 'patch',
34791
34791
  body: config.body,
@@ -35202,7 +35202,7 @@ function createResourceParams$1(config) {
35202
35202
  function createResourceRequest$1(config) {
35203
35203
  const headers = {};
35204
35204
  return {
35205
- baseUri: '/services/data/v58.0',
35205
+ baseUri: '/services/data/v59.0',
35206
35206
  basePath: '/ui-api/records/content-documents/' +
35207
35207
  config.urlParams.contentDocumentId +
35208
35208
  '/content-versions',
@@ -35316,7 +35316,7 @@ function createResourceParams(config) {
35316
35316
  function createResourceRequest(config) {
35317
35317
  const headers = {};
35318
35318
  return {
35319
- baseUri: '/services/data/v58.0',
35319
+ baseUri: '/services/data/v59.0',
35320
35320
  basePath: '/ui-api/records/content-documents/content-versions',
35321
35321
  method: 'post',
35322
35322
  body: config.body,
@@ -36052,5 +36052,5 @@ withDefaultLuvio((luvio) => {
36052
36052
  });
36053
36053
  });
36054
36054
 
36055
- export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoRepresentationType, RepresentationType$N as RecordRepresentationRepresentationType, TTL$v as RecordRepresentationTTL, RepresentationType$N as RecordRepresentationType, VERSION$14 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$N as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$B as ingestObjectInfo, ingest$x as ingestQuickActionExecutionRepresentation, ingest$G as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$1F as keyBuilderObjectInfo, keyBuilder$1z as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1Q as keyBuilderRecord, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
36056
- // version: 1.134.4-a74ddaa33
36055
+ export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoRepresentationType, RepresentationType$N as RecordRepresentationRepresentationType, TTL$v as RecordRepresentationTTL, RepresentationType$N as RecordRepresentationType, VERSION$14 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$P as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$B as ingestObjectInfo, ingest$x as ingestQuickActionExecutionRepresentation, ingest$G as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$1F as keyBuilderObjectInfo, keyBuilder$1z as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1Q as keyBuilderRecord, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
36056
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0