@flarehr/apollo-super-selection 1.3.42033 → 1.3.42178

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.
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
284
284
  }
285
285
  }
286
286
 
287
- const AppVersion = '1.3.42033';
287
+ const AppVersion = '1.3.42178';
288
288
 
289
289
  // -------------------------------------------------------------------------------------
290
290
  // guards
@@ -5230,9 +5230,6 @@ const MemberNameInput = class {
5230
5230
  if (target.validity.valueMissing) {
5231
5231
  this.errorMessage = `${this.readableName} is required.`;
5232
5232
  }
5233
- else if (target.value.length < 2) {
5234
- this.errorMessage = 'A minimum of 2 characters is required.';
5235
- }
5236
5233
  else if (target.validity.patternMismatch) {
5237
5234
  if (target.value.startsWith('-') || target.value.startsWith("'")) {
5238
5235
  this.errorMessage = `${this.readableName} must start with a letter.`;
@@ -29,9 +29,6 @@ export class MemberNameInput {
29
29
  if (target.validity.valueMissing) {
30
30
  this.errorMessage = `${this.readableName} is required.`;
31
31
  }
32
- else if (target.value.length < 2) {
33
- this.errorMessage = 'A minimum of 2 characters is required.';
34
- }
35
32
  else if (target.validity.patternMismatch) {
36
33
  if (target.value.startsWith('-') || target.value.startsWith("'")) {
37
34
  this.errorMessage = `${this.readableName} must start with a letter.`;
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '1.3.42033';
263
+ const AppVersion = '1.3.42178';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -5206,9 +5206,6 @@ const MemberNameInput = class {
5206
5206
  if (target.validity.valueMissing) {
5207
5207
  this.errorMessage = `${this.readableName} is required.`;
5208
5208
  }
5209
- else if (target.value.length < 2) {
5210
- this.errorMessage = 'A minimum of 2 characters is required.';
5211
- }
5212
5209
  else if (target.validity.patternMismatch) {
5213
5210
  if (target.value.startsWith('-') || target.value.startsWith("'")) {
5214
5211
  this.errorMessage = `${this.readableName} must start with a letter.`;