@wix/metro-common-builders 1.0.1765 → 1.0.1767

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.
@@ -78,6 +78,7 @@ declare namespace $wrapper {
78
78
  TENANCY_TYPE_ACCOUNT = "TENANCY_TYPE_ACCOUNT",
79
79
  TENANCY_TYPE_ORGANIZATION = "TENANCY_TYPE_ORGANIZATION",
80
80
  TENANCY_TYPE_CUSTOM = "TENANCY_TYPE_CUSTOM",
81
+ TENANCY_TYPE_INSTANCE = "TENANCY_TYPE_INSTANCE",
81
82
  }
82
83
  }
83
84
  /**
@@ -129,7 +130,7 @@ declare namespace $wrapper {
129
130
  APPS_ACCESS_UNSPECIFIED = "APPS_ACCESS_UNSPECIFIED",
130
131
  APPS_ACCESS_NOT_ALLOWED = "APPS_ACCESS_NOT_ALLOWED",
131
132
  APPS_ACCESS_WIX_APPS_ONLY = "APPS_ACCESS_WIX_APPS_ONLY",
132
- APPS_ACCESS_ALL_APPS = "APPS_ACCESS_ALL_APPS",
133
+ APPS_ACCESS_WIX_AND_PUBLIC_APPS = "APPS_ACCESS_WIX_AND_PUBLIC_APPS",
133
134
  }
134
135
  }
135
136
  export interface IUsers {
@@ -144,7 +145,7 @@ declare namespace $wrapper {
144
145
  export enum Access {
145
146
  USERS_ACCESS_UNSPECIFIED = "USERS_ACCESS_UNSPECIFIED",
146
147
  USERS_ACCESS_NOT_ALLOWED = "USERS_ACCESS_NOT_ALLOWED",
147
- USERS_ACCESS_ALL_USERS = "USERS_ACCESS_ALL_USERS",
148
+ USERS_ACCESS_ALLOWED = "USERS_ACCESS_ALLOWED",
148
149
  }
149
150
  }
150
151
  export interface IBoUsers {
@@ -523,6 +524,7 @@ declare namespace $wrapper {
523
524
  permissionsInfo?: ($wrapper.wix.coreservices.businessschema.v1.IPermissionInfo[] | null);
524
525
  tenancyOptions?: ($wrapper.wix.coreservices.businessschema.v1.ITenancyOptions | null);
525
526
  audience?: ($wrapper.wix.coreservices.businessschema.v1.IAudience | null);
527
+ readOperation?: (boolean | null);
526
528
  }
527
529
  export class Action implements IAction {
528
530
  constructor(data?: IAction);
@@ -550,6 +552,7 @@ declare namespace $wrapper {
550
552
  permissionsInfo?: ($wrapper.wix.coreservices.businessschema.v1.IPermissionInfo[] | null);
551
553
  tenancyOptions?: ($wrapper.wix.coreservices.businessschema.v1.ITenancyOptions | null);
552
554
  audience?: ($wrapper.wix.coreservices.businessschema.v1.IAudience | null);
555
+ readOperation?: (boolean | null);
553
556
  static __$$generatedFromProtobuf$$__: Symbol;
554
557
  }
555
558
  export interface IPermissionInfo {
@@ -1298,6 +1301,7 @@ declare namespace $wrapper {
1298
1301
  grouping?: (string | null);
1299
1302
  type?: ($wrapper.wix.coreservices.businessschema.v1.Translatable.Type | null);
1300
1303
  displayOnly?: (boolean | null);
1304
+ index?: (number | null);
1301
1305
  }
1302
1306
  export class Translatable implements ITranslatable {
1303
1307
  constructor(data?: ITranslatable);
@@ -1306,6 +1310,7 @@ declare namespace $wrapper {
1306
1310
  grouping?: (string | null);
1307
1311
  type?: ($wrapper.wix.coreservices.businessschema.v1.Translatable.Type | null);
1308
1312
  displayOnly?: (boolean | null);
1313
+ index?: (number | null);
1309
1314
  static __$$generatedFromProtobuf$$__: Symbol;
1310
1315
  }
1311
1316
  export namespace Translatable {
@@ -3569,84 +3574,6 @@ declare namespace $wrapper {
3569
3574
  }
3570
3575
  }
3571
3576
  }
3572
- export namespace com {
3573
- export namespace wixpress {
3574
- export namespace ci {
3575
- export namespace gh {
3576
- export namespace api {
3577
- export abstract class GcbEventsService {
3578
- }
3579
- export interface IBazelBuildInvocationEvent {
3580
- buildId?: (string | null);
3581
- invocationId?: (string | null);
3582
- gcbBuildIdentifier?: ($wrapper.com.wixpress.ci.gh.api.IGcbBuildIdentifier | null);
3583
- buildkiteBuildIdentifier?: ($wrapper.com.wixpress.ci.gh.api.IBuildKiteBuildIdentifier | null);
3584
- invocationStatus?: ($wrapper.com.wixpress.ci.gh.api.BazelBuildInvocationEvent.BuildStatus | null);
3585
- repoUrl?: (string | null);
3586
- revision?: (string | null);
3587
- pushTimeInSeconds?: ((number | string) | null);
3588
- maxPushTimeInSeconds?: ((number | string) | null);
3589
- triggeredBy?: ($wrapper.com.wixpress.ci.gh.api.ITriggeredBy | null);
3590
- }
3591
- export class BazelBuildInvocationEvent implements IBazelBuildInvocationEvent {
3592
- constructor(data?: IBazelBuildInvocationEvent);
3593
- buildId?: (string | null);
3594
- invocationId?: (string | null);
3595
- gcbBuildIdentifier?: ($wrapper.com.wixpress.ci.gh.api.IGcbBuildIdentifier | null);
3596
- buildkiteBuildIdentifier?: ($wrapper.com.wixpress.ci.gh.api.IBuildKiteBuildIdentifier | null);
3597
- invocationStatus?: ($wrapper.com.wixpress.ci.gh.api.BazelBuildInvocationEvent.BuildStatus | null);
3598
- repoUrl?: (string | null);
3599
- revision?: (string | null);
3600
- pushTimeInSeconds?: ((number | string) | null);
3601
- maxPushTimeInSeconds?: ((number | string) | null);
3602
- triggeredBy?: ($wrapper.com.wixpress.ci.gh.api.ITriggeredBy | null);
3603
- static __$$generatedFromProtobuf$$__: Symbol;
3604
- }
3605
- export namespace BazelBuildInvocationEvent {
3606
- export enum BuildStatus {
3607
- QUEUED = "QUEUED",
3608
- WORKING = "WORKING",
3609
- SUCCESS = "SUCCESS",
3610
- FAILURE = "FAILURE",
3611
- CANCELLED = "CANCELLED",
3612
- INTERNAL_ERROR = "INTERNAL_ERROR",
3613
- TIMEOUT = "TIMEOUT",
3614
- STATUS_UNKNOWN = "STATUS_UNKNOWN",
3615
- }
3616
- }
3617
- export interface ITriggeredBy {
3618
- repoUrl?: (string | null);
3619
- commitHash?: (string | null);
3620
- }
3621
- export class TriggeredBy implements ITriggeredBy {
3622
- constructor(data?: ITriggeredBy);
3623
- repoUrl?: (string | null);
3624
- commitHash?: (string | null);
3625
- static __$$generatedFromProtobuf$$__: Symbol;
3626
- }
3627
- export interface IGcbBuildIdentifier {
3628
- }
3629
- export class GcbBuildIdentifier implements IGcbBuildIdentifier {
3630
- constructor(data?: IGcbBuildIdentifier);
3631
- static __$$generatedFromProtobuf$$__: Symbol;
3632
- }
3633
- export interface IBuildKiteBuildIdentifier {
3634
- orgSlug?: (string | null);
3635
- pipelineSlug?: (string | null);
3636
- buildNumber?: (string | null);
3637
- }
3638
- export class BuildKiteBuildIdentifier implements IBuildKiteBuildIdentifier {
3639
- constructor(data?: IBuildKiteBuildIdentifier);
3640
- orgSlug?: (string | null);
3641
- pipelineSlug?: (string | null);
3642
- buildNumber?: (string | null);
3643
- static __$$generatedFromProtobuf$$__: Symbol;
3644
- }
3645
- }
3646
- }
3647
- }
3648
- }
3649
- }
3650
3577
  export namespace google {
3651
3578
  export namespace protobuf {
3652
3579
  export interface IFileDescriptorSet {
@@ -4248,17 +4175,6 @@ declare namespace $wrapper {
4248
4175
  static __$$generatedFromProtobuf$$__: Symbol;
4249
4176
  }
4250
4177
  }
4251
- export interface Any {
4252
- readonly typeUrl: string;
4253
- readonly typeName: string;
4254
- is(ctor: $$GeneratedMessage$$<any>): boolean;
4255
- unpack<S>(ctor: $$GeneratedMessage$$<S>): S;
4256
- }
4257
- export namespace Any {
4258
- export function pack<S>(ctor: $$GeneratedMessage$$<S>, value: S): $wrapper.google.protobuf.Any;
4259
- export function isAny(instance: object): boolean;
4260
- export function typeUrl(ctor: $$GeneratedMessage$$<any>): string;
4261
- }
4262
4178
  }
4263
4179
  export namespace api {
4264
4180
  export interface IHttp {
@@ -4305,6 +4221,74 @@ declare namespace $wrapper {
4305
4221
  }
4306
4222
  }
4307
4223
  }
4224
+ export namespace com {
4225
+ export namespace wixpress {
4226
+ export namespace ci {
4227
+ export namespace commons {
4228
+ export namespace api {
4229
+ export interface IBazelBuildEvent {
4230
+ id?: (string | null);
4231
+ buildId?: (string | null);
4232
+ invocationId?: (string | null);
4233
+ repoUrl?: (string | null);
4234
+ branch?: (string | null);
4235
+ commitHash?: (string | null);
4236
+ prNumber?: (number | null);
4237
+ commitAuthor?: (string | null);
4238
+ state?: ($wrapper.com.wixpress.ci.commons.api.BazelBuildEvent.BuildState | null);
4239
+ buildType?: ($wrapper.com.wixpress.ci.commons.api.BazelBuildEvent.BuildType | null);
4240
+ commitTimestamp?: (Date | null);
4241
+ startedAt?: (Date | null);
4242
+ finishedAt?: (Date | null);
4243
+ linkUrl?: (string | null);
4244
+ pipeline?: (string | null);
4245
+ metadata?: ({ [k: string]: string } | null);
4246
+ buildNumber?: (string | null);
4247
+ }
4248
+ export class BazelBuildEvent implements IBazelBuildEvent {
4249
+ constructor(data?: IBazelBuildEvent);
4250
+ id?: (string | null);
4251
+ buildId?: (string | null);
4252
+ invocationId?: (string | null);
4253
+ repoUrl?: (string | null);
4254
+ branch?: (string | null);
4255
+ commitHash?: (string | null);
4256
+ prNumber?: (number | null);
4257
+ commitAuthor?: (string | null);
4258
+ state?: ($wrapper.com.wixpress.ci.commons.api.BazelBuildEvent.BuildState | null);
4259
+ buildType?: ($wrapper.com.wixpress.ci.commons.api.BazelBuildEvent.BuildType | null);
4260
+ commitTimestamp?: (Date | null);
4261
+ startedAt?: (Date | null);
4262
+ finishedAt?: (Date | null);
4263
+ linkUrl?: (string | null);
4264
+ pipeline?: (string | null);
4265
+ metadata?: ({ [k: string]: string });
4266
+ buildNumber?: (string | null);
4267
+ static __$$generatedFromProtobuf$$__: Symbol;
4268
+ }
4269
+ export namespace BazelBuildEvent {
4270
+ export enum BuildState {
4271
+ UNKNOWN_BUILD_STATE = "UNKNOWN_BUILD_STATE",
4272
+ QUEUED = "QUEUED",
4273
+ WORKING = "WORKING",
4274
+ SUCCESS = "SUCCESS",
4275
+ FAILURE = "FAILURE",
4276
+ CANCELLED = "CANCELLED",
4277
+ }
4278
+ export enum BuildType {
4279
+ UNKNOWN_BUILD_TYPE = "UNKNOWN_BUILD_TYPE",
4280
+ MASTER = "MASTER",
4281
+ PR = "PR",
4282
+ BRANCH = "BRANCH",
4283
+ CACHE_REFRESH = "CACHE_REFRESH",
4284
+ MONOREPO_CHECKS = "MONOREPO_CHECKS",
4285
+ }
4286
+ }
4287
+ }
4288
+ }
4289
+ }
4290
+ }
4291
+ }
4308
4292
  }
4309
4293
 
4310
4294
  export default $wrapper;