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.
Files changed (66) hide show
  1. package/.github/workflows/ci.yml +0 -2
  2. package/CHANGELOG.md +3 -3
  3. package/lib/google/api/annotations_grpc_pb.js +1 -2
  4. package/lib/google/api/annotations_pb.js +19 -4
  5. package/lib/google/api/http_grpc_pb.js +1 -2
  6. package/lib/google/api/http_pb.js +606 -414
  7. package/lib/proto/clarifai/api/resources_pb.d.ts +5052 -1
  8. package/lib/proto/clarifai/api/resources_pb.js +26126 -17879
  9. package/lib/proto/clarifai/api/serviceServiceClientPb.ts +3002 -0
  10. package/lib/proto/clarifai/api/service_pb.d.ts +5582 -1
  11. package/lib/proto/clarifai/api/service_pb.js +30050 -20944
  12. package/lib/proto/clarifai/api/status/status_code_pb.d.ts +296 -1
  13. package/lib/proto/clarifai/api/status/status_code_pb.js +295 -293
  14. package/lib/proto/clarifai/api/status/status_pb.d.ts +73 -1
  15. package/lib/proto/clarifai/api/status/status_pb.js +357 -250
  16. package/lib/proto/clarifai/api/utils/extensions_pb.d.ts +4 -1
  17. package/lib/proto/clarifai/api/utils/extensions_pb.js +53 -10
  18. package/lib/proto/clarifai/api/utils/test_proto_pb.d.ts +81 -1
  19. package/lib/proto/clarifai/api/utils/test_proto_pb.js +385 -266
  20. package/lib/proto/clarifai/auth/scope/scope_pb.d.ts +92 -1
  21. package/lib/proto/clarifai/auth/scope/scope_pb.js +232 -163
  22. package/lib/proto/clarifai/auth/types/types_pb.d.ts +10 -1
  23. package/lib/proto/clarifai/auth/types/types_pb.js +9 -7
  24. package/lib/proto/clarifai/auth/util/extension_pb.d.ts +6 -1
  25. package/lib/proto/clarifai/auth/util/extension_pb.js +87 -16
  26. package/package.json +22 -18
  27. package/tsconfig.json +6 -4
  28. package/.husky/pre-commit +0 -4
  29. package/.mocharc.yml +0 -5
  30. package/dist/google/api/annotations_grpc_pb.d.ts +0 -0
  31. package/dist/google/api/annotations_grpc_pb.js +0 -2
  32. package/dist/google/api/annotations_pb.d.ts +0 -1
  33. package/dist/google/api/annotations_pb.js +0 -32
  34. package/dist/google/api/http_grpc_pb.d.ts +0 -0
  35. package/dist/google/api/http_grpc_pb.js +0 -2
  36. package/dist/google/api/http_pb.d.ts +0 -1
  37. package/dist/google/api/http_pb.js +0 -813
  38. package/dist/index.d.ts +0 -5
  39. package/dist/index.js +0 -11
  40. package/dist/proto/clarifai/api/resources_pb.d.ts +0 -1
  41. package/dist/proto/clarifai/api/resources_pb.js +0 -32957
  42. package/dist/proto/clarifai/api/serviceServiceClientPb.d.ts +0 -275
  43. package/dist/proto/clarifai/api/serviceServiceClientPb.js +0 -908
  44. package/dist/proto/clarifai/api/service_pb.d.ts +0 -1
  45. package/dist/proto/clarifai/api/service_pb.js +0 -38791
  46. package/dist/proto/clarifai/api/status/status_code_pb.d.ts +0 -1
  47. package/dist/proto/clarifai/api/status/status_code_pb.js +0 -312
  48. package/dist/proto/clarifai/api/status/status_pb.d.ts +0 -1
  49. package/dist/proto/clarifai/api/status/status_pb.js +0 -473
  50. package/dist/proto/clarifai/api/utils/extensions_pb.d.ts +0 -1
  51. package/dist/proto/clarifai/api/utils/extensions_pb.js +0 -52
  52. package/dist/proto/clarifai/api/utils/test_proto_pb.d.ts +0 -1
  53. package/dist/proto/clarifai/api/utils/test_proto_pb.js +0 -521
  54. package/dist/proto/clarifai/auth/scope/scope_pb.d.ts +0 -1
  55. package/dist/proto/clarifai/auth/scope/scope_pb.js +0 -294
  56. package/dist/proto/clarifai/auth/types/types_pb.d.ts +0 -1
  57. package/dist/proto/clarifai/auth/types/types_pb.js +0 -26
  58. package/dist/proto/clarifai/auth/util/extension_pb.d.ts +0 -1
  59. package/dist/proto/clarifai/auth/util/extension_pb.js +0 -80
  60. package/dist/resources.d.ts +0 -12
  61. package/dist/resources.js +0 -47
  62. package/dist/service.d.ts +0 -1
  63. package/dist/service.js +0 -13
  64. package/tests/basic.test.ts +0 -41
  65. package/tests/helpers.test.ts +0 -47
  66. package/tsconfig.cjs.json +0 -7
@@ -22,8 +22,6 @@ jobs:
22
22
  run: yarn lint
23
23
  - name: Build package
24
24
  run: yarn build
25
- - name: Run tests
26
- run: yarn test
27
25
 
28
26
  release:
29
27
  needs: build
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
- ## [1.1.3](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.2...v1.1.3) (2022-01-28)
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
- * fix the paths in the lint cmd ([31e58c8](https://github.com/Clarifai/clarifai-web-grpc/commit/31e58c876dbc7414637b9608c42d3217be34a366))
7
- * move stuff to src, split dist/esm to lib for easier entry references ([a41e660](https://github.com/Clarifai/clarifai-web-grpc/commit/a41e660324233900339579696f97e8330bad4b31))
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
- "use strict";
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(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);
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
- "use strict";
2
- // GENERATED CODE -- NO SERVICES IN PROTO
1
+ // GENERATED CODE -- NO SERVICES IN PROTO