@salesforce/lds-runtime-mobile 1.322.0 → 1.324.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/main.js +249 -116
- package/dist/types/adapters/types/NLSResultsRepresentation.d.ts +40 -0
- package/dist/types/adapters/types/SearchResultsSummaryRepresentation.d.ts +4 -0
- package/dist/types/drafts/records/actionHandlers/SideEffectHook.d.ts +19 -0
- package/dist/types/drafts/records/actionHandlers/UiApiRecordActionHandler.d.ts +3 -0
- package/dist/types/sfs/sfsCustomSideEffects.d.ts +3 -0
- package/package.json +14 -14
- package/sfdc/main.js +249 -116
- package/sfdc/types/adapters/types/NLSResultsRepresentation.d.ts +40 -0
- package/sfdc/types/adapters/types/SearchResultsSummaryRepresentation.d.ts +4 -0
- package/sfdc/types/drafts/records/actionHandlers/SideEffectHook.d.ts +19 -0
- package/sfdc/types/drafts/records/actionHandlers/UiApiRecordActionHandler.d.ts +3 -0
- package/sfdc/types/sfs/sfsCustomSideEffects.d.ts +3 -0
package/dist/main.js
CHANGED
|
@@ -3497,7 +3497,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
3497
3497
|
}
|
|
3498
3498
|
|
|
3499
3499
|
const VERSION$1K = '623aa9ce3a11031e35faf5671a41746e';
|
|
3500
|
-
function validate$
|
|
3500
|
+
function validate$_(obj, path = 'ListFilterByInfoRepresentation') {
|
|
3501
3501
|
const v_error = (() => {
|
|
3502
3502
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3503
3503
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3580,7 +3580,7 @@ const select$1J = function ListFilterByInfoRepresentationSelect() {
|
|
|
3580
3580
|
};
|
|
3581
3581
|
|
|
3582
3582
|
const VERSION$1J = 'f98dc7dec10408a9648ef8e5b37002a3';
|
|
3583
|
-
function validate$
|
|
3583
|
+
function validate$Z(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
3584
3584
|
const v_error = (() => {
|
|
3585
3585
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3586
3586
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3699,7 +3699,7 @@ const select$1I = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
3699
3699
|
};
|
|
3700
3700
|
|
|
3701
3701
|
const VERSION$1I = '76042ff4af603b2ac0ec69fa0bd12046';
|
|
3702
|
-
function validate$
|
|
3702
|
+
function validate$Y(obj, path = 'ListReferenceRepresentation') {
|
|
3703
3703
|
const v_error = (() => {
|
|
3704
3704
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3705
3705
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3855,7 +3855,7 @@ function equals$p(existing, incoming) {
|
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
3857
|
const VERSION$1H = 'f1519bef57e70ab7c5ef160dc5ff0c47';
|
|
3858
|
-
function validate$
|
|
3858
|
+
function validate$X(obj, path = 'ListInfoShareRepresentation') {
|
|
3859
3859
|
const v_error = (() => {
|
|
3860
3860
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3861
3861
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3900,7 +3900,7 @@ const select$1G = function ListInfoShareRepresentationSelect() {
|
|
|
3900
3900
|
};
|
|
3901
3901
|
|
|
3902
3902
|
const VERSION$1G = '561657f32721ec1dac1601575b029640';
|
|
3903
|
-
function validate$
|
|
3903
|
+
function validate$W(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
3904
3904
|
const v_error = (() => {
|
|
3905
3905
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3906
3906
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3926,7 +3926,7 @@ function validate$V(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
3926
3926
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
3927
3927
|
const obj_shares_item = obj_shares[i];
|
|
3928
3928
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
3929
|
-
const referencepath_shares_itemValidationError = validate$
|
|
3929
|
+
const referencepath_shares_itemValidationError = validate$X(obj_shares_item, path_shares_item);
|
|
3930
3930
|
if (referencepath_shares_itemValidationError !== null) {
|
|
3931
3931
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' +
|
|
3932
3932
|
path_shares_item +
|
|
@@ -3963,7 +3963,7 @@ const select$1F = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
3963
3963
|
};
|
|
3964
3964
|
|
|
3965
3965
|
const VERSION$1F = '32def9b631252c12b91a8209c1f49f5a';
|
|
3966
|
-
function validate$
|
|
3966
|
+
function validate$V(obj, path = 'ListOrderByInfoRepresentation') {
|
|
3967
3967
|
const v_error = (() => {
|
|
3968
3968
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3969
3969
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4058,7 +4058,7 @@ const select$1E = function ListOrderByInfoRepresentationSelect() {
|
|
|
4058
4058
|
};
|
|
4059
4059
|
|
|
4060
4060
|
const VERSION$1E = '2634258f216db34315c06d759a35676d';
|
|
4061
|
-
function validate$
|
|
4061
|
+
function validate$U(obj, path = 'ListScopeEntityRepresentation') {
|
|
4062
4062
|
const v_error = (() => {
|
|
4063
4063
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4064
4064
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4099,7 +4099,7 @@ const select$1D = function ListScopeEntityRepresentationSelect() {
|
|
|
4099
4099
|
};
|
|
4100
4100
|
|
|
4101
4101
|
const VERSION$1D = '3b85c5a08d50ce328481b9f8ab56127b';
|
|
4102
|
-
function validate$
|
|
4102
|
+
function validate$T(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
4103
4103
|
const v_error = (() => {
|
|
4104
4104
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4105
4105
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4149,7 +4149,7 @@ const select$1C = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
4149
4149
|
};
|
|
4150
4150
|
|
|
4151
4151
|
const VERSION$1C = '2fe9814e7124b47f59da585483c1b3f9';
|
|
4152
|
-
function validate$
|
|
4152
|
+
function validate$S(obj, path = 'ListScopeRepresentation') {
|
|
4153
4153
|
const v_error = (() => {
|
|
4154
4154
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4155
4155
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4167,7 +4167,7 @@ function validate$R(obj, path = 'ListScopeRepresentation') {
|
|
|
4167
4167
|
const path_entity = path + '.entity';
|
|
4168
4168
|
let obj_entity_union0 = null;
|
|
4169
4169
|
const obj_entity_union0_error = (() => {
|
|
4170
|
-
const referencepath_entityValidationError = validate$
|
|
4170
|
+
const referencepath_entityValidationError = validate$U(obj_entity, path_entity);
|
|
4171
4171
|
if (referencepath_entityValidationError !== null) {
|
|
4172
4172
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' +
|
|
4173
4173
|
path_entity +
|
|
@@ -4263,7 +4263,7 @@ function validate$R(obj, path = 'ListScopeRepresentation') {
|
|
|
4263
4263
|
const path_relatedEntity = path + '.relatedEntity';
|
|
4264
4264
|
let obj_relatedEntity_union0 = null;
|
|
4265
4265
|
const obj_relatedEntity_union0_error = (() => {
|
|
4266
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
4266
|
+
const referencepath_relatedEntityValidationError = validate$T(obj_relatedEntity, path_relatedEntity);
|
|
4267
4267
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
4268
4268
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' +
|
|
4269
4269
|
path_relatedEntity +
|
|
@@ -4345,7 +4345,7 @@ const select$1B = function ListScopeRepresentationSelect() {
|
|
|
4345
4345
|
};
|
|
4346
4346
|
|
|
4347
4347
|
const VERSION$1B = '6506134f4d72fdfa349fe60ef1af2413';
|
|
4348
|
-
function validate$
|
|
4348
|
+
function validate$R(obj, path = 'ListUserPreferenceRepresentation') {
|
|
4349
4349
|
const v_error = (() => {
|
|
4350
4350
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4351
4351
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4423,7 +4423,7 @@ const select$1A = function ListUserPreferenceRepresentationSelect() {
|
|
|
4423
4423
|
};
|
|
4424
4424
|
};
|
|
4425
4425
|
|
|
4426
|
-
function validate$
|
|
4426
|
+
function validate$Q(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
4427
4427
|
const v_error = (() => {
|
|
4428
4428
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4429
4429
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4450,7 +4450,7 @@ function validate$P(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
4450
4450
|
return v_error === undefined ? null : v_error;
|
|
4451
4451
|
}
|
|
4452
4452
|
|
|
4453
|
-
function validate$
|
|
4453
|
+
function validate$P(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
4454
4454
|
const v_error = (() => {
|
|
4455
4455
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4456
4456
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4460,7 +4460,7 @@ function validate$O(obj, path = 'ListColumnInlineEditAttributesRepresentationWra
|
|
|
4460
4460
|
const key = obj_keys[i];
|
|
4461
4461
|
const obj_prop = obj[key];
|
|
4462
4462
|
const path_prop = path + '["' + key + '"]';
|
|
4463
|
-
const referencepath_propValidationError = validate$
|
|
4463
|
+
const referencepath_propValidationError = validate$Q(obj_prop, path_prop);
|
|
4464
4464
|
if (referencepath_propValidationError !== null) {
|
|
4465
4465
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' +
|
|
4466
4466
|
path_prop +
|
|
@@ -4477,7 +4477,7 @@ function validate$O(obj, path = 'ListColumnInlineEditAttributesRepresentationWra
|
|
|
4477
4477
|
}
|
|
4478
4478
|
|
|
4479
4479
|
const VERSION$1A = '64e2cac6d374ad92f491a9f8a952c6c3';
|
|
4480
|
-
function validate$
|
|
4480
|
+
function validate$O(obj, path = 'ListColumnRepresentation') {
|
|
4481
4481
|
const v_error = (() => {
|
|
4482
4482
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4483
4483
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4495,7 +4495,7 @@ function validate$N(obj, path = 'ListColumnRepresentation') {
|
|
|
4495
4495
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
4496
4496
|
let obj_inlineEditAttributes_union0 = null;
|
|
4497
4497
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
4498
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
4498
|
+
const referencepath_inlineEditAttributesValidationError = validate$P(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
4499
4499
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
4500
4500
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' +
|
|
4501
4501
|
path_inlineEditAttributes +
|
|
@@ -4639,7 +4639,7 @@ function equals$o(existing, incoming) {
|
|
|
4639
4639
|
}
|
|
4640
4640
|
const ingest$1r = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
4641
4641
|
if (process.env.NODE_ENV !== 'production') {
|
|
4642
|
-
const validateError = validate$
|
|
4642
|
+
const validateError = validate$O(input);
|
|
4643
4643
|
if (validateError !== null) {
|
|
4644
4644
|
throw validateError;
|
|
4645
4645
|
}
|
|
@@ -4672,7 +4672,7 @@ const keyBuilderFromType$i = function ListInfoRepresentationKeyBuilderFromType(l
|
|
|
4672
4672
|
|
|
4673
4673
|
const TTL$m = 900000;
|
|
4674
4674
|
const VERSION$1z = '5adf17d38be03c0f71b1c52485b377a6';
|
|
4675
|
-
function validate$
|
|
4675
|
+
function validate$N(obj, path = 'ListInfoRepresentation') {
|
|
4676
4676
|
const v_error = (() => {
|
|
4677
4677
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4678
4678
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4787,7 +4787,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4787
4787
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
4788
4788
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
4789
4789
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
4790
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
4790
|
+
const referencepath_filteredByInfo_itemValidationError = validate$_(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
4791
4791
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
4792
4792
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' +
|
|
4793
4793
|
path_filteredByInfo_item +
|
|
@@ -4812,7 +4812,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4812
4812
|
}
|
|
4813
4813
|
const obj_inlineEditDetails = obj.inlineEditDetails;
|
|
4814
4814
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
4815
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
4815
|
+
const referencepath_inlineEditDetailsValidationError = validate$Z(obj_inlineEditDetails, path_inlineEditDetails);
|
|
4816
4816
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
4817
4817
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' +
|
|
4818
4818
|
path_inlineEditDetails +
|
|
@@ -4871,7 +4871,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4871
4871
|
}
|
|
4872
4872
|
const obj_listReference = obj.listReference;
|
|
4873
4873
|
const path_listReference = path + '.listReference';
|
|
4874
|
-
const referencepath_listReferenceValidationError = validate$
|
|
4874
|
+
const referencepath_listReferenceValidationError = validate$Y(obj_listReference, path_listReference);
|
|
4875
4875
|
if (referencepath_listReferenceValidationError !== null) {
|
|
4876
4876
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' +
|
|
4877
4877
|
path_listReference +
|
|
@@ -4894,7 +4894,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4894
4894
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
4895
4895
|
const obj_listShares_item = obj_listShares[i];
|
|
4896
4896
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
4897
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
4897
|
+
const referencepath_listShares_itemValidationError = validate$W(obj_listShares_item, path_listShares_item);
|
|
4898
4898
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
4899
4899
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' +
|
|
4900
4900
|
path_listShares_item +
|
|
@@ -4938,7 +4938,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4938
4938
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
4939
4939
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
4940
4940
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
4941
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
4941
|
+
const referencepath_orderedByInfo_itemValidationError = validate$V(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
4942
4942
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
4943
4943
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' +
|
|
4944
4944
|
path_orderedByInfo_item +
|
|
@@ -4954,7 +4954,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
4954
4954
|
const path_scope = path + '.scope';
|
|
4955
4955
|
let obj_scope_union0 = null;
|
|
4956
4956
|
const obj_scope_union0_error = (() => {
|
|
4957
|
-
const referencepath_scopeValidationError = validate$
|
|
4957
|
+
const referencepath_scopeValidationError = validate$S(obj_scope, path_scope);
|
|
4958
4958
|
if (referencepath_scopeValidationError !== null) {
|
|
4959
4959
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
4960
4960
|
message += referencepath_scopeValidationError.message
|
|
@@ -5018,7 +5018,7 @@ function validate$M(obj, path = 'ListInfoRepresentation') {
|
|
|
5018
5018
|
}
|
|
5019
5019
|
const obj_userPreferences = obj.userPreferences;
|
|
5020
5020
|
const path_userPreferences = path + '.userPreferences';
|
|
5021
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
5021
|
+
const referencepath_userPreferencesValidationError = validate$R(obj_userPreferences, path_userPreferences);
|
|
5022
5022
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
5023
5023
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' +
|
|
5024
5024
|
path_userPreferences +
|
|
@@ -5196,7 +5196,7 @@ function equals$n(existing, incoming) {
|
|
|
5196
5196
|
}
|
|
5197
5197
|
const ingest$1q = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5198
5198
|
if (process.env.NODE_ENV !== 'production') {
|
|
5199
|
-
const validateError = validate$
|
|
5199
|
+
const validateError = validate$N(input);
|
|
5200
5200
|
if (validateError !== null) {
|
|
5201
5201
|
throw validateError;
|
|
5202
5202
|
}
|
|
@@ -5266,7 +5266,7 @@ function toSortedStringArray(value) {
|
|
|
5266
5266
|
}
|
|
5267
5267
|
|
|
5268
5268
|
const VERSION$1y = 'd1e589a127fb1060c89070cdb6f500b2';
|
|
5269
|
-
function validate$
|
|
5269
|
+
function validate$M(obj, path = 'RecordTypeInfoRepresentation') {
|
|
5270
5270
|
const v_error = (() => {
|
|
5271
5271
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5272
5272
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5403,7 +5403,7 @@ const getTypeCacheKeys$1u = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
5403
5403
|
|
|
5404
5404
|
const TTL$l = 120000;
|
|
5405
5405
|
const VERSION$1x = '79cb5ac9f44542f683d00245fdfe500d';
|
|
5406
|
-
function validate$
|
|
5406
|
+
function validate$L(obj, path = 'RecordCollectionRepresentation') {
|
|
5407
5407
|
const v_error = (() => {
|
|
5408
5408
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5409
5409
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5793,7 +5793,7 @@ function equals$l(existing, incoming) {
|
|
|
5793
5793
|
}
|
|
5794
5794
|
const ingest$1p = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5795
5795
|
if (process.env.NODE_ENV !== 'production') {
|
|
5796
|
-
const validateError = validate$
|
|
5796
|
+
const validateError = validate$L(input);
|
|
5797
5797
|
if (validateError !== null) {
|
|
5798
5798
|
throw validateError;
|
|
5799
5799
|
}
|
|
@@ -6124,7 +6124,7 @@ function insertFieldsIntoTrie(root, fields, optional) {
|
|
|
6124
6124
|
|
|
6125
6125
|
const TTL$k = 30000;
|
|
6126
6126
|
const VERSION$1v = '98c5b18512e48ca8d28727549507e4ba';
|
|
6127
|
-
function validate$
|
|
6127
|
+
function validate$K(obj, path = 'RecordRepresentation') {
|
|
6128
6128
|
const v_error = (() => {
|
|
6129
6129
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6130
6130
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6338,7 +6338,7 @@ function validate$J(obj, path = 'RecordRepresentation') {
|
|
|
6338
6338
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
6339
6339
|
let obj_recordTypeInfo_union0 = null;
|
|
6340
6340
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
6341
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
6341
|
+
const referencepath_recordTypeInfoValidationError = validate$M(obj_recordTypeInfo, path_recordTypeInfo);
|
|
6342
6342
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
6343
6343
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' +
|
|
6344
6344
|
path_recordTypeInfo +
|
|
@@ -6814,7 +6814,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
6814
6814
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
6815
6815
|
return (input, path, luvio, store, timestamp) => {
|
|
6816
6816
|
if (process.env.NODE_ENV !== 'production') {
|
|
6817
|
-
const validateError = validate$
|
|
6817
|
+
const validateError = validate$K(input);
|
|
6818
6818
|
if (validateError !== null) {
|
|
6819
6819
|
throw validateError;
|
|
6820
6820
|
}
|
|
@@ -8215,7 +8215,7 @@ const keyBuilderFromType$f = function ListRecordCollectionRepresentationKeyBuild
|
|
|
8215
8215
|
|
|
8216
8216
|
const TTL$j = 30000;
|
|
8217
8217
|
const VERSION$1t = 'e5c90c4081cd557f8ffec53028ede1e8';
|
|
8218
|
-
function validate$
|
|
8218
|
+
function validate$J(obj, path = 'ListRecordCollectionRepresentation') {
|
|
8219
8219
|
const v_error = (() => {
|
|
8220
8220
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8221
8221
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8316,7 +8316,7 @@ function validate$I(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
8316
8316
|
}
|
|
8317
8317
|
const obj_listReference = obj.listReference;
|
|
8318
8318
|
const path_listReference = path + '.listReference';
|
|
8319
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8319
|
+
const referencepath_listReferenceValidationError = validate$Y(obj_listReference, path_listReference);
|
|
8320
8320
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8321
8321
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' +
|
|
8322
8322
|
path_listReference +
|
|
@@ -9066,7 +9066,7 @@ function equals$j(existing, incoming) {
|
|
|
9066
9066
|
}
|
|
9067
9067
|
const ingest$1n = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9068
9068
|
if (process.env.NODE_ENV !== 'production') {
|
|
9069
|
-
const validateError = validate$
|
|
9069
|
+
const validateError = validate$J(input);
|
|
9070
9070
|
if (validateError !== null) {
|
|
9071
9071
|
throw validateError;
|
|
9072
9072
|
}
|
|
@@ -9164,7 +9164,7 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, _fullPathFactory) {
|
|
|
9164
9164
|
}
|
|
9165
9165
|
|
|
9166
9166
|
const VERSION$1s = 'cf8d2eb042188974da26ffe6618cfd07';
|
|
9167
|
-
function validate$
|
|
9167
|
+
function validate$I(obj, path = 'ListUiRepresentation') {
|
|
9168
9168
|
const v_error = (() => {
|
|
9169
9169
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9170
9170
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9283,7 +9283,7 @@ function equals$i(existing, incoming) {
|
|
|
9283
9283
|
}
|
|
9284
9284
|
const ingest$1m = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9285
9285
|
if (process.env.NODE_ENV !== 'production') {
|
|
9286
|
-
const validateError = validate$
|
|
9286
|
+
const validateError = validate$I(input);
|
|
9287
9287
|
if (validateError !== null) {
|
|
9288
9288
|
throw validateError;
|
|
9289
9289
|
}
|
|
@@ -9847,7 +9847,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
9847
9847
|
}
|
|
9848
9848
|
|
|
9849
9849
|
const VERSION$1r = '3529c5f7d0eb2206c90a52c6d9f721d4';
|
|
9850
|
-
function validate$
|
|
9850
|
+
function validate$H(obj, path = 'ListViewSummaryRepresentation') {
|
|
9851
9851
|
const v_error = (() => {
|
|
9852
9852
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9853
9853
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9987,7 +9987,7 @@ function equals$h(existing, incoming) {
|
|
|
9987
9987
|
}
|
|
9988
9988
|
const ingest$1l = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9989
9989
|
if (process.env.NODE_ENV !== 'production') {
|
|
9990
|
-
const validateError = validate$
|
|
9990
|
+
const validateError = validate$H(input);
|
|
9991
9991
|
if (validateError !== null) {
|
|
9992
9992
|
throw validateError;
|
|
9993
9993
|
}
|
|
@@ -10008,7 +10008,7 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, _fullPathFactory) {
|
|
|
10008
10008
|
}
|
|
10009
10009
|
|
|
10010
10010
|
const VERSION$1q = 'f4c79fe066da3558499d5ee88c72abcd';
|
|
10011
|
-
function validate$
|
|
10011
|
+
function validate$G(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
10012
10012
|
const v_error = (() => {
|
|
10013
10013
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10014
10014
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10530,7 +10530,7 @@ function equals$g(existing, incoming) {
|
|
|
10530
10530
|
}
|
|
10531
10531
|
const ingest$1k = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10532
10532
|
if (process.env.NODE_ENV !== 'production') {
|
|
10533
|
-
const validateError = validate$
|
|
10533
|
+
const validateError = validate$G(input);
|
|
10534
10534
|
if (validateError !== null) {
|
|
10535
10535
|
throw validateError;
|
|
10536
10536
|
}
|
|
@@ -11707,7 +11707,7 @@ const factory$7 = (luvio) => {
|
|
|
11707
11707
|
}, { contextId: contextId$5 });
|
|
11708
11708
|
};
|
|
11709
11709
|
|
|
11710
|
-
function validate$
|
|
11710
|
+
function validate$F(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
11711
11711
|
const v_error = (() => {
|
|
11712
11712
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11713
11713
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11775,7 +11775,7 @@ var DiscriminatorValues;
|
|
|
11775
11775
|
DiscriminatorValues["Field"] = "Field";
|
|
11776
11776
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
11777
11777
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
11778
|
-
function validate$
|
|
11778
|
+
function validate$E(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
11779
11779
|
const v_error = (() => {
|
|
11780
11780
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11781
11781
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11839,7 +11839,7 @@ function validate$D(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
|
11839
11839
|
return v_error === undefined ? null : v_error;
|
|
11840
11840
|
}
|
|
11841
11841
|
|
|
11842
|
-
function validate$
|
|
11842
|
+
function validate$D(obj, path = 'RecordLayoutItemRepresentation') {
|
|
11843
11843
|
const v_error = (() => {
|
|
11844
11844
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11845
11845
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11883,7 +11883,7 @@ function validate$C(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11883
11883
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
11884
11884
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
11885
11885
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
11886
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
11886
|
+
const referencepath_layoutComponents_itemValidationError = validate$E(obj_layoutComponents_item, path_layoutComponents_item);
|
|
11887
11887
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
11888
11888
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' +
|
|
11889
11889
|
path_layoutComponents_item +
|
|
@@ -11963,7 +11963,7 @@ function validate$C(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11963
11963
|
return v_error === undefined ? null : v_error;
|
|
11964
11964
|
}
|
|
11965
11965
|
|
|
11966
|
-
function validate$
|
|
11966
|
+
function validate$C(obj, path = 'RecordLayoutRowRepresentation') {
|
|
11967
11967
|
const v_error = (() => {
|
|
11968
11968
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11969
11969
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11980,7 +11980,7 @@ function validate$B(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11980
11980
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
11981
11981
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
11982
11982
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
11983
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
11983
|
+
const referencepath_layoutItems_itemValidationError = validate$D(obj_layoutItems_item, path_layoutItems_item);
|
|
11984
11984
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
11985
11985
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' +
|
|
11986
11986
|
path_layoutItems_item +
|
|
@@ -11996,7 +11996,7 @@ function validate$B(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11996
11996
|
return v_error === undefined ? null : v_error;
|
|
11997
11997
|
}
|
|
11998
11998
|
|
|
11999
|
-
function validate$
|
|
11999
|
+
function validate$B(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
12000
12000
|
const v_error = (() => {
|
|
12001
12001
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12002
12002
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12116,7 +12116,7 @@ function validate$A(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
12116
12116
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
12117
12117
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
12118
12118
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
12119
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
12119
|
+
const referencepath_layoutRows_itemValidationError = validate$C(obj_layoutRows_item, path_layoutRows_item);
|
|
12120
12120
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
12121
12121
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' +
|
|
12122
12122
|
path_layoutRows_item +
|
|
@@ -12149,7 +12149,7 @@ function validate$A(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
12149
12149
|
|
|
12150
12150
|
const TTL$i = 900000;
|
|
12151
12151
|
const VERSION$1p = 'fb515e25a89ca1ec154dc865e72b913a';
|
|
12152
|
-
function validate$
|
|
12152
|
+
function validate$A(obj, path = 'RecordLayoutRepresentation') {
|
|
12153
12153
|
const v_error = (() => {
|
|
12154
12154
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12155
12155
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12315,7 +12315,7 @@ function validate$z(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12315
12315
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
12316
12316
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
12317
12317
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
12318
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
12318
|
+
const referencepath_saveOptions_itemValidationError = validate$F(obj_saveOptions_item, path_saveOptions_item);
|
|
12319
12319
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
12320
12320
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' +
|
|
12321
12321
|
path_saveOptions_item +
|
|
@@ -12339,7 +12339,7 @@ function validate$z(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12339
12339
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
12340
12340
|
const obj_sections_item = obj_sections[i];
|
|
12341
12341
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
12342
|
-
const referencepath_sections_itemValidationError = validate$
|
|
12342
|
+
const referencepath_sections_itemValidationError = validate$B(obj_sections_item, path_sections_item);
|
|
12343
12343
|
if (referencepath_sections_itemValidationError !== null) {
|
|
12344
12344
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' +
|
|
12345
12345
|
path_sections_item +
|
|
@@ -12427,7 +12427,7 @@ function equals$f(existing, incoming) {
|
|
|
12427
12427
|
}
|
|
12428
12428
|
const ingest$1j = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12429
12429
|
if (process.env.NODE_ENV !== 'production') {
|
|
12430
|
-
const validateError = validate$
|
|
12430
|
+
const validateError = validate$A(input);
|
|
12431
12431
|
if (validateError !== null) {
|
|
12432
12432
|
throw validateError;
|
|
12433
12433
|
}
|
|
@@ -12447,7 +12447,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, _fullPathFactory) {
|
|
|
12447
12447
|
});
|
|
12448
12448
|
}
|
|
12449
12449
|
|
|
12450
|
-
function validate$
|
|
12450
|
+
function validate$z(obj, path = 'ChildRelationshipRepresentation') {
|
|
12451
12451
|
const v_error = (() => {
|
|
12452
12452
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12453
12453
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12523,7 +12523,7 @@ function validate$y(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
12523
12523
|
return v_error === undefined ? null : v_error;
|
|
12524
12524
|
}
|
|
12525
12525
|
|
|
12526
|
-
function validate$
|
|
12526
|
+
function validate$y(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
12527
12527
|
const v_error = (() => {
|
|
12528
12528
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12529
12529
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12570,7 +12570,7 @@ function validate$x(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
12570
12570
|
return v_error === undefined ? null : v_error;
|
|
12571
12571
|
}
|
|
12572
12572
|
|
|
12573
|
-
function validate$
|
|
12573
|
+
function validate$x(obj, path = 'ReferenceToInfoRepresentation') {
|
|
12574
12574
|
const v_error = (() => {
|
|
12575
12575
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12576
12576
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12608,7 +12608,7 @@ function validate$w(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
12608
12608
|
return v_error === undefined ? null : v_error;
|
|
12609
12609
|
}
|
|
12610
12610
|
|
|
12611
|
-
function validate$
|
|
12611
|
+
function validate$w(obj, path = 'FieldRepresentation') {
|
|
12612
12612
|
const v_error = (() => {
|
|
12613
12613
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12614
12614
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12895,7 +12895,7 @@ function validate$v(obj, path = 'FieldRepresentation') {
|
|
|
12895
12895
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
12896
12896
|
let obj_filteredLookupInfo_union0 = null;
|
|
12897
12897
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
12898
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
12898
|
+
const referencepath_filteredLookupInfoValidationError = validate$y(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
12899
12899
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
12900
12900
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' +
|
|
12901
12901
|
path_filteredLookupInfo +
|
|
@@ -13167,7 +13167,7 @@ function validate$v(obj, path = 'FieldRepresentation') {
|
|
|
13167
13167
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
13168
13168
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
13169
13169
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
13170
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
13170
|
+
const referencepath_referenceToInfos_itemValidationError = validate$x(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
13171
13171
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
13172
13172
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' +
|
|
13173
13173
|
path_referenceToInfos_item +
|
|
@@ -13284,7 +13284,7 @@ function validate$v(obj, path = 'FieldRepresentation') {
|
|
|
13284
13284
|
return v_error === undefined ? null : v_error;
|
|
13285
13285
|
}
|
|
13286
13286
|
|
|
13287
|
-
function validate$
|
|
13287
|
+
function validate$v(obj, path = 'ThemeInfoRepresentation') {
|
|
13288
13288
|
const v_error = (() => {
|
|
13289
13289
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13290
13290
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13350,7 +13350,7 @@ function validate$u(obj, path = 'ThemeInfoRepresentation') {
|
|
|
13350
13350
|
|
|
13351
13351
|
const TTL$h = 900000;
|
|
13352
13352
|
const VERSION$1o = '2302a71ca718abb60353eb88dedb1c12';
|
|
13353
|
-
function validate$
|
|
13353
|
+
function validate$u(obj, path = 'ObjectInfoRepresentation') {
|
|
13354
13354
|
const v_error = (() => {
|
|
13355
13355
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13356
13356
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13470,7 +13470,7 @@ function validate$t(obj, path = 'ObjectInfoRepresentation') {
|
|
|
13470
13470
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
13471
13471
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
13472
13472
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
13473
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
13473
|
+
const referencepath_childRelationships_itemValidationError = validate$z(obj_childRelationships_item, path_childRelationships_item);
|
|
13474
13474
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
13475
13475
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' +
|
|
13476
13476
|
path_childRelationships_item +
|
|
@@ -13620,7 +13620,7 @@ function validate$t(obj, path = 'ObjectInfoRepresentation') {
|
|
|
13620
13620
|
const key = obj_fields_keys[i];
|
|
13621
13621
|
const obj_fields_prop = obj_fields[key];
|
|
13622
13622
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
13623
|
-
const referencepath_fields_propValidationError = validate$
|
|
13623
|
+
const referencepath_fields_propValidationError = validate$w(obj_fields_prop, path_fields_prop);
|
|
13624
13624
|
if (referencepath_fields_propValidationError !== null) {
|
|
13625
13625
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
13626
13626
|
message += referencepath_fields_propValidationError.message
|
|
@@ -13757,7 +13757,7 @@ function validate$t(obj, path = 'ObjectInfoRepresentation') {
|
|
|
13757
13757
|
const key = obj_recordTypeInfos_keys[i];
|
|
13758
13758
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
13759
13759
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
13760
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
13760
|
+
const referencepath_recordTypeInfos_propValidationError = validate$M(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
13761
13761
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
13762
13762
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' +
|
|
13763
13763
|
path_recordTypeInfos_prop +
|
|
@@ -13791,7 +13791,7 @@ function validate$t(obj, path = 'ObjectInfoRepresentation') {
|
|
|
13791
13791
|
const path_themeInfo = path + '.themeInfo';
|
|
13792
13792
|
let obj_themeInfo_union0 = null;
|
|
13793
13793
|
const obj_themeInfo_union0_error = (() => {
|
|
13794
|
-
const referencepath_themeInfoValidationError = validate$
|
|
13794
|
+
const referencepath_themeInfoValidationError = validate$v(obj_themeInfo, path_themeInfo);
|
|
13795
13795
|
if (referencepath_themeInfoValidationError !== null) {
|
|
13796
13796
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
13797
13797
|
message += referencepath_themeInfoValidationError.message
|
|
@@ -13979,7 +13979,7 @@ function equals$e(existing, incoming) {
|
|
|
13979
13979
|
}
|
|
13980
13980
|
const ingest$1i = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13981
13981
|
if (process.env.NODE_ENV !== 'production') {
|
|
13982
|
-
const validateError = validate$
|
|
13982
|
+
const validateError = validate$u(input);
|
|
13983
13983
|
if (validateError !== null) {
|
|
13984
13984
|
throw validateError;
|
|
13985
13985
|
}
|
|
@@ -14021,7 +14021,7 @@ function getRecordId18Array(value) {
|
|
|
14021
14021
|
return dedupe(array).sort();
|
|
14022
14022
|
}
|
|
14023
14023
|
|
|
14024
|
-
function validate$
|
|
14024
|
+
function validate$t(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
14025
14025
|
const v_error = (() => {
|
|
14026
14026
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14027
14027
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14046,7 +14046,7 @@ function validate$s(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
14046
14046
|
|
|
14047
14047
|
const TTL$g = 900000;
|
|
14048
14048
|
const VERSION$1n = '4ba42e1fa0fb00cf78fce86082da41c9';
|
|
14049
|
-
function validate$
|
|
14049
|
+
function validate$s(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
14050
14050
|
const v_error = (() => {
|
|
14051
14051
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14052
14052
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14104,7 +14104,7 @@ function validate$r(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
14104
14104
|
const key = obj_sectionUserStates_keys[i];
|
|
14105
14105
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
14106
14106
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
14107
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
14107
|
+
const referencepath_sectionUserStates_propValidationError = validate$t(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
14108
14108
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
14109
14109
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' +
|
|
14110
14110
|
path_sectionUserStates_prop +
|
|
@@ -14171,7 +14171,7 @@ function equals$d(existing, incoming) {
|
|
|
14171
14171
|
}
|
|
14172
14172
|
const ingest$1h = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14173
14173
|
if (process.env.NODE_ENV !== 'production') {
|
|
14174
|
-
const validateError = validate$
|
|
14174
|
+
const validateError = validate$s(input);
|
|
14175
14175
|
if (validateError !== null) {
|
|
14176
14176
|
throw validateError;
|
|
14177
14177
|
}
|
|
@@ -14184,7 +14184,7 @@ const ingest$1h = function RecordLayoutUserStateRepresentationIngest(input, path
|
|
|
14184
14184
|
|
|
14185
14185
|
const TTL$f = 900000;
|
|
14186
14186
|
const VERSION$1m = '49cdd4bc235a6094c3559cc7735b3b6d';
|
|
14187
|
-
function validate$
|
|
14187
|
+
function validate$r(obj, path = 'RecordUiRepresentation') {
|
|
14188
14188
|
const v_error = (() => {
|
|
14189
14189
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14190
14190
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14507,7 +14507,7 @@ function equals$c(existing, incoming) {
|
|
|
14507
14507
|
}
|
|
14508
14508
|
const ingest$1g = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14509
14509
|
if (process.env.NODE_ENV !== 'production') {
|
|
14510
|
-
const validateError = validate$
|
|
14510
|
+
const validateError = validate$r(input);
|
|
14511
14511
|
if (validateError !== null) {
|
|
14512
14512
|
throw validateError;
|
|
14513
14513
|
}
|
|
@@ -15597,7 +15597,7 @@ const factory$5 = (luvio) => {
|
|
|
15597
15597
|
|
|
15598
15598
|
const TTL$e = 900000;
|
|
15599
15599
|
const VERSION$1l = '252.0.0';
|
|
15600
|
-
function validate$
|
|
15600
|
+
function validate$q(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
15601
15601
|
const v_error = (() => {
|
|
15602
15602
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15603
15603
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15781,7 +15781,7 @@ function merge(existing, incoming) {
|
|
|
15781
15781
|
const dynamicIngest$4 = (ingestParams) => {
|
|
15782
15782
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15783
15783
|
if (process.env.NODE_ENV !== 'production') {
|
|
15784
|
-
const validateError = validate$
|
|
15784
|
+
const validateError = validate$q(input);
|
|
15785
15785
|
if (validateError !== null) {
|
|
15786
15786
|
throw validateError;
|
|
15787
15787
|
}
|
|
@@ -16201,7 +16201,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
16201
16201
|
buildCachedSnapshotCachePolicy$a, buildNetworkSnapshotCachePolicy$b);
|
|
16202
16202
|
};
|
|
16203
16203
|
|
|
16204
|
-
function validate$
|
|
16204
|
+
function validate$p(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
16205
16205
|
const v_error = (() => {
|
|
16206
16206
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16207
16207
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16309,7 +16309,7 @@ function validate$o(obj, path = 'RelatedListRecordsSingleBatchInputRepresentatio
|
|
|
16309
16309
|
}
|
|
16310
16310
|
|
|
16311
16311
|
const VERSION$1k = '4d4bdab5d0aa61e365e766409c9b3a31';
|
|
16312
|
-
function validate$
|
|
16312
|
+
function validate$o(obj, path = 'RelatedListReferenceRepresentation') {
|
|
16313
16313
|
const v_error = (() => {
|
|
16314
16314
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16315
16315
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16826,7 +16826,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
16826
16826
|
|
|
16827
16827
|
const TTL$d = 30000;
|
|
16828
16828
|
const VERSION$1j = '62467c27c19349b70c9db2a8d9d591d9';
|
|
16829
|
-
function validate$
|
|
16829
|
+
function validate$n(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
16830
16830
|
const v_error = (() => {
|
|
16831
16831
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16832
16832
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16964,7 +16964,7 @@ function validate$m(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
16964
16964
|
}
|
|
16965
16965
|
const obj_listReference = obj.listReference;
|
|
16966
16966
|
const path_listReference = path + '.listReference';
|
|
16967
|
-
const referencepath_listReferenceValidationError = validate$
|
|
16967
|
+
const referencepath_listReferenceValidationError = validate$o(obj_listReference, path_listReference);
|
|
16968
16968
|
if (referencepath_listReferenceValidationError !== null) {
|
|
16969
16969
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' +
|
|
16970
16970
|
path_listReference +
|
|
@@ -17533,7 +17533,7 @@ function equals$9(existing, incoming) {
|
|
|
17533
17533
|
}
|
|
17534
17534
|
const ingest$1f = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17535
17535
|
if (process.env.NODE_ENV !== 'production') {
|
|
17536
|
-
const validateError = validate$
|
|
17536
|
+
const validateError = validate$n(input);
|
|
17537
17537
|
if (validateError !== null) {
|
|
17538
17538
|
throw validateError;
|
|
17539
17539
|
}
|
|
@@ -18079,7 +18079,7 @@ function typeCheckConfig$8(untrustedConfig) {
|
|
|
18079
18079
|
const untrustedConfig_relatedListParameters_array = [];
|
|
18080
18080
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
18081
18081
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
18082
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
18082
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$p(untrustedConfig_relatedListParameters_item);
|
|
18083
18083
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
18084
18084
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
18085
18085
|
}
|
|
@@ -18327,7 +18327,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
18327
18327
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
18328
18328
|
};
|
|
18329
18329
|
|
|
18330
|
-
function validate$
|
|
18330
|
+
function validate$m(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
18331
18331
|
const v_error = (() => {
|
|
18332
18332
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18333
18333
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18374,7 +18374,7 @@ function validate$l(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
18374
18374
|
return v_error === undefined ? null : v_error;
|
|
18375
18375
|
}
|
|
18376
18376
|
|
|
18377
|
-
function validate$
|
|
18377
|
+
function validate$l(obj, path = 'SearchFilterInputRepresentation') {
|
|
18378
18378
|
const v_error = (() => {
|
|
18379
18379
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18380
18380
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18489,7 +18489,7 @@ function validate$k(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
18489
18489
|
return v_error === undefined ? null : v_error;
|
|
18490
18490
|
}
|
|
18491
18491
|
|
|
18492
|
-
function validate$
|
|
18492
|
+
function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
18493
18493
|
const v_error = (() => {
|
|
18494
18494
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18495
18495
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18506,7 +18506,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
18506
18506
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
18507
18507
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
18508
18508
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
18509
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
18509
|
+
const referencepath_dataCategories_itemValidationError = validate$m(obj_dataCategories_item, path_dataCategories_item);
|
|
18510
18510
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
18511
18511
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' +
|
|
18512
18512
|
path_dataCategories_item +
|
|
@@ -18530,7 +18530,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
18530
18530
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
18531
18531
|
const obj_filters_item = obj_filters[i];
|
|
18532
18532
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
18533
|
-
const referencepath_filters_itemValidationError = validate$
|
|
18533
|
+
const referencepath_filters_itemValidationError = validate$l(obj_filters_item, path_filters_item);
|
|
18534
18534
|
if (referencepath_filters_itemValidationError !== null) {
|
|
18535
18535
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' +
|
|
18536
18536
|
path_filters_item +
|
|
@@ -18546,7 +18546,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
18546
18546
|
return v_error === undefined ? null : v_error;
|
|
18547
18547
|
}
|
|
18548
18548
|
|
|
18549
|
-
function validate$
|
|
18549
|
+
function validate$j(obj, path = 'ErrorMessageRepresentation') {
|
|
18550
18550
|
const v_error = (() => {
|
|
18551
18551
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18552
18552
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18610,7 +18610,7 @@ function validate$i(obj, path = 'ErrorMessageRepresentation') {
|
|
|
18610
18610
|
return v_error === undefined ? null : v_error;
|
|
18611
18611
|
}
|
|
18612
18612
|
|
|
18613
|
-
function validate$
|
|
18613
|
+
function validate$i(obj, path = 'SearchResultCollectionRepresentation') {
|
|
18614
18614
|
const v_error = (() => {
|
|
18615
18615
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18616
18616
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18628,7 +18628,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
18628
18628
|
const path_error = path + '.error';
|
|
18629
18629
|
let obj_error_union0 = null;
|
|
18630
18630
|
const obj_error_union0_error = (() => {
|
|
18631
|
-
const referencepath_errorValidationError = validate$
|
|
18631
|
+
const referencepath_errorValidationError = validate$j(obj_error, path_error);
|
|
18632
18632
|
if (referencepath_errorValidationError !== null) {
|
|
18633
18633
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
18634
18634
|
message += referencepath_errorValidationError.message
|
|
@@ -18739,7 +18739,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
18739
18739
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
18740
18740
|
const obj_orderBy_item = obj_orderBy[i];
|
|
18741
18741
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
18742
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
18742
|
+
const referencepath_orderBy_itemValidationError = validate$V(obj_orderBy_item, path_orderBy_item);
|
|
18743
18743
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
18744
18744
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' +
|
|
18745
18745
|
path_orderBy_item +
|
|
@@ -18851,7 +18851,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
18851
18851
|
return v_error === undefined ? null : v_error;
|
|
18852
18852
|
}
|
|
18853
18853
|
|
|
18854
|
-
function validate$
|
|
18854
|
+
function validate$h(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
18855
18855
|
const v_error = (() => {
|
|
18856
18856
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18857
18857
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18880,7 +18880,7 @@ function validate$g(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
18880
18880
|
return v_error === undefined ? null : v_error;
|
|
18881
18881
|
}
|
|
18882
18882
|
|
|
18883
|
-
function validate$
|
|
18883
|
+
function validate$g(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
18884
18884
|
const v_error = (() => {
|
|
18885
18885
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18886
18886
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18936,7 +18936,7 @@ function validate$f(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
|
18936
18936
|
return v_error === undefined ? null : v_error;
|
|
18937
18937
|
}
|
|
18938
18938
|
|
|
18939
|
-
function validate$
|
|
18939
|
+
function validate$f(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
18940
18940
|
const v_error = (() => {
|
|
18941
18941
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18942
18942
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18981,7 +18981,7 @@ function validate$e(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
|
18981
18981
|
return v_error === undefined ? null : v_error;
|
|
18982
18982
|
}
|
|
18983
18983
|
|
|
18984
|
-
function validate$
|
|
18984
|
+
function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
|
|
18985
18985
|
const v_error = (() => {
|
|
18986
18986
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18987
18987
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19007,7 +19007,7 @@ function validate$d(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
19007
19007
|
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
19008
19008
|
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
19009
19009
|
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
19010
|
-
const referencepath_appliedFilters_itemValidationError = validate$
|
|
19010
|
+
const referencepath_appliedFilters_itemValidationError = validate$g(obj_appliedFilters_item, path_appliedFilters_item);
|
|
19011
19011
|
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
19012
19012
|
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' +
|
|
19013
19013
|
path_appliedFilters_item +
|
|
@@ -19040,7 +19040,7 @@ function validate$d(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
19040
19040
|
for (let i = 0; i < obj_records.length; i++) {
|
|
19041
19041
|
const obj_records_item = obj_records[i];
|
|
19042
19042
|
const path_records_item = path_records + '[' + i + ']';
|
|
19043
|
-
const referencepath_records_itemValidationError = validate$
|
|
19043
|
+
const referencepath_records_itemValidationError = validate$f(obj_records_item, path_records_item);
|
|
19044
19044
|
if (referencepath_records_itemValidationError !== null) {
|
|
19045
19045
|
let message = 'Object doesn\'t match SearchAnswersRecordRepresentation (at "' +
|
|
19046
19046
|
path_records_item +
|
|
@@ -19056,6 +19056,70 @@ function validate$d(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
19056
19056
|
return v_error === undefined ? null : v_error;
|
|
19057
19057
|
}
|
|
19058
19058
|
|
|
19059
|
+
function validate$d(obj, path = 'NLSResultsRepresentation') {
|
|
19060
|
+
const v_error = (() => {
|
|
19061
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19062
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
19063
|
+
}
|
|
19064
|
+
const obj_hasNoResult = obj.hasNoResult;
|
|
19065
|
+
const path_hasNoResult = path + '.hasNoResult';
|
|
19066
|
+
let obj_hasNoResult_union0 = null;
|
|
19067
|
+
const obj_hasNoResult_union0_error = (() => {
|
|
19068
|
+
if (typeof obj_hasNoResult !== 'boolean') {
|
|
19069
|
+
return new TypeError('Expected "boolean" but received "' +
|
|
19070
|
+
typeof obj_hasNoResult +
|
|
19071
|
+
'" (at "' +
|
|
19072
|
+
path_hasNoResult +
|
|
19073
|
+
'")');
|
|
19074
|
+
}
|
|
19075
|
+
})();
|
|
19076
|
+
// eslint-disable-next-line eqeqeq
|
|
19077
|
+
if (obj_hasNoResult_union0_error != null) {
|
|
19078
|
+
obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
|
|
19079
|
+
}
|
|
19080
|
+
let obj_hasNoResult_union1 = null;
|
|
19081
|
+
const obj_hasNoResult_union1_error = (() => {
|
|
19082
|
+
if (obj_hasNoResult !== null) {
|
|
19083
|
+
return new TypeError('Expected "null" but received "' +
|
|
19084
|
+
typeof obj_hasNoResult +
|
|
19085
|
+
'" (at "' +
|
|
19086
|
+
path_hasNoResult +
|
|
19087
|
+
'")');
|
|
19088
|
+
}
|
|
19089
|
+
})();
|
|
19090
|
+
// eslint-disable-next-line eqeqeq
|
|
19091
|
+
if (obj_hasNoResult_union1_error != null) {
|
|
19092
|
+
obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
|
|
19093
|
+
}
|
|
19094
|
+
if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
|
|
19095
|
+
let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
|
|
19096
|
+
message +=
|
|
19097
|
+
'\n' +
|
|
19098
|
+
obj_hasNoResult_union0
|
|
19099
|
+
.split('\n')
|
|
19100
|
+
.map((line) => '\t' + line)
|
|
19101
|
+
.join('\n');
|
|
19102
|
+
message +=
|
|
19103
|
+
'\n' +
|
|
19104
|
+
obj_hasNoResult_union1
|
|
19105
|
+
.split('\n')
|
|
19106
|
+
.map((line) => '\t' + line)
|
|
19107
|
+
.join('\n');
|
|
19108
|
+
return new TypeError(message);
|
|
19109
|
+
}
|
|
19110
|
+
const obj_results = obj.results;
|
|
19111
|
+
const path_results = path + '.results';
|
|
19112
|
+
if (typeof obj_results !== 'object') {
|
|
19113
|
+
return new TypeError('Expected "object" but received "' +
|
|
19114
|
+
typeof obj_results +
|
|
19115
|
+
'" (at "' +
|
|
19116
|
+
path_results +
|
|
19117
|
+
'")');
|
|
19118
|
+
}
|
|
19119
|
+
})();
|
|
19120
|
+
return v_error === undefined ? null : v_error;
|
|
19121
|
+
}
|
|
19122
|
+
|
|
19059
19123
|
function validate$c(obj, path = 'SearchDataCategoryOutputRepresentation') {
|
|
19060
19124
|
const v_error = (() => {
|
|
19061
19125
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -19264,7 +19328,7 @@ function validate$9(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
19264
19328
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
19265
19329
|
let obj_keywordSearchResults_union0 = null;
|
|
19266
19330
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
19267
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
19331
|
+
const referencepath_keywordSearchResultsValidationError = validate$h(obj_keywordSearchResults, path_keywordSearchResults);
|
|
19268
19332
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
19269
19333
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' +
|
|
19270
19334
|
path_keywordSearchResults +
|
|
@@ -19312,11 +19376,61 @@ function validate$9(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
19312
19376
|
.join('\n');
|
|
19313
19377
|
return new TypeError(message);
|
|
19314
19378
|
}
|
|
19379
|
+
const obj_nlsResults = obj.nlsResults;
|
|
19380
|
+
const path_nlsResults = path + '.nlsResults';
|
|
19381
|
+
let obj_nlsResults_union0 = null;
|
|
19382
|
+
const obj_nlsResults_union0_error = (() => {
|
|
19383
|
+
const referencepath_nlsResultsValidationError = validate$d(obj_nlsResults, path_nlsResults);
|
|
19384
|
+
if (referencepath_nlsResultsValidationError !== null) {
|
|
19385
|
+
let message = 'Object doesn\'t match NLSResultsRepresentation (at "' +
|
|
19386
|
+
path_nlsResults +
|
|
19387
|
+
'")\n';
|
|
19388
|
+
message += referencepath_nlsResultsValidationError.message
|
|
19389
|
+
.split('\n')
|
|
19390
|
+
.map((line) => '\t' + line)
|
|
19391
|
+
.join('\n');
|
|
19392
|
+
return new TypeError(message);
|
|
19393
|
+
}
|
|
19394
|
+
})();
|
|
19395
|
+
// eslint-disable-next-line eqeqeq
|
|
19396
|
+
if (obj_nlsResults_union0_error != null) {
|
|
19397
|
+
obj_nlsResults_union0 = obj_nlsResults_union0_error.message;
|
|
19398
|
+
}
|
|
19399
|
+
let obj_nlsResults_union1 = null;
|
|
19400
|
+
const obj_nlsResults_union1_error = (() => {
|
|
19401
|
+
if (obj_nlsResults !== null) {
|
|
19402
|
+
return new TypeError('Expected "null" but received "' +
|
|
19403
|
+
typeof obj_nlsResults +
|
|
19404
|
+
'" (at "' +
|
|
19405
|
+
path_nlsResults +
|
|
19406
|
+
'")');
|
|
19407
|
+
}
|
|
19408
|
+
})();
|
|
19409
|
+
// eslint-disable-next-line eqeqeq
|
|
19410
|
+
if (obj_nlsResults_union1_error != null) {
|
|
19411
|
+
obj_nlsResults_union1 = obj_nlsResults_union1_error.message;
|
|
19412
|
+
}
|
|
19413
|
+
if (obj_nlsResults_union0 && obj_nlsResults_union1) {
|
|
19414
|
+
let message = 'Object doesn\'t match union (at "' + path_nlsResults + '")';
|
|
19415
|
+
message +=
|
|
19416
|
+
'\n' +
|
|
19417
|
+
obj_nlsResults_union0
|
|
19418
|
+
.split('\n')
|
|
19419
|
+
.map((line) => '\t' + line)
|
|
19420
|
+
.join('\n');
|
|
19421
|
+
message +=
|
|
19422
|
+
'\n' +
|
|
19423
|
+
obj_nlsResults_union1
|
|
19424
|
+
.split('\n')
|
|
19425
|
+
.map((line) => '\t' + line)
|
|
19426
|
+
.join('\n');
|
|
19427
|
+
return new TypeError(message);
|
|
19428
|
+
}
|
|
19315
19429
|
const obj_qnaResult = obj.qnaResult;
|
|
19316
19430
|
const path_qnaResult = path + '.qnaResult';
|
|
19317
19431
|
let obj_qnaResult_union0 = null;
|
|
19318
19432
|
const obj_qnaResult_union0_error = (() => {
|
|
19319
|
-
const referencepath_qnaResultValidationError = validate$
|
|
19433
|
+
const referencepath_qnaResultValidationError = validate$e(obj_qnaResult, path_qnaResult);
|
|
19320
19434
|
if (referencepath_qnaResultValidationError !== null) {
|
|
19321
19435
|
let message = 'Object doesn\'t match SearchAnswersResultRepresentation (at "' +
|
|
19322
19436
|
path_qnaResult +
|
|
@@ -19547,7 +19661,7 @@ function typeCheckConfig$6(untrustedConfig) {
|
|
|
19547
19661
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
19548
19662
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
19549
19663
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
19550
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
19664
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$k(untrustedConfig_searchObjectOptions_prop);
|
|
19551
19665
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
19552
19666
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
19553
19667
|
untrustedConfig_searchObjectOptions_object[key] =
|
|
@@ -19690,7 +19804,7 @@ function validate$8(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
19690
19804
|
}
|
|
19691
19805
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
19692
19806
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
19693
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
19807
|
+
const referencepath_keywordSearchResultValidationError = validate$i(obj_keywordSearchResult, path_keywordSearchResult);
|
|
19694
19808
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
19695
19809
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' +
|
|
19696
19810
|
path_keywordSearchResult +
|
|
@@ -19871,7 +19985,7 @@ function typeCheckConfig$5(untrustedConfig) {
|
|
|
19871
19985
|
const untrustedConfig_filters_array = [];
|
|
19872
19986
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
19873
19987
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
19874
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
19988
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$l(untrustedConfig_filters_item);
|
|
19875
19989
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
19876
19990
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
19877
19991
|
}
|
|
@@ -20814,7 +20928,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
20814
20928
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
20815
20929
|
let obj_recordTypeInfo_union0 = null;
|
|
20816
20930
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
20817
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
20931
|
+
const referencepath_recordTypeInfoValidationError = validate$M(obj_recordTypeInfo, path_recordTypeInfo);
|
|
20818
20932
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
20819
20933
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' +
|
|
20820
20934
|
path_recordTypeInfo +
|
|
@@ -42171,8 +42285,12 @@ class UiApiActionHandler extends AbstractResourceRequestActionHandler {
|
|
|
42171
42285
|
this.sideEffectService = sideEffectService;
|
|
42172
42286
|
this.durableRecordStore = durableRecordStore;
|
|
42173
42287
|
this.handlerId = LDS_ACTION_HANDLER_ID;
|
|
42288
|
+
this.sideEffectHooks = [];
|
|
42174
42289
|
recordService.registerRecordHandler(this);
|
|
42175
42290
|
}
|
|
42291
|
+
setSideEffectHooks(hooks) {
|
|
42292
|
+
this.sideEffectHooks = hooks;
|
|
42293
|
+
}
|
|
42176
42294
|
async buildPendingAction(request, queue) {
|
|
42177
42295
|
const resolvedRequest = this.resolveResourceRequest(request);
|
|
42178
42296
|
let pendingAction = (await super.buildPendingAction(resolvedRequest, queue));
|
|
@@ -42333,21 +42451,30 @@ class UiApiActionHandler extends AbstractResourceRequestActionHandler {
|
|
|
42333
42451
|
}
|
|
42334
42452
|
async draftActionToSideEffects(action) {
|
|
42335
42453
|
const method = action.data.method;
|
|
42454
|
+
const apiName = action.metadata[LDS_ACTION_METADATA_API_NAME];
|
|
42455
|
+
const effects = [];
|
|
42456
|
+
const hookTriggers = this.sideEffectHooks.filter((h) => h.on === method && h.apiName === apiName);
|
|
42336
42457
|
switch (method) {
|
|
42337
42458
|
case 'post': {
|
|
42338
|
-
|
|
42339
|
-
|
|
42340
|
-
|
|
42459
|
+
effects.push(await this.sideEffectService.createRecordCreateSideEffect(action.targetId, action.id, `${action.id}-${action.targetId}`, action.metadata[LDS_ACTION_METADATA_API_NAME], action.timestamp, action.data.body.fields));
|
|
42460
|
+
break;
|
|
42461
|
+
}
|
|
42462
|
+
case 'patch': {
|
|
42463
|
+
effects.push(await this.sideEffectService.createRecordUpdateSideEffect(action.targetId, action.id, `${action.id}-${action.targetId}`, action.metadata[LDS_ACTION_METADATA_API_NAME], action.timestamp, action.data.body.fields));
|
|
42464
|
+
break;
|
|
42465
|
+
}
|
|
42466
|
+
case 'delete': {
|
|
42467
|
+
effects.push(await this.sideEffectService.createRecordDeleteSideEffect(action.targetId, action.id, `${action.id}-${action.targetId}`, action.metadata[LDS_ACTION_METADATA_API_NAME], action.timestamp));
|
|
42468
|
+
break;
|
|
42469
|
+
}
|
|
42470
|
+
}
|
|
42471
|
+
for (const trigger of hookTriggers) {
|
|
42472
|
+
const hookEffects = await trigger.then(action.id, action.timestamp, action.targetId, action.data.body.fields);
|
|
42473
|
+
for (const hookEffect of hookEffects) {
|
|
42474
|
+
effects.push(hookEffect);
|
|
42341
42475
|
}
|
|
42342
|
-
case 'patch':
|
|
42343
|
-
return [
|
|
42344
|
-
await this.sideEffectService.createRecordUpdateSideEffect(action.targetId, action.id, `${action.id}-${action.targetId}`, action.metadata[LDS_ACTION_METADATA_API_NAME], action.timestamp, action.data.body.fields),
|
|
42345
|
-
];
|
|
42346
|
-
case 'delete':
|
|
42347
|
-
return [
|
|
42348
|
-
await this.sideEffectService.createRecordDeleteSideEffect(action.targetId, action.id, `${action.id}-${action.targetId}`, action.metadata[LDS_ACTION_METADATA_API_NAME], action.timestamp),
|
|
42349
|
-
];
|
|
42350
42476
|
}
|
|
42477
|
+
return effects;
|
|
42351
42478
|
}
|
|
42352
42479
|
updateMetadata(existingMetadata, incomingMetadata) {
|
|
42353
42480
|
// ensure the the api name cannot be overwritten in the incoming metadata
|
|
@@ -47021,7 +47148,7 @@ function isRecordType(type) {
|
|
|
47021
47148
|
return Boolean(interfaces.find((iface) => iface.name === 'Record'));
|
|
47022
47149
|
}
|
|
47023
47150
|
|
|
47024
|
-
var uiapiSchemaString = "scalar String\nscalar DateTime\nscalar Currency\nscalar ID\nscalar Boolean\nscalar Longitude\nscalar Float\nscalar MultiPicklist\nscalar Base64\nscalar Url\nscalar PhoneNumber\nscalar Email\nscalar TextArea\nscalar Latitude\nscalar Picklist\nscalar RichTextArea\nscalar EncryptedString\nscalar Double\nscalar Long\nscalar JSON\nscalar Time\nscalar Int\nscalar Percent\nscalar LongTextArea\nscalar IdOrRef\nscalar Date\ntype PercentAggregate implements FieldValue {\n value: Percent\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: PercentValue\n min: PercentValue\n sum: PercentValue\n}\n\ntype StringAggregate implements FieldValue {\n value: String\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n label: String\n max: StringValue\n min: StringValue\n}\n\ntype Query {\n uiapi: UIAPI!\n analytics: Analytics__Analytics! @fieldCategory\n setup: Setup__Setup! @fieldCategory\n}\n\ninput EmailOperators {\n eq: Email\n ne: Email\n like: Email\n lt: Email\n gt: Email\n lte: Email\n gte: Email\n in: [Email]\n nin: [Email]\n}\n\ninput PolymorphicParentRelationshipRecordOrderBy @generic {\n RecordOrderBy: RecordOrderBy @fieldCategory\n}\n\ninput DoubleOperators {\n eq: Double\n ne: Double\n lt: Double\n gt: Double\n lte: Double\n gte: Double\n in: [Double]\n nin: [Double]\n}\n\ntype DateOnlyAggregation {\n value: Date\n format: String\n}\n\ntype RecordCreatePayload @generic {\n Record: RecordRepresentation\n}\n\ntype DateAggregate implements FieldValue {\n value: Date\n displayValue: String\n calendarMonth: DateFunctionAggregation\n calendarQuarter: DateFunctionAggregation\n calendarYear: DateFunctionAggregation\n count: LongValue\n countDistinct: LongValue\n dayInMonth: DateFunctionAggregation\n dayInWeek: DateFunctionAggregation\n dayInYear: DateFunctionAggregation\n fiscalMonth: DateFunctionAggregation\n fiscalQuarter: DateFunctionAggregation\n fiscalYear: DateFunctionAggregation\n format: String\n grouping: IntValue\n max: DateValue\n min: DateValue\n weekInMonth: DateFunctionAggregation\n weekInYear: DateFunctionAggregation\n}\n\ninput PolymorphicParentRelationshipGroupBy @generic {\n RecordGroupBy: RecordGroupBy @fieldCategory\n}\n\nenum GroupByFunction {\n DAY_IN_WEEK\n DAY_IN_MONTH\n DAY_IN_YEAR\n WEEK_IN_MONTH\n WEEK_IN_YEAR\n CALENDAR_MONTH\n CALENDAR_QUARTER\n CALENDAR_YEAR\n FISCAL_MONTH\n FISCAL_QUARTER\n FISCAL_YEAR\n DAY_ONLY\n HOUR_IN_DAY\n}\n\ntype RecordTypeInfo {\n available: Boolean!\n defaultRecordTypeMapping: Boolean!\n master: Boolean!\n name: String\n recordTypeId: ID\n}\n\ninput UIAPIMutationsInput {\n allOrNone: Boolean = true\n}\n\ntype BooleanValue implements FieldValue {\n value: Boolean\n displayValue: String\n}\n\ntype ReferenceToInfo {\n ApiName: String!\n nameFields: [String]!\n objectInfo: ObjectInfo\n}\n\ninterface FieldValue {\n displayValue: String\n}\n\ntype LongitudeValue implements FieldValue {\n value: Longitude\n displayValue: String\n}\n\ntype StringValue implements FieldValue {\n value: String\n displayValue: String\n label: String\n}\n\ntype IntValue implements FieldValue {\n value: Int\n displayValue: String\n format: String\n}\n\ntype UrlValue implements FieldValue {\n value: Url\n displayValue: String\n}\n\ninput IdOperators {\n eq: ID\n ne: ID\n lt: ID\n gt: ID\n lte: ID\n gte: ID\n in: [ID]\n nin: [ID]\n inq: JoinInput\n ninq: JoinInput\n}\n\ninput Setup__SetupOrderBy @generic {\n orderableField: OrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableParentRelationship: Setup__SetupOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipRecordOrderBy @fieldCategory\n}\n\ntype LongAggregate implements FieldValue {\n value: Long\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n grouping: IntValue\n max: LongValue\n min: LongValue\n sum: LongValue\n}\n\ntype PhoneNumberAggregate implements FieldValue {\n value: PhoneNumber\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: PhoneNumberValue\n min: PhoneNumberValue\n}\n\ninput TimeOperators {\n eq: Time\n ne: Time\n lt: Time\n gt: Time\n lte: Time\n gte: Time\n in: [Time]\n nin: [Time]\n}\n\ntype PicklistValue implements FieldValue {\n value: Picklist\n displayValue: String\n label: String\n}\n\ntype CurrencyAggregate implements FieldValue {\n value: Currency\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: CurrencyValue\n min: CurrencyValue\n sum: CurrencyValue\n}\n\ntype RelatedListInfo {\n childApiName: String!\n relatedListName: String!\n label: String!\n displayColumns: [ListColumn!]!\n orderedByInfo: [ListOrder!]!\n parentApiName: String!\n fieldApiName: String!\n}\n\ninput StringOperators {\n eq: String\n ne: String\n like: String\n lt: String\n gt: String\n lte: String\n gte: String\n in: [String]\n nin: [String]\n}\n\ntype UIAPI {\n query: RecordQuery!\n aggregate: RecordQueryAggregate!\n objectInfos(apiNames: [String], locale: String): [ObjectInfo]\n relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo\n}\n\ninput MultiPicklistOperators {\n eq: MultiPicklist\n ne: MultiPicklist\n includes: [MultiPicklist]\n excludes: [MultiPicklist]\n}\n\ntype DateTimeAggregate implements FieldValue {\n value: DateTime\n displayValue: String\n calendarMonth: DateFunctionAggregation\n calendarQuarter: DateFunctionAggregation\n calendarYear: DateFunctionAggregation\n count: LongValue\n countDistinct: LongValue\n dayInMonth: DateFunctionAggregation\n dayInWeek: DateFunctionAggregation\n dayInYear: DateFunctionAggregation\n dayOnly: DateOnlyAggregation\n fiscalMonth: DateFunctionAggregation\n fiscalQuarter: DateFunctionAggregation\n fiscalYear: DateFunctionAggregation\n format: String\n hourInDay: DateFunctionAggregation\n max: DateTimeValue\n min: DateTimeValue\n weekInMonth: DateFunctionAggregation\n weekInYear: DateFunctionAggregation\n}\n\ninput BooleanOperators {\n eq: Boolean\n ne: Boolean\n}\n\ntype EmailAggregate implements FieldValue {\n value: Email\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: EmailValue\n min: EmailValue\n}\n\n#enum OrderByType {\n#}\n\ninput GroupByDateFunction {\n function: GroupByFunction\n}\n\ntype RichTextAreaValue implements FieldValue {\n value: RichTextArea\n displayValue: String\n}\n\ntype MultiPicklistValue implements FieldValue {\n value: MultiPicklist\n displayValue: String\n label: String\n}\n\ntype Setup__SetupEdge @generic {\n node: Setup__EntityRepresentation\n cursor: String!\n}\n\ninput DatePrimitiveOperators {\n eq: Date\n ne: Date\n lt: Date\n gt: Date\n lte: Date\n gte: Date\n in: [Date]\n nin: [Date]\n}\n\ntype TimeAggregate implements FieldValue {\n value: Time\n displayValue: String\n format: String\n hourInDay: DateFunctionAggregation\n}\n\ntype __Type {\n kind: __TypeKind!\n name: String\n description: String\n fields(includeDeprecated: Boolean = false): [__Field!]\n interfaces: [__Type!]\n possibleTypes: [__Type!]\n enumValues(includeDeprecated: Boolean = false): [__EnumValue!]\n inputFields: [__InputValue!]\n ofType: __Type\n}\n\ntype ListColumn {\n fieldApiName: String!\n label: String!\n lookupId: String\n sortable: Boolean\n}\n\ntype Setup__SetupQuery {\n # scope should be RecordScope, but it is an empty enum\n recordQuery(after: String, first: Int, orderBy: Setup__SetupOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupConnection @fieldCategory\n}\n\ntype Setup__SetupQueryAggregate {\n recordQueryAggregate(after: String, first: Int, groupBy: Setup__SetupGroupBy, orderBy: Setup__SetupAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupAggregateConnection @fieldCategory\n}\n\ntype Setup__SetupRecordAggregate @generic {\n ApiName: String!\n BooleanAggregate: BooleanAggregate @fieldCategory\n CurrencyAggregate: CurrencyAggregate @fieldCategory\n DateAggregate: DateAggregate @fieldCategory\n DoubleAggregate: DoubleAggregate @fieldCategory\n EmailAggregate: EmailAggregate @fieldCategory\n IDAggregate: IDAggregate @fieldCategory\n IntAggregate: IntAggregate @fieldCategory\n LatitudeAggregate: LatitudeAggregate @fieldCategory\n LongAggregate: LongAggregate @fieldCategory\n LongitudeAggregate: LongitudeAggregate @fieldCategory\n PercentAggregate: PercentAggregate @fieldCategory\n PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory\n PicklistAggregate: PicklistAggregate @fieldCategory\n StringAggregate: StringAggregate @fieldCategory\n TextAreaAggregate: TextAreaAggregate @fieldCategory\n TimeAggregate: TimeAggregate @fieldCategory\n UrlAggregate: UrlAggregate @fieldCategory\n parentRelationship: Setup__SetupRecordAggregate @fieldCategory\n polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship @fieldCategory\n}\n\ntype Setup__SetupRecordResult @generic {\n aggregate: Setup__SetupRecordAggregate\n}\n\ntype SObject__Field {\n name: String!\n value: String\n}\n\nenum SObject__FieldType {\n ALL\n CUSTOM\n STANDARD\n}\n\ntype Setup__EntityRepresentation @generic {\n Id: ID!\n ApiName: String!\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n Entity__fields(type: SObject__FieldType): [SObject__Field]!\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n parentRelationship: Setup__EntityRepresentation @fieldCategory\n polymorphicParentRelationship: Setup__SetupPolymorphicParentRelationship @fieldCategory\n childRelationship(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupOrderBy, upperBound: Int): Setup__SetupConnection @fieldCategory\n CompoundField: CompoundField @fieldCategory\n}\n\ntype LatitudeAggregate implements FieldValue {\n value: Latitude\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n max: LatitudeValue\n min: LatitudeValue\n sum: DoubleValue\n}\n\ninput CurrencyOperators {\n eq: Currency\n ne: Currency\n lt: Currency\n gt: Currency\n lte: Currency\n gte: Currency\n in: [Currency]\n nin: [Currency]\n}\n\ninput DistanceInput {\n latitude: Latitude!\n longitude: Longitude!\n}\n\nunion PolymorphicAggregateParentRelationship @generic = RecordAggregate\n\nunion PolymorphicParentRelationship @generic = RecordRepresentation\n\nenum AggregateOrderByNumberFunction {\n AVG\n COUNT\n COUNT_DISTINCT\n MAX\n MIN\n SUM\n}\n\ntype LongTextAreaValue implements FieldValue {\n value: LongTextArea\n displayValue: String\n}\n\ntype LatitudeValue implements FieldValue {\n value: Latitude\n displayValue: String\n}\n\ninput OrderByClause {\n order: ResultOrder\n nulls: NullOrder\n}\n\ninput GroupByClause {\n group: Boolean\n}\n\ntype RecordAggregateConnection @generic {\n edges: [RecordAggregateEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n}\n\ntype LongitudeAggregate implements FieldValue {\n value: Longitude\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n max: LongitudeValue\n min: LongitudeValue\n sum: DoubleValue\n}\n\ntype RecordEdge @generic {\n node: RecordRepresentation\n cursor: String!\n}\n\nunion Setup__SetupPolymorphicParentRelationship @generic = Setup__EntityRepresentation\n\ntype DateValue implements FieldValue {\n value: Date\n displayValue: String\n format: String\n}\n\ninput URLOperators {\n eq: Url\n ne: Url\n like: Url\n lt: Url\n gt: Url\n lte: Url\n gte: Url\n in: [Url]\n nin: [Url]\n}\n\ninput LongOperators {\n eq: Long\n ne: Long\n lt: Long\n gt: Long\n lte: Long\n gte: Long\n in: [Long]\n nin: [Long]\n}\n\nenum DataType {\n STRING\n TEXTAREA\n PHONE\n EMAIL\n URL\n ENCRYPTEDSTRING\n BOOLEAN\n CURRENCY\n INT\n LONG\n DOUBLE\n PERCENT\n DATETIME\n TIME\n DATE\n REFERENCE\n PICKLIST\n MULTIPICKLIST\n ADDRESS\n LOCATION\n BASE64\n COMPLEXVALUE\n COMBOBOX\n JSON\n JUNCTIONIDLIST\n ANYTYPE\n}\n\nenum NullOrder {\n FIRST\n LAST\n}\n\ntype PhoneNumberValue implements FieldValue {\n value: PhoneNumber\n displayValue: String\n}\n\n# Cannot have empty enum\n# enum RecordScope @generic {\n# }\n\ninput Setup__SetupFilter @generic {\n and: [Setup__SetupFilter]\n or: [Setup__SetupFilter]\n not: Setup__SetupFilter\n parentRelationshipRecordFilter: Setup__SetupFilter @fieldCategory\n polymorphicParentRelationshipRecordFilter: Setup__SetupPolymorphicParentRelationshipRecordFilter @fieldCategory\n IntegerOperator: IntegerOperators @fieldCategory\n LongOperator: LongOperators @fieldCategory\n StringOperator: StringOperators @fieldCategory\n DoubleOperator: DoubleOperators @fieldCategory\n PercentOperator: PercentOperators @fieldCategory\n LongitudeOperator: LongitudeOperators @fieldCategory\n LatitudeOperator: LatitudeOperators @fieldCategory\n EmailOperator: EmailOperators @fieldCategory\n TextAreaOperator: TextAreaOperators @fieldCategory\n LongTextAreaOperator: LongTextAreaOperators @fieldCategory\n URLOperator: URLOperators @fieldCategory\n PhoneNumberOperator: PhoneNumberOperators @fieldCategory\n BooleanOperator: BooleanOperators @fieldCategory\n Setup__IdOperator: Setup__IdOperators @fieldCategory\n CurrencyOperator: CurrencyOperators @fieldCategory\n TimeOperator: TimeOperators @fieldCategory\n DateOperator: DateOperators @fieldCategory\n DateTimeOperator: DateTimeOperators @fieldCategory\n PicklistOperator: PicklistOperators @fieldCategory\n MultiPicklistOperator: MultiPicklistOperators @fieldCategory\n GeolocationOperator: GeolocationOperators @fieldCategory\n}\n\ntype DoubleAggregate implements FieldValue {\n value: Double\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: DoubleValue\n min: DoubleValue\n sum: DoubleValue\n}\n\ntype __Field {\n name: String!\n description: String\n args: [__InputValue!]!\n type: __Type!\n isDeprecated: Boolean!\n deprecationReason: String\n}\n\ninput DateOperators {\n eq: DateInput\n ne: DateInput\n lt: DateInput\n gt: DateInput\n lte: DateInput\n gte: DateInput\n in: [DateInput]\n nin: [DateInput]\n DAY_IN_WEEK: DateFunctionInput\n DAY_IN_MONTH: DateFunctionInput\n DAY_IN_YEAR: DateFunctionInput\n WEEK_IN_MONTH: DateFunctionInput\n WEEK_IN_YEAR: DateFunctionInput\n CALENDAR_MONTH: DateFunctionInput\n CALENDAR_QUARTER: DateFunctionInput\n CALENDAR_YEAR: DateFunctionInput\n FISCAL_MONTH: DateFunctionInput\n FISCAL_QUARTER: DateFunctionInput\n FISCAL_YEAR: DateFunctionInput\n}\n\ninput GeolocationInput {\n latitude: Latitude!\n longitude: Longitude!\n radius: Float!\n unit: Unit!\n}\n\ninput JoinInput {\n Record: RecordFilter @fieldCategory\n ApiName: String\n}\n\ninput TextAreaOperators {\n eq: TextArea\n ne: TextArea\n like: TextArea\n lt: TextArea\n gt: TextArea\n lte: TextArea\n gte: TextArea\n in: [TextArea]\n nin: [TextArea]\n}\n\ntype TextAreaValue implements FieldValue {\n value: TextArea\n displayValue: String\n}\n\ntype RecordUpdatePayload @generic {\n success: Boolean\n}\n\ninput PercentOperators {\n eq: Percent\n ne: Percent\n lt: Percent\n gt: Percent\n lte: Percent\n gte: Percent\n in: [Percent]\n nin: [Percent]\n}\n\ninput Setup__SetupPolymorphicParentRelationshipRecordOrderBy @generic {\n Setup__SetupOrderBy: Setup__SetupOrderBy @fieldCategory\n}\n\ntype DoubleValue implements FieldValue {\n value: Double\n displayValue: String\n format: String\n}\n\ntype IDAggregate implements FieldValue {\n value: ID\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: IDValue\n min: IDValue\n}\n\ntype __InputValue {\n name: String!\n description: String\n type: __Type!\n defaultValue: String\n}\n\ntype RecordAggregateEdge @generic {\n node: RecordResult\n cursor: String!\n}\n\ntype __Directive {\n name: String\n description: String\n locations: [__DirectiveLocation!]\n args: [__InputValue!]!\n}\n\ninput RecordCreateInput @generic {\n record: RecordCreateRepresentation! @fieldCategory\n}\n\ntype ThemeInfo {\n color: String\n iconUrl: String\n}\n\ninput AggregateOrderByStringClause {\n function: AggregateOrderByStringFunction\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype RecordDeletePayload {\n Id: ID\n}\n\ntype UrlAggregate implements FieldValue {\n value: Url\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: UrlValue\n min: UrlValue\n}\n\nenum DateLiteral {\n LAST_YEAR\n LAST_WEEK\n THIS_QUARTER\n NEXT_FISCAL_YEAR\n LAST_QUARTER\n TOMORROW\n NEXT_FISCAL_QUARTER\n YESTERDAY\n NEXT_QUARTER\n THIS_FISCAL_QUARTER\n THIS_WEEK\n LAST_MONTH\n LAST_90_DAYS\n NEXT_90_DAYS\n THIS_FISCAL_YEAR\n NEXT_WEEK\n TODAY\n NEXT_YEAR\n NEXT_MONTH\n LAST_FISCAL_QUARTER\n THIS_MONTH\n LAST_FISCAL_YEAR\n THIS_YEAR\n}\n\ntype __EnumValue {\n name: String!\n description: String\n isDeprecated: Boolean!\n deprecationReason: String\n}\n\ntype RecordRepresentation implements Record @generic {\n Id: ID!\n ApiName: String!\n WeakEtag: Long!\n DisplayValue: String\n LastModifiedById: IDValue\n LastModifiedDate: DateTimeValue\n SystemModstamp: DateTimeValue\n RecordTypeId(fallback: Boolean): IDValue\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n parentRelationship: RecordRepresentation @fieldCategory\n polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory\n childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, upperBound: Int): RecordConnection @fieldCategory\n CompoundField: CompoundField @fieldCategory\n}\n\ntype IDValue implements FieldValue {\n value: ID\n displayValue: String\n}\n\nenum Unit {\n MI\n KM\n}\n\ninput PolymorphicParentRelationshipOrderBy @generic {\n RecordAggregateOrderBy: RecordAggregateOrderBy @fieldCategory\n}\n\ninput OrderByGeolocationClause {\n distance: DistanceInput\n order: ResultOrder\n nulls: NullOrder\n}\n\ninput Setup__IdOperators {\n eq: ID\n ne: ID\n lt: ID\n gt: ID\n lte: ID\n gte: ID\n in: [ID]\n nin: [ID]\n inq: Setup__JoinInput\n ninq: Setup__JoinInput\n}\n\nenum NullsOrder {\n FIRST\n LAST\n}\n\ntype TextAreaAggregate implements FieldValue {\n value: TextArea\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: TextAreaValue\n min: TextAreaValue\n}\n\nenum GroupByType {\n GROUP_BY\n ROLLUP\n CUBE\n}\n\nenum ResultOrder {\n ASC\n DESC\n}\n\ninput RecordOrderBy @generic {\n orderableField: OrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableParentRelationship: RecordOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory\n}\n\ninput Setup__JoinInput {\n Record: Setup__SetupFilter @fieldCategory\n ApiName: String\n}\n\ninput PicklistOperators {\n eq: Picklist\n ne: Picklist\n in: [Picklist]\n nin: [Picklist]\n like: Picklist\n lt: Picklist\n gt: Picklist\n lte: Picklist\n gte: Picklist\n}\n\nenum ResultsOrder {\n ASC\n DESC\n}\n\ninput RecordFilter @generic {\n and: [RecordFilter]\n or: [RecordFilter]\n not: RecordFilter\n parentRelationshipRecordFilter: RecordFilter @fieldCategory\n polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory\n IntegerOperator: IntegerOperators @fieldCategory\n LongOperator: LongOperators @fieldCategory\n StringOperator: StringOperators @fieldCategory\n DoubleOperator: DoubleOperators @fieldCategory\n PercentOperator: PercentOperators @fieldCategory\n LongitudeOperator: LongitudeOperators @fieldCategory\n LatitudeOperator: LatitudeOperators @fieldCategory\n EmailOperator: EmailOperators @fieldCategory\n TextAreaOperator: TextAreaOperators @fieldCategory\n LongTextAreaOperator: LongTextAreaOperators @fieldCategory\n URLOperator: URLOperators @fieldCategory\n PhoneNumberOperator: PhoneNumberOperators @fieldCategory\n BooleanOperator: BooleanOperators @fieldCategory\n IdOperator: IdOperators @fieldCategory\n CurrencyOperator: CurrencyOperators @fieldCategory\n TimeOperator: TimeOperators @fieldCategory\n DateOperator: DateOperators @fieldCategory\n DateTimeOperator: DateTimeOperators @fieldCategory\n PicklistOperator: PicklistOperators @fieldCategory\n MultiPicklistOperator: MultiPicklistOperators @fieldCategory\n GeolocationOperator: GeolocationOperators @fieldCategory\n}\n\ntype TimeValue implements FieldValue {\n value: Time\n displayValue: String\n format: String\n}\n\ninput GeolocationOperators {\n lt: GeolocationInput\n gt: GeolocationInput\n}\n\ntype PicklistAggregate implements FieldValue {\n value: Picklist\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n label: String\n max: PicklistValue\n min: PicklistValue\n}\n\ninput LatitudeOperators {\n eq: Latitude\n ne: Latitude\n lt: Latitude\n gt: Latitude\n lte: Latitude\n gte: Latitude\n in: [Latitude]\n nin: [Latitude]\n}\n\ninput RecordUpdateRepresentation @generic {\n Int: Int @fieldCategory\n String: String @fieldCategory\n Boolean: Boolean @fieldCategory\n ID: IdOrRef @fieldCategory\n DateTime: DateTime @fieldCategory\n Time: Time @fieldCategory\n Date: Date @fieldCategory\n TextArea: TextArea @fieldCategory\n LongTextArea: LongTextArea @fieldCategory\n RichTextArea: RichTextArea @fieldCategory\n PhoneNumber: PhoneNumber @fieldCategory\n Email: Email @fieldCategory\n Url: Url @fieldCategory\n EncryptedString: EncryptedString @fieldCategory\n Currency: Currency @fieldCategory\n Longitude: Longitude @fieldCategory\n Latitude: Latitude @fieldCategory\n Picklist: Picklist @fieldCategory\n MultiPicklist: MultiPicklist @fieldCategory\n Long: Long @fieldCategory\n Double: Double @fieldCategory\n Percent: Percent @fieldCategory\n Base64: Base64 @fieldCategory\n JSON: JSON @fieldCategory\n}\n\ntype DateTimeValue implements FieldValue {\n value: DateTime\n displayValue: String\n format: String\n}\n\ninput RecordDeleteInput {\n Id: IdOrRef!\n}\n\nenum __DirectiveLocation {\n QUERY\n MUTATION\n FIELD\n FRAGMENT_DEFINITION\n FRAGMENT_SPREAD\n INLINE_FRAGMENT\n SCHEMA\n SCALAR\n OBJECT\n FIELD_DEFINITION\n ARGUMENT_DEFINITION\n INTERFACE\n UNION\n ENUM\n ENUM_VALUE\n INPUT_OBJECT\n INPUT_FIELD_DEFINITION\n}\n\ntype IntAggregate implements FieldValue {\n value: Int\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n grouping: IntValue\n max: IntValue\n min: IntValue\n sum: LongValue\n}\n\ntype ListOrder {\n fieldApiName: String!\n sortDirection: ResultOrder\n}\n\ntype RecordAggregate @generic {\n ApiName: String!\n BooleanAggregate: BooleanAggregate @fieldCategory\n CurrencyAggregate: CurrencyAggregate @fieldCategory\n DateAggregate: DateAggregate @fieldCategory\n DoubleAggregate: DoubleAggregate @fieldCategory\n EmailAggregate: EmailAggregate @fieldCategory\n IDAggregate: IDAggregate @fieldCategory\n IntAggregate: IntAggregate @fieldCategory\n LatitudeAggregate: LatitudeAggregate @fieldCategory\n LongitudeAggregate: LongitudeAggregate @fieldCategory\n LongAggregate: LongAggregate @fieldCategory\n PercentAggregate: PercentAggregate @fieldCategory\n PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory\n PicklistAggregate: PicklistAggregate @fieldCategory\n StringAggregate: StringAggregate @fieldCategory\n TextAreaAggregate: TextAreaAggregate @fieldCategory\n TimeAggregate: TimeAggregate @fieldCategory\n UrlAggregate: UrlAggregate @fieldCategory\n parentRelationship: RecordAggregate @fieldCategory\n polymorphicParentRelationship: PolymorphicAggregateParentRelationship @fieldCategory\n}\n\ntype JSONValue implements FieldValue {\n value: JSON\n displayValue: String\n}\n\ntype EmailValue implements FieldValue {\n value: Email\n displayValue: String\n}\n\ntype Setup__Setup {\n query: Setup__SetupQuery!\n aggregate: Setup__SetupQueryAggregate!\n}\n\ntype Setup__SetupAggregateConnection @generic {\n edges: [Setup__SetupAggregateEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n}\n\ninput Setup__SetupGroupBy @generic {\n groupableDateField: GroupByDateFunction @fieldCategory\n groupableField: GroupByClause @fieldCategory\n groupableParentRelationship: Setup__SetupGroupBy @fieldCategory\n groupablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipGroupBy @fieldCategory\n type: GroupByType = GROUP_BY\n}\n\ntype Setup__SetupAggregateEdge @generic {\n cursor: String!\n node: Setup__SetupRecordResult\n}\n\ninput Setup__SetupAggregateOrderBy @generic {\n orderableField: NoFunctionAggregateOrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableNumberField: AggregateOrderByNumberClause @fieldCategory\n orderableParentRelationship: Setup__SetupAggregateOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipOrderBy @fieldCategory\n orderableStringField: AggregateOrderByStringClause @fieldCategory\n type: String\n}\n\n\nenum AggregateOrderByStringFunction {\n COUNT\n COUNT_DISTINCT\n MAX\n MIN\n}\n\ntype LongValue implements FieldValue {\n value: Long\n displayValue: String\n format: String\n}\n\ninput DateFunctionInput {\n value: LongOperators\n convertTimezoneValue: LongOperators\n}\n\n# Mutations aren't supported yet.\n#type Mutation {\n# uiapi(input: UIAPIMutationsInput): UIAPIMutations!\n#}\n\ntype DependentField {\n controllingField: String!\n dependentFields: [String]!\n}\n\ninput LongTextAreaOperators {\n eq: LongTextArea\n ne: LongTextArea\n like: LongTextArea\n lt: LongTextArea\n gt: LongTextArea\n lte: LongTextArea\n gte: LongTextArea\n in: [LongTextArea]\n nin: [LongTextArea]\n}\n\nenum __TypeKind {\n SCALAR\n OBJECT\n INTERFACE\n UNION\n ENUM\n INPUT_OBJECT\n LIST\n NON_NULL\n}\n\ntype Setup__SetupConnection @generic {\n edges: [Setup__SetupEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n pageResultCount: Int!\n}\n\ntype PercentValue implements FieldValue {\n value: Percent\n displayValue: String\n format: String\n}\n\ninput DateTimeOperators {\n eq: DateTimeInput\n ne: DateTimeInput\n lt: DateTimeInput\n gt: DateTimeInput\n lte: DateTimeInput\n gte: DateTimeInput\n in: [DateTimeInput]\n nin: [DateTimeInput]\n DAY_IN_WEEK: DateFunctionInput\n DAY_IN_MONTH: DateFunctionInput\n DAY_IN_YEAR: DateFunctionInput\n WEEK_IN_MONTH: DateFunctionInput\n WEEK_IN_YEAR: DateFunctionInput\n CALENDAR_MONTH: DateFunctionInput\n CALENDAR_QUARTER: DateFunctionInput\n CALENDAR_YEAR: DateFunctionInput\n FISCAL_MONTH: DateFunctionInput\n FISCAL_QUARTER: DateFunctionInput\n FISCAL_YEAR: DateFunctionInput\n DAY_ONLY: DateTimeFunctionInput\n HOUR_IN_DAY: DateFunctionInput\n}\n\ninput NoFunctionAggregateOrderByClause {\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype BooleanAggregate implements FieldValue {\n value: Boolean\n displayValue: String\n grouping: IntValue\n}\n\ntype RecordQueryAggregate {\n # RecordScope is replaced with String\n recordQueryAggregate(after: String, first: Int, groupBy: RecordGroupBy, orderBy: RecordAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordAggregateConnection @fieldCategory\n}\n\ninput RecordAggregateOrderBy @generic {\n orderableField: NoFunctionAggregateOrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableNumberField: AggregateOrderByNumberClause @fieldCategory\n orderableParentRelationship: RecordAggregateOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: PolymorphicParentRelationshipOrderBy @fieldCategory\n orderableStringField: AggregateOrderByStringClause @fieldCategory\n type: String\n}\n\ntype RecordConnection @generic {\n edges: [RecordEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n pageResultCount: Int!\n}\n\ntype FilteredLookupInfo {\n controllingFields: [String]!\n dependent: Boolean!\n optionalFilter: Boolean!\n}\n\ninput PhoneNumberOperators {\n eq: PhoneNumber\n ne: PhoneNumber\n like: PhoneNumber\n lt: PhoneNumber\n gt: PhoneNumber\n lte: PhoneNumber\n gte: PhoneNumber\n in: [PhoneNumber]\n nin: [PhoneNumber]\n}\n\ntype ObjectInfo {\n ApiName: String!\n childRelationships: [ChildRelationship]!\n createable: Boolean!\n custom: Boolean!\n defaultRecordTypeId: ID\n deletable: Boolean!\n dependentFields: [DependentField]!\n feedEnabled: Boolean!\n fields: [Field]!\n keyPrefix: String\n label: String\n labelPlural: String\n layoutable: Boolean!\n mruEnabled: Boolean!\n nameFields: [String]!\n queryable: Boolean!\n recordTypeInfos: [RecordTypeInfo]!\n searchable: Boolean!\n themeInfo: ThemeInfo\n updateable: Boolean!\n locale: String\n}\n\ninput LongitudeOperators {\n eq: Longitude\n ne: Longitude\n lt: Longitude\n gt: Longitude\n lte: Longitude\n gte: Longitude\n in: [Longitude]\n nin: [Longitude]\n}\n\ninput RecordCreateRepresentation @generic {\n Int: Int @fieldCategory\n String: String @fieldCategory\n Boolean: Boolean @fieldCategory\n ID: IdOrRef @fieldCategory\n DateTime: DateTime @fieldCategory\n Time: Time @fieldCategory\n Date: Date @fieldCategory\n TextArea: TextArea @fieldCategory\n LongTextArea: LongTextArea @fieldCategory\n RichTextArea: RichTextArea @fieldCategory\n PhoneNumber: PhoneNumber @fieldCategory\n Email: Email @fieldCategory\n Url: Url @fieldCategory\n EncryptedString: EncryptedString @fieldCategory\n Currency: Currency @fieldCategory\n Longitude: Longitude @fieldCategory\n Latitude: Latitude @fieldCategory\n Picklist: Picklist @fieldCategory\n MultiPicklist: MultiPicklist @fieldCategory\n Long: Long @fieldCategory\n Double: Double @fieldCategory\n Percent: Percent @fieldCategory\n Base64: Base64 @fieldCategory\n JSON: JSON @fieldCategory\n}\n\ntype Field {\n ApiName: String!\n calculated: Boolean!\n compound: Boolean!\n compoundComponentName: String\n compoundFieldName: String\n controllerName: String\n controllingFields: [String]!\n createable: Boolean!\n custom: Boolean!\n dataType: DataType\n extraTypeInfo: FieldExtraTypeInfo\n filterable: Boolean!\n filteredLookupInfo: FilteredLookupInfo\n highScaleNumber: Boolean!\n htmlFormatted: Boolean!\n inlineHelpText: String\n label: String\n nameField: Boolean!\n polymorphicForeignKey: Boolean!\n precision: Int\n reference: Boolean!\n referenceTargetField: String\n referenceToInfos: [ReferenceToInfo]!\n relationshipName: String\n required: Boolean!\n scale: Int\n searchPrefilterable: Boolean\n sortable: Boolean!\n updateable: Boolean!\n}\n\nenum FieldExtraTypeInfo {\n IMAGE_URL\n EXTERNAL_LOOKUP\n INDIRECT_LOOKUP\n PERSONNAME\n SWITCHABLE_PERSONNAME\n PLAINTEXTAREA\n RICHTEXTAREA\n}\n\ntype RateLimit {\n cost: Long\n limit: Long\n remaining: Long\n resetAt: DateTime\n}\n\ninput DateRange {\n last_n_days: Int\n next_n_days: Int\n last_n_weeks: Int\n next_n_weeks: Int\n last_n_months: Int\n next_n_months: Int\n last_n_quarters: Int\n next_n_quarters: Int\n last_n_fiscal_quarters: Int\n next_n_fiscal_quarters: Int\n last_n_years: Int\n next_n_years: Int\n last_n_fiscal_years: Int\n next_n_fiscal_years: Int\n n_days_ago: Int\n n_weeks_ago: Int\n n_months_ago: Int\n n_quarters_ago: Int\n n_years_ago: Int\n n_fiscal_quarters_ago: Int\n n_fiscal_years_ago: Int\n}\n\ntype UIAPIMutations {\n recordCreate(input: RecordCreateInput!): RecordCreatePayload @fieldCategory\n recordDelete(input: RecordDeleteInput!): RecordDeletePayload @fieldCategory\n recordUpdate(input: RecordUpdateInput!): RecordUpdatePayload @fieldCategory\n}\n\ninput DateTimeFunctionInput {\n value: DatePrimitiveOperators\n convertTimezoneValue: DatePrimitiveOperators\n}\n\ntype Base64Value implements FieldValue {\n value: Base64\n displayValue: String\n}\n\ninput IntegerOperators {\n eq: Int\n ne: Int\n lt: Int\n gt: Int\n lte: Int\n gte: Int\n in: [Int]\n nin: [Int]\n}\n\ntype EncryptedStringValue implements FieldValue {\n value: EncryptedString\n displayValue: String\n}\n\ninterface Record {\n Id: ID!\n ApiName: String!\n WeakEtag: Long!\n DisplayValue: String\n LastModifiedById: IDValue\n LastModifiedDate: DateTimeValue\n SystemModstamp: DateTimeValue\n RecordTypeId(fallback: Boolean): IDValue\n}\n\ninput PolymorphicParentRelationshipRecordFilter @generic {\n RecordFilter: RecordFilter @fieldCategory\n}\n\ninput AggregateOrderByNumberClause {\n function: AggregateOrderByNumberFunction\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype __Schema {\n types: [__Type!]!\n queryType: __Type!\n mutationType: __Type\n directives: [__Directive!]!\n subscriptionType: __Type\n}\n\ninput Setup__SetupPolymorphicParentRelationshipRecordFilter @generic {\n Setup__SetupFilter: Setup__SetupFilter @fieldCategory\n}\n\nunion Setup__SetupPolymorphicAggregateParentRelationship @generic = Setup__SetupRecordAggregate\n\ninput Setup__SetupPolymorphicParentRelationshipGroupBy @generic {\n Setup__SetupGroupBy: Setup__SetupGroupBy @fieldCategory\n}\n\ninput Setup__SetupPolymorphicParentRelationshipOrderBy @generic {\n Setup__SetupAggregateOrderBy: Setup__SetupAggregateOrderBy @fieldCategory\n}\n\ntype CompoundField @generic {\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n}\n\ninput RecordUpdateInput @generic {\n Id: IdOrRef!\n record: RecordUpdateRepresentation! @fieldCategory\n}\n\ninput DateTimeInput {\n value: DateTime\n literal: DateLiteral\n range: DateRange\n}\n\ntype ChildRelationship {\n childObjectApiName: String!\n fieldName: String\n junctionIdListNames: [String]!\n junctionReferenceTo: [String]!\n relationshipName: String\n objectInfo: ObjectInfo\n}\n\ntype RecordResult @generic {\n aggregate: RecordAggregate\n}\n\ntype PageInfo {\n hasNextPage: Boolean!\n hasPreviousPage: Boolean!\n startCursor: String\n endCursor: String\n}\n\ntype CurrencyValue implements FieldValue {\n value: Currency\n displayValue: String\n format: String\n}\n\ninput DateInput {\n value: Date\n literal: DateLiteral\n range: DateRange\n}\n\ninput RecordGroupBy @generic {\n groupableField: GroupByClause @fieldCategory\n groupableDateField: GroupByDateFunction @fieldCategory\n groupableParentRelationship: RecordGroupBy @fieldCategory\n groupablePolymorphicParentRelationship: PolymorphicParentRelationshipGroupBy @fieldCategory\n type: GroupByType = GROUP_BY\n}\n\ntype DateFunctionAggregation {\n value: Long\n format: String\n}\n\ntype RecordQuery {\n recordQuery(after: String, first: Int, orderBy: RecordOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordConnection @fieldCategory\n}\n\n# add browse family schema\ntype Analytics__Analytics {\n # assetTypes: [AnalyticsAssetType], but AnalyticsAssetType is an empty enum\n browse(after: String, assetTypes: [String], first: Int, orderBy: Analytics__AnalyticsOrderBy, where: Analytics__AnalyticsFilter): Analytics__AnalyticsBrowse!\n # Add other fields here if needed\n}\n\n# enum AnalyticsAssetType @generic {\n# }\n\n\ntype Analytics__AnalyticsBrowse {\n edges: [Analytics__AnalyticsEdge]\n totalCount: Int!\n pageResultCount: Int!\n pageInfo: PageInfo!\n}\n\ntype Analytics__AnalyticsEdge {\n node: Analytics__AnalyticsRepresentation\n cursor: String!\n}\n\ntype Analytics__AnalyticsRepresentation {\n MasterLabel: StringValue\n CreatedById: IDValue\n CreatedDate: DateTimeValue\n LastModifiedDate: DateTimeValue\n LastModifiedById: IDValue\n Id: ID!\n ApiName: String!\n}\n\ninput Analytics__AnalyticsOrderBy {\n MasterLabel: Analytics__OrderByInput\n Id: Analytics__OrderByInput\n ApiName: Analytics__OrderByInput\n CreatedById: Analytics__OrderByInput\n CreatedDate: Analytics__OrderByInput\n LastModifiedDate: Analytics__OrderByInput\n LastModifiedById: Analytics__OrderByInput\n}\n\ninput Analytics__OrderByInput {\n order: Analytics__SortEnumType\n}\n\nenum Analytics__SortEnumType {\n ASC\n DESC\n}\n\ninput Analytics__AnalyticsFilter {\n Id: Setup__IdOperators\n MasterLabel: StringOperators\n CreatedById: Setup__IdOperators\n CreatedDate: DateTimeOperators\n LastModifiedById: Setup__IdOperators\n LastModifiedDate: DateTimeOperators\n and: [Analytics__AnalyticsFilter]\n or: [Analytics__AnalyticsFilter]\n not: Analytics__AnalyticsFilter\n}\n\ndirective @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT\ndirective @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE\ndirective @category(name: String!) on FIELD";
|
|
47151
|
+
var uiapiSchemaString = "scalar String\nscalar DateTime\nscalar Currency\nscalar ID\nscalar Boolean\nscalar Longitude\nscalar Float\nscalar MultiPicklist\nscalar Base64\nscalar Url\nscalar PhoneNumber\nscalar Email\nscalar TextArea\nscalar Latitude\nscalar Picklist\nscalar RichTextArea\nscalar EncryptedString\nscalar Double\nscalar Long\nscalar JSON\nscalar Time\nscalar Int\nscalar Percent\nscalar LongTextArea\nscalar IdOrRef\nscalar Date\ntype PercentAggregate implements FieldValue {\n value: Percent\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: PercentValue\n min: PercentValue\n sum: PercentValue\n}\n\ntype StringAggregate implements FieldValue {\n value: String\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n label: String\n max: StringValue\n min: StringValue\n}\n\ntype Query {\n uiapi: UIAPI!\n analytics: Analytics__Analytics! @fieldCategory\n setup: Setup__Setup! @fieldCategory\n}\n\ninput EmailOperators {\n eq: Email\n ne: Email\n like: Email\n lt: Email\n gt: Email\n lte: Email\n gte: Email\n in: [Email]\n nin: [Email]\n}\n\ninput PolymorphicParentRelationshipRecordOrderBy @generic {\n RecordOrderBy: RecordOrderBy @fieldCategory\n}\n\ninput DoubleOperators {\n eq: Double\n ne: Double\n lt: Double\n gt: Double\n lte: Double\n gte: Double\n in: [Double]\n nin: [Double]\n}\n\ntype DateOnlyAggregation {\n value: Date\n format: String\n}\n\ntype RecordCreatePayload @generic {\n Record: RecordRepresentation\n}\n\ntype DateAggregate implements FieldValue {\n value: Date\n displayValue: String\n calendarMonth: DateFunctionAggregation\n calendarQuarter: DateFunctionAggregation\n calendarYear: DateFunctionAggregation\n count: LongValue\n countDistinct: LongValue\n dayInMonth: DateFunctionAggregation\n dayInWeek: DateFunctionAggregation\n dayInYear: DateFunctionAggregation\n fiscalMonth: DateFunctionAggregation\n fiscalQuarter: DateFunctionAggregation\n fiscalYear: DateFunctionAggregation\n format: String\n grouping: IntValue\n max: DateValue\n min: DateValue\n weekInMonth: DateFunctionAggregation\n weekInYear: DateFunctionAggregation\n}\n\ninput PolymorphicParentRelationshipGroupBy @generic {\n RecordGroupBy: RecordGroupBy @fieldCategory\n}\n\nenum GroupByFunction {\n DAY_IN_WEEK\n DAY_IN_MONTH\n DAY_IN_YEAR\n WEEK_IN_MONTH\n WEEK_IN_YEAR\n CALENDAR_MONTH\n CALENDAR_QUARTER\n CALENDAR_YEAR\n FISCAL_MONTH\n FISCAL_QUARTER\n FISCAL_YEAR\n DAY_ONLY\n HOUR_IN_DAY\n}\n\ntype RecordTypeInfo {\n available: Boolean!\n defaultRecordTypeMapping: Boolean!\n master: Boolean!\n name: String\n recordTypeId: ID\n}\n\ninput UIAPIMutationsInput {\n allOrNone: Boolean = true\n}\n\ntype BooleanValue implements FieldValue {\n value: Boolean\n displayValue: String\n}\n\ntype ReferenceToInfo {\n ApiName: String!\n nameFields: [String]!\n objectInfo: ObjectInfo\n}\n\ninterface FieldValue {\n displayValue: String\n}\n\ntype LongitudeValue implements FieldValue {\n value: Longitude\n displayValue: String\n}\n\ntype StringValue implements FieldValue {\n value: String\n displayValue: String\n label: String\n}\n\ntype IntValue implements FieldValue {\n value: Int\n displayValue: String\n format: String\n}\n\ntype UrlValue implements FieldValue {\n value: Url\n displayValue: String\n}\n\ninput IdOperators {\n eq: ID\n ne: ID\n lt: ID\n gt: ID\n lte: ID\n gte: ID\n in: [ID]\n nin: [ID]\n inq: JoinInput\n ninq: JoinInput\n}\n\ninput Setup__SetupOrderBy @generic {\n orderableField: OrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableParentRelationship: Setup__SetupOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipRecordOrderBy @fieldCategory\n}\n\ntype LongAggregate implements FieldValue {\n value: Long\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n grouping: IntValue\n max: LongValue\n min: LongValue\n sum: LongValue\n}\n\ntype PhoneNumberAggregate implements FieldValue {\n value: PhoneNumber\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: PhoneNumberValue\n min: PhoneNumberValue\n}\n\ninput TimeOperators {\n eq: Time\n ne: Time\n lt: Time\n gt: Time\n lte: Time\n gte: Time\n in: [Time]\n nin: [Time]\n}\n\ntype PicklistValue implements FieldValue {\n value: Picklist\n displayValue: String\n label: String\n}\n\ntype CurrencyAggregate implements FieldValue {\n value: Currency\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: CurrencyValue\n min: CurrencyValue\n sum: CurrencyValue\n}\n\ntype RelatedListInfo {\n childApiName: String!\n relatedListName: String!\n label: String!\n displayColumns: [ListColumn!]!\n orderedByInfo: [ListOrder!]!\n parentApiName: String!\n fieldApiName: String!\n}\n\ninput StringOperators {\n eq: String\n ne: String\n like: String\n lt: String\n gt: String\n lte: String\n gte: String\n in: [String]\n nin: [String]\n}\n\ntype UIAPI {\n query: RecordQuery!\n aggregate: RecordQueryAggregate!\n objectInfos(apiNames: [String], locale: String): [ObjectInfo]\n relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo\n}\n\ninput MultiPicklistOperators {\n eq: MultiPicklist\n ne: MultiPicklist\n includes: [MultiPicklist]\n excludes: [MultiPicklist]\n}\n\ntype DateTimeAggregate implements FieldValue {\n value: DateTime\n displayValue: String\n calendarMonth: DateFunctionAggregation\n calendarQuarter: DateFunctionAggregation\n calendarYear: DateFunctionAggregation\n count: LongValue\n countDistinct: LongValue\n dayInMonth: DateFunctionAggregation\n dayInWeek: DateFunctionAggregation\n dayInYear: DateFunctionAggregation\n dayOnly: DateOnlyAggregation\n fiscalMonth: DateFunctionAggregation\n fiscalQuarter: DateFunctionAggregation\n fiscalYear: DateFunctionAggregation\n format: String\n hourInDay: DateFunctionAggregation\n max: DateTimeValue\n min: DateTimeValue\n weekInMonth: DateFunctionAggregation\n weekInYear: DateFunctionAggregation\n}\n\ninput BooleanOperators {\n eq: Boolean\n ne: Boolean\n}\n\ntype EmailAggregate implements FieldValue {\n value: Email\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: EmailValue\n min: EmailValue\n}\n\n#enum OrderByType {\n#}\n\ninput GroupByDateFunction {\n function: GroupByFunction\n}\n\ntype RichTextAreaValue implements FieldValue {\n value: RichTextArea\n displayValue: String\n}\n\ntype MultiPicklistValue implements FieldValue {\n value: MultiPicklist\n displayValue: String\n label: String\n}\n\ntype Setup__SetupEdge @generic {\n node: Setup__EntityRepresentation\n cursor: String!\n}\n\ninput DatePrimitiveOperators {\n eq: Date\n ne: Date\n lt: Date\n gt: Date\n lte: Date\n gte: Date\n in: [Date]\n nin: [Date]\n}\n\ntype TimeAggregate implements FieldValue {\n value: Time\n displayValue: String\n format: String\n hourInDay: DateFunctionAggregation\n}\n\ntype __Type {\n kind: __TypeKind!\n name: String\n description: String\n fields(includeDeprecated: Boolean = false): [__Field!]\n interfaces: [__Type!]\n possibleTypes: [__Type!]\n enumValues(includeDeprecated: Boolean = false): [__EnumValue!]\n inputFields: [__InputValue!]\n ofType: __Type\n}\n\ntype ListColumn {\n fieldApiName: String!\n label: String!\n lookupId: String\n sortable: Boolean\n}\n\ntype Setup__SetupQuery {\n # scope should be RecordScope, but it is an empty enum\n recordQuery(after: String, first: Int, orderBy: Setup__SetupOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupConnection @fieldCategory\n}\n\ntype Setup__SetupQueryAggregate {\n recordQueryAggregate(after: String, first: Int, groupBy: Setup__SetupGroupBy, orderBy: Setup__SetupAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupAggregateConnection @fieldCategory\n}\n\ntype Setup__SetupRecordAggregate @generic {\n ApiName: String!\n BooleanAggregate: BooleanAggregate @fieldCategory\n CurrencyAggregate: CurrencyAggregate @fieldCategory\n DateAggregate: DateAggregate @fieldCategory\n DoubleAggregate: DoubleAggregate @fieldCategory\n EmailAggregate: EmailAggregate @fieldCategory\n IDAggregate: IDAggregate @fieldCategory\n IntAggregate: IntAggregate @fieldCategory\n LatitudeAggregate: LatitudeAggregate @fieldCategory\n LongAggregate: LongAggregate @fieldCategory\n LongitudeAggregate: LongitudeAggregate @fieldCategory\n PercentAggregate: PercentAggregate @fieldCategory\n PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory\n PicklistAggregate: PicklistAggregate @fieldCategory\n StringAggregate: StringAggregate @fieldCategory\n TextAreaAggregate: TextAreaAggregate @fieldCategory\n TimeAggregate: TimeAggregate @fieldCategory\n UrlAggregate: UrlAggregate @fieldCategory\n parentRelationship: Setup__SetupRecordAggregate @fieldCategory\n polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship @fieldCategory\n}\n\ntype Setup__SetupRecordResult @generic {\n aggregate: Setup__SetupRecordAggregate\n}\n\ntype SObject__Field {\n name: String!\n value: String\n}\n\nenum SObject__FieldType {\n ALL\n CUSTOM\n STANDARD\n}\n\ntype Setup__EntityRepresentation @generic {\n Id: ID!\n ApiName: String!\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n Entity__fields(type: SObject__FieldType): [SObject__Field]!\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n parentRelationship: Setup__EntityRepresentation @fieldCategory\n polymorphicParentRelationship: Setup__SetupPolymorphicParentRelationship @fieldCategory\n childRelationship(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupOrderBy, upperBound: Int): Setup__SetupConnection @fieldCategory\n CompoundField: CompoundField @fieldCategory\n}\n\ntype LatitudeAggregate implements FieldValue {\n value: Latitude\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n max: LatitudeValue\n min: LatitudeValue\n sum: DoubleValue\n}\n\ninput CurrencyOperators {\n eq: Currency\n ne: Currency\n lt: Currency\n gt: Currency\n lte: Currency\n gte: Currency\n in: [Currency]\n nin: [Currency]\n}\n\ninput DistanceInput {\n latitude: Latitude!\n longitude: Longitude!\n}\n\nunion PolymorphicAggregateParentRelationship @generic = RecordAggregate\n\nunion PolymorphicParentRelationship @generic = RecordRepresentation\n\nenum AggregateOrderByNumberFunction {\n AVG\n COUNT\n COUNT_DISTINCT\n MAX\n MIN\n SUM\n}\n\ntype LongTextAreaValue implements FieldValue {\n value: LongTextArea\n displayValue: String\n}\n\ntype LatitudeValue implements FieldValue {\n value: Latitude\n displayValue: String\n}\n\ninput OrderByClause {\n order: ResultOrder\n nulls: NullOrder\n}\n\ninput GroupByClause {\n group: Boolean\n}\n\ntype RecordAggregateConnection @generic {\n edges: [RecordAggregateEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n}\n\ntype LongitudeAggregate implements FieldValue {\n value: Longitude\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n max: LongitudeValue\n min: LongitudeValue\n sum: DoubleValue\n}\n\ntype RecordEdge @generic {\n node: RecordRepresentation\n cursor: String!\n}\n\nunion Setup__SetupPolymorphicParentRelationship @generic = Setup__EntityRepresentation\n\ntype DateValue implements FieldValue {\n value: Date\n displayValue: String\n format: String\n}\n\ninput URLOperators {\n eq: Url\n ne: Url\n like: Url\n lt: Url\n gt: Url\n lte: Url\n gte: Url\n in: [Url]\n nin: [Url]\n}\n\ninput LongOperators {\n eq: Long\n ne: Long\n lt: Long\n gt: Long\n lte: Long\n gte: Long\n in: [Long]\n nin: [Long]\n}\n\nenum DataType {\n STRING\n TEXTAREA\n PHONE\n EMAIL\n URL\n ENCRYPTEDSTRING\n BOOLEAN\n CURRENCY\n INT\n LONG\n DOUBLE\n PERCENT\n DATETIME\n TIME\n DATE\n REFERENCE\n PICKLIST\n MULTIPICKLIST\n ADDRESS\n LOCATION\n BASE64\n COMPLEXVALUE\n COMBOBOX\n JSON\n JUNCTIONIDLIST\n ANYTYPE\n}\n\nenum NullOrder {\n FIRST\n LAST\n}\n\ntype PhoneNumberValue implements FieldValue {\n value: PhoneNumber\n displayValue: String\n}\n\n# Cannot have empty enum\n# enum RecordScope @generic {\n# }\n\ninput Setup__SetupFilter @generic {\n and: [Setup__SetupFilter]\n or: [Setup__SetupFilter]\n not: Setup__SetupFilter\n parentRelationshipRecordFilter: Setup__SetupFilter @fieldCategory\n polymorphicParentRelationshipRecordFilter: Setup__SetupPolymorphicParentRelationshipRecordFilter @fieldCategory\n IntegerOperator: IntegerOperators @fieldCategory\n LongOperator: LongOperators @fieldCategory\n StringOperator: StringOperators @fieldCategory\n DoubleOperator: DoubleOperators @fieldCategory\n PercentOperator: PercentOperators @fieldCategory\n LongitudeOperator: LongitudeOperators @fieldCategory\n LatitudeOperator: LatitudeOperators @fieldCategory\n EmailOperator: EmailOperators @fieldCategory\n TextAreaOperator: TextAreaOperators @fieldCategory\n LongTextAreaOperator: LongTextAreaOperators @fieldCategory\n URLOperator: URLOperators @fieldCategory\n PhoneNumberOperator: PhoneNumberOperators @fieldCategory\n BooleanOperator: BooleanOperators @fieldCategory\n Setup__IdOperator: Setup__IdOperators @fieldCategory\n CurrencyOperator: CurrencyOperators @fieldCategory\n TimeOperator: TimeOperators @fieldCategory\n DateOperator: DateOperators @fieldCategory\n DateTimeOperator: DateTimeOperators @fieldCategory\n PicklistOperator: PicklistOperators @fieldCategory\n MultiPicklistOperator: MultiPicklistOperators @fieldCategory\n GeolocationOperator: GeolocationOperators @fieldCategory\n}\n\ntype DoubleAggregate implements FieldValue {\n value: Double\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n max: DoubleValue\n min: DoubleValue\n sum: DoubleValue\n}\n\ntype __Field {\n name: String!\n description: String\n args: [__InputValue!]!\n type: __Type!\n isDeprecated: Boolean!\n deprecationReason: String\n}\n\ninput DateOperators {\n eq: DateInput\n ne: DateInput\n lt: DateInput\n gt: DateInput\n lte: DateInput\n gte: DateInput\n in: [DateInput]\n nin: [DateInput]\n DAY_IN_WEEK: DateFunctionInput\n DAY_IN_MONTH: DateFunctionInput\n DAY_IN_YEAR: DateFunctionInput\n WEEK_IN_MONTH: DateFunctionInput\n WEEK_IN_YEAR: DateFunctionInput\n CALENDAR_MONTH: DateFunctionInput\n CALENDAR_QUARTER: DateFunctionInput\n CALENDAR_YEAR: DateFunctionInput\n FISCAL_MONTH: DateFunctionInput\n FISCAL_QUARTER: DateFunctionInput\n FISCAL_YEAR: DateFunctionInput\n}\n\ninput GeolocationInput {\n latitude: Latitude!\n longitude: Longitude!\n radius: Float!\n unit: Unit!\n}\n\ninput JoinInput {\n Record: RecordFilter @fieldCategory\n ApiName: String\n}\n\ninput TextAreaOperators {\n eq: TextArea\n ne: TextArea\n like: TextArea\n lt: TextArea\n gt: TextArea\n lte: TextArea\n gte: TextArea\n in: [TextArea]\n nin: [TextArea]\n}\n\ntype TextAreaValue implements FieldValue {\n value: TextArea\n displayValue: String\n}\n\ntype RecordUpdatePayload @generic {\n success: Boolean\n}\n\ninput PercentOperators {\n eq: Percent\n ne: Percent\n lt: Percent\n gt: Percent\n lte: Percent\n gte: Percent\n in: [Percent]\n nin: [Percent]\n}\n\ninput Setup__SetupPolymorphicParentRelationshipRecordOrderBy @generic {\n Setup__SetupOrderBy: Setup__SetupOrderBy @fieldCategory\n}\n\ntype DoubleValue implements FieldValue {\n value: Double\n displayValue: String\n format: String\n}\n\ntype IDAggregate implements FieldValue {\n value: ID\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: IDValue\n min: IDValue\n}\n\ntype __InputValue {\n name: String!\n description: String\n type: __Type!\n defaultValue: String\n}\n\ntype RecordAggregateEdge @generic {\n node: RecordResult\n cursor: String!\n}\n\ntype __Directive {\n name: String\n description: String\n locations: [__DirectiveLocation!]\n args: [__InputValue!]!\n}\n\ninput RecordCreateInput @generic {\n record: RecordCreateRepresentation! @fieldCategory\n}\n\ntype ThemeInfo {\n color: String\n iconUrl: String\n}\n\ninput AggregateOrderByStringClause {\n function: AggregateOrderByStringFunction\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype RecordDeletePayload {\n Id: ID\n}\n\ntype UrlAggregate implements FieldValue {\n value: Url\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: UrlValue\n min: UrlValue\n}\n\nenum DateLiteral {\n LAST_YEAR\n LAST_WEEK\n THIS_QUARTER\n NEXT_FISCAL_YEAR\n LAST_QUARTER\n TOMORROW\n NEXT_FISCAL_QUARTER\n YESTERDAY\n NEXT_QUARTER\n THIS_FISCAL_QUARTER\n THIS_WEEK\n LAST_MONTH\n LAST_90_DAYS\n NEXT_90_DAYS\n THIS_FISCAL_YEAR\n NEXT_WEEK\n TODAY\n NEXT_YEAR\n NEXT_MONTH\n LAST_FISCAL_QUARTER\n THIS_MONTH\n LAST_FISCAL_YEAR\n THIS_YEAR\n}\n\ntype __EnumValue {\n name: String!\n description: String\n isDeprecated: Boolean!\n deprecationReason: String\n}\n\ntype RecordRepresentation implements Record @generic {\n Id: ID!\n ApiName: String!\n WeakEtag: Long!\n DisplayValue: String\n LastModifiedById: IDValue\n LastModifiedDate: DateTimeValue\n SystemModstamp: DateTimeValue\n RecordTypeId(fallback: Boolean): IDValue\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n parentRelationship: RecordRepresentation @fieldCategory\n polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory\n childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, upperBound: Int): RecordConnection @fieldCategory\n CompoundField: CompoundField @fieldCategory\n}\n\ntype IDValue implements FieldValue {\n value: ID\n displayValue: String\n}\n\nenum Unit {\n MI\n KM\n}\n\ninput PolymorphicParentRelationshipOrderBy @generic {\n RecordAggregateOrderBy: RecordAggregateOrderBy @fieldCategory\n}\n\ninput OrderByGeolocationClause {\n distance: DistanceInput\n order: ResultOrder\n nulls: NullOrder\n}\n\ninput Setup__IdOperators {\n eq: ID\n ne: ID\n lt: ID\n gt: ID\n lte: ID\n gte: ID\n in: [ID]\n nin: [ID]\n inq: Setup__JoinInput\n ninq: Setup__JoinInput\n}\n\nenum NullsOrder {\n FIRST\n LAST\n}\n\ntype TextAreaAggregate implements FieldValue {\n value: TextArea\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n max: TextAreaValue\n min: TextAreaValue\n}\n\nenum GroupByType {\n GROUP_BY\n ROLLUP\n CUBE\n}\n\nenum ResultOrder {\n ASC\n DESC\n}\n\ninput RecordOrderBy @generic {\n orderableField: OrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableParentRelationship: RecordOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory\n}\n\ninput Setup__JoinInput {\n Record: Setup__SetupFilter @fieldCategory\n ApiName: String\n}\n\ninput PicklistOperators {\n eq: Picklist\n ne: Picklist\n in: [Picklist]\n nin: [Picklist]\n like: Picklist\n lt: Picklist\n gt: Picklist\n lte: Picklist\n gte: Picklist\n}\n\nenum ResultsOrder {\n ASC\n DESC\n}\n\ninput RecordFilter @generic {\n and: [RecordFilter]\n or: [RecordFilter]\n not: RecordFilter\n parentRelationshipRecordFilter: RecordFilter @fieldCategory\n polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory\n IntegerOperator: IntegerOperators @fieldCategory\n LongOperator: LongOperators @fieldCategory\n StringOperator: StringOperators @fieldCategory\n DoubleOperator: DoubleOperators @fieldCategory\n PercentOperator: PercentOperators @fieldCategory\n LongitudeOperator: LongitudeOperators @fieldCategory\n LatitudeOperator: LatitudeOperators @fieldCategory\n EmailOperator: EmailOperators @fieldCategory\n TextAreaOperator: TextAreaOperators @fieldCategory\n LongTextAreaOperator: LongTextAreaOperators @fieldCategory\n URLOperator: URLOperators @fieldCategory\n PhoneNumberOperator: PhoneNumberOperators @fieldCategory\n BooleanOperator: BooleanOperators @fieldCategory\n IdOperator: IdOperators @fieldCategory\n CurrencyOperator: CurrencyOperators @fieldCategory\n TimeOperator: TimeOperators @fieldCategory\n DateOperator: DateOperators @fieldCategory\n DateTimeOperator: DateTimeOperators @fieldCategory\n PicklistOperator: PicklistOperators @fieldCategory\n MultiPicklistOperator: MultiPicklistOperators @fieldCategory\n GeolocationOperator: GeolocationOperators @fieldCategory\n}\n\ntype TimeValue implements FieldValue {\n value: Time\n displayValue: String\n format: String\n}\n\ninput GeolocationOperators {\n lt: GeolocationInput\n gt: GeolocationInput\n}\n\ntype PicklistAggregate implements FieldValue {\n value: Picklist\n displayValue: String\n count: LongValue\n countDistinct: LongValue\n grouping: IntValue\n label: String\n max: PicklistValue\n min: PicklistValue\n}\n\ninput LatitudeOperators {\n eq: Latitude\n ne: Latitude\n lt: Latitude\n gt: Latitude\n lte: Latitude\n gte: Latitude\n in: [Latitude]\n nin: [Latitude]\n}\n\ninput RecordUpdateRepresentation @generic {\n Int: Int @fieldCategory\n String: String @fieldCategory\n Boolean: Boolean @fieldCategory\n ID: IdOrRef @fieldCategory\n DateTime: DateTime @fieldCategory\n Time: Time @fieldCategory\n Date: Date @fieldCategory\n TextArea: TextArea @fieldCategory\n LongTextArea: LongTextArea @fieldCategory\n RichTextArea: RichTextArea @fieldCategory\n PhoneNumber: PhoneNumber @fieldCategory\n Email: Email @fieldCategory\n Url: Url @fieldCategory\n EncryptedString: EncryptedString @fieldCategory\n Currency: Currency @fieldCategory\n Longitude: Longitude @fieldCategory\n Latitude: Latitude @fieldCategory\n Picklist: Picklist @fieldCategory\n MultiPicklist: MultiPicklist @fieldCategory\n Long: Long @fieldCategory\n Double: Double @fieldCategory\n Percent: Percent @fieldCategory\n Base64: Base64 @fieldCategory\n JSON: JSON @fieldCategory\n}\n\ntype DateTimeValue implements FieldValue {\n value: DateTime\n displayValue: String\n format: String\n}\n\ninput RecordDeleteInput {\n Id: IdOrRef!\n}\n\nenum __DirectiveLocation {\n QUERY\n MUTATION\n FIELD\n FRAGMENT_DEFINITION\n FRAGMENT_SPREAD\n INLINE_FRAGMENT\n SCHEMA\n SCALAR\n OBJECT\n FIELD_DEFINITION\n ARGUMENT_DEFINITION\n INTERFACE\n UNION\n ENUM\n ENUM_VALUE\n INPUT_OBJECT\n INPUT_FIELD_DEFINITION\n}\n\ntype IntAggregate implements FieldValue {\n value: Int\n displayValue: String\n avg: DoubleValue\n count: LongValue\n countDistinct: LongValue\n format: String\n grouping: IntValue\n max: IntValue\n min: IntValue\n sum: LongValue\n}\n\ntype ListOrder {\n fieldApiName: String!\n sortDirection: ResultOrder\n}\n\ntype RecordAggregate @generic {\n ApiName: String!\n BooleanAggregate: BooleanAggregate @fieldCategory\n CurrencyAggregate: CurrencyAggregate @fieldCategory\n DateAggregate: DateAggregate @fieldCategory\n DoubleAggregate: DoubleAggregate @fieldCategory\n EmailAggregate: EmailAggregate @fieldCategory\n IDAggregate: IDAggregate @fieldCategory\n IntAggregate: IntAggregate @fieldCategory\n LatitudeAggregate: LatitudeAggregate @fieldCategory\n LongitudeAggregate: LongitudeAggregate @fieldCategory\n LongAggregate: LongAggregate @fieldCategory\n PercentAggregate: PercentAggregate @fieldCategory\n PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory\n PicklistAggregate: PicklistAggregate @fieldCategory\n StringAggregate: StringAggregate @fieldCategory\n TextAreaAggregate: TextAreaAggregate @fieldCategory\n TimeAggregate: TimeAggregate @fieldCategory\n UrlAggregate: UrlAggregate @fieldCategory\n parentRelationship: RecordAggregate @fieldCategory\n polymorphicParentRelationship: PolymorphicAggregateParentRelationship @fieldCategory\n}\n\ntype JSONValue implements FieldValue {\n value: JSON\n displayValue: String\n}\n\ntype EmailValue implements FieldValue {\n value: Email\n displayValue: String\n}\n\ntype Setup__Setup {\n query: Setup__SetupQuery!\n aggregate: Setup__SetupQueryAggregate!\n}\n\ntype Setup__SetupAggregateConnection @generic {\n edges: [Setup__SetupAggregateEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n}\n\ninput Setup__SetupGroupBy @generic {\n groupableDateField: GroupByDateFunction @fieldCategory\n groupableField: GroupByClause @fieldCategory\n groupableParentRelationship: Setup__SetupGroupBy @fieldCategory\n groupablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipGroupBy @fieldCategory\n type: GroupByType = GROUP_BY\n}\n\ntype Setup__SetupAggregateEdge @generic {\n cursor: String!\n node: Setup__SetupRecordResult\n}\n\ninput Setup__SetupAggregateOrderBy @generic {\n orderableField: NoFunctionAggregateOrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableNumberField: AggregateOrderByNumberClause @fieldCategory\n orderableParentRelationship: Setup__SetupAggregateOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipOrderBy @fieldCategory\n orderableStringField: AggregateOrderByStringClause @fieldCategory\n type: String\n}\n\n\nenum AggregateOrderByStringFunction {\n COUNT\n COUNT_DISTINCT\n MAX\n MIN\n}\n\ntype LongValue implements FieldValue {\n value: Long\n displayValue: String\n format: String\n}\n\ninput DateFunctionInput {\n value: LongOperators\n convertTimezoneValue: LongOperators\n}\n\n# Mutations aren't supported yet.\n#type Mutation {\n# uiapi(input: UIAPIMutationsInput): UIAPIMutations!\n#}\n\ntype DependentField {\n controllingField: String!\n dependentFields: [String]!\n}\n\ninput LongTextAreaOperators {\n eq: LongTextArea\n ne: LongTextArea\n like: LongTextArea\n lt: LongTextArea\n gt: LongTextArea\n lte: LongTextArea\n gte: LongTextArea\n in: [LongTextArea]\n nin: [LongTextArea]\n}\n\nenum __TypeKind {\n SCALAR\n OBJECT\n INTERFACE\n UNION\n ENUM\n INPUT_OBJECT\n LIST\n NON_NULL\n}\n\ntype Setup__SetupConnection @generic {\n edges: [Setup__SetupEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n pageResultCount: Int!\n}\n\ntype PercentValue implements FieldValue {\n value: Percent\n displayValue: String\n format: String\n}\n\ninput DateTimeOperators {\n eq: DateTimeInput\n ne: DateTimeInput\n lt: DateTimeInput\n gt: DateTimeInput\n lte: DateTimeInput\n gte: DateTimeInput\n in: [DateTimeInput]\n nin: [DateTimeInput]\n DAY_IN_WEEK: DateFunctionInput\n DAY_IN_MONTH: DateFunctionInput\n DAY_IN_YEAR: DateFunctionInput\n WEEK_IN_MONTH: DateFunctionInput\n WEEK_IN_YEAR: DateFunctionInput\n CALENDAR_MONTH: DateFunctionInput\n CALENDAR_QUARTER: DateFunctionInput\n CALENDAR_YEAR: DateFunctionInput\n FISCAL_MONTH: DateFunctionInput\n FISCAL_QUARTER: DateFunctionInput\n FISCAL_YEAR: DateFunctionInput\n DAY_ONLY: DateTimeFunctionInput\n HOUR_IN_DAY: DateFunctionInput\n}\n\ninput NoFunctionAggregateOrderByClause {\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype BooleanAggregate implements FieldValue {\n value: Boolean\n displayValue: String\n grouping: IntValue\n}\n\ntype RecordQueryAggregate {\n # RecordScope is replaced with String\n recordQueryAggregate(after: String, first: Int, groupBy: RecordGroupBy, orderBy: RecordAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordAggregateConnection @fieldCategory\n}\n\ninput RecordAggregateOrderBy @generic {\n orderableField: NoFunctionAggregateOrderByClause @fieldCategory\n orderableGeolocationField: OrderByGeolocationClause @fieldCategory\n orderableNumberField: AggregateOrderByNumberClause @fieldCategory\n orderableParentRelationship: RecordAggregateOrderBy @fieldCategory\n orderablePolymorphicParentRelationship: PolymorphicParentRelationshipOrderBy @fieldCategory\n orderableStringField: AggregateOrderByStringClause @fieldCategory\n type: String\n}\n\ntype RecordConnection @generic {\n edges: [RecordEdge]\n pageInfo: PageInfo!\n totalCount: Int!\n pageResultCount: Int!\n}\n\ntype FilteredLookupInfo {\n controllingFields: [String]!\n dependent: Boolean!\n optionalFilter: Boolean!\n}\n\ninput PhoneNumberOperators {\n eq: PhoneNumber\n ne: PhoneNumber\n like: PhoneNumber\n lt: PhoneNumber\n gt: PhoneNumber\n lte: PhoneNumber\n gte: PhoneNumber\n in: [PhoneNumber]\n nin: [PhoneNumber]\n}\n\ntype ObjectInfo {\n ApiName: String!\n childRelationships: [ChildRelationship]!\n createable: Boolean!\n custom: Boolean!\n defaultRecordTypeId: ID\n deletable: Boolean!\n dependentFields: [DependentField]!\n feedEnabled: Boolean!\n fields: [Field]!\n keyPrefix: String\n label: String\n labelPlural: String\n layoutable: Boolean!\n mruEnabled: Boolean!\n nameFields: [String]!\n queryable: Boolean!\n recordTypeInfos: [RecordTypeInfo]!\n searchable: Boolean!\n themeInfo: ThemeInfo\n updateable: Boolean!\n locale: String\n}\n\ninput LongitudeOperators {\n eq: Longitude\n ne: Longitude\n lt: Longitude\n gt: Longitude\n lte: Longitude\n gte: Longitude\n in: [Longitude]\n nin: [Longitude]\n}\n\ninput RecordCreateRepresentation @generic {\n Int: Int @fieldCategory\n String: String @fieldCategory\n Boolean: Boolean @fieldCategory\n ID: IdOrRef @fieldCategory\n DateTime: DateTime @fieldCategory\n Time: Time @fieldCategory\n Date: Date @fieldCategory\n TextArea: TextArea @fieldCategory\n LongTextArea: LongTextArea @fieldCategory\n RichTextArea: RichTextArea @fieldCategory\n PhoneNumber: PhoneNumber @fieldCategory\n Email: Email @fieldCategory\n Url: Url @fieldCategory\n EncryptedString: EncryptedString @fieldCategory\n Currency: Currency @fieldCategory\n Longitude: Longitude @fieldCategory\n Latitude: Latitude @fieldCategory\n Picklist: Picklist @fieldCategory\n MultiPicklist: MultiPicklist @fieldCategory\n Long: Long @fieldCategory\n Double: Double @fieldCategory\n Percent: Percent @fieldCategory\n Base64: Base64 @fieldCategory\n JSON: JSON @fieldCategory\n}\n\ntype Field {\n ApiName: String!\n calculated: Boolean!\n compound: Boolean!\n compoundComponentName: String\n compoundFieldName: String\n controllerName: String\n controllingFields: [String]!\n createable: Boolean!\n custom: Boolean!\n dataType: DataType\n extraTypeInfo: FieldExtraTypeInfo\n filterable: Boolean!\n filteredLookupInfo: FilteredLookupInfo\n highScaleNumber: Boolean!\n htmlFormatted: Boolean!\n inlineHelpText: String\n label: String\n nameField: Boolean!\n polymorphicForeignKey: Boolean!\n precision: Int\n reference: Boolean!\n referenceTargetField: String\n referenceToInfos: [ReferenceToInfo]!\n relationshipName: String\n required: Boolean!\n scale: Int\n searchPrefilterable: Boolean\n sortable: Boolean!\n updateable: Boolean!\n}\n\nenum FieldExtraTypeInfo {\n IMAGE_URL\n EXTERNAL_LOOKUP\n INDIRECT_LOOKUP\n PERSONNAME\n SWITCHABLE_PERSONNAME\n PLAINTEXTAREA\n RICHTEXTAREA\n}\n\ntype RateLimit {\n cost: Long\n limit: Long\n remaining: Long\n resetAt: DateTime\n}\n\ninput DateRange {\n last_n_days: Int\n next_n_days: Int\n last_n_weeks: Int\n next_n_weeks: Int\n last_n_months: Int\n next_n_months: Int\n last_n_quarters: Int\n next_n_quarters: Int\n last_n_fiscal_quarters: Int\n next_n_fiscal_quarters: Int\n last_n_years: Int\n next_n_years: Int\n last_n_fiscal_years: Int\n next_n_fiscal_years: Int\n n_days_ago: Int\n n_weeks_ago: Int\n n_months_ago: Int\n n_quarters_ago: Int\n n_years_ago: Int\n n_fiscal_quarters_ago: Int\n n_fiscal_years_ago: Int\n}\n\ntype UIAPIMutations {\n recordCreate(input: RecordCreateInput!): RecordCreatePayload @fieldCategory\n recordDelete(input: RecordDeleteInput!): RecordDeletePayload @fieldCategory\n recordUpdate(input: RecordUpdateInput!): RecordUpdatePayload @fieldCategory\n}\n\ninput DateTimeFunctionInput {\n value: DatePrimitiveOperators\n convertTimezoneValue: DatePrimitiveOperators\n}\n\ntype Base64Value implements FieldValue {\n value: Base64\n displayValue: String\n}\n\ninput IntegerOperators {\n eq: Int\n ne: Int\n lt: Int\n gt: Int\n lte: Int\n gte: Int\n in: [Int]\n nin: [Int]\n}\n\ntype EncryptedStringValue implements FieldValue {\n value: EncryptedString\n displayValue: String\n}\n\ninterface Record {\n Id: ID!\n ApiName: String!\n WeakEtag: Long!\n DisplayValue: String\n LastModifiedById: IDValue\n LastModifiedDate: DateTimeValue\n SystemModstamp: DateTimeValue\n RecordTypeId(fallback: Boolean): IDValue\n}\n\ninput PolymorphicParentRelationshipRecordFilter @generic {\n RecordFilter: RecordFilter @fieldCategory\n}\n\ninput AggregateOrderByNumberClause {\n function: AggregateOrderByNumberFunction\n order: ResultsOrder\n nulls: NullsOrder\n}\n\ntype __Schema {\n types: [__Type!]!\n queryType: __Type!\n mutationType: __Type\n directives: [__Directive!]!\n subscriptionType: __Type\n}\n\ninput Setup__SetupPolymorphicParentRelationshipRecordFilter @generic {\n Setup__SetupFilter: Setup__SetupFilter @fieldCategory\n}\n\nunion Setup__SetupPolymorphicAggregateParentRelationship @generic = Setup__SetupRecordAggregate\n\ninput Setup__SetupPolymorphicParentRelationshipGroupBy @generic {\n Setup__SetupGroupBy: Setup__SetupGroupBy @fieldCategory\n}\n\ninput Setup__SetupPolymorphicParentRelationshipOrderBy @generic {\n Setup__SetupAggregateOrderBy: Setup__SetupAggregateOrderBy @fieldCategory\n}\n\ntype CompoundField @generic {\n IntValue: IntValue @fieldCategory\n StringValue: StringValue @fieldCategory\n BooleanValue: BooleanValue @fieldCategory\n IDValue: IDValue @fieldCategory\n DateTimeValue: DateTimeValue @fieldCategory\n TimeValue: TimeValue @fieldCategory\n DateValue: DateValue @fieldCategory\n TextAreaValue: TextAreaValue @fieldCategory\n LongTextAreaValue: LongTextAreaValue @fieldCategory\n RichTextAreaValue: RichTextAreaValue @fieldCategory\n PhoneNumberValue: PhoneNumberValue @fieldCategory\n EmailValue: EmailValue @fieldCategory\n UrlValue: UrlValue @fieldCategory\n EncryptedStringValue: EncryptedStringValue @fieldCategory\n CurrencyValue: CurrencyValue @fieldCategory\n LongitudeValue: LongitudeValue @fieldCategory\n LatitudeValue: LatitudeValue @fieldCategory\n PicklistValue: PicklistValue @fieldCategory\n MultiPicklistValue: MultiPicklistValue @fieldCategory\n LongValue: LongValue @fieldCategory\n DoubleValue: DoubleValue @fieldCategory\n PercentValue: PercentValue @fieldCategory\n Base64Value: Base64Value @fieldCategory\n JSONValue: JSONValue @fieldCategory\n}\n\ninput RecordUpdateInput @generic {\n Id: IdOrRef!\n record: RecordUpdateRepresentation! @fieldCategory\n}\n\ninput DateTimeInput {\n value: DateTime\n literal: DateLiteral\n range: DateRange\n}\n\ntype ChildRelationship {\n childObjectApiName: String!\n fieldName: String\n junctionIdListNames: [String]!\n junctionReferenceTo: [String]!\n relationshipName: String\n objectInfo: ObjectInfo\n}\n\ntype RecordResult @generic {\n aggregate: RecordAggregate\n}\n\ntype PageInfo {\n hasNextPage: Boolean!\n hasPreviousPage: Boolean!\n startCursor: String\n endCursor: String\n}\n\ntype CurrencyValue implements FieldValue {\n value: Currency\n displayValue: String\n format: String\n}\n\ninput DateInput {\n value: Date\n literal: DateLiteral\n range: DateRange\n}\n\ninput RecordGroupBy @generic {\n groupableField: GroupByClause @fieldCategory\n groupableDateField: GroupByDateFunction @fieldCategory\n groupableParentRelationship: RecordGroupBy @fieldCategory\n groupablePolymorphicParentRelationship: PolymorphicParentRelationshipGroupBy @fieldCategory\n type: GroupByType = GROUP_BY\n}\n\ntype DateFunctionAggregation {\n value: Long\n format: String\n}\n\ntype RecordQuery {\n recordQuery(after: String, first: Int, orderBy: RecordOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordConnection @fieldCategory\n}\n\n# add browse family schema\ntype Analytics__Analytics {\n # assetTypes: [AnalyticsAssetType], but AnalyticsAssetType is an empty enum\n browse(after: String, assetTypes: [String], first: Int, orderBy: Analytics__AnalyticsOrderBy, where: Analytics__AnalyticsFilter): Analytics__AnalyticsBrowse!\n # Add other fields here if needed\n}\n\n# enum AnalyticsAssetType @generic {\n# }\n\n\ntype Analytics__AnalyticsBrowse {\n edges: [Analytics__AnalyticsEdge]\n totalCount: Int!\n pageResultCount: Int!\n pageInfo: PageInfo!\n}\n\ntype Analytics__AnalyticsEdge {\n node: Analytics__AnalyticsRepresentation\n cursor: String!\n}\n\ntype Analytics__AnalyticsRepresentation {\n MasterLabel: StringValue\n CreatedById: IDValue\n CreatedDate: DateTimeValue\n LastModifiedDate: DateTimeValue\n LastModifiedById: IDValue\n Id: ID!\n ApiName: String!\n}\n\ninput Analytics__AnalyticsOrderBy {\n MasterLabel: Analytics__OrderByInput\n Id: Analytics__OrderByInput\n ApiName: Analytics__OrderByInput\n CreatedById: Analytics__OrderByInput\n CreatedDate: Analytics__OrderByInput\n LastModifiedDate: Analytics__OrderByInput\n LastModifiedById: Analytics__OrderByInput\n}\n\ninput Analytics__OrderByInput {\n order: Analytics__SortEnumType\n}\n\nenum Analytics__SortEnumType {\n ASC\n DESC\n}\n\ninput Analytics__AnalyticsFilter {\n Id: Setup__IdOperators\n MasterLabel: StringOperators\n CreatedById: Setup__IdOperators\n CreatedDate: DateTimeOperators\n LastModifiedById: Setup__IdOperators\n LastModifiedDate: DateTimeOperators\n SemanticMetricId: Setup__IdOperators\n SemanticModelId: Setup__IdOperators\n and: [Analytics__AnalyticsFilter]\n or: [Analytics__AnalyticsFilter]\n not: Analytics__AnalyticsFilter\n}\n\ndirective @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT\ndirective @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE\ndirective @category(name: String!) on FIELD";
|
|
47025
47152
|
|
|
47026
47153
|
// Define additional schema that is missing from uiapi that we use in local evaluation
|
|
47027
47154
|
const additionalSchemaDefinitions = /* GraphQL */ `
|
|
@@ -54998,6 +55125,11 @@ function isStoreRecordError(storeRecord) {
|
|
|
54998
55125
|
return storeRecord.__type === 'error';
|
|
54999
55126
|
}
|
|
55000
55127
|
|
|
55128
|
+
// SFS to implement custom side effects here
|
|
55129
|
+
// see packages/lds-runtime-mobile/src/__tests__/integration/sideEffects/examples/BananasSideEffects.ts for examples
|
|
55130
|
+
// see packages/lds-runtime-mobile/src/__tests__/integration/sideEffects/side-effect-integration.spec.ts for example tests
|
|
55131
|
+
var sfsSideEffectHooks = [];
|
|
55132
|
+
|
|
55001
55133
|
// so eslint doesn't complain about nimbus
|
|
55002
55134
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
55003
55135
|
/* global __nimbus */
|
|
@@ -55078,6 +55210,7 @@ function getRuntime() {
|
|
|
55078
55210
|
lazySideEffectService = new SideEffectService(lazyDurableRecordStore, lazyObjectInfoService, userId, formatDisplayValue);
|
|
55079
55211
|
const draftService = new UiApiDraftRecordService(() => lazyLuvio, lazyDurableStore, lazyObjectInfoService, newRecordId, lazySideEffectStore, lazyDurableRecordStore);
|
|
55080
55212
|
const uiApiRecordHandler = new UiApiActionHandler(() => lazyLuvio, lazyNetworkAdapter, lazyDraftQueue, getRecord, lazyObjectInfoService, isGenerated, draftService, lazySideEffectService, lazyDurableRecordStore);
|
|
55213
|
+
uiApiRecordHandler.setSideEffectHooks(sfsSideEffectHooks);
|
|
55081
55214
|
const quickActionHandler = new QuickActionExecutionRepresentationHandler(() => lazyLuvio, draftService, lazyDraftQueue, lazyNetworkAdapter, isGenerated, lazySideEffectService);
|
|
55082
55215
|
const updateRecordQuickActionHandler = new UpdateRecordQuickActionExecutionRepresentationHandler(() => lazyLuvio, draftService, lazyDraftQueue, lazyNetworkAdapter, isGenerated, lazySideEffectService);
|
|
55083
55216
|
const contentDocumentCompositeActionHandler = new ContentDocumentCompositeRepresentationActionHandler(() => lazyLuvio, userId, draftService, lazyObjectInfoService, lazyDraftQueue, lazyNetworkAdapter, isGenerated, NimbusBinaryStore, lazySideEffectService);
|
|
@@ -55187,4 +55320,4 @@ register({
|
|
|
55187
55320
|
});
|
|
55188
55321
|
|
|
55189
55322
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
55190
|
-
// version: 1.
|
|
55323
|
+
// version: 1.324.0-62e02d2ff9
|