Compiled protobuf

This commit is contained in:
2023-06-24 12:56:38 +00:00
parent 2b6825b7e3
commit 0685701355
2 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// source: src/protobuf/pb/api.proto
// source: src/protobuf/api.proto
/**
* @fileoverview
* @enhanceable
@@ -11,14 +11,18 @@
/* eslint-disable */
// @ts-nocheck
var jspb = require('google-protobuf');
var goog = jspb;
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();
goog.provide('proto.com.spotify.api.GetUserTokenRequest');
goog.provide('proto.com.spotify.api.GetUserTokenResponse');
goog.require('jspb.BinaryReader');
goog.require('jspb.BinaryWriter');
goog.require('jspb.Message');
goog.exportSymbol('proto.com.spotify.api.GetUserTokenRequest', null, global);
goog.exportSymbol('proto.com.spotify.api.GetUserTokenResponse', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
@@ -561,3 +565,4 @@ proto.com.spotify.api.GetUserTokenResponse.prototype.setScope = function(value)
};
goog.object.extend(exports, proto.com.spotify.api);