@wix/metro-common-builders 1.0.1483 → 1.0.1485

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.
@@ -1165,21 +1165,21 @@ declare namespace $requests {
1165
1165
  name?: string;
1166
1166
  uri?: string;
1167
1167
  digest?: string;
1168
- sizeInBytes?: (number | string);
1168
+ sizeInBytes?: string;
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: string;
1173
1173
  uri?: string;
1174
1174
  digest?: string;
1175
- sizeInBytes?: (number | string);
1175
+ sizeInBytes?: string;
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: string;
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
- commitTimestamp?: (number | string);
1182
+ commitTimestamp?: string;
1183
1183
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1184
  idTagValue?: string;
1185
1185
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1189,7 +1189,7 @@ declare namespace $requests {
1189
1189
  id?: string;
1190
1190
  location?: string;
1191
1191
  combinedDigest?: string;
1192
- commitTimestamp?: (number | string);
1192
+ commitTimestamp?: string;
1193
1193
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1194
  idTagValue?: string;
1195
1195
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4843,21 +4843,21 @@ declare namespace $responses {
4843
4843
  name?: string;
4844
4844
  uri?: string;
4845
4845
  digest?: string;
4846
- sizeInBytes?: (number | string);
4846
+ sizeInBytes?: string;
4847
4847
  }
4848
4848
  export class File implements IFile {
4849
4849
  constructor(data?: IFile);
4850
4850
  name?: string;
4851
4851
  uri?: string;
4852
4852
  digest?: string;
4853
- sizeInBytes?: (number | string);
4853
+ sizeInBytes?: string;
4854
4854
  static __$$generatedFromProtobuf$$__: Symbol;
4855
4855
  }
4856
4856
  export interface ITarget {
4857
4857
  id?: string;
4858
4858
  location?: string;
4859
4859
  combinedDigest?: string;
4860
- commitTimestamp?: (number | string);
4860
+ commitTimestamp?: string;
4861
4861
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4862
4862
  idTagValue?: string;
4863
4863
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4867,7 +4867,7 @@ declare namespace $responses {
4867
4867
  id?: string;
4868
4868
  location?: string;
4869
4869
  combinedDigest?: string;
4870
- commitTimestamp?: (number | string);
4870
+ commitTimestamp?: string;
4871
4871
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4872
4872
  idTagValue?: string;
4873
4873
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1165,21 +1165,21 @@ declare namespace $wrapper {
1165
1165
  name?: (string | null);
1166
1166
  uri?: (string | null);
1167
1167
  digest?: (string | null);
1168
- sizeInBytes?: ((number | string) | null);
1168
+ sizeInBytes?: (string | null);
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: (string | null);
1173
1173
  uri?: (string | null);
1174
1174
  digest?: (string | null);
1175
- sizeInBytes?: ((number | string) | null);
1175
+ sizeInBytes?: (string | null);
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: (string | null);
1180
1180
  location?: (string | null);
1181
1181
  combinedDigest?: (string | null);
1182
- commitTimestamp?: ((number | string) | null);
1182
+ commitTimestamp?: (string | null);
1183
1183
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1184
1184
  idTagValue?: (string | null);
1185
1185
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -1189,7 +1189,7 @@ declare namespace $wrapper {
1189
1189
  id?: (string | null);
1190
1190
  location?: (string | null);
1191
1191
  combinedDigest?: (string | null);
1192
- commitTimestamp?: ((number | string) | null);
1192
+ commitTimestamp?: (string | null);
1193
1193
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1194
1194
  idTagValue?: (string | null);
1195
1195
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': '94d5d1bd3d7dfb9f41a42d4712581e2df3a452c0'
13
+ 'contentHash': '842a5be13eb21c2803986e7b6597e7ef1927a209'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2947,10 +2947,23 @@ $root.__lookup = function (pbjs) {
2947
2947
  ]
2948
2948
  },
2949
2949
  'sizeInBytes': {
2950
- 'type': 'google.protobuf.Int64Value',
2950
+ 'type': 'google.protobuf.StringValue',
2951
2951
  'id': 4,
2952
+ 'options': {
2953
+ '(wix.api.minLength)': 1,
2954
+ '(wix.api.maxLength)': 100
2955
+ },
2952
2956
  'comment': null,
2953
- 'parsedOptions': null
2957
+ 'parsedOptions': [
2958
+ {
2959
+ '(wix.api.minLength)': 1,
2960
+ '__comment': null
2961
+ },
2962
+ {
2963
+ '(wix.api.maxLength)': 100,
2964
+ '__comment': null
2965
+ }
2966
+ ]
2954
2967
  }
2955
2968
  },
2956
2969
  'comment': null
@@ -3035,10 +3048,23 @@ $root.__lookup = function (pbjs) {
3035
3048
  ]
3036
3049
  },
3037
3050
  'commitTimestamp': {
3038
- 'type': 'google.protobuf.Int64Value',
3051
+ 'type': 'google.protobuf.StringValue',
3039
3052
  'id': 4,
3053
+ 'options': {
3054
+ '(wix.api.minLength)': 1,
3055
+ '(wix.api.maxLength)': 100
3056
+ },
3040
3057
  'comment': null,
3041
- 'parsedOptions': null
3058
+ 'parsedOptions': [
3059
+ {
3060
+ '(wix.api.minLength)': 1,
3061
+ '__comment': null
3062
+ },
3063
+ {
3064
+ '(wix.api.maxLength)': 100,
3065
+ '__comment': null
3066
+ }
3067
+ ]
3042
3068
  },
3043
3069
  'type': {
3044
3070
  'type': 'TargetType',
@@ -22047,7 +22073,7 @@ $root.wix = (function () {
22047
22073
  delete json['digest'];
22048
22074
  }
22049
22075
  if (obj['sizeInBytes'] != null) {
22050
- json['sizeInBytes'] = $root.google.protobuf.Int64Value.toJSON(obj['sizeInBytes'], helper, withDefaults);
22076
+ json['sizeInBytes'] = $root.google.protobuf.StringValue.toJSON(obj['sizeInBytes'], helper, withDefaults);
22051
22077
  } else if (withDefaults) {
22052
22078
  delete json['sizeInBytes'];
22053
22079
  }
@@ -22079,7 +22105,7 @@ $root.wix = (function () {
22079
22105
  delete result['digest'];
22080
22106
  }
22081
22107
  if (json['sizeInBytes'] != null) {
22082
- result['sizeInBytes'] = $root.google.protobuf.Int64Value.fromJSON(json['sizeInBytes'], helper);
22108
+ result['sizeInBytes'] = $root.google.protobuf.StringValue.fromJSON(json['sizeInBytes'], helper);
22083
22109
  } else if (withDefaults !== false) {
22084
22110
  delete result['sizeInBytes'];
22085
22111
  } else {
@@ -22104,7 +22130,7 @@ $root.wix = (function () {
22104
22130
  grpc['digest'] = $root.google.protobuf.StringValue.toGRPC(obj['digest'], helper);
22105
22131
  }
22106
22132
  if (obj['sizeInBytes'] != null) {
22107
- grpc['sizeInBytes'] = $root.google.protobuf.Int64Value.toGRPC(obj['sizeInBytes'], helper);
22133
+ grpc['sizeInBytes'] = $root.google.protobuf.StringValue.toGRPC(obj['sizeInBytes'], helper);
22108
22134
  }
22109
22135
  return grpc;
22110
22136
  }
@@ -22130,7 +22156,7 @@ $root.wix = (function () {
22130
22156
  delete result['digest'];
22131
22157
  }
22132
22158
  if (grpc['sizeInBytes'] != null) {
22133
- result['sizeInBytes'] = $root.google.protobuf.Int64Value.fromGRPC(grpc['sizeInBytes'], helper);
22159
+ result['sizeInBytes'] = $root.google.protobuf.StringValue.fromGRPC(grpc['sizeInBytes'], helper);
22134
22160
  } else {
22135
22161
  delete result['sizeInBytes'];
22136
22162
  }
@@ -22194,7 +22220,7 @@ $root.wix = (function () {
22194
22220
  delete json['combinedDigest'];
22195
22221
  }
22196
22222
  if (obj['commitTimestamp'] != null) {
22197
- json['commitTimestamp'] = $root.google.protobuf.Int64Value.toJSON(obj['commitTimestamp'], helper, withDefaults);
22223
+ json['commitTimestamp'] = $root.google.protobuf.StringValue.toJSON(obj['commitTimestamp'], helper, withDefaults);
22198
22224
  } else if (withDefaults) {
22199
22225
  delete json['commitTimestamp'];
22200
22226
  }
@@ -22243,7 +22269,7 @@ $root.wix = (function () {
22243
22269
  delete result['combinedDigest'];
22244
22270
  }
22245
22271
  if (json['commitTimestamp'] != null) {
22246
- result['commitTimestamp'] = $root.google.protobuf.Int64Value.fromJSON(json['commitTimestamp'], helper);
22272
+ result['commitTimestamp'] = $root.google.protobuf.StringValue.fromJSON(json['commitTimestamp'], helper);
22247
22273
  } else if (withDefaults !== false) {
22248
22274
  delete result['commitTimestamp'];
22249
22275
  } else {
@@ -22291,7 +22317,7 @@ $root.wix = (function () {
22291
22317
  grpc['combinedDigest'] = $root.google.protobuf.StringValue.toGRPC(obj['combinedDigest'], helper);
22292
22318
  }
22293
22319
  if (obj['commitTimestamp'] != null) {
22294
- grpc['commitTimestamp'] = $root.google.protobuf.Int64Value.toGRPC(obj['commitTimestamp'], helper);
22320
+ grpc['commitTimestamp'] = $root.google.protobuf.StringValue.toGRPC(obj['commitTimestamp'], helper);
22295
22321
  }
22296
22322
  if (obj['type'] != null) {
22297
22323
  grpc['type'] = obj['type'];
@@ -22328,7 +22354,7 @@ $root.wix = (function () {
22328
22354
  delete result['combinedDigest'];
22329
22355
  }
22330
22356
  if (grpc['commitTimestamp'] != null) {
22331
- result['commitTimestamp'] = $root.google.protobuf.Int64Value.fromGRPC(grpc['commitTimestamp'], helper);
22357
+ result['commitTimestamp'] = $root.google.protobuf.StringValue.fromGRPC(grpc['commitTimestamp'], helper);
22332
22358
  } else {
22333
22359
  delete result['commitTimestamp'];
22334
22360
  }
@@ -1165,21 +1165,21 @@ declare namespace $requests {
1165
1165
  name?: string;
1166
1166
  uri?: string;
1167
1167
  digest?: string;
1168
- sizeInBytes?: (number | string);
1168
+ sizeInBytes?: string;
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: string;
1173
1173
  uri?: string;
1174
1174
  digest?: string;
1175
- sizeInBytes?: (number | string);
1175
+ sizeInBytes?: string;
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: string;
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
- commitTimestamp?: (number | string);
1182
+ commitTimestamp?: string;
1183
1183
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1184
  idTagValue?: string;
1185
1185
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1189,7 +1189,7 @@ declare namespace $requests {
1189
1189
  id?: string;
1190
1190
  location?: string;
1191
1191
  combinedDigest?: string;
1192
- commitTimestamp?: (number | string);
1192
+ commitTimestamp?: string;
1193
1193
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1194
  idTagValue?: string;
1195
1195
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4843,21 +4843,21 @@ declare namespace $responses {
4843
4843
  name?: string;
4844
4844
  uri?: string;
4845
4845
  digest?: string;
4846
- sizeInBytes?: (number | string);
4846
+ sizeInBytes?: string;
4847
4847
  }
4848
4848
  export class File implements IFile {
4849
4849
  constructor(data?: IFile);
4850
4850
  name?: string;
4851
4851
  uri?: string;
4852
4852
  digest?: string;
4853
- sizeInBytes?: (number | string);
4853
+ sizeInBytes?: string;
4854
4854
  static __$$generatedFromProtobuf$$__: Symbol;
4855
4855
  }
4856
4856
  export interface ITarget {
4857
4857
  id?: string;
4858
4858
  location?: string;
4859
4859
  combinedDigest?: string;
4860
- commitTimestamp?: (number | string);
4860
+ commitTimestamp?: string;
4861
4861
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4862
4862
  idTagValue?: string;
4863
4863
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4867,7 +4867,7 @@ declare namespace $responses {
4867
4867
  id?: string;
4868
4868
  location?: string;
4869
4869
  combinedDigest?: string;
4870
- commitTimestamp?: (number | string);
4870
+ commitTimestamp?: string;
4871
4871
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4872
4872
  idTagValue?: string;
4873
4873
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1165,21 +1165,21 @@ declare namespace $requests {
1165
1165
  name?: string;
1166
1166
  uri?: string;
1167
1167
  digest?: string;
1168
- sizeInBytes?: (number | string);
1168
+ sizeInBytes?: string;
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: string;
1173
1173
  uri?: string;
1174
1174
  digest?: string;
1175
- sizeInBytes?: (number | string);
1175
+ sizeInBytes?: string;
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: string;
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
- commitTimestamp?: (number | string);
1182
+ commitTimestamp?: string;
1183
1183
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1184
  idTagValue?: string;
1185
1185
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1189,7 +1189,7 @@ declare namespace $requests {
1189
1189
  id?: string;
1190
1190
  location?: string;
1191
1191
  combinedDigest?: string;
1192
- commitTimestamp?: (number | string);
1192
+ commitTimestamp?: string;
1193
1193
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1194
  idTagValue?: string;
1195
1195
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4843,21 +4843,21 @@ declare namespace $responses {
4843
4843
  name?: string;
4844
4844
  uri?: string;
4845
4845
  digest?: string;
4846
- sizeInBytes?: (number | string);
4846
+ sizeInBytes?: string;
4847
4847
  }
4848
4848
  export class File implements IFile {
4849
4849
  constructor(data?: IFile);
4850
4850
  name?: string;
4851
4851
  uri?: string;
4852
4852
  digest?: string;
4853
- sizeInBytes?: (number | string);
4853
+ sizeInBytes?: string;
4854
4854
  static __$$generatedFromProtobuf$$__: Symbol;
4855
4855
  }
4856
4856
  export interface ITarget {
4857
4857
  id?: string;
4858
4858
  location?: string;
4859
4859
  combinedDigest?: string;
4860
- commitTimestamp?: (number | string);
4860
+ commitTimestamp?: string;
4861
4861
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4862
4862
  idTagValue?: string;
4863
4863
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4867,7 +4867,7 @@ declare namespace $responses {
4867
4867
  id?: string;
4868
4868
  location?: string;
4869
4869
  combinedDigest?: string;
4870
- commitTimestamp?: (number | string);
4870
+ commitTimestamp?: string;
4871
4871
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4872
4872
  idTagValue?: string;
4873
4873
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1165,21 +1165,21 @@ declare namespace $wrapper {
1165
1165
  name?: (string | null);
1166
1166
  uri?: (string | null);
1167
1167
  digest?: (string | null);
1168
- sizeInBytes?: ((number | string) | null);
1168
+ sizeInBytes?: (string | null);
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: (string | null);
1173
1173
  uri?: (string | null);
1174
1174
  digest?: (string | null);
1175
- sizeInBytes?: ((number | string) | null);
1175
+ sizeInBytes?: (string | null);
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: (string | null);
1180
1180
  location?: (string | null);
1181
1181
  combinedDigest?: (string | null);
1182
- commitTimestamp?: ((number | string) | null);
1182
+ commitTimestamp?: (string | null);
1183
1183
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1184
1184
  idTagValue?: (string | null);
1185
1185
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -1189,7 +1189,7 @@ declare namespace $wrapper {
1189
1189
  id?: (string | null);
1190
1190
  location?: (string | null);
1191
1191
  combinedDigest?: (string | null);
1192
- commitTimestamp?: ((number | string) | null);
1192
+ commitTimestamp?: (string | null);
1193
1193
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1194
1194
  idTagValue?: (string | null);
1195
1195
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': '94d5d1bd3d7dfb9f41a42d4712581e2df3a452c0'
13
+ 'contentHash': '842a5be13eb21c2803986e7b6597e7ef1927a209'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2947,10 +2947,23 @@ $root.__lookup = function (pbjs) {
2947
2947
  ]
2948
2948
  },
2949
2949
  'sizeInBytes': {
2950
- 'type': 'google.protobuf.Int64Value',
2950
+ 'type': 'google.protobuf.StringValue',
2951
2951
  'id': 4,
2952
+ 'options': {
2953
+ '(wix.api.minLength)': 1,
2954
+ '(wix.api.maxLength)': 100
2955
+ },
2952
2956
  'comment': null,
2953
- 'parsedOptions': null
2957
+ 'parsedOptions': [
2958
+ {
2959
+ '(wix.api.minLength)': 1,
2960
+ '__comment': null
2961
+ },
2962
+ {
2963
+ '(wix.api.maxLength)': 100,
2964
+ '__comment': null
2965
+ }
2966
+ ]
2954
2967
  }
2955
2968
  },
2956
2969
  'comment': null
@@ -3035,10 +3048,23 @@ $root.__lookup = function (pbjs) {
3035
3048
  ]
3036
3049
  },
3037
3050
  'commitTimestamp': {
3038
- 'type': 'google.protobuf.Int64Value',
3051
+ 'type': 'google.protobuf.StringValue',
3039
3052
  'id': 4,
3053
+ 'options': {
3054
+ '(wix.api.minLength)': 1,
3055
+ '(wix.api.maxLength)': 100
3056
+ },
3040
3057
  'comment': null,
3041
- 'parsedOptions': null
3058
+ 'parsedOptions': [
3059
+ {
3060
+ '(wix.api.minLength)': 1,
3061
+ '__comment': null
3062
+ },
3063
+ {
3064
+ '(wix.api.maxLength)': 100,
3065
+ '__comment': null
3066
+ }
3067
+ ]
3042
3068
  },
3043
3069
  'type': {
3044
3070
  'type': 'TargetType',
@@ -22047,7 +22073,7 @@ $root.wix = (function () {
22047
22073
  delete json['digest'];
22048
22074
  }
22049
22075
  if (obj['sizeInBytes'] != null) {
22050
- json['sizeInBytes'] = $root.google.protobuf.Int64Value.toJSON(obj['sizeInBytes'], helper, withDefaults);
22076
+ json['sizeInBytes'] = $root.google.protobuf.StringValue.toJSON(obj['sizeInBytes'], helper, withDefaults);
22051
22077
  } else if (withDefaults) {
22052
22078
  delete json['sizeInBytes'];
22053
22079
  }
@@ -22079,7 +22105,7 @@ $root.wix = (function () {
22079
22105
  delete result['digest'];
22080
22106
  }
22081
22107
  if (json['sizeInBytes'] != null) {
22082
- result['sizeInBytes'] = $root.google.protobuf.Int64Value.fromJSON(json['sizeInBytes'], helper);
22108
+ result['sizeInBytes'] = $root.google.protobuf.StringValue.fromJSON(json['sizeInBytes'], helper);
22083
22109
  } else if (withDefaults !== false) {
22084
22110
  delete result['sizeInBytes'];
22085
22111
  } else {
@@ -22104,7 +22130,7 @@ $root.wix = (function () {
22104
22130
  grpc['digest'] = $root.google.protobuf.StringValue.toGRPC(obj['digest'], helper);
22105
22131
  }
22106
22132
  if (obj['sizeInBytes'] != null) {
22107
- grpc['sizeInBytes'] = $root.google.protobuf.Int64Value.toGRPC(obj['sizeInBytes'], helper);
22133
+ grpc['sizeInBytes'] = $root.google.protobuf.StringValue.toGRPC(obj['sizeInBytes'], helper);
22108
22134
  }
22109
22135
  return grpc;
22110
22136
  }
@@ -22130,7 +22156,7 @@ $root.wix = (function () {
22130
22156
  delete result['digest'];
22131
22157
  }
22132
22158
  if (grpc['sizeInBytes'] != null) {
22133
- result['sizeInBytes'] = $root.google.protobuf.Int64Value.fromGRPC(grpc['sizeInBytes'], helper);
22159
+ result['sizeInBytes'] = $root.google.protobuf.StringValue.fromGRPC(grpc['sizeInBytes'], helper);
22134
22160
  } else {
22135
22161
  delete result['sizeInBytes'];
22136
22162
  }
@@ -22194,7 +22220,7 @@ $root.wix = (function () {
22194
22220
  delete json['combinedDigest'];
22195
22221
  }
22196
22222
  if (obj['commitTimestamp'] != null) {
22197
- json['commitTimestamp'] = $root.google.protobuf.Int64Value.toJSON(obj['commitTimestamp'], helper, withDefaults);
22223
+ json['commitTimestamp'] = $root.google.protobuf.StringValue.toJSON(obj['commitTimestamp'], helper, withDefaults);
22198
22224
  } else if (withDefaults) {
22199
22225
  delete json['commitTimestamp'];
22200
22226
  }
@@ -22243,7 +22269,7 @@ $root.wix = (function () {
22243
22269
  delete result['combinedDigest'];
22244
22270
  }
22245
22271
  if (json['commitTimestamp'] != null) {
22246
- result['commitTimestamp'] = $root.google.protobuf.Int64Value.fromJSON(json['commitTimestamp'], helper);
22272
+ result['commitTimestamp'] = $root.google.protobuf.StringValue.fromJSON(json['commitTimestamp'], helper);
22247
22273
  } else if (withDefaults !== false) {
22248
22274
  delete result['commitTimestamp'];
22249
22275
  } else {
@@ -22291,7 +22317,7 @@ $root.wix = (function () {
22291
22317
  grpc['combinedDigest'] = $root.google.protobuf.StringValue.toGRPC(obj['combinedDigest'], helper);
22292
22318
  }
22293
22319
  if (obj['commitTimestamp'] != null) {
22294
- grpc['commitTimestamp'] = $root.google.protobuf.Int64Value.toGRPC(obj['commitTimestamp'], helper);
22320
+ grpc['commitTimestamp'] = $root.google.protobuf.StringValue.toGRPC(obj['commitTimestamp'], helper);
22295
22321
  }
22296
22322
  if (obj['type'] != null) {
22297
22323
  grpc['type'] = obj['type'];
@@ -22328,7 +22354,7 @@ $root.wix = (function () {
22328
22354
  delete result['combinedDigest'];
22329
22355
  }
22330
22356
  if (grpc['commitTimestamp'] != null) {
22331
- result['commitTimestamp'] = $root.google.protobuf.Int64Value.fromGRPC(grpc['commitTimestamp'], helper);
22357
+ result['commitTimestamp'] = $root.google.protobuf.StringValue.fromGRPC(grpc['commitTimestamp'], helper);
22332
22358
  } else {
22333
22359
  delete result['commitTimestamp'];
22334
22360
  }
@@ -1165,21 +1165,21 @@ declare namespace $requests {
1165
1165
  name?: string;
1166
1166
  uri?: string;
1167
1167
  digest?: string;
1168
- sizeInBytes?: (number | string);
1168
+ sizeInBytes?: string;
1169
1169
  }
1170
1170
  export class File implements IFile {
1171
1171
  constructor(data?: IFile);
1172
1172
  name?: string;
1173
1173
  uri?: string;
1174
1174
  digest?: string;
1175
- sizeInBytes?: (number | string);
1175
+ sizeInBytes?: string;
1176
1176
  static __$$generatedFromProtobuf$$__: Symbol;
1177
1177
  }
1178
1178
  export interface ITarget {
1179
1179
  id?: string;
1180
1180
  location?: string;
1181
1181
  combinedDigest?: string;
1182
- commitTimestamp?: (number | string);
1182
+ commitTimestamp?: string;
1183
1183
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1184
  idTagValue?: string;
1185
1185
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1189,7 +1189,7 @@ declare namespace $requests {
1189
1189
  id?: string;
1190
1190
  location?: string;
1191
1191
  combinedDigest?: string;
1192
- commitTimestamp?: (number | string);
1192
+ commitTimestamp?: string;
1193
1193
  type: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1194
  idTagValue?: string;
1195
1195
  files: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4843,21 +4843,21 @@ declare namespace $responses {
4843
4843
  name?: string;
4844
4844
  uri?: string;
4845
4845
  digest?: string;
4846
- sizeInBytes?: (number | string);
4846
+ sizeInBytes?: string;
4847
4847
  }
4848
4848
  export class File implements IFile {
4849
4849
  constructor(data?: IFile);
4850
4850
  name?: string;
4851
4851
  uri?: string;
4852
4852
  digest?: string;
4853
- sizeInBytes?: (number | string);
4853
+ sizeInBytes?: string;
4854
4854
  static __$$generatedFromProtobuf$$__: Symbol;
4855
4855
  }
4856
4856
  export interface ITarget {
4857
4857
  id?: string;
4858
4858
  location?: string;
4859
4859
  combinedDigest?: string;
4860
- commitTimestamp?: (number | string);
4860
+ commitTimestamp?: string;
4861
4861
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4862
4862
  idTagValue?: string;
4863
4863
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4867,7 +4867,7 @@ declare namespace $responses {
4867
4867
  id?: string;
4868
4868
  location?: string;
4869
4869
  combinedDigest?: string;
4870
- commitTimestamp?: (number | string);
4870
+ commitTimestamp?: string;
4871
4871
  type?: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4872
4872
  idTagValue?: string;
4873
4873
  files?: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1483",
3
+ "version": "1.0.1485",
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.1838.0",
36
+ "@wix/metro-runtime": "1.1840.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.1512",
43
+ "@wix/business-schema-api": "^1.7.1518",
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": "da9fc0dbb7fc83916447bc53adaa6ff82201caaa7408cbffe954d380"
74
+ "falconPackageHash": "30bbc08b0f10eb6261579f0ecb7b7d49a645cd5c485e17657a7b9429"
75
75
  }