From 0685701355ef87b1dcd23f53677a22aa02b09400 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sat, 24 Jun 2023 12:56:38 +0000 Subject: [PATCH] Compiled protobuf --- src/protobuf/{pb => }/api.proto | 0 src/protobuf/{compiled/api.js => api_pb.js} | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) rename src/protobuf/{pb => }/api.proto (100%) rename src/protobuf/{compiled/api.js => api_pb.js} (96%) diff --git a/src/protobuf/pb/api.proto b/src/protobuf/api.proto similarity index 100% rename from src/protobuf/pb/api.proto rename to src/protobuf/api.proto diff --git a/src/protobuf/compiled/api.js b/src/protobuf/api_pb.js similarity index 96% rename from src/protobuf/compiled/api.js rename to src/protobuf/api_pb.js index 91ae569..6537603 100644 --- a/src/protobuf/compiled/api.js +++ b/src/protobuf/api_pb.js @@ -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);