@salesforce/lds-worker-api 1.334.0 → 1.336.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.
@@ -4271,7 +4271,7 @@
4271
4271
  }
4272
4272
  callbacks.push(callback);
4273
4273
  }
4274
- // version: 1.334.0-691cf3d004
4274
+ // version: 1.336.0-7d2c781c74
4275
4275
 
4276
4276
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4277
4277
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5219,7 +5219,7 @@
5219
5219
  const { apiFamily, name } = metadata;
5220
5220
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5221
5221
  }
5222
- // version: 1.334.0-691cf3d004
5222
+ // version: 1.336.0-7d2c781c74
5223
5223
 
5224
5224
  /**
5225
5225
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -5385,6 +5385,10 @@
5385
5385
  * Determines when to include PDL strategies for Related Lists
5386
5386
  */
5387
5387
  let relatedListsPredictionsEnabled$3 = false;
5388
+ /**
5389
+ * Determines whether to include additional PDL strategies for Related Lists
5390
+ */
5391
+ let relatedListsPlusPredictionsEnabled$3 = false;
5388
5392
  /**
5389
5393
  * Defines the configuration API and is exposed internally as well as externally.
5390
5394
  * Configuration for one store enabled REST adapters only.
@@ -5484,6 +5488,12 @@
5484
5488
  areRelatedListsPredictionsEnabled: function () {
5485
5489
  return relatedListsPredictionsEnabled$3 === true;
5486
5490
  },
5491
+ setRelatedListsPlusPredictionsEnabled: function (f) {
5492
+ relatedListsPlusPredictionsEnabled$3 = f;
5493
+ },
5494
+ areRelatedListsPlusPredictionsEnabled: function () {
5495
+ return relatedListsPlusPredictionsEnabled$3 === true;
5496
+ },
5487
5497
  // createRecord
5488
5498
  getDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$3.getAdapter,
5489
5499
  setDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$3.setAdapter,
@@ -5633,6 +5643,10 @@
5633
5643
  * Determines when to include PDL strategies for Related Lists
5634
5644
  */
5635
5645
  let relatedListsPredictionsEnabled$2 = false;
5646
+ /**
5647
+ * Determines whether to include additional PDL strategies for Related Lists
5648
+ */
5649
+ let relatedListsPlusPredictionsEnabled$2 = false;
5636
5650
  /**
5637
5651
  * Defines the configuration API and is exposed internally as well as externally.
5638
5652
  * Configuration for one store enabled REST adapters only.
@@ -5741,6 +5755,12 @@
5741
5755
  areRelatedListsPredictionsEnabled: function () {
5742
5756
  return relatedListsPredictionsEnabled$2 === true;
5743
5757
  },
5758
+ setRelatedListsPlusPredictionsEnabled: function (f) {
5759
+ relatedListsPlusPredictionsEnabled$2 = f;
5760
+ },
5761
+ areRelatedListsPlusPredictionsEnabled: function () {
5762
+ return relatedListsPlusPredictionsEnabled$2 === true;
5763
+ },
5744
5764
  // createRecord
5745
5765
  getDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$2.getAdapter,
5746
5766
  setDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$2.setAdapter,
@@ -5876,6 +5896,16 @@
5876
5896
  };
5877
5897
  }
5878
5898
  }
5899
+ function createRelatedListPlusAdapterWithPrediction(adapter, luvio, name) {
5900
+ if (configurationForRestAdapters$2.areRelatedListsPlusPredictionsEnabled() /* gate is open */) {
5901
+ return createLDSAdapterWithPrediction(adapter, luvio, name);
5902
+ }
5903
+ else {
5904
+ return (config, requestContext) => {
5905
+ return adapter(config, requestContext);
5906
+ };
5907
+ }
5908
+ }
5879
5909
 
5880
5910
  const { hasOwnProperty: ObjectPrototypeHasOwnProperty$3 } = Object.prototype;
5881
5911
  const { keys: ObjectKeys$1$3, create: ObjectCreate$1$3 } = Object;
