@wundergraph/cosmo-connect 0.144.0 → 0.145.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.
|
@@ -13368,14 +13368,6 @@ export declare class GetOnboardingResponse extends Message<GetOnboardingResponse
|
|
|
13368
13368
|
* @generated from field: bool enabled = 5;
|
|
13369
13369
|
*/
|
|
13370
13370
|
enabled: boolean;
|
|
13371
|
-
/**
|
|
13372
|
-
* @generated from field: bool slack = 6;
|
|
13373
|
-
*/
|
|
13374
|
-
slack: boolean;
|
|
13375
|
-
/**
|
|
13376
|
-
* @generated from field: bool email = 7;
|
|
13377
|
-
*/
|
|
13378
|
-
email: boolean;
|
|
13379
13371
|
constructor(data?: PartialMessage<GetOnboardingResponse>);
|
|
13380
13372
|
static readonly runtime: typeof proto3;
|
|
13381
13373
|
static readonly typeName = "wg.cosmo.platform.v1.GetOnboardingResponse";
|
|
@@ -13389,14 +13381,6 @@ export declare class GetOnboardingResponse extends Message<GetOnboardingResponse
|
|
|
13389
13381
|
* @generated from message wg.cosmo.platform.v1.CreateOnboardingRequest
|
|
13390
13382
|
*/
|
|
13391
13383
|
export declare class CreateOnboardingRequest extends Message<CreateOnboardingRequest> {
|
|
13392
|
-
/**
|
|
13393
|
-
* @generated from field: bool slack = 1;
|
|
13394
|
-
*/
|
|
13395
|
-
slack: boolean;
|
|
13396
|
-
/**
|
|
13397
|
-
* @generated from field: bool email = 2;
|
|
13398
|
-
*/
|
|
13399
|
-
email: boolean;
|
|
13400
13384
|
constructor(data?: PartialMessage<CreateOnboardingRequest>);
|
|
13401
13385
|
static readonly runtime: typeof proto3;
|
|
13402
13386
|
static readonly typeName = "wg.cosmo.platform.v1.CreateOnboardingRequest";
|
|
@@ -13422,14 +13406,6 @@ export declare class CreateOnboardingResponse extends Message<CreateOnboardingRe
|
|
|
13422
13406
|
* @generated from field: int32 federatedGraphsCount = 3;
|
|
13423
13407
|
*/
|
|
13424
13408
|
federatedGraphsCount: number;
|
|
13425
|
-
/**
|
|
13426
|
-
* @generated from field: bool slack = 4;
|
|
13427
|
-
*/
|
|
13428
|
-
slack: boolean;
|
|
13429
|
-
/**
|
|
13430
|
-
* @generated from field: bool email = 5;
|
|
13431
|
-
*/
|
|
13432
|
-
email: boolean;
|
|
13433
13409
|
constructor(data?: PartialMessage<CreateOnboardingResponse>);
|
|
13434
13410
|
static readonly runtime: typeof proto3;
|
|
13435
13411
|
static readonly typeName = "wg.cosmo.platform.v1.CreateOnboardingResponse";
|
|
@@ -20803,14 +20803,6 @@ export class GetOnboardingResponse extends Message {
|
|
|
20803
20803
|
* @generated from field: bool enabled = 5;
|
|
20804
20804
|
*/
|
|
20805
20805
|
enabled = false;
|
|
20806
|
-
/**
|
|
20807
|
-
* @generated from field: bool slack = 6;
|
|
20808
|
-
*/
|
|
20809
|
-
slack = false;
|
|
20810
|
-
/**
|
|
20811
|
-
* @generated from field: bool email = 7;
|
|
20812
|
-
*/
|
|
20813
|
-
email = false;
|
|
20814
20806
|
constructor(data) {
|
|
20815
20807
|
super();
|
|
20816
20808
|
proto3.util.initPartial(data, this);
|
|
@@ -20822,8 +20814,6 @@ export class GetOnboardingResponse extends Message {
|
|
|
20822
20814
|
{ no: 3, name: "finishedAt", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
20823
20815
|
{ no: 4, name: "federatedGraphsCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
20824
20816
|
{ no: 5, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20825
|
-
{ no: 6, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20826
|
-
{ no: 7, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20827
20817
|
]);
|
|
20828
20818
|
static fromBinary(bytes, options) {
|
|
20829
20819
|
return new GetOnboardingResponse().fromBinary(bytes, options);
|
|
@@ -20842,24 +20832,13 @@ export class GetOnboardingResponse extends Message {
|
|
|
20842
20832
|
* @generated from message wg.cosmo.platform.v1.CreateOnboardingRequest
|
|
20843
20833
|
*/
|
|
20844
20834
|
export class CreateOnboardingRequest extends Message {
|
|
20845
|
-
/**
|
|
20846
|
-
* @generated from field: bool slack = 1;
|
|
20847
|
-
*/
|
|
20848
|
-
slack = false;
|
|
20849
|
-
/**
|
|
20850
|
-
* @generated from field: bool email = 2;
|
|
20851
|
-
*/
|
|
20852
|
-
email = false;
|
|
20853
20835
|
constructor(data) {
|
|
20854
20836
|
super();
|
|
20855
20837
|
proto3.util.initPartial(data, this);
|
|
20856
20838
|
}
|
|
20857
20839
|
static runtime = proto3;
|
|
20858
20840
|
static typeName = "wg.cosmo.platform.v1.CreateOnboardingRequest";
|
|
20859
|
-
static fields = proto3.util.newFieldList(() => [
|
|
20860
|
-
{ no: 1, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20861
|
-
{ no: 2, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20862
|
-
]);
|
|
20841
|
+
static fields = proto3.util.newFieldList(() => []);
|
|
20863
20842
|
static fromBinary(bytes, options) {
|
|
20864
20843
|
return new CreateOnboardingRequest().fromBinary(bytes, options);
|
|
20865
20844
|
}
|
|
@@ -20889,14 +20868,6 @@ export class CreateOnboardingResponse extends Message {
|
|
|
20889
20868
|
* @generated from field: int32 federatedGraphsCount = 3;
|
|
20890
20869
|
*/
|
|
20891
20870
|
federatedGraphsCount = 0;
|
|
20892
|
-
/**
|
|
20893
|
-
* @generated from field: bool slack = 4;
|
|
20894
|
-
*/
|
|
20895
|
-
slack = false;
|
|
20896
|
-
/**
|
|
20897
|
-
* @generated from field: bool email = 5;
|
|
20898
|
-
*/
|
|
20899
|
-
email = false;
|
|
20900
20871
|
constructor(data) {
|
|
20901
20872
|
super();
|
|
20902
20873
|
proto3.util.initPartial(data, this);
|
|
@@ -20907,8 +20878,6 @@ export class CreateOnboardingResponse extends Message {
|
|
|
20907
20878
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
20908
20879
|
{ no: 2, name: "finishedAt", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
20909
20880
|
{ no: 3, name: "federatedGraphsCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
20910
|
-
{ no: 4, name: "slack", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20911
|
-
{ no: 5, name: "email", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20912
20881
|
]);
|
|
20913
20882
|
static fromBinary(bytes, options) {
|
|
20914
20883
|
return new CreateOnboardingResponse().fromBinary(bytes, options);
|