@salesforce/lds-worker-api 1.437.0 → 1.438.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4276,7 +4276,7 @@ function withDefaultLuvio(callback) {
4276
4276
  }
4277
4277
  callbacks.push(callback);
4278
4278
  }
4279
- // version: 1.437.0-90398d3223
4279
+ // version: 1.438.0-0ec0a89235
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.437.0-90398d3223
5323
+ // version: 1.438.0-0ec0a89235
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 = "3f49d751896cf66e6e29788d8880e2cc";
14376
+ const VERSION$10$2 = "885c858e27ff690e5f69edc41d68c32b";
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,6 +14433,10 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
14433
14433
  name: 'lwcComponent',
14434
14434
  kind: 'Scalar'
14435
14435
  },
14436
+ {
14437
+ name: 'pageDeveloperName',
14438
+ kind: 'Scalar'
14439
+ },
14436
14440
  {
14437
14441
  name: 'primaryColor',
14438
14442
  kind: 'Scalar'
@@ -14461,6 +14465,10 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
14461
14465
  name: 'targetObject',
14462
14466
  kind: 'Scalar'
14463
14467
  },
14468
+ {
14469
+ name: 'targetParentField',
14470
+ kind: 'Scalar'
14471
+ },
14464
14472
  {
14465
14473
  name: 'targetUrl',
14466
14474
  kind: 'Scalar'
@@ -14533,6 +14541,11 @@ function equals$S(existing, incoming) {
14533
14541
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
14534
14542
  return false;
14535
14543
  }
14544
+ const existing_pageDeveloperName = existing.pageDeveloperName;
14545
+ const incoming_pageDeveloperName = incoming.pageDeveloperName;
14546
+ if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
14547
+ return false;
14548
+ }
14536
14549
  const existing_primaryColor = existing.primaryColor;
14537
14550
  const incoming_primaryColor = incoming.primaryColor;
