@salesforce/lds-worker-api 1.439.0 → 1.440.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4282,7 +4282,7 @@
4282
4282
  }
4283
4283
  callbacks.push(callback);
4284
4284
  }
4285
- // version: 1.439.0-e3dc0cfb2a
4285
+ // version: 1.440.0-267427df73
4286
4286
 
4287
4287
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4288
4288
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5326,7 +5326,7 @@
5326
5326
  const { apiFamily, name } = metadata;
5327
5327
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5328
5328
  }
5329
- // version: 1.439.0-e3dc0cfb2a
5329
+ // version: 1.440.0-267427df73
5330
5330
 
5331
5331
  function isSupportedEntity(_objectApiName) {
5332
5332
  return true;
@@ -14379,7 +14379,7 @@
14379
14379
  return undefined;
14380
14380
  }
14381
14381
 
14382
- const VERSION$10$2 = "885c858e27ff690e5f69edc41d68c32b";
14382
+ const VERSION$10$2 = "3f49d751896cf66e6e29788d8880e2cc";
14383
14383
  const RepresentationType$G = 'PlatformActionRepresentation';
14384
14384
  function keyBuilder$1P$1(luvio, config) {
14385
14385
  return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
@@ -14439,10 +14439,6 @@
14439
14439
  name: 'lwcComponent',
14440
14440
  kind: 'Scalar'
14441
14441
  },
14442
- {
14443
- name: 'pageDeveloperName',
14444
- kind: 'Scalar'
14445
- },
14446
14442
  {
14447
14443
  name: 'primaryColor',
14448
14444
  kind: 'Scalar'
@@ -14471,10 +14467,6 @@
14471
14467
  name: 'targetObject',
14472
14468
  kind: 'Scalar'
14473
14469
  },
14474
- {
14475
- name: 'targetParentField',
14476
- kind: 'Scalar'
14477
- },
14478
14470
  {
14479
14471
  name: 'targetUrl',
14480
14472
  kind: 'Scalar'
@@ -14547,11 +14539,6 @@
14547
14539
  if (!(existing_lwcComponent === incoming_lwcComponent)) {
14548
14540
  return false;
14549
14541
  }
14550
- const existing_pageDeveloperName = existing.pageDeveloperName;
14551
- const incoming_pageDeveloperName = incoming.pageDeveloperName;
14552
- if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
14553
- return false;
14554
- }
14555
14542
  const existing_primaryColor = existing.primaryColor;
14556
14543
  const incoming_primaryColor = incoming.primaryColor;
14557
14544
  if (!(existing_primaryColor === incoming_primaryColor)) {
@@ -14582,11 +14569,6 @@
14582
14569
  if (!(existing_targetObject === incoming_targetObject)) {
14583
14570
  return false;
14584
14571
  }
14585
- const existing_targetParentField = existing.targetParentField;
14586
- const incoming_targetParentField = incoming.targetParentField;
14587
- if (!(existing_targetParentField === incoming_targetParentField)) {
14588
- return false;
14589
- }
14590
14572
  const existing_targetUrl = existing.targetUrl;
14591
14573
  const incoming_targetUrl = incoming.targetUrl;
14592
14574
  if (!(existing_targetUrl === incoming_targetUrl)) {
@@ -32544,7 +32526,7 @@
32544
32526
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32545
32527
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32546
32528
  });
32547
- // version: 1.439.0-1d518350b5
32529
+ // version: 1.440.0-1ddfff6500
32548
32530
 
32549
32531
  var allowUpdatesForNonCachedRecords = {
32550
32532
  isOpen: function (e) {
@@ -44185,11 +44167,6 @@
44185
44167
  },
44186
44168
  };
44187
44169
 
44188
- /*!
44189
- * Copyright (c) 2022, Salesforce, Inc.,
44190
- * All rights reserved.
44191
- * For full license text, see the LICENSE.txt file
44192
- */
44193
44170
  const { create: create$7, freeze: freeze$4, keys: keys$8, entries: entries$5 } = Object;
44194
44171
  const { hasOwnProperty: hasOwnProperty$3 } = Object.prototype;
44195
44172
  const { isArray: isArray$7 } = Array;
@@ -44253,7 +44230,7 @@
44253
44230
  };
44254
44231
  }
44255
44232
  function isPromiseLike$4(x) {
44256
- return typeof (x == null ? void 0 : x.then) === "function";
44233
+ return typeof x?.then === "function";
44257
44234
  }
44258
44235
  function racesync(values) {
44259
44236
  for (const value of values) {
@@ -44370,20 +44347,12 @@
44370
44347
  console.error("OneStore Command threw an error that we did not expect", error);
44371
44348
  }
44372
44349
 
44373
- /*!
44374
- * Copyright (c) 2022, Salesforce, Inc.,
44375
- * All rights reserved.
44376
- * For full license text, see the LICENSE.txt file
44377
- */
44378
44350
  function serviceSatisfies(service, request) {
44379
44351
  return (
44380
44352
  // service types must match
44381
44353
  service.type === request.type && // version of the service must satisfy the requested version
44382
44354
  satisfies(service.version, request.version) && // no tags requested, or the service matches every requested tag value
44383
- (request.tags === void 0 || Object.keys(request.tags).every((tag) => {
44384
- var _a;
44385
- return ((_a = service.tags) == null ? void 0 : _a[tag]) === request.tags[tag];
44386
- }))
44355
+ (request.tags === void 0 || Object.keys(request.tags).every((tag) => service.tags?.[tag] === request.tags[tag]))
44387
44356
  );
44388
44357
  }
44389
44358
  let resolverAvailable;
@@ -44441,11 +44410,6 @@
44441
44410
  };
44442
44411
  }
44443
44412
 
44444
- /*!
44445
- * Copyright (c) 2022, Salesforce, Inc.,
44446
- * All rights reserved.
44447
- * For full license text, see the LICENSE.txt file
44448
- */
44449
44413
  function isCacheEntryForType(cacheEntry, type) {
44450
44414
  return cacheEntry.metadata.type.namespace === type.namespace && cacheEntry.metadata.type.name === type.typeName;
44451
44415
  }
@@ -44463,9 +44427,8 @@
44463
44427
  return `${this.namespace}::${this.typeName}(${stableJSONStringify$3(params)})`;
44464
44428
  }
44465
44429
  write(cache, input) {
44466
- var _a;
44467
44430
  const key = this.buildKey(this.buildKeyParams(input));
44468
- const existingNormalizedData = (_a = cache.get(key)) == null ? void 0 : _a.value;
44431
+ const existingNormalizedData = cache.get(key)?.value;
44469
44432
  const normalized = this.normalizeData(cache, { ...input, existingNormalizedData });
44470
44433
  if (normalized.isErr()) {
44471
44434
  return err$3(normalized.error);
@@ -44540,11 +44503,6 @@
44540
44503
  return ok$3(data);
44541
44504
  }
44542
44505
 
44543
- /*!
44544
- * Copyright (c) 2022, Salesforce, Inc.,
44545
- * All rights reserved.
44546
- * For full license text, see the LICENSE.txt file
44547
- */
44548
44506
  let JsonSchemaViolationError$1 = class JsonSchemaViolationError extends Error {
44549
44507
  constructor(message, validationErrors) {
44550
44508
  super(message);
@@ -44974,11 +44932,6 @@
44974
44932
  return current;
44975
44933
  }
44976
44934
 
44977
- /*!
44978
- * Copyright (c) 2022, Salesforce, Inc.,
44979
- * All rights reserved.
44980
- * For full license text, see the LICENSE.txt file
44981
- */
44982
44935
  function devAssert(condition, message) {
44983
44936
  const booleanCondition = Boolean(condition);
44984
44937
  if (!booleanCondition) {
@@ -45829,10 +45782,7 @@
45829
45782
  return operations[0];
45830
45783
  }
45831
45784
  if (operationName) {
45832
- return operations.find((op) => {
45833
- var _a;
45834
- return ((_a = op.name) == null ? void 0 : _a.value) === operationName;
45835
- });
45785
+ return operations.find((op) => op.name?.value === operationName);
45836
45786
  }
45837
45787
  return void 0;
45838
45788
  }
@@ -45888,7 +45838,7 @@
45888
45838
  validateGraphQLOperations(
45889
45839
  { query: document, operationName },
45890
45840
  {
45891
- acceptedOperations: (options == null ? void 0 : options.acceptedOperations) ?? ["query"]
45841
+ acceptedOperations: options?.acceptedOperations ?? ["query"]
45892
45842
  }
45893
45843
  );
45894
45844
  return ok$3(document);
@@ -94119,11 +94069,6 @@
94119
94069
  return [];
94120
94070
  }
94121
94071
 
94122
- /*!
94123
- * Copyright (c) 2022, Salesforce, Inc.,
94124
- * All rights reserved.
94125
- * For full license text, see the LICENSE.txt file
94126
- */
94127
94072
  const { create: create$6, freeze: freeze$3, keys: keys$7, entries } = Object;
94128
94073
  const { isArray: isArray$1$1 } = Array;
94129
94074
  const { stringify: stringify$2, parse: parse$2 } = JSON;
@@ -94242,7 +94187,7 @@
94242
94187
  };
94243
94188
  }
94244
94189
  function isPromiseLike$2(x) {
94245
- return typeof (x == null ? void 0 : x.then) === "function";
94190
+ return typeof x?.then === "function";
94246
94191
  }
