api for frontend is added
This commit is contained in:
parent
0794156b86
commit
a4626f601f
6
src/app/modules/proto/c2se/frontend/api/game_pb.d.ts
vendored
Normal file
6
src/app/modules/proto/c2se/frontend/api/game_pb.d.ts
vendored
Normal 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;
|
27
src/app/modules/proto/c2se/frontend/api/game_pb.js
Normal file
27
src/app/modules/proto/c2se/frontend/api/game_pb.js
Normal 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);
|
6
src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts
vendored
Normal file
6
src/app/modules/proto/c2se/frontend/api/vendor_pb.d.ts
vendored
Normal 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;
|
27
src/app/modules/proto/c2se/frontend/api/vendor_pb.js
Normal file
27
src/app/modules/proto/c2se/frontend/api/vendor_pb.js
Normal 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);
|
Loading…
Reference in New Issue
Block a user