api for frontend is added

This commit is contained in:
병준 박 2022-08-19 07:44:41 +00:00
parent 0794156b86
commit a4626f601f
4 changed files with 66 additions and 0 deletions

View File

@ -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;

View File

@ -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);

View File

@ -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;

View File

@ -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);