초기커밋

This commit is contained in:
2025-05-01 07:20:41 +09:00
commit 98bb2e3c5c
2747 changed files with 646947 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,35 @@
// source: Define_Meta.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() {
if (this) { return this; }
if (typeof window !== 'undefined') { return window; }
if (typeof global !== 'undefined') { return global; }
if (typeof self !== 'undefined') { return self; }
return Function('return this')();
}.call(null));
var Define_Common_pb = require('./Define_Common_pb.js');
goog.object.extend(proto, Define_Common_pb);
goog.exportSymbol('proto.ConstantKeyType', null, global);
/**
* @enum {number}
*/
proto.ConstantKeyType = {
CONSTANTKEYTYPE_NONE: 0,
CONSTANTKEYTYPE_DEFAULTENTRYWORLDIDWHENLOGINTOAUTH: 1
};
goog.object.extend(exports, proto);