@wix/metro-common-builders 1.0.1501 → 1.0.1502

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.
@@ -1180,6 +1180,8 @@ declare namespace $requests {
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
1182
  commitTimestamp?: string;
1183
+ commitRevision?: string;
1184
+ repoUrl?: string;
1183
1185
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1186
  idTagValue?: string;
1185
1187
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1190,6 +1192,8 @@ declare namespace $requests {
1190
1192
  location?: string;
1191
1193
  combinedDigest?: string;
1192
1194
  commitTimestamp?: string;
1195
+ commitRevision?: string;
1196
+ repoUrl?: string;
1193
1197
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1198
  idTagValue?: string;
1195
1199
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -2172,6 +2176,7 @@ declare namespace $requests {
2172
2176
  eventType?: $requests.wix.api.DomainEvent.EventType;
2173
2177
  exposure?: $requests.wix.api.Exposure;
2174
2178
  maturity?: $requests.wix.api.Maturity;
2179
+ additionalMetadataFqn?: string;
2175
2180
  }
2176
2181
  export class DomainEvent implements IDomainEvent {
2177
2182
  constructor(data?: IDomainEvent);
@@ -2180,6 +2185,7 @@ declare namespace $requests {
2180
2185
  eventType?: $requests.wix.api.DomainEvent.EventType;
2181
2186
  exposure?: $requests.wix.api.Exposure;
2182
2187
  maturity?: $requests.wix.api.Maturity;
2188
+ additionalMetadataFqn?: string;
2183
2189
  static __$$generatedFromProtobuf$$__: Symbol;
2184
2190
  }
2185
2191
  export namespace DomainEvent {
@@ -3431,8 +3437,10 @@ declare namespace $requests {
3431
3437
  '.wix.api.min'?: number;
3432
3438
  '.wix.api.maxLength'?: number;
3433
3439
  '.wix.api.minLength'?: number;
3440
+ '.wix.api.exactLength'?: number;
3434
3441
  '.wix.api.maxSize'?: number;
3435
3442
  '.wix.api.minSize'?: number;
3443
+ '.wix.api.exactSize'?: number;
3436
3444
  '.wix.api.format'?: $requests.wix.api.Format;
3437
3445
  '.wix.api.readOnly'?: boolean;
3438
3446
  '.wix.api.immutable'?: boolean;
@@ -3463,8 +3471,10 @@ declare namespace $requests {
3463
3471
  '.wix.api.min'?: number;
3464
3472
  '.wix.api.maxLength'?: number;
3465
3473
  '.wix.api.minLength'?: number;
3474
+ '.wix.api.exactLength'?: number;
3466
3475
  '.wix.api.maxSize'?: number;
3467
3476
  '.wix.api.minSize'?: number;
3477
+ '.wix.api.exactSize'?: number;
3468
3478
  '.wix.api.format'?: $requests.wix.api.Format;
3469
3479
  '.wix.api.readOnly'?: boolean;
3470
3480
  '.wix.api.immutable'?: boolean;
@@ -4917,6 +4927,8 @@ declare namespace $responses {
4917
4927
  location?: string;
4918
4928
  combinedDigest?: string;
4919
4929
  commitTimestamp?: string;
4930
+ commitRevision?: string;
4931
+ repoUrl?: string;
4920
4932
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4921
4933
  idTagValue?: string;
4922
4934
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4927,6 +4939,8 @@ declare namespace $responses {
4927
4939
  location?: string;
4928
4940
  combinedDigest?: string;
4929
4941
  commitTimestamp?: string;
4942
+ commitRevision?: string;
4943
+ repoUrl?: string;
4930
4944
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4931
4945
  idTagValue?: string;
4932
4946
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -5909,6 +5923,7 @@ declare namespace $responses {
5909
5923
  eventType: $responses.wix.api.DomainEvent.EventType;
5910
5924
  exposure: $responses.wix.api.Exposure;
5911
5925
  maturity: $responses.wix.api.Maturity;
5926
+ additionalMetadataFqn: string;
5912
5927
  }
5913
5928
  export class DomainEvent implements IDomainEvent {
5914
5929
  constructor(data?: IDomainEvent);
@@ -5917,6 +5932,7 @@ declare namespace $responses {
5917
5932
  eventType: $responses.wix.api.DomainEvent.EventType;
5918
5933
  exposure: $responses.wix.api.Exposure;
5919
5934
  maturity: $responses.wix.api.Maturity;
5935
+ additionalMetadataFqn: string;
5920
5936
  static __$$generatedFromProtobuf$$__: Symbol;
5921
5937
  }
5922
5938
  export namespace DomainEvent {
@@ -7168,8 +7184,10 @@ declare namespace $responses {
7168
7184
  '.wix.api.min': number;
7169
7185
  '.wix.api.maxLength': number;
7170
7186
  '.wix.api.minLength': number;
7187
+ '.wix.api.exactLength': number;
7171
7188
  '.wix.api.maxSize': number;
7172
7189
  '.wix.api.minSize': number;
7190
+ '.wix.api.exactSize': number;
7173
7191
  '.wix.api.format': $responses.wix.api.Format;
7174
7192
  '.wix.api.readOnly': boolean;
7175
7193
  '.wix.api.immutable': boolean;
@@ -7200,8 +7218,10 @@ declare namespace $responses {
7200
7218
  '.wix.api.min': number;
7201
7219
  '.wix.api.maxLength': number;
7202
7220
  '.wix.api.minLength': number;
7221
+ '.wix.api.exactLength': number;
7203
7222
  '.wix.api.maxSize': number;
7204
7223
  '.wix.api.minSize': number;
7224
+ '.wix.api.exactSize': number;
7205
7225
  '.wix.api.format': $responses.wix.api.Format;
7206
7226
  '.wix.api.readOnly': boolean;
7207
7227
  '.wix.api.immutable': boolean;
@@ -1180,6 +1180,8 @@ declare namespace $wrapper {
1180
1180
  location?: (string | null);
1181
1181
  combinedDigest?: (string | null);
1182
1182
  commitTimestamp?: (string | null);
1183
+ commitRevision?: (string | null);
1184
+ repoUrl?: (string | null);
1183
1185
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1184
1186
  idTagValue?: (string | null);
1185
1187
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -1190,6 +1192,8 @@ declare namespace $wrapper {
1190
1192
  location?: (string | null);
1191
1193
  combinedDigest?: (string | null);
1192
1194
  commitTimestamp?: (string | null);
1195
+ commitRevision?: (string | null);
1196
+ repoUrl?: (string | null);
1193
1197
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1194
1198
  idTagValue?: (string | null);
1195
1199
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -2192,6 +2196,7 @@ declare namespace $wrapper {
2192
2196
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2193
2197
  exposure?: ($wrapper.wix.api.Exposure | null);
2194
2198
  maturity?: ($wrapper.wix.api.Maturity | null);
2199
+ additionalMetadataFqn?: (string | null);
2195
2200
  }
2196
2201
  export class DomainEvent implements IDomainEvent {
2197
2202
  constructor(data?: IDomainEvent);
@@ -2200,6 +2205,7 @@ declare namespace $wrapper {
2200
2205
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2201
2206
  exposure?: ($wrapper.wix.api.Exposure | null);
2202
2207
  maturity?: ($wrapper.wix.api.Maturity | null);
2208
+ additionalMetadataFqn?: (string | null);
2203
2209
  static __$$generatedFromProtobuf$$__: Symbol;
2204
2210
  }
2205
2211
  export namespace DomainEvent {
@@ -3453,8 +3459,10 @@ declare namespace $wrapper {
3453
3459
  '.wix.api.min'?: (number | null);
3454
3460
  '.wix.api.maxLength'?: (number | null);
3455
3461
  '.wix.api.minLength'?: (number | null);
3462
+ '.wix.api.exactLength'?: (number | null);
3456
3463
  '.wix.api.maxSize'?: (number | null);
3457
3464
  '.wix.api.minSize'?: (number | null);
3465
+ '.wix.api.exactSize'?: (number | null);
3458
3466
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3459
3467
  '.wix.api.readOnly'?: (boolean | null);
3460
3468
  '.wix.api.immutable'?: (boolean | null);
@@ -3485,8 +3493,10 @@ declare namespace $wrapper {
3485
3493
  '.wix.api.min'?: (number | null);
3486
3494
  '.wix.api.maxLength'?: (number | null);
3487
3495
  '.wix.api.minLength'?: (number | null);
3496
+ '.wix.api.exactLength'?: (number | null);
3488
3497
  '.wix.api.maxSize'?: (number | null);
3489
3498
  '.wix.api.minSize'?: (number | null);
3499
+ '.wix.api.exactSize'?: (number | null);
3490
3500
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3491
3501
  '.wix.api.readOnly'?: (boolean | null);
3492
3502
  '.wix.api.immutable'?: (boolean | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': 'f327f8e973db1d7338cd077da97a96b5296ef196'
13
+ 'contentHash': '4d1f71142d4d2069e240e51f18909b04fd7d46f5'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -3066,6 +3066,44 @@ $root.__lookup = function (pbjs) {
3066
3066
  }
3067
3067
  ]
3068
3068
  },
3069
+ 'commitRevision': {
3070
+ 'type': 'google.protobuf.StringValue',
3071
+ 'id': 8,
3072
+ 'options': {
3073
+ '(wix.api.minLength)': 1,
3074
+ '(wix.api.maxLength)': 100
3075
+ },
3076
+ 'comment': null,
3077
+ 'parsedOptions': [
3078
+ {
3079
+ '(wix.api.minLength)': 1,
3080
+ '__comment': null
3081
+ },
3082
+ {
3083
+ '(wix.api.maxLength)': 100,
3084
+ '__comment': null
3085
+ }
3086
+ ]
3087
+ },
3088
+ 'repoUrl': {
3089
+ 'type': 'google.protobuf.StringValue',
3090
+ 'id': 9,
3091
+ 'options': {
3092
+ '(wix.api.minLength)': 1,
3093
+ '(wix.api.maxLength)': 500
3094
+ },
3095
+ 'comment': null,
3096
+ 'parsedOptions': [
3097
+ {
3098
+ '(wix.api.minLength)': 1,
3099
+ '__comment': null
3100
+ },
3101
+ {
3102
+ '(wix.api.maxLength)': 500,
3103
+ '__comment': null
3104
+ }
3105
+ ]
3106
+ },
3069
3107
  'type': {
3070
3108
  'type': 'TargetType',
3071
3109
  'id': 5,
@@ -5678,6 +5716,12 @@ $root.__lookup = function (pbjs) {
5678
5716
  'id': 7,
5679
5717
  'comment': null,
5680
5718
  'parsedOptions': null
5719
+ },
5720
+ 'additionalMetadataFqn': {
5721
+ 'type': 'string',
5722
+ 'id': 8,
5723
+ 'comment': null,
5724
+ 'parsedOptions': null
5681
5725
  }
5682
5726
  },
5683
5727
  'nested': {
@@ -5803,6 +5847,13 @@ $root.__lookup = function (pbjs) {
5803
5847
  'comment': null,
5804
5848
  'parsedOptions': null
5805
5849
  },
5850
+ 'exactLength': {
5851
+ 'type': 'int32',
5852
+ 'id': 50206,
5853
+ 'extend': 'google.protobuf.FieldOptions',
5854
+ 'comment': null,
5855
+ 'parsedOptions': null
5856
+ },
5806
5857
  'maxSize': {
5807
5858
  'type': 'int32',
5808
5859
  'id': 50209,
@@ -5817,6 +5868,13 @@ $root.__lookup = function (pbjs) {
5817
5868
  'comment': null,
5818
5869
  'parsedOptions': null
5819
5870
  },
5871
+ 'exactSize': {
5872
+ 'type': 'int32',
5873
+ 'id': 50213,
5874
+ 'extend': 'google.protobuf.FieldOptions',
5875
+ 'comment': null,
5876
+ 'parsedOptions': null
5877
+ },
5820
5878
  'format': {
5821
5879
  'type': 'Format',
5822
5880
  'id': 50205,
@@ -22328,6 +22386,8 @@ $root.wix = (function () {
22328
22386
  this.location = props && props.location;
22329
22387
  this.combinedDigest = props && props.combinedDigest;
22330
22388
  this.commitTimestamp = props && props.commitTimestamp;
22389
+ this.commitRevision = props && props.commitRevision;
22390
+ this.repoUrl = props && props.repoUrl;
22331
22391
  this.type = props && props.type;
22332
22392
  this.idTagValue = props && props.idTagValue;
22333
22393
  this.files = props && props.files;
@@ -22357,6 +22417,16 @@ $root.wix = (function () {
22357
22417
  } else if (withDefaults) {
22358
22418
  delete json['commitTimestamp'];
22359
22419
  }
22420
+ if (obj['commitRevision'] != null) {
22421
+ json['commitRevision'] = $root.google.protobuf.StringValue.toJSON(obj['commitRevision'], helper, withDefaults);
22422
+ } else if (withDefaults) {
22423
+ delete json['commitRevision'];
22424
+ }
22425
+ if (obj['repoUrl'] != null) {
22426
+ json['repoUrl'] = $root.google.protobuf.StringValue.toJSON(obj['repoUrl'], helper, withDefaults);
22427
+ } else if (withDefaults) {
22428
+ delete json['repoUrl'];
22429
+ }
22360
22430
  if (obj['type'] != null) {
22361
22431
  json['type'] = $root.wix.coreservices.businessschema.v1.internal.TargetType[obj['type']];
22362
22432
  } else if (withDefaults) {
@@ -22408,6 +22478,20 @@ $root.wix = (function () {
22408
22478
  } else {
22409
22479
  delete result['commitTimestamp'];
22410
22480
  }
22481
+ if (json['commitRevision'] != null) {
22482
+ result['commitRevision'] = $root.google.protobuf.StringValue.fromJSON(json['commitRevision'], helper);
22483
+ } else if (withDefaults !== false) {
22484
+ delete result['commitRevision'];
22485
+ } else {
22486
+ delete result['commitRevision'];
22487
+ }
22488
+ if (json['repoUrl'] != null) {
22489
+ result['repoUrl'] = $root.google.protobuf.StringValue.fromJSON(json['repoUrl'], helper);
22490
+ } else if (withDefaults !== false) {
22491
+ delete result['repoUrl'];
22492
+ } else {
22493
+ delete result['repoUrl'];
22494
+ }
22411
22495
  if (json['type'] != null) {
22412
22496
  result['type'] = typeof json['type'] === 'string' ? json['type'] : $root.wix.coreservices.businessschema.v1.internal.TargetType[json['type']];
22413
22497
  } else if (withDefaults !== false) {
@@ -22452,6 +22536,12 @@ $root.wix = (function () {
22452
22536
  if (obj['commitTimestamp'] != null) {
22453
22537
  grpc['commitTimestamp'] = $root.google.protobuf.StringValue.toGRPC(obj['commitTimestamp'], helper);
22454
22538
  }
22539
+ if (obj['commitRevision'] != null) {
22540
+ grpc['commitRevision'] = $root.google.protobuf.StringValue.toGRPC(obj['commitRevision'], helper);
22541
+ }
22542
+ if (obj['repoUrl'] != null) {
22543
+ grpc['repoUrl'] = $root.google.protobuf.StringValue.toGRPC(obj['repoUrl'], helper);
22544
+ }
22455
22545
  if (obj['type'] != null) {
22456
22546
  grpc['type'] = obj['type'];
22457
22547
  }
@@ -22491,6 +22581,16 @@ $root.wix = (function () {
22491
22581
  } else {
22492
22582
  delete result['commitTimestamp'];
22493
22583
  }
22584
+ if (grpc['commitRevision'] != null) {
22585
+ result['commitRevision'] = $root.google.protobuf.StringValue.fromGRPC(grpc['commitRevision'], helper);
22586
+ } else {
22587
+ delete result['commitRevision'];
22588
+ }
22589
+ if (grpc['repoUrl'] != null) {
22590
+ result['repoUrl'] = $root.google.protobuf.StringValue.fromGRPC(grpc['repoUrl'], helper);
22591
+ } else {
22592
+ delete result['repoUrl'];
22593
+ }
22494
22594
  if (grpc['type'] != null) {
22495
22595
  result['type'] = grpc['type'];
22496
22596
  } else {
@@ -32599,6 +32699,7 @@ $root.wix = (function () {
32599
32699
  this.eventType = props && props.eventType;
32600
32700
  this.exposure = props && props.exposure;
32601
32701
  this.maturity = props && props.maturity;
32702
+ this.additionalMetadataFqn = props && props.additionalMetadataFqn;
32602
32703
  }
32603
32704
  static toJSON(obj, helper, withDefaults) {
32604
32705
  if (obj == null) {
@@ -32630,6 +32731,11 @@ $root.wix = (function () {
32630
32731
  } else if (withDefaults) {
32631
32732
  json['maturity'] = 'ALPHA';
32632
32733
  }
32734
+ if (obj['additionalMetadataFqn'] != null) {
32735
+ json['additionalMetadataFqn'] = obj['additionalMetadataFqn'];
32736
+ } else if (withDefaults) {
32737
+ json['additionalMetadataFqn'] = '';
32738
+ }
32633
32739
  return json;
32634
32740
  }
32635
32741
  }
@@ -32671,6 +32777,13 @@ $root.wix = (function () {
32671
32777
  } else {
32672
32778
  delete result['maturity'];
32673
32779
  }
32780
+ if (json['additionalMetadataFqn'] != null) {
32781
+ result['additionalMetadataFqn'] = json['additionalMetadataFqn'];
32782
+ } else if (withDefaults !== false) {
32783
+ result['additionalMetadataFqn'] = '';
32784
+ } else {
32785
+ delete result['additionalMetadataFqn'];
32786
+ }
32674
32787
  return result;
32675
32788
  } else
32676
32789
  return json;
@@ -32695,6 +32808,9 @@ $root.wix = (function () {
32695
32808
  if (obj['maturity'] != null) {
32696
32809
  grpc['maturity'] = obj['maturity'];
32697
32810
  }
32811
+ if (obj['additionalMetadataFqn'] != null) {
32812
+ grpc['additionalMetadataFqn'] = obj['additionalMetadataFqn'];
32813
+ }
32698
32814
  return grpc;
32699
32815
  }
32700
32816
  }
@@ -32728,6 +32844,11 @@ $root.wix = (function () {
32728
32844
  } else {
32729
32845
  result['maturity'] = 'ALPHA';
32730
32846
  }
32847
+ if (grpc['additionalMetadataFqn'] != null) {
32848
+ result['additionalMetadataFqn'] = grpc['additionalMetadataFqn'];
32849
+ } else {
32850
+ result['additionalMetadataFqn'] = '';
32851
+ }
32731
32852
  return result;
32732
32853
  }
32733
32854
  }
@@ -55493,8 +55614,10 @@ $root.google = (function () {
55493
55614
  this['wix.api.min'] = props && props['wix.api.min'];
55494
55615
  this['wix.api.maxLength'] = props && props['wix.api.maxLength'];
55495
55616
  this['wix.api.minLength'] = props && props['wix.api.minLength'];
55617
+ this['wix.api.exactLength'] = props && props['wix.api.exactLength'];
55496
55618
  this['wix.api.maxSize'] = props && props['wix.api.maxSize'];
55497
55619
  this['wix.api.minSize'] = props && props['wix.api.minSize'];
55620
+ this['wix.api.exactSize'] = props && props['wix.api.exactSize'];
55498
55621
  this['wix.api.format'] = props && props['wix.api.format'];
55499
55622
  this['wix.api.readOnly'] = props && props['wix.api.readOnly'];
55500
55623
  this['wix.api.immutable'] = props && props['wix.api.immutable'];
@@ -55614,6 +55737,11 @@ $root.google = (function () {
55614
55737
  } else if (withDefaults) {
55615
55738
  json['wix.api.minLength'] = 0;
55616
55739
  }
55740
+ if (obj['wix.api.exactLength'] != null) {
55741
+ json['wix.api.exactLength'] = obj['wix.api.exactLength'];
55742
+ } else if (withDefaults) {
55743
+ json['wix.api.exactLength'] = 0;
55744
+ }
55617
55745
  if (obj['wix.api.maxSize'] != null) {
55618
55746
  json['wix.api.maxSize'] = obj['wix.api.maxSize'];
55619
55747
  } else if (withDefaults) {
@@ -55624,6 +55752,11 @@ $root.google = (function () {
55624
55752
  } else if (withDefaults) {
55625
55753
  json['wix.api.minSize'] = 0;
55626
55754
  }
55755
+ if (obj['wix.api.exactSize'] != null) {
55756
+ json['wix.api.exactSize'] = obj['wix.api.exactSize'];
55757
+ } else if (withDefaults) {
55758
+ json['wix.api.exactSize'] = 0;
55759
+ }
55627
55760
  if (obj['wix.api.format'] != null) {
55628
55761
  json['wix.api.format'] = $root.wix.api.Format[obj['wix.api.format']];
55629
55762
  } else if (withDefaults) {
@@ -55809,6 +55942,13 @@ $root.google = (function () {
55809
55942
  } else {
55810
55943
  delete result['wix.api.minLength'];
55811
55944
  }
55945
+ if (json['wix.api.exactLength'] != null) {
55946
+ result['wix.api.exactLength'] = json['wix.api.exactLength'];
55947
+ } else if (withDefaults !== false) {
55948
+ result['wix.api.exactLength'] = 0;
55949
+ } else {
55950
+ delete result['wix.api.exactLength'];
55951
+ }
55812
55952
  if (json['wix.api.maxSize'] != null) {
55813
55953
  result['wix.api.maxSize'] = json['wix.api.maxSize'];
55814
55954
  } else if (withDefaults !== false) {
@@ -55823,6 +55963,13 @@ $root.google = (function () {
55823
55963
  } else {
55824
55964
  delete result['wix.api.minSize'];
55825
55965
  }
55966
+ if (json['wix.api.exactSize'] != null) {
55967
+ result['wix.api.exactSize'] = json['wix.api.exactSize'];
55968
+ } else if (withDefaults !== false) {
55969
+ result['wix.api.exactSize'] = 0;
55970
+ } else {
55971
+ delete result['wix.api.exactSize'];
55972
+ }
55826
55973
  if (json['wix.api.format'] != null) {
55827
55974
  result['wix.api.format'] = typeof json['wix.api.format'] === 'string' ? json['wix.api.format'] : $root.wix.api.Format[json['wix.api.format']];
55828
55975
  } else if (withDefaults !== false) {
@@ -55939,12 +56086,18 @@ $root.google = (function () {
55939
56086
  if (obj['wix.api.minLength'] != null) {
55940
56087
  grpc['wix.api.minLength'] = obj['wix.api.minLength'];
55941
56088
  }
56089
+ if (obj['wix.api.exactLength'] != null) {
56090
+ grpc['wix.api.exactLength'] = obj['wix.api.exactLength'];
56091
+ }
55942
56092
  if (obj['wix.api.maxSize'] != null) {
55943
56093
  grpc['wix.api.maxSize'] = obj['wix.api.maxSize'];
55944
56094
  }
55945
56095
  if (obj['wix.api.minSize'] != null) {
55946
56096
  grpc['wix.api.minSize'] = obj['wix.api.minSize'];
55947
56097
  }
56098
+ if (obj['wix.api.exactSize'] != null) {
56099
+ grpc['wix.api.exactSize'] = obj['wix.api.exactSize'];
56100
+ }
55948
56101
  if (obj['wix.api.format'] != null) {
55949
56102
  grpc['wix.api.format'] = obj['wix.api.format'];
55950
56103
  }
@@ -56078,6 +56231,11 @@ $root.google = (function () {
56078
56231
  } else {
56079
56232
  result['wix.api.minLength'] = 0;
56080
56233
  }
56234
+ if (grpc['wix.api.exactLength'] != null) {
56235
+ result['wix.api.exactLength'] = grpc['wix.api.exactLength'];
56236
+ } else {
56237
+ result['wix.api.exactLength'] = 0;
56238
+ }
56081
56239
  if (grpc['wix.api.maxSize'] != null) {
56082
56240
  result['wix.api.maxSize'] = grpc['wix.api.maxSize'];
56083
56241
  } else {
@@ -56088,6 +56246,11 @@ $root.google = (function () {
56088
56246
  } else {
56089
56247
  result['wix.api.minSize'] = 0;
56090
56248
  }
56249
+ if (grpc['wix.api.exactSize'] != null) {
56250
+ result['wix.api.exactSize'] = grpc['wix.api.exactSize'];
56251
+ } else {
56252
+ result['wix.api.exactSize'] = 0;
56253
+ }
56091
56254
  if (grpc['wix.api.format'] != null) {
56092
56255
  result['wix.api.format'] = grpc['wix.api.format'];
56093
56256
  } else {
@@ -1180,6 +1180,8 @@ declare namespace $requests {
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
1182
  commitTimestamp?: string;
1183
+ commitRevision?: string;
1184
+ repoUrl?: string;
1183
1185
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1186
  idTagValue?: string;
1185
1187
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1190,6 +1192,8 @@ declare namespace $requests {
1190
1192
  location?: string;
1191
1193
  combinedDigest?: string;
1192
1194
  commitTimestamp?: string;
1195
+ commitRevision?: string;
1196
+ repoUrl?: string;
1193
1197
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1198
  idTagValue?: string;
1195
1199
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -2172,6 +2176,7 @@ declare namespace $requests {
2172
2176
  eventType: $requests.wix.api.DomainEvent.EventType;
2173
2177
  exposure: $requests.wix.api.Exposure;
2174
2178
  maturity: $requests.wix.api.Maturity;
2179
+ additionalMetadataFqn: string;
2175
2180
  }
2176
2181
  export class DomainEvent implements IDomainEvent {
2177
2182
  constructor(data?: IDomainEvent);
@@ -2180,6 +2185,7 @@ declare namespace $requests {
2180
2185
  eventType: $requests.wix.api.DomainEvent.EventType;
2181
2186
  exposure: $requests.wix.api.Exposure;
2182
2187
  maturity: $requests.wix.api.Maturity;
2188
+ additionalMetadataFqn: string;
2183
2189
  static __$$generatedFromProtobuf$$__: Symbol;
2184
2190
  }
2185
2191
  export namespace DomainEvent {
@@ -3431,8 +3437,10 @@ declare namespace $requests {
3431
3437
  '.wix.api.min': number;
3432
3438
  '.wix.api.maxLength': number;
3433
3439
  '.wix.api.minLength': number;
3440
+ '.wix.api.exactLength': number;
3434
3441
  '.wix.api.maxSize': number;
3435
3442
  '.wix.api.minSize': number;
3443
+ '.wix.api.exactSize': number;
3436
3444
  '.wix.api.format': $requests.wix.api.Format;
3437
3445
  '.wix.api.readOnly': boolean;
3438
3446
  '.wix.api.immutable': boolean;
@@ -3463,8 +3471,10 @@ declare namespace $requests {
3463
3471
  '.wix.api.min': number;
3464
3472
  '.wix.api.maxLength': number;
3465
3473
  '.wix.api.minLength': number;
3474
+ '.wix.api.exactLength': number;
3466
3475
  '.wix.api.maxSize': number;
3467
3476
  '.wix.api.minSize': number;
3477
+ '.wix.api.exactSize': number;
3468
3478
  '.wix.api.format': $requests.wix.api.Format;
3469
3479
  '.wix.api.readOnly': boolean;
3470
3480
  '.wix.api.immutable': boolean;
@@ -4917,6 +4927,8 @@ declare namespace $responses {
4917
4927
  location?: string;
4918
4928
  combinedDigest?: string;
4919
4929
  commitTimestamp?: string;
4930
+ commitRevision?: string;
4931
+ repoUrl?: string;
4920
4932
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4921
4933
  idTagValue?: string;
4922
4934
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4927,6 +4939,8 @@ declare namespace $responses {
4927
4939
  location?: string;
4928
4940
  combinedDigest?: string;
4929
4941
  commitTimestamp?: string;
4942
+ commitRevision?: string;
4943
+ repoUrl?: string;
4930
4944
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4931
4945
  idTagValue?: string;
4932
4946
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -5909,6 +5923,7 @@ declare namespace $responses {
5909
5923
  eventType?: $responses.wix.api.DomainEvent.EventType;
5910
5924
  exposure?: $responses.wix.api.Exposure;
5911
5925
  maturity?: $responses.wix.api.Maturity;
5926
+ additionalMetadataFqn?: string;
5912
5927
  }
5913
5928
  export class DomainEvent implements IDomainEvent {
5914
5929
  constructor(data?: IDomainEvent);
@@ -5917,6 +5932,7 @@ declare namespace $responses {
5917
5932
  eventType?: $responses.wix.api.DomainEvent.EventType;
5918
5933
  exposure?: $responses.wix.api.Exposure;
5919
5934
  maturity?: $responses.wix.api.Maturity;
5935
+ additionalMetadataFqn?: string;
5920
5936
  static __$$generatedFromProtobuf$$__: Symbol;
5921
5937
  }
5922
5938
  export namespace DomainEvent {
@@ -7168,8 +7184,10 @@ declare namespace $responses {
7168
7184
  '.wix.api.min'?: number;
7169
7185
  '.wix.api.maxLength'?: number;
7170
7186
  '.wix.api.minLength'?: number;
7187
+ '.wix.api.exactLength'?: number;
7171
7188
  '.wix.api.maxSize'?: number;
7172
7189
  '.wix.api.minSize'?: number;
7190
+ '.wix.api.exactSize'?: number;
7173
7191
  '.wix.api.format'?: $responses.wix.api.Format;
7174
7192
  '.wix.api.readOnly'?: boolean;
7175
7193
  '.wix.api.immutable'?: boolean;
@@ -7200,8 +7218,10 @@ declare namespace $responses {
7200
7218
  '.wix.api.min'?: number;
7201
7219
  '.wix.api.maxLength'?: number;
7202
7220
  '.wix.api.minLength'?: number;
7221
+ '.wix.api.exactLength'?: number;
7203
7222
  '.wix.api.maxSize'?: number;
7204
7223
  '.wix.api.minSize'?: number;
7224
+ '.wix.api.exactSize'?: number;
7205
7225
  '.wix.api.format'?: $responses.wix.api.Format;
7206
7226
  '.wix.api.readOnly'?: boolean;
7207
7227
  '.wix.api.immutable'?: boolean;
@@ -1180,6 +1180,8 @@ declare namespace $requests {
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
1182
  commitTimestamp?: string;
1183
+ commitRevision?: string;
1184
+ repoUrl?: string;
1183
1185
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1186
  idTagValue?: string;
1185
1187
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1190,6 +1192,8 @@ declare namespace $requests {
1190
1192
  location?: string;
1191
1193
  combinedDigest?: string;
1192
1194
  commitTimestamp?: string;
1195
+ commitRevision?: string;
1196
+ repoUrl?: string;
1193
1197
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1198
  idTagValue?: string;
1195
1199
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -2172,6 +2176,7 @@ declare namespace $requests {
2172
2176
  eventType?: $requests.wix.api.DomainEvent.EventType;
2173
2177
  exposure?: $requests.wix.api.Exposure;
2174
2178
  maturity?: $requests.wix.api.Maturity;
2179
+ additionalMetadataFqn?: string;
2175
2180
  }
2176
2181
  export class DomainEvent implements IDomainEvent {
2177
2182
  constructor(data?: IDomainEvent);
@@ -2180,6 +2185,7 @@ declare namespace $requests {
2180
2185
  eventType?: $requests.wix.api.DomainEvent.EventType;
2181
2186
  exposure?: $requests.wix.api.Exposure;
2182
2187
  maturity?: $requests.wix.api.Maturity;
2188
+ additionalMetadataFqn?: string;
2183
2189
  static __$$generatedFromProtobuf$$__: Symbol;
2184
2190
  }
2185
2191
  export namespace DomainEvent {
@@ -3431,8 +3437,10 @@ declare namespace $requests {
3431
3437
  '.wix.api.min'?: number;
3432
3438
  '.wix.api.maxLength'?: number;
3433
3439
  '.wix.api.minLength'?: number;
3440
+ '.wix.api.exactLength'?: number;
3434
3441
  '.wix.api.maxSize'?: number;
3435
3442
  '.wix.api.minSize'?: number;
3443
+ '.wix.api.exactSize'?: number;
3436
3444
  '.wix.api.format'?: $requests.wix.api.Format;
3437
3445
  '.wix.api.readOnly'?: boolean;
3438
3446
  '.wix.api.immutable'?: boolean;
@@ -3463,8 +3471,10 @@ declare namespace $requests {
3463
3471
  '.wix.api.min'?: number;
3464
3472
  '.wix.api.maxLength'?: number;
3465
3473
  '.wix.api.minLength'?: number;
3474
+ '.wix.api.exactLength'?: number;
3466
3475
  '.wix.api.maxSize'?: number;
3467
3476
  '.wix.api.minSize'?: number;
3477
+ '.wix.api.exactSize'?: number;
3468
3478
  '.wix.api.format'?: $requests.wix.api.Format;
3469
3479
  '.wix.api.readOnly'?: boolean;
3470
3480
  '.wix.api.immutable'?: boolean;
@@ -4917,6 +4927,8 @@ declare namespace $responses {
4917
4927
  location?: string;
4918
4928
  combinedDigest?: string;
4919
4929
  commitTimestamp?: string;
4930
+ commitRevision?: string;
4931
+ repoUrl?: string;
4920
4932
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4921
4933
  idTagValue?: string;
4922
4934
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4927,6 +4939,8 @@ declare namespace $responses {
4927
4939
  location?: string;
4928
4940
  combinedDigest?: string;
4929
4941
  commitTimestamp?: string;
4942
+ commitRevision?: string;
4943
+ repoUrl?: string;
4930
4944
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4931
4945
  idTagValue?: string;
4932
4946
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -5909,6 +5923,7 @@ declare namespace $responses {
5909
5923
  eventType: $responses.wix.api.DomainEvent.EventType;
5910
5924
  exposure: $responses.wix.api.Exposure;
5911
5925
  maturity: $responses.wix.api.Maturity;
5926
+ additionalMetadataFqn: string;
5912
5927
  }
5913
5928
  export class DomainEvent implements IDomainEvent {
5914
5929
  constructor(data?: IDomainEvent);
@@ -5917,6 +5932,7 @@ declare namespace $responses {
5917
5932
  eventType: $responses.wix.api.DomainEvent.EventType;
5918
5933
  exposure: $responses.wix.api.Exposure;
5919
5934
  maturity: $responses.wix.api.Maturity;
5935
+ additionalMetadataFqn: string;
5920
5936
  static __$$generatedFromProtobuf$$__: Symbol;
5921
5937
  }
5922
5938
  export namespace DomainEvent {
@@ -7168,8 +7184,10 @@ declare namespace $responses {
7168
7184
  '.wix.api.min': number;
7169
7185
  '.wix.api.maxLength': number;
7170
7186
  '.wix.api.minLength': number;
7187
+ '.wix.api.exactLength': number;
7171
7188
  '.wix.api.maxSize': number;
7172
7189
  '.wix.api.minSize': number;
7190
+ '.wix.api.exactSize': number;
7173
7191
  '.wix.api.format': $responses.wix.api.Format;
7174
7192
  '.wix.api.readOnly': boolean;
7175
7193
  '.wix.api.immutable': boolean;
@@ -7200,8 +7218,10 @@ declare namespace $responses {
7200
7218
  '.wix.api.min': number;
7201
7219
  '.wix.api.maxLength': number;
7202
7220
  '.wix.api.minLength': number;
7221
+ '.wix.api.exactLength': number;
7203
7222
  '.wix.api.maxSize': number;
7204
7223
  '.wix.api.minSize': number;
7224
+ '.wix.api.exactSize': number;
7205
7225
  '.wix.api.format': $responses.wix.api.Format;
7206
7226
  '.wix.api.readOnly': boolean;
7207
7227
  '.wix.api.immutable': boolean;
@@ -1180,6 +1180,8 @@ declare namespace $wrapper {
1180
1180
  location?: (string | null);
1181
1181
  combinedDigest?: (string | null);
1182
1182
  commitTimestamp?: (string | null);
1183
+ commitRevision?: (string | null);
1184
+ repoUrl?: (string | null);
1183
1185
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1184
1186
  idTagValue?: (string | null);
1185
1187
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -1190,6 +1192,8 @@ declare namespace $wrapper {
1190
1192
  location?: (string | null);
1191
1193
  combinedDigest?: (string | null);
1192
1194
  commitTimestamp?: (string | null);
1195
+ commitRevision?: (string | null);
1196
+ repoUrl?: (string | null);
1193
1197
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1194
1198
  idTagValue?: (string | null);
1195
1199
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -2192,6 +2196,7 @@ declare namespace $wrapper {
2192
2196
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2193
2197
  exposure?: ($wrapper.wix.api.Exposure | null);
2194
2198
  maturity?: ($wrapper.wix.api.Maturity | null);
2199
+ additionalMetadataFqn?: (string | null);
2195
2200
  }
2196
2201
  export class DomainEvent implements IDomainEvent {
2197
2202
  constructor(data?: IDomainEvent);
@@ -2200,6 +2205,7 @@ declare namespace $wrapper {
2200
2205
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2201
2206
  exposure?: ($wrapper.wix.api.Exposure | null);
2202
2207
  maturity?: ($wrapper.wix.api.Maturity | null);
2208
+ additionalMetadataFqn?: (string | null);
2203
2209
  static __$$generatedFromProtobuf$$__: Symbol;
2204
2210
  }
2205
2211
  export namespace DomainEvent {
@@ -3453,8 +3459,10 @@ declare namespace $wrapper {
3453
3459
  '.wix.api.min'?: (number | null);
3454
3460
  '.wix.api.maxLength'?: (number | null);
3455
3461
  '.wix.api.minLength'?: (number | null);
3462
+ '.wix.api.exactLength'?: (number | null);
3456
3463
  '.wix.api.maxSize'?: (number | null);
3457
3464
  '.wix.api.minSize'?: (number | null);
3465
+ '.wix.api.exactSize'?: (number | null);
3458
3466
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3459
3467
  '.wix.api.readOnly'?: (boolean | null);
3460
3468
  '.wix.api.immutable'?: (boolean | null);
@@ -3485,8 +3493,10 @@ declare namespace $wrapper {
3485
3493
  '.wix.api.min'?: (number | null);
3486
3494
  '.wix.api.maxLength'?: (number | null);
3487
3495
  '.wix.api.minLength'?: (number | null);
3496
+ '.wix.api.exactLength'?: (number | null);
3488
3497
  '.wix.api.maxSize'?: (number | null);
3489
3498
  '.wix.api.minSize'?: (number | null);
3499
+ '.wix.api.exactSize'?: (number | null);
3490
3500
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3491
3501
  '.wix.api.readOnly'?: (boolean | null);
3492
3502
  '.wix.api.immutable'?: (boolean | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': 'f327f8e973db1d7338cd077da97a96b5296ef196'
13
+ 'contentHash': '4d1f71142d4d2069e240e51f18909b04fd7d46f5'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -3066,6 +3066,44 @@ $root.__lookup = function (pbjs) {
3066
3066
  }
3067
3067
  ]
3068
3068
  },
3069
+ 'commitRevision': {
3070
+ 'type': 'google.protobuf.StringValue',
3071
+ 'id': 8,
3072
+ 'options': {
3073
+ '(wix.api.minLength)': 1,
3074
+ '(wix.api.maxLength)': 100
3075
+ },
3076
+ 'comment': null,
3077
+ 'parsedOptions': [
3078
+ {
3079
+ '(wix.api.minLength)': 1,
3080
+ '__comment': null
3081
+ },
3082
+ {
3083
+ '(wix.api.maxLength)': 100,
3084
+ '__comment': null
3085
+ }
3086
+ ]
3087
+ },
3088
+ 'repoUrl': {
3089
+ 'type': 'google.protobuf.StringValue',
3090
+ 'id': 9,
3091
+ 'options': {
3092
+ '(wix.api.minLength)': 1,
3093
+ '(wix.api.maxLength)': 500
3094
+ },
3095
+ 'comment': null,
3096
+ 'parsedOptions': [
3097
+ {
3098
+ '(wix.api.minLength)': 1,
3099
+ '__comment': null
3100
+ },
3101
+ {
3102
+ '(wix.api.maxLength)': 500,
3103
+ '__comment': null
3104
+ }
3105
+ ]
3106
+ },
3069
3107
  'type': {
3070
3108
  'type': 'TargetType',
3071
3109
  'id': 5,
@@ -5678,6 +5716,12 @@ $root.__lookup = function (pbjs) {
5678
5716
  'id': 7,
5679
5717
  'comment': null,
5680
5718
  'parsedOptions': null
5719
+ },
5720
+ 'additionalMetadataFqn': {
5721
+ 'type': 'string',
5722
+ 'id': 8,
5723
+ 'comment': null,
5724
+ 'parsedOptions': null
5681
5725
  }
5682
5726
  },
5683
5727
  'nested': {
@@ -5803,6 +5847,13 @@ $root.__lookup = function (pbjs) {
5803
5847
  'comment': null,
5804
5848
  'parsedOptions': null
5805
5849
  },
5850
+ 'exactLength': {
5851
+ 'type': 'int32',
5852
+ 'id': 50206,
5853
+ 'extend': 'google.protobuf.FieldOptions',
5854
+ 'comment': null,
5855
+ 'parsedOptions': null
5856
+ },
5806
5857
  'maxSize': {
5807
5858
  'type': 'int32',
5808
5859
  'id': 50209,
@@ -5817,6 +5868,13 @@ $root.__lookup = function (pbjs) {
5817
5868
  'comment': null,
5818
5869
  'parsedOptions': null
5819
5870
  },
5871
+ 'exactSize': {
5872
+ 'type': 'int32',
5873
+ 'id': 50213,
5874
+ 'extend': 'google.protobuf.FieldOptions',
5875
+ 'comment': null,
5876
+ 'parsedOptions': null
5877
+ },
5820
5878
  'format': {
5821
5879
  'type': 'Format',
5822
5880
  'id': 50205,
@@ -22328,6 +22386,8 @@ $root.wix = (function () {
22328
22386
  this.location = props && props.location;
22329
22387
  this.combinedDigest = props && props.combinedDigest;
22330
22388
  this.commitTimestamp = props && props.commitTimestamp;
22389
+ this.commitRevision = props && props.commitRevision;
22390
+ this.repoUrl = props && props.repoUrl;
22331
22391
  this.type = props && props.type;
22332
22392
  this.idTagValue = props && props.idTagValue;
22333
22393
  this.files = props && props.files;
@@ -22357,6 +22417,16 @@ $root.wix = (function () {
22357
22417
  } else if (withDefaults) {
22358
22418
  delete json['commitTimestamp'];
22359
22419
  }
22420
+ if (obj['commitRevision'] != null) {
22421
+ json['commitRevision'] = $root.google.protobuf.StringValue.toJSON(obj['commitRevision'], helper, withDefaults);
22422
+ } else if (withDefaults) {
22423
+ delete json['commitRevision'];
22424
+ }
22425
+ if (obj['repoUrl'] != null) {
22426
+ json['repoUrl'] = $root.google.protobuf.StringValue.toJSON(obj['repoUrl'], helper, withDefaults);
22427
+ } else if (withDefaults) {
22428
+ delete json['repoUrl'];
22429
+ }
22360
22430
  if (obj['type'] != null) {
22361
22431
  json['type'] = $root.wix.coreservices.businessschema.v1.internal.TargetType[obj['type']];
22362
22432
  } else if (withDefaults) {
@@ -22408,6 +22478,20 @@ $root.wix = (function () {
22408
22478
  } else {
22409
22479
  delete result['commitTimestamp'];
22410
22480
  }
22481
+ if (json['commitRevision'] != null) {
22482
+ result['commitRevision'] = $root.google.protobuf.StringValue.fromJSON(json['commitRevision'], helper);
22483
+ } else if (withDefaults !== false) {
22484
+ delete result['commitRevision'];
22485
+ } else {
22486
+ delete result['commitRevision'];
22487
+ }
22488
+ if (json['repoUrl'] != null) {
22489
+ result['repoUrl'] = $root.google.protobuf.StringValue.fromJSON(json['repoUrl'], helper);
22490
+ } else if (withDefaults !== false) {
22491
+ delete result['repoUrl'];
22492
+ } else {
22493
+ delete result['repoUrl'];
22494
+ }
22411
22495
  if (json['type'] != null) {
22412
22496
  result['type'] = typeof json['type'] === 'string' ? json['type'] : $root.wix.coreservices.businessschema.v1.internal.TargetType[json['type']];
22413
22497
  } else if (withDefaults !== false) {
@@ -22452,6 +22536,12 @@ $root.wix = (function () {
22452
22536
  if (obj['commitTimestamp'] != null) {
22453
22537
  grpc['commitTimestamp'] = $root.google.protobuf.StringValue.toGRPC(obj['commitTimestamp'], helper);
22454
22538
  }
22539
+ if (obj['commitRevision'] != null) {
22540
+ grpc['commitRevision'] = $root.google.protobuf.StringValue.toGRPC(obj['commitRevision'], helper);
22541
+ }
22542
+ if (obj['repoUrl'] != null) {
22543
+ grpc['repoUrl'] = $root.google.protobuf.StringValue.toGRPC(obj['repoUrl'], helper);
22544
+ }
22455
22545
  if (obj['type'] != null) {
22456
22546
  grpc['type'] = obj['type'];
22457
22547
  }
@@ -22491,6 +22581,16 @@ $root.wix = (function () {
22491
22581
  } else {
22492
22582
  delete result['commitTimestamp'];
22493
22583
  }
22584
+ if (grpc['commitRevision'] != null) {
22585
+ result['commitRevision'] = $root.google.protobuf.StringValue.fromGRPC(grpc['commitRevision'], helper);
22586
+ } else {
22587
+ delete result['commitRevision'];
22588
+ }
22589
+ if (grpc['repoUrl'] != null) {
22590
+ result['repoUrl'] = $root.google.protobuf.StringValue.fromGRPC(grpc['repoUrl'], helper);
22591
+ } else {
22592
+ delete result['repoUrl'];
22593
+ }
22494
22594
  if (grpc['type'] != null) {
22495
22595
  result['type'] = grpc['type'];
22496
22596
  } else {
@@ -32599,6 +32699,7 @@ $root.wix = (function () {
32599
32699
  this.eventType = props && props.eventType;
32600
32700
  this.exposure = props && props.exposure;
32601
32701
  this.maturity = props && props.maturity;
32702
+ this.additionalMetadataFqn = props && props.additionalMetadataFqn;
32602
32703
  }
32603
32704
  static toJSON(obj, helper, withDefaults) {
32604
32705
  if (obj == null) {
@@ -32630,6 +32731,11 @@ $root.wix = (function () {
32630
32731
  } else if (withDefaults) {
32631
32732
  json['maturity'] = 'ALPHA';
32632
32733
  }
32734
+ if (obj['additionalMetadataFqn'] != null) {
32735
+ json['additionalMetadataFqn'] = obj['additionalMetadataFqn'];
32736
+ } else if (withDefaults) {
32737
+ json['additionalMetadataFqn'] = '';
32738
+ }
32633
32739
  return json;
32634
32740
  }
32635
32741
  }
@@ -32671,6 +32777,13 @@ $root.wix = (function () {
32671
32777
  } else {
32672
32778
  delete result['maturity'];
32673
32779
  }
32780
+ if (json['additionalMetadataFqn'] != null) {
32781
+ result['additionalMetadataFqn'] = json['additionalMetadataFqn'];
32782
+ } else if (withDefaults !== false) {
32783
+ result['additionalMetadataFqn'] = '';
32784
+ } else {
32785
+ delete result['additionalMetadataFqn'];
32786
+ }
32674
32787
  return result;
32675
32788
  } else
32676
32789
  return json;
@@ -32695,6 +32808,9 @@ $root.wix = (function () {
32695
32808
  if (obj['maturity'] != null) {
32696
32809
  grpc['maturity'] = obj['maturity'];
32697
32810
  }
32811
+ if (obj['additionalMetadataFqn'] != null) {
32812
+ grpc['additionalMetadataFqn'] = obj['additionalMetadataFqn'];
32813
+ }
32698
32814
  return grpc;
32699
32815
  }
32700
32816
  }
@@ -32728,6 +32844,11 @@ $root.wix = (function () {
32728
32844
  } else {
32729
32845
  result['maturity'] = 'ALPHA';
32730
32846
  }
32847
+ if (grpc['additionalMetadataFqn'] != null) {
32848
+ result['additionalMetadataFqn'] = grpc['additionalMetadataFqn'];
32849
+ } else {
32850
+ result['additionalMetadataFqn'] = '';
32851
+ }
32731
32852
  return result;
32732
32853
  }
32733
32854
  }
@@ -55493,8 +55614,10 @@ $root.google = (function () {
55493
55614
  this['wix.api.min'] = props && props['wix.api.min'];
55494
55615
  this['wix.api.maxLength'] = props && props['wix.api.maxLength'];
55495
55616
  this['wix.api.minLength'] = props && props['wix.api.minLength'];
55617
+ this['wix.api.exactLength'] = props && props['wix.api.exactLength'];
55496
55618
  this['wix.api.maxSize'] = props && props['wix.api.maxSize'];
55497
55619
  this['wix.api.minSize'] = props && props['wix.api.minSize'];
55620
+ this['wix.api.exactSize'] = props && props['wix.api.exactSize'];
55498
55621
  this['wix.api.format'] = props && props['wix.api.format'];
55499
55622
  this['wix.api.readOnly'] = props && props['wix.api.readOnly'];
55500
55623
  this['wix.api.immutable'] = props && props['wix.api.immutable'];
@@ -55614,6 +55737,11 @@ $root.google = (function () {
55614
55737
  } else if (withDefaults) {
55615
55738
  json['wix.api.minLength'] = 0;
55616
55739
  }
55740
+ if (obj['wix.api.exactLength'] != null) {
55741
+ json['wix.api.exactLength'] = obj['wix.api.exactLength'];
55742
+ } else if (withDefaults) {
55743
+ json['wix.api.exactLength'] = 0;
55744
+ }
55617
55745
  if (obj['wix.api.maxSize'] != null) {
55618
55746
  json['wix.api.maxSize'] = obj['wix.api.maxSize'];
55619
55747
  } else if (withDefaults) {
@@ -55624,6 +55752,11 @@ $root.google = (function () {
55624
55752
  } else if (withDefaults) {
55625
55753
  json['wix.api.minSize'] = 0;
55626
55754
  }
55755
+ if (obj['wix.api.exactSize'] != null) {
55756
+ json['wix.api.exactSize'] = obj['wix.api.exactSize'];
55757
+ } else if (withDefaults) {
55758
+ json['wix.api.exactSize'] = 0;
55759
+ }
55627
55760
  if (obj['wix.api.format'] != null) {
55628
55761
  json['wix.api.format'] = $root.wix.api.Format[obj['wix.api.format']];
55629
55762
  } else if (withDefaults) {
@@ -55809,6 +55942,13 @@ $root.google = (function () {
55809
55942
  } else {
55810
55943
  delete result['wix.api.minLength'];
55811
55944
  }
55945
+ if (json['wix.api.exactLength'] != null) {
55946
+ result['wix.api.exactLength'] = json['wix.api.exactLength'];
55947
+ } else if (withDefaults !== false) {
55948
+ result['wix.api.exactLength'] = 0;
55949
+ } else {
55950
+ delete result['wix.api.exactLength'];
55951
+ }
55812
55952
  if (json['wix.api.maxSize'] != null) {
55813
55953
  result['wix.api.maxSize'] = json['wix.api.maxSize'];
55814
55954
  } else if (withDefaults !== false) {
@@ -55823,6 +55963,13 @@ $root.google = (function () {
55823
55963
  } else {
55824
55964
  delete result['wix.api.minSize'];
55825
55965
  }
55966
+ if (json['wix.api.exactSize'] != null) {
55967
+ result['wix.api.exactSize'] = json['wix.api.exactSize'];
55968
+ } else if (withDefaults !== false) {
55969
+ result['wix.api.exactSize'] = 0;
55970
+ } else {
55971
+ delete result['wix.api.exactSize'];
55972
+ }
55826
55973
  if (json['wix.api.format'] != null) {
55827
55974
  result['wix.api.format'] = typeof json['wix.api.format'] === 'string' ? json['wix.api.format'] : $root.wix.api.Format[json['wix.api.format']];
55828
55975
  } else if (withDefaults !== false) {
@@ -55939,12 +56086,18 @@ $root.google = (function () {
55939
56086
  if (obj['wix.api.minLength'] != null) {
55940
56087
  grpc['wix.api.minLength'] = obj['wix.api.minLength'];
55941
56088
  }
56089
+ if (obj['wix.api.exactLength'] != null) {
56090
+ grpc['wix.api.exactLength'] = obj['wix.api.exactLength'];
56091
+ }
55942
56092
  if (obj['wix.api.maxSize'] != null) {
55943
56093
  grpc['wix.api.maxSize'] = obj['wix.api.maxSize'];
55944
56094
  }
55945
56095
  if (obj['wix.api.minSize'] != null) {
55946
56096
  grpc['wix.api.minSize'] = obj['wix.api.minSize'];
55947
56097
  }
56098
+ if (obj['wix.api.exactSize'] != null) {
56099
+ grpc['wix.api.exactSize'] = obj['wix.api.exactSize'];
56100
+ }
55948
56101
  if (obj['wix.api.format'] != null) {
55949
56102
  grpc['wix.api.format'] = obj['wix.api.format'];
55950
56103
  }
@@ -56078,6 +56231,11 @@ $root.google = (function () {
56078
56231
  } else {
56079
56232
  result['wix.api.minLength'] = 0;
56080
56233
  }
56234
+ if (grpc['wix.api.exactLength'] != null) {
56235
+ result['wix.api.exactLength'] = grpc['wix.api.exactLength'];
56236
+ } else {
56237
+ result['wix.api.exactLength'] = 0;
56238
+ }
56081
56239
  if (grpc['wix.api.maxSize'] != null) {
56082
56240
  result['wix.api.maxSize'] = grpc['wix.api.maxSize'];
56083
56241
  } else {
@@ -56088,6 +56246,11 @@ $root.google = (function () {
56088
56246
  } else {
56089
56247
  result['wix.api.minSize'] = 0;
56090
56248
  }
56249
+ if (grpc['wix.api.exactSize'] != null) {
56250
+ result['wix.api.exactSize'] = grpc['wix.api.exactSize'];
56251
+ } else {
56252
+ result['wix.api.exactSize'] = 0;
56253
+ }
56091
56254
  if (grpc['wix.api.format'] != null) {
56092
56255
  result['wix.api.format'] = grpc['wix.api.format'];
56093
56256
  } else {
@@ -1180,6 +1180,8 @@ declare namespace $requests {
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
1182
  commitTimestamp?: string;
1183
+ commitRevision?: string;
1184
+ repoUrl?: string;
1183
1185
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1186
  idTagValue?: string;
1185
1187
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1190,6 +1192,8 @@ declare namespace $requests {
1190
1192
  location?: string;
1191
1193
  combinedDigest?: string;
1192
1194
  commitTimestamp?: string;
1195
+ commitRevision?: string;
1196
+ repoUrl?: string;
1193
1197
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1198
  idTagValue?: string;
1195
1199
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -2172,6 +2176,7 @@ declare namespace $requests {
2172
2176
  eventType: $requests.wix.api.DomainEvent.EventType;
2173
2177
  exposure: $requests.wix.api.Exposure;
2174
2178
  maturity: $requests.wix.api.Maturity;
2179
+ additionalMetadataFqn: string;
2175
2180
  }
2176
2181
  export class DomainEvent implements IDomainEvent {
2177
2182
  constructor(data?: IDomainEvent);
@@ -2180,6 +2185,7 @@ declare namespace $requests {
2180
2185
  eventType: $requests.wix.api.DomainEvent.EventType;
2181
2186
  exposure: $requests.wix.api.Exposure;
2182
2187
  maturity: $requests.wix.api.Maturity;
2188
+ additionalMetadataFqn: string;
2183
2189
  static __$$generatedFromProtobuf$$__: Symbol;
2184
2190
  }
2185
2191
  export namespace DomainEvent {
@@ -3431,8 +3437,10 @@ declare namespace $requests {
3431
3437
  '.wix.api.min': number;
3432
3438
  '.wix.api.maxLength': number;
3433
3439
  '.wix.api.minLength': number;
3440
+ '.wix.api.exactLength': number;
3434
3441
  '.wix.api.maxSize': number;
3435
3442
  '.wix.api.minSize': number;
3443
+ '.wix.api.exactSize': number;
3436
3444
  '.wix.api.format': $requests.wix.api.Format;
3437
3445
  '.wix.api.readOnly': boolean;
3438
3446
  '.wix.api.immutable': boolean;
@@ -3463,8 +3471,10 @@ declare namespace $requests {
3463
3471
  '.wix.api.min': number;
3464
3472
  '.wix.api.maxLength': number;
3465
3473
  '.wix.api.minLength': number;
3474
+ '.wix.api.exactLength': number;
3466
3475
  '.wix.api.maxSize': number;
3467
3476
  '.wix.api.minSize': number;
3477
+ '.wix.api.exactSize': number;
3468
3478
  '.wix.api.format': $requests.wix.api.Format;
3469
3479
  '.wix.api.readOnly': boolean;
3470
3480
  '.wix.api.immutable': boolean;
@@ -4917,6 +4927,8 @@ declare namespace $responses {
4917
4927
  location?: string;
4918
4928
  combinedDigest?: string;
4919
4929
  commitTimestamp?: string;
4930
+ commitRevision?: string;
4931
+ repoUrl?: string;
4920
4932
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4921
4933
  idTagValue?: string;
4922
4934
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4927,6 +4939,8 @@ declare namespace $responses {
4927
4939
  location?: string;
4928
4940
  combinedDigest?: string;
4929
4941
  commitTimestamp?: string;
4942
+ commitRevision?: string;
4943
+ repoUrl?: string;
4930
4944
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4931
4945
  idTagValue?: string;
4932
4946
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -5909,6 +5923,7 @@ declare namespace $responses {
5909
5923
  eventType?: $responses.wix.api.DomainEvent.EventType;
5910
5924
  exposure?: $responses.wix.api.Exposure;
5911
5925
  maturity?: $responses.wix.api.Maturity;
5926
+ additionalMetadataFqn?: string;
5912
5927
  }
5913
5928
  export class DomainEvent implements IDomainEvent {
5914
5929
  constructor(data?: IDomainEvent);
@@ -5917,6 +5932,7 @@ declare namespace $responses {
5917
5932
  eventType?: $responses.wix.api.DomainEvent.EventType;
5918
5933
  exposure?: $responses.wix.api.Exposure;
5919
5934
  maturity?: $responses.wix.api.Maturity;
5935
+ additionalMetadataFqn?: string;
5920
5936
  static __$$generatedFromProtobuf$$__: Symbol;
5921
5937
  }
5922
5938
  export namespace DomainEvent {
@@ -7168,8 +7184,10 @@ declare namespace $responses {
7168
7184
  '.wix.api.min'?: number;
7169
7185
  '.wix.api.maxLength'?: number;
7170
7186
  '.wix.api.minLength'?: number;
7187
+ '.wix.api.exactLength'?: number;
7171
7188
  '.wix.api.maxSize'?: number;
7172
7189
  '.wix.api.minSize'?: number;
7190
+ '.wix.api.exactSize'?: number;
7173
7191
  '.wix.api.format'?: $responses.wix.api.Format;
7174
7192
  '.wix.api.readOnly'?: boolean;
7175
7193
  '.wix.api.immutable'?: boolean;
@@ -7200,8 +7218,10 @@ declare namespace $responses {
7200
7218
  '.wix.api.min'?: number;
7201
7219
  '.wix.api.maxLength'?: number;
7202
7220
  '.wix.api.minLength'?: number;
7221
+ '.wix.api.exactLength'?: number;
7203
7222
  '.wix.api.maxSize'?: number;
7204
7223
  '.wix.api.minSize'?: number;
7224
+ '.wix.api.exactSize'?: number;
7205
7225
  '.wix.api.format'?: $responses.wix.api.Format;
7206
7226
  '.wix.api.readOnly'?: boolean;
7207
7227
  '.wix.api.immutable'?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1501",
3
+ "version": "1.0.1502",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Eli Ponyatovski",
@@ -33,14 +33,14 @@
33
33
  "*.{js,ts}": "yoshi lint"
34
34
  },
35
35
  "dependencies": {
36
- "@wix/metro-runtime": "1.1856.0",
36
+ "@wix/metro-runtime": "1.1857.0",
37
37
  "long": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@rushstack/eslint-patch": "^1.1.0",
41
41
  "@types/jest": "^24.9.1",
42
42
  "@types/node": "^16.11.7",
43
- "@wix/business-schema-api": "^1.7.1532",
43
+ "@wix/business-schema-api": "^1.7.1534",
44
44
  "@wix/wix-proto-codegen": "^2.0.1156",
45
45
  "@wix/yoshi": "^6.95.1",
46
46
  "eslint-plugin-simple-import-sort": "^10.0.0",
@@ -71,5 +71,5 @@
71
71
  "wallaby": {
72
72
  "autoDetect": true
73
73
  },
74
- "falconPackageHash": "32639f096d33debcba2917d5659f9958359a4f5335f0b7f6f5321079"
74
+ "falconPackageHash": "ab860b95e77f9f0df7d126bb0bae6512e2cbc752570306eec8716a53"
75
75
  }