34 lines
1.2 KiB
JavaScript
34 lines
1.2 KiB
JavaScript
// source: c2se/backend/identity.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.backend.identity", null, global);
|
|
|
|
proto.bet.beteran.c2se.backend.identity = {};
|
|
|
|
proto.bet.beteran.c2se.backend.identity.SUBJECT_CHECK_USERNAME_FOR_DUPLICATION =
|
|
"bet.beteran.c2se.backend.identity.CheckUsernameForDuplication";
|
|
proto.bet.beteran.c2se.backend.identity.SUBJECT_CHECK_NICKNAME_FOR_DUPLICATION =
|
|
"bet.beteran.c2se.backend.identity.CheckNicknameForDuplication";
|
|
proto.bet.beteran.c2se.backend.identity.SUBJECT_CAPTCHA =
|
|
"bet.beteran.c2se.backend.identity.Captcha";
|
|
proto.bet.beteran.c2se.backend.identity.SUBJECT_SIGNIN =
|
|
"bet.beteran.c2se.backend.identity.Signin";
|
|
|
|
goog.object.extend(exports, proto.bet.beteran.c2se.backend.identity);
|