-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
443 changed files
with
505,117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Oops, something went wrong.