@salesforce/lds-ads-bridge 1.249.0 → 1.250.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.
- package/dist/ads-bridge-perf.js +95 -89
- package/dist/adsBridge.js +1 -1
- package/package.json +1 -1
package/dist/ads-bridge-perf.js
CHANGED
|
@@ -478,7 +478,7 @@ const callbacks$1 = [];
|
|
|
478
478
|
function register(r) {
|
|
479
479
|
callbacks$1.forEach((callback) => callback(r));
|
|
480
480
|
}
|
|
481
|
-
// version: 1.
|
|
481
|
+
// version: 1.250.0-9df9bc3d1
|
|
482
482
|
|
|
483
483
|
/**
|
|
484
484
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -4919,8 +4919,8 @@ function toSortedStringArray(value) {
|
|
|
4919
4919
|
return undefined;
|
|
4920
4920
|
}
|
|
4921
4921
|
|
|
4922
|
-
const VERSION$
|
|
4923
|
-
function validate$
|
|
4922
|
+
const VERSION$2j = "d1e589a127fb1060c89070cdb6f500b2";
|
|
4923
|
+
function validate$1K(obj, path = 'RecordTypeInfoRepresentation') {
|
|
4924
4924
|
const v_error = (() => {
|
|
4925
4925
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4926
4926
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4953,10 +4953,10 @@ function validate$1L(obj, path = 'RecordTypeInfoRepresentation') {
|
|
|
4953
4953
|
})();
|
|
4954
4954
|
return v_error === undefined ? null : v_error;
|
|
4955
4955
|
}
|
|
4956
|
-
const select$
|
|
4956
|
+
const select$2W = function RecordTypeInfoRepresentationSelect() {
|
|
4957
4957
|
return {
|
|
4958
4958
|
kind: 'Fragment',
|
|
4959
|
-
version: VERSION$
|
|
4959
|
+
version: VERSION$2j,
|
|
4960
4960
|
private: [],
|
|
4961
4961
|
selections: [
|
|
4962
4962
|
{
|
|
@@ -4982,7 +4982,7 @@ const select$2$ = function RecordTypeInfoRepresentationSelect() {
|
|
|
4982
4982
|
]
|
|
4983
4983
|
};
|
|
4984
4984
|
};
|
|
4985
|
-
function equals$
|
|
4985
|
+
function equals$14(existing, incoming) {
|
|
4986
4986
|
const existing_available = existing.available;
|
|
4987
4987
|
const incoming_available = incoming.available;
|
|
4988
4988
|
if (!(existing_available === incoming_available)) {
|
|
@@ -5011,8 +5011,8 @@ function equals$16(existing, incoming) {
|
|
|
5011
5011
|
return true;
|
|
5012
5012
|
}
|
|
5013
5013
|
|
|
5014
|
-
const VERSION$
|
|
5015
|
-
function validate$
|
|
5014
|
+
const VERSION$2i = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
5015
|
+
function validate$1J(obj, path = 'FieldValueRepresentation') {
|
|
5016
5016
|
const v_error = (() => {
|
|
5017
5017
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5018
5018
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5103,10 +5103,10 @@ function validate$1K(obj, path = 'FieldValueRepresentation') {
|
|
|
5103
5103
|
return v_error === undefined ? null : v_error;
|
|
5104
5104
|
}
|
|
5105
5105
|
const RepresentationType$Y = 'FieldValueRepresentation';
|
|
5106
|
-
const select$
|
|
5106
|
+
const select$2V = function FieldValueRepresentationSelect() {
|
|
5107
5107
|
return {
|
|
5108
5108
|
kind: 'Fragment',
|
|
5109
|
-
version: VERSION$
|
|
5109
|
+
version: VERSION$2i,
|
|
5110
5110
|
private: [],
|
|
5111
5111
|
selections: [
|
|
5112
5112
|
{
|
|
@@ -5117,12 +5117,12 @@ const select$2_ = function FieldValueRepresentationSelect() {
|
|
|
5117
5117
|
name: 'value',
|
|
5118
5118
|
kind: 'Link',
|
|
5119
5119
|
nullable: true,
|
|
5120
|
-
fragment: select$
|
|
5120
|
+
fragment: select$2T()
|
|
5121
5121
|
}
|
|
5122
5122
|
]
|
|
5123
5123
|
};
|
|
5124
5124
|
};
|
|
5125
|
-
function equals$
|
|
5125
|
+
function equals$13(existing, incoming) {
|
|
5126
5126
|
const existing_displayValue = existing.displayValue;
|
|
5127
5127
|
const incoming_displayValue = incoming.displayValue;
|
|
5128
5128
|
if (!(existing_displayValue === incoming_displayValue)) {
|
|
@@ -5180,8 +5180,8 @@ const getTypeCacheKeys$1X = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
5180
5180
|
};
|
|
5181
5181
|
|
|
5182
5182
|
const TTL$D = 120000;
|
|
5183
|
-
const VERSION$
|
|
5184
|
-
function validate$
|
|
5183
|
+
const VERSION$2h = "79cb5ac9f44542f683d00245fdfe500d";
|
|
5184
|
+
function validate$1I(obj, path = 'RecordCollectionRepresentation') {
|
|
5185
5185
|
const v_error = (() => {
|
|
5186
5186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5187
5187
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5361,10 +5361,10 @@ function normalize$Q(input, existing, path, luvio, store, timestamp) {
|
|
|
5361
5361
|
}
|
|
5362
5362
|
return input;
|
|
5363
5363
|
}
|
|
5364
|
-
const select$
|
|
5364
|
+
const select$2U = function RecordCollectionRepresentationSelect() {
|
|
5365
5365
|
return {
|
|
5366
5366
|
kind: 'Fragment',
|
|
5367
|
-
version: VERSION$
|
|
5367
|
+
version: VERSION$2h,
|
|
5368
5368
|
private: [],
|
|
5369
5369
|
selections: [
|
|
5370
5370
|
{
|
|
@@ -5399,12 +5399,12 @@ const select$2Z = function RecordCollectionRepresentationSelect() {
|
|
|
5399
5399
|
name: 'records',
|
|
5400
5400
|
kind: 'Link',
|
|
5401
5401
|
plural: true,
|
|
5402
|
-
fragment: select$
|
|
5402
|
+
fragment: select$2T()
|
|
5403
5403
|
}
|
|
5404
5404
|
]
|
|
5405
5405
|
};
|
|
5406
5406
|
};
|
|
5407
|
-
function equals$
|
|
5407
|
+
function equals$12(existing, incoming) {
|
|
5408
5408
|
const existing_count = existing.count;
|
|
5409
5409
|
const incoming_count = incoming.count;
|
|
5410
5410
|
if (!(existing_count === incoming_count)) {
|
|
@@ -5454,14 +5454,14 @@ function equals$14(existing, incoming) {
|
|
|
5454
5454
|
}
|
|
5455
5455
|
const ingest$1U = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5456
5456
|
if (process.env.NODE_ENV !== 'production') {
|
|
5457
|
-
const validateError = validate$
|
|
5457
|
+
const validateError = validate$1I(input);
|
|
5458
5458
|
if (validateError !== null) {
|
|
5459
5459
|
throw validateError;
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
5462
5462
|
const key = path.fullPath;
|
|
5463
5463
|
const ttlToUse = TTL$D;
|
|
5464
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$Q, "UiApi", VERSION$
|
|
5464
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$Q, "UiApi", VERSION$2h, RepresentationType$X, equals$12);
|
|
5465
5465
|
return createLink$1(key);
|
|
5466
5466
|
};
|
|
5467
5467
|
function getTypeCacheKeys$1W(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -5489,8 +5489,8 @@ const keyBuilderFromType$B = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
5489
5489
|
};
|
|
5490
5490
|
|
|
5491
5491
|
const TTL$C = 30000;
|
|
5492
|
-
const VERSION$
|
|
5493
|
-
function validate$
|
|
5492
|
+
const VERSION$2g = "98c5b18512e48ca8d28727549507e4ba";
|
|
5493
|
+
function validate$1H(obj, path = 'RecordRepresentation') {
|
|
5494
5494
|
const v_error = (() => {
|
|
5495
5495
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5496
5496
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5620,7 +5620,7 @@ function validate$1I(obj, path = 'RecordRepresentation') {
|
|
|
5620
5620
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
5621
5621
|
let obj_recordTypeInfo_union0 = null;
|
|
5622
5622
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
5623
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
5623
|
+
const referencepath_recordTypeInfoValidationError = validate$1K(obj_recordTypeInfo, path_recordTypeInfo);
|
|
5624
5624
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
5625
5625
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
5626
5626
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5732,11 +5732,11 @@ function dynamicNormalize$5(ingestParams) {
|
|
|
5732
5732
|
return input;
|
|
5733
5733
|
};
|
|
5734
5734
|
}
|
|
5735
|
-
const select$
|
|
5736
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
5735
|
+
const select$2T = function RecordRepresentationSelect() {
|
|
5736
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2W();
|
|
5737
5737
|
return {
|
|
5738
5738
|
kind: 'Fragment',
|
|
5739
|
-
version: VERSION$
|
|
5739
|
+
version: VERSION$2g,
|
|
5740
5740
|
private: [
|
|
5741
5741
|
'eTag',
|
|
5742
5742
|
'weakEtag'
|
|
@@ -5750,13 +5750,13 @@ const select$2Y = function RecordRepresentationSelect() {
|
|
|
5750
5750
|
name: 'childRelationships',
|
|
5751
5751
|
kind: 'Link',
|
|
5752
5752
|
map: true,
|
|
5753
|
-
fragment: select$
|
|
5753
|
+
fragment: select$2U()
|
|
5754
5754
|
},
|
|
5755
5755
|
{
|
|
5756
5756
|
name: 'fields',
|
|
5757
5757
|
kind: 'Link',
|
|
5758
5758
|
map: true,
|
|
5759
|
-
fragment: select$
|
|
5759
|
+
fragment: select$2V()
|
|
5760
5760
|
},
|
|
5761
5761
|
{
|
|
5762
5762
|
name: 'id',
|
|
@@ -5792,18 +5792,18 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
|
|
|
5792
5792
|
name: 'childRelationships',
|
|
5793
5793
|
kind: 'Link',
|
|
5794
5794
|
map: true,
|
|
5795
|
-
fragment: select$
|
|
5795
|
+
fragment: select$2U()
|
|
5796
5796
|
} : params.childRelationships;
|
|
5797
5797
|
const fieldsPathSelection = params.fields === undefined ? {
|
|
5798
5798
|
name: 'fields',
|
|
5799
5799
|
kind: 'Link',
|
|
5800
5800
|
map: true,
|
|
5801
|
-
fragment: select$
|
|
5801
|
+
fragment: select$2V()
|
|
5802
5802
|
} : params.fields;
|
|
5803
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
5803
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2W();
|
|
5804
5804
|
return {
|
|
5805
5805
|
kind: 'Fragment',
|
|
5806
|
-
version: VERSION$
|
|
5806
|
+
version: VERSION$2g,
|
|
5807
5807
|
private: [
|
|
5808
5808
|
'eTag',
|
|
5809
5809
|
'weakEtag'
|
|
@@ -5844,7 +5844,7 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
|
|
|
5844
5844
|
]
|
|
5845
5845
|
};
|
|
5846
5846
|
};
|
|
5847
|
-
function equals$
|
|
5847
|
+
function equals$11(existing, incoming) {
|
|
5848
5848
|
const existing_weakEtag = existing.weakEtag;
|
|
5849
5849
|
const incoming_weakEtag = incoming.weakEtag;
|
|
5850
5850
|
if (!(existing_weakEtag === incoming_weakEtag)) {
|
|
@@ -5905,7 +5905,7 @@ function equals$13(existing, incoming) {
|
|
|
5905
5905
|
if (!(existing_recordTypeInfo === incoming_recordTypeInfo
|
|
5906
5906
|
|| (existing_recordTypeInfo != null &&
|
|
5907
5907
|
incoming_recordTypeInfo != null &&
|
|
5908
|
-
equals$
|
|
5908
|
+
equals$14(existing_recordTypeInfo, incoming_recordTypeInfo)))) {
|
|
5909
5909
|
return false;
|
|
5910
5910
|
}
|
|
5911
5911
|
const existing_systemModstamp = existing.systemModstamp;
|
|
@@ -7282,7 +7282,7 @@ function createPathSelection(propertyName, fieldDefinition) {
|
|
|
7282
7282
|
kind: 'Fragment',
|
|
7283
7283
|
private: ['eTag', 'weakEtag'],
|
|
7284
7284
|
selections: createRecordSelection(childFieldDefinition),
|
|
7285
|
-
version: VERSION$
|
|
7285
|
+
version: VERSION$2g,
|
|
7286
7286
|
},
|
|
7287
7287
|
};
|
|
7288
7288
|
}
|
|
@@ -7292,7 +7292,7 @@ function createPathSelection(propertyName, fieldDefinition) {
|
|
|
7292
7292
|
required: childFieldDefinition.optional === true ? false : undefined,
|
|
7293
7293
|
fragment: {
|
|
7294
7294
|
kind: 'Fragment',
|
|
7295
|
-
version: VERSION$
|
|
7295
|
+
version: VERSION$2i,
|
|
7296
7296
|
private: [],
|
|
7297
7297
|
selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
|
|
7298
7298
|
},
|
|
@@ -7938,7 +7938,7 @@ function normalize$P(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
7938
7938
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
7939
7939
|
return (input, path, luvio, store, timestamp) => {
|
|
7940
7940
|
if (process.env.NODE_ENV !== 'production') {
|
|
7941
|
-
const validateError = validate$
|
|
7941
|
+
const validateError = validate$1J(input);
|
|
7942
7942
|
if (validateError !== null) {
|
|
7943
7943
|
throw validateError;
|
|
7944
7944
|
}
|
|
@@ -7953,7 +7953,7 @@ function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
|
7953
7953
|
// read again after children ingested in case of a circular ref
|
|
7954
7954
|
existingRecord = store.readEntry(key);
|
|
7955
7955
|
incomingRecord = merge$2(existingRecord, incomingRecord, luvio, path);
|
|
7956
|
-
if (existingRecord === undefined || equals$
|
|
7956
|
+
if (existingRecord === undefined || equals$13(existingRecord, incomingRecord) === false) {
|
|
7957
7957
|
luvio.storePublish(key, incomingRecord);
|
|
7958
7958
|
}
|
|
7959
7959
|
return createLink$1(key);
|
|
@@ -8031,7 +8031,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
8031
8031
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
8032
8032
|
return (input, path, luvio, store, timestamp) => {
|
|
8033
8033
|
if (process.env.NODE_ENV !== 'production') {
|
|
8034
|
-
const validateError = validate$
|
|
8034
|
+
const validateError = validate$1H(input);
|
|
8035
8035
|
if (validateError !== null) {
|
|
8036
8036
|
throw validateError;
|
|
8037
8037
|
}
|
|
@@ -8049,7 +8049,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
8049
8049
|
existingRecord = store.readEntry(key);
|
|
8050
8050
|
incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
|
|
8051
8051
|
if (existingRecord === undefined ||
|
|
8052
|
-
equals$
|
|
8052
|
+
equals$11(existingRecord, incomingRecord) === false ||
|
|
8053
8053
|
// always publish if existing record has drafts
|
|
8054
8054
|
existingRecord.drafts !==
|
|
8055
8055
|
undefined) {
|
|
@@ -8059,7 +8059,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
8059
8059
|
ttl: TTL$C,
|
|
8060
8060
|
representationName: RepresentationType$W,
|
|
8061
8061
|
namespace: keyPrefix,
|
|
8062
|
-
version: VERSION$
|
|
8062
|
+
version: VERSION$2g,
|
|
8063
8063
|
});
|
|
8064
8064
|
return createLink$1(key);
|
|
8065
8065
|
};
|
|
@@ -8197,7 +8197,7 @@ function buildRecordSelector(luvio, recordId, fields, optionalFields) {
|
|
|
8197
8197
|
kind: 'Fragment',
|
|
8198
8198
|
private: ['eTag', 'weakEtag'],
|
|
8199
8199
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
8200
|
-
version: VERSION$
|
|
8200
|
+
version: VERSION$2g,
|
|
8201
8201
|
},
|
|
8202
8202
|
variables: {},
|
|
8203
8203
|
};
|
|
@@ -8282,7 +8282,7 @@ function isSingleBatchRecordResponse(response) {
|
|
|
8282
8282
|
response.results.length === 1);
|
|
8283
8283
|
}
|
|
8284
8284
|
|
|
8285
|
-
const VERSION$
|
|
8285
|
+
const VERSION$2f = "98cce53b8d13b1883d001bbdaab24383";
|
|
8286
8286
|
|
|
8287
8287
|
const nonCachedErrors$8 = ObjectCreate$1(null);
|
|
8288
8288
|
function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
|
|
@@ -8383,7 +8383,7 @@ function selectChildResourceParams$8(luvio, childResources, resourceParams) {
|
|
|
8383
8383
|
node: {
|
|
8384
8384
|
kind: 'Fragment',
|
|
8385
8385
|
private: [],
|
|
8386
|
-
version: VERSION$
|
|
8386
|
+
version: VERSION$2f,
|
|
8387
8387
|
},
|
|
8388
8388
|
variables: {},
|
|
8389
8389
|
});
|
|
@@ -8774,7 +8774,7 @@ function keyBuilder$2Y(luvio, config) {
|
|
|
8774
8774
|
return keyPrefix + '::' + RepresentationType$R + ':' + config.apiName;
|
|
8775
8775
|
}
|
|
8776
8776
|
|
|
8777
|
-
var DiscriminatorValues$
|
|
8777
|
+
var DiscriminatorValues$5;
|
|
8778
8778
|
(function (DiscriminatorValues) {
|
|
8779
8779
|
DiscriminatorValues["EmptySpace"] = "EmptySpace";
|
|
8780
8780
|
DiscriminatorValues["ReportChart"] = "ReportChart";
|
|
@@ -8782,7 +8782,7 @@ var DiscriminatorValues$4;
|
|
|
8782
8782
|
DiscriminatorValues["Canvas"] = "Canvas";
|
|
8783
8783
|
DiscriminatorValues["Field"] = "Field";
|
|
8784
8784
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
8785
|
-
})(DiscriminatorValues$
|
|
8785
|
+
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
8786
8786
|
|
|
8787
8787
|
var LayoutMode;
|
|
8788
8788
|
(function (LayoutMode) {
|
|
@@ -8812,12 +8812,12 @@ ObjectCreate$1(null);
|
|
|
8812
8812
|
|
|
8813
8813
|
ObjectCreate$1(null);
|
|
8814
8814
|
|
|
8815
|
-
const VERSION$
|
|
8816
|
-
const select$
|
|
8817
|
-
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$
|
|
8815
|
+
const VERSION$1J = "8d2032474fb4fabdf5cf4042be9042d9";
|
|
8816
|
+
const select$1W = function WorkStepPicklistValueAttributeRepresentationSelect() {
|
|
8817
|
+
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1S();
|
|
8818
8818
|
return {
|
|
8819
8819
|
kind: 'Fragment',
|
|
8820
|
-
version: VERSION$
|
|
8820
|
+
version: VERSION$1J,
|
|
8821
8821
|
private: [],
|
|
8822
8822
|
selections: [
|
|
8823
8823
|
...AbstractPicklistValueAttributesRepresentationSelections,
|
|
@@ -8833,12 +8833,12 @@ const select$1$ = function WorkStepPicklistValueAttributeRepresentationSelect()
|
|
|
8833
8833
|
};
|
|
8834
8834
|
};
|
|
8835
8835
|
|
|
8836
|
-
const VERSION$
|
|
8837
|
-
const select$
|
|
8838
|
-
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$
|
|
8836
|
+
const VERSION$1I = "53893a219bc0888951863f2c44317cac";
|
|
8837
|
+
const select$1V = function LeadStatusPicklistValueAttributesRepresentationSelect() {
|
|
8838
|
+
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1S();
|
|
8839
8839
|
return {
|
|
8840
8840
|
kind: 'Fragment',
|
|
8841
|
-
version: VERSION$
|
|
8841
|
+
version: VERSION$1I,
|
|
8842
8842
|
private: [],
|
|
8843
8843
|
selections: [
|
|
8844
8844
|
...AbstractPicklistValueAttributesRepresentationSelections,
|
|
@@ -8850,12 +8850,12 @@ const select$1_ = function LeadStatusPicklistValueAttributesRepresentationSelect
|
|
|
8850
8850
|
};
|
|
8851
8851
|
};
|
|
8852
8852
|
|
|
8853
|
-
const VERSION$
|
|
8854
|
-
const select$
|
|
8855
|
-
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$
|
|
8853
|
+
const VERSION$1H = "4818ec07c499784571c1012ead048c88";
|
|
8854
|
+
const select$1U = function CaseStatusPicklistValueAttributesRepresentationSelect() {
|
|
8855
|
+
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1S();
|
|
8856
8856
|
return {
|
|
8857
8857
|
kind: 'Fragment',
|
|
8858
|
-
version: VERSION$
|
|
8858
|
+
version: VERSION$1H,
|
|
8859
8859
|
private: [],
|
|
8860
8860
|
selections: [
|
|
8861
8861
|
...AbstractPicklistValueAttributesRepresentationSelections,
|
|
@@ -8867,12 +8867,12 @@ const select$1Z = function CaseStatusPicklistValueAttributesRepresentationSelect
|
|
|
8867
8867
|
};
|
|
8868
8868
|
};
|
|
8869
8869
|
|
|
8870
|
-
const VERSION$
|
|
8871
|
-
const select$
|
|
8872
|
-
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$
|
|
8870
|
+
const VERSION$1G = "950a3a962acbd2b128f937d4c055a9d6";
|
|
8871
|
+
const select$1T = function OpportunityStagePicklistValueAttributesRepresentationSelect() {
|
|
8872
|
+
const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1S();
|
|
8873
8873
|
return {
|
|
8874
8874
|
kind: 'Fragment',
|
|
8875
|
-
version: VERSION$
|
|
8875
|
+
version: VERSION$1G,
|
|
8876
8876
|
private: [],
|
|
8877
8877
|
selections: [
|
|
8878
8878
|
...AbstractPicklistValueAttributesRepresentationSelections,
|
|
@@ -8896,35 +8896,35 @@ const select$1Y = function OpportunityStagePicklistValueAttributesRepresentation
|
|
|
8896
8896
|
};
|
|
8897
8897
|
};
|
|
8898
8898
|
|
|
8899
|
-
var DiscriminatorValues$
|
|
8899
|
+
var DiscriminatorValues$4;
|
|
8900
8900
|
(function (DiscriminatorValues) {
|
|
8901
8901
|
DiscriminatorValues["WorkStepStatus"] = "WorkStepStatus";
|
|
8902
8902
|
DiscriminatorValues["LeadStatus"] = "LeadStatus";
|
|
8903
8903
|
DiscriminatorValues["CaseStatus"] = "CaseStatus";
|
|
8904
8904
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
8905
|
-
})(DiscriminatorValues$
|
|
8906
|
-
const VERSION$
|
|
8907
|
-
const selectChildren$
|
|
8908
|
-
const workStepPicklistValueAttributeRepresentationSelections = select$
|
|
8909
|
-
const leadStatusPicklistValueAttributesRepresentationSelections = select$
|
|
8910
|
-
const caseStatusPicklistValueAttributesRepresentationSelections = select$
|
|
8911
|
-
const opportunityStagePicklistValueAttributesRepresentationSelections = select$
|
|
8905
|
+
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
8906
|
+
const VERSION$1F = "bd523b2343366edfc25a2dbee2c4e986";
|
|
8907
|
+
const selectChildren$2 = function AbstractPicklistValueAttributesRepresentationSelectChildren() {
|
|
8908
|
+
const workStepPicklistValueAttributeRepresentationSelections = select$1W();
|
|
8909
|
+
const leadStatusPicklistValueAttributesRepresentationSelections = select$1V();
|
|
8910
|
+
const caseStatusPicklistValueAttributesRepresentationSelections = select$1U();
|
|
8911
|
+
const opportunityStagePicklistValueAttributesRepresentationSelections = select$1T();
|
|
8912
8912
|
return {
|
|
8913
8913
|
kind: 'Fragment',
|
|
8914
8914
|
union: true,
|
|
8915
8915
|
discriminator: 'picklistAtrributesValueType',
|
|
8916
8916
|
unionSelections: {
|
|
8917
|
-
[DiscriminatorValues$
|
|
8918
|
-
[DiscriminatorValues$
|
|
8919
|
-
[DiscriminatorValues$
|
|
8920
|
-
[DiscriminatorValues$
|
|
8917
|
+
[DiscriminatorValues$4.WorkStepStatus]: workStepPicklistValueAttributeRepresentationSelections,
|
|
8918
|
+
[DiscriminatorValues$4.LeadStatus]: leadStatusPicklistValueAttributesRepresentationSelections,
|
|
8919
|
+
[DiscriminatorValues$4.CaseStatus]: caseStatusPicklistValueAttributesRepresentationSelections,
|
|
8920
|
+
[DiscriminatorValues$4.OpportunityStage]: opportunityStagePicklistValueAttributesRepresentationSelections
|
|
8921
8921
|
}
|
|
8922
8922
|
};
|
|
8923
8923
|
};
|
|
8924
|
-
const select$
|
|
8924
|
+
const select$1S = function AbstractPicklistValueAttributesRepresentationSelect() {
|
|
8925
8925
|
return {
|
|
8926
8926
|
kind: 'Fragment',
|
|
8927
|
-
version: VERSION$
|
|
8927
|
+
version: VERSION$1F,
|
|
8928
8928
|
private: [],
|
|
8929
8929
|
selections: [
|
|
8930
8930
|
{
|
|
@@ -8935,12 +8935,12 @@ const select$1X = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
8935
8935
|
};
|
|
8936
8936
|
};
|
|
8937
8937
|
|
|
8938
|
-
const VERSION$
|
|
8939
|
-
const select$
|
|
8940
|
-
const AbstractPicklistValueAttributesRepresentation__unionSelections = selectChildren$
|
|
8938
|
+
const VERSION$1E = "9e2a16a80378487f557124c771201cf9";
|
|
8939
|
+
const select$1R = function PicklistValueRepresentationSelect() {
|
|
8940
|
+
const AbstractPicklistValueAttributesRepresentation__unionSelections = selectChildren$2();
|
|
8941
8941
|
return {
|
|
8942
8942
|
kind: 'Fragment',
|
|
8943
|
-
version: VERSION$
|
|
8943
|
+
version: VERSION$1E,
|
|
8944
8944
|
private: [],
|
|
8945
8945
|
selections: [
|
|
8946
8946
|
{
|
|
@@ -8967,12 +8967,12 @@ const select$1W = function PicklistValueRepresentationSelect() {
|
|
|
8967
8967
|
]
|
|
8968
8968
|
};
|
|
8969
8969
|
};
|
|
8970
|
-
const VERSION$
|
|
8971
|
-
const select$
|
|
8972
|
-
const { selections: PicklistValueRepresentation__selections, opaque: PicklistValueRepresentation__opaque, } = select$
|
|
8970
|
+
const VERSION$1D = "0a361a49370acb4c6a31721a2057649a";
|
|
8971
|
+
const select$1Q = function PicklistValuesRepresentationSelect() {
|
|
8972
|
+
const { selections: PicklistValueRepresentation__selections, opaque: PicklistValueRepresentation__opaque, } = select$1R();
|
|
8973
8973
|
return {
|
|
8974
8974
|
kind: 'Fragment',
|
|
8975
|
-
version: VERSION$
|
|
8975
|
+
version: VERSION$1D,
|
|
8976
8976
|
private: [
|
|
8977
8977
|
'eTag'
|
|
8978
8978
|
],
|
|
@@ -9002,13 +9002,13 @@ const select$1V = function PicklistValuesRepresentationSelect() {
|
|
|
9002
9002
|
};
|
|
9003
9003
|
};
|
|
9004
9004
|
|
|
9005
|
-
select$
|
|
9005
|
+
select$1Q().selections;
|
|
9006
9006
|
|
|
9007
|
-
var DiscriminatorValues$
|
|
9007
|
+
var DiscriminatorValues$3;
|
|
9008
9008
|
(function (DiscriminatorValues) {
|
|
9009
9009
|
DiscriminatorValues["Photo"] = "Photo";
|
|
9010
9010
|
DiscriminatorValues["Theme"] = "Theme";
|
|
9011
|
-
})(DiscriminatorValues$
|
|
9011
|
+
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
9012
9012
|
|
|
9013
9013
|
ObjectCreate$1(null);
|
|
9014
9014
|
|
|
@@ -9018,10 +9018,16 @@ ObjectCreate$1(null);
|
|
|
9018
9018
|
|
|
9019
9019
|
ObjectCreate$1(null);
|
|
9020
9020
|
|
|
9021
|
-
var DiscriminatorValues;
|
|
9021
|
+
var DiscriminatorValues$1;
|
|
9022
9022
|
(function (DiscriminatorValues) {
|
|
9023
|
-
DiscriminatorValues["Select"] = "Select";
|
|
9024
9023
|
DiscriminatorValues["Text"] = "Text";
|
|
9024
|
+
DiscriminatorValues["Select"] = "Select";
|
|
9025
|
+
})(DiscriminatorValues$1 || (DiscriminatorValues$1 = {}));
|
|
9026
|
+
|
|
9027
|
+
var DiscriminatorValues;
|
|
9028
|
+
(function (DiscriminatorValues) {
|
|
9029
|
+
DiscriminatorValues["Field"] = "Field";
|
|
9030
|
+
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
9025
9031
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
9026
9032
|
|
|
9027
9033
|
const API_NAMESPACE = 'UiApi';
|
package/dist/adsBridge.js
CHANGED