clarifai-web-grpc 10.8.5 → 10.8.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 10.8.5
1
+ 10.8.6
@@ -24,6 +24,7 @@ goog.object.extend(proto, google_protobuf_descriptor_pb);
24
24
  goog.exportSymbol('proto.clarifai.api.utils.clDefaultFloat', null, global);
25
25
  goog.exportSymbol('proto.clarifai.api.utils.clMoretags', null, global);
26
26
  goog.exportSymbol('proto.clarifai.api.utils.clShowIfEmpty', null, global);
27
+ goog.exportSymbol('proto.clarifai.api.utils.description', null, global);
27
28
  /**
28
29
  * A tuple of {field number, class constructor} for the extension
29
30
  * field named `clShowIfEmpty`.
@@ -57,4 +58,15 @@ google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[50010] = new jspb.Ex
57
58
  // This registers the extension field with the extended class, so that
58
59
  // toObject() will function correctly.
59
60
  google_protobuf_descriptor_pb.FieldOptions.extensions[50010] = proto.clarifai.api.utils.clDefaultFloat;
61
+ /**
62
+ * A tuple of {field number, class constructor} for the extension
63
+ * field named `description`.
64
+ * @type {!jspb.ExtensionFieldInfo<string>}
65
+ */
66
+ proto.clarifai.api.utils.description = new jspb.ExtensionFieldInfo(1000, { description: 0 }, null,
67
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (null), 0);
68
+ google_protobuf_descriptor_pb.EnumValueOptions.extensionsBinary[1000] = new jspb.ExtensionFieldBinaryInfo(proto.clarifai.api.utils.description, jspb.BinaryReader.prototype.readString, jspb.BinaryWriter.prototype.writeString, undefined, undefined, false);
69
+ // This registers the extension field with the extended class, so that
70
+ // toObject() will function correctly.
71
+ google_protobuf_descriptor_pb.EnumValueOptions.extensions[1000] = proto.clarifai.api.utils.description;
60
72
  goog.object.extend(exports, proto.clarifai.api.utils);
@@ -24,6 +24,7 @@ goog.object.extend(proto, google_protobuf_descriptor_pb);
24
24
  goog.exportSymbol('proto.clarifai.api.utils.clDefaultFloat', null, global);
25
25
  goog.exportSymbol('proto.clarifai.api.utils.clMoretags', null, global);
26
26
  goog.exportSymbol('proto.clarifai.api.utils.clShowIfEmpty', null, global);
27
+ goog.exportSymbol('proto.clarifai.api.utils.description', null, global);
27
28
  /**
28
29
  * A tuple of {field number, class constructor} for the extension
29
30
  * field named `clShowIfEmpty`.
@@ -57,4 +58,15 @@ google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[50010] = new jspb.Ex
57
58
  // This registers the extension field with the extended class, so that
58
59
  // toObject() will function correctly.
59
60
  google_protobuf_descriptor_pb.FieldOptions.extensions[50010] = proto.clarifai.api.utils.clDefaultFloat;
61
+ /**
62
+ * A tuple of {field number, class constructor} for the extension
63
+ * field named `description`.
64
+ * @type {!jspb.ExtensionFieldInfo<string>}
65
+ */
66
+ proto.clarifai.api.utils.description = new jspb.ExtensionFieldInfo(1000, { description: 0 }, null,
67
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (null), 0);
68
+ google_protobuf_descriptor_pb.EnumValueOptions.extensionsBinary[1000] = new jspb.ExtensionFieldBinaryInfo(proto.clarifai.api.utils.description, jspb.BinaryReader.prototype.readString, jspb.BinaryWriter.prototype.writeString, undefined, undefined, false);
69
+ // This registers the extension field with the extended class, so that
70
+ // toObject() will function correctly.
71
+ google_protobuf_descriptor_pb.EnumValueOptions.extensions[1000] = proto.clarifai.api.utils.description;
60
72
  goog.object.extend(exports, proto.clarifai.api.utils);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clarifai-web-grpc",
3
- "version": "10.8.5",
3
+ "version": "10.8.6",
4
4
  "description": "The official Clarifai gRPC-web client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -26,6 +26,7 @@ goog.object.extend(proto, google_protobuf_descriptor_pb);
26
26
  goog.exportSymbol('proto.clarifai.api.utils.clDefaultFloat', null, global);
27
27
  goog.exportSymbol('proto.clarifai.api.utils.clMoretags', null, global);
28
28
  goog.exportSymbol('proto.clarifai.api.utils.clShowIfEmpty', null, global);
29
+ goog.exportSymbol('proto.clarifai.api.utils.description', null, global);
29
30
 
30
31
  /**
31
32
  * A tuple of {field number, class constructor} for the extension
@@ -101,4 +102,29 @@ google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[50010] = new jspb.Ex
101
102
  // toObject() will function correctly.
102
103
  google_protobuf_descriptor_pb.FieldOptions.extensions[50010] = proto.clarifai.api.utils.clDefaultFloat;
103
104
 
105
+
106
+ /**
107
+ * A tuple of {field number, class constructor} for the extension
108
+ * field named `description`.
109
+ * @type {!jspb.ExtensionFieldInfo<string>}
110
+ */
111
+ proto.clarifai.api.utils.description = new jspb.ExtensionFieldInfo(
112
+ 1000,
113
+ {description: 0},
114
+ null,
115
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
116
+ null),
117
+ 0);
118
+
119
+ google_protobuf_descriptor_pb.EnumValueOptions.extensionsBinary[1000] = new jspb.ExtensionFieldBinaryInfo(
120
+ proto.clarifai.api.utils.description,
121
+ jspb.BinaryReader.prototype.readString,
122
+ jspb.BinaryWriter.prototype.writeString,
123
+ undefined,
124
+ undefined,
125
+ false);
126
+ // This registers the extension field with the extended class, so that
127
+ // toObject() will function correctly.
128
+ google_protobuf_descriptor_pb.EnumValueOptions.extensions[1000] = proto.clarifai.api.utils.description;
129
+
104
130
  goog.object.extend(exports, proto.clarifai.api.utils);