clarifai-web-grpc 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,6 @@
1
- # [2.0.0](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.8...v2.0.0) (2022-02-04)
1
+ ## [2.0.1](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.0...v2.0.1) (2022-02-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * ci process ([3aee02d](https://github.com/Clarifai/clarifai-web-grpc/commit/3aee02d17bd05efc00fd645c62a6971e22fb2418))
7
-
8
-
9
- * fix(package)!: cleanse the package ([100e142](https://github.com/Clarifai/clarifai-web-grpc/commit/100e142a34254933439f08224557d6c23162effb))
10
-
11
-
12
- ### BREAKING CHANGES
13
-
14
- * Consumers must now import the fully qualified
15
- package names.
6
+ * build serviceserviceclient module ([e6f33e1](https://github.com/Clarifai/clarifai-web-grpc/commit/e6f33e180cc3be585954020eccf1bd4695e76459))
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // source: google/api/annotations.proto
3
+ /**
4
+ * @fileoverview
5
+ * @enhanceable
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+ var jspb = require('google-protobuf');
14
+ var goog = jspb;
15
+ var global = Function('return this')();
16
+ var google_api_http_pb = require('../../google/api/http_pb.js');
17
+ goog.object.extend(proto, google_api_http_pb);
18
+ var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
19
+ goog.object.extend(proto, google_protobuf_descriptor_pb);
20
+ goog.exportSymbol('proto.google.api.http', null, global);
21
+ /**
22
+ * A tuple of {field number, class constructor} for the extension
23
+ * field named `http`.
24
+ * @type {!jspb.ExtensionFieldInfo<!proto.google.api.HttpRule>}
25
+ */
26
+ proto.google.api.http = new jspb.ExtensionFieldInfo(72295728, { http: 0 }, google_api_http_pb.HttpRule,
27
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (google_api_http_pb.HttpRule.toObject), 0);
28
+ google_protobuf_descriptor_pb.MethodOptions.extensionsBinary[72295728] = new jspb.ExtensionFieldBinaryInfo(proto.google.api.http, jspb.BinaryReader.prototype.readMessage, jspb.BinaryWriter.prototype.writeMessage, google_api_http_pb.HttpRule.serializeBinaryToWriter, google_api_http_pb.HttpRule.deserializeBinaryFromReader, false);
29
+ // This registers the extension field with the extended class, so that
30
+ // toObject() will function correctly.
31
+ google_protobuf_descriptor_pb.MethodOptions.extensions[72295728] = proto.google.api.http;
32
+ goog.object.extend(exports, proto.google.api);
@@ -0,0 +1 @@
1
+ export {};