@salesforce/lds-worker-api 1.268.0 → 1.269.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.
@@ -4146,7 +4146,7 @@
4146
4146
  }
4147
4147
  callbacks.push(callback);
4148
4148
  }
4149
- // version: 1.268.0-cd9e2e269
4149
+ // version: 1.269.0-b2ea86b9d
4150
4150
 
4151
4151
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4152
4152
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15654,7 +15654,7 @@
15654
15654
  }
15655
15655
  return superResult;
15656
15656
  }
15657
- // version: 1.268.0-cd9e2e269
15657
+ // version: 1.269.0-b2ea86b9d
15658
15658
 
15659
15659
  function unwrap(data) {
15660
15660
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16579,7 +16579,7 @@
16579
16579
  const { apiFamily, name } = metadata;
16580
16580
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16581
16581
  }
16582
- // version: 1.268.0-cd9e2e269
16582
+ // version: 1.269.0-b2ea86b9d
16583
16583
 
16584
16584
  /**
16585
16585
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -18387,7 +18387,7 @@
18387
18387
  /**
18388
18388
  * The master record type id.
18389
18389
  */
18390
- const MASTER_RECORD_TYPE_ID = '012000000000000AAA';
18390
+ const MAIN_RECORD_TYPE_ID = '012000000000000AAA';
18391
18391
 
