@salesforce/lds-worker-api 1.436.0 → 1.438.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.
|
@@ -1991,7 +1991,9 @@ var HttpStatusCode$2;
|
|
|
1991
1991
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
1992
1992
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
1993
1993
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
1994
|
+
HttpStatusCode[HttpStatusCode["TooManyRequests"] = 429] = "TooManyRequests";
|
|
1994
1995
|
HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
|
|
1996
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
1995
1997
|
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
1996
1998
|
})(HttpStatusCode$2 || (HttpStatusCode$2 = {}));
|
|
1997
1999
|
/**
|
|
@@ -4146,7 +4148,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
4146
4148
|
}
|
|
4147
4149
|
return resourceParams;
|
|
4148
4150
|
}
|
|
4149
|
-
// engine version: 0.160.
|
|
4151
|
+
// engine version: 0.160.5-e6ada846
|
|
4150
4152
|
|
|
4151
4153
|
/**
|
|
4152
4154
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4274,7 +4276,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4276
|
}
|
|
4275
4277
|
callbacks.push(callback);
|
|
4276
4278
|
}
|
|
4277
|
-
// version: 1.
|
|
4279
|
+
// version: 1.438.0-0ec0a89235
|
|
4278
4280
|
|
|
4279
4281
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4282
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5320,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5320
|
const { apiFamily, name } = metadata;
|
|
5319
5321
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5322
|
}
|
|
5321
|
-
// version: 1.
|
|
5323
|
+
// version: 1.438.0-0ec0a89235
|
|
5322
5324
|
|
|
5323
5325
|
function isSupportedEntity(_objectApiName) {
|
|
5324
5326
|
return true;
|
|
@@ -5377,7 +5379,9 @@ var HttpStatusCode$1;
|
|
|
5377
5379
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
5378
5380
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
5379
5381
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
5382
|
+
HttpStatusCode[HttpStatusCode["TooManyRequests"] = 429] = "TooManyRequests";
|
|
5380
5383
|
HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
|
|
5384
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
5381
5385
|
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
5382
5386
|
})(HttpStatusCode$1 || (HttpStatusCode$1 = {}));
|
|
5383
5387
|
var GraphNodeType;
|
|
@@ -5422,7 +5426,7 @@ var TypeCheckShapes;
|
|
|
5422
5426
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
5423
5427
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
5424
5428
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
5425
|
-
// engine version: 0.160.
|
|
5429
|
+
// engine version: 0.160.5-e6ada846
|
|
5426
5430
|
|
|
5427
5431
|
const { keys: ObjectKeys$4, create: ObjectCreate$4 } = Object;
|
|
5428
5432
|
|
|
@@ -14369,7 +14373,7 @@ function coerceFormFactor$1(form) {
|
|
|
14369
14373
|
return undefined;
|
|
14370
14374
|
}
|
|
14371
14375
|
|
|
14372
|
-
const VERSION$10$2 = "
|
|
14376
|
+
const VERSION$10$2 = "885c858e27ff690e5f69edc41d68c32b";
|
|
14373
14377
|
const RepresentationType$G = 'PlatformActionRepresentation';
|
|
14374
14378
|
function keyBuilder$1P$1(luvio, config) {
|
|
14375
14379
|
return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
|
|
@@ -14429,6 +14433,10 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
|
|
|
14429
14433
|
name: 'lwcComponent',
|
|
14430
14434
|
kind: 'Scalar'
|
|
14431
14435
|
},
|
|
14436
|
+
{
|
|
14437
|
+
name: 'pageDeveloperName',
|
|
14438
|
+
kind: 'Scalar'
|
|
14439
|
+
},
|
|
14432
14440
|
{
|
|
14433
14441
|
name: 'primaryColor',
|
|
14434
14442
|
kind: 'Scalar'
|
|
@@ -14457,6 +14465,10 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
|
|
|
14457
14465
|
name: 'targetObject',
|
|
14458
14466
|
kind: 'Scalar'
|
|
14459
14467
|
},
|
|
14468
|
+
{
|
|
14469
|
+
name: 'targetParentField',
|
|
14470
|
+
kind: 'Scalar'
|
|
14471
|
+
},
|
|
14460
14472
|
{
|
|
14461
14473
|
name: 'targetUrl',
|
|
14462
14474
|
kind: 'Scalar'
|
|
@@ -14529,6 +14541,11 @@ function equals$S(existing, incoming) {
|
|
|
14529
14541
|
if (!(existing_lwcComponent === incoming_lwcComponent)) {
|
|
14530
14542
|
return false;
|
|
14531
14543
|
}
|
|
14544
|
+
const existing_pageDeveloperName = existing.pageDeveloperName;
|
|
14545
|
+
const incoming_pageDeveloperName = incoming.pageDeveloperName;
|
|
14546
|
+
if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
|
|
14547
|
+
return false;
|
|
14548
|
+
}
|
|
14532
14549
|
const existing_primaryColor = existing.primaryColor;
|
|
14533
14550
|
const incoming_primaryColor = incoming.primaryColor;
|
|
14534
14551
|
if (!(existing_primaryColor === incoming_primaryColor)) {
|
|
@@ -14559,6 +14576,11 @@ function equals$S(existing, incoming) {
|
|
|
14559
14576
|
if (!(existing_targetObject === incoming_targetObject)) {
|
|
14560
14577
|
return false;
|
|
14561
14578
|
}
|
|
14579
|
+
const existing_targetParentField = existing.targetParentField;
|
|
14580
|
+
const incoming_targetParentField = incoming.targetParentField;
|
|
14581
|
+
if (!(existing_targetParentField === incoming_targetParentField)) {
|
|
14582
|
+
return false;
|
|
14583
|
+
}
|
|
14562
14584
|
const existing_targetUrl = existing.targetUrl;
|
|
14563
14585
|
const incoming_targetUrl = incoming.targetUrl;
|
|
14564
14586
|
if (!(existing_targetUrl === incoming_targetUrl)) {
|
|
@@ -32516,7 +32538,7 @@ withDefaultLuvio((luvio) => {
|
|
|
32516
32538
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32517
32539
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32518
32540
|
});
|
|
32519
|
-
// version: 1.
|
|
32541
|
+
// version: 1.438.0-242a4ab027
|
|
32520
32542
|
|
|
32521
32543
|
var allowUpdatesForNonCachedRecords = {
|
|
32522
32544
|
isOpen: function (e) {
|
|
@@ -44157,11 +44179,6 @@ var useOneStore = {
|
|
|
44157
44179
|
},
|
|
44158
44180
|
};
|
|
44159
44181
|
|
|
44160
|
-
/*!
|
|
44161
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
44162
|
-
* All rights reserved.
|
|
44163
|
-
* For full license text, see the LICENSE.txt file
|
|
44164
|
-
*/
|
|
44165
44182
|
const { create: create$7, freeze: freeze$4, keys: keys$8, entries: entries$5 } = Object;
|
|
44166
44183
|
const { hasOwnProperty: hasOwnProperty$3 } = Object.prototype;
|
|
44167
44184
|
const { isArray: isArray$7 } = Array;
|
|
@@ -44225,7 +44242,7 @@ function rejectedPromiseLike$4(reason) {
|
|
|
44225
44242
|
};
|
|
44226
44243
|
}
|
|
44227
44244
|
function isPromiseLike$4(x) {
|
|
44228
|
-
return typeof
|
|
44245
|
+
return typeof x?.then === "function";
|
|
44229
44246
|
}
|
|
44230
44247
|
function racesync(values) {
|
|
44231
44248
|
for (const value of values) {
|
|
@@ -44342,20 +44359,12 @@ function logError$2(error) {
|
|
|
44342
44359
|
console.error("OneStore Command threw an error that we did not expect", error);
|
|
44343
44360
|
}
|
|
44344
44361
|
|
|
44345
|
-
/*!
|
|
44346
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
44347
|
-
* All rights reserved.
|
|
44348
|
-
* For full license text, see the LICENSE.txt file
|
|
44349
|
-
*/
|
|
44350
44362
|
function serviceSatisfies(service, request) {
|
|
44351
44363
|
return (
|
|
44352
44364
|
// service types must match
|
|
44353
44365
|
service.type === request.type && // version of the service must satisfy the requested version
|
|
44354
44366
|
satisfies(service.version, request.version) && // no tags requested, or the service matches every requested tag value
|
|
44355
|
-
(request.tags === void 0 || Object.keys(request.tags).every((tag) =>
|
|
44356
|
-
var _a;
|
|
44357
|
-
return ((_a = service.tags) == null ? void 0 : _a[tag]) === request.tags[tag];
|
|
44358
|
-
}))
|
|
44367
|
+
(request.tags === void 0 || Object.keys(request.tags).every((tag) => service.tags?.[tag] === request.tags[tag]))
|
|
44359
44368
|
);
|
|
44360
44369
|
}
|
|
44361
44370
|
let resolverAvailable;
|
|
@@ -44413,11 +44422,6 @@ function buildStaticServiceResolver(services) {
|
|
|
44413
44422
|
};
|
|
44414
44423
|
}
|
|
44415
44424
|
|
|
44416
|
-
/*!
|
|
44417
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
44418
|
-
* All rights reserved.
|
|
44419
|
-
* For full license text, see the LICENSE.txt file
|
|
44420
|
-
*/
|
|
44421
44425
|
function isCacheEntryForType(cacheEntry, type) {
|
|
44422
44426
|
return cacheEntry.metadata.type.namespace === type.namespace && cacheEntry.metadata.type.name === type.typeName;
|
|
44423
44427
|
}
|
|
@@ -44435,9 +44439,8 @@ class IdentifiableTypeRepository {
|
|
|
44435
44439
|
return `${this.namespace}::${this.typeName}(${stableJSONStringify$3(params)})`;
|
|
44436
44440
|
}
|
|
44437
44441
|
write(cache, input) {
|
|
44438
|
-
var _a;
|
|
44439
44442
|
const key = this.buildKey(this.buildKeyParams(input));
|
|
44440
|
-
const existingNormalizedData =
|
|
44443
|
+
const existingNormalizedData = cache.get(key)?.value;
|
|
44441
44444
|
const normalized = this.normalizeData(cache, { ...input, existingNormalizedData });
|
|
44442
44445
|
if (normalized.isErr()) {
|
|
44443
44446
|
return err$3(normalized.error);
|
|
@@ -44512,11 +44515,6 @@ function buildReadWriteResult(data, errors) {
|
|
|
44512
44515
|
return ok$3(data);
|
|
44513
44516
|
}
|
|
44514
44517
|
|
|
44515
|
-
/*!
|
|
44516
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
44517
|
-
* All rights reserved.
|
|
44518
|
-
* For full license text, see the LICENSE.txt file
|
|
44519
|
-
*/
|
|
44520
44518
|
let JsonSchemaViolationError$1 = class JsonSchemaViolationError extends Error {
|
|
44521
44519
|
constructor(message, validationErrors) {
|
|
44522
44520
|
super(message);
|
|
@@ -44946,11 +44944,6 @@ function findSchemaAtPath$1(document, ref) {
|
|
|
44946
44944
|
return current;
|
|
44947
44945
|
}
|
|
44948
44946
|
|
|
44949
|
-
/*!
|
|
44950
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
44951
|
-
* All rights reserved.
|
|
44952
|
-
* For full license text, see the LICENSE.txt file
|
|
44953
|
-
*/
|
|
44954
44947
|
function devAssert(condition, message) {
|
|
44955
44948
|
const booleanCondition = Boolean(condition);
|
|
44956
44949
|
if (!booleanCondition) {
|
|
@@ -45801,10 +45794,7 @@ function findExecutableOperation$2(document, operationName) {
|
|
|
45801
45794
|
return operations[0];
|
|
45802
45795
|
}
|
|
45803
45796
|
if (operationName) {
|
|
45804
|
-
return operations.find((op) =>
|
|
45805
|
-
var _a;
|
|
45806
|
-
return ((_a = op.name) == null ? void 0 : _a.value) === operationName;
|
|
45807
|
-
});
|
|
45797
|
+
return operations.find((op) => op.name?.value === operationName);
|
|
45808
45798
|
}
|
|
45809
45799
|
return void 0;
|
|
45810
45800
|
}
|
|
@@ -45860,7 +45850,7 @@ function resolveAndValidateGraphQLDocument(query, operationName, options) {
|
|
|
45860
45850
|
validateGraphQLOperations(
|
|
45861
45851
|
{ query: document, operationName },
|
|
45862
45852
|
{
|
|
45863
|
-
acceptedOperations:
|
|
45853
|
+
acceptedOperations: options?.acceptedOperations ?? ["query"]
|
|
45864
45854
|
}
|
|
45865
45855
|
);
|
|
45866
45856
|
return ok$3(document);
|
|
@@ -45976,6 +45966,9 @@ function mergeRecordFields$2(first, second) {
|
|
|
45976
45966
|
targetFields[fieldName] = sourceFields[fieldName];
|
|
45977
45967
|
continue;
|
|
45978
45968
|
}
|
|
45969
|
+
if (targetField.displayValue === null && sourceField.displayValue !== null) {
|
|
45970
|
+
targetField.displayValue = sourceField.displayValue;
|
|
45971
|
+
}
|
|
45979
45972
|
mergeRecordFields$2(targetField.value, sourceField.value);
|
|
45980
45973
|
continue;
|
|
45981
45974
|
}
|
|
@@ -89461,6 +89454,9 @@ function mergeRecordFields(first, second) {
|
|
|
89461
89454
|
targetFields[fieldName] = sourceField;
|
|
89462
89455
|
continue;
|
|
89463
89456
|
}
|
|
89457
|
+
if (targetField.displayValue === null && sourceField.displayValue !== null) {
|
|
89458
|
+
targetField.displayValue = sourceField.displayValue;
|
|
89459
|
+
}
|
|
89464
89460
|
mergeRecordFields(targetField.value, sourceField.value);
|
|
89465
89461
|
continue;
|
|
89466
89462
|
}
|
|
@@ -94085,11 +94081,6 @@ function createSfsSideEffectHooks(durableRecordStore) {
|
|
|
94085
94081
|
return [];
|
|
94086
94082
|
}
|
|
94087
94083
|
|
|
94088
|
-
/*!
|
|
94089
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94090
|
-
* All rights reserved.
|
|
94091
|
-
* For full license text, see the LICENSE.txt file
|
|
94092
|
-
*/
|
|
94093
94084
|
const { create: create$6, freeze: freeze$3, keys: keys$7, entries } = Object;
|
|
94094
94085
|
const { isArray: isArray$1$1 } = Array;
|
|
94095
94086
|
const { stringify: stringify$2, parse: parse$2 } = JSON;
|
|
@@ -94208,7 +94199,7 @@ function rejectedPromiseLike$2(reason) {
|
|
|
94208
94199
|
};
|
|
94209
94200
|
}
|
|
94210
94201
|
function isPromiseLike$2(x) {
|
|
94211
|
-
return typeof
|
|
94202
|
+
return typeof x?.then === "function";
|
|
94212
94203
|
}
|
|
94213
94204
|
function deepEquals$1(x, y) {
|
|
94214
94205
|
if (x === void 0) {
|
|
@@ -94378,19 +94369,9 @@ function logError$1(error) {
|
|
|
94378
94369
|
console.error("OneStore Command threw an error that we did not expect", error);
|
|
94379
94370
|
}
|
|
94380
94371
|
|
|
94381
|
-
/*!
|
|
94382
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94383
|
-
* All rights reserved.
|
|
94384
|
-
* For full license text, see the LICENSE.txt file
|
|
94385
|
-
*/
|
|
94386
94372
|
class BaseCommand {
|
|
94387
94373
|
}
|
|
94388
94374
|
|
|
94389
|
-
/*!
|
|
94390
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94391
|
-
* All rights reserved.
|
|
94392
|
-
* For full license text, see the LICENSE.txt file
|
|
94393
|
-
*/
|
|
94394
94375
|
let NetworkCommand$1 = class NetworkCommand extends BaseCommand {
|
|
94395
94376
|
constructor(services) {
|
|
94396
94377
|
super();
|
|
@@ -94441,11 +94422,6 @@ function buildServiceDescriptor$n() {
|
|
|
94441
94422
|
};
|
|
94442
94423
|
}
|
|
94443
94424
|
|
|
94444
|
-
/*!
|
|
94445
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94446
|
-
* All rights reserved.
|
|
94447
|
-
* For full license text, see the LICENSE.txt file
|
|
94448
|
-
*/
|
|
94449
94425
|
class AuraNetworkCommand extends NetworkCommand$1 {
|
|
94450
94426
|
constructor(services) {
|
|
94451
94427
|
super(services);
|
|
@@ -94552,16 +94528,6 @@ function buildServiceDescriptor$m() {
|
|
|
94552
94528
|
};
|
|
94553
94529
|
}
|
|
94554
94530
|
|
|
94555
|
-
/*!
|
|
94556
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94557
|
-
* All rights reserved.
|
|
94558
|
-
* For full license text, see the LICENSE.txt file
|
|
94559
|
-
*/
|
|
94560
|
-
/*!
|
|
94561
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
94562
|
-
* All rights reserved.
|
|
94563
|
-
* For full license text, see the LICENSE.txt file
|
|
94564
|
-
*/
|
|
94565
94531
|
const { isArray: isArray$6 } = Array;
|
|
94566
94532
|
let Ok$2 = class Ok {
|
|
94567
94533
|
constructor(value) {
|
|
@@ -94629,7 +94595,7 @@ function rejectedPromiseLike$1(reason) {
|
|
|
94629
94595
|
};
|
|
94630
94596
|
}
|
|
94631
94597
|
function isPromiseLike$1(x) {
|
|
94632
|
-
return typeof
|
|
94598
|
+
return typeof x?.then === "function";
|
|
94633
94599
|
}
|
|
94634
94600
|
function deepEquals(x, y) {
|
|
94635
94601
|
if (x === void 0) {
|
|
@@ -94920,7 +94886,7 @@ class CacheControlCommand extends BaseCommand {
|
|
|
94920
94886
|
unsubscribe() {
|
|
94921
94887
|
while (this.unsubscribers.length > 0) {
|
|
94922
94888
|
const unsubscriber = this.unsubscribers.pop();
|
|
94923
|
-
unsubscriber
|
|
94889
|
+
unsubscriber?.();
|
|
94924
94890
|
}
|
|
94925
94891
|
}
|
|
94926
94892
|
/**
|
|
@@ -95104,16 +95070,6 @@ function mergeCacheControlConfigs(baseConfig, overrides) {
|
|
|
95104
95070
|
};
|
|
95105
95071
|
}
|
|
95106
95072
|
|
|
95107
|
-
/*!
|
|
95108
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95109
|
-
* All rights reserved.
|
|
95110
|
-
* For full license text, see the LICENSE.txt file
|
|
95111
|
-
*/
|
|
95112
|
-
/*!
|
|
95113
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95114
|
-
* All rights reserved.
|
|
95115
|
-
* For full license text, see the LICENSE.txt file
|
|
95116
|
-
*/
|
|
95117
95073
|
let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheControlCommand {
|
|
95118
95074
|
constructor(services) {
|
|
95119
95075
|
super(services);
|
|
@@ -95249,16 +95205,6 @@ function buildServiceDescriptor$l() {
|
|
|
95249
95205
|
};
|
|
95250
95206
|
}
|
|
95251
95207
|
|
|
95252
|
-
/*!
|
|
95253
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95254
|
-
* All rights reserved.
|
|
95255
|
-
* For full license text, see the LICENSE.txt file
|
|
95256
|
-
*/
|
|
95257
|
-
/*!
|
|
95258
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95259
|
-
* All rights reserved.
|
|
95260
|
-
* For full license text, see the LICENSE.txt file
|
|
95261
|
-
*/
|
|
95262
95208
|
class AuraCacheControlCommand extends CacheControlCommand {
|
|
95263
95209
|
constructor(services) {
|
|
95264
95210
|
super(services);
|
|
@@ -95368,8 +95314,7 @@ class AuraResourceCacheControlCommand extends AuraCacheControlCommand {
|
|
|
95368
95314
|
this.services = services;
|
|
95369
95315
|
}
|
|
95370
95316
|
readFromCache(cache) {
|
|
95371
|
-
|
|
95372
|
-
const data = (_a = cache.get(this.buildKey())) == null ? void 0 : _a.value;
|
|
95317
|
+
const data = cache.get(this.buildKey())?.value;
|
|
95373
95318
|
if (data === void 0) {
|
|
95374
95319
|
return resolvedPromiseLike$2(err$1(new Error("Failed to find data in cache")));
|
|
95375
95320
|
}
|
|
@@ -95398,16 +95343,6 @@ function buildServiceDescriptor$k() {
|
|
|
95398
95343
|
};
|
|
95399
95344
|
}
|
|
95400
95345
|
|
|
95401
|
-
/*!
|
|
95402
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95403
|
-
* All rights reserved.
|
|
95404
|
-
* For full license text, see the LICENSE.txt file
|
|
95405
|
-
*/
|
|
95406
|
-
/*!
|
|
95407
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95408
|
-
* All rights reserved.
|
|
95409
|
-
* For full license text, see the LICENSE.txt file
|
|
95410
|
-
*/
|
|
95411
95346
|
class NetworkCommand extends BaseCommand {
|
|
95412
95347
|
constructor(services) {
|
|
95413
95348
|
super();
|
|
@@ -95457,7 +95392,7 @@ function hasFetchParams(command) {
|
|
|
95457
95392
|
return command && typeof command === "object" && "fetchParams" in command;
|
|
95458
95393
|
}
|
|
95459
95394
|
function createAbortableDecorator(command, options) {
|
|
95460
|
-
if (!
|
|
95395
|
+
if (!options?.signal || !(options?.signal instanceof AbortSignal)) {
|
|
95461
95396
|
return command;
|
|
95462
95397
|
}
|
|
95463
95398
|
const { signal } = options;
|
|
@@ -95588,16 +95523,6 @@ function buildServiceDescriptor$j() {
|
|
|
95588
95523
|
};
|
|
95589
95524
|
}
|
|
95590
95525
|
|
|
95591
|
-
/*!
|
|
95592
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95593
|
-
* All rights reserved.
|
|
95594
|
-
* For full license text, see the LICENSE.txt file
|
|
95595
|
-
*/
|
|
95596
|
-
/*!
|
|
95597
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95598
|
-
* All rights reserved.
|
|
95599
|
-
* For full license text, see the LICENSE.txt file
|
|
95600
|
-
*/
|
|
95601
95526
|
class HttpCacheControlCommand extends CacheControlCommand {
|
|
95602
95527
|
constructor(services) {
|
|
95603
95528
|
super(services);
|
|
@@ -95705,16 +95630,6 @@ function buildServiceDescriptor$i() {
|
|
|
95705
95630
|
};
|
|
95706
95631
|
}
|
|
95707
95632
|
|
|
95708
|
-
/*!
|
|
95709
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95710
|
-
* All rights reserved.
|
|
95711
|
-
* For full license text, see the LICENSE.txt file
|
|
95712
|
-
*/
|
|
95713
|
-
/*!
|
|
95714
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95715
|
-
* All rights reserved.
|
|
95716
|
-
* For full license text, see the LICENSE.txt file
|
|
95717
|
-
*/
|
|
95718
95633
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
95719
95634
|
function deepCopy$1(x) {
|
|
95720
95635
|
const stringified = stringify$1(x);
|
|
@@ -95738,7 +95653,7 @@ let DefaultRecordableCache$1 = class DefaultRecordableCache {
|
|
|
95738
95653
|
if (value === void 0) {
|
|
95739
95654
|
this.missingKeysRead.add(key);
|
|
95740
95655
|
}
|
|
95741
|
-
if (options
|
|
95656
|
+
if (options?.copy) {
|
|
95742
95657
|
return deepCopy$1(value);
|
|
95743
95658
|
}
|
|
95744
95659
|
return value;
|
|
@@ -95782,7 +95697,7 @@ let DefaultFilteredCache$1 = class DefaultFilteredCache {
|
|
|
95782
95697
|
get(key, options) {
|
|
95783
95698
|
const result = this.baseCache.get(key);
|
|
95784
95699
|
if (result && this.predicate(key, result)) {
|
|
95785
|
-
if (options
|
|
95700
|
+
if (options?.copy) {
|
|
95786
95701
|
return deepCopy$1(result);
|
|
95787
95702
|
}
|
|
95788
95703
|
return result;
|
|
@@ -95878,7 +95793,7 @@ let DefaultCache$1 = class DefaultCache {
|
|
|
95878
95793
|
this.data = {};
|
|
95879
95794
|
}
|
|
95880
95795
|
get(key, options) {
|
|
95881
|
-
if (options
|
|
95796
|
+
if (options?.copy) {
|
|
95882
95797
|
return deepCopy$1(this.data[key]);
|
|
95883
95798
|
}
|
|
95884
95799
|
return this.data[key];
|
|
@@ -95958,11 +95873,6 @@ function buildServiceDescriptor$h() {
|
|
|
95958
95873
|
};
|
|
95959
95874
|
}
|
|
95960
95875
|
|
|
95961
|
-
/*!
|
|
95962
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
95963
|
-
* All rights reserved.
|
|
95964
|
-
* For full license text, see the LICENSE.txt file
|
|
95965
|
-
*/
|
|
95966
95876
|
class CacheControlStrategy {
|
|
95967
95877
|
constructor(services, config, requestRunner) {
|
|
95968
95878
|
this.services = services;
|
|
@@ -96023,11 +95933,11 @@ class MaxAgeCacheControlStrategy extends CacheControlStrategy {
|
|
|
96023
95933
|
if (value.isOk()) {
|
|
96024
95934
|
this.collectCacheHitInstrumentation(
|
|
96025
95935
|
startTime,
|
|
96026
|
-
options
|
|
95936
|
+
options?.instrumentationAttributes
|
|
96027
95937
|
);
|
|
96028
95938
|
return ok$1(void 0);
|
|
96029
95939
|
}
|
|
96030
|
-
this.collectCacheMissInstrumentation(startTime, options
|
|
95940
|
+
this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
|
|
96031
95941
|
const tempCache = this.filteredCache;
|
|
96032
95942
|
return new Promise(async (resolve, reject) => {
|
|
96033
95943
|
try {
|
|
@@ -96097,11 +96007,11 @@ class OnlyIfCachedCacheControlStrategy extends CacheControlStrategy {
|
|
|
96097
96007
|
if (result.isOk()) {
|
|
96098
96008
|
this.collectCacheHitInstrumentation(
|
|
96099
96009
|
startTime,
|
|
96100
|
-
options
|
|
96010
|
+
options?.instrumentationAttributes
|
|
96101
96011
|
);
|
|
96102
96012
|
return ok$1(void 0);
|
|
96103
96013
|
}
|
|
96104
|
-
this.collectCacheMissInstrumentation(startTime, options
|
|
96014
|
+
this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
|
|
96105
96015
|
const error = new UserVisibleError(
|
|
96106
96016
|
new FetchResponse(HttpStatusCode.GatewayTimeout, {
|
|
96107
96017
|
error: "Cache miss for only-if-cached request"
|
|
@@ -96185,11 +96095,6 @@ function buildServiceDescriptor$g(cache, cacheInclusionPolicy, instrumentation)
|
|
|
96185
96095
|
};
|
|
96186
96096
|
}
|
|
96187
96097
|
|
|
96188
|
-
/*!
|
|
96189
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96190
|
-
* All rights reserved.
|
|
96191
|
-
* For full license text, see the LICENSE.txt file
|
|
96192
|
-
*/
|
|
96193
96098
|
function buildInstrumentCommand(services) {
|
|
96194
96099
|
const meter = services.instrumentation.metrics.getMeter("onestore");
|
|
96195
96100
|
return function instrumentCommand(commandClass, commandName) {
|
|
@@ -96209,7 +96114,7 @@ function buildInstrumentCommand(services) {
|
|
|
96209
96114
|
try {
|
|
96210
96115
|
result = super.execute(...args);
|
|
96211
96116
|
} catch (e) {
|
|
96212
|
-
if (
|
|
96117
|
+
if (e?.name === "AbortError") {
|
|
96213
96118
|
abortCounter.add(1);
|
|
96214
96119
|
} else {
|
|
96215
96120
|
errorCounter.add(1);
|
|
@@ -96236,16 +96141,6 @@ function buildServiceDescriptor$f(instrumentation) {
|
|
|
96236
96141
|
};
|
|
96237
96142
|
}
|
|
96238
96143
|
|
|
96239
|
-
/*!
|
|
96240
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96241
|
-
* All rights reserved.
|
|
96242
|
-
* For full license text, see the LICENSE.txt file
|
|
96243
|
-
*/
|
|
96244
|
-
/*!
|
|
96245
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96246
|
-
* All rights reserved.
|
|
96247
|
-
* For full license text, see the LICENSE.txt file
|
|
96248
|
-
*/
|
|
96249
96144
|
class O11yOTelTraceAPI {
|
|
96250
96145
|
constructor(services) {
|
|
96251
96146
|
this.services = services;
|
|
@@ -96261,9 +96156,9 @@ class O11yTracer {
|
|
|
96261
96156
|
this.logger = logger;
|
|
96262
96157
|
}
|
|
96263
96158
|
startSpan(name, _options, context) {
|
|
96264
|
-
const traceId = context
|
|
96265
|
-
const spanId = context
|
|
96266
|
-
const traceFlags = context
|
|
96159
|
+
const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
|
|
96160
|
+
const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
|
|
96161
|
+
const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
|
|
96267
96162
|
let spanContext = void 0;
|
|
96268
96163
|
if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
|
|
96269
96164
|
spanContext = {
|
|
@@ -96506,12 +96401,7 @@ function buildServiceDescriptor$e(logger) {
|
|
|
96506
96401
|
};
|
|
96507
96402
|
}
|
|
96508
96403
|
|
|
96509
|
-
|
|
96510
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96511
|
-
* All rights reserved.
|
|
96512
|
-
* For full license text, see the LICENSE.txt file
|
|
96513
|
-
*/
|
|
96514
|
-
const EventTypeWildcard = Symbol("EventTypeWildcard");
|
|
96404
|
+
const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
|
|
96515
96405
|
class DefaultPubSubService {
|
|
96516
96406
|
constructor() {
|
|
96517
96407
|
this.subscriptions = /* @__PURE__ */ new Map();
|
|
@@ -96574,11 +96464,6 @@ function buildServiceDescriptor$d() {
|
|
|
96574
96464
|
};
|
|
96575
96465
|
}
|
|
96576
96466
|
|
|
96577
|
-
/*!
|
|
96578
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96579
|
-
* All rights reserved.
|
|
96580
|
-
* For full license text, see the LICENSE.txt file
|
|
96581
|
-
*/
|
|
96582
96467
|
class FeatureFlagsService {
|
|
96583
96468
|
constructor() {
|
|
96584
96469
|
this.flags = /* @__PURE__ */ new Map();
|
|
@@ -96640,7 +96525,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
96640
96525
|
},
|
|
96641
96526
|
};
|
|
96642
96527
|
}
|
|
96643
|
-
// version: 1.
|
|
96528
|
+
// version: 1.438.0-0ec0a89235
|
|
96644
96529
|
|
|
96645
96530
|
/**
|
|
96646
96531
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96666,13 +96551,8 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96666
96551
|
},
|
|
96667
96552
|
};
|
|
96668
96553
|
}
|
|
96669
|
-
// version: 1.
|
|
96554
|
+
// version: 1.438.0-0ec0a89235
|
|
96670
96555
|
|
|
96671
|
-
/*!
|
|
96672
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96673
|
-
* All rights reserved.
|
|
96674
|
-
* For full license text, see the LICENSE.txt file
|
|
96675
|
-
*/
|
|
96676
96556
|
function findExecutableOperation$1(input) {
|
|
96677
96557
|
const operations = input.query.definitions.filter(
|
|
96678
96558
|
(def) => def.kind === Kind$1.OPERATION_DEFINITION
|
|
@@ -96684,10 +96564,7 @@ function findExecutableOperation$1(input) {
|
|
|
96684
96564
|
return ok$1(operations[0]);
|
|
96685
96565
|
}
|
|
96686
96566
|
if (input.operationName) {
|
|
96687
|
-
const specifiedOperation = operations.find((op) =>
|
|
96688
|
-
var _a;
|
|
96689
|
-
return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
|
|
96690
|
-
});
|
|
96567
|
+
const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
|
|
96691
96568
|
if (specifiedOperation) {
|
|
96692
96569
|
return ok$1(specifiedOperation);
|
|
96693
96570
|
}
|
|
@@ -96703,14 +96580,13 @@ function buildGraphQLInputExtension$1(input) {
|
|
|
96703
96580
|
const operation = operationResult.value;
|
|
96704
96581
|
const selections = operation.selectionSet.selections;
|
|
96705
96582
|
const variableDefinitions = operation.variableDefinitions;
|
|
96706
|
-
const variables =
|
|
96707
|
-
var _a;
|
|
96583
|
+
const variables = variableDefinitions?.reduce((prev, def) => {
|
|
96708
96584
|
prev[def.variable.name.value] = {
|
|
96709
96585
|
definition: def,
|
|
96710
|
-
value:
|
|
96586
|
+
value: input.variables?.[def.variable.name.value]
|
|
96711
96587
|
};
|
|
96712
96588
|
return prev;
|
|
96713
|
-
}, {})
|
|
96589
|
+
}, {}) || {};
|
|
96714
96590
|
const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
|
|
96715
96591
|
prev[fragment.name.value] = fragment;
|
|
96716
96592
|
return prev;
|
|
@@ -96763,11 +96639,6 @@ function isFragmentDefinition$1(node) {
|
|
|
96763
96639
|
return node.kind === Kind$1.FRAGMENT_DEFINITION;
|
|
96764
96640
|
}
|
|
96765
96641
|
|
|
96766
|
-
/*!
|
|
96767
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96768
|
-
* All rights reserved.
|
|
96769
|
-
* For full license text, see the LICENSE.txt file
|
|
96770
|
-
*/
|
|
96771
96642
|
class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
|
|
96772
96643
|
constructor(config, documentRootType, services) {
|
|
96773
96644
|
super(services);
|
|
@@ -96948,11 +96819,6 @@ function buildServiceDescriptor$9() {
|
|
|
96948
96819
|
};
|
|
96949
96820
|
}
|
|
96950
96821
|
|
|
96951
|
-
/*!
|
|
96952
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
96953
|
-
* All rights reserved.
|
|
96954
|
-
* For full license text, see the LICENSE.txt file
|
|
96955
|
-
*/
|
|
96956
96822
|
class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
|
|
96957
96823
|
constructor(config, documentRootType, services) {
|
|
96958
96824
|
super(services);
|
|
@@ -97066,11 +96932,6 @@ function buildServiceDescriptor$8() {
|
|
|
97066
96932
|
};
|
|
97067
96933
|
}
|
|
97068
96934
|
|
|
97069
|
-
/*!
|
|
97070
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
97071
|
-
* All rights reserved.
|
|
97072
|
-
* For full license text, see the LICENSE.txt file
|
|
97073
|
-
*/
|
|
97074
96935
|
class JsonSchemaViolationError extends Error {
|
|
97075
96936
|
constructor(message, validationErrors) {
|
|
97076
96937
|
super(message);
|
|
@@ -97500,11 +97361,6 @@ function findSchemaAtPath(document, ref) {
|
|
|
97500
97361
|
return current;
|
|
97501
97362
|
}
|
|
97502
97363
|
|
|
97503
|
-
/*!
|
|
97504
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
97505
|
-
* All rights reserved.
|
|
97506
|
-
* For full license text, see the LICENSE.txt file
|
|
97507
|
-
*/
|
|
97508
97364
|
function isUserVisibleError$2(error) {
|
|
97509
97365
|
return error instanceof Error && "type" in error && error.type === "user-visible";
|
|
97510
97366
|
}
|
|
@@ -97529,11 +97385,6 @@ function logError(error) {
|
|
|
97529
97385
|
console.error("OneStore Command threw an error that we did not expect", error);
|
|
97530
97386
|
}
|
|
97531
97387
|
|
|
97532
|
-
/*!
|
|
97533
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
97534
|
-
* All rights reserved.
|
|
97535
|
-
* For full license text, see the LICENSE.txt file
|
|
97536
|
-
*/
|
|
97537
97388
|
function buildBaseImperativeInvoker(getCommand, transformResult) {
|
|
97538
97389
|
return async (...params) => {
|
|
97539
97390
|
const command = getCommand({ params, assertIsValid });
|
|
@@ -97638,7 +97489,7 @@ class SubscribableImperativeBindingsService {
|
|
|
97638
97489
|
const api = {
|
|
97639
97490
|
data: result.value.data,
|
|
97640
97491
|
subscribe: (cb) => {
|
|
97641
|
-
result.value.subscribe((result2) => {
|
|
97492
|
+
return result.value.subscribe((result2) => {
|
|
97642
97493
|
if (result2.isErr()) {
|
|
97643
97494
|
return cb({ data: void 0, error: toError(result2.error) });
|
|
97644
97495
|
}
|
|
@@ -97741,10 +97592,10 @@ class GraphQLImperativeBindingsService {
|
|
|
97741
97592
|
acceptedOperations: ["query"]
|
|
97742
97593
|
};
|
|
97743
97594
|
const result = resolveAndValidateGraphQLConfig(params[0], options);
|
|
97744
|
-
if (result
|
|
97595
|
+
if (result?.isErr()) {
|
|
97745
97596
|
return result.error;
|
|
97746
97597
|
}
|
|
97747
|
-
if (result
|
|
97598
|
+
if (result?.isOk()) {
|
|
97748
97599
|
params[0] = result.value;
|
|
97749
97600
|
}
|
|
97750
97601
|
}
|
|
@@ -97763,7 +97614,7 @@ class GraphQLImperativeBindingsService {
|
|
|
97763
97614
|
deepFreeze(result.value);
|
|
97764
97615
|
consumerEmittedData.data = result.value.data.data;
|
|
97765
97616
|
consumerEmittedData.subscribe = (cb) => {
|
|
97766
|
-
result.value.subscribe((res) => {
|
|
97617
|
+
return result.value.subscribe((res) => {
|
|
97767
97618
|
const consumerEmittedData2 = {
|
|
97768
97619
|
data: void 0,
|
|
97769
97620
|
errors: void 0
|
|
@@ -97836,11 +97687,11 @@ class GraphQLLegacyImperativeBindingsService {
|
|
|
97836
97687
|
acceptedOperations: ["query"]
|
|
97837
97688
|
};
|
|
97838
97689
|
const result = resolveAndValidateGraphQLConfig(config, options);
|
|
97839
|
-
if (result
|
|
97690
|
+
if (result?.isErr()) {
|
|
97840
97691
|
callback(result.error);
|
|
97841
97692
|
return;
|
|
97842
97693
|
}
|
|
97843
|
-
if (result
|
|
97694
|
+
if (result?.isOk()) {
|
|
97844
97695
|
config = result.value;
|
|
97845
97696
|
}
|
|
97846
97697
|
}
|
|
@@ -97871,12 +97722,12 @@ class GraphQLLegacyImperativeBindingsService {
|
|
|
97871
97722
|
acceptedOperations: ["query"]
|
|
97872
97723
|
};
|
|
97873
97724
|
const result = resolveAndValidateGraphQLConfig(config, options);
|
|
97874
|
-
if (result
|
|
97725
|
+
if (result?.isErr()) {
|
|
97875
97726
|
callback(result.error);
|
|
97876
97727
|
return () => {
|
|
97877
97728
|
};
|
|
97878
97729
|
}
|
|
97879
|
-
if (result
|
|
97730
|
+
if (result?.isOk()) {
|
|
97880
97731
|
config = result.value;
|
|
97881
97732
|
}
|
|
97882
97733
|
}
|
|
@@ -97938,13 +97789,13 @@ class GraphQLMutationBindingsService {
|
|
|
97938
97789
|
acceptedOperations: ["mutation"]
|
|
97939
97790
|
};
|
|
97940
97791
|
const result2 = resolveAndValidateGraphQLConfig(params[0], options);
|
|
97941
|
-
if (result2
|
|
97792
|
+
if (result2?.isErr()) {
|
|
97942
97793
|
return {
|
|
97943
97794
|
data: void 0,
|
|
97944
97795
|
errors: result2.error.errors
|
|
97945
97796
|
};
|
|
97946
97797
|
}
|
|
97947
|
-
if (result2
|
|
97798
|
+
if (result2?.isOk()) {
|
|
97948
97799
|
params[0] = result2.value;
|
|
97949
97800
|
}
|
|
97950
97801
|
}
|
|
@@ -97970,11 +97821,6 @@ function buildServiceDescriptor$7() {
|
|
|
97970
97821
|
};
|
|
97971
97822
|
}
|
|
97972
97823
|
|
|
97973
|
-
/*!
|
|
97974
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
97975
|
-
* All rights reserved.
|
|
97976
|
-
* For full license text, see the LICENSE.txt file
|
|
97977
|
-
*/
|
|
97978
97824
|
class Sanitizer {
|
|
97979
97825
|
constructor(obj) {
|
|
97980
97826
|
this.obj = obj;
|
|
@@ -98034,7 +97880,7 @@ class CommandWireAdapterConstructor {
|
|
|
98034
97880
|
this.callback = callback;
|
|
98035
97881
|
this.connected = false;
|
|
98036
97882
|
this.exposeRefresh = false;
|
|
98037
|
-
if (!
|
|
97883
|
+
if (!options?.skipEmptyEmit) {
|
|
98038
97884
|
this.emit();
|
|
98039
97885
|
}
|
|
98040
97886
|
}
|
|
@@ -98331,11 +98177,6 @@ function buildServiceDescriptor$2() {
|
|
|
98331
98177
|
};
|
|
98332
98178
|
}
|
|
98333
98179
|
|
|
98334
|
-
/*!
|
|
98335
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
98336
|
-
* All rights reserved.
|
|
98337
|
-
* For full license text, see the LICENSE.txt file
|
|
98338
|
-
*/
|
|
98339
98180
|
function buildServiceDescriptor$1(interceptors = {
|
|
98340
98181
|
request: [],
|
|
98341
98182
|
retry: void 0,
|
|
@@ -98346,8 +98187,7 @@ function buildServiceDescriptor$1(interceptors = {
|
|
|
98346
98187
|
type: "fetch",
|
|
98347
98188
|
version: "1.0",
|
|
98348
98189
|
service: function(...args) {
|
|
98349
|
-
|
|
98350
|
-
const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
|
|
98190
|
+
const context = interceptors.createContext?.();
|
|
98351
98191
|
const {
|
|
98352
98192
|
request: requestInterceptors = [],
|
|
98353
98193
|
retry: retryInterceptor = void 0,
|
|
@@ -98541,11 +98381,6 @@ function extractQueryParams(urlString) {
|
|
|
98541
98381
|
return queryParams;
|
|
98542
98382
|
}
|
|
98543
98383
|
|
|
98544
|
-
/*!
|
|
98545
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
98546
|
-
* All rights reserved.
|
|
98547
|
-
* For full license text, see the LICENSE.txt file
|
|
98548
|
-
*/
|
|
98549
98384
|
class CacheInclusionPolicyService {
|
|
98550
98385
|
}
|
|
98551
98386
|
function setDifference(setA, setB) {
|
|
@@ -98597,18 +98432,8 @@ function rejectedPromiseLike$3(reason) {
|
|
|
98597
98432
|
};
|
|
98598
98433
|
}
|
|
98599
98434
|
function isPromiseLike$3(x) {
|
|
98600
|
-
return typeof
|
|
98435
|
+
return typeof x?.then === "function";
|
|
98601
98436
|
}
|
|
98602
|
-
/*!
|
|
98603
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
98604
|
-
* All rights reserved.
|
|
98605
|
-
* For full license text, see the LICENSE.txt file
|
|
98606
|
-
*/
|
|
98607
|
-
/*!
|
|
98608
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
98609
|
-
* All rights reserved.
|
|
98610
|
-
* For full license text, see the LICENSE.txt file
|
|
98611
|
-
*/
|
|
98612
98437
|
const { stringify: stringify$8, parse: parse$8 } = JSON;
|
|
98613
98438
|
function deepCopy(x) {
|
|
98614
98439
|
const stringified = stringify$8(x);
|
|
@@ -98632,7 +98457,7 @@ class DefaultRecordableCache {
|
|
|
98632
98457
|
if (value === void 0) {
|
|
98633
98458
|
this.missingKeysRead.add(key);
|
|
98634
98459
|
}
|
|
98635
|
-
if (options
|
|
98460
|
+
if (options?.copy) {
|
|
98636
98461
|
return deepCopy(value);
|
|
98637
98462
|
}
|
|
98638
98463
|
return value;
|
|
@@ -98676,7 +98501,7 @@ class DefaultFilteredCache {
|
|
|
98676
98501
|
get(key, options) {
|
|
98677
98502
|
const result = this.baseCache.get(key);
|
|
98678
98503
|
if (result && this.predicate(key, result)) {
|
|
98679
|
-
if (options
|
|
98504
|
+
if (options?.copy) {
|
|
98680
98505
|
return deepCopy(result);
|
|
98681
98506
|
}
|
|
98682
98507
|
return result;
|
|
@@ -98772,7 +98597,7 @@ class DefaultCache {
|
|
|
98772
98597
|
this.data = {};
|
|
98773
98598
|
}
|
|
98774
98599
|
get(key, options) {
|
|
98775
|
-
if (options
|
|
98600
|
+
if (options?.copy) {
|
|
98776
98601
|
return deepCopy(this.data[key]);
|
|
98777
98602
|
}
|
|
98778
98603
|
return this.data[key];
|
|
@@ -99394,17 +99219,12 @@ register$1({
|
|
|
99394
99219
|
id: '@salesforce/lds-network-adapter',
|
|
99395
99220
|
instrument: instrument$2,
|
|
99396
99221
|
});
|
|
99397
|
-
// version: 1.
|
|
99222
|
+
// version: 1.438.0-0ec0a89235
|
|
99398
99223
|
|
|
99399
99224
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99400
99225
|
const { stringify, parse } = JSON;
|
|
99401
99226
|
const { isArray: isArray$3 } = Array;
|
|
99402
99227
|
|
|
99403
|
-
/*!
|
|
99404
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
99405
|
-
* All rights reserved.
|
|
99406
|
-
* For full license text, see the LICENSE.txt file
|
|
99407
|
-
*/
|
|
99408
99228
|
function extractValue(valueNode, variableDefinitions, expectedType) {
|
|
99409
99229
|
if (valueNode.kind === Kind$1.VARIABLE) {
|
|
99410
99230
|
const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
|
|
@@ -99525,10 +99345,7 @@ function findExecutableOperation(input) {
|
|
|
99525
99345
|
return ok$3(operations[0]);
|
|
99526
99346
|
}
|
|
99527
99347
|
if (input.operationName) {
|
|
99528
|
-
const specifiedOperation = operations.find((op) =>
|
|
99529
|
-
var _a;
|
|
99530
|
-
return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
|
|
99531
|
-
});
|
|
99348
|
+
const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
|
|
99532
99349
|
if (specifiedOperation) {
|
|
99533
99350
|
return ok$3(specifiedOperation);
|
|
99534
99351
|
}
|
|
@@ -99544,14 +99361,13 @@ function buildGraphQLInputExtension(input) {
|
|
|
99544
99361
|
const operation = operationResult.value;
|
|
99545
99362
|
const selections = operation.selectionSet.selections;
|
|
99546
99363
|
const variableDefinitions = operation.variableDefinitions;
|
|
99547
|
-
const variables =
|
|
99548
|
-
var _a;
|
|
99364
|
+
const variables = variableDefinitions?.reduce((prev, def) => {
|
|
99549
99365
|
prev[def.variable.name.value] = {
|
|
99550
99366
|
definition: def,
|
|
99551
|
-
value:
|
|
99367
|
+
value: input.variables?.[def.variable.name.value]
|
|
99552
99368
|
};
|
|
99553
99369
|
return prev;
|
|
99554
|
-
}, {})
|
|
99370
|
+
}, {}) || {};
|
|
99555
99371
|
const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
|
|
99556
99372
|
prev[fragment.name.value] = fragment;
|
|
99557
99373
|
return prev;
|
|
@@ -99563,11 +99379,10 @@ function buildGraphQLInputExtension(input) {
|
|
|
99563
99379
|
});
|
|
99564
99380
|
}
|
|
99565
99381
|
function buildAugmentedFieldSelection(newSelection, selections, fragments) {
|
|
99566
|
-
var _a;
|
|
99567
99382
|
if (selectionExists(newSelection, selections)) {
|
|
99568
99383
|
return void 0;
|
|
99569
99384
|
}
|
|
99570
|
-
const baseAlias =
|
|
99385
|
+
const baseAlias = newSelection.alias?.value || newSelection.name.value;
|
|
99571
99386
|
const baseInjectedAlias = `framework_augmented_${baseAlias}`;
|
|
99572
99387
|
const baseAliasedSelection = {
|
|
99573
99388
|
...newSelection,
|
|
@@ -99592,20 +99407,19 @@ function selectionExists(selection, selections) {
|
|
|
99592
99407
|
return selections.some((s) => selectionEquals(selection, s));
|
|
99593
99408
|
}
|
|
99594
99409
|
function selectionEquals(a, b) {
|
|
99595
|
-
var _a, _b, _c, _d, _e, _f;
|
|
99596
99410
|
if (a.kind !== b.kind) {
|
|
99597
99411
|
return false;
|
|
99598
99412
|
}
|
|
99599
99413
|
if (a.kind === Kind$1.FIELD) {
|
|
99600
99414
|
const bField = b;
|
|
99601
|
-
return !!(a.name.value === bField.name.value) && !!(
|
|
99415
|
+
return !!(a.name.value === bField.name.value) && !!(a.alias?.value === bField.alias?.value) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual(a.selectionSet?.selections, bField.selectionSet?.selections) && directivesEqual(a.directives, bField.directives);
|
|
99602
99416
|
}
|
|
99603
99417
|
if (a.kind === Kind$1.FRAGMENT_SPREAD) {
|
|
99604
99418
|
const bFragmentSpread = b;
|
|
99605
99419
|
return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
|
|
99606
99420
|
}
|
|
99607
99421
|
const bInlineFragment = b;
|
|
99608
|
-
return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(
|
|
99422
|
+
return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
|
|
99609
99423
|
}
|
|
99610
99424
|
function argumentValueEquals(a, b) {
|
|
99611
99425
|
if (a.kind !== b.kind) {
|
|
@@ -99648,7 +99462,7 @@ function directivesEqual(a, b) {
|
|
|
99648
99462
|
return true;
|
|
99649
99463
|
}
|
|
99650
99464
|
if (a === void 0 || b === void 0) {
|
|
99651
|
-
return (
|
|
99465
|
+
return (a?.length || 0) === (b?.length || 0);
|
|
99652
99466
|
}
|
|
99653
99467
|
if (a.length !== b.length) {
|
|
99654
99468
|
return false;
|
|
@@ -99663,7 +99477,7 @@ function argumentsEqual(a, b) {
|
|
|
99663
99477
|
return true;
|
|
99664
99478
|
}
|
|
99665
99479
|
if (a === void 0 || b === void 0) {
|
|
99666
|
-
return (
|
|
99480
|
+
return (a?.length || 0) === (b?.length || 0);
|
|
99667
99481
|
}
|
|
99668
99482
|
if (a.length !== b.length) {
|
|
99669
99483
|
return false;
|
|
@@ -99690,11 +99504,10 @@ function getUniqueSelectionName(fieldName, selections, fragments) {
|
|
|
99690
99504
|
return `${fieldName}_${i}`;
|
|
99691
99505
|
}
|
|
99692
99506
|
function collectFieldNames(selections, fragments) {
|
|
99693
|
-
var _a;
|
|
99694
99507
|
const fieldNames = /* @__PURE__ */ new Set();
|
|
99695
99508
|
for (const selection of selections) {
|
|
99696
99509
|
if (isField(selection)) {
|
|
99697
|
-
fieldNames.add(
|
|
99510
|
+
fieldNames.add(selection.alias?.value || selection.name.value);
|
|
99698
99511
|
} else if (isInlineFragment(selection)) {
|
|
99699
99512
|
collectFieldNames(
|
|
99700
99513
|
selection.selectionSet.selections,
|
|
@@ -99750,8 +99563,7 @@ function isFragmentDefinition(node) {
|
|
|
99750
99563
|
return node.kind === Kind$1.FRAGMENT_DEFINITION;
|
|
99751
99564
|
}
|
|
99752
99565
|
function extractIfArgument(directive, variables, directiveName) {
|
|
99753
|
-
|
|
99754
|
-
const ifArg = (_a = directive.arguments) == null ? void 0 : _a.find((arg) => arg.name.value === "if");
|
|
99566
|
+
const ifArg = directive.arguments?.find((arg) => arg.name.value === "if");
|
|
99755
99567
|
if (!ifArg) {
|
|
99756
99568
|
return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
|
|
99757
99569
|
}
|
|
@@ -99864,8 +99676,7 @@ class BaseArrayFieldDef {
|
|
|
99864
99676
|
const arrayNormalizationErrors = [];
|
|
99865
99677
|
const normalizedArray = [];
|
|
99866
99678
|
input.data.forEach((item, index) => {
|
|
99867
|
-
|
|
99868
|
-
const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
|
|
99679
|
+
const existingItemData = input.existingNormalizedData?.[index];
|
|
99869
99680
|
const normalizedItemResult = this.items.write(cache, {
|
|
99870
99681
|
...input,
|
|
99871
99682
|
data: item,
|
|
@@ -99945,7 +99756,6 @@ class BaseObjectFieldDef {
|
|
|
99945
99756
|
return this.repository.buildFieldKey(selection, variables);
|
|
99946
99757
|
}
|
|
99947
99758
|
write(cache, input) {
|
|
99948
|
-
var _a;
|
|
99949
99759
|
if (!input.selection.selectionSet) {
|
|
99950
99760
|
return err$3([
|
|
99951
99761
|
{
|
|
@@ -99975,7 +99785,7 @@ class BaseObjectFieldDef {
|
|
|
99975
99785
|
const writeResult = this.repository.write(cache, {
|
|
99976
99786
|
...input,
|
|
99977
99787
|
data: input.data,
|
|
99978
|
-
existingNormalizedData:
|
|
99788
|
+
existingNormalizedData: input.existingNormalizedData?.data,
|
|
99979
99789
|
request: input.request,
|
|
99980
99790
|
selections: input.selection.selectionSet.selections,
|
|
99981
99791
|
parentFieldSelection: input.selection
|
|
@@ -99986,7 +99796,6 @@ class BaseObjectFieldDef {
|
|
|
99986
99796
|
return ok$3({ type: "data", data: writeResult.value });
|
|
99987
99797
|
}
|
|
99988
99798
|
read(cache, input) {
|
|
99989
|
-
var _a;
|
|
99990
99799
|
if (!input.selection.selectionSet) {
|
|
99991
99800
|
return err$3([
|
|
99992
99801
|
{
|
|
@@ -100018,7 +99827,7 @@ class BaseObjectFieldDef {
|
|
|
100018
99827
|
...input,
|
|
100019
99828
|
normalizedData: normalizedData.data,
|
|
100020
99829
|
request: input.request,
|
|
100021
|
-
selections:
|
|
99830
|
+
selections: input.selection.selectionSet?.selections,
|
|
100022
99831
|
parentFieldSelection: input.selection
|
|
100023
99832
|
});
|
|
100024
99833
|
}
|
|
@@ -100069,13 +99878,12 @@ class BaseGraphQLTypeRepository {
|
|
|
100069
99878
|
return { selections: augmentedSelections, fragments: augmentedFragments };
|
|
100070
99879
|
}
|
|
100071
99880
|
augmentFieldSelection(selection, fragments) {
|
|
100072
|
-
var _a;
|
|
100073
99881
|
const field = this.getFieldDef(void 0, selection);
|
|
100074
99882
|
if (field === void 0) {
|
|
100075
99883
|
return { selections: [selection], fragments };
|
|
100076
99884
|
}
|
|
100077
99885
|
const result = field.augmentSelections({
|
|
100078
|
-
selections:
|
|
99886
|
+
selections: selection.selectionSet?.selections || [],
|
|
100079
99887
|
fragments
|
|
100080
99888
|
});
|
|
100081
99889
|
return {
|
|
@@ -100092,7 +99900,6 @@ class BaseGraphQLTypeRepository {
|
|
|
100092
99900
|
};
|
|
100093
99901
|
}
|
|
100094
99902
|
augmentInlineFragmentSelection(fragment, fragments) {
|
|
100095
|
-
var _a;
|
|
100096
99903
|
const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
|
|
100097
99904
|
void 0,
|
|
100098
99905
|
fragment
|
|
@@ -100101,7 +99908,7 @@ class BaseGraphQLTypeRepository {
|
|
|
100101
99908
|
return { selections: [], fragments };
|
|
100102
99909
|
}
|
|
100103
99910
|
const augmentedFragmentSelections = this.augmentSelections({
|
|
100104
|
-
selections:
|
|
99911
|
+
selections: fragment.selectionSet?.selections || [],
|
|
100105
99912
|
fragments
|
|
100106
99913
|
});
|
|
100107
99914
|
return {
|
|
@@ -100118,7 +99925,6 @@ class BaseGraphQLTypeRepository {
|
|
|
100118
99925
|
};
|
|
100119
99926
|
}
|
|
100120
99927
|
augmentFragmentSpreadSelection(selection, fragments) {
|
|
100121
|
-
var _a;
|
|
100122
99928
|
const fragment = fragments[selection.name.value];
|
|
100123
99929
|
if (fragment === void 0) {
|
|
100124
99930
|
return { selections: [selection], fragments };
|
|
@@ -100131,7 +99937,7 @@ class BaseGraphQLTypeRepository {
|
|
|
100131
99937
|
return { selections: [selection], fragments };
|
|
100132
99938
|
}
|
|
100133
99939
|
const augmentedFragment = this.augmentSelections({
|
|
100134
|
-
selections:
|
|
99940
|
+
selections: fragment.selectionSet?.selections || [],
|
|
100135
99941
|
fragments
|
|
100136
99942
|
});
|
|
100137
99943
|
return {
|
|
@@ -100180,9 +99986,8 @@ class BaseGraphQLTypeRepository {
|
|
|
100180
99986
|
return buildReadWriteResult(normalized, errors);
|
|
100181
99987
|
}
|
|
100182
99988
|
normalizeFieldSelection(cache, input, selection, errorCollector) {
|
|
100183
|
-
var _a;
|
|
100184
99989
|
const canonicalFieldName = selection.name.value;
|
|
100185
|
-
const dataInstanceFieldName =
|
|
99990
|
+
const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
|
|
100186
99991
|
const value = input.data[dataInstanceFieldName];
|
|
100187
99992
|
const fieldDef = this.getFieldDef(input, selection);
|
|
100188
99993
|
if (!fieldDef) {
|
|
@@ -100292,7 +100097,6 @@ class BaseGraphQLTypeRepository {
|
|
|
100292
100097
|
return buildReadWriteResult(denormalized, errors);
|
|
100293
100098
|
}
|
|
100294
100099
|
getNormalizedFieldData(selection, input) {
|
|
100295
|
-
var _a;
|
|
100296
100100
|
const fieldDef = this.getFieldDef(input, selection);
|
|
100297
100101
|
if (!fieldDef) {
|
|
100298
100102
|
return err$3(
|
|
@@ -100309,10 +100113,9 @@ class BaseGraphQLTypeRepository {
|
|
|
100309
100113
|
return err$3(cacheFieldKeyResult.error);
|
|
100310
100114
|
}
|
|
100311
100115
|
const cacheFieldKey = cacheFieldKeyResult.value;
|
|
100312
|
-
return ok$3((
|
|
100116
|
+
return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
|
|
100313
100117
|
}
|
|
100314
100118
|
denormalizeFieldSelection(cache, input, selection, errorCollector) {
|
|
100315
|
-
var _a;
|
|
100316
100119
|
const canonicalFieldName = selection.name.value;
|
|
100317
100120
|
const fieldDef = this.getFieldDef(input, selection);
|
|
100318
100121
|
if (!fieldDef) {
|
|
@@ -100324,7 +100127,7 @@ class BaseGraphQLTypeRepository {
|
|
|
100324
100127
|
});
|
|
100325
100128
|
return {};
|
|
100326
100129
|
}
|
|
100327
|
-
const dataInstanceFieldName =
|
|
100130
|
+
const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
|
|
100328
100131
|
const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
|
|
100329
100132
|
if (normalizedFieldDataResult.isErr()) {
|
|
100330
100133
|
errorCollector.push({
|
|
@@ -100392,19 +100195,18 @@ class BaseGraphQLTypeRepository {
|
|
|
100392
100195
|
return {};
|
|
100393
100196
|
}
|
|
100394
100197
|
getFieldDef(input, selection) {
|
|
100395
|
-
var _a, _b, _c;
|
|
100396
100198
|
const canonicalFieldName = selection.name.value;
|
|
100397
100199
|
const fieldDef = this.fields[canonicalFieldName];
|
|
100398
100200
|
if (fieldDef) {
|
|
100399
100201
|
return fieldDef;
|
|
100400
100202
|
}
|
|
100401
|
-
const dataInstanceFieldName =
|
|
100203
|
+
const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
|
|
100402
100204
|
if (input === void 0) {
|
|
100403
100205
|
return void 0;
|
|
100404
100206
|
}
|
|
100405
100207
|
if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
|
|
100406
100208
|
return missingFieldDef;
|
|
100407
|
-
} else if ("normalizedData" in input &&
|
|
100209
|
+
} else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
|
|
100408
100210
|
return missingFieldDef;
|
|
100409
100211
|
}
|
|
100410
100212
|
return void 0;
|
|
@@ -100492,7 +100294,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
|
|
|
100492
100294
|
return err$3(normalized.error);
|
|
100493
100295
|
}
|
|
100494
100296
|
const existing = cache.get(key);
|
|
100495
|
-
if (!deepEquals$2(existing
|
|
100297
|
+
if (!deepEquals$2(existing?.value, normalized.value)) {
|
|
100496
100298
|
cache.set(key, {
|
|
100497
100299
|
value: normalized.value,
|
|
100498
100300
|
metadata: this.cacheMetadata
|
|
@@ -100508,7 +100310,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
|
|
|
100508
100310
|
const existingNormalizedData = cache.get(key, { copy: true });
|
|
100509
100311
|
const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
|
|
100510
100312
|
...input,
|
|
100511
|
-
existingNormalizedData: existingNormalizedData
|
|
100313
|
+
existingNormalizedData: existingNormalizedData?.value
|
|
100512
100314
|
});
|
|
100513
100315
|
if (normalizeDataResult.isErr()) {
|
|
100514
100316
|
return normalizeDataResult;
|
|
@@ -100516,7 +100318,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
|
|
|
100516
100318
|
return ok$3(
|
|
100517
100319
|
deepMerge$2(
|
|
100518
100320
|
{},
|
|
100519
|
-
|
|
100321
|
+
existingNormalizedData?.value || {},
|
|
100520
100322
|
normalizeDataResult.value
|
|
100521
100323
|
)
|
|
100522
100324
|
);
|
|
@@ -100531,14 +100333,13 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
|
|
|
100531
100333
|
return this.graphqlRepository.buildFieldKey(selection, variables);
|
|
100532
100334
|
}
|
|
100533
100335
|
buildKeyParams(input) {
|
|
100534
|
-
var _a;
|
|
100535
100336
|
const idField = input.selections.find(
|
|
100536
100337
|
(selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
|
|
100537
100338
|
);
|
|
100538
100339
|
if (!idField) {
|
|
100539
100340
|
throw new Error(`Id field ${this.idField} not found in selections`);
|
|
100540
100341
|
}
|
|
100541
|
-
const idFieldDataProperty =
|
|
100342
|
+
const idFieldDataProperty = idField.alias?.value || idField.name.value;
|
|
100542
100343
|
return {
|
|
100543
100344
|
[this.idField]: input.data[idFieldDataProperty]
|
|
100544
100345
|
};
|
|
@@ -100588,7 +100389,6 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
|
|
|
100588
100389
|
});
|
|
100589
100390
|
}
|
|
100590
100391
|
buildAugmentedQuery(input) {
|
|
100591
|
-
var _a;
|
|
100592
100392
|
const operationResult = findExecutableOperation(input);
|
|
100593
100393
|
if (operationResult.isErr()) {
|
|
100594
100394
|
return err$3(operationResult.error);
|
|
@@ -100605,7 +100405,7 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
|
|
|
100605
100405
|
{}
|
|
100606
100406
|
);
|
|
100607
100407
|
const result = this.augmentSelections({
|
|
100608
|
-
selections:
|
|
100408
|
+
selections: operationResult.value.selectionSet?.selections || [],
|
|
100609
100409
|
fragments
|
|
100610
100410
|
});
|
|
100611
100411
|
const augmentedOperationSelections = result.selections;
|
|
@@ -100726,12 +100526,11 @@ class BaseInterfaceRepository {
|
|
|
100726
100526
|
const augmentedSelections = [];
|
|
100727
100527
|
let augmentedFragments = { ...input.fragments };
|
|
100728
100528
|
input.selections.forEach((selection) => {
|
|
100729
|
-
var _a;
|
|
100730
100529
|
if (selection.kind === Kind$1.FIELD) {
|
|
100731
100530
|
if (Object.keys(this.fields).includes(selection.name.value)) {
|
|
100732
100531
|
const field = this.fields[selection.name.value];
|
|
100733
100532
|
const result2 = field.augmentSelections({
|
|
100734
|
-
selections:
|
|
100533
|
+
selections: selection.selectionSet?.selections || [],
|
|
100735
100534
|
fragments: input.fragments
|
|
100736
100535
|
});
|
|
100737
100536
|
augmentedSelections.push({
|
|
@@ -100764,12 +100563,11 @@ class BaseInterfaceRepository {
|
|
|
100764
100563
|
return { selections: augmentedSelections, fragments: augmentedFragments };
|
|
100765
100564
|
}
|
|
100766
100565
|
getTypeDiscriminator(data, selections) {
|
|
100767
|
-
var _a;
|
|
100768
100566
|
const typenameSelection = selections.find(
|
|
100769
100567
|
(selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
|
|
100770
100568
|
);
|
|
100771
100569
|
if (typenameSelection) {
|
|
100772
|
-
return data[
|
|
100570
|
+
return data[typenameSelection.alias?.value || typenameSelection.name.value];
|
|
100773
100571
|
} else {
|
|
100774
100572
|
return data.__typename;
|
|
100775
100573
|
}
|
|
@@ -100911,12 +100709,11 @@ class BaseUnionRepository {
|
|
|
100911
100709
|
return { selections: augmentedSelections, fragments: augmentedFragments };
|
|
100912
100710
|
}
|
|
100913
100711
|
getTypeDiscriminator(data, selections) {
|
|
100914
|
-
var _a;
|
|
100915
100712
|
const typenameSelection = selections.find(
|
|
100916
100713
|
(selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
|
|
100917
100714
|
);
|
|
100918
100715
|
if (typenameSelection) {
|
|
100919
|
-
return data[
|
|
100716
|
+
return data[typenameSelection.alias?.value || typenameSelection.name.value];
|
|
100920
100717
|
} else {
|
|
100921
100718
|
return data.__typename;
|
|
100922
100719
|
}
|
|
@@ -101411,11 +101208,6 @@ LockerSafeClass(ConsumedContextSignal);
|
|
|
101411
101208
|
*/
|
|
101412
101209
|
|
|
101413
101210
|
|
|
101414
|
-
/*!
|
|
101415
|
-
* Copyright (c) 2022, Salesforce, Inc.,
|
|
101416
|
-
* All rights reserved.
|
|
101417
|
-
* For full license text, see the LICENSE.txt file
|
|
101418
|
-
*/
|
|
101419
101211
|
const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
|
|
101420
101212
|
class Ok {
|
|
101421
101213
|
constructor(value) {
|
|
@@ -101476,7 +101268,7 @@ function rejectedPromiseLike(reason) {
|
|
|
101476
101268
|
};
|
|
101477
101269
|
}
|
|
101478
101270
|
function isPromiseLike(x) {
|
|
101479
|
-
return typeof
|
|
101271
|
+
return typeof x?.then === "function";
|
|
101480
101272
|
}
|
|
101481
101273
|
class InternalError extends Error {
|
|
101482
101274
|
constructor(data) {
|
|
@@ -101495,11 +101287,10 @@ function applyDecorators(baseCommand, decorators, options) {
|
|
|
101495
101287
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101496
101288
|
constructor(services, typeRegistry) {
|
|
101497
101289
|
super(services);
|
|
101498
|
-
this.services = services;
|
|
101499
|
-
this.typeRegistry = typeRegistry;
|
|
101500
101290
|
this.namespace = "oas";
|
|
101501
101291
|
this.typeName = "Analytics__AnalyticsBrowse";
|
|
101502
101292
|
this.implementedInterfaces = [];
|
|
101293
|
+
this.typeRegistry = typeRegistry;
|
|
101503
101294
|
}
|
|
101504
101295
|
get fields() {
|
|
101505
101296
|
return {
|
|
@@ -101515,11 +101306,10 @@ class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepo
|
|
|
101515
101306
|
class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101516
101307
|
constructor(services, typeRegistry) {
|
|
101517
101308
|
super(services);
|
|
101518
|
-
this.services = services;
|
|
101519
|
-
this.typeRegistry = typeRegistry;
|
|
101520
101309
|
this.namespace = "oas";
|
|
101521
101310
|
this.typeName = "Analytics__AnalyticsEdge";
|
|
101522
101311
|
this.implementedInterfaces = [];
|
|
101312
|
+
this.typeRegistry = typeRegistry;
|
|
101523
101313
|
}
|
|
101524
101314
|
get fields() {
|
|
101525
101315
|
return {
|
|
@@ -101533,11 +101323,10 @@ class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeReposi
|
|
|
101533
101323
|
class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101534
101324
|
constructor(services, typeRegistry) {
|
|
101535
101325
|
super(services);
|
|
101536
|
-
this.services = services;
|
|
101537
|
-
this.typeRegistry = typeRegistry;
|
|
101538
101326
|
this.namespace = "oas";
|
|
101539
101327
|
this.typeName = "Analytics__Analytics";
|
|
101540
101328
|
this.implementedInterfaces = [];
|
|
101329
|
+
this.typeRegistry = typeRegistry;
|
|
101541
101330
|
}
|
|
101542
101331
|
get fields() {
|
|
101543
101332
|
return {
|
|
@@ -101550,11 +101339,10 @@ class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository
|
|
|
101550
101339
|
class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
|
|
101551
101340
|
constructor(services, typeRegistry) {
|
|
101552
101341
|
super(services);
|
|
101553
|
-
this.services = services;
|
|
101554
|
-
this.typeRegistry = typeRegistry;
|
|
101555
101342
|
this.namespace = "oas";
|
|
101556
101343
|
this.typeName = "Analytics__AnalyticsRepresentationInterface";
|
|
101557
101344
|
this.implementedInterfaces = [];
|
|
101345
|
+
this.typeRegistry = typeRegistry;
|
|
101558
101346
|
}
|
|
101559
101347
|
get fields() {
|
|
101560
101348
|
return {
|
|
@@ -101590,12 +101378,11 @@ class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfac
|
|
|
101590
101378
|
class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
101591
101379
|
constructor(services, typeRegistry) {
|
|
101592
101380
|
super(services);
|
|
101593
|
-
this.services = services;
|
|
101594
|
-
this.typeRegistry = typeRegistry;
|
|
101595
101381
|
this.namespace = "oas";
|
|
101596
101382
|
this.typeName = "Analytics__AnalyticsRepresentation";
|
|
101597
101383
|
this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
|
|
101598
101384
|
this.idField = "Id";
|
|
101385
|
+
this.typeRegistry = typeRegistry;
|
|
101599
101386
|
}
|
|
101600
101387
|
get fields() {
|
|
101601
101388
|
return {
|
|
@@ -101625,11 +101412,10 @@ class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTy
|
|
|
101625
101412
|
class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101626
101413
|
constructor(services, typeRegistry) {
|
|
101627
101414
|
super(services);
|
|
101628
|
-
this.services = services;
|
|
101629
|
-
this.typeRegistry = typeRegistry;
|
|
101630
101415
|
this.namespace = "oas";
|
|
101631
101416
|
this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
|
|
101632
101417
|
this.implementedInterfaces = [];
|
|
101418
|
+
this.typeRegistry = typeRegistry;
|
|
101633
101419
|
}
|
|
101634
101420
|
get fields() {
|
|
101635
101421
|
return {
|
|
@@ -101645,11 +101431,10 @@ class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends Unidentifia
|
|
|
101645
101431
|
class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101646
101432
|
constructor(services, typeRegistry) {
|
|
101647
101433
|
super(services);
|
|
101648
|
-
this.services = services;
|
|
101649
|
-
this.typeRegistry = typeRegistry;
|
|
101650
101434
|
this.namespace = "oas";
|
|
101651
101435
|
this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
|
|
101652
101436
|
this.implementedInterfaces = [];
|
|
101437
|
+
this.typeRegistry = typeRegistry;
|
|
101653
101438
|
}
|
|
101654
101439
|
get fields() {
|
|
101655
101440
|
return {
|
|
@@ -101663,11 +101448,10 @@ class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGra
|
|
|
101663
101448
|
class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101664
101449
|
constructor(services, typeRegistry) {
|
|
101665
101450
|
super(services);
|
|
101666
|
-
this.services = services;
|
|
101667
|
-
this.typeRegistry = typeRegistry;
|
|
101668
101451
|
this.namespace = "oas";
|
|
101669
101452
|
this.typeName = "Analytics__AnalyticsWorkspaceAsset";
|
|
101670
101453
|
this.implementedInterfaces = [];
|
|
101454
|
+
this.typeRegistry = typeRegistry;
|
|
101671
101455
|
}
|
|
101672
101456
|
get fields() {
|
|
101673
101457
|
return {
|
|
@@ -101684,12 +101468,11 @@ class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQL
|
|
|
101684
101468
|
class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
|
|
101685
101469
|
constructor(services, typeRegistry) {
|
|
101686
101470
|
super(services);
|
|
101687
|
-
this.services = services;
|
|
101688
|
-
this.typeRegistry = typeRegistry;
|
|
101689
101471
|
this.namespace = "oas";
|
|
101690
101472
|
this.typeName = "Analytics__AnalyticsWorkspace";
|
|
101691
101473
|
this.implementedInterfaces = [];
|
|
101692
101474
|
this.idField = "Id";
|
|
101475
|
+
this.typeRegistry = typeRegistry;
|
|
101693
101476
|
}
|
|
101694
101477
|
get fields() {
|
|
101695
101478
|
return {
|
|
@@ -101713,12 +101496,11 @@ class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRep
|
|
|
101713
101496
|
class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
101714
101497
|
constructor(services, typeRegistry) {
|
|
101715
101498
|
super(services);
|
|
101716
|
-
this.services = services;
|
|
101717
|
-
this.typeRegistry = typeRegistry;
|
|
101718
101499
|
this.namespace = "oas";
|
|
101719
101500
|
this.typeName = "Analytics__DataspaceRepresentation";
|
|
101720
101501
|
this.implementedInterfaces = [];
|
|
101721
101502
|
this.idField = "Id";
|
|
101503
|
+
this.typeRegistry = typeRegistry;
|
|
101722
101504
|
}
|
|
101723
101505
|
get fields() {
|
|
101724
101506
|
return {
|
|
@@ -101737,12 +101519,11 @@ class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTy
|
|
|
101737
101519
|
class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
|
|
101738
101520
|
constructor(services, typeRegistry) {
|
|
101739
101521
|
super(services);
|
|
101740
|
-
this.services = services;
|
|
101741
|
-
this.typeRegistry = typeRegistry;
|
|
101742
101522
|
this.namespace = "oas";
|
|
101743
101523
|
this.typeName = "Analytics__DominoTemplate";
|
|
101744
101524
|
this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
|
|
101745
101525
|
this.idField = "Id";
|
|
101526
|
+
this.typeRegistry = typeRegistry;
|
|
101746
101527
|
}
|
|
101747
101528
|
get fields() {
|
|
101748
101529
|
return {
|
|
@@ -101774,12 +101555,11 @@ class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeReposit
|
|
|
101774
101555
|
class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
|
|
101775
101556
|
constructor(services, typeRegistry) {
|
|
101776
101557
|
super(services);
|
|
101777
|
-
this.services = services;
|
|
101778
|
-
this.typeRegistry = typeRegistry;
|
|
101779
101558
|
this.namespace = "oas";
|
|
101780
101559
|
this.typeName = "Analytics__MktDataConnector";
|
|
101781
101560
|
this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
|
|
101782
101561
|
this.idField = "Id";
|
|
101562
|
+
this.typeRegistry = typeRegistry;
|
|
101783
101563
|
}
|
|
101784
101564
|
get fields() {
|
|
101785
101565
|
return {
|
|
@@ -101810,12 +101590,11 @@ class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepos
|
|
|
101810
101590
|
class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
|
|
101811
101591
|
constructor(services, typeRegistry) {
|
|
101812
101592
|
super(services);
|
|
101813
|
-
this.services = services;
|
|
101814
|
-
this.typeRegistry = typeRegistry;
|
|
101815
101593
|
this.namespace = "oas";
|
|
101816
101594
|
this.typeName = "Analytics__SemanticDefinition";
|
|
101817
101595
|
this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
|
|
101818
101596
|
this.idField = "Id";
|
|
101597
|
+
this.typeRegistry = typeRegistry;
|
|
101819
101598
|
}
|
|
101820
101599
|
get fields() {
|
|
101821
101600
|
return {
|
|
@@ -101848,11 +101627,10 @@ class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRep
|
|
|
101848
101627
|
class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101849
101628
|
constructor(services, typeRegistry) {
|
|
101850
101629
|
super(services);
|
|
101851
|
-
this.services = services;
|
|
101852
|
-
this.typeRegistry = typeRegistry;
|
|
101853
101630
|
this.namespace = "oas";
|
|
101854
101631
|
this.typeName = "Analytics__SemanticModelRelatedModelConnection";
|
|
101855
101632
|
this.implementedInterfaces = [];
|
|
101633
|
+
this.typeRegistry = typeRegistry;
|
|
101856
101634
|
}
|
|
101857
101635
|
get fields() {
|
|
101858
101636
|
return {
|
|
@@ -101868,11 +101646,10 @@ class Analytics__SemanticModelRelatedModelConnectionRepository extends Unidentif
|
|
|
101868
101646
|
class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101869
101647
|
constructor(services, typeRegistry) {
|
|
101870
101648
|
super(services);
|
|
101871
|
-
this.services = services;
|
|
101872
|
-
this.typeRegistry = typeRegistry;
|
|
101873
101649
|
this.namespace = "oas";
|
|
101874
101650
|
this.typeName = "Analytics__SemanticModelRelatedModelEdge";
|
|
101875
101651
|
this.implementedInterfaces = [];
|
|
101652
|
+
this.typeRegistry = typeRegistry;
|
|
101876
101653
|
}
|
|
101877
101654
|
get fields() {
|
|
101878
101655
|
return {
|
|
@@ -101886,12 +101663,11 @@ class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableG
|
|
|
101886
101663
|
class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
101887
101664
|
constructor(services, typeRegistry) {
|
|
101888
101665
|
super(services);
|
|
101889
|
-
this.services = services;
|
|
101890
|
-
this.typeRegistry = typeRegistry;
|
|
101891
101666
|
this.namespace = "oas";
|
|
101892
101667
|
this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
|
|
101893
101668
|
this.implementedInterfaces = [];
|
|
101894
101669
|
this.idField = "Id";
|
|
101670
|
+
this.typeRegistry = typeRegistry;
|
|
101895
101671
|
}
|
|
101896
101672
|
get fields() {
|
|
101897
101673
|
return {
|
|
@@ -101910,12 +101686,11 @@ class Analytics__SemanticModelRelatedModelRepresentationRepository extends Ident
|
|
|
101910
101686
|
class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
|
|
101911
101687
|
constructor(services, typeRegistry) {
|
|
101912
101688
|
super(services);
|
|
101913
|
-
this.services = services;
|
|
101914
|
-
this.typeRegistry = typeRegistry;
|
|
101915
101689
|
this.namespace = "oas";
|
|
101916
101690
|
this.typeName = "Analytics__SemanticModel";
|
|
101917
101691
|
this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
|
|
101918
101692
|
this.idField = "Id";
|
|
101693
|
+
this.typeRegistry = typeRegistry;
|
|
101919
101694
|
}
|
|
101920
101695
|
get fields() {
|
|
101921
101696
|
return {
|
|
@@ -101946,11 +101721,10 @@ class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeReposito
|
|
|
101946
101721
|
class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101947
101722
|
constructor(services, typeRegistry) {
|
|
101948
101723
|
super(services);
|
|
101949
|
-
this.services = services;
|
|
101950
|
-
this.typeRegistry = typeRegistry;
|
|
101951
101724
|
this.namespace = "oas";
|
|
101952
101725
|
this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
|
|
101953
101726
|
this.implementedInterfaces = [];
|
|
101727
|
+
this.typeRegistry = typeRegistry;
|
|
101954
101728
|
}
|
|
101955
101729
|
get fields() {
|
|
101956
101730
|
return {
|
|
@@ -101966,11 +101740,10 @@ class Analytics__SemanticSubMetricDefinitionConnectionRepository extends Unident
|
|
|
101966
101740
|
class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101967
101741
|
constructor(services, typeRegistry) {
|
|
101968
101742
|
super(services);
|
|
101969
|
-
this.services = services;
|
|
101970
|
-
this.typeRegistry = typeRegistry;
|
|
101971
101743
|
this.namespace = "oas";
|
|
101972
101744
|
this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
|
|
101973
101745
|
this.implementedInterfaces = [];
|
|
101746
|
+
this.typeRegistry = typeRegistry;
|
|
101974
101747
|
}
|
|
101975
101748
|
get fields() {
|
|
101976
101749
|
return {
|
|
@@ -101984,12 +101757,11 @@ class Analytics__SemanticSubMetricDefinitionEdgeRepository extends Unidentifiabl
|
|
|
101984
101757
|
class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
101985
101758
|
constructor(services, typeRegistry) {
|
|
101986
101759
|
super(services);
|
|
101987
|
-
this.services = services;
|
|
101988
|
-
this.typeRegistry = typeRegistry;
|
|
101989
101760
|
this.namespace = "oas";
|
|
101990
101761
|
this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
|
|
101991
101762
|
this.implementedInterfaces = [];
|
|
101992
101763
|
this.idField = "Id";
|
|
101764
|
+
this.typeRegistry = typeRegistry;
|
|
101993
101765
|
}
|
|
101994
101766
|
get fields() {
|
|
101995
101767
|
return {
|
|
@@ -102015,11 +101787,10 @@ class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends Ide
|
|
|
102015
101787
|
class AnyTypeRepository extends BaseUnionRepository {
|
|
102016
101788
|
constructor(services, typeRegistry) {
|
|
102017
101789
|
super(services);
|
|
102018
|
-
this.services = services;
|
|
102019
|
-
this.typeRegistry = typeRegistry;
|
|
102020
101790
|
this.namespace = "oas";
|
|
102021
101791
|
this.typeName = "AnyType";
|
|
102022
101792
|
this.implementedInterfaces = [];
|
|
101793
|
+
this.typeRegistry = typeRegistry;
|
|
102023
101794
|
}
|
|
102024
101795
|
get fields() {
|
|
102025
101796
|
return {
|
|
@@ -102040,11 +101811,10 @@ class AnyTypeRepository extends BaseUnionRepository {
|
|
|
102040
101811
|
class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102041
101812
|
constructor(services, typeRegistry) {
|
|
102042
101813
|
super(services);
|
|
102043
|
-
this.services = services;
|
|
102044
|
-
this.typeRegistry = typeRegistry;
|
|
102045
101814
|
this.namespace = "oas";
|
|
102046
101815
|
this.typeName = "Base64Value";
|
|
102047
101816
|
this.implementedInterfaces = ["FieldValue"];
|
|
101817
|
+
this.typeRegistry = typeRegistry;
|
|
102048
101818
|
}
|
|
102049
101819
|
get fields() {
|
|
102050
101820
|
return {
|
|
@@ -102058,11 +101828,10 @@ class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102058
101828
|
class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102059
101829
|
constructor(services, typeRegistry) {
|
|
102060
101830
|
super(services);
|
|
102061
|
-
this.services = services;
|
|
102062
|
-
this.typeRegistry = typeRegistry;
|
|
102063
101831
|
this.namespace = "oas";
|
|
102064
101832
|
this.typeName = "BooleanAggregate";
|
|
102065
101833
|
this.implementedInterfaces = ["FieldValue"];
|
|
101834
|
+
this.typeRegistry = typeRegistry;
|
|
102066
101835
|
}
|
|
102067
101836
|
get fields() {
|
|
102068
101837
|
return {
|
|
@@ -102077,11 +101846,10 @@ class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102077
101846
|
class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102078
101847
|
constructor(services, typeRegistry) {
|
|
102079
101848
|
super(services);
|
|
102080
|
-
this.services = services;
|
|
102081
|
-
this.typeRegistry = typeRegistry;
|
|
102082
101849
|
this.namespace = "oas";
|
|
102083
101850
|
this.typeName = "BooleanValue";
|
|
102084
101851
|
this.implementedInterfaces = ["FieldValue"];
|
|
101852
|
+
this.typeRegistry = typeRegistry;
|
|
102085
101853
|
}
|
|
102086
101854
|
get fields() {
|
|
102087
101855
|
return {
|
|
@@ -102095,11 +101863,10 @@ class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102095
101863
|
class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102096
101864
|
constructor(services, typeRegistry) {
|
|
102097
101865
|
super(services);
|
|
102098
|
-
this.services = services;
|
|
102099
|
-
this.typeRegistry = typeRegistry;
|
|
102100
101866
|
this.namespace = "oas";
|
|
102101
101867
|
this.typeName = "CanvasLayoutComponent";
|
|
102102
101868
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
101869
|
+
this.typeRegistry = typeRegistry;
|
|
102103
101870
|
}
|
|
102104
101871
|
get fields() {
|
|
102105
101872
|
return {
|
|
@@ -102118,11 +101885,10 @@ class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
|
|
|
102118
101885
|
class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102119
101886
|
constructor(services, typeRegistry) {
|
|
102120
101887
|
super(services);
|
|
102121
|
-
this.services = services;
|
|
102122
|
-
this.typeRegistry = typeRegistry;
|
|
102123
101888
|
this.namespace = "oas";
|
|
102124
101889
|
this.typeName = "ChildRelationship";
|
|
102125
101890
|
this.implementedInterfaces = [];
|
|
101891
|
+
this.typeRegistry = typeRegistry;
|
|
102126
101892
|
}
|
|
102127
101893
|
get fields() {
|
|
102128
101894
|
return {
|
|
@@ -102140,11 +101906,10 @@ class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102140
101906
|
let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102141
101907
|
constructor(services, typeRegistry) {
|
|
102142
101908
|
super(services);
|
|
102143
|
-
this.services = services;
|
|
102144
|
-
this.typeRegistry = typeRegistry;
|
|
102145
101909
|
this.namespace = "oas";
|
|
102146
101910
|
this.typeName = "CompoundField";
|
|
102147
101911
|
this.implementedInterfaces = [];
|
|
101912
|
+
this.typeRegistry = typeRegistry;
|
|
102148
101913
|
}
|
|
102149
101914
|
get fields() {
|
|
102150
101915
|
return {
|
|
@@ -102180,11 +101945,10 @@ let CompoundFieldRepository$1 = class CompoundFieldRepository extends Unidentifi
|
|
|
102180
101945
|
class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102181
101946
|
constructor(services, typeRegistry) {
|
|
102182
101947
|
super(services);
|
|
102183
|
-
this.services = services;
|
|
102184
|
-
this.typeRegistry = typeRegistry;
|
|
102185
101948
|
this.namespace = "oas";
|
|
102186
101949
|
this.typeName = "ControllerValues";
|
|
102187
101950
|
this.implementedInterfaces = [];
|
|
101951
|
+
this.typeRegistry = typeRegistry;
|
|
102188
101952
|
}
|
|
102189
101953
|
get fields() {
|
|
102190
101954
|
return {
|
|
@@ -102198,11 +101962,10 @@ class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102198
101962
|
class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102199
101963
|
constructor(services, typeRegistry) {
|
|
102200
101964
|
super(services);
|
|
102201
|
-
this.services = services;
|
|
102202
|
-
this.typeRegistry = typeRegistry;
|
|
102203
101965
|
this.namespace = "oas";
|
|
102204
101966
|
this.typeName = "CurrencyAggregate";
|
|
102205
101967
|
this.implementedInterfaces = ["FieldValue"];
|
|
101968
|
+
this.typeRegistry = typeRegistry;
|
|
102206
101969
|
}
|
|
102207
101970
|
get fields() {
|
|
102208
101971
|
return {
|
|
@@ -102223,11 +101986,10 @@ class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102223
101986
|
class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102224
101987
|
constructor(services, typeRegistry) {
|
|
102225
101988
|
super(services);
|
|
102226
|
-
this.services = services;
|
|
102227
|
-
this.typeRegistry = typeRegistry;
|
|
102228
101989
|
this.namespace = "oas";
|
|
102229
101990
|
this.typeName = "CurrencyValue";
|
|
102230
101991
|
this.implementedInterfaces = ["FieldValue"];
|
|
101992
|
+
this.typeRegistry = typeRegistry;
|
|
102231
101993
|
}
|
|
102232
101994
|
get fields() {
|
|
102233
101995
|
return {
|
|
@@ -102243,11 +102005,10 @@ class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102243
102005
|
class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102244
102006
|
constructor(services, typeRegistry) {
|
|
102245
102007
|
super(services);
|
|
102246
|
-
this.services = services;
|
|
102247
|
-
this.typeRegistry = typeRegistry;
|
|
102248
102008
|
this.namespace = "oas";
|
|
102249
102009
|
this.typeName = "CustomLinkLayoutComponent";
|
|
102250
102010
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
102011
|
+
this.typeRegistry = typeRegistry;
|
|
102251
102012
|
}
|
|
102252
102013
|
get fields() {
|
|
102253
102014
|
return {
|
|
@@ -102264,11 +102025,10 @@ class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
|
|
|
102264
102025
|
class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102265
102026
|
constructor(services, typeRegistry) {
|
|
102266
102027
|
super(services);
|
|
102267
|
-
this.services = services;
|
|
102268
|
-
this.typeRegistry = typeRegistry;
|
|
102269
102028
|
this.namespace = "oas";
|
|
102270
102029
|
this.typeName = "DateAggregate";
|
|
102271
102030
|
this.implementedInterfaces = ["FieldValue"];
|
|
102031
|
+
this.typeRegistry = typeRegistry;
|
|
102272
102032
|
}
|
|
102273
102033
|
get fields() {
|
|
102274
102034
|
return {
|
|
@@ -102299,11 +102059,10 @@ class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102299
102059
|
class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102300
102060
|
constructor(services, typeRegistry) {
|
|
102301
102061
|
super(services);
|
|
102302
|
-
this.services = services;
|
|
102303
|
-
this.typeRegistry = typeRegistry;
|
|
102304
102062
|
this.namespace = "oas";
|
|
102305
102063
|
this.typeName = "DateFunctionAggregation";
|
|
102306
102064
|
this.implementedInterfaces = [];
|
|
102065
|
+
this.typeRegistry = typeRegistry;
|
|
102307
102066
|
}
|
|
102308
102067
|
get fields() {
|
|
102309
102068
|
return {
|
|
@@ -102317,11 +102076,10 @@ class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeReposit
|
|
|
102317
102076
|
class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102318
102077
|
constructor(services, typeRegistry) {
|
|
102319
102078
|
super(services);
|
|
102320
|
-
this.services = services;
|
|
102321
|
-
this.typeRegistry = typeRegistry;
|
|
102322
102079
|
this.namespace = "oas";
|
|
102323
102080
|
this.typeName = "DateTimeValue";
|
|
102324
102081
|
this.implementedInterfaces = ["FieldValue"];
|
|
102082
|
+
this.typeRegistry = typeRegistry;
|
|
102325
102083
|
}
|
|
102326
102084
|
get fields() {
|
|
102327
102085
|
return {
|
|
@@ -102336,11 +102094,10 @@ class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102336
102094
|
class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102337
102095
|
constructor(services, typeRegistry) {
|
|
102338
102096
|
super(services);
|
|
102339
|
-
this.services = services;
|
|
102340
|
-
this.typeRegistry = typeRegistry;
|
|
102341
102097
|
this.namespace = "oas";
|
|
102342
102098
|
this.typeName = "DateValue";
|
|
102343
102099
|
this.implementedInterfaces = ["FieldValue"];
|
|
102100
|
+
this.typeRegistry = typeRegistry;
|
|
102344
102101
|
}
|
|
102345
102102
|
get fields() {
|
|
102346
102103
|
return {
|
|
@@ -102355,11 +102112,10 @@ class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102355
102112
|
class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102356
102113
|
constructor(services, typeRegistry) {
|
|
102357
102114
|
super(services);
|
|
102358
|
-
this.services = services;
|
|
102359
|
-
this.typeRegistry = typeRegistry;
|
|
102360
102115
|
this.namespace = "oas";
|
|
102361
102116
|
this.typeName = "DependentField";
|
|
102362
102117
|
this.implementedInterfaces = [];
|
|
102118
|
+
this.typeRegistry = typeRegistry;
|
|
102363
102119
|
}
|
|
102364
102120
|
get fields() {
|
|
102365
102121
|
return {
|
|
@@ -102373,11 +102129,10 @@ class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102373
102129
|
class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102374
102130
|
constructor(services, typeRegistry) {
|
|
102375
102131
|
super(services);
|
|
102376
|
-
this.services = services;
|
|
102377
|
-
this.typeRegistry = typeRegistry;
|
|
102378
102132
|
this.namespace = "oas";
|
|
102379
102133
|
this.typeName = "DoubleAggregate";
|
|
102380
102134
|
this.implementedInterfaces = ["FieldValue"];
|
|
102135
|
+
this.typeRegistry = typeRegistry;
|
|
102381
102136
|
}
|
|
102382
102137
|
get fields() {
|
|
102383
102138
|
return {
|
|
@@ -102398,11 +102153,10 @@ class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102398
102153
|
class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102399
102154
|
constructor(services, typeRegistry) {
|
|
102400
102155
|
super(services);
|
|
102401
|
-
this.services = services;
|
|
102402
|
-
this.typeRegistry = typeRegistry;
|
|
102403
102156
|
this.namespace = "oas";
|
|
102404
102157
|
this.typeName = "DoubleValue";
|
|
102405
102158
|
this.implementedInterfaces = ["FieldValue"];
|
|
102159
|
+
this.typeRegistry = typeRegistry;
|
|
102406
102160
|
}
|
|
102407
102161
|
get fields() {
|
|
102408
102162
|
return {
|
|
@@ -102417,11 +102171,10 @@ class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102417
102171
|
class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102418
102172
|
constructor(services, typeRegistry) {
|
|
102419
102173
|
super(services);
|
|
102420
|
-
this.services = services;
|
|
102421
|
-
this.typeRegistry = typeRegistry;
|
|
102422
102174
|
this.namespace = "oas";
|
|
102423
102175
|
this.typeName = "EmailAggregate";
|
|
102424
102176
|
this.implementedInterfaces = ["FieldValue"];
|
|
102177
|
+
this.typeRegistry = typeRegistry;
|
|
102425
102178
|
}
|
|
102426
102179
|
get fields() {
|
|
102427
102180
|
return {
|
|
@@ -102440,11 +102193,10 @@ class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102440
102193
|
class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102441
102194
|
constructor(services, typeRegistry) {
|
|
102442
102195
|
super(services);
|
|
102443
|
-
this.services = services;
|
|
102444
|
-
this.typeRegistry = typeRegistry;
|
|
102445
102196
|
this.namespace = "oas";
|
|
102446
102197
|
this.typeName = "EmailValue";
|
|
102447
102198
|
this.implementedInterfaces = ["FieldValue"];
|
|
102199
|
+
this.typeRegistry = typeRegistry;
|
|
102448
102200
|
}
|
|
102449
102201
|
get fields() {
|
|
102450
102202
|
return {
|
|
@@ -102458,11 +102210,10 @@ class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102458
102210
|
class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102459
102211
|
constructor(services, typeRegistry) {
|
|
102460
102212
|
super(services);
|
|
102461
|
-
this.services = services;
|
|
102462
|
-
this.typeRegistry = typeRegistry;
|
|
102463
102213
|
this.namespace = "oas";
|
|
102464
102214
|
this.typeName = "EmptySpaceLayoutComponent";
|
|
102465
102215
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
102216
|
+
this.typeRegistry = typeRegistry;
|
|
102466
102217
|
}
|
|
102467
102218
|
get fields() {
|
|
102468
102219
|
return {
|
|
@@ -102476,11 +102227,10 @@ class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
|
|
|
102476
102227
|
class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102477
102228
|
constructor(services, typeRegistry) {
|
|
102478
102229
|
super(services);
|
|
102479
|
-
this.services = services;
|
|
102480
|
-
this.typeRegistry = typeRegistry;
|
|
102481
102230
|
this.namespace = "oas";
|
|
102482
102231
|
this.typeName = "EncryptedStringValue";
|
|
102483
102232
|
this.implementedInterfaces = ["FieldValue"];
|
|
102233
|
+
this.typeRegistry = typeRegistry;
|
|
102484
102234
|
}
|
|
102485
102235
|
get fields() {
|
|
102486
102236
|
return {
|
|
@@ -102494,11 +102244,10 @@ class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository
|
|
|
102494
102244
|
class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102495
102245
|
constructor(services, typeRegistry) {
|
|
102496
102246
|
super(services);
|
|
102497
|
-
this.services = services;
|
|
102498
|
-
this.typeRegistry = typeRegistry;
|
|
102499
102247
|
this.namespace = "oas";
|
|
102500
102248
|
this.typeName = "FieldLayoutComponent";
|
|
102501
102249
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
102250
|
+
this.typeRegistry = typeRegistry;
|
|
102502
102251
|
}
|
|
102503
102252
|
get fields() {
|
|
102504
102253
|
return {
|
|
@@ -102513,11 +102262,10 @@ class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository
|
|
|
102513
102262
|
class FieldRepository extends BaseInterfaceRepository {
|
|
102514
102263
|
constructor(services, typeRegistry) {
|
|
102515
102264
|
super(services);
|
|
102516
|
-
this.services = services;
|
|
102517
|
-
this.typeRegistry = typeRegistry;
|
|
102518
102265
|
this.namespace = "oas";
|
|
102519
102266
|
this.typeName = "Field";
|
|
102520
102267
|
this.implementedInterfaces = [];
|
|
102268
|
+
this.typeRegistry = typeRegistry;
|
|
102521
102269
|
}
|
|
102522
102270
|
get fields() {
|
|
102523
102271
|
return {
|
|
@@ -102564,11 +102312,10 @@ class FieldRepository extends BaseInterfaceRepository {
|
|
|
102564
102312
|
class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102565
102313
|
constructor(services, typeRegistry) {
|
|
102566
102314
|
super(services);
|
|
102567
|
-
this.services = services;
|
|
102568
|
-
this.typeRegistry = typeRegistry;
|
|
102569
102315
|
this.namespace = "oas";
|
|
102570
102316
|
this.typeName = "FilteredLookupInfo";
|
|
102571
102317
|
this.implementedInterfaces = [];
|
|
102318
|
+
this.typeRegistry = typeRegistry;
|
|
102572
102319
|
}
|
|
102573
102320
|
get fields() {
|
|
102574
102321
|
return {
|
|
@@ -102583,11 +102330,10 @@ class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102583
102330
|
class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102584
102331
|
constructor(services, typeRegistry) {
|
|
102585
102332
|
super(services);
|
|
102586
|
-
this.services = services;
|
|
102587
|
-
this.typeRegistry = typeRegistry;
|
|
102588
102333
|
this.namespace = "oas";
|
|
102589
102334
|
this.typeName = "IDAggregate";
|
|
102590
102335
|
this.implementedInterfaces = ["FieldValue"];
|
|
102336
|
+
this.typeRegistry = typeRegistry;
|
|
102591
102337
|
}
|
|
102592
102338
|
get fields() {
|
|
102593
102339
|
return {
|
|
@@ -102606,11 +102352,10 @@ class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102606
102352
|
class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102607
102353
|
constructor(services, typeRegistry) {
|
|
102608
102354
|
super(services);
|
|
102609
|
-
this.services = services;
|
|
102610
|
-
this.typeRegistry = typeRegistry;
|
|
102611
102355
|
this.namespace = "oas";
|
|
102612
102356
|
this.typeName = "IDValue";
|
|
102613
102357
|
this.implementedInterfaces = ["FieldValue"];
|
|
102358
|
+
this.typeRegistry = typeRegistry;
|
|
102614
102359
|
}
|
|
102615
102360
|
get fields() {
|
|
102616
102361
|
return {
|
|
@@ -102624,11 +102369,10 @@ class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102624
102369
|
class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102625
102370
|
constructor(services, typeRegistry) {
|
|
102626
102371
|
super(services);
|
|
102627
|
-
this.services = services;
|
|
102628
|
-
this.typeRegistry = typeRegistry;
|
|
102629
102372
|
this.namespace = "oas";
|
|
102630
102373
|
this.typeName = "IntAggregate";
|
|
102631
102374
|
this.implementedInterfaces = ["FieldValue"];
|
|
102375
|
+
this.typeRegistry = typeRegistry;
|
|
102632
102376
|
}
|
|
102633
102377
|
get fields() {
|
|
102634
102378
|
return {
|
|
@@ -102650,11 +102394,10 @@ class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102650
102394
|
class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102651
102395
|
constructor(services, typeRegistry) {
|
|
102652
102396
|
super(services);
|
|
102653
|
-
this.services = services;
|
|
102654
|
-
this.typeRegistry = typeRegistry;
|
|
102655
102397
|
this.namespace = "oas";
|
|
102656
102398
|
this.typeName = "IntValue";
|
|
102657
102399
|
this.implementedInterfaces = ["FieldValue"];
|
|
102400
|
+
this.typeRegistry = typeRegistry;
|
|
102658
102401
|
}
|
|
102659
102402
|
get fields() {
|
|
102660
102403
|
return {
|
|
@@ -102669,11 +102412,10 @@ class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102669
102412
|
class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102670
102413
|
constructor(services, typeRegistry) {
|
|
102671
102414
|
super(services);
|
|
102672
|
-
this.services = services;
|
|
102673
|
-
this.typeRegistry = typeRegistry;
|
|
102674
102415
|
this.namespace = "oas";
|
|
102675
102416
|
this.typeName = "JSONValue";
|
|
102676
102417
|
this.implementedInterfaces = ["FieldValue"];
|
|
102418
|
+
this.typeRegistry = typeRegistry;
|
|
102677
102419
|
}
|
|
102678
102420
|
get fields() {
|
|
102679
102421
|
return {
|
|
@@ -102687,11 +102429,10 @@ class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102687
102429
|
class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102688
102430
|
constructor(services, typeRegistry) {
|
|
102689
102431
|
super(services);
|
|
102690
|
-
this.services = services;
|
|
102691
|
-
this.typeRegistry = typeRegistry;
|
|
102692
102432
|
this.namespace = "oas";
|
|
102693
102433
|
this.typeName = "LatitudeAggregate";
|
|
102694
102434
|
this.implementedInterfaces = ["FieldValue"];
|
|
102435
|
+
this.typeRegistry = typeRegistry;
|
|
102695
102436
|
}
|
|
102696
102437
|
get fields() {
|
|
102697
102438
|
return {
|
|
@@ -102711,11 +102452,10 @@ class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102711
102452
|
class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102712
102453
|
constructor(services, typeRegistry) {
|
|
102713
102454
|
super(services);
|
|
102714
|
-
this.services = services;
|
|
102715
|
-
this.typeRegistry = typeRegistry;
|
|
102716
102455
|
this.namespace = "oas";
|
|
102717
102456
|
this.typeName = "LatitudeValue";
|
|
102718
102457
|
this.implementedInterfaces = ["FieldValue"];
|
|
102458
|
+
this.typeRegistry = typeRegistry;
|
|
102719
102459
|
}
|
|
102720
102460
|
get fields() {
|
|
102721
102461
|
return {
|
|
@@ -102729,11 +102469,10 @@ class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102729
102469
|
class LayoutComponentRepository extends BaseInterfaceRepository {
|
|
102730
102470
|
constructor(services, typeRegistry) {
|
|
102731
102471
|
super(services);
|
|
102732
|
-
this.services = services;
|
|
102733
|
-
this.typeRegistry = typeRegistry;
|
|
102734
102472
|
this.namespace = "oas";
|
|
102735
102473
|
this.typeName = "LayoutComponent";
|
|
102736
102474
|
this.implementedInterfaces = [];
|
|
102475
|
+
this.typeRegistry = typeRegistry;
|
|
102737
102476
|
}
|
|
102738
102477
|
get fields() {
|
|
102739
102478
|
return {
|
|
@@ -102757,11 +102496,10 @@ class LayoutComponentRepository extends BaseInterfaceRepository {
|
|
|
102757
102496
|
class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102758
102497
|
constructor(services, typeRegistry) {
|
|
102759
102498
|
super(services);
|
|
102760
|
-
this.services = services;
|
|
102761
|
-
this.typeRegistry = typeRegistry;
|
|
102762
102499
|
this.namespace = "oas";
|
|
102763
102500
|
this.typeName = "LayoutConnection";
|
|
102764
102501
|
this.implementedInterfaces = [];
|
|
102502
|
+
this.typeRegistry = typeRegistry;
|
|
102765
102503
|
}
|
|
102766
102504
|
get fields() {
|
|
102767
102505
|
return {
|
|
@@ -102776,11 +102514,10 @@ class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102776
102514
|
class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102777
102515
|
constructor(services, typeRegistry) {
|
|
102778
102516
|
super(services);
|
|
102779
|
-
this.services = services;
|
|
102780
|
-
this.typeRegistry = typeRegistry;
|
|
102781
102517
|
this.namespace = "oas";
|
|
102782
102518
|
this.typeName = "LayoutEdge";
|
|
102783
102519
|
this.implementedInterfaces = [];
|
|
102520
|
+
this.typeRegistry = typeRegistry;
|
|
102784
102521
|
}
|
|
102785
102522
|
get fields() {
|
|
102786
102523
|
return {
|
|
@@ -102794,11 +102531,10 @@ class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102794
102531
|
class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102795
102532
|
constructor(services, typeRegistry) {
|
|
102796
102533
|
super(services);
|
|
102797
|
-
this.services = services;
|
|
102798
|
-
this.typeRegistry = typeRegistry;
|
|
102799
102534
|
this.namespace = "oas";
|
|
102800
102535
|
this.typeName = "LayoutItem";
|
|
102801
102536
|
this.implementedInterfaces = [];
|
|
102537
|
+
this.typeRegistry = typeRegistry;
|
|
102802
102538
|
}
|
|
102803
102539
|
get fields() {
|
|
102804
102540
|
return {
|
|
@@ -102818,12 +102554,11 @@ class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102818
102554
|
class LayoutRepository extends IdentifiableGraphQLTypeRepository {
|
|
102819
102555
|
constructor(services, typeRegistry) {
|
|
102820
102556
|
super(services);
|
|
102821
|
-
this.services = services;
|
|
102822
|
-
this.typeRegistry = typeRegistry;
|
|
102823
102557
|
this.namespace = "oas";
|
|
102824
102558
|
this.typeName = "Layout";
|
|
102825
102559
|
this.implementedInterfaces = [];
|
|
102826
102560
|
this.idField = "id";
|
|
102561
|
+
this.typeRegistry = typeRegistry;
|
|
102827
102562
|
}
|
|
102828
102563
|
get fields() {
|
|
102829
102564
|
return {
|
|
@@ -102845,11 +102580,10 @@ class LayoutRepository extends IdentifiableGraphQLTypeRepository {
|
|
|
102845
102580
|
class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102846
102581
|
constructor(services, typeRegistry) {
|
|
102847
102582
|
super(services);
|
|
102848
|
-
this.services = services;
|
|
102849
|
-
this.typeRegistry = typeRegistry;
|
|
102850
102583
|
this.namespace = "oas";
|
|
102851
102584
|
this.typeName = "LayoutRow";
|
|
102852
102585
|
this.implementedInterfaces = [];
|
|
102586
|
+
this.typeRegistry = typeRegistry;
|
|
102853
102587
|
}
|
|
102854
102588
|
get fields() {
|
|
102855
102589
|
return {
|
|
@@ -102862,11 +102596,10 @@ class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102862
102596
|
class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102863
102597
|
constructor(services, typeRegistry) {
|
|
102864
102598
|
super(services);
|
|
102865
|
-
this.services = services;
|
|
102866
|
-
this.typeRegistry = typeRegistry;
|
|
102867
102599
|
this.namespace = "oas";
|
|
102868
102600
|
this.typeName = "LayoutSaveOption";
|
|
102869
102601
|
this.implementedInterfaces = [];
|
|
102602
|
+
this.typeRegistry = typeRegistry;
|
|
102870
102603
|
}
|
|
102871
102604
|
get fields() {
|
|
102872
102605
|
return {
|
|
@@ -102884,12 +102617,11 @@ class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102884
102617
|
class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
|
|
102885
102618
|
constructor(services, typeRegistry) {
|
|
102886
102619
|
super(services);
|
|
102887
|
-
this.services = services;
|
|
102888
|
-
this.typeRegistry = typeRegistry;
|
|
102889
102620
|
this.namespace = "oas";
|
|
102890
102621
|
this.typeName = "LayoutSection";
|
|
102891
102622
|
this.implementedInterfaces = [];
|
|
102892
102623
|
this.idField = "id";
|
|
102624
|
+
this.typeRegistry = typeRegistry;
|
|
102893
102625
|
}
|
|
102894
102626
|
get fields() {
|
|
102895
102627
|
return {
|
|
@@ -102912,11 +102644,10 @@ class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
|
|
|
102912
102644
|
class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102913
102645
|
constructor(services, typeRegistry) {
|
|
102914
102646
|
super(services);
|
|
102915
|
-
this.services = services;
|
|
102916
|
-
this.typeRegistry = typeRegistry;
|
|
102917
102647
|
this.namespace = "oas";
|
|
102918
102648
|
this.typeName = "ListColumn";
|
|
102919
102649
|
this.implementedInterfaces = [];
|
|
102650
|
+
this.typeRegistry = typeRegistry;
|
|
102920
102651
|
}
|
|
102921
102652
|
get fields() {
|
|
102922
102653
|
return {
|
|
@@ -102932,11 +102663,10 @@ class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102932
102663
|
class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102933
102664
|
constructor(services, typeRegistry) {
|
|
102934
102665
|
super(services);
|
|
102935
|
-
this.services = services;
|
|
102936
|
-
this.typeRegistry = typeRegistry;
|
|
102937
102666
|
this.namespace = "oas";
|
|
102938
102667
|
this.typeName = "ListOrder";
|
|
102939
102668
|
this.implementedInterfaces = [];
|
|
102669
|
+
this.typeRegistry = typeRegistry;
|
|
102940
102670
|
}
|
|
102941
102671
|
get fields() {
|
|
102942
102672
|
return {
|
|
@@ -102950,11 +102680,10 @@ class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102950
102680
|
class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102951
102681
|
constructor(services, typeRegistry) {
|
|
102952
102682
|
super(services);
|
|
102953
|
-
this.services = services;
|
|
102954
|
-
this.typeRegistry = typeRegistry;
|
|
102955
102683
|
this.namespace = "oas";
|
|
102956
102684
|
this.typeName = "LongAggregate";
|
|
102957
102685
|
this.implementedInterfaces = ["FieldValue"];
|
|
102686
|
+
this.typeRegistry = typeRegistry;
|
|
102958
102687
|
}
|
|
102959
102688
|
get fields() {
|
|
102960
102689
|
return {
|
|
@@ -102976,11 +102705,10 @@ class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102976
102705
|
class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102977
102706
|
constructor(services, typeRegistry) {
|
|
102978
102707
|
super(services);
|
|
102979
|
-
this.services = services;
|
|
102980
|
-
this.typeRegistry = typeRegistry;
|
|
102981
102708
|
this.namespace = "oas";
|
|
102982
102709
|
this.typeName = "LongTextAreaValue";
|
|
102983
102710
|
this.implementedInterfaces = ["FieldValue"];
|
|
102711
|
+
this.typeRegistry = typeRegistry;
|
|
102984
102712
|
}
|
|
102985
102713
|
get fields() {
|
|
102986
102714
|
return {
|
|
@@ -102995,11 +102723,10 @@ class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
102995
102723
|
class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
102996
102724
|
constructor(services, typeRegistry) {
|
|
102997
102725
|
super(services);
|
|
102998
|
-
this.services = services;
|
|
102999
|
-
this.typeRegistry = typeRegistry;
|
|
103000
102726
|
this.namespace = "oas";
|
|
103001
102727
|
this.typeName = "LongValue";
|
|
103002
102728
|
this.implementedInterfaces = ["FieldValue"];
|
|
102729
|
+
this.typeRegistry = typeRegistry;
|
|
103003
102730
|
}
|
|
103004
102731
|
get fields() {
|
|
103005
102732
|
return {
|
|
@@ -103014,11 +102741,10 @@ class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103014
102741
|
class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103015
102742
|
constructor(services, typeRegistry) {
|
|
103016
102743
|
super(services);
|
|
103017
|
-
this.services = services;
|
|
103018
|
-
this.typeRegistry = typeRegistry;
|
|
103019
102744
|
this.namespace = "oas";
|
|
103020
102745
|
this.typeName = "LongitudeAggregate";
|
|
103021
102746
|
this.implementedInterfaces = ["FieldValue"];
|
|
102747
|
+
this.typeRegistry = typeRegistry;
|
|
103022
102748
|
}
|
|
103023
102749
|
get fields() {
|
|
103024
102750
|
return {
|
|
@@ -103038,11 +102764,10 @@ class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103038
102764
|
class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103039
102765
|
constructor(services, typeRegistry) {
|
|
103040
102766
|
super(services);
|
|
103041
|
-
this.services = services;
|
|
103042
|
-
this.typeRegistry = typeRegistry;
|
|
103043
102767
|
this.namespace = "oas";
|
|
103044
102768
|
this.typeName = "LongitudeValue";
|
|
103045
102769
|
this.implementedInterfaces = ["FieldValue"];
|
|
102770
|
+
this.typeRegistry = typeRegistry;
|
|
103046
102771
|
}
|
|
103047
102772
|
get fields() {
|
|
103048
102773
|
return {
|
|
@@ -103056,11 +102781,10 @@ class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103056
102781
|
class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103057
102782
|
constructor(services, typeRegistry) {
|
|
103058
102783
|
super(services);
|
|
103059
|
-
this.services = services;
|
|
103060
|
-
this.typeRegistry = typeRegistry;
|
|
103061
102784
|
this.namespace = "oas";
|
|
103062
102785
|
this.typeName = "MultiPicklistValue";
|
|
103063
102786
|
this.implementedInterfaces = ["FieldValue"];
|
|
102787
|
+
this.typeRegistry = typeRegistry;
|
|
103064
102788
|
}
|
|
103065
102789
|
get fields() {
|
|
103066
102790
|
return {
|
|
@@ -103075,11 +102799,10 @@ class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103075
102799
|
class MutationRepository extends GraphQLDocumentRootTypeRepository {
|
|
103076
102800
|
constructor(services, typeRegistry) {
|
|
103077
102801
|
super(services);
|
|
103078
|
-
this.services = services;
|
|
103079
|
-
this.typeRegistry = typeRegistry;
|
|
103080
102802
|
this.namespace = "oas";
|
|
103081
102803
|
this.typeName = "Mutation";
|
|
103082
102804
|
this.implementedInterfaces = [];
|
|
102805
|
+
this.typeRegistry = typeRegistry;
|
|
103083
102806
|
}
|
|
103084
102807
|
get fields() {
|
|
103085
102808
|
return {
|
|
@@ -103095,11 +102818,10 @@ class MutationRepository extends GraphQLDocumentRootTypeRepository {
|
|
|
103095
102818
|
class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103096
102819
|
constructor(services, typeRegistry) {
|
|
103097
102820
|
super(services);
|
|
103098
|
-
this.services = services;
|
|
103099
|
-
this.typeRegistry = typeRegistry;
|
|
103100
102821
|
this.namespace = "oas";
|
|
103101
102822
|
this.typeName = "ObjectInfo";
|
|
103102
102823
|
this.implementedInterfaces = [];
|
|
102824
|
+
this.typeRegistry = typeRegistry;
|
|
103103
102825
|
}
|
|
103104
102826
|
get fields() {
|
|
103105
102827
|
return {
|
|
@@ -103132,11 +102854,10 @@ class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103132
102854
|
class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103133
102855
|
constructor(services, typeRegistry) {
|
|
103134
102856
|
super(services);
|
|
103135
|
-
this.services = services;
|
|
103136
|
-
this.typeRegistry = typeRegistry;
|
|
103137
102857
|
this.namespace = "oas";
|
|
103138
102858
|
this.typeName = "PageInfo";
|
|
103139
102859
|
this.implementedInterfaces = [];
|
|
102860
|
+
this.typeRegistry = typeRegistry;
|
|
103140
102861
|
}
|
|
103141
102862
|
get fields() {
|
|
103142
102863
|
return {
|
|
@@ -103152,11 +102873,10 @@ class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103152
102873
|
class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103153
102874
|
constructor(services, typeRegistry) {
|
|
103154
102875
|
super(services);
|
|
103155
|
-
this.services = services;
|
|
103156
|
-
this.typeRegistry = typeRegistry;
|
|
103157
102876
|
this.namespace = "oas";
|
|
103158
102877
|
this.typeName = "PercentAggregate";
|
|
103159
102878
|
this.implementedInterfaces = ["FieldValue"];
|
|
102879
|
+
this.typeRegistry = typeRegistry;
|
|
103160
102880
|
}
|
|
103161
102881
|
get fields() {
|
|
103162
102882
|
return {
|
|
@@ -103177,11 +102897,10 @@ class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103177
102897
|
class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103178
102898
|
constructor(services, typeRegistry) {
|
|
103179
102899
|
super(services);
|
|
103180
|
-
this.services = services;
|
|
103181
|
-
this.typeRegistry = typeRegistry;
|
|
103182
102900
|
this.namespace = "oas";
|
|
103183
102901
|
this.typeName = "PercentValue";
|
|
103184
102902
|
this.implementedInterfaces = ["FieldValue"];
|
|
102903
|
+
this.typeRegistry = typeRegistry;
|
|
103185
102904
|
}
|
|
103186
102905
|
get fields() {
|
|
103187
102906
|
return {
|
|
@@ -103196,11 +102915,10 @@ class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103196
102915
|
class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103197
102916
|
constructor(services, typeRegistry) {
|
|
103198
102917
|
super(services);
|
|
103199
|
-
this.services = services;
|
|
103200
|
-
this.typeRegistry = typeRegistry;
|
|
103201
102918
|
this.namespace = "oas";
|
|
103202
102919
|
this.typeName = "PhoneNumberAggregate";
|
|
103203
102920
|
this.implementedInterfaces = ["FieldValue"];
|
|
102921
|
+
this.typeRegistry = typeRegistry;
|
|
103204
102922
|
}
|
|
103205
102923
|
get fields() {
|
|
103206
102924
|
return {
|
|
@@ -103219,11 +102937,10 @@ class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository
|
|
|
103219
102937
|
class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103220
102938
|
constructor(services, typeRegistry) {
|
|
103221
102939
|
super(services);
|
|
103222
|
-
this.services = services;
|
|
103223
|
-
this.typeRegistry = typeRegistry;
|
|
103224
102940
|
this.namespace = "oas";
|
|
103225
102941
|
this.typeName = "PhoneNumberValue";
|
|
103226
102942
|
this.implementedInterfaces = ["FieldValue"];
|
|
102943
|
+
this.typeRegistry = typeRegistry;
|
|
103227
102944
|
}
|
|
103228
102945
|
get fields() {
|
|
103229
102946
|
return {
|
|
@@ -103237,11 +102954,10 @@ class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103237
102954
|
class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103238
102955
|
constructor(services, typeRegistry) {
|
|
103239
102956
|
super(services);
|
|
103240
|
-
this.services = services;
|
|
103241
|
-
this.typeRegistry = typeRegistry;
|
|
103242
102957
|
this.namespace = "oas";
|
|
103243
102958
|
this.typeName = "PicklistAggregate";
|
|
103244
102959
|
this.implementedInterfaces = ["FieldValue"];
|
|
102960
|
+
this.typeRegistry = typeRegistry;
|
|
103245
102961
|
}
|
|
103246
102962
|
get fields() {
|
|
103247
102963
|
return {
|
|
@@ -103261,11 +102977,10 @@ class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103261
102977
|
class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103262
102978
|
constructor(services, typeRegistry) {
|
|
103263
102979
|
super(services);
|
|
103264
|
-
this.services = services;
|
|
103265
|
-
this.typeRegistry = typeRegistry;
|
|
103266
102980
|
this.namespace = "oas";
|
|
103267
102981
|
this.typeName = "PicklistAttributes";
|
|
103268
102982
|
this.implementedInterfaces = [];
|
|
102983
|
+
this.typeRegistry = typeRegistry;
|
|
103269
102984
|
}
|
|
103270
102985
|
get fields() {
|
|
103271
102986
|
return {
|
|
@@ -103279,11 +102994,10 @@ class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103279
102994
|
class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103280
102995
|
constructor(services, typeRegistry) {
|
|
103281
102996
|
super(services);
|
|
103282
|
-
this.services = services;
|
|
103283
|
-
this.typeRegistry = typeRegistry;
|
|
103284
102997
|
this.namespace = "oas";
|
|
103285
102998
|
this.typeName = "PicklistField";
|
|
103286
102999
|
this.implementedInterfaces = ["Field"];
|
|
103000
|
+
this.typeRegistry = typeRegistry;
|
|
103287
103001
|
}
|
|
103288
103002
|
get fields() {
|
|
103289
103003
|
return {
|
|
@@ -103325,11 +103039,10 @@ class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103325
103039
|
class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103326
103040
|
constructor(services, typeRegistry) {
|
|
103327
103041
|
super(services);
|
|
103328
|
-
this.services = services;
|
|
103329
|
-
this.typeRegistry = typeRegistry;
|
|
103330
103042
|
this.namespace = "oas";
|
|
103331
103043
|
this.typeName = "PicklistValueByRecordTypeIDs";
|
|
103332
103044
|
this.implementedInterfaces = [];
|
|
103045
|
+
this.typeRegistry = typeRegistry;
|
|
103333
103046
|
}
|
|
103334
103047
|
get fields() {
|
|
103335
103048
|
return {
|
|
@@ -103345,11 +103058,10 @@ class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRe
|
|
|
103345
103058
|
class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103346
103059
|
constructor(services, typeRegistry) {
|
|
103347
103060
|
super(services);
|
|
103348
|
-
this.services = services;
|
|
103349
|
-
this.typeRegistry = typeRegistry;
|
|
103350
103061
|
this.namespace = "oas";
|
|
103351
103062
|
this.typeName = "PicklistValue";
|
|
103352
103063
|
this.implementedInterfaces = ["FieldValue"];
|
|
103064
|
+
this.typeRegistry = typeRegistry;
|
|
103353
103065
|
}
|
|
103354
103066
|
get fields() {
|
|
103355
103067
|
return {
|
|
@@ -103364,11 +103076,10 @@ class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103364
103076
|
class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103365
103077
|
constructor(services, typeRegistry) {
|
|
103366
103078
|
super(services);
|
|
103367
|
-
this.services = services;
|
|
103368
|
-
this.typeRegistry = typeRegistry;
|
|
103369
103079
|
this.namespace = "oas";
|
|
103370
103080
|
this.typeName = "PicklistValues";
|
|
103371
103081
|
this.implementedInterfaces = [];
|
|
103082
|
+
this.typeRegistry = typeRegistry;
|
|
103372
103083
|
}
|
|
103373
103084
|
get fields() {
|
|
103374
103085
|
return {
|
|
@@ -103384,11 +103095,10 @@ class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103384
103095
|
let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
|
|
103385
103096
|
constructor(services, typeRegistry) {
|
|
103386
103097
|
super(services);
|
|
103387
|
-
this.services = services;
|
|
103388
|
-
this.typeRegistry = typeRegistry;
|
|
103389
103098
|
this.namespace = "oas";
|
|
103390
103099
|
this.typeName = "PolymorphicAggregateParentRelationship";
|
|
103391
103100
|
this.implementedInterfaces = [];
|
|
103101
|
+
this.typeRegistry = typeRegistry;
|
|
103392
103102
|
}
|
|
103393
103103
|
get fields() {
|
|
103394
103104
|
return {
|
|
@@ -103405,11 +103115,10 @@ let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggreg
|
|
|
103405
103115
|
let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
|
|
103406
103116
|
constructor(services, typeRegistry) {
|
|
103407
103117
|
super(services);
|
|
103408
|
-
this.services = services;
|
|
103409
|
-
this.typeRegistry = typeRegistry;
|
|
103410
103118
|
this.namespace = "oas";
|
|
103411
103119
|
this.typeName = "PolymorphicParentRelationship";
|
|
103412
103120
|
this.implementedInterfaces = [];
|
|
103121
|
+
this.typeRegistry = typeRegistry;
|
|
103413
103122
|
}
|
|
103414
103123
|
get fields() {
|
|
103415
103124
|
return {
|
|
@@ -103426,11 +103135,10 @@ let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelations
|
|
|
103426
103135
|
class QueryRepository extends GraphQLDocumentRootTypeRepository {
|
|
103427
103136
|
constructor(services, typeRegistry) {
|
|
103428
103137
|
super(services);
|
|
103429
|
-
this.services = services;
|
|
103430
|
-
this.typeRegistry = typeRegistry;
|
|
103431
103138
|
this.namespace = "oas";
|
|
103432
103139
|
this.typeName = "Query";
|
|
103433
103140
|
this.implementedInterfaces = [];
|
|
103141
|
+
this.typeRegistry = typeRegistry;
|
|
103434
103142
|
}
|
|
103435
103143
|
get fields() {
|
|
103436
103144
|
return {
|
|
@@ -103448,11 +103156,10 @@ class QueryRepository extends GraphQLDocumentRootTypeRepository {
|
|
|
103448
103156
|
let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103449
103157
|
constructor(services, typeRegistry) {
|
|
103450
103158
|
super(services);
|
|
103451
|
-
this.services = services;
|
|
103452
|
-
this.typeRegistry = typeRegistry;
|
|
103453
103159
|
this.namespace = "oas";
|
|
103454
103160
|
this.typeName = "RecordAggregateConnection";
|
|
103455
103161
|
this.implementedInterfaces = [];
|
|
103162
|
+
this.typeRegistry = typeRegistry;
|
|
103456
103163
|
}
|
|
103457
103164
|
get fields() {
|
|
103458
103165
|
return {
|
|
@@ -103467,11 +103174,10 @@ let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepos
|
|
|
103467
103174
|
let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103468
103175
|
constructor(services, typeRegistry) {
|
|
103469
103176
|
super(services);
|
|
103470
|
-
this.services = services;
|
|
103471
|
-
this.typeRegistry = typeRegistry;
|
|
103472
103177
|
this.namespace = "oas";
|
|
103473
103178
|
this.typeName = "RecordAggregateEdge";
|
|
103474
103179
|
this.implementedInterfaces = [];
|
|
103180
|
+
this.typeRegistry = typeRegistry;
|
|
103475
103181
|
}
|
|
103476
103182
|
get fields() {
|
|
103477
103183
|
return {
|
|
@@ -103485,11 +103191,10 @@ let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extend
|
|
|
103485
103191
|
let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103486
103192
|
constructor(services, typeRegistry) {
|
|
103487
103193
|
super(services);
|
|
103488
|
-
this.services = services;
|
|
103489
|
-
this.typeRegistry = typeRegistry;
|
|
103490
103194
|
this.namespace = "oas";
|
|
103491
103195
|
this.typeName = "RecordAggregate";
|
|
103492
103196
|
this.implementedInterfaces = [];
|
|
103197
|
+
this.typeRegistry = typeRegistry;
|
|
103493
103198
|
}
|
|
103494
103199
|
get fields() {
|
|
103495
103200
|
return {
|
|
@@ -103521,11 +103226,10 @@ let RecordAggregateRepository$1 = class RecordAggregateRepository extends Uniden
|
|
|
103521
103226
|
let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103522
103227
|
constructor(services, typeRegistry) {
|
|
103523
103228
|
super(services);
|
|
103524
|
-
this.services = services;
|
|
103525
|
-
this.typeRegistry = typeRegistry;
|
|
103526
103229
|
this.namespace = "oas";
|
|
103527
103230
|
this.typeName = "RecordConnection";
|
|
103528
103231
|
this.implementedInterfaces = [];
|
|
103232
|
+
this.typeRegistry = typeRegistry;
|
|
103529
103233
|
}
|
|
103530
103234
|
get fields() {
|
|
103531
103235
|
return {
|
|
@@ -103541,11 +103245,10 @@ let RecordConnectionRepository$1 = class RecordConnectionRepository extends Unid
|
|
|
103541
103245
|
let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103542
103246
|
constructor(services, typeRegistry) {
|
|
103543
103247
|
super(services);
|
|
103544
|
-
this.services = services;
|
|
103545
|
-
this.typeRegistry = typeRegistry;
|
|
103546
103248
|
this.namespace = "oas";
|
|
103547
103249
|
this.typeName = "RecordCreatePayload";
|
|
103548
103250
|
this.implementedInterfaces = [];
|
|
103251
|
+
this.typeRegistry = typeRegistry;
|
|
103549
103252
|
}
|
|
103550
103253
|
get fields() {
|
|
103551
103254
|
return {
|
|
@@ -103558,12 +103261,11 @@ let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extend
|
|
|
103558
103261
|
let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
|
|
103559
103262
|
constructor(services, typeRegistry) {
|
|
103560
103263
|
super(services);
|
|
103561
|
-
this.services = services;
|
|
103562
|
-
this.typeRegistry = typeRegistry;
|
|
103563
103264
|
this.namespace = "oas";
|
|
103564
103265
|
this.typeName = "RecordDeletePayload";
|
|
103565
103266
|
this.implementedInterfaces = [];
|
|
103566
103267
|
this.idField = "Id";
|
|
103268
|
+
this.typeRegistry = typeRegistry;
|
|
103567
103269
|
}
|
|
103568
103270
|
get fields() {
|
|
103569
103271
|
return {
|
|
@@ -103579,11 +103281,10 @@ let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extend
|
|
|
103579
103281
|
let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103580
103282
|
constructor(services, typeRegistry) {
|
|
103581
103283
|
super(services);
|
|
103582
|
-
this.services = services;
|
|
103583
|
-
this.typeRegistry = typeRegistry;
|
|
103584
103284
|
this.namespace = "oas";
|
|
103585
103285
|
this.typeName = "RecordEdge";
|
|
103586
103286
|
this.implementedInterfaces = [];
|
|
103287
|
+
this.typeRegistry = typeRegistry;
|
|
103587
103288
|
}
|
|
103588
103289
|
get fields() {
|
|
103589
103290
|
return {
|
|
@@ -103597,11 +103298,10 @@ let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGr
|
|
|
103597
103298
|
let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103598
103299
|
constructor(services, typeRegistry) {
|
|
103599
103300
|
super(services);
|
|
103600
|
-
this.services = services;
|
|
103601
|
-
this.typeRegistry = typeRegistry;
|
|
103602
103301
|
this.namespace = "oas";
|
|
103603
103302
|
this.typeName = "RecordQueryAggregate";
|
|
103604
103303
|
this.implementedInterfaces = [];
|
|
103304
|
+
this.typeRegistry = typeRegistry;
|
|
103605
103305
|
}
|
|
103606
103306
|
get fields() {
|
|
103607
103307
|
return {
|
|
@@ -103614,11 +103314,10 @@ let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository exte
|
|
|
103614
103314
|
let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103615
103315
|
constructor(services, typeRegistry) {
|
|
103616
103316
|
super(services);
|
|
103617
|
-
this.services = services;
|
|
103618
|
-
this.typeRegistry = typeRegistry;
|
|
103619
103317
|
this.namespace = "oas";
|
|
103620
103318
|
this.typeName = "RecordQuery";
|
|
103621
103319
|
this.implementedInterfaces = [];
|
|
103320
|
+
this.typeRegistry = typeRegistry;
|
|
103622
103321
|
}
|
|
103623
103322
|
get fields() {
|
|
103624
103323
|
return {
|
|
@@ -103631,12 +103330,11 @@ let RecordQueryRepository$1 = class RecordQueryRepository extends Unidentifiable
|
|
|
103631
103330
|
let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
103632
103331
|
constructor(services, typeRegistry) {
|
|
103633
103332
|
super(services);
|
|
103634
|
-
this.services = services;
|
|
103635
|
-
this.typeRegistry = typeRegistry;
|
|
103636
103333
|
this.namespace = "oas";
|
|
103637
103334
|
this.typeName = "RecordRepresentation";
|
|
103638
103335
|
this.implementedInterfaces = ["Record"];
|
|
103639
103336
|
this.idField = "Id";
|
|
103337
|
+
this.typeRegistry = typeRegistry;
|
|
103640
103338
|
}
|
|
103641
103339
|
get fields() {
|
|
103642
103340
|
return {
|
|
@@ -103689,11 +103387,10 @@ let RecordRepresentationRepository$1 = class RecordRepresentationRepository exte
|
|
|
103689
103387
|
let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103690
103388
|
constructor(services, typeRegistry) {
|
|
103691
103389
|
super(services);
|
|
103692
|
-
this.services = services;
|
|
103693
|
-
this.typeRegistry = typeRegistry;
|
|
103694
103390
|
this.namespace = "oas";
|
|
103695
103391
|
this.typeName = "RecordResult";
|
|
103696
103392
|
this.implementedInterfaces = [];
|
|
103393
|
+
this.typeRegistry = typeRegistry;
|
|
103697
103394
|
}
|
|
103698
103395
|
get fields() {
|
|
103699
103396
|
return {
|
|
@@ -103706,11 +103403,10 @@ let RecordResultRepository$1 = class RecordResultRepository extends Unidentifiab
|
|
|
103706
103403
|
class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103707
103404
|
constructor(services, typeRegistry) {
|
|
103708
103405
|
super(services);
|
|
103709
|
-
this.services = services;
|
|
103710
|
-
this.typeRegistry = typeRegistry;
|
|
103711
103406
|
this.namespace = "oas";
|
|
103712
103407
|
this.typeName = "RecordTypeInfo";
|
|
103713
103408
|
this.implementedInterfaces = [];
|
|
103409
|
+
this.typeRegistry = typeRegistry;
|
|
103714
103410
|
}
|
|
103715
103411
|
get fields() {
|
|
103716
103412
|
return {
|
|
@@ -103727,11 +103423,10 @@ class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103727
103423
|
let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103728
103424
|
constructor(services, typeRegistry) {
|
|
103729
103425
|
super(services);
|
|
103730
|
-
this.services = services;
|
|
103731
|
-
this.typeRegistry = typeRegistry;
|
|
103732
103426
|
this.namespace = "oas";
|
|
103733
103427
|
this.typeName = "RecordUpdatePayload";
|
|
103734
103428
|
this.implementedInterfaces = [];
|
|
103429
|
+
this.typeRegistry = typeRegistry;
|
|
103735
103430
|
}
|
|
103736
103431
|
get fields() {
|
|
103737
103432
|
return {
|
|
@@ -103745,11 +103440,10 @@ let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extend
|
|
|
103745
103440
|
class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103746
103441
|
constructor(services, typeRegistry) {
|
|
103747
103442
|
super(services);
|
|
103748
|
-
this.services = services;
|
|
103749
|
-
this.typeRegistry = typeRegistry;
|
|
103750
103443
|
this.namespace = "oas";
|
|
103751
103444
|
this.typeName = "ReferenceToInfo";
|
|
103752
103445
|
this.implementedInterfaces = [];
|
|
103446
|
+
this.typeRegistry = typeRegistry;
|
|
103753
103447
|
}
|
|
103754
103448
|
get fields() {
|
|
103755
103449
|
return {
|
|
@@ -103764,11 +103458,10 @@ class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103764
103458
|
class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103765
103459
|
constructor(services, typeRegistry) {
|
|
103766
103460
|
super(services);
|
|
103767
|
-
this.services = services;
|
|
103768
|
-
this.typeRegistry = typeRegistry;
|
|
103769
103461
|
this.namespace = "oas";
|
|
103770
103462
|
this.typeName = "RelatedListInfo";
|
|
103771
103463
|
this.implementedInterfaces = [];
|
|
103464
|
+
this.typeRegistry = typeRegistry;
|
|
103772
103465
|
}
|
|
103773
103466
|
get fields() {
|
|
103774
103467
|
return {
|
|
@@ -103787,11 +103480,10 @@ class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103787
103480
|
class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103788
103481
|
constructor(services, typeRegistry) {
|
|
103789
103482
|
super(services);
|
|
103790
|
-
this.services = services;
|
|
103791
|
-
this.typeRegistry = typeRegistry;
|
|
103792
103483
|
this.namespace = "oas";
|
|
103793
103484
|
this.typeName = "ReportLayoutComponent";
|
|
103794
103485
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
103486
|
+
this.typeRegistry = typeRegistry;
|
|
103795
103487
|
}
|
|
103796
103488
|
get fields() {
|
|
103797
103489
|
return {
|
|
@@ -103813,11 +103505,10 @@ class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
|
|
|
103813
103505
|
class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103814
103506
|
constructor(services, typeRegistry) {
|
|
103815
103507
|
super(services);
|
|
103816
|
-
this.services = services;
|
|
103817
|
-
this.typeRegistry = typeRegistry;
|
|
103818
103508
|
this.namespace = "oas";
|
|
103819
103509
|
this.typeName = "RichTextAreaValue";
|
|
103820
103510
|
this.implementedInterfaces = ["FieldValue"];
|
|
103511
|
+
this.typeRegistry = typeRegistry;
|
|
103821
103512
|
}
|
|
103822
103513
|
get fields() {
|
|
103823
103514
|
return {
|
|
@@ -103832,11 +103523,10 @@ class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103832
103523
|
class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103833
103524
|
constructor(services, typeRegistry) {
|
|
103834
103525
|
super(services);
|
|
103835
|
-
this.services = services;
|
|
103836
|
-
this.typeRegistry = typeRegistry;
|
|
103837
103526
|
this.namespace = "oas";
|
|
103838
103527
|
this.typeName = "SObject__Field";
|
|
103839
103528
|
this.implementedInterfaces = [];
|
|
103529
|
+
this.typeRegistry = typeRegistry;
|
|
103840
103530
|
}
|
|
103841
103531
|
get fields() {
|
|
103842
103532
|
return {
|
|
@@ -103850,12 +103540,11 @@ class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103850
103540
|
class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
|
|
103851
103541
|
constructor(services, typeRegistry) {
|
|
103852
103542
|
super(services);
|
|
103853
|
-
this.services = services;
|
|
103854
|
-
this.typeRegistry = typeRegistry;
|
|
103855
103543
|
this.namespace = "oas";
|
|
103856
103544
|
this.typeName = "Setup__EntityRepresentation";
|
|
103857
103545
|
this.implementedInterfaces = [];
|
|
103858
103546
|
this.idField = "Id";
|
|
103547
|
+
this.typeRegistry = typeRegistry;
|
|
103859
103548
|
}
|
|
103860
103549
|
get fields() {
|
|
103861
103550
|
return {
|
|
@@ -103902,11 +103591,10 @@ class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepos
|
|
|
103902
103591
|
class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103903
103592
|
constructor(services, typeRegistry) {
|
|
103904
103593
|
super(services);
|
|
103905
|
-
this.services = services;
|
|
103906
|
-
this.typeRegistry = typeRegistry;
|
|
103907
103594
|
this.namespace = "oas";
|
|
103908
103595
|
this.typeName = "Setup__ListColumn";
|
|
103909
103596
|
this.implementedInterfaces = [];
|
|
103597
|
+
this.typeRegistry = typeRegistry;
|
|
103910
103598
|
}
|
|
103911
103599
|
get fields() {
|
|
103912
103600
|
return {
|
|
@@ -103928,11 +103616,10 @@ class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103928
103616
|
class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103929
103617
|
constructor(services, typeRegistry) {
|
|
103930
103618
|
super(services);
|
|
103931
|
-
this.services = services;
|
|
103932
|
-
this.typeRegistry = typeRegistry;
|
|
103933
103619
|
this.namespace = "oas";
|
|
103934
103620
|
this.typeName = "Setup__ListFilter";
|
|
103935
103621
|
this.implementedInterfaces = [];
|
|
103622
|
+
this.typeRegistry = typeRegistry;
|
|
103936
103623
|
}
|
|
103937
103624
|
get fields() {
|
|
103938
103625
|
return {
|
|
@@ -103948,11 +103635,10 @@ class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
103948
103635
|
class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103949
103636
|
constructor(services, typeRegistry) {
|
|
103950
103637
|
super(services);
|
|
103951
|
-
this.services = services;
|
|
103952
|
-
this.typeRegistry = typeRegistry;
|
|
103953
103638
|
this.namespace = "oas";
|
|
103954
103639
|
this.typeName = "Setup__ListInlineEditAttributeDetails";
|
|
103955
103640
|
this.implementedInterfaces = [];
|
|
103641
|
+
this.typeRegistry = typeRegistry;
|
|
103956
103642
|
}
|
|
103957
103643
|
get fields() {
|
|
103958
103644
|
return {
|
|
@@ -103967,11 +103653,10 @@ class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGrap
|
|
|
103967
103653
|
class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103968
103654
|
constructor(services, typeRegistry) {
|
|
103969
103655
|
super(services);
|
|
103970
|
-
this.services = services;
|
|
103971
|
-
this.typeRegistry = typeRegistry;
|
|
103972
103656
|
this.namespace = "oas";
|
|
103973
103657
|
this.typeName = "Setup__ListInlineEditAttributes";
|
|
103974
103658
|
this.implementedInterfaces = [];
|
|
103659
|
+
this.typeRegistry = typeRegistry;
|
|
103975
103660
|
}
|
|
103976
103661
|
get fields() {
|
|
103977
103662
|
return {
|
|
@@ -103986,11 +103671,10 @@ class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTyp
|
|
|
103986
103671
|
class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
|
|
103987
103672
|
constructor(services, typeRegistry) {
|
|
103988
103673
|
super(services);
|
|
103989
|
-
this.services = services;
|
|
103990
|
-
this.typeRegistry = typeRegistry;
|
|
103991
103674
|
this.namespace = "oas";
|
|
103992
103675
|
this.typeName = "Setup__ListOrder";
|
|
103993
103676
|
this.implementedInterfaces = [];
|
|
103677
|
+
this.typeRegistry = typeRegistry;
|
|
103994
103678
|
}
|
|
103995
103679
|
get fields() {
|
|
103996
103680
|
return {
|
|
@@ -104005,11 +103689,10 @@ class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104005
103689
|
class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104006
103690
|
constructor(services, typeRegistry) {
|
|
104007
103691
|
super(services);
|
|
104008
|
-
this.services = services;
|
|
104009
|
-
this.typeRegistry = typeRegistry;
|
|
104010
103692
|
this.namespace = "oas";
|
|
104011
103693
|
this.typeName = "Setup__ListScalarField";
|
|
104012
103694
|
this.implementedInterfaces = [];
|
|
103695
|
+
this.typeRegistry = typeRegistry;
|
|
104013
103696
|
}
|
|
104014
103697
|
get fields() {
|
|
104015
103698
|
return {
|
|
@@ -104029,11 +103712,10 @@ class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeReposito
|
|
|
104029
103712
|
class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104030
103713
|
constructor(services, typeRegistry) {
|
|
104031
103714
|
super(services);
|
|
104032
|
-
this.services = services;
|
|
104033
|
-
this.typeRegistry = typeRegistry;
|
|
104034
103715
|
this.namespace = "oas";
|
|
104035
103716
|
this.typeName = "Setup__ListViewObjectInfo";
|
|
104036
103717
|
this.implementedInterfaces = [];
|
|
103718
|
+
this.typeRegistry = typeRegistry;
|
|
104037
103719
|
}
|
|
104038
103720
|
get fields() {
|
|
104039
103721
|
return {
|
|
@@ -104046,11 +103728,10 @@ class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepos
|
|
|
104046
103728
|
class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104047
103729
|
constructor(services, typeRegistry) {
|
|
104048
103730
|
super(services);
|
|
104049
|
-
this.services = services;
|
|
104050
|
-
this.typeRegistry = typeRegistry;
|
|
104051
103731
|
this.namespace = "oas";
|
|
104052
103732
|
this.typeName = "Setup__ListView";
|
|
104053
103733
|
this.implementedInterfaces = [];
|
|
103734
|
+
this.typeRegistry = typeRegistry;
|
|
104054
103735
|
}
|
|
104055
103736
|
get fields() {
|
|
104056
103737
|
return {
|
|
@@ -104071,11 +103752,10 @@ class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104071
103752
|
class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104072
103753
|
constructor(services, typeRegistry) {
|
|
104073
103754
|
super(services);
|
|
104074
|
-
this.services = services;
|
|
104075
|
-
this.typeRegistry = typeRegistry;
|
|
104076
103755
|
this.namespace = "oas";
|
|
104077
103756
|
this.typeName = "Setup__ListViewRowConnection";
|
|
104078
103757
|
this.implementedInterfaces = [];
|
|
103758
|
+
this.typeRegistry = typeRegistry;
|
|
104079
103759
|
}
|
|
104080
103760
|
get fields() {
|
|
104081
103761
|
return {
|
|
@@ -104090,11 +103770,10 @@ class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRe
|
|
|
104090
103770
|
class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104091
103771
|
constructor(services, typeRegistry) {
|
|
104092
103772
|
super(services);
|
|
104093
|
-
this.services = services;
|
|
104094
|
-
this.typeRegistry = typeRegistry;
|
|
104095
103773
|
this.namespace = "oas";
|
|
104096
103774
|
this.typeName = "Setup__ListViewRowEdge";
|
|
104097
103775
|
this.implementedInterfaces = [];
|
|
103776
|
+
this.typeRegistry = typeRegistry;
|
|
104098
103777
|
}
|
|
104099
103778
|
get fields() {
|
|
104100
103779
|
return {
|
|
@@ -104108,11 +103787,10 @@ class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeReposito
|
|
|
104108
103787
|
class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104109
103788
|
constructor(services, typeRegistry) {
|
|
104110
103789
|
super(services);
|
|
104111
|
-
this.services = services;
|
|
104112
|
-
this.typeRegistry = typeRegistry;
|
|
104113
103790
|
this.namespace = "oas";
|
|
104114
103791
|
this.typeName = "Setup__ListViewRow";
|
|
104115
103792
|
this.implementedInterfaces = [];
|
|
103793
|
+
this.typeRegistry = typeRegistry;
|
|
104116
103794
|
}
|
|
104117
103795
|
get fields() {
|
|
104118
103796
|
return {
|
|
@@ -104126,11 +103804,10 @@ class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104126
103804
|
class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104127
103805
|
constructor(services, typeRegistry) {
|
|
104128
103806
|
super(services);
|
|
104129
|
-
this.services = services;
|
|
104130
|
-
this.typeRegistry = typeRegistry;
|
|
104131
103807
|
this.namespace = "oas";
|
|
104132
103808
|
this.typeName = "Setup__SetupAggregateConnection";
|
|
104133
103809
|
this.implementedInterfaces = [];
|
|
103810
|
+
this.typeRegistry = typeRegistry;
|
|
104134
103811
|
}
|
|
104135
103812
|
get fields() {
|
|
104136
103813
|
return {
|
|
@@ -104145,11 +103822,10 @@ class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTyp
|
|
|
104145
103822
|
class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104146
103823
|
constructor(services, typeRegistry) {
|
|
104147
103824
|
super(services);
|
|
104148
|
-
this.services = services;
|
|
104149
|
-
this.typeRegistry = typeRegistry;
|
|
104150
103825
|
this.namespace = "oas";
|
|
104151
103826
|
this.typeName = "Setup__SetupAggregateEdge";
|
|
104152
103827
|
this.implementedInterfaces = [];
|
|
103828
|
+
this.typeRegistry = typeRegistry;
|
|
104153
103829
|
}
|
|
104154
103830
|
get fields() {
|
|
104155
103831
|
return {
|
|
@@ -104163,11 +103839,10 @@ class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepos
|
|
|
104163
103839
|
class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104164
103840
|
constructor(services, typeRegistry) {
|
|
104165
103841
|
super(services);
|
|
104166
|
-
this.services = services;
|
|
104167
|
-
this.typeRegistry = typeRegistry;
|
|
104168
103842
|
this.namespace = "oas";
|
|
104169
103843
|
this.typeName = "Setup__SetupConnection";
|
|
104170
103844
|
this.implementedInterfaces = [];
|
|
103845
|
+
this.typeRegistry = typeRegistry;
|
|
104171
103846
|
}
|
|
104172
103847
|
get fields() {
|
|
104173
103848
|
return {
|
|
@@ -104183,11 +103858,10 @@ class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeReposito
|
|
|
104183
103858
|
class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104184
103859
|
constructor(services, typeRegistry) {
|
|
104185
103860
|
super(services);
|
|
104186
|
-
this.services = services;
|
|
104187
|
-
this.typeRegistry = typeRegistry;
|
|
104188
103861
|
this.namespace = "oas";
|
|
104189
103862
|
this.typeName = "Setup__SetupEdge";
|
|
104190
103863
|
this.implementedInterfaces = [];
|
|
103864
|
+
this.typeRegistry = typeRegistry;
|
|
104191
103865
|
}
|
|
104192
103866
|
get fields() {
|
|
104193
103867
|
return {
|
|
@@ -104201,11 +103875,10 @@ class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104201
103875
|
class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
|
|
104202
103876
|
constructor(services, typeRegistry) {
|
|
104203
103877
|
super(services);
|
|
104204
|
-
this.services = services;
|
|
104205
|
-
this.typeRegistry = typeRegistry;
|
|
104206
103878
|
this.namespace = "oas";
|
|
104207
103879
|
this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
|
|
104208
103880
|
this.implementedInterfaces = [];
|
|
103881
|
+
this.typeRegistry = typeRegistry;
|
|
104209
103882
|
}
|
|
104210
103883
|
get fields() {
|
|
104211
103884
|
return {
|
|
@@ -104222,11 +103895,10 @@ class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseU
|
|
|
104222
103895
|
class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
|
|
104223
103896
|
constructor(services, typeRegistry) {
|
|
104224
103897
|
super(services);
|
|
104225
|
-
this.services = services;
|
|
104226
|
-
this.typeRegistry = typeRegistry;
|
|
104227
103898
|
this.namespace = "oas";
|
|
104228
103899
|
this.typeName = "Setup__SetupPolymorphicParentRelationship";
|
|
104229
103900
|
this.implementedInterfaces = [];
|
|
103901
|
+
this.typeRegistry = typeRegistry;
|
|
104230
103902
|
}
|
|
104231
103903
|
get fields() {
|
|
104232
103904
|
return {
|
|
@@ -104243,11 +103915,10 @@ class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepos
|
|
|
104243
103915
|
class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104244
103916
|
constructor(services, typeRegistry) {
|
|
104245
103917
|
super(services);
|
|
104246
|
-
this.services = services;
|
|
104247
|
-
this.typeRegistry = typeRegistry;
|
|
104248
103918
|
this.namespace = "oas";
|
|
104249
103919
|
this.typeName = "Setup__SetupQueryAggregate";
|
|
104250
103920
|
this.implementedInterfaces = [];
|
|
103921
|
+
this.typeRegistry = typeRegistry;
|
|
104251
103922
|
}
|
|
104252
103923
|
get fields() {
|
|
104253
103924
|
return {
|
|
@@ -104260,11 +103931,10 @@ class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepo
|
|
|
104260
103931
|
class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104261
103932
|
constructor(services, typeRegistry) {
|
|
104262
103933
|
super(services);
|
|
104263
|
-
this.services = services;
|
|
104264
|
-
this.typeRegistry = typeRegistry;
|
|
104265
103934
|
this.namespace = "oas";
|
|
104266
103935
|
this.typeName = "Setup__SetupQuery";
|
|
104267
103936
|
this.implementedInterfaces = [];
|
|
103937
|
+
this.typeRegistry = typeRegistry;
|
|
104268
103938
|
}
|
|
104269
103939
|
get fields() {
|
|
104270
103940
|
return {
|
|
@@ -104277,11 +103947,10 @@ class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104277
103947
|
class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104278
103948
|
constructor(services, typeRegistry) {
|
|
104279
103949
|
super(services);
|
|
104280
|
-
this.services = services;
|
|
104281
|
-
this.typeRegistry = typeRegistry;
|
|
104282
103950
|
this.namespace = "oas";
|
|
104283
103951
|
this.typeName = "Setup__SetupRecordAggregate";
|
|
104284
103952
|
this.implementedInterfaces = [];
|
|
103953
|
+
this.typeRegistry = typeRegistry;
|
|
104285
103954
|
}
|
|
104286
103955
|
get fields() {
|
|
104287
103956
|
return {
|
|
@@ -104313,11 +103982,10 @@ class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRep
|
|
|
104313
103982
|
class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104314
103983
|
constructor(services, typeRegistry) {
|
|
104315
103984
|
super(services);
|
|
104316
|
-
this.services = services;
|
|
104317
|
-
this.typeRegistry = typeRegistry;
|
|
104318
103985
|
this.namespace = "oas";
|
|
104319
103986
|
this.typeName = "Setup__SetupRecordResult";
|
|
104320
103987
|
this.implementedInterfaces = [];
|
|
103988
|
+
this.typeRegistry = typeRegistry;
|
|
104321
103989
|
}
|
|
104322
103990
|
get fields() {
|
|
104323
103991
|
return {
|
|
@@ -104330,11 +103998,10 @@ class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeReposi
|
|
|
104330
103998
|
class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104331
103999
|
constructor(services, typeRegistry) {
|
|
104332
104000
|
super(services);
|
|
104333
|
-
this.services = services;
|
|
104334
|
-
this.typeRegistry = typeRegistry;
|
|
104335
104001
|
this.namespace = "oas";
|
|
104336
104002
|
this.typeName = "Setup__Setup";
|
|
104337
104003
|
this.implementedInterfaces = [];
|
|
104004
|
+
this.typeRegistry = typeRegistry;
|
|
104338
104005
|
}
|
|
104339
104006
|
get fields() {
|
|
104340
104007
|
return {
|
|
@@ -104351,11 +104018,10 @@ class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104351
104018
|
class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104352
104019
|
constructor(services, typeRegistry) {
|
|
104353
104020
|
super(services);
|
|
104354
|
-
this.services = services;
|
|
104355
|
-
this.typeRegistry = typeRegistry;
|
|
104356
104021
|
this.namespace = "oas";
|
|
104357
104022
|
this.typeName = "StandardField";
|
|
104358
104023
|
this.implementedInterfaces = ["Field"];
|
|
104024
|
+
this.typeRegistry = typeRegistry;
|
|
104359
104025
|
}
|
|
104360
104026
|
get fields() {
|
|
104361
104027
|
return {
|
|
@@ -104396,11 +104062,10 @@ class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104396
104062
|
class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104397
104063
|
constructor(services, typeRegistry) {
|
|
104398
104064
|
super(services);
|
|
104399
|
-
this.services = services;
|
|
104400
|
-
this.typeRegistry = typeRegistry;
|
|
104401
104065
|
this.namespace = "oas";
|
|
104402
104066
|
this.typeName = "StringAggregate";
|
|
104403
104067
|
this.implementedInterfaces = ["FieldValue"];
|
|
104068
|
+
this.typeRegistry = typeRegistry;
|
|
104404
104069
|
}
|
|
104405
104070
|
get fields() {
|
|
104406
104071
|
return {
|
|
@@ -104420,11 +104085,10 @@ class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104420
104085
|
class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104421
104086
|
constructor(services, typeRegistry) {
|
|
104422
104087
|
super(services);
|
|
104423
|
-
this.services = services;
|
|
104424
|
-
this.typeRegistry = typeRegistry;
|
|
104425
104088
|
this.namespace = "oas";
|
|
104426
104089
|
this.typeName = "StringValue";
|
|
104427
104090
|
this.implementedInterfaces = ["FieldValue"];
|
|
104091
|
+
this.typeRegistry = typeRegistry;
|
|
104428
104092
|
}
|
|
104429
104093
|
get fields() {
|
|
104430
104094
|
return {
|
|
@@ -104439,11 +104103,10 @@ class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104439
104103
|
class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104440
104104
|
constructor(services, typeRegistry) {
|
|
104441
104105
|
super(services);
|
|
104442
|
-
this.services = services;
|
|
104443
|
-
this.typeRegistry = typeRegistry;
|
|
104444
104106
|
this.namespace = "oas";
|
|
104445
104107
|
this.typeName = "TextAreaAggregate";
|
|
104446
104108
|
this.implementedInterfaces = ["FieldValue"];
|
|
104109
|
+
this.typeRegistry = typeRegistry;
|
|
104447
104110
|
}
|
|
104448
104111
|
get fields() {
|
|
104449
104112
|
return {
|
|
@@ -104463,11 +104126,10 @@ class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104463
104126
|
class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104464
104127
|
constructor(services, typeRegistry) {
|
|
104465
104128
|
super(services);
|
|
104466
|
-
this.services = services;
|
|
104467
|
-
this.typeRegistry = typeRegistry;
|
|
104468
104129
|
this.namespace = "oas";
|
|
104469
104130
|
this.typeName = "TextAreaValue";
|
|
104470
104131
|
this.implementedInterfaces = ["FieldValue"];
|
|
104132
|
+
this.typeRegistry = typeRegistry;
|
|
104471
104133
|
}
|
|
104472
104134
|
get fields() {
|
|
104473
104135
|
return {
|
|
@@ -104482,11 +104144,10 @@ class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104482
104144
|
class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104483
104145
|
constructor(services, typeRegistry) {
|
|
104484
104146
|
super(services);
|
|
104485
|
-
this.services = services;
|
|
104486
|
-
this.typeRegistry = typeRegistry;
|
|
104487
104147
|
this.namespace = "oas";
|
|
104488
104148
|
this.typeName = "ThemeInfo";
|
|
104489
104149
|
this.implementedInterfaces = [];
|
|
104150
|
+
this.typeRegistry = typeRegistry;
|
|
104490
104151
|
}
|
|
104491
104152
|
get fields() {
|
|
104492
104153
|
return {
|
|
@@ -104500,11 +104161,10 @@ class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104500
104161
|
class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104501
104162
|
constructor(services, typeRegistry) {
|
|
104502
104163
|
super(services);
|
|
104503
|
-
this.services = services;
|
|
104504
|
-
this.typeRegistry = typeRegistry;
|
|
104505
104164
|
this.namespace = "oas";
|
|
104506
104165
|
this.typeName = "TimeAggregate";
|
|
104507
104166
|
this.implementedInterfaces = ["FieldValue"];
|
|
104167
|
+
this.typeRegistry = typeRegistry;
|
|
104508
104168
|
}
|
|
104509
104169
|
get fields() {
|
|
104510
104170
|
return {
|
|
@@ -104520,11 +104180,10 @@ class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104520
104180
|
class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104521
104181
|
constructor(services, typeRegistry) {
|
|
104522
104182
|
super(services);
|
|
104523
|
-
this.services = services;
|
|
104524
|
-
this.typeRegistry = typeRegistry;
|
|
104525
104183
|
this.namespace = "oas";
|
|
104526
104184
|
this.typeName = "TimeValue";
|
|
104527
104185
|
this.implementedInterfaces = ["FieldValue"];
|
|
104186
|
+
this.typeRegistry = typeRegistry;
|
|
104528
104187
|
}
|
|
104529
104188
|
get fields() {
|
|
104530
104189
|
return {
|
|
@@ -104539,11 +104198,10 @@ class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104539
104198
|
let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104540
104199
|
constructor(services, typeRegistry) {
|
|
104541
104200
|
super(services);
|
|
104542
|
-
this.services = services;
|
|
104543
|
-
this.typeRegistry = typeRegistry;
|
|
104544
104201
|
this.namespace = "oas";
|
|
104545
104202
|
this.typeName = "UIAPIMutations";
|
|
104546
104203
|
this.implementedInterfaces = [];
|
|
104204
|
+
this.typeRegistry = typeRegistry;
|
|
104547
104205
|
}
|
|
104548
104206
|
get fields() {
|
|
104549
104207
|
return {
|
|
@@ -104558,11 +104216,10 @@ let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends Unidenti
|
|
|
104558
104216
|
class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104559
104217
|
constructor(services, typeRegistry) {
|
|
104560
104218
|
super(services);
|
|
104561
|
-
this.services = services;
|
|
104562
|
-
this.typeRegistry = typeRegistry;
|
|
104563
104219
|
this.namespace = "oas";
|
|
104564
104220
|
this.typeName = "UIAPI";
|
|
104565
104221
|
this.implementedInterfaces = [];
|
|
104222
|
+
this.typeRegistry = typeRegistry;
|
|
104566
104223
|
}
|
|
104567
104224
|
get fields() {
|
|
104568
104225
|
return {
|
|
@@ -104580,11 +104237,10 @@ class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104580
104237
|
class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104581
104238
|
constructor(services, typeRegistry) {
|
|
104582
104239
|
super(services);
|
|
104583
|
-
this.services = services;
|
|
104584
|
-
this.typeRegistry = typeRegistry;
|
|
104585
104240
|
this.namespace = "oas";
|
|
104586
104241
|
this.typeName = "UrlAggregate";
|
|
104587
104242
|
this.implementedInterfaces = ["FieldValue"];
|
|
104243
|
+
this.typeRegistry = typeRegistry;
|
|
104588
104244
|
}
|
|
104589
104245
|
get fields() {
|
|
104590
104246
|
return {
|
|
@@ -104603,11 +104259,10 @@ class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104603
104259
|
class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104604
104260
|
constructor(services, typeRegistry) {
|
|
104605
104261
|
super(services);
|
|
104606
|
-
this.services = services;
|
|
104607
|
-
this.typeRegistry = typeRegistry;
|
|
104608
104262
|
this.namespace = "oas";
|
|
104609
104263
|
this.typeName = "UrlValue";
|
|
104610
104264
|
this.implementedInterfaces = ["FieldValue"];
|
|
104265
|
+
this.typeRegistry = typeRegistry;
|
|
104611
104266
|
}
|
|
104612
104267
|
get fields() {
|
|
104613
104268
|
return {
|
|
@@ -104621,11 +104276,10 @@ class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104621
104276
|
class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104622
104277
|
constructor(services, typeRegistry) {
|
|
104623
104278
|
super(services);
|
|
104624
|
-
this.services = services;
|
|
104625
|
-
this.typeRegistry = typeRegistry;
|
|
104626
104279
|
this.namespace = "oas";
|
|
104627
104280
|
this.typeName = "VisualforceLayoutComponent";
|
|
104628
104281
|
this.implementedInterfaces = ["LayoutComponent"];
|
|
104282
|
+
this.typeRegistry = typeRegistry;
|
|
104629
104283
|
}
|
|
104630
104284
|
get fields() {
|
|
104631
104285
|
return {
|
|
@@ -107048,7 +106702,7 @@ function registerCallback(cb) {
|
|
|
107048
106702
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
107049
106703
|
}
|
|
107050
106704
|
}
|
|
107051
|
-
// version: 1.
|
|
106705
|
+
// version: 1.438.0-242a4ab027
|
|
107052
106706
|
|
|
107053
106707
|
function createFragmentMap(documentNode) {
|
|
107054
106708
|
const fragments = {};
|
|
@@ -136255,7 +135909,7 @@ register$1({
|
|
|
136255
135909
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136256
135910
|
instrument: instrument$1,
|
|
136257
135911
|
});
|
|
136258
|
-
// version: 1.
|
|
135912
|
+
// version: 1.438.0-242a4ab027
|
|
136259
135913
|
|
|
136260
135914
|
// On core the unstable adapters are re-exported with different names,
|
|
136261
135915
|
// we want to match them here.
|
|
@@ -136407,7 +136061,7 @@ withDefaultLuvio((luvio) => {
|
|
|
136407
136061
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136408
136062
|
graphQLImperative = ldsAdapter;
|
|
136409
136063
|
});
|
|
136410
|
-
// version: 1.
|
|
136064
|
+
// version: 1.438.0-242a4ab027
|
|
136411
136065
|
|
|
136412
136066
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136413
136067
|
__proto__: null,
|
|
@@ -137206,7 +136860,7 @@ const callbacks$1 = [];
|
|
|
137206
136860
|
function register(r) {
|
|
137207
136861
|
callbacks$1.forEach((callback) => callback(r));
|
|
137208
136862
|
}
|
|
137209
|
-
// version: 1.
|
|
136863
|
+
// version: 1.438.0-0ec0a89235
|
|
137210
136864
|
|
|
137211
136865
|
/**
|
|
137212
136866
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138495,4 +138149,4 @@ const { luvio } = getRuntime();
|
|
|
138495
138149
|
setDefaultLuvio({ luvio });
|
|
138496
138150
|
|
|
138497
138151
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
138498
|
-
// version: 1.
|
|
138152
|
+
// version: 1.438.0-0ec0a89235
|