@wix/metro-common-builders 1.0.1721 → 1.0.1723

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.
@@ -978,6 +978,7 @@ declare namespace $requests {
978
978
  enum?: $requests.wix.coreservices.businessschema.v1.IEnum;
979
979
  graphqlNamespace?: string;
980
980
  graphqlType?: string;
981
+ javaPackage?: string;
981
982
  }
982
983
  export class Schema implements ISchema {
983
984
  constructor(data?: ISchema);
@@ -988,6 +989,7 @@ declare namespace $requests {
988
989
  enum?: $requests.wix.coreservices.businessschema.v1.IEnum;
989
990
  graphqlNamespace?: string;
990
991
  graphqlType?: string;
992
+ javaPackage?: string;
991
993
  static __$$generatedFromProtobuf$$__: Symbol;
992
994
  }
993
995
  export interface IDefinition {
@@ -1192,6 +1194,7 @@ declare namespace $requests {
1192
1194
  appendices?: $requests.wix.coreservices.businessschema.v1.IAppendix[];
1193
1195
  ownershipTag?: $requests.wix.coreservices.businessschema.v1.ICodeOwnersTag;
1194
1196
  namespace?: string;
1197
+ javaPackage?: string;
1195
1198
  }
1196
1199
  export class Service implements IService {
1197
1200
  constructor(data?: IService);
@@ -1207,6 +1210,7 @@ declare namespace $requests {
1207
1210
  appendices?: $requests.wix.coreservices.businessschema.v1.IAppendix[];
1208
1211
  ownershipTag?: $requests.wix.coreservices.businessschema.v1.ICodeOwnersTag;
1209
1212
  namespace?: string;
1213
+ javaPackage?: string;
1210
1214
  static __$$generatedFromProtobuf$$__: Symbol;
1211
1215
  }
1212
1216
  export interface IServer {
@@ -5002,6 +5006,7 @@ declare namespace $responses {
5002
5006
  enum?: $responses.wix.coreservices.businessschema.v1.IEnum;
5003
5007
  graphqlNamespace?: string;
5004
5008
  graphqlType?: string;
5009
+ javaPackage?: string;
5005
5010
  }
5006
5011
  export class Schema implements ISchema {
5007
5012
  constructor(data?: ISchema);
@@ -5012,6 +5017,7 @@ declare namespace $responses {
5012
5017
  enum?: $responses.wix.coreservices.businessschema.v1.IEnum;
5013
5018
  graphqlNamespace?: string;
5014
5019
  graphqlType?: string;
5020
+ javaPackage?: string;
5015
5021
  static __$$generatedFromProtobuf$$__: Symbol;
5016
5022
  }
5017
5023
  export interface IDefinition {
@@ -5216,6 +5222,7 @@ declare namespace $responses {
5216
5222
  appendices: $responses.wix.coreservices.businessschema.v1.IAppendix[];
5217
5223
  ownershipTag?: $responses.wix.coreservices.businessschema.v1.ICodeOwnersTag;
5218
5224
  namespace?: string;
5225
+ javaPackage?: string;
5219
5226
  }
5220
5227
  export class Service implements IService {
5221
5228
  constructor(data?: IService);
@@ -5231,6 +5238,7 @@ declare namespace $responses {
5231
5238
  appendices: $responses.wix.coreservices.businessschema.v1.IAppendix[];
5232
5239
  ownershipTag?: $responses.wix.coreservices.businessschema.v1.ICodeOwnersTag;
5233
5240
  namespace?: string;
5241
+ javaPackage?: string;
5234
5242
  static __$$generatedFromProtobuf$$__: Symbol;
5235
5243
  }
5236
5244
  export interface IServer {
@@ -978,6 +978,7 @@ declare namespace $wrapper {
978
978
  enum?: ($wrapper.wix.coreservices.businessschema.v1.IEnum | null);
979
979
  graphqlNamespace?: (string | null);
980
980
  graphqlType?: (string | null);
981
+ javaPackage?: (string | null);
981
982
  }
982
983
  export class Schema implements ISchema {
983
984
  constructor(data?: ISchema);
@@ -988,6 +989,7 @@ declare namespace $wrapper {
988
989
  enum?: ($wrapper.wix.coreservices.businessschema.v1.IEnum | null);
989
990
  graphqlNamespace?: (string | null);
990
991
  graphqlType?: (string | null);
992
+ javaPackage?: (string | null);
991
993
  static __$$generatedFromProtobuf$$__: Symbol;
992
994
  }
993
995
  export interface IDefinition {
@@ -1192,6 +1194,7 @@ declare namespace $wrapper {
1192
1194
  appendices?: ($wrapper.wix.coreservices.businessschema.v1.IAppendix[] | null);
1193
1195
  ownershipTag?: ($wrapper.wix.coreservices.businessschema.v1.ICodeOwnersTag | null);
1194
1196
  namespace?: (string | null);
1197
+ javaPackage?: (string | null);
1195
1198
  }
1196
1199
  export class Service implements IService {
1197
1200
  constructor(data?: IService);
@@ -1207,6 +1210,7 @@ declare namespace $wrapper {
1207
1210
  appendices?: ($wrapper.wix.coreservices.businessschema.v1.IAppendix[] | null);
1208
1211
  ownershipTag?: ($wrapper.wix.coreservices.businessschema.v1.ICodeOwnersTag | null);
1209
1212
  namespace?: (string | null);
1213
+ javaPackage?: (string | null);
1210
1214
  static __$$generatedFromProtobuf$$__: Symbol;
1211
1215
  }
1212
1216
  export interface IServer {