clarifai-web-grpc 1.1.3 → 1.1.7
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/.github/workflows/ci.yml +0 -2
- package/CHANGELOG.md +3 -3
- package/lib/google/api/annotations_grpc_pb.js +1 -2
- package/lib/google/api/annotations_pb.js +19 -4
- package/lib/google/api/http_grpc_pb.js +1 -2
- package/lib/google/api/http_pb.js +606 -414
- package/lib/proto/clarifai/api/resources_pb.d.ts +5052 -1
- package/lib/proto/clarifai/api/resources_pb.js +26126 -17879
- package/lib/proto/clarifai/api/serviceServiceClientPb.ts +3002 -0
- package/lib/proto/clarifai/api/service_pb.d.ts +5582 -1
- package/lib/proto/clarifai/api/service_pb.js +30050 -20944
- package/lib/proto/clarifai/api/status/status_code_pb.d.ts +296 -1
- package/lib/proto/clarifai/api/status/status_code_pb.js +295 -293
- package/lib/proto/clarifai/api/status/status_pb.d.ts +73 -1
- package/lib/proto/clarifai/api/status/status_pb.js +357 -250
- package/lib/proto/clarifai/api/utils/extensions_pb.d.ts +4 -1
- package/lib/proto/clarifai/api/utils/extensions_pb.js +53 -10
- package/lib/proto/clarifai/api/utils/test_proto_pb.d.ts +81 -1
- package/lib/proto/clarifai/api/utils/test_proto_pb.js +385 -266
- package/lib/proto/clarifai/auth/scope/scope_pb.d.ts +92 -1
- package/lib/proto/clarifai/auth/scope/scope_pb.js +232 -163
- package/lib/proto/clarifai/auth/types/types_pb.d.ts +10 -1
- package/lib/proto/clarifai/auth/types/types_pb.js +9 -7
- package/lib/proto/clarifai/auth/util/extension_pb.d.ts +6 -1
- package/lib/proto/clarifai/auth/util/extension_pb.js +87 -16
- package/package.json +22 -18
- package/tsconfig.json +6 -4
- package/.husky/pre-commit +0 -4
- package/.mocharc.yml +0 -5
- package/dist/google/api/annotations_grpc_pb.d.ts +0 -0
- package/dist/google/api/annotations_grpc_pb.js +0 -2
- package/dist/google/api/annotations_pb.d.ts +0 -1
- package/dist/google/api/annotations_pb.js +0 -32
- package/dist/google/api/http_grpc_pb.d.ts +0 -0
- package/dist/google/api/http_grpc_pb.js +0 -2
- package/dist/google/api/http_pb.d.ts +0 -1
- package/dist/google/api/http_pb.js +0 -813
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -11
- package/dist/proto/clarifai/api/resources_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/resources_pb.js +0 -32957
- package/dist/proto/clarifai/api/serviceServiceClientPb.d.ts +0 -275
- package/dist/proto/clarifai/api/serviceServiceClientPb.js +0 -908
- package/dist/proto/clarifai/api/service_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/service_pb.js +0 -38791
- package/dist/proto/clarifai/api/status/status_code_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/status/status_code_pb.js +0 -312
- package/dist/proto/clarifai/api/status/status_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/status/status_pb.js +0 -473
- package/dist/proto/clarifai/api/utils/extensions_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/utils/extensions_pb.js +0 -52
- package/dist/proto/clarifai/api/utils/test_proto_pb.d.ts +0 -1
- package/dist/proto/clarifai/api/utils/test_proto_pb.js +0 -521
- package/dist/proto/clarifai/auth/scope/scope_pb.d.ts +0 -1
- package/dist/proto/clarifai/auth/scope/scope_pb.js +0 -294
- package/dist/proto/clarifai/auth/types/types_pb.d.ts +0 -1
- package/dist/proto/clarifai/auth/types/types_pb.js +0 -26
- package/dist/proto/clarifai/auth/util/extension_pb.d.ts +0 -1
- package/dist/proto/clarifai/auth/util/extension_pb.js +0 -80
- package/dist/resources.d.ts +0 -12
- package/dist/resources.js +0 -47
- package/dist/service.d.ts +0 -1
- package/dist/service.js +0 -13
- package/tests/basic.test.ts +0 -41
- package/tests/helpers.test.ts +0 -47
- package/tsconfig.cjs.json +0 -7
package/.github/workflows/ci.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
## [1.1.
|
|
1
|
+
## [1.1.7](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.6...v1.1.7) (2022-02-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* ci process ([ba35822](https://github.com/Clarifai/clarifai-web-grpc/commit/ba35822346bf70e0d7549e77a44f299a123d524c))
|
|
7
|
+
* make it a module ([0238835](https://github.com/Clarifai/clarifai-web-grpc/commit/02388359e195b4180fbd3ae81c146da25b61631b))
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// source: google/api/annotations.proto
|
|
3
2
|
/**
|
|
4
3
|
* @fileoverview
|
|
@@ -10,23 +9,39 @@
|
|
|
10
9
|
// GENERATED CODE -- DO NOT EDIT!
|
|
11
10
|
/* eslint-disable */
|
|
12
11
|
// @ts-nocheck
|
|
12
|
+
|
|
13
13
|
var jspb = require('google-protobuf');
|
|
14
14
|
var goog = jspb;
|
|
15
15
|
var global = Function('return this')();
|
|
16
|
+
|
|
16
17
|
var google_api_http_pb = require('../../google/api/http_pb.js');
|
|
17
18
|
goog.object.extend(proto, google_api_http_pb);
|
|
18
19
|
var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
|
|
19
20
|
goog.object.extend(proto, google_protobuf_descriptor_pb);
|
|
20
21
|
goog.exportSymbol('proto.google.api.http', null, global);
|
|
22
|
+
|
|
21
23
|
/**
|
|
22
24
|
* A tuple of {field number, class constructor} for the extension
|
|
23
25
|
* field named `http`.
|
|
24
26
|
* @type {!jspb.ExtensionFieldInfo<!proto.google.api.HttpRule>}
|
|
25
27
|
*/
|
|
26
|
-
proto.google.api.http = new jspb.ExtensionFieldInfo(
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
proto.google.api.http = new jspb.ExtensionFieldInfo(
|
|
29
|
+
72295728,
|
|
30
|
+
{http: 0},
|
|
31
|
+
google_api_http_pb.HttpRule,
|
|
32
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
33
|
+
google_api_http_pb.HttpRule.toObject),
|
|
34
|
+
0);
|
|
35
|
+
|
|
36
|
+
google_protobuf_descriptor_pb.MethodOptions.extensionsBinary[72295728] = new jspb.ExtensionFieldBinaryInfo(
|
|
37
|
+
proto.google.api.http,
|
|
38
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
39
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
40
|
+
google_api_http_pb.HttpRule.serializeBinaryToWriter,
|
|
41
|
+
google_api_http_pb.HttpRule.deserializeBinaryFromReader,
|
|
42
|
+
false);
|
|
29
43
|
// This registers the extension field with the extended class, so that
|
|
30
44
|
// toObject() will function correctly.
|
|
31
45
|
google_protobuf_descriptor_pb.MethodOptions.extensions[72295728] = proto.google.api.http;
|
|
46
|
+
|
|
32
47
|
goog.object.extend(exports, proto.google.api);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|