@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.
@@ -4276,7 +4276,7 @@ function withDefaultLuvio(callback) {
4276
4276
  }
4277
4277
  callbacks.push(callback);
4278
4278
  }
4279
- // version: 1.439.0-e3dc0cfb2a
4279
+ // version: 1.441.0-5e7d04c146
4280
4280
 
4281
4281
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4282
4282
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5320,7 +5320,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
5320
5320
  const { apiFamily, name } = metadata;
5321
5321
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5322
5322
  }
5323
- // version: 1.439.0-e3dc0cfb2a
5323
+ // version: 1.441.0-5e7d04c146
5324
5324
 
5325
5325
  function isSupportedEntity(_objectApiName) {
5326
5326
  return true;
@@ -14373,7 +14373,7 @@ function coerceFormFactor$1(form) {
14373
14373
  return undefined;
14374
14374
  }
14375
14375
 
14376
- const VERSION$10$2 = "885c858e27ff690e5f69edc41d68c32b";
14376
+ const VERSION$10$2 = "3f49d751896cf66e6e29788d8880e2cc";
14377
14377
  const RepresentationType$G = 'PlatformActionRepresentation';
14378
14378
  function keyBuilder$1P$1(luvio, config) {
14379
14379
  return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
@@ -14433,10 +14433,6 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
14433
14433
  name: 'lwcComponent',
14434
14434
  kind: 'Scalar'
14435
14435
  },
14436
- {
14437
- name: 'pageDeveloperName',
14438
- kind: 'Scalar'
14439
- },
14440
14436
  {
14441
14437
  name: 'primaryColor',
14442
14438
  kind: 'Scalar'
@@ -14465,10 +14461,6 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
14465
14461
  name: 'targetObject',
14466
14462
  kind: 'Scalar'
14467
14463
  },
14468
- {
14469
- name: 'targetParentField',
14470
- kind: 'Scalar'
14471
- },
14472
14464
  {
14473
14465
  name: 'targetUrl',
14474
14466
  kind: 'Scalar'
@@ -14541,11 +14533,6 @@ function equals$S(existing, incoming) {
14541
14533
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
14542
14534
  return false;
14543
14535
  }
14544
- const existing_pageDeveloperName = existing.pageDeveloperName;
14545
- const incoming_pageDeveloperName = incoming.pageDeveloperName;
14546
- if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
14547
- return false;
14548
- }
14549
14536
  const existing_primaryColor = existing.primaryColor;
14550
14537
  const incoming_primaryColor = incoming.primaryColor;
14551
14538
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -14576,11 +14563,6 @@ function equals$S(existing, incoming) {
14576
14563
  if (!(existing_targetObject === incoming_targetObject)) {
14577
14564
  return false;
14578
14565
  }
14579
- const existing_targetParentField = existing.targetParentField;
14580
- const incoming_targetParentField = incoming.targetParentField;
14581
- if (!(existing_targetParentField === incoming_targetParentField)) {
14582
- return false;
14583
- }
14584
14566
  const existing_targetUrl = existing.targetUrl;
14585
14567
  const incoming_targetUrl = incoming.targetUrl;
14586
14568
  if (!(existing_targetUrl === incoming_targetUrl)) {
@@ -32538,7 +32520,7 @@ withDefaultLuvio((luvio) => {
32538
32520
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32539
32521
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32540
32522
  });
32541
- // version: 1.439.0-1d518350b5
32523
+ // version: 1.441.0-0055bd971e
32542
32524
 
32543
32525
  var allowUpdatesForNonCachedRecords = {
32544
32526
  isOpen: function (e) {
@@ -44179,11 +44161,6 @@ var useOneStore = {
44179
44161
  },
44180
44162
  };
44181
44163
 
44182
- /*!
44183
- * Copyright (c) 2022, Salesforce, Inc.,
44184
- * All rights reserved.
44185
- * For full license text, see the LICENSE.txt file
44186
- */
44187
44164
  const { create: create$7, freeze: freeze$4, keys: keys$8, entries: entries$5 } = Object;
44188
44165
  const { hasOwnProperty: hasOwnProperty$3 } = Object.prototype;
44189
44166
  const { isArray: isArray$7 } = Array;
@@ -44247,7 +44224,7 @@ function rejectedPromiseLike$4(reason) {
44247
44224
  };
44248
44225
  }
44249
44226
  function isPromiseLike$4(x) {
44250
- return typeof (x == null ? void 0 : x.then) === "function";
44227
+ return typeof x?.then === "function";
44251
44228
  }
44252
44229
  function racesync(values) {
44253
44230
  for (const value of values) {
@@ -44364,20 +44341,12 @@ function logError$2(error) {
44364
44341
  console.error("OneStore Command threw an error that we did not expect", error);
44365
44342
  }
44366
44343
 
44367
- /*!
44368
- * Copyright (c) 2022, Salesforce, Inc.,
44369
- * All rights reserved.
44370
- * For full license text, see the LICENSE.txt file
44371
- */
44372
44344
  function serviceSatisfies(service, request) {
44373
44345
  return (
44374
44346
  // service types must match
44375
44347
  service.type === request.type && // version of the service must satisfy the requested version
44376
44348
  satisfies(service.version, request.version) && // no tags requested, or the service matches every requested tag value
44377
- (request.tags === void 0 || Object.keys(request.tags).every((tag) => {
44378
- var _a;
44379
- return ((_a = service.tags) == null ? void 0 : _a[tag]) === request.tags[tag];
44380
- }))
44349
+ (request.tags === void 0 || Object.keys(request.tags).every((tag) => service.tags?.[tag] === request.tags[tag]))
44381
44350
  );
44382
44351
  }
44383
44352
  let resolverAvailable;
@@ -44435,11 +44404,6 @@ function buildStaticServiceResolver(services) {
44435
44404
  };
44436
44405
  }
44437
44406
 
44438
- /*!
44439
- * Copyright (c) 2022, Salesforce, Inc.,
44440
- * All rights reserved.
44441
- * For full license text, see the LICENSE.txt file
44442
- */
44443
44407
  function isCacheEntryForType(cacheEntry, type) {
44444
44408
  return cacheEntry.metadata.type.namespace === type.namespace && cacheEntry.metadata.type.name === type.typeName;
44445
44409
  }
@@ -44457,9 +44421,8 @@ class IdentifiableTypeRepository {
44457
44421
  return `${this.namespace}::${this.typeName}(${stableJSONStringify$3(params)})`;
44458
44422
  }
44459
44423
  write(cache, input) {
44460
- var _a;
44461
44424
  const key = this.buildKey(this.buildKeyParams(input));
44462
- const existingNormalizedData = (_a = cache.get(key)) == null ? void 0 : _a.value;
44425
+ const existingNormalizedData = cache.get(key)?.value;
44463
44426
  const normalized = this.normalizeData(cache, { ...input, existingNormalizedData });
44464
44427
  if (normalized.isErr()) {
44465
44428
  return err$3(normalized.error);
@@ -44534,11 +44497,6 @@ function buildReadWriteResult(data, errors) {
44534
44497
  return ok$3(data);
44535
44498
  }
44536
44499
 
44537
- /*!
44538
- * Copyright (c) 2022, Salesforce, Inc.,
44539
- * All rights reserved.
44540
- * For full license text, see the LICENSE.txt file
44541
- */
44542
44500
  let JsonSchemaViolationError$1 = class JsonSchemaViolationError extends Error {
44543
44501
  constructor(message, validationErrors) {
44544
44502
  super(message);
@@ -44968,11 +44926,6 @@ function findSchemaAtPath$1(document, ref) {
44968
44926
  return current;
44969
44927
  }
44970
44928
 
44971
- /*!
44972
- * Copyright (c) 2022, Salesforce, Inc.,
44973
- * All rights reserved.
44974
- * For full license text, see the LICENSE.txt file
44975
- */
44976
44929
  function devAssert(condition, message) {
44977
44930
  const booleanCondition = Boolean(condition);
44978
44931
  if (!booleanCondition) {
@@ -45823,10 +45776,7 @@ function findExecutableOperation$2(document, operationName) {
45823
45776
  return operations[0];
45824
45777
  }
45825
45778
  if (operationName) {
45826
- return operations.find((op) => {
45827
- var _a;
45828
- return ((_a = op.name) == null ? void 0 : _a.value) === operationName;
45829
- });
45779
+ return operations.find((op) => op.name?.value === operationName);
45830
45780
  }
45831
45781
  return void 0;
45832
45782
  }
@@ -45882,7 +45832,7 @@ function resolveAndValidateGraphQLDocument(query, operationName, options) {
45882
45832
  validateGraphQLOperations(
45883
45833
  { query: document, operationName },
45884
45834
  {
45885
- acceptedOperations: (options == null ? void 0 : options.acceptedOperations) ?? ["query"]
45835
+ acceptedOperations: options?.acceptedOperations ?? ["query"]
45886
45836
  }
45887
45837
  );
45888
45838
  return ok$3(document);
@@ -94113,11 +94063,6 @@ function createSfsSideEffectHooks(durableRecordStore) {
94113
94063
  return [];
94114
94064
  }
94115
94065
 
94116
- /*!
94117
- * Copyright (c) 2022, Salesforce, Inc.,
94118
- * All rights reserved.
94119
- * For full license text, see the LICENSE.txt file
94120
- */
94121
94066
  const { create: create$6, freeze: freeze$3, keys: keys$7, entries } = Object;
94122
94067
  const { isArray: isArray$1$1 } = Array;
94123
94068
  const { stringify: stringify$2, parse: parse$2 } = JSON;
@@ -94236,7 +94181,7 @@ function rejectedPromiseLike$2(reason) {
94236
94181
  };
94237
94182
  }
94238
94183
  function isPromiseLike$2(x) {
94239
- return typeof (x == null ? void 0 : x.then) === "function";
94184
+ return typeof x?.then === "function";
94240
94185
  }
94241
94186
  function deepEquals$1(x, y) {
94242
94187
  if (x === void 0) {
@@ -94406,19 +94351,9 @@ function logError$1(error) {
94406
94351
  console.error("OneStore Command threw an error that we did not expect", error);
94407
94352
  }
94408
94353
 
94409
- /*!
94410
- * Copyright (c) 2022, Salesforce, Inc.,
94411
- * All rights reserved.
94412
- * For full license text, see the LICENSE.txt file
94413
- */
94414
94354
  class BaseCommand {
94415
94355
  }
94416
94356
 
94417
- /*!
94418
- * Copyright (c) 2022, Salesforce, Inc.,
94419
- * All rights reserved.
94420
- * For full license text, see the LICENSE.txt file
94421
- */
94422
94357
  let NetworkCommand$1 = class NetworkCommand extends BaseCommand {
94423
94358
  constructor(services) {
94424
94359
  super();
@@ -94469,11 +94404,6 @@ function buildServiceDescriptor$n() {
94469
94404
  };
94470
94405
  }
94471
94406
 
94472
- /*!
94473
- * Copyright (c) 2022, Salesforce, Inc.,
94474
- * All rights reserved.
94475
- * For full license text, see the LICENSE.txt file
94476
- */
94477
94407
  class AuraNetworkCommand extends NetworkCommand$1 {
94478
94408
  constructor(services) {
94479
94409
  super(services);
@@ -94580,16 +94510,6 @@ function buildServiceDescriptor$m() {
94580
94510
  };
94581
94511
  }
94582
94512
 
94583
- /*!
94584
- * Copyright (c) 2022, Salesforce, Inc.,
94585
- * All rights reserved.
94586
- * For full license text, see the LICENSE.txt file
94587
- */
94588
- /*!
94589
- * Copyright (c) 2022, Salesforce, Inc.,
94590
- * All rights reserved.
94591
- * For full license text, see the LICENSE.txt file
94592
- */
94593
94513
  const { isArray: isArray$6 } = Array;
94594
94514
  let Ok$2 = class Ok {
94595
94515
  constructor(value) {
@@ -94657,7 +94577,7 @@ function rejectedPromiseLike$1(reason) {
94657
94577
  };
94658
94578
  }
94659
94579
  function isPromiseLike$1(x) {
94660
- return typeof (x == null ? void 0 : x.then) === "function";
94580
+ return typeof x?.then === "function";
94661
94581
  }
94662
94582
  function deepEquals(x, y) {
94663
94583
  if (x === void 0) {
@@ -94948,7 +94868,7 @@ class CacheControlCommand extends BaseCommand {
94948
94868
  unsubscribe() {
94949
94869
  while (this.unsubscribers.length > 0) {
94950
94870
  const unsubscriber = this.unsubscribers.pop();
94951
- unsubscriber == null ? void 0 : unsubscriber();
94871
+ unsubscriber?.();
94952
94872
  }
94953
94873
  }
94954
94874
  /**
@@ -95132,16 +95052,6 @@ function mergeCacheControlConfigs(baseConfig, overrides) {
95132
95052
  };
95133
95053
  }
95134
95054
 
95135
- /*!
95136
- * Copyright (c) 2022, Salesforce, Inc.,
95137
- * All rights reserved.
95138
- * For full license text, see the LICENSE.txt file
95139
- */
95140
- /*!
95141
- * Copyright (c) 2022, Salesforce, Inc.,
95142
- * All rights reserved.
95143
- * For full license text, see the LICENSE.txt file
95144
- */
95145
95055
  let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheControlCommand {
95146
95056
  constructor(services) {
95147
95057
  super(services);
@@ -95277,16 +95187,6 @@ function buildServiceDescriptor$l() {
95277
95187
  };
95278
95188
  }
95279
95189
 
95280
- /*!
95281
- * Copyright (c) 2022, Salesforce, Inc.,
95282
- * All rights reserved.
95283
- * For full license text, see the LICENSE.txt file
95284
- */
95285
- /*!
95286
- * Copyright (c) 2022, Salesforce, Inc.,
95287
- * All rights reserved.
95288
- * For full license text, see the LICENSE.txt file
95289
- */
95290
95190
  class AuraCacheControlCommand extends CacheControlCommand {
95291
95191
  constructor(services) {
95292
95192
  super(services);
@@ -95396,8 +95296,7 @@ class AuraResourceCacheControlCommand extends AuraCacheControlCommand {
95396
95296
  this.services = services;
95397
95297
  }
95398
95298
  readFromCache(cache) {
95399
- var _a;
95400
- const data = (_a = cache.get(this.buildKey())) == null ? void 0 : _a.value;
95299
+ const data = cache.get(this.buildKey())?.value;
95401
95300
  if (data === void 0) {
95402
95301
  return resolvedPromiseLike$2(err$1(new Error("Failed to find data in cache")));
95403
95302
  }
@@ -95426,16 +95325,6 @@ function buildServiceDescriptor$k() {
95426
95325
  };
95427
95326
  }
95428
95327
 
95429
- /*!
95430
- * Copyright (c) 2022, Salesforce, Inc.,
95431
- * All rights reserved.
95432
- * For full license text, see the LICENSE.txt file
95433
- */
95434
- /*!
95435
- * Copyright (c) 2022, Salesforce, Inc.,
95436
- * All rights reserved.
95437
- * For full license text, see the LICENSE.txt file
95438
- */
95439
95328
  class NetworkCommand extends BaseCommand {
95440
95329
  constructor(services) {
95441
95330
  super();
@@ -95485,7 +95374,7 @@ function hasFetchParams(command) {
95485
95374
  return command && typeof command === "object" && "fetchParams" in command;
95486
95375
  }
95487
95376
  function createAbortableDecorator(command, options) {
95488
- if (!(options == null ? void 0 : options.signal) || !((options == null ? void 0 : options.signal) instanceof AbortSignal)) {
95377
+ if (!options?.signal || !(options?.signal instanceof AbortSignal)) {
95489
95378
  return command;
95490
95379
  }
95491
95380
  const { signal } = options;
@@ -95543,9 +95432,12 @@ const _FetchNetworkCommand = class _FetchNetworkCommand extends NetworkCommand {
95543
95432
  this.services = services;
95544
95433
  this.additionalNullResponses = [];
95545
95434
  }
95546
- fetch() {
95435
+ fetch(contextSeed) {
95547
95436
  try {
95548
- return this.convertFetchResponseToData(this.services.fetch(...this.fetchParams));
95437
+ const [input, init] = this.fetchParams;
95438
+ const initWithSeed = contextSeed === void 0 ? init : { ...init, __contextSeed: contextSeed };
95439
+ const fetchCall = initWithSeed === void 0 ? this.services.fetch(input) : this.services.fetch(input, initWithSeed);
95440
+ return this.convertFetchResponseToData(fetchCall);
95549
95441
  } catch (reason) {
95550
95442
  return resolvedPromiseLike$2(err$1(toError(reason)));
95551
95443
  }
@@ -95616,16 +95508,6 @@ function buildServiceDescriptor$j() {
95616
95508
  };
95617
95509
  }
95618
95510
 
95619
- /*!
95620
- * Copyright (c) 2022, Salesforce, Inc.,
95621
- * All rights reserved.
95622
- * For full license text, see the LICENSE.txt file
95623
- */
95624
- /*!
95625
- * Copyright (c) 2022, Salesforce, Inc.,
95626
- * All rights reserved.
95627
- * For full license text, see the LICENSE.txt file
95628
- */
95629
95511
  class HttpCacheControlCommand extends CacheControlCommand {
95630
95512
  constructor(services) {
95631
95513
  super(services);
@@ -95733,16 +95615,6 @@ function buildServiceDescriptor$i() {
95733
95615
  };
95734
95616
  }
95735
95617
 
95736
- /*!
95737
- * Copyright (c) 2022, Salesforce, Inc.,
95738
- * All rights reserved.
95739
- * For full license text, see the LICENSE.txt file
95740
- */
95741
- /*!
95742
- * Copyright (c) 2022, Salesforce, Inc.,
95743
- * All rights reserved.
95744
- * For full license text, see the LICENSE.txt file
95745
- */
95746
95618
  const { stringify: stringify$1, parse: parse$1 } = JSON;
95747
95619
  function deepCopy$1(x) {
95748
95620
  const stringified = stringify$1(x);
@@ -95766,7 +95638,7 @@ let DefaultRecordableCache$1 = class DefaultRecordableCache {
95766
95638
  if (value === void 0) {
95767
95639
  this.missingKeysRead.add(key);
95768
95640
  }
95769
- if (options == null ? void 0 : options.copy) {
95641
+ if (options?.copy) {
95770
95642
  return deepCopy$1(value);
95771
95643
  }
95772
95644
  return value;
@@ -95810,7 +95682,7 @@ let DefaultFilteredCache$1 = class DefaultFilteredCache {
95810
95682
  get(key, options) {
95811
95683
  const result = this.baseCache.get(key);
95812
95684
  if (result && this.predicate(key, result)) {
95813
- if (options == null ? void 0 : options.copy) {
95685
+ if (options?.copy) {
95814
95686
  return deepCopy$1(result);
95815
95687
  }
95816
95688
  return result;
@@ -95906,7 +95778,7 @@ let DefaultCache$1 = class DefaultCache {
95906
95778
  this.data = {};
95907
95779
  }
95908
95780
  get(key, options) {
95909
- if (options == null ? void 0 : options.copy) {
95781
+ if (options?.copy) {
95910
95782
  return deepCopy$1(this.data[key]);
95911
95783
  }
95912
95784
  return this.data[key];
@@ -95986,11 +95858,6 @@ function buildServiceDescriptor$h() {
95986
95858
  };
95987
95859
  }
95988
95860
 
95989
- /*!
95990
- * Copyright (c) 2022, Salesforce, Inc.,
95991
- * All rights reserved.
95992
- * For full license text, see the LICENSE.txt file
95993
- */
95994
95861
  class CacheControlStrategy {
95995
95862
  constructor(services, config, requestRunner) {
95996
95863
  this.services = services;
@@ -96051,11 +95918,11 @@ class MaxAgeCacheControlStrategy extends CacheControlStrategy {
96051
95918
  if (value.isOk()) {
96052
95919
  this.collectCacheHitInstrumentation(
96053
95920
  startTime,
96054
- options == null ? void 0 : options.instrumentationAttributes
95921
+ options?.instrumentationAttributes
96055
95922
  );
96056
95923
  return ok$1(void 0);
96057
95924
  }
96058
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95925
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96059
95926
  const tempCache = this.filteredCache;
96060
95927
  return new Promise(async (resolve, reject) => {
96061
95928
  try {
@@ -96125,11 +95992,11 @@ class OnlyIfCachedCacheControlStrategy extends CacheControlStrategy {
96125
95992
  if (result.isOk()) {
96126
95993
  this.collectCacheHitInstrumentation(
96127
95994
  startTime,
96128
- options == null ? void 0 : options.instrumentationAttributes
95995
+ options?.instrumentationAttributes
96129
95996
  );
96130
95997
  return ok$1(void 0);
96131
95998
  }
96132
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95999
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96133
96000
  const error = new UserVisibleError(
96134
96001
  new FetchResponse(HttpStatusCode.GatewayTimeout, {
96135
96002
  error: "Cache miss for only-if-cached request"
@@ -96213,11 +96080,6 @@ function buildServiceDescriptor$g(cache, cacheInclusionPolicy, instrumentation)
96213
96080
  };
96214
96081
  }
96215
96082
 
96216
- /*!
96217
- * Copyright (c) 2022, Salesforce, Inc.,
96218
- * All rights reserved.
96219
- * For full license text, see the LICENSE.txt file
96220
- */
96221
96083
  function buildInstrumentCommand(services) {
96222
96084
  const meter = services.instrumentation.metrics.getMeter("onestore");
96223
96085
  return function instrumentCommand(commandClass, commandName) {
@@ -96237,7 +96099,7 @@ function buildInstrumentCommand(services) {
96237
96099
  try {
96238
96100
  result = super.execute(...args);
96239
96101
  } catch (e) {
96240
- if ((e == null ? void 0 : e.name) === "AbortError") {
96102
+ if (e?.name === "AbortError") {
96241
96103
  abortCounter.add(1);
96242
96104
  } else {
96243
96105
  errorCounter.add(1);
@@ -96264,16 +96126,6 @@ function buildServiceDescriptor$f(instrumentation) {
96264
96126
  };
96265
96127
  }
96266
96128
 
96267
- /*!
96268
- * Copyright (c) 2022, Salesforce, Inc.,
96269
- * All rights reserved.
96270
- * For full license text, see the LICENSE.txt file
96271
- */
96272
- /*!
96273
- * Copyright (c) 2022, Salesforce, Inc.,
96274
- * All rights reserved.
96275
- * For full license text, see the LICENSE.txt file
96276
- */
96277
96129
  class O11yOTelTraceAPI {
96278
96130
  constructor(services) {
96279
96131
  this.services = services;
@@ -96289,9 +96141,9 @@ class O11yTracer {
96289
96141
  this.logger = logger;
96290
96142
  }
96291
96143
  startSpan(name, _options, context) {
96292
- const traceId = context == null ? void 0 : context.getValue(Symbol.for("traceId"));
96293
- const spanId = context == null ? void 0 : context.getValue(Symbol.for("spanId"));
96294
- const traceFlags = context == null ? void 0 : context.getValue(Symbol.for("traceFlags"));
96144
+ const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
96145
+ const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
96146
+ const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
96295
96147
  let spanContext = void 0;
96296
96148
  if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
96297
96149
  spanContext = {
@@ -96534,12 +96386,7 @@ function buildServiceDescriptor$e(logger) {
96534
96386
  };
96535
96387
  }
96536
96388
 
96537
- /*!
96538
- * Copyright (c) 2022, Salesforce, Inc.,
96539
- * All rights reserved.
96540
- * For full license text, see the LICENSE.txt file
96541
- */
96542
- const EventTypeWildcard = Symbol("EventTypeWildcard");
96389
+ const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
96543
96390
  class DefaultPubSubService {
96544
96391
  constructor() {
96545
96392
  this.subscriptions = /* @__PURE__ */ new Map();
@@ -96602,11 +96449,6 @@ function buildServiceDescriptor$d() {
96602
96449
  };
96603
96450
  }
96604
96451
 
96605
- /*!
96606
- * Copyright (c) 2022, Salesforce, Inc.,
96607
- * All rights reserved.
96608
- * For full license text, see the LICENSE.txt file
96609
- */
96610
96452
  class FeatureFlagsService {
96611
96453
  constructor() {
96612
96454
  this.flags = /* @__PURE__ */ new Map();
@@ -96668,7 +96510,7 @@ function buildServiceDescriptor$b(luvio) {
96668
96510
  },
96669
96511
  };
96670
96512
  }
96671
- // version: 1.439.0-e3dc0cfb2a
96513
+ // version: 1.441.0-5e7d04c146
96672
96514
 
96673
96515
  /**
96674
96516
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96694,13 +96536,8 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
96694
96536
  },
96695
96537
  };
96696
96538
  }
96697
- // version: 1.439.0-e3dc0cfb2a
96539
+ // version: 1.441.0-5e7d04c146
96698
96540
 
96699
- /*!
96700
- * Copyright (c) 2022, Salesforce, Inc.,
96701
- * All rights reserved.
96702
- * For full license text, see the LICENSE.txt file
96703
- */
96704
96541
  function findExecutableOperation$1(input) {
96705
96542
  const operations = input.query.definitions.filter(
96706
96543
  (def) => def.kind === Kind$1.OPERATION_DEFINITION
@@ -96712,10 +96549,7 @@ function findExecutableOperation$1(input) {
96712
96549
  return ok$1(operations[0]);
96713
96550
  }
96714
96551
  if (input.operationName) {
96715
- const specifiedOperation = operations.find((op) => {
96716
- var _a;
96717
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
96718
- });
96552
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
96719
96553
  if (specifiedOperation) {
96720
96554
  return ok$1(specifiedOperation);
96721
96555
  }
@@ -96731,14 +96565,13 @@ function buildGraphQLInputExtension$1(input) {
96731
96565
  const operation = operationResult.value;
96732
96566
  const selections = operation.selectionSet.selections;
96733
96567
  const variableDefinitions = operation.variableDefinitions;
96734
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
96735
- var _a;
96568
+ const variables = variableDefinitions?.reduce((prev, def) => {
96736
96569
  prev[def.variable.name.value] = {
96737
96570
  definition: def,
96738
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
96571
+ value: input.variables?.[def.variable.name.value]
96739
96572
  };
96740
96573
  return prev;
96741
- }, {})) || {};
96574
+ }, {}) || {};
96742
96575
  const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
96743
96576
  prev[fragment.name.value] = fragment;
96744
96577
  return prev;
@@ -96791,11 +96624,6 @@ function isFragmentDefinition$1(node) {
96791
96624
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
96792
96625
  }
96793
96626
 
96794
- /*!
96795
- * Copyright (c) 2022, Salesforce, Inc.,
96796
- * All rights reserved.
96797
- * For full license text, see the LICENSE.txt file
96798
- */
96799
96627
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
96800
96628
  constructor(config, documentRootType, services) {
96801
96629
  super(services);
@@ -96976,11 +96804,6 @@ function buildServiceDescriptor$9() {
96976
96804
  };
96977
96805
  }
96978
96806
 
96979
- /*!
96980
- * Copyright (c) 2022, Salesforce, Inc.,
96981
- * All rights reserved.
96982
- * For full license text, see the LICENSE.txt file
96983
- */
96984
96807
  class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
96985
96808
  constructor(config, documentRootType, services) {
96986
96809
  super(services);
@@ -97094,11 +96917,6 @@ function buildServiceDescriptor$8() {
97094
96917
  };
97095
96918
  }
97096
96919
 
97097
- /*!
97098
- * Copyright (c) 2022, Salesforce, Inc.,
97099
- * All rights reserved.
97100
- * For full license text, see the LICENSE.txt file
97101
- */
97102
96920
  class JsonSchemaViolationError extends Error {
97103
96921
  constructor(message, validationErrors) {
97104
96922
  super(message);
@@ -97528,11 +97346,6 @@ function findSchemaAtPath(document, ref) {
97528
97346
  return current;
97529
97347
  }
97530
97348
 
97531
- /*!
97532
- * Copyright (c) 2022, Salesforce, Inc.,
97533
- * All rights reserved.
97534
- * For full license text, see the LICENSE.txt file
97535
- */
97536
97349
  function isUserVisibleError$2(error) {
97537
97350
  return error instanceof Error && "type" in error && error.type === "user-visible";
97538
97351
  }
@@ -97557,11 +97370,6 @@ function logError(error) {
97557
97370
  console.error("OneStore Command threw an error that we did not expect", error);
97558
97371
  }
97559
97372
 
97560
- /*!
97561
- * Copyright (c) 2022, Salesforce, Inc.,
97562
- * All rights reserved.
97563
- * For full license text, see the LICENSE.txt file
97564
- */
97565
97373
  function buildBaseImperativeInvoker(getCommand, transformResult) {
97566
97374
  return async (...params) => {
97567
97375
  const command = getCommand({ params, assertIsValid });
@@ -97666,7 +97474,7 @@ class SubscribableImperativeBindingsService {
97666
97474
  const api = {
97667
97475
  data: result.value.data,
97668
97476
  subscribe: (cb) => {
97669
- result.value.subscribe((result2) => {
97477
+ return result.value.subscribe((result2) => {
97670
97478
  if (result2.isErr()) {
97671
97479
  return cb({ data: void 0, error: toError(result2.error) });
97672
97480
  }
@@ -97769,10 +97577,10 @@ class GraphQLImperativeBindingsService {
97769
97577
  acceptedOperations: ["query"]
97770
97578
  };
97771
97579
  const result = resolveAndValidateGraphQLConfig(params[0], options);
97772
- if (result == null ? void 0 : result.isErr()) {
97580
+ if (result?.isErr()) {
97773
97581
  return result.error;
97774
97582
  }
97775
- if (result == null ? void 0 : result.isOk()) {
97583
+ if (result?.isOk()) {
97776
97584
  params[0] = result.value;
97777
97585
  }
97778
97586
  }
@@ -97791,7 +97599,7 @@ class GraphQLImperativeBindingsService {
97791
97599
  deepFreeze(result.value);
97792
97600
  consumerEmittedData.data = result.value.data.data;
97793
97601
  consumerEmittedData.subscribe = (cb) => {
97794
- result.value.subscribe((res) => {
97602
+ return result.value.subscribe((res) => {
97795
97603
  const consumerEmittedData2 = {
97796
97604
  data: void 0,
97797
97605
  errors: void 0
@@ -97864,11 +97672,11 @@ class GraphQLLegacyImperativeBindingsService {
97864
97672
  acceptedOperations: ["query"]
97865
97673
  };
97866
97674
  const result = resolveAndValidateGraphQLConfig(config, options);
97867
- if (result == null ? void 0 : result.isErr()) {
97675
+ if (result?.isErr()) {
97868
97676
  callback(result.error);
97869
97677
  return;
97870
97678
  }
97871
- if (result == null ? void 0 : result.isOk()) {
97679
+ if (result?.isOk()) {
97872
97680
  config = result.value;
97873
97681
  }
97874
97682
  }
@@ -97899,12 +97707,12 @@ class GraphQLLegacyImperativeBindingsService {
97899
97707
  acceptedOperations: ["query"]
97900
97708
  };
97901
97709
  const result = resolveAndValidateGraphQLConfig(config, options);
97902
- if (result == null ? void 0 : result.isErr()) {
97710
+ if (result?.isErr()) {
97903
97711
  callback(result.error);
97904
97712
  return () => {
97905
97713
  };
97906
97714
  }
97907
- if (result == null ? void 0 : result.isOk()) {
97715
+ if (result?.isOk()) {
97908
97716
  config = result.value;
97909
97717
  }
97910
97718
  }
@@ -97966,13 +97774,13 @@ class GraphQLMutationBindingsService {
97966
97774
  acceptedOperations: ["mutation"]
97967
97775
  };
97968
97776
  const result2 = resolveAndValidateGraphQLConfig(params[0], options);
97969
- if (result2 == null ? void 0 : result2.isErr()) {
97777
+ if (result2?.isErr()) {
97970
97778
  return {
97971
97779
  data: void 0,
97972
97780
  errors: result2.error.errors
97973
97781
  };
97974
97782
  }
97975
- if (result2 == null ? void 0 : result2.isOk()) {
97783
+ if (result2?.isOk()) {
97976
97784
  params[0] = result2.value;
97977
97785
  }
97978
97786
  }
@@ -97998,11 +97806,6 @@ function buildServiceDescriptor$7() {
97998
97806
  };
97999
97807
  }
98000
97808
 
98001
- /*!
98002
- * Copyright (c) 2022, Salesforce, Inc.,
98003
- * All rights reserved.
98004
- * For full license text, see the LICENSE.txt file
98005
- */
98006
97809
  class Sanitizer {
98007
97810
  constructor(obj) {
98008
97811
  this.obj = obj;
@@ -98062,7 +97865,7 @@ class CommandWireAdapterConstructor {
98062
97865
  this.callback = callback;
98063
97866
  this.connected = false;
98064
97867
  this.exposeRefresh = false;
98065
- if (!(options == null ? void 0 : options.skipEmptyEmit)) {
97868
+ if (!options?.skipEmptyEmit) {
98066
97869
  this.emit();
98067
97870
  }
98068
97871
  }
@@ -98359,11 +98162,6 @@ function buildServiceDescriptor$2() {
98359
98162
  };
98360
98163
  }
98361
98164
 
98362
- /*!
98363
- * Copyright (c) 2022, Salesforce, Inc.,
98364
- * All rights reserved.
98365
- * For full license text, see the LICENSE.txt file
98366
- */
98367
98165
  function buildServiceDescriptor$1(interceptors = {
98368
98166
  request: [],
98369
98167
  retry: void 0,
@@ -98373,9 +98171,17 @@ function buildServiceDescriptor$1(interceptors = {
98373
98171
  return {
98374
98172
  type: "fetch",
98375
98173
  version: "1.0",
98376
- service: function(...args) {
98377
- var _a;
98378
- const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
98174
+ service: function(input, init) {
98175
+ let contextSeed;
98176
+ let cleanInit = init;
98177
+ if (init !== void 0 && "__contextSeed" in init) {
98178
+ const { __contextSeed, ...initWithoutSeed } = init;
98179
+ contextSeed = __contextSeed;
98180
+ cleanInit = Object.keys(initWithoutSeed).length === 0 ? void 0 : initWithoutSeed;
98181
+ }
98182
+ const fetchArgs = cleanInit === void 0 ? [input] : [input, cleanInit];
98183
+ const baseContext = interceptors.createContext?.();
98184
+ const context = contextSeed === void 0 ? baseContext : { ...baseContext, ...contextSeed };
98379
98185
  const {
98380
98186
  request: requestInterceptors = [],
98381
98187
  retry: retryInterceptor = void 0,
@@ -98383,17 +98189,17 @@ function buildServiceDescriptor$1(interceptors = {
98383
98189
  finally: finallyInterceptors = []
98384
98190
  } = interceptors;
98385
98191
  const pending = requestInterceptors.reduce(
98386
- (previousPromise, interceptor) => previousPromise.then((args2) => interceptor(args2, context)),
98387
- resolvedPromiseLike$2(args)
98192
+ (previousPromise, interceptor) => previousPromise.then((args) => interceptor(args, context)),
98193
+ resolvedPromiseLike$2(fetchArgs)
98388
98194
  );
98389
- return Promise.resolve(pending).then((args2) => {
98195
+ return Promise.resolve(pending).then((args) => {
98390
98196
  if (retryInterceptor) {
98391
- return retryInterceptor(args2, retryService, context);
98197
+ return retryInterceptor(args, retryService, context);
98392
98198
  } else {
98393
98199
  if (retryService) {
98394
- return retryService.applyRetry(() => fetch(...args2));
98200
+ return retryService.applyRetry(() => fetch(...args));
98395
98201
  }
98396
- return fetch(...args2);
98202
+ return fetch(...args);
98397
98203
  }
98398
98204
  }).then((response) => {
98399
98205
  return responseInterceptors.reduce(
@@ -98569,11 +98375,6 @@ function extractQueryParams(urlString) {
98569
98375
  return queryParams;
98570
98376
  }
98571
98377
 
98572
- /*!
98573
- * Copyright (c) 2022, Salesforce, Inc.,
98574
- * All rights reserved.
98575
- * For full license text, see the LICENSE.txt file
98576
- */
98577
98378
  class CacheInclusionPolicyService {
98578
98379
  }
98579
98380
  function setDifference(setA, setB) {
@@ -98625,18 +98426,8 @@ function rejectedPromiseLike$3(reason) {
98625
98426
  };
98626
98427
  }
98627
98428
  function isPromiseLike$3(x) {
98628
- return typeof (x == null ? void 0 : x.then) === "function";
98429
+ return typeof x?.then === "function";
98629
98430
  }
98630
- /*!
98631
- * Copyright (c) 2022, Salesforce, Inc.,
98632
- * All rights reserved.
98633
- * For full license text, see the LICENSE.txt file
98634
- */
98635
- /*!
98636
- * Copyright (c) 2022, Salesforce, Inc.,
98637
- * All rights reserved.
98638
- * For full license text, see the LICENSE.txt file
98639
- */
98640
98431
  const { stringify: stringify$8, parse: parse$8 } = JSON;
98641
98432
  function deepCopy(x) {
98642
98433
  const stringified = stringify$8(x);
@@ -98660,7 +98451,7 @@ class DefaultRecordableCache {
98660
98451
  if (value === void 0) {
98661
98452
  this.missingKeysRead.add(key);
98662
98453
  }
98663
- if (options == null ? void 0 : options.copy) {
98454
+ if (options?.copy) {
98664
98455
  return deepCopy(value);
98665
98456
  }
98666
98457
  return value;
@@ -98704,7 +98495,7 @@ class DefaultFilteredCache {
98704
98495
  get(key, options) {
98705
98496
  const result = this.baseCache.get(key);
98706
98497
  if (result && this.predicate(key, result)) {
98707
- if (options == null ? void 0 : options.copy) {
98498
+ if (options?.copy) {
98708
98499
  return deepCopy(result);
98709
98500
  }
98710
98501
  return result;
@@ -98800,7 +98591,7 @@ class DefaultCache {
98800
98591
  this.data = {};
98801
98592
  }
98802
98593
  get(key, options) {
98803
- if (options == null ? void 0 : options.copy) {
98594
+ if (options?.copy) {
98804
98595
  return deepCopy(this.data[key]);
98805
98596
  }
98806
98597
  return this.data[key];
@@ -99422,17 +99213,12 @@ register$1({
99422
99213
  id: '@salesforce/lds-network-adapter',
99423
99214
  instrument: instrument$2,
99424
99215
  });
99425
- // version: 1.439.0-e3dc0cfb2a
99216
+ // version: 1.441.0-5e7d04c146
99426
99217
 
99427
99218
  const { create: create$2, keys: keys$2 } = Object;
99428
99219
  const { stringify, parse } = JSON;
99429
99220
  const { isArray: isArray$3 } = Array;
99430
99221
 
99431
- /*!
99432
- * Copyright (c) 2022, Salesforce, Inc.,
99433
- * All rights reserved.
99434
- * For full license text, see the LICENSE.txt file
99435
- */
99436
99222
  function extractValue(valueNode, variableDefinitions, expectedType) {
99437
99223
  if (valueNode.kind === Kind$1.VARIABLE) {
99438
99224
  const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
@@ -99553,10 +99339,7 @@ function findExecutableOperation(input) {
99553
99339
  return ok$3(operations[0]);
99554
99340
  }
99555
99341
  if (input.operationName) {
99556
- const specifiedOperation = operations.find((op) => {
99557
- var _a;
99558
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
99559
- });
99342
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
99560
99343
  if (specifiedOperation) {
99561
99344
  return ok$3(specifiedOperation);
99562
99345
  }
@@ -99572,14 +99355,13 @@ function buildGraphQLInputExtension(input) {
99572
99355
  const operation = operationResult.value;
99573
99356
  const selections = operation.selectionSet.selections;
99574
99357
  const variableDefinitions = operation.variableDefinitions;
99575
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
99576
- var _a;
99358
+ const variables = variableDefinitions?.reduce((prev, def) => {
99577
99359
  prev[def.variable.name.value] = {
99578
99360
  definition: def,
99579
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
99361
+ value: input.variables?.[def.variable.name.value]
99580
99362
  };
99581
99363
  return prev;
99582
- }, {})) || {};
99364
+ }, {}) || {};
99583
99365
  const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
99584
99366
  prev[fragment.name.value] = fragment;
99585
99367
  return prev;
@@ -99591,11 +99373,10 @@ function buildGraphQLInputExtension(input) {
99591
99373
  });
99592
99374
  }
99593
99375
  function buildAugmentedFieldSelection(newSelection, selections, fragments) {
99594
- var _a;
99595
99376
  if (selectionExists(newSelection, selections)) {
99596
99377
  return void 0;
99597
99378
  }
99598
- const baseAlias = ((_a = newSelection.alias) == null ? void 0 : _a.value) || newSelection.name.value;
99379
+ const baseAlias = newSelection.alias?.value || newSelection.name.value;
99599
99380
  const baseInjectedAlias = `framework_augmented_${baseAlias}`;
99600
99381
  const baseAliasedSelection = {
99601
99382
  ...newSelection,
@@ -99620,20 +99401,19 @@ function selectionExists(selection, selections) {
99620
99401
  return selections.some((s) => selectionEquals(selection, s));
99621
99402
  }
99622
99403
  function selectionEquals(a, b) {
99623
- var _a, _b, _c, _d, _e, _f;
99624
99404
  if (a.kind !== b.kind) {
99625
99405
  return false;
99626
99406
  }
99627
99407
  if (a.kind === Kind$1.FIELD) {
99628
99408
  const bField = b;
99629
- 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);
99409
+ 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);
99630
99410
  }
99631
99411
  if (a.kind === Kind$1.FRAGMENT_SPREAD) {
99632
99412
  const bFragmentSpread = b;
99633
99413
  return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
99634
99414
  }
99635
99415
  const bInlineFragment = b;
99636
- 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);
99416
+ return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
99637
99417
  }
99638
99418
  function argumentValueEquals(a, b) {
99639
99419
  if (a.kind !== b.kind) {
@@ -99676,7 +99456,7 @@ function directivesEqual(a, b) {
99676
99456
  return true;
99677
99457
  }
99678
99458
  if (a === void 0 || b === void 0) {
99679
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99459
+ return (a?.length || 0) === (b?.length || 0);
99680
99460
  }
99681
99461
  if (a.length !== b.length) {
99682
99462
  return false;
@@ -99691,7 +99471,7 @@ function argumentsEqual(a, b) {
99691
99471
  return true;
99692
99472
  }
99693
99473
  if (a === void 0 || b === void 0) {
99694
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99474
+ return (a?.length || 0) === (b?.length || 0);
99695
99475
  }
99696
99476
  if (a.length !== b.length) {
99697
99477
  return false;
@@ -99718,11 +99498,10 @@ function getUniqueSelectionName(fieldName, selections, fragments) {
99718
99498
  return `${fieldName}_${i}`;
99719
99499
  }
99720
99500
  function collectFieldNames(selections, fragments) {
99721
- var _a;
99722
99501
  const fieldNames = /* @__PURE__ */ new Set();
99723
99502
  for (const selection of selections) {
99724
99503
  if (isField(selection)) {
99725
- fieldNames.add(((_a = selection.alias) == null ? void 0 : _a.value) || selection.name.value);
99504
+ fieldNames.add(selection.alias?.value || selection.name.value);
99726
99505
  } else if (isInlineFragment(selection)) {
99727
99506
  collectFieldNames(
99728
99507
  selection.selectionSet.selections,
@@ -99778,8 +99557,7 @@ function isFragmentDefinition(node) {
99778
99557
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
99779
99558
  }
99780
99559
  function extractIfArgument(directive, variables, directiveName) {
99781
- var _a;
99782
- const ifArg = (_a = directive.arguments) == null ? void 0 : _a.find((arg) => arg.name.value === "if");
99560
+ const ifArg = directive.arguments?.find((arg) => arg.name.value === "if");
99783
99561
  if (!ifArg) {
99784
99562
  return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
99785
99563
  }
@@ -99892,8 +99670,7 @@ class BaseArrayFieldDef {
99892
99670
  const arrayNormalizationErrors = [];
99893
99671
  const normalizedArray = [];
99894
99672
  input.data.forEach((item, index) => {
99895
- var _a;
99896
- const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
99673
+ const existingItemData = input.existingNormalizedData?.[index];
99897
99674
  const normalizedItemResult = this.items.write(cache, {
99898
99675
  ...input,
99899
99676
  data: item,
@@ -99973,7 +99750,6 @@ class BaseObjectFieldDef {
99973
99750
  return this.repository.buildFieldKey(selection, variables);
99974
99751
  }
99975
99752
  write(cache, input) {
99976
- var _a;
99977
99753
  if (!input.selection.selectionSet) {
99978
99754
  return err$3([
99979
99755
  {
@@ -100003,7 +99779,7 @@ class BaseObjectFieldDef {
100003
99779
  const writeResult = this.repository.write(cache, {
100004
99780
  ...input,
100005
99781
  data: input.data,
100006
- existingNormalizedData: (_a = input.existingNormalizedData) == null ? void 0 : _a.data,
99782
+ existingNormalizedData: input.existingNormalizedData?.data,
100007
99783
  request: input.request,
100008
99784
  selections: input.selection.selectionSet.selections,
100009
99785
  parentFieldSelection: input.selection
@@ -100014,7 +99790,6 @@ class BaseObjectFieldDef {
100014
99790
  return ok$3({ type: "data", data: writeResult.value });
100015
99791
  }
100016
99792
  read(cache, input) {
100017
- var _a;
100018
99793
  if (!input.selection.selectionSet) {
100019
99794
  return err$3([
100020
99795
  {
@@ -100046,7 +99821,7 @@ class BaseObjectFieldDef {
100046
99821
  ...input,
100047
99822
  normalizedData: normalizedData.data,
100048
99823
  request: input.request,
100049
- selections: (_a = input.selection.selectionSet) == null ? void 0 : _a.selections,
99824
+ selections: input.selection.selectionSet?.selections,
100050
99825
  parentFieldSelection: input.selection
100051
99826
  });
100052
99827
  }
@@ -100097,13 +99872,12 @@ class BaseGraphQLTypeRepository {
100097
99872
  return { selections: augmentedSelections, fragments: augmentedFragments };
100098
99873
  }
100099
99874
  augmentFieldSelection(selection, fragments) {
100100
- var _a;
100101
99875
  const field = this.getFieldDef(void 0, selection);
100102
99876
  if (field === void 0) {
100103
99877
  return { selections: [selection], fragments };
100104
99878
  }
100105
99879
  const result = field.augmentSelections({
100106
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
99880
+ selections: selection.selectionSet?.selections || [],
100107
99881
  fragments
100108
99882
  });
100109
99883
  return {
@@ -100120,7 +99894,6 @@ class BaseGraphQLTypeRepository {
100120
99894
  };
100121
99895
  }
100122
99896
  augmentInlineFragmentSelection(fragment, fragments) {
100123
- var _a;
100124
99897
  const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
100125
99898
  void 0,
100126
99899
  fragment
@@ -100129,7 +99902,7 @@ class BaseGraphQLTypeRepository {
100129
99902
  return { selections: [], fragments };
100130
99903
  }
100131
99904
  const augmentedFragmentSelections = this.augmentSelections({
100132
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99905
+ selections: fragment.selectionSet?.selections || [],
100133
99906
  fragments
100134
99907
  });
100135
99908
  return {
@@ -100146,7 +99919,6 @@ class BaseGraphQLTypeRepository {
100146
99919
  };
100147
99920
  }
100148
99921
  augmentFragmentSpreadSelection(selection, fragments) {
100149
- var _a;
100150
99922
  const fragment = fragments[selection.name.value];
100151
99923
  if (fragment === void 0) {
100152
99924
  return { selections: [selection], fragments };
@@ -100159,7 +99931,7 @@ class BaseGraphQLTypeRepository {
100159
99931
  return { selections: [selection], fragments };
100160
99932
  }
100161
99933
  const augmentedFragment = this.augmentSelections({
100162
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99934
+ selections: fragment.selectionSet?.selections || [],
100163
99935
  fragments
100164
99936
  });
100165
99937
  return {
@@ -100208,9 +99980,8 @@ class BaseGraphQLTypeRepository {
100208
99980
  return buildReadWriteResult(normalized, errors);
100209
99981
  }
100210
99982
  normalizeFieldSelection(cache, input, selection, errorCollector) {
100211
- var _a;
100212
99983
  const canonicalFieldName = selection.name.value;
100213
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
99984
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100214
99985
  const value = input.data[dataInstanceFieldName];
100215
99986
  const fieldDef = this.getFieldDef(input, selection);
100216
99987
  if (!fieldDef) {
@@ -100320,7 +100091,6 @@ class BaseGraphQLTypeRepository {
100320
100091
  return buildReadWriteResult(denormalized, errors);
100321
100092
  }
100322
100093
  getNormalizedFieldData(selection, input) {
100323
- var _a;
100324
100094
  const fieldDef = this.getFieldDef(input, selection);
100325
100095
  if (!fieldDef) {
100326
100096
  return err$3(
@@ -100337,10 +100107,9 @@ class BaseGraphQLTypeRepository {
100337
100107
  return err$3(cacheFieldKeyResult.error);
100338
100108
  }
100339
100109
  const cacheFieldKey = cacheFieldKeyResult.value;
100340
- return ok$3((_a = input.existingNormalizedData || input.normalizedData) == null ? void 0 : _a[cacheFieldKey]);
100110
+ return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
100341
100111
  }
100342
100112
  denormalizeFieldSelection(cache, input, selection, errorCollector) {
100343
- var _a;
100344
100113
  const canonicalFieldName = selection.name.value;
100345
100114
  const fieldDef = this.getFieldDef(input, selection);
100346
100115
  if (!fieldDef) {
@@ -100352,7 +100121,7 @@ class BaseGraphQLTypeRepository {
100352
100121
  });
100353
100122
  return {};
100354
100123
  }
100355
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100124
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100356
100125
  const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
100357
100126
  if (normalizedFieldDataResult.isErr()) {
100358
100127
  errorCollector.push({
@@ -100420,19 +100189,18 @@ class BaseGraphQLTypeRepository {
100420
100189
  return {};
100421
100190
  }
100422
100191
  getFieldDef(input, selection) {
100423
- var _a, _b, _c;
100424
100192
  const canonicalFieldName = selection.name.value;
100425
100193
  const fieldDef = this.fields[canonicalFieldName];
100426
100194
  if (fieldDef) {
100427
100195
  return fieldDef;
100428
100196
  }
100429
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100197
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100430
100198
  if (input === void 0) {
100431
100199
  return void 0;
100432
100200
  }
100433
100201
  if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
100434
100202
  return missingFieldDef;
100435
- } else if ("normalizedData" in input && ((_c = (_b = input.normalizedData) == null ? void 0 : _b[dataInstanceFieldName]) == null ? void 0 : _c.type) === "missing") {
100203
+ } else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
100436
100204
  return missingFieldDef;
100437
100205
  }
100438
100206
  return void 0;
@@ -100520,7 +100288,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100520
100288
  return err$3(normalized.error);
100521
100289
  }
100522
100290
  const existing = cache.get(key);
100523
- if (!deepEquals$2(existing == null ? void 0 : existing.value, normalized.value)) {
100291
+ if (!deepEquals$2(existing?.value, normalized.value)) {
100524
100292
  cache.set(key, {
100525
100293
  value: normalized.value,
100526
100294
  metadata: this.cacheMetadata
@@ -100536,7 +100304,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100536
100304
  const existingNormalizedData = cache.get(key, { copy: true });
100537
100305
  const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
100538
100306
  ...input,
100539
- existingNormalizedData: existingNormalizedData == null ? void 0 : existingNormalizedData.value
100307
+ existingNormalizedData: existingNormalizedData?.value
100540
100308
  });
100541
100309
  if (normalizeDataResult.isErr()) {
100542
100310
  return normalizeDataResult;
@@ -100544,7 +100312,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100544
100312
  return ok$3(
100545
100313
  deepMerge$2(
100546
100314
  {},
100547
- (existingNormalizedData == null ? void 0 : existingNormalizedData.value) || {},
100315
+ existingNormalizedData?.value || {},
100548
100316
  normalizeDataResult.value
100549
100317
  )
100550
100318
  );
@@ -100559,14 +100327,13 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100559
100327
  return this.graphqlRepository.buildFieldKey(selection, variables);
100560
100328
  }
100561
100329
  buildKeyParams(input) {
100562
- var _a;
100563
100330
  const idField = input.selections.find(
100564
100331
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
100565
100332
  );
100566
100333
  if (!idField) {
100567
100334
  throw new Error(`Id field ${this.idField} not found in selections`);
100568
100335
  }
100569
- const idFieldDataProperty = ((_a = idField.alias) == null ? void 0 : _a.value) || idField.name.value;
100336
+ const idFieldDataProperty = idField.alias?.value || idField.name.value;
100570
100337
  return {
100571
100338
  [this.idField]: input.data[idFieldDataProperty]
100572
100339
  };
@@ -100616,7 +100383,6 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100616
100383
  });
100617
100384
  }
100618
100385
  buildAugmentedQuery(input) {
100619
- var _a;
100620
100386
  const operationResult = findExecutableOperation(input);
100621
100387
  if (operationResult.isErr()) {
100622
100388
  return err$3(operationResult.error);
@@ -100633,7 +100399,7 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100633
100399
  {}
100634
100400
  );
100635
100401
  const result = this.augmentSelections({
100636
- selections: ((_a = operationResult.value.selectionSet) == null ? void 0 : _a.selections) || [],
100402
+ selections: operationResult.value.selectionSet?.selections || [],
100637
100403
  fragments
100638
100404
  });
100639
100405
  const augmentedOperationSelections = result.selections;
@@ -100754,12 +100520,11 @@ class BaseInterfaceRepository {
100754
100520
  const augmentedSelections = [];
100755
100521
  let augmentedFragments = { ...input.fragments };
100756
100522
  input.selections.forEach((selection) => {
100757
- var _a;
100758
100523
  if (selection.kind === Kind$1.FIELD) {
100759
100524
  if (Object.keys(this.fields).includes(selection.name.value)) {
100760
100525
  const field = this.fields[selection.name.value];
100761
100526
  const result2 = field.augmentSelections({
100762
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
100527
+ selections: selection.selectionSet?.selections || [],
100763
100528
  fragments: input.fragments
100764
100529
  });
100765
100530
  augmentedSelections.push({
@@ -100792,12 +100557,11 @@ class BaseInterfaceRepository {
100792
100557
  return { selections: augmentedSelections, fragments: augmentedFragments };
100793
100558
  }
100794
100559
  getTypeDiscriminator(data, selections) {
100795
- var _a;
100796
100560
  const typenameSelection = selections.find(
100797
100561
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100798
100562
  );
100799
100563
  if (typenameSelection) {
100800
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100564
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100801
100565
  } else {
100802
100566
  return data.__typename;
100803
100567
  }
@@ -100939,12 +100703,11 @@ class BaseUnionRepository {
100939
100703
  return { selections: augmentedSelections, fragments: augmentedFragments };
100940
100704
  }
100941
100705
  getTypeDiscriminator(data, selections) {
100942
- var _a;
100943
100706
  const typenameSelection = selections.find(
100944
100707
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100945
100708
  );
100946
100709
  if (typenameSelection) {
100947
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100710
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100948
100711
  } else {
100949
100712
  return data.__typename;
100950
100713
  }
@@ -101439,11 +101202,6 @@ LockerSafeClass(ConsumedContextSignal);
101439
101202
  */
101440
101203
 
101441
101204
 
101442
- /*!
101443
- * Copyright (c) 2022, Salesforce, Inc.,
101444
- * All rights reserved.
101445
- * For full license text, see the LICENSE.txt file
101446
- */
101447
101205
  const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
101448
101206
  class Ok {
101449
101207
  constructor(value) {
@@ -101504,7 +101262,7 @@ function rejectedPromiseLike(reason) {
101504
101262
  };
101505
101263
  }
101506
101264
  function isPromiseLike(x) {
101507
- return typeof (x == null ? void 0 : x.then) === "function";
101265
+ return typeof x?.then === "function";
101508
101266
  }
101509
101267
  class InternalError extends Error {
101510
101268
  constructor(data) {
@@ -101523,11 +101281,10 @@ function applyDecorators(baseCommand, decorators, options) {
101523
101281
  class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
101524
101282
  constructor(services, typeRegistry) {
101525
101283
  super(services);
101526
- this.services = services;
101527
- this.typeRegistry = typeRegistry;
101528
101284
  this.namespace = "oas";
101529
101285
  this.typeName = "Analytics__AnalyticsBrowse";
101530
101286
  this.implementedInterfaces = [];
101287
+ this.typeRegistry = typeRegistry;
101531
101288
  }
101532
101289
  get fields() {
101533
101290
  return {
@@ -101543,11 +101300,10 @@ class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepo
101543
101300
  class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101544
101301
  constructor(services, typeRegistry) {
101545
101302
  super(services);
101546
- this.services = services;
101547
- this.typeRegistry = typeRegistry;
101548
101303
  this.namespace = "oas";
101549
101304
  this.typeName = "Analytics__AnalyticsEdge";
101550
101305
  this.implementedInterfaces = [];
101306
+ this.typeRegistry = typeRegistry;
101551
101307
  }
101552
101308
  get fields() {
101553
101309
  return {
@@ -101561,11 +101317,10 @@ class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeReposi
101561
101317
  class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
101562
101318
  constructor(services, typeRegistry) {
101563
101319
  super(services);
101564
- this.services = services;
101565
- this.typeRegistry = typeRegistry;
101566
101320
  this.namespace = "oas";
101567
101321
  this.typeName = "Analytics__Analytics";
101568
101322
  this.implementedInterfaces = [];
101323
+ this.typeRegistry = typeRegistry;
101569
101324
  }
101570
101325
  get fields() {
101571
101326
  return {
@@ -101578,11 +101333,10 @@ class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository
101578
101333
  class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
101579
101334
  constructor(services, typeRegistry) {
101580
101335
  super(services);
101581
- this.services = services;
101582
- this.typeRegistry = typeRegistry;
101583
101336
  this.namespace = "oas";
101584
101337
  this.typeName = "Analytics__AnalyticsRepresentationInterface";
101585
101338
  this.implementedInterfaces = [];
101339
+ this.typeRegistry = typeRegistry;
101586
101340
  }
101587
101341
  get fields() {
101588
101342
  return {
@@ -101618,12 +101372,11 @@ class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfac
101618
101372
  class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101619
101373
  constructor(services, typeRegistry) {
101620
101374
  super(services);
101621
- this.services = services;
101622
- this.typeRegistry = typeRegistry;
101623
101375
  this.namespace = "oas";
101624
101376
  this.typeName = "Analytics__AnalyticsRepresentation";
101625
101377
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101626
101378
  this.idField = "Id";
101379
+ this.typeRegistry = typeRegistry;
101627
101380
  }
101628
101381
  get fields() {
101629
101382
  return {
@@ -101653,11 +101406,10 @@ class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTy
101653
101406
  class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101654
101407
  constructor(services, typeRegistry) {
101655
101408
  super(services);
101656
- this.services = services;
101657
- this.typeRegistry = typeRegistry;
101658
101409
  this.namespace = "oas";
101659
101410
  this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
101660
101411
  this.implementedInterfaces = [];
101412
+ this.typeRegistry = typeRegistry;
101661
101413
  }
101662
101414
  get fields() {
101663
101415
  return {
@@ -101673,11 +101425,10 @@ class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends Unidentifia
101673
101425
  class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101674
101426
  constructor(services, typeRegistry) {
101675
101427
  super(services);
101676
- this.services = services;
101677
- this.typeRegistry = typeRegistry;
101678
101428
  this.namespace = "oas";
101679
101429
  this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
101680
101430
  this.implementedInterfaces = [];
101431
+ this.typeRegistry = typeRegistry;
101681
101432
  }
101682
101433
  get fields() {
101683
101434
  return {
@@ -101691,11 +101442,10 @@ class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGra
101691
101442
  class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
101692
101443
  constructor(services, typeRegistry) {
101693
101444
  super(services);
101694
- this.services = services;
101695
- this.typeRegistry = typeRegistry;
101696
101445
  this.namespace = "oas";
101697
101446
  this.typeName = "Analytics__AnalyticsWorkspaceAsset";
101698
101447
  this.implementedInterfaces = [];
101448
+ this.typeRegistry = typeRegistry;
101699
101449
  }
101700
101450
  get fields() {
101701
101451
  return {
@@ -101712,12 +101462,11 @@ class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQL
101712
101462
  class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
101713
101463
  constructor(services, typeRegistry) {
101714
101464
  super(services);
101715
- this.services = services;
101716
- this.typeRegistry = typeRegistry;
101717
101465
  this.namespace = "oas";
101718
101466
  this.typeName = "Analytics__AnalyticsWorkspace";
101719
101467
  this.implementedInterfaces = [];
101720
101468
  this.idField = "Id";
101469
+ this.typeRegistry = typeRegistry;
101721
101470
  }
101722
101471
  get fields() {
101723
101472
  return {
@@ -101741,12 +101490,11 @@ class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRep
101741
101490
  class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101742
101491
  constructor(services, typeRegistry) {
101743
101492
  super(services);
101744
- this.services = services;
101745
- this.typeRegistry = typeRegistry;
101746
101493
  this.namespace = "oas";
101747
101494
  this.typeName = "Analytics__DataspaceRepresentation";
101748
101495
  this.implementedInterfaces = [];
101749
101496
  this.idField = "Id";
101497
+ this.typeRegistry = typeRegistry;
101750
101498
  }
101751
101499
  get fields() {
101752
101500
  return {
@@ -101765,12 +101513,11 @@ class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTy
101765
101513
  class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
101766
101514
  constructor(services, typeRegistry) {
101767
101515
  super(services);
101768
- this.services = services;
101769
- this.typeRegistry = typeRegistry;
101770
101516
  this.namespace = "oas";
101771
101517
  this.typeName = "Analytics__DominoTemplate";
101772
101518
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101773
101519
  this.idField = "Id";
101520
+ this.typeRegistry = typeRegistry;
101774
101521
  }
101775
101522
  get fields() {
101776
101523
  return {
@@ -101802,12 +101549,11 @@ class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeReposit
101802
101549
  class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
101803
101550
  constructor(services, typeRegistry) {
101804
101551
  super(services);
101805
- this.services = services;
101806
- this.typeRegistry = typeRegistry;
101807
101552
  this.namespace = "oas";
101808
101553
  this.typeName = "Analytics__MktDataConnector";
101809
101554
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101810
101555
  this.idField = "Id";
101556
+ this.typeRegistry = typeRegistry;
101811
101557
  }
101812
101558
  get fields() {
101813
101559
  return {
@@ -101838,12 +101584,11 @@ class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepos
101838
101584
  class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
101839
101585
  constructor(services, typeRegistry) {
101840
101586
  super(services);
101841
- this.services = services;
101842
- this.typeRegistry = typeRegistry;
101843
101587
  this.namespace = "oas";
101844
101588
  this.typeName = "Analytics__SemanticDefinition";
101845
101589
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101846
101590
  this.idField = "Id";
101591
+ this.typeRegistry = typeRegistry;
101847
101592
  }
101848
101593
  get fields() {
101849
101594
  return {
@@ -101876,11 +101621,10 @@ class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRep
101876
101621
  class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101877
101622
  constructor(services, typeRegistry) {
101878
101623
  super(services);
101879
- this.services = services;
101880
- this.typeRegistry = typeRegistry;
101881
101624
  this.namespace = "oas";
101882
101625
  this.typeName = "Analytics__SemanticModelRelatedModelConnection";
101883
101626
  this.implementedInterfaces = [];
101627
+ this.typeRegistry = typeRegistry;
101884
101628
  }
101885
101629
  get fields() {
101886
101630
  return {
@@ -101896,11 +101640,10 @@ class Analytics__SemanticModelRelatedModelConnectionRepository extends Unidentif
101896
101640
  class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101897
101641
  constructor(services, typeRegistry) {
101898
101642
  super(services);
101899
- this.services = services;
101900
- this.typeRegistry = typeRegistry;
101901
101643
  this.namespace = "oas";
101902
101644
  this.typeName = "Analytics__SemanticModelRelatedModelEdge";
101903
101645
  this.implementedInterfaces = [];
101646
+ this.typeRegistry = typeRegistry;
101904
101647
  }
101905
101648
  get fields() {
101906
101649
  return {
@@ -101914,12 +101657,11 @@ class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableG
101914
101657
  class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101915
101658
  constructor(services, typeRegistry) {
101916
101659
  super(services);
101917
- this.services = services;
101918
- this.typeRegistry = typeRegistry;
101919
101660
  this.namespace = "oas";
101920
101661
  this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
101921
101662
  this.implementedInterfaces = [];
101922
101663
  this.idField = "Id";
101664
+ this.typeRegistry = typeRegistry;
101923
101665
  }
101924
101666
  get fields() {
101925
101667
  return {
@@ -101938,12 +101680,11 @@ class Analytics__SemanticModelRelatedModelRepresentationRepository extends Ident
101938
101680
  class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
101939
101681
  constructor(services, typeRegistry) {
101940
101682
  super(services);
101941
- this.services = services;
101942
- this.typeRegistry = typeRegistry;
101943
101683
  this.namespace = "oas";
101944
101684
  this.typeName = "Analytics__SemanticModel";
101945
101685
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101946
101686
  this.idField = "Id";
101687
+ this.typeRegistry = typeRegistry;
101947
101688
  }
101948
101689
  get fields() {
101949
101690
  return {
@@ -101974,11 +101715,10 @@ class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeReposito
101974
101715
  class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101975
101716
  constructor(services, typeRegistry) {
101976
101717
  super(services);
101977
- this.services = services;
101978
- this.typeRegistry = typeRegistry;
101979
101718
  this.namespace = "oas";
101980
101719
  this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
101981
101720
  this.implementedInterfaces = [];
101721
+ this.typeRegistry = typeRegistry;
101982
101722
  }
101983
101723
  get fields() {
101984
101724
  return {
@@ -101994,11 +101734,10 @@ class Analytics__SemanticSubMetricDefinitionConnectionRepository extends Unident
101994
101734
  class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101995
101735
  constructor(services, typeRegistry) {
101996
101736
  super(services);
101997
- this.services = services;
101998
- this.typeRegistry = typeRegistry;
101999
101737
  this.namespace = "oas";
102000
101738
  this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
102001
101739
  this.implementedInterfaces = [];
101740
+ this.typeRegistry = typeRegistry;
102002
101741
  }
102003
101742
  get fields() {
102004
101743
  return {
@@ -102012,12 +101751,11 @@ class Analytics__SemanticSubMetricDefinitionEdgeRepository extends Unidentifiabl
102012
101751
  class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
102013
101752
  constructor(services, typeRegistry) {
102014
101753
  super(services);
102015
- this.services = services;
102016
- this.typeRegistry = typeRegistry;
102017
101754
  this.namespace = "oas";
102018
101755
  this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
102019
101756
  this.implementedInterfaces = [];
102020
101757
  this.idField = "Id";
101758
+ this.typeRegistry = typeRegistry;
102021
101759
  }
102022
101760
  get fields() {
102023
101761
  return {
@@ -102043,11 +101781,10 @@ class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends Ide
102043
101781
  class AnyTypeRepository extends BaseUnionRepository {
102044
101782
  constructor(services, typeRegistry) {
102045
101783
  super(services);
102046
- this.services = services;
102047
- this.typeRegistry = typeRegistry;
102048
101784
  this.namespace = "oas";
102049
101785
  this.typeName = "AnyType";
102050
101786
  this.implementedInterfaces = [];
101787
+ this.typeRegistry = typeRegistry;
102051
101788
  }
102052
101789
  get fields() {
102053
101790
  return {
@@ -102068,11 +101805,10 @@ class AnyTypeRepository extends BaseUnionRepository {
102068
101805
  class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102069
101806
  constructor(services, typeRegistry) {
102070
101807
  super(services);
102071
- this.services = services;
102072
- this.typeRegistry = typeRegistry;
102073
101808
  this.namespace = "oas";
102074
101809
  this.typeName = "Base64Value";
102075
101810
  this.implementedInterfaces = ["FieldValue"];
101811
+ this.typeRegistry = typeRegistry;
102076
101812
  }
102077
101813
  get fields() {
102078
101814
  return {
@@ -102086,11 +101822,10 @@ class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102086
101822
  class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102087
101823
  constructor(services, typeRegistry) {
102088
101824
  super(services);
102089
- this.services = services;
102090
- this.typeRegistry = typeRegistry;
102091
101825
  this.namespace = "oas";
102092
101826
  this.typeName = "BooleanAggregate";
102093
101827
  this.implementedInterfaces = ["FieldValue"];
101828
+ this.typeRegistry = typeRegistry;
102094
101829
  }
102095
101830
  get fields() {
102096
101831
  return {
@@ -102105,11 +101840,10 @@ class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102105
101840
  class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102106
101841
  constructor(services, typeRegistry) {
102107
101842
  super(services);
102108
- this.services = services;
102109
- this.typeRegistry = typeRegistry;
102110
101843
  this.namespace = "oas";
102111
101844
  this.typeName = "BooleanValue";
102112
101845
  this.implementedInterfaces = ["FieldValue"];
101846
+ this.typeRegistry = typeRegistry;
102113
101847
  }
102114
101848
  get fields() {
102115
101849
  return {
@@ -102123,11 +101857,10 @@ class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102123
101857
  class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102124
101858
  constructor(services, typeRegistry) {
102125
101859
  super(services);
102126
- this.services = services;
102127
- this.typeRegistry = typeRegistry;
102128
101860
  this.namespace = "oas";
102129
101861
  this.typeName = "CanvasLayoutComponent";
102130
101862
  this.implementedInterfaces = ["LayoutComponent"];
101863
+ this.typeRegistry = typeRegistry;
102131
101864
  }
102132
101865
  get fields() {
102133
101866
  return {
@@ -102146,11 +101879,10 @@ class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
102146
101879
  class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102147
101880
  constructor(services, typeRegistry) {
102148
101881
  super(services);
102149
- this.services = services;
102150
- this.typeRegistry = typeRegistry;
102151
101882
  this.namespace = "oas";
102152
101883
  this.typeName = "ChildRelationship";
102153
101884
  this.implementedInterfaces = [];
101885
+ this.typeRegistry = typeRegistry;
102154
101886
  }
102155
101887
  get fields() {
102156
101888
  return {
@@ -102168,11 +101900,10 @@ class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102168
101900
  let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
102169
101901
  constructor(services, typeRegistry) {
102170
101902
  super(services);
102171
- this.services = services;
102172
- this.typeRegistry = typeRegistry;
102173
101903
  this.namespace = "oas";
102174
101904
  this.typeName = "CompoundField";
102175
101905
  this.implementedInterfaces = [];
101906
+ this.typeRegistry = typeRegistry;
102176
101907
  }
102177
101908
  get fields() {
102178
101909
  return {
@@ -102208,11 +101939,10 @@ let CompoundFieldRepository$1 = class CompoundFieldRepository extends Unidentifi
102208
101939
  class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102209
101940
  constructor(services, typeRegistry) {
102210
101941
  super(services);
102211
- this.services = services;
102212
- this.typeRegistry = typeRegistry;
102213
101942
  this.namespace = "oas";
102214
101943
  this.typeName = "ControllerValues";
102215
101944
  this.implementedInterfaces = [];
101945
+ this.typeRegistry = typeRegistry;
102216
101946
  }
102217
101947
  get fields() {
102218
101948
  return {
@@ -102226,11 +101956,10 @@ class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102226
101956
  class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102227
101957
  constructor(services, typeRegistry) {
102228
101958
  super(services);
102229
- this.services = services;
102230
- this.typeRegistry = typeRegistry;
102231
101959
  this.namespace = "oas";
102232
101960
  this.typeName = "CurrencyAggregate";
102233
101961
  this.implementedInterfaces = ["FieldValue"];
101962
+ this.typeRegistry = typeRegistry;
102234
101963
  }
102235
101964
  get fields() {
102236
101965
  return {
@@ -102251,11 +101980,10 @@ class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102251
101980
  class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102252
101981
  constructor(services, typeRegistry) {
102253
101982
  super(services);
102254
- this.services = services;
102255
- this.typeRegistry = typeRegistry;
102256
101983
  this.namespace = "oas";
102257
101984
  this.typeName = "CurrencyValue";
102258
101985
  this.implementedInterfaces = ["FieldValue"];
101986
+ this.typeRegistry = typeRegistry;
102259
101987
  }
102260
101988
  get fields() {
102261
101989
  return {
@@ -102271,11 +101999,10 @@ class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102271
101999
  class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102272
102000
  constructor(services, typeRegistry) {
102273
102001
  super(services);
102274
- this.services = services;
102275
- this.typeRegistry = typeRegistry;
102276
102002
  this.namespace = "oas";
102277
102003
  this.typeName = "CustomLinkLayoutComponent";
102278
102004
  this.implementedInterfaces = ["LayoutComponent"];
102005
+ this.typeRegistry = typeRegistry;
102279
102006
  }
102280
102007
  get fields() {
102281
102008
  return {
@@ -102292,11 +102019,10 @@ class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102292
102019
  class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102293
102020
  constructor(services, typeRegistry) {
102294
102021
  super(services);
102295
- this.services = services;
102296
- this.typeRegistry = typeRegistry;
102297
102022
  this.namespace = "oas";
102298
102023
  this.typeName = "DateAggregate";
102299
102024
  this.implementedInterfaces = ["FieldValue"];
102025
+ this.typeRegistry = typeRegistry;
102300
102026
  }
102301
102027
  get fields() {
102302
102028
  return {
@@ -102327,11 +102053,10 @@ class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102327
102053
  class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
102328
102054
  constructor(services, typeRegistry) {
102329
102055
  super(services);
102330
- this.services = services;
102331
- this.typeRegistry = typeRegistry;
102332
102056
  this.namespace = "oas";
102333
102057
  this.typeName = "DateFunctionAggregation";
102334
102058
  this.implementedInterfaces = [];
102059
+ this.typeRegistry = typeRegistry;
102335
102060
  }
102336
102061
  get fields() {
102337
102062
  return {
@@ -102345,11 +102070,10 @@ class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeReposit
102345
102070
  class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102346
102071
  constructor(services, typeRegistry) {
102347
102072
  super(services);
102348
- this.services = services;
102349
- this.typeRegistry = typeRegistry;
102350
102073
  this.namespace = "oas";
102351
102074
  this.typeName = "DateTimeValue";
102352
102075
  this.implementedInterfaces = ["FieldValue"];
102076
+ this.typeRegistry = typeRegistry;
102353
102077
  }
102354
102078
  get fields() {
102355
102079
  return {
@@ -102364,11 +102088,10 @@ class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102364
102088
  class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102365
102089
  constructor(services, typeRegistry) {
102366
102090
  super(services);
102367
- this.services = services;
102368
- this.typeRegistry = typeRegistry;
102369
102091
  this.namespace = "oas";
102370
102092
  this.typeName = "DateValue";
102371
102093
  this.implementedInterfaces = ["FieldValue"];
102094
+ this.typeRegistry = typeRegistry;
102372
102095
  }
102373
102096
  get fields() {
102374
102097
  return {
@@ -102383,11 +102106,10 @@ class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102383
102106
  class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102384
102107
  constructor(services, typeRegistry) {
102385
102108
  super(services);
102386
- this.services = services;
102387
- this.typeRegistry = typeRegistry;
102388
102109
  this.namespace = "oas";
102389
102110
  this.typeName = "DependentField";
102390
102111
  this.implementedInterfaces = [];
102112
+ this.typeRegistry = typeRegistry;
102391
102113
  }
102392
102114
  get fields() {
102393
102115
  return {
@@ -102401,11 +102123,10 @@ class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102401
102123
  class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102402
102124
  constructor(services, typeRegistry) {
102403
102125
  super(services);
102404
- this.services = services;
102405
- this.typeRegistry = typeRegistry;
102406
102126
  this.namespace = "oas";
102407
102127
  this.typeName = "DoubleAggregate";
102408
102128
  this.implementedInterfaces = ["FieldValue"];
102129
+ this.typeRegistry = typeRegistry;
102409
102130
  }
102410
102131
  get fields() {
102411
102132
  return {
@@ -102426,11 +102147,10 @@ class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102426
102147
  class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102427
102148
  constructor(services, typeRegistry) {
102428
102149
  super(services);
102429
- this.services = services;
102430
- this.typeRegistry = typeRegistry;
102431
102150
  this.namespace = "oas";
102432
102151
  this.typeName = "DoubleValue";
102433
102152
  this.implementedInterfaces = ["FieldValue"];
102153
+ this.typeRegistry = typeRegistry;
102434
102154
  }
102435
102155
  get fields() {
102436
102156
  return {
@@ -102445,11 +102165,10 @@ class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102445
102165
  class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102446
102166
  constructor(services, typeRegistry) {
102447
102167
  super(services);
102448
- this.services = services;
102449
- this.typeRegistry = typeRegistry;
102450
102168
  this.namespace = "oas";
102451
102169
  this.typeName = "EmailAggregate";
102452
102170
  this.implementedInterfaces = ["FieldValue"];
102171
+ this.typeRegistry = typeRegistry;
102453
102172
  }
102454
102173
  get fields() {
102455
102174
  return {
@@ -102468,11 +102187,10 @@ class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102468
102187
  class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102469
102188
  constructor(services, typeRegistry) {
102470
102189
  super(services);
102471
- this.services = services;
102472
- this.typeRegistry = typeRegistry;
102473
102190
  this.namespace = "oas";
102474
102191
  this.typeName = "EmailValue";
102475
102192
  this.implementedInterfaces = ["FieldValue"];
102193
+ this.typeRegistry = typeRegistry;
102476
102194
  }
102477
102195
  get fields() {
102478
102196
  return {
@@ -102486,11 +102204,10 @@ class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102486
102204
  class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102487
102205
  constructor(services, typeRegistry) {
102488
102206
  super(services);
102489
- this.services = services;
102490
- this.typeRegistry = typeRegistry;
102491
102207
  this.namespace = "oas";
102492
102208
  this.typeName = "EmptySpaceLayoutComponent";
102493
102209
  this.implementedInterfaces = ["LayoutComponent"];
102210
+ this.typeRegistry = typeRegistry;
102494
102211
  }
102495
102212
  get fields() {
102496
102213
  return {
@@ -102504,11 +102221,10 @@ class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102504
102221
  class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
102505
102222
  constructor(services, typeRegistry) {
102506
102223
  super(services);
102507
- this.services = services;
102508
- this.typeRegistry = typeRegistry;
102509
102224
  this.namespace = "oas";
102510
102225
  this.typeName = "EncryptedStringValue";
102511
102226
  this.implementedInterfaces = ["FieldValue"];
102227
+ this.typeRegistry = typeRegistry;
102512
102228
  }
102513
102229
  get fields() {
102514
102230
  return {
@@ -102522,11 +102238,10 @@ class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository
102522
102238
  class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102523
102239
  constructor(services, typeRegistry) {
102524
102240
  super(services);
102525
- this.services = services;
102526
- this.typeRegistry = typeRegistry;
102527
102241
  this.namespace = "oas";
102528
102242
  this.typeName = "FieldLayoutComponent";
102529
102243
  this.implementedInterfaces = ["LayoutComponent"];
102244
+ this.typeRegistry = typeRegistry;
102530
102245
  }
102531
102246
  get fields() {
102532
102247
  return {
@@ -102541,11 +102256,10 @@ class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository
102541
102256
  class FieldRepository extends BaseInterfaceRepository {
102542
102257
  constructor(services, typeRegistry) {
102543
102258
  super(services);
102544
- this.services = services;
102545
- this.typeRegistry = typeRegistry;
102546
102259
  this.namespace = "oas";
102547
102260
  this.typeName = "Field";
102548
102261
  this.implementedInterfaces = [];
102262
+ this.typeRegistry = typeRegistry;
102549
102263
  }
102550
102264
  get fields() {
102551
102265
  return {
@@ -102592,11 +102306,10 @@ class FieldRepository extends BaseInterfaceRepository {
102592
102306
  class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102593
102307
  constructor(services, typeRegistry) {
102594
102308
  super(services);
102595
- this.services = services;
102596
- this.typeRegistry = typeRegistry;
102597
102309
  this.namespace = "oas";
102598
102310
  this.typeName = "FilteredLookupInfo";
102599
102311
  this.implementedInterfaces = [];
102312
+ this.typeRegistry = typeRegistry;
102600
102313
  }
102601
102314
  get fields() {
102602
102315
  return {
@@ -102611,11 +102324,10 @@ class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102611
102324
  class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102612
102325
  constructor(services, typeRegistry) {
102613
102326
  super(services);
102614
- this.services = services;
102615
- this.typeRegistry = typeRegistry;
102616
102327
  this.namespace = "oas";
102617
102328
  this.typeName = "IDAggregate";
102618
102329
  this.implementedInterfaces = ["FieldValue"];
102330
+ this.typeRegistry = typeRegistry;
102619
102331
  }
102620
102332
  get fields() {
102621
102333
  return {
@@ -102634,11 +102346,10 @@ class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102634
102346
  class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102635
102347
  constructor(services, typeRegistry) {
102636
102348
  super(services);
102637
- this.services = services;
102638
- this.typeRegistry = typeRegistry;
102639
102349
  this.namespace = "oas";
102640
102350
  this.typeName = "IDValue";
102641
102351
  this.implementedInterfaces = ["FieldValue"];
102352
+ this.typeRegistry = typeRegistry;
102642
102353
  }
102643
102354
  get fields() {
102644
102355
  return {
@@ -102652,11 +102363,10 @@ class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102652
102363
  class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102653
102364
  constructor(services, typeRegistry) {
102654
102365
  super(services);
102655
- this.services = services;
102656
- this.typeRegistry = typeRegistry;
102657
102366
  this.namespace = "oas";
102658
102367
  this.typeName = "IntAggregate";
102659
102368
  this.implementedInterfaces = ["FieldValue"];
102369
+ this.typeRegistry = typeRegistry;
102660
102370
  }
102661
102371
  get fields() {
102662
102372
  return {
@@ -102678,11 +102388,10 @@ class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102678
102388
  class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102679
102389
  constructor(services, typeRegistry) {
102680
102390
  super(services);
102681
- this.services = services;
102682
- this.typeRegistry = typeRegistry;
102683
102391
  this.namespace = "oas";
102684
102392
  this.typeName = "IntValue";
102685
102393
  this.implementedInterfaces = ["FieldValue"];
102394
+ this.typeRegistry = typeRegistry;
102686
102395
  }
102687
102396
  get fields() {
102688
102397
  return {
@@ -102697,11 +102406,10 @@ class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102697
102406
  class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102698
102407
  constructor(services, typeRegistry) {
102699
102408
  super(services);
102700
- this.services = services;
102701
- this.typeRegistry = typeRegistry;
102702
102409
  this.namespace = "oas";
102703
102410
  this.typeName = "JSONValue";
102704
102411
  this.implementedInterfaces = ["FieldValue"];
102412
+ this.typeRegistry = typeRegistry;
102705
102413
  }
102706
102414
  get fields() {
102707
102415
  return {
@@ -102715,11 +102423,10 @@ class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102715
102423
  class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102716
102424
  constructor(services, typeRegistry) {
102717
102425
  super(services);
102718
- this.services = services;
102719
- this.typeRegistry = typeRegistry;
102720
102426
  this.namespace = "oas";
102721
102427
  this.typeName = "LatitudeAggregate";
102722
102428
  this.implementedInterfaces = ["FieldValue"];
102429
+ this.typeRegistry = typeRegistry;
102723
102430
  }
102724
102431
  get fields() {
102725
102432
  return {
@@ -102739,11 +102446,10 @@ class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102739
102446
  class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102740
102447
  constructor(services, typeRegistry) {
102741
102448
  super(services);
102742
- this.services = services;
102743
- this.typeRegistry = typeRegistry;
102744
102449
  this.namespace = "oas";
102745
102450
  this.typeName = "LatitudeValue";
102746
102451
  this.implementedInterfaces = ["FieldValue"];
102452
+ this.typeRegistry = typeRegistry;
102747
102453
  }
102748
102454
  get fields() {
102749
102455
  return {
@@ -102757,11 +102463,10 @@ class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102757
102463
  class LayoutComponentRepository extends BaseInterfaceRepository {
102758
102464
  constructor(services, typeRegistry) {
102759
102465
  super(services);
102760
- this.services = services;
102761
- this.typeRegistry = typeRegistry;
102762
102466
  this.namespace = "oas";
102763
102467
  this.typeName = "LayoutComponent";
102764
102468
  this.implementedInterfaces = [];
102469
+ this.typeRegistry = typeRegistry;
102765
102470
  }
102766
102471
  get fields() {
102767
102472
  return {
@@ -102785,11 +102490,10 @@ class LayoutComponentRepository extends BaseInterfaceRepository {
102785
102490
  class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102786
102491
  constructor(services, typeRegistry) {
102787
102492
  super(services);
102788
- this.services = services;
102789
- this.typeRegistry = typeRegistry;
102790
102493
  this.namespace = "oas";
102791
102494
  this.typeName = "LayoutConnection";
102792
102495
  this.implementedInterfaces = [];
102496
+ this.typeRegistry = typeRegistry;
102793
102497
  }
102794
102498
  get fields() {
102795
102499
  return {
@@ -102804,11 +102508,10 @@ class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102804
102508
  class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102805
102509
  constructor(services, typeRegistry) {
102806
102510
  super(services);
102807
- this.services = services;
102808
- this.typeRegistry = typeRegistry;
102809
102511
  this.namespace = "oas";
102810
102512
  this.typeName = "LayoutEdge";
102811
102513
  this.implementedInterfaces = [];
102514
+ this.typeRegistry = typeRegistry;
102812
102515
  }
102813
102516
  get fields() {
102814
102517
  return {
@@ -102822,11 +102525,10 @@ class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102822
102525
  class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102823
102526
  constructor(services, typeRegistry) {
102824
102527
  super(services);
102825
- this.services = services;
102826
- this.typeRegistry = typeRegistry;
102827
102528
  this.namespace = "oas";
102828
102529
  this.typeName = "LayoutItem";
102829
102530
  this.implementedInterfaces = [];
102531
+ this.typeRegistry = typeRegistry;
102830
102532
  }
102831
102533
  get fields() {
102832
102534
  return {
@@ -102846,12 +102548,11 @@ class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102846
102548
  class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102847
102549
  constructor(services, typeRegistry) {
102848
102550
  super(services);
102849
- this.services = services;
102850
- this.typeRegistry = typeRegistry;
102851
102551
  this.namespace = "oas";
102852
102552
  this.typeName = "Layout";
102853
102553
  this.implementedInterfaces = [];
102854
102554
  this.idField = "id";
102555
+ this.typeRegistry = typeRegistry;
102855
102556
  }
102856
102557
  get fields() {
102857
102558
  return {
@@ -102873,11 +102574,10 @@ class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102873
102574
  class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102874
102575
  constructor(services, typeRegistry) {
102875
102576
  super(services);
102876
- this.services = services;
102877
- this.typeRegistry = typeRegistry;
102878
102577
  this.namespace = "oas";
102879
102578
  this.typeName = "LayoutRow";
102880
102579
  this.implementedInterfaces = [];
102580
+ this.typeRegistry = typeRegistry;
102881
102581
  }
102882
102582
  get fields() {
102883
102583
  return {
@@ -102890,11 +102590,10 @@ class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102890
102590
  class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102891
102591
  constructor(services, typeRegistry) {
102892
102592
  super(services);
102893
- this.services = services;
102894
- this.typeRegistry = typeRegistry;
102895
102593
  this.namespace = "oas";
102896
102594
  this.typeName = "LayoutSaveOption";
102897
102595
  this.implementedInterfaces = [];
102596
+ this.typeRegistry = typeRegistry;
102898
102597
  }
102899
102598
  get fields() {
102900
102599
  return {
@@ -102912,12 +102611,11 @@ class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102912
102611
  class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102913
102612
  constructor(services, typeRegistry) {
102914
102613
  super(services);
102915
- this.services = services;
102916
- this.typeRegistry = typeRegistry;
102917
102614
  this.namespace = "oas";
102918
102615
  this.typeName = "LayoutSection";
102919
102616
  this.implementedInterfaces = [];
102920
102617
  this.idField = "id";
102618
+ this.typeRegistry = typeRegistry;
102921
102619
  }
102922
102620
  get fields() {
102923
102621
  return {
@@ -102940,11 +102638,10 @@ class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102940
102638
  class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102941
102639
  constructor(services, typeRegistry) {
102942
102640
  super(services);
102943
- this.services = services;
102944
- this.typeRegistry = typeRegistry;
102945
102641
  this.namespace = "oas";
102946
102642
  this.typeName = "ListColumn";
102947
102643
  this.implementedInterfaces = [];
102644
+ this.typeRegistry = typeRegistry;
102948
102645
  }
102949
102646
  get fields() {
102950
102647
  return {
@@ -102960,11 +102657,10 @@ class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102960
102657
  class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102961
102658
  constructor(services, typeRegistry) {
102962
102659
  super(services);
102963
- this.services = services;
102964
- this.typeRegistry = typeRegistry;
102965
102660
  this.namespace = "oas";
102966
102661
  this.typeName = "ListOrder";
102967
102662
  this.implementedInterfaces = [];
102663
+ this.typeRegistry = typeRegistry;
102968
102664
  }
102969
102665
  get fields() {
102970
102666
  return {
@@ -102978,11 +102674,10 @@ class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102978
102674
  class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102979
102675
  constructor(services, typeRegistry) {
102980
102676
  super(services);
102981
- this.services = services;
102982
- this.typeRegistry = typeRegistry;
102983
102677
  this.namespace = "oas";
102984
102678
  this.typeName = "LongAggregate";
102985
102679
  this.implementedInterfaces = ["FieldValue"];
102680
+ this.typeRegistry = typeRegistry;
102986
102681
  }
102987
102682
  get fields() {
102988
102683
  return {
@@ -103004,11 +102699,10 @@ class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103004
102699
  class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103005
102700
  constructor(services, typeRegistry) {
103006
102701
  super(services);
103007
- this.services = services;
103008
- this.typeRegistry = typeRegistry;
103009
102702
  this.namespace = "oas";
103010
102703
  this.typeName = "LongTextAreaValue";
103011
102704
  this.implementedInterfaces = ["FieldValue"];
102705
+ this.typeRegistry = typeRegistry;
103012
102706
  }
103013
102707
  get fields() {
103014
102708
  return {
@@ -103023,11 +102717,10 @@ class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103023
102717
  class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103024
102718
  constructor(services, typeRegistry) {
103025
102719
  super(services);
103026
- this.services = services;
103027
- this.typeRegistry = typeRegistry;
103028
102720
  this.namespace = "oas";
103029
102721
  this.typeName = "LongValue";
103030
102722
  this.implementedInterfaces = ["FieldValue"];
102723
+ this.typeRegistry = typeRegistry;
103031
102724
  }
103032
102725
  get fields() {
103033
102726
  return {
@@ -103042,11 +102735,10 @@ class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103042
102735
  class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103043
102736
  constructor(services, typeRegistry) {
103044
102737
  super(services);
103045
- this.services = services;
103046
- this.typeRegistry = typeRegistry;
103047
102738
  this.namespace = "oas";
103048
102739
  this.typeName = "LongitudeAggregate";
103049
102740
  this.implementedInterfaces = ["FieldValue"];
102741
+ this.typeRegistry = typeRegistry;
103050
102742
  }
103051
102743
  get fields() {
103052
102744
  return {
@@ -103066,11 +102758,10 @@ class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103066
102758
  class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103067
102759
  constructor(services, typeRegistry) {
103068
102760
  super(services);
103069
- this.services = services;
103070
- this.typeRegistry = typeRegistry;
103071
102761
  this.namespace = "oas";
103072
102762
  this.typeName = "LongitudeValue";
103073
102763
  this.implementedInterfaces = ["FieldValue"];
102764
+ this.typeRegistry = typeRegistry;
103074
102765
  }
103075
102766
  get fields() {
103076
102767
  return {
@@ -103084,11 +102775,10 @@ class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103084
102775
  class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103085
102776
  constructor(services, typeRegistry) {
103086
102777
  super(services);
103087
- this.services = services;
103088
- this.typeRegistry = typeRegistry;
103089
102778
  this.namespace = "oas";
103090
102779
  this.typeName = "MultiPicklistValue";
103091
102780
  this.implementedInterfaces = ["FieldValue"];
102781
+ this.typeRegistry = typeRegistry;
103092
102782
  }
103093
102783
  get fields() {
103094
102784
  return {
@@ -103103,11 +102793,10 @@ class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103103
102793
  class MutationRepository extends GraphQLDocumentRootTypeRepository {
103104
102794
  constructor(services, typeRegistry) {
103105
102795
  super(services);
103106
- this.services = services;
103107
- this.typeRegistry = typeRegistry;
103108
102796
  this.namespace = "oas";
103109
102797
  this.typeName = "Mutation";
103110
102798
  this.implementedInterfaces = [];
102799
+ this.typeRegistry = typeRegistry;
103111
102800
  }
103112
102801
  get fields() {
103113
102802
  return {
@@ -103123,11 +102812,10 @@ class MutationRepository extends GraphQLDocumentRootTypeRepository {
103123
102812
  class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103124
102813
  constructor(services, typeRegistry) {
103125
102814
  super(services);
103126
- this.services = services;
103127
- this.typeRegistry = typeRegistry;
103128
102815
  this.namespace = "oas";
103129
102816
  this.typeName = "ObjectInfo";
103130
102817
  this.implementedInterfaces = [];
102818
+ this.typeRegistry = typeRegistry;
103131
102819
  }
103132
102820
  get fields() {
103133
102821
  return {
@@ -103160,11 +102848,10 @@ class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103160
102848
  class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103161
102849
  constructor(services, typeRegistry) {
103162
102850
  super(services);
103163
- this.services = services;
103164
- this.typeRegistry = typeRegistry;
103165
102851
  this.namespace = "oas";
103166
102852
  this.typeName = "PageInfo";
103167
102853
  this.implementedInterfaces = [];
102854
+ this.typeRegistry = typeRegistry;
103168
102855
  }
103169
102856
  get fields() {
103170
102857
  return {
@@ -103180,11 +102867,10 @@ class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103180
102867
  class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103181
102868
  constructor(services, typeRegistry) {
103182
102869
  super(services);
103183
- this.services = services;
103184
- this.typeRegistry = typeRegistry;
103185
102870
  this.namespace = "oas";
103186
102871
  this.typeName = "PercentAggregate";
103187
102872
  this.implementedInterfaces = ["FieldValue"];
102873
+ this.typeRegistry = typeRegistry;
103188
102874
  }
103189
102875
  get fields() {
103190
102876
  return {
@@ -103205,11 +102891,10 @@ class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103205
102891
  class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103206
102892
  constructor(services, typeRegistry) {
103207
102893
  super(services);
103208
- this.services = services;
103209
- this.typeRegistry = typeRegistry;
103210
102894
  this.namespace = "oas";
103211
102895
  this.typeName = "PercentValue";
103212
102896
  this.implementedInterfaces = ["FieldValue"];
102897
+ this.typeRegistry = typeRegistry;
103213
102898
  }
103214
102899
  get fields() {
103215
102900
  return {
@@ -103224,11 +102909,10 @@ class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103224
102909
  class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103225
102910
  constructor(services, typeRegistry) {
103226
102911
  super(services);
103227
- this.services = services;
103228
- this.typeRegistry = typeRegistry;
103229
102912
  this.namespace = "oas";
103230
102913
  this.typeName = "PhoneNumberAggregate";
103231
102914
  this.implementedInterfaces = ["FieldValue"];
102915
+ this.typeRegistry = typeRegistry;
103232
102916
  }
103233
102917
  get fields() {
103234
102918
  return {
@@ -103247,11 +102931,10 @@ class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository
103247
102931
  class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103248
102932
  constructor(services, typeRegistry) {
103249
102933
  super(services);
103250
- this.services = services;
103251
- this.typeRegistry = typeRegistry;
103252
102934
  this.namespace = "oas";
103253
102935
  this.typeName = "PhoneNumberValue";
103254
102936
  this.implementedInterfaces = ["FieldValue"];
102937
+ this.typeRegistry = typeRegistry;
103255
102938
  }
103256
102939
  get fields() {
103257
102940
  return {
@@ -103265,11 +102948,10 @@ class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103265
102948
  class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103266
102949
  constructor(services, typeRegistry) {
103267
102950
  super(services);
103268
- this.services = services;
103269
- this.typeRegistry = typeRegistry;
103270
102951
  this.namespace = "oas";
103271
102952
  this.typeName = "PicklistAggregate";
103272
102953
  this.implementedInterfaces = ["FieldValue"];
102954
+ this.typeRegistry = typeRegistry;
103273
102955
  }
103274
102956
  get fields() {
103275
102957
  return {
@@ -103289,11 +102971,10 @@ class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103289
102971
  class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103290
102972
  constructor(services, typeRegistry) {
103291
102973
  super(services);
103292
- this.services = services;
103293
- this.typeRegistry = typeRegistry;
103294
102974
  this.namespace = "oas";
103295
102975
  this.typeName = "PicklistAttributes";
103296
102976
  this.implementedInterfaces = [];
102977
+ this.typeRegistry = typeRegistry;
103297
102978
  }
103298
102979
  get fields() {
103299
102980
  return {
@@ -103307,11 +102988,10 @@ class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103307
102988
  class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103308
102989
  constructor(services, typeRegistry) {
103309
102990
  super(services);
103310
- this.services = services;
103311
- this.typeRegistry = typeRegistry;
103312
102991
  this.namespace = "oas";
103313
102992
  this.typeName = "PicklistField";
103314
102993
  this.implementedInterfaces = ["Field"];
102994
+ this.typeRegistry = typeRegistry;
103315
102995
  }
103316
102996
  get fields() {
103317
102997
  return {
@@ -103353,11 +103033,10 @@ class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103353
103033
  class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
103354
103034
  constructor(services, typeRegistry) {
103355
103035
  super(services);
103356
- this.services = services;
103357
- this.typeRegistry = typeRegistry;
103358
103036
  this.namespace = "oas";
103359
103037
  this.typeName = "PicklistValueByRecordTypeIDs";
103360
103038
  this.implementedInterfaces = [];
103039
+ this.typeRegistry = typeRegistry;
103361
103040
  }
103362
103041
  get fields() {
103363
103042
  return {
@@ -103373,11 +103052,10 @@ class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRe
103373
103052
  class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103374
103053
  constructor(services, typeRegistry) {
103375
103054
  super(services);
103376
- this.services = services;
103377
- this.typeRegistry = typeRegistry;
103378
103055
  this.namespace = "oas";
103379
103056
  this.typeName = "PicklistValue";
103380
103057
  this.implementedInterfaces = ["FieldValue"];
103058
+ this.typeRegistry = typeRegistry;
103381
103059
  }
103382
103060
  get fields() {
103383
103061
  return {
@@ -103392,11 +103070,10 @@ class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103392
103070
  class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103393
103071
  constructor(services, typeRegistry) {
103394
103072
  super(services);
103395
- this.services = services;
103396
- this.typeRegistry = typeRegistry;
103397
103073
  this.namespace = "oas";
103398
103074
  this.typeName = "PicklistValues";
103399
103075
  this.implementedInterfaces = [];
103076
+ this.typeRegistry = typeRegistry;
103400
103077
  }
103401
103078
  get fields() {
103402
103079
  return {
@@ -103412,11 +103089,10 @@ class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103412
103089
  let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
103413
103090
  constructor(services, typeRegistry) {
103414
103091
  super(services);
103415
- this.services = services;
103416
- this.typeRegistry = typeRegistry;
103417
103092
  this.namespace = "oas";
103418
103093
  this.typeName = "PolymorphicAggregateParentRelationship";
103419
103094
  this.implementedInterfaces = [];
103095
+ this.typeRegistry = typeRegistry;
103420
103096
  }
103421
103097
  get fields() {
103422
103098
  return {
@@ -103433,11 +103109,10 @@ let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggreg
103433
103109
  let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
103434
103110
  constructor(services, typeRegistry) {
103435
103111
  super(services);
103436
- this.services = services;
103437
- this.typeRegistry = typeRegistry;
103438
103112
  this.namespace = "oas";
103439
103113
  this.typeName = "PolymorphicParentRelationship";
103440
103114
  this.implementedInterfaces = [];
103115
+ this.typeRegistry = typeRegistry;
103441
103116
  }
103442
103117
  get fields() {
103443
103118
  return {
@@ -103454,11 +103129,10 @@ let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelations
103454
103129
  class QueryRepository extends GraphQLDocumentRootTypeRepository {
103455
103130
  constructor(services, typeRegistry) {
103456
103131
  super(services);
103457
- this.services = services;
103458
- this.typeRegistry = typeRegistry;
103459
103132
  this.namespace = "oas";
103460
103133
  this.typeName = "Query";
103461
103134
  this.implementedInterfaces = [];
103135
+ this.typeRegistry = typeRegistry;
103462
103136
  }
103463
103137
  get fields() {
103464
103138
  return {
@@ -103476,11 +103150,10 @@ class QueryRepository extends GraphQLDocumentRootTypeRepository {
103476
103150
  let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103477
103151
  constructor(services, typeRegistry) {
103478
103152
  super(services);
103479
- this.services = services;
103480
- this.typeRegistry = typeRegistry;
103481
103153
  this.namespace = "oas";
103482
103154
  this.typeName = "RecordAggregateConnection";
103483
103155
  this.implementedInterfaces = [];
103156
+ this.typeRegistry = typeRegistry;
103484
103157
  }
103485
103158
  get fields() {
103486
103159
  return {
@@ -103495,11 +103168,10 @@ let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepos
103495
103168
  let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103496
103169
  constructor(services, typeRegistry) {
103497
103170
  super(services);
103498
- this.services = services;
103499
- this.typeRegistry = typeRegistry;
103500
103171
  this.namespace = "oas";
103501
103172
  this.typeName = "RecordAggregateEdge";
103502
103173
  this.implementedInterfaces = [];
103174
+ this.typeRegistry = typeRegistry;
103503
103175
  }
103504
103176
  get fields() {
103505
103177
  return {
@@ -103513,11 +103185,10 @@ let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extend
103513
103185
  let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103514
103186
  constructor(services, typeRegistry) {
103515
103187
  super(services);
103516
- this.services = services;
103517
- this.typeRegistry = typeRegistry;
103518
103188
  this.namespace = "oas";
103519
103189
  this.typeName = "RecordAggregate";
103520
103190
  this.implementedInterfaces = [];
103191
+ this.typeRegistry = typeRegistry;
103521
103192
  }
103522
103193
  get fields() {
103523
103194
  return {
@@ -103549,11 +103220,10 @@ let RecordAggregateRepository$1 = class RecordAggregateRepository extends Uniden
103549
103220
  let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103550
103221
  constructor(services, typeRegistry) {
103551
103222
  super(services);
103552
- this.services = services;
103553
- this.typeRegistry = typeRegistry;
103554
103223
  this.namespace = "oas";
103555
103224
  this.typeName = "RecordConnection";
103556
103225
  this.implementedInterfaces = [];
103226
+ this.typeRegistry = typeRegistry;
103557
103227
  }
103558
103228
  get fields() {
103559
103229
  return {
@@ -103569,11 +103239,10 @@ let RecordConnectionRepository$1 = class RecordConnectionRepository extends Unid
103569
103239
  let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103570
103240
  constructor(services, typeRegistry) {
103571
103241
  super(services);
103572
- this.services = services;
103573
- this.typeRegistry = typeRegistry;
103574
103242
  this.namespace = "oas";
103575
103243
  this.typeName = "RecordCreatePayload";
103576
103244
  this.implementedInterfaces = [];
103245
+ this.typeRegistry = typeRegistry;
103577
103246
  }
103578
103247
  get fields() {
103579
103248
  return {
@@ -103586,12 +103255,11 @@ let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extend
103586
103255
  let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
103587
103256
  constructor(services, typeRegistry) {
103588
103257
  super(services);
103589
- this.services = services;
103590
- this.typeRegistry = typeRegistry;
103591
103258
  this.namespace = "oas";
103592
103259
  this.typeName = "RecordDeletePayload";
103593
103260
  this.implementedInterfaces = [];
103594
103261
  this.idField = "Id";
103262
+ this.typeRegistry = typeRegistry;
103595
103263
  }
103596
103264
  get fields() {
103597
103265
  return {
@@ -103607,11 +103275,10 @@ let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extend
103607
103275
  let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103608
103276
  constructor(services, typeRegistry) {
103609
103277
  super(services);
103610
- this.services = services;
103611
- this.typeRegistry = typeRegistry;
103612
103278
  this.namespace = "oas";
103613
103279
  this.typeName = "RecordEdge";
103614
103280
  this.implementedInterfaces = [];
103281
+ this.typeRegistry = typeRegistry;
103615
103282
  }
103616
103283
  get fields() {
103617
103284
  return {
@@ -103625,11 +103292,10 @@ let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGr
103625
103292
  let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103626
103293
  constructor(services, typeRegistry) {
103627
103294
  super(services);
103628
- this.services = services;
103629
- this.typeRegistry = typeRegistry;
103630
103295
  this.namespace = "oas";
103631
103296
  this.typeName = "RecordQueryAggregate";
103632
103297
  this.implementedInterfaces = [];
103298
+ this.typeRegistry = typeRegistry;
103633
103299
  }
103634
103300
  get fields() {
103635
103301
  return {
@@ -103642,11 +103308,10 @@ let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository exte
103642
103308
  let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
103643
103309
  constructor(services, typeRegistry) {
103644
103310
  super(services);
103645
- this.services = services;
103646
- this.typeRegistry = typeRegistry;
103647
103311
  this.namespace = "oas";
103648
103312
  this.typeName = "RecordQuery";
103649
103313
  this.implementedInterfaces = [];
103314
+ this.typeRegistry = typeRegistry;
103650
103315
  }
103651
103316
  get fields() {
103652
103317
  return {
@@ -103659,12 +103324,11 @@ let RecordQueryRepository$1 = class RecordQueryRepository extends Unidentifiable
103659
103324
  let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103660
103325
  constructor(services, typeRegistry) {
103661
103326
  super(services);
103662
- this.services = services;
103663
- this.typeRegistry = typeRegistry;
103664
103327
  this.namespace = "oas";
103665
103328
  this.typeName = "RecordRepresentation";
103666
103329
  this.implementedInterfaces = ["Record"];
103667
103330
  this.idField = "Id";
103331
+ this.typeRegistry = typeRegistry;
103668
103332
  }
103669
103333
  get fields() {
103670
103334
  return {
@@ -103717,11 +103381,10 @@ let RecordRepresentationRepository$1 = class RecordRepresentationRepository exte
103717
103381
  let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
103718
103382
  constructor(services, typeRegistry) {
103719
103383
  super(services);
103720
- this.services = services;
103721
- this.typeRegistry = typeRegistry;
103722
103384
  this.namespace = "oas";
103723
103385
  this.typeName = "RecordResult";
103724
103386
  this.implementedInterfaces = [];
103387
+ this.typeRegistry = typeRegistry;
103725
103388
  }
103726
103389
  get fields() {
103727
103390
  return {
@@ -103734,11 +103397,10 @@ let RecordResultRepository$1 = class RecordResultRepository extends Unidentifiab
103734
103397
  class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103735
103398
  constructor(services, typeRegistry) {
103736
103399
  super(services);
103737
- this.services = services;
103738
- this.typeRegistry = typeRegistry;
103739
103400
  this.namespace = "oas";
103740
103401
  this.typeName = "RecordTypeInfo";
103741
103402
  this.implementedInterfaces = [];
103403
+ this.typeRegistry = typeRegistry;
103742
103404
  }
103743
103405
  get fields() {
103744
103406
  return {
@@ -103755,11 +103417,10 @@ class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103755
103417
  let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103756
103418
  constructor(services, typeRegistry) {
103757
103419
  super(services);
103758
- this.services = services;
103759
- this.typeRegistry = typeRegistry;
103760
103420
  this.namespace = "oas";
103761
103421
  this.typeName = "RecordUpdatePayload";
103762
103422
  this.implementedInterfaces = [];
103423
+ this.typeRegistry = typeRegistry;
103763
103424
  }
103764
103425
  get fields() {
103765
103426
  return {
@@ -103773,11 +103434,10 @@ let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extend
103773
103434
  class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103774
103435
  constructor(services, typeRegistry) {
103775
103436
  super(services);
103776
- this.services = services;
103777
- this.typeRegistry = typeRegistry;
103778
103437
  this.namespace = "oas";
103779
103438
  this.typeName = "ReferenceToInfo";
103780
103439
  this.implementedInterfaces = [];
103440
+ this.typeRegistry = typeRegistry;
103781
103441
  }
103782
103442
  get fields() {
103783
103443
  return {
@@ -103792,11 +103452,10 @@ class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103792
103452
  class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103793
103453
  constructor(services, typeRegistry) {
103794
103454
  super(services);
103795
- this.services = services;
103796
- this.typeRegistry = typeRegistry;
103797
103455
  this.namespace = "oas";
103798
103456
  this.typeName = "RelatedListInfo";
103799
103457
  this.implementedInterfaces = [];
103458
+ this.typeRegistry = typeRegistry;
103800
103459
  }
103801
103460
  get fields() {
103802
103461
  return {
@@ -103815,11 +103474,10 @@ class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103815
103474
  class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
103816
103475
  constructor(services, typeRegistry) {
103817
103476
  super(services);
103818
- this.services = services;
103819
- this.typeRegistry = typeRegistry;
103820
103477
  this.namespace = "oas";
103821
103478
  this.typeName = "ReportLayoutComponent";
103822
103479
  this.implementedInterfaces = ["LayoutComponent"];
103480
+ this.typeRegistry = typeRegistry;
103823
103481
  }
103824
103482
  get fields() {
103825
103483
  return {
@@ -103841,11 +103499,10 @@ class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
103841
103499
  class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103842
103500
  constructor(services, typeRegistry) {
103843
103501
  super(services);
103844
- this.services = services;
103845
- this.typeRegistry = typeRegistry;
103846
103502
  this.namespace = "oas";
103847
103503
  this.typeName = "RichTextAreaValue";
103848
103504
  this.implementedInterfaces = ["FieldValue"];
103505
+ this.typeRegistry = typeRegistry;
103849
103506
  }
103850
103507
  get fields() {
103851
103508
  return {
@@ -103860,11 +103517,10 @@ class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103860
103517
  class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103861
103518
  constructor(services, typeRegistry) {
103862
103519
  super(services);
103863
- this.services = services;
103864
- this.typeRegistry = typeRegistry;
103865
103520
  this.namespace = "oas";
103866
103521
  this.typeName = "SObject__Field";
103867
103522
  this.implementedInterfaces = [];
103523
+ this.typeRegistry = typeRegistry;
103868
103524
  }
103869
103525
  get fields() {
103870
103526
  return {
@@ -103878,12 +103534,11 @@ class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103878
103534
  class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103879
103535
  constructor(services, typeRegistry) {
103880
103536
  super(services);
103881
- this.services = services;
103882
- this.typeRegistry = typeRegistry;
103883
103537
  this.namespace = "oas";
103884
103538
  this.typeName = "Setup__EntityRepresentation";
103885
103539
  this.implementedInterfaces = [];
103886
103540
  this.idField = "Id";
103541
+ this.typeRegistry = typeRegistry;
103887
103542
  }
103888
103543
  get fields() {
103889
103544
  return {
@@ -103930,11 +103585,10 @@ class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepos
103930
103585
  class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103931
103586
  constructor(services, typeRegistry) {
103932
103587
  super(services);
103933
- this.services = services;
103934
- this.typeRegistry = typeRegistry;
103935
103588
  this.namespace = "oas";
103936
103589
  this.typeName = "Setup__ListColumn";
103937
103590
  this.implementedInterfaces = [];
103591
+ this.typeRegistry = typeRegistry;
103938
103592
  }
103939
103593
  get fields() {
103940
103594
  return {
@@ -103956,11 +103610,10 @@ class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103956
103610
  class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103957
103611
  constructor(services, typeRegistry) {
103958
103612
  super(services);
103959
- this.services = services;
103960
- this.typeRegistry = typeRegistry;
103961
103613
  this.namespace = "oas";
103962
103614
  this.typeName = "Setup__ListFilter";
103963
103615
  this.implementedInterfaces = [];
103616
+ this.typeRegistry = typeRegistry;
103964
103617
  }
103965
103618
  get fields() {
103966
103619
  return {
@@ -103976,11 +103629,10 @@ class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103976
103629
  class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
103977
103630
  constructor(services, typeRegistry) {
103978
103631
  super(services);
103979
- this.services = services;
103980
- this.typeRegistry = typeRegistry;
103981
103632
  this.namespace = "oas";
103982
103633
  this.typeName = "Setup__ListInlineEditAttributeDetails";
103983
103634
  this.implementedInterfaces = [];
103635
+ this.typeRegistry = typeRegistry;
103984
103636
  }
103985
103637
  get fields() {
103986
103638
  return {
@@ -103995,11 +103647,10 @@ class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGrap
103995
103647
  class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103996
103648
  constructor(services, typeRegistry) {
103997
103649
  super(services);
103998
- this.services = services;
103999
- this.typeRegistry = typeRegistry;
104000
103650
  this.namespace = "oas";
104001
103651
  this.typeName = "Setup__ListInlineEditAttributes";
104002
103652
  this.implementedInterfaces = [];
103653
+ this.typeRegistry = typeRegistry;
104003
103654
  }
104004
103655
  get fields() {
104005
103656
  return {
@@ -104014,11 +103665,10 @@ class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTyp
104014
103665
  class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104015
103666
  constructor(services, typeRegistry) {
104016
103667
  super(services);
104017
- this.services = services;
104018
- this.typeRegistry = typeRegistry;
104019
103668
  this.namespace = "oas";
104020
103669
  this.typeName = "Setup__ListOrder";
104021
103670
  this.implementedInterfaces = [];
103671
+ this.typeRegistry = typeRegistry;
104022
103672
  }
104023
103673
  get fields() {
104024
103674
  return {
@@ -104033,11 +103683,10 @@ class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104033
103683
  class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
104034
103684
  constructor(services, typeRegistry) {
104035
103685
  super(services);
104036
- this.services = services;
104037
- this.typeRegistry = typeRegistry;
104038
103686
  this.namespace = "oas";
104039
103687
  this.typeName = "Setup__ListScalarField";
104040
103688
  this.implementedInterfaces = [];
103689
+ this.typeRegistry = typeRegistry;
104041
103690
  }
104042
103691
  get fields() {
104043
103692
  return {
@@ -104057,11 +103706,10 @@ class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeReposito
104057
103706
  class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
104058
103707
  constructor(services, typeRegistry) {
104059
103708
  super(services);
104060
- this.services = services;
104061
- this.typeRegistry = typeRegistry;
104062
103709
  this.namespace = "oas";
104063
103710
  this.typeName = "Setup__ListViewObjectInfo";
104064
103711
  this.implementedInterfaces = [];
103712
+ this.typeRegistry = typeRegistry;
104065
103713
  }
104066
103714
  get fields() {
104067
103715
  return {
@@ -104074,11 +103722,10 @@ class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepos
104074
103722
  class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104075
103723
  constructor(services, typeRegistry) {
104076
103724
  super(services);
104077
- this.services = services;
104078
- this.typeRegistry = typeRegistry;
104079
103725
  this.namespace = "oas";
104080
103726
  this.typeName = "Setup__ListView";
104081
103727
  this.implementedInterfaces = [];
103728
+ this.typeRegistry = typeRegistry;
104082
103729
  }
104083
103730
  get fields() {
104084
103731
  return {
@@ -104099,11 +103746,10 @@ class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104099
103746
  class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104100
103747
  constructor(services, typeRegistry) {
104101
103748
  super(services);
104102
- this.services = services;
104103
- this.typeRegistry = typeRegistry;
104104
103749
  this.namespace = "oas";
104105
103750
  this.typeName = "Setup__ListViewRowConnection";
104106
103751
  this.implementedInterfaces = [];
103752
+ this.typeRegistry = typeRegistry;
104107
103753
  }
104108
103754
  get fields() {
104109
103755
  return {
@@ -104118,11 +103764,10 @@ class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRe
104118
103764
  class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104119
103765
  constructor(services, typeRegistry) {
104120
103766
  super(services);
104121
- this.services = services;
104122
- this.typeRegistry = typeRegistry;
104123
103767
  this.namespace = "oas";
104124
103768
  this.typeName = "Setup__ListViewRowEdge";
104125
103769
  this.implementedInterfaces = [];
103770
+ this.typeRegistry = typeRegistry;
104126
103771
  }
104127
103772
  get fields() {
104128
103773
  return {
@@ -104136,11 +103781,10 @@ class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeReposito
104136
103781
  class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104137
103782
  constructor(services, typeRegistry) {
104138
103783
  super(services);
104139
- this.services = services;
104140
- this.typeRegistry = typeRegistry;
104141
103784
  this.namespace = "oas";
104142
103785
  this.typeName = "Setup__ListViewRow";
104143
103786
  this.implementedInterfaces = [];
103787
+ this.typeRegistry = typeRegistry;
104144
103788
  }
104145
103789
  get fields() {
104146
103790
  return {
@@ -104154,11 +103798,10 @@ class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104154
103798
  class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104155
103799
  constructor(services, typeRegistry) {
104156
103800
  super(services);
104157
- this.services = services;
104158
- this.typeRegistry = typeRegistry;
104159
103801
  this.namespace = "oas";
104160
103802
  this.typeName = "Setup__SetupAggregateConnection";
104161
103803
  this.implementedInterfaces = [];
103804
+ this.typeRegistry = typeRegistry;
104162
103805
  }
104163
103806
  get fields() {
104164
103807
  return {
@@ -104173,11 +103816,10 @@ class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTyp
104173
103816
  class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104174
103817
  constructor(services, typeRegistry) {
104175
103818
  super(services);
104176
- this.services = services;
104177
- this.typeRegistry = typeRegistry;
104178
103819
  this.namespace = "oas";
104179
103820
  this.typeName = "Setup__SetupAggregateEdge";
104180
103821
  this.implementedInterfaces = [];
103822
+ this.typeRegistry = typeRegistry;
104181
103823
  }
104182
103824
  get fields() {
104183
103825
  return {
@@ -104191,11 +103833,10 @@ class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepos
104191
103833
  class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104192
103834
  constructor(services, typeRegistry) {
104193
103835
  super(services);
104194
- this.services = services;
104195
- this.typeRegistry = typeRegistry;
104196
103836
  this.namespace = "oas";
104197
103837
  this.typeName = "Setup__SetupConnection";
104198
103838
  this.implementedInterfaces = [];
103839
+ this.typeRegistry = typeRegistry;
104199
103840
  }
104200
103841
  get fields() {
104201
103842
  return {
@@ -104211,11 +103852,10 @@ class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeReposito
104211
103852
  class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104212
103853
  constructor(services, typeRegistry) {
104213
103854
  super(services);
104214
- this.services = services;
104215
- this.typeRegistry = typeRegistry;
104216
103855
  this.namespace = "oas";
104217
103856
  this.typeName = "Setup__SetupEdge";
104218
103857
  this.implementedInterfaces = [];
103858
+ this.typeRegistry = typeRegistry;
104219
103859
  }
104220
103860
  get fields() {
104221
103861
  return {
@@ -104229,11 +103869,10 @@ class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104229
103869
  class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
104230
103870
  constructor(services, typeRegistry) {
104231
103871
  super(services);
104232
- this.services = services;
104233
- this.typeRegistry = typeRegistry;
104234
103872
  this.namespace = "oas";
104235
103873
  this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
104236
103874
  this.implementedInterfaces = [];
103875
+ this.typeRegistry = typeRegistry;
104237
103876
  }
104238
103877
  get fields() {
104239
103878
  return {
@@ -104250,11 +103889,10 @@ class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseU
104250
103889
  class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
104251
103890
  constructor(services, typeRegistry) {
104252
103891
  super(services);
104253
- this.services = services;
104254
- this.typeRegistry = typeRegistry;
104255
103892
  this.namespace = "oas";
104256
103893
  this.typeName = "Setup__SetupPolymorphicParentRelationship";
104257
103894
  this.implementedInterfaces = [];
103895
+ this.typeRegistry = typeRegistry;
104258
103896
  }
104259
103897
  get fields() {
104260
103898
  return {
@@ -104271,11 +103909,10 @@ class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepos
104271
103909
  class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104272
103910
  constructor(services, typeRegistry) {
104273
103911
  super(services);
104274
- this.services = services;
104275
- this.typeRegistry = typeRegistry;
104276
103912
  this.namespace = "oas";
104277
103913
  this.typeName = "Setup__SetupQueryAggregate";
104278
103914
  this.implementedInterfaces = [];
103915
+ this.typeRegistry = typeRegistry;
104279
103916
  }
104280
103917
  get fields() {
104281
103918
  return {
@@ -104288,11 +103925,10 @@ class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepo
104288
103925
  class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104289
103926
  constructor(services, typeRegistry) {
104290
103927
  super(services);
104291
- this.services = services;
104292
- this.typeRegistry = typeRegistry;
104293
103928
  this.namespace = "oas";
104294
103929
  this.typeName = "Setup__SetupQuery";
104295
103930
  this.implementedInterfaces = [];
103931
+ this.typeRegistry = typeRegistry;
104296
103932
  }
104297
103933
  get fields() {
104298
103934
  return {
@@ -104305,11 +103941,10 @@ class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104305
103941
  class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104306
103942
  constructor(services, typeRegistry) {
104307
103943
  super(services);
104308
- this.services = services;
104309
- this.typeRegistry = typeRegistry;
104310
103944
  this.namespace = "oas";
104311
103945
  this.typeName = "Setup__SetupRecordAggregate";
104312
103946
  this.implementedInterfaces = [];
103947
+ this.typeRegistry = typeRegistry;
104313
103948
  }
104314
103949
  get fields() {
104315
103950
  return {
@@ -104341,11 +103976,10 @@ class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRep
104341
103976
  class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
104342
103977
  constructor(services, typeRegistry) {
104343
103978
  super(services);
104344
- this.services = services;
104345
- this.typeRegistry = typeRegistry;
104346
103979
  this.namespace = "oas";
104347
103980
  this.typeName = "Setup__SetupRecordResult";
104348
103981
  this.implementedInterfaces = [];
103982
+ this.typeRegistry = typeRegistry;
104349
103983
  }
104350
103984
  get fields() {
104351
103985
  return {
@@ -104358,11 +103992,10 @@ class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeReposi
104358
103992
  class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104359
103993
  constructor(services, typeRegistry) {
104360
103994
  super(services);
104361
- this.services = services;
104362
- this.typeRegistry = typeRegistry;
104363
103995
  this.namespace = "oas";
104364
103996
  this.typeName = "Setup__Setup";
104365
103997
  this.implementedInterfaces = [];
103998
+ this.typeRegistry = typeRegistry;
104366
103999
  }
104367
104000
  get fields() {
104368
104001
  return {
@@ -104379,11 +104012,10 @@ class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104379
104012
  class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104380
104013
  constructor(services, typeRegistry) {
104381
104014
  super(services);
104382
- this.services = services;
104383
- this.typeRegistry = typeRegistry;
104384
104015
  this.namespace = "oas";
104385
104016
  this.typeName = "StandardField";
104386
104017
  this.implementedInterfaces = ["Field"];
104018
+ this.typeRegistry = typeRegistry;
104387
104019
  }
104388
104020
  get fields() {
104389
104021
  return {
@@ -104424,11 +104056,10 @@ class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104424
104056
  class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104425
104057
  constructor(services, typeRegistry) {
104426
104058
  super(services);
104427
- this.services = services;
104428
- this.typeRegistry = typeRegistry;
104429
104059
  this.namespace = "oas";
104430
104060
  this.typeName = "StringAggregate";
104431
104061
  this.implementedInterfaces = ["FieldValue"];
104062
+ this.typeRegistry = typeRegistry;
104432
104063
  }
104433
104064
  get fields() {
104434
104065
  return {
@@ -104448,11 +104079,10 @@ class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104448
104079
  class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104449
104080
  constructor(services, typeRegistry) {
104450
104081
  super(services);
104451
- this.services = services;
104452
- this.typeRegistry = typeRegistry;
104453
104082
  this.namespace = "oas";
104454
104083
  this.typeName = "StringValue";
104455
104084
  this.implementedInterfaces = ["FieldValue"];
104085
+ this.typeRegistry = typeRegistry;
104456
104086
  }
104457
104087
  get fields() {
104458
104088
  return {
@@ -104467,11 +104097,10 @@ class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104467
104097
  class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104468
104098
  constructor(services, typeRegistry) {
104469
104099
  super(services);
104470
- this.services = services;
104471
- this.typeRegistry = typeRegistry;
104472
104100
  this.namespace = "oas";
104473
104101
  this.typeName = "TextAreaAggregate";
104474
104102
  this.implementedInterfaces = ["FieldValue"];
104103
+ this.typeRegistry = typeRegistry;
104475
104104
  }
104476
104105
  get fields() {
104477
104106
  return {
@@ -104491,11 +104120,10 @@ class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104491
104120
  class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104492
104121
  constructor(services, typeRegistry) {
104493
104122
  super(services);
104494
- this.services = services;
104495
- this.typeRegistry = typeRegistry;
104496
104123
  this.namespace = "oas";
104497
104124
  this.typeName = "TextAreaValue";
104498
104125
  this.implementedInterfaces = ["FieldValue"];
104126
+ this.typeRegistry = typeRegistry;
104499
104127
  }
104500
104128
  get fields() {
104501
104129
  return {
@@ -104510,11 +104138,10 @@ class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104510
104138
  class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104511
104139
  constructor(services, typeRegistry) {
104512
104140
  super(services);
104513
- this.services = services;
104514
- this.typeRegistry = typeRegistry;
104515
104141
  this.namespace = "oas";
104516
104142
  this.typeName = "ThemeInfo";
104517
104143
  this.implementedInterfaces = [];
104144
+ this.typeRegistry = typeRegistry;
104518
104145
  }
104519
104146
  get fields() {
104520
104147
  return {
@@ -104528,11 +104155,10 @@ class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104528
104155
  class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104529
104156
  constructor(services, typeRegistry) {
104530
104157
  super(services);
104531
- this.services = services;
104532
- this.typeRegistry = typeRegistry;
104533
104158
  this.namespace = "oas";
104534
104159
  this.typeName = "TimeAggregate";
104535
104160
  this.implementedInterfaces = ["FieldValue"];
104161
+ this.typeRegistry = typeRegistry;
104536
104162
  }
104537
104163
  get fields() {
104538
104164
  return {
@@ -104548,11 +104174,10 @@ class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104548
104174
  class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104549
104175
  constructor(services, typeRegistry) {
104550
104176
  super(services);
104551
- this.services = services;
104552
- this.typeRegistry = typeRegistry;
104553
104177
  this.namespace = "oas";
104554
104178
  this.typeName = "TimeValue";
104555
104179
  this.implementedInterfaces = ["FieldValue"];
104180
+ this.typeRegistry = typeRegistry;
104556
104181
  }
104557
104182
  get fields() {
104558
104183
  return {
@@ -104567,11 +104192,10 @@ class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104567
104192
  let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
104568
104193
  constructor(services, typeRegistry) {
104569
104194
  super(services);
104570
- this.services = services;
104571
- this.typeRegistry = typeRegistry;
104572
104195
  this.namespace = "oas";
104573
104196
  this.typeName = "UIAPIMutations";
104574
104197
  this.implementedInterfaces = [];
104198
+ this.typeRegistry = typeRegistry;
104575
104199
  }
104576
104200
  get fields() {
104577
104201
  return {
@@ -104586,11 +104210,10 @@ let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends Unidenti
104586
104210
  class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104587
104211
  constructor(services, typeRegistry) {
104588
104212
  super(services);
104589
- this.services = services;
104590
- this.typeRegistry = typeRegistry;
104591
104213
  this.namespace = "oas";
104592
104214
  this.typeName = "UIAPI";
104593
104215
  this.implementedInterfaces = [];
104216
+ this.typeRegistry = typeRegistry;
104594
104217
  }
104595
104218
  get fields() {
104596
104219
  return {
@@ -104608,11 +104231,10 @@ class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104608
104231
  class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104609
104232
  constructor(services, typeRegistry) {
104610
104233
  super(services);
104611
- this.services = services;
104612
- this.typeRegistry = typeRegistry;
104613
104234
  this.namespace = "oas";
104614
104235
  this.typeName = "UrlAggregate";
104615
104236
  this.implementedInterfaces = ["FieldValue"];
104237
+ this.typeRegistry = typeRegistry;
104616
104238
  }
104617
104239
  get fields() {
104618
104240
  return {
@@ -104631,11 +104253,10 @@ class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104631
104253
  class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104632
104254
  constructor(services, typeRegistry) {
104633
104255
  super(services);
104634
- this.services = services;
104635
- this.typeRegistry = typeRegistry;
104636
104256
  this.namespace = "oas";
104637
104257
  this.typeName = "UrlValue";
104638
104258
  this.implementedInterfaces = ["FieldValue"];
104259
+ this.typeRegistry = typeRegistry;
104639
104260
  }
104640
104261
  get fields() {
104641
104262
  return {
@@ -104649,11 +104270,10 @@ class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104649
104270
  class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
104650
104271
  constructor(services, typeRegistry) {
104651
104272
  super(services);
104652
- this.services = services;
104653
- this.typeRegistry = typeRegistry;
104654
104273
  this.namespace = "oas";
104655
104274
  this.typeName = "VisualforceLayoutComponent";
104656
104275
  this.implementedInterfaces = ["LayoutComponent"];
104276
+ this.typeRegistry = typeRegistry;
104657
104277
  }
104658
104278
  get fields() {
104659
104279
  return {
@@ -106312,6 +105932,7 @@ function buildCommandClass(baseClass) {
106312
105932
  this.config = config;
106313
105933
  this.documentRootType = documentRootType;
106314
105934
  this.services = services;
105935
+ this.endpoint = 'RecordUiController.executeGraphQL';
106315
105936
  }
106316
105937
  get url() {
106317
105938
  return '/services/data/v68.0/graphql';
@@ -106323,6 +105944,22 @@ function buildCommandClass(baseClass) {
106323
105944
  now: Date.now() / 1000,
106324
105945
  };
106325
105946
  }
105947
+ get auraBodyWrapperName() {
105948
+ return 'queryInput';
105949
+ }
105950
+ get auraParams() {
105951
+ const params = super.auraParams;
105952
+ const body = params[this.auraBodyWrapperName];
105953
+ return {
105954
+ ...params,
105955
+ [this.auraBodyWrapperName]: {
105956
+ ...body,
105957
+ extensions: {
105958
+ requiredTypeFields,
105959
+ },
105960
+ },
105961
+ };
105962
+ }
106326
105963
  get fetchParams() {
106327
105964
  const [url, params] = super.fetchParams;
106328
105965
  const body = JSON.parse(params.body);
@@ -106964,13 +106601,19 @@ const serviceRequirements = {
106964
106601
  type: 'lwcGraphQLWireBindings',
106965
106602
  version: '1.0',
106966
106603
  },
106967
- httpGraphQLNormalizedCacheControlCommand: {
106968
- type: 'httpGraphQLNormalizedCacheControlCommand',
106604
+ auraGraphQLNormalizedCacheControlCommand: {
106605
+ type: 'auraGraphQLNormalizedCacheControlCommand',
106969
106606
  version: '1.0',
106970
106607
  },
106608
+ auraNetwork: {
106609
+ type: 'auraNetwork',
106610
+ version: '1.0',
106611
+ optional: true,
106612
+ },
106971
106613
  fetch: {
106972
106614
  type: 'fetch',
106973
106615
  version: '1.0',
106616
+ optional: true,
106974
106617
  },
106975
106618
  luvio: {
106976
106619
  type: 'luvio',
@@ -106996,7 +106639,7 @@ getServices(serviceRequirements).then((services) => {
106996
106639
  const graphqlTypeRegistry = new CustomGraphQLTypeRegistry(services);
106997
106640
  const documentRootType = graphqlTypeRegistry.Query;
106998
106641
  const mutationType = graphqlTypeRegistry.Mutation;
106999
- const graphql_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106642
+ const graphql_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107000
106643
  graphql$1 = services.lwcGraphQLWireBindings.bind((config) => new graphql_ctor(config, documentRootType, services), CONFIG_SCHEMA, true);
107001
106644
  class GraphqlV1ImportAdapter extends graphql$1 {
107002
106645
  update(config, _context) {
@@ -107010,7 +106653,7 @@ getServices(serviceRequirements).then((services) => {
107010
106653
  }
107011
106654
  }
107012
106655
  graphql_v1_import = GraphqlV1ImportAdapter;
107013
- const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106656
+ const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107014
106657
  graphql_imperative$1 = services.graphQLImperativeBindings.bind(({ params, assertIsValid }) => {
107015
106658
  const config = params[0];
107016
106659
  const options = params[1];
@@ -107038,7 +106681,7 @@ getServices(serviceRequirements).then((services) => {
107038
106681
  /*
107039
106682
  * State Manager
107040
106683
  */
107041
- const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
106684
+ const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
107042
106685
  const factory = (config) => {
107043
106686
  assertIsValid$1(config, CONFIG_SCHEMA);
107044
106687
  const validatedConfig = resolveAndValidateGraphQLConfig(config, {
@@ -107051,7 +106694,7 @@ getServices(serviceRequirements).then((services) => {
107051
106694
  return new graphql_state_manager_ctor(validatedConfig.value, documentRootType, services);
107052
106695
  };
107053
106696
  graphql_state_manager = createSmGraphQL(factory);
107054
- const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106697
+ const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107055
106698
  services.graphQLMutationBindings.bind(({ params, assertIsValid }) => {
107056
106699
  const config = params[0];
107057
106700
  const options = params[1];
@@ -107073,7 +106716,7 @@ function registerCallback(cb) {
107073
106716
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107074
106717
  }
107075
106718
  }
107076
- // version: 1.439.0-1d518350b5
106719
+ // version: 1.441.0-0055bd971e
107077
106720
 
107078
106721
  function createFragmentMap(documentNode) {
107079
106722
  const fragments = {};
@@ -136280,7 +135923,7 @@ register$1({
136280
135923
  configuration: { ...configurationForGraphQLAdapters$1 },
136281
135924
  instrument: instrument$1,
136282
135925
  });
136283
- // version: 1.439.0-1d518350b5
135926
+ // version: 1.441.0-0055bd971e
136284
135927
 
136285
135928
  // On core the unstable adapters are re-exported with different names,
136286
135929
  // we want to match them here.
@@ -136432,7 +136075,7 @@ withDefaultLuvio((luvio) => {
136432
136075
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136433
136076
  graphQLImperative = ldsAdapter;
136434
136077
  });
136435
- // version: 1.439.0-1d518350b5
136078
+ // version: 1.441.0-0055bd971e
136436
136079
 
136437
136080
  var gqlApi = /*#__PURE__*/Object.freeze({
136438
136081
  __proto__: null,
@@ -137231,7 +136874,7 @@ const callbacks$1 = [];
137231
136874
  function register(r) {
137232
136875
  callbacks$1.forEach((callback) => callback(r));
137233
136876
  }
137234
- // version: 1.439.0-e3dc0cfb2a
136877
+ // version: 1.441.0-5e7d04c146
137235
136878
 
137236
136879
  /**
137237
136880
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138520,4 +138163,4 @@ const { luvio } = getRuntime();
138520
138163
  setDefaultLuvio({ luvio });
138521
138164
 
138522
138165
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
138523
- // version: 1.439.0-e3dc0cfb2a
138166
+ // version: 1.441.0-5e7d04c146