@wundergraph/cosmo-connect 0.85.0 → 0.85.1
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.
|
@@ -1287,6 +1287,10 @@ export declare class Contract extends Message<Contract> {
|
|
|
1287
1287
|
* @generated from field: repeated string exclude_tags = 3;
|
|
1288
1288
|
*/
|
|
1289
1289
|
excludeTags: string[];
|
|
1290
|
+
/**
|
|
1291
|
+
* @generated from field: repeated string include_tags = 4;
|
|
1292
|
+
*/
|
|
1293
|
+
includeTags: string[];
|
|
1290
1294
|
constructor(data?: PartialMessage<Contract>);
|
|
1291
1295
|
static readonly runtime: typeof proto3;
|
|
1292
1296
|
static readonly typeName = "wg.cosmo.platform.v1.Contract";
|
|
@@ -8544,6 +8548,10 @@ export declare class CreateContractRequest extends Message<CreateContractRequest
|
|
|
8544
8548
|
* @generated from field: optional string admission_webhook_secret = 8;
|
|
8545
8549
|
*/
|
|
8546
8550
|
admissionWebhookSecret?: string;
|
|
8551
|
+
/**
|
|
8552
|
+
* @generated from field: repeated string include_tags = 9;
|
|
8553
|
+
*/
|
|
8554
|
+
includeTags: string[];
|
|
8547
8555
|
constructor(data?: PartialMessage<CreateContractRequest>);
|
|
8548
8556
|
static readonly runtime: typeof proto3;
|
|
8549
8557
|
static readonly typeName = "wg.cosmo.platform.v1.CreateContractRequest";
|
|
@@ -8594,6 +8602,10 @@ export declare class UpdateContractRequest extends Message<UpdateContractRequest
|
|
|
8594
8602
|
* @generated from field: repeated string exclude_tags = 3;
|
|
8595
8603
|
*/
|
|
8596
8604
|
excludeTags: string[];
|
|
8605
|
+
/**
|
|
8606
|
+
* @generated from field: repeated string include_tags = 4;
|
|
8607
|
+
*/
|
|
8608
|
+
includeTags: string[];
|
|
8597
8609
|
constructor(data?: PartialMessage<UpdateContractRequest>);
|
|
8598
8610
|
static readonly runtime: typeof proto3;
|
|
8599
8611
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateContractRequest";
|
|
@@ -1913,6 +1913,10 @@ export class Contract extends Message {
|
|
|
1913
1913
|
* @generated from field: repeated string exclude_tags = 3;
|
|
1914
1914
|
*/
|
|
1915
1915
|
excludeTags = [];
|
|
1916
|
+
/**
|
|
1917
|
+
* @generated from field: repeated string include_tags = 4;
|
|
1918
|
+
*/
|
|
1919
|
+
includeTags = [];
|
|
1916
1920
|
constructor(data) {
|
|
1917
1921
|
super();
|
|
1918
1922
|
proto3.util.initPartial(data, this);
|
|
@@ -1923,6 +1927,7 @@ export class Contract extends Message {
|
|
|
1923
1927
|
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1924
1928
|
{ no: 2, name: "source_federated_graph_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1925
1929
|
{ no: 3, name: "exclude_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1930
|
+
{ no: 4, name: "include_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1926
1931
|
]);
|
|
1927
1932
|
static fromBinary(bytes, options) {
|
|
1928
1933
|
return new Contract().fromBinary(bytes, options);
|
|
@@ -13432,6 +13437,10 @@ export class CreateContractRequest extends Message {
|
|
|
13432
13437
|
* @generated from field: optional string admission_webhook_secret = 8;
|
|
13433
13438
|
*/
|
|
13434
13439
|
admissionWebhookSecret;
|
|
13440
|
+
/**
|
|
13441
|
+
* @generated from field: repeated string include_tags = 9;
|
|
13442
|
+
*/
|
|
13443
|
+
includeTags = [];
|
|
13435
13444
|
constructor(data) {
|
|
13436
13445
|
super();
|
|
13437
13446
|
proto3.util.initPartial(data, this);
|
|
@@ -13447,6 +13456,7 @@ export class CreateContractRequest extends Message {
|
|
|
13447
13456
|
{ no: 6, name: "exclude_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
13448
13457
|
{ no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
13449
13458
|
{ no: 8, name: "admission_webhook_secret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
13459
|
+
{ no: 9, name: "include_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
13450
13460
|
]);
|
|
13451
13461
|
static fromBinary(bytes, options) {
|
|
13452
13462
|
return new CreateContractRequest().fromBinary(bytes, options);
|
|
@@ -13517,6 +13527,10 @@ export class UpdateContractRequest extends Message {
|
|
|
13517
13527
|
* @generated from field: repeated string exclude_tags = 3;
|
|
13518
13528
|
*/
|
|
13519
13529
|
excludeTags = [];
|
|
13530
|
+
/**
|
|
13531
|
+
* @generated from field: repeated string include_tags = 4;
|
|
13532
|
+
*/
|
|
13533
|
+
includeTags = [];
|
|
13520
13534
|
constructor(data) {
|
|
13521
13535
|
super();
|
|
13522
13536
|
proto3.util.initPartial(data, this);
|
|
@@ -13527,6 +13541,7 @@ export class UpdateContractRequest extends Message {
|
|
|
13527
13541
|
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
13528
13542
|
{ no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
13529
13543
|
{ no: 3, name: "exclude_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
13544
|
+
{ no: 4, name: "include_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
13530
13545
|
]);
|
|
13531
13546
|
static fromBinary(bytes, options) {
|
|
13532
13547
|
return new UpdateContractRequest().fromBinary(bytes, options);
|