Compiled protobuf
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// source: src/protobuf/pb/api.proto
|
// source: src/protobuf/api.proto
|
||||||
/**
|
/**
|
||||||
* @fileoverview
|
* @fileoverview
|
||||||
* @enhanceable
|
* @enhanceable
|
||||||
@@ -11,14 +11,18 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// @ts-nocheck
|
// @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.exportSymbol('proto.com.spotify.api.GetUserTokenRequest', null, global);
|
||||||
goog.provide('proto.com.spotify.api.GetUserTokenResponse');
|
goog.exportSymbol('proto.com.spotify.api.GetUserTokenResponse', null, global);
|
||||||
|
|
||||||
goog.require('jspb.BinaryReader');
|
|
||||||
goog.require('jspb.BinaryWriter');
|
|
||||||
goog.require('jspb.Message');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by JsPbCodeGenerator.
|
* Generated by JsPbCodeGenerator.
|
||||||
* @param {Array=} opt_data Optional initial data array, typically from a
|
* @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);
|
||||||
Reference in New Issue
Block a user