@salesforce/lds-worker-api 1.439.0 → 1.441.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.
@@ -4282,7 +4282,7 @@
4282
4282
  }
4283
4283
  callbacks.push(callback);
4284
4284
  }
4285
- // version: 1.439.0-e3dc0cfb2a
4285
+ // version: 1.441.0-5e7d04c146
4286
4286
 
4287
4287
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4288
4288
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5326,7 +5326,7 @@
5326
5326
  const { apiFamily, name } = metadata;
5327
5327
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5328
5328
  }
5329
- // version: 1.439.0-e3dc0cfb2a
5329
+ // version: 1.441.0-5e7d04c146
5330
5330
 
5331
5331
  function isSupportedEntity(_objectApiName) {
5332
5332
  return true;
@@ -14379,7 +14379,7 @@
14379
14379
  return undefined;
14380
14380
  }
14381
14381
 
14382
- const VERSION$10$2 = "885c858e27ff690e5f69edc41d68c32b";
14382
+ const VERSION$10$2 = "3f49d751896cf66e6e29788d8880e2cc";
14383
14383
  const RepresentationType$G = 'PlatformActionRepresentation';
14384
14384
  function keyBuilder$1P$1(luvio, config) {
14385
14385
  return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
@@ -14439,10 +14439,6 @@
14439
14439
  name: 'lwcComponent',
14440
14440
  kind: 'Scalar'
14441
14441
  },
14442
- {
14443
- name: 'pageDeveloperName',
14444
- kind: 'Scalar'
14445
- },
14446
14442
  {
14447
14443
  name: 'primaryColor',
14448
14444
  kind: 'Scalar'
@@ -14471,10 +14467,6 @@
14471
14467
  name: 'targetObject',
14472
14468
  kind: 'Scalar'
14473
14469
  },
14474
- {
14475
- name: 'targetParentField',
14476
- kind: 'Scalar'
14477
- },
14478
14470
  {
14479
14471
  name: 'targetUrl',
14480
14472
  kind: 'Scalar'
@@ -14547,11 +14539,6 @@
14547
14539
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
14548
14540
  return false;
14549
14541
  }
14550
- const existing_pageDeveloperName = existing.pageDeveloperName;
14551
- const incoming_pageDeveloperName = incoming.pageDeveloperName;
14552
- if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
14553
- return false;
14554
- }
14555
14542
  const existing_primaryColor = existing.primaryColor;
14556
14543
  const incoming_primaryColor = incoming.primaryColor;
14557
14544
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -14582,11 +14569,6 @@
14582
14569
  if (!(existing_targetObject === incoming_targetObject)) {
14583
14570
  return false;
14584
14571
  }
14585
- const existing_targetParentField = existing.targetParentField;
14586
- const incoming_targetParentField = incoming.targetParentField;
14587
- if (!(existing_targetParentField === incoming_targetParentField)) {
14588
- return false;
14589
- }
14590
14572
  const existing_targetUrl = existing.targetUrl;
14591
14573
  const incoming_targetUrl = incoming.targetUrl;
14592
14574
  if (!(existing_targetUrl === incoming_targetUrl)) {
@@ -32544,7 +32526,7 @@
32544
32526
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32545
32527
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32546
32528
  });
32547
- // version: 1.439.0-1d518350b5
32529
+ // version: 1.441.0-0055bd971e
32548
32530
 
32549
32531
  var allowUpdatesForNonCachedRecords = {
32550
32532
  isOpen: function (e) {
@@ -44185,11 +44167,6 @@
44185
44167
  },
44186
44168
  };
44187
44169
 
44188
- /*!
44189
- * Copyright (c) 2022, Salesforce, Inc.,
44190
- * All rights reserved.
44191
- * For full license text, see the LICENSE.txt file
44192
- */
44193
44170
  const { create: create$7, freeze: freeze$4, keys: keys$8, entries: entries$5 } = Object;
44194
44171
  const { hasOwnProperty: hasOwnProperty$3 } = Object.prototype;
44195
44172
  const { isArray: isArray$7 } = Array;
@@ -44253,7 +44230,7 @@
44253
44230
  };
44254
44231
  }
44255
44232
  function isPromiseLike$4(x) {
44256
- return typeof (x == null ? void 0 : x.then) === "function";
44233
+ return typeof x?.then === "function";
44257
44234
  }
44258
44235
  function racesync(values) {
44259
44236
  for (const value of values) {
@@ -44370,20 +44347,12 @@
44370
44347
  console.error("OneStore Command threw an error that we did not expect", error);
44371
44348
  }
44372
44349
 
44373
- /*!
44374
- * Copyright (c) 2022, Salesforce, Inc.,
44375
- * All rights reserved.
44376
- * For full license text, see the LICENSE.txt file
44377
- */
44378
44350
  function serviceSatisfies(service, request) {
44379
44351
  return (
44380
44352
  // service types must match
44381
44353
  service.type === request.type && // version of the service must satisfy the requested version
44382
44354
  satisfies(service.version, request.version) && // no tags requested, or the service matches every requested tag value
44383
- (request.tags === void 0 || Object.keys(request.tags).every((tag) => {
44384
- var _a;
44385
- return ((_a = service.tags) == null ? void 0 : _a[tag]) === request.tags[tag];
44386
- }))
44355
+ (request.tags === void 0 || Object.keys(request.tags).every((tag) => service.tags?.[tag] === request.tags[tag]))
44387
44356
  );
44388
44357
  }
44389
44358
  let resolverAvailable;
@@ -44441,11 +44410,6 @@
44441
44410
  };
44442
44411
  }
44443
44412
 
44444
- /*!
44445
- * Copyright (c) 2022, Salesforce, Inc.,
44446
- * All rights reserved.
44447
- * For full license text, see the LICENSE.txt file
44448
- */
44449
44413
  function isCacheEntryForType(cacheEntry, type) {
44450
44414
  return cacheEntry.metadata.type.namespace === type.namespace && cacheEntry.metadata.type.name === type.typeName;
44451
44415
  }
@@ -44463,9 +44427,8 @@
44463
44427
  return `${this.namespace}::${this.typeName}(${stableJSONStringify$3(params)})`;
44464
44428
  }
44465
44429
  write(cache, input) {
44466
- var _a;
44467
44430
  const key = this.buildKey(this.buildKeyParams(input));
44468
- const existingNormalizedData = (_a = cache.get(key)) == null ? void 0 : _a.value;
44431
+ const existingNormalizedData = cache.get(key)?.value;
44469
44432
  const normalized = this.normalizeData(cache, { ...input, existingNormalizedData });
44470
44433
  if (normalized.isErr()) {
44471
44434
  return err$3(normalized.error);
@@ -44540,11 +44503,6 @@
44540
44503
  return ok$3(data);
44541
44504
  }
44542
44505
 
44543
- /*!
44544
- * Copyright (c) 2022, Salesforce, Inc.,
44545
- * All rights reserved.
44546
- * For full license text, see the LICENSE.txt file
44547
- */
44548
44506
  let JsonSchemaViolationError$1 = class JsonSchemaViolationError extends Error {
44549
44507
  constructor(message, validationErrors) {
44550
44508
  super(message);
@@ -44974,11 +44932,6 @@
44974
44932
  return current;
44975
44933
  }
44976
44934
 
44977
- /*!
44978
- * Copyright (c) 2022, Salesforce, Inc.,
44979
- * All rights reserved.
44980
- * For full license text, see the LICENSE.txt file
44981
- */
44982
44935
  function devAssert(condition, message) {
44983
44936
  const booleanCondition = Boolean(condition);
44984
44937
  if (!booleanCondition) {
@@ -45829,10 +45782,7 @@
45829
45782
  return operations[0];
45830
45783
  }
45831
45784
  if (operationName) {
45832
- return operations.find((op) => {
45833
- var _a;
45834
- return ((_a = op.name) == null ? void 0 : _a.value) === operationName;
45835
- });
45785
+ return operations.find((op) => op.name?.value === operationName);
45836
45786
  }
45837
45787
  return void 0;
45838
45788
  }
@@ -45888,7 +45838,7 @@
45888
45838
  validateGraphQLOperations(
45889
45839
  { query: document, operationName },
45890
45840
  {
45891
- acceptedOperations: (options == null ? void 0 : options.acceptedOperations) ?? ["query"]
45841
+ acceptedOperations: options?.acceptedOperations ?? ["query"]
45892
45842
  }
45893
45843
  );
45894
45844
  return ok$3(document);
@@ -94119,11 +94069,6 @@
94119
94069
  return [];
94120
94070
  }
94121
94071
 
94122
- /*!
94123
- * Copyright (c) 2022, Salesforce, Inc.,
94124
- * All rights reserved.
94125
- * For full license text, see the LICENSE.txt file
94126
- */
94127
94072
  const { create: create$6, freeze: freeze$3, keys: keys$7, entries } = Object;
94128
94073
  const { isArray: isArray$1$1 } = Array;
94129
94074
  const { stringify: stringify$2, parse: parse$2 } = JSON;
@@ -94242,7 +94187,7 @@
94242
94187
  };
94243
94188
  }
94244
94189
  function isPromiseLike$2(x) {
94245
- return typeof (x == null ? void 0 : x.then) === "function";
94190
+ return typeof x?.then === "function";
94246
94191
  }
