From a4626f601f23517a4d571ab570492aced359f834 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Fri, 19 Aug 2022 07:44:41 +0000 Subject: [PATCH] api for frontend is added --- .../proto/c2se/frontend/api/game_pb.d.ts | 6 +++++ .../proto/c2se/frontend/api/game_pb.js | 27 +++++++++++++++++++ .../proto/c2se/frontend/api/vendor_pb.d.ts | 6 +++++ .../proto/c2se/frontend/api/vendor_pb.js | 27 +++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 src/app/modules/proto/c2se/frontend/api/game_pb.d.ts create mode 100644 src/app/modules/proto/c2se/frontend/api/game_pb.js create mode 100644 src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts create mode 100644 src/app/modules/proto/c2se/frontend/api/vendor_pb.js diff --git a/src/app/modules/proto/c2se/frontend/api/game_pb.d.ts b/src/app/modules/proto/c2se/frontend/api/game_pb.d.ts new file mode 100644 index 0000000..ec9df27 --- /dev/null +++ b/src/app/modules/proto/c2se/frontend/api/game_pb.d.ts @@ -0,0 +1,6 @@ +// package: bet.beteran.c2se.frontend.api.game +// file: c2se/frontend/api/game.proto + +import * as jspb from 'google-protobuf'; + +export const SUBJECT_LIST_GAMES: string; diff --git a/src/app/modules/proto/c2se/frontend/api/game_pb.js b/src/app/modules/proto/c2se/frontend/api/game_pb.js new file mode 100644 index 0000000..caa9d57 --- /dev/null +++ b/src/app/modules/proto/c2se/frontend/api/game_pb.js @@ -0,0 +1,27 @@ +// source: c2se/frontend/api/game.proto +/** + * @fileoverview + * @enhanceable + * @suppress {missingRequire} reports error on implicit type usages. + * @suppress {messageConventions} JS Compiler reports an error if a variable or + * field starts with 'MSG_' and isn't a translatable message. + * @public + */ +// GENERATED CODE -- DO NOT EDIT! +/* eslint-disable */ +// @ts-nocheck + +var jspb = require("google-protobuf"); +var goog = jspb; +var global = function () { + return this || window || global || self || Function("return this")(); +}.call(null); + +goog.exportSymbol("proto.bet.beteran.c2se.frontend.api.game", null, global); + +proto.bet.beteran.c2se.frontend.api.game = {}; + +proto.bet.beteran.c2se.frontend.api.game.SUBJECT_LIST_GAMES = + "bet.beteran.c2se.frontend.api.game.ListGames"; + +goog.object.extend(exports, proto.bet.beteran.c2se.frontend.api.game); diff --git a/src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts b/src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts new file mode 100644 index 0000000..8b70de1 --- /dev/null +++ b/src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts @@ -0,0 +1,6 @@ +// package: bet.beteran.c2se.frontend.api.vendor +// file: c2se/frontend/api/vendor.proto + +import * as jspb from 'google-protobuf'; + +export const SUBJECT_LIST_VENDORS: string; diff --git a/src/app/modules/proto/c2se/frontend/api/vendor_pb.js b/src/app/modules/proto/c2se/frontend/api/vendor_pb.js new file mode 100644 index 0000000..e57f9d5 --- /dev/null +++ b/src/app/modules/proto/c2se/frontend/api/vendor_pb.js @@ -0,0 +1,27 @@ +// source: c2se/frontend/api/vendor.proto +/** + * @fileoverview + * @enhanceable + * @suppress {missingRequire} reports error on implicit type usages. + * @suppress {messageConventions} JS Compiler reports an error if a variable or + * field starts with 'MSG_' and isn't a translatable message. + * @public + */ +// GENERATED CODE -- DO NOT EDIT! +/* eslint-disable */ +// @ts-nocheck + +var jspb = require("google-protobuf"); +var goog = jspb; +var global = function () { + return this || window || global || self || Function("return this")(); +}.call(null); + +goog.exportSymbol("proto.bet.beteran.c2se.frontend.api.vendor", null, global); + +proto.bet.beteran.c2se.frontend.api.vendor = {}; + +proto.bet.beteran.c2se.frontend.api.vendor.SUBJECT_LIST_VENDORS = + "bet.beteran.c2se.frontend.api.vendor.ListVendors"; + +goog.object.extend(exports, proto.bet.beteran.c2se.frontend.api.vendor);