Skip to content

Commit

Permalink
add proto codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
babybunn committed Nov 21, 2024
1 parent c7711f1 commit b5f4e96
Show file tree
Hide file tree
Showing 443 changed files with 505,117 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codegen/amino/amino.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* Generated by the protoc-gen-ts. DO NOT EDIT!
* compiler version: 3.20.3
* source: amino/amino.proto
* git: https://github.com/thesayyn/protoc-gen-ts */
import * as dependency_1 from "./../google/protobuf/descriptor";
export namespace amino { }
176 changes: 176 additions & 0 deletions codegen/amino/amino_pb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
// source: amino/amino.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);

var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
goog.object.extend(proto, google_protobuf_descriptor_pb);
goog.exportSymbol('proto.amino.dontOmitempty', null, global);
goog.exportSymbol('proto.amino.encoding', null, global);
goog.exportSymbol('proto.amino.fieldName', null, global);
goog.exportSymbol('proto.amino.messageEncoding', null, global);
goog.exportSymbol('proto.amino.name', null, global);
goog.exportSymbol('proto.amino.oneofName', null, global);

/**
* A tuple of {field number, class constructor} for the extension
* field named `name`.
* @type {!jspb.ExtensionFieldInfo<string>}
*/
proto.amino.name = new jspb.ExtensionFieldInfo(
11110001,
{name: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.MessageOptions.extensionsBinary[11110001] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.name,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.MessageOptions.extensions[11110001] = proto.amino.name;


/**
* A tuple of {field number, class constructor} for the extension
* field named `messageEncoding`.
* @type {!jspb.ExtensionFieldInfo<string>}
*/
proto.amino.messageEncoding = new jspb.ExtensionFieldInfo(
11110002,
{messageEncoding: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.MessageOptions.extensionsBinary[11110002] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.messageEncoding,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.MessageOptions.extensions[11110002] = proto.amino.messageEncoding;


/**
* A tuple of {field number, class constructor} for the extension
* field named `encoding`.
* @type {!jspb.ExtensionFieldInfo<string>}
*/
proto.amino.encoding = new jspb.ExtensionFieldInfo(
11110003,
{encoding: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[11110003] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.encoding,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.FieldOptions.extensions[11110003] = proto.amino.encoding;


/**
* A tuple of {field number, class constructor} for the extension
* field named `fieldName`.
* @type {!jspb.ExtensionFieldInfo<string>}
*/
proto.amino.fieldName = new jspb.ExtensionFieldInfo(
11110004,
{fieldName: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[11110004] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.fieldName,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.FieldOptions.extensions[11110004] = proto.amino.fieldName;


/**
* A tuple of {field number, class constructor} for the extension
* field named `dontOmitempty`.
* @type {!jspb.ExtensionFieldInfo<boolean>}
*/
proto.amino.dontOmitempty = new jspb.ExtensionFieldInfo(
11110005,
{dontOmitempty: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[11110005] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.dontOmitempty,
jspb.BinaryReader.prototype.readBool,
jspb.BinaryWriter.prototype.writeBool,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.FieldOptions.extensions[11110005] = proto.amino.dontOmitempty;


/**
* A tuple of {field number, class constructor} for the extension
* field named `oneofName`.
* @type {!jspb.ExtensionFieldInfo<string>}
*/
proto.amino.oneofName = new jspb.ExtensionFieldInfo(
11110006,
{oneofName: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);

google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[11110006] = new jspb.ExtensionFieldBinaryInfo(
proto.amino.oneofName,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
undefined,
undefined,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.FieldOptions.extensions[11110006] = proto.amino.oneofName;

goog.object.extend(exports, proto.amino);
Loading

0 comments on commit b5f4e96

Please sign in to comment.