94247
94192
  function deepEquals$1(x, y) {
94248
94193
  if (x === void 0) {
@@ -94412,19 +94357,9 @@
94412
94357
  console.error("OneStore Command threw an error that we did not expect", error);
94413
94358
  }
94414
94359
 
94415
- /*!
94416
- * Copyright (c) 2022, Salesforce, Inc.,
94417
- * All rights reserved.
94418
- * For full license text, see the LICENSE.txt file
94419
- */
94420
94360
  class BaseCommand {
94421
94361
  }
94422
94362
 
94423
- /*!
94424
- * Copyright (c) 2022, Salesforce, Inc.,
94425
- * All rights reserved.
94426
- * For full license text, see the LICENSE.txt file
94427
- */
94428
94363
  let NetworkCommand$1 = class NetworkCommand extends BaseCommand {
94429
94364
  constructor(services) {
94430
94365
  super();
@@ -94475,11 +94410,6 @@
94475
94410
  };
94476
94411
  }
94477
94412
 
94478
- /*!
94479
- * Copyright (c) 2022, Salesforce, Inc.,
94480
- * All rights reserved.
94481
- * For full license text, see the LICENSE.txt file
94482
- */
94483
94413
  class AuraNetworkCommand extends NetworkCommand$1 {
94484
94414
  constructor(services) {
94485
94415
  super(services);
@@ -94586,16 +94516,6 @@
94586
94516
  };
94587
94517
  }
94588
94518
 
94589
- /*!
94590
- * Copyright (c) 2022, Salesforce, Inc.,
94591
- * All rights reserved.
94592
- * For full license text, see the LICENSE.txt file
94593
- */
94594
- /*!
94595
- * Copyright (c) 2022, Salesforce, Inc.,
94596
- * All rights reserved.
94597
- * For full license text, see the LICENSE.txt file
94598
- */
94599
94519
  const { isArray: isArray$6 } = Array;
94600
94520
  let Ok$2 = class Ok {
94601
94521
  constructor(value) {
@@ -94663,7 +94583,7 @@
94663
94583
  };
94664
94584
  }
94665
94585
  function isPromiseLike$1(x) {
94666
- return typeof (x == null ? void 0 : x.then) === "function";
94586
+ return typeof x?.then === "function";
94667
94587
  }
94668
94588
  function deepEquals(x, y) {
94669
94589
  if (x === void 0) {
@@ -94954,7 +94874,7 @@
94954
94874
  unsubscribe() {
94955
94875
  while (this.unsubscribers.length > 0) {
94956
94876
  const unsubscriber = this.unsubscribers.pop();
94957
- unsubscriber == null ? void 0 : unsubscriber();
94877
+ unsubscriber?.();
94958
94878
  }
94959
94879
  }
94960
94880
  /**
@@ -95138,16 +95058,6 @@
95138
95058
  };
95139
95059
  }
95140
95060
 
95141
- /*!
95142
- * Copyright (c) 2022, Salesforce, Inc.,
95143
- * All rights reserved.
95144
- * For full license text, see the LICENSE.txt file
95145
- */
95146
- /*!
95147
- * Copyright (c) 2022, Salesforce, Inc.,
95148
- * All rights reserved.
95149
- * For full license text, see the LICENSE.txt file
95150
- */
95151
95061
  let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheControlCommand {
95152
95062
  constructor(services) {
95153
95063
  super(services);
@@ -95283,16 +95193,6 @@
95283
95193
  };
95284
95194
  }
95285
95195
 
95286
- /*!
95287
- * Copyright (c) 2022, Salesforce, Inc.,
95288
- * All rights reserved.
95289
- * For full license text, see the LICENSE.txt file
95290
- */
95291
- /*!
95292
- * Copyright (c) 2022, Salesforce, Inc.,
95293
- * All rights reserved.
95294
- * For full license text, see the LICENSE.txt file
95295
- */
95296
95196
  class AuraCacheControlCommand extends CacheControlCommand {
95297
95197
  constructor(services) {
95298
95198
  super(services);
@@ -95402,8 +95302,7 @@
95402
95302
  this.services = services;
95403
95303
  }
95404
95304
  readFromCache(cache) {
95405
- var _a;
95406
- const data = (_a = cache.get(this.buildKey())) == null ? void 0 : _a.value;
95305
+ const data = cache.get(this.buildKey())?.value;
95407
95306
  if (data === void 0) {
95408
95307
  return resolvedPromiseLike$2(err$1(new Error("Failed to find data in cache")));
95409
95308
  }
@@ -95432,16 +95331,6 @@
95432
95331
  };
95433
95332
  }
95434
95333
 
95435
- /*!
95436
- * Copyright (c) 2022, Salesforce, Inc.,
95437
- * All rights reserved.
95438
- * For full license text, see the LICENSE.txt file
95439
- */
95440
- /*!
95441
- * Copyright (c) 2022, Salesforce, Inc.,
95442
- * All rights reserved.
95443
- * For full license text, see the LICENSE.txt file
95444
- */
95445
95334
  class NetworkCommand extends BaseCommand {
95446
95335
  constructor(services) {
95447
95336
  super();
@@ -95491,7 +95380,7 @@
95491
95380
  return command && typeof command === "object" && "fetchParams" in command;
95492
95381
  }
95493
95382
  function createAbortableDecorator(command, options) {
95494
- if (!(options == null ? void 0 : options.signal) || !((options == null ? void 0 : options.signal) instanceof AbortSignal)) {
95383
+ if (!options?.signal || !(options?.signal instanceof AbortSignal)) {
95495
95384
  return command;
95496
95385
  }
95497
95386
  const { signal } = options;
@@ -95549,9 +95438,12 @@
95549
95438
  this.services = services;
95550
95439
  this.additionalNullResponses = [];
95551
95440
  }
95552
- fetch() {
95441
+ fetch(contextSeed) {
95553
95442
  try {
95554
- return this.convertFetchResponseToData(this.services.fetch(...this.fetchParams));
95443
+ const [input, init] = this.fetchParams;
95444
+ const initWithSeed = contextSeed === void 0 ? init : { ...init, __contextSeed: contextSeed };
95445
+ const fetchCall = initWithSeed === void 0 ? this.services.fetch(input) : this.services.fetch(input, initWithSeed);
95446
+ return this.convertFetchResponseToData(fetchCall);
95555
95447
  } catch (reason) {
95556
95448
  return resolvedPromiseLike$2(err$1(toError(reason)));
95557
95449
  }
@@ -95622,16 +95514,6 @@
95622
95514
  };
95623
95515
  }
95624
95516
 
95625
- /*!
95626
- * Copyright (c) 2022, Salesforce, Inc.,
95627
- * All rights reserved.
95628
- * For full license text, see the LICENSE.txt file
95629
- */
95630
- /*!
95631
- * Copyright (c) 2022, Salesforce, Inc.,
95632
- * All rights reserved.
95633
- * For full license text, see the LICENSE.txt file
95634
- */
95635
95517
  class HttpCacheControlCommand extends CacheControlCommand {
95636
95518
  constructor(services) {
95637
95519
  super(services);
@@ -95739,16 +95621,6 @@
95739
95621
  };
95740
95622
  }
95741
95623
 
95742
- /*!
95743
- * Copyright (c) 2022, Salesforce, Inc.,
95744
- * All rights reserved.
95745
- * For full license text, see the LICENSE.txt file
95746
- */
95747
- /*!
95748
- * Copyright (c) 2022, Salesforce, Inc.,
95749
- * All rights reserved.
95750
- * For full license text, see the LICENSE.txt file
95751
- */
95752
95624
  const { stringify: stringify$1, parse: parse$1 } = JSON;
95753
95625
  function deepCopy$1(x) {
95754
95626
  const stringified = stringify$1(x);
@@ -95772,7 +95644,7 @@
95772
95644
  if (value === void 0) {
95773
95645
  this.missingKeysRead.add(key);
95774
95646
  }
95775
- if (options == null ? void 0 : options.copy) {
95647
+ if (options?.copy) {
95776
95648
  return deepCopy$1(value);
95777
95649
  }
95778
95650
  return value;
@@ -95816,7 +95688,7 @@
95816
95688
  get(key, options) {
95817
95689
  const result = this.baseCache.get(key);
95818
95690
  if (result && this.predicate(key, result)) {
95819
- if (options == null ? void 0 : options.copy) {
95691
+ if (options?.copy) {
95820
95692
  return deepCopy$1(result);
95821
95693
  }
95822
95694
  return result;
@@ -95912,7 +95784,7 @@
95912
95784
  this.data = {};
95913
95785
  }
95914
95786
  get(key, options) {
95915
- if (options == null ? void 0 : options.copy) {
95787
+ if (options?.copy) {
95916
95788
  return deepCopy$1(this.data[key]);
95917
95789
  }
95918
95790
  return this.data[key];
@@ -95992,11 +95864,6 @@
95992
95864
  };
95993
95865
  }
95994
95866
 
95995
- /*!
95996
- * Copyright (c) 2022, Salesforce, Inc.,
95997
- * All rights reserved.
95998
- * For full license text, see the LICENSE.txt file
95999
- */
96000
95867
  class CacheControlStrategy {
96001
95868
  constructor(services, config, requestRunner) {
96002
95869
  this.services = services;
@@ -96057,11 +95924,11 @@
96057
95924
  if (value.isOk()) {
96058
95925
  this.collectCacheHitInstrumentation(
96059
95926
  startTime,
96060
- options == null ? void 0 : options.instrumentationAttributes
95927
+ options?.instrumentationAttributes
96061
95928
  );
96062
95929
  return ok$1(void 0);
96063
95930
  }
96064
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95931
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96065
95932
  const tempCache = this.filteredCache;
96066
95933
  return new Promise(async (resolve, reject) => {
96067
95934
  try {
@@ -96131,11 +95998,11 @@
96131
95998
  if (result.isOk()) {
96132
95999
  this.collectCacheHitInstrumentation(
96133
96000
  startTime,
96134
- options == null ? void 0 : options.instrumentationAttributes
96001
+ options?.instrumentationAttributes
96135
96002
  );
96136
96003
  return ok$1(void 0);
96137
96004
  }
96138
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
96005
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96139
96006
  const error = new UserVisibleError(
96140
96007
  new FetchResponse(HttpStatusCode.GatewayTimeout, {
96141
96008
  error: "Cache miss for only-if-cached request"
@@ -96219,11 +96086,6 @@
96219
96086
  };
96220
96087
  }
96221
96088
 
96222
- /*!
96223
- * Copyright (c) 2022, Salesforce, Inc.,
96224
- * All rights reserved.
96225
- * For full license text, see the LICENSE.txt file
96226
- */
96227
96089
  function buildInstrumentCommand(services) {
96228
96090
  const meter = services.instrumentation.metrics.getMeter("onestore");
96229
96091
  return function instrumentCommand(commandClass, commandName) {
@@ -96243,7 +96105,7 @@
96243
96105
  try {
96244
96106
  result = super.execute(...args);
96245
96107
  } catch (e) {
96246
- if ((e == null ? void 0 : e.name) === "AbortError") {
96108
+ if (e?.name === "AbortError") {
96247
96109
  abortCounter.add(1);
96248
96110
  } else {
96249
96111
  errorCounter.add(1);
@@ -96270,16 +96132,6 @@
96270
96132
  };
96271
96133
  }
96272
96134
 
96273
- /*!
96274
- * Copyright (c) 2022, Salesforce, Inc.,
96275
- * All rights reserved.
96276
- * For full license text, see the LICENSE.txt file
96277
- */
96278
- /*!
96279
- * Copyright (c) 2022, Salesforce, Inc.,
96280
- * All rights reserved.
96281
- * For full license text, see the LICENSE.txt file
96282
- */
96283
96135
  class O11yOTelTraceAPI {
96284
96136
  constructor(services) {
96285
96137
  this.services = services;
@@ -96295,9 +96147,9 @@
96295
96147
  this.logger = logger;
96296
96148
  }
96297
96149
  startSpan(name, _options, context) {
96298
- const traceId = context == null ? void 0 : context.getValue(Symbol.for("traceId"));
96299
- const spanId = context == null ? void 0 : context.getValue(Symbol.for("spanId"));
96300
- const traceFlags = context == null ? void 0 : context.getValue(Symbol.for("traceFlags"));
96150
+ const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
96151
+ const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
96152
+ const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
96301
96153
  let spanContext = void 0;
96302
96154
  if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
96303
96155
  spanContext = {
@@ -96540,12 +96392,7 @@
96540
96392
  };
96541
96393
  }
96542
96394
 
96543
- /*!
96544
- * Copyright (c) 2022, Salesforce, Inc.,
96545
- * All rights reserved.
96546
- * For full license text, see the LICENSE.txt file
96547
- */
96548
- const EventTypeWildcard = Symbol("EventTypeWildcard");
96395
+ const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
96549
96396
  class DefaultPubSubService {
96550
96397
  constructor() {
96551
96398
  this.subscriptions = /* @__PURE__ */ new Map();
@@ -96608,11 +96455,6 @@
96608
96455
  };
96609
96456
  }
96610
96457
 
96611
- /*!
96612
- * Copyright (c) 2022, Salesforce, Inc.,
96613
- * All rights reserved.
96614
- * For full license text, see the LICENSE.txt file
96615
- */
96616
96458
  class FeatureFlagsService {
96617
96459
  constructor() {
96618
96460
  this.flags = /* @__PURE__ */ new Map();
@@ -96674,7 +96516,7 @@
96674
96516
  },
96675
96517
  };
96676
96518
  }
96677
- // version: 1.439.0-e3dc0cfb2a
96519
+ // version: 1.441.0-5e7d04c146
96678
96520
 
96679
96521
  /**
96680
96522
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96700,13 +96542,8 @@
96700
96542
  },
96701
96543
  };
96702
96544
  }
96703
- // version: 1.439.0-e3dc0cfb2a
96545
+ // version: 1.441.0-5e7d04c146
96704
96546
 
96705
- /*!
96706
- * Copyright (c) 2022, Salesforce, Inc.,
96707
- * All rights reserved.
96708
- * For full license text, see the LICENSE.txt file
96709
- */
96710
96547
  function findExecutableOperation$1(input) {
96711
96548
  const operations = input.query.definitions.filter(
96712
96549
  (def) => def.kind === Kind$1.OPERATION_DEFINITION
@@ -96718,10 +96555,7 @@
96718
96555
  return ok$1(operations[0]);
96719
96556
  }
96720
96557
  if (input.operationName) {
96721
- const specifiedOperation = operations.find((op) => {
96722
- var _a;
96723
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
96724
- });
96558
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
96725
96559
  if (specifiedOperation) {
96726
96560
  return ok$1(specifiedOperation);
96727
96561
  }
@@ -96737,14 +96571,13 @@
96737
96571
  const operation = operationResult.value;
96738
96572
  const selections = operation.selectionSet.selections;
96739
96573
  const variableDefinitions = operation.variableDefinitions;
96740
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
96741
- var _a;
96574
+ const variables = variableDefinitions?.reduce((prev, def) => {
96742
96575
  prev[def.variable.name.value] = {
96743
96576
  definition: def,
96744
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
96577
+ value: input.variables?.[def.variable.name.value]
96745
96578
  };
96746
96579
  return prev;
96747
- }, {})) || {};
96580
+ }, {}) || {};
96748
96581
  const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
96749
96582
  prev[fragment.name.value] = fragment;
96750
96583
  return prev;
@@ -96797,11 +96630,6 @@
96797
96630
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
96798
96631
  }
96799
96632
 
96800
- /*!
96801
- * Copyright (c) 2022, Salesforce, Inc.,
96802
- * All rights reserved.
96803
- * For full license text, see the LICENSE.txt file
96804
- */
96805
96633
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
96806
96634
  constructor(config, documentRootType, services) {
96807
96635
  super(services);
@@ -96982,11 +96810,6 @@
96982
96810
  };
96983
96811
  }
96984
96812
 
96985
- /*!
96986
- * Copyright (c) 2022, Salesforce, Inc.,
96987
- * All rights reserved.
96988
- * For full license text, see the LICENSE.txt file
96989
- */
96990
96813
  class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
96991
96814
  constructor(config, documentRootType, services) {
96992
96815
  super(services);
@@ -97100,11 +96923,6 @@
97100
96923
  };
97101
96924
  }
97102
96925
 
97103
- /*!
97104
- * Copyright (c) 2022, Salesforce, Inc.,
97105
- * All rights reserved.
97106
- * For full license text, see the LICENSE.txt file
97107
- */
97108
96926
  class JsonSchemaViolationError extends Error {
97109
96927
  constructor(message, validationErrors) {
97110
96928
  super(message);
@@ -97534,11 +97352,6 @@
97534
97352
  return current;
97535
97353
  }
97536
97354
 
97537
- /*!
97538
- * Copyright (c) 2022, Salesforce, Inc.,
97539
- * All rights reserved.
97540
- * For full license text, see the LICENSE.txt file
97541
- */
97542
97355
  function isUserVisibleError$2(error) {
97543
97356
  return error instanceof Error && "type" in error && error.type === "user-visible";
97544
97357
  }
@@ -97563,11 +97376,6 @@
97563
97376
  console.error("OneStore Command threw an error that we did not expect", error);
97564
97377
  }
97565
97378
 
97566
- /*!
97567
- * Copyright (c) 2022, Salesforce, Inc.,
97568
- * All rights reserved.
97569
- * For full license text, see the LICENSE.txt file
97570
- */
97571
97379
  function buildBaseImperativeInvoker(getCommand, transformResult) {
97572
97380
  return async (...params) => {
97573
97381
  const command = getCommand({ params, assertIsValid });
@@ -97672,7 +97480,7 @@
97672
97480
  const api = {
97673
97481
  data: result.value.data,
97674
97482
  subscribe: (cb) => {
97675
- result.value.subscribe((result2) => {
97483
+ return result.value.subscribe((result2) => {
97676
97484
  if (result2.isErr()) {
97677
97485
  return cb({ data: void 0, error: toError(result2.error) });
97678
97486
  }
@@ -97775,10 +97583,10 @@
97775
97583
  acceptedOperations: ["query"]
97776
97584
  };
97777
97585
  const result = resolveAndValidateGraphQLConfig(params[0], options);
97778
- if (result == null ? void 0 : result.isErr()) {
97586
+ if (result?.isErr()) {
97779
97587
  return result.error;
97780
97588
  }
97781
- if (result == null ? void 0 : result.isOk()) {
97589
+ if (result?.isOk()) {
97782
97590
  params[0] = result.value;
97783
97591
  }
97784
97592
  }
@@ -97797,7 +97605,7 @@
97797
97605
  deepFreeze(result.value);
97798
97606
  consumerEmittedData.data = result.value.data.data;
97799
97607
  consumerEmittedData.subscribe = (cb) => {
97800
- result.value.subscribe((res) => {
97608
+ return result.value.subscribe((res) => {
97801
97609
  const consumerEmittedData2 = {
97802
97610
  data: void 0,
97803
97611
  errors: void 0
@@ -97870,11 +97678,11 @@
97870
97678
  acceptedOperations: ["query"]
97871
97679
  };
97872
97680
  const result = resolveAndValidateGraphQLConfig(config, options);
97873
- if (result == null ? void 0 : result.isErr()) {
97681
+ if (result?.isErr()) {
97874
97682
  callback(result.error);
97875
97683
  return;
97876
97684
  }
97877
- if (result == null ? void 0 : result.isOk()) {
97685
+ if (result?.isOk()) {
97878
97686
  config = result.value;
97879
97687
  }
97880
97688
  }
@@ -97905,12 +97713,12 @@
97905
97713
  acceptedOperations: ["query"]
97906
97714
  };
97907
97715
  const result = resolveAndValidateGraphQLConfig(config, options);
97908
- if (result == null ? void 0 : result.isErr()) {
97716
+ if (result?.isErr()) {
97909
97717
  callback(result.error);
97910
97718
  return () => {
97911
97719
  };
97912
97720
  }
97913
- if (result == null ? void 0 : result.isOk()) {
97721
+ if (result?.isOk()) {
97914
97722
  config = result.value;
97915
97723
  }
97916
97724
  }
@@ -97972,13 +97780,13 @@
97972
97780
  acceptedOperations: ["mutation"]
97973
97781
  };
97974
97782
  const result2 = resolveAndValidateGraphQLConfig(params[0], options);
97975
- if (result2 == null ? void 0 : result2.isErr()) {
97783
+ if (result2?.isErr()) {
97976
97784
  return {
97977
97785
  data: void 0,
97978
97786
  errors: result2.error.errors
97979
97787
  };
97980
97788
  }
97981
- if (result2 == null ? void 0 : result2.isOk()) {
97789
+ if (result2?.isOk()) {
97982
97790
  params[0] = result2.value;
97983
97791
  }
97984
97792
  }
@@ -98004,11 +97812,6 @@
98004
97812
  };
98005
97813
  }
98006
97814
 
98007
- /*!
98008
- * Copyright (c) 2022, Salesforce, Inc.,
98009
- * All rights reserved.
98010
- * For full license text, see the LICENSE.txt file
98011
- */
98012
97815
  class Sanitizer {
98013
97816
  constructor(obj) {
98014
97817
  this.obj = obj;
@@ -98068,7 +97871,7 @@
98068
97871
  this.callback = callback;
98069
97872
  this.connected = false;
98070
97873
  this.exposeRefresh = false;
98071
- if (!(options == null ? void 0 : options.skipEmptyEmit)) {
97874
+ if (!options?.skipEmptyEmit) {
98072
97875
  this.emit();
98073
97876
  }
98074
97877
  }
@@ -98365,11 +98168,6 @@
98365
98168
  };
98366
98169
  }
98367
98170
 
98368
- /*!
98369
- * Copyright (c) 2022, Salesforce, Inc.,
98370
- * All rights reserved.
98371
- * For full license text, see the LICENSE.txt file
98372
- */
98373
98171
  function buildServiceDescriptor$1(interceptors = {
98374
98172
  request: [],
98375
98173
  retry: void 0,
@@ -98379,9 +98177,17 @@
98379
98177
  return {
98380
98178
  type: "fetch",
98381
98179
  version: "1.0",
98382
- service: function(...args) {
98383
- var _a;
98384
- const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
98180
+ service: function(input, init) {
98181
+ let contextSeed;
98182
+ let cleanInit = init;
98183
+ if (init !== void 0 && "__contextSeed" in init) {
98184
+ const { __contextSeed, ...initWithoutSeed } = init;
98185
+ contextSeed = __contextSeed;
98186
+ cleanInit = Object.keys(initWithoutSeed).length === 0 ? void 0 : initWithoutSeed;
98187
+ }
98188
+ const fetchArgs = cleanInit === void 0 ? [input] : [input, cleanInit];
98189
+ const baseContext = interceptors.createContext?.();
98190
+ const context = contextSeed === void 0 ? baseContext : { ...baseContext, ...contextSeed };
98385
98191
  const {
98386
98192
  request: requestInterceptors = [],
98387
98193
  retry: retryInterceptor = void 0,
@@ -98389,17 +98195,17 @@
98389
98195
  finally: finallyInterceptors = []
98390
98196
  } = interceptors;
98391
98197
  const pending = requestInterceptors.reduce(
98392
- (previousPromise, interceptor) => previousPromise.then((args2) => interceptor(args2, context)),
98393
- resolvedPromiseLike$2(args)
98198
+ (previousPromise, interceptor) => previousPromise.then((args) => interceptor(args, context)),
98199
+ resolvedPromiseLike$2(fetchArgs)
98394
98200
  );
98395
- return Promise.resolve(pending).then((args2) => {
98201
+ return Promise.resolve(pending).then((args) => {
98396
98202
  if (retryInterceptor) {
98397
- return retryInterceptor(args2, retryService, context);
98203
+ return retryInterceptor(args, retryService, context);
98398
98204
  } else {
98399
98205
  if (retryService) {
98400
- return retryService.applyRetry(() => fetch(...args2));
98206
+ return retryService.applyRetry(() => fetch(...args));
98401
98207
  }
98402
- return fetch(...args2);
98208
+ return fetch(...args);
98403
98209
  }
98404
98210
  }).then((response) => {
98405
98211
  return responseInterceptors.reduce(
@@ -98575,11 +98381,6 @@
98575
98381
  return queryParams;
98576
98382
  }
98577
98383
 
98578
- /*!
98579
- * Copyright (c) 2022, Salesforce, Inc.,
98580
- * All rights reserved.
98581
- * For full license text, see the LICENSE.txt file
98582
- */
98583
98384
  class CacheInclusionPolicyService {
98584
98385
  }
98585
98386
  function setDifference(setA, setB) {
@@ -98631,18 +98432,8 @@
98631
98432
  };
98632
98433
  }
98633
98434
  function isPromiseLike$3(x) {
98634
- return typeof (x == null ? void 0 : x.then) === "function";
98435
+ return typeof x?.then === "function";
98635
98436
  }
98636
- /*!
98637
- * Copyright (c) 2022, Salesforce, Inc.,
98638
- * All rights reserved.
98639
- * For full license text, see the LICENSE.txt file
98640
- */
98641
- /*!
98642
- * Copyright (c) 2022, Salesforce, Inc.,
98643
- * All rights reserved.
98644
- * For full license text, see the LICENSE.txt file
98645
- */
98646
98437
  const { stringify: stringify$8, parse: parse$8 } = JSON;
98647
98438
  function deepCopy(x) {
98648
98439
  const stringified = stringify$8(x);
@@ -98666,7 +98457,7 @@
98666
98457
  if (value === void 0) {
98667
98458
  this.missingKeysRead.add(key);
98668
98459
  }
98669
- if (options == null ? void 0 : options.copy) {
98460
+ if (options?.copy) {
98670
98461
  return deepCopy(value);
98671
98462
  }
98672
98463
  return value;
@@ -98710,7 +98501,7 @@
98710
98501
  get(key, options) {
98711
98502
  const result = this.baseCache.get(key);
98712
98503
  if (result && this.predicate(key, result)) {
98713
- if (options == null ? void 0 : options.copy) {
98504
+ if (options?.copy) {
98714
98505
  return deepCopy(result);
98715
98506
  }
98716
98507
  return result;
@@ -98806,7 +98597,7 @@
98806
98597
  this.data = {};
98807
98598
  }
98808
98599
  get(key, options) {
98809
- if (options == null ? void 0 : options.copy) {
98600
+ if (options?.copy) {
98810
98601
  return deepCopy(this.data[key]);
98811
98602
  }
98812
98603
  return this.data[key];
@@ -99428,17 +99219,12 @@
99428
99219
  id: '@salesforce/lds-network-adapter',
99429
99220
  instrument: instrument$2,
99430
99221
  });
99431
- // version: 1.439.0-e3dc0cfb2a
99222
+ // version: 1.441.0-5e7d04c146
99432
99223
 
99433
99224
  const { create: create$2, keys: keys$2 } = Object;
99434
99225
  const { stringify, parse } = JSON;
99435
99226
  const { isArray: isArray$3 } = Array;
99436
99227
 
99437
- /*!
99438
- * Copyright (c) 2022, Salesforce, Inc.,
99439
- * All rights reserved.
99440
- * For full license text, see the LICENSE.txt file
99441
- */
99442
99228
  function extractValue(valueNode, variableDefinitions, expectedType) {
99443
99229
  if (valueNode.kind === Kind$1.VARIABLE) {
99444
99230
  const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
@@ -99559,10 +99345,7 @@
99559
99345
  return ok$3(operations[0]);
99560
99346
  }
99561
99347
  if (input.operationName) {
99562
- const specifiedOperation = operations.find((op) => {
99563
- var _a;
99564
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
99565
- });
99348
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
99566
99349
  if (specifiedOperation) {
99567
99350
  return ok$3(specifiedOperation);
99568
99351
  }
@@ -99578,14 +99361,13 @@
99578
99361
  const operation = operationResult.value;
99579
99362
  const selections = operation.selectionSet.selections;
99580
99363
  const variableDefinitions = operation.variableDefinitions;
99581
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
99582
- var _a;
99364
+ const variables = variableDefinitions?.reduce((prev, def) => {
99583
99365
  prev[def.variable.name.value] = {
99584
99366
  definition: def,
99585
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
99367
+ value: input.variables?.[def.variable.name.value]
99586
99368
  };
99587
99369
  return prev;
99588
- }, {})) || {};
99370
+ }, {}) || {};
99589
99371
  const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
99590
99372
  prev[fragment.name.value] = fragment;
99591
99373
  return prev;
@@ -99597,11 +99379,10 @@
99597
99379
  });
99598
99380
  }
99599
99381
  function buildAugmentedFieldSelection(newSelection, selections, fragments) {
99600
- var _a;
99601
99382
  if (selectionExists(newSelection, selections)) {
99602
99383
  return void 0;
99603
99384
  }
99604
- const baseAlias = ((_a = newSelection.alias) == null ? void 0 : _a.value) || newSelection.name.value;
99385
+ const baseAlias = newSelection.alias?.value || newSelection.name.value;
99605
99386
  const baseInjectedAlias = `framework_augmented_${baseAlias}`;
99606
99387
  const baseAliasedSelection = {
99607
99388
  ...newSelection,
@@ -99626,20 +99407,19 @@
99626
99407
  return selections.some((s) => selectionEquals(selection, s));
99627
99408
  }
99628
99409
  function selectionEquals(a, b) {
99629
- var _a, _b, _c, _d, _e, _f;
99630
99410
  if (a.kind !== b.kind) {
99631
99411
  return false;
99632
99412
  }
99633
99413
  if (a.kind === Kind$1.FIELD) {
99634
99414
  const bField = b;
99635
- return !!(a.name.value === bField.name.value) && !!(((_a = a.alias) == null ? void 0 : _a.value) === ((_b = bField.alias) == null ? void 0 : _b.value)) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual((_c = a.selectionSet) == null ? void 0 : _c.selections, (_d = bField.selectionSet) == null ? void 0 : _d.selections) && directivesEqual(a.directives, bField.directives);
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);
99636
99416
  }
99637
99417
  if (a.kind === Kind$1.FRAGMENT_SPREAD) {
99638
99418
  const bFragmentSpread = b;
99639
99419
  return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
99640
99420
  }
99641
99421
  const bInlineFragment = b;
99642
- return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual((_e = a.selectionSet) == null ? void 0 : _e.selections, (_f = bInlineFragment.selectionSet) == null ? void 0 : _f.selections);
99422
+ return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
99643
99423
  }
99644
99424
  function argumentValueEquals(a, b) {
99645
99425
  if (a.kind !== b.kind) {
@@ -99682,7 +99462,7 @@
99682
99462
  return true;
99683
99463
  }
99684
99464
  if (a === void 0 || b === void 0) {
99685
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99465
+ return (a?.length || 0) === (b?.length || 0);
99686
99466
  }
99687
99467
  if (a.length !== b.length) {
99688
99468
  return false;
@@ -99697,7 +99477,7 @@
99697
99477
  return true;
99698
99478
  }
99699
99479
  if (a === void 0 || b === void 0) {
99700
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99480
+ return (a?.length || 0) === (b?.length || 0);
99701
99481
  }
99702
99482
  if (a.length !== b.length) {
99703
99483
  return false;
@@ -99724,11 +99504,10 @@
99724
99504
  return `${fieldName}_${i}`;
99725
99505
  }
99726
99506
  function collectFieldNames(selections, fragments) {
99727
- var _a;
99728
99507
  const fieldNames = /* @__PURE__ */ new Set();
99729
99508
  for (const selection of selections) {
99730
99509
  if (isField(selection)) {
99731
- fieldNames.add(((_a = selection.alias) == null ? void 0 : _a.value) || selection.name.value);
99510
+ fieldNames.add(selection.alias?.value || selection.name.value);
99732
99511
  } else if (isInlineFragment(selection)) {
99733
99512
  collectFieldNames(
99734
99513
  selection.selectionSet.selections,
@@ -99784,8 +99563,7 @@
99784
99563
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
99785
99564
  }
99786
99565
  function extractIfArgument(directive, variables, directiveName) {
99787
- var _a;
99788
- 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");
99789
99567
  if (!ifArg) {
99790
99568
  return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
99791
99569
  }
@@ -99898,8 +99676,7 @@
99898
99676
  const arrayNormalizationErrors = [];
99899
99677
  const normalizedArray = [];
99900
99678
  input.data.forEach((item, index) => {
99901
- var _a;
99902
- const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
99679
+ const existingItemData = input.existingNormalizedData?.[index];
99903
99680
  const normalizedItemResult = this.items.write(cache, {
99904
99681
  ...input,
99905
99682
  data: item,
@@ -99979,7 +99756,6 @@
99979
99756
  return this.repository.buildFieldKey(selection, variables);
99980
99757
  }
99981
99758
  write(cache, input) {
99982
- var _a;
99983
99759
  if (!input.selection.selectionSet) {
99984
99760
  return err$3([
99985
99761
  {
@@ -100009,7 +99785,7 @@
100009
99785
  const writeResult = this.repository.write(cache, {
100010
99786
  ...input,
100011
99787
  data: input.data,
100012
- existingNormalizedData: (_a = input.existingNormalizedData) == null ? void 0 : _a.data,
99788
+ existingNormalizedData: input.existingNormalizedData?.data,
100013
99789
  request: input.request,
100014
99790
  selections: input.selection.selectionSet.selections,
100015
99791
  parentFieldSelection: input.selection
@@ -100020,7 +99796,6 @@
100020
99796
  return ok$3({ type: "data", data: writeResult.value });
100021
99797
  }
100022
99798
  read(cache, input) {
100023
- var _a;
100024
99799
  if (!input.selection.selectionSet) {
100025
99800
  return err$3([
100026
99801
  {
@@ -100052,7 +99827,7 @@
100052
99827
  ...input,
100053
99828
  normalizedData: normalizedData.data,
100054
99829
  request: input.request,
100055
- selections: (_a = input.selection.selectionSet) == null ? void 0 : _a.selections,
99830
+ selections: input.selection.selectionSet?.selections,
100056
99831
  parentFieldSelection: input.selection
100057
99832
  });
100058
99833
  }
@@ -100103,13 +99878,12 @@
100103
99878
  return { selections: augmentedSelections, fragments: augmentedFragments };
100104
99879
  }
100105
99880
  augmentFieldSelection(selection, fragments) {
100106
- var _a;
100107
99881
  const field = this.getFieldDef(void 0, selection);
100108
99882
  if (field === void 0) {
100109
99883
  return { selections: [selection], fragments };
100110
99884
  }
100111
99885
  const result = field.augmentSelections({
100112
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
99886
+ selections: selection.selectionSet?.selections || [],
100113
99887
  fragments
100114
99888
  });
100115
99889
  return {
@@ -100126,7 +99900,6 @@
100126
99900
  };
100127
99901
  }
100128
99902
  augmentInlineFragmentSelection(fragment, fragments) {
100129
- var _a;
100130
99903
  const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
100131
99904
  void 0,
100132
99905
  fragment
@@ -100135,7 +99908,7 @@
100135
99908
  return { selections: [], fragments };
100136
99909
  }
100137
99910
  const augmentedFragmentSelections = this.augmentSelections({
100138
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99911
+ selections: fragment.selectionSet?.selections || [],
100139
99912
  fragments
100140
99913
  });
100141
99914
  return {
@@ -100152,7 +99925,6 @@
100152
99925
  };
100153
99926
  }
100154
99927
  augmentFragmentSpreadSelection(selection, fragments) {
100155
- var _a;
100156
99928
  const fragment = fragments[selection.name.value];
100157
99929
  if (fragment === void 0) {
100158
99930
  return { selections: [selection], fragments };
@@ -100165,7 +99937,7 @@
100165
99937
  return { selections: [selection], fragments };
100166
99938
  }
100167
99939
  const augmentedFragment = this.augmentSelections({
100168
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99940
+ selections: fragment.selectionSet?.selections || [],
100169
99941
  fragments
100170
99942
  });
100171
99943
  return {
@@ -100214,9 +99986,8 @@
100214
99986
  return buildReadWriteResult(normalized, errors);
100215
99987
  }
100216
99988
  normalizeFieldSelection(cache, input, selection, errorCollector) {
100217
- var _a;
100218
99989
  const canonicalFieldName = selection.name.value;
100219
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
99990
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100220
99991
  const value = input.data[dataInstanceFieldName];
100221
99992
  const fieldDef = this.getFieldDef(input, selection);
100222
99993
  if (!fieldDef) {
@@ -100326,7 +100097,6 @@
100326
100097
  return buildReadWriteResult(denormalized, errors);
100327
100098
  }
100328
100099
  getNormalizedFieldData(selection, input) {
100329
- var _a;
100330
100100
  const fieldDef = this.getFieldDef(input, selection);
100331
100101
  if (!fieldDef) {
100332
100102
  return err$3(
@@ -100343,10 +100113,9 @@
100343
100113
  return err$3(cacheFieldKeyResult.error);
100344
100114
  }
100345
100115
  const cacheFieldKey = cacheFieldKeyResult.value;
100346
- return ok$3((_a = input.existingNormalizedData || input.normalizedData) == null ? void 0 : _a[cacheFieldKey]);
100116
+ return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
100347
100117
  }
100348
100118
  denormalizeFieldSelection(cache, input, selection, errorCollector) {
100349
- var _a;
100350
100119
  const canonicalFieldName = selection.name.value;
100351
100120
  const fieldDef = this.getFieldDef(input, selection);
100352
100121
  if (!fieldDef) {
@@ -100358,7 +100127,7 @@
100358
100127
  });
100359
100128
  return {};
100360
100129
  }
100361
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100130
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100362
100131
  const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
100363
100132
  if (normalizedFieldDataResult.isErr()) {
100364
100133
  errorCollector.push({
@@ -100426,19 +100195,18 @@
100426
100195
  return {};
100427
100196
  }
100428
100197
  getFieldDef(input, selection) {
100429
- var _a, _b, _c;
100430
100198
  const canonicalFieldName = selection.name.value;
100431
100199
  const fieldDef = this.fields[canonicalFieldName];
100432
100200
  if (fieldDef) {
100433
100201
  return fieldDef;
100434
100202
  }
100435
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100203
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100436
100204
  if (input === void 0) {
100437
100205
  return void 0;
100438
100206
  }
100439
100207
  if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
100440
100208
  return missingFieldDef;
100441
- } else if ("normalizedData" in input && ((_c = (_b = input.normalizedData) == null ? void 0 : _b[dataInstanceFieldName]) == null ? void 0 : _c.type) === "missing") {
100209
+ } else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
100442
100210
  return missingFieldDef;
100443
100211
  }
100444
100212
  return void 0;
@@ -100526,7 +100294,7 @@
100526
100294
  return err$3(normalized.error);
100527
100295
  }
100528
100296
  const existing = cache.get(key);
100529
- if (!deepEquals$2(existing == null ? void 0 : existing.value, normalized.value)) {
100297
+ if (!deepEquals$2(existing?.value, normalized.value)) {
100530
100298
  cache.set(key, {
100531
100299
  value: normalized.value,
100532
100300
  metadata: this.cacheMetadata
@@ -100542,7 +100310,7 @@
100542
100310
  const existingNormalizedData = cache.get(key, { copy: true });
100543
100311
  const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
100544
100312
  ...input,
100545
- existingNormalizedData: existingNormalizedData == null ? void 0 : existingNormalizedData.value
100313
+ existingNormalizedData: existingNormalizedData?.value
100546
100314
  });
100547
100315
  if (normalizeDataResult.isErr()) {
100548
100316
  return normalizeDataResult;
@@ -100550,7 +100318,7 @@
100550
100318
  return ok$3(
100551
100319
  deepMerge$2(
100552
100320
  {},
100553
- (existingNormalizedData == null ? void 0 : existingNormalizedData.value) || {},
100321
+ existingNormalizedData?.value || {},
100554
100322
  normalizeDataResult.value
100555
100323
  )
100556
100324
  );
@@ -100565,14 +100333,13 @@
100565
100333
  return this.graphqlRepository.buildFieldKey(selection, variables);
100566
100334
  }
100567
100335
  buildKeyParams(input) {
100568
- var _a;
100569
100336
  const idField = input.selections.find(
100570
100337
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
100571
100338
  );
100572
100339
  if (!idField) {
100573
100340
  throw new Error(`Id field ${this.idField} not found in selections`);
100574
100341
  }
100575
- const idFieldDataProperty = ((_a = idField.alias) == null ? void 0 : _a.value) || idField.name.value;
100342
+ const idFieldDataProperty = idField.alias?.value || idField.name.value;
100576
100343
  return {
100577
100344
  [this.idField]: input.data[idFieldDataProperty]
100578
100345
  };
@@ -100622,7 +100389,6 @@
100622
100389
  });
100623
100390
  }
100624
100391
  buildAugmentedQuery(input) {
100625
- var _a;
100626
100392
  const operationResult = findExecutableOperation(input);
100627
100393
  if (operationResult.isErr()) {
100628
100394
  return err$3(operationResult.error);
@@ -100639,7 +100405,7 @@
100639
100405
  {}
100640
100406
  );
100641
100407
  const result = this.augmentSelections({
100642
- selections: ((_a = operationResult.value.selectionSet) == null ? void 0 : _a.selections) || [],
100408
+ selections: operationResult.value.selectionSet?.selections || [],
100643
100409
  fragments
100644
100410
  });
100645
100411
  const augmentedOperationSelections = result.selections;
@@ -100760,12 +100526,11 @@
100760
100526
  const augmentedSelections = [];
100761
100527
  let augmentedFragments = { ...input.fragments };
100762
100528
  input.selections.forEach((selection) => {
100763
- var _a;
100764
100529
  if (selection.kind === Kind$1.FIELD) {
100765
100530
  if (Object.keys(this.fields).includes(selection.name.value)) {
100766
100531
  const field = this.fields[selection.name.value];
100767
100532
  const result2 = field.augmentSelections({
100768
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
100533
+ selections: selection.selectionSet?.selections || [],
100769
100534
  fragments: input.fragments
100770
100535
  });
100771
100536
  augmentedSelections.push({
@@ -100798,12 +100563,11 @@
100798
100563
  return { selections: augmentedSelections, fragments: augmentedFragments };
100799
100564
  }
100800
100565
  getTypeDiscriminator(data, selections) {
100801
- var _a;
100802
100566
  const typenameSelection = selections.find(
100803
100567
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100804
100568
  );
100805
100569
  if (typenameSelection) {
100806
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100570
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100807
100571
  } else {
100808
100572
  return data.__typename;
100809
100573
  }
@@ -100945,12 +100709,11 @@
100945
100709
  return { selections: augmentedSelections, fragments: augmentedFragments };
100946
100710
  }
100947
100711
  getTypeDiscriminator(data, selections) {
100948
- var _a;
100949
100712
  const typenameSelection = selections.find(
100950
100713
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100951
100714
  );
100952
100715
  if (typenameSelection) {
100953
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100716
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100954
100717
  } else {
100955
100718
  return data.__typename;
100956
100719
  }
@@ -101445,11 +101208,6 @@
101445
101208
  */
101446
101209
 
101447
101210
 
101448
- /*!
101449
- * Copyright (c) 2022, Salesforce, Inc.,
101450
- * All rights reserved.
101451
- * For full license text, see the LICENSE.txt file
101452
- */
101453
101211
  const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
101454
101212
  class Ok {
101455
101213
  constructor(value) {
@@ -101510,7 +101268,7 @@
101510
101268
  };
101511
101269
  }
101512
101270
  function isPromiseLike(x) {
101513
- return typeof (x == null ? void 0 : x.then) === "function";
101271
+ return typeof x?.then === "function";
101514
101272
  }
101515
101273
  class InternalError extends Error {
101516
101274
  constructor(data) {
@@ -101529,11 +101287,10 @@
101529
101287
  class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
101530
101288
  constructor(services, typeRegistry) {
101531
101289
  super(services);
101532
- this.services = services;
101533
- this.typeRegistry = typeRegistry;
101534
101290
  this.namespace = "oas";
101535
101291
  this.typeName = "Analytics__AnalyticsBrowse";
101536
101292
  this.implementedInterfaces = [];
101293
+ this.typeRegistry = typeRegistry;
101537
101294
  }
101538
101295
  get fields() {
101539
101296
  return {
@@ -101549,11 +101306,10 @@
101549
101306
  class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101550
101307
  constructor(services, typeRegistry) {
101551
101308
  super(services);
101552
- this.services = services;
101553
- this.typeRegistry = typeRegistry;
101554
101309
  this.namespace = "oas";
101555
101310
  this.typeName = "Analytics__AnalyticsEdge";
101556
101311
  this.implementedInterfaces = [];
101312
+ this.typeRegistry = typeRegistry;
101557
101313
  }
101558
101314
  get fields() {
101559
101315
  return {
@@ -101567,11 +101323,10 @@
101567
101323
  class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
101568
101324
  constructor(services, typeRegistry) {
101569
101325
  super(services);
101570
- this.services = services;
101571
- this.typeRegistry = typeRegistry;
101572
101326
  this.namespace = "oas";
101573
101327
  this.typeName = "Analytics__Analytics";
101574
101328
  this.implementedInterfaces = [];
101329
+ this.typeRegistry = typeRegistry;
101575
101330
  }
101576
101331
  get fields() {
101577
101332
  return {
@@ -101584,11 +101339,10 @@
101584
101339
  class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
101585
101340
  constructor(services, typeRegistry) {
101586
101341
  super(services);
101587
- this.services = services;
101588
- this.typeRegistry = typeRegistry;
101589
101342
  this.namespace = "oas";
101590
101343
  this.typeName = "Analytics__AnalyticsRepresentationInterface";
101591
101344
  this.implementedInterfaces = [];
101345
+ this.typeRegistry = typeRegistry;
101592
101346
  }
101593
101347
  get fields() {
101594
101348
  return {
@@ -101624,12 +101378,11 @@
101624
101378
  class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101625
101379
  constructor(services, typeRegistry) {
101626
101380
  super(services);
101627
- this.services = services;
101628
- this.typeRegistry = typeRegistry;
101629
101381
  this.namespace = "oas";
101630
101382
  this.typeName = "Analytics__AnalyticsRepresentation";
101631
101383
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101632
101384
  this.idField = "Id";
101385
+ this.typeRegistry = typeRegistry;
101633
101386
  }
101634
101387
  get fields() {
101635
101388
  return {
@@ -101659,11 +101412,10 @@
101659
101412
  class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101660
101413
  constructor(services, typeRegistry) {
101661
101414
  super(services);
101662
- this.services = services;
101663
- this.typeRegistry = typeRegistry;
101664
101415
  this.namespace = "oas";
101665
101416
  this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
101666
101417
  this.implementedInterfaces = [];
101418
+ this.typeRegistry = typeRegistry;
101667
101419
  }
101668
101420
  get fields() {
101669
101421
  return {
@@ -101679,11 +101431,10 @@
101679
101431
  class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101680
101432
  constructor(services, typeRegistry) {
101681
101433
  super(services);
101682
- this.services = services;
101683
- this.typeRegistry = typeRegistry;
101684
101434
  this.namespace = "oas";
101685
101435
  this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
101686
101436
  this.implementedInterfaces = [];
101437
+ this.typeRegistry = typeRegistry;
101687
101438
  }
101688
101439
  get fields() {
101689
101440
  return {
@@ -101697,11 +101448,10 @@
101697
101448
  class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
101698
101449
  constructor(services, typeRegistry) {
101699
101450
  super(services);
101700
- this.services = services;
101701
- this.typeRegistry = typeRegistry;
101702
101451
  this.namespace = "oas";
101703
101452
  this.typeName = "Analytics__AnalyticsWorkspaceAsset";
101704
101453
  this.implementedInterfaces = [];
101454
+ this.typeRegistry = typeRegistry;
101705
101455
  }
101706
101456
  get fields() {
101707
101457
  return {
@@ -101718,12 +101468,11 @@
101718
101468
  class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
101719
101469
  constructor(services, typeRegistry) {
101720
101470
  super(services);
101721
- this.services = services;
101722
- this.typeRegistry = typeRegistry;
101723
101471
  this.namespace = "oas";
101724
101472
  this.typeName = "Analytics__AnalyticsWorkspace";
101725
101473
  this.implementedInterfaces = [];
101726
101474
  this.idField = "Id";
101475
+ this.typeRegistry = typeRegistry;
101727
101476
  }
101728
101477
  get fields() {
101729
101478
  return {
@@ -101747,12 +101496,11 @@
101747
101496
  class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101748
101497
  constructor(services, typeRegistry) {
101749
101498
  super(services);
101750
- this.services = services;
101751
- this.typeRegistry = typeRegistry;
101752
101499
  this.namespace = "oas";
101753
101500
  this.typeName = "Analytics__DataspaceRepresentation";
101754
101501
  this.implementedInterfaces = [];
101755
101502
  this.idField = "Id";
101503
+ this.typeRegistry = typeRegistry;
101756
101504
  }
101757
101505
  get fields() {
101758
101506
  return {
@@ -101771,12 +101519,11 @@
101771
101519
  class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
101772
101520
  constructor(services, typeRegistry) {
101773
101521
  super(services);
101774
- this.services = services;
101775
- this.typeRegistry = typeRegistry;
101776
101522
  this.namespace = "oas";
101777
101523
  this.typeName = "Analytics__DominoTemplate";
101778
101524
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101779
101525
  this.idField = "Id";
101526
+ this.typeRegistry = typeRegistry;
101780
101527
  }
101781
101528
  get fields() {
101782
101529
  return {
@@ -101808,12 +101555,11 @@
101808
101555
  class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
101809
101556
  constructor(services, typeRegistry) {
101810
101557
  super(services);
101811
- this.services = services;
101812
- this.typeRegistry = typeRegistry;
101813
101558
  this.namespace = "oas";
101814
101559
  this.typeName = "Analytics__MktDataConnector";
101815
101560
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101816
101561
  this.idField = "Id";
101562
+ this.typeRegistry = typeRegistry;
101817
101563
  }
101818
101564
  get fields() {
101819
101565
  return {
@@ -101844,12 +101590,11 @@
101844
101590
  class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
101845
101591
  constructor(services, typeRegistry) {
101846
101592
  super(services);
101847
- this.services = services;
101848
- this.typeRegistry = typeRegistry;
101849
101593
  this.namespace = "oas";
101850
101594
  this.typeName = "Analytics__SemanticDefinition";
101851
101595
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101852
101596
  this.idField = "Id";
101597
+ this.typeRegistry = typeRegistry;
101853
101598
  }
101854
101599
  get fields() {
101855
101600
  return {
@@ -101882,11 +101627,10 @@
101882
101627
  class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101883
101628
  constructor(services, typeRegistry) {
101884
101629
  super(services);
101885
- this.services = services;
101886
- this.typeRegistry = typeRegistry;
101887
101630
  this.namespace = "oas";
101888
101631
  this.typeName = "Analytics__SemanticModelRelatedModelConnection";
101889
101632
  this.implementedInterfaces = [];
101633
+ this.typeRegistry = typeRegistry;
101890
101634
  }
101891
101635
  get fields() {
101892
101636
  return {
@@ -101902,11 +101646,10 @@
101902
101646
  class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101903
101647
  constructor(services, typeRegistry) {
101904
101648
  super(services);
101905
- this.services = services;
101906
- this.typeRegistry = typeRegistry;
101907
101649
  this.namespace = "oas";
101908
101650
  this.typeName = "Analytics__SemanticModelRelatedModelEdge";
101909
101651
  this.implementedInterfaces = [];
101652
+ this.typeRegistry = typeRegistry;
101910
101653
  }
101911
101654
  get fields() {
101912
101655
  return {
@@ -101920,12 +101663,11 @@
101920
101663
  class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101921
101664
  constructor(services, typeRegistry) {
101922
101665
  super(services);
101923
- this.services = services;
101924
- this.typeRegistry = typeRegistry;
101925
101666
  this.namespace = "oas";
101926
101667
  this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
101927
101668
  this.implementedInterfaces = [];
101928
101669
  this.idField = "Id";
101670
+ this.typeRegistry = typeRegistry;
101929
101671
  }
101930
101672
  get fields() {
101931
101673
  return {
@@ -101944,12 +101686,11 @@
101944
101686
  class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
101945
101687
  constructor(services, typeRegistry) {
101946
101688
  super(services);
101947
- this.services = services;
101948
- this.typeRegistry = typeRegistry;
101949
101689
  this.namespace = "oas";
101950
101690
  this.typeName = "Analytics__SemanticModel";
101951
101691
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101952
101692
  this.idField = "Id";
101693
+ this.typeRegistry = typeRegistry;
101953
101694
  }
101954
101695
  get fields() {
101955
101696
  return {
@@ -101980,11 +101721,10 @@
101980
101721
  class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101981
101722
  constructor(services, typeRegistry) {
101982
101723
  super(services);
101983
- this.services = services;
101984
- this.typeRegistry = typeRegistry;
101985
101724
  this.namespace = "oas";
101986
101725
  this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
101987
101726
  this.implementedInterfaces = [];
101727
+ this.typeRegistry = typeRegistry;
101988
101728
  }
101989
101729
  get fields() {
101990
101730
  return {
@@ -102000,11 +101740,10 @@
102000
101740
  class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102001
101741
  constructor(services, typeRegistry) {
102002
101742
  super(services);
102003
- this.services = services;
102004
- this.typeRegistry = typeRegistry;
102005
101743
  this.namespace = "oas";
102006
101744
  this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
102007
101745
  this.implementedInterfaces = [];
101746
+ this.typeRegistry = typeRegistry;
102008
101747
  }
102009
101748
  get fields() {
102010
101749
  return {
@@ -102018,12 +101757,11 @@
102018
101757
  class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
102019
101758
  constructor(services, typeRegistry) {
102020
101759
  super(services);
102021
- this.services = services;
102022
- this.typeRegistry = typeRegistry;
102023
101760
  this.namespace = "oas";
102024
101761
  this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
102025
101762
  this.implementedInterfaces = [];
102026
101763
  this.idField = "Id";
101764
+ this.typeRegistry = typeRegistry;
102027
101765
  }
102028
101766
  get fields() {
102029
101767
  return {
@@ -102049,11 +101787,10 @@
102049
101787
  class AnyTypeRepository extends BaseUnionRepository {
102050
101788
  constructor(services, typeRegistry) {
102051
101789
  super(services);
102052
- this.services = services;
102053
- this.typeRegistry = typeRegistry;
102054
101790
  this.namespace = "oas";
102055
101791
  this.typeName = "AnyType";
102056
101792
  this.implementedInterfaces = [];
101793
+ this.typeRegistry = typeRegistry;
102057
101794
  }
102058
101795
  get fields() {
102059
101796
  return {
@@ -102074,11 +101811,10 @@
102074
101811
  class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102075
101812
  constructor(services, typeRegistry) {
102076
101813
  super(services);
102077
- this.services = services;
102078
- this.typeRegistry = typeRegistry;
102079
101814
  this.namespace = "oas";
102080
101815
  this.typeName = "Base64Value";
102081
101816
  this.implementedInterfaces = ["FieldValue"];
101817
+ this.typeRegistry = typeRegistry;
102082
101818
  }
102083
101819
  get fields() {
102084
101820
  return {
@@ -102092,11 +101828,10 @@
102092
101828
  class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102093
101829
  constructor(services, typeRegistry) {
102094
101830
  super(services);
102095
- this.services = services;
102096
- this.typeRegistry = typeRegistry;
102097
101831
  this.namespace = "oas";
102098
101832
  this.typeName = "BooleanAggregate";
102099
101833
  this.implementedInterfaces = ["FieldValue"];
101834
+ this.typeRegistry = typeRegistry;
102100
101835
  }
102101
101836
  get fields() {
102102
101837
  return {
@@ -102111,11 +101846,10 @@
102111
101846
  class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102112
101847
  constructor(services, typeRegistry) {
102113
101848
  super(services);
102114
- this.services = services;
102115
- this.typeRegistry = typeRegistry;
102116
101849
  this.namespace = "oas";
102117
101850
  this.typeName = "BooleanValue";
102118
101851
  this.implementedInterfaces = ["FieldValue"];
101852
+ this.typeRegistry = typeRegistry;
102119
101853
  }
102120
101854
  get fields() {
102121
101855
  return {
@@ -102129,11 +101863,10 @@
102129
101863
  class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102130
101864
  constructor(services, typeRegistry) {
102131
101865
  super(services);
102132
- this.services = services;
102133
- this.typeRegistry = typeRegistry;
102134
101866
  this.namespace = "oas";
102135
101867
  this.typeName = "CanvasLayoutComponent";
102136
101868
  this.implementedInterfaces = ["LayoutComponent"];
101869
+ this.typeRegistry = typeRegistry;
102137
101870
  }
102138
101871
  get fields() {
102139
101872
  return {
@@ -102152,11 +101885,10 @@
102152
101885
  class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102153
101886
  constructor(services, typeRegistry) {
102154
101887
  super(services);
102155
- this.services = services;
102156
- this.typeRegistry = typeRegistry;
102157
101888
  this.namespace = "oas";
102158
101889
  this.typeName = "ChildRelationship";
102159
101890
  this.implementedInterfaces = [];
101891
+ this.typeRegistry = typeRegistry;
102160
101892
  }
102161
101893
  get fields() {
102162
101894
  return {
@@ -102174,11 +101906,10 @@
102174
101906
  let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
102175
101907
  constructor(services, typeRegistry) {
102176
101908
  super(services);
102177
- this.services = services;
102178
- this.typeRegistry = typeRegistry;
102179
101909
  this.namespace = "oas";
102180
101910
  this.typeName = "CompoundField";
102181
101911
  this.implementedInterfaces = [];
101912
+ this.typeRegistry = typeRegistry;
102182
101913
  }
102183
101914
  get fields() {
102184
101915
  return {
@@ -102214,11 +101945,10 @@
102214
101945
  class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102215
101946
  constructor(services, typeRegistry) {
102216
101947
  super(services);
102217
- this.services = services;
102218
- this.typeRegistry = typeRegistry;
102219
101948
  this.namespace = "oas";
102220
101949
  this.typeName = "ControllerValues";
102221
101950
  this.implementedInterfaces = [];
101951
+ this.typeRegistry = typeRegistry;
102222
101952
  }
102223
101953
  get fields() {
102224
101954
  return {
@@ -102232,11 +101962,10 @@
102232
101962
  class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102233
101963
  constructor(services, typeRegistry) {
102234
101964
  super(services);
102235
- this.services = services;
102236
- this.typeRegistry = typeRegistry;
102237
101965
  this.namespace = "oas";
102238
101966
  this.typeName = "CurrencyAggregate";
102239
101967
  this.implementedInterfaces = ["FieldValue"];
101968
+ this.typeRegistry = typeRegistry;
102240
101969
  }
102241
101970
  get fields() {
102242
101971
  return {
@@ -102257,11 +101986,10 @@
102257
101986
  class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102258
101987
  constructor(services, typeRegistry) {
102259
101988
  super(services);
102260
- this.services = services;
102261
- this.typeRegistry = typeRegistry;
102262
101989
  this.namespace = "oas";
102263
101990
  this.typeName = "CurrencyValue";
102264
101991
  this.implementedInterfaces = ["FieldValue"];
101992
+ this.typeRegistry = typeRegistry;
102265
101993
  }
102266
101994
  get fields() {
102267
101995
  return {
@@ -102277,11 +102005,10 @@
102277
102005
  class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102278
102006
  constructor(services, typeRegistry) {
102279
102007
  super(services);
102280
- this.services = services;
102281
- this.typeRegistry = typeRegistry;
102282
102008
  this.namespace = "oas";
102283
102009
  this.typeName = "CustomLinkLayoutComponent";
102284
102010
  this.implementedInterfaces = ["LayoutComponent"];
102011
+ this.typeRegistry = typeRegistry;
102285
102012
  }
102286
102013
  get fields() {
102287
102014
  return {
@@ -102298,11 +102025,10 @@
102298
102025
  class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102299
102026
  constructor(services, typeRegistry) {
102300
102027
  super(services);
102301
- this.services = services;
102302
- this.typeRegistry = typeRegistry;
102303
102028
  this.namespace = "oas";
102304
102029
  this.typeName = "DateAggregate";
102305
102030
  this.implementedInterfaces = ["FieldValue"];
102031
+ this.typeRegistry = typeRegistry;
102306
102032
  }
102307
102033
  get fields() {
102308
102034
  return {
@@ -102333,11 +102059,10 @@
102333
102059
  class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
102334
102060
  constructor(services, typeRegistry) {
102335
102061
  super(services);
102336
- this.services = services;
102337
- this.typeRegistry = typeRegistry;
102338
102062
  this.namespace = "oas";
102339
102063
  this.typeName = "DateFunctionAggregation";
102340
102064
  this.implementedInterfaces = [];
102065
+ this.typeRegistry = typeRegistry;
102341
102066
  }
102342
102067
  get fields() {
102343
102068
  return {
@@ -102351,11 +102076,10 @@
102351
102076
  class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102352
102077
  constructor(services, typeRegistry) {
102353
102078
  super(services);
102354
- this.services = services;
102355
- this.typeRegistry = typeRegistry;
102356
102079
  this.namespace = "oas";
102357
102080
  this.typeName = "DateTimeValue";
102358
102081
  this.implementedInterfaces = ["FieldValue"];
102082
+ this.typeRegistry = typeRegistry;
102359
102083
  }
102360
102084
  get fields() {
102361
102085
  return {
@@ -102370,11 +102094,10 @@
102370
102094
  class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102371
102095
  constructor(services, typeRegistry) {
102372
102096
  super(services);
102373
- this.services = services;
102374
- this.typeRegistry = typeRegistry;
102375
102097
  this.namespace = "oas";
102376
102098
  this.typeName = "DateValue";
102377
102099
  this.implementedInterfaces = ["FieldValue"];
102100
+ this.typeRegistry = typeRegistry;
102378
102101
  }
102379
102102
  get fields() {
102380
102103
  return {
@@ -102389,11 +102112,10 @@
102389
102112
  class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102390
102113
  constructor(services, typeRegistry) {
102391
102114
  super(services);
102392
- this.services = services;
102393
- this.typeRegistry = typeRegistry;
102394
102115
  this.namespace = "oas";
102395
102116
  this.typeName = "DependentField";
102396
102117
  this.implementedInterfaces = [];
102118
+ this.typeRegistry = typeRegistry;
102397
102119
  }
102398
102120
  get fields() {
102399
102121
  return {
@@ -102407,11 +102129,10 @@
102407
102129
  class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102408
102130
  constructor(services, typeRegistry) {
102409
102131
  super(services);
102410
- this.services = services;
102411
- this.typeRegistry = typeRegistry;
102412
102132
  this.namespace = "oas";
102413
102133
  this.typeName = "DoubleAggregate";
102414
102134
  this.implementedInterfaces = ["FieldValue"];
102135
+ this.typeRegistry = typeRegistry;
102415
102136
  }
102416
102137
  get fields() {
102417
102138
  return {
@@ -102432,11 +102153,10 @@
102432
102153
  class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102433
102154
  constructor(services, typeRegistry) {
102434
102155
  super(services);
102435
- this.services = services;
102436
- this.typeRegistry = typeRegistry;
102437
102156
  this.namespace = "oas";
102438
102157
  this.typeName = "DoubleValue";
102439
102158
  this.implementedInterfaces = ["FieldValue"];
102159
+ this.typeRegistry = typeRegistry;
102440
102160
  }
102441
102161
  get fields() {
102442
102162
  return {
@@ -102451,11 +102171,10 @@
102451
102171
  class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102452
102172
  constructor(services, typeRegistry) {
102453
102173
  super(services);
102454
- this.services = services;
102455
- this.typeRegistry = typeRegistry;
102456
102174
  this.namespace = "oas";
102457
102175
  this.typeName = "EmailAggregate";
102458
102176
  this.implementedInterfaces = ["FieldValue"];
102177
+ this.typeRegistry = typeRegistry;
102459
102178
  }
102460
102179
  get fields() {
102461
102180
  return {
@@ -102474,11 +102193,10 @@
102474
102193
  class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102475
102194
  constructor(services, typeRegistry) {
102476
102195
  super(services);
102477
- this.services = services;
102478
- this.typeRegistry = typeRegistry;
102479
102196
  this.namespace = "oas";
102480
102197
  this.typeName = "EmailValue";
102481
102198
  this.implementedInterfaces = ["FieldValue"];
102199
+ this.typeRegistry = typeRegistry;
102482
102200
  }
102483
102201
  get fields() {
102484
102202
  return {
@@ -102492,11 +102210,10 @@
102492
102210
  class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102493
102211
  constructor(services, typeRegistry) {
102494
102212
  super(services);
102495
- this.services = services;
102496
- this.typeRegistry = typeRegistry;
102497
102213
  this.namespace = "oas";
102498
102214
  this.typeName = "EmptySpaceLayoutComponent";
102499
102215
  this.implementedInterfaces = ["LayoutComponent"];
102216
+ this.typeRegistry = typeRegistry;
102500
102217
  }
102501
102218
  get fields() {
102502
102219
  return {
@@ -102510,11 +102227,10 @@
102510
102227
  class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
102511
102228
  constructor(services, typeRegistry) {
102512
102229
  super(services);
102513
- this.services = services;
102514
- this.typeRegistry = typeRegistry;
102515
102230
  this.namespace = "oas";
102516
102231
  this.typeName = "EncryptedStringValue";
102517
102232
  this.implementedInterfaces = ["FieldValue"];
102233
+ this.typeRegistry = typeRegistry;
102518
102234
  }
102519
102235
  get fields() {
102520
102236
  return {
@@ -102528,11 +102244,10 @@
102528
102244
  class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102529
102245
  constructor(services, typeRegistry) {
102530
102246
  super(services);
102531
- this.services = services;
102532
- this.typeRegistry = typeRegistry;
102533
102247
  this.namespace = "oas";
102534
102248
  this.typeName = "FieldLayoutComponent";
102535
102249
  this.implementedInterfaces = ["LayoutComponent"];
102250
+ this.typeRegistry = typeRegistry;
102536
102251
  }
102537
102252
  get fields() {
102538
102253
  return {
@@ -102547,11 +102262,10 @@
102547
102262
  class FieldRepository extends BaseInterfaceRepository {
102548
102263
  constructor(services, typeRegistry) {
102549
102264
  super(services);
102550
- this.services = services;
102551
- this.typeRegistry = typeRegistry;
102552
102265
  this.namespace = "oas";
102553
102266
  this.typeName = "Field";
102554
102267
  this.implementedInterfaces = [];
102268
+ this.typeRegistry = typeRegistry;
102555
102269
  }
102556
102270
  get fields() {
102557
102271
  return {
@@ -102598,11 +102312,10 @@
102598
102312
  class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102599
102313
  constructor(services, typeRegistry) {
102600
102314
  super(services);
102601
- this.services = services;
102602
- this.typeRegistry = typeRegistry;
102603
102315
  this.namespace = "oas";
102604
102316
  this.typeName = "FilteredLookupInfo";
102605
102317
  this.implementedInterfaces = [];
102318
+ this.typeRegistry = typeRegistry;
102606
102319
  }
102607
102320
  get fields() {
102608
102321
  return {
@@ -102617,11 +102330,10 @@
102617
102330
  class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102618
102331
  constructor(services, typeRegistry) {
102619
102332
  super(services);
102620
- this.services = services;
102621
- this.typeRegistry = typeRegistry;
102622
102333
  this.namespace = "oas";
102623
102334
  this.typeName = "IDAggregate";
102624
102335
  this.implementedInterfaces = ["FieldValue"];
102336
+ this.typeRegistry = typeRegistry;
102625
102337
  }
102626
102338
  get fields() {
102627
102339
  return {
@@ -102640,11 +102352,10 @@
102640
102352
  class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102641
102353
  constructor(services, typeRegistry) {
102642
102354
  super(services);
102643
- this.services = services;
102644
- this.typeRegistry = typeRegistry;
102645
102355
  this.namespace = "oas";
102646
102356
  this.typeName = "IDValue";
102647
102357
  this.implementedInterfaces = ["FieldValue"];
102358
+ this.typeRegistry = typeRegistry;
102648
102359
  }
102649
102360
  get fields() {
102650
102361
  return {
@@ -102658,11 +102369,10 @@
102658
102369
  class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102659
102370
  constructor(services, typeRegistry) {
102660
102371
  super(services);
102661
- this.services = services;
102662
- this.typeRegistry = typeRegistry;
102663
102372
  this.namespace = "oas";
102664
102373
  this.typeName = "IntAggregate";
102665
102374
  this.implementedInterfaces = ["FieldValue"];
102375
+ this.typeRegistry = typeRegistry;
102666
102376
  }
102667
102377
  get fields() {
102668
102378
  return {
@@ -102684,11 +102394,10 @@
102684
102394
  class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102685
102395
  constructor(services, typeRegistry) {
102686
102396
  super(services);
102687
- this.services = services;
102688
- this.typeRegistry = typeRegistry;
102689
102397
  this.namespace = "oas";
102690
102398
  this.typeName = "IntValue";
102691
102399
  this.implementedInterfaces = ["FieldValue"];
102400
+ this.typeRegistry = typeRegistry;
102692
102401
  }
102693
102402
  get fields() {
102694
102403
  return {
@@ -102703,11 +102412,10 @@
102703
102412
  class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102704
102413
  constructor(services, typeRegistry) {
102705
102414
  super(services);
102706
- this.services = services;
102707
- this.typeRegistry = typeRegistry;
102708
102415
  this.namespace = "oas";
102709
102416
  this.typeName = "JSONValue";
102710
102417
  this.implementedInterfaces = ["FieldValue"];
102418
+ this.typeRegistry = typeRegistry;
102711
102419
  }
102712
102420
  get fields() {
102713
102421
  return {
@@ -102721,11 +102429,10 @@
102721
102429
  class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102722
102430
  constructor(services, typeRegistry) {
102723
102431
  super(services);
102724
- this.services = services;
102725
- this.typeRegistry = typeRegistry;
102726
102432
  this.namespace = "oas";
102727
102433
  this.typeName = "LatitudeAggregate";
102728
102434
  this.implementedInterfaces = ["FieldValue"];
102435
+ this.typeRegistry = typeRegistry;
102729
102436
  }
102730
102437
  get fields() {
102731
102438
  return {
@@ -102745,11 +102452,10 @@
102745
102452
  class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102746
102453
  constructor(services, typeRegistry) {
102747
102454
  super(services);
102748
- this.services = services;
102749
- this.typeRegistry = typeRegistry;
102750
102455
  this.namespace = "oas";
102751
102456
  this.typeName = "LatitudeValue";
102752
102457
  this.implementedInterfaces = ["FieldValue"];
102458
+ this.typeRegistry = typeRegistry;
102753
102459
  }
102754
102460
  get fields() {
102755
102461
  return {
@@ -102763,11 +102469,10 @@
102763
102469
  class LayoutComponentRepository extends BaseInterfaceRepository {
102764
102470
  constructor(services, typeRegistry) {
102765
102471
  super(services);
102766
- this.services = services;
102767
- this.typeRegistry = typeRegistry;
102768
102472
  this.namespace = "oas";
102769
102473
  this.typeName = "LayoutComponent";
102770
102474
  this.implementedInterfaces = [];
102475
+ this.typeRegistry = typeRegistry;
102771
102476
  }
102772
102477
  get fields() {
102773
102478
  return {
@@ -102791,11 +102496,10 @@
102791
102496
  class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102792
102497
  constructor(services, typeRegistry) {
102793
102498
  super(services);
102794
- this.services = services;
102795
- this.typeRegistry = typeRegistry;
102796
102499
  this.namespace = "oas";
102797
102500
  this.typeName = "LayoutConnection";
102798
102501
  this.implementedInterfaces = [];
102502
+ this.typeRegistry = typeRegistry;
102799
102503
  }
102800
102504
  get fields() {
102801
102505
  return {
@@ -102810,11 +102514,10 @@
102810
102514
  class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102811
102515
  constructor(services, typeRegistry) {
102812
102516
  super(services);
102813
- this.services = services;
102814
- this.typeRegistry = typeRegistry;
102815
102517
  this.namespace = "oas";
102816
102518
  this.typeName = "LayoutEdge";
102817
102519
  this.implementedInterfaces = [];
102520
+ this.typeRegistry = typeRegistry;
102818
102521
  }
102819
102522
  get fields() {
102820
102523
  return {
@@ -102828,11 +102531,10 @@
102828
102531
  class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102829
102532
  constructor(services, typeRegistry) {
102830
102533
  super(services);
102831
- this.services = services;
102832
- this.typeRegistry = typeRegistry;
102833
102534
  this.namespace = "oas";
102834
102535
  this.typeName = "LayoutItem";
102835
102536
  this.implementedInterfaces = [];
102537
+ this.typeRegistry = typeRegistry;
102836
102538
  }
102837
102539
  get fields() {
102838
102540
  return {
@@ -102852,12 +102554,11 @@
102852
102554
  class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102853
102555
  constructor(services, typeRegistry) {
102854
102556
  super(services);
102855
- this.services = services;
102856
- this.typeRegistry = typeRegistry;
102857
102557
  this.namespace = "oas";
102858
102558
  this.typeName = "Layout";
102859
102559
  this.implementedInterfaces = [];
102860
102560
  this.idField = "id";
102561
+ this.typeRegistry = typeRegistry;
102861
102562
  }
102862
102563
  get fields() {
102863
102564
  return {
@@ -102879,11 +102580,10 @@
102879
102580
  class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102880
102581
  constructor(services, typeRegistry) {
102881
102582
  super(services);
102882
- this.services = services;
102883
- this.typeRegistry = typeRegistry;
102884
102583
  this.namespace = "oas";
102885
102584
  this.typeName = "LayoutRow";
102886
102585
  this.implementedInterfaces = [];
102586
+ this.typeRegistry = typeRegistry;
102887
102587
  }
102888
102588
  get fields() {
102889
102589
  return {
@@ -102896,11 +102596,10 @@
102896
102596
  class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102897
102597
  constructor(services, typeRegistry) {
102898
102598
  super(services);
102899
- this.services = services;
102900
- this.typeRegistry = typeRegistry;
102901
102599
  this.namespace = "oas";
102902
102600
  this.typeName = "LayoutSaveOption";
102903
102601
  this.implementedInterfaces = [];
102602
+ this.typeRegistry = typeRegistry;
102904
102603
  }
102905
102604
  get fields() {
102906
102605
  return {
@@ -102918,12 +102617,11 @@
102918
102617
  class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102919
102618
  constructor(services, typeRegistry) {
102920
102619
  super(services);
102921
- this.services = services;
102922
- this.typeRegistry = typeRegistry;
102923
102620
  this.namespace = "oas";
102924
102621
  this.typeName = "LayoutSection";
102925
102622
  this.implementedInterfaces = [];
102926
102623
  this.idField = "id";
102624
+ this.typeRegistry = typeRegistry;
102927
102625
  }
102928
102626
  get fields() {
102929
102627
  return {
@@ -102946,11 +102644,10 @@
102946
102644
  class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102947
102645
  constructor(services, typeRegistry) {
102948
102646
  super(services);
102949
- this.services = services;
102950
- this.typeRegistry = typeRegistry;
102951
102647
  this.namespace = "oas";
102952
102648
  this.typeName = "ListColumn";
102953
102649
  this.implementedInterfaces = [];
102650
+ this.typeRegistry = typeRegistry;
102954
102651
  }
102955
102652
  get fields() {
102956
102653
  return {
@@ -102966,11 +102663,10 @@
102966
102663
  class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102967
102664
  constructor(services, typeRegistry) {
102968
102665
  super(services);
102969
- this.services = services;
102970
- this.typeRegistry = typeRegistry;
102971
102666
  this.namespace = "oas";
102972
102667
  this.typeName = "ListOrder";
102973
102668
  this.implementedInterfaces = [];
102669
+ this.typeRegistry = typeRegistry;
102974
102670
  }
102975
102671
  get fields() {
102976
102672
  return {
@@ -102984,11 +102680,10 @@
102984
102680
  class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102985
102681
  constructor(services, typeRegistry) {
102986
102682
  super(services);
102987
- this.services = services;
102988
- this.typeRegistry = typeRegistry;
102989
102683
  this.namespace = "oas";
102990
102684
  this.typeName = "LongAggregate";
102991
102685
  this.implementedInterfaces = ["FieldValue"];
102686
+ this.typeRegistry = typeRegistry;
102992
102687
  }
102993
102688
  get fields() {
102994
102689
  return {
@@ -103010,11 +102705,10 @@
103010
102705
  class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103011
102706
  constructor(services, typeRegistry) {
103012
102707
  super(services);
103013
- this.services = services;
103014
- this.typeRegistry = typeRegistry;
103015
102708
  this.namespace = "oas";
103016
102709
  this.typeName = "LongTextAreaValue";
103017
102710
  this.implementedInterfaces = ["FieldValue"];
102711
+ this.typeRegistry = typeRegistry;
103018
102712
  }
103019
102713
  get fields() {
103020
102714
  return {
@@ -103029,11 +102723,10 @@
103029
102723
  class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103030
102724
  constructor(services, typeRegistry) {
103031
102725
  super(services);
103032
- this.services = services;
103033
- this.typeRegistry = typeRegistry;
103034
102726
  this.namespace = "oas";
103035
102727
  this.typeName = "LongValue";
103036
102728
  this.implementedInterfaces = ["FieldValue"];
102729
+ this.typeRegistry = typeRegistry;
103037
102730
  }
103038
102731
  get fields() {
103039
102732
  return {
@@ -103048,11 +102741,10 @@
103048
102741
  class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103049
102742
  constructor(services, typeRegistry) {
103050
102743
  super(services);
103051
- this.services = services;
103052
- this.typeRegistry = typeRegistry;
103053
102744
  this.namespace = "oas";
103054
102745
  this.typeName = "LongitudeAggregate";
103055
102746
  this.implementedInterfaces = ["FieldValue"];
102747
+ this.typeRegistry = typeRegistry;
103056
102748
  }
103057
102749
  get fields() {
103058
102750
  return {
@@ -103072,11 +102764,10 @@
103072
102764
  class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103073
102765
  constructor(services, typeRegistry) {
103074
102766
  super(services);
103075
- this.services = services;
103076
- this.typeRegistry = typeRegistry;
103077
102767
  this.namespace = "oas";
103078
102768
  this.typeName = "LongitudeValue";
103079
102769
  this.implementedInterfaces = ["FieldValue"];
102770
+ this.typeRegistry = typeRegistry;
103080
102771
  }
103081
102772
  get fields() {
103082
102773
  return {
@@ -103090,11 +102781,10 @@
103090
102781
  class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103091
102782
  constructor(services, typeRegistry) {
103092
102783
  super(services);
103093
- this.services = services;
103094
- this.typeRegistry = typeRegistry;
103095
102784
  this.namespace = "oas";
103096
102785
  this.typeName = "MultiPicklistValue";
103097
102786
  this.implementedInterfaces = ["FieldValue"];
102787
+ this.typeRegistry = typeRegistry;
103098
102788
  }
103099
102789
  get fields() {
103100
102790
  return {
@@ -103109,11 +102799,10 @@
103109
102799
  class MutationRepository extends GraphQLDocumentRootTypeRepository {
103110
102800
  constructor(services, typeRegistry) {
103111
102801
  super(services);
103112
- this.services = services;
103113
- this.typeRegistry = typeRegistry;
103114
102802
  this.namespace = "oas";
103115
102803
  this.typeName = "Mutation";
103116
102804
  this.implementedInterfaces = [];
102805
+ this.typeRegistry = typeRegistry;
103117
102806
  }
103118
102807
  get fields() {
103119
102808
  return {
@@ -103129,11 +102818,10 @@
103129
102818
  class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103130
102819
  constructor(services, typeRegistry) {
103131
102820
  super(services);
103132
- this.services = services;
103133
- this.typeRegistry = typeRegistry;
103134
102821
  this.namespace = "oas";
103135
102822
  this.typeName = "ObjectInfo";
103136
102823
  this.implementedInterfaces = [];
102824
+ this.typeRegistry = typeRegistry;
103137
102825
  }
103138
102826
  get fields() {
103139
102827
  return {
@@ -103166,11 +102854,10 @@
103166
102854
  class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103167
102855
  constructor(services, typeRegistry) {
103168
102856
  super(services);
103169
- this.services = services;
103170
- this.typeRegistry = typeRegistry;
103171
102857
  this.namespace = "oas";
103172
102858
  this.typeName = "PageInfo";
103173
102859
  this.implementedInterfaces = [];
102860
+ this.typeRegistry = typeRegistry;
103174
102861
  }
103175
102862
  get fields() {
103176
102863
  return {
@@ -103186,11 +102873,10 @@
103186
102873
  class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103187
102874
  constructor(services, typeRegistry) {
103188
102875
  super(services);
103189
- this.services = services;
103190
- this.typeRegistry = typeRegistry;
103191
102876
  this.namespace = "oas";
103192
102877
  this.typeName = "PercentAggregate";
103193
102878
  this.implementedInterfaces = ["FieldValue"];
102879
+ this.typeRegistry = typeRegistry;
103194
102880
  }
103195
102881
  get fields() {
103196
102882
  return {
@@ -103211,11 +102897,10 @@
103211
102897
  class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103212
102898
  constructor(services, typeRegistry) {
103213
102899
  super(services);
103214
- this.services = services;
103215
- this.typeRegistry = typeRegistry;
103216
102900
  this.namespace = "oas";
103217
102901
  this.typeName = "PercentValue";
103218
102902
  this.implementedInterfaces = ["FieldValue"];
102903
+ this.typeRegistry = typeRegistry;
103219
102904
  }
103220
102905
  get fields() {
103221
102906
  return {
@@ -103230,11 +102915,10 @@
103230
102915
  class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103231
102916
  constructor(services, typeRegistry) {
103232
102917
  super(services);
103233
- this.services = services;
103234
- this.typeRegistry = typeRegistry;
103235
102918
  this.namespace = "oas";
103236
102919
  this.typeName = "PhoneNumberAggregate";
103237
102920
  this.implementedInterfaces = ["FieldValue"];
102921
+ this.typeRegistry = typeRegistry;
103238
102922
  }
103239
102923
  get fields() {
103240
102924
  return {
@@ -103253,11 +102937,10 @@
103253
102937
  class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103254
102938
  constructor(services, typeRegistry) {
103255
102939
  super(services);
103256
- this.services = services;
103257
- this.typeRegistry = typeRegistry;
103258
102940
  this.namespace = "oas";
103259
102941
  this.typeName = "PhoneNumberValue";
103260
102942
  this.implementedInterfaces = ["FieldValue"];
102943
+ this.typeRegistry = typeRegistry;
103261
102944
  }
103262
102945
  get fields() {
103263
102946
  return {
@@ -103271,11 +102954,10 @@
103271
102954
  class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103272
102955
  constructor(services, typeRegistry) {
103273
102956
  super(services);
103274
- this.services = services;
103275
- this.typeRegistry = typeRegistry;
103276
102957
  this.namespace = "oas";
103277
102958
  this.typeName = "PicklistAggregate";
103278
102959
  this.implementedInterfaces = ["FieldValue"];
102960
+ this.typeRegistry = typeRegistry;
103279
102961
  }
103280
102962
  get fields() {
103281
102963
  return {
@@ -103295,11 +102977,10 @@
103295
102977
  class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103296
102978
  constructor(services, typeRegistry) {
103297
102979
  super(services);
103298
- this.services = services;
103299
- this.typeRegistry = typeRegistry;
103300
102980
  this.namespace = "oas";
103301
102981
  this.typeName = "PicklistAttributes";
103302
102982
  this.implementedInterfaces = [];
102983
+ this.typeRegistry = typeRegistry;
103303
102984
  }
103304
102985
  get fields() {
103305
102986
  return {
@@ -103313,11 +102994,10 @@
103313
102994
  class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103314
102995
  constructor(services, typeRegistry) {
103315
102996
  super(services);
103316
- this.services = services;
103317
- this.typeRegistry = typeRegistry;
103318
102997
  this.namespace = "oas";
103319
102998
  this.typeName = "PicklistField";
103320
102999
  this.implementedInterfaces = ["Field"];
103000
+ this.typeRegistry = typeRegistry;
103321
103001
  }
103322
103002
  get fields() {
103323
103003
  return {
@@ -103359,11 +103039,10 @@
103359
103039
  class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
103360
103040
  constructor(services, typeRegistry) {
103361
103041
  super(services);
103362
- this.services = services;
103363
- this.typeRegistry = typeRegistry;
103364
103042
  this.namespace = "oas";
103365
103043
  this.typeName = "PicklistValueByRecordTypeIDs";
103366
103044
  this.implementedInterfaces = [];
103045
+ this.typeRegistry = typeRegistry;
103367
103046
  }
103368
103047
  get fields() {
103369
103048
  return {
@@ -103379,11 +103058,10 @@
103379
103058
  class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103380
103059
  constructor(services, typeRegistry) {
103381
103060
  super(services);
103382
- this.services = services;
103383
- this.typeRegistry = typeRegistry;
103384
103061
  this.namespace = "oas";
103385
103062
  this.typeName = "PicklistValue";
103386
103063
  this.implementedInterfaces = ["FieldValue"];
103064
+ this.typeRegistry = typeRegistry;
103387
103065
  }
103388
103066
  get fields() {
103389
103067
  return {
@@ -103398,11 +103076,10 @@
103398
103076
  class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103399
103077
  constructor(services, typeRegistry) {
103400
103078
  super(services);
103401
- this.services = services;
103402
- this.typeRegistry = typeRegistry;
103403
103079
  this.namespace = "oas";
103404
103080
  this.typeName = "PicklistValues";
103405
103081
  this.implementedInterfaces = [];
103082
+ this.typeRegistry = typeRegistry;
103406
103083
  }
103407
103084
  get fields() {
103408
103085
  return {
@@ -103418,11 +103095,10 @@
103418
103095
  let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
103419
103096
  constructor(services, typeRegistry) {
103420
103097
  super(services);
103421
- this.services = services;
103422
- this.typeRegistry = typeRegistry;
103423
103098
  this.namespace = "oas";
103424
103099
  this.typeName = "PolymorphicAggregateParentRelationship";
103425
103100
  this.implementedInterfaces = [];
103101
+ this.typeRegistry = typeRegistry;
103426
103102
  }
103427
103103
  get fields() {
103428
103104
  return {
@@ -103439,11 +103115,10 @@
103439
103115
  let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
103440
103116
  constructor(services, typeRegistry) {
103441
103117
  super(services);
103442
- this.services = services;
103443
- this.typeRegistry = typeRegistry;
103444
103118
  this.namespace = "oas";
103445
103119
  this.typeName = "PolymorphicParentRelationship";
103446
103120
  this.implementedInterfaces = [];
103121
+ this.typeRegistry = typeRegistry;
103447
103122
  }
103448
103123
  get fields() {
103449
103124
  return {
@@ -103460,11 +103135,10 @@
103460
103135
  class QueryRepository extends GraphQLDocumentRootTypeRepository {
103461
103136
  constructor(services, typeRegistry) {
103462
103137
  super(services);
103463
- this.services = services;
103464
- this.typeRegistry = typeRegistry;
103465
103138
  this.namespace = "oas";
103466
103139
  this.typeName = "Query";
103467
103140
  this.implementedInterfaces = [];
103141
+ this.typeRegistry = typeRegistry;
103468
103142
  }
103469
103143
  get fields() {
103470
103144
  return {
@@ -103482,11 +103156,10 @@
103482
103156
  let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103483
103157
  constructor(services, typeRegistry) {
103484
103158
  super(services);
103485
- this.services = services;
103486
- this.typeRegistry = typeRegistry;
103487
103159
  this.namespace = "oas";
103488
103160
  this.typeName = "RecordAggregateConnection";
103489
103161
  this.implementedInterfaces = [];
103162
+ this.typeRegistry = typeRegistry;
103490
103163
  }
103491
103164
  get fields() {
103492
103165
  return {
@@ -103501,11 +103174,10 @@
103501
103174
  let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103502
103175
  constructor(services, typeRegistry) {
103503
103176
  super(services);
103504
- this.services = services;
103505
- this.typeRegistry = typeRegistry;
103506
103177
  this.namespace = "oas";
103507
103178
  this.typeName = "RecordAggregateEdge";
103508
103179
  this.implementedInterfaces = [];
103180
+ this.typeRegistry = typeRegistry;
103509
103181
  }
103510
103182
  get fields() {
103511
103183
  return {
@@ -103519,11 +103191,10 @@
103519
103191
  let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103520
103192
  constructor(services, typeRegistry) {
103521
103193
  super(services);
103522
- this.services = services;
103523
- this.typeRegistry = typeRegistry;
103524
103194
  this.namespace = "oas";
103525
103195
  this.typeName = "RecordAggregate";
103526
103196
  this.implementedInterfaces = [];
103197
+ this.typeRegistry = typeRegistry;
103527
103198
  }
103528
103199
  get fields() {
103529
103200
  return {
@@ -103555,11 +103226,10 @@
103555
103226
  let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103556
103227
  constructor(services, typeRegistry) {
103557
103228
  super(services);
103558
- this.services = services;
103559
- this.typeRegistry = typeRegistry;
103560
103229
  this.namespace = "oas";
103561
103230
  this.typeName = "RecordConnection";
103562
103231
  this.implementedInterfaces = [];
103232
+ this.typeRegistry = typeRegistry;
103563
103233
  }
103564
103234
  get fields() {
103565
103235
  return {
@@ -103575,11 +103245,10 @@
103575
103245
  let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103576
103246
  constructor(services, typeRegistry) {
103577
103247
  super(services);
103578
- this.services = services;
103579
- this.typeRegistry = typeRegistry;
103580
103248
  this.namespace = "oas";
103581
103249
  this.typeName = "RecordCreatePayload";
103582
103250
  this.implementedInterfaces = [];
103251
+ this.typeRegistry = typeRegistry;
103583
103252
  }
103584
103253
  get fields() {
103585
103254
  return {
@@ -103592,12 +103261,11 @@
103592
103261
  let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
103593
103262
  constructor(services, typeRegistry) {
103594
103263
  super(services);
103595
- this.services = services;
103596
- this.typeRegistry = typeRegistry;
103597
103264
  this.namespace = "oas";
103598
103265
  this.typeName = "RecordDeletePayload";
103599
103266
  this.implementedInterfaces = [];
103600
103267
  this.idField = "Id";
103268
+ this.typeRegistry = typeRegistry;
103601
103269
  }
103602
103270
  get fields() {
103603
103271
  return {
@@ -103613,11 +103281,10 @@
103613
103281
  let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103614
103282
  constructor(services, typeRegistry) {
103615
103283
  super(services);
103616
- this.services = services;
103617
- this.typeRegistry = typeRegistry;
103618
103284
  this.namespace = "oas";
103619
103285
  this.typeName = "RecordEdge";
103620
103286
  this.implementedInterfaces = [];
103287
+ this.typeRegistry = typeRegistry;
103621
103288
  }
103622
103289
  get fields() {
103623
103290
  return {
@@ -103631,11 +103298,10 @@
103631
103298
  let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103632
103299
  constructor(services, typeRegistry) {
103633
103300
  super(services);
103634
- this.services = services;
103635
- this.typeRegistry = typeRegistry;
103636
103301
  this.namespace = "oas";
103637
103302
  this.typeName = "RecordQueryAggregate";
103638
103303
  this.implementedInterfaces = [];
103304
+ this.typeRegistry = typeRegistry;
103639
103305
  }
103640
103306
  get fields() {
103641
103307
  return {
@@ -103648,11 +103314,10 @@
103648
103314
  let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
103649
103315
  constructor(services, typeRegistry) {
103650
103316
  super(services);
103651
- this.services = services;
103652
- this.typeRegistry = typeRegistry;
103653
103317
  this.namespace = "oas";
103654
103318
  this.typeName = "RecordQuery";
103655
103319
  this.implementedInterfaces = [];
103320
+ this.typeRegistry = typeRegistry;
103656
103321
  }
103657
103322
  get fields() {
103658
103323
  return {
@@ -103665,12 +103330,11 @@
103665
103330
  let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103666
103331
  constructor(services, typeRegistry) {
103667
103332
  super(services);
103668
- this.services = services;
103669
- this.typeRegistry = typeRegistry;
103670
103333
  this.namespace = "oas";
103671
103334
  this.typeName = "RecordRepresentation";
103672
103335
  this.implementedInterfaces = ["Record"];
103673
103336
  this.idField = "Id";
103337
+ this.typeRegistry = typeRegistry;
103674
103338
  }
103675
103339
  get fields() {
103676
103340
  return {
@@ -103723,11 +103387,10 @@
103723
103387
  let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
103724
103388
  constructor(services, typeRegistry) {
103725
103389
  super(services);
103726
- this.services = services;
103727
- this.typeRegistry = typeRegistry;
103728
103390
  this.namespace = "oas";
103729
103391
  this.typeName = "RecordResult";
103730
103392
  this.implementedInterfaces = [];
103393
+ this.typeRegistry = typeRegistry;
103731
103394
  }
103732
103395
  get fields() {
103733
103396
  return {
@@ -103740,11 +103403,10 @@
103740
103403
  class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103741
103404
  constructor(services, typeRegistry) {
103742
103405
  super(services);
103743
- this.services = services;
103744
- this.typeRegistry = typeRegistry;
103745
103406
  this.namespace = "oas";
103746
103407
  this.typeName = "RecordTypeInfo";
103747
103408
  this.implementedInterfaces = [];
103409
+ this.typeRegistry = typeRegistry;
103748
103410
  }
103749
103411
  get fields() {
103750
103412
  return {
@@ -103761,11 +103423,10 @@
103761
103423
  let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103762
103424
  constructor(services, typeRegistry) {
103763
103425
  super(services);
103764
- this.services = services;
103765
- this.typeRegistry = typeRegistry;
103766
103426
  this.namespace = "oas";
103767
103427
  this.typeName = "RecordUpdatePayload";
103768
103428
  this.implementedInterfaces = [];
103429
+ this.typeRegistry = typeRegistry;
103769
103430
  }
103770
103431
  get fields() {
103771
103432
  return {
@@ -103779,11 +103440,10 @@
103779
103440
  class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103780
103441
  constructor(services, typeRegistry) {
103781
103442
  super(services);
103782
- this.services = services;
103783
- this.typeRegistry = typeRegistry;
103784
103443
  this.namespace = "oas";
103785
103444
  this.typeName = "ReferenceToInfo";
103786
103445
  this.implementedInterfaces = [];
103446
+ this.typeRegistry = typeRegistry;
103787
103447
  }
103788
103448
  get fields() {
103789
103449
  return {
@@ -103798,11 +103458,10 @@
103798
103458
  class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103799
103459
  constructor(services, typeRegistry) {
103800
103460
  super(services);
103801
- this.services = services;
103802
- this.typeRegistry = typeRegistry;
103803
103461
  this.namespace = "oas";
103804
103462
  this.typeName = "RelatedListInfo";
103805
103463
  this.implementedInterfaces = [];
103464
+ this.typeRegistry = typeRegistry;
103806
103465
  }
103807
103466
  get fields() {
103808
103467
  return {
@@ -103821,11 +103480,10 @@
103821
103480
  class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
103822
103481
  constructor(services, typeRegistry) {
103823
103482
  super(services);
103824
- this.services = services;
103825
- this.typeRegistry = typeRegistry;
103826
103483
  this.namespace = "oas";
103827
103484
  this.typeName = "ReportLayoutComponent";
103828
103485
  this.implementedInterfaces = ["LayoutComponent"];
103486
+ this.typeRegistry = typeRegistry;
103829
103487
  }
103830
103488
  get fields() {
103831
103489
  return {
@@ -103847,11 +103505,10 @@
103847
103505
  class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103848
103506
  constructor(services, typeRegistry) {
103849
103507
  super(services);
103850
- this.services = services;
103851
- this.typeRegistry = typeRegistry;
103852
103508
  this.namespace = "oas";
103853
103509
  this.typeName = "RichTextAreaValue";
103854
103510
  this.implementedInterfaces = ["FieldValue"];
103511
+ this.typeRegistry = typeRegistry;
103855
103512
  }
103856
103513
  get fields() {
103857
103514
  return {
@@ -103866,11 +103523,10 @@
103866
103523
  class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103867
103524
  constructor(services, typeRegistry) {
103868
103525
  super(services);
103869
- this.services = services;
103870
- this.typeRegistry = typeRegistry;
103871
103526
  this.namespace = "oas";
103872
103527
  this.typeName = "SObject__Field";
103873
103528
  this.implementedInterfaces = [];
103529
+ this.typeRegistry = typeRegistry;
103874
103530
  }
103875
103531
  get fields() {
103876
103532
  return {
@@ -103884,12 +103540,11 @@
103884
103540
  class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103885
103541
  constructor(services, typeRegistry) {
103886
103542
  super(services);
103887
- this.services = services;
103888
- this.typeRegistry = typeRegistry;
103889
103543
  this.namespace = "oas";
103890
103544
  this.typeName = "Setup__EntityRepresentation";
103891
103545
  this.implementedInterfaces = [];
103892
103546
  this.idField = "Id";
103547
+ this.typeRegistry = typeRegistry;
103893
103548
  }
103894
103549
  get fields() {
103895
103550
  return {
@@ -103936,11 +103591,10 @@
103936
103591
  class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103937
103592
  constructor(services, typeRegistry) {
103938
103593
  super(services);
103939
- this.services = services;
103940
- this.typeRegistry = typeRegistry;
103941
103594
  this.namespace = "oas";
103942
103595
  this.typeName = "Setup__ListColumn";
103943
103596
  this.implementedInterfaces = [];
103597
+ this.typeRegistry = typeRegistry;
103944
103598
  }
103945
103599
  get fields() {
103946
103600
  return {
@@ -103962,11 +103616,10 @@
103962
103616
  class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103963
103617
  constructor(services, typeRegistry) {
103964
103618
  super(services);
103965
- this.services = services;
103966
- this.typeRegistry = typeRegistry;
103967
103619
  this.namespace = "oas";
103968
103620
  this.typeName = "Setup__ListFilter";
103969
103621
  this.implementedInterfaces = [];
103622
+ this.typeRegistry = typeRegistry;
103970
103623
  }
103971
103624
  get fields() {
103972
103625
  return {
@@ -103982,11 +103635,10 @@
103982
103635
  class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
103983
103636
  constructor(services, typeRegistry) {
103984
103637
  super(services);
103985
- this.services = services;
103986
- this.typeRegistry = typeRegistry;
103987
103638
  this.namespace = "oas";
103988
103639
  this.typeName = "Setup__ListInlineEditAttributeDetails";
103989
103640
  this.implementedInterfaces = [];
103641
+ this.typeRegistry = typeRegistry;
103990
103642
  }
103991
103643
  get fields() {
103992
103644
  return {
@@ -104001,11 +103653,10 @@
104001
103653
  class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
104002
103654
  constructor(services, typeRegistry) {
104003
103655
  super(services);
104004
- this.services = services;
104005
- this.typeRegistry = typeRegistry;
104006
103656
  this.namespace = "oas";
104007
103657
  this.typeName = "Setup__ListInlineEditAttributes";
104008
103658
  this.implementedInterfaces = [];
103659
+ this.typeRegistry = typeRegistry;
104009
103660
  }
104010
103661
  get fields() {
104011
103662
  return {
@@ -104020,11 +103671,10 @@
104020
103671
  class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104021
103672
  constructor(services, typeRegistry) {
104022
103673
  super(services);
104023
- this.services = services;
104024
- this.typeRegistry = typeRegistry;
104025
103674
  this.namespace = "oas";
104026
103675
  this.typeName = "Setup__ListOrder";
104027
103676
  this.implementedInterfaces = [];
103677
+ this.typeRegistry = typeRegistry;
104028
103678
  }
104029
103679
  get fields() {
104030
103680
  return {
@@ -104039,11 +103689,10 @@
104039
103689
  class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
104040
103690
  constructor(services, typeRegistry) {
104041
103691
  super(services);
104042
- this.services = services;
104043
- this.typeRegistry = typeRegistry;
104044
103692
  this.namespace = "oas";
104045
103693
  this.typeName = "Setup__ListScalarField";
104046
103694
  this.implementedInterfaces = [];
103695
+ this.typeRegistry = typeRegistry;
104047
103696
  }
104048
103697
  get fields() {
104049
103698
  return {
@@ -104063,11 +103712,10 @@
104063
103712
  class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
104064
103713
  constructor(services, typeRegistry) {
104065
103714
  super(services);
104066
- this.services = services;
104067
- this.typeRegistry = typeRegistry;
104068
103715
  this.namespace = "oas";
104069
103716
  this.typeName = "Setup__ListViewObjectInfo";
104070
103717
  this.implementedInterfaces = [];
103718
+ this.typeRegistry = typeRegistry;
104071
103719
  }
104072
103720
  get fields() {
104073
103721
  return {
@@ -104080,11 +103728,10 @@
104080
103728
  class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104081
103729
  constructor(services, typeRegistry) {
104082
103730
  super(services);
104083
- this.services = services;
104084
- this.typeRegistry = typeRegistry;
104085
103731
  this.namespace = "oas";
104086
103732
  this.typeName = "Setup__ListView";
104087
103733
  this.implementedInterfaces = [];
103734
+ this.typeRegistry = typeRegistry;
104088
103735
  }
104089
103736
  get fields() {
104090
103737
  return {
@@ -104105,11 +103752,10 @@
104105
103752
  class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104106
103753
  constructor(services, typeRegistry) {
104107
103754
  super(services);
104108
- this.services = services;
104109
- this.typeRegistry = typeRegistry;
104110
103755
  this.namespace = "oas";
104111
103756
  this.typeName = "Setup__ListViewRowConnection";
104112
103757
  this.implementedInterfaces = [];
103758
+ this.typeRegistry = typeRegistry;
104113
103759
  }
104114
103760
  get fields() {
104115
103761
  return {
@@ -104124,11 +103770,10 @@
104124
103770
  class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104125
103771
  constructor(services, typeRegistry) {
104126
103772
  super(services);
104127
- this.services = services;
104128
- this.typeRegistry = typeRegistry;
104129
103773
  this.namespace = "oas";
104130
103774
  this.typeName = "Setup__ListViewRowEdge";
104131
103775
  this.implementedInterfaces = [];
103776
+ this.typeRegistry = typeRegistry;
104132
103777
  }
104133
103778
  get fields() {
104134
103779
  return {
@@ -104142,11 +103787,10 @@
104142
103787
  class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104143
103788
  constructor(services, typeRegistry) {
104144
103789
  super(services);
104145
- this.services = services;
104146
- this.typeRegistry = typeRegistry;
104147
103790
  this.namespace = "oas";
104148
103791
  this.typeName = "Setup__ListViewRow";
104149
103792
  this.implementedInterfaces = [];
103793
+ this.typeRegistry = typeRegistry;
104150
103794
  }
104151
103795
  get fields() {
104152
103796
  return {
@@ -104160,11 +103804,10 @@
104160
103804
  class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104161
103805
  constructor(services, typeRegistry) {
104162
103806
  super(services);
104163
- this.services = services;
104164
- this.typeRegistry = typeRegistry;
104165
103807
  this.namespace = "oas";
104166
103808
  this.typeName = "Setup__SetupAggregateConnection";
104167
103809
  this.implementedInterfaces = [];
103810
+ this.typeRegistry = typeRegistry;
104168
103811
  }
104169
103812
  get fields() {
104170
103813
  return {
@@ -104179,11 +103822,10 @@
104179
103822
  class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104180
103823
  constructor(services, typeRegistry) {
104181
103824
  super(services);
104182
- this.services = services;
104183
- this.typeRegistry = typeRegistry;
104184
103825
  this.namespace = "oas";
104185
103826
  this.typeName = "Setup__SetupAggregateEdge";
104186
103827
  this.implementedInterfaces = [];
103828
+ this.typeRegistry = typeRegistry;
104187
103829
  }
104188
103830
  get fields() {
104189
103831
  return {
@@ -104197,11 +103839,10 @@
104197
103839
  class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104198
103840
  constructor(services, typeRegistry) {
104199
103841
  super(services);
104200
- this.services = services;
104201
- this.typeRegistry = typeRegistry;
104202
103842
  this.namespace = "oas";
104203
103843
  this.typeName = "Setup__SetupConnection";
104204
103844
  this.implementedInterfaces = [];
103845
+ this.typeRegistry = typeRegistry;
104205
103846
  }
104206
103847
  get fields() {
104207
103848
  return {
@@ -104217,11 +103858,10 @@
104217
103858
  class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104218
103859
  constructor(services, typeRegistry) {
104219
103860
  super(services);
104220
- this.services = services;
104221
- this.typeRegistry = typeRegistry;
104222
103861
  this.namespace = "oas";
104223
103862
  this.typeName = "Setup__SetupEdge";
104224
103863
  this.implementedInterfaces = [];
103864
+ this.typeRegistry = typeRegistry;
104225
103865
  }
104226
103866
  get fields() {
104227
103867
  return {
@@ -104235,11 +103875,10 @@
104235
103875
  class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
104236
103876
  constructor(services, typeRegistry) {
104237
103877
  super(services);
104238
- this.services = services;
104239
- this.typeRegistry = typeRegistry;
104240
103878
  this.namespace = "oas";
104241
103879
  this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
104242
103880
  this.implementedInterfaces = [];
103881
+ this.typeRegistry = typeRegistry;
104243
103882
  }
104244
103883
  get fields() {
104245
103884
  return {
@@ -104256,11 +103895,10 @@
104256
103895
  class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
104257
103896
  constructor(services, typeRegistry) {
104258
103897
  super(services);
104259
- this.services = services;
104260
- this.typeRegistry = typeRegistry;
104261
103898
  this.namespace = "oas";
104262
103899
  this.typeName = "Setup__SetupPolymorphicParentRelationship";
104263
103900
  this.implementedInterfaces = [];
103901
+ this.typeRegistry = typeRegistry;
104264
103902
  }
104265
103903
  get fields() {
104266
103904
  return {
@@ -104277,11 +103915,10 @@
104277
103915
  class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104278
103916
  constructor(services, typeRegistry) {
104279
103917
  super(services);
104280
- this.services = services;
104281
- this.typeRegistry = typeRegistry;
104282
103918
  this.namespace = "oas";
104283
103919
  this.typeName = "Setup__SetupQueryAggregate";
104284
103920
  this.implementedInterfaces = [];
103921
+ this.typeRegistry = typeRegistry;
104285
103922
  }
104286
103923
  get fields() {
104287
103924
  return {
@@ -104294,11 +103931,10 @@
104294
103931
  class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104295
103932
  constructor(services, typeRegistry) {
104296
103933
  super(services);
104297
- this.services = services;
104298
- this.typeRegistry = typeRegistry;
104299
103934
  this.namespace = "oas";
104300
103935
  this.typeName = "Setup__SetupQuery";
104301
103936
  this.implementedInterfaces = [];
103937
+ this.typeRegistry = typeRegistry;
104302
103938
  }
104303
103939
  get fields() {
104304
103940
  return {
@@ -104311,11 +103947,10 @@
104311
103947
  class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104312
103948
  constructor(services, typeRegistry) {
104313
103949
  super(services);
104314
- this.services = services;
104315
- this.typeRegistry = typeRegistry;
104316
103950
  this.namespace = "oas";
104317
103951
  this.typeName = "Setup__SetupRecordAggregate";
104318
103952
  this.implementedInterfaces = [];
103953
+ this.typeRegistry = typeRegistry;
104319
103954
  }
104320
103955
  get fields() {
104321
103956
  return {
@@ -104347,11 +103982,10 @@
104347
103982
  class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
104348
103983
  constructor(services, typeRegistry) {
104349
103984
  super(services);
104350
- this.services = services;
104351
- this.typeRegistry = typeRegistry;
104352
103985
  this.namespace = "oas";
104353
103986
  this.typeName = "Setup__SetupRecordResult";
104354
103987
  this.implementedInterfaces = [];
103988
+ this.typeRegistry = typeRegistry;
104355
103989
  }
104356
103990
  get fields() {
104357
103991
  return {
@@ -104364,11 +103998,10 @@
104364
103998
  class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104365
103999
  constructor(services, typeRegistry) {
104366
104000
  super(services);
104367
- this.services = services;
104368
- this.typeRegistry = typeRegistry;
104369
104001
  this.namespace = "oas";
104370
104002
  this.typeName = "Setup__Setup";
104371
104003
  this.implementedInterfaces = [];
104004
+ this.typeRegistry = typeRegistry;
104372
104005
  }
104373
104006
  get fields() {
104374
104007
  return {
@@ -104385,11 +104018,10 @@
104385
104018
  class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104386
104019
  constructor(services, typeRegistry) {
104387
104020
  super(services);
104388
- this.services = services;
104389
- this.typeRegistry = typeRegistry;
104390
104021
  this.namespace = "oas";
104391
104022
  this.typeName = "StandardField";
104392
104023
  this.implementedInterfaces = ["Field"];
104024
+ this.typeRegistry = typeRegistry;
104393
104025
  }
104394
104026
  get fields() {
104395
104027
  return {
@@ -104430,11 +104062,10 @@
104430
104062
  class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104431
104063
  constructor(services, typeRegistry) {
104432
104064
  super(services);
104433
- this.services = services;
104434
- this.typeRegistry = typeRegistry;
104435
104065
  this.namespace = "oas";
104436
104066
  this.typeName = "StringAggregate";
104437
104067
  this.implementedInterfaces = ["FieldValue"];
104068
+ this.typeRegistry = typeRegistry;
104438
104069
  }
104439
104070
  get fields() {
104440
104071
  return {
@@ -104454,11 +104085,10 @@
104454
104085
  class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104455
104086
  constructor(services, typeRegistry) {
104456
104087
  super(services);
104457
- this.services = services;
104458
- this.typeRegistry = typeRegistry;
104459
104088
  this.namespace = "oas";
104460
104089
  this.typeName = "StringValue";
104461
104090
  this.implementedInterfaces = ["FieldValue"];
104091
+ this.typeRegistry = typeRegistry;
104462
104092
  }
104463
104093
  get fields() {
104464
104094
  return {
@@ -104473,11 +104103,10 @@
104473
104103
  class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104474
104104
  constructor(services, typeRegistry) {
104475
104105
  super(services);
104476
- this.services = services;
104477
- this.typeRegistry = typeRegistry;
104478
104106
  this.namespace = "oas";
104479
104107
  this.typeName = "TextAreaAggregate";
104480
104108
  this.implementedInterfaces = ["FieldValue"];
104109
+ this.typeRegistry = typeRegistry;
104481
104110
  }
104482
104111
  get fields() {
104483
104112
  return {
@@ -104497,11 +104126,10 @@
104497
104126
  class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104498
104127
  constructor(services, typeRegistry) {
104499
104128
  super(services);
104500
- this.services = services;
104501
- this.typeRegistry = typeRegistry;
104502
104129
  this.namespace = "oas";
104503
104130
  this.typeName = "TextAreaValue";
104504
104131
  this.implementedInterfaces = ["FieldValue"];
104132
+ this.typeRegistry = typeRegistry;
104505
104133
  }
104506
104134
  get fields() {
104507
104135
  return {
@@ -104516,11 +104144,10 @@
104516
104144
  class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104517
104145
  constructor(services, typeRegistry) {
104518
104146
  super(services);
104519
- this.services = services;
104520
- this.typeRegistry = typeRegistry;
104521
104147
  this.namespace = "oas";
104522
104148
  this.typeName = "ThemeInfo";
104523
104149
  this.implementedInterfaces = [];
104150
+ this.typeRegistry = typeRegistry;
104524
104151
  }
104525
104152
  get fields() {
104526
104153
  return {
@@ -104534,11 +104161,10 @@
104534
104161
  class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104535
104162
  constructor(services, typeRegistry) {
104536
104163
  super(services);
104537
- this.services = services;
104538
- this.typeRegistry = typeRegistry;
104539
104164
  this.namespace = "oas";
104540
104165
  this.typeName = "TimeAggregate";
104541
104166
  this.implementedInterfaces = ["FieldValue"];
104167
+ this.typeRegistry = typeRegistry;
104542
104168
  }
104543
104169
  get fields() {
104544
104170
  return {
@@ -104554,11 +104180,10 @@
104554
104180
  class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104555
104181
  constructor(services, typeRegistry) {
104556
104182
  super(services);
104557
- this.services = services;
104558
- this.typeRegistry = typeRegistry;
104559
104183
  this.namespace = "oas";
104560
104184
  this.typeName = "TimeValue";
104561
104185
  this.implementedInterfaces = ["FieldValue"];
104186
+ this.typeRegistry = typeRegistry;
104562
104187
  }
104563
104188
  get fields() {
104564
104189
  return {
@@ -104573,11 +104198,10 @@
104573
104198
  let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
104574
104199
  constructor(services, typeRegistry) {
104575
104200
  super(services);
104576
- this.services = services;
104577
- this.typeRegistry = typeRegistry;
104578
104201
  this.namespace = "oas";
104579
104202
  this.typeName = "UIAPIMutations";
104580
104203
  this.implementedInterfaces = [];
104204
+ this.typeRegistry = typeRegistry;
104581
104205
  }
104582
104206
  get fields() {
104583
104207
  return {
@@ -104592,11 +104216,10 @@
104592
104216
  class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104593
104217
  constructor(services, typeRegistry) {
104594
104218
  super(services);
104595
- this.services = services;
104596
- this.typeRegistry = typeRegistry;
104597
104219
  this.namespace = "oas";
104598
104220
  this.typeName = "UIAPI";
104599
104221
  this.implementedInterfaces = [];
104222
+ this.typeRegistry = typeRegistry;
104600
104223
  }
104601
104224
  get fields() {
104602
104225
  return {
@@ -104614,11 +104237,10 @@
104614
104237
  class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104615
104238
  constructor(services, typeRegistry) {
104616
104239
  super(services);
104617
- this.services = services;
104618
- this.typeRegistry = typeRegistry;
104619
104240
  this.namespace = "oas";
104620
104241
  this.typeName = "UrlAggregate";
104621
104242
  this.implementedInterfaces = ["FieldValue"];
104243
+ this.typeRegistry = typeRegistry;
104622
104244
  }
104623
104245
  get fields() {
104624
104246
  return {
@@ -104637,11 +104259,10 @@
104637
104259
  class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104638
104260
  constructor(services, typeRegistry) {
104639
104261
  super(services);
104640
- this.services = services;
104641
- this.typeRegistry = typeRegistry;
104642
104262
  this.namespace = "oas";
104643
104263
  this.typeName = "UrlValue";
104644
104264
  this.implementedInterfaces = ["FieldValue"];
104265
+ this.typeRegistry = typeRegistry;
104645
104266
  }
104646
104267
  get fields() {
104647
104268
  return {
@@ -104655,11 +104276,10 @@
104655
104276
  class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
104656
104277
  constructor(services, typeRegistry) {
104657
104278
  super(services);
104658
- this.services = services;
104659
- this.typeRegistry = typeRegistry;
104660
104279
  this.namespace = "oas";
104661
104280
  this.typeName = "VisualforceLayoutComponent";
104662
104281
  this.implementedInterfaces = ["LayoutComponent"];
104282
+ this.typeRegistry = typeRegistry;
104663
104283
  }
104664
104284
  get fields() {
104665
104285
  return {
@@ -106318,6 +105938,7 @@
106318
105938
  this.config = config;
106319
105939
  this.documentRootType = documentRootType;
106320
105940
  this.services = services;
105941
+ this.endpoint = 'RecordUiController.executeGraphQL';
106321
105942
  }
106322
105943
  get url() {
106323
105944
  return '/services/data/v68.0/graphql';
@@ -106329,6 +105950,22 @@
106329
105950
  now: Date.now() / 1000,
106330
105951
  };
106331
105952
  }
105953
+ get auraBodyWrapperName() {
105954
+ return 'queryInput';
105955
+ }
105956
+ get auraParams() {
105957
+ const params = super.auraParams;
105958
+ const body = params[this.auraBodyWrapperName];
105959
+ return {
105960
+ ...params,
105961
+ [this.auraBodyWrapperName]: {
105962
+ ...body,
105963
+ extensions: {
105964
+ requiredTypeFields,
105965
+ },
105966
+ },
105967
+ };
105968
+ }
106332
105969
  get fetchParams() {
106333
105970
  const [url, params] = super.fetchParams;
106334
105971
  const body = JSON.parse(params.body);
@@ -106970,13 +106607,19 @@
106970
106607
  type: 'lwcGraphQLWireBindings',
106971
106608
  version: '1.0',
106972
106609
  },
106973
- httpGraphQLNormalizedCacheControlCommand: {
106974
- type: 'httpGraphQLNormalizedCacheControlCommand',
106610
+ auraGraphQLNormalizedCacheControlCommand: {
106611
+ type: 'auraGraphQLNormalizedCacheControlCommand',
106975
106612
  version: '1.0',
106976
106613
  },
106614
+ auraNetwork: {
106615
+ type: 'auraNetwork',
106616
+ version: '1.0',
106617
+ optional: true,
106618
+ },
106977
106619
  fetch: {
106978
106620
  type: 'fetch',
106979
106621
  version: '1.0',
106622
+ optional: true,
106980
106623
  },
106981
106624
  luvio: {
106982
106625
  type: 'luvio',
@@ -107002,7 +106645,7 @@
107002
106645
  const graphqlTypeRegistry = new CustomGraphQLTypeRegistry(services);
107003
106646
  const documentRootType = graphqlTypeRegistry.Query;
107004
106647
  const mutationType = graphqlTypeRegistry.Mutation;
107005
- const graphql_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106648
+ const graphql_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107006
106649
  graphql$1 = services.lwcGraphQLWireBindings.bind((config) => new graphql_ctor(config, documentRootType, services), CONFIG_SCHEMA, true);
107007
106650
  class GraphqlV1ImportAdapter extends graphql$1 {
107008
106651
  update(config, _context) {
@@ -107016,7 +106659,7 @@
107016
106659
  }
107017
106660
  }
107018
106661
  graphql_v1_import = GraphqlV1ImportAdapter;
107019
- const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106662
+ const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107020
106663
  graphql_imperative$1 = services.graphQLImperativeBindings.bind(({ params, assertIsValid }) => {
107021
106664
  const config = params[0];
107022
106665
  const options = params[1];
@@ -107044,7 +106687,7 @@
107044
106687
  /*
107045
106688
  * State Manager
107046
106689
  */
107047
- const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
106690
+ const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
107048
106691
  const factory = (config) => {
107049
106692
  assertIsValid$1(config, CONFIG_SCHEMA);
107050
106693
  const validatedConfig = resolveAndValidateGraphQLConfig(config, {
@@ -107057,7 +106700,7 @@
107057
106700
  return new graphql_state_manager_ctor(validatedConfig.value, documentRootType, services);
107058
106701
  };
107059
106702
  graphql_state_manager = createSmGraphQL(factory);
107060
- const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106703
+ const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107061
106704
  services.graphQLMutationBindings.bind(({ params, assertIsValid }) => {
107062
106705
  const config = params[0];
107063
106706
  const options = params[1];
@@ -107079,7 +106722,7 @@
107079
106722
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107080
106723
  }
107081
106724
  }
107082
- // version: 1.439.0-1d518350b5
106725
+ // version: 1.441.0-0055bd971e
107083
106726
 
107084
106727
  function createFragmentMap(documentNode) {
107085
106728
  const fragments = {};
@@ -136286,7 +135929,7 @@
136286
135929
  configuration: { ...configurationForGraphQLAdapters$1 },
136287
135930
  instrument: instrument$1,
136288
135931
  });
136289
- // version: 1.439.0-1d518350b5
135932
+ // version: 1.441.0-0055bd971e
136290
135933
 
136291
135934
  // On core the unstable adapters are re-exported with different names,
136292
135935
  // we want to match them here.
@@ -136438,7 +136081,7 @@
136438
136081
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136439
136082
  graphQLImperative = ldsAdapter;
136440
136083
  });
136441
- // version: 1.439.0-1d518350b5
136084
+ // version: 1.441.0-0055bd971e
136442
136085
 
136443
136086
  var gqlApi = /*#__PURE__*/Object.freeze({
136444
136087
  __proto__: null,
@@ -137237,7 +136880,7 @@
137237
136880
  function register(r) {
137238
136881
  callbacks$1.forEach((callback) => callback(r));
137239
136882
  }
137240
- // version: 1.439.0-e3dc0cfb2a
136883
+ // version: 1.441.0-5e7d04c146
137241
136884
 
137242
136885
  /**
137243
136886
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138547,4 +138190,4 @@
138547
138190
  exports.subscribeToAdapter = subscribeToAdapter;
138548
138191
 
138549
138192
  }));
138550
- // version: 1.439.0-e3dc0cfb2a
138193
+ // version: 1.441.0-5e7d04c146