94247
94192
  function deepEquals$1(x, y) {
94248
94193
  if (x === void 0) {
@@ -94412,19 +94357,9 @@
94412
94357
  console.error("OneStore Command threw an error that we did not expect", error);
94413
94358
  }
94414
94359
 
94415
- /*!
94416
- * Copyright (c) 2022, Salesforce, Inc.,
94417
- * All rights reserved.
94418
- * For full license text, see the LICENSE.txt file
94419
- */
94420
94360
  class BaseCommand {
94421
94361
  }
94422
94362
 
94423
- /*!
94424
- * Copyright (c) 2022, Salesforce, Inc.,
94425
- * All rights reserved.
94426
- * For full license text, see the LICENSE.txt file
94427
- */
94428
94363
  let NetworkCommand$1 = class NetworkCommand extends BaseCommand {
94429
94364
  constructor(services) {
94430
94365
  super();
@@ -94475,11 +94410,6 @@
94475
94410
  };
94476
94411
  }
94477
94412
 
94478
- /*!
94479
- * Copyright (c) 2022, Salesforce, Inc.,
94480
- * All rights reserved.
94481
- * For full license text, see the LICENSE.txt file
94482
- */
94483
94413
  class AuraNetworkCommand extends NetworkCommand$1 {
94484
94414
  constructor(services) {
94485
94415
  super(services);
@@ -94586,16 +94516,6 @@
94586
94516
  };
94587
94517
  }
94588
94518
 
94589
- /*!
94590
- * Copyright (c) 2022, Salesforce, Inc.,
94591
- * All rights reserved.
94592
- * For full license text, see the LICENSE.txt file
94593
- */
94594
- /*!
94595
- * Copyright (c) 2022, Salesforce, Inc.,
94596
- * All rights reserved.
94597
- * For full license text, see the LICENSE.txt file
94598
- */
94599
94519
  const { isArray: isArray$6 } = Array;
94600
94520
  let Ok$2 = class Ok {
94601
94521
  constructor(value) {
@@ -94663,7 +94583,7 @@
94663
94583
  };
94664
94584
  }
94665
94585
  function isPromiseLike$1(x) {
94666
- return typeof (x == null ? void 0 : x.then) === "function";
94586
+ return typeof x?.then === "function";
94667
94587
  }
94668
94588
  function deepEquals(x, y) {
94669
94589
  if (x === void 0) {
@@ -94954,7 +94874,7 @@
94954
94874
  unsubscribe() {
94955
94875
  while (this.unsubscribers.length > 0) {
94956
94876
  const unsubscriber = this.unsubscribers.pop();
94957
- unsubscriber == null ? void 0 : unsubscriber();
94877
+ unsubscriber?.();
94958
94878
  }
94959
94879
  }
94960
94880
  /**
@@ -95138,16 +95058,6 @@
95138
95058
  };
95139
95059
  }
95140
95060
 
95141
- /*!
95142
- * Copyright (c) 2022, Salesforce, Inc.,
95143
- * All rights reserved.
95144
- * For full license text, see the LICENSE.txt file
95145
- */
95146
- /*!
95147
- * Copyright (c) 2022, Salesforce, Inc.,
95148
- * All rights reserved.
95149
- * For full license text, see the LICENSE.txt file
95150
- */
95151
95061
  let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheControlCommand {
95152
95062
  constructor(services) {
95153
95063
  super(services);
@@ -95283,16 +95193,6 @@
95283
95193
  };
95284
95194
  }
95285
95195
 
95286
- /*!
95287
- * Copyright (c) 2022, Salesforce, Inc.,
95288
- * All rights reserved.
95289
- * For full license text, see the LICENSE.txt file
95290
- */
95291
- /*!
95292
- * Copyright (c) 2022, Salesforce, Inc.,
95293
- * All rights reserved.
95294
- * For full license text, see the LICENSE.txt file
95295
- */
95296
95196
  class AuraCacheControlCommand extends CacheControlCommand {
95297
95197
  constructor(services) {
95298
95198
  super(services);
@@ -95402,8 +95302,7 @@
95402
95302
  this.services = services;
95403
95303
  }
95404
95304
  readFromCache(cache) {
95405
- var _a;
95406
- const data = (_a = cache.get(this.buildKey())) == null ? void 0 : _a.value;
95305
+ const data = cache.get(this.buildKey())?.value;
95407
95306
  if (data === void 0) {
95408
95307
  return resolvedPromiseLike$2(err$1(new Error("Failed to find data in cache")));
95409
95308
  }
@@ -95432,16 +95331,6 @@
95432
95331
  };
95433
95332
  }
95434
95333
 
95435
- /*!
95436
- * Copyright (c) 2022, Salesforce, Inc.,
95437
- * All rights reserved.
95438
- * For full license text, see the LICENSE.txt file
95439
- */
95440
- /*!
95441
- * Copyright (c) 2022, Salesforce, Inc.,
95442
- * All rights reserved.
95443
- * For full license text, see the LICENSE.txt file
95444
- */
95445
95334
  class NetworkCommand extends BaseCommand {
95446
95335
  constructor(services) {
95447
95336
  super();
@@ -95491,7 +95380,7 @@
95491
95380
  return command && typeof command === "object" && "fetchParams" in command;
95492
95381
  }
95493
95382
  function createAbortableDecorator(command, options) {
95494
- if (!(options == null ? void 0 : options.signal) || !((options == null ? void 0 : options.signal) instanceof AbortSignal)) {
95383
+ if (!options?.signal || !(options?.signal instanceof AbortSignal)) {
95495
95384
  return command;
95496
95385
  }
95497
95386
  const { signal } = options;
@@ -95622,16 +95511,6 @@
95622
95511
  };
95623
95512
  }
95624
95513
 
95625
- /*!
95626
- * Copyright (c) 2022, Salesforce, Inc.,
95627
- * All rights reserved.
95628
- * For full license text, see the LICENSE.txt file
95629
- */
95630
- /*!
95631
- * Copyright (c) 2022, Salesforce, Inc.,
95632
- * All rights reserved.
95633
- * For full license text, see the LICENSE.txt file
95634
- */
95635
95514
  class HttpCacheControlCommand extends CacheControlCommand {
95636
95515
  constructor(services) {
95637
95516
  super(services);
@@ -95739,16 +95618,6 @@
95739
95618
  };
95740
95619
  }
95741
95620
 
95742
- /*!
95743
- * Copyright (c) 2022, Salesforce, Inc.,
95744
- * All rights reserved.
95745
- * For full license text, see the LICENSE.txt file
95746
- */
95747
- /*!
95748
- * Copyright (c) 2022, Salesforce, Inc.,
95749
- * All rights reserved.
95750
- * For full license text, see the LICENSE.txt file
95751
- */
95752
95621
  const { stringify: stringify$1, parse: parse$1 } = JSON;
95753
95622
  function deepCopy$1(x) {
95754
95623
  const stringified = stringify$1(x);
@@ -95772,7 +95641,7 @@
95772
95641
  if (value === void 0) {
95773
95642
  this.missingKeysRead.add(key);
95774
95643
  }
95775
- if (options == null ? void 0 : options.copy) {
95644
+ if (options?.copy) {
95776
95645
  return deepCopy$1(value);
95777
95646
  }
95778
95647
  return value;
@@ -95816,7 +95685,7 @@
95816
95685
  get(key, options) {
95817
95686
  const result = this.baseCache.get(key);
95818
95687
  if (result && this.predicate(key, result)) {
95819
- if (options == null ? void 0 : options.copy) {
95688
+ if (options?.copy) {
95820
95689
  return deepCopy$1(result);
95821
95690
  }
95822
95691
  return result;
@@ -95912,7 +95781,7 @@
95912
95781
  this.data = {};
95913
95782
  }
95914
95783
  get(key, options) {
95915
- if (options == null ? void 0 : options.copy) {
95784
+ if (options?.copy) {
95916
95785
  return deepCopy$1(this.data[key]);
95917
95786
  }
95918
95787
  return this.data[key];
@@ -95992,11 +95861,6 @@
95992
95861
  };
95993
95862
  }
95994
95863
 
95995
- /*!
95996
- * Copyright (c) 2022, Salesforce, Inc.,
95997
- * All rights reserved.
95998
- * For full license text, see the LICENSE.txt file
95999
- */
96000
95864
  class CacheControlStrategy {
96001
95865
  constructor(services, config, requestRunner) {
96002
95866
  this.services = services;
@@ -96057,11 +95921,11 @@
96057
95921
  if (value.isOk()) {
96058
95922
  this.collectCacheHitInstrumentation(
96059
95923
  startTime,
96060
- options == null ? void 0 : options.instrumentationAttributes
95924
+ options?.instrumentationAttributes
96061
95925
  );
96062
95926
  return ok$1(void 0);
96063
95927
  }
96064
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
95928
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96065
95929
  const tempCache = this.filteredCache;
96066
95930
  return new Promise(async (resolve, reject) => {
96067
95931
  try {
@@ -96131,11 +95995,11 @@
96131
95995
  if (result.isOk()) {
96132
95996
  this.collectCacheHitInstrumentation(
96133
95997
  startTime,
96134
- options == null ? void 0 : options.instrumentationAttributes
95998
+ options?.instrumentationAttributes
96135
95999
  );
96136
96000
  return ok$1(void 0);
96137
96001
  }
96138
- this.collectCacheMissInstrumentation(startTime, options == null ? void 0 : options.instrumentationAttributes);
96002
+ this.collectCacheMissInstrumentation(startTime, options?.instrumentationAttributes);
96139
96003
  const error = new UserVisibleError(
96140
96004
  new FetchResponse(HttpStatusCode.GatewayTimeout, {
96141
96005
  error: "Cache miss for only-if-cached request"
@@ -96219,11 +96083,6 @@
96219
96083
  };
96220
96084
  }
96221
96085
 
96222
- /*!
96223
- * Copyright (c) 2022, Salesforce, Inc.,
96224
- * All rights reserved.
96225
- * For full license text, see the LICENSE.txt file
96226
- */
96227
96086
  function buildInstrumentCommand(services) {
96228
96087
  const meter = services.instrumentation.metrics.getMeter("onestore");
96229
96088
  return function instrumentCommand(commandClass, commandName) {
@@ -96243,7 +96102,7 @@
96243
96102
  try {
96244
96103
  result = super.execute(...args);
96245
96104
  } catch (e) {
96246
- if ((e == null ? void 0 : e.name) === "AbortError") {
96105
+ if (e?.name === "AbortError") {
96247
96106
  abortCounter.add(1);
96248
96107
  } else {
96249
96108
  errorCounter.add(1);
@@ -96270,16 +96129,6 @@
96270
96129
  };
96271
96130
  }
96272
96131
 
96273
- /*!
96274
- * Copyright (c) 2022, Salesforce, Inc.,
96275
- * All rights reserved.
96276
- * For full license text, see the LICENSE.txt file
96277
- */
96278
- /*!
96279
- * Copyright (c) 2022, Salesforce, Inc.,
96280
- * All rights reserved.
96281
- * For full license text, see the LICENSE.txt file
96282
- */
96283
96132
  class O11yOTelTraceAPI {
96284
96133
  constructor(services) {
96285
96134
  this.services = services;
@@ -96295,9 +96144,9 @@
96295
96144
  this.logger = logger;
96296
96145
  }
96297
96146
  startSpan(name, _options, context) {
96298
- const traceId = context == null ? void 0 : context.getValue(Symbol.for("traceId"));
96299
- const spanId = context == null ? void 0 : context.getValue(Symbol.for("spanId"));
96300
- const traceFlags = context == null ? void 0 : context.getValue(Symbol.for("traceFlags"));
96147
+ const traceId = context?.getValue(/* @__PURE__ */ Symbol.for("traceId"));
96148
+ const spanId = context?.getValue(/* @__PURE__ */ Symbol.for("spanId"));
96149
+ const traceFlags = context?.getValue(/* @__PURE__ */ Symbol.for("traceFlags"));
96301
96150
  let spanContext = void 0;
96302
96151
  if (traceId !== void 0 && spanId !== void 0 && traceFlags !== void 0) {
96303
96152
  spanContext = {
@@ -96540,12 +96389,7 @@
96540
96389
  };
96541
96390
  }
96542
96391
 
96543
- /*!
96544
- * Copyright (c) 2022, Salesforce, Inc.,
96545
- * All rights reserved.
96546
- * For full license text, see the LICENSE.txt file
96547
- */
96548
- const EventTypeWildcard = Symbol("EventTypeWildcard");
96392
+ const EventTypeWildcard = /* @__PURE__ */ Symbol("EventTypeWildcard");
96549
96393
  class DefaultPubSubService {
96550
96394
  constructor() {
96551
96395
  this.subscriptions = /* @__PURE__ */ new Map();
@@ -96608,11 +96452,6 @@
96608
96452
  };
96609
96453
  }
96610
96454
 
96611
- /*!
96612
- * Copyright (c) 2022, Salesforce, Inc.,
96613
- * All rights reserved.
96614
- * For full license text, see the LICENSE.txt file
96615
- */
96616
96455
  class FeatureFlagsService {
96617
96456
  constructor() {
96618
96457
  this.flags = /* @__PURE__ */ new Map();
@@ -96674,7 +96513,7 @@
96674
96513
  },
96675
96514
  };
96676
96515
  }
96677
- // version: 1.439.0-e3dc0cfb2a
96516
+ // version: 1.440.0-267427df73
96678
96517
 
96679
96518
  /**
96680
96519
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96700,13 +96539,8 @@
96700
96539
  },
96701
96540
  };
96702
96541
  }
96703
- // version: 1.439.0-e3dc0cfb2a
96542
+ // version: 1.440.0-267427df73
96704
96543
 
96705
- /*!
96706
- * Copyright (c) 2022, Salesforce, Inc.,
96707
- * All rights reserved.
96708
- * For full license text, see the LICENSE.txt file
96709
- */
96710
96544
  function findExecutableOperation$1(input) {
96711
96545
  const operations = input.query.definitions.filter(
96712
96546
  (def) => def.kind === Kind$1.OPERATION_DEFINITION
@@ -96718,10 +96552,7 @@
96718
96552
  return ok$1(operations[0]);
96719
96553
  }
96720
96554
  if (input.operationName) {
96721
- const specifiedOperation = operations.find((op) => {
96722
- var _a;
96723
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
96724
- });
96555
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
96725
96556
  if (specifiedOperation) {
96726
96557
  return ok$1(specifiedOperation);
96727
96558
  }
@@ -96737,14 +96568,13 @@
96737
96568
  const operation = operationResult.value;
96738
96569
  const selections = operation.selectionSet.selections;
96739
96570
  const variableDefinitions = operation.variableDefinitions;
96740
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
96741
- var _a;
96571
+ const variables = variableDefinitions?.reduce((prev, def) => {
96742
96572
  prev[def.variable.name.value] = {
96743
96573
  definition: def,
96744
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
96574
+ value: input.variables?.[def.variable.name.value]
96745
96575
  };
96746
96576
  return prev;
96747
- }, {})) || {};
96577
+ }, {}) || {};
96748
96578
  const fragments = input.query.definitions.filter(isFragmentDefinition$1).reduce((prev, fragment) => {
96749
96579
  prev[fragment.name.value] = fragment;
96750
96580
  return prev;
@@ -96797,11 +96627,6 @@
96797
96627
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
96798
96628
  }
96799
96629
 
96800
- /*!
96801
- * Copyright (c) 2022, Salesforce, Inc.,
96802
- * All rights reserved.
96803
- * For full license text, see the LICENSE.txt file
96804
- */
96805
96630
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
96806
96631
  constructor(config, documentRootType, services) {
96807
96632
  super(services);
@@ -96982,11 +96807,6 @@
96982
96807
  };
96983
96808
  }
96984
96809
 
96985
- /*!
96986
- * Copyright (c) 2022, Salesforce, Inc.,
96987
- * All rights reserved.
96988
- * For full license text, see the LICENSE.txt file
96989
- */
96990
96810
  class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheControlCommand {
96991
96811
  constructor(config, documentRootType, services) {
96992
96812
  super(services);
@@ -97100,11 +96920,6 @@
97100
96920
  };
97101
96921
  }
97102
96922
 
97103
- /*!
97104
- * Copyright (c) 2022, Salesforce, Inc.,
97105
- * All rights reserved.
97106
- * For full license text, see the LICENSE.txt file
97107
- */
97108
96923
  class JsonSchemaViolationError extends Error {
97109
96924
  constructor(message, validationErrors) {
97110
96925
  super(message);
@@ -97534,11 +97349,6 @@
97534
97349
  return current;
97535
97350
  }
97536
97351
 
97537
- /*!
97538
- * Copyright (c) 2022, Salesforce, Inc.,
97539
- * All rights reserved.
97540
- * For full license text, see the LICENSE.txt file
97541
- */
97542
97352
  function isUserVisibleError$2(error) {
97543
97353
  return error instanceof Error && "type" in error && error.type === "user-visible";
97544
97354
  }
@@ -97563,11 +97373,6 @@
97563
97373
  console.error("OneStore Command threw an error that we did not expect", error);
97564
97374
  }
97565
97375
 
97566
- /*!
97567
- * Copyright (c) 2022, Salesforce, Inc.,
97568
- * All rights reserved.
97569
- * For full license text, see the LICENSE.txt file
97570
- */
97571
97376
  function buildBaseImperativeInvoker(getCommand, transformResult) {
97572
97377
  return async (...params) => {
97573
97378
  const command = getCommand({ params, assertIsValid });
@@ -97672,7 +97477,7 @@
97672
97477
  const api = {
97673
97478
  data: result.value.data,
97674
97479
  subscribe: (cb) => {
97675
- result.value.subscribe((result2) => {
97480
+ return result.value.subscribe((result2) => {
97676
97481
  if (result2.isErr()) {
97677
97482
  return cb({ data: void 0, error: toError(result2.error) });
97678
97483
  }
@@ -97775,10 +97580,10 @@
97775
97580
  acceptedOperations: ["query"]
97776
97581
  };
97777
97582
  const result = resolveAndValidateGraphQLConfig(params[0], options);
97778
- if (result == null ? void 0 : result.isErr()) {
97583
+ if (result?.isErr()) {
97779
97584
  return result.error;
97780
97585
  }
97781
- if (result == null ? void 0 : result.isOk()) {
97586
+ if (result?.isOk()) {
97782
97587
  params[0] = result.value;
97783
97588
  }
97784
97589
  }
@@ -97797,7 +97602,7 @@
97797
97602
  deepFreeze(result.value);
97798
97603
  consumerEmittedData.data = result.value.data.data;
97799
97604
  consumerEmittedData.subscribe = (cb) => {
97800
- result.value.subscribe((res) => {
97605
+ return result.value.subscribe((res) => {
97801
97606
  const consumerEmittedData2 = {
97802
97607
  data: void 0,
97803
97608
  errors: void 0
@@ -97870,11 +97675,11 @@
97870
97675
  acceptedOperations: ["query"]
97871
97676
  };
97872
97677
  const result = resolveAndValidateGraphQLConfig(config, options);
97873
- if (result == null ? void 0 : result.isErr()) {
97678
+ if (result?.isErr()) {
97874
97679
  callback(result.error);
97875
97680
  return;
97876
97681
  }
97877
- if (result == null ? void 0 : result.isOk()) {
97682
+ if (result?.isOk()) {
97878
97683
  config = result.value;
97879
97684
  }
97880
97685
  }
@@ -97905,12 +97710,12 @@
97905
97710
  acceptedOperations: ["query"]
97906
97711
  };
97907
97712
  const result = resolveAndValidateGraphQLConfig(config, options);
97908
- if (result == null ? void 0 : result.isErr()) {
97713
+ if (result?.isErr()) {
97909
97714
  callback(result.error);
97910
97715
  return () => {
97911
97716
  };
97912
97717
  }
97913
- if (result == null ? void 0 : result.isOk()) {
97718
+ if (result?.isOk()) {
97914
97719
  config = result.value;
97915
97720
  }
97916
97721
  }
@@ -97972,13 +97777,13 @@
97972
97777
  acceptedOperations: ["mutation"]
97973
97778
  };
97974
97779
  const result2 = resolveAndValidateGraphQLConfig(params[0], options);
97975
- if (result2 == null ? void 0 : result2.isErr()) {
97780
+ if (result2?.isErr()) {
97976
97781
  return {
97977
97782
  data: void 0,
97978
97783
  errors: result2.error.errors
97979
97784
  };
97980
97785
  }
97981
- if (result2 == null ? void 0 : result2.isOk()) {
97786
+ if (result2?.isOk()) {
97982
97787
  params[0] = result2.value;
97983
97788
  }
97984
97789
  }
@@ -98004,11 +97809,6 @@
98004
97809
  };
98005
97810
  }
98006
97811
 
98007
- /*!
98008
- * Copyright (c) 2022, Salesforce, Inc.,
98009
- * All rights reserved.
98010
- * For full license text, see the LICENSE.txt file
98011
- */
98012
97812
  class Sanitizer {
98013
97813
  constructor(obj) {
98014
97814
  this.obj = obj;
@@ -98068,7 +97868,7 @@
98068
97868
  this.callback = callback;
98069
97869
  this.connected = false;
98070
97870
  this.exposeRefresh = false;
98071
- if (!(options == null ? void 0 : options.skipEmptyEmit)) {
97871
+ if (!options?.skipEmptyEmit) {
98072
97872
  this.emit();
98073
97873
  }
98074
97874
  }
@@ -98365,11 +98165,6 @@
98365
98165
  };
98366
98166
  }
98367
98167
 
98368
- /*!
98369
- * Copyright (c) 2022, Salesforce, Inc.,
98370
- * All rights reserved.
98371
- * For full license text, see the LICENSE.txt file
98372
- */
98373
98168
  function buildServiceDescriptor$1(interceptors = {
98374
98169
  request: [],
98375
98170
  retry: void 0,
@@ -98380,8 +98175,7 @@
98380
98175
  type: "fetch",
98381
98176
  version: "1.0",
98382
98177
  service: function(...args) {
98383
- var _a;
98384
- const context = (_a = interceptors.createContext) == null ? void 0 : _a.call(interceptors);
98178
+ const context = interceptors.createContext?.();
98385
98179
  const {
98386
98180
  request: requestInterceptors = [],
98387
98181
  retry: retryInterceptor = void 0,
@@ -98575,11 +98369,6 @@
98575
98369
  return queryParams;
98576
98370
  }
98577
98371
 
98578
- /*!
98579
- * Copyright (c) 2022, Salesforce, Inc.,
98580
- * All rights reserved.
98581
- * For full license text, see the LICENSE.txt file
98582
- */
98583
98372
  class CacheInclusionPolicyService {
98584
98373
  }
98585
98374
  function setDifference(setA, setB) {
@@ -98631,18 +98420,8 @@
98631
98420
  };
98632
98421
  }
98633
98422
  function isPromiseLike$3(x) {
98634
- return typeof (x == null ? void 0 : x.then) === "function";
98423
+ return typeof x?.then === "function";
98635
98424
  }
98636
- /*!
98637
- * Copyright (c) 2022, Salesforce, Inc.,
98638
- * All rights reserved.
98639
- * For full license text, see the LICENSE.txt file
98640
- */
98641
- /*!
98642
- * Copyright (c) 2022, Salesforce, Inc.,
98643
- * All rights reserved.
98644
- * For full license text, see the LICENSE.txt file
98645
- */
98646
98425
  const { stringify: stringify$8, parse: parse$8 } = JSON;
98647
98426
  function deepCopy(x) {
98648
98427
  const stringified = stringify$8(x);
@@ -98666,7 +98445,7 @@
98666
98445
  if (value === void 0) {
98667
98446
  this.missingKeysRead.add(key);
98668
98447
  }
98669
- if (options == null ? void 0 : options.copy) {
98448
+ if (options?.copy) {
98670
98449
  return deepCopy(value);
98671
98450
  }
98672
98451
  return value;
@@ -98710,7 +98489,7 @@
98710
98489
  get(key, options) {
98711
98490
  const result = this.baseCache.get(key);
98712
98491
  if (result && this.predicate(key, result)) {
98713
- if (options == null ? void 0 : options.copy) {
98492
+ if (options?.copy) {
98714
98493
  return deepCopy(result);
98715
98494
  }
98716
98495
  return result;
@@ -98806,7 +98585,7 @@
98806
98585
  this.data = {};
98807
98586
  }
98808
98587
  get(key, options) {
98809
- if (options == null ? void 0 : options.copy) {
98588
+ if (options?.copy) {
98810
98589
  return deepCopy(this.data[key]);
98811
98590
  }
98812
98591
  return this.data[key];
@@ -99428,17 +99207,12 @@
99428
99207
  id: '@salesforce/lds-network-adapter',
99429
99208
  instrument: instrument$2,
99430
99209
  });
99431
- // version: 1.439.0-e3dc0cfb2a
99210
+ // version: 1.440.0-267427df73
99432
99211
 
99433
99212
  const { create: create$2, keys: keys$2 } = Object;
99434
99213
  const { stringify, parse } = JSON;
99435
99214
  const { isArray: isArray$3 } = Array;
99436
99215
 
99437
- /*!
99438
- * Copyright (c) 2022, Salesforce, Inc.,
99439
- * All rights reserved.
99440
- * For full license text, see the LICENSE.txt file
99441
- */
99442
99216
  function extractValue(valueNode, variableDefinitions, expectedType) {
99443
99217
  if (valueNode.kind === Kind$1.VARIABLE) {
99444
99218
  const variableResult = extractVariableValue(valueNode.name.value, variableDefinitions);
@@ -99559,10 +99333,7 @@
99559
99333
  return ok$3(operations[0]);
99560
99334
  }
99561
99335
  if (input.operationName) {
99562
- const specifiedOperation = operations.find((op) => {
99563
- var _a;
99564
- return ((_a = op.name) == null ? void 0 : _a.value) === input.operationName;
99565
- });
99336
+ const specifiedOperation = operations.find((op) => op.name?.value === input.operationName);
99566
99337
  if (specifiedOperation) {
99567
99338
  return ok$3(specifiedOperation);
99568
99339
  }
@@ -99578,14 +99349,13 @@
99578
99349
  const operation = operationResult.value;
99579
99350
  const selections = operation.selectionSet.selections;
99580
99351
  const variableDefinitions = operation.variableDefinitions;
99581
- const variables = (variableDefinitions == null ? void 0 : variableDefinitions.reduce((prev, def) => {
99582
- var _a;
99352
+ const variables = variableDefinitions?.reduce((prev, def) => {
99583
99353
  prev[def.variable.name.value] = {
99584
99354
  definition: def,
99585
- value: (_a = input.variables) == null ? void 0 : _a[def.variable.name.value]
99355
+ value: input.variables?.[def.variable.name.value]
99586
99356
  };
99587
99357
  return prev;
99588
- }, {})) || {};
99358
+ }, {}) || {};
99589
99359
  const fragments = input.query.definitions.filter(isFragmentDefinition).reduce((prev, fragment) => {
99590
99360
  prev[fragment.name.value] = fragment;
99591
99361
  return prev;
@@ -99597,11 +99367,10 @@
99597
99367
  });
99598
99368
  }
99599
99369
  function buildAugmentedFieldSelection(newSelection, selections, fragments) {
99600
- var _a;
99601
99370
  if (selectionExists(newSelection, selections)) {
99602
99371
  return void 0;
99603
99372
  }
99604
- const baseAlias = ((_a = newSelection.alias) == null ? void 0 : _a.value) || newSelection.name.value;
99373
+ const baseAlias = newSelection.alias?.value || newSelection.name.value;
99605
99374
  const baseInjectedAlias = `framework_augmented_${baseAlias}`;
99606
99375
  const baseAliasedSelection = {
99607
99376
  ...newSelection,
@@ -99626,20 +99395,19 @@
99626
99395
  return selections.some((s) => selectionEquals(selection, s));
99627
99396
  }
99628
99397
  function selectionEquals(a, b) {
99629
- var _a, _b, _c, _d, _e, _f;
99630
99398
  if (a.kind !== b.kind) {
99631
99399
  return false;
99632
99400
  }
99633
99401
  if (a.kind === Kind$1.FIELD) {
99634
99402
  const bField = b;
99635
- return !!(a.name.value === bField.name.value) && !!(((_a = a.alias) == null ? void 0 : _a.value) === ((_b = bField.alias) == null ? void 0 : _b.value)) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual((_c = a.selectionSet) == null ? void 0 : _c.selections, (_d = bField.selectionSet) == null ? void 0 : _d.selections) && directivesEqual(a.directives, bField.directives);
99403
+ return !!(a.name.value === bField.name.value) && !!(a.alias?.value === bField.alias?.value) && argumentsEqual(a.arguments, bField.arguments) && selectionSetsEqual(a.selectionSet?.selections, bField.selectionSet?.selections) && directivesEqual(a.directives, bField.directives);
99636
99404
  }
99637
99405
  if (a.kind === Kind$1.FRAGMENT_SPREAD) {
99638
99406
  const bFragmentSpread = b;
99639
99407
  return a.name.value === bFragmentSpread.name.value && directivesEqual(a.directives, bFragmentSpread.directives);
99640
99408
  }
99641
99409
  const bInlineFragment = b;
99642
- return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual((_e = a.selectionSet) == null ? void 0 : _e.selections, (_f = bInlineFragment.selectionSet) == null ? void 0 : _f.selections);
99410
+ return a.typeCondition === bInlineFragment.typeCondition && directivesEqual(a.directives, bInlineFragment.directives) && selectionSetsEqual(a.selectionSet?.selections, bInlineFragment.selectionSet?.selections);
99643
99411
  }
99644
99412
  function argumentValueEquals(a, b) {
99645
99413
  if (a.kind !== b.kind) {
@@ -99682,7 +99450,7 @@
99682
99450
  return true;
99683
99451
  }
99684
99452
  if (a === void 0 || b === void 0) {
99685
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99453
+ return (a?.length || 0) === (b?.length || 0);
99686
99454
  }
99687
99455
  if (a.length !== b.length) {
99688
99456
  return false;
@@ -99697,7 +99465,7 @@
99697
99465
  return true;
99698
99466
  }
99699
99467
  if (a === void 0 || b === void 0) {
99700
- return ((a == null ? void 0 : a.length) || 0) === ((b == null ? void 0 : b.length) || 0);
99468
+ return (a?.length || 0) === (b?.length || 0);
99701
99469
  }
99702
99470
  if (a.length !== b.length) {
99703
99471
  return false;
@@ -99724,11 +99492,10 @@
99724
99492
  return `${fieldName}_${i}`;
99725
99493
  }
99726
99494
  function collectFieldNames(selections, fragments) {
99727
- var _a;
99728
99495
  const fieldNames = /* @__PURE__ */ new Set();
99729
99496
  for (const selection of selections) {
99730
99497
  if (isField(selection)) {
99731
- fieldNames.add(((_a = selection.alias) == null ? void 0 : _a.value) || selection.name.value);
99498
+ fieldNames.add(selection.alias?.value || selection.name.value);
99732
99499
  } else if (isInlineFragment(selection)) {
99733
99500
  collectFieldNames(
99734
99501
  selection.selectionSet.selections,
@@ -99784,8 +99551,7 @@
99784
99551
  return node.kind === Kind$1.FRAGMENT_DEFINITION;
99785
99552
  }
99786
99553
  function extractIfArgument(directive, variables, directiveName) {
99787
- var _a;
99788
- const ifArg = (_a = directive.arguments) == null ? void 0 : _a.find((arg) => arg.name.value === "if");
99554
+ const ifArg = directive.arguments?.find((arg) => arg.name.value === "if");
99789
99555
  if (!ifArg) {
99790
99556
  return err$3(new Error(`@${directiveName} directive requires an 'if' argument`));
99791
99557
  }
@@ -99898,8 +99664,7 @@
99898
99664
  const arrayNormalizationErrors = [];
99899
99665
  const normalizedArray = [];
99900
99666
  input.data.forEach((item, index) => {
99901
- var _a;
99902
- const existingItemData = (_a = input.existingNormalizedData) == null ? void 0 : _a[index];
99667
+ const existingItemData = input.existingNormalizedData?.[index];
99903
99668
  const normalizedItemResult = this.items.write(cache, {
99904
99669
  ...input,
99905
99670
  data: item,
@@ -99979,7 +99744,6 @@
99979
99744
  return this.repository.buildFieldKey(selection, variables);
99980
99745
  }
99981
99746
  write(cache, input) {
99982
- var _a;
99983
99747
  if (!input.selection.selectionSet) {
99984
99748
  return err$3([
99985
99749
  {
@@ -100009,7 +99773,7 @@
100009
99773
  const writeResult = this.repository.write(cache, {
100010
99774
  ...input,
100011
99775
  data: input.data,
100012
- existingNormalizedData: (_a = input.existingNormalizedData) == null ? void 0 : _a.data,
99776
+ existingNormalizedData: input.existingNormalizedData?.data,
100013
99777
  request: input.request,
100014
99778
  selections: input.selection.selectionSet.selections,
100015
99779
  parentFieldSelection: input.selection
@@ -100020,7 +99784,6 @@
100020
99784
  return ok$3({ type: "data", data: writeResult.value });
100021
99785
  }
100022
99786
  read(cache, input) {
100023
- var _a;
100024
99787
  if (!input.selection.selectionSet) {
100025
99788
  return err$3([
100026
99789
  {
@@ -100052,7 +99815,7 @@
100052
99815
  ...input,
100053
99816
  normalizedData: normalizedData.data,
100054
99817
  request: input.request,
100055
- selections: (_a = input.selection.selectionSet) == null ? void 0 : _a.selections,
99818
+ selections: input.selection.selectionSet?.selections,
100056
99819
  parentFieldSelection: input.selection
100057
99820
  });
100058
99821
  }
@@ -100103,13 +99866,12 @@
100103
99866
  return { selections: augmentedSelections, fragments: augmentedFragments };
100104
99867
  }
100105
99868
  augmentFieldSelection(selection, fragments) {
100106
- var _a;
100107
99869
  const field = this.getFieldDef(void 0, selection);
100108
99870
  if (field === void 0) {
100109
99871
  return { selections: [selection], fragments };
100110
99872
  }
100111
99873
  const result = field.augmentSelections({
100112
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
99874
+ selections: selection.selectionSet?.selections || [],
100113
99875
  fragments
100114
99876
  });
100115
99877
  return {
@@ -100126,7 +99888,6 @@
100126
99888
  };
100127
99889
  }
100128
99890
  augmentInlineFragmentSelection(fragment, fragments) {
100129
- var _a;
100130
99891
  const satisfiedFragmentTypeConditionResult = this.satisfiesFragmentTypeCondition(
100131
99892
  void 0,
100132
99893
  fragment
@@ -100135,7 +99896,7 @@
100135
99896
  return { selections: [], fragments };
100136
99897
  }
100137
99898
  const augmentedFragmentSelections = this.augmentSelections({
100138
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99899
+ selections: fragment.selectionSet?.selections || [],
100139
99900
  fragments
100140
99901
  });
100141
99902
  return {
@@ -100152,7 +99913,6 @@
100152
99913
  };
100153
99914
  }
100154
99915
  augmentFragmentSpreadSelection(selection, fragments) {
100155
- var _a;
100156
99916
  const fragment = fragments[selection.name.value];
100157
99917
  if (fragment === void 0) {
100158
99918
  return { selections: [selection], fragments };
@@ -100165,7 +99925,7 @@
100165
99925
  return { selections: [selection], fragments };
100166
99926
  }
100167
99927
  const augmentedFragment = this.augmentSelections({
100168
- selections: ((_a = fragment.selectionSet) == null ? void 0 : _a.selections) || [],
99928
+ selections: fragment.selectionSet?.selections || [],
100169
99929
  fragments
100170
99930
  });
100171
99931
  return {
@@ -100214,9 +99974,8 @@
100214
99974
  return buildReadWriteResult(normalized, errors);
100215
99975
  }
100216
99976
  normalizeFieldSelection(cache, input, selection, errorCollector) {
100217
- var _a;
100218
99977
  const canonicalFieldName = selection.name.value;
100219
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
99978
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100220
99979
  const value = input.data[dataInstanceFieldName];
100221
99980
  const fieldDef = this.getFieldDef(input, selection);
100222
99981
  if (!fieldDef) {
@@ -100326,7 +100085,6 @@
100326
100085
  return buildReadWriteResult(denormalized, errors);
100327
100086
  }
100328
100087
  getNormalizedFieldData(selection, input) {
100329
- var _a;
100330
100088
  const fieldDef = this.getFieldDef(input, selection);
100331
100089
  if (!fieldDef) {
100332
100090
  return err$3(
@@ -100343,10 +100101,9 @@
100343
100101
  return err$3(cacheFieldKeyResult.error);
100344
100102
  }
100345
100103
  const cacheFieldKey = cacheFieldKeyResult.value;
100346
- return ok$3((_a = input.existingNormalizedData || input.normalizedData) == null ? void 0 : _a[cacheFieldKey]);
100104
+ return ok$3((input.existingNormalizedData || input.normalizedData)?.[cacheFieldKey]);
100347
100105
  }
100348
100106
  denormalizeFieldSelection(cache, input, selection, errorCollector) {
100349
- var _a;
100350
100107
  const canonicalFieldName = selection.name.value;
100351
100108
  const fieldDef = this.getFieldDef(input, selection);
100352
100109
  if (!fieldDef) {
@@ -100358,7 +100115,7 @@
100358
100115
  });
100359
100116
  return {};
100360
100117
  }
100361
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100118
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100362
100119
  const normalizedFieldDataResult = this.getNormalizedFieldData(selection, input);
100363
100120
  if (normalizedFieldDataResult.isErr()) {
100364
100121
  errorCollector.push({
@@ -100426,19 +100183,18 @@
100426
100183
  return {};
100427
100184
  }
100428
100185
  getFieldDef(input, selection) {
100429
- var _a, _b, _c;
100430
100186
  const canonicalFieldName = selection.name.value;
100431
100187
  const fieldDef = this.fields[canonicalFieldName];
100432
100188
  if (fieldDef) {
100433
100189
  return fieldDef;
100434
100190
  }
100435
- const dataInstanceFieldName = ((_a = selection.alias) == null ? void 0 : _a.value) ?? selection.name.value;
100191
+ const dataInstanceFieldName = selection.alias?.value ?? selection.name.value;
100436
100192
  if (input === void 0) {
100437
100193
  return void 0;
100438
100194
  }
100439
100195
  if ("data" in input && input.data[dataInstanceFieldName] === void 0) {
100440
100196
  return missingFieldDef;
100441
- } else if ("normalizedData" in input && ((_c = (_b = input.normalizedData) == null ? void 0 : _b[dataInstanceFieldName]) == null ? void 0 : _c.type) === "missing") {
100197
+ } else if ("normalizedData" in input && input.normalizedData?.[dataInstanceFieldName]?.type === "missing") {
100442
100198
  return missingFieldDef;
100443
100199
  }
100444
100200
  return void 0;
@@ -100526,7 +100282,7 @@
100526
100282
  return err$3(normalized.error);
100527
100283
  }
100528
100284
  const existing = cache.get(key);
100529
- if (!deepEquals$2(existing == null ? void 0 : existing.value, normalized.value)) {
100285
+ if (!deepEquals$2(existing?.value, normalized.value)) {
100530
100286
  cache.set(key, {
100531
100287
  value: normalized.value,
100532
100288
  metadata: this.cacheMetadata
@@ -100542,7 +100298,7 @@
100542
100298
  const existingNormalizedData = cache.get(key, { copy: true });
100543
100299
  const normalizeDataResult = this.graphqlRepository.normalizeSelections(cache, {
100544
100300
  ...input,
100545
- existingNormalizedData: existingNormalizedData == null ? void 0 : existingNormalizedData.value
100301
+ existingNormalizedData: existingNormalizedData?.value
100546
100302
  });
100547
100303
  if (normalizeDataResult.isErr()) {
100548
100304
  return normalizeDataResult;
@@ -100550,7 +100306,7 @@
100550
100306
  return ok$3(
100551
100307
  deepMerge$2(
100552
100308
  {},
100553
- (existingNormalizedData == null ? void 0 : existingNormalizedData.value) || {},
100309
+ existingNormalizedData?.value || {},
100554
100310
  normalizeDataResult.value
100555
100311
  )
100556
100312
  );
@@ -100565,14 +100321,13 @@
100565
100321
  return this.graphqlRepository.buildFieldKey(selection, variables);
100566
100322
  }
100567
100323
  buildKeyParams(input) {
100568
- var _a;
100569
100324
  const idField = input.selections.find(
100570
100325
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === this.idField
100571
100326
  );
100572
100327
  if (!idField) {
100573
100328
  throw new Error(`Id field ${this.idField} not found in selections`);
100574
100329
  }
100575
- const idFieldDataProperty = ((_a = idField.alias) == null ? void 0 : _a.value) || idField.name.value;
100330
+ const idFieldDataProperty = idField.alias?.value || idField.name.value;
100576
100331
  return {
100577
100332
  [this.idField]: input.data[idFieldDataProperty]
100578
100333
  };
@@ -100622,7 +100377,6 @@
100622
100377
  });
100623
100378
  }
100624
100379
  buildAugmentedQuery(input) {
100625
- var _a;
100626
100380
  const operationResult = findExecutableOperation(input);
100627
100381
  if (operationResult.isErr()) {
100628
100382
  return err$3(operationResult.error);
@@ -100639,7 +100393,7 @@
100639
100393
  {}
100640
100394
  );
100641
100395
  const result = this.augmentSelections({
100642
- selections: ((_a = operationResult.value.selectionSet) == null ? void 0 : _a.selections) || [],
100396
+ selections: operationResult.value.selectionSet?.selections || [],
100643
100397
  fragments
100644
100398
  });
100645
100399
  const augmentedOperationSelections = result.selections;
@@ -100760,12 +100514,11 @@
100760
100514
  const augmentedSelections = [];
100761
100515
  let augmentedFragments = { ...input.fragments };
100762
100516
  input.selections.forEach((selection) => {
100763
- var _a;
100764
100517
  if (selection.kind === Kind$1.FIELD) {
100765
100518
  if (Object.keys(this.fields).includes(selection.name.value)) {
100766
100519
  const field = this.fields[selection.name.value];
100767
100520
  const result2 = field.augmentSelections({
100768
- selections: ((_a = selection.selectionSet) == null ? void 0 : _a.selections) || [],
100521
+ selections: selection.selectionSet?.selections || [],
100769
100522
  fragments: input.fragments
100770
100523
  });
100771
100524
  augmentedSelections.push({
@@ -100798,12 +100551,11 @@
100798
100551
  return { selections: augmentedSelections, fragments: augmentedFragments };
100799
100552
  }
100800
100553
  getTypeDiscriminator(data, selections) {
100801
- var _a;
100802
100554
  const typenameSelection = selections.find(
100803
100555
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100804
100556
  );
100805
100557
  if (typenameSelection) {
100806
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100558
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100807
100559
  } else {
100808
100560
  return data.__typename;
100809
100561
  }
@@ -100945,12 +100697,11 @@
100945
100697
  return { selections: augmentedSelections, fragments: augmentedFragments };
100946
100698
  }
100947
100699
  getTypeDiscriminator(data, selections) {
100948
- var _a;
100949
100700
  const typenameSelection = selections.find(
100950
100701
  (selection) => selection.kind === Kind$1.FIELD && selection.name.value === "__typename"
100951
100702
  );
100952
100703
  if (typenameSelection) {
100953
- return data[((_a = typenameSelection.alias) == null ? void 0 : _a.value) || typenameSelection.name.value];
100704
+ return data[typenameSelection.alias?.value || typenameSelection.name.value];
100954
100705
  } else {
100955
100706
  return data.__typename;
100956
100707
  }
@@ -101445,11 +101196,6 @@
101445
101196
  */
101446
101197
 
101447
101198
 
101448
- /*!
101449
- * Copyright (c) 2022, Salesforce, Inc.,
101450
- * All rights reserved.
101451
- * For full license text, see the LICENSE.txt file
101452
- */
101453
101199
  const { hasOwnProperty: hasOwnProperty$1 } = Object.prototype;
101454
101200
  class Ok {
101455
101201
  constructor(value) {
@@ -101510,7 +101256,7 @@
101510
101256
  };
101511
101257
  }
101512
101258
  function isPromiseLike(x) {
101513
- return typeof (x == null ? void 0 : x.then) === "function";
101259
+ return typeof x?.then === "function";
101514
101260
  }
101515
101261
  class InternalError extends Error {
101516
101262
  constructor(data) {
@@ -101529,11 +101275,10 @@
101529
101275
  class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
101530
101276
  constructor(services, typeRegistry) {
101531
101277
  super(services);
101532
- this.services = services;
101533
- this.typeRegistry = typeRegistry;
101534
101278
  this.namespace = "oas";
101535
101279
  this.typeName = "Analytics__AnalyticsBrowse";
101536
101280
  this.implementedInterfaces = [];
101281
+ this.typeRegistry = typeRegistry;
101537
101282
  }
101538
101283
  get fields() {
101539
101284
  return {
@@ -101549,11 +101294,10 @@
101549
101294
  class Analytics__AnalyticsEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101550
101295
  constructor(services, typeRegistry) {
101551
101296
  super(services);
101552
- this.services = services;
101553
- this.typeRegistry = typeRegistry;
101554
101297
  this.namespace = "oas";
101555
101298
  this.typeName = "Analytics__AnalyticsEdge";
101556
101299
  this.implementedInterfaces = [];
101300
+ this.typeRegistry = typeRegistry;
101557
101301
  }
101558
101302
  get fields() {
101559
101303
  return {
@@ -101567,11 +101311,10 @@
101567
101311
  class Analytics__AnalyticsRepository extends UnidentifiableGraphQLTypeRepository {
101568
101312
  constructor(services, typeRegistry) {
101569
101313
  super(services);
101570
- this.services = services;
101571
- this.typeRegistry = typeRegistry;
101572
101314
  this.namespace = "oas";
101573
101315
  this.typeName = "Analytics__Analytics";
101574
101316
  this.implementedInterfaces = [];
101317
+ this.typeRegistry = typeRegistry;
101575
101318
  }
101576
101319
  get fields() {
101577
101320
  return {
@@ -101584,11 +101327,10 @@
101584
101327
  class Analytics__AnalyticsRepresentationInterfaceRepository extends BaseInterfaceRepository {
101585
101328
  constructor(services, typeRegistry) {
101586
101329
  super(services);
101587
- this.services = services;
101588
- this.typeRegistry = typeRegistry;
101589
101330
  this.namespace = "oas";
101590
101331
  this.typeName = "Analytics__AnalyticsRepresentationInterface";
101591
101332
  this.implementedInterfaces = [];
101333
+ this.typeRegistry = typeRegistry;
101592
101334
  }
101593
101335
  get fields() {
101594
101336
  return {
@@ -101624,12 +101366,11 @@
101624
101366
  class Analytics__AnalyticsRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101625
101367
  constructor(services, typeRegistry) {
101626
101368
  super(services);
101627
- this.services = services;
101628
- this.typeRegistry = typeRegistry;
101629
101369
  this.namespace = "oas";
101630
101370
  this.typeName = "Analytics__AnalyticsRepresentation";
101631
101371
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101632
101372
  this.idField = "Id";
101373
+ this.typeRegistry = typeRegistry;
101633
101374
  }
101634
101375
  get fields() {
101635
101376
  return {
@@ -101659,11 +101400,10 @@
101659
101400
  class Analytics__AnalyticsWorkspaceAssetConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101660
101401
  constructor(services, typeRegistry) {
101661
101402
  super(services);
101662
- this.services = services;
101663
- this.typeRegistry = typeRegistry;
101664
101403
  this.namespace = "oas";
101665
101404
  this.typeName = "Analytics__AnalyticsWorkspaceAssetConnection";
101666
101405
  this.implementedInterfaces = [];
101406
+ this.typeRegistry = typeRegistry;
101667
101407
  }
101668
101408
  get fields() {
101669
101409
  return {
@@ -101679,11 +101419,10 @@
101679
101419
  class Analytics__AnalyticsWorkspaceAssetEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101680
101420
  constructor(services, typeRegistry) {
101681
101421
  super(services);
101682
- this.services = services;
101683
- this.typeRegistry = typeRegistry;
101684
101422
  this.namespace = "oas";
101685
101423
  this.typeName = "Analytics__AnalyticsWorkspaceAssetEdge";
101686
101424
  this.implementedInterfaces = [];
101425
+ this.typeRegistry = typeRegistry;
101687
101426
  }
101688
101427
  get fields() {
101689
101428
  return {
@@ -101697,11 +101436,10 @@
101697
101436
  class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQLTypeRepository {
101698
101437
  constructor(services, typeRegistry) {
101699
101438
  super(services);
101700
- this.services = services;
101701
- this.typeRegistry = typeRegistry;
101702
101439
  this.namespace = "oas";
101703
101440
  this.typeName = "Analytics__AnalyticsWorkspaceAsset";
101704
101441
  this.implementedInterfaces = [];
101442
+ this.typeRegistry = typeRegistry;
101705
101443
  }
101706
101444
  get fields() {
101707
101445
  return {
@@ -101718,12 +101456,11 @@
101718
101456
  class Analytics__AnalyticsWorkspaceRepository extends IdentifiableGraphQLTypeRepository {
101719
101457
  constructor(services, typeRegistry) {
101720
101458
  super(services);
101721
- this.services = services;
101722
- this.typeRegistry = typeRegistry;
101723
101459
  this.namespace = "oas";
101724
101460
  this.typeName = "Analytics__AnalyticsWorkspace";
101725
101461
  this.implementedInterfaces = [];
101726
101462
  this.idField = "Id";
101463
+ this.typeRegistry = typeRegistry;
101727
101464
  }
101728
101465
  get fields() {
101729
101466
  return {
@@ -101747,12 +101484,11 @@
101747
101484
  class Analytics__DataspaceRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101748
101485
  constructor(services, typeRegistry) {
101749
101486
  super(services);
101750
- this.services = services;
101751
- this.typeRegistry = typeRegistry;
101752
101487
  this.namespace = "oas";
101753
101488
  this.typeName = "Analytics__DataspaceRepresentation";
101754
101489
  this.implementedInterfaces = [];
101755
101490
  this.idField = "Id";
101491
+ this.typeRegistry = typeRegistry;
101756
101492
  }
101757
101493
  get fields() {
101758
101494
  return {
@@ -101771,12 +101507,11 @@
101771
101507
  class Analytics__DominoTemplateRepository extends IdentifiableGraphQLTypeRepository {
101772
101508
  constructor(services, typeRegistry) {
101773
101509
  super(services);
101774
- this.services = services;
101775
- this.typeRegistry = typeRegistry;
101776
101510
  this.namespace = "oas";
101777
101511
  this.typeName = "Analytics__DominoTemplate";
101778
101512
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101779
101513
  this.idField = "Id";
101514
+ this.typeRegistry = typeRegistry;
101780
101515
  }
101781
101516
  get fields() {
101782
101517
  return {
@@ -101808,12 +101543,11 @@
101808
101543
  class Analytics__MktDataConnectorRepository extends IdentifiableGraphQLTypeRepository {
101809
101544
  constructor(services, typeRegistry) {
101810
101545
  super(services);
101811
- this.services = services;
101812
- this.typeRegistry = typeRegistry;
101813
101546
  this.namespace = "oas";
101814
101547
  this.typeName = "Analytics__MktDataConnector";
101815
101548
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101816
101549
  this.idField = "Id";
101550
+ this.typeRegistry = typeRegistry;
101817
101551
  }
101818
101552
  get fields() {
101819
101553
  return {
@@ -101844,12 +101578,11 @@
101844
101578
  class Analytics__SemanticDefinitionRepository extends IdentifiableGraphQLTypeRepository {
101845
101579
  constructor(services, typeRegistry) {
101846
101580
  super(services);
101847
- this.services = services;
101848
- this.typeRegistry = typeRegistry;
101849
101581
  this.namespace = "oas";
101850
101582
  this.typeName = "Analytics__SemanticDefinition";
101851
101583
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101852
101584
  this.idField = "Id";
101585
+ this.typeRegistry = typeRegistry;
101853
101586
  }
101854
101587
  get fields() {
101855
101588
  return {
@@ -101882,11 +101615,10 @@
101882
101615
  class Analytics__SemanticModelRelatedModelConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101883
101616
  constructor(services, typeRegistry) {
101884
101617
  super(services);
101885
- this.services = services;
101886
- this.typeRegistry = typeRegistry;
101887
101618
  this.namespace = "oas";
101888
101619
  this.typeName = "Analytics__SemanticModelRelatedModelConnection";
101889
101620
  this.implementedInterfaces = [];
101621
+ this.typeRegistry = typeRegistry;
101890
101622
  }
101891
101623
  get fields() {
101892
101624
  return {
@@ -101902,11 +101634,10 @@
101902
101634
  class Analytics__SemanticModelRelatedModelEdgeRepository extends UnidentifiableGraphQLTypeRepository {
101903
101635
  constructor(services, typeRegistry) {
101904
101636
  super(services);
101905
- this.services = services;
101906
- this.typeRegistry = typeRegistry;
101907
101637
  this.namespace = "oas";
101908
101638
  this.typeName = "Analytics__SemanticModelRelatedModelEdge";
101909
101639
  this.implementedInterfaces = [];
101640
+ this.typeRegistry = typeRegistry;
101910
101641
  }
101911
101642
  get fields() {
101912
101643
  return {
@@ -101920,12 +101651,11 @@
101920
101651
  class Analytics__SemanticModelRelatedModelRepresentationRepository extends IdentifiableGraphQLTypeRepository {
101921
101652
  constructor(services, typeRegistry) {
101922
101653
  super(services);
101923
- this.services = services;
101924
- this.typeRegistry = typeRegistry;
101925
101654
  this.namespace = "oas";
101926
101655
  this.typeName = "Analytics__SemanticModelRelatedModelRepresentation";
101927
101656
  this.implementedInterfaces = [];
101928
101657
  this.idField = "Id";
101658
+ this.typeRegistry = typeRegistry;
101929
101659
  }
101930
101660
  get fields() {
101931
101661
  return {
@@ -101944,12 +101674,11 @@
101944
101674
  class Analytics__SemanticModelRepository extends IdentifiableGraphQLTypeRepository {
101945
101675
  constructor(services, typeRegistry) {
101946
101676
  super(services);
101947
- this.services = services;
101948
- this.typeRegistry = typeRegistry;
101949
101677
  this.namespace = "oas";
101950
101678
  this.typeName = "Analytics__SemanticModel";
101951
101679
  this.implementedInterfaces = ["Analytics__AnalyticsRepresentationInterface"];
101952
101680
  this.idField = "Id";
101681
+ this.typeRegistry = typeRegistry;
101953
101682
  }
101954
101683
  get fields() {
101955
101684
  return {
@@ -101980,11 +101709,10 @@
101980
101709
  class Analytics__SemanticSubMetricDefinitionConnectionRepository extends UnidentifiableGraphQLTypeRepository {
101981
101710
  constructor(services, typeRegistry) {
101982
101711
  super(services);
101983
- this.services = services;
101984
- this.typeRegistry = typeRegistry;
101985
101712
  this.namespace = "oas";
101986
101713
  this.typeName = "Analytics__SemanticSubMetricDefinitionConnection";
101987
101714
  this.implementedInterfaces = [];
101715
+ this.typeRegistry = typeRegistry;
101988
101716
  }
101989
101717
  get fields() {
101990
101718
  return {
@@ -102000,11 +101728,10 @@
102000
101728
  class Analytics__SemanticSubMetricDefinitionEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102001
101729
  constructor(services, typeRegistry) {
102002
101730
  super(services);
102003
- this.services = services;
102004
- this.typeRegistry = typeRegistry;
102005
101731
  this.namespace = "oas";
102006
101732
  this.typeName = "Analytics__SemanticSubMetricDefinitionEdge";
102007
101733
  this.implementedInterfaces = [];
101734
+ this.typeRegistry = typeRegistry;
102008
101735
  }
102009
101736
  get fields() {
102010
101737
  return {
@@ -102018,12 +101745,11 @@
102018
101745
  class Analytics__SemanticSubMetricDefinitionRepresentationRepository extends IdentifiableGraphQLTypeRepository {
102019
101746
  constructor(services, typeRegistry) {
102020
101747
  super(services);
102021
- this.services = services;
102022
- this.typeRegistry = typeRegistry;
102023
101748
  this.namespace = "oas";
102024
101749
  this.typeName = "Analytics__SemanticSubMetricDefinitionRepresentation";
102025
101750
  this.implementedInterfaces = [];
102026
101751
  this.idField = "Id";
101752
+ this.typeRegistry = typeRegistry;
102027
101753
  }
102028
101754
  get fields() {
102029
101755
  return {
@@ -102049,11 +101775,10 @@
102049
101775
  class AnyTypeRepository extends BaseUnionRepository {
102050
101776
  constructor(services, typeRegistry) {
102051
101777
  super(services);
102052
- this.services = services;
102053
- this.typeRegistry = typeRegistry;
102054
101778
  this.namespace = "oas";
102055
101779
  this.typeName = "AnyType";
102056
101780
  this.implementedInterfaces = [];
101781
+ this.typeRegistry = typeRegistry;
102057
101782
  }
102058
101783
  get fields() {
102059
101784
  return {
@@ -102074,11 +101799,10 @@
102074
101799
  class Base64ValueRepository extends UnidentifiableGraphQLTypeRepository {
102075
101800
  constructor(services, typeRegistry) {
102076
101801
  super(services);
102077
- this.services = services;
102078
- this.typeRegistry = typeRegistry;
102079
101802
  this.namespace = "oas";
102080
101803
  this.typeName = "Base64Value";
102081
101804
  this.implementedInterfaces = ["FieldValue"];
101805
+ this.typeRegistry = typeRegistry;
102082
101806
  }
102083
101807
  get fields() {
102084
101808
  return {
@@ -102092,11 +101816,10 @@
102092
101816
  class BooleanAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102093
101817
  constructor(services, typeRegistry) {
102094
101818
  super(services);
102095
- this.services = services;
102096
- this.typeRegistry = typeRegistry;
102097
101819
  this.namespace = "oas";
102098
101820
  this.typeName = "BooleanAggregate";
102099
101821
  this.implementedInterfaces = ["FieldValue"];
101822
+ this.typeRegistry = typeRegistry;
102100
101823
  }
102101
101824
  get fields() {
102102
101825
  return {
@@ -102111,11 +101834,10 @@
102111
101834
  class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
102112
101835
  constructor(services, typeRegistry) {
102113
101836
  super(services);
102114
- this.services = services;
102115
- this.typeRegistry = typeRegistry;
102116
101837
  this.namespace = "oas";
102117
101838
  this.typeName = "BooleanValue";
102118
101839
  this.implementedInterfaces = ["FieldValue"];
101840
+ this.typeRegistry = typeRegistry;
102119
101841
  }
102120
101842
  get fields() {
102121
101843
  return {
@@ -102129,11 +101851,10 @@
102129
101851
  class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102130
101852
  constructor(services, typeRegistry) {
102131
101853
  super(services);
102132
- this.services = services;
102133
- this.typeRegistry = typeRegistry;
102134
101854
  this.namespace = "oas";
102135
101855
  this.typeName = "CanvasLayoutComponent";
102136
101856
  this.implementedInterfaces = ["LayoutComponent"];
101857
+ this.typeRegistry = typeRegistry;
102137
101858
  }
102138
101859
  get fields() {
102139
101860
  return {
@@ -102152,11 +101873,10 @@
102152
101873
  class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
102153
101874
  constructor(services, typeRegistry) {
102154
101875
  super(services);
102155
- this.services = services;
102156
- this.typeRegistry = typeRegistry;
102157
101876
  this.namespace = "oas";
102158
101877
  this.typeName = "ChildRelationship";
102159
101878
  this.implementedInterfaces = [];
101879
+ this.typeRegistry = typeRegistry;
102160
101880
  }
102161
101881
  get fields() {
102162
101882
  return {
@@ -102174,11 +101894,10 @@
102174
101894
  let CompoundFieldRepository$1 = class CompoundFieldRepository extends UnidentifiableGraphQLTypeRepository {
102175
101895
  constructor(services, typeRegistry) {
102176
101896
  super(services);
102177
- this.services = services;
102178
- this.typeRegistry = typeRegistry;
102179
101897
  this.namespace = "oas";
102180
101898
  this.typeName = "CompoundField";
102181
101899
  this.implementedInterfaces = [];
101900
+ this.typeRegistry = typeRegistry;
102182
101901
  }
102183
101902
  get fields() {
102184
101903
  return {
@@ -102214,11 +101933,10 @@
102214
101933
  class ControllerValuesRepository extends UnidentifiableGraphQLTypeRepository {
102215
101934
  constructor(services, typeRegistry) {
102216
101935
  super(services);
102217
- this.services = services;
102218
- this.typeRegistry = typeRegistry;
102219
101936
  this.namespace = "oas";
102220
101937
  this.typeName = "ControllerValues";
102221
101938
  this.implementedInterfaces = [];
101939
+ this.typeRegistry = typeRegistry;
102222
101940
  }
102223
101941
  get fields() {
102224
101942
  return {
@@ -102232,11 +101950,10 @@
102232
101950
  class CurrencyAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102233
101951
  constructor(services, typeRegistry) {
102234
101952
  super(services);
102235
- this.services = services;
102236
- this.typeRegistry = typeRegistry;
102237
101953
  this.namespace = "oas";
102238
101954
  this.typeName = "CurrencyAggregate";
102239
101955
  this.implementedInterfaces = ["FieldValue"];
101956
+ this.typeRegistry = typeRegistry;
102240
101957
  }
102241
101958
  get fields() {
102242
101959
  return {
@@ -102257,11 +101974,10 @@
102257
101974
  class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
102258
101975
  constructor(services, typeRegistry) {
102259
101976
  super(services);
102260
- this.services = services;
102261
- this.typeRegistry = typeRegistry;
102262
101977
  this.namespace = "oas";
102263
101978
  this.typeName = "CurrencyValue";
102264
101979
  this.implementedInterfaces = ["FieldValue"];
101980
+ this.typeRegistry = typeRegistry;
102265
101981
  }
102266
101982
  get fields() {
102267
101983
  return {
@@ -102277,11 +101993,10 @@
102277
101993
  class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102278
101994
  constructor(services, typeRegistry) {
102279
101995
  super(services);
102280
- this.services = services;
102281
- this.typeRegistry = typeRegistry;
102282
101996
  this.namespace = "oas";
102283
101997
  this.typeName = "CustomLinkLayoutComponent";
102284
101998
  this.implementedInterfaces = ["LayoutComponent"];
101999
+ this.typeRegistry = typeRegistry;
102285
102000
  }
102286
102001
  get fields() {
102287
102002
  return {
@@ -102298,11 +102013,10 @@
102298
102013
  class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102299
102014
  constructor(services, typeRegistry) {
102300
102015
  super(services);
102301
- this.services = services;
102302
- this.typeRegistry = typeRegistry;
102303
102016
  this.namespace = "oas";
102304
102017
  this.typeName = "DateAggregate";
102305
102018
  this.implementedInterfaces = ["FieldValue"];
102019
+ this.typeRegistry = typeRegistry;
102306
102020
  }
102307
102021
  get fields() {
102308
102022
  return {
@@ -102333,11 +102047,10 @@
102333
102047
  class DateFunctionAggregationRepository extends UnidentifiableGraphQLTypeRepository {
102334
102048
  constructor(services, typeRegistry) {
102335
102049
  super(services);
102336
- this.services = services;
102337
- this.typeRegistry = typeRegistry;
102338
102050
  this.namespace = "oas";
102339
102051
  this.typeName = "DateFunctionAggregation";
102340
102052
  this.implementedInterfaces = [];
102053
+ this.typeRegistry = typeRegistry;
102341
102054
  }
102342
102055
  get fields() {
102343
102056
  return {
@@ -102351,11 +102064,10 @@
102351
102064
  class DateTimeValueRepository extends UnidentifiableGraphQLTypeRepository {
102352
102065
  constructor(services, typeRegistry) {
102353
102066
  super(services);
102354
- this.services = services;
102355
- this.typeRegistry = typeRegistry;
102356
102067
  this.namespace = "oas";
102357
102068
  this.typeName = "DateTimeValue";
102358
102069
  this.implementedInterfaces = ["FieldValue"];
102070
+ this.typeRegistry = typeRegistry;
102359
102071
  }
102360
102072
  get fields() {
102361
102073
  return {
@@ -102370,11 +102082,10 @@
102370
102082
  class DateValueRepository extends UnidentifiableGraphQLTypeRepository {
102371
102083
  constructor(services, typeRegistry) {
102372
102084
  super(services);
102373
- this.services = services;
102374
- this.typeRegistry = typeRegistry;
102375
102085
  this.namespace = "oas";
102376
102086
  this.typeName = "DateValue";
102377
102087
  this.implementedInterfaces = ["FieldValue"];
102088
+ this.typeRegistry = typeRegistry;
102378
102089
  }
102379
102090
  get fields() {
102380
102091
  return {
@@ -102389,11 +102100,10 @@
102389
102100
  class DependentFieldRepository extends UnidentifiableGraphQLTypeRepository {
102390
102101
  constructor(services, typeRegistry) {
102391
102102
  super(services);
102392
- this.services = services;
102393
- this.typeRegistry = typeRegistry;
102394
102103
  this.namespace = "oas";
102395
102104
  this.typeName = "DependentField";
102396
102105
  this.implementedInterfaces = [];
102106
+ this.typeRegistry = typeRegistry;
102397
102107
  }
102398
102108
  get fields() {
102399
102109
  return {
@@ -102407,11 +102117,10 @@
102407
102117
  class DoubleAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102408
102118
  constructor(services, typeRegistry) {
102409
102119
  super(services);
102410
- this.services = services;
102411
- this.typeRegistry = typeRegistry;
102412
102120
  this.namespace = "oas";
102413
102121
  this.typeName = "DoubleAggregate";
102414
102122
  this.implementedInterfaces = ["FieldValue"];
102123
+ this.typeRegistry = typeRegistry;
102415
102124
  }
102416
102125
  get fields() {
102417
102126
  return {
@@ -102432,11 +102141,10 @@
102432
102141
  class DoubleValueRepository extends UnidentifiableGraphQLTypeRepository {
102433
102142
  constructor(services, typeRegistry) {
102434
102143
  super(services);
102435
- this.services = services;
102436
- this.typeRegistry = typeRegistry;
102437
102144
  this.namespace = "oas";
102438
102145
  this.typeName = "DoubleValue";
102439
102146
  this.implementedInterfaces = ["FieldValue"];
102147
+ this.typeRegistry = typeRegistry;
102440
102148
  }
102441
102149
  get fields() {
102442
102150
  return {
@@ -102451,11 +102159,10 @@
102451
102159
  class EmailAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102452
102160
  constructor(services, typeRegistry) {
102453
102161
  super(services);
102454
- this.services = services;
102455
- this.typeRegistry = typeRegistry;
102456
102162
  this.namespace = "oas";
102457
102163
  this.typeName = "EmailAggregate";
102458
102164
  this.implementedInterfaces = ["FieldValue"];
102165
+ this.typeRegistry = typeRegistry;
102459
102166
  }
102460
102167
  get fields() {
102461
102168
  return {
@@ -102474,11 +102181,10 @@
102474
102181
  class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
102475
102182
  constructor(services, typeRegistry) {
102476
102183
  super(services);
102477
- this.services = services;
102478
- this.typeRegistry = typeRegistry;
102479
102184
  this.namespace = "oas";
102480
102185
  this.typeName = "EmailValue";
102481
102186
  this.implementedInterfaces = ["FieldValue"];
102187
+ this.typeRegistry = typeRegistry;
102482
102188
  }
102483
102189
  get fields() {
102484
102190
  return {
@@ -102492,11 +102198,10 @@
102492
102198
  class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102493
102199
  constructor(services, typeRegistry) {
102494
102200
  super(services);
102495
- this.services = services;
102496
- this.typeRegistry = typeRegistry;
102497
102201
  this.namespace = "oas";
102498
102202
  this.typeName = "EmptySpaceLayoutComponent";
102499
102203
  this.implementedInterfaces = ["LayoutComponent"];
102204
+ this.typeRegistry = typeRegistry;
102500
102205
  }
102501
102206
  get fields() {
102502
102207
  return {
@@ -102510,11 +102215,10 @@
102510
102215
  class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
102511
102216
  constructor(services, typeRegistry) {
102512
102217
  super(services);
102513
- this.services = services;
102514
- this.typeRegistry = typeRegistry;
102515
102218
  this.namespace = "oas";
102516
102219
  this.typeName = "EncryptedStringValue";
102517
102220
  this.implementedInterfaces = ["FieldValue"];
102221
+ this.typeRegistry = typeRegistry;
102518
102222
  }
102519
102223
  get fields() {
102520
102224
  return {
@@ -102528,11 +102232,10 @@
102528
102232
  class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
102529
102233
  constructor(services, typeRegistry) {
102530
102234
  super(services);
102531
- this.services = services;
102532
- this.typeRegistry = typeRegistry;
102533
102235
  this.namespace = "oas";
102534
102236
  this.typeName = "FieldLayoutComponent";
102535
102237
  this.implementedInterfaces = ["LayoutComponent"];
102238
+ this.typeRegistry = typeRegistry;
102536
102239
  }
102537
102240
  get fields() {
102538
102241
  return {
@@ -102547,11 +102250,10 @@
102547
102250
  class FieldRepository extends BaseInterfaceRepository {
102548
102251
  constructor(services, typeRegistry) {
102549
102252
  super(services);
102550
- this.services = services;
102551
- this.typeRegistry = typeRegistry;
102552
102253
  this.namespace = "oas";
102553
102254
  this.typeName = "Field";
102554
102255
  this.implementedInterfaces = [];
102256
+ this.typeRegistry = typeRegistry;
102555
102257
  }
102556
102258
  get fields() {
102557
102259
  return {
@@ -102598,11 +102300,10 @@
102598
102300
  class FilteredLookupInfoRepository extends UnidentifiableGraphQLTypeRepository {
102599
102301
  constructor(services, typeRegistry) {
102600
102302
  super(services);
102601
- this.services = services;
102602
- this.typeRegistry = typeRegistry;
102603
102303
  this.namespace = "oas";
102604
102304
  this.typeName = "FilteredLookupInfo";
102605
102305
  this.implementedInterfaces = [];
102306
+ this.typeRegistry = typeRegistry;
102606
102307
  }
102607
102308
  get fields() {
102608
102309
  return {
@@ -102617,11 +102318,10 @@
102617
102318
  class IDAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102618
102319
  constructor(services, typeRegistry) {
102619
102320
  super(services);
102620
- this.services = services;
102621
- this.typeRegistry = typeRegistry;
102622
102321
  this.namespace = "oas";
102623
102322
  this.typeName = "IDAggregate";
102624
102323
  this.implementedInterfaces = ["FieldValue"];
102324
+ this.typeRegistry = typeRegistry;
102625
102325
  }
102626
102326
  get fields() {
102627
102327
  return {
@@ -102640,11 +102340,10 @@
102640
102340
  class IDValueRepository extends UnidentifiableGraphQLTypeRepository {
102641
102341
  constructor(services, typeRegistry) {
102642
102342
  super(services);
102643
- this.services = services;
102644
- this.typeRegistry = typeRegistry;
102645
102343
  this.namespace = "oas";
102646
102344
  this.typeName = "IDValue";
102647
102345
  this.implementedInterfaces = ["FieldValue"];
102346
+ this.typeRegistry = typeRegistry;
102648
102347
  }
102649
102348
  get fields() {
102650
102349
  return {
@@ -102658,11 +102357,10 @@
102658
102357
  class IntAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102659
102358
  constructor(services, typeRegistry) {
102660
102359
  super(services);
102661
- this.services = services;
102662
- this.typeRegistry = typeRegistry;
102663
102360
  this.namespace = "oas";
102664
102361
  this.typeName = "IntAggregate";
102665
102362
  this.implementedInterfaces = ["FieldValue"];
102363
+ this.typeRegistry = typeRegistry;
102666
102364
  }
102667
102365
  get fields() {
102668
102366
  return {
@@ -102684,11 +102382,10 @@
102684
102382
  class IntValueRepository extends UnidentifiableGraphQLTypeRepository {
102685
102383
  constructor(services, typeRegistry) {
102686
102384
  super(services);
102687
- this.services = services;
102688
- this.typeRegistry = typeRegistry;
102689
102385
  this.namespace = "oas";
102690
102386
  this.typeName = "IntValue";
102691
102387
  this.implementedInterfaces = ["FieldValue"];
102388
+ this.typeRegistry = typeRegistry;
102692
102389
  }
102693
102390
  get fields() {
102694
102391
  return {
@@ -102703,11 +102400,10 @@
102703
102400
  class JSONValueRepository extends UnidentifiableGraphQLTypeRepository {
102704
102401
  constructor(services, typeRegistry) {
102705
102402
  super(services);
102706
- this.services = services;
102707
- this.typeRegistry = typeRegistry;
102708
102403
  this.namespace = "oas";
102709
102404
  this.typeName = "JSONValue";
102710
102405
  this.implementedInterfaces = ["FieldValue"];
102406
+ this.typeRegistry = typeRegistry;
102711
102407
  }
102712
102408
  get fields() {
102713
102409
  return {
@@ -102721,11 +102417,10 @@
102721
102417
  class LatitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102722
102418
  constructor(services, typeRegistry) {
102723
102419
  super(services);
102724
- this.services = services;
102725
- this.typeRegistry = typeRegistry;
102726
102420
  this.namespace = "oas";
102727
102421
  this.typeName = "LatitudeAggregate";
102728
102422
  this.implementedInterfaces = ["FieldValue"];
102423
+ this.typeRegistry = typeRegistry;
102729
102424
  }
102730
102425
  get fields() {
102731
102426
  return {
@@ -102745,11 +102440,10 @@
102745
102440
  class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
102746
102441
  constructor(services, typeRegistry) {
102747
102442
  super(services);
102748
- this.services = services;
102749
- this.typeRegistry = typeRegistry;
102750
102443
  this.namespace = "oas";
102751
102444
  this.typeName = "LatitudeValue";
102752
102445
  this.implementedInterfaces = ["FieldValue"];
102446
+ this.typeRegistry = typeRegistry;
102753
102447
  }
102754
102448
  get fields() {
102755
102449
  return {
@@ -102763,11 +102457,10 @@
102763
102457
  class LayoutComponentRepository extends BaseInterfaceRepository {
102764
102458
  constructor(services, typeRegistry) {
102765
102459
  super(services);
102766
- this.services = services;
102767
- this.typeRegistry = typeRegistry;
102768
102460
  this.namespace = "oas";
102769
102461
  this.typeName = "LayoutComponent";
102770
102462
  this.implementedInterfaces = [];
102463
+ this.typeRegistry = typeRegistry;
102771
102464
  }
102772
102465
  get fields() {
102773
102466
  return {
@@ -102791,11 +102484,10 @@
102791
102484
  class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
102792
102485
  constructor(services, typeRegistry) {
102793
102486
  super(services);
102794
- this.services = services;
102795
- this.typeRegistry = typeRegistry;
102796
102487
  this.namespace = "oas";
102797
102488
  this.typeName = "LayoutConnection";
102798
102489
  this.implementedInterfaces = [];
102490
+ this.typeRegistry = typeRegistry;
102799
102491
  }
102800
102492
  get fields() {
102801
102493
  return {
@@ -102810,11 +102502,10 @@
102810
102502
  class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
102811
102503
  constructor(services, typeRegistry) {
102812
102504
  super(services);
102813
- this.services = services;
102814
- this.typeRegistry = typeRegistry;
102815
102505
  this.namespace = "oas";
102816
102506
  this.typeName = "LayoutEdge";
102817
102507
  this.implementedInterfaces = [];
102508
+ this.typeRegistry = typeRegistry;
102818
102509
  }
102819
102510
  get fields() {
102820
102511
  return {
@@ -102828,11 +102519,10 @@
102828
102519
  class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
102829
102520
  constructor(services, typeRegistry) {
102830
102521
  super(services);
102831
- this.services = services;
102832
- this.typeRegistry = typeRegistry;
102833
102522
  this.namespace = "oas";
102834
102523
  this.typeName = "LayoutItem";
102835
102524
  this.implementedInterfaces = [];
102525
+ this.typeRegistry = typeRegistry;
102836
102526
  }
102837
102527
  get fields() {
102838
102528
  return {
@@ -102852,12 +102542,11 @@
102852
102542
  class LayoutRepository extends IdentifiableGraphQLTypeRepository {
102853
102543
  constructor(services, typeRegistry) {
102854
102544
  super(services);
102855
- this.services = services;
102856
- this.typeRegistry = typeRegistry;
102857
102545
  this.namespace = "oas";
102858
102546
  this.typeName = "Layout";
102859
102547
  this.implementedInterfaces = [];
102860
102548
  this.idField = "id";
102549
+ this.typeRegistry = typeRegistry;
102861
102550
  }
102862
102551
  get fields() {
102863
102552
  return {
@@ -102879,11 +102568,10 @@
102879
102568
  class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
102880
102569
  constructor(services, typeRegistry) {
102881
102570
  super(services);
102882
- this.services = services;
102883
- this.typeRegistry = typeRegistry;
102884
102571
  this.namespace = "oas";
102885
102572
  this.typeName = "LayoutRow";
102886
102573
  this.implementedInterfaces = [];
102574
+ this.typeRegistry = typeRegistry;
102887
102575
  }
102888
102576
  get fields() {
102889
102577
  return {
@@ -102896,11 +102584,10 @@
102896
102584
  class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
102897
102585
  constructor(services, typeRegistry) {
102898
102586
  super(services);
102899
- this.services = services;
102900
- this.typeRegistry = typeRegistry;
102901
102587
  this.namespace = "oas";
102902
102588
  this.typeName = "LayoutSaveOption";
102903
102589
  this.implementedInterfaces = [];
102590
+ this.typeRegistry = typeRegistry;
102904
102591
  }
102905
102592
  get fields() {
102906
102593
  return {
@@ -102918,12 +102605,11 @@
102918
102605
  class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
102919
102606
  constructor(services, typeRegistry) {
102920
102607
  super(services);
102921
- this.services = services;
102922
- this.typeRegistry = typeRegistry;
102923
102608
  this.namespace = "oas";
102924
102609
  this.typeName = "LayoutSection";
102925
102610
  this.implementedInterfaces = [];
102926
102611
  this.idField = "id";
102612
+ this.typeRegistry = typeRegistry;
102927
102613
  }
102928
102614
  get fields() {
102929
102615
  return {
@@ -102946,11 +102632,10 @@
102946
102632
  class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
102947
102633
  constructor(services, typeRegistry) {
102948
102634
  super(services);
102949
- this.services = services;
102950
- this.typeRegistry = typeRegistry;
102951
102635
  this.namespace = "oas";
102952
102636
  this.typeName = "ListColumn";
102953
102637
  this.implementedInterfaces = [];
102638
+ this.typeRegistry = typeRegistry;
102954
102639
  }
102955
102640
  get fields() {
102956
102641
  return {
@@ -102966,11 +102651,10 @@
102966
102651
  class ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
102967
102652
  constructor(services, typeRegistry) {
102968
102653
  super(services);
102969
- this.services = services;
102970
- this.typeRegistry = typeRegistry;
102971
102654
  this.namespace = "oas";
102972
102655
  this.typeName = "ListOrder";
102973
102656
  this.implementedInterfaces = [];
102657
+ this.typeRegistry = typeRegistry;
102974
102658
  }
102975
102659
  get fields() {
102976
102660
  return {
@@ -102984,11 +102668,10 @@
102984
102668
  class LongAggregateRepository extends UnidentifiableGraphQLTypeRepository {
102985
102669
  constructor(services, typeRegistry) {
102986
102670
  super(services);
102987
- this.services = services;
102988
- this.typeRegistry = typeRegistry;
102989
102671
  this.namespace = "oas";
102990
102672
  this.typeName = "LongAggregate";
102991
102673
  this.implementedInterfaces = ["FieldValue"];
102674
+ this.typeRegistry = typeRegistry;
102992
102675
  }
102993
102676
  get fields() {
102994
102677
  return {
@@ -103010,11 +102693,10 @@
103010
102693
  class LongTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103011
102694
  constructor(services, typeRegistry) {
103012
102695
  super(services);
103013
- this.services = services;
103014
- this.typeRegistry = typeRegistry;
103015
102696
  this.namespace = "oas";
103016
102697
  this.typeName = "LongTextAreaValue";
103017
102698
  this.implementedInterfaces = ["FieldValue"];
102699
+ this.typeRegistry = typeRegistry;
103018
102700
  }
103019
102701
  get fields() {
103020
102702
  return {
@@ -103029,11 +102711,10 @@
103029
102711
  class LongValueRepository extends UnidentifiableGraphQLTypeRepository {
103030
102712
  constructor(services, typeRegistry) {
103031
102713
  super(services);
103032
- this.services = services;
103033
- this.typeRegistry = typeRegistry;
103034
102714
  this.namespace = "oas";
103035
102715
  this.typeName = "LongValue";
103036
102716
  this.implementedInterfaces = ["FieldValue"];
102717
+ this.typeRegistry = typeRegistry;
103037
102718
  }
103038
102719
  get fields() {
103039
102720
  return {
@@ -103048,11 +102729,10 @@
103048
102729
  class LongitudeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103049
102730
  constructor(services, typeRegistry) {
103050
102731
  super(services);
103051
- this.services = services;
103052
- this.typeRegistry = typeRegistry;
103053
102732
  this.namespace = "oas";
103054
102733
  this.typeName = "LongitudeAggregate";
103055
102734
  this.implementedInterfaces = ["FieldValue"];
102735
+ this.typeRegistry = typeRegistry;
103056
102736
  }
103057
102737
  get fields() {
103058
102738
  return {
@@ -103072,11 +102752,10 @@
103072
102752
  class LongitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
103073
102753
  constructor(services, typeRegistry) {
103074
102754
  super(services);
103075
- this.services = services;
103076
- this.typeRegistry = typeRegistry;
103077
102755
  this.namespace = "oas";
103078
102756
  this.typeName = "LongitudeValue";
103079
102757
  this.implementedInterfaces = ["FieldValue"];
102758
+ this.typeRegistry = typeRegistry;
103080
102759
  }
103081
102760
  get fields() {
103082
102761
  return {
@@ -103090,11 +102769,10 @@
103090
102769
  class MultiPicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103091
102770
  constructor(services, typeRegistry) {
103092
102771
  super(services);
103093
- this.services = services;
103094
- this.typeRegistry = typeRegistry;
103095
102772
  this.namespace = "oas";
103096
102773
  this.typeName = "MultiPicklistValue";
103097
102774
  this.implementedInterfaces = ["FieldValue"];
102775
+ this.typeRegistry = typeRegistry;
103098
102776
  }
103099
102777
  get fields() {
103100
102778
  return {
@@ -103109,11 +102787,10 @@
103109
102787
  class MutationRepository extends GraphQLDocumentRootTypeRepository {
103110
102788
  constructor(services, typeRegistry) {
103111
102789
  super(services);
103112
- this.services = services;
103113
- this.typeRegistry = typeRegistry;
103114
102790
  this.namespace = "oas";
103115
102791
  this.typeName = "Mutation";
103116
102792
  this.implementedInterfaces = [];
102793
+ this.typeRegistry = typeRegistry;
103117
102794
  }
103118
102795
  get fields() {
103119
102796
  return {
@@ -103129,11 +102806,10 @@
103129
102806
  class ObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
103130
102807
  constructor(services, typeRegistry) {
103131
102808
  super(services);
103132
- this.services = services;
103133
- this.typeRegistry = typeRegistry;
103134
102809
  this.namespace = "oas";
103135
102810
  this.typeName = "ObjectInfo";
103136
102811
  this.implementedInterfaces = [];
102812
+ this.typeRegistry = typeRegistry;
103137
102813
  }
103138
102814
  get fields() {
103139
102815
  return {
@@ -103166,11 +102842,10 @@
103166
102842
  class PageInfoRepository extends UnidentifiableGraphQLTypeRepository {
103167
102843
  constructor(services, typeRegistry) {
103168
102844
  super(services);
103169
- this.services = services;
103170
- this.typeRegistry = typeRegistry;
103171
102845
  this.namespace = "oas";
103172
102846
  this.typeName = "PageInfo";
103173
102847
  this.implementedInterfaces = [];
102848
+ this.typeRegistry = typeRegistry;
103174
102849
  }
103175
102850
  get fields() {
103176
102851
  return {
@@ -103186,11 +102861,10 @@
103186
102861
  class PercentAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103187
102862
  constructor(services, typeRegistry) {
103188
102863
  super(services);
103189
- this.services = services;
103190
- this.typeRegistry = typeRegistry;
103191
102864
  this.namespace = "oas";
103192
102865
  this.typeName = "PercentAggregate";
103193
102866
  this.implementedInterfaces = ["FieldValue"];
102867
+ this.typeRegistry = typeRegistry;
103194
102868
  }
103195
102869
  get fields() {
103196
102870
  return {
@@ -103211,11 +102885,10 @@
103211
102885
  class PercentValueRepository extends UnidentifiableGraphQLTypeRepository {
103212
102886
  constructor(services, typeRegistry) {
103213
102887
  super(services);
103214
- this.services = services;
103215
- this.typeRegistry = typeRegistry;
103216
102888
  this.namespace = "oas";
103217
102889
  this.typeName = "PercentValue";
103218
102890
  this.implementedInterfaces = ["FieldValue"];
102891
+ this.typeRegistry = typeRegistry;
103219
102892
  }
103220
102893
  get fields() {
103221
102894
  return {
@@ -103230,11 +102903,10 @@
103230
102903
  class PhoneNumberAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103231
102904
  constructor(services, typeRegistry) {
103232
102905
  super(services);
103233
- this.services = services;
103234
- this.typeRegistry = typeRegistry;
103235
102906
  this.namespace = "oas";
103236
102907
  this.typeName = "PhoneNumberAggregate";
103237
102908
  this.implementedInterfaces = ["FieldValue"];
102909
+ this.typeRegistry = typeRegistry;
103238
102910
  }
103239
102911
  get fields() {
103240
102912
  return {
@@ -103253,11 +102925,10 @@
103253
102925
  class PhoneNumberValueRepository extends UnidentifiableGraphQLTypeRepository {
103254
102926
  constructor(services, typeRegistry) {
103255
102927
  super(services);
103256
- this.services = services;
103257
- this.typeRegistry = typeRegistry;
103258
102928
  this.namespace = "oas";
103259
102929
  this.typeName = "PhoneNumberValue";
103260
102930
  this.implementedInterfaces = ["FieldValue"];
102931
+ this.typeRegistry = typeRegistry;
103261
102932
  }
103262
102933
  get fields() {
103263
102934
  return {
@@ -103271,11 +102942,10 @@
103271
102942
  class PicklistAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103272
102943
  constructor(services, typeRegistry) {
103273
102944
  super(services);
103274
- this.services = services;
103275
- this.typeRegistry = typeRegistry;
103276
102945
  this.namespace = "oas";
103277
102946
  this.typeName = "PicklistAggregate";
103278
102947
  this.implementedInterfaces = ["FieldValue"];
102948
+ this.typeRegistry = typeRegistry;
103279
102949
  }
103280
102950
  get fields() {
103281
102951
  return {
@@ -103295,11 +102965,10 @@
103295
102965
  class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
103296
102966
  constructor(services, typeRegistry) {
103297
102967
  super(services);
103298
- this.services = services;
103299
- this.typeRegistry = typeRegistry;
103300
102968
  this.namespace = "oas";
103301
102969
  this.typeName = "PicklistAttributes";
103302
102970
  this.implementedInterfaces = [];
102971
+ this.typeRegistry = typeRegistry;
103303
102972
  }
103304
102973
  get fields() {
103305
102974
  return {
@@ -103313,11 +102982,10 @@
103313
102982
  class PicklistFieldRepository extends UnidentifiableGraphQLTypeRepository {
103314
102983
  constructor(services, typeRegistry) {
103315
102984
  super(services);
103316
- this.services = services;
103317
- this.typeRegistry = typeRegistry;
103318
102985
  this.namespace = "oas";
103319
102986
  this.typeName = "PicklistField";
103320
102987
  this.implementedInterfaces = ["Field"];
102988
+ this.typeRegistry = typeRegistry;
103321
102989
  }
103322
102990
  get fields() {
103323
102991
  return {
@@ -103359,11 +103027,10 @@
103359
103027
  class PicklistValueByRecordTypeIDsRepository extends UnidentifiableGraphQLTypeRepository {
103360
103028
  constructor(services, typeRegistry) {
103361
103029
  super(services);
103362
- this.services = services;
103363
- this.typeRegistry = typeRegistry;
103364
103030
  this.namespace = "oas";
103365
103031
  this.typeName = "PicklistValueByRecordTypeIDs";
103366
103032
  this.implementedInterfaces = [];
103033
+ this.typeRegistry = typeRegistry;
103367
103034
  }
103368
103035
  get fields() {
103369
103036
  return {
@@ -103379,11 +103046,10 @@
103379
103046
  class PicklistValueRepository extends UnidentifiableGraphQLTypeRepository {
103380
103047
  constructor(services, typeRegistry) {
103381
103048
  super(services);
103382
- this.services = services;
103383
- this.typeRegistry = typeRegistry;
103384
103049
  this.namespace = "oas";
103385
103050
  this.typeName = "PicklistValue";
103386
103051
  this.implementedInterfaces = ["FieldValue"];
103052
+ this.typeRegistry = typeRegistry;
103387
103053
  }
103388
103054
  get fields() {
103389
103055
  return {
@@ -103398,11 +103064,10 @@
103398
103064
  class PicklistValuesRepository extends UnidentifiableGraphQLTypeRepository {
103399
103065
  constructor(services, typeRegistry) {
103400
103066
  super(services);
103401
- this.services = services;
103402
- this.typeRegistry = typeRegistry;
103403
103067
  this.namespace = "oas";
103404
103068
  this.typeName = "PicklistValues";
103405
103069
  this.implementedInterfaces = [];
103070
+ this.typeRegistry = typeRegistry;
103406
103071
  }
103407
103072
  get fields() {
103408
103073
  return {
@@ -103418,11 +103083,10 @@
103418
103083
  let PolymorphicAggregateParentRelationshipRepository$1 = class PolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
103419
103084
  constructor(services, typeRegistry) {
103420
103085
  super(services);
103421
- this.services = services;
103422
- this.typeRegistry = typeRegistry;
103423
103086
  this.namespace = "oas";
103424
103087
  this.typeName = "PolymorphicAggregateParentRelationship";
103425
103088
  this.implementedInterfaces = [];
103089
+ this.typeRegistry = typeRegistry;
103426
103090
  }
103427
103091
  get fields() {
103428
103092
  return {
@@ -103439,11 +103103,10 @@
103439
103103
  let PolymorphicParentRelationshipRepository$1 = class PolymorphicParentRelationshipRepository extends BaseUnionRepository {
103440
103104
  constructor(services, typeRegistry) {
103441
103105
  super(services);
103442
- this.services = services;
103443
- this.typeRegistry = typeRegistry;
103444
103106
  this.namespace = "oas";
103445
103107
  this.typeName = "PolymorphicParentRelationship";
103446
103108
  this.implementedInterfaces = [];
103109
+ this.typeRegistry = typeRegistry;
103447
103110
  }
103448
103111
  get fields() {
103449
103112
  return {
@@ -103460,11 +103123,10 @@
103460
103123
  class QueryRepository extends GraphQLDocumentRootTypeRepository {
103461
103124
  constructor(services, typeRegistry) {
103462
103125
  super(services);
103463
- this.services = services;
103464
- this.typeRegistry = typeRegistry;
103465
103126
  this.namespace = "oas";
103466
103127
  this.typeName = "Query";
103467
103128
  this.implementedInterfaces = [];
103129
+ this.typeRegistry = typeRegistry;
103468
103130
  }
103469
103131
  get fields() {
103470
103132
  return {
@@ -103482,11 +103144,10 @@
103482
103144
  let RecordAggregateConnectionRepository$1 = class RecordAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103483
103145
  constructor(services, typeRegistry) {
103484
103146
  super(services);
103485
- this.services = services;
103486
- this.typeRegistry = typeRegistry;
103487
103147
  this.namespace = "oas";
103488
103148
  this.typeName = "RecordAggregateConnection";
103489
103149
  this.implementedInterfaces = [];
103150
+ this.typeRegistry = typeRegistry;
103490
103151
  }
103491
103152
  get fields() {
103492
103153
  return {
@@ -103501,11 +103162,10 @@
103501
103162
  let RecordAggregateEdgeRepository$1 = class RecordAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103502
103163
  constructor(services, typeRegistry) {
103503
103164
  super(services);
103504
- this.services = services;
103505
- this.typeRegistry = typeRegistry;
103506
103165
  this.namespace = "oas";
103507
103166
  this.typeName = "RecordAggregateEdge";
103508
103167
  this.implementedInterfaces = [];
103168
+ this.typeRegistry = typeRegistry;
103509
103169
  }
103510
103170
  get fields() {
103511
103171
  return {
@@ -103519,11 +103179,10 @@
103519
103179
  let RecordAggregateRepository$1 = class RecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103520
103180
  constructor(services, typeRegistry) {
103521
103181
  super(services);
103522
- this.services = services;
103523
- this.typeRegistry = typeRegistry;
103524
103182
  this.namespace = "oas";
103525
103183
  this.typeName = "RecordAggregate";
103526
103184
  this.implementedInterfaces = [];
103185
+ this.typeRegistry = typeRegistry;
103527
103186
  }
103528
103187
  get fields() {
103529
103188
  return {
@@ -103555,11 +103214,10 @@
103555
103214
  let RecordConnectionRepository$1 = class RecordConnectionRepository extends UnidentifiableGraphQLTypeRepository {
103556
103215
  constructor(services, typeRegistry) {
103557
103216
  super(services);
103558
- this.services = services;
103559
- this.typeRegistry = typeRegistry;
103560
103217
  this.namespace = "oas";
103561
103218
  this.typeName = "RecordConnection";
103562
103219
  this.implementedInterfaces = [];
103220
+ this.typeRegistry = typeRegistry;
103563
103221
  }
103564
103222
  get fields() {
103565
103223
  return {
@@ -103575,11 +103233,10 @@
103575
103233
  let RecordCreatePayloadRepository$1 = class RecordCreatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103576
103234
  constructor(services, typeRegistry) {
103577
103235
  super(services);
103578
- this.services = services;
103579
- this.typeRegistry = typeRegistry;
103580
103236
  this.namespace = "oas";
103581
103237
  this.typeName = "RecordCreatePayload";
103582
103238
  this.implementedInterfaces = [];
103239
+ this.typeRegistry = typeRegistry;
103583
103240
  }
103584
103241
  get fields() {
103585
103242
  return {
@@ -103592,12 +103249,11 @@
103592
103249
  let RecordDeletePayloadRepository$1 = class RecordDeletePayloadRepository extends IdentifiableGraphQLTypeRepository {
103593
103250
  constructor(services, typeRegistry) {
103594
103251
  super(services);
103595
- this.services = services;
103596
- this.typeRegistry = typeRegistry;
103597
103252
  this.namespace = "oas";
103598
103253
  this.typeName = "RecordDeletePayload";
103599
103254
  this.implementedInterfaces = [];
103600
103255
  this.idField = "Id";
103256
+ this.typeRegistry = typeRegistry;
103601
103257
  }
103602
103258
  get fields() {
103603
103259
  return {
@@ -103613,11 +103269,10 @@
103613
103269
  let RecordEdgeRepository$1 = class RecordEdgeRepository extends UnidentifiableGraphQLTypeRepository {
103614
103270
  constructor(services, typeRegistry) {
103615
103271
  super(services);
103616
- this.services = services;
103617
- this.typeRegistry = typeRegistry;
103618
103272
  this.namespace = "oas";
103619
103273
  this.typeName = "RecordEdge";
103620
103274
  this.implementedInterfaces = [];
103275
+ this.typeRegistry = typeRegistry;
103621
103276
  }
103622
103277
  get fields() {
103623
103278
  return {
@@ -103631,11 +103286,10 @@
103631
103286
  let RecordQueryAggregateRepository$1 = class RecordQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
103632
103287
  constructor(services, typeRegistry) {
103633
103288
  super(services);
103634
- this.services = services;
103635
- this.typeRegistry = typeRegistry;
103636
103289
  this.namespace = "oas";
103637
103290
  this.typeName = "RecordQueryAggregate";
103638
103291
  this.implementedInterfaces = [];
103292
+ this.typeRegistry = typeRegistry;
103639
103293
  }
103640
103294
  get fields() {
103641
103295
  return {
@@ -103648,11 +103302,10 @@
103648
103302
  let RecordQueryRepository$1 = class RecordQueryRepository extends UnidentifiableGraphQLTypeRepository {
103649
103303
  constructor(services, typeRegistry) {
103650
103304
  super(services);
103651
- this.services = services;
103652
- this.typeRegistry = typeRegistry;
103653
103305
  this.namespace = "oas";
103654
103306
  this.typeName = "RecordQuery";
103655
103307
  this.implementedInterfaces = [];
103308
+ this.typeRegistry = typeRegistry;
103656
103309
  }
103657
103310
  get fields() {
103658
103311
  return {
@@ -103665,12 +103318,11 @@
103665
103318
  let RecordRepresentationRepository$1 = class RecordRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103666
103319
  constructor(services, typeRegistry) {
103667
103320
  super(services);
103668
- this.services = services;
103669
- this.typeRegistry = typeRegistry;
103670
103321
  this.namespace = "oas";
103671
103322
  this.typeName = "RecordRepresentation";
103672
103323
  this.implementedInterfaces = ["Record"];
103673
103324
  this.idField = "Id";
103325
+ this.typeRegistry = typeRegistry;
103674
103326
  }
103675
103327
  get fields() {
103676
103328
  return {
@@ -103723,11 +103375,10 @@
103723
103375
  let RecordResultRepository$1 = class RecordResultRepository extends UnidentifiableGraphQLTypeRepository {
103724
103376
  constructor(services, typeRegistry) {
103725
103377
  super(services);
103726
- this.services = services;
103727
- this.typeRegistry = typeRegistry;
103728
103378
  this.namespace = "oas";
103729
103379
  this.typeName = "RecordResult";
103730
103380
  this.implementedInterfaces = [];
103381
+ this.typeRegistry = typeRegistry;
103731
103382
  }
103732
103383
  get fields() {
103733
103384
  return {
@@ -103740,11 +103391,10 @@
103740
103391
  class RecordTypeInfoRepository extends UnidentifiableGraphQLTypeRepository {
103741
103392
  constructor(services, typeRegistry) {
103742
103393
  super(services);
103743
- this.services = services;
103744
- this.typeRegistry = typeRegistry;
103745
103394
  this.namespace = "oas";
103746
103395
  this.typeName = "RecordTypeInfo";
103747
103396
  this.implementedInterfaces = [];
103397
+ this.typeRegistry = typeRegistry;
103748
103398
  }
103749
103399
  get fields() {
103750
103400
  return {
@@ -103761,11 +103411,10 @@
103761
103411
  let RecordUpdatePayloadRepository$1 = class RecordUpdatePayloadRepository extends UnidentifiableGraphQLTypeRepository {
103762
103412
  constructor(services, typeRegistry) {
103763
103413
  super(services);
103764
- this.services = services;
103765
- this.typeRegistry = typeRegistry;
103766
103414
  this.namespace = "oas";
103767
103415
  this.typeName = "RecordUpdatePayload";
103768
103416
  this.implementedInterfaces = [];
103417
+ this.typeRegistry = typeRegistry;
103769
103418
  }
103770
103419
  get fields() {
103771
103420
  return {
@@ -103779,11 +103428,10 @@
103779
103428
  class ReferenceToInfoRepository extends UnidentifiableGraphQLTypeRepository {
103780
103429
  constructor(services, typeRegistry) {
103781
103430
  super(services);
103782
- this.services = services;
103783
- this.typeRegistry = typeRegistry;
103784
103431
  this.namespace = "oas";
103785
103432
  this.typeName = "ReferenceToInfo";
103786
103433
  this.implementedInterfaces = [];
103434
+ this.typeRegistry = typeRegistry;
103787
103435
  }
103788
103436
  get fields() {
103789
103437
  return {
@@ -103798,11 +103446,10 @@
103798
103446
  class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
103799
103447
  constructor(services, typeRegistry) {
103800
103448
  super(services);
103801
- this.services = services;
103802
- this.typeRegistry = typeRegistry;
103803
103449
  this.namespace = "oas";
103804
103450
  this.typeName = "RelatedListInfo";
103805
103451
  this.implementedInterfaces = [];
103452
+ this.typeRegistry = typeRegistry;
103806
103453
  }
103807
103454
  get fields() {
103808
103455
  return {
@@ -103821,11 +103468,10 @@
103821
103468
  class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
103822
103469
  constructor(services, typeRegistry) {
103823
103470
  super(services);
103824
- this.services = services;
103825
- this.typeRegistry = typeRegistry;
103826
103471
  this.namespace = "oas";
103827
103472
  this.typeName = "ReportLayoutComponent";
103828
103473
  this.implementedInterfaces = ["LayoutComponent"];
103474
+ this.typeRegistry = typeRegistry;
103829
103475
  }
103830
103476
  get fields() {
103831
103477
  return {
@@ -103847,11 +103493,10 @@
103847
103493
  class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
103848
103494
  constructor(services, typeRegistry) {
103849
103495
  super(services);
103850
- this.services = services;
103851
- this.typeRegistry = typeRegistry;
103852
103496
  this.namespace = "oas";
103853
103497
  this.typeName = "RichTextAreaValue";
103854
103498
  this.implementedInterfaces = ["FieldValue"];
103499
+ this.typeRegistry = typeRegistry;
103855
103500
  }
103856
103501
  get fields() {
103857
103502
  return {
@@ -103866,11 +103511,10 @@
103866
103511
  class SObject__FieldRepository extends UnidentifiableGraphQLTypeRepository {
103867
103512
  constructor(services, typeRegistry) {
103868
103513
  super(services);
103869
- this.services = services;
103870
- this.typeRegistry = typeRegistry;
103871
103514
  this.namespace = "oas";
103872
103515
  this.typeName = "SObject__Field";
103873
103516
  this.implementedInterfaces = [];
103517
+ this.typeRegistry = typeRegistry;
103874
103518
  }
103875
103519
  get fields() {
103876
103520
  return {
@@ -103884,12 +103528,11 @@
103884
103528
  class Setup__EntityRepresentationRepository extends IdentifiableGraphQLTypeRepository {
103885
103529
  constructor(services, typeRegistry) {
103886
103530
  super(services);
103887
- this.services = services;
103888
- this.typeRegistry = typeRegistry;
103889
103531
  this.namespace = "oas";
103890
103532
  this.typeName = "Setup__EntityRepresentation";
103891
103533
  this.implementedInterfaces = [];
103892
103534
  this.idField = "Id";
103535
+ this.typeRegistry = typeRegistry;
103893
103536
  }
103894
103537
  get fields() {
103895
103538
  return {
@@ -103936,11 +103579,10 @@
103936
103579
  class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
103937
103580
  constructor(services, typeRegistry) {
103938
103581
  super(services);
103939
- this.services = services;
103940
- this.typeRegistry = typeRegistry;
103941
103582
  this.namespace = "oas";
103942
103583
  this.typeName = "Setup__ListColumn";
103943
103584
  this.implementedInterfaces = [];
103585
+ this.typeRegistry = typeRegistry;
103944
103586
  }
103945
103587
  get fields() {
103946
103588
  return {
@@ -103962,11 +103604,10 @@
103962
103604
  class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
103963
103605
  constructor(services, typeRegistry) {
103964
103606
  super(services);
103965
- this.services = services;
103966
- this.typeRegistry = typeRegistry;
103967
103607
  this.namespace = "oas";
103968
103608
  this.typeName = "Setup__ListFilter";
103969
103609
  this.implementedInterfaces = [];
103610
+ this.typeRegistry = typeRegistry;
103970
103611
  }
103971
103612
  get fields() {
103972
103613
  return {
@@ -103982,11 +103623,10 @@
103982
103623
  class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
103983
103624
  constructor(services, typeRegistry) {
103984
103625
  super(services);
103985
- this.services = services;
103986
- this.typeRegistry = typeRegistry;
103987
103626
  this.namespace = "oas";
103988
103627
  this.typeName = "Setup__ListInlineEditAttributeDetails";
103989
103628
  this.implementedInterfaces = [];
103629
+ this.typeRegistry = typeRegistry;
103990
103630
  }
103991
103631
  get fields() {
103992
103632
  return {
@@ -104001,11 +103641,10 @@
104001
103641
  class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
104002
103642
  constructor(services, typeRegistry) {
104003
103643
  super(services);
104004
- this.services = services;
104005
- this.typeRegistry = typeRegistry;
104006
103644
  this.namespace = "oas";
104007
103645
  this.typeName = "Setup__ListInlineEditAttributes";
104008
103646
  this.implementedInterfaces = [];
103647
+ this.typeRegistry = typeRegistry;
104009
103648
  }
104010
103649
  get fields() {
104011
103650
  return {
@@ -104020,11 +103659,10 @@
104020
103659
  class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
104021
103660
  constructor(services, typeRegistry) {
104022
103661
  super(services);
104023
- this.services = services;
104024
- this.typeRegistry = typeRegistry;
104025
103662
  this.namespace = "oas";
104026
103663
  this.typeName = "Setup__ListOrder";
104027
103664
  this.implementedInterfaces = [];
103665
+ this.typeRegistry = typeRegistry;
104028
103666
  }
104029
103667
  get fields() {
104030
103668
  return {
@@ -104039,11 +103677,10 @@
104039
103677
  class Setup__ListScalarFieldRepository extends UnidentifiableGraphQLTypeRepository {
104040
103678
  constructor(services, typeRegistry) {
104041
103679
  super(services);
104042
- this.services = services;
104043
- this.typeRegistry = typeRegistry;
104044
103680
  this.namespace = "oas";
104045
103681
  this.typeName = "Setup__ListScalarField";
104046
103682
  this.implementedInterfaces = [];
103683
+ this.typeRegistry = typeRegistry;
104047
103684
  }
104048
103685
  get fields() {
104049
103686
  return {
@@ -104063,11 +103700,10 @@
104063
103700
  class Setup__ListViewObjectInfoRepository extends UnidentifiableGraphQLTypeRepository {
104064
103701
  constructor(services, typeRegistry) {
104065
103702
  super(services);
104066
- this.services = services;
104067
- this.typeRegistry = typeRegistry;
104068
103703
  this.namespace = "oas";
104069
103704
  this.typeName = "Setup__ListViewObjectInfo";
104070
103705
  this.implementedInterfaces = [];
103706
+ this.typeRegistry = typeRegistry;
104071
103707
  }
104072
103708
  get fields() {
104073
103709
  return {
@@ -104080,11 +103716,10 @@
104080
103716
  class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
104081
103717
  constructor(services, typeRegistry) {
104082
103718
  super(services);
104083
- this.services = services;
104084
- this.typeRegistry = typeRegistry;
104085
103719
  this.namespace = "oas";
104086
103720
  this.typeName = "Setup__ListView";
104087
103721
  this.implementedInterfaces = [];
103722
+ this.typeRegistry = typeRegistry;
104088
103723
  }
104089
103724
  get fields() {
104090
103725
  return {
@@ -104105,11 +103740,10 @@
104105
103740
  class Setup__ListViewRowConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104106
103741
  constructor(services, typeRegistry) {
104107
103742
  super(services);
104108
- this.services = services;
104109
- this.typeRegistry = typeRegistry;
104110
103743
  this.namespace = "oas";
104111
103744
  this.typeName = "Setup__ListViewRowConnection";
104112
103745
  this.implementedInterfaces = [];
103746
+ this.typeRegistry = typeRegistry;
104113
103747
  }
104114
103748
  get fields() {
104115
103749
  return {
@@ -104124,11 +103758,10 @@
104124
103758
  class Setup__ListViewRowEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104125
103759
  constructor(services, typeRegistry) {
104126
103760
  super(services);
104127
- this.services = services;
104128
- this.typeRegistry = typeRegistry;
104129
103761
  this.namespace = "oas";
104130
103762
  this.typeName = "Setup__ListViewRowEdge";
104131
103763
  this.implementedInterfaces = [];
103764
+ this.typeRegistry = typeRegistry;
104132
103765
  }
104133
103766
  get fields() {
104134
103767
  return {
@@ -104142,11 +103775,10 @@
104142
103775
  class Setup__ListViewRowRepository extends UnidentifiableGraphQLTypeRepository {
104143
103776
  constructor(services, typeRegistry) {
104144
103777
  super(services);
104145
- this.services = services;
104146
- this.typeRegistry = typeRegistry;
104147
103778
  this.namespace = "oas";
104148
103779
  this.typeName = "Setup__ListViewRow";
104149
103780
  this.implementedInterfaces = [];
103781
+ this.typeRegistry = typeRegistry;
104150
103782
  }
104151
103783
  get fields() {
104152
103784
  return {
@@ -104160,11 +103792,10 @@
104160
103792
  class Setup__SetupAggregateConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104161
103793
  constructor(services, typeRegistry) {
104162
103794
  super(services);
104163
- this.services = services;
104164
- this.typeRegistry = typeRegistry;
104165
103795
  this.namespace = "oas";
104166
103796
  this.typeName = "Setup__SetupAggregateConnection";
104167
103797
  this.implementedInterfaces = [];
103798
+ this.typeRegistry = typeRegistry;
104168
103799
  }
104169
103800
  get fields() {
104170
103801
  return {
@@ -104179,11 +103810,10 @@
104179
103810
  class Setup__SetupAggregateEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104180
103811
  constructor(services, typeRegistry) {
104181
103812
  super(services);
104182
- this.services = services;
104183
- this.typeRegistry = typeRegistry;
104184
103813
  this.namespace = "oas";
104185
103814
  this.typeName = "Setup__SetupAggregateEdge";
104186
103815
  this.implementedInterfaces = [];
103816
+ this.typeRegistry = typeRegistry;
104187
103817
  }
104188
103818
  get fields() {
104189
103819
  return {
@@ -104197,11 +103827,10 @@
104197
103827
  class Setup__SetupConnectionRepository extends UnidentifiableGraphQLTypeRepository {
104198
103828
  constructor(services, typeRegistry) {
104199
103829
  super(services);
104200
- this.services = services;
104201
- this.typeRegistry = typeRegistry;
104202
103830
  this.namespace = "oas";
104203
103831
  this.typeName = "Setup__SetupConnection";
104204
103832
  this.implementedInterfaces = [];
103833
+ this.typeRegistry = typeRegistry;
104205
103834
  }
104206
103835
  get fields() {
104207
103836
  return {
@@ -104217,11 +103846,10 @@
104217
103846
  class Setup__SetupEdgeRepository extends UnidentifiableGraphQLTypeRepository {
104218
103847
  constructor(services, typeRegistry) {
104219
103848
  super(services);
104220
- this.services = services;
104221
- this.typeRegistry = typeRegistry;
104222
103849
  this.namespace = "oas";
104223
103850
  this.typeName = "Setup__SetupEdge";
104224
103851
  this.implementedInterfaces = [];
103852
+ this.typeRegistry = typeRegistry;
104225
103853
  }
104226
103854
  get fields() {
104227
103855
  return {
@@ -104235,11 +103863,10 @@
104235
103863
  class Setup__SetupPolymorphicAggregateParentRelationshipRepository extends BaseUnionRepository {
104236
103864
  constructor(services, typeRegistry) {
104237
103865
  super(services);
104238
- this.services = services;
104239
- this.typeRegistry = typeRegistry;
104240
103866
  this.namespace = "oas";
104241
103867
  this.typeName = "Setup__SetupPolymorphicAggregateParentRelationship";
104242
103868
  this.implementedInterfaces = [];
103869
+ this.typeRegistry = typeRegistry;
104243
103870
  }
104244
103871
  get fields() {
104245
103872
  return {
@@ -104256,11 +103883,10 @@
104256
103883
  class Setup__SetupPolymorphicParentRelationshipRepository extends BaseUnionRepository {
104257
103884
  constructor(services, typeRegistry) {
104258
103885
  super(services);
104259
- this.services = services;
104260
- this.typeRegistry = typeRegistry;
104261
103886
  this.namespace = "oas";
104262
103887
  this.typeName = "Setup__SetupPolymorphicParentRelationship";
104263
103888
  this.implementedInterfaces = [];
103889
+ this.typeRegistry = typeRegistry;
104264
103890
  }
104265
103891
  get fields() {
104266
103892
  return {
@@ -104277,11 +103903,10 @@
104277
103903
  class Setup__SetupQueryAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104278
103904
  constructor(services, typeRegistry) {
104279
103905
  super(services);
104280
- this.services = services;
104281
- this.typeRegistry = typeRegistry;
104282
103906
  this.namespace = "oas";
104283
103907
  this.typeName = "Setup__SetupQueryAggregate";
104284
103908
  this.implementedInterfaces = [];
103909
+ this.typeRegistry = typeRegistry;
104285
103910
  }
104286
103911
  get fields() {
104287
103912
  return {
@@ -104294,11 +103919,10 @@
104294
103919
  class Setup__SetupQueryRepository extends UnidentifiableGraphQLTypeRepository {
104295
103920
  constructor(services, typeRegistry) {
104296
103921
  super(services);
104297
- this.services = services;
104298
- this.typeRegistry = typeRegistry;
104299
103922
  this.namespace = "oas";
104300
103923
  this.typeName = "Setup__SetupQuery";
104301
103924
  this.implementedInterfaces = [];
103925
+ this.typeRegistry = typeRegistry;
104302
103926
  }
104303
103927
  get fields() {
104304
103928
  return {
@@ -104311,11 +103935,10 @@
104311
103935
  class Setup__SetupRecordAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104312
103936
  constructor(services, typeRegistry) {
104313
103937
  super(services);
104314
- this.services = services;
104315
- this.typeRegistry = typeRegistry;
104316
103938
  this.namespace = "oas";
104317
103939
  this.typeName = "Setup__SetupRecordAggregate";
104318
103940
  this.implementedInterfaces = [];
103941
+ this.typeRegistry = typeRegistry;
104319
103942
  }
104320
103943
  get fields() {
104321
103944
  return {
@@ -104347,11 +103970,10 @@
104347
103970
  class Setup__SetupRecordResultRepository extends UnidentifiableGraphQLTypeRepository {
104348
103971
  constructor(services, typeRegistry) {
104349
103972
  super(services);
104350
- this.services = services;
104351
- this.typeRegistry = typeRegistry;
104352
103973
  this.namespace = "oas";
104353
103974
  this.typeName = "Setup__SetupRecordResult";
104354
103975
  this.implementedInterfaces = [];
103976
+ this.typeRegistry = typeRegistry;
104355
103977
  }
104356
103978
  get fields() {
104357
103979
  return {
@@ -104364,11 +103986,10 @@
104364
103986
  class Setup__SetupRepository extends UnidentifiableGraphQLTypeRepository {
104365
103987
  constructor(services, typeRegistry) {
104366
103988
  super(services);
104367
- this.services = services;
104368
- this.typeRegistry = typeRegistry;
104369
103989
  this.namespace = "oas";
104370
103990
  this.typeName = "Setup__Setup";
104371
103991
  this.implementedInterfaces = [];
103992
+ this.typeRegistry = typeRegistry;
104372
103993
  }
104373
103994
  get fields() {
104374
103995
  return {
@@ -104385,11 +104006,10 @@
104385
104006
  class StandardFieldRepository extends UnidentifiableGraphQLTypeRepository {
104386
104007
  constructor(services, typeRegistry) {
104387
104008
  super(services);
104388
- this.services = services;
104389
- this.typeRegistry = typeRegistry;
104390
104009
  this.namespace = "oas";
104391
104010
  this.typeName = "StandardField";
104392
104011
  this.implementedInterfaces = ["Field"];
104012
+ this.typeRegistry = typeRegistry;
104393
104013
  }
104394
104014
  get fields() {
104395
104015
  return {
@@ -104430,11 +104050,10 @@
104430
104050
  class StringAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104431
104051
  constructor(services, typeRegistry) {
104432
104052
  super(services);
104433
- this.services = services;
104434
- this.typeRegistry = typeRegistry;
104435
104053
  this.namespace = "oas";
104436
104054
  this.typeName = "StringAggregate";
104437
104055
  this.implementedInterfaces = ["FieldValue"];
104056
+ this.typeRegistry = typeRegistry;
104438
104057
  }
104439
104058
  get fields() {
104440
104059
  return {
@@ -104454,11 +104073,10 @@
104454
104073
  class StringValueRepository extends UnidentifiableGraphQLTypeRepository {
104455
104074
  constructor(services, typeRegistry) {
104456
104075
  super(services);
104457
- this.services = services;
104458
- this.typeRegistry = typeRegistry;
104459
104076
  this.namespace = "oas";
104460
104077
  this.typeName = "StringValue";
104461
104078
  this.implementedInterfaces = ["FieldValue"];
104079
+ this.typeRegistry = typeRegistry;
104462
104080
  }
104463
104081
  get fields() {
104464
104082
  return {
@@ -104473,11 +104091,10 @@
104473
104091
  class TextAreaAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104474
104092
  constructor(services, typeRegistry) {
104475
104093
  super(services);
104476
- this.services = services;
104477
- this.typeRegistry = typeRegistry;
104478
104094
  this.namespace = "oas";
104479
104095
  this.typeName = "TextAreaAggregate";
104480
104096
  this.implementedInterfaces = ["FieldValue"];
104097
+ this.typeRegistry = typeRegistry;
104481
104098
  }
104482
104099
  get fields() {
104483
104100
  return {
@@ -104497,11 +104114,10 @@
104497
104114
  class TextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
104498
104115
  constructor(services, typeRegistry) {
104499
104116
  super(services);
104500
- this.services = services;
104501
- this.typeRegistry = typeRegistry;
104502
104117
  this.namespace = "oas";
104503
104118
  this.typeName = "TextAreaValue";
104504
104119
  this.implementedInterfaces = ["FieldValue"];
104120
+ this.typeRegistry = typeRegistry;
104505
104121
  }
104506
104122
  get fields() {
104507
104123
  return {
@@ -104516,11 +104132,10 @@
104516
104132
  class ThemeInfoRepository extends UnidentifiableGraphQLTypeRepository {
104517
104133
  constructor(services, typeRegistry) {
104518
104134
  super(services);
104519
- this.services = services;
104520
- this.typeRegistry = typeRegistry;
104521
104135
  this.namespace = "oas";
104522
104136
  this.typeName = "ThemeInfo";
104523
104137
  this.implementedInterfaces = [];
104138
+ this.typeRegistry = typeRegistry;
104524
104139
  }
104525
104140
  get fields() {
104526
104141
  return {
@@ -104534,11 +104149,10 @@
104534
104149
  class TimeAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104535
104150
  constructor(services, typeRegistry) {
104536
104151
  super(services);
104537
- this.services = services;
104538
- this.typeRegistry = typeRegistry;
104539
104152
  this.namespace = "oas";
104540
104153
  this.typeName = "TimeAggregate";
104541
104154
  this.implementedInterfaces = ["FieldValue"];
104155
+ this.typeRegistry = typeRegistry;
104542
104156
  }
104543
104157
  get fields() {
104544
104158
  return {
@@ -104554,11 +104168,10 @@
104554
104168
  class TimeValueRepository extends UnidentifiableGraphQLTypeRepository {
104555
104169
  constructor(services, typeRegistry) {
104556
104170
  super(services);
104557
- this.services = services;
104558
- this.typeRegistry = typeRegistry;
104559
104171
  this.namespace = "oas";
104560
104172
  this.typeName = "TimeValue";
104561
104173
  this.implementedInterfaces = ["FieldValue"];
104174
+ this.typeRegistry = typeRegistry;
104562
104175
  }
104563
104176
  get fields() {
104564
104177
  return {
@@ -104573,11 +104186,10 @@
104573
104186
  let UIAPIMutationsRepository$1 = class UIAPIMutationsRepository extends UnidentifiableGraphQLTypeRepository {
104574
104187
  constructor(services, typeRegistry) {
104575
104188
  super(services);
104576
- this.services = services;
104577
- this.typeRegistry = typeRegistry;
104578
104189
  this.namespace = "oas";
104579
104190
  this.typeName = "UIAPIMutations";
104580
104191
  this.implementedInterfaces = [];
104192
+ this.typeRegistry = typeRegistry;
104581
104193
  }
104582
104194
  get fields() {
104583
104195
  return {
@@ -104592,11 +104204,10 @@
104592
104204
  class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
104593
104205
  constructor(services, typeRegistry) {
104594
104206
  super(services);
104595
- this.services = services;
104596
- this.typeRegistry = typeRegistry;
104597
104207
  this.namespace = "oas";
104598
104208
  this.typeName = "UIAPI";
104599
104209
  this.implementedInterfaces = [];
104210
+ this.typeRegistry = typeRegistry;
104600
104211
  }
104601
104212
  get fields() {
104602
104213
  return {
@@ -104614,11 +104225,10 @@
104614
104225
  class UrlAggregateRepository extends UnidentifiableGraphQLTypeRepository {
104615
104226
  constructor(services, typeRegistry) {
104616
104227
  super(services);
104617
- this.services = services;
104618
- this.typeRegistry = typeRegistry;
104619
104228
  this.namespace = "oas";
104620
104229
  this.typeName = "UrlAggregate";
104621
104230
  this.implementedInterfaces = ["FieldValue"];
104231
+ this.typeRegistry = typeRegistry;
104622
104232
  }
104623
104233
  get fields() {
104624
104234
  return {
@@ -104637,11 +104247,10 @@
104637
104247
  class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
104638
104248
  constructor(services, typeRegistry) {
104639
104249
  super(services);
104640
- this.services = services;
104641
- this.typeRegistry = typeRegistry;
104642
104250
  this.namespace = "oas";
104643
104251
  this.typeName = "UrlValue";
104644
104252
  this.implementedInterfaces = ["FieldValue"];
104253
+ this.typeRegistry = typeRegistry;
104645
104254
  }
104646
104255
  get fields() {
104647
104256
  return {
@@ -104655,11 +104264,10 @@
104655
104264
  class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
104656
104265
  constructor(services, typeRegistry) {
104657
104266
  super(services);
104658
- this.services = services;
104659
- this.typeRegistry = typeRegistry;
104660
104267
  this.namespace = "oas";
104661
104268
  this.typeName = "VisualforceLayoutComponent";
104662
104269
  this.implementedInterfaces = ["LayoutComponent"];
104270
+ this.typeRegistry = typeRegistry;
104663
104271
  }
104664
104272
  get fields() {
104665
104273
  return {
@@ -107079,7 +106687,7 @@
107079
106687
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107080
106688
  }
107081
106689
  }
107082
- // version: 1.439.0-1d518350b5
106690
+ // version: 1.440.0-1ddfff6500
107083
106691
 
107084
106692
  function createFragmentMap(documentNode) {
107085
106693
  const fragments = {};
@@ -136286,7 +135894,7 @@
136286
135894
  configuration: { ...configurationForGraphQLAdapters$1 },
136287
135895
  instrument: instrument$1,
136288
135896
  });
136289
- // version: 1.439.0-1d518350b5
135897
+ // version: 1.440.0-1ddfff6500
136290
135898
 
136291
135899
  // On core the unstable adapters are re-exported with different names,
136292
135900
  // we want to match them here.
@@ -136438,7 +136046,7 @@
136438
136046
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136439
136047
  graphQLImperative = ldsAdapter;
136440
136048
  });
136441
- // version: 1.439.0-1d518350b5
136049
+ // version: 1.440.0-1ddfff6500
136442
136050
 
136443
136051
  var gqlApi = /*#__PURE__*/Object.freeze({
136444
136052
  __proto__: null,
@@ -137237,7 +136845,7 @@
137237
136845
  function register(r) {
137238
136846
  callbacks$1.forEach((callback) => callback(r));
137239
136847
  }
137240
- // version: 1.439.0-e3dc0cfb2a
136848
+ // version: 1.440.0-267427df73
137241
136849
 
137242
136850
  /**
137243
136851
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138547,4 +138155,4 @@
138547
138155
  exports.subscribeToAdapter = subscribeToAdapter;
138548
138156
 
138549
138157
  }));
138550
- // version: 1.439.0-e3dc0cfb2a
138158
+ // version: 1.440.0-267427df73