New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wundergraph/cosmo-connect

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wundergraph/cosmo-connect - npm Package Compare versions

Comparing version 0.43.1 to 0.44.0

29

dist/node/v1/node_pb.d.ts

@@ -424,2 +424,10 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";

customEvents?: DataSourceCustom_Events;
/**
* @generated from field: repeated wg.cosmo.node.v1.EntityInterfaceConfiguration entity_interfaces = 14;
*/
entityInterfaces: EntityInterfaceConfiguration[];
/**
* @generated from field: repeated wg.cosmo.node.v1.EntityInterfaceConfiguration interface_objects = 15;
*/
interfaceObjects: EntityInterfaceConfiguration[];
constructor(data?: PartialMessage<DataSourceConfiguration>);

@@ -548,2 +556,23 @@ static readonly runtime: typeof proto3;

/**
* @generated from message wg.cosmo.node.v1.EntityInterfaceConfiguration
*/
export declare class EntityInterfaceConfiguration extends Message<EntityInterfaceConfiguration> {
/**
* @generated from field: string interface_type_name = 1;
*/
interfaceTypeName: string;
/**
* @generated from field: repeated string concrete_type_names = 2;
*/
concreteTypeNames: string[];
constructor(data?: PartialMessage<EntityInterfaceConfiguration>);
static readonly runtime: typeof proto3;
static readonly typeName = "wg.cosmo.node.v1.EntityInterfaceConfiguration";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EntityInterfaceConfiguration;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EntityInterfaceConfiguration;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EntityInterfaceConfiguration;
static equals(a: EntityInterfaceConfiguration | PlainMessage<EntityInterfaceConfiguration> | undefined, b: EntityInterfaceConfiguration | PlainMessage<EntityInterfaceConfiguration> | undefined): boolean;
}
/**
* @generated from message wg.cosmo.node.v1.FetchConfiguration

@@ -550,0 +579,0 @@ */

@@ -624,2 +624,10 @@ // @generated by protoc-gen-es v1.4.1 with parameter "target=ts"

customEvents;
/**
* @generated from field: repeated wg.cosmo.node.v1.EntityInterfaceConfiguration entity_interfaces = 14;
*/
entityInterfaces = [];
/**
* @generated from field: repeated wg.cosmo.node.v1.EntityInterfaceConfiguration interface_objects = 15;
*/
interfaceObjects = [];
constructor(data) {

@@ -645,2 +653,4 @@ super();

{ no: 13, name: "custom_events", kind: "message", T: DataSourceCustom_Events },
{ no: 14, name: "entity_interfaces", kind: "message", T: EntityInterfaceConfiguration, repeated: true },
{ no: 15, name: "interface_objects", kind: "message", T: EntityInterfaceConfiguration, repeated: true },
]);

@@ -846,2 +856,37 @@ static fromBinary(bytes, options) {

/**
* @generated from message wg.cosmo.node.v1.EntityInterfaceConfiguration
*/
export class EntityInterfaceConfiguration extends Message {
/**
* @generated from field: string interface_type_name = 1;
*/
interfaceTypeName = "";
/**
* @generated from field: repeated string concrete_type_names = 2;
*/
concreteTypeNames = [];
constructor(data) {
super();
proto3.util.initPartial(data, this);
}
static runtime = proto3;
static typeName = "wg.cosmo.node.v1.EntityInterfaceConfiguration";
static fields = proto3.util.newFieldList(() => [
{ no: 1, name: "interface_type_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "concrete_type_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
]);
static fromBinary(bytes, options) {
return new EntityInterfaceConfiguration().fromBinary(bytes, options);
}
static fromJson(jsonValue, options) {
return new EntityInterfaceConfiguration().fromJson(jsonValue, options);
}
static fromJsonString(jsonString, options) {
return new EntityInterfaceConfiguration().fromJsonString(jsonString, options);
}
static equals(a, b) {
return proto3.util.equals(EntityInterfaceConfiguration, a, b);
}
}
/**
* @generated from message wg.cosmo.node.v1.FetchConfiguration

@@ -848,0 +893,0 @@ */

4

package.json
{
"name": "@wundergraph/cosmo-connect",
"version": "0.43.1",
"version": "0.44.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",

@@ -40,3 +40,3 @@ "scripts": {

},
"gitHead": "14ee9eea475d7ecb24ca6d4a423188f28b453815"
"gitHead": "b0ba660681e7f2caa2c68d097d51010bdd6805b3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc