@wix/metro-common-builders 1.0.1501 → 1.0.1503

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.
@@ -377,6 +377,7 @@ declare namespace $requests {
377
377
  inferredFieldmask?: $requests.wix.coreservices.businessschema.v1.IInferredFieldmask;
378
378
  applicableIdentities?: $requests.wix.coreservices.businessschema.v1.ApplicableIdentity[];
379
379
  externalPermissionScopes?: $requests.wix.coreservices.businessschema.v1.IExternalPermissionScope[];
380
+ cacheSettings?: $requests.wix.coreservices.businessschema.v1.ICacheSettings;
380
381
  }
381
382
  export class Action implements IAction {
382
383
  constructor(data?: IAction);
@@ -400,6 +401,7 @@ declare namespace $requests {
400
401
  inferredFieldmask?: $requests.wix.coreservices.businessschema.v1.IInferredFieldmask;
401
402
  applicableIdentities?: $requests.wix.coreservices.businessschema.v1.ApplicableIdentity[];
402
403
  externalPermissionScopes?: $requests.wix.coreservices.businessschema.v1.IExternalPermissionScope[];
404
+ cacheSettings?: $requests.wix.coreservices.businessschema.v1.ICacheSettings;
403
405
  static __$$generatedFromProtobuf$$__: Symbol;
404
406
  }
405
407
  export enum ApplicableIdentity {
@@ -409,6 +411,16 @@ declare namespace $requests {
409
411
  USER = "USER",
410
412
  APP = "APP",
411
413
  }
414
+ export interface ICacheSettings {
415
+ maxAgeSeconds?: number;
416
+ manual?: boolean;
417
+ }
418
+ export class CacheSettings implements ICacheSettings {
419
+ constructor(data?: ICacheSettings);
420
+ maxAgeSeconds?: number;
421
+ manual?: boolean;
422
+ static __$$generatedFromProtobuf$$__: Symbol;
423
+ }
412
424
  export interface IExternalPermissionScope {
413
425
  name?: string;
414
426
  scopeId?: string;
@@ -1180,6 +1192,8 @@ declare namespace $requests {
1180
1192
  location?: string;
1181
1193
  combinedDigest?: string;
1182
1194
  commitTimestamp?: string;
1195
+ commitRevision?: string;
1196
+ repoUrl?: string;
1183
1197
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1184
1198
  idTagValue?: string;
1185
1199
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -1190,6 +1204,8 @@ declare namespace $requests {
1190
1204
  location?: string;
1191
1205
  combinedDigest?: string;
1192
1206
  commitTimestamp?: string;
1207
+ commitRevision?: string;
1208
+ repoUrl?: string;
1193
1209
  type?: $requests.wix.coreservices.businessschema.v1.internal.TargetType;
1194
1210
  idTagValue?: string;
1195
1211
  files?: $requests.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -2172,6 +2188,7 @@ declare namespace $requests {
2172
2188
  eventType?: $requests.wix.api.DomainEvent.EventType;
2173
2189
  exposure?: $requests.wix.api.Exposure;
2174
2190
  maturity?: $requests.wix.api.Maturity;
2191
+ additionalMetadataFqn?: string;
2175
2192
  }
2176
2193
  export class DomainEvent implements IDomainEvent {
2177
2194
  constructor(data?: IDomainEvent);
@@ -2180,6 +2197,7 @@ declare namespace $requests {
2180
2197
  eventType?: $requests.wix.api.DomainEvent.EventType;
2181
2198
  exposure?: $requests.wix.api.Exposure;
2182
2199
  maturity?: $requests.wix.api.Maturity;
2200
+ additionalMetadataFqn?: string;
2183
2201
  static __$$generatedFromProtobuf$$__: Symbol;
2184
2202
  }
2185
2203
  export namespace DomainEvent {
@@ -3431,8 +3449,10 @@ declare namespace $requests {
3431
3449
  '.wix.api.min'?: number;
3432
3450
  '.wix.api.maxLength'?: number;
3433
3451
  '.wix.api.minLength'?: number;
3452
+ '.wix.api.exactLength'?: number;
3434
3453
  '.wix.api.maxSize'?: number;
3435
3454
  '.wix.api.minSize'?: number;
3455
+ '.wix.api.exactSize'?: number;
3436
3456
  '.wix.api.format'?: $requests.wix.api.Format;
3437
3457
  '.wix.api.readOnly'?: boolean;
3438
3458
  '.wix.api.immutable'?: boolean;
@@ -3463,8 +3483,10 @@ declare namespace $requests {
3463
3483
  '.wix.api.min'?: number;
3464
3484
  '.wix.api.maxLength'?: number;
3465
3485
  '.wix.api.minLength'?: number;
3486
+ '.wix.api.exactLength'?: number;
3466
3487
  '.wix.api.maxSize'?: number;
3467
3488
  '.wix.api.minSize'?: number;
3489
+ '.wix.api.exactSize'?: number;
3468
3490
  '.wix.api.format'?: $requests.wix.api.Format;
3469
3491
  '.wix.api.readOnly'?: boolean;
3470
3492
  '.wix.api.immutable'?: boolean;
@@ -4114,6 +4136,7 @@ declare namespace $responses {
4114
4136
  inferredFieldmask?: $responses.wix.coreservices.businessschema.v1.IInferredFieldmask;
4115
4137
  applicableIdentities: $responses.wix.coreservices.businessschema.v1.ApplicableIdentity[];
4116
4138
  externalPermissionScopes: $responses.wix.coreservices.businessschema.v1.IExternalPermissionScope[];
4139
+ cacheSettings?: $responses.wix.coreservices.businessschema.v1.ICacheSettings;
4117
4140
  }
4118
4141
  export class Action implements IAction {
4119
4142
  constructor(data?: IAction);
@@ -4137,6 +4160,7 @@ declare namespace $responses {
4137
4160
  inferredFieldmask?: $responses.wix.coreservices.businessschema.v1.IInferredFieldmask;
4138
4161
  applicableIdentities: $responses.wix.coreservices.businessschema.v1.ApplicableIdentity[];
4139
4162
  externalPermissionScopes: $responses.wix.coreservices.businessschema.v1.IExternalPermissionScope[];
4163
+ cacheSettings?: $responses.wix.coreservices.businessschema.v1.ICacheSettings;
4140
4164
  static __$$generatedFromProtobuf$$__: Symbol;
4141
4165
  }
4142
4166
  export enum ApplicableIdentity {
@@ -4146,6 +4170,16 @@ declare namespace $responses {
4146
4170
  USER = "USER",
4147
4171
  APP = "APP",
4148
4172
  }
4173
+ export interface ICacheSettings {
4174
+ maxAgeSeconds?: number;
4175
+ manual?: boolean;
4176
+ }
4177
+ export class CacheSettings implements ICacheSettings {
4178
+ constructor(data?: ICacheSettings);
4179
+ maxAgeSeconds?: number;
4180
+ manual?: boolean;
4181
+ static __$$generatedFromProtobuf$$__: Symbol;
4182
+ }
4149
4183
  export interface IExternalPermissionScope {
4150
4184
  name: string;
4151
4185
  scopeId: string;
@@ -4917,6 +4951,8 @@ declare namespace $responses {
4917
4951
  location?: string;
4918
4952
  combinedDigest?: string;
4919
4953
  commitTimestamp?: string;
4954
+ commitRevision?: string;
4955
+ repoUrl?: string;
4920
4956
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4921
4957
  idTagValue?: string;
4922
4958
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -4927,6 +4963,8 @@ declare namespace $responses {
4927
4963
  location?: string;
4928
4964
  combinedDigest?: string;
4929
4965
  commitTimestamp?: string;
4966
+ commitRevision?: string;
4967
+ repoUrl?: string;
4930
4968
  type: $responses.wix.coreservices.businessschema.v1.internal.TargetType;
4931
4969
  idTagValue?: string;
4932
4970
  files: $responses.wix.coreservices.businessschema.v1.internal.IFile[];
@@ -5909,6 +5947,7 @@ declare namespace $responses {
5909
5947
  eventType: $responses.wix.api.DomainEvent.EventType;
5910
5948
  exposure: $responses.wix.api.Exposure;
5911
5949
  maturity: $responses.wix.api.Maturity;
5950
+ additionalMetadataFqn: string;
5912
5951
  }
5913
5952
  export class DomainEvent implements IDomainEvent {
5914
5953
  constructor(data?: IDomainEvent);
@@ -5917,6 +5956,7 @@ declare namespace $responses {
5917
5956
  eventType: $responses.wix.api.DomainEvent.EventType;
5918
5957
  exposure: $responses.wix.api.Exposure;
5919
5958
  maturity: $responses.wix.api.Maturity;
5959
+ additionalMetadataFqn: string;
5920
5960
  static __$$generatedFromProtobuf$$__: Symbol;
5921
5961
  }
5922
5962
  export namespace DomainEvent {
@@ -7168,8 +7208,10 @@ declare namespace $responses {
7168
7208
  '.wix.api.min': number;
7169
7209
  '.wix.api.maxLength': number;
7170
7210
  '.wix.api.minLength': number;
7211
+ '.wix.api.exactLength': number;
7171
7212
  '.wix.api.maxSize': number;
7172
7213
  '.wix.api.minSize': number;
7214
+ '.wix.api.exactSize': number;
7173
7215
  '.wix.api.format': $responses.wix.api.Format;
7174
7216
  '.wix.api.readOnly': boolean;
7175
7217
  '.wix.api.immutable': boolean;
@@ -7200,8 +7242,10 @@ declare namespace $responses {
7200
7242
  '.wix.api.min': number;
7201
7243
  '.wix.api.maxLength': number;
7202
7244
  '.wix.api.minLength': number;
7245
+ '.wix.api.exactLength': number;
7203
7246
  '.wix.api.maxSize': number;
7204
7247
  '.wix.api.minSize': number;
7248
+ '.wix.api.exactSize': number;
7205
7249
  '.wix.api.format': $responses.wix.api.Format;
7206
7250
  '.wix.api.readOnly': boolean;
7207
7251
  '.wix.api.immutable': boolean;
@@ -377,6 +377,7 @@ declare namespace $wrapper {
377
377
  inferredFieldmask?: ($wrapper.wix.coreservices.businessschema.v1.IInferredFieldmask | null);
378
378
  applicableIdentities?: ($wrapper.wix.coreservices.businessschema.v1.ApplicableIdentity[] | null);
379
379
  externalPermissionScopes?: ($wrapper.wix.coreservices.businessschema.v1.IExternalPermissionScope[] | null);
380
+ cacheSettings?: ($wrapper.wix.coreservices.businessschema.v1.ICacheSettings | null);
380
381
  }
381
382
  export class Action implements IAction {
382
383
  constructor(data?: IAction);
@@ -400,6 +401,7 @@ declare namespace $wrapper {
400
401
  inferredFieldmask?: ($wrapper.wix.coreservices.businessschema.v1.IInferredFieldmask | null);
401
402
  applicableIdentities?: ($wrapper.wix.coreservices.businessschema.v1.ApplicableIdentity[] | null);
402
403
  externalPermissionScopes?: ($wrapper.wix.coreservices.businessschema.v1.IExternalPermissionScope[] | null);
404
+ cacheSettings?: ($wrapper.wix.coreservices.businessschema.v1.ICacheSettings | null);
403
405
  static __$$generatedFromProtobuf$$__: Symbol;
404
406
  }
405
407
  export enum ApplicableIdentity {
@@ -409,6 +411,16 @@ declare namespace $wrapper {
409
411
  USER = "USER",
410
412
  APP = "APP",
411
413
  }
414
+ export interface ICacheSettings {
415
+ maxAgeSeconds?: (number | null);
416
+ manual?: (boolean | null);
417
+ }
418
+ export class CacheSettings implements ICacheSettings {
419
+ constructor(data?: ICacheSettings);
420
+ maxAgeSeconds?: (number | null);
421
+ manual?: (boolean | null);
422
+ static __$$generatedFromProtobuf$$__: Symbol;
423
+ }
412
424
  export interface IExternalPermissionScope {
413
425
  name?: (string | null);
414
426
  scopeId?: (string | null);
@@ -1180,6 +1192,8 @@ declare namespace $wrapper {
1180
1192
  location?: (string | null);
1181
1193
  combinedDigest?: (string | null);
1182
1194
  commitTimestamp?: (string | null);
1195
+ commitRevision?: (string | null);
1196
+ repoUrl?: (string | null);
1183
1197
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1184
1198
  idTagValue?: (string | null);
1185
1199
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -1190,6 +1204,8 @@ declare namespace $wrapper {
1190
1204
  location?: (string | null);
1191
1205
  combinedDigest?: (string | null);
1192
1206
  commitTimestamp?: (string | null);
1207
+ commitRevision?: (string | null);
1208
+ repoUrl?: (string | null);
1193
1209
  type?: ($wrapper.wix.coreservices.businessschema.v1.internal.TargetType | null);
1194
1210
  idTagValue?: (string | null);
1195
1211
  files?: ($wrapper.wix.coreservices.businessschema.v1.internal.IFile[] | null);
@@ -2192,6 +2208,7 @@ declare namespace $wrapper {
2192
2208
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2193
2209
  exposure?: ($wrapper.wix.api.Exposure | null);
2194
2210
  maturity?: ($wrapper.wix.api.Maturity | null);
2211
+ additionalMetadataFqn?: (string | null);
2195
2212
  }
2196
2213
  export class DomainEvent implements IDomainEvent {
2197
2214
  constructor(data?: IDomainEvent);
@@ -2200,6 +2217,7 @@ declare namespace $wrapper {
2200
2217
  eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
2201
2218
  exposure?: ($wrapper.wix.api.Exposure | null);
2202
2219
  maturity?: ($wrapper.wix.api.Maturity | null);
2220
+ additionalMetadataFqn?: (string | null);
2203
2221
  static __$$generatedFromProtobuf$$__: Symbol;
2204
2222
  }
2205
2223
  export namespace DomainEvent {
@@ -3453,8 +3471,10 @@ declare namespace $wrapper {
3453
3471
  '.wix.api.min'?: (number | null);
3454
3472
  '.wix.api.maxLength'?: (number | null);
3455
3473
  '.wix.api.minLength'?: (number | null);
3474
+ '.wix.api.exactLength'?: (number | null);
3456
3475
  '.wix.api.maxSize'?: (number | null);
3457
3476
  '.wix.api.minSize'?: (number | null);
3477
+ '.wix.api.exactSize'?: (number | null);
3458
3478
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3459
3479
  '.wix.api.readOnly'?: (boolean | null);
3460
3480
  '.wix.api.immutable'?: (boolean | null);
@@ -3485,8 +3505,10 @@ declare namespace $wrapper {
3485
3505
  '.wix.api.min'?: (number | null);
3486
3506
  '.wix.api.maxLength'?: (number | null);
3487
3507
  '.wix.api.minLength'?: (number | null);
3508
+ '.wix.api.exactLength'?: (number | null);
3488
3509
  '.wix.api.maxSize'?: (number | null);
3489
3510
  '.wix.api.minSize'?: (number | null);
3511
+ '.wix.api.exactSize'?: (number | null);
3490
3512
  '.wix.api.format'?: ($wrapper.wix.api.Format | null);
3491
3513
  '.wix.api.readOnly'?: (boolean | null);
3492
3514
  '.wix.api.immutable'?: (boolean | null);