@wundergraph/cosmo-connect 0.110.0 → 0.111.0

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.
@@ -5445,10 +5445,6 @@ export declare class RestoreOrganizationResponse extends Message<RestoreOrganiza
5445
5445
  * @generated from message wg.cosmo.platform.v1.LeaveOrganizationRequest
5446
5446
  */
5447
5447
  export declare class LeaveOrganizationRequest extends Message<LeaveOrganizationRequest> {
5448
- /**
5449
- * @generated from field: string userID = 1;
5450
- */
5451
- userID: string;
5452
5448
  constructor(data?: PartialMessage<LeaveOrganizationRequest>);
5453
5449
  static readonly runtime: typeof proto3;
5454
5450
  static readonly typeName = "wg.cosmo.platform.v1.LeaveOrganizationRequest";
@@ -8410,19 +8410,13 @@ export class RestoreOrganizationResponse extends Message {
8410
8410
  * @generated from message wg.cosmo.platform.v1.LeaveOrganizationRequest
8411
8411
  */
8412
8412
  export class LeaveOrganizationRequest extends Message {
8413
- /**
8414
- * @generated from field: string userID = 1;
8415
- */
8416
- userID = "";
8417
8413
  constructor(data) {
8418
8414
  super();
8419
8415
  proto3.util.initPartial(data, this);
8420
8416
  }
8421
8417
  static runtime = proto3;
8422
8418
  static typeName = "wg.cosmo.platform.v1.LeaveOrganizationRequest";
8423
- static fields = proto3.util.newFieldList(() => [
8424
- { no: 1, name: "userID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8425
- ]);
8419
+ static fields = proto3.util.newFieldList(() => []);
8426
8420
  static fromBinary(bytes, options) {
8427
8421
  return new LeaveOrganizationRequest().fromBinary(bytes, options);
8428
8422
  }