@@ -10026,7 +10056,7 @@
10026
10056
  function createResourceRequest$1c(config) {
10027
10057
  const headers = {};
10028
10058
  return {
10029
- baseUri: '/services/data/v63.0',
10059
+ baseUri: '/services/data/v64.0',
10030
10060
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
10031
10061
  method: 'get',
10032
10062
  body: null,
@@ -10455,7 +10485,7 @@
10455
10485
  function createResourceRequest$1b(config) {
10456
10486
  const headers = {};
10457
10487
  return {
10458
- baseUri: '/services/data/v63.0',
10488
+ baseUri: '/services/data/v64.0',
10459
10489
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
10460
10490
  method: 'get',
10461
10491
  body: null,
@@ -11267,7 +11297,7 @@
11267
11297
  function createResourceRequest$1a(config) {
11268
11298
  const headers = {};
11269
11299
  return {
11270
- baseUri: '/services/data/v63.0',
11300
+ baseUri: '/services/data/v64.0',
11271
11301
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
11272
11302
  method: 'get',
11273
11303
  body: null,
@@ -11317,7 +11347,7 @@
11317
11347
  function createResourceRequest$19(config) {
11318
11348
  const headers = {};
11319
11349
  return {
11320
- baseUri: '/services/data/v63.0',
11350
+ baseUri: '/services/data/v64.0',
11321
11351
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
11322
11352
  method: 'get',
11323
11353
  body: null,
@@ -11359,7 +11389,7 @@
11359
11389
  function createResourceRequest$18(config) {
11360
11390
  const headers = {};
11361
11391
  return {
11362
- baseUri: '/services/data/v63.0',
11392
+ baseUri: '/services/data/v64.0',
11363
11393
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
11364
11394
  method: 'get',
11365
11395
  body: null,
@@ -12184,7 +12214,7 @@
12184
12214
  function createResourceRequest$17(config) {
12185
12215
  const headers = {};
12186
12216
  return {
12187
- baseUri: '/services/data/v63.0',
12217
+ baseUri: '/services/data/v64.0',
12188
12218
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
12189
12219
  method: 'post',
12190
12220
  body: config.body,
@@ -12655,7 +12685,7 @@
12655
12685
  function createResourceRequest$16(config) {
12656
12686
  const headers = {};
12657
12687
  return {
12658
- baseUri: '/services/data/v63.0',
12688
+ baseUri: '/services/data/v64.0',
12659
12689
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
12660
12690
  method: 'get',
12661
12691
  body: null,
@@ -12850,7 +12880,7 @@
12850
12880
  function createResourceRequest$15(config) {
12851
12881
  const headers = {};
12852
12882
  return {
12853
- baseUri: '/services/data/v63.0',
12883
+ baseUri: '/services/data/v64.0',
12854
12884
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
12855
12885
  method: 'get',
12856
12886
  body: null,
@@ -12892,7 +12922,7 @@
12892
12922
  function createResourceRequest$14(config) {
12893
12923
  const headers = {};
12894
12924
  return {
12895
- baseUri: '/services/data/v63.0',
12925
+ baseUri: '/services/data/v64.0',
12896
12926
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
12897
12927
  method: 'get',
12898
12928
  body: null,
@@ -13867,7 +13897,7 @@
13867
13897
  function createResourceRequest$13(config) {
13868
13898
  const headers = {};
13869
13899
  return {
13870
- baseUri: '/services/data/v63.0',
13900
+ baseUri: '/services/data/v64.0',
13871
13901
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
13872
13902
  method: 'get',
13873
13903
  body: null,
@@ -14314,7 +14344,7 @@
14314
14344
  function createResourceRequest$12(config) {
14315
14345
  const headers = {};
14316
14346
  return {
14317
- baseUri: '/services/data/v63.0',
14347
+ baseUri: '/services/data/v64.0',
14318
14348
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
14319
14349
  method: 'get',
14320
14350
  body: null,
@@ -16316,7 +16346,7 @@
16316
16346
  function createResourceRequest$11(config) {
16317
16347
  const headers = {};
16318
16348
  return {
16319
- baseUri: '/services/data/v63.0',
16349
+ baseUri: '/services/data/v64.0',
16320
16350
  basePath: '/ui-api/actions/global',
16321
16351
  method: 'get',
16322
16352
  body: null,
@@ -16510,7 +16540,7 @@
16510
16540
  function createResourceRequest$10(config) {
16511
16541
  const headers = {};
16512
16542
  return {
16513
- baseUri: '/services/data/v63.0',
16543
+ baseUri: '/services/data/v64.0',
16514
16544
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
16515
16545
  method: 'get',
16516
16546
  body: null,
@@ -16674,7 +16704,7 @@
16674
16704
  function createResourceRequest$$(config) {
16675
16705
  const headers = {};
16676
16706
  return {
16677
- baseUri: '/services/data/v63.0',
16707
+ baseUri: '/services/data/v64.0',
16678
16708
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
16679
16709
  method: 'get',
16680
16710
  body: null,
@@ -16808,7 +16838,7 @@
16808
16838
  function createResourceRequest$_(config) {
16809
16839
  const headers = {};
16810
16840
  return {
16811
- baseUri: '/services/data/v63.0',
16841
+ baseUri: '/services/data/v64.0',
16812
16842
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
16813
16843
  method: 'get',
16814
16844
  body: null,
@@ -16971,7 +17001,7 @@
16971
17001
  function createResourceRequest$Z(config) {
16972
17002
  const headers = {};
16973
17003
  return {
16974
- baseUri: '/services/data/v63.0',
17004
+ baseUri: '/services/data/v64.0',
16975
17005
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
16976
17006
  method: 'get',
16977
17007
  body: null,
@@ -17148,7 +17178,7 @@
17148
17178
  function createResourceRequest$Y(config) {
17149
17179
  const headers = {};
17150
17180
  return {
17151
- baseUri: '/services/data/v63.0',
17181
+ baseUri: '/services/data/v64.0',
17152
17182
  basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
17153
17183
  method: 'get',
17154
17184
  body: null,
@@ -17755,7 +17785,7 @@
17755
17785
  function createResourceRequest$X(config) {
17756
17786
  const headers = {};
17757
17787
  return {
17758
- baseUri: '/services/data/v63.0',
17788
+ baseUri: '/services/data/v64.0',
17759
17789
  basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
17760
17790
  method: 'get',
17761
17791
  body: null,
@@ -17957,7 +17987,7 @@
17957
17987
  function createResourceRequest$W(config) {
17958
17988
  const headers = {};
17959
17989
  return {
17960
- baseUri: '/services/data/v63.0',
17990
+ baseUri: '/services/data/v64.0',
17961
17991
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
17962
17992
  method: 'get',
17963
17993
  body: null,
@@ -18113,7 +18143,7 @@
18113
18143
  function createResourceRequest$V(config) {
18114
18144
  const headers = {};
18115
18145
  return {
18116
- baseUri: '/services/data/v63.0',
18146
+ baseUri: '/services/data/v64.0',
18117
18147
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
18118
18148
  method: 'get',
18119
18149
  body: null,
@@ -18253,7 +18283,7 @@
18253
18283
  function createResourceRequest$U(config) {
18254
18284
  const headers = {};
18255
18285
  return {
18256
- baseUri: '/services/data/v63.0',
18286
+ baseUri: '/services/data/v64.0',
18257
18287
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
18258
18288
  method: 'get',
18259
18289
  body: null,
@@ -18457,7 +18487,7 @@
18457
18487
  function createResourceRequest$T(config) {
18458
18488
  const headers = {};
18459
18489
  return {
18460
- baseUri: '/services/data/v63.0',
18490
+ baseUri: '/services/data/v64.0',
18461
18491
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
18462
18492
  method: 'post',
18463
18493
  body: config.body,
@@ -18732,7 +18762,7 @@
18732
18762
  function createResourceRequest$S(config) {
18733
18763
  const headers = {};
18734
18764
  return {
18735
- baseUri: '/services/data/v63.0',
18765
+ baseUri: '/services/data/v64.0',
18736
18766
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
18737
18767
  method: 'post',
18738
18768
  body: config.body,
@@ -18966,7 +18996,7 @@
18966
18996
  function createResourceRequest$R(config) {
18967
18997
  const headers = {};
18968
18998
  return {
18969
- baseUri: '/services/data/v63.0',
18999
+ baseUri: '/services/data/v64.0',
18970
19000
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
18971
19001
  method: 'get',
18972
19002
  body: null,
@@ -19687,7 +19717,7 @@
19687
19717
  function createResourceRequest$Q(config) {
19688
19718
  const headers = {};
19689
19719
  return {
19690
- baseUri: '/services/data/v63.0',
19720
+ baseUri: '/services/data/v64.0',
19691
19721
  basePath: '/ui-api/apps',
19692
19722
  method: 'get',
19693
19723
  body: null,
@@ -19821,7 +19851,7 @@
19821
19851
  function createResourceRequest$P(config) {
19822
19852
  const headers = {};
19823
19853
  return {
19824
- baseUri: '/services/data/v63.0',
19854
+ baseUri: '/services/data/v64.0',
19825
19855
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
19826
19856
  method: 'get',
19827
19857
  body: null,
@@ -20157,7 +20187,7 @@
20157
20187
  function createResourceRequest$O(config) {
20158
20188
  const headers = {};
20159
20189
  return {
20160
- baseUri: '/services/data/v63.0',
20190
+ baseUri: '/services/data/v64.0',
20161
20191
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
20162
20192
  method: 'get',
20163
20193
  body: null,
@@ -20293,7 +20323,7 @@
20293
20323
  function createResourceRequest$N(config) {
20294
20324
  const headers = {};
20295
20325
  return {
20296
- baseUri: '/services/data/v63.0',
20326
+ baseUri: '/services/data/v64.0',
20297
20327
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
20298
20328
  method: 'get',
20299
20329
  body: null,
@@ -20430,7 +20460,7 @@
20430
20460
  function createResourceRequest$M(config) {
20431
20461
  const headers = {};
20432
20462
  return {
20433
- baseUri: '/services/data/v63.0',
20463
+ baseUri: '/services/data/v64.0',
20434
20464
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
20435
20465
  method: 'get',
20436
20466
  body: null,
@@ -20656,7 +20686,7 @@
20656
20686
  function createResourceRequest$L(config) {
20657
20687
  const headers = {};
20658
20688
  return {
20659
- baseUri: '/services/data/v63.0',
20689
+ baseUri: '/services/data/v64.0',
20660
20690
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
20661
20691
  method: 'get',
20662
20692
  body: null,
@@ -20915,7 +20945,7 @@
20915
20945
  function createResourceRequest$K(config) {
20916
20946
  const headers = {};
20917
20947
  return {
20918
- baseUri: '/services/data/v63.0',
20948
+ baseUri: '/services/data/v64.0',
20919
20949
  basePath: '/ui-api/list-info/batch',
20920
20950
  method: 'get',
20921
20951
  body: null,
@@ -21052,7 +21082,7 @@
21052
21082
  function createResourceRequest$J(config) {
21053
21083
  const headers = {};
21054
21084
  return {
21055
- baseUri: '/services/data/v63.0',
21085
+ baseUri: '/services/data/v64.0',
21056
21086
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
21057
21087
  method: 'get',
21058
21088
  body: null,
@@ -21350,7 +21380,7 @@
21350
21380
  function createResourceRequest$I(config) {
21351
21381
  const headers = {};
21352
21382
  return {
21353
- baseUri: '/services/data/v63.0',
21383
+ baseUri: '/services/data/v64.0',
21354
21384
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
21355
21385
  method: 'post',
21356
21386
  body: config.body,
@@ -21460,7 +21490,7 @@
21460
21490
  function createResourceRequest$H(config) {
21461
21491
  const headers = {};
21462
21492
  return {
21463
- baseUri: '/services/data/v63.0',
21493
+ baseUri: '/services/data/v64.0',
21464
21494
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
21465
21495
  method: 'delete',
21466
21496
  body: null,
@@ -21627,7 +21657,7 @@
21627
21657
  function createResourceRequest$G(config) {
21628
21658
  const headers = {};
21629
21659
  return {
21630
- baseUri: '/services/data/v63.0',
21660
+ baseUri: '/services/data/v64.0',
21631
21661
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
21632
21662
  method: 'patch',
21633
21663
  body: config.body,
@@ -22096,7 +22126,7 @@
22096
22126
  function createResourceRequest$F(config) {
22097
22127
  const headers = {};
22098
22128
  return {
22099
- baseUri: '/services/data/v63.0',
22129
+ baseUri: '/services/data/v64.0',
22100
22130
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
22101
22131
  method: 'get',
22102
22132
  body: null,
@@ -22332,7 +22362,7 @@
22332
22362
  function createResourceRequest$E(config) {
22333
22363
  const headers = {};
22334
22364
  return {
22335
- baseUri: '/services/data/v63.0',
22365
+ baseUri: '/services/data/v64.0',
22336
22366
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
22337
22367
  method: 'get',
22338
22368
  body: null,
@@ -22468,7 +22498,7 @@
22468
22498
  function createResourceRequest$D(config) {
22469
22499
  const headers = {};
22470
22500
  return {
22471
- baseUri: '/services/data/v63.0',
22501
+ baseUri: '/services/data/v64.0',
22472
22502
  basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
22473
22503
  method: 'patch',
22474
22504
  body: config.body,
@@ -22708,7 +22738,7 @@
22708
22738
  function createResourceRequest$C(config) {
22709
22739
  const headers = {};
22710
22740
  return {
22711
- baseUri: '/services/data/v63.0',
22741
+ baseUri: '/services/data/v64.0',
22712
22742
  basePath: '/ui-api/nav-items',
22713
22743
  method: 'get',
22714
22744
  body: null,
@@ -22836,7 +22866,7 @@
22836
22866
  function createResourceRequest$B(config) {
22837
22867
  const headers = {};
22838
22868
  return {
22839
- baseUri: '/services/data/v63.0',
22869
+ baseUri: '/services/data/v64.0',
22840
22870
  basePath: '/ui-api/object-info',
22841
22871
  method: 'get',
22842
22872
  body: null,
@@ -23168,7 +23198,7 @@
23168
23198
  function createResourceRequest$A(config) {
23169
23199
  const headers = {};
23170
23200
  return {
23171
- baseUri: '/services/data/v63.0',
23201
+ baseUri: '/services/data/v64.0',
23172
23202
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
23173
23203
  method: 'get',
23174
23204
  body: null,
@@ -23422,8 +23452,8 @@
23422
23452
  const keyBuilderFromType$i$1 =
23423
23453
  /**
23424
23454
  * custom key builder from PicklistValuesRepresentation.
23425
- * PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
23426
- * the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
23455
+ * PicklistValuesRepresentation.url is like /services/data/v64.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
23456
+ * the '/services/data/v64.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
23427
23457
  */
23428
23458
  function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
23429
23459
  const id = object.url.substring(object.url.indexOf('/ui-api'));
@@ -23613,7 +23643,7 @@
23613
23643
  function createResourceRequest$z(config) {
23614
23644
  const headers = {};
23615
23645
  return {
23616
- baseUri: '/services/data/v63.0',
23646
+ baseUri: '/services/data/v64.0',
23617
23647
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
23618
23648
  method: 'get',
23619
23649
  body: null,
@@ -23715,7 +23745,7 @@
23715
23745
  function createResourceRequest$y(config) {
23716
23746
  const headers = {};
23717
23747
  return {
23718
- baseUri: '/services/data/v63.0',
23748
+ baseUri: '/services/data/v64.0',
23719
23749
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
23720
23750
  method: 'get',
23721
23751
  body: null,
@@ -23920,7 +23950,7 @@
23920
23950
  function createResourceRequest$x(config) {
23921
23951
  const headers = {};
23922
23952
  return {
23923
- baseUri: '/services/data/v63.0',
23953
+ baseUri: '/services/data/v64.0',
23924
23954
  basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
23925
23955
  method: 'get',
23926
23956
  body: null,
@@ -24091,7 +24121,7 @@
24091
24121
  function createResourceRequest$w(config) {
24092
24122
  const headers = {};
24093
24123
  return {
24094
- baseUri: '/services/data/v63.0',
24124
+ baseUri: '/services/data/v64.0',
24095
24125
  basePath: '/ui-api/predupe',
24096
24126
  method: 'post',
24097
24127
  body: config.body,
@@ -24871,7 +24901,7 @@
24871
24901
  function createResourceRequest$v(config) {
24872
24902
  const headers = {};
24873
24903
  return {
24874
- baseUri: '/services/data/v63.0',
24904
+ baseUri: '/services/data/v64.0',
24875
24905
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
24876
24906
  method: 'get',
24877
24907
  body: null,
@@ -25481,7 +25511,7 @@
25481
25511
  function createResourceRequest$u(config) {
25482
25512
  const headers = {};
25483
25513
  return {
25484
- baseUri: '/services/data/v63.0',
25514
+ baseUri: '/services/data/v64.0',
25485
25515
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
25486
25516
  method: 'get',
25487
25517
  body: null,
@@ -25736,7 +25766,7 @@
25736
25766
  function createResourceRequest$t(config) {
25737
25767
  const headers = {};
25738
25768
  return {
25739
- baseUri: '/services/data/v63.0',
25769
+ baseUri: '/services/data/v64.0',
25740
25770
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
25741
25771
  method: 'get',
25742
25772
  body: null,
@@ -26099,7 +26129,7 @@
26099
26129
  function createResourceRequest$s(config) {
26100
26130
  const headers = {};
26101
26131
  return {
26102
- baseUri: '/services/data/v63.0',
26132
+ baseUri: '/services/data/v64.0',
26103
26133
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
26104
26134
  method: 'get',
26105
26135
  body: null,
@@ -26359,7 +26389,7 @@
26359
26389
  function createResourceRequest$r(config) {
26360
26390
  const headers = {};
26361
26391
  return {
26362
- baseUri: '/services/data/v63.0',
26392
+ baseUri: '/services/data/v64.0',
26363
26393
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
26364
26394
  method: 'get',
26365
26395
  body: null,
@@ -26550,7 +26580,7 @@
26550
26580
  function createResourceRequest$q(config) {
26551
26581
  const headers = {};
26552
26582
  return {
26553
- baseUri: '/services/data/v63.0',
26583
+ baseUri: '/services/data/v64.0',
26554
26584
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
26555
26585
  method: 'get',
26556
26586
  body: null,
@@ -26793,7 +26823,7 @@
26793
26823
  function createResourceRequest$p(config) {
26794
26824
  const headers = {};
26795
26825
  return {
26796
- baseUri: '/services/data/v63.0',
26826
+ baseUri: '/services/data/v64.0',
26797
26827
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
26798
26828
  method: 'patch',
26799
26829
  body: config.body,
@@ -26963,7 +26993,7 @@
26963
26993
  function createResourceRequest$o(config) {
26964
26994
  const headers = {};
26965
26995
  return {
26966
- baseUri: '/services/data/v63.0',
26996
+ baseUri: '/services/data/v64.0',
26967
26997
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
26968
26998
  method: 'get',
26969
26999
  body: null,
@@ -27215,7 +27245,7 @@
27215
27245
  function createResourceRequest$n$1(config) {
27216
27246
  const headers = {};
27217
27247
  return {
27218
- baseUri: '/services/data/v63.0',
27248
+ baseUri: '/services/data/v64.0',
27219
27249
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
27220
27250
  method: 'get',
27221
27251
  body: null,
@@ -27413,7 +27443,7 @@
27413
27443
  function createResourceRequest$m$1(config) {
27414
27444
  const headers = {};
27415
27445
  return {
27416
- baseUri: '/services/data/v63.0',
27446
+ baseUri: '/services/data/v64.0',
27417
27447
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
27418
27448
  method: 'patch',
27419
27449
  body: config.body,
@@ -28172,7 +28202,7 @@
28172
28202
  function createResourceRequest$l$1(config) {
28173
28203
  const headers = {};
28174
28204
  return {
28175
- baseUri: '/services/data/v63.0',
28205
+ baseUri: '/services/data/v64.0',
28176
28206
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
28177
28207
  method: 'post',
28178
28208
  body: config.body,
@@ -28447,7 +28477,7 @@
28447
28477
  function createResourceRequest$k$1(config) {
28448
28478
  const headers = {};
28449
28479
  return {
28450
- baseUri: '/services/data/v63.0',
28480
+ baseUri: '/services/data/v64.0',
28451
28481
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
28452
28482
  method: 'post',
28453
28483
  body: config.body,
@@ -28815,7 +28845,7 @@
28815
28845
  function createResourceRequest$j$1(config) {
28816
28846
  const headers = {};
28817
28847
  return {
28818
- baseUri: '/services/data/v63.0',
28848
+ baseUri: '/services/data/v64.0',
28819
28849
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
28820
28850
  method: 'get',
28821
28851
  body: null,
@@ -28998,7 +29028,7 @@
28998
29028
  function createResourceRequest$i$1(config) {
28999
29029
  const headers = {};
29000
29030
  return {
29001
- baseUri: '/services/data/v63.0',
29031
+ baseUri: '/services/data/v64.0',
29002
29032
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
29003
29033
  method: 'get',
29004
29034
  body: null,
@@ -29179,7 +29209,7 @@
29179
29209
  function createResourceRequest$h$1(config) {
29180
29210
  const headers = {};
29181
29211
  return {
29182
- baseUri: '/services/data/v63.0',
29212
+ baseUri: '/services/data/v64.0',
29183
29213
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
29184
29214
  method: 'get',
29185
29215
  body: null,
@@ -29498,7 +29528,7 @@
29498
29528
  function createResourceRequest$g$1(config) {
29499
29529
  const headers = {};
29500
29530
  return {
29501
- baseUri: '/services/data/v63.0',
29531
+ baseUri: '/services/data/v64.0',
29502
29532
  basePath: '/ui-api/search/results',
29503
29533
  method: 'post',
29504
29534
  body: config.body,
@@ -29701,7 +29731,7 @@
29701
29731
  function createResourceRequest$f$1(config) {
29702
29732
  const headers = {};
29703
29733
  return {
29704
- baseUri: '/services/data/v63.0',
29734
+ baseUri: '/services/data/v64.0',
29705
29735
  basePath: '/ui-api/search/results/keyword',
29706
29736
  method: 'post',
29707
29737
  body: config.body,
@@ -29944,7 +29974,7 @@
29944
29974
  function createResourceRequest$e$1(config) {
29945
29975
  const headers = {};
29946
29976
  return {
29947
- baseUri: '/services/data/v63.0',
29977
+ baseUri: '/services/data/v64.0',
29948
29978
  basePath: '/ui-api/records/batch',
29949
29979
  method: 'post',
29950
29980
  body: config.body,
@@ -30058,7 +30088,7 @@
30058
30088
  function createResourceRequest$d$1(config) {
30059
30089
  const headers = {};
30060
30090
  return {
30061
- baseUri: '/services/data/v63.0',
30091
+ baseUri: '/services/data/v64.0',
30062
30092
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
30063
30093
  method: 'patch',
30064
30094
  body: config.body,
@@ -30117,7 +30147,7 @@
30117
30147
  function createResourceRequest$c$1(config) {
30118
30148
  const headers = {};
30119
30149
  return {
30120
- baseUri: '/services/data/v63.0',
30150
+ baseUri: '/services/data/v64.0',
30121
30151
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
30122
30152
  method: 'post',
30123
30153
  body: config.body,
@@ -30186,7 +30216,7 @@
30186
30216
  function createResourceRequest$b$1(config) {
30187
30217
  const headers = {};
30188
30218
  return {
30189
- baseUri: '/services/data/v63.0',
30219
+ baseUri: '/services/data/v64.0',
30190
30220
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
30191
30221
  method: 'patch',
30192
30222
  body: config.body,
@@ -30647,7 +30677,7 @@
30647
30677
  function createResourceRequest$a$1(config) {
30648
30678
  const headers = {};
30649
30679
  return {
30650
- baseUri: '/services/data/v63.0',
30680
+ baseUri: '/services/data/v64.0',
30651
30681
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
30652
30682
  method: 'post',
30653
30683
  body: config.body,
@@ -30886,7 +30916,7 @@
30886
30916
  function createResourceRequest$9$1(config) {
30887
30917
  const headers = {};
30888
30918
  return {
30889
- baseUri: '/services/data/v63.0',
30919
+ baseUri: '/services/data/v64.0',
30890
30920
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
30891
30921
  method: 'post',
30892
30922
  body: config.body,
@@ -31238,7 +31268,7 @@
31238
31268
  function createResourceRequest$8$1(config) {
31239
31269
  const headers = {};
31240
31270
  return {
31241
- baseUri: '/services/data/v63.0',
31271
+ baseUri: '/services/data/v64.0',
31242
31272
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
31243
31273
  method: 'get',
31244
31274
  body: null,
@@ -31780,7 +31810,7 @@
31780
31810
  function createResourceRequest$7$1(config) {
31781
31811
  const headers = {};
31782
31812
  return {
31783
- baseUri: '/services/data/v63.0',
31813
+ baseUri: '/services/data/v64.0',
31784
31814
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
31785
31815
  method: 'get',
31786
31816
  body: null,
@@ -32311,7 +32341,7 @@
32311
32341
  function createResourceRequest$6$1(config) {
32312
32342
  const headers = {};
32313
32343
  return {
32314
- baseUri: '/services/data/v63.0',
32344
+ baseUri: '/services/data/v64.0',
32315
32345
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
32316
32346
  method: 'get',
32317
32347
  body: null,
@@ -32516,7 +32546,7 @@
32516
32546
  function createResourceRequest$5$1(config) {
32517
32547
  const headers = {};
32518
32548
  return {
32519
- baseUri: '/services/data/v63.0',
32549
+ baseUri: '/services/data/v64.0',
32520
32550
  basePath: '/ui-api/records',
32521
32551
  method: 'post',
32522
32552
  body: config.body,
@@ -32622,7 +32652,7 @@
32622
32652
  function createResourceRequest$3$1(config) {
32623
32653
  const headers = {};
32624
32654
  return {
32625
- baseUri: '/services/data/v63.0',
32655
+ baseUri: '/services/data/v64.0',
32626
32656
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
32627
32657
  method: 'delete',
32628
32658
  body: null,
@@ -32709,7 +32739,7 @@
32709
32739
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
32710
32740
  }
32711
32741
  return {
32712
- baseUri: '/services/data/v63.0',
32742
+ baseUri: '/services/data/v64.0',
32713
32743
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
32714
32744
  method: 'patch',
32715
32745
  body: config.body,
@@ -32997,7 +33027,7 @@
32997
33027
  function createResourceRequest$1$2(config) {
32998
33028
  const headers = {};
32999
33029
  return {
33000
- baseUri: '/services/data/v63.0',
33030
+ baseUri: '/services/data/v64.0',
33001
33031
  basePath: '/ui-api/records/content-documents/' +
33002
33032
  config.urlParams.contentDocumentId +
33003
33033
  '/content-versions',
@@ -33110,7 +33140,7 @@
33110
33140
  function createResourceRequest$1e(config) {
33111
33141
  const headers = {};
33112
33142
  return {
33113
- baseUri: '/services/data/v63.0',
33143
+ baseUri: '/services/data/v64.0',
33114
33144
  basePath: '/ui-api/records/content-documents/content-versions',
33115
33145
  method: 'post',
33116
33146
  body: config.body,
@@ -33550,7 +33580,7 @@
33550
33580
  const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(createRelatedListAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListRecordsBatch', configurationForEnvironmentFactoryOverrides$2.getRelatedListRecordsBatchAdapterFactory() ?? getRelatedListRecordsBatchAdapterFactory$1), luvio, 'getRelatedListRecordsBatch'), getRelatedListRecordsBatchMetadata);
33551
33581
  const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(createRelatedListAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsActions', getRelatedListsActionsAdapterFactory), luvio, 'getRelatedListsActions'), getRelatedListsActionsMetadata);
33552
33582
  const getRelatedListsCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsCount', getRelatedListsCountAdapterFactory), getRelatedListsCountMetadata);
33553
- const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsInfo', getRelatedListsInfoAdapterFactory), getRelatedListsInfoMetadata);
33583
+ const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(createRelatedListPlusAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsInfo', getRelatedListsInfoAdapterFactory), luvio, 'getRelatedListsInfo'), getRelatedListsInfoMetadata);
33554
33584
  const getSearchFilterMetadata_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterMetadata', getSearchFilterMetadataAdapterFactory), getSearchFilterMetadataMetadata);
33555
33585
  const getSearchFilterOptions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterOptions', getSearchFilterOptionsAdapterFactory), getSearchFilterOptionsMetadata);
33556
33586
  const getSearchResults_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchResults', configurationForEnvironmentFactoryOverrides$2.getSearchResultsAdapterFactory() ?? getSearchResultsAdapterFactory$1), getSearchResultsMetadata);
@@ -33856,7 +33886,16 @@
33856
33886
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
33857
33887
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
33858
33888
  });
33859
- // version: 1.334.0-a801774b3d
33889
+ // version: 1.336.0-1b35a3afd9
33890
+
33891
+ var graphqlRecordTypeIdFixGate = {
33892
+ isOpen: function (e) {
33893
+ return e.fallback;
33894
+ },
33895
+ hasError: function () {
33896
+ return !0;
33897
+ },
33898
+ };
33860
33899
 
33861
33900
  /**
33862
33901
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -45465,7 +45504,7 @@
45465
45504
  const { isArray: isArray$3$1 } = Array;
45466
45505
  const { entries: entries$4, keys: keys$6 } = Object;
45467
45506
 
45468
- const UI_API_BASE_URI = '/services/data/v63.0/ui-api';
45507
+ const UI_API_BASE_URI = '/services/data/v64.0/ui-api';
45469
45508
 
45470
45509
  let instrumentation$2 = {
45471
45510
  aggregateUiChunkCount: (_cb) => { },
@@ -50807,7 +50846,7 @@
50807
50846
  function createResourceRequest$l(config) {
50808
50847
  const headers = {};
50809
50848
  return {
50810
- baseUri: '/services/data/v63.0',
50849
+ baseUri: '/services/data/v64.0',
50811
50850
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
50812
50851
  method: 'get',
50813
50852
  body: null,
@@ -51261,7 +51300,7 @@
51261
51300
  function createResourceRequest$k(config) {
51262
51301
  const headers = {};
51263
51302
  return {
51264
- baseUri: '/services/data/v63.0',
51303
+ baseUri: '/services/data/v64.0',
51265
51304
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
51266
51305
  method: 'get',
51267
51306
  body: null,
@@ -52204,7 +52243,7 @@
52204
52243
  function createResourceRequest$j(config) {
52205
52244
  const headers = {};
52206
52245
  return {
52207
- baseUri: '/services/data/v63.0',
52246
+ baseUri: '/services/data/v64.0',
52208
52247
  basePath: '/ui-api/list-ui/' +
52209
52248
  config.urlParams.objectApiName +
52210
52249
  '/' +
@@ -52259,7 +52298,7 @@
52259
52298
  function createResourceRequest$i(config) {
52260
52299
  const headers = {};
52261
52300
  return {
52262
- baseUri: '/services/data/v63.0',
52301
+ baseUri: '/services/data/v64.0',
52263
52302
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
52264
52303
  method: 'get',
52265
52304
  body: null,
@@ -52302,7 +52341,7 @@
52302
52341
  function createResourceRequest$h(config) {
52303
52342
  const headers = {};
52304
52343
  return {
52305
- baseUri: '/services/data/v63.0',
52344
+ baseUri: '/services/data/v64.0',
52306
52345
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
52307
52346
  method: 'get',
52308
52347
  body: null,
@@ -52661,7 +52700,7 @@
52661
52700
  function createResourceRequest$g(config) {
52662
52701
  const headers = {};
52663
52702
  return {
52664
- baseUri: '/services/data/v63.0',
52703
+ baseUri: '/services/data/v64.0',
52665
52704
  basePath: '/ui-api/list-records/' +
52666
52705
  config.urlParams.objectApiName +
52667
52706
  '/' +
@@ -53144,7 +53183,7 @@
53144
53183
  function createResourceRequest$f(config) {
53145
53184
  const headers = {};
53146
53185
  return {
53147
- baseUri: '/services/data/v63.0',
53186
+ baseUri: '/services/data/v64.0',
53148
53187
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
53149
53188
  method: 'get',
53150
53189
  body: null,
@@ -53341,7 +53380,7 @@
53341
53380
  function createResourceRequest$e(config) {
53342
53381
  const headers = {};
53343
53382
  return {
53344
- baseUri: '/services/data/v63.0',
53383
+ baseUri: '/services/data/v64.0',
53345
53384
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
53346
53385
  method: 'get',
53347
53386
  body: null,
@@ -53384,7 +53423,7 @@
53384
53423
  function createResourceRequest$d(config) {
53385
53424
  const headers = {};
53386
53425
  return {
53387
- baseUri: '/services/data/v63.0',
53426
+ baseUri: '/services/data/v64.0',
53388
53427
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
53389
53428
  method: 'get',
53390
53429
  body: null,
@@ -54678,7 +54717,7 @@
54678
54717
  function createResourceRequest$c(config) {
54679
54718
  const headers = {};
54680
54719
  return {
54681
- baseUri: '/services/data/v63.0',
54720
+ baseUri: '/services/data/v64.0',
54682
54721
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
54683
54722
  method: 'get',
54684
54723
  body: null,
@@ -55954,7 +55993,7 @@
55954
55993
  function createResourceRequest$b(config) {
55955
55994
  const headers = {};
55956
55995
  return {
55957
- baseUri: '/services/data/v63.0',
55996
+ baseUri: '/services/data/v64.0',
55958
55997
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
55959
55998
  method: 'get',
55960
55999
  body: null,
@@ -57041,7 +57080,7 @@
57041
57080
  function createResourceRequest$a(config) {
57042
57081
  const headers = {};
57043
57082
  return {
57044
- baseUri: '/services/data/v63.0',
57083
+ baseUri: '/services/data/v64.0',
57045
57084
  basePath: '/ui-api/related-list-records/' +
57046
57085
  config.urlParams.parentRecordId +
57047
57086
  '/' +
@@ -57359,7 +57398,7 @@
57359
57398
  function createResourceRequest$9(config) {
57360
57399
  const headers = {};
57361
57400
  return {
57362
- baseUri: '/services/data/v63.0',
57401
+ baseUri: '/services/data/v64.0',
57363
57402
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
57364
57403
  method: 'post',
57365
57404
  body: config.body,
@@ -57942,7 +57981,7 @@
57942
57981
  function createResourceRequest$8(config) {
57943
57982
  const headers = {};
57944
57983
  return {
57945
- baseUri: '/services/data/v63.0',
57984
+ baseUri: '/services/data/v64.0',
57946
57985
  basePath: '/ui-api/search/results',
57947
57986
  method: 'post',
57948
57987
  body: config.body,
@@ -58158,7 +58197,7 @@
58158
58197
  function createResourceRequest$7(config) {
58159
58198
  const headers = {};
58160
58199
  return {
58161
- baseUri: '/services/data/v63.0',
58200
+ baseUri: '/services/data/v64.0',
58162
58201
  basePath: '/ui-api/search/results/keyword',
58163
58202
  method: 'post',
58164
58203
  body: config.body,
@@ -58674,7 +58713,7 @@
58674
58713
  function createResourceRequest$6(config) {
58675
58714
  const headers = {};
58676
58715
  return {
58677
- baseUri: '/services/data/v63.0',
58716
+ baseUri: '/services/data/v64.0',
58678
58717
  basePath: '/ui-api/lookups/' +
58679
58718
  config.urlParams.objectApiName +
58680
58719
  '/' +
@@ -59189,7 +59228,7 @@
59189
59228
  function createResourceRequest$5(config) {
59190
59229
  const headers = {};
59191
59230
  return {
59192
- baseUri: '/services/data/v63.0',
59231
+ baseUri: '/services/data/v64.0',
59193
59232
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
59194
59233
  method: 'get',
59195
59234
  body: null,
@@ -59737,7 +59776,7 @@
59737
59776
  function createResourceRequest$4(config) {
59738
59777
  const headers = {};
59739
59778
  return {
59740
- baseUri: '/services/data/v63.0',
59779
+ baseUri: '/services/data/v64.0',
59741
59780
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
59742
59781
  method: 'get',
59743
59782
  body: null,
@@ -60285,7 +60324,7 @@
60285
60324
  function createResourceRequest$3(config) {
60286
60325
  const headers = {};
60287
60326
  return {
60288
- baseUri: '/services/data/v63.0',
60327
+ baseUri: '/services/data/v64.0',
60289
60328
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
60290
60329
  method: 'get',
60291
60330
  body: null,
@@ -65848,13 +65887,27 @@
65848
65887
  ? getRequestedFieldsForType$1(data.__typename, astNode.selectionSet, state.fragments, isFragmentApplicable$H$1)
65849
65888
  : new Map();
65850
65889
  const { fieldsBag, trie } = createFieldsBagAndTrie$1(data, requestedFields, state);
65890
+ const recordTypeId = data.ldsRecordTypeId === null ? null : data.ldsRecordTypeId.value;
65891
+ if (graphqlRecordTypeIdFixGate.isOpen({ fallback: false }) &&
65892
+ recordTypeId &&
65893
+ recordTypeId !== MAIN_RECORD_TYPE_ID) {
65894
+ const fieldName = 'RecordTypeId';
65895
+ fieldsBag[fieldName] = {
65896
+ value: recordTypeId,
65897
+ displayValue: null,
65898
+ };
65899
+ trie.children[fieldName] = {
65900
+ name: fieldName,
65901
+ children: {},
65902
+ };
65903
+ }
65851
65904
  const recordRepresentation = {
65852
65905
  apiName: data.ApiName,
65853
65906
  eTag: '',
65854
65907
  lastModifiedById: data.LastModifiedById.value,
65855
65908
  lastModifiedDate: data.LastModifiedDate.value,
65856
65909
  systemModstamp: data.SystemModstamp.value,
65857
- recordTypeId: data.ldsRecordTypeId === null ? null : data.ldsRecordTypeId.value,
65910
+ recordTypeId: recordTypeId,
65858
65911
  recordTypeInfo: null,
65859
65912
  childRelationships: {},
65860
65913
  id: data.Id,
@@ -87798,7 +87851,7 @@
87798
87851
 
87799
87852
  // so eslint doesn't complain about nimbus
87800
87853
  /* global __nimbus */
87801
- const tasker = idleDetector.declareNotifierTaskMulti('NimbusNetworkAdapter');
87854
+ const tasker$1 = idleDetector.declareNotifierTaskMulti('NimbusNetworkAdapter');
87802
87855
  const NimbusNetworkAdapter = (request, resourceRequestContext) => {
87803
87856
  return new Promise((resolve, reject) => {
87804
87857
  try {
@@ -87820,7 +87873,7 @@
87820
87873
  // fails to parse the request), and call reject
87821
87874
  reject(error);
87822
87875
  }
87823
- }).finally(() => tasker.done());
87876
+ }).finally(() => tasker$1.done());
87824
87877
  };
87825
87878
 
87826
87879
  /**
@@ -89341,6 +89394,7 @@
89341
89394
  }
89342
89395
  }
89343
89396
 
89397
+ const tasker = idleDetector.declareNotifierTaskMulti('NimbusSqliteStore');
89344
89398
  class NimbusSqliteStore {
89345
89399
  constructor(plugin, additionalTableMap = {}) {
89346
89400
  this.plugin = plugin;
@@ -89360,20 +89414,26 @@
89360
89414
  }, (error) => {
89361
89415
  reject(error);
89362
89416
  });
89363
- });
89417
+ }).finally(() => tasker.done());
89364
89418
  }
89365
89419
  batchQuery(queries) {
89366
89420
  const promises = queries.map((q) => this.query(q.sql, q.params));
89367
- return Promise.all(promises);
89421
+ return Promise.all(promises).finally(() => tasker.done());
89368
89422
  }
89369
89423
  async getEntries(entryIds, segment) {
89370
- return this.getTable(segment).getByKeys(entryIds, segment);
89424
+ return this.getTable(segment)
89425
+ .getByKeys(entryIds, segment)
89426
+ .finally(() => tasker.done());
89371
89427
  }
89372
89428
  async getMetadata(entryIds, segment) {
89373
- return this.getTable(segment).getMetadataByKeys(entryIds, segment);
89429
+ return this.getTable(segment)
89430
+ .getMetadataByKeys(entryIds, segment)
89431
+ .finally(() => tasker.done());
89374
89432
  }
89375
89433
  getAllEntries(segment) {
89376
- return this.getTable(segment).getAll(segment);
89434
+ return this.getTable(segment)
89435
+ .getAll(segment)
89436
+ .finally(() => tasker.done());
89377
89437
  }
89378
89438
  setEntries(entries, segment) {
89379
89439
  if (keys$1$1(entries).length === 0) {
@@ -89478,7 +89538,7 @@
89478
89538
  resolve();
89479
89539
  }
89480
89540
  });
89481
- });
89541
+ }).finally(() => tasker.done());
89482
89542
  }
89483
89543
  }
89484
89544
 
@@ -90345,7 +90405,7 @@
90345
90405
  }
90346
90406
 
90347
90407
  // note this is automatically incremented by scripts/release/bump-api-version.js at each release
90348
- const apiVersion$1 = `v63.0`;
90408
+ const apiVersion$1 = `v64.0`;
90349
90409
  const basePath = `/services/data/${apiVersion$1}`;
90350
90410
 
90351
90411
  class NetworkRecordLoader {
@@ -90822,7 +90882,7 @@
90822
90882
  // so eslint doesn't complain about nimbus
90823
90883
  /* global __nimbus */
90824
90884
  // note this is automatically incremented by scripts/release/bump-api-version.js at each release
90825
- const apiVersion = `v63.0`;
90885
+ const apiVersion = `v64.0`;
90826
90886
  const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
90827
90887
  const objectInfoDirectoryEndpoint = `/services/data/${apiVersion}/ui-api/object-info`;
90828
90888
  class NimbusPrimingNetworkAdapter {
@@ -91309,7 +91369,7 @@
91309
91369
  function createResourceRequest$2$1(config) {
91310
91370
  const headers = {};
91311
91371
  return {
91312
- baseUri: '/services/data/v63.0',
91372
+ baseUri: '/services/data/v64.0',
91313
91373
  basePath: '/graphql',
91314
91374
  method: 'post',
91315
91375
  body: { ...config.body, query: print(config.body.query) },
@@ -91435,7 +91495,7 @@
91435
91495
  const headers = {};
91436
91496
  const transformedConfig = stripDocumentsOfMetaschema$1(config);
91437
91497
  return {
91438
- baseUri: '/services/data/v63.0',
91498
+ baseUri: '/services/data/v64.0',
91439
91499
  basePath: '/graphql/batch',
91440
91500
  method: 'post',
91441
91501
  body: transformedConfig.body,
@@ -92015,7 +92075,7 @@
92015
92075
  const objectInfo = await this.ensureObjectInfo(apiName);
92016
92076
  const recordFields = {};
92017
92077
  for (const fieldName of keys$3(fields)) {
92018
- const draftField = fields[fieldName];
92078
+ const draftField = fields[fieldName] ?? null;
92019
92079
  recordFields[fieldName] = { value: draftField, displayValue: null };
92020
92080
  const fieldInfo = objectInfo.fields[fieldName];
92021
92081
  if (fieldInfo) {
@@ -92678,7 +92738,7 @@
92678
92738
  id: '@salesforce/lds-network-adapter',
92679
92739
  instrument: instrument$2,
92680
92740
  });
92681
- // version: 1.334.0-691cf3d004
92741
+ // version: 1.336.0-7d2c781c74
92682
92742
 
92683
92743
  const { create: create$2, keys: keys$2 } = Object;
92684
92744
  const { stringify, parse } = JSON;
@@ -113880,7 +113940,7 @@
113880
113940
  function createResourceRequest$2(config) {
113881
113941
  const headers = {};
113882
113942
  return {
113883
- baseUri: '/services/data/v63.0',
113943
+ baseUri: '/services/data/v64.0',
113884
113944
  basePath: '/graphql',
113885
113945
  method: 'post',
113886
113946
  body: { ...config.body,
@@ -114104,6 +114164,10 @@
114104
114164
  * Determines when to include PDL strategies for Related Lists
114105
114165
  */
114106
114166
  let relatedListsPredictionsEnabled$1 = false;
114167
+ /**
114168
+ * Determines whether to include additional PDL strategies for Related Lists
114169
+ */
114170
+ let relatedListsPlusPredictionsEnabled$1 = false;
114107
114171
  /**
114108
114172
  * Defines the configuration API and is exposed internally as well as externally.
114109
114173
  * Configuration for one store enabled REST adapters only.
@@ -114203,6 +114267,12 @@
114203
114267
  areRelatedListsPredictionsEnabled: function () {
114204
114268
  return relatedListsPredictionsEnabled$1 === true;
114205
114269
  },
114270
+ setRelatedListsPlusPredictionsEnabled: function (f) {
114271
+ relatedListsPlusPredictionsEnabled$1 = f;
114272
+ },
114273
+ areRelatedListsPlusPredictionsEnabled: function () {
114274
+ return relatedListsPlusPredictionsEnabled$1 === true;
114275
+ },
114206
114276
  // createRecord
114207
114277
  getDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$1.getAdapter,
114208
114278
  setDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter$1.setAdapter,
@@ -114289,7 +114359,7 @@
114289
114359
  const headers = {};
114290
114360
  const transformedConfig = stripDocumentsOfMetaschema(config);
114291
114361
  return {
114292
- baseUri: '/services/data/v63.0',
114362
+ baseUri: '/services/data/v64.0',
114293
114363
  basePath: '/graphql/batch',
114294
114364
  method: 'post',
114295
114365
  body: transformedConfig.body,
@@ -115245,7 +115315,7 @@
115245
115315
  configuration: { ...configurationForGraphQLAdapters$1 },
115246
115316
  instrument: instrument$1,
115247
115317
  });
115248
- // version: 1.334.0-a801774b3d
115318
+ // version: 1.336.0-1b35a3afd9
115249
115319
 
115250
115320
  // On core the unstable adapters are re-exported with different names,
115251
115321
  // we want to match them here.
@@ -115397,7 +115467,7 @@
115397
115467
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
115398
115468
  graphQLImperative = ldsAdapter;
115399
115469
  });
115400
- // version: 1.334.0-a801774b3d
115470
+ // version: 1.336.0-1b35a3afd9
115401
115471
 
115402
115472
  var gqlApi = /*#__PURE__*/Object.freeze({
115403
115473
  __proto__: null,
@@ -116180,7 +116250,7 @@
116180
116250
  function register(r) {
116181
116251
  callbacks$1.forEach((callback) => callback(r));
116182
116252
  }
116183
- // version: 1.334.0-691cf3d004
116253
+ // version: 1.336.0-7d2c781c74
116184
116254
 
116185
116255
  /**
116186
116256
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -116250,6 +116320,10 @@
116250
116320
  * Determines when to include PDL strategies for Related Lists
116251
116321
  */
116252
116322
  let relatedListsPredictionsEnabled = false;
116323
+ /**
116324
+ * Determines whether to include additional PDL strategies for Related Lists
116325
+ */
116326
+ let relatedListsPlusPredictionsEnabled = false;
116253
116327
  /**
116254
116328
  * Defines the configuration API and is exposed internally as well as externally.
116255
116329
  * Configuration for one store enabled REST adapters only.
@@ -116349,6 +116423,12 @@
116349
116423
  areRelatedListsPredictionsEnabled: function () {
116350
116424
  return relatedListsPredictionsEnabled === true;
116351
116425
  },
116426
+ setRelatedListsPlusPredictionsEnabled: function (f) {
116427
+ relatedListsPlusPredictionsEnabled = f;
116428
+ },
116429
+ areRelatedListsPlusPredictionsEnabled: function () {
116430
+ return relatedListsPlusPredictionsEnabled === true;
116431
+ },
116352
116432
  // createRecord
116353
116433
  getDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter.getAdapter,
116354
116434
  setDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter.setAdapter,
@@ -117262,4 +117342,4 @@
117262
117342
  exports.subscribeToAdapter = subscribeToAdapter;
117263
117343
 
117264
117344
  }));
117265
- // version: 1.334.0-691cf3d004
117345
+ // version: 1.336.0-7d2c781c74