@streamlayer/sl-eslib
Advanced tools
Comparing version 5.17.1 to 5.17.2
{ | ||
"name": "@streamlayer/sl-eslib", | ||
"version": "5.17.1", | ||
"version": "5.17.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "restricted" |
@@ -25,7 +25,2 @@ // @generated by protoc-gen-es v1.2.1 with parameter "target=js+dts" | ||
/** | ||
* @generated from field: google.protobuf.StringValue event_id_string = 6; | ||
*/ | ||
eventIdString?: string; | ||
/** | ||
* overview | titleCard | onboarding | rules | inviteCard | ||
@@ -47,7 +42,2 @@ * | ||
/** | ||
* @generated from field: google.protobuf.BoolValue set_enable_bool = 7; | ||
*/ | ||
setEnableBool?: boolean; | ||
constructor(data?: PartialMessage<SaveRequest>); | ||
@@ -54,0 +44,0 @@ |
@@ -6,3 +6,3 @@ // @generated by protoc-gen-es v1.2.1 with parameter "target=js+dts" | ||
import { BoolValue, proto3, StringValue } from "@bufbuild/protobuf"; | ||
import { proto3 } from "@bufbuild/protobuf"; | ||
import { GameSettings } from "../common/game_common_pb.js"; | ||
@@ -18,7 +18,5 @@ | ||
{ no: 2, name: "event_id", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 6, name: "event_id_string", kind: "message", T: StringValue }, | ||
{ no: 3, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 4, name: "settings", kind: "message", T: GameSettings }, | ||
{ no: 5, name: "set_enable", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, | ||
{ no: 7, name: "set_enable_bool", kind: "message", T: BoolValue }, | ||
], | ||
@@ -25,0 +23,0 @@ ); |
5493034
130274