@wundergraph/cosmo-connect 0.141.0 → 0.142.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.
@@ -6816,6 +6816,111 @@ export class InviteUserResponse extends Message {
6816
6816
  return proto3.util.equals(InviteUserResponse, a, b);
6817
6817
  }
6818
6818
  }
6819
+ /**
6820
+ * @generated from message wg.cosmo.platform.v1.InviteUsersRequest
6821
+ */
6822
+ export class InviteUsersRequest extends Message {
6823
+ /**
6824
+ * @generated from field: repeated string emails = 1;
6825
+ */
6826
+ emails = [];
6827
+ /**
6828
+ * @generated from field: repeated string groups = 2;
6829
+ */
6830
+ groups = [];
6831
+ constructor(data) {
6832
+ super();
6833
+ proto3.util.initPartial(data, this);
6834
+ }
6835
+ static runtime = proto3;
6836
+ static typeName = "wg.cosmo.platform.v1.InviteUsersRequest";
6837
+ static fields = proto3.util.newFieldList(() => [
6838
+ { no: 1, name: "emails", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
6839
+ { no: 2, name: "groups", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
6840
+ ]);
6841
+ static fromBinary(bytes, options) {
6842
+ return new InviteUsersRequest().fromBinary(bytes, options);
6843
+ }
6844
+ static fromJson(jsonValue, options) {
6845
+ return new InviteUsersRequest().fromJson(jsonValue, options);
6846
+ }
6847
+ static fromJsonString(jsonString, options) {
6848
+ return new InviteUsersRequest().fromJsonString(jsonString, options);
6849
+ }
6850
+ static equals(a, b) {
6851
+ return proto3.util.equals(InviteUsersRequest, a, b);
6852
+ }
6853
+ }
6854
+ /**
6855
+ * @generated from message wg.cosmo.platform.v1.InviteUsersInvitationError
6856
+ */
6857
+ export class InviteUsersInvitationError extends Message {
6858
+ /**
6859
+ * @generated from field: string email = 1;
6860
+ */
6861
+ email = "";
6862
+ /**
6863
+ * @generated from field: string error = 2;
6864
+ */
6865
+ error = "";
6866
+ constructor(data) {
6867
+ super();
6868
+ proto3.util.initPartial(data, this);
6869
+ }
6870
+ static runtime = proto3;
6871
+ static typeName = "wg.cosmo.platform.v1.InviteUsersInvitationError";
6872
+ static fields = proto3.util.newFieldList(() => [
6873
+ { no: 1, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6874
+ { no: 2, name: "error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6875
+ ]);
6876
+ static fromBinary(bytes, options) {
6877
+ return new InviteUsersInvitationError().fromBinary(bytes, options);
6878
+ }
6879
+ static fromJson(jsonValue, options) {
6880
+ return new InviteUsersInvitationError().fromJson(jsonValue, options);
6881
+ }
6882
+ static fromJsonString(jsonString, options) {
6883
+ return new InviteUsersInvitationError().fromJsonString(jsonString, options);
6884
+ }
6885
+ static equals(a, b) {
6886
+ return proto3.util.equals(InviteUsersInvitationError, a, b);
6887
+ }
6888
+ }
6889
+ /**
6890
+ * @generated from message wg.cosmo.platform.v1.InviteUsersResponse
6891
+ */
6892
+ export class InviteUsersResponse extends Message {
6893
+ /**
6894
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
6895
+ */
6896
+ response;
6897
+ /**
6898
+ * @generated from field: repeated wg.cosmo.platform.v1.InviteUsersInvitationError invitationErrors = 2;
6899
+ */
6900
+ invitationErrors = [];
6901
+ constructor(data) {
6902
+ super();
6903
+ proto3.util.initPartial(data, this);
6904
+ }
6905
+ static runtime = proto3;
6906
+ static typeName = "wg.cosmo.platform.v1.InviteUsersResponse";
6907
+ static fields = proto3.util.newFieldList(() => [
6908
+ { no: 1, name: "response", kind: "message", T: Response },
6909
+ { no: 2, name: "invitationErrors", kind: "message", T: InviteUsersInvitationError, repeated: true },
6910
+ ]);
6911
+ static fromBinary(bytes, options) {
6912
+ return new InviteUsersResponse().fromBinary(bytes, options);
6913
+ }
6914
+ static fromJson(jsonValue, options) {
6915
+ return new InviteUsersResponse().fromJson(jsonValue, options);
6916
+ }
6917
+ static fromJsonString(jsonString, options) {
6918
+ return new InviteUsersResponse().fromJsonString(jsonString, options);
6919
+ }
6920
+ static equals(a, b) {
6921
+ return proto3.util.equals(InviteUsersResponse, a, b);
6922
+ }
6923
+ }
6819
6924
  /**
6820
6925
  * @generated from message wg.cosmo.platform.v1.APIKey
6821
6926
  */
@@ -20559,4 +20664,232 @@ export class RecomposeGraphResponse extends Message {
20559
20664
  return proto3.util.equals(RecomposeGraphResponse, a, b);
20560
20665
  }
20561
20666
  }
20667
+ /**
20668
+ * @generated from message wg.cosmo.platform.v1.GetOnboardingRequest
20669
+ */
20670
+ export class GetOnboardingRequest extends Message {
20671
+ constructor(data) {
20672
+ super();
20673
+ proto3.util.initPartial(data, this);
20674
+ }
20675
+ static runtime = proto3;
20676
+ static typeName = "wg.cosmo.platform.v1.GetOnboardingRequest";
20677
+ static fields = proto3.util.newFieldList(() => []);
20678
+ static fromBinary(bytes, options) {
20679
+ return new GetOnboardingRequest().fromBinary(bytes, options);
20680
+ }
20681
+ static fromJson(jsonValue, options) {
20682
+ return new GetOnboardingRequest().fromJson(jsonValue, options);
20683
+ }
20684
+ static fromJsonString(jsonString, options) {
20685
+ return new GetOnboardingRequest().fromJsonString(jsonString, options);
20686
+ }
20687
+ static equals(a, b) {
20688
+ return proto3.util.equals(GetOnboardingRequest, a, b);
20689
+ }
20690
+ }
20691
+ /**
20692
+ * @generated from message wg.cosmo.platform.v1.GetOnboardingResponse
20693
+ */
20694
+ export class GetOnboardingResponse extends Message {
20695
+ /**
20696
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
20697
+ */
20698
+ response;
20699
+ /**
20700
+ * @generated from field: optional string finishedAt = 3;
20701
+ */
20702
+ finishedAt;
20703
+ /**
20704
+ * @generated from field: int32 federatedGraphsCount = 4;
20705
+ */
20706
+ federatedGraphsCount = 0;
20707
+ /**
20708
+ * @generated from field: bool enabled = 5;
20709
+ */
20710
+ enabled = false;
20711
+ /**
20712
+ * @generated from field: bool slack = 6;
20713
+ */
20714
+ slack = false;
20715
+ /**
20716
+ * @generated from field: bool email = 7;
20717
+ */
20718
+ email = false;
20719
+ constructor(data) {
20720
+ super();
20721
+ proto3.util.initPartial(data, this);
20722
+ }
20723
+ static runtime = proto3;
20724
+ static typeName = "wg.cosmo.platform.v1.GetOnboardingResponse";
20725
+ static fields = proto3.util.newFieldList(() => [
20726
+ { no: 1, name: "response", kind: "message", T: Response },
20727
+ { no: 3, name: "finishedAt", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
20728
+ { no: 4, name: "federatedGraphsCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
20729
+ { no: 5, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20730
+ { no: 6, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20731
+ { no: 7, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20732
+ ]);
20733
+ static fromBinary(bytes, options) {
20734
+ return new GetOnboardingResponse().fromBinary(bytes, options);
20735
+ }
20736
+ static fromJson(jsonValue, options) {
20737
+ return new GetOnboardingResponse().fromJson(jsonValue, options);
20738
+ }
20739
+ static fromJsonString(jsonString, options) {
20740
+ return new GetOnboardingResponse().fromJsonString(jsonString, options);
20741
+ }
20742
+ static equals(a, b) {
20743
+ return proto3.util.equals(GetOnboardingResponse, a, b);
20744
+ }
20745
+ }
20746
+ /**
20747
+ * @generated from message wg.cosmo.platform.v1.CreateOnboardingRequest
20748
+ */
20749
+ export class CreateOnboardingRequest extends Message {
20750
+ /**
20751
+ * @generated from field: bool slack = 1;
20752
+ */
20753
+ slack = false;
20754
+ /**
20755
+ * @generated from field: bool email = 2;
20756
+ */
20757
+ email = false;
20758
+ constructor(data) {
20759
+ super();
20760
+ proto3.util.initPartial(data, this);
20761
+ }
20762
+ static runtime = proto3;
20763
+ static typeName = "wg.cosmo.platform.v1.CreateOnboardingRequest";
20764
+ static fields = proto3.util.newFieldList(() => [
20765
+ { no: 1, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20766
+ { no: 2, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20767
+ ]);
20768
+ static fromBinary(bytes, options) {
20769
+ return new CreateOnboardingRequest().fromBinary(bytes, options);
20770
+ }
20771
+ static fromJson(jsonValue, options) {
20772
+ return new CreateOnboardingRequest().fromJson(jsonValue, options);
20773
+ }
20774
+ static fromJsonString(jsonString, options) {
20775
+ return new CreateOnboardingRequest().fromJsonString(jsonString, options);
20776
+ }
20777
+ static equals(a, b) {
20778
+ return proto3.util.equals(CreateOnboardingRequest, a, b);
20779
+ }
20780
+ }
20781
+ /**
20782
+ * @generated from message wg.cosmo.platform.v1.CreateOnboardingResponse
20783
+ */
20784
+ export class CreateOnboardingResponse extends Message {
20785
+ /**
20786
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
20787
+ */
20788
+ response;
20789
+ /**
20790
+ * @generated from field: optional string finishedAt = 2;
20791
+ */
20792
+ finishedAt;
20793
+ /**
20794
+ * @generated from field: int32 federatedGraphsCount = 3;
20795
+ */
20796
+ federatedGraphsCount = 0;
20797
+ /**
20798
+ * @generated from field: bool slack = 4;
20799
+ */
20800
+ slack = false;
20801
+ /**
20802
+ * @generated from field: bool email = 5;
20803
+ */
20804
+ email = false;
20805
+ constructor(data) {
20806
+ super();
20807
+ proto3.util.initPartial(data, this);
20808
+ }
20809
+ static runtime = proto3;
20810
+ static typeName = "wg.cosmo.platform.v1.CreateOnboardingResponse";
20811
+ static fields = proto3.util.newFieldList(() => [
20812
+ { no: 1, name: "response", kind: "message", T: Response },
20813
+ { no: 2, name: "finishedAt", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
20814
+ { no: 3, name: "federatedGraphsCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
20815
+ { no: 4, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20816
+ { no: 5, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
20817
+ ]);
20818
+ static fromBinary(bytes, options) {
20819
+ return new CreateOnboardingResponse().fromBinary(bytes, options);
20820
+ }
20821
+ static fromJson(jsonValue, options) {
20822
+ return new CreateOnboardingResponse().fromJson(jsonValue, options);
20823
+ }
20824
+ static fromJsonString(jsonString, options) {
20825
+ return new CreateOnboardingResponse().fromJsonString(jsonString, options);
20826
+ }
20827
+ static equals(a, b) {
20828
+ return proto3.util.equals(CreateOnboardingResponse, a, b);
20829
+ }
20830
+ }
20831
+ /**
20832
+ * @generated from message wg.cosmo.platform.v1.FinishOnboardingRequest
20833
+ */
20834
+ export class FinishOnboardingRequest extends Message {
20835
+ constructor(data) {
20836
+ super();
20837
+ proto3.util.initPartial(data, this);
20838
+ }
20839
+ static runtime = proto3;
20840
+ static typeName = "wg.cosmo.platform.v1.FinishOnboardingRequest";
20841
+ static fields = proto3.util.newFieldList(() => []);
20842
+ static fromBinary(bytes, options) {
20843
+ return new FinishOnboardingRequest().fromBinary(bytes, options);
20844
+ }
20845
+ static fromJson(jsonValue, options) {
20846
+ return new FinishOnboardingRequest().fromJson(jsonValue, options);
20847
+ }
20848
+ static fromJsonString(jsonString, options) {
20849
+ return new FinishOnboardingRequest().fromJsonString(jsonString, options);
20850
+ }
20851
+ static equals(a, b) {
20852
+ return proto3.util.equals(FinishOnboardingRequest, a, b);
20853
+ }
20854
+ }
20855
+ /**
20856
+ * @generated from message wg.cosmo.platform.v1.FinishOnboardingResponse
20857
+ */
20858
+ export class FinishOnboardingResponse extends Message {
20859
+ /**
20860
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
20861
+ */
20862
+ response;
20863
+ /**
20864
+ * @generated from field: int32 federatedGraphsCount = 2;
20865
+ */
20866
+ federatedGraphsCount = 0;
20867
+ /**
20868
+ * @generated from field: string finishedAt = 3;
20869
+ */
20870
+ finishedAt = "";
20871
+ constructor(data) {
20872
+ super();
20873
+ proto3.util.initPartial(data, this);
20874
+ }
20875
+ static runtime = proto3;
20876
+ static typeName = "wg.cosmo.platform.v1.FinishOnboardingResponse";
20877
+ static fields = proto3.util.newFieldList(() => [
20878
+ { no: 1, name: "response", kind: "message", T: Response },
20879
+ { no: 2, name: "federatedGraphsCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
20880
+ { no: 3, name: "finishedAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
20881
+ ]);
20882
+ static fromBinary(bytes, options) {
20883
+ return new FinishOnboardingResponse().fromBinary(bytes, options);
20884
+ }
20885
+ static fromJson(jsonValue, options) {
20886
+ return new FinishOnboardingResponse().fromJson(jsonValue, options);
20887
+ }
20888
+ static fromJsonString(jsonString, options) {
20889
+ return new FinishOnboardingResponse().fromJsonString(jsonString, options);
20890
+ }
20891
+ static equals(a, b) {
20892
+ return proto3.util.equals(FinishOnboardingResponse, a, b);
20893
+ }
20894
+ }
20562
20895
  //# sourceMappingURL=platform_pb.js.map