18392
18392
  /**
18393
18393
  * A set of the string names of known entities.
@@ -20281,7 +20281,7 @@
20281
20281
  return convertTrieToFields(root).sort();
20282
20282
  }
20283
20283
  function getRecordTypeId$2(record) {
20284
- return record.recordTypeId === null ? MASTER_RECORD_TYPE_ID : record.recordTypeId;
20284
+ return record.recordTypeId === null ? MAIN_RECORD_TYPE_ID : record.recordTypeId;
20285
20285
  }
20286
20286
  // This function traverses through a record and marks missing
20287
20287
  // optional fields as "missing"
@@ -20912,7 +20912,7 @@
20912
20912
  function createResourceRequest$18(config) {
20913
20913
  const headers = {};
20914
20914
  return {
20915
- baseUri: '/services/data/v60.0',
20915
+ baseUri: '/services/data/v61.0',
20916
20916
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
20917
20917
  method: 'get',
20918
20918
  body: null,
@@ -21339,7 +21339,7 @@
21339
21339
  function createResourceRequest$17(config) {
21340
21340
  const headers = {};
21341
21341
  return {
21342
- baseUri: '/services/data/v60.0',
21342
+ baseUri: '/services/data/v61.0',
21343
21343
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
21344
21344
  method: 'get',
21345
21345
  body: null,
@@ -22130,7 +22130,7 @@
22130
22130
  function createResourceRequest$16(config) {
22131
22131
  const headers = {};
22132
22132
  return {
22133
- baseUri: '/services/data/v60.0',
22133
+ baseUri: '/services/data/v61.0',
22134
22134
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
22135
22135
  method: 'get',
22136
22136
  body: null,
@@ -22180,7 +22180,7 @@
22180
22180
  function createResourceRequest$15(config) {
22181
22181
  const headers = {};
22182
22182
  return {
22183
- baseUri: '/services/data/v60.0',
22183
+ baseUri: '/services/data/v61.0',
22184
22184
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
22185
22185
  method: 'get',
22186
22186
  body: null,
@@ -22222,7 +22222,7 @@
22222
22222
  function createResourceRequest$14(config) {
22223
22223
  const headers = {};
22224
22224
  return {
22225
- baseUri: '/services/data/v60.0',
22225
+ baseUri: '/services/data/v61.0',
22226
22226
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
22227
22227
  method: 'get',
22228
22228
  body: null,
@@ -22567,7 +22567,7 @@
22567
22567
  function createResourceRequest$13(config) {
22568
22568
  const headers = {};
22569
22569
  return {
22570
- baseUri: '/services/data/v60.0',
22570
+ baseUri: '/services/data/v61.0',
22571
22571
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
22572
22572
  method: 'get',
22573
22573
  body: null,
@@ -23037,7 +23037,7 @@
23037
23037
  function createResourceRequest$12(config) {
23038
23038
  const headers = {};
23039
23039
  return {
23040
- baseUri: '/services/data/v60.0',
23040
+ baseUri: '/services/data/v61.0',
23041
23041
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
23042
23042
  method: 'get',
23043
23043
  body: null,
@@ -23232,7 +23232,7 @@
23232
23232
  function createResourceRequest$11(config) {
23233
23233
  const headers = {};
23234
23234
  return {
23235
- baseUri: '/services/data/v60.0',
23235
+ baseUri: '/services/data/v61.0',
23236
23236
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
23237
23237
  method: 'get',
23238
23238
  body: null,
@@ -23274,7 +23274,7 @@
23274
23274
  function createResourceRequest$10(config) {
23275
23275
  const headers = {};
23276
23276
  return {
23277
- baseUri: '/services/data/v60.0',
23277
+ baseUri: '/services/data/v61.0',
23278
23278
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
23279
23279
  method: 'get',
23280
23280
  body: null,
@@ -24222,7 +24222,7 @@
24222
24222
  function createResourceRequest$$(config) {
24223
24223
  const headers = {};
24224
24224
  return {
24225
- baseUri: '/services/data/v60.0',
24225
+ baseUri: '/services/data/v61.0',
24226
24226
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
24227
24227
  method: 'get',
24228
24228
  body: null,
@@ -24669,7 +24669,7 @@
24669
24669
  function createResourceRequest$_(config) {
24670
24670
  const headers = {};
24671
24671
  return {
24672
- baseUri: '/services/data/v60.0',
24672
+ baseUri: '/services/data/v61.0',
24673
24673
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
24674
24674
  method: 'get',
24675
24675
  body: null,
@@ -25289,7 +25289,7 @@
25289
25289
  // Temp fix until we can mimic the server behavior for non-layoutable entities.
25290
25290
  let layoutMap = {};
25291
25291
  if (hasOwnProperty$1.call(layouts, apiName)) {
25292
- layoutMap = layouts[apiName][recordTypeId];
25292
+ layoutMap = layouts[apiName][recordTypeId] || {};
25293
25293
  }
25294
25294
  return {
25295
25295
  layoutMap,
@@ -26624,7 +26624,7 @@
26624
26624
  function createResourceRequest$Z(config) {
26625
26625
  const headers = {};
26626
26626
  return {
26627
- baseUri: '/services/data/v60.0',
26627
+ baseUri: '/services/data/v61.0',
26628
26628
  basePath: '/ui-api/actions/global',
26629
26629
  method: 'get',
26630
26630
  body: null,
@@ -26818,7 +26818,7 @@
26818
26818
  function createResourceRequest$Y(config) {
26819
26819
  const headers = {};
26820
26820
  return {
26821
- baseUri: '/services/data/v60.0',
26821
+ baseUri: '/services/data/v61.0',
26822
26822
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
26823
26823
  method: 'get',
26824
26824
  body: null,
@@ -26980,7 +26980,7 @@
26980
26980
  function createResourceRequest$X(config) {
26981
26981
  const headers = {};
26982
26982
  return {
26983
- baseUri: '/services/data/v60.0',
26983
+ baseUri: '/services/data/v61.0',
26984
26984
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
26985
26985
  method: 'get',
26986
26986
  body: null,
@@ -27114,7 +27114,7 @@
27114
27114
  function createResourceRequest$W(config) {
27115
27115
  const headers = {};
27116
27116
  return {
27117
- baseUri: '/services/data/v60.0',
27117
+ baseUri: '/services/data/v61.0',
27118
27118
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
27119
27119
  method: 'get',
27120
27120
  body: null,
@@ -27277,7 +27277,7 @@
27277
27277
  function createResourceRequest$V(config) {
27278
27278
  const headers = {};
27279
27279
  return {
27280
- baseUri: '/services/data/v60.0',
27280
+ baseUri: '/services/data/v61.0',
27281
27281
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
27282
27282
  method: 'get',
27283
27283
  body: null,
@@ -27454,7 +27454,7 @@
27454
27454
  function createResourceRequest$U(config) {
27455
27455
  const headers = {};
27456
27456
  return {
27457
- baseUri: '/services/data/v60.0',
27457
+ baseUri: '/services/data/v61.0',
27458
27458
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
27459
27459
  method: 'get',
27460
27460
  body: null,
@@ -27654,7 +27654,7 @@
27654
27654
  function createResourceRequest$T(config) {
27655
27655
  const headers = {};
27656
27656
  return {
27657
- baseUri: '/services/data/v60.0',
27657
+ baseUri: '/services/data/v61.0',
27658
27658
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
27659
27659
  method: 'get',
27660
27660
  body: null,
@@ -27810,7 +27810,7 @@
27810
27810
  function createResourceRequest$S(config) {
27811
27811
  const headers = {};
27812
27812
  return {
27813
- baseUri: '/services/data/v60.0',
27813
+ baseUri: '/services/data/v61.0',
27814
27814
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
27815
27815
  method: 'get',
27816
27816
  body: null,
@@ -27950,7 +27950,7 @@
27950
27950
  function createResourceRequest$R(config) {
27951
27951
  const headers = {};
27952
27952
  return {
27953
- baseUri: '/services/data/v60.0',
27953
+ baseUri: '/services/data/v61.0',
27954
27954
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
27955
27955
  method: 'get',
27956
27956
  body: null,
@@ -28154,7 +28154,7 @@
28154
28154
  function createResourceRequest$Q(config) {
28155
28155
  const headers = {};
28156
28156
  return {
28157
- baseUri: '/services/data/v60.0',
28157
+ baseUri: '/services/data/v61.0',
28158
28158
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
28159
28159
  method: 'post',
28160
28160
  body: config.body,
@@ -28429,7 +28429,7 @@
28429
28429
  function createResourceRequest$P(config) {
28430
28430
  const headers = {};
28431
28431
  return {
28432
- baseUri: '/services/data/v60.0',
28432
+ baseUri: '/services/data/v61.0',
28433
28433
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
28434
28434
  method: 'post',
28435
28435
  body: config.body,
@@ -28663,7 +28663,7 @@
28663
28663
  function createResourceRequest$O(config) {
28664
28664
  const headers = {};
28665
28665
  return {
28666
- baseUri: '/services/data/v60.0',
28666
+ baseUri: '/services/data/v61.0',
28667
28667
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
28668
28668
  method: 'get',
28669
28669
  body: null,
@@ -29375,7 +29375,7 @@
29375
29375
  function createResourceRequest$N(config) {
29376
29376
  const headers = {};
29377
29377
  return {
29378
- baseUri: '/services/data/v60.0',
29378
+ baseUri: '/services/data/v61.0',
29379
29379
  basePath: '/ui-api/apps',
29380
29380
  method: 'get',
29381
29381
  body: null,
@@ -29509,7 +29509,7 @@
29509
29509
  function createResourceRequest$M(config) {
29510
29510
  const headers = {};
29511
29511
  return {
29512
- baseUri: '/services/data/v60.0',
29512
+ baseUri: '/services/data/v61.0',
29513
29513
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
29514
29514
  method: 'get',
29515
29515
  body: null,
@@ -29845,7 +29845,7 @@
29845
29845
  function createResourceRequest$L(config) {
29846
29846
  const headers = {};
29847
29847
  return {
29848
- baseUri: '/services/data/v60.0',
29848
+ baseUri: '/services/data/v61.0',
29849
29849
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
29850
29850
  method: 'get',
29851
29851
  body: null,
@@ -29981,7 +29981,7 @@
29981
29981
  function createResourceRequest$K(config) {
29982
29982
  const headers = {};
29983
29983
  return {
29984
- baseUri: '/services/data/v60.0',
29984
+ baseUri: '/services/data/v61.0',
29985
29985
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
29986
29986
  method: 'get',
29987
29987
  body: null,
@@ -30028,7 +30028,7 @@
30028
30028
  if (untrustedConfig.recordTypeId !== null) {
30029
30029
  return null;
30030
30030
  }
30031
- recordTypeId = MASTER_RECORD_TYPE_ID;
30031
+ recordTypeId = MAIN_RECORD_TYPE_ID;
30032
30032
  }
30033
30033
  // layoutType and mode are required during validation.
30034
30034
  // They will always be valid at this point.
@@ -30118,7 +30118,7 @@
30118
30118
  function createResourceRequest$J(config) {
30119
30119
  const headers = {};
30120
30120
  return {
30121
- baseUri: '/services/data/v60.0',
30121
+ baseUri: '/services/data/v61.0',
30122
30122
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
30123
30123
  method: 'get',
30124
30124
  body: null,
@@ -30344,7 +30344,7 @@
30344
30344
  function createResourceRequest$I(config) {
30345
30345
  const headers = {};
30346
30346
  return {
30347
- baseUri: '/services/data/v60.0',
30347
+ baseUri: '/services/data/v61.0',
30348
30348
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
30349
30349
  method: 'get',
30350
30350
  body: null,
@@ -30603,7 +30603,7 @@
30603
30603
  function createResourceRequest$H(config) {
30604
30604
  const headers = {};
30605
30605
  return {
30606
- baseUri: '/services/data/v60.0',
30606
+ baseUri: '/services/data/v61.0',
30607
30607
  basePath: '/ui-api/list-info/batch',
30608
30608
  method: 'get',
30609
30609
  body: null,
@@ -30820,7 +30820,7 @@
30820
30820
  function createResourceRequest$G(config) {
30821
30821
  const headers = {};
30822
30822
  return {
30823
- baseUri: '/services/data/v60.0',
30823
+ baseUri: '/services/data/v61.0',
30824
30824
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
30825
30825
  method: 'post',
30826
30826
  body: config.body,
@@ -31013,7 +31013,7 @@
31013
31013
  function createResourceRequest$F(config) {
31014
31014
  const headers = {};
31015
31015
  return {
31016
- baseUri: '/services/data/v60.0',
31016
+ baseUri: '/services/data/v61.0',
31017
31017
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
31018
31018
  method: 'delete',
31019
31019
  body: null,
@@ -31096,7 +31096,7 @@
31096
31096
  function createResourceRequest$E(config) {
31097
31097
  const headers = {};
31098
31098
  return {
31099
- baseUri: '/services/data/v60.0',
31099
+ baseUri: '/services/data/v61.0',
31100
31100
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
31101
31101
  method: 'patch',
31102
31102
  body: config.body,
@@ -31556,7 +31556,7 @@
31556
31556
  function createResourceRequest$D(config) {
31557
31557
  const headers = {};
31558
31558
  return {
31559
- baseUri: '/services/data/v60.0',
31559
+ baseUri: '/services/data/v61.0',
31560
31560
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
31561
31561
  method: 'get',
31562
31562
  body: null,
@@ -31792,7 +31792,7 @@
31792
31792
  function createResourceRequest$C(config) {
31793
31793
  const headers = {};
31794
31794
  return {
31795
- baseUri: '/services/data/v60.0',
31795
+ baseUri: '/services/data/v61.0',
31796
31796
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
31797
31797
  method: 'get',
31798
31798
  body: null,
@@ -31928,7 +31928,7 @@
31928
31928
  function createResourceRequest$B(config) {
31929
31929
  const headers = {};
31930
31930
  return {
31931
- baseUri: '/services/data/v60.0',
31931
+ baseUri: '/services/data/v61.0',
31932
31932
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
31933
31933
  method: 'patch',
31934
31934
  body: config.body,
@@ -32168,7 +32168,7 @@
32168
32168
  function createResourceRequest$A(config) {
32169
32169
  const headers = {};
32170
32170
  return {
32171
- baseUri: '/services/data/v60.0',
32171
+ baseUri: '/services/data/v61.0',
32172
32172
  basePath: '/ui-api/nav-items',
32173
32173
  method: 'get',
32174
32174
  body: null,
@@ -32296,7 +32296,7 @@
32296
32296
  function createResourceRequest$z(config) {
32297
32297
  const headers = {};
32298
32298
  return {
32299
- baseUri: '/services/data/v60.0',
32299
+ baseUri: '/services/data/v61.0',
32300
32300
  basePath: '/ui-api/object-info',
32301
32301
  method: 'get',
32302
32302
  body: null,
@@ -32628,7 +32628,7 @@
32628
32628
  function createResourceRequest$y(config) {
32629
32629
  const headers = {};
32630
32630
  return {
32631
- baseUri: '/services/data/v60.0',
32631
+ baseUri: '/services/data/v61.0',
32632
32632
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
32633
32633
  method: 'get',
32634
32634
  body: null,
@@ -32882,8 +32882,8 @@
32882
32882
  const keyBuilderFromType$i =
32883
32883
  /**
32884
32884
  * custom key builder from PicklistValuesRepresentation.
32885
- * PicklistValuesRepresentation.url is like /services/data/v59.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
32886
- * the '/services/data/v59.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
32885
+ * PicklistValuesRepresentation.url is like /services/data/v61.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
32886
+ * the '/services/data/v61.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
32887
32887
  */
