@salesforce/lds-worker-api 1.438.1 → 1.440.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.438.1-e193893fad
4279
+ // version: 1.440.0-267427df73
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.438.1-e193893fad
5323
+ // version: 1.440.0-267427df73
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.438.1-b2ab20594e
32523
+ // version: 1.440.0-1ddfff6500
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;
@@ -95616,16 +95505,6 @@ function buildServiceDescriptor$j() {
95616
95505
  };
95617
95506
  }
95618
95507
 
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
95508
  class HttpCacheControlCommand extends CacheControlCommand {
95630
95509
  constructor(services) {
95631
95510
  super(services);
@@ -95733,16 +95612,6 @@ function buildServiceDescriptor$i() {
95733
95612
  };
95734
95613
  }
95735
95614
 
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
95615
  const { stringify: stringify$1, parse: parse$1 } = JSON;
95747
95616
  function deepCopy$1(x) {
95748
95617
  const stringified = stringify$1(x);
@@ -95766,7 +95635,7 @@ let DefaultRecordableCache$1 = class DefaultRecordableCache {
95766
95635
  if (value === void 0) {
95767
95636
  this.missingKeysRead.add(key);
95768
95637
  }
95769
- if (options == null ? void 0 : options.copy) {
95638
+ if (options?.copy) {
95770
95639
  return deepCopy$1(value);
95771
95640
  }
95772
95641
  return value;
@@ -95810,7 +95679,7 @@ let DefaultFilteredCache$1 = class DefaultFilteredCache {
95810
95679
  get(key, options) {
95811
95680
  const result = this.baseCache.get(key);
95812
95681
  if (result && this.predicate(key, result)) {
95813
- if (options == null ? void 0 : options.copy) {
95682
+ if (options?.copy) {
95814
95683
  return deepCopy$1(result);
95815
95684
  }
95816
95685
  return result;
@@ -95906,7 +95775,7 @@ let DefaultCache$1 = class DefaultCache {
95906
95775
  this.data = {};
95907
95776
  }
95908
95777
  get(key, options) {
95909
- if (options == null ? void 0 : options.copy) {
95778
+ if (options?.copy) {
95910
95779
  return deepCopy$1(this.data[key]);
95911
95780
  }
95912
95781
  return this.data[key];
@@ -95986,11 +95855,6 @@ function buildServiceDescriptor$h() {
95986
95855
  };
95987
95856
  }
95988
95857
 
95989
- /*!
95990
- * Copyright (c) 2022, Salesforce, Inc.,
95991
- * All rights reserved.
95992
- * For full license text, see the LICENSE.txt file
95993
- */
95994
95858
  class CacheControlStrategy {
95995
95859
  constructor(services, config, requestRunner) {
95996
95860
  this.services = services;
@@ -96051,11 +95915,11 @@ class MaxAgeCacheControlStrategy extends CacheControlStrategy {
96051
95915
  if (value.isOk()) {
96052
95916
  this.collectCacheHitInstrumentation(
96053
95917
  startTime,
96054
- options == null ? void 0 : options.instrumentationAttributes
95918
+ options?.instrumentationAttributes
96055
95919
  );
96056
95920
  return ok$1(void 0);
96057
95921
  }
96058
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95922
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96059
95923
  const tempCache = this.filteredCache;
96060
95924
  return new Promise(async (resolve, reject) => {
96061
95925
  try {
@@ -96125,11 +95989,11 @@ class OnlyIfCachedCacheControlStrategy extends CacheControlStrategy {
96125
95989
  if (result.isOk()) {
96126
95990
  this.collectCacheHitInstrumentation(
96127
95991
  startTime,
96128
- options == null ? void 0 : options.instrumentationAttributes
95992
+ options?.instrumentationAttributes
96129
95993
  );
96130
95994
  return ok$1(void 0);
96131
95995
  }
96132
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95996
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96133
95997
  const error = new UserVisibleError(
96134
95998
  new FetchResponse(HttpStatusCode.GatewayTimeout, {
96135
95999
  error: "Cache miss for only-if-cached request"
@@ -96213,11 +96077,6 @@ function buildServiceDescriptor$g(cache, cacheInclusionPolicy, instrumentation)
96213
96077
  };
96214
96078
  }
96215
96079
 
96216
- /*!
96217
- * Copyright (c) 2022, Salesforce, Inc.,
96218
- * All rights reserved.
96219
- * For full license text, see the LICENSE.txt file
96220
- */
96221
96080
  function buildInstrumentCommand(services) {
96222
96081
  const meter = services.instrumentation.metrics.getMeter("onestore");
96223
96082
  return function instrumentCommand(commandClass, commandName) {
@@ -96237,7 +96096,7 @@ function buildInstrumentCommand(services) {
96237
96096
  try {
96238
96097
  result = super.execute(...args);
96239
96098
  } catch (e) {
96240
- if ((e == null ? void 0 : e.name) === "AbortError") {
96099
+ if (e?.name === "AbortError") {
96241
96100
  abortCounter.add(1);
96242
96101
  } else {
96243
96102
  errorCounter.add(1);
@@ -96264,16 +96123,6 @@ function buildServiceDescriptor$f(instrumentation) {
96264
96123
  };
96265
96124
  }
96266
96125
 
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
96126
  class O11yOTelTraceAPI {
96278
96127
  constructor(services) {
96279
96128
  this.services = services;
@@ -96289,9 +96138,9 @@ class O11yTracer {
96289
96138
  this.logger = logger;
96290
96139
  }
96291
96140
  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"));
96141
+ const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
96142
+ const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
96143
+ const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
96295
96144
  let spanContext = void 0;
96296
96145
  if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
96297
96146
  spanContext = {
@@ -96534,12 +96383,7 @@ function buildServiceDescriptor$e(logger) {
96534
96383
  };
96535
96384
  }
96536
96385
 
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");
96386
+ const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
96543
96387
  class DefaultPubSubService {
96544
96388
  constructor() {
96545
96389
  this.subscriptions = /* @__PURE__ */ new Map();
@@ -96602,11 +96446,6 @@ function buildServiceDescriptor$d() {
96602
96446
  };
96603
96447
  }
96604
96448
 
96605
- /*!
96606
- * Copyright (c) 2022, Salesforce, Inc.,
96607
- * All rights reserved.
96608
- * For full license text, see the LICENSE.txt file
96609
- */
96610
96449
  class FeatureFlagsService {
96611
96450
  constructor() {
96612
96451
  this.flags = /* @__PURE__ */ new Map();
@@ -96668,7 +96507,7 @@ function buildServiceDescriptor$b(luvio) {
96668
96507
  },
96669
96508
  };
96670
96509
  }
96671
- // version: 1.438.1-e193893fad
96510
+ // version: 1.440.0-267427df73
96672
96511
 
96673
96512
  /**
96674
96513
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96694,13 +96533,8 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
96694
96533
  },
96695
96534
  };
96696
96535
  }
96697
- // version: 1.438.1-e193893fad
96536
+ // version: 1.440.0-267427df73
96698
96537
 
96699
- /*!
96700
- * Copyright (c) 2022, Salesforce, Inc.,
96701
- * All rights reserved.
96702
- * For full license text, see the LICENSE.txt file
96703
- */
96704
96538
  function findExecutableOperation$1(input) {
96705
96539
  const operations = input.query.definitions.filter(
96706
96540
  (def) => def.kind === Kind$1.OPERATION_DEFINITION
@@ -96712,10 +96546,7 @@ function findExecutableOperation$1(input) {
96712
96546
  return ok$1(operations[0]);
96713
96547
  }
96714
96548
  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
- });
96549
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
96719
96550
  if (specifiedOperation) {
96720
96551
  return ok$1(specifiedOperation);
96721
96552
  }
@@ -96731,14 +96562,13 @@ function buildGraphQLInputExtension$1(input) {
96731
96562
  const operation = operationResult.value;
96732
96563
  const selections = operation.selectionSet.selections;
96733
96564
  const variableDefinitions = operation.variableDefinitions;
96734
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
96735
- var _a;
96565
+ const variables = variableDefinitions?.reduce((prev, def) => {
96736
96566
  prev[def.variable.name.value] = {
96737
96567
  definition: def,
96738
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
96568
+ value: input.variables?.[def.variable.name.value]
96739
96569
  };
96740
96570
  return prev;
96741
- }, {})) || {};
96571
+ }, {}) || {};
96742
96572
  const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
96743
96573
  prev[fragment.name.value] = fragment;
96744
96574
  return prev;
@@ -96791,11 +96621,6 @@ function isFragmentDefinition$1(node) {
96791
96621
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
96792
96622
  }
96793
96623
 
96794
- /*!
96795
- * Copyright (c) 2022, Salesforce, Inc.,
96796
- * All rights reserved.
96797
- * For full license text, see the LICENSE.txt file
96798
- */
96799
96624
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
96800
96625
  constructor(config, documentRootType, services) {
96801
96626
  super(services);
@@ -96976,11 +96801,6 @@ function buildServiceDescriptor$9() {
96976
96801
  };
96977
96802
  }
96978
96803
 
96979
- /*!
96980
- * Copyright (c) 2022, Salesforce, Inc.,
96981
- * All rights reserved.
96982
- * For full license text, see the LICENSE.txt file
96983
- */
96984
96804
  class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
96985
96805
  constructor(config, documentRootType, services) {
96986
96806
  super(services);
@@ -97094,11 +96914,6 @@ function buildServiceDescriptor$8() {
97094
96914
  };
97095
96915
  }
97096
96916
 
97097
- /*!
97098
- * Copyright (c) 2022, Salesforce, Inc.,
97099
- * All rights reserved.
97100
- * For full license text, see the LICENSE.txt file
97101
- */
97102
96917
  class JsonSchemaViolationError extends Error {
97103
96918
  constructor(message, validationErrors) {
97104
96919
  super(message);
@@ -97528,11 +97343,6 @@ function findSchemaAtPath(document, ref) {
97528
97343
  return current;
97529
97344
  }
97530
97345
 
97531
- /*!
97532
- * Copyright (c) 2022, Salesforce, Inc.,
97533
- * All rights reserved.
97534
- * For full license text, see the LICENSE.txt file
97535
- */
97536
97346
  function isUserVisibleError$2(error) {
97537
97347
  return error instanceof Error && "type" in error && error.type === "user-visible";
97538
97348
  }
@@ -97557,11 +97367,6 @@ function logError(error) {
97557
97367
  console.error("OneStore Command threw an error that we did not expect", error);
97558
97368
  }
97559
97369
 
97560
- /*!
97561
- * Copyright (c) 2022, Salesforce, Inc.,
97562
- * All rights reserved.
97563
- * For full license text, see the LICENSE.txt file
97564
- */
97565
97370
  function buildBaseImperativeInvoker(getCommand, transformResult) {
97566
97371
  return async (...params) => {
97567
97372
  const command = getCommand({ params, assertIsValid });
@@ -97666,7 +97471,7 @@ class SubscribableImperativeBindingsService {
97666
97471
  const api = {
97667
97472
  data: result.value.data,
97668
97473
  subscribe: (cb) => {
97669
- result.value.subscribe((result2) => {
97474
+ return result.value.subscribe((result2) => {
97670
97475
  if (result2.isErr()) {
97671
97476
  return cb({ data: void 0, error: toError(result2.error) });
97672
97477
  }
@@ -97769,10 +97574,10 @@ class GraphQLImperativeBindingsService {
97769
97574
  acceptedOperations: ["query"]
97770
97575
  };
97771
97576
  const result = resolveAndValidateGraphQLConfig(params[0], options);
97772
- if (result == null ? void 0 : result.isErr()) {
97577
+ if (result?.isErr()) {
97773
97578
  return result.error;
97774
97579
  }
97775
- if (result == null ? void 0 : result.isOk()) {
97580
+ if (result?.isOk()) {
97776
97581
  params[0] = result.value;
97777
97582
  }
97778
97583
  }
@@ -97791,7 +97596,7 @@ class GraphQLImperativeBindingsService {
97791
97596
  deepFreeze(result.value);
97792
97597
  consumerEmittedData.data = result.value.data.data;
97793
97598
  consumerEmittedData.subscribe = (cb) => {
97794
- result.value.subscribe((res) => {
97599
+ return result.value.subscribe((res) => {
97795
97600
  const consumerEmittedData2 = {
97796
97601
  data: void 0,
97797
97602
  errors: void 0
@@ -97864,11 +97669,11 @@ class GraphQLLegacyImperativeBindingsService {
97864
97669
  acceptedOperations: ["query"]
97865
97670
  };
97866
97671
  const result = resolveAndValidateGraphQLConfig(config, options);
97867
- if (result == null ? void 0 : result.isErr()) {
97672
+ if (result?.isErr()) {
97868
97673
  callback(result.error);
97869
97674
  return;
97870
97675
  }
97871
- if (result == null ? void 0 : result.isOk()) {
97676
+ if (result?.isOk()) {
97872
97677
  config = result.value;
97873
97678
  }
97874
97679
  }
@@ -97899,12 +97704,12 @@ class GraphQLLegacyImperativeBindingsService {
97899
97704
  acceptedOperations: ["query"]
97900
97705
  };
97901
97706
  const result = resolveAndValidateGraphQLConfig(config, options);
97902
- if (result == null ? void 0 : result.isErr()) {
97707
+ if (result?.isErr()) {
97903
97708
  callback(result.error);
97904
97709
  return () => {
97905
97710
  };
97906
97711
  }
97907
- if (result == null ? void 0 : result.isOk()) {
97712
+ if (result?.isOk()) {
97908
97713
  config = result.value;
97909
97714
  }
97910
97715
  }
@@ -97966,13 +97771,13 @@ class GraphQLMutationBindingsService {
97966
97771
  acceptedOperations: ["mutation"]
97967
97772
  };
97968
97773
  const result2 = resolveAndValidateGraphQLConfig(params[0], options);
97969
- if (result2 == null ? void 0 : result2.isErr()) {
97774
+ if (result2?.isErr()) {
97970
97775
  return {
97971
97776
  data: void 0,
97972
97777
  errors: result2.error.errors
97973
97778
  };
97974
97779
  }
97975
- if (result2 == null ? void 0 : result2.isOk()) {
97780
+ if (result2?.isOk()) {
97976
97781
  params[0] = result2.value;
97977
97782
  }
97978
97783
  }
@@ -97998,11 +97803,6 @@ function buildServiceDescriptor$7() {
97998
97803
  };
97999
97804
  }
98000
97805
 
98001
- /*!
98002
- * Copyright (c) 2022, Salesforce, Inc.,
98003
- * All rights reserved.
98004
- * For full license text, see the LICENSE.txt file
98005
- */
98006
97806
  class Sanitizer {
98007
97807
  constructor(obj) {
98008
97808
  this.obj = obj;
@@ -98062,7 +97862,7 @@ class CommandWireAdapterConstructor {
98062
97862
  this.callback = callback;
98063
97863
  this.connected = false;
98064
97864
  this.exposeRefresh = false;
98065
- if (!(options == null ? void 0 : options.skipEmptyEmit)) {
97865
+ if (!options?.skipEmptyEmit) {
98066
97866
  this.emit();
98067
97867
  }
98068
97868
  }
@@ -98359,11 +98159,6 @@ function buildServiceDescriptor$2() {
98359
98159
  };
98360
98160
  }
98361
98161
 
98362
- /*!
98363
- * Copyright (c) 2022, Salesforce, Inc.,
98364
- * All rights reserved.
98365
- * For full license text, see the LICENSE.txt file
98366
- */
98367
98162
  function buildServiceDescriptor$1(interceptors = {
98368
98163
  request: [],
98369
98164
  retry: void 0,
@@ -98374,8 +98169,7 @@ function buildServiceDescriptor$1(interceptors = {
98374
98169
  type: "fetch",
98375
98170
  version: "1.0",
98376
98171
  service: function(...args) {
98377
- var _a;
98378
- const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
98172
+ const context = interceptors.createContext?.();
98379
98173
  const {
98380
98174
  request: requestInterceptors = [],
98381
98175
  retry: retryInterceptor = void 0,
@@ -98569,11 +98363,6 @@ function extractQueryParams(urlString) {
98569
98363
  return queryParams;
98570
98364
  }
98571
98365
 
98572
- /*!
98573
- * Copyright (c) 2022, Salesforce, Inc.,
98574
- * All rights reserved.
98575
- * For full license text, see the LICENSE.txt file
98576
- */
98577
98366
  class CacheInclusionPolicyService {
98578
98367
  }
98579
98368
  function setDifference(setA, setB) {
@@ -98625,18 +98414,8 @@ function rejectedPromiseLike$3(reason) {
98625
98414
  };
98626
98415
  }
98627
98416
  function isPromiseLike$3(x) {
98628
- return typeof (x == null ? void 0 : x.then) === "function";
98417
+ return typeof x?.then === "function";
98629
98418
  }
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
98419
  const { stringify: stringify$8, parse: parse$8 } = JSON;
98641
98420
  function deepCopy(x) {
98642
98421
  const stringified = stringify$8(x);
@@ -98660,7 +98439,7 @@ class DefaultRecordableCache {
98660
98439
  if (value === void 0) {
98661
98440
  this.missingKeysRead.add(key);
98662
98441
  }
98663
- if (options == null ? void 0 : options.copy) {
98442
+ if (options?.copy) {
98664
98443
  return deepCopy(value);
98665
98444
  }
98666
98445
  return value;
@@ -98704,7 +98483,7 @@ class DefaultFilteredCache {
98704
98483
  get(key, options) {
98705
98484
  const result = this.baseCache.get(key);
98706
98485
  if (result && this.predicate(key, result)) {
98707
- if (options == null ? void 0 : options.copy) {
98486
+ if (options?.copy) {
98708
98487
  return deepCopy(result);
98709
98488
  }
98710
98489
  return result;
@@ -98800,7 +98579,7 @@ class DefaultCache {
98800
98579
  this.data = {};
98801
98580
  }
98802
98581
  get(key, options) {
98803
- if (options == null ? void 0 : options.copy) {
98582
+ if (options?.copy) {
98804
98583
  return deepCopy(this.data[key]);
98805
98584
  }
98806
98585
  return this.data[key];
@@ -99422,17 +99201,12 @@ register$1({
99422
99201
  id: '@salesforce/lds-network-adapter',
99423
99202
  instrument: instrument$2,
99424
99203
  });
99425
- // version: 1.438.1-e193893fad
99204
+ // version: 1.440.0-267427df73
99426
99205
 
99427
99206
  const { create: create$2, keys: keys$2 } = Object;
99428
99207
  const { stringify, parse } = JSON;
99429
99208
  const { isArray: isArray$3 } = Array;
99430
99209
 
99431
- /*!
99432
- * Copyright (c) 2022, Salesforce, Inc.,
99433
- * All rights reserved.
99434
- * For full license text, see the LICENSE.txt file
99435
- */
99436
99210
  function extractValue(valueNode, variableDefinitions, expectedType) {
99437
99211
  if (valueNode.kind === Kind$1.VARIABLE) {
99438
99212
  const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
@@ -99553,10 +99327,7 @@ function findExecutableOperation(input) {
99553
99327
  return ok$3(operations[0]);
99554
99328
  }
99555
99329
  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
- });
99330
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
99560
99331
  if (specifiedOperation) {
99561
99332
  return ok$3(specifiedOperation);
99562
99333
  }
@@ -99572,14 +99343,13 @@ function buildGraphQLInputExtension(input) {
99572
99343
  const operation = operationResult.value;
99573
99344
  const selections = operation.selectionSet.selections;
99574
99345
  const variableDefinitions = operation.variableDefinitions;
99575
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
99576
- var _a;
99346
+ const variables = variableDefinitions?.reduce((prev, def) => {
99577
99347
  prev[def.variable.name.value] = {
99578
99348
  definition: def,
99579
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
99349
+ value: input.variables?.[def.variable.name.value]
99580
99350
  };
99581
99351
  return prev;
99582
- }, {})) || {};
99352
+ }, {}) || {};
99583
99353
  const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
99584
99354
  prev[fragment.name.value] = fragment;
99585
99355
  return prev;
@@ -99591,11 +99361,10 @@ function buildGraphQLInputExtension(input) {
99591
99361
  });
99592
99362
  }
99593
99363
  function buildAugmentedFieldSelection(newSelection, selections, fragments) {
99594
- var _a;
99595
99364
  if (selectionExists(newSelection, selections)) {
99596
99365
  return void 0;
99597
99366
  }
99598
- const baseAlias = ((_a = newSelection.alias) == null ? void 0 : _a.value) || newSelection.name.value;
99367
+ const baseAlias = newSelection.alias?.value || newSelection.name.value;
99599
99368
  const baseInjectedAlias = `framework_augmented_${baseAlias}`;
99600
99369
  const baseAliasedSelection = {
99601
99370
  ...newSelection,
@@ -99620,20 +99389,19 @@ function selectionExists(selection, selections) {
99620
99389
  return selections.some((s) => selectionEquals(selection, s));
99621
99390
  }
99622
99391
  function selectionEquals(a, b) {
99623
- var _a, _b, _c, _d, _e, _f;
99624
99392
  if (a.kind !== b.kind) {
99625
99393
  return false;
99626
99394
  }
99627
99395
  if (a.kind === Kind$1.FIELD) {
99628
99396
  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);
99397
+ 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
99398
  }
99631
99399
  if (a.kind === Kind$1.FRAGMENT_SPREAD) {
99632
99400
  const bFragmentSpread = b;
99633
99401
  return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
99634
99402
  }
99635
99403
  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);
99404
+ return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
99637
99405
  }
99638
99406
  function argumentValueEquals(a, b) {
99639
99407
  if (a.kind !== b.kind) {
@@ -99676,7 +99444,7 @@ function directivesEqual(a, b) {
99676
99444
  return true;
99677
99445
  }
99678
99446
  if (a === void 0 || b === void 0) {
99679
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99447
+ return (a?.length || 0) === (b?.length || 0);
99680
99448
  }
99681
99449
  if (a.length !== b.length) {
99682
99450
  return false;
@@ -99691,7 +99459,7 @@ function argumentsEqual(a, b) {
99691
99459
  return true;
99692
99460
  }
99693
99461
  if (a === void 0 || b === void 0) {
99694
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99462
+ return (a?.length || 0) === (b?.length || 0);
99695
99463
  }
99696
99464
  if (a.length !== b.length) {
99697
99465
  return false;
@@ -99718,11 +99486,10 @@ function getUniqueSelectionName(fieldName, selections, fragments) {
99718
99486
  return `${fieldName}_${i}`;
99719
99487
  }
99720
99488
  function collectFieldNames(selections, fragments) {
99721
- var _a;
99722
99489
  const fieldNames = /* @__PURE__ */ new Set();
99723
99490
  for (const selection of selections) {
99724
99491
  if (isField(selection)) {
99725
- fieldNames.add(((_a = selection.alias) == null ? void 0 : _a.value) || selection.name.value);
99492
+ fieldNames.add(selection.alias?.value || selection.name.value);
99726
99493
  } else if (isInlineFragment(selection)) {
99727
99494
  collectFieldNames(
99728
99495
  selection.selectionSet.selections,
@@ -99778,8 +99545,7 @@ function isFragmentDefinition(node) {
99778
99545
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
99779
99546
  }
99780
99547
  function extractIfArgument(directive, variables, directiveName) {
99781
- var _a;
99782
- const ifArg = (_a = directive.arguments) == null ? void 0 : _a.find((arg) => arg.name.value === "if");
99548
+ const ifArg = directive.arguments?.find((arg) => arg.name.value === "if");
99783
99549
  if (!ifArg) {
99784
99550
  return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
99785
99551
  }
@@ -99892,8 +99658,7 @@ class BaseArrayFieldDef {
99892
99658
  const arrayNormalizationErrors = [];
99893
99659
  const normalizedArray = [];
99894
99660
  input.data.forEach((item, index) => {
99895
- var _a;
99896
- const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
99661
+ const existingItemData = input.existingNormalizedData?.[index];
99897
99662
  const normalizedItemResult = this.items.write(cache, {
99898
99663
  ...input,
99899
99664
  data: item,
@@ -99973,7 +99738,6 @@ class BaseObjectFieldDef {
99973
99738
  return this.repository.buildFieldKey(selection, variables);
99974
99739
  }
99975
99740
  write(cache, input) {
99976
- var _a;
99977
99741
  if (!input.selection.selectionSet) {
99978
99742
  return err$3([
99979
99743
  {
@@ -100003,7 +99767,7 @@ class BaseObjectFieldDef {
100003
99767
  const writeResult = this.repository.write(cache, {
100004
99768
  ...input,
100005
99769
  data: input.data,
100006
- existingNormalizedData: (_a = input.existingNormalizedData) == null ? void 0 : _a.data,
99770
+ existingNormalizedData: input.existingNormalizedData?.data,
100007
99771
  request: input.request,
100008
99772
  selections: input.selection.selectionSet.selections,
100009
99773
  parentFieldSelection: input.selection
@@ -100014,7 +99778,6 @@ class BaseObjectFieldDef {
100014
99778
  return ok$3({ type: "data", data: writeResult.value });
100015
99779
  }
100016
99780
  read(cache, input) {
100017
- var _a;
100018
99781
  if (!input.selection.selectionSet) {
100019
99782
  return err$3([
100020
99783
  {
@@ -100046,7 +99809,7 @@ class BaseObjectFieldDef {
100046
99809
  ...input,
100047
99810
  normalizedData: normalizedData.data,
100048
99811
  request: input.request,
100049
- selections: (_a = input.selection.selectionSet) == null ? void 0 : _a.selections,
99812
+ selections: input.selection.selectionSet?.selections,
100050
99813
  parentFieldSelection: input.selection
100051
99814
  });
100052
99815
  }
@@ -100097,13 +99860,12 @@ class BaseGraphQLTypeRepository {
100097
99860
  return { selections: augmentedSelections, fragments: augmentedFragments };
100098
99861
  }
100099
99862
  augmentFieldSelection(selection, fragments) {
100100
- var _a;
100101
99863
  const field = this.getFieldDef(void 0, selection);
100102
99864
  if (field === void 0) {
100103
99865
  return { selections: [selection], fragments };
100104
99866
  }
100105
99867
  const result = field.augmentSelections({
100106
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
99868
+ selections: selection.selectionSet?.selections || [],
100107
99869
  fragments
100108
99870
  });
100109
99871
  return {
@@ -100120,7 +99882,6 @@ class BaseGraphQLTypeRepository {
100120
99882
  };
100121
99883
  }
100122
99884
  augmentInlineFragmentSelection(fragment, fragments) {
100123
- var _a;
100124
99885
  const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
100125
99886
  void 0,
100126
99887
  fragment
@@ -100129,7 +99890,7 @@ class BaseGraphQLTypeRepository {
100129
99890
  return { selections: [], fragments };
100130
99891
  }
100131
99892
  const augmentedFragmentSelections = this.augmentSelections({
100132
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99893
+ selections: fragment.selectionSet?.selections || [],
100133
99894
  fragments
100134
99895
  });
100135
99896
  return {
@@ -100146,7 +99907,6 @@ class BaseGraphQLTypeRepository {
100146
99907
  };
100147
99908
  }
100148
99909
  augmentFragmentSpreadSelection(selection, fragments) {
100149
- var _a;
100150
99910
  const fragment = fragments[selection.name.value];
100151
99911
  if (fragment === void 0) {
100152
99912
  return { selections: [selection], fragments };
@@ -100159,7 +99919,7 @@ class BaseGraphQLTypeRepository {
100159
99919
  return { selections: [selection], fragments };
100160
99920
  }
100161
99921
  const augmentedFragment = this.augmentSelections({
100162
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99922
+ selections: fragment.selectionSet?.selections || [],
100163
99923
  fragments
100164
99924
  });
100165
99925
  return {
@@ -100208,9 +99968,8 @@ class BaseGraphQLTypeRepository {
100208
99968
  return buildReadWriteResult(normalized, errors);
100209
99969
  }
100210
99970
  normalizeFieldSelection(cache, input, selection, errorCollector) {
100211
- var _a;
100212
99971
  const canonicalFieldName = selection.name.value;
100213
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
99972
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100214
99973
  const value = input.data[dataInstanceFieldName];
100215
99974
  const fieldDef = this.getFieldDef(input, selection);
100216
99975
  if (!fieldDef) {
@@ -100320,7 +100079,6 @@ class BaseGraphQLTypeRepository {
100320
100079
  return buildReadWriteResult(denormalized, errors);
100321
100080
  }
100322
100081
  getNormalizedFieldData(selection, input) {
100323
- var _a;
100324
100082
  const fieldDef = this.getFieldDef(input, selection);
100325
100083
  if (!fieldDef) {
100326
100084
  return err$3(
@@ -100337,10 +100095,9 @@ class BaseGraphQLTypeRepository {
100337
100095
  return err$3(cacheFieldKeyResult.error);
100338
100096
  }
100339
100097
  const cacheFieldKey = cacheFieldKeyResult.value;
100340
- return ok$3((_a = input.existingNormalizedData || input.normalizedData) == null ? void 0 : _a[cacheFieldKey]);
100098
+ return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
100341
100099
  }
100342
100100
  denormalizeFieldSelection(cache, input, selection, errorCollector) {
100343
- var _a;
100344
100101
  const canonicalFieldName = selection.name.value;
100345
100102
  const fieldDef = this.getFieldDef(input, selection);
100346
100103
  if (!fieldDef) {
@@ -100352,7 +100109,7 @@ class BaseGraphQLTypeRepository {
100352
100109
  });
100353
100110
  return {};
100354
100111
  }
100355
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100112
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100356
100113
  const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
100357
100114
  if (normalizedFieldDataResult.isErr()) {
100358
100115
  errorCollector.push({
@@ -100420,19 +100177,18 @@ class BaseGraphQLTypeRepository {
100420
100177
  return {};
100421
100178
  }
100422
100179
  getFieldDef(input, selection) {
100423
- var _a, _b, _c;
100424
100180
  const canonicalFieldName = selection.name.value;
100425
100181
  const fieldDef = this.fields[canonicalFieldName];
100426
100182
  if (fieldDef) {
100427
100183
  return fieldDef;
100428
100184
  }
100429
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100185
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100430
100186
  if (input === void 0) {
100431
100187
  return void 0;
100432
100188
  }
100433
100189
  if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
100434
100190
  return missingFieldDef;
100435
- } else if ("normalizedData" in input && ((_c = (_b = input.normalizedData) == null ? void 0 : _b[dataInstanceFieldName]) == null ? void 0 : _c.type) === "missing") {
100191
+ } else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
100436
100192
  return missingFieldDef;
100437
100193
  }
100438
100194
  return void 0;
@@ -100520,7 +100276,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100520
100276
  return err$3(normalized.error);
100521
100277
  }
100522
100278
  const existing = cache.get(key);
100523
- if (!deepEquals$2(existing == null ? void 0 : existing.value, normalized.value)) {
100279
+ if (!deepEquals$2(existing?.value, normalized.value)) {
100524
100280
  cache.set(key, {
100525
100281
  value: normalized.value,
100526
100282
  metadata: this.cacheMetadata
@@ -100536,7 +100292,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100536
100292
  const existingNormalizedData = cache.get(key, { copy: true });
100537
100293
  const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
100538
100294
  ...input,
100539
- existingNormalizedData: existingNormalizedData == null ? void 0 : existingNormalizedData.value
100295
+ existingNormalizedData: existingNormalizedData?.value
100540
100296
  });
100541
100297
  if (normalizeDataResult.isErr()) {
100542
100298
  return normalizeDataResult;
@@ -100544,7 +100300,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100544
100300
  return ok$3(
100545
100301
  deepMerge$2(
100546
100302
  {},
100547
- (existingNormalizedData == null ? void 0 : existingNormalizedData.value) || {},
100303
+ existingNormalizedData?.value || {},
100548
100304
  normalizeDataResult.value
100549
100305
  )
100550
100306
  );
@@ -100559,14 +100315,13 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100559
100315
  return this.graphqlRepository.buildFieldKey(selection, variables);
100560
100316
  }
100561
100317
  buildKeyParams(input) {
100562
- var _a;
100563
100318
  const idField = input.selections.find(
100564
100319
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
100565
100320
  );
100566
100321
  if (!idField) {
100567
100322
  throw new Error(`Id field ${this.idField} not found in selections`);
100568
100323
  }
100569
- const idFieldDataProperty = ((_a = idField.alias) == null ? void 0 : _a.value) || idField.name.value;
100324
+ const idFieldDataProperty = idField.alias?.value || idField.name.value;
100570
100325
  return {
100571
100326
  [this.idField]: input.data[idFieldDataProperty]
100572
100327
  };
@@ -100616,7 +100371,6 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100616
100371
  });
100617
100372
  }
100618
100373
  buildAugmentedQuery(input) {
100619
- var _a;
100620
100374
  const operationResult = findExecutableOperation(input);
100621
100375
  if (operationResult.isErr()) {
100622
100376
  return err$3(operationResult.error);
@@ -100633,7 +100387,7 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100633
100387
  {}
100634
100388
  );
100635
100389
  const result = this.augmentSelections({
100636
- selections: ((_a = operationResult.value.selectionSet) == null ? void 0 : _a.selections) || [],
100390
+ selections: operationResult.value.selectionSet?.selections || [],
100637
100391
  fragments
100638
100392
  });
100639
100393
  const augmentedOperationSelections = result.selections;
@@ -100754,12 +100508,11 @@ class BaseInterfaceRepository {
100754
100508
  const augmentedSelections = [];
100755
100509
  let augmentedFragments = { ...input.fragments };
100756
100510
  input.selections.forEach((selection) => {
100757
- var _a;
100758
100511
  if (selection.kind === Kind$1.FIELD) {
100759
100512
  if (Object.keys(this.fields).includes(selection.name.value)) {
100760
100513
  const field = this.fields[selection.name.value];
100761
100514
  const result2 = field.augmentSelections({
100762
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
100515
+ selections: selection.selectionSet?.selections || [],
100763
100516
  fragments: input.fragments
100764
100517
  });
100765
100518
  augmentedSelections.push({
@@ -100792,12 +100545,11 @@ class BaseInterfaceRepository {
100792
100545
  return { selections: augmentedSelections, fragments: augmentedFragments };
100793
100546
  }
100794
100547
  getTypeDiscriminator(data, selections) {
100795
- var _a;
100796
100548
  const typenameSelection = selections.find(
100797
100549
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100798
100550
  );
100799
100551
  if (typenameSelection) {
100800
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100552
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100801
100553
  } else {
100802
100554
  return data.__typename;
100803
100555
  }
@@ -100939,12 +100691,11 @@ class BaseUnionRepository {
100939
100691
  return { selections: augmentedSelections, fragments: augmentedFragments };
100940
100692
  }
100941
100693
  getTypeDiscriminator(data, selections) {
100942
- var _a;
100943
100694
  const typenameSelection = selections.find(
100944
100695
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100945
100696
  );
100946
100697
  if (typenameSelection) {
100947
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100698
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100948
100699
  } else {
100949
100700
  return data.__typename;
100950
100701
  }
@@ -101439,11 +101190,6 @@ LockerSafeClass(ConsumedContextSignal);
101439
101190
  */
101440
101191
 
101441
101192
 
101442
- /*!
101443
- * Copyright (c) 2022, Salesforce, Inc.,
101444
- * All rights reserved.
101445
- * For full license text, see the LICENSE.txt file
101446
- */
101447
101193
  const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
101448
101194
  class Ok {
101449
101195
  constructor(value) {
@@ -101504,7 +101250,7 @@ function rejectedPromiseLike(reason) {
101504
101250
  };
101505
101251
  }
101506
101252
  function isPromiseLike(x) {
101507
- return typeof (x == null ? void 0 : x.then) === "function";
101253
+ return typeof x?.then === "function";
101508
101254
  }
101509
101255
  class InternalError extends Error {
101510
101256
  constructor(data) {
@@ -101523,11 +101269,10 @@ function applyDecorators(baseCommand, decorators, options) {
101523
101269
  class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
101524
101270
  constructor(services, typeRegistry) {
101525
101271
  super(services);
101526
- this.services = services;
101527
- this.typeRegistry = typeRegistry;
101528
101272
  this.namespace = "oas";
101529
101273
  this.typeName = "Analytics__AnalyticsBrowse";
101530
101274
  this.implementedInterfaces = [];
101275
+ this.typeRegistry = typeRegistry;
101531
101276
  }
101532
101277
  get fields() {
101533
101278
  return {
@@ -101543,11 +101288,10 @@ class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepo
101543
101288
  class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101544
101289
  constructor(services, typeRegistry) {
101545
101290
  super(services);
101546
- this.services = services;
101547
- this.typeRegistry = typeRegistry;
101548
101291
  this.namespace = "oas";
101549
101292
  this.typeName = "Analytics__AnalyticsEdge";
101550
101293
  this.implementedInterfaces = [];
101294
+ this.typeRegistry = typeRegistry;
101551
101295
  }
101552
101296
  get fields() {
101553
101297
  return {
@@ -101561,11 +101305,10 @@ class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeReposi
101561
101305
  class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
101562
101306
  constructor(services, typeRegistry) {
101563
101307
  super(services);
101564
- this.services = services;
101565
- this.typeRegistry = typeRegistry;
101566
101308
  this.namespace = "oas";
101567
101309
  this.typeName = "Analytics__Analytics";
101568
101310
  this.implementedInterfaces = [];
101311
+ this.typeRegistry = typeRegistry;
101569
101312
  }
101570
101313
  get fields() {
101571
101314
  return {
@@ -101578,11 +101321,10 @@ class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository
101578
101321
  class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
101579
101322
  constructor(services, typeRegistry) {
101580
101323
  super(services);
101581
- this.services = services;
101582
- this.typeRegistry = typeRegistry;
101583
101324
  this.namespace = "oas";
101584
101325
  this.typeName = "Analytics__AnalyticsRepresentationInterface";
101585
101326
  this.implementedInterfaces = [];
101327
+ this.typeRegistry = typeRegistry;
101586
101328
  }
101587
101329
  get fields() {
101588
101330
  return {
@@ -101618,12 +101360,11 @@ class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfac
101618
101360
  class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101619
101361
  constructor(services, typeRegistry) {
101620
101362
  super(services);
101621
- this.services = services;
101622
- this.typeRegistry = typeRegistry;
101623
101363
  this.namespace = "oas";
101624
101364
  this.typeName = "Analytics__AnalyticsRepresentation";
101625
101365
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101626
101366
  this.idField = "Id";
101367
+ this.typeRegistry = typeRegistry;
101627
101368
  }
101628
101369
  get fields() {
101629
101370
  return {
@@ -101653,11 +101394,10 @@ class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTy
101653
101394
  class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101654
101395
  constructor(services, typeRegistry) {
101655
101396
  super(services);
101656
- this.services = services;
101657
- this.typeRegistry = typeRegistry;
101658
101397
  this.namespace = "oas";
101659
101398
  this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
101660
101399
  this.implementedInterfaces = [];
101400
+ this.typeRegistry = typeRegistry;
101661
101401
  }
101662
101402
  get fields() {
101663
101403
  return {
@@ -101673,11 +101413,10 @@ class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends Unidentifia
101673
101413
  class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101674
101414
  constructor(services, typeRegistry) {
101675
101415
  super(services);
101676
- this.services = services;
101677
- this.typeRegistry = typeRegistry;
101678
101416
  this.namespace = "oas";
101679
101417
  this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
101680
101418
  this.implementedInterfaces = [];
101419
+ this.typeRegistry = typeRegistry;
101681
101420
  }
101682
101421
  get fields() {
101683
101422
  return {
@@ -101691,11 +101430,10 @@ class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGra
101691
101430
  class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
101692
101431
  constructor(services, typeRegistry) {
101693
101432
  super(services);
101694
- this.services = services;
101695
- this.typeRegistry = typeRegistry;
101696
101433
  this.namespace = "oas";
101697
101434
  this.typeName = "Analytics__AnalyticsWorkspaceAsset";
101698
101435
  this.implementedInterfaces = [];
101436
+ this.typeRegistry = typeRegistry;
101699
101437
  }
101700
101438
  get fields() {
101701
101439
  return {
@@ -101712,12 +101450,11 @@ class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQL
101712
101450
  class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
101713
101451
  constructor(services, typeRegistry) {
101714
101452
  super(services);
101715
- this.services = services;
101716
- this.typeRegistry = typeRegistry;
101717
101453
  this.namespace = "oas";
101718
101454
  this.typeName = "Analytics__AnalyticsWorkspace";
101719
101455
  this.implementedInterfaces = [];
101720
101456
  this.idField = "Id";
101457
+ this.typeRegistry = typeRegistry;
101721
101458
  }
101722
101459
  get fields() {
101723
101460
  return {
@@ -101741,12 +101478,11 @@ class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRep
101741
101478
  class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101742
101479
  constructor(services, typeRegistry) {
101743
101480
  super(services);
101744
- this.services = services;
101745
- this.typeRegistry = typeRegistry;
101746
101481
  this.namespace = "oas";
101747
101482
  this.typeName = "Analytics__DataspaceRepresentation";
101748
101483
  this.implementedInterfaces = [];
101749
101484
  this.idField = "Id";
101485
+ this.typeRegistry = typeRegistry;
101750
101486
  }
101751
101487
  get fields() {
101752
101488
  return {
@@ -101765,12 +101501,11 @@ class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTy
101765
101501
  class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
101766
101502
  constructor(services, typeRegistry) {
101767
101503
  super(services);
101768
- this.services = services;
101769
- this.typeRegistry = typeRegistry;
101770
101504
  this.namespace = "oas";
101771
101505
  this.typeName = "Analytics__DominoTemplate";
101772
101506
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101773
101507
  this.idField = "Id";
101508
+ this.typeRegistry = typeRegistry;
101774
101509
  }
101775
101510
  get fields() {
101776
101511
  return {
@@ -101802,12 +101537,11 @@ class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeReposit
101802
101537
  class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
101803
101538
  constructor(services, typeRegistry) {
101804
101539
  super(services);
101805
- this.services = services;
101806
- this.typeRegistry = typeRegistry;
101807
101540
  this.namespace = "oas";
101808
101541
  this.typeName = "Analytics__MktDataConnector";
101809
101542
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101810
101543
  this.idField = "Id";
101544
+ this.typeRegistry = typeRegistry;
101811
101545
  }
101812
101546
  get fields() {
101813
101547
  return {
@@ -101838,12 +101572,11 @@ class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepos
101838
101572
  class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
101839
101573
  constructor(services, typeRegistry) {
101840
101574
  super(services);
101841
- this.services = services;
101842
- this.typeRegistry = typeRegistry;
101843
101575
  this.namespace = "oas";
101844
101576
  this.typeName = "Analytics__SemanticDefinition";
101845
101577
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101846
101578
  this.idField = "Id";
101579
+ this.typeRegistry = typeRegistry;
101847
101580
  }
101848
101581
  get fields() {
101849
101582
  return {
@@ -101876,11 +101609,10 @@ class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRep
101876
101609
  class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101877
101610
  constructor(services, typeRegistry) {
101878
101611
  super(services);
101879
- this.services = services;
101880
- this.typeRegistry = typeRegistry;
101881
101612
  this.namespace = "oas";
101882
101613
  this.typeName = "Analytics__SemanticModelRelatedModelConnection";
101883
101614
  this.implementedInterfaces = [];
101615
+ this.typeRegistry = typeRegistry;
101884
101616
  }
101885
101617
  get fields() {
101886
101618
  return {
@@ -101896,11 +101628,10 @@ class Analytics__SemanticModelRelatedModelConnectionRepository extends Unidentif
101896
101628
  class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101897
101629
  constructor(services, typeRegistry) {
101898
101630
  super(services);
101899
- this.services = services;
101900
- this.typeRegistry = typeRegistry;
101901
101631
  this.namespace = "oas";
101902
101632
  this.typeName = "Analytics__SemanticModelRelatedModelEdge";
101903
101633
  this.implementedInterfaces = [];
101634
+ this.typeRegistry = typeRegistry;
101904
101635
  }
101905
101636
  get fields() {
101906
101637
  return {
@@ -101914,12 +101645,11 @@ class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableG
101914
101645
  class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101915
101646
  constructor(services, typeRegistry) {
101916
101647
  super(services);
101917
- this.services = services;
101918
- this.typeRegistry = typeRegistry;
101919
101648
  this.namespace = "oas";
101920
101649
  this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
101921
101650
  this.implementedInterfaces = [];
101922
101651
  this.idField = "Id";
101652
+ this.typeRegistry = typeRegistry;
101923
101653
  }
101924
101654
  get fields() {
101925
101655
  return {
@@ -101938,12 +101668,11 @@ class Analytics__SemanticModelRelatedModelRepresentationRepository extends Ident
101938
101668
  class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
101939
101669
  constructor(services, typeRegistry) {
101940
101670
  super(services);
101941
- this.services = services;
101942
- this.typeRegistry = typeRegistry;
101943
101671
  this.namespace = "oas";
101944
101672
  this.typeName = "Analytics__SemanticModel";
101945
101673
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101946
101674
  this.idField = "Id";
101675
+ this.typeRegistry = typeRegistry;
101947
101676
  }
101948
101677
  get fields() {
101949
101678
  return {
@@ -101974,11 +101703,10 @@ class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeReposito
101974
101703
  class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101975
101704
  constructor(services, typeRegistry) {
101976
101705
  super(services);
101977
- this.services = services;
101978
- this.typeRegistry = typeRegistry;
101979
101706
  this.namespace = "oas";
101980
101707
  this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
101981
101708
  this.implementedInterfaces = [];
101709
+ this.typeRegistry = typeRegistry;
101982
101710
  }
101983
101711
  get fields() {
101984
101712
  return {
@@ -101994,11 +101722,10 @@ class Analytics__SemanticSubMetricDefinitionConnectionRepository extends Unident
101994
101722
  class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101995
101723
  constructor(services, typeRegistry) {
101996
101724
  super(services);
101997
- this.services = services;
101998
- this.typeRegistry = typeRegistry;
101999
101725
  this.namespace = "oas";
102000
101726
  this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
102001
101727
  this.implementedInterfaces = [];
101728
+ this.typeRegistry = typeRegistry;
102002
101729
  }
102003
101730
  get fields() {
102004
101731
  return {
@@ -102012,12 +101739,11 @@ class Analytics__SemanticSubMetricDefinitionEdgeRepository extends Unidentifiabl
102012
101739
  class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
102013
101740
  constructor(services, typeRegistry) {
102014
101741
  super(services);
102015
- this.services = services;
102016
- this.typeRegistry = typeRegistry;
102017
101742
  this.namespace = "oas";
102018
101743
  this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
102019
101744
  this.implementedInterfaces = [];
102020
101745
  this.idField = "Id";
101746
+ this.typeRegistry = typeRegistry;
102021
101747
  }
102022
101748
  get fields() {
102023
101749
  return {
@@ -102043,11 +101769,10 @@ class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends Ide
102043
101769
  class AnyTypeRepository extends BaseUnionRepository {
102044
101770
  constructor(services, typeRegistry) {
102045
101771
  super(services);
102046
- this.services = services;
102047
- this.typeRegistry = typeRegistry;
102048
101772
  this.namespace = "oas";
102049
101773
  this.typeName = "AnyType";
102050
101774
  this.implementedInterfaces = [];
101775
+ this.typeRegistry = typeRegistry;
102051
101776
  }
102052
101777
  get fields() {
102053
101778
  return {
@@ -102068,11 +101793,10 @@ class AnyTypeRepository extends BaseUnionRepository {
102068
101793
  class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102069
101794
  constructor(services, typeRegistry) {
102070
101795
  super(services);
102071
- this.services = services;
102072
- this.typeRegistry = typeRegistry;
102073
101796
  this.namespace = "oas";
102074
101797
  this.typeName = "Base64Value";
102075
101798
  this.implementedInterfaces = ["FieldValue"];
101799
+ this.typeRegistry = typeRegistry;
102076
101800
  }
102077
101801
  get fields() {
102078
101802
  return {
@@ -102086,11 +101810,10 @@ class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102086
101810
  class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102087
101811
  constructor(services, typeRegistry) {
102088
101812
  super(services);
102089
- this.services = services;
102090
- this.typeRegistry = typeRegistry;
102091
101813
  this.namespace = "oas";
102092
101814
  this.typeName = "BooleanAggregate";
102093
101815
  this.implementedInterfaces = ["FieldValue"];
101816
+ this.typeRegistry = typeRegistry;
102094
101817
  }
102095
101818
  get fields() {
102096
101819
  return {
@@ -102105,11 +101828,10 @@ class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102105
101828
  class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102106
101829
  constructor(services, typeRegistry) {
102107
101830
  super(services);
102108
- this.services = services;
102109
- this.typeRegistry = typeRegistry;
102110
101831
  this.namespace = "oas";
102111
101832
  this.typeName = "BooleanValue";
102112
101833
  this.implementedInterfaces = ["FieldValue"];
101834
+ this.typeRegistry = typeRegistry;
102113
101835
  }
102114
101836
  get fields() {
102115
101837
  return {
@@ -102123,11 +101845,10 @@ class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102123
101845
  class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102124
101846
  constructor(services, typeRegistry) {
102125
101847
  super(services);
102126
- this.services = services;
102127
- this.typeRegistry = typeRegistry;
102128
101848
  this.namespace = "oas";
102129
101849
  this.typeName = "CanvasLayoutComponent";
102130
101850
  this.implementedInterfaces = ["LayoutComponent"];
101851
+ this.typeRegistry = typeRegistry;
102131
101852
  }
102132
101853
  get fields() {
102133
101854
  return {
@@ -102146,11 +101867,10 @@ class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
102146
101867
  class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102147
101868
  constructor(services, typeRegistry) {
102148
101869
  super(services);
102149
- this.services = services;
102150
- this.typeRegistry = typeRegistry;
102151
101870
  this.namespace = "oas";
102152
101871
  this.typeName = "ChildRelationship";
102153
101872
  this.implementedInterfaces = [];
101873
+ this.typeRegistry = typeRegistry;
102154
101874
  }
102155
101875
  get fields() {
102156
101876
  return {
@@ -102168,11 +101888,10 @@ class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102168
101888
  let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
102169
101889
  constructor(services, typeRegistry) {
102170
101890
  super(services);
102171
- this.services = services;
102172
- this.typeRegistry = typeRegistry;
102173
101891
  this.namespace = "oas";
102174
101892
  this.typeName = "CompoundField";
102175
101893
  this.implementedInterfaces = [];
101894
+ this.typeRegistry = typeRegistry;
102176
101895
  }
102177
101896
  get fields() {
102178
101897
  return {
@@ -102208,11 +101927,10 @@ let CompoundFieldRepository$1 = class CompoundFieldRepository extends Unidentifi
102208
101927
  class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102209
101928
  constructor(services, typeRegistry) {
102210
101929
  super(services);
102211
- this.services = services;
102212
- this.typeRegistry = typeRegistry;
102213
101930
  this.namespace = "oas";
102214
101931
  this.typeName = "ControllerValues";
102215
101932
  this.implementedInterfaces = [];
101933
+ this.typeRegistry = typeRegistry;
102216
101934
  }
102217
101935
  get fields() {
102218
101936
  return {
@@ -102226,11 +101944,10 @@ class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102226
101944
  class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102227
101945
  constructor(services, typeRegistry) {
102228
101946
  super(services);
102229
- this.services = services;
102230
- this.typeRegistry = typeRegistry;
102231
101947
  this.namespace = "oas";
102232
101948
  this.typeName = "CurrencyAggregate";
102233
101949
  this.implementedInterfaces = ["FieldValue"];
101950
+ this.typeRegistry = typeRegistry;
102234
101951
  }
102235
101952
  get fields() {
102236
101953
  return {
@@ -102251,11 +101968,10 @@ class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102251
101968
  class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102252
101969
  constructor(services, typeRegistry) {
102253
101970
  super(services);
102254
- this.services = services;
102255
- this.typeRegistry = typeRegistry;
102256
101971
  this.namespace = "oas";
102257
101972
  this.typeName = "CurrencyValue";
102258
101973
  this.implementedInterfaces = ["FieldValue"];
101974
+ this.typeRegistry = typeRegistry;
102259
101975
  }
102260
101976
  get fields() {
102261
101977
  return {
@@ -102271,11 +101987,10 @@ class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102271
101987
  class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102272
101988
  constructor(services, typeRegistry) {
102273
101989
  super(services);
102274
- this.services = services;
102275
- this.typeRegistry = typeRegistry;
102276
101990
  this.namespace = "oas";
102277
101991
  this.typeName = "CustomLinkLayoutComponent";
102278
101992
  this.implementedInterfaces = ["LayoutComponent"];
101993
+ this.typeRegistry = typeRegistry;
102279
101994
  }
102280
101995
  get fields() {
102281
101996
  return {
@@ -102292,11 +102007,10 @@ class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102292
102007
  class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102293
102008
  constructor(services, typeRegistry) {
102294
102009
  super(services);
102295
- this.services = services;
102296
- this.typeRegistry = typeRegistry;
102297
102010
  this.namespace = "oas";
102298
102011
  this.typeName = "DateAggregate";
102299
102012
  this.implementedInterfaces = ["FieldValue"];
102013
+ this.typeRegistry = typeRegistry;
102300
102014
  }
102301
102015
  get fields() {
102302
102016
  return {
@@ -102327,11 +102041,10 @@ class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102327
102041
  class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
102328
102042
  constructor(services, typeRegistry) {
102329
102043
  super(services);
102330
- this.services = services;
102331
- this.typeRegistry = typeRegistry;
102332
102044
  this.namespace = "oas";
102333
102045
  this.typeName = "DateFunctionAggregation";
102334
102046
  this.implementedInterfaces = [];
102047
+ this.typeRegistry = typeRegistry;
102335
102048
  }
102336
102049
  get fields() {
102337
102050
  return {
@@ -102345,11 +102058,10 @@ class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeReposit
102345
102058
  class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102346
102059
  constructor(services, typeRegistry) {
102347
102060
  super(services);
102348
- this.services = services;
102349
- this.typeRegistry = typeRegistry;
102350
102061
  this.namespace = "oas";
102351
102062
  this.typeName = "DateTimeValue";
102352
102063
  this.implementedInterfaces = ["FieldValue"];
102064
+ this.typeRegistry = typeRegistry;
102353
102065
  }
102354
102066
  get fields() {
102355
102067
  return {
@@ -102364,11 +102076,10 @@ class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102364
102076
  class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102365
102077
  constructor(services, typeRegistry) {
102366
102078
  super(services);
102367
- this.services = services;
102368
- this.typeRegistry = typeRegistry;
102369
102079
  this.namespace = "oas";
102370
102080
  this.typeName = "DateValue";
102371
102081
  this.implementedInterfaces = ["FieldValue"];
102082
+ this.typeRegistry = typeRegistry;
102372
102083
  }
102373
102084
  get fields() {
102374
102085
  return {
@@ -102383,11 +102094,10 @@ class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102383
102094
  class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102384
102095
  constructor(services, typeRegistry) {
102385
102096
  super(services);
102386
- this.services = services;
102387
- this.typeRegistry = typeRegistry;
102388
102097
  this.namespace = "oas";
102389
102098
  this.typeName = "DependentField";
102390
102099
  this.implementedInterfaces = [];
102100
+ this.typeRegistry = typeRegistry;
102391
102101
  }
102392
102102
  get fields() {
102393
102103
  return {
@@ -102401,11 +102111,10 @@ class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102401
102111
  class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102402
102112
  constructor(services, typeRegistry) {
102403
102113
  super(services);
102404
- this.services = services;
102405
- this.typeRegistry = typeRegistry;
102406
102114
  this.namespace = "oas";
102407
102115
  this.typeName = "DoubleAggregate";
102408
102116
  this.implementedInterfaces = ["FieldValue"];
102117
+ this.typeRegistry = typeRegistry;
102409
102118
  }
102410
102119
  get fields() {
102411
102120
  return {
@@ -102426,11 +102135,10 @@ class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102426
102135
  class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102427
102136
  constructor(services, typeRegistry) {
102428
102137
  super(services);
102429
- this.services = services;
102430
- this.typeRegistry = typeRegistry;
102431
102138
  this.namespace = "oas";
102432
102139
  this.typeName = "DoubleValue";
102433
102140
  this.implementedInterfaces = ["FieldValue"];
102141
+ this.typeRegistry = typeRegistry;
102434
102142
  }
102435
102143
  get fields() {
102436
102144
  return {
@@ -102445,11 +102153,10 @@ class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102445
102153
  class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102446
102154
  constructor(services, typeRegistry) {
102447
102155
  super(services);
102448
- this.services = services;
102449
- this.typeRegistry = typeRegistry;
102450
102156
  this.namespace = "oas";
102451
102157
  this.typeName = "EmailAggregate";
102452
102158
  this.implementedInterfaces = ["FieldValue"];
102159
+ this.typeRegistry = typeRegistry;
102453
102160
  }
102454
102161
  get fields() {
102455
102162
  return {
@@ -102468,11 +102175,10 @@ class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102468
102175
  class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102469
102176
  constructor(services, typeRegistry) {
102470
102177
  super(services);
102471
- this.services = services;
102472
- this.typeRegistry = typeRegistry;
102473
102178
  this.namespace = "oas";
102474
102179
  this.typeName = "EmailValue";
102475
102180
  this.implementedInterfaces = ["FieldValue"];
102181
+ this.typeRegistry = typeRegistry;
102476
102182
  }
102477
102183
  get fields() {
102478
102184
  return {
@@ -102486,11 +102192,10 @@ class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102486
102192
  class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102487
102193
  constructor(services, typeRegistry) {
102488
102194
  super(services);
102489
- this.services = services;
102490
- this.typeRegistry = typeRegistry;
102491
102195
  this.namespace = "oas";
102492
102196
  this.typeName = "EmptySpaceLayoutComponent";
102493
102197
  this.implementedInterfaces = ["LayoutComponent"];
102198
+ this.typeRegistry = typeRegistry;
102494
102199
  }
102495
102200
  get fields() {
102496
102201
  return {
@@ -102504,11 +102209,10 @@ class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102504
102209
  class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
102505
102210
  constructor(services, typeRegistry) {
102506
102211
  super(services);
102507
- this.services = services;
102508
- this.typeRegistry = typeRegistry;
102509
102212
  this.namespace = "oas";
102510
102213
  this.typeName = "EncryptedStringValue";
102511
102214
  this.implementedInterfaces = ["FieldValue"];
102215
+ this.typeRegistry = typeRegistry;
102512
102216
  }
102513
102217
  get fields() {
102514
102218
  return {
@@ -102522,11 +102226,10 @@ class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository
102522
102226
  class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102523
102227
  constructor(services, typeRegistry) {
102524
102228
  super(services);
102525
- this.services = services;
102526
- this.typeRegistry = typeRegistry;
102527
102229
  this.namespace = "oas";
102528
102230
  this.typeName = "FieldLayoutComponent";
102529
102231
  this.implementedInterfaces = ["LayoutComponent"];
102232
+ this.typeRegistry = typeRegistry;
102530
102233
  }
102531
102234
  get fields() {
102532
102235
  return {
@@ -102541,11 +102244,10 @@ class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository
102541
102244
  class FieldRepository extends BaseInterfaceRepository {
102542
102245
  constructor(services, typeRegistry) {
102543
102246
  super(services);
102544
- this.services = services;
102545
- this.typeRegistry = typeRegistry;
102546
102247
  this.namespace = "oas";
102547
102248
  this.typeName = "Field";
102548
102249
  this.implementedInterfaces = [];
102250
+ this.typeRegistry = typeRegistry;
102549
102251
  }
102550
102252
  get fields() {
102551
102253
  return {
@@ -102592,11 +102294,10 @@ class FieldRepository extends BaseInterfaceRepository {
102592
102294
  class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102593
102295
  constructor(services, typeRegistry) {
102594
102296
  super(services);
102595
- this.services = services;
102596
- this.typeRegistry = typeRegistry;
102597
102297
  this.namespace = "oas";
102598
102298
  this.typeName = "FilteredLookupInfo";
102599
102299
  this.implementedInterfaces = [];
102300
+ this.typeRegistry = typeRegistry;
102600
102301
  }
102601
102302
  get fields() {
102602
102303
  return {
@@ -102611,11 +102312,10 @@ class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102611
102312
  class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102612
102313
  constructor(services, typeRegistry) {
102613
102314
  super(services);
102614
- this.services = services;
102615
- this.typeRegistry = typeRegistry;
102616
102315
  this.namespace = "oas";
102617
102316
  this.typeName = "IDAggregate";
102618
102317
  this.implementedInterfaces = ["FieldValue"];
102318
+ this.typeRegistry = typeRegistry;
102619
102319
  }
102620
102320
  get fields() {
102621
102321
  return {
@@ -102634,11 +102334,10 @@ class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102634
102334
  class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102635
102335
  constructor(services, typeRegistry) {
102636
102336
  super(services);
102637
- this.services = services;
102638
- this.typeRegistry = typeRegistry;
102639
102337
  this.namespace = "oas";
102640
102338
  this.typeName = "IDValue";
102641
102339
  this.implementedInterfaces = ["FieldValue"];
102340
+ this.typeRegistry = typeRegistry;
102642
102341
  }
102643
102342
  get fields() {
102644
102343
  return {
@@ -102652,11 +102351,10 @@ class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102652
102351
  class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102653
102352
  constructor(services, typeRegistry) {
102654
102353
  super(services);
102655
- this.services = services;
102656
- this.typeRegistry = typeRegistry;
102657
102354
  this.namespace = "oas";
102658
102355
  this.typeName = "IntAggregate";
102659
102356
  this.implementedInterfaces = ["FieldValue"];
102357
+ this.typeRegistry = typeRegistry;
102660
102358
  }
102661
102359
  get fields() {
102662
102360
  return {
@@ -102678,11 +102376,10 @@ class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102678
102376
  class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102679
102377
  constructor(services, typeRegistry) {
102680
102378
  super(services);
102681
- this.services = services;
102682
- this.typeRegistry = typeRegistry;
102683
102379
  this.namespace = "oas";
102684
102380
  this.typeName = "IntValue";
102685
102381
  this.implementedInterfaces = ["FieldValue"];
102382
+ this.typeRegistry = typeRegistry;
102686
102383
  }
102687
102384
  get fields() {
102688
102385
  return {
@@ -102697,11 +102394,10 @@ class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102697
102394
  class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102698
102395
  constructor(services, typeRegistry) {
102699
102396
  super(services);
102700
- this.services = services;
102701
- this.typeRegistry = typeRegistry;
102702
102397
  this.namespace = "oas";
102703
102398
  this.typeName = "JSONValue";
102704
102399
  this.implementedInterfaces = ["FieldValue"];
102400
+ this.typeRegistry = typeRegistry;
102705
102401
  }
102706
102402
  get fields() {
102707
102403
  return {
@@ -102715,11 +102411,10 @@ class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102715
102411
  class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102716
102412
  constructor(services, typeRegistry) {
102717
102413
  super(services);
102718
- this.services = services;
102719
- this.typeRegistry = typeRegistry;
102720
102414
  this.namespace = "oas";
102721
102415
  this.typeName = "LatitudeAggregate";
102722
102416
  this.implementedInterfaces = ["FieldValue"];
102417
+ this.typeRegistry = typeRegistry;
102723
102418
  }
102724
102419
  get fields() {
102725
102420
  return {
@@ -102739,11 +102434,10 @@ class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102739
102434
  class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102740
102435
  constructor(services, typeRegistry) {
102741
102436
  super(services);
102742
- this.services = services;
102743
- this.typeRegistry = typeRegistry;
102744
102437
  this.namespace = "oas";
102745
102438
  this.typeName = "LatitudeValue";
102746
102439
  this.implementedInterfaces = ["FieldValue"];
102440
+ this.typeRegistry = typeRegistry;
102747
102441
  }
102748
102442
  get fields() {
102749
102443
  return {
@@ -102757,11 +102451,10 @@ class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102757
102451
  class LayoutComponentRepository extends BaseInterfaceRepository {
102758
102452
  constructor(services, typeRegistry) {
102759
102453
  super(services);
102760
- this.services = services;
102761
- this.typeRegistry = typeRegistry;
102762
102454
  this.namespace = "oas";
102763
102455
  this.typeName = "LayoutComponent";
102764
102456
  this.implementedInterfaces = [];
102457
+ this.typeRegistry = typeRegistry;
102765
102458
  }
102766
102459
  get fields() {
102767
102460
  return {
@@ -102785,11 +102478,10 @@ class LayoutComponentRepository extends BaseInterfaceRepository {
102785
102478
  class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102786
102479
  constructor(services, typeRegistry) {
102787
102480
  super(services);
102788
- this.services = services;
102789
- this.typeRegistry = typeRegistry;
102790
102481
  this.namespace = "oas";
102791
102482
  this.typeName = "LayoutConnection";
102792
102483
  this.implementedInterfaces = [];
102484
+ this.typeRegistry = typeRegistry;
102793
102485
  }
102794
102486
  get fields() {
102795
102487
  return {
@@ -102804,11 +102496,10 @@ class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102804
102496
  class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102805
102497
  constructor(services, typeRegistry) {
102806
102498
  super(services);
102807
- this.services = services;
102808
- this.typeRegistry = typeRegistry;
102809
102499
  this.namespace = "oas";
102810
102500
  this.typeName = "LayoutEdge";
102811
102501
  this.implementedInterfaces = [];
102502
+ this.typeRegistry = typeRegistry;
102812
102503
  }
102813
102504
  get fields() {
102814
102505
  return {
@@ -102822,11 +102513,10 @@ class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102822
102513
  class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102823
102514
  constructor(services, typeRegistry) {
102824
102515
  super(services);
102825
- this.services = services;
102826
- this.typeRegistry = typeRegistry;
102827
102516
  this.namespace = "oas";
102828
102517
  this.typeName = "LayoutItem";
102829
102518
  this.implementedInterfaces = [];
102519
+ this.typeRegistry = typeRegistry;
102830
102520
  }
102831
102521
  get fields() {
102832
102522
  return {
@@ -102846,12 +102536,11 @@ class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102846
102536
  class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102847
102537
  constructor(services, typeRegistry) {
102848
102538
  super(services);
102849
- this.services = services;
102850
- this.typeRegistry = typeRegistry;
102851
102539
  this.namespace = "oas";
102852
102540
  this.typeName = "Layout";
102853
102541
  this.implementedInterfaces = [];
102854
102542
  this.idField = "id";
102543
+ this.typeRegistry = typeRegistry;
102855
102544
  }
102856
102545
  get fields() {
102857
102546
  return {
@@ -102873,11 +102562,10 @@ class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102873
102562
  class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102874
102563
  constructor(services, typeRegistry) {
102875
102564
  super(services);
102876
- this.services = services;
102877
- this.typeRegistry = typeRegistry;
102878
102565
  this.namespace = "oas";
102879
102566
  this.typeName = "LayoutRow";
102880
102567
  this.implementedInterfaces = [];
102568
+ this.typeRegistry = typeRegistry;
102881
102569
  }
102882
102570
  get fields() {
102883
102571
  return {
@@ -102890,11 +102578,10 @@ class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102890
102578
  class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102891
102579
  constructor(services, typeRegistry) {
102892
102580
  super(services);
102893
- this.services = services;
102894
- this.typeRegistry = typeRegistry;
102895
102581
  this.namespace = "oas";
102896
102582
  this.typeName = "LayoutSaveOption";
102897
102583
  this.implementedInterfaces = [];
102584
+ this.typeRegistry = typeRegistry;
102898
102585
  }
102899
102586
  get fields() {
102900
102587
  return {
@@ -102912,12 +102599,11 @@ class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102912
102599
  class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102913
102600
  constructor(services, typeRegistry) {
102914
102601
  super(services);
102915
- this.services = services;
102916
- this.typeRegistry = typeRegistry;
102917
102602
  this.namespace = "oas";
102918
102603
  this.typeName = "LayoutSection";
102919
102604
  this.implementedInterfaces = [];
102920
102605
  this.idField = "id";
102606
+ this.typeRegistry = typeRegistry;
102921
102607
  }
102922
102608
  get fields() {
102923
102609
  return {
@@ -102940,11 +102626,10 @@ class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102940
102626
  class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102941
102627
  constructor(services, typeRegistry) {
102942
102628
  super(services);
102943
- this.services = services;
102944
- this.typeRegistry = typeRegistry;
102945
102629
  this.namespace = "oas";
102946
102630
  this.typeName = "ListColumn";
102947
102631
  this.implementedInterfaces = [];
102632
+ this.typeRegistry = typeRegistry;
102948
102633
  }
102949
102634
  get fields() {
102950
102635
  return {
@@ -102960,11 +102645,10 @@ class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102960
102645
  class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102961
102646
  constructor(services, typeRegistry) {
102962
102647
  super(services);
102963
- this.services = services;
102964
- this.typeRegistry = typeRegistry;
102965
102648
  this.namespace = "oas";
102966
102649
  this.typeName = "ListOrder";
102967
102650
  this.implementedInterfaces = [];
102651
+ this.typeRegistry = typeRegistry;
102968
102652
  }
102969
102653
  get fields() {
102970
102654
  return {
@@ -102978,11 +102662,10 @@ class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102978
102662
  class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102979
102663
  constructor(services, typeRegistry) {
102980
102664
  super(services);
102981
- this.services = services;
102982
- this.typeRegistry = typeRegistry;
102983
102665
  this.namespace = "oas";
102984
102666
  this.typeName = "LongAggregate";
102985
102667
  this.implementedInterfaces = ["FieldValue"];
102668
+ this.typeRegistry = typeRegistry;
102986
102669
  }
102987
102670
  get fields() {
102988
102671
  return {
@@ -103004,11 +102687,10 @@ class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103004
102687
  class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103005
102688
  constructor(services, typeRegistry) {
103006
102689
  super(services);
103007
- this.services = services;
103008
- this.typeRegistry = typeRegistry;
103009
102690
  this.namespace = "oas";
103010
102691
  this.typeName = "LongTextAreaValue";
103011
102692
  this.implementedInterfaces = ["FieldValue"];
102693
+ this.typeRegistry = typeRegistry;
103012
102694
  }
103013
102695
  get fields() {
103014
102696
  return {
@@ -103023,11 +102705,10 @@ class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103023
102705
  class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103024
102706
  constructor(services, typeRegistry) {
103025
102707
  super(services);
103026
- this.services = services;
103027
- this.typeRegistry = typeRegistry;
103028
102708
  this.namespace = "oas";
103029
102709
  this.typeName = "LongValue";
103030
102710
  this.implementedInterfaces = ["FieldValue"];
102711
+ this.typeRegistry = typeRegistry;
103031
102712
  }
103032
102713
  get fields() {
103033
102714
  return {
@@ -103042,11 +102723,10 @@ class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103042
102723
  class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103043
102724
  constructor(services, typeRegistry) {
103044
102725
  super(services);
103045
- this.services = services;
103046
- this.typeRegistry = typeRegistry;
103047
102726
  this.namespace = "oas";
103048
102727
  this.typeName = "LongitudeAggregate";
103049
102728
  this.implementedInterfaces = ["FieldValue"];
102729
+ this.typeRegistry = typeRegistry;
103050
102730
  }
103051
102731
  get fields() {
103052
102732
  return {
@@ -103066,11 +102746,10 @@ class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103066
102746
  class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103067
102747
  constructor(services, typeRegistry) {
103068
102748
  super(services);
103069
- this.services = services;
103070
- this.typeRegistry = typeRegistry;
103071
102749
  this.namespace = "oas";
103072
102750
  this.typeName = "LongitudeValue";
103073
102751
  this.implementedInterfaces = ["FieldValue"];
102752
+ this.typeRegistry = typeRegistry;
103074
102753
  }
103075
102754
  get fields() {
103076
102755
  return {
@@ -103084,11 +102763,10 @@ class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103084
102763
  class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103085
102764
  constructor(services, typeRegistry) {
103086
102765
  super(services);
103087
- this.services = services;
103088
- this.typeRegistry = typeRegistry;
103089
102766
  this.namespace = "oas";
103090
102767
  this.typeName = "MultiPicklistValue";
103091
102768
  this.implementedInterfaces = ["FieldValue"];
102769
+ this.typeRegistry = typeRegistry;
103092
102770
  }
103093
102771
  get fields() {
103094
102772
  return {
@@ -103103,11 +102781,10 @@ class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103103
102781
  class MutationRepository extends GraphQLDocumentRootTypeRepository {
103104
102782
  constructor(services, typeRegistry) {
103105
102783
  super(services);
103106
- this.services = services;
103107
- this.typeRegistry = typeRegistry;
103108
102784
  this.namespace = "oas";
103109
102785
  this.typeName = "Mutation";
103110
102786
  this.implementedInterfaces = [];
102787
+ this.typeRegistry = typeRegistry;
103111
102788
  }
103112
102789
  get fields() {
103113
102790
  return {
@@ -103123,11 +102800,10 @@ class MutationRepository extends GraphQLDocumentRootTypeRepository {
103123
102800
  class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103124
102801
  constructor(services, typeRegistry) {
103125
102802
  super(services);
103126
- this.services = services;
103127
- this.typeRegistry = typeRegistry;
103128
102803
  this.namespace = "oas";
103129
102804
  this.typeName = "ObjectInfo";
103130
102805
  this.implementedInterfaces = [];
102806
+ this.typeRegistry = typeRegistry;
103131
102807
  }
103132
102808
  get fields() {
103133
102809
  return {
@@ -103160,11 +102836,10 @@ class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103160
102836
  class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103161
102837
  constructor(services, typeRegistry) {
103162
102838
  super(services);
103163
- this.services = services;
103164
- this.typeRegistry = typeRegistry;
103165
102839
  this.namespace = "oas";
103166
102840
  this.typeName = "PageInfo";
103167
102841
  this.implementedInterfaces = [];
102842
+ this.typeRegistry = typeRegistry;
103168
102843
  }
103169
102844
  get fields() {
103170
102845
  return {
@@ -103180,11 +102855,10 @@ class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103180
102855
  class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103181
102856
  constructor(services, typeRegistry) {
103182
102857
  super(services);
103183
- this.services = services;
103184
- this.typeRegistry = typeRegistry;
103185
102858
  this.namespace = "oas";
103186
102859
  this.typeName = "PercentAggregate";
103187
102860
  this.implementedInterfaces = ["FieldValue"];
102861
+ this.typeRegistry = typeRegistry;
103188
102862
  }
103189
102863
  get fields() {
103190
102864
  return {
@@ -103205,11 +102879,10 @@ class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103205
102879
  class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103206
102880
  constructor(services, typeRegistry) {
103207
102881
  super(services);
103208
- this.services = services;
103209
- this.typeRegistry = typeRegistry;
103210
102882
  this.namespace = "oas";
103211
102883
  this.typeName = "PercentValue";
103212
102884
  this.implementedInterfaces = ["FieldValue"];
102885
+ this.typeRegistry = typeRegistry;
103213
102886
  }
103214
102887
  get fields() {
103215
102888
  return {
@@ -103224,11 +102897,10 @@ class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103224
102897
  class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103225
102898
  constructor(services, typeRegistry) {
103226
102899
  super(services);
103227
- this.services = services;
103228
- this.typeRegistry = typeRegistry;
103229
102900
  this.namespace = "oas";
103230
102901
  this.typeName = "PhoneNumberAggregate";
103231
102902
  this.implementedInterfaces = ["FieldValue"];
102903
+ this.typeRegistry = typeRegistry;
103232
102904
  }
103233
102905
  get fields() {
103234
102906
  return {
@@ -103247,11 +102919,10 @@ class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository
103247
102919
  class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103248
102920
  constructor(services, typeRegistry) {
103249
102921
  super(services);
103250
- this.services = services;
103251
- this.typeRegistry = typeRegistry;
103252
102922
  this.namespace = "oas";
103253
102923
  this.typeName = "PhoneNumberValue";
103254
102924
  this.implementedInterfaces = ["FieldValue"];
102925
+ this.typeRegistry = typeRegistry;
103255
102926
  }
103256
102927
  get fields() {
103257
102928
  return {
@@ -103265,11 +102936,10 @@ class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103265
102936
  class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103266
102937
  constructor(services, typeRegistry) {
103267
102938
  super(services);
103268
- this.services = services;
103269
- this.typeRegistry = typeRegistry;
103270
102939
  this.namespace = "oas";
103271
102940
  this.typeName = "PicklistAggregate";
103272
102941
  this.implementedInterfaces = ["FieldValue"];
102942
+ this.typeRegistry = typeRegistry;
103273
102943
  }
103274
102944
  get fields() {
103275
102945
  return {
@@ -103289,11 +102959,10 @@ class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103289
102959
  class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103290
102960
  constructor(services, typeRegistry) {
103291
102961
  super(services);
103292
- this.services = services;
103293
- this.typeRegistry = typeRegistry;
103294
102962
  this.namespace = "oas";
103295
102963
  this.typeName = "PicklistAttributes";
103296
102964
  this.implementedInterfaces = [];
102965
+ this.typeRegistry = typeRegistry;
103297
102966
  }
103298
102967
  get fields() {
103299
102968
  return {
@@ -103307,11 +102976,10 @@ class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103307
102976
  class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103308
102977
  constructor(services, typeRegistry) {
103309
102978
  super(services);
103310
- this.services = services;
103311
- this.typeRegistry = typeRegistry;
103312
102979
  this.namespace = "oas";
103313
102980
  this.typeName = "PicklistField";
103314
102981
  this.implementedInterfaces = ["Field"];
102982
+ this.typeRegistry = typeRegistry;
103315
102983
  }
103316
102984
  get fields() {
103317
102985
  return {
@@ -103353,11 +103021,10 @@ class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103353
103021
  class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
103354
103022
  constructor(services, typeRegistry) {
103355
103023
  super(services);
103356
- this.services = services;
103357
- this.typeRegistry = typeRegistry;
103358
103024
  this.namespace = "oas";
103359
103025
  this.typeName = "PicklistValueByRecordTypeIDs";
103360
103026
  this.implementedInterfaces = [];
103027
+ this.typeRegistry = typeRegistry;
103361
103028
  }
103362
103029
  get fields() {
103363
103030
  return {
@@ -103373,11 +103040,10 @@ class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRe
103373
103040
  class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103374
103041
  constructor(services, typeRegistry) {
103375
103042
  super(services);
103376
- this.services = services;
103377
- this.typeRegistry = typeRegistry;
103378
103043
  this.namespace = "oas";
103379
103044
  this.typeName = "PicklistValue";
103380
103045
  this.implementedInterfaces = ["FieldValue"];
103046
+ this.typeRegistry = typeRegistry;
103381
103047
  }
103382
103048
  get fields() {
103383
103049
  return {
@@ -103392,11 +103058,10 @@ class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103392
103058
  class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103393
103059
  constructor(services, typeRegistry) {
103394
103060
  super(services);
103395
- this.services = services;
103396
- this.typeRegistry = typeRegistry;
103397
103061
  this.namespace = "oas";
103398
103062
  this.typeName = "PicklistValues";
103399
103063
  this.implementedInterfaces = [];
103064
+ this.typeRegistry = typeRegistry;
103400
103065
  }
103401
103066
  get fields() {
103402
103067
  return {
@@ -103412,11 +103077,10 @@ class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103412
103077
  let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
103413
103078
  constructor(services, typeRegistry) {
103414
103079
  super(services);
103415
- this.services = services;
103416
- this.typeRegistry = typeRegistry;
103417
103080
  this.namespace = "oas";
103418
103081
  this.typeName = "PolymorphicAggregateParentRelationship";
103419
103082
  this.implementedInterfaces = [];
103083
+ this.typeRegistry = typeRegistry;
103420
103084
  }
103421
103085
  get fields() {
103422
103086
  return {
@@ -103433,11 +103097,10 @@ let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggreg
103433
103097
  let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
103434
103098
  constructor(services, typeRegistry) {
103435
103099
  super(services);
103436
- this.services = services;
103437
- this.typeRegistry = typeRegistry;
103438
103100
  this.namespace = "oas";
103439
103101
  this.typeName = "PolymorphicParentRelationship";
103440
103102
  this.implementedInterfaces = [];
103103
+ this.typeRegistry = typeRegistry;
103441
103104
  }
103442
103105
  get fields() {
103443
103106
  return {
@@ -103454,11 +103117,10 @@ let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelations
103454
103117
  class QueryRepository extends GraphQLDocumentRootTypeRepository {
103455
103118
  constructor(services, typeRegistry) {
103456
103119
  super(services);
103457
- this.services = services;
103458
- this.typeRegistry = typeRegistry;
103459
103120
  this.namespace = "oas";
103460
103121
  this.typeName = "Query";
103461
103122
  this.implementedInterfaces = [];
103123
+ this.typeRegistry = typeRegistry;
103462
103124
  }
103463
103125
  get fields() {
103464
103126
  return {
@@ -103476,11 +103138,10 @@ class QueryRepository extends GraphQLDocumentRootTypeRepository {
103476
103138
  let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103477
103139
  constructor(services, typeRegistry) {
103478
103140
  super(services);
103479
- this.services = services;
103480
- this.typeRegistry = typeRegistry;
103481
103141
  this.namespace = "oas";
103482
103142
  this.typeName = "RecordAggregateConnection";
103483
103143
  this.implementedInterfaces = [];
103144
+ this.typeRegistry = typeRegistry;
103484
103145
  }
103485
103146
  get fields() {
103486
103147
  return {
@@ -103495,11 +103156,10 @@ let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepos
103495
103156
  let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103496
103157
  constructor(services, typeRegistry) {
103497
103158
  super(services);
103498
- this.services = services;
103499
- this.typeRegistry = typeRegistry;
103500
103159
  this.namespace = "oas";
103501
103160
  this.typeName = "RecordAggregateEdge";
103502
103161
  this.implementedInterfaces = [];
103162
+ this.typeRegistry = typeRegistry;
103503
103163
  }
103504
103164
  get fields() {
103505
103165
  return {
@@ -103513,11 +103173,10 @@ let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extend
103513
103173
  let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103514
103174
  constructor(services, typeRegistry) {
103515
103175
  super(services);
103516
- this.services = services;
103517
- this.typeRegistry = typeRegistry;
103518
103176
  this.namespace = "oas";
103519
103177
  this.typeName = "RecordAggregate";
103520
103178
  this.implementedInterfaces = [];
103179
+ this.typeRegistry = typeRegistry;
103521
103180
  }
103522
103181
  get fields() {
103523
103182
  return {
@@ -103549,11 +103208,10 @@ let RecordAggregateRepository$1 = class RecordAggregateRepository extends Uniden
103549
103208
  let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103550
103209
  constructor(services, typeRegistry) {
103551
103210
  super(services);
103552
- this.services = services;
103553
- this.typeRegistry = typeRegistry;
103554
103211
  this.namespace = "oas";
103555
103212
  this.typeName = "RecordConnection";
103556
103213
  this.implementedInterfaces = [];
103214
+ this.typeRegistry = typeRegistry;
103557
103215
  }
103558
103216
  get fields() {
103559
103217
  return {
@@ -103569,11 +103227,10 @@ let RecordConnectionRepository$1 = class RecordConnectionRepository extends Unid
103569
103227
  let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103570
103228
  constructor(services, typeRegistry) {
103571
103229
  super(services);
103572
- this.services = services;
103573
- this.typeRegistry = typeRegistry;
103574
103230
  this.namespace = "oas";
103575
103231
  this.typeName = "RecordCreatePayload";
103576
103232
  this.implementedInterfaces = [];
103233
+ this.typeRegistry = typeRegistry;
103577
103234
  }
103578
103235
  get fields() {
103579
103236
  return {
@@ -103586,12 +103243,11 @@ let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extend
103586
103243
  let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
103587
103244
  constructor(services, typeRegistry) {
103588
103245
  super(services);
103589
- this.services = services;
103590
- this.typeRegistry = typeRegistry;
103591
103246
  this.namespace = "oas";
103592
103247
  this.typeName = "RecordDeletePayload";
103593
103248
  this.implementedInterfaces = [];
103594
103249
  this.idField = "Id";
103250
+ this.typeRegistry = typeRegistry;
103595
103251
  }
103596
103252
  get fields() {
103597
103253
  return {
@@ -103607,11 +103263,10 @@ let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extend
103607
103263
  let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103608
103264
  constructor(services, typeRegistry) {
103609
103265
  super(services);
103610
- this.services = services;
103611
- this.typeRegistry = typeRegistry;
103612
103266
  this.namespace = "oas";
103613
103267
  this.typeName = "RecordEdge";
103614
103268
  this.implementedInterfaces = [];
103269
+ this.typeRegistry = typeRegistry;
103615
103270
  }
103616
103271
  get fields() {
103617
103272
  return {
@@ -103625,11 +103280,10 @@ let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGr
103625
103280
  let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103626
103281
  constructor(services, typeRegistry) {
103627
103282
  super(services);
103628
- this.services = services;
103629
- this.typeRegistry = typeRegistry;
103630
103283
  this.namespace = "oas";
103631
103284
  this.typeName = "RecordQueryAggregate";
103632
103285
  this.implementedInterfaces = [];
103286
+ this.typeRegistry = typeRegistry;
103633
103287
  }
103634
103288
  get fields() {
103635
103289
  return {
@@ -103642,11 +103296,10 @@ let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository exte
103642
103296
  let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
103643
103297
  constructor(services, typeRegistry) {
103644
103298
  super(services);
103645
- this.services = services;
103646
- this.typeRegistry = typeRegistry;
103647
103299
  this.namespace = "oas";
103648
103300
  this.typeName = "RecordQuery";
103649
103301
  this.implementedInterfaces = [];
103302
+ this.typeRegistry = typeRegistry;
103650
103303
  }
103651
103304
  get fields() {
103652
103305
  return {
@@ -103659,12 +103312,11 @@ let RecordQueryRepository$1 = class RecordQueryRepository extends Unidentifiable
103659
103312
  let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103660
103313
  constructor(services, typeRegistry) {
103661
103314
  super(services);
103662
- this.services = services;
103663
- this.typeRegistry = typeRegistry;
103664
103315
  this.namespace = "oas";
103665
103316
  this.typeName = "RecordRepresentation";
103666
103317
  this.implementedInterfaces = ["Record"];
103667
103318
  this.idField = "Id";
103319
+ this.typeRegistry = typeRegistry;
103668
103320
  }
103669
103321
  get fields() {
103670
103322
  return {
@@ -103717,11 +103369,10 @@ let RecordRepresentationRepository$1 = class RecordRepresentationRepository exte
103717
103369
  let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
103718
103370
  constructor(services, typeRegistry) {
103719
103371
  super(services);
103720
- this.services = services;
103721
- this.typeRegistry = typeRegistry;
103722
103372
  this.namespace = "oas";
103723
103373
  this.typeName = "RecordResult";
103724
103374
  this.implementedInterfaces = [];
103375
+ this.typeRegistry = typeRegistry;
103725
103376
  }
103726
103377
  get fields() {
103727
103378
  return {
@@ -103734,11 +103385,10 @@ let RecordResultRepository$1 = class RecordResultRepository extends Unidentifiab
103734
103385
  class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103735
103386
  constructor(services, typeRegistry) {
103736
103387
  super(services);
103737
- this.services = services;
103738
- this.typeRegistry = typeRegistry;
103739
103388
  this.namespace = "oas";
103740
103389
  this.typeName = "RecordTypeInfo";
103741
103390
  this.implementedInterfaces = [];
103391
+ this.typeRegistry = typeRegistry;
103742
103392
  }
103743
103393
  get fields() {
103744
103394
  return {
@@ -103755,11 +103405,10 @@ class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103755
103405
  let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103756
103406
  constructor(services, typeRegistry) {
103757
103407
  super(services);
103758
- this.services = services;
103759
- this.typeRegistry = typeRegistry;
103760
103408
  this.namespace = "oas";
103761
103409
  this.typeName = "RecordUpdatePayload";
103762
103410
  this.implementedInterfaces = [];
103411
+ this.typeRegistry = typeRegistry;
103763
103412
  }
103764
103413
  get fields() {
103765
103414
  return {
@@ -103773,11 +103422,10 @@ let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extend
103773
103422
  class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103774
103423
  constructor(services, typeRegistry) {
103775
103424
  super(services);
103776
- this.services = services;
103777
- this.typeRegistry = typeRegistry;
103778
103425
  this.namespace = "oas";
103779
103426
  this.typeName = "ReferenceToInfo";
103780
103427
  this.implementedInterfaces = [];
103428
+ this.typeRegistry = typeRegistry;
103781
103429
  }
103782
103430
  get fields() {
103783
103431
  return {
@@ -103792,11 +103440,10 @@ class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103792
103440
  class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103793
103441
  constructor(services, typeRegistry) {
103794
103442
  super(services);
103795
- this.services = services;
103796
- this.typeRegistry = typeRegistry;
103797
103443
  this.namespace = "oas";
103798
103444
  this.typeName = "RelatedListInfo";
103799
103445
  this.implementedInterfaces = [];
103446
+ this.typeRegistry = typeRegistry;
103800
103447
  }
103801
103448
  get fields() {
103802
103449
  return {
@@ -103815,11 +103462,10 @@ class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103815
103462
  class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
103816
103463
  constructor(services, typeRegistry) {
103817
103464
  super(services);
103818
- this.services = services;
103819
- this.typeRegistry = typeRegistry;
103820
103465
  this.namespace = "oas";
103821
103466
  this.typeName = "ReportLayoutComponent";
103822
103467
  this.implementedInterfaces = ["LayoutComponent"];
103468
+ this.typeRegistry = typeRegistry;
103823
103469
  }
103824
103470
  get fields() {
103825
103471
  return {
@@ -103841,11 +103487,10 @@ class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
103841
103487
  class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103842
103488
  constructor(services, typeRegistry) {
103843
103489
  super(services);
103844
- this.services = services;
103845
- this.typeRegistry = typeRegistry;
103846
103490
  this.namespace = "oas";
103847
103491
  this.typeName = "RichTextAreaValue";
103848
103492
  this.implementedInterfaces = ["FieldValue"];
103493
+ this.typeRegistry = typeRegistry;
103849
103494
  }
103850
103495
  get fields() {
103851
103496
  return {
@@ -103860,11 +103505,10 @@ class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103860
103505
  class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103861
103506
  constructor(services, typeRegistry) {
103862
103507
  super(services);
103863
- this.services = services;
103864
- this.typeRegistry = typeRegistry;
103865
103508
  this.namespace = "oas";
103866
103509
  this.typeName = "SObject__Field";
103867
103510
  this.implementedInterfaces = [];
103511
+ this.typeRegistry = typeRegistry;
103868
103512
  }
103869
103513
  get fields() {
103870
103514
  return {
@@ -103878,12 +103522,11 @@ class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103878
103522
  class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103879
103523
  constructor(services, typeRegistry) {
103880
103524
  super(services);
103881
- this.services = services;
103882
- this.typeRegistry = typeRegistry;
103883
103525
  this.namespace = "oas";
103884
103526
  this.typeName = "Setup__EntityRepresentation";
103885
103527
  this.implementedInterfaces = [];
103886
103528
  this.idField = "Id";
103529
+ this.typeRegistry = typeRegistry;
103887
103530
  }
103888
103531
  get fields() {
103889
103532
  return {
@@ -103930,11 +103573,10 @@ class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepos
103930
103573
  class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103931
103574
  constructor(services, typeRegistry) {
103932
103575
  super(services);
103933
- this.services = services;
103934
- this.typeRegistry = typeRegistry;
103935
103576
  this.namespace = "oas";
103936
103577
  this.typeName = "Setup__ListColumn";
103937
103578
  this.implementedInterfaces = [];
103579
+ this.typeRegistry = typeRegistry;
103938
103580
  }
103939
103581
  get fields() {
103940
103582
  return {
@@ -103956,11 +103598,10 @@ class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103956
103598
  class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103957
103599
  constructor(services, typeRegistry) {
103958
103600
  super(services);
103959
- this.services = services;
103960
- this.typeRegistry = typeRegistry;
103961
103601
  this.namespace = "oas";
103962
103602
  this.typeName = "Setup__ListFilter";
103963
103603
  this.implementedInterfaces = [];
103604
+ this.typeRegistry = typeRegistry;
103964
103605
  }
103965
103606
  get fields() {
103966
103607
  return {
@@ -103976,11 +103617,10 @@ class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103976
103617
  class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
103977
103618
  constructor(services, typeRegistry) {
103978
103619
  super(services);
103979
- this.services = services;
103980
- this.typeRegistry = typeRegistry;
103981
103620
  this.namespace = "oas";
103982
103621
  this.typeName = "Setup__ListInlineEditAttributeDetails";
103983
103622
  this.implementedInterfaces = [];
103623
+ this.typeRegistry = typeRegistry;
103984
103624
  }
103985
103625
  get fields() {
103986
103626
  return {
@@ -103995,11 +103635,10 @@ class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGrap
103995
103635
  class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103996
103636
  constructor(services, typeRegistry) {
103997
103637
  super(services);
103998
- this.services = services;
103999
- this.typeRegistry = typeRegistry;
104000
103638
  this.namespace = "oas";
104001
103639
  this.typeName = "Setup__ListInlineEditAttributes";
104002
103640
  this.implementedInterfaces = [];
103641
+ this.typeRegistry = typeRegistry;
104003
103642
  }
104004
103643
  get fields() {
104005
103644
  return {
@@ -104014,11 +103653,10 @@ class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTyp
104014
103653
  class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104015
103654
  constructor(services, typeRegistry) {
104016
103655
  super(services);
104017
- this.services = services;
104018
- this.typeRegistry = typeRegistry;
104019
103656
  this.namespace = "oas";
104020
103657
  this.typeName = "Setup__ListOrder";
104021
103658
  this.implementedInterfaces = [];
103659
+ this.typeRegistry = typeRegistry;
104022
103660
  }
104023
103661
  get fields() {
104024
103662
  return {
@@ -104033,11 +103671,10 @@ class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104033
103671
  class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
104034
103672
  constructor(services, typeRegistry) {
104035
103673
  super(services);
104036
- this.services = services;
104037
- this.typeRegistry = typeRegistry;
104038
103674
  this.namespace = "oas";
104039
103675
  this.typeName = "Setup__ListScalarField";
104040
103676
  this.implementedInterfaces = [];
103677
+ this.typeRegistry = typeRegistry;
104041
103678
  }
104042
103679
  get fields() {
104043
103680
  return {
@@ -104057,11 +103694,10 @@ class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeReposito
104057
103694
  class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
104058
103695
  constructor(services, typeRegistry) {
104059
103696
  super(services);
104060
- this.services = services;
104061
- this.typeRegistry = typeRegistry;
104062
103697
  this.namespace = "oas";
104063
103698
  this.typeName = "Setup__ListViewObjectInfo";
104064
103699
  this.implementedInterfaces = [];
103700
+ this.typeRegistry = typeRegistry;
104065
103701
  }
104066
103702
  get fields() {
104067
103703
  return {
@@ -104074,11 +103710,10 @@ class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepos
104074
103710
  class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104075
103711
  constructor(services, typeRegistry) {
104076
103712
  super(services);
104077
- this.services = services;
104078
- this.typeRegistry = typeRegistry;
104079
103713
  this.namespace = "oas";
104080
103714
  this.typeName = "Setup__ListView";
104081
103715
  this.implementedInterfaces = [];
103716
+ this.typeRegistry = typeRegistry;
104082
103717
  }
104083
103718
  get fields() {
104084
103719
  return {
@@ -104099,11 +103734,10 @@ class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104099
103734
  class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104100
103735
  constructor(services, typeRegistry) {
104101
103736
  super(services);
104102
- this.services = services;
104103
- this.typeRegistry = typeRegistry;
104104
103737
  this.namespace = "oas";
104105
103738
  this.typeName = "Setup__ListViewRowConnection";
104106
103739
  this.implementedInterfaces = [];
103740
+ this.typeRegistry = typeRegistry;
104107
103741
  }
104108
103742
  get fields() {
104109
103743
  return {
@@ -104118,11 +103752,10 @@ class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRe
104118
103752
  class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104119
103753
  constructor(services, typeRegistry) {
104120
103754
  super(services);
104121
- this.services = services;
104122
- this.typeRegistry = typeRegistry;
104123
103755
  this.namespace = "oas";
104124
103756
  this.typeName = "Setup__ListViewRowEdge";
104125
103757
  this.implementedInterfaces = [];
103758
+ this.typeRegistry = typeRegistry;
104126
103759
  }
104127
103760
  get fields() {
104128
103761
  return {
@@ -104136,11 +103769,10 @@ class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeReposito
104136
103769
  class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104137
103770
  constructor(services, typeRegistry) {
104138
103771
  super(services);
104139
- this.services = services;
104140
- this.typeRegistry = typeRegistry;
104141
103772
  this.namespace = "oas";
104142
103773
  this.typeName = "Setup__ListViewRow";
104143
103774
  this.implementedInterfaces = [];
103775
+ this.typeRegistry = typeRegistry;
104144
103776
  }
104145
103777
  get fields() {
104146
103778
  return {
@@ -104154,11 +103786,10 @@ class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104154
103786
  class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104155
103787
  constructor(services, typeRegistry) {
104156
103788
  super(services);
104157
- this.services = services;
104158
- this.typeRegistry = typeRegistry;
104159
103789
  this.namespace = "oas";
104160
103790
  this.typeName = "Setup__SetupAggregateConnection";
104161
103791
  this.implementedInterfaces = [];
103792
+ this.typeRegistry = typeRegistry;
104162
103793
  }
104163
103794
  get fields() {
104164
103795
  return {
@@ -104173,11 +103804,10 @@ class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTyp
104173
103804
  class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104174
103805
  constructor(services, typeRegistry) {
104175
103806
  super(services);
104176
- this.services = services;
104177
- this.typeRegistry = typeRegistry;
104178
103807
  this.namespace = "oas";
104179
103808
  this.typeName = "Setup__SetupAggregateEdge";
104180
103809
  this.implementedInterfaces = [];
103810
+ this.typeRegistry = typeRegistry;
104181
103811
  }
104182
103812
  get fields() {
104183
103813
  return {
@@ -104191,11 +103821,10 @@ class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepos
104191
103821
  class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104192
103822
  constructor(services, typeRegistry) {
104193
103823
  super(services);
104194
- this.services = services;
104195
- this.typeRegistry = typeRegistry;
104196
103824
  this.namespace = "oas";
104197
103825
  this.typeName = "Setup__SetupConnection";
104198
103826
  this.implementedInterfaces = [];
103827
+ this.typeRegistry = typeRegistry;
104199
103828
  }
104200
103829
  get fields() {
104201
103830
  return {
@@ -104211,11 +103840,10 @@ class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeReposito
104211
103840
  class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104212
103841
  constructor(services, typeRegistry) {
104213
103842
  super(services);
104214
- this.services = services;
104215
- this.typeRegistry = typeRegistry;
104216
103843
  this.namespace = "oas";
104217
103844
  this.typeName = "Setup__SetupEdge";
104218
103845
  this.implementedInterfaces = [];
103846
+ this.typeRegistry = typeRegistry;
104219
103847
  }
104220
103848
  get fields() {
104221
103849
  return {
@@ -104229,11 +103857,10 @@ class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104229
103857
  class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
104230
103858
  constructor(services, typeRegistry) {
104231
103859
  super(services);
104232
- this.services = services;
104233
- this.typeRegistry = typeRegistry;
104234
103860
  this.namespace = "oas";
104235
103861
  this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
104236
103862
  this.implementedInterfaces = [];
103863
+ this.typeRegistry = typeRegistry;
104237
103864
  }
104238
103865
  get fields() {
104239
103866
  return {
@@ -104250,11 +103877,10 @@ class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseU
104250
103877
  class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
104251
103878
  constructor(services, typeRegistry) {
104252
103879
  super(services);
104253
- this.services = services;
104254
- this.typeRegistry = typeRegistry;
104255
103880
  this.namespace = "oas";
104256
103881
  this.typeName = "Setup__SetupPolymorphicParentRelationship";
104257
103882
  this.implementedInterfaces = [];
103883
+ this.typeRegistry = typeRegistry;
104258
103884
  }
104259
103885
  get fields() {
104260
103886
  return {
@@ -104271,11 +103897,10 @@ class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepos
104271
103897
  class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104272
103898
  constructor(services, typeRegistry) {
104273
103899
  super(services);
104274
- this.services = services;
104275
- this.typeRegistry = typeRegistry;
104276
103900
  this.namespace = "oas";
104277
103901
  this.typeName = "Setup__SetupQueryAggregate";
104278
103902
  this.implementedInterfaces = [];
103903
+ this.typeRegistry = typeRegistry;
104279
103904
  }
104280
103905
  get fields() {
104281
103906
  return {
@@ -104288,11 +103913,10 @@ class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepo
104288
103913
  class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104289
103914
  constructor(services, typeRegistry) {
104290
103915
  super(services);
104291
- this.services = services;
104292
- this.typeRegistry = typeRegistry;
104293
103916
  this.namespace = "oas";
104294
103917
  this.typeName = "Setup__SetupQuery";
104295
103918
  this.implementedInterfaces = [];
103919
+ this.typeRegistry = typeRegistry;
104296
103920
  }
104297
103921
  get fields() {
104298
103922
  return {
@@ -104305,11 +103929,10 @@ class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104305
103929
  class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104306
103930
  constructor(services, typeRegistry) {
104307
103931
  super(services);
104308
- this.services = services;
104309
- this.typeRegistry = typeRegistry;
104310
103932
  this.namespace = "oas";
104311
103933
  this.typeName = "Setup__SetupRecordAggregate";
104312
103934
  this.implementedInterfaces = [];
103935
+ this.typeRegistry = typeRegistry;
104313
103936
  }
104314
103937
  get fields() {
104315
103938
  return {
@@ -104341,11 +103964,10 @@ class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRep
104341
103964
  class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
104342
103965
  constructor(services, typeRegistry) {
104343
103966
  super(services);
104344
- this.services = services;
104345
- this.typeRegistry = typeRegistry;
104346
103967
  this.namespace = "oas";
104347
103968
  this.typeName = "Setup__SetupRecordResult";
104348
103969
  this.implementedInterfaces = [];
103970
+ this.typeRegistry = typeRegistry;
104349
103971
  }
104350
103972
  get fields() {
104351
103973
  return {
@@ -104358,11 +103980,10 @@ class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeReposi
104358
103980
  class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104359
103981
  constructor(services, typeRegistry) {
104360
103982
  super(services);
104361
- this.services = services;
104362
- this.typeRegistry = typeRegistry;
104363
103983
  this.namespace = "oas";
104364
103984
  this.typeName = "Setup__Setup";
104365
103985
  this.implementedInterfaces = [];
103986
+ this.typeRegistry = typeRegistry;
104366
103987
  }
104367
103988
  get fields() {
104368
103989
  return {
@@ -104379,11 +104000,10 @@ class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104379
104000
  class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104380
104001
  constructor(services, typeRegistry) {
104381
104002
  super(services);
104382
- this.services = services;
104383
- this.typeRegistry = typeRegistry;
104384
104003
  this.namespace = "oas";
104385
104004
  this.typeName = "StandardField";
104386
104005
  this.implementedInterfaces = ["Field"];
104006
+ this.typeRegistry = typeRegistry;
104387
104007
  }
104388
104008
  get fields() {
104389
104009
  return {
@@ -104424,11 +104044,10 @@ class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104424
104044
  class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104425
104045
  constructor(services, typeRegistry) {
104426
104046
  super(services);
104427
- this.services = services;
104428
- this.typeRegistry = typeRegistry;
104429
104047
  this.namespace = "oas";
104430
104048
  this.typeName = "StringAggregate";
104431
104049
  this.implementedInterfaces = ["FieldValue"];
104050
+ this.typeRegistry = typeRegistry;
104432
104051
  }
104433
104052
  get fields() {
104434
104053
  return {
@@ -104448,11 +104067,10 @@ class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104448
104067
  class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104449
104068
  constructor(services, typeRegistry) {
104450
104069
  super(services);
104451
- this.services = services;
104452
- this.typeRegistry = typeRegistry;
104453
104070
  this.namespace = "oas";
104454
104071
  this.typeName = "StringValue";
104455
104072
  this.implementedInterfaces = ["FieldValue"];
104073
+ this.typeRegistry = typeRegistry;
104456
104074
  }
104457
104075
  get fields() {
104458
104076
  return {
@@ -104467,11 +104085,10 @@ class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104467
104085
  class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104468
104086
  constructor(services, typeRegistry) {
104469
104087
  super(services);
104470
- this.services = services;
104471
- this.typeRegistry = typeRegistry;
104472
104088
  this.namespace = "oas";
104473
104089
  this.typeName = "TextAreaAggregate";
104474
104090
  this.implementedInterfaces = ["FieldValue"];
104091
+ this.typeRegistry = typeRegistry;
104475
104092
  }
104476
104093
  get fields() {
104477
104094
  return {
@@ -104491,11 +104108,10 @@ class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104491
104108
  class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104492
104109
  constructor(services, typeRegistry) {
104493
104110
  super(services);
104494
- this.services = services;
104495
- this.typeRegistry = typeRegistry;
104496
104111
  this.namespace = "oas";
104497
104112
  this.typeName = "TextAreaValue";
104498
104113
  this.implementedInterfaces = ["FieldValue"];
104114
+ this.typeRegistry = typeRegistry;
104499
104115
  }
104500
104116
  get fields() {
104501
104117
  return {
@@ -104510,11 +104126,10 @@ class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104510
104126
  class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104511
104127
  constructor(services, typeRegistry) {
104512
104128
  super(services);
104513
- this.services = services;
104514
- this.typeRegistry = typeRegistry;
104515
104129
  this.namespace = "oas";
104516
104130
  this.typeName = "ThemeInfo";
104517
104131
  this.implementedInterfaces = [];
104132
+ this.typeRegistry = typeRegistry;
104518
104133
  }
104519
104134
  get fields() {
104520
104135
  return {
@@ -104528,11 +104143,10 @@ class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104528
104143
  class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104529
104144
  constructor(services, typeRegistry) {
104530
104145
  super(services);
104531
- this.services = services;
104532
- this.typeRegistry = typeRegistry;
104533
104146
  this.namespace = "oas";
104534
104147
  this.typeName = "TimeAggregate";
104535
104148
  this.implementedInterfaces = ["FieldValue"];
104149
+ this.typeRegistry = typeRegistry;
104536
104150
  }
104537
104151
  get fields() {
104538
104152
  return {
@@ -104548,11 +104162,10 @@ class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104548
104162
  class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104549
104163
  constructor(services, typeRegistry) {
104550
104164
  super(services);
104551
- this.services = services;
104552
- this.typeRegistry = typeRegistry;
104553
104165
  this.namespace = "oas";
104554
104166
  this.typeName = "TimeValue";
104555
104167
  this.implementedInterfaces = ["FieldValue"];
104168
+ this.typeRegistry = typeRegistry;
104556
104169
  }
104557
104170
  get fields() {
104558
104171
  return {
@@ -104567,11 +104180,10 @@ class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104567
104180
  let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
104568
104181
  constructor(services, typeRegistry) {
104569
104182
  super(services);
104570
- this.services = services;
104571
- this.typeRegistry = typeRegistry;
104572
104183
  this.namespace = "oas";
104573
104184
  this.typeName = "UIAPIMutations";
104574
104185
  this.implementedInterfaces = [];
104186
+ this.typeRegistry = typeRegistry;
104575
104187
  }
104576
104188
  get fields() {
104577
104189
  return {
@@ -104586,11 +104198,10 @@ let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends Unidenti
104586
104198
  class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104587
104199
  constructor(services, typeRegistry) {
104588
104200
  super(services);
104589
- this.services = services;
104590
- this.typeRegistry = typeRegistry;
104591
104201
  this.namespace = "oas";
104592
104202
  this.typeName = "UIAPI";
104593
104203
  this.implementedInterfaces = [];
104204
+ this.typeRegistry = typeRegistry;
104594
104205
  }
104595
104206
  get fields() {
104596
104207
  return {
@@ -104608,11 +104219,10 @@ class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104608
104219
  class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104609
104220
  constructor(services, typeRegistry) {
104610
104221
  super(services);
104611
- this.services = services;
104612
- this.typeRegistry = typeRegistry;
104613
104222
  this.namespace = "oas";
104614
104223
  this.typeName = "UrlAggregate";
104615
104224
  this.implementedInterfaces = ["FieldValue"];
104225
+ this.typeRegistry = typeRegistry;
104616
104226
  }
104617
104227
  get fields() {
104618
104228
  return {
@@ -104631,11 +104241,10 @@ class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104631
104241
  class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104632
104242
  constructor(services, typeRegistry) {
104633
104243
  super(services);
104634
- this.services = services;
104635
- this.typeRegistry = typeRegistry;
104636
104244
  this.namespace = "oas";
104637
104245
  this.typeName = "UrlValue";
104638
104246
  this.implementedInterfaces = ["FieldValue"];
104247
+ this.typeRegistry = typeRegistry;
104639
104248
  }
104640
104249
  get fields() {
104641
104250
  return {
@@ -104649,11 +104258,10 @@ class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104649
104258
  class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
104650
104259
  constructor(services, typeRegistry) {
104651
104260
  super(services);
104652
- this.services = services;
104653
- this.typeRegistry = typeRegistry;
104654
104261
  this.namespace = "oas";
104655
104262
  this.typeName = "VisualforceLayoutComponent";
104656
104263
  this.implementedInterfaces = ["LayoutComponent"];
104264
+ this.typeRegistry = typeRegistry;
104657
104265
  }
104658
104266
  get fields() {
104659
104267
  return {
@@ -106312,7 +105920,6 @@ function buildCommandClass(baseClass) {
106312
105920
  this.config = config;
106313
105921
  this.documentRootType = documentRootType;
106314
105922
  this.services = services;
106315
- this.endpoint = 'RecordUiController.executeGraphQL';
106316
105923
  }
106317
105924
  get url() {
106318
105925
  return '/services/data/v68.0/graphql';
@@ -106324,22 +105931,6 @@ function buildCommandClass(baseClass) {
106324
105931
  now: Date.now() / 1000,
106325
105932
  };
106326
105933
  }
106327
- get auraBodyWrapperName() {
106328
- return 'queryInput';
106329
- }
106330
- get auraParams() {
106331
- const params = super.auraParams;
106332
- const body = params[this.auraBodyWrapperName];
106333
- return {
106334
- ...params,
106335
- [this.auraBodyWrapperName]: {
106336
- ...body,
106337
- extensions: {
106338
- requiredTypeFields,
106339
- },
106340
- },
106341
- };
106342
- }
106343
105934
  get fetchParams() {
106344
105935
  const [url, params] = super.fetchParams;
106345
105936
  const body = JSON.parse(params.body);
@@ -106913,6 +106504,26 @@ function cloneConfig(config) {
106913
106504
  return cloned;
106914
106505
  }
106915
106506
 
106507
+ const requiredKeys = ['query'];
106508
+ const optionalKeys = ['variables', 'operationName'];
106509
+ /**
106510
+ * Factory that builds the graphql adapter-state-manager from a `getCommand`
106511
+ * function. Used on-core (with the platform-supplied command constructor that
106512
+ * provisions services from `_conduit_client_service_provisioner_v1`) and reused
106513
+ * off-core (with a host-provided command, e.g. an MCP-backed command synthesized
106514
+ * by `vite-plugin-lwc-ui-bundle`'s runtime).
106515
+ *
106516
+ * Mirrors the shape of `createSmRecord` / `createSmObjectInfo` in
106517
+ * `@salesforce/state-managers-uiapi`: factory + fixed config-key contract,
106518
+ * adapter supplied by the caller.
106519
+ *
106520
+ * @param getCommand - Function that takes a config and returns a `GraphQLCommand`
106521
+ * @returns The graphql adapter-state-manager definition
106522
+ */
106523
+ function createSmGraphQL(getCommand) {
106524
+ return createStateManager(getCommand, requiredKeys, optionalKeys);
106525
+ }
106526
+
106916
106527
  let graphql$1;
106917
106528
  let graphql_v1_import;
106918
106529
  let graphql_imperative$1;
@@ -106961,19 +106572,13 @@ const serviceRequirements = {
106961
106572
  type: 'lwcGraphQLWireBindings',
106962
106573
  version: '1.0',
106963
106574
  },
106964
- auraGraphQLNormalizedCacheControlCommand: {
106965
- type: 'auraGraphQLNormalizedCacheControlCommand',
106575
+ httpGraphQLNormalizedCacheControlCommand: {
106576
+ type: 'httpGraphQLNormalizedCacheControlCommand',
106966
106577
  version: '1.0',
106967
106578
  },
106968
- auraNetwork: {
106969
- type: 'auraNetwork',
106970
- version: '1.0',
106971
- optional: true,
106972
- },
106973
106579
  fetch: {
106974
106580
  type: 'fetch',
106975
106581
  version: '1.0',
106976
- optional: true,
106977
106582
  },
106978
106583
  luvio: {
106979
106584
  type: 'luvio',
@@ -106999,7 +106604,7 @@ getServices(serviceRequirements).then((services) => {
106999
106604
  const graphqlTypeRegistry = new CustomGraphQLTypeRegistry(services);
107000
106605
  const documentRootType = graphqlTypeRegistry.Query;
107001
106606
  const mutationType = graphqlTypeRegistry.Mutation;
107002
- const graphql_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106607
+ const graphql_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107003
106608
  graphql$1 = services.lwcGraphQLWireBindings.bind((config) => new graphql_ctor(config, documentRootType, services), CONFIG_SCHEMA, true);
107004
106609
  class GraphqlV1ImportAdapter extends graphql$1 {
107005
106610
  update(config, _context) {
@@ -107013,7 +106618,7 @@ getServices(serviceRequirements).then((services) => {
107013
106618
  }
107014
106619
  }
107015
106620
  graphql_v1_import = GraphqlV1ImportAdapter;
107016
- const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106621
+ const graphql_imperative_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107017
106622
  graphql_imperative$1 = services.graphQLImperativeBindings.bind(({ params, assertIsValid }) => {
107018
106623
  const config = params[0];
107019
106624
  const options = params[1];
@@ -107041,7 +106646,7 @@ getServices(serviceRequirements).then((services) => {
107041
106646
  /*
107042
106647
  * State Manager
107043
106648
  */
107044
- const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
106649
+ const graphql_state_manager_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphql_state_manager');
107045
106650
  const factory = (config) => {
107046
106651
  assertIsValid$1(config, CONFIG_SCHEMA);
107047
106652
  const validatedConfig = resolveAndValidateGraphQLConfig(config, {
@@ -107053,8 +106658,8 @@ getServices(serviceRequirements).then((services) => {
107053
106658
  }
107054
106659
  return new graphql_state_manager_ctor(validatedConfig.value, documentRootType, services);
107055
106660
  };
107056
- graphql_state_manager = createStateManager(factory, ['query'], ['variables', 'operationName']);
107057
- const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.auraGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
106661
+ graphql_state_manager = createSmGraphQL(factory);
106662
+ const executeMutation_ctor = services.instrumentCommand(buildCommandClass(services.httpGraphQLNormalizedCacheControlCommand), 'graphqlCommand');
107058
106663
  services.graphQLMutationBindings.bind(({ params, assertIsValid }) => {
107059
106664
  const config = params[0];
107060
106665
  const options = params[1];
@@ -107076,7 +106681,7 @@ function registerCallback(cb) {
107076
106681
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107077
106682
  }
107078
106683
  }
107079
- // version: 1.438.1-b2ab20594e
106684
+ // version: 1.440.0-1ddfff6500
107080
106685
 
107081
106686
  function createFragmentMap(documentNode) {
107082
106687
  const fragments = {};
@@ -136283,7 +135888,7 @@ register$1({
136283
135888
  configuration: { ...configurationForGraphQLAdapters$1 },
136284
135889
  instrument: instrument$1,
136285
135890
  });
136286
- // version: 1.438.1-b2ab20594e
135891
+ // version: 1.440.0-1ddfff6500
136287
135892
 
136288
135893
  // On core the unstable adapters are re-exported with different names,
136289
135894
  // we want to match them here.
@@ -136435,7 +136040,7 @@ withDefaultLuvio((luvio) => {
136435
136040
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136436
136041
  graphQLImperative = ldsAdapter;
136437
136042
  });
136438
- // version: 1.438.1-b2ab20594e
136043
+ // version: 1.440.0-1ddfff6500
136439
136044
 
136440
136045
  var gqlApi = /*#__PURE__*/Object.freeze({
136441
136046
  __proto__: null,
@@ -137234,7 +136839,7 @@ const callbacks$1 = [];
137234
136839
  function register(r) {
137235
136840
  callbacks$1.forEach((callback) => callback(r));
137236
136841
  }
137237
- // version: 1.438.1-e193893fad
136842
+ // version: 1.440.0-267427df73
137238
136843
 
137239
136844
  /**
137240
136845
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138523,4 +138128,4 @@ const { luvio } = getRuntime();
138523
138128
  setDefaultLuvio({ luvio });
138524
138129
 
138525
138130
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
138526
- // version: 1.438.1-e193893fad
138131
+ // version: 1.440.0-267427df73