Skip to content

Commit

Permalink
Merge pull request #61 from Clarifai/Version_9.7.0
Browse files Browse the repository at this point in the history
Version 9.7.0
  • Loading branch information
YvetteZ2017 authored Aug 9, 2023
2 parents b89d0ec + 9ba387f commit a6de390
Show file tree
Hide file tree
Showing 94 changed files with 128,339 additions and 40,628 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
9.7.0
9 changes: 8 additions & 1 deletion google/api/annotations_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/**
* @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
Expand All @@ -12,7 +13,13 @@

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();
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')();

var google_api_http_pb = require('../../google/api/http_pb.js');
goog.object.extend(proto, google_api_http_pb);
Expand Down
1 change: 1 addition & 0 deletions google/api/auth_grpc_pb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// GENERATED CODE -- NO SERVICES IN PROTO
Loading

0 comments on commit a6de390

Please sign in to comment.