32888
32888
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
32889
32889
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -33073,7 +33073,7 @@
33073
33073
  function createResourceRequest$x(config) {
33074
33074
  const headers = {};
33075
33075
  return {
33076
- baseUri: '/services/data/v60.0',
33076
+ baseUri: '/services/data/v61.0',
33077
33077
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
33078
33078
  method: 'get',
33079
33079
  body: null,
@@ -33175,7 +33175,7 @@
33175
33175
  function createResourceRequest$w(config) {
33176
33176
  const headers = {};
33177
33177
  return {
33178
- baseUri: '/services/data/v60.0',
33178
+ baseUri: '/services/data/v61.0',
33179
33179
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
33180
33180
  method: 'get',
33181
33181
  body: null,
@@ -33409,7 +33409,7 @@
33409
33409
  function createResourceRequest$v(config) {
33410
33410
  const headers = {};
33411
33411
  return {
33412
- baseUri: '/services/data/v60.0',
33412
+ baseUri: '/services/data/v61.0',
33413
33413
  basePath: '/ui-api/predupe',
33414
33414
  method: 'post',
33415
33415
  body: config.body,
@@ -34189,7 +34189,7 @@
34189
34189
  function createResourceRequest$u(config) {
34190
34190
  const headers = {};
34191
34191
  return {
34192
- baseUri: '/services/data/v60.0',
34192
+ baseUri: '/services/data/v61.0',
34193
34193
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
34194
34194
  method: 'get',
34195
34195
  body: null,
@@ -34799,7 +34799,7 @@
34799
34799
  function createResourceRequest$t(config) {
34800
34800
  const headers = {};
34801
34801
  return {
34802
- baseUri: '/services/data/v60.0',
34802
+ baseUri: '/services/data/v61.0',
34803
34803
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
34804
34804
  method: 'get',
34805
34805
  body: null,
@@ -35054,7 +35054,7 @@
35054
35054
  function createResourceRequest$s(config) {
35055
35055
  const headers = {};
35056
35056
  return {
35057
- baseUri: '/services/data/v60.0',
35057
+ baseUri: '/services/data/v61.0',
35058
35058
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
35059
35059
  method: 'get',
35060
35060
  body: null,
@@ -35417,7 +35417,7 @@
35417
35417
  function createResourceRequest$r(config) {
35418
35418
  const headers = {};
35419
35419
  return {
35420
- baseUri: '/services/data/v60.0',
35420
+ baseUri: '/services/data/v61.0',
35421
35421
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
35422
35422
  method: 'get',
35423
35423
  body: null,
@@ -35677,7 +35677,7 @@
35677
35677
  function createResourceRequest$q(config) {
35678
35678
  const headers = {};
35679
35679
  return {
35680
- baseUri: '/services/data/v60.0',
35680
+ baseUri: '/services/data/v61.0',
35681
35681
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
35682
35682
  method: 'get',
35683
35683
  body: null,
@@ -35868,7 +35868,7 @@
35868
35868
  function createResourceRequest$p(config) {
35869
35869
  const headers = {};
35870
35870
  return {
35871
- baseUri: '/services/data/v60.0',
35871
+ baseUri: '/services/data/v61.0',
35872
35872
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
35873
35873
  method: 'get',
35874
35874
  body: null,
@@ -36111,7 +36111,7 @@
36111
36111
  function createResourceRequest$o(config) {
36112
36112
  const headers = {};
36113
36113
  return {
36114
- baseUri: '/services/data/v60.0',
36114
+ baseUri: '/services/data/v61.0',
36115
36115
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
36116
36116
  method: 'patch',
36117
36117
  body: config.body,
@@ -36281,7 +36281,7 @@
36281
36281
  function createResourceRequest$n(config) {
36282
36282
  const headers = {};
36283
36283
  return {
36284
- baseUri: '/services/data/v60.0',
36284
+ baseUri: '/services/data/v61.0',
36285
36285
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
36286
36286
  method: 'get',
36287
36287
  body: null,
@@ -36533,7 +36533,7 @@
36533
36533
  function createResourceRequest$m(config) {
36534
36534
  const headers = {};
36535
36535
  return {
36536
- baseUri: '/services/data/v60.0',
36536
+ baseUri: '/services/data/v61.0',
36537
36537
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
36538
36538
  method: 'get',
36539
36539
  body: null,
@@ -36731,7 +36731,7 @@
36731
36731
  function createResourceRequest$l(config) {
36732
36732
  const headers = {};
36733
36733
  return {
36734
- baseUri: '/services/data/v60.0',
36734
+ baseUri: '/services/data/v61.0',
36735
36735
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
36736
36736
  method: 'patch',
36737
36737
  body: config.body,
@@ -37489,7 +37489,7 @@
37489
37489
  function createResourceRequest$k(config) {
37490
37490
  const headers = {};
37491
37491
  return {
37492
- baseUri: '/services/data/v60.0',
37492
+ baseUri: '/services/data/v61.0',
37493
37493
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
37494
37494
  method: 'post',
37495
37495
  body: config.body,
@@ -37764,7 +37764,7 @@
37764
37764
  function createResourceRequest$j(config) {
37765
37765
  const headers = {};
37766
37766
  return {
37767
- baseUri: '/services/data/v60.0',
37767
+ baseUri: '/services/data/v61.0',
37768
37768
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
37769
37769
  method: 'post',
37770
37770
  body: config.body,
@@ -38130,7 +38130,7 @@
38130
38130
  function createResourceRequest$i(config) {
38131
38131
  const headers = {};
38132
38132
  return {
38133
- baseUri: '/services/data/v60.0',
38133
+ baseUri: '/services/data/v61.0',
38134
38134
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
38135
38135
  method: 'get',
38136
38136
  body: null,
@@ -38312,7 +38312,7 @@
38312
38312
  function createResourceRequest$h(config) {
38313
38313
  const headers = {};
38314
38314
  return {
38315
- baseUri: '/services/data/v60.0',
38315
+ baseUri: '/services/data/v61.0',
38316
38316
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
38317
38317
  method: 'get',
38318
38318
  body: null,
@@ -38493,7 +38493,7 @@
38493
38493
  function createResourceRequest$g(config) {
38494
38494
  const headers = {};
38495
38495
  return {
38496
- baseUri: '/services/data/v60.0',
38496
+ baseUri: '/services/data/v61.0',
38497
38497
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
38498
38498
  method: 'get',
38499
38499
  body: null,
@@ -38812,7 +38812,7 @@
38812
38812
  function createResourceRequest$f(config) {
38813
38813
  const headers = {};
38814
38814
  return {
38815
- baseUri: '/services/data/v60.0',
38815
+ baseUri: '/services/data/v61.0',
38816
38816
  basePath: '/ui-api/search/results',
38817
38817
  method: 'post',
38818
38818
  body: config.body,
@@ -39015,7 +39015,7 @@
39015
39015
  function createResourceRequest$e(config) {
39016
39016
  const headers = {};
39017
39017
  return {
39018
- baseUri: '/services/data/v60.0',
39018
+ baseUri: '/services/data/v61.0',
39019
39019
  basePath: '/ui-api/search/results/keyword',
39020
39020
  method: 'post',
39021
39021
  body: config.body,
@@ -39255,7 +39255,7 @@
39255
39255
  function createResourceRequest$d(config) {
39256
39256
  const headers = {};
39257
39257
  return {
39258
- baseUri: '/services/data/v60.0',
39258
+ baseUri: '/services/data/v61.0',
39259
39259
  basePath: '/ui-api/records/batch',
39260
39260
  method: 'post',
39261
39261
  body: config.body,
@@ -39369,7 +39369,7 @@
39369
39369
  function createResourceRequest$c(config) {
39370
39370
  const headers = {};
39371
39371
  return {
39372
- baseUri: '/services/data/v60.0',
39372
+ baseUri: '/services/data/v61.0',
39373
39373
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
39374
39374
  method: 'patch',
39375
39375
  body: config.body,
@@ -39489,7 +39489,7 @@
39489
39489
  function createResourceRequest$b(config) {
39490
39490
  const headers = {};
39491
39491
  return {
39492
- baseUri: '/services/data/v60.0',
39492
+ baseUri: '/services/data/v61.0',
39493
39493
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
39494
39494
  method: 'post',
39495
39495
  body: config.body,
@@ -39591,7 +39591,7 @@
39591
39591
  function createResourceRequest$a(config) {
39592
39592
  const headers = {};
39593
39593
  return {
39594
- baseUri: '/services/data/v60.0',
39594
+ baseUri: '/services/data/v61.0',
39595
39595
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
39596
39596
  method: 'patch',
39597
39597
  body: config.body,
@@ -40050,7 +40050,7 @@
40050
40050
  function createResourceRequest$9(config) {
40051
40051
  const headers = {};
40052
40052
  return {
40053
- baseUri: '/services/data/v60.0',
40053
+ baseUri: '/services/data/v61.0',
40054
40054
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
40055
40055
  method: 'post',
40056
40056
  body: config.body,
@@ -40274,7 +40274,7 @@
40274
40274
  function createResourceRequest$8(config) {
40275
40275
  const headers = {};
40276
40276
  return {
40277
- baseUri: '/services/data/v60.0',
40277
+ baseUri: '/services/data/v61.0',
40278
40278
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
40279
40279
  method: 'post',
40280
40280
  body: config.body,
@@ -40626,7 +40626,7 @@
40626
40626
  function createResourceRequest$7(config) {
40627
40627
  const headers = {};
40628
40628
  return {
40629
- baseUri: '/services/data/v60.0',
40629
+ baseUri: '/services/data/v61.0',
40630
40630
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
40631
40631
  method: 'get',
40632
40632
  body: null,
@@ -40748,7 +40748,7 @@
40748
40748
  return null;
40749
40749
  }
40750
40750
  }
40751
- const recordTypeId = config.recordTypeId === undefined ? MASTER_RECORD_TYPE_ID : config.recordTypeId;
40751
+ const recordTypeId = config.recordTypeId === undefined ? MAIN_RECORD_TYPE_ID : config.recordTypeId;
40752
40752
  const optionalFields = config.optionalFields === undefined ? [] : config.optionalFields;
40753
40753
  return {
40754
40754
  ...config,
@@ -41157,7 +41157,7 @@
41157
41157
  function createResourceRequest$6(config) {
41158
41158
  const headers = {};
41159
41159
  return {
41160
- baseUri: '/services/data/v60.0',
41160
+ baseUri: '/services/data/v61.0',
41161
41161
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
41162
41162
  method: 'get',
41163
41163
  body: null,
@@ -41688,7 +41688,7 @@
41688
41688
  function createResourceRequest$5(config) {
41689
41689
  const headers = {};
41690
41690
  return {
41691
- baseUri: '/services/data/v60.0',
41691
+ baseUri: '/services/data/v61.0',
41692
41692
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
41693
41693
  method: 'get',
41694
41694
  body: null,
@@ -41893,7 +41893,7 @@
41893
41893
  function createResourceRequest$4(config) {
41894
41894
  const headers = {};
41895
41895
  return {
41896
- baseUri: '/services/data/v60.0',
41896
+ baseUri: '/services/data/v61.0',
41897
41897
  basePath: '/ui-api/records',
41898
41898
  method: 'post',
41899
41899
  body: config.body,
@@ -41987,7 +41987,7 @@
41987
41987
  function createResourceRequest$3(config) {
41988
41988
  const headers = {};
41989
41989
  return {
41990
- baseUri: '/services/data/v60.0',
41990
+ baseUri: '/services/data/v61.0',
41991
41991
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
41992
41992
  method: 'delete',
41993
41993
  body: null,
@@ -42071,7 +42071,7 @@
42071
42071
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
42072
42072
  }
42073
42073
  return {
42074
- baseUri: '/services/data/v60.0',
42074
+ baseUri: '/services/data/v61.0',
42075
42075
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
42076
42076
  method: 'patch',
42077
42077
  body: config.body,
@@ -42334,7 +42334,7 @@
42334
42334
  function createResourceRequest$1$1(config) {
42335
42335
  const headers = {};
42336
42336
  return {
42337
- baseUri: '/services/data/v60.0',
42337
+ baseUri: '/services/data/v61.0',
42338
42338
  basePath: '/ui-api/records/content-documents/' +
42339
42339
  config.urlParams.contentDocumentId +
42340
42340
  '/content-versions',
@@ -42447,7 +42447,7 @@
42447
42447
  function createResourceRequest$1a(config) {
42448
42448
  const headers = {};
42449
42449
  return {
42450
- baseUri: '/services/data/v60.0',
42450
+ baseUri: '/services/data/v61.0',
42451
42451
  basePath: '/ui-api/records/content-documents/content-versions',
42452
42452
  method: 'post',
42453
42453
  body: config.body,
@@ -43147,7 +43147,7 @@
43147
43147
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
43148
43148
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
43149
43149
  });
43150
- // version: 1.268.0-59af8a121
43150
+ // version: 1.269.0-37c0722c7
43151
43151
 
43152
43152
  var ldsIdempotencyWriteDisabled = {
43153
43153
  isOpen: function (e) {
@@ -43334,7 +43334,7 @@
43334
43334
  const { isArray: isArray$5 } = Array;
43335
43335
  const { entries: entries$4, keys: keys$8 } = Object;
43336
43336
 
43337
- const UI_API_BASE_URI = '/services/data/v60.0/ui-api';
43337
+ const UI_API_BASE_URI = '/services/data/v61.0/ui-api';
43338
43338
 
43339
43339
  let instrumentation$2 = {
43340
43340
  aggregateUiChunkCount: (_cb) => { },
@@ -58473,7 +58473,7 @@
58473
58473
  /**
58474
58474
  * merge to paging url with different set of fields or optional fields as combined one
58475
58475
  * the paging url is like
58476
- * /services/data/v60.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
58476
+ * /services/data/v61.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
58477
58477
  * ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
58478
58478
  * @param path1 url path and query parmeter without domain
58479
58479
  * @param path2 url path and query parmeter without domain
@@ -60586,7 +60586,7 @@
60586
60586
  // so eslint doesn't complain about nimbus
60587
60587
  /* global __nimbus */
60588
60588
  // note this is automatically incremented by scripts/release/bump-api-version.js at each release
60589
- const apiVersion = `v60.0`;
60589
+ const apiVersion = `v61.0`;
60590
60590
  const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
60591
60591
  const endPointPath = `/services/data/${apiVersion}/graphql`;
60592
60592
  const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
@@ -61037,7 +61037,7 @@
61037
61037
  id: '@salesforce/lds-network-adapter',
61038
61038
  instrument: instrument$2,
61039
61039
  });
61040
- // version: 1.268.0-cd9e2e269
61040
+ // version: 1.269.0-b2ea86b9d
61041
61041
 
61042
61042
  const { create: create$3, keys: keys$3 } = Object;
61043
61043
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -78081,7 +78081,7 @@
78081
78081
  function createResourceRequest$2(config) {
78082
78082
  const headers = {};
78083
78083
  return {
78084
- baseUri: '/services/data/v60.0',
78084
+ baseUri: '/services/data/v61.0',
78085
78085
  basePath: '/graphql',
78086
78086
  method: 'post',
78087
78087
  body: { ...config.body,
@@ -78425,7 +78425,7 @@
78425
78425
  const headers = {};
78426
78426
  const transformedConfig = stripDocumentsOfMetaschema(config);
78427
78427
  return {
78428
- baseUri: '/services/data/v60.0',
78428
+ baseUri: '/services/data/v61.0',
78429
78429
  basePath: '/graphql/batch',
78430
78430
  method: 'post',
78431
78431
  body: transformedConfig.body,
@@ -79366,7 +79366,7 @@
79366
79366
  configuration: { ...configurationForGraphQLAdapters$1 },
79367
79367
  instrument: instrument$1,
79368
79368
  });
79369
- // version: 1.268.0-59af8a121
79369
+ // version: 1.269.0-37c0722c7
79370
79370
 
79371
79371
  // On core the unstable adapters are re-exported with different names,
79372
79372
  // we want to match them here.
@@ -81400,7 +81400,7 @@
81400
81400
  function buildNetworkSnapshot(luvio, config, fragment, options) {
81401
81401
  const { variables: queryVariables, query } = config;
81402
81402
  const request = {
81403
- baseUri: '/services/data/v60.0',
81403
+ baseUri: '/services/data/v61.0',
81404
81404
  basePath: '/graphql',
81405
81405
  method: 'post',
81406
81406
  priority: 'normal',
@@ -81617,7 +81617,7 @@
81617
81617
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
81618
81618
  graphQLImperative = ldsAdapter;
81619
81619
  });
81620
- // version: 1.268.0-59af8a121
81620
+ // version: 1.269.0-37c0722c7
81621
81621
 
81622
81622
  var gqlApi = /*#__PURE__*/Object.freeze({
81623
81623
  __proto__: null,
@@ -82315,7 +82315,7 @@
82315
82315
  function register(r) {
82316
82316
  callbacks$1.forEach((callback) => callback(r));
82317
82317
  }
82318
- // version: 1.268.0-cd9e2e269
82318
+ // version: 1.269.0-b2ea86b9d
82319
82319
 
82320
82320
  /**
82321
82321
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -87238,4 +87238,4 @@
87238
87238
  exports.subscribeToAdapter = subscribeToAdapter;
87239
87239
 
87240
87240
  }));
87241
- // version: 1.268.0-cd9e2e269
87241
+ // version: 1.269.0-b2ea86b9d