14538
14551
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -14563,6 +14576,11 @@ function equals$S(existing, incoming) {
14563
14576
  if (!(existing_targetObject === incoming_targetObject)) {
14564
14577
  return false;
14565
14578
  }
14579
+ const existing_targetParentField = existing.targetParentField;
14580
+ const incoming_targetParentField = incoming.targetParentField;
14581
+ if (!(existing_targetParentField === incoming_targetParentField)) {
14582
+ return false;
14583
+ }
14566
14584
  const existing_targetUrl = existing.targetUrl;
14567
14585
  const incoming_targetUrl = incoming.targetUrl;
14568
14586
  if (!(existing_targetUrl === incoming_targetUrl)) {
@@ -32520,7 +32538,7 @@ withDefaultLuvio((luvio) => {
32520
32538
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32521
32539
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32522
32540
  });
32523
- // version: 1.437.0-f680421dc4
32541
+ // version: 1.438.0-242a4ab027
32524
32542
 
32525
32543
  var allowUpdatesForNonCachedRecords = {
32526
32544
  isOpen: function (e) {
@@ -44161,11 +44179,6 @@ var useOneStore = {
44161
44179
  },
44162
44180
  };
44163
44181
 
44164
- /*!
44165
- * Copyright (c) 2022, Salesforce, Inc.,
44166
- * All rights reserved.
44167
- * For full license text, see the LICENSE.txt file
44168
- */
44169
44182
  const { create: create$7, freeze: freeze$4, keys: keys$8, entries: entries$5 } = Object;
44170
44183
  const { hasOwnProperty: hasOwnProperty$3 } = Object.prototype;
44171
44184
  const { isArray: isArray$7 } = Array;
@@ -44229,7 +44242,7 @@ function rejectedPromiseLike$4(reason) {
44229
44242
  };
44230
44243
  }
44231
44244
  function isPromiseLike$4(x) {
44232
- return typeof (x == null ? void 0 : x.then) === "function";
44245
+ return typeof x?.then === "function";
44233
44246
  }
44234
44247
  function racesync(values) {
44235
44248
  for (const value of values) {
@@ -44346,20 +44359,12 @@ function logError$2(error) {
44346
44359
  console.error("OneStore Command threw an error that we did not expect", error);
44347
44360
  }
44348
44361
 
44349
- /*!
44350
- * Copyright (c) 2022, Salesforce, Inc.,
44351
- * All rights reserved.
44352
- * For full license text, see the LICENSE.txt file
44353
- */
44354
44362
  function serviceSatisfies(service, request) {
44355
44363
  return (
44356
44364
  // service types must match
44357
44365
  service.type === request.type && // version of the service must satisfy the requested version
44358
44366
  satisfies(service.version, request.version) && // no tags requested, or the service matches every requested tag value
44359
- (request.tags === void 0 || Object.keys(request.tags).every((tag) => {
44360
- var _a;
44361
- return ((_a = service.tags) == null ? void 0 : _a[tag]) === request.tags[tag];
44362
- }))
44367
+ (request.tags === void 0 || Object.keys(request.tags).every((tag) => service.tags?.[tag] === request.tags[tag]))
44363
44368
  );
44364
44369
  }
44365
44370
  let resolverAvailable;
@@ -44417,11 +44422,6 @@ function buildStaticServiceResolver(services) {
44417
44422
  };
44418
44423
  }
44419
44424
 
44420
- /*!
44421
- * Copyright (c) 2022, Salesforce, Inc.,
44422
- * All rights reserved.
44423
- * For full license text, see the LICENSE.txt file
44424
- */
44425
44425
  function isCacheEntryForType(cacheEntry, type) {
44426
44426
  return cacheEntry.metadata.type.namespace === type.namespace && cacheEntry.metadata.type.name === type.typeName;
44427
44427
  }
@@ -44439,9 +44439,8 @@ class IdentifiableTypeRepository {
44439
44439
  return `${this.namespace}::${this.typeName}(${stableJSONStringify$3(params)})`;
44440
44440
  }
44441
44441
  write(cache, input) {
44442
- var _a;
44443
44442
  const key = this.buildKey(this.buildKeyParams(input));
44444
- const existingNormalizedData = (_a = cache.get(key)) == null ? void 0 : _a.value;
44443
+ const existingNormalizedData = cache.get(key)?.value;
44445
44444
  const normalized = this.normalizeData(cache, { ...input, existingNormalizedData });
44446
44445
  if (normalized.isErr()) {
44447
44446
  return err$3(normalized.error);
@@ -44516,11 +44515,6 @@ function buildReadWriteResult(data, errors) {
44516
44515
  return ok$3(data);
44517
44516
  }
44518
44517
 
44519
- /*!
44520
- * Copyright (c) 2022, Salesforce, Inc.,
44521
- * All rights reserved.
44522
- * For full license text, see the LICENSE.txt file
44523
- */
44524
44518
  let JsonSchemaViolationError$1 = class JsonSchemaViolationError extends Error {
44525
44519
  constructor(message, validationErrors) {
44526
44520
  super(message);
@@ -44950,11 +44944,6 @@ function findSchemaAtPath$1(document, ref) {
44950
44944
  return current;
44951
44945
  }
44952
44946
 
44953
- /*!
44954
- * Copyright (c) 2022, Salesforce, Inc.,
44955
- * All rights reserved.
44956
- * For full license text, see the LICENSE.txt file
44957
- */
44958
44947
  function devAssert(condition, message) {
44959
44948
  const booleanCondition = Boolean(condition);
44960
44949
  if (!booleanCondition) {
@@ -45805,10 +45794,7 @@ function findExecutableOperation$2(document, operationName) {
45805
45794
  return operations[0];
45806
45795
  }
45807
45796
  if (operationName) {
45808
- return operations.find((op) => {
45809
- var _a;
45810
- return ((_a = op.name) == null ? void 0 : _a.value) === operationName;
45811
- });
45797
+ return operations.find((op) => op.name?.value === operationName);
45812
45798
  }
45813
45799
  return void 0;
45814
45800
  }
@@ -45864,7 +45850,7 @@ function resolveAndValidateGraphQLDocument(query, operationName, options) {
45864
45850
  validateGraphQLOperations(
45865
45851
  { query: document, operationName },
45866
45852
  {
45867
- acceptedOperations: (options == null ? void 0 : options.acceptedOperations) ?? ["query"]
45853
+ acceptedOperations: options?.acceptedOperations ?? ["query"]
45868
45854
  }
45869
45855
  );
45870
45856
  return ok$3(document);
@@ -94095,11 +94081,6 @@ function createSfsSideEffectHooks(durableRecordStore) {
94095
94081
  return [];
94096
94082
  }
94097
94083
 
94098
- /*!
94099
- * Copyright (c) 2022, Salesforce, Inc.,
94100
- * All rights reserved.
94101
- * For full license text, see the LICENSE.txt file
94102
- */
94103
94084
  const { create: create$6, freeze: freeze$3, keys: keys$7, entries } = Object;
94104
94085
  const { isArray: isArray$1$1 } = Array;
94105
94086
  const { stringify: stringify$2, parse: parse$2 } = JSON;
@@ -94218,7 +94199,7 @@ function rejectedPromiseLike$2(reason) {
94218
94199
  };
94219
94200
  }
94220
94201
  function isPromiseLike$2(x) {
94221
- return typeof (x == null ? void 0 : x.then) === "function";
94202
+ return typeof x?.then === "function";
94222
94203
  }
94223
94204
  function deepEquals$1(x, y) {
94224
94205
  if (x === void 0) {
@@ -94388,19 +94369,9 @@ function logError$1(error) {
94388
94369
  console.error("OneStore Command threw an error that we did not expect", error);
94389
94370
  }
94390
94371
 
94391
- /*!
94392
- * Copyright (c) 2022, Salesforce, Inc.,
94393
- * All rights reserved.
94394
- * For full license text, see the LICENSE.txt file
94395
- */
94396
94372
  class BaseCommand {
94397
94373
  }
94398
94374
 
94399
- /*!
94400
- * Copyright (c) 2022, Salesforce, Inc.,
94401
- * All rights reserved.
94402
- * For full license text, see the LICENSE.txt file
94403
- */
94404
94375
  let NetworkCommand$1 = class NetworkCommand extends BaseCommand {
94405
94376
  constructor(services) {
94406
94377
  super();
@@ -94451,11 +94422,6 @@ function buildServiceDescriptor$n() {
94451
94422
  };
94452
94423
  }
94453
94424
 
94454
- /*!
94455
- * Copyright (c) 2022, Salesforce, Inc.,
94456
- * All rights reserved.
94457
- * For full license text, see the LICENSE.txt file
94458
- */
94459
94425
  class AuraNetworkCommand extends NetworkCommand$1 {
94460
94426
  constructor(services) {
94461
94427
  super(services);
@@ -94562,16 +94528,6 @@ function buildServiceDescriptor$m() {
94562
94528
  };
94563
94529
  }
94564
94530
 
94565
- /*!
94566
- * Copyright (c) 2022, Salesforce, Inc.,
94567
- * All rights reserved.
94568
- * For full license text, see the LICENSE.txt file
94569
- */
94570
- /*!
94571
- * Copyright (c) 2022, Salesforce, Inc.,
94572
- * All rights reserved.
94573
- * For full license text, see the LICENSE.txt file
94574
- */
94575
94531
  const { isArray: isArray$6 } = Array;
94576
94532
  let Ok$2 = class Ok {
94577
94533
  constructor(value) {
@@ -94639,7 +94595,7 @@ function rejectedPromiseLike$1(reason) {
94639
94595
  };
94640
94596
  }
94641
94597
  function isPromiseLike$1(x) {
94642
- return typeof (x == null ? void 0 : x.then) === "function";
94598
+ return typeof x?.then === "function";
94643
94599
  }
94644
94600
  function deepEquals(x, y) {
94645
94601
  if (x === void 0) {
@@ -94930,7 +94886,7 @@ class CacheControlCommand extends BaseCommand {
94930
94886
  unsubscribe() {
94931
94887
  while (this.unsubscribers.length > 0) {
94932
94888
  const unsubscriber = this.unsubscribers.pop();
94933
- unsubscriber == null ? void 0 : unsubscriber();
94889
+ unsubscriber?.();
94934
94890
  }
94935
94891
  }
94936
94892
  /**
@@ -95114,16 +95070,6 @@ function mergeCacheControlConfigs(baseConfig, overrides) {
95114
95070
  };
95115
95071
  }
95116
95072
 
95117
- /*!
95118
- * Copyright (c) 2022, Salesforce, Inc.,
95119
- * All rights reserved.
95120
- * For full license text, see the LICENSE.txt file
95121
- */
95122
- /*!
95123
- * Copyright (c) 2022, Salesforce, Inc.,
95124
- * All rights reserved.
95125
- * For full license text, see the LICENSE.txt file
95126
- */
95127
95073
  let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheControlCommand {
95128
95074
  constructor(services) {
95129
95075
  super(services);
@@ -95259,16 +95205,6 @@ function buildServiceDescriptor$l() {
95259
95205
  };
95260
95206
  }
95261
95207
 
95262
- /*!
95263
- * Copyright (c) 2022, Salesforce, Inc.,
95264
- * All rights reserved.
95265
- * For full license text, see the LICENSE.txt file
95266
- */
95267
- /*!
95268
- * Copyright (c) 2022, Salesforce, Inc.,
95269
- * All rights reserved.
95270
- * For full license text, see the LICENSE.txt file
95271
- */
95272
95208
  class AuraCacheControlCommand extends CacheControlCommand {
95273
95209
  constructor(services) {
95274
95210
  super(services);
@@ -95378,8 +95314,7 @@ class AuraResourceCacheControlCommand extends AuraCacheControlCommand {
95378
95314
  this.services = services;
95379
95315
  }
95380
95316
  readFromCache(cache) {
95381
- var _a;
95382
- const data = (_a = cache.get(this.buildKey())) == null ? void 0 : _a.value;
95317
+ const data = cache.get(this.buildKey())?.value;
95383
95318
  if (data === void 0) {
95384
95319
  return resolvedPromiseLike$2(err$1(new Error("Failed to find data in cache")));
95385
95320
  }
@@ -95408,16 +95343,6 @@ function buildServiceDescriptor$k() {
95408
95343
  };
95409
95344
  }
95410
95345
 
95411
- /*!
95412
- * Copyright (c) 2022, Salesforce, Inc.,
95413
- * All rights reserved.
95414
- * For full license text, see the LICENSE.txt file
95415
- */
95416
- /*!
95417
- * Copyright (c) 2022, Salesforce, Inc.,
95418
- * All rights reserved.
95419
- * For full license text, see the LICENSE.txt file
95420
- */
95421
95346
  class NetworkCommand extends BaseCommand {
95422
95347
  constructor(services) {
95423
95348
  super();
@@ -95467,7 +95392,7 @@ function hasFetchParams(command) {
95467
95392
  return command && typeof command === "object" && "fetchParams" in command;
95468
95393
  }
95469
95394
  function createAbortableDecorator(command, options) {
95470
- if (!(options == null ? void 0 : options.signal) || !((options == null ? void 0 : options.signal) instanceof AbortSignal)) {
95395
+ if (!options?.signal || !(options?.signal instanceof AbortSignal)) {
95471
95396
  return command;
95472
95397
  }
95473
95398
  const { signal } = options;
@@ -95598,16 +95523,6 @@ function buildServiceDescriptor$j() {
95598
95523
  };
95599
95524
  }
95600
95525
 
95601
- /*!
95602
- * Copyright (c) 2022, Salesforce, Inc.,
95603
- * All rights reserved.
95604
- * For full license text, see the LICENSE.txt file
95605
- */
95606
- /*!
95607
- * Copyright (c) 2022, Salesforce, Inc.,
95608
- * All rights reserved.
95609
- * For full license text, see the LICENSE.txt file
95610
- */
95611
95526
  class HttpCacheControlCommand extends CacheControlCommand {
95612
95527
  constructor(services) {
95613
95528
  super(services);
@@ -95715,16 +95630,6 @@ function buildServiceDescriptor$i() {
95715
95630
  };
95716
95631
  }
95717
95632
 
95718
- /*!
95719
- * Copyright (c) 2022, Salesforce, Inc.,
95720
- * All rights reserved.
95721
- * For full license text, see the LICENSE.txt file
95722
- */
95723
- /*!
95724
- * Copyright (c) 2022, Salesforce, Inc.,
95725
- * All rights reserved.
95726
- * For full license text, see the LICENSE.txt file
95727
- */
95728
95633
  const { stringify: stringify$1, parse: parse$1 } = JSON;
95729
95634
  function deepCopy$1(x) {
95730
95635
  const stringified = stringify$1(x);
@@ -95748,7 +95653,7 @@ let DefaultRecordableCache$1 = class DefaultRecordableCache {
95748
95653
  if (value === void 0) {
95749
95654
  this.missingKeysRead.add(key);
95750
95655
  }
95751
- if (options == null ? void 0 : options.copy) {
95656
+ if (options?.copy) {
95752
95657
  return deepCopy$1(value);
95753
95658
  }
95754
95659
  return value;
@@ -95792,7 +95697,7 @@ let DefaultFilteredCache$1 = class DefaultFilteredCache {
95792
95697
  get(key, options) {
95793
95698
  const result = this.baseCache.get(key);
95794
95699
  if (result && this.predicate(key, result)) {
95795
- if (options == null ? void 0 : options.copy) {
95700
+ if (options?.copy) {
95796
95701
  return deepCopy$1(result);
95797
95702
  }
95798
95703
  return result;
@@ -95888,7 +95793,7 @@ let DefaultCache$1 = class DefaultCache {
95888
95793
  this.data = {};
95889
95794
  }
95890
95795
  get(key, options) {
95891
- if (options == null ? void 0 : options.copy) {
95796
+ if (options?.copy) {
95892
95797
  return deepCopy$1(this.data[key]);
95893
95798
  }
95894
95799
  return this.data[key];
@@ -95968,11 +95873,6 @@ function buildServiceDescriptor$h() {
95968
95873
  };
95969
95874
  }
95970
95875
 
95971
- /*!
95972
- * Copyright (c) 2022, Salesforce, Inc.,
95973
- * All rights reserved.
95974
- * For full license text, see the LICENSE.txt file
95975
- */
95976
95876
  class CacheControlStrategy {
95977
95877
  constructor(services, config, requestRunner) {
95978
95878
  this.services = services;
@@ -96033,11 +95933,11 @@ class MaxAgeCacheControlStrategy extends CacheControlStrategy {
96033
95933
  if (value.isOk()) {
96034
95934
  this.collectCacheHitInstrumentation(
96035
95935
  startTime,
96036
- options == null ? void 0 : options.instrumentationAttributes
95936
+ options?.instrumentationAttributes
96037
95937
  );
96038
95938
  return ok$1(void 0);
96039
95939
  }
96040
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95940
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96041
95941
  const tempCache = this.filteredCache;
96042
95942
  return new Promise(async (resolve, reject) => {
96043
95943
  try {
@@ -96107,11 +96007,11 @@ class OnlyIfCachedCacheControlStrategy extends CacheControlStrategy {
96107
96007
  if (result.isOk()) {
96108
96008
  this.collectCacheHitInstrumentation(
96109
96009
  startTime,
96110
- options == null ? void 0 : options.instrumentationAttributes
96010
+ options?.instrumentationAttributes
96111
96011
  );
96112
96012
  return ok$1(void 0);
96113
96013
  }
96114
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
96014
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96115
96015
  const error = new UserVisibleError(
96116
96016
  new FetchResponse(HttpStatusCode.GatewayTimeout, {
96117
96017
  error: "Cache miss for only-if-cached request"
@@ -96195,11 +96095,6 @@ function buildServiceDescriptor$g(cache, cacheInclusionPolicy, instrumentation)
96195
96095
  };
96196
96096
  }
96197
96097
 
96198
- /*!
96199
- * Copyright (c) 2022, Salesforce, Inc.,
96200
- * All rights reserved.
96201
- * For full license text, see the LICENSE.txt file
96202
- */
96203
96098
  function buildInstrumentCommand(services) {
96204
96099
  const meter = services.instrumentation.metrics.getMeter("onestore");
96205
96100
  return function instrumentCommand(commandClass, commandName) {
@@ -96219,7 +96114,7 @@ function buildInstrumentCommand(services) {
96219
96114
  try {
96220
96115
  result = super.execute(...args);
96221
96116
  } catch (e) {
96222
- if ((e == null ? void 0 : e.name) === "AbortError") {
96117
+ if (e?.name === "AbortError") {
96223
96118
  abortCounter.add(1);
96224
96119
  } else {
96225
96120
  errorCounter.add(1);
@@ -96246,16 +96141,6 @@ function buildServiceDescriptor$f(instrumentation) {
96246
96141
  };
96247
96142
  }
96248
96143
 
96249
- /*!
96250
- * Copyright (c) 2022, Salesforce, Inc.,
96251
- * All rights reserved.
96252
- * For full license text, see the LICENSE.txt file
96253
- */
96254
- /*!
96255
- * Copyright (c) 2022, Salesforce, Inc.,
96256
- * All rights reserved.
96257
- * For full license text, see the LICENSE.txt file
96258
- */
96259
96144
  class O11yOTelTraceAPI {
96260
96145
  constructor(services) {
96261
96146
  this.services = services;
@@ -96271,9 +96156,9 @@ class O11yTracer {
96271
96156
  this.logger = logger;
96272
96157
  }
96273
96158
  startSpan(name, _options, context) {
96274
- const traceId = context == null ? void 0 : context.getValue(Symbol.for("traceId"));
96275
- const spanId = context == null ? void 0 : context.getValue(Symbol.for("spanId"));
96276
- const traceFlags = context == null ? void 0 : context.getValue(Symbol.for("traceFlags"));
96159
+ const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
96160
+ const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
96161
+ const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
96277
96162
  let spanContext = void 0;
96278
96163
  if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
96279
96164
  spanContext = {
@@ -96516,12 +96401,7 @@ function buildServiceDescriptor$e(logger) {
96516
96401
  };
96517
96402
  }
96518
96403
 
96519
- /*!
96520
- * Copyright (c) 2022, Salesforce, Inc.,
96521
- * All rights reserved.
96522
- * For full license text, see the LICENSE.txt file
96523
- */
96524
- const EventTypeWildcard = Symbol("EventTypeWildcard");
96404
+ const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
96525
96405
  class DefaultPubSubService {
96526
96406
  constructor() {
96527
96407
  this.subscriptions = /* @__PURE__ */ new Map();
@@ -96584,11 +96464,6 @@ function buildServiceDescriptor$d() {
96584
96464
  };
96585
96465
  }
96586
96466
 
96587
- /*!
96588
- * Copyright (c) 2022, Salesforce, Inc.,
96589
- * All rights reserved.
96590
- * For full license text, see the LICENSE.txt file
96591
- */
96592
96467
  class FeatureFlagsService {
96593
96468
  constructor() {
96594
96469
  this.flags = /* @__PURE__ */ new Map();
@@ -96650,7 +96525,7 @@ function buildServiceDescriptor$b(luvio) {
96650
96525
  },
96651
96526
  };
96652
96527
  }
96653
- // version: 1.437.0-90398d3223
96528
+ // version: 1.438.0-0ec0a89235
96654
96529
 
96655
96530
  /**
96656
96531
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96676,13 +96551,8 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
96676
96551
  },
96677
96552
  };
96678
96553
  }
96679
- // version: 1.437.0-90398d3223
96554
+ // version: 1.438.0-0ec0a89235
96680
96555
 
96681
- /*!
96682
- * Copyright (c) 2022, Salesforce, Inc.,
96683
- * All rights reserved.
96684
- * For full license text, see the LICENSE.txt file
96685
- */
96686
96556
  function findExecutableOperation$1(input) {
96687
96557
  const operations = input.query.definitions.filter(
96688
96558
  (def) => def.kind === Kind$1.OPERATION_DEFINITION
@@ -96694,10 +96564,7 @@ function findExecutableOperation$1(input) {
96694
96564
  return ok$1(operations[0]);
96695
96565
  }
96696
96566
  if (input.operationName) {
96697
- const specifiedOperation = operations.find((op) => {
96698
- var _a;
96699
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
96700
- });
96567
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
96701
96568
  if (specifiedOperation) {
96702
96569
  return ok$1(specifiedOperation);
96703
96570
  }
@@ -96713,14 +96580,13 @@ function buildGraphQLInputExtension$1(input) {
96713
96580
  const operation = operationResult.value;
96714
96581
  const selections = operation.selectionSet.selections;
96715
96582
  const variableDefinitions = operation.variableDefinitions;
96716
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
96717
- var _a;
96583
+ const variables = variableDefinitions?.reduce((prev, def) => {
96718
96584
  prev[def.variable.name.value] = {
96719
96585
  definition: def,
96720
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
96586
+ value: input.variables?.[def.variable.name.value]
96721
96587
  };
96722
96588
  return prev;
96723
- }, {})) || {};
96589
+ }, {}) || {};
96724
96590
  const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
96725
96591
  prev[fragment.name.value] = fragment;
96726
96592
  return prev;
@@ -96773,11 +96639,6 @@ function isFragmentDefinition$1(node) {
96773
96639
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
96774
96640
  }
96775
96641
 
96776
- /*!
96777
- * Copyright (c) 2022, Salesforce, Inc.,
96778
- * All rights reserved.
96779
- * For full license text, see the LICENSE.txt file
96780
- */
96781
96642
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
96782
96643
  constructor(config, documentRootType, services) {
96783
96644
  super(services);
@@ -96958,11 +96819,6 @@ function buildServiceDescriptor$9() {
96958
96819
  };
96959
96820
  }
96960
96821
 
96961
- /*!
96962
- * Copyright (c) 2022, Salesforce, Inc.,
96963
- * All rights reserved.
96964
- * For full license text, see the LICENSE.txt file
96965
- */
96966
96822
  class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
96967
96823
  constructor(config, documentRootType, services) {
96968
96824
  super(services);
@@ -97076,11 +96932,6 @@ function buildServiceDescriptor$8() {
97076
96932
  };
97077
96933
  }
97078
96934
 
97079
- /*!
97080
- * Copyright (c) 2022, Salesforce, Inc.,
97081
- * All rights reserved.
97082
- * For full license text, see the LICENSE.txt file
97083
- */
97084
96935
  class JsonSchemaViolationError extends Error {
97085
96936
  constructor(message, validationErrors) {
97086
96937
  super(message);
@@ -97510,11 +97361,6 @@ function findSchemaAtPath(document, ref) {
97510
97361
  return current;
97511
97362
  }
97512
97363
 
97513
- /*!
97514
- * Copyright (c) 2022, Salesforce, Inc.,
97515
- * All rights reserved.
97516
- * For full license text, see the LICENSE.txt file
97517
- */
97518
97364
  function isUserVisibleError$2(error) {
97519
97365
  return error instanceof Error && "type" in error && error.type === "user-visible";
97520
97366
  }
@@ -97539,11 +97385,6 @@ function logError(error) {
97539
97385
  console.error("OneStore Command threw an error that we did not expect", error);
97540
97386
  }
97541
97387
 
97542
- /*!
97543
- * Copyright (c) 2022, Salesforce, Inc.,
97544
- * All rights reserved.
97545
- * For full license text, see the LICENSE.txt file
97546
- */
97547
97388
  function buildBaseImperativeInvoker(getCommand, transformResult) {
97548
97389
  return async (...params) => {
97549
97390
  const command = getCommand({ params, assertIsValid });
@@ -97648,7 +97489,7 @@ class SubscribableImperativeBindingsService {
97648
97489
  const api = {
97649
97490
  data: result.value.data,
97650
97491
  subscribe: (cb) => {
97651
- result.value.subscribe((result2) => {
97492
+ return result.value.subscribe((result2) => {
97652
97493
  if (result2.isErr()) {
97653
97494
  return cb({ data: void 0, error: toError(result2.error) });
97654
97495
  }
@@ -97751,10 +97592,10 @@ class GraphQLImperativeBindingsService {
97751
97592
  acceptedOperations: ["query"]
97752
97593
  };
97753
97594
  const result = resolveAndValidateGraphQLConfig(params[0], options);
97754
- if (result == null ? void 0 : result.isErr()) {
97595
+ if (result?.isErr()) {
97755
97596
  return result.error;
97756
97597
  }
97757
- if (result == null ? void 0 : result.isOk()) {
97598
+ if (result?.isOk()) {
97758
97599
  params[0] = result.value;
97759
97600
  }
97760
97601
  }
@@ -97773,7 +97614,7 @@ class GraphQLImperativeBindingsService {
97773
97614
  deepFreeze(result.value);
97774
97615
  consumerEmittedData.data = result.value.data.data;
97775
97616
  consumerEmittedData.subscribe = (cb) => {
97776
- result.value.subscribe((res) => {
97617
+ return result.value.subscribe((res) => {
97777
97618
  const consumerEmittedData2 = {
97778
97619
  data: void 0,
97779
97620
  errors: void 0
@@ -97846,11 +97687,11 @@ class GraphQLLegacyImperativeBindingsService {
97846
97687
  acceptedOperations: ["query"]
97847
97688
  };
97848
97689
  const result = resolveAndValidateGraphQLConfig(config, options);
97849
- if (result == null ? void 0 : result.isErr()) {
97690
+ if (result?.isErr()) {
97850
97691
  callback(result.error);
97851
97692
  return;
97852
97693
  }
97853
- if (result == null ? void 0 : result.isOk()) {
97694
+ if (result?.isOk()) {
97854
97695
  config = result.value;
97855
97696
  }
97856
97697
  }
@@ -97881,12 +97722,12 @@ class GraphQLLegacyImperativeBindingsService {
97881
97722
  acceptedOperations: ["query"]
97882
97723
  };
97883
97724
  const result = resolveAndValidateGraphQLConfig(config, options);
97884
- if (result == null ? void 0 : result.isErr()) {
97725
+ if (result?.isErr()) {
97885
97726
  callback(result.error);
97886
97727
  return () => {
97887
97728
  };
97888
97729
  }
97889
- if (result == null ? void 0 : result.isOk()) {
97730
+ if (result?.isOk()) {
97890
97731
  config = result.value;
97891
97732
  }
97892
97733
  }
@@ -97948,13 +97789,13 @@ class GraphQLMutationBindingsService {
97948
97789
  acceptedOperations: ["mutation"]
97949
97790
  };
97950
97791
  const result2 = resolveAndValidateGraphQLConfig(params[0], options);
97951
- if (result2 == null ? void 0 : result2.isErr()) {
97792
+ if (result2?.isErr()) {
97952
97793
  return {
97953
97794
  data: void 0,
97954
97795
  errors: result2.error.errors
97955
97796
  };
97956
97797
  }
97957
- if (result2 == null ? void 0 : result2.isOk()) {
97798
+ if (result2?.isOk()) {
97958
97799
  params[0] = result2.value;
97959
97800
  }
97960
97801
  }
@@ -97980,11 +97821,6 @@ function buildServiceDescriptor$7() {
97980
97821
  };
97981
97822
  }
97982
97823
 
97983
- /*!
97984
- * Copyright (c) 2022, Salesforce, Inc.,
97985
- * All rights reserved.
97986
- * For full license text, see the LICENSE.txt file
97987
- */
97988
97824
  class Sanitizer {
97989
97825
  constructor(obj) {
97990
97826
  this.obj = obj;
@@ -98044,7 +97880,7 @@ class CommandWireAdapterConstructor {
98044
97880
  this.callback = callback;
98045
97881
  this.connected = false;
98046
97882
  this.exposeRefresh = false;
98047
- if (!(options == null ? void 0 : options.skipEmptyEmit)) {
97883
+ if (!options?.skipEmptyEmit) {
98048
97884
  this.emit();
98049
97885
  }
98050
97886
  }
@@ -98341,11 +98177,6 @@ function buildServiceDescriptor$2() {
98341
98177
  };
98342
98178
  }
98343
98179
 
98344
- /*!
98345
- * Copyright (c) 2022, Salesforce, Inc.,
98346
- * All rights reserved.
98347
- * For full license text, see the LICENSE.txt file
98348
- */
98349
98180
  function buildServiceDescriptor$1(interceptors = {
98350
98181
  request: [],
98351
98182
  retry: void 0,
@@ -98356,8 +98187,7 @@ function buildServiceDescriptor$1(interceptors = {
98356
98187
  type: "fetch",
98357
98188
  version: "1.0",
98358
98189
  service: function(...args) {
98359
- var _a;
98360
- const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
98190
+ const context = interceptors.createContext?.();
98361
98191
  const {
98362
98192
  request: requestInterceptors = [],
98363
98193
  retry: retryInterceptor = void 0,
@@ -98551,11 +98381,6 @@ function extractQueryParams(urlString) {
98551
98381
  return queryParams;
98552
98382
  }
98553
98383
 
98554
- /*!
98555
- * Copyright (c) 2022, Salesforce, Inc.,
98556
- * All rights reserved.
98557
- * For full license text, see the LICENSE.txt file
98558
- */
98559
98384
  class CacheInclusionPolicyService {
98560
98385
  }
98561
98386
  function setDifference(setA, setB) {
@@ -98607,18 +98432,8 @@ function rejectedPromiseLike$3(reason) {
98607
98432
  };
98608
98433
  }
98609
98434
  function isPromiseLike$3(x) {
98610
- return typeof (x == null ? void 0 : x.then) === "function";
98435
+ return typeof x?.then === "function";
98611
98436
  }
98612
- /*!
98613
- * Copyright (c) 2022, Salesforce, Inc.,
98614
- * All rights reserved.
98615
- * For full license text, see the LICENSE.txt file
98616
- */
98617
- /*!
98618
- * Copyright (c) 2022, Salesforce, Inc.,
98619
- * All rights reserved.
98620
- * For full license text, see the LICENSE.txt file
98621
- */
98622
98437
  const { stringify: stringify$8, parse: parse$8 } = JSON;
98623
98438
  function deepCopy(x) {
98624
98439
  const stringified = stringify$8(x);
@@ -98642,7 +98457,7 @@ class DefaultRecordableCache {
98642
98457
  if (value === void 0) {
98643
98458
  this.missingKeysRead.add(key);
98644
98459
  }
98645
- if (options == null ? void 0 : options.copy) {
98460
+ if (options?.copy) {
98646
98461
  return deepCopy(value);
98647
98462
  }
98648
98463
  return value;
@@ -98686,7 +98501,7 @@ class DefaultFilteredCache {
98686
98501
  get(key, options) {
98687
98502
  const result = this.baseCache.get(key);
98688
98503
  if (result && this.predicate(key, result)) {
98689
- if (options == null ? void 0 : options.copy) {
98504
+ if (options?.copy) {
98690
98505
  return deepCopy(result);
98691
98506
  }
98692
98507
  return result;
@@ -98782,7 +98597,7 @@ class DefaultCache {
98782
98597
  this.data = {};
98783
98598
  }
98784
98599
  get(key, options) {
98785
- if (options == null ? void 0 : options.copy) {
98600
+ if (options?.copy) {
98786
98601
  return deepCopy(this.data[key]);
98787
98602
  }
98788
98603
  return this.data[key];
@@ -99404,17 +99219,12 @@ register$1({
99404
99219
  id: '@salesforce/lds-network-adapter',
99405
99220
  instrument: instrument$2,
99406
99221
  });
99407
- // version: 1.437.0-90398d3223
99222
+ // version: 1.438.0-0ec0a89235
99408
99223
 
99409
99224
  const { create: create$2, keys: keys$2 } = Object;
99410
99225
  const { stringify, parse } = JSON;
99411
99226
  const { isArray: isArray$3 } = Array;
99412
99227
 
99413
- /*!
99414
- * Copyright (c) 2022, Salesforce, Inc.,
99415
- * All rights reserved.
99416
- * For full license text, see the LICENSE.txt file
99417
- */
99418
99228
  function extractValue(valueNode, variableDefinitions, expectedType) {
99419
99229
  if (valueNode.kind === Kind$1.VARIABLE) {
99420
99230
  const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
@@ -99535,10 +99345,7 @@ function findExecutableOperation(input) {
99535
99345
  return ok$3(operations[0]);
99536
99346
  }
99537
99347
  if (input.operationName) {
99538
- const specifiedOperation = operations.find((op) => {
99539
- var _a;
99540
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
99541
- });
99348
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
99542
99349
  if (specifiedOperation) {
99543
99350
  return ok$3(specifiedOperation);
99544
99351
  }
@@ -99554,14 +99361,13 @@ function buildGraphQLInputExtension(input) {
99554
99361
  const operation = operationResult.value;
99555
99362
  const selections = operation.selectionSet.selections;
99556
99363
  const variableDefinitions = operation.variableDefinitions;
99557
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
99558
- var _a;
99364
+ const variables = variableDefinitions?.reduce((prev, def) => {
99559
99365
  prev[def.variable.name.value] = {
99560
99366
  definition: def,
99561
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
99367
+ value: input.variables?.[def.variable.name.value]
99562
99368
  };
99563
99369
  return prev;
99564
- }, {})) || {};
99370
+ }, {}) || {};
99565
99371
  const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
99566
99372
  prev[fragment.name.value] = fragment;
99567
99373
  return prev;
@@ -99573,11 +99379,10 @@ function buildGraphQLInputExtension(input) {
99573
99379
  });
99574
99380
  }
99575
99381
  function buildAugmentedFieldSelection(newSelection, selections, fragments) {
99576
- var _a;
99577
99382
  if (selectionExists(newSelection, selections)) {
99578
99383
  return void 0;
99579
99384
  }
99580
- const baseAlias = ((_a = newSelection.alias) == null ? void 0 : _a.value) || newSelection.name.value;
99385
+ const baseAlias = newSelection.alias?.value || newSelection.name.value;
99581
99386
  const baseInjectedAlias = `framework_augmented_${baseAlias}`;
99582
99387
  const baseAliasedSelection = {
99583
99388
  ...newSelection,
@@ -99602,20 +99407,19 @@ function selectionExists(selection, selections) {
99602
99407
  return selections.some((s) => selectionEquals(selection, s));
99603
99408
  }
99604
99409
  function selectionEquals(a, b) {
99605
- var _a, _b, _c, _d, _e, _f;
99606
99410
  if (a.kind !== b.kind) {
99607
99411
  return false;
99608
99412
  }
99609
99413
  if (a.kind === Kind$1.FIELD) {
99610
99414
  const bField = b;
99611
- return !!(a.name.value === bField.name.value) && !!(((_a = a.alias) == null ? void 0 : _a.value) === ((_b = bField.alias) == null ? void 0 : _b.value)) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual((_c = a.selectionSet) == null ? void 0 : _c.selections, (_d = bField.selectionSet) == null ? void 0 : _d.selections) && directivesEqual(a.directives, bField.directives);
99415
+ return !!(a.name.value === bField.name.value) && !!(a.alias?.value === bField.alias?.value) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual(a.selectionSet?.selections, bField.selectionSet?.selections) && directivesEqual(a.directives, bField.directives);
99612
99416
  }
99613
99417
  if (a.kind === Kind$1.FRAGMENT_SPREAD) {
99614
99418
  const bFragmentSpread = b;
99615
99419
  return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
99616
99420
  }
99617
99421
  const bInlineFragment = b;
99618
- return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual((_e = a.selectionSet) == null ? void 0 : _e.selections, (_f = bInlineFragment.selectionSet) == null ? void 0 : _f.selections);
99422
+ return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
99619
99423
  }
99620
99424
  function argumentValueEquals(a, b) {
99621
99425
  if (a.kind !== b.kind) {
@@ -99658,7 +99462,7 @@ function directivesEqual(a, b) {
99658
99462
  return true;
99659
99463
  }
99660
99464
  if (a === void 0 || b === void 0) {
99661
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99465
+ return (a?.length || 0) === (b?.length || 0);
99662
99466
  }
99663
99467
  if (a.length !== b.length) {
99664
99468
  return false;
@@ -99673,7 +99477,7 @@ function argumentsEqual(a, b) {
99673
99477
  return true;
99674
99478
  }
99675
99479
  if (a === void 0 || b === void 0) {
99676
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99480
+ return (a?.length || 0) === (b?.length || 0);
99677
99481
  }
99678
99482
  if (a.length !== b.length) {
99679
99483
  return false;
@@ -99700,11 +99504,10 @@ function getUniqueSelectionName(fieldName, selections, fragments) {
99700
99504
  return `${fieldName}_${i}`;
99701
99505
  }
99702
99506
  function collectFieldNames(selections, fragments) {
99703
- var _a;
99704
99507
  const fieldNames = /* @__PURE__ */ new Set();
99705
99508
  for (const selection of selections) {
99706
99509
  if (isField(selection)) {
99707
- fieldNames.add(((_a = selection.alias) == null ? void 0 : _a.value) || selection.name.value);
99510
+ fieldNames.add(selection.alias?.value || selection.name.value);
99708
99511
  } else if (isInlineFragment(selection)) {
99709
99512
  collectFieldNames(
99710
99513
  selection.selectionSet.selections,
@@ -99760,8 +99563,7 @@ function isFragmentDefinition(node) {
99760
99563
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
99761
99564
  }
99762
99565
  function extractIfArgument(directive, variables, directiveName) {
99763
- var _a;
99764
- const ifArg = (_a = directive.arguments) == null ? void 0 : _a.find((arg) => arg.name.value === "if");
99566
+ const ifArg = directive.arguments?.find((arg) => arg.name.value === "if");
99765
99567
  if (!ifArg) {
99766
99568
  return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
99767
99569
  }
@@ -99874,8 +99676,7 @@ class BaseArrayFieldDef {
99874
99676
  const arrayNormalizationErrors = [];
99875
99677
  const normalizedArray = [];
99876
99678
  input.data.forEach((item, index) => {
99877
- var _a;
99878
- const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
99679
+ const existingItemData = input.existingNormalizedData?.[index];
99879
99680
  const normalizedItemResult = this.items.write(cache, {
99880
99681
  ...input,
99881
99682
  data: item,
@@ -99955,7 +99756,6 @@ class BaseObjectFieldDef {
99955
99756
  return this.repository.buildFieldKey(selection, variables);
99956
99757
  }
99957
99758
  write(cache, input) {
99958
- var _a;
99959
99759
  if (!input.selection.selectionSet) {
99960
99760
  return err$3([
99961
99761
  {
@@ -99985,7 +99785,7 @@ class BaseObjectFieldDef {
99985
99785
  const writeResult = this.repository.write(cache, {
99986
99786
  ...input,
99987
99787
  data: input.data,
99988
- existingNormalizedData: (_a = input.existingNormalizedData) == null ? void 0 : _a.data,
99788
+ existingNormalizedData: input.existingNormalizedData?.data,
99989
99789
  request: input.request,
99990
99790
  selections: input.selection.selectionSet.selections,
99991
99791
  parentFieldSelection: input.selection
@@ -99996,7 +99796,6 @@ class BaseObjectFieldDef {
99996
99796
  return ok$3({ type: "data", data: writeResult.value });
99997
99797
  }
99998
99798
  read(cache, input) {
99999
- var _a;
100000
99799
  if (!input.selection.selectionSet) {
100001
99800
  return err$3([
100002
99801
  {
@@ -100028,7 +99827,7 @@ class BaseObjectFieldDef {
100028
99827
  ...input,
100029
99828
  normalizedData: normalizedData.data,
100030
99829
  request: input.request,
100031
- selections: (_a = input.selection.selectionSet) == null ? void 0 : _a.selections,
99830
+ selections: input.selection.selectionSet?.selections,
100032
99831
  parentFieldSelection: input.selection
100033
99832
  });
100034
99833
  }
@@ -100079,13 +99878,12 @@ class BaseGraphQLTypeRepository {
100079
99878
  return { selections: augmentedSelections, fragments: augmentedFragments };
100080
99879
  }
100081
99880
  augmentFieldSelection(selection, fragments) {
100082
- var _a;
100083
99881
  const field = this.getFieldDef(void 0, selection);
100084
99882
  if (field === void 0) {
100085
99883
  return { selections: [selection], fragments };
100086
99884
  }
100087
99885
  const result = field.augmentSelections({
100088
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
99886
+ selections: selection.selectionSet?.selections || [],
100089
99887
  fragments
100090
99888
  });
100091
99889
  return {
@@ -100102,7 +99900,6 @@ class BaseGraphQLTypeRepository {
100102
99900
  };
100103
99901
  }
100104
99902
  augmentInlineFragmentSelection(fragment, fragments) {
100105
- var _a;
100106
99903
  const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
100107
99904
  void 0,
100108
99905
  fragment
@@ -100111,7 +99908,7 @@ class BaseGraphQLTypeRepository {
100111
99908
  return { selections: [], fragments };
100112
99909
  }
100113
99910
  const augmentedFragmentSelections = this.augmentSelections({
100114
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99911
+ selections: fragment.selectionSet?.selections || [],
100115
99912
  fragments
100116
99913
  });
100117
99914
  return {
@@ -100128,7 +99925,6 @@ class BaseGraphQLTypeRepository {
100128
99925
  };
100129
99926
  }
100130
99927
  augmentFragmentSpreadSelection(selection, fragments) {
100131
- var _a;
100132
99928
  const fragment = fragments[selection.name.value];
100133
99929
  if (fragment === void 0) {
100134
99930
  return { selections: [selection], fragments };
@@ -100141,7 +99937,7 @@ class BaseGraphQLTypeRepository {
100141
99937
  return { selections: [selection], fragments };
100142
99938
  }
100143
99939
  const augmentedFragment = this.augmentSelections({
100144
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99940
+ selections: fragment.selectionSet?.selections || [],
100145
99941
  fragments
100146
99942
  });
100147
99943
  return {
@@ -100190,9 +99986,8 @@ class BaseGraphQLTypeRepository {
100190
99986
  return buildReadWriteResult(normalized, errors);
100191
99987
  }
100192
99988
  normalizeFieldSelection(cache, input, selection, errorCollector) {
100193
- var _a;
100194
99989
  const canonicalFieldName = selection.name.value;
100195
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
99990
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100196
99991
  const value = input.data[dataInstanceFieldName];
100197
99992
  const fieldDef = this.getFieldDef(input, selection);
100198
99993
  if (!fieldDef) {
@@ -100302,7 +100097,6 @@ class BaseGraphQLTypeRepository {
100302
100097
  return buildReadWriteResult(denormalized, errors);
100303
100098
  }
100304
100099
  getNormalizedFieldData(selection, input) {
100305
- var _a;
100306
100100
  const fieldDef = this.getFieldDef(input, selection);
100307
100101
  if (!fieldDef) {
100308
100102
  return err$3(
@@ -100319,10 +100113,9 @@ class BaseGraphQLTypeRepository {
100319
100113
  return err$3(cacheFieldKeyResult.error);
100320
100114
  }
100321
100115
  const cacheFieldKey = cacheFieldKeyResult.value;
100322
- return ok$3((_a = input.existingNormalizedData || input.normalizedData) == null ? void 0 : _a[cacheFieldKey]);
100116
+ return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
100323
100117
  }
100324
100118
  denormalizeFieldSelection(cache, input, selection, errorCollector) {
100325
- var _a;
100326
100119
  const canonicalFieldName = selection.name.value;
100327
100120
  const fieldDef = this.getFieldDef(input, selection);
100328
100121
  if (!fieldDef) {
@@ -100334,7 +100127,7 @@ class BaseGraphQLTypeRepository {
100334
100127
  });
100335
100128
  return {};
100336
100129
  }
100337
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100130
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100338
100131
  const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
100339
100132
  if (normalizedFieldDataResult.isErr()) {
100340
100133
  errorCollector.push({
@@ -100402,19 +100195,18 @@ class BaseGraphQLTypeRepository {
100402
100195
  return {};
100403
100196
  }
100404
100197
  getFieldDef(input, selection) {
100405
- var _a, _b, _c;
100406
100198
  const canonicalFieldName = selection.name.value;
100407
100199
  const fieldDef = this.fields[canonicalFieldName];
100408
100200
  if (fieldDef) {
100409
100201
  return fieldDef;
100410
100202
  }
100411
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100203
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100412
100204
  if (input === void 0) {
100413
100205
  return void 0;
100414
100206
  }
100415
100207
  if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
100416
100208
  return missingFieldDef;
100417
- } else if ("normalizedData" in input && ((_c = (_b = input.normalizedData) == null ? void 0 : _b[dataInstanceFieldName]) == null ? void 0 : _c.type) === "missing") {
100209
+ } else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
100418
100210
  return missingFieldDef;
100419
100211
  }
100420
100212
  return void 0;
@@ -100502,7 +100294,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100502
100294
  return err$3(normalized.error);
100503
100295
  }
100504
100296
  const existing = cache.get(key);
100505
- if (!deepEquals$2(existing == null ? void 0 : existing.value, normalized.value)) {
100297
+ if (!deepEquals$2(existing?.value, normalized.value)) {
100506
100298
  cache.set(key, {
100507
100299
  value: normalized.value,
100508
100300
  metadata: this.cacheMetadata
@@ -100518,7 +100310,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100518
100310
  const existingNormalizedData = cache.get(key, { copy: true });
100519
100311
  const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
100520
100312
  ...input,
100521
- existingNormalizedData: existingNormalizedData == null ? void 0 : existingNormalizedData.value
100313
+ existingNormalizedData: existingNormalizedData?.value
100522
100314
  });
100523
100315
  if (normalizeDataResult.isErr()) {
100524
100316
  return normalizeDataResult;
@@ -100526,7 +100318,7 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100526
100318
  return ok$3(
100527
100319
  deepMerge$2(
100528
100320
  {},
100529
- (existingNormalizedData == null ? void 0 : existingNormalizedData.value) || {},
100321
+ existingNormalizedData?.value || {},
100530
100322
  normalizeDataResult.value
100531
100323
  )
100532
100324
  );
@@ -100541,14 +100333,13 @@ class IdentifiableGraphQLTypeRepository extends IdentifiableTypeRepository {
100541
100333
  return this.graphqlRepository.buildFieldKey(selection, variables);
100542
100334
  }
100543
100335
  buildKeyParams(input) {
100544
- var _a;
100545
100336
  const idField = input.selections.find(
100546
100337
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
100547
100338
  );
100548
100339
  if (!idField) {
100549
100340
  throw new Error(`Id field ${this.idField} not found in selections`);
100550
100341
  }
100551
- const idFieldDataProperty = ((_a = idField.alias) == null ? void 0 : _a.value) || idField.name.value;
100342
+ const idFieldDataProperty = idField.alias?.value || idField.name.value;
100552
100343
  return {
100553
100344
  [this.idField]: input.data[idFieldDataProperty]
100554
100345
  };
@@ -100598,7 +100389,6 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100598
100389
  });
100599
100390
  }
100600
100391
  buildAugmentedQuery(input) {
100601
- var _a;
100602
100392
  const operationResult = findExecutableOperation(input);
100603
100393
  if (operationResult.isErr()) {
100604
100394
  return err$3(operationResult.error);
@@ -100615,7 +100405,7 @@ class GraphQLDocumentRootTypeRepository extends IdentifiableGraphQLTypeRepositor
100615
100405
  {}
100616
100406
  );
100617
100407
  const result = this.augmentSelections({
100618
- selections: ((_a = operationResult.value.selectionSet) == null ? void 0 : _a.selections) || [],
100408
+ selections: operationResult.value.selectionSet?.selections || [],
100619
100409
  fragments
100620
100410
  });
100621
100411
  const augmentedOperationSelections = result.selections;
@@ -100736,12 +100526,11 @@ class BaseInterfaceRepository {
100736
100526
  const augmentedSelections = [];
100737
100527
  let augmentedFragments = { ...input.fragments };
100738
100528
  input.selections.forEach((selection) => {
100739
- var _a;
100740
100529
  if (selection.kind === Kind$1.FIELD) {
100741
100530
  if (Object.keys(this.fields).includes(selection.name.value)) {
100742
100531
  const field = this.fields[selection.name.value];
100743
100532
  const result2 = field.augmentSelections({
100744
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
100533
+ selections: selection.selectionSet?.selections || [],
100745
100534
  fragments: input.fragments
100746
100535
  });
100747
100536
  augmentedSelections.push({
@@ -100774,12 +100563,11 @@ class BaseInterfaceRepository {
100774
100563
  return { selections: augmentedSelections, fragments: augmentedFragments };
100775
100564
  }
100776
100565
  getTypeDiscriminator(data, selections) {
100777
- var _a;
100778
100566
  const typenameSelection = selections.find(
100779
100567
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100780
100568
  );
100781
100569
  if (typenameSelection) {
100782
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100570
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100783
100571
  } else {
100784
100572
  return data.__typename;
100785
100573
  }
@@ -100921,12 +100709,11 @@ class BaseUnionRepository {
100921
100709
  return { selections: augmentedSelections, fragments: augmentedFragments };
100922
100710
  }
100923
100711
  getTypeDiscriminator(data, selections) {
100924
- var _a;
100925
100712
  const typenameSelection = selections.find(
100926
100713
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100927
100714
  );
100928
100715
  if (typenameSelection) {
100929
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100716
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100930
100717
  } else {
100931
100718
  return data.__typename;
100932
100719
  }
@@ -101421,11 +101208,6 @@ LockerSafeClass(ConsumedContextSignal);
101421
101208
  */
101422
101209
 
101423
101210
 
101424
- /*!
101425
- * Copyright (c) 2022, Salesforce, Inc.,
101426
- * All rights reserved.
101427
- * For full license text, see the LICENSE.txt file
101428
- */
101429
101211
  const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
101430
101212
  class Ok {
101431
101213
  constructor(value) {
@@ -101486,7 +101268,7 @@ function rejectedPromiseLike(reason) {
101486
101268
  };
101487
101269
  }
101488
101270
  function isPromiseLike(x) {
101489
- return typeof (x == null ? void 0 : x.then) === "function";
101271
+ return typeof x?.then === "function";
101490
101272
  }
101491
101273
  class InternalError extends Error {
101492
101274
  constructor(data) {
@@ -101505,11 +101287,10 @@ function applyDecorators(baseCommand, decorators, options) {
101505
101287
  class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
101506
101288
  constructor(services, typeRegistry) {
101507
101289
  super(services);
101508
- this.services = services;
101509
- this.typeRegistry = typeRegistry;
101510
101290
  this.namespace = "oas";
101511
101291
  this.typeName = "Analytics__AnalyticsBrowse";
101512
101292
  this.implementedInterfaces = [];
101293
+ this.typeRegistry = typeRegistry;
101513
101294
  }
101514
101295
  get fields() {
101515
101296
  return {
@@ -101525,11 +101306,10 @@ class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepo
101525
101306
  class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101526
101307
  constructor(services, typeRegistry) {
101527
101308
  super(services);
101528
- this.services = services;
101529
- this.typeRegistry = typeRegistry;
101530
101309
  this.namespace = "oas";
101531
101310
  this.typeName = "Analytics__AnalyticsEdge";
101532
101311
  this.implementedInterfaces = [];
101312
+ this.typeRegistry = typeRegistry;
101533
101313
  }
101534
101314
  get fields() {
101535
101315
  return {
@@ -101543,11 +101323,10 @@ class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeReposi
101543
101323
  class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
101544
101324
  constructor(services, typeRegistry) {
101545
101325
  super(services);
101546
- this.services = services;
101547
- this.typeRegistry = typeRegistry;
101548
101326
  this.namespace = "oas";
101549
101327
  this.typeName = "Analytics__Analytics";
101550
101328
  this.implementedInterfaces = [];
101329
+ this.typeRegistry = typeRegistry;
101551
101330
  }
101552
101331
  get fields() {
101553
101332
  return {
@@ -101560,11 +101339,10 @@ class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository
101560
101339
  class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
101561
101340
  constructor(services, typeRegistry) {
101562
101341
  super(services);
101563
- this.services = services;
101564
- this.typeRegistry = typeRegistry;
101565
101342
  this.namespace = "oas";
101566
101343
  this.typeName = "Analytics__AnalyticsRepresentationInterface";
101567
101344
  this.implementedInterfaces = [];
101345
+ this.typeRegistry = typeRegistry;
101568
101346
  }
101569
101347
  get fields() {
101570
101348
  return {
@@ -101600,12 +101378,11 @@ class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfac
101600
101378
  class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101601
101379
  constructor(services, typeRegistry) {
101602
101380
  super(services);
101603
- this.services = services;
101604
- this.typeRegistry = typeRegistry;
101605
101381
  this.namespace = "oas";
101606
101382
  this.typeName = "Analytics__AnalyticsRepresentation";
101607
101383
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101608
101384
  this.idField = "Id";
101385
+ this.typeRegistry = typeRegistry;
101609
101386
  }
101610
101387
  get fields() {
101611
101388
  return {
@@ -101635,11 +101412,10 @@ class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTy
101635
101412
  class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101636
101413
  constructor(services, typeRegistry) {
101637
101414
  super(services);
101638
- this.services = services;
101639
- this.typeRegistry = typeRegistry;
101640
101415
  this.namespace = "oas";
101641
101416
  this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
101642
101417
  this.implementedInterfaces = [];
101418
+ this.typeRegistry = typeRegistry;
101643
101419
  }
101644
101420
  get fields() {
101645
101421
  return {
@@ -101655,11 +101431,10 @@ class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends Unidentifia
101655
101431
  class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101656
101432
  constructor(services, typeRegistry) {
101657
101433
  super(services);
101658
- this.services = services;
101659
- this.typeRegistry = typeRegistry;
101660
101434
  this.namespace = "oas";
101661
101435
  this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
101662
101436
  this.implementedInterfaces = [];
101437
+ this.typeRegistry = typeRegistry;
101663
101438
  }
101664
101439
  get fields() {
101665
101440
  return {
@@ -101673,11 +101448,10 @@ class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGra
101673
101448
  class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
101674
101449
  constructor(services, typeRegistry) {
101675
101450
  super(services);
101676
- this.services = services;
101677
- this.typeRegistry = typeRegistry;
101678
101451
  this.namespace = "oas";
101679
101452
  this.typeName = "Analytics__AnalyticsWorkspaceAsset";
101680
101453
  this.implementedInterfaces = [];
101454
+ this.typeRegistry = typeRegistry;
101681
101455
  }
101682
101456
  get fields() {
101683
101457
  return {
@@ -101694,12 +101468,11 @@ class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQL
101694
101468
  class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
101695
101469
  constructor(services, typeRegistry) {
101696
101470
  super(services);
101697
- this.services = services;
101698
- this.typeRegistry = typeRegistry;
101699
101471
  this.namespace = "oas";
101700
101472
  this.typeName = "Analytics__AnalyticsWorkspace";
101701
101473
  this.implementedInterfaces = [];
101702
101474
  this.idField = "Id";
101475
+ this.typeRegistry = typeRegistry;
101703
101476
  }
101704
101477
  get fields() {
101705
101478
  return {
@@ -101723,12 +101496,11 @@ class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRep
101723
101496
  class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101724
101497
  constructor(services, typeRegistry) {
101725
101498
  super(services);
101726
- this.services = services;
101727
- this.typeRegistry = typeRegistry;
101728
101499
  this.namespace = "oas";
101729
101500
  this.typeName = "Analytics__DataspaceRepresentation";
101730
101501
  this.implementedInterfaces = [];
101731
101502
  this.idField = "Id";
101503
+ this.typeRegistry = typeRegistry;
101732
101504
  }
101733
101505
  get fields() {
101734
101506
  return {
@@ -101747,12 +101519,11 @@ class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTy
101747
101519
  class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
101748
101520
  constructor(services, typeRegistry) {
101749
101521
  super(services);
101750
- this.services = services;
101751
- this.typeRegistry = typeRegistry;
101752
101522
  this.namespace = "oas";
101753
101523
  this.typeName = "Analytics__DominoTemplate";
101754
101524
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101755
101525
  this.idField = "Id";
101526
+ this.typeRegistry = typeRegistry;
101756
101527
  }
101757
101528
  get fields() {
101758
101529
  return {
@@ -101784,12 +101555,11 @@ class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeReposit
101784
101555
  class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
101785
101556
  constructor(services, typeRegistry) {
101786
101557
  super(services);
101787
- this.services = services;
101788
- this.typeRegistry = typeRegistry;
101789
101558
  this.namespace = "oas";
101790
101559
  this.typeName = "Analytics__MktDataConnector";
101791
101560
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101792
101561
  this.idField = "Id";
101562
+ this.typeRegistry = typeRegistry;
101793
101563
  }
101794
101564
  get fields() {
101795
101565
  return {
@@ -101820,12 +101590,11 @@ class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepos
101820
101590
  class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
101821
101591
  constructor(services, typeRegistry) {
101822
101592
  super(services);
101823
- this.services = services;
101824
- this.typeRegistry = typeRegistry;
101825
101593
  this.namespace = "oas";
101826
101594
  this.typeName = "Analytics__SemanticDefinition";
101827
101595
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101828
101596
  this.idField = "Id";
101597
+ this.typeRegistry = typeRegistry;
101829
101598
  }
101830
101599
  get fields() {
101831
101600
  return {
@@ -101858,11 +101627,10 @@ class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRep
101858
101627
  class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101859
101628
  constructor(services, typeRegistry) {
101860
101629
  super(services);
101861
- this.services = services;
101862
- this.typeRegistry = typeRegistry;
101863
101630
  this.namespace = "oas";
101864
101631
  this.typeName = "Analytics__SemanticModelRelatedModelConnection";
101865
101632
  this.implementedInterfaces = [];
101633
+ this.typeRegistry = typeRegistry;
101866
101634
  }
101867
101635
  get fields() {
101868
101636
  return {
@@ -101878,11 +101646,10 @@ class Analytics__SemanticModelRelatedModelConnectionRepository extends Unidentif
101878
101646
  class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101879
101647
  constructor(services, typeRegistry) {
101880
101648
  super(services);
101881
- this.services = services;
101882
- this.typeRegistry = typeRegistry;
101883
101649
  this.namespace = "oas";
101884
101650
  this.typeName = "Analytics__SemanticModelRelatedModelEdge";
101885
101651
  this.implementedInterfaces = [];
101652
+ this.typeRegistry = typeRegistry;
101886
101653
  }
101887
101654
  get fields() {
101888
101655
  return {
@@ -101896,12 +101663,11 @@ class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableG
101896
101663
  class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101897
101664
  constructor(services, typeRegistry) {
101898
101665
  super(services);
101899
- this.services = services;
101900
- this.typeRegistry = typeRegistry;
101901
101666
  this.namespace = "oas";
101902
101667
  this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
101903
101668
  this.implementedInterfaces = [];
101904
101669
  this.idField = "Id";
101670
+ this.typeRegistry = typeRegistry;
101905
101671
  }
101906
101672
  get fields() {
101907
101673
  return {
@@ -101920,12 +101686,11 @@ class Analytics__SemanticModelRelatedModelRepresentationRepository extends Ident
101920
101686
  class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
101921
101687
  constructor(services, typeRegistry) {
101922
101688
  super(services);
101923
- this.services = services;
101924
- this.typeRegistry = typeRegistry;
101925
101689
  this.namespace = "oas";
101926
101690
  this.typeName = "Analytics__SemanticModel";
101927
101691
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101928
101692
  this.idField = "Id";
101693
+ this.typeRegistry = typeRegistry;
101929
101694
  }
101930
101695
  get fields() {
101931
101696
  return {
@@ -101956,11 +101721,10 @@ class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeReposito
101956
101721
  class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101957
101722
  constructor(services, typeRegistry) {
101958
101723
  super(services);
101959
- this.services = services;
101960
- this.typeRegistry = typeRegistry;
101961
101724
  this.namespace = "oas";
101962
101725
  this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
101963
101726
  this.implementedInterfaces = [];
101727
+ this.typeRegistry = typeRegistry;
101964
101728
  }
101965
101729
  get fields() {
101966
101730
  return {
@@ -101976,11 +101740,10 @@ class Analytics__SemanticSubMetricDefinitionConnectionRepository extends Unident
101976
101740
  class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101977
101741
  constructor(services, typeRegistry) {
101978
101742
  super(services);
101979
- this.services = services;
101980
- this.typeRegistry = typeRegistry;
101981
101743
  this.namespace = "oas";
101982
101744
  this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
101983
101745
  this.implementedInterfaces = [];
101746
+ this.typeRegistry = typeRegistry;
101984
101747
  }
101985
101748
  get fields() {
101986
101749
  return {
@@ -101994,12 +101757,11 @@ class Analytics__SemanticSubMetricDefinitionEdgeRepository extends Unidentifiabl
101994
101757
  class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101995
101758
  constructor(services, typeRegistry) {
101996
101759
  super(services);
101997
- this.services = services;
101998
- this.typeRegistry = typeRegistry;
101999
101760
  this.namespace = "oas";
102000
101761
  this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
102001
101762
  this.implementedInterfaces = [];
102002
101763
  this.idField = "Id";
101764
+ this.typeRegistry = typeRegistry;
102003
101765
  }
102004
101766
  get fields() {
102005
101767
  return {
@@ -102025,11 +101787,10 @@ class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends Ide
102025
101787
  class AnyTypeRepository extends BaseUnionRepository {
102026
101788
  constructor(services, typeRegistry) {
102027
101789
  super(services);
102028
- this.services = services;
102029
- this.typeRegistry = typeRegistry;
102030
101790
  this.namespace = "oas";
102031
101791
  this.typeName = "AnyType";
102032
101792
  this.implementedInterfaces = [];
101793
+ this.typeRegistry = typeRegistry;
102033
101794
  }
102034
101795
  get fields() {
102035
101796
  return {
@@ -102050,11 +101811,10 @@ class AnyTypeRepository extends BaseUnionRepository {
102050
101811
  class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102051
101812
  constructor(services, typeRegistry) {
102052
101813
  super(services);
102053
- this.services = services;
102054
- this.typeRegistry = typeRegistry;
102055
101814
  this.namespace = "oas";
102056
101815
  this.typeName = "Base64Value";
102057
101816
  this.implementedInterfaces = ["FieldValue"];
101817
+ this.typeRegistry = typeRegistry;
102058
101818
  }
102059
101819
  get fields() {
102060
101820
  return {
@@ -102068,11 +101828,10 @@ class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102068
101828
  class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102069
101829
  constructor(services, typeRegistry) {
102070
101830
  super(services);
102071
- this.services = services;
102072
- this.typeRegistry = typeRegistry;
102073
101831
  this.namespace = "oas";
102074
101832
  this.typeName = "BooleanAggregate";
102075
101833
  this.implementedInterfaces = ["FieldValue"];
101834
+ this.typeRegistry = typeRegistry;
102076
101835
  }
102077
101836
  get fields() {
102078
101837
  return {
@@ -102087,11 +101846,10 @@ class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102087
101846
  class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102088
101847
  constructor(services, typeRegistry) {
102089
101848
  super(services);
102090
- this.services = services;
102091
- this.typeRegistry = typeRegistry;
102092
101849
  this.namespace = "oas";
102093
101850
  this.typeName = "BooleanValue";
102094
101851
  this.implementedInterfaces = ["FieldValue"];
101852
+ this.typeRegistry = typeRegistry;
102095
101853
  }
102096
101854
  get fields() {
102097
101855
  return {
@@ -102105,11 +101863,10 @@ class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102105
101863
  class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102106
101864
  constructor(services, typeRegistry) {
102107
101865
  super(services);
102108
- this.services = services;
102109
- this.typeRegistry = typeRegistry;
102110
101866
  this.namespace = "oas";
102111
101867
  this.typeName = "CanvasLayoutComponent";
102112
101868
  this.implementedInterfaces = ["LayoutComponent"];
101869
+ this.typeRegistry = typeRegistry;
102113
101870
  }
102114
101871
  get fields() {
102115
101872
  return {
@@ -102128,11 +101885,10 @@ class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
102128
101885
  class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102129
101886
  constructor(services, typeRegistry) {
102130
101887
  super(services);
102131
- this.services = services;
102132
- this.typeRegistry = typeRegistry;
102133
101888
  this.namespace = "oas";
102134
101889
  this.typeName = "ChildRelationship";
102135
101890
  this.implementedInterfaces = [];
101891
+ this.typeRegistry = typeRegistry;
102136
101892
  }
102137
101893
  get fields() {
102138
101894
  return {
@@ -102150,11 +101906,10 @@ class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102150
101906
  let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
102151
101907
  constructor(services, typeRegistry) {
102152
101908
  super(services);
102153
- this.services = services;
102154
- this.typeRegistry = typeRegistry;
102155
101909
  this.namespace = "oas";
102156
101910
  this.typeName = "CompoundField";
102157
101911
  this.implementedInterfaces = [];
101912
+ this.typeRegistry = typeRegistry;
102158
101913
  }
102159
101914
  get fields() {
102160
101915
  return {
@@ -102190,11 +101945,10 @@ let CompoundFieldRepository$1 = class CompoundFieldRepository extends Unidentifi
102190
101945
  class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102191
101946
  constructor(services, typeRegistry) {
102192
101947
  super(services);
102193
- this.services = services;
102194
- this.typeRegistry = typeRegistry;
102195
101948
  this.namespace = "oas";
102196
101949
  this.typeName = "ControllerValues";
102197
101950
  this.implementedInterfaces = [];
101951
+ this.typeRegistry = typeRegistry;
102198
101952
  }
102199
101953
  get fields() {
102200
101954
  return {
@@ -102208,11 +101962,10 @@ class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102208
101962
  class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102209
101963
  constructor(services, typeRegistry) {
102210
101964
  super(services);
102211
- this.services = services;
102212
- this.typeRegistry = typeRegistry;
102213
101965
  this.namespace = "oas";
102214
101966
  this.typeName = "CurrencyAggregate";
102215
101967
  this.implementedInterfaces = ["FieldValue"];
101968
+ this.typeRegistry = typeRegistry;
102216
101969
  }
102217
101970
  get fields() {
102218
101971
  return {
@@ -102233,11 +101986,10 @@ class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102233
101986
  class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102234
101987
  constructor(services, typeRegistry) {
102235
101988
  super(services);
102236
- this.services = services;
102237
- this.typeRegistry = typeRegistry;
102238
101989
  this.namespace = "oas";
102239
101990
  this.typeName = "CurrencyValue";
102240
101991
  this.implementedInterfaces = ["FieldValue"];
101992
+ this.typeRegistry = typeRegistry;
102241
101993
  }
102242
101994
  get fields() {
102243
101995
  return {
@@ -102253,11 +102005,10 @@ class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102253
102005
  class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102254
102006
  constructor(services, typeRegistry) {
102255
102007
  super(services);
102256
- this.services = services;
102257
- this.typeRegistry = typeRegistry;
102258
102008
  this.namespace = "oas";
102259
102009
  this.typeName = "CustomLinkLayoutComponent";
102260
102010
  this.implementedInterfaces = ["LayoutComponent"];
102011
+ this.typeRegistry = typeRegistry;
102261
102012
  }
102262
102013
  get fields() {
102263
102014
  return {
@@ -102274,11 +102025,10 @@ class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102274
102025
  class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102275
102026
  constructor(services, typeRegistry) {
102276
102027
  super(services);
102277
- this.services = services;
102278
- this.typeRegistry = typeRegistry;
102279
102028
  this.namespace = "oas";
102280
102029
  this.typeName = "DateAggregate";
102281
102030
  this.implementedInterfaces = ["FieldValue"];
102031
+ this.typeRegistry = typeRegistry;
102282
102032
  }
102283
102033
  get fields() {
102284
102034
  return {
@@ -102309,11 +102059,10 @@ class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102309
102059
  class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
102310
102060
  constructor(services, typeRegistry) {
102311
102061
  super(services);
102312
- this.services = services;
102313
- this.typeRegistry = typeRegistry;
102314
102062
  this.namespace = "oas";
102315
102063
  this.typeName = "DateFunctionAggregation";
102316
102064
  this.implementedInterfaces = [];
102065
+ this.typeRegistry = typeRegistry;
102317
102066
  }
102318
102067
  get fields() {
102319
102068
  return {
@@ -102327,11 +102076,10 @@ class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeReposit
102327
102076
  class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102328
102077
  constructor(services, typeRegistry) {
102329
102078
  super(services);
102330
- this.services = services;
102331
- this.typeRegistry = typeRegistry;
102332
102079
  this.namespace = "oas";
102333
102080
  this.typeName = "DateTimeValue";
102334
102081
  this.implementedInterfaces = ["FieldValue"];
102082
+ this.typeRegistry = typeRegistry;
102335
102083
  }
102336
102084
  get fields() {
102337
102085
  return {
@@ -102346,11 +102094,10 @@ class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102346
102094
  class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102347
102095
  constructor(services, typeRegistry) {
102348
102096
  super(services);
102349
- this.services = services;
102350
- this.typeRegistry = typeRegistry;
102351
102097
  this.namespace = "oas";
102352
102098
  this.typeName = "DateValue";
102353
102099
  this.implementedInterfaces = ["FieldValue"];
102100
+ this.typeRegistry = typeRegistry;
102354
102101
  }
102355
102102
  get fields() {
102356
102103
  return {
@@ -102365,11 +102112,10 @@ class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102365
102112
  class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102366
102113
  constructor(services, typeRegistry) {
102367
102114
  super(services);
102368
- this.services = services;
102369
- this.typeRegistry = typeRegistry;
102370
102115
  this.namespace = "oas";
102371
102116
  this.typeName = "DependentField";
102372
102117
  this.implementedInterfaces = [];
102118
+ this.typeRegistry = typeRegistry;
102373
102119
  }
102374
102120
  get fields() {
102375
102121
  return {
@@ -102383,11 +102129,10 @@ class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102383
102129
  class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102384
102130
  constructor(services, typeRegistry) {
102385
102131
  super(services);
102386
- this.services = services;
102387
- this.typeRegistry = typeRegistry;
102388
102132
  this.namespace = "oas";
102389
102133
  this.typeName = "DoubleAggregate";
102390
102134
  this.implementedInterfaces = ["FieldValue"];
102135
+ this.typeRegistry = typeRegistry;
102391
102136
  }
102392
102137
  get fields() {
102393
102138
  return {
@@ -102408,11 +102153,10 @@ class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102408
102153
  class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102409
102154
  constructor(services, typeRegistry) {
102410
102155
  super(services);
102411
- this.services = services;
102412
- this.typeRegistry = typeRegistry;
102413
102156
  this.namespace = "oas";
102414
102157
  this.typeName = "DoubleValue";
102415
102158
  this.implementedInterfaces = ["FieldValue"];
102159
+ this.typeRegistry = typeRegistry;
102416
102160
  }
102417
102161
  get fields() {
102418
102162
  return {
@@ -102427,11 +102171,10 @@ class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102427
102171
  class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102428
102172
  constructor(services, typeRegistry) {
102429
102173
  super(services);
102430
- this.services = services;
102431
- this.typeRegistry = typeRegistry;
102432
102174
  this.namespace = "oas";
102433
102175
  this.typeName = "EmailAggregate";
102434
102176
  this.implementedInterfaces = ["FieldValue"];
102177
+ this.typeRegistry = typeRegistry;
102435
102178
  }
102436
102179
  get fields() {
102437
102180
  return {
@@ -102450,11 +102193,10 @@ class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102450
102193
  class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102451
102194
  constructor(services, typeRegistry) {
102452
102195
  super(services);
102453
- this.services = services;
102454
- this.typeRegistry = typeRegistry;
102455
102196
  this.namespace = "oas";
102456
102197
  this.typeName = "EmailValue";
102457
102198
  this.implementedInterfaces = ["FieldValue"];
102199
+ this.typeRegistry = typeRegistry;
102458
102200
  }
102459
102201
  get fields() {
102460
102202
  return {
@@ -102468,11 +102210,10 @@ class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102468
102210
  class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102469
102211
  constructor(services, typeRegistry) {
102470
102212
  super(services);
102471
- this.services = services;
102472
- this.typeRegistry = typeRegistry;
102473
102213
  this.namespace = "oas";
102474
102214
  this.typeName = "EmptySpaceLayoutComponent";
102475
102215
  this.implementedInterfaces = ["LayoutComponent"];
102216
+ this.typeRegistry = typeRegistry;
102476
102217
  }
102477
102218
  get fields() {
102478
102219
  return {
@@ -102486,11 +102227,10 @@ class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepos
102486
102227
  class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
102487
102228
  constructor(services, typeRegistry) {
102488
102229
  super(services);
102489
- this.services = services;
102490
- this.typeRegistry = typeRegistry;
102491
102230
  this.namespace = "oas";
102492
102231
  this.typeName = "EncryptedStringValue";
102493
102232
  this.implementedInterfaces = ["FieldValue"];
102233
+ this.typeRegistry = typeRegistry;
102494
102234
  }
102495
102235
  get fields() {
102496
102236
  return {
@@ -102504,11 +102244,10 @@ class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository
102504
102244
  class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102505
102245
  constructor(services, typeRegistry) {
102506
102246
  super(services);
102507
- this.services = services;
102508
- this.typeRegistry = typeRegistry;
102509
102247
  this.namespace = "oas";
102510
102248
  this.typeName = "FieldLayoutComponent";
102511
102249
  this.implementedInterfaces = ["LayoutComponent"];
102250
+ this.typeRegistry = typeRegistry;
102512
102251
  }
102513
102252
  get fields() {
102514
102253
  return {
@@ -102523,11 +102262,10 @@ class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository
102523
102262
  class FieldRepository extends BaseInterfaceRepository {
102524
102263
  constructor(services, typeRegistry) {
102525
102264
  super(services);
102526
- this.services = services;
102527
- this.typeRegistry = typeRegistry;
102528
102265
  this.namespace = "oas";
102529
102266
  this.typeName = "Field";
102530
102267
  this.implementedInterfaces = [];
102268
+ this.typeRegistry = typeRegistry;
102531
102269
  }
102532
102270
  get fields() {
102533
102271
  return {
@@ -102574,11 +102312,10 @@ class FieldRepository extends BaseInterfaceRepository {
102574
102312
  class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102575
102313
  constructor(services, typeRegistry) {
102576
102314
  super(services);
102577
- this.services = services;
102578
- this.typeRegistry = typeRegistry;
102579
102315
  this.namespace = "oas";
102580
102316
  this.typeName = "FilteredLookupInfo";
102581
102317
  this.implementedInterfaces = [];
102318
+ this.typeRegistry = typeRegistry;
102582
102319
  }
102583
102320
  get fields() {
102584
102321
  return {
@@ -102593,11 +102330,10 @@ class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102593
102330
  class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102594
102331
  constructor(services, typeRegistry) {
102595
102332
  super(services);
102596
- this.services = services;
102597
- this.typeRegistry = typeRegistry;
102598
102333
  this.namespace = "oas";
102599
102334
  this.typeName = "IDAggregate";
102600
102335
  this.implementedInterfaces = ["FieldValue"];
102336
+ this.typeRegistry = typeRegistry;
102601
102337
  }
102602
102338
  get fields() {
102603
102339
  return {
@@ -102616,11 +102352,10 @@ class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102616
102352
  class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102617
102353
  constructor(services, typeRegistry) {
102618
102354
  super(services);
102619
- this.services = services;
102620
- this.typeRegistry = typeRegistry;
102621
102355
  this.namespace = "oas";
102622
102356
  this.typeName = "IDValue";
102623
102357
  this.implementedInterfaces = ["FieldValue"];
102358
+ this.typeRegistry = typeRegistry;
102624
102359
  }
102625
102360
  get fields() {
102626
102361
  return {
@@ -102634,11 +102369,10 @@ class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102634
102369
  class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102635
102370
  constructor(services, typeRegistry) {
102636
102371
  super(services);
102637
- this.services = services;
102638
- this.typeRegistry = typeRegistry;
102639
102372
  this.namespace = "oas";
102640
102373
  this.typeName = "IntAggregate";
102641
102374
  this.implementedInterfaces = ["FieldValue"];
102375
+ this.typeRegistry = typeRegistry;
102642
102376
  }
102643
102377
  get fields() {
102644
102378
  return {
@@ -102660,11 +102394,10 @@ class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102660
102394
  class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102661
102395
  constructor(services, typeRegistry) {
102662
102396
  super(services);
102663
- this.services = services;
102664
- this.typeRegistry = typeRegistry;
102665
102397
  this.namespace = "oas";
102666
102398
  this.typeName = "IntValue";
102667
102399
  this.implementedInterfaces = ["FieldValue"];
102400
+ this.typeRegistry = typeRegistry;
102668
102401
  }
102669
102402
  get fields() {
102670
102403
  return {
@@ -102679,11 +102412,10 @@ class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102679
102412
  class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102680
102413
  constructor(services, typeRegistry) {
102681
102414
  super(services);
102682
- this.services = services;
102683
- this.typeRegistry = typeRegistry;
102684
102415
  this.namespace = "oas";
102685
102416
  this.typeName = "JSONValue";
102686
102417
  this.implementedInterfaces = ["FieldValue"];
102418
+ this.typeRegistry = typeRegistry;
102687
102419
  }
102688
102420
  get fields() {
102689
102421
  return {
@@ -102697,11 +102429,10 @@ class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102697
102429
  class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102698
102430
  constructor(services, typeRegistry) {
102699
102431
  super(services);
102700
- this.services = services;
102701
- this.typeRegistry = typeRegistry;
102702
102432
  this.namespace = "oas";
102703
102433
  this.typeName = "LatitudeAggregate";
102704
102434
  this.implementedInterfaces = ["FieldValue"];
102435
+ this.typeRegistry = typeRegistry;
102705
102436
  }
102706
102437
  get fields() {
102707
102438
  return {
@@ -102721,11 +102452,10 @@ class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102721
102452
  class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102722
102453
  constructor(services, typeRegistry) {
102723
102454
  super(services);
102724
- this.services = services;
102725
- this.typeRegistry = typeRegistry;
102726
102455
  this.namespace = "oas";
102727
102456
  this.typeName = "LatitudeValue";
102728
102457
  this.implementedInterfaces = ["FieldValue"];
102458
+ this.typeRegistry = typeRegistry;
102729
102459
  }
102730
102460
  get fields() {
102731
102461
  return {
@@ -102739,11 +102469,10 @@ class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102739
102469
  class LayoutComponentRepository extends BaseInterfaceRepository {
102740
102470
  constructor(services, typeRegistry) {
102741
102471
  super(services);
102742
- this.services = services;
102743
- this.typeRegistry = typeRegistry;
102744
102472
  this.namespace = "oas";
102745
102473
  this.typeName = "LayoutComponent";
102746
102474
  this.implementedInterfaces = [];
102475
+ this.typeRegistry = typeRegistry;
102747
102476
  }
102748
102477
  get fields() {
102749
102478
  return {
@@ -102767,11 +102496,10 @@ class LayoutComponentRepository extends BaseInterfaceRepository {
102767
102496
  class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102768
102497
  constructor(services, typeRegistry) {
102769
102498
  super(services);
102770
- this.services = services;
102771
- this.typeRegistry = typeRegistry;
102772
102499
  this.namespace = "oas";
102773
102500
  this.typeName = "LayoutConnection";
102774
102501
  this.implementedInterfaces = [];
102502
+ this.typeRegistry = typeRegistry;
102775
102503
  }
102776
102504
  get fields() {
102777
102505
  return {
@@ -102786,11 +102514,10 @@ class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102786
102514
  class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102787
102515
  constructor(services, typeRegistry) {
102788
102516
  super(services);
102789
- this.services = services;
102790
- this.typeRegistry = typeRegistry;
102791
102517
  this.namespace = "oas";
102792
102518
  this.typeName = "LayoutEdge";
102793
102519
  this.implementedInterfaces = [];
102520
+ this.typeRegistry = typeRegistry;
102794
102521
  }
102795
102522
  get fields() {
102796
102523
  return {
@@ -102804,11 +102531,10 @@ class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102804
102531
  class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102805
102532
  constructor(services, typeRegistry) {
102806
102533
  super(services);
102807
- this.services = services;
102808
- this.typeRegistry = typeRegistry;
102809
102534
  this.namespace = "oas";
102810
102535
  this.typeName = "LayoutItem";
102811
102536
  this.implementedInterfaces = [];
102537
+ this.typeRegistry = typeRegistry;
102812
102538
  }
102813
102539
  get fields() {
102814
102540
  return {
@@ -102828,12 +102554,11 @@ class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102828
102554
  class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102829
102555
  constructor(services, typeRegistry) {
102830
102556
  super(services);
102831
- this.services = services;
102832
- this.typeRegistry = typeRegistry;
102833
102557
  this.namespace = "oas";
102834
102558
  this.typeName = "Layout";
102835
102559
  this.implementedInterfaces = [];
102836
102560
  this.idField = "id";
102561
+ this.typeRegistry = typeRegistry;
102837
102562
  }
102838
102563
  get fields() {
102839
102564
  return {
@@ -102855,11 +102580,10 @@ class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102855
102580
  class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102856
102581
  constructor(services, typeRegistry) {
102857
102582
  super(services);
102858
- this.services = services;
102859
- this.typeRegistry = typeRegistry;
102860
102583
  this.namespace = "oas";
102861
102584
  this.typeName = "LayoutRow";
102862
102585
  this.implementedInterfaces = [];
102586
+ this.typeRegistry = typeRegistry;
102863
102587
  }
102864
102588
  get fields() {
102865
102589
  return {
@@ -102872,11 +102596,10 @@ class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102872
102596
  class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102873
102597
  constructor(services, typeRegistry) {
102874
102598
  super(services);
102875
- this.services = services;
102876
- this.typeRegistry = typeRegistry;
102877
102599
  this.namespace = "oas";
102878
102600
  this.typeName = "LayoutSaveOption";
102879
102601
  this.implementedInterfaces = [];
102602
+ this.typeRegistry = typeRegistry;
102880
102603
  }
102881
102604
  get fields() {
102882
102605
  return {
@@ -102894,12 +102617,11 @@ class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102894
102617
  class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102895
102618
  constructor(services, typeRegistry) {
102896
102619
  super(services);
102897
- this.services = services;
102898
- this.typeRegistry = typeRegistry;
102899
102620
  this.namespace = "oas";
102900
102621
  this.typeName = "LayoutSection";
102901
102622
  this.implementedInterfaces = [];
102902
102623
  this.idField = "id";
102624
+ this.typeRegistry = typeRegistry;
102903
102625
  }
102904
102626
  get fields() {
102905
102627
  return {
@@ -102922,11 +102644,10 @@ class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102922
102644
  class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102923
102645
  constructor(services, typeRegistry) {
102924
102646
  super(services);
102925
- this.services = services;
102926
- this.typeRegistry = typeRegistry;
102927
102647
  this.namespace = "oas";
102928
102648
  this.typeName = "ListColumn";
102929
102649
  this.implementedInterfaces = [];
102650
+ this.typeRegistry = typeRegistry;
102930
102651
  }
102931
102652
  get fields() {
102932
102653
  return {
@@ -102942,11 +102663,10 @@ class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102942
102663
  class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102943
102664
  constructor(services, typeRegistry) {
102944
102665
  super(services);
102945
- this.services = services;
102946
- this.typeRegistry = typeRegistry;
102947
102666
  this.namespace = "oas";
102948
102667
  this.typeName = "ListOrder";
102949
102668
  this.implementedInterfaces = [];
102669
+ this.typeRegistry = typeRegistry;
102950
102670
  }
102951
102671
  get fields() {
102952
102672
  return {
@@ -102960,11 +102680,10 @@ class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102960
102680
  class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102961
102681
  constructor(services, typeRegistry) {
102962
102682
  super(services);
102963
- this.services = services;
102964
- this.typeRegistry = typeRegistry;
102965
102683
  this.namespace = "oas";
102966
102684
  this.typeName = "LongAggregate";
102967
102685
  this.implementedInterfaces = ["FieldValue"];
102686
+ this.typeRegistry = typeRegistry;
102968
102687
  }
102969
102688
  get fields() {
102970
102689
  return {
@@ -102986,11 +102705,10 @@ class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102986
102705
  class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
102987
102706
  constructor(services, typeRegistry) {
102988
102707
  super(services);
102989
- this.services = services;
102990
- this.typeRegistry = typeRegistry;
102991
102708
  this.namespace = "oas";
102992
102709
  this.typeName = "LongTextAreaValue";
102993
102710
  this.implementedInterfaces = ["FieldValue"];
102711
+ this.typeRegistry = typeRegistry;
102994
102712
  }
102995
102713
  get fields() {
102996
102714
  return {
@@ -103005,11 +102723,10 @@ class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103005
102723
  class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103006
102724
  constructor(services, typeRegistry) {
103007
102725
  super(services);
103008
- this.services = services;
103009
- this.typeRegistry = typeRegistry;
103010
102726
  this.namespace = "oas";
103011
102727
  this.typeName = "LongValue";
103012
102728
  this.implementedInterfaces = ["FieldValue"];
102729
+ this.typeRegistry = typeRegistry;
103013
102730
  }
103014
102731
  get fields() {
103015
102732
  return {
@@ -103024,11 +102741,10 @@ class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103024
102741
  class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103025
102742
  constructor(services, typeRegistry) {
103026
102743
  super(services);
103027
- this.services = services;
103028
- this.typeRegistry = typeRegistry;
103029
102744
  this.namespace = "oas";
103030
102745
  this.typeName = "LongitudeAggregate";
103031
102746
  this.implementedInterfaces = ["FieldValue"];
102747
+ this.typeRegistry = typeRegistry;
103032
102748
  }
103033
102749
  get fields() {
103034
102750
  return {
@@ -103048,11 +102764,10 @@ class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103048
102764
  class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103049
102765
  constructor(services, typeRegistry) {
103050
102766
  super(services);
103051
- this.services = services;
103052
- this.typeRegistry = typeRegistry;
103053
102767
  this.namespace = "oas";
103054
102768
  this.typeName = "LongitudeValue";
103055
102769
  this.implementedInterfaces = ["FieldValue"];
102770
+ this.typeRegistry = typeRegistry;
103056
102771
  }
103057
102772
  get fields() {
103058
102773
  return {
@@ -103066,11 +102781,10 @@ class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103066
102781
  class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103067
102782
  constructor(services, typeRegistry) {
103068
102783
  super(services);
103069
- this.services = services;
103070
- this.typeRegistry = typeRegistry;
103071
102784
  this.namespace = "oas";
103072
102785
  this.typeName = "MultiPicklistValue";
103073
102786
  this.implementedInterfaces = ["FieldValue"];
102787
+ this.typeRegistry = typeRegistry;
103074
102788
  }
103075
102789
  get fields() {
103076
102790
  return {
@@ -103085,11 +102799,10 @@ class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103085
102799
  class MutationRepository extends GraphQLDocumentRootTypeRepository {
103086
102800
  constructor(services, typeRegistry) {
103087
102801
  super(services);
103088
- this.services = services;
103089
- this.typeRegistry = typeRegistry;
103090
102802
  this.namespace = "oas";
103091
102803
  this.typeName = "Mutation";
103092
102804
  this.implementedInterfaces = [];
102805
+ this.typeRegistry = typeRegistry;
103093
102806
  }
103094
102807
  get fields() {
103095
102808
  return {
@@ -103105,11 +102818,10 @@ class MutationRepository extends GraphQLDocumentRootTypeRepository {
103105
102818
  class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103106
102819
  constructor(services, typeRegistry) {
103107
102820
  super(services);
103108
- this.services = services;
103109
- this.typeRegistry = typeRegistry;
103110
102821
  this.namespace = "oas";
103111
102822
  this.typeName = "ObjectInfo";
103112
102823
  this.implementedInterfaces = [];
102824
+ this.typeRegistry = typeRegistry;
103113
102825
  }
103114
102826
  get fields() {
103115
102827
  return {
@@ -103142,11 +102854,10 @@ class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103142
102854
  class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103143
102855
  constructor(services, typeRegistry) {
103144
102856
  super(services);
103145
- this.services = services;
103146
- this.typeRegistry = typeRegistry;
103147
102857
  this.namespace = "oas";
103148
102858
  this.typeName = "PageInfo";
103149
102859
  this.implementedInterfaces = [];
102860
+ this.typeRegistry = typeRegistry;
103150
102861
  }
103151
102862
  get fields() {
103152
102863
  return {
@@ -103162,11 +102873,10 @@ class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103162
102873
  class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103163
102874
  constructor(services, typeRegistry) {
103164
102875
  super(services);
103165
- this.services = services;
103166
- this.typeRegistry = typeRegistry;
103167
102876
  this.namespace = "oas";
103168
102877
  this.typeName = "PercentAggregate";
103169
102878
  this.implementedInterfaces = ["FieldValue"];
102879
+ this.typeRegistry = typeRegistry;
103170
102880
  }
103171
102881
  get fields() {
103172
102882
  return {
@@ -103187,11 +102897,10 @@ class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103187
102897
  class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103188
102898
  constructor(services, typeRegistry) {
103189
102899
  super(services);
103190
- this.services = services;
103191
- this.typeRegistry = typeRegistry;
103192
102900
  this.namespace = "oas";
103193
102901
  this.typeName = "PercentValue";
103194
102902
  this.implementedInterfaces = ["FieldValue"];
102903
+ this.typeRegistry = typeRegistry;
103195
102904
  }
103196
102905
  get fields() {
103197
102906
  return {
@@ -103206,11 +102915,10 @@ class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103206
102915
  class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103207
102916
  constructor(services, typeRegistry) {
103208
102917
  super(services);
103209
- this.services = services;
103210
- this.typeRegistry = typeRegistry;
103211
102918
  this.namespace = "oas";
103212
102919
  this.typeName = "PhoneNumberAggregate";
103213
102920
  this.implementedInterfaces = ["FieldValue"];
102921
+ this.typeRegistry = typeRegistry;
103214
102922
  }
103215
102923
  get fields() {
103216
102924
  return {
@@ -103229,11 +102937,10 @@ class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository
103229
102937
  class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103230
102938
  constructor(services, typeRegistry) {
103231
102939
  super(services);
103232
- this.services = services;
103233
- this.typeRegistry = typeRegistry;
103234
102940
  this.namespace = "oas";
103235
102941
  this.typeName = "PhoneNumberValue";
103236
102942
  this.implementedInterfaces = ["FieldValue"];
102943
+ this.typeRegistry = typeRegistry;
103237
102944
  }
103238
102945
  get fields() {
103239
102946
  return {
@@ -103247,11 +102954,10 @@ class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103247
102954
  class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103248
102955
  constructor(services, typeRegistry) {
103249
102956
  super(services);
103250
- this.services = services;
103251
- this.typeRegistry = typeRegistry;
103252
102957
  this.namespace = "oas";
103253
102958
  this.typeName = "PicklistAggregate";
103254
102959
  this.implementedInterfaces = ["FieldValue"];
102960
+ this.typeRegistry = typeRegistry;
103255
102961
  }
103256
102962
  get fields() {
103257
102963
  return {
@@ -103271,11 +102977,10 @@ class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103271
102977
  class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103272
102978
  constructor(services, typeRegistry) {
103273
102979
  super(services);
103274
- this.services = services;
103275
- this.typeRegistry = typeRegistry;
103276
102980
  this.namespace = "oas";
103277
102981
  this.typeName = "PicklistAttributes";
103278
102982
  this.implementedInterfaces = [];
102983
+ this.typeRegistry = typeRegistry;
103279
102984
  }
103280
102985
  get fields() {
103281
102986
  return {
@@ -103289,11 +102994,10 @@ class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103289
102994
  class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103290
102995
  constructor(services, typeRegistry) {
103291
102996
  super(services);
103292
- this.services = services;
103293
- this.typeRegistry = typeRegistry;
103294
102997
  this.namespace = "oas";
103295
102998
  this.typeName = "PicklistField";
103296
102999
  this.implementedInterfaces = ["Field"];
103000
+ this.typeRegistry = typeRegistry;
103297
103001
  }
103298
103002
  get fields() {
103299
103003
  return {
@@ -103335,11 +103039,10 @@ class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103335
103039
  class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
103336
103040
  constructor(services, typeRegistry) {
103337
103041
  super(services);
103338
- this.services = services;
103339
- this.typeRegistry = typeRegistry;
103340
103042
  this.namespace = "oas";
103341
103043
  this.typeName = "PicklistValueByRecordTypeIDs";
103342
103044
  this.implementedInterfaces = [];
103045
+ this.typeRegistry = typeRegistry;
103343
103046
  }
103344
103047
  get fields() {
103345
103048
  return {
@@ -103355,11 +103058,10 @@ class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRe
103355
103058
  class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103356
103059
  constructor(services, typeRegistry) {
103357
103060
  super(services);
103358
- this.services = services;
103359
- this.typeRegistry = typeRegistry;
103360
103061
  this.namespace = "oas";
103361
103062
  this.typeName = "PicklistValue";
103362
103063
  this.implementedInterfaces = ["FieldValue"];
103064
+ this.typeRegistry = typeRegistry;
103363
103065
  }
103364
103066
  get fields() {
103365
103067
  return {
@@ -103374,11 +103076,10 @@ class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103374
103076
  class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103375
103077
  constructor(services, typeRegistry) {
103376
103078
  super(services);
103377
- this.services = services;
103378
- this.typeRegistry = typeRegistry;
103379
103079
  this.namespace = "oas";
103380
103080
  this.typeName = "PicklistValues";
103381
103081
  this.implementedInterfaces = [];
103082
+ this.typeRegistry = typeRegistry;
103382
103083
  }
103383
103084
  get fields() {
103384
103085
  return {
@@ -103394,11 +103095,10 @@ class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103394
103095
  let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
103395
103096
  constructor(services, typeRegistry) {
103396
103097
  super(services);
103397
- this.services = services;
103398
- this.typeRegistry = typeRegistry;
103399
103098
  this.namespace = "oas";
103400
103099
  this.typeName = "PolymorphicAggregateParentRelationship";
103401
103100
  this.implementedInterfaces = [];
103101
+ this.typeRegistry = typeRegistry;
103402
103102
  }
103403
103103
  get fields() {
103404
103104
  return {
@@ -103415,11 +103115,10 @@ let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggreg
103415
103115
  let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
103416
103116
  constructor(services, typeRegistry) {
103417
103117
  super(services);
103418
- this.services = services;
103419
- this.typeRegistry = typeRegistry;
103420
103118
  this.namespace = "oas";
103421
103119
  this.typeName = "PolymorphicParentRelationship";
103422
103120
  this.implementedInterfaces = [];
103121
+ this.typeRegistry = typeRegistry;
103423
103122
  }
103424
103123
  get fields() {
103425
103124
  return {
@@ -103436,11 +103135,10 @@ let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelations
103436
103135
  class QueryRepository extends GraphQLDocumentRootTypeRepository {
103437
103136
  constructor(services, typeRegistry) {
103438
103137
  super(services);
103439
- this.services = services;
103440
- this.typeRegistry = typeRegistry;
103441
103138
  this.namespace = "oas";
103442
103139
  this.typeName = "Query";
103443
103140
  this.implementedInterfaces = [];
103141
+ this.typeRegistry = typeRegistry;
103444
103142
  }
103445
103143
  get fields() {
103446
103144
  return {
@@ -103458,11 +103156,10 @@ class QueryRepository extends GraphQLDocumentRootTypeRepository {
103458
103156
  let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103459
103157
  constructor(services, typeRegistry) {
103460
103158
  super(services);
103461
- this.services = services;
103462
- this.typeRegistry = typeRegistry;
103463
103159
  this.namespace = "oas";
103464
103160
  this.typeName = "RecordAggregateConnection";
103465
103161
  this.implementedInterfaces = [];
103162
+ this.typeRegistry = typeRegistry;
103466
103163
  }
103467
103164
  get fields() {
103468
103165
  return {
@@ -103477,11 +103174,10 @@ let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepos
103477
103174
  let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103478
103175
  constructor(services, typeRegistry) {
103479
103176
  super(services);
103480
- this.services = services;
103481
- this.typeRegistry = typeRegistry;
103482
103177
  this.namespace = "oas";
103483
103178
  this.typeName = "RecordAggregateEdge";
103484
103179
  this.implementedInterfaces = [];
103180
+ this.typeRegistry = typeRegistry;
103485
103181
  }
103486
103182
  get fields() {
103487
103183
  return {
@@ -103495,11 +103191,10 @@ let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extend
103495
103191
  let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103496
103192
  constructor(services, typeRegistry) {
103497
103193
  super(services);
103498
- this.services = services;
103499
- this.typeRegistry = typeRegistry;
103500
103194
  this.namespace = "oas";
103501
103195
  this.typeName = "RecordAggregate";
103502
103196
  this.implementedInterfaces = [];
103197
+ this.typeRegistry = typeRegistry;
103503
103198
  }
103504
103199
  get fields() {
103505
103200
  return {
@@ -103531,11 +103226,10 @@ let RecordAggregateRepository$1 = class RecordAggregateRepository extends Uniden
103531
103226
  let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103532
103227
  constructor(services, typeRegistry) {
103533
103228
  super(services);
103534
- this.services = services;
103535
- this.typeRegistry = typeRegistry;
103536
103229
  this.namespace = "oas";
103537
103230
  this.typeName = "RecordConnection";
103538
103231
  this.implementedInterfaces = [];
103232
+ this.typeRegistry = typeRegistry;
103539
103233
  }
103540
103234
  get fields() {
103541
103235
  return {
@@ -103551,11 +103245,10 @@ let RecordConnectionRepository$1 = class RecordConnectionRepository extends Unid
103551
103245
  let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103552
103246
  constructor(services, typeRegistry) {
103553
103247
  super(services);
103554
- this.services = services;
103555
- this.typeRegistry = typeRegistry;
103556
103248
  this.namespace = "oas";
103557
103249
  this.typeName = "RecordCreatePayload";
103558
103250
  this.implementedInterfaces = [];
103251
+ this.typeRegistry = typeRegistry;
103559
103252
  }
103560
103253
  get fields() {
103561
103254
  return {
@@ -103568,12 +103261,11 @@ let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extend
103568
103261
  let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
103569
103262
  constructor(services, typeRegistry) {
103570
103263
  super(services);
103571
- this.services = services;
103572
- this.typeRegistry = typeRegistry;
103573
103264
  this.namespace = "oas";
103574
103265
  this.typeName = "RecordDeletePayload";
103575
103266
  this.implementedInterfaces = [];
103576
103267
  this.idField = "Id";
103268
+ this.typeRegistry = typeRegistry;
103577
103269
  }
103578
103270
  get fields() {
103579
103271
  return {
@@ -103589,11 +103281,10 @@ let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extend
103589
103281
  let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103590
103282
  constructor(services, typeRegistry) {
103591
103283
  super(services);
103592
- this.services = services;
103593
- this.typeRegistry = typeRegistry;
103594
103284
  this.namespace = "oas";
103595
103285
  this.typeName = "RecordEdge";
103596
103286
  this.implementedInterfaces = [];
103287
+ this.typeRegistry = typeRegistry;
103597
103288
  }
103598
103289
  get fields() {
103599
103290
  return {
@@ -103607,11 +103298,10 @@ let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGr
103607
103298
  let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103608
103299
  constructor(services, typeRegistry) {
103609
103300
  super(services);
103610
- this.services = services;
103611
- this.typeRegistry = typeRegistry;
103612
103301
  this.namespace = "oas";
103613
103302
  this.typeName = "RecordQueryAggregate";
103614
103303
  this.implementedInterfaces = [];
103304
+ this.typeRegistry = typeRegistry;
103615
103305
  }
103616
103306
  get fields() {
103617
103307
  return {
@@ -103624,11 +103314,10 @@ let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository exte
103624
103314
  let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
103625
103315
  constructor(services, typeRegistry) {
103626
103316
  super(services);
103627
- this.services = services;
103628
- this.typeRegistry = typeRegistry;
103629
103317
  this.namespace = "oas";
103630
103318
  this.typeName = "RecordQuery";
103631
103319
  this.implementedInterfaces = [];
103320
+ this.typeRegistry = typeRegistry;
103632
103321
  }
103633
103322
  get fields() {
103634
103323
  return {
@@ -103641,12 +103330,11 @@ let RecordQueryRepository$1 = class RecordQueryRepository extends Unidentifiable
103641
103330
  let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103642
103331
  constructor(services, typeRegistry) {
103643
103332
  super(services);
103644
- this.services = services;
103645
- this.typeRegistry = typeRegistry;
103646
103333
  this.namespace = "oas";
103647
103334
  this.typeName = "RecordRepresentation";
103648
103335
  this.implementedInterfaces = ["Record"];
103649
103336
  this.idField = "Id";
103337
+ this.typeRegistry = typeRegistry;
103650
103338
  }
103651
103339
  get fields() {
103652
103340
  return {
@@ -103699,11 +103387,10 @@ let RecordRepresentationRepository$1 = class RecordRepresentationRepository exte
103699
103387
  let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
103700
103388
  constructor(services, typeRegistry) {
103701
103389
  super(services);
103702
- this.services = services;
103703
- this.typeRegistry = typeRegistry;
103704
103390
  this.namespace = "oas";
103705
103391
  this.typeName = "RecordResult";
103706
103392
  this.implementedInterfaces = [];
103393
+ this.typeRegistry = typeRegistry;
103707
103394
  }
103708
103395
  get fields() {
103709
103396
  return {
@@ -103716,11 +103403,10 @@ let RecordResultRepository$1 = class RecordResultRepository extends Unidentifiab
103716
103403
  class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103717
103404
  constructor(services, typeRegistry) {
103718
103405
  super(services);
103719
- this.services = services;
103720
- this.typeRegistry = typeRegistry;
103721
103406
  this.namespace = "oas";
103722
103407
  this.typeName = "RecordTypeInfo";
103723
103408
  this.implementedInterfaces = [];
103409
+ this.typeRegistry = typeRegistry;
103724
103410
  }
103725
103411
  get fields() {
103726
103412
  return {
@@ -103737,11 +103423,10 @@ class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103737
103423
  let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103738
103424
  constructor(services, typeRegistry) {
103739
103425
  super(services);
103740
- this.services = services;
103741
- this.typeRegistry = typeRegistry;
103742
103426
  this.namespace = "oas";
103743
103427
  this.typeName = "RecordUpdatePayload";
103744
103428
  this.implementedInterfaces = [];
103429
+ this.typeRegistry = typeRegistry;
103745
103430
  }
103746
103431
  get fields() {
103747
103432
  return {
@@ -103755,11 +103440,10 @@ let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extend
103755
103440
  class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103756
103441
  constructor(services, typeRegistry) {
103757
103442
  super(services);
103758
- this.services = services;
103759
- this.typeRegistry = typeRegistry;
103760
103443
  this.namespace = "oas";
103761
103444
  this.typeName = "ReferenceToInfo";
103762
103445
  this.implementedInterfaces = [];
103446
+ this.typeRegistry = typeRegistry;
103763
103447
  }
103764
103448
  get fields() {
103765
103449
  return {
@@ -103774,11 +103458,10 @@ class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103774
103458
  class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103775
103459
  constructor(services, typeRegistry) {
103776
103460
  super(services);
103777
- this.services = services;
103778
- this.typeRegistry = typeRegistry;
103779
103461
  this.namespace = "oas";
103780
103462
  this.typeName = "RelatedListInfo";
103781
103463
  this.implementedInterfaces = [];
103464
+ this.typeRegistry = typeRegistry;
103782
103465
  }
103783
103466
  get fields() {
103784
103467
  return {
@@ -103797,11 +103480,10 @@ class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103797
103480
  class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
103798
103481
  constructor(services, typeRegistry) {
103799
103482
  super(services);
103800
- this.services = services;
103801
- this.typeRegistry = typeRegistry;
103802
103483
  this.namespace = "oas";
103803
103484
  this.typeName = "ReportLayoutComponent";
103804
103485
  this.implementedInterfaces = ["LayoutComponent"];
103486
+ this.typeRegistry = typeRegistry;
103805
103487
  }
103806
103488
  get fields() {
103807
103489
  return {
@@ -103823,11 +103505,10 @@ class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepositor
103823
103505
  class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103824
103506
  constructor(services, typeRegistry) {
103825
103507
  super(services);
103826
- this.services = services;
103827
- this.typeRegistry = typeRegistry;
103828
103508
  this.namespace = "oas";
103829
103509
  this.typeName = "RichTextAreaValue";
103830
103510
  this.implementedInterfaces = ["FieldValue"];
103511
+ this.typeRegistry = typeRegistry;
103831
103512
  }
103832
103513
  get fields() {
103833
103514
  return {
@@ -103842,11 +103523,10 @@ class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103842
103523
  class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103843
103524
  constructor(services, typeRegistry) {
103844
103525
  super(services);
103845
- this.services = services;
103846
- this.typeRegistry = typeRegistry;
103847
103526
  this.namespace = "oas";
103848
103527
  this.typeName = "SObject__Field";
103849
103528
  this.implementedInterfaces = [];
103529
+ this.typeRegistry = typeRegistry;
103850
103530
  }
103851
103531
  get fields() {
103852
103532
  return {
@@ -103860,12 +103540,11 @@ class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103860
103540
  class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103861
103541
  constructor(services, typeRegistry) {
103862
103542
  super(services);
103863
- this.services = services;
103864
- this.typeRegistry = typeRegistry;
103865
103543
  this.namespace = "oas";
103866
103544
  this.typeName = "Setup__EntityRepresentation";
103867
103545
  this.implementedInterfaces = [];
103868
103546
  this.idField = "Id";
103547
+ this.typeRegistry = typeRegistry;
103869
103548
  }
103870
103549
  get fields() {
103871
103550
  return {
@@ -103912,11 +103591,10 @@ class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepos
103912
103591
  class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103913
103592
  constructor(services, typeRegistry) {
103914
103593
  super(services);
103915
- this.services = services;
103916
- this.typeRegistry = typeRegistry;
103917
103594
  this.namespace = "oas";
103918
103595
  this.typeName = "Setup__ListColumn";
103919
103596
  this.implementedInterfaces = [];
103597
+ this.typeRegistry = typeRegistry;
103920
103598
  }
103921
103599
  get fields() {
103922
103600
  return {
@@ -103938,11 +103616,10 @@ class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103938
103616
  class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103939
103617
  constructor(services, typeRegistry) {
103940
103618
  super(services);
103941
- this.services = services;
103942
- this.typeRegistry = typeRegistry;
103943
103619
  this.namespace = "oas";
103944
103620
  this.typeName = "Setup__ListFilter";
103945
103621
  this.implementedInterfaces = [];
103622
+ this.typeRegistry = typeRegistry;
103946
103623
  }
103947
103624
  get fields() {
103948
103625
  return {
@@ -103958,11 +103635,10 @@ class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103958
103635
  class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
103959
103636
  constructor(services, typeRegistry) {
103960
103637
  super(services);
103961
- this.services = services;
103962
- this.typeRegistry = typeRegistry;
103963
103638
  this.namespace = "oas";
103964
103639
  this.typeName = "Setup__ListInlineEditAttributeDetails";
103965
103640
  this.implementedInterfaces = [];
103641
+ this.typeRegistry = typeRegistry;
103966
103642
  }
103967
103643
  get fields() {
103968
103644
  return {
@@ -103977,11 +103653,10 @@ class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGrap
103977
103653
  class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103978
103654
  constructor(services, typeRegistry) {
103979
103655
  super(services);
103980
- this.services = services;
103981
- this.typeRegistry = typeRegistry;
103982
103656
  this.namespace = "oas";
103983
103657
  this.typeName = "Setup__ListInlineEditAttributes";
103984
103658
  this.implementedInterfaces = [];
103659
+ this.typeRegistry = typeRegistry;
103985
103660
  }
103986
103661
  get fields() {
103987
103662
  return {
@@ -103996,11 +103671,10 @@ class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTyp
103996
103671
  class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
103997
103672
  constructor(services, typeRegistry) {
103998
103673
  super(services);
103999
- this.services = services;
104000
- this.typeRegistry = typeRegistry;
104001
103674
  this.namespace = "oas";
104002
103675
  this.typeName = "Setup__ListOrder";
104003
103676
  this.implementedInterfaces = [];
103677
+ this.typeRegistry = typeRegistry;
104004
103678
  }
104005
103679
  get fields() {
104006
103680
  return {
@@ -104015,11 +103689,10 @@ class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104015
103689
  class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
104016
103690
  constructor(services, typeRegistry) {
104017
103691
  super(services);
104018
- this.services = services;
104019
- this.typeRegistry = typeRegistry;
104020
103692
  this.namespace = "oas";
104021
103693
  this.typeName = "Setup__ListScalarField";
104022
103694
  this.implementedInterfaces = [];
103695
+ this.typeRegistry = typeRegistry;
104023
103696
  }
104024
103697
  get fields() {
104025
103698
  return {
@@ -104039,11 +103712,10 @@ class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeReposito
104039
103712
  class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
104040
103713
  constructor(services, typeRegistry) {
104041
103714
  super(services);
104042
- this.services = services;
104043
- this.typeRegistry = typeRegistry;
104044
103715
  this.namespace = "oas";
104045
103716
  this.typeName = "Setup__ListViewObjectInfo";
104046
103717
  this.implementedInterfaces = [];
103718
+ this.typeRegistry = typeRegistry;
104047
103719
  }
104048
103720
  get fields() {
104049
103721
  return {
@@ -104056,11 +103728,10 @@ class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepos
104056
103728
  class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104057
103729
  constructor(services, typeRegistry) {
104058
103730
  super(services);
104059
- this.services = services;
104060
- this.typeRegistry = typeRegistry;
104061
103731
  this.namespace = "oas";
104062
103732
  this.typeName = "Setup__ListView";
104063
103733
  this.implementedInterfaces = [];
103734
+ this.typeRegistry = typeRegistry;
104064
103735
  }
104065
103736
  get fields() {
104066
103737
  return {
@@ -104081,11 +103752,10 @@ class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104081
103752
  class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104082
103753
  constructor(services, typeRegistry) {
104083
103754
  super(services);
104084
- this.services = services;
104085
- this.typeRegistry = typeRegistry;
104086
103755
  this.namespace = "oas";
104087
103756
  this.typeName = "Setup__ListViewRowConnection";
104088
103757
  this.implementedInterfaces = [];
103758
+ this.typeRegistry = typeRegistry;
104089
103759
  }
104090
103760
  get fields() {
104091
103761
  return {
@@ -104100,11 +103770,10 @@ class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRe
104100
103770
  class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104101
103771
  constructor(services, typeRegistry) {
104102
103772
  super(services);
104103
- this.services = services;
104104
- this.typeRegistry = typeRegistry;
104105
103773
  this.namespace = "oas";
104106
103774
  this.typeName = "Setup__ListViewRowEdge";
104107
103775
  this.implementedInterfaces = [];
103776
+ this.typeRegistry = typeRegistry;
104108
103777
  }
104109
103778
  get fields() {
104110
103779
  return {
@@ -104118,11 +103787,10 @@ class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeReposito
104118
103787
  class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104119
103788
  constructor(services, typeRegistry) {
104120
103789
  super(services);
104121
- this.services = services;
104122
- this.typeRegistry = typeRegistry;
104123
103790
  this.namespace = "oas";
104124
103791
  this.typeName = "Setup__ListViewRow";
104125
103792
  this.implementedInterfaces = [];
103793
+ this.typeRegistry = typeRegistry;
104126
103794
  }
104127
103795
  get fields() {
104128
103796
  return {
@@ -104136,11 +103804,10 @@ class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104136
103804
  class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104137
103805
  constructor(services, typeRegistry) {
104138
103806
  super(services);
104139
- this.services = services;
104140
- this.typeRegistry = typeRegistry;
104141
103807
  this.namespace = "oas";
104142
103808
  this.typeName = "Setup__SetupAggregateConnection";
104143
103809
  this.implementedInterfaces = [];
103810
+ this.typeRegistry = typeRegistry;
104144
103811
  }
104145
103812
  get fields() {
104146
103813
  return {
@@ -104155,11 +103822,10 @@ class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTyp
104155
103822
  class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104156
103823
  constructor(services, typeRegistry) {
104157
103824
  super(services);
104158
- this.services = services;
104159
- this.typeRegistry = typeRegistry;
104160
103825
  this.namespace = "oas";
104161
103826
  this.typeName = "Setup__SetupAggregateEdge";
104162
103827
  this.implementedInterfaces = [];
103828
+ this.typeRegistry = typeRegistry;
104163
103829
  }
104164
103830
  get fields() {
104165
103831
  return {
@@ -104173,11 +103839,10 @@ class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepos
104173
103839
  class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104174
103840
  constructor(services, typeRegistry) {
104175
103841
  super(services);
104176
- this.services = services;
104177
- this.typeRegistry = typeRegistry;
104178
103842
  this.namespace = "oas";
104179
103843
  this.typeName = "Setup__SetupConnection";
104180
103844
  this.implementedInterfaces = [];
103845
+ this.typeRegistry = typeRegistry;
104181
103846
  }
104182
103847
  get fields() {
104183
103848
  return {
@@ -104193,11 +103858,10 @@ class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeReposito
104193
103858
  class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104194
103859
  constructor(services, typeRegistry) {
104195
103860
  super(services);
104196
- this.services = services;
104197
- this.typeRegistry = typeRegistry;
104198
103861
  this.namespace = "oas";
104199
103862
  this.typeName = "Setup__SetupEdge";
104200
103863
  this.implementedInterfaces = [];
103864
+ this.typeRegistry = typeRegistry;
104201
103865
  }
104202
103866
  get fields() {
104203
103867
  return {
@@ -104211,11 +103875,10 @@ class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104211
103875
  class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
104212
103876
  constructor(services, typeRegistry) {
104213
103877
  super(services);
104214
- this.services = services;
104215
- this.typeRegistry = typeRegistry;
104216
103878
  this.namespace = "oas";
104217
103879
  this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
104218
103880
  this.implementedInterfaces = [];
103881
+ this.typeRegistry = typeRegistry;
104219
103882
  }
104220
103883
  get fields() {
104221
103884
  return {
@@ -104232,11 +103895,10 @@ class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseU
104232
103895
  class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
104233
103896
  constructor(services, typeRegistry) {
104234
103897
  super(services);
104235
- this.services = services;
104236
- this.typeRegistry = typeRegistry;
104237
103898
  this.namespace = "oas";
104238
103899
  this.typeName = "Setup__SetupPolymorphicParentRelationship";
104239
103900
  this.implementedInterfaces = [];
103901
+ this.typeRegistry = typeRegistry;
104240
103902
  }
104241
103903
  get fields() {
104242
103904
  return {
@@ -104253,11 +103915,10 @@ class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepos
104253
103915
  class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104254
103916
  constructor(services, typeRegistry) {
104255
103917
  super(services);
104256
- this.services = services;
104257
- this.typeRegistry = typeRegistry;
104258
103918
  this.namespace = "oas";
104259
103919
  this.typeName = "Setup__SetupQueryAggregate";
104260
103920
  this.implementedInterfaces = [];
103921
+ this.typeRegistry = typeRegistry;
104261
103922
  }
104262
103923
  get fields() {
104263
103924
  return {
@@ -104270,11 +103931,10 @@ class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepo
104270
103931
  class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104271
103932
  constructor(services, typeRegistry) {
104272
103933
  super(services);
104273
- this.services = services;
104274
- this.typeRegistry = typeRegistry;
104275
103934
  this.namespace = "oas";
104276
103935
  this.typeName = "Setup__SetupQuery";
104277
103936
  this.implementedInterfaces = [];
103937
+ this.typeRegistry = typeRegistry;
104278
103938
  }
104279
103939
  get fields() {
104280
103940
  return {
@@ -104287,11 +103947,10 @@ class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104287
103947
  class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104288
103948
  constructor(services, typeRegistry) {
104289
103949
  super(services);
104290
- this.services = services;
104291
- this.typeRegistry = typeRegistry;
104292
103950
  this.namespace = "oas";
104293
103951
  this.typeName = "Setup__SetupRecordAggregate";
104294
103952
  this.implementedInterfaces = [];
103953
+ this.typeRegistry = typeRegistry;
104295
103954
  }
104296
103955
  get fields() {
104297
103956
  return {
@@ -104323,11 +103982,10 @@ class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRep
104323
103982
  class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
104324
103983
  constructor(services, typeRegistry) {
104325
103984
  super(services);
104326
- this.services = services;
104327
- this.typeRegistry = typeRegistry;
104328
103985
  this.namespace = "oas";
104329
103986
  this.typeName = "Setup__SetupRecordResult";
104330
103987
  this.implementedInterfaces = [];
103988
+ this.typeRegistry = typeRegistry;
104331
103989
  }
104332
103990
  get fields() {
104333
103991
  return {
@@ -104340,11 +103998,10 @@ class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeReposi
104340
103998
  class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104341
103999
  constructor(services, typeRegistry) {
104342
104000
  super(services);
104343
- this.services = services;
104344
- this.typeRegistry = typeRegistry;
104345
104001
  this.namespace = "oas";
104346
104002
  this.typeName = "Setup__Setup";
104347
104003
  this.implementedInterfaces = [];
104004
+ this.typeRegistry = typeRegistry;
104348
104005
  }
104349
104006
  get fields() {
104350
104007
  return {
@@ -104361,11 +104018,10 @@ class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104361
104018
  class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104362
104019
  constructor(services, typeRegistry) {
104363
104020
  super(services);
104364
- this.services = services;
104365
- this.typeRegistry = typeRegistry;
104366
104021
  this.namespace = "oas";
104367
104022
  this.typeName = "StandardField";
104368
104023
  this.implementedInterfaces = ["Field"];
104024
+ this.typeRegistry = typeRegistry;
104369
104025
  }
104370
104026
  get fields() {
104371
104027
  return {
@@ -104406,11 +104062,10 @@ class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104406
104062
  class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104407
104063
  constructor(services, typeRegistry) {
104408
104064
  super(services);
104409
- this.services = services;
104410
- this.typeRegistry = typeRegistry;
104411
104065
  this.namespace = "oas";
104412
104066
  this.typeName = "StringAggregate";
104413
104067
  this.implementedInterfaces = ["FieldValue"];
104068
+ this.typeRegistry = typeRegistry;
104414
104069
  }
104415
104070
  get fields() {
104416
104071
  return {
@@ -104430,11 +104085,10 @@ class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104430
104085
  class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104431
104086
  constructor(services, typeRegistry) {
104432
104087
  super(services);
104433
- this.services = services;
104434
- this.typeRegistry = typeRegistry;
104435
104088
  this.namespace = "oas";
104436
104089
  this.typeName = "StringValue";
104437
104090
  this.implementedInterfaces = ["FieldValue"];
104091
+ this.typeRegistry = typeRegistry;
104438
104092
  }
104439
104093
  get fields() {
104440
104094
  return {
@@ -104449,11 +104103,10 @@ class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104449
104103
  class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104450
104104
  constructor(services, typeRegistry) {
104451
104105
  super(services);
104452
- this.services = services;
104453
- this.typeRegistry = typeRegistry;
104454
104106
  this.namespace = "oas";
104455
104107
  this.typeName = "TextAreaAggregate";
104456
104108
  this.implementedInterfaces = ["FieldValue"];
104109
+ this.typeRegistry = typeRegistry;
104457
104110
  }
104458
104111
  get fields() {
104459
104112
  return {
@@ -104473,11 +104126,10 @@ class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104473
104126
  class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104474
104127
  constructor(services, typeRegistry) {
104475
104128
  super(services);
104476
- this.services = services;
104477
- this.typeRegistry = typeRegistry;
104478
104129
  this.namespace = "oas";
104479
104130
  this.typeName = "TextAreaValue";
104480
104131
  this.implementedInterfaces = ["FieldValue"];
104132
+ this.typeRegistry = typeRegistry;
104481
104133
  }
104482
104134
  get fields() {
104483
104135
  return {
@@ -104492,11 +104144,10 @@ class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104492
104144
  class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104493
104145
  constructor(services, typeRegistry) {
104494
104146
  super(services);
104495
- this.services = services;
104496
- this.typeRegistry = typeRegistry;
104497
104147
  this.namespace = "oas";
104498
104148
  this.typeName = "ThemeInfo";
104499
104149
  this.implementedInterfaces = [];
104150
+ this.typeRegistry = typeRegistry;
104500
104151
  }
104501
104152
  get fields() {
104502
104153
  return {
@@ -104510,11 +104161,10 @@ class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104510
104161
  class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104511
104162
  constructor(services, typeRegistry) {
104512
104163
  super(services);
104513
- this.services = services;
104514
- this.typeRegistry = typeRegistry;
104515
104164
  this.namespace = "oas";
104516
104165
  this.typeName = "TimeAggregate";
104517
104166
  this.implementedInterfaces = ["FieldValue"];
104167
+ this.typeRegistry = typeRegistry;
104518
104168
  }
104519
104169
  get fields() {
104520
104170
  return {
@@ -104530,11 +104180,10 @@ class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104530
104180
  class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104531
104181
  constructor(services, typeRegistry) {
104532
104182
  super(services);
104533
- this.services = services;
104534
- this.typeRegistry = typeRegistry;
104535
104183
  this.namespace = "oas";
104536
104184
  this.typeName = "TimeValue";
104537
104185
  this.implementedInterfaces = ["FieldValue"];
104186
+ this.typeRegistry = typeRegistry;
104538
104187
  }
104539
104188
  get fields() {
104540
104189
  return {
@@ -104549,11 +104198,10 @@ class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104549
104198
  let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
104550
104199
  constructor(services, typeRegistry) {
104551
104200
  super(services);
104552
- this.services = services;
104553
- this.typeRegistry = typeRegistry;
104554
104201
  this.namespace = "oas";
104555
104202
  this.typeName = "UIAPIMutations";
104556
104203
  this.implementedInterfaces = [];
104204
+ this.typeRegistry = typeRegistry;
104557
104205
  }
104558
104206
  get fields() {
104559
104207
  return {
@@ -104568,11 +104216,10 @@ let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends Unidenti
104568
104216
  class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104569
104217
  constructor(services, typeRegistry) {
104570
104218
  super(services);
104571
- this.services = services;
104572
- this.typeRegistry = typeRegistry;
104573
104219
  this.namespace = "oas";
104574
104220
  this.typeName = "UIAPI";
104575
104221
  this.implementedInterfaces = [];
104222
+ this.typeRegistry = typeRegistry;
104576
104223
  }
104577
104224
  get fields() {
104578
104225
  return {
@@ -104590,11 +104237,10 @@ class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104590
104237
  class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104591
104238
  constructor(services, typeRegistry) {
104592
104239
  super(services);
104593
- this.services = services;
104594
- this.typeRegistry = typeRegistry;
104595
104240
  this.namespace = "oas";
104596
104241
  this.typeName = "UrlAggregate";
104597
104242
  this.implementedInterfaces = ["FieldValue"];
104243
+ this.typeRegistry = typeRegistry;
104598
104244
  }
104599
104245
  get fields() {
104600
104246
  return {
@@ -104613,11 +104259,10 @@ class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104613
104259
  class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104614
104260
  constructor(services, typeRegistry) {
104615
104261
  super(services);
104616
- this.services = services;
104617
- this.typeRegistry = typeRegistry;
104618
104262
  this.namespace = "oas";
104619
104263
  this.typeName = "UrlValue";
104620
104264
  this.implementedInterfaces = ["FieldValue"];
104265
+ this.typeRegistry = typeRegistry;
104621
104266
  }
104622
104267
  get fields() {
104623
104268
  return {
@@ -104631,11 +104276,10 @@ class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104631
104276
  class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
104632
104277
  constructor(services, typeRegistry) {
104633
104278
  super(services);
104634
- this.services = services;
104635
- this.typeRegistry = typeRegistry;
104636
104279
  this.namespace = "oas";
104637
104280
  this.typeName = "VisualforceLayoutComponent";
104638
104281
  this.implementedInterfaces = ["LayoutComponent"];
104282
+ this.typeRegistry = typeRegistry;
104639
104283
  }
104640
104284
  get fields() {
104641
104285
  return {
@@ -107058,7 +106702,7 @@ function registerCallback(cb) {
107058
106702
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107059
106703
  }
107060
106704
  }
107061
- // version: 1.437.0-f680421dc4
106705
+ // version: 1.438.0-242a4ab027
107062
106706
 
107063
106707
  function createFragmentMap(documentNode) {
107064
106708
  const fragments = {};
@@ -136265,7 +135909,7 @@ register$1({
136265
135909
  configuration: { ...configurationForGraphQLAdapters$1 },
136266
135910
  instrument: instrument$1,
136267
135911
  });
136268
- // version: 1.437.0-f680421dc4
135912
+ // version: 1.438.0-242a4ab027
136269
135913
 
136270
135914
  // On core the unstable adapters are re-exported with different names,
136271
135915
  // we want to match them here.
@@ -136417,7 +136061,7 @@ withDefaultLuvio((luvio) => {
136417
136061
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136418
136062
  graphQLImperative = ldsAdapter;
136419
136063
  });
136420
- // version: 1.437.0-f680421dc4
136064
+ // version: 1.438.0-242a4ab027
136421
136065
 
136422
136066
  var gqlApi = /*#__PURE__*/Object.freeze({
136423
136067
  __proto__: null,
@@ -137216,7 +136860,7 @@ const callbacks$1 = [];
137216
136860
  function register(r) {
137217
136861
  callbacks$1.forEach((callback) => callback(r));
137218
136862
  }
137219
- // version: 1.437.0-90398d3223
136863
+ // version: 1.438.0-0ec0a89235
137220
136864
 
137221
136865
  /**
137222
136866
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138505,4 +138149,4 @@ const { luvio } = getRuntime();
138505
138149
  setDefaultLuvio({ luvio });
138506
138150
 
138507
138151
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
138508
- // version: 1.437.0-90398d3223
138152
+ // version: 1.438.0-0ec0a89235