clarifai-web-grpc 1.1.7 → 2.0.2

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 (58) hide show
  1. package/.github/workflows/ci.yml +0 -2
  2. package/CHANGELOG.md +2 -3
  3. package/{lib/google → google}/api/annotations_grpc_pb.js +0 -0
  4. package/{src/google → google}/api/annotations_pb.js +0 -0
  5. package/{lib/google → google}/api/http_grpc_pb.js +0 -0
  6. package/{src/google → google}/api/http_pb.js +0 -0
  7. package/lib/google/api/annotations_pb.js +4 -19
  8. package/lib/google/api/http_pb.js +414 -606
  9. package/lib/proto/clarifai/api/resources_pb.d.ts +1 -5052
  10. package/lib/proto/clarifai/api/resources_pb.js +17880 -26127
  11. package/lib/proto/clarifai/api/service_pb.d.ts +1 -5582
  12. package/lib/proto/clarifai/api/service_pb.js +20941 -30047
  13. package/lib/proto/clarifai/api/status/status_code_pb.d.ts +1 -296
  14. package/lib/proto/clarifai/api/status/status_code_pb.js +293 -295
  15. package/lib/proto/clarifai/api/status/status_pb.d.ts +1 -73
  16. package/lib/proto/clarifai/api/status/status_pb.js +250 -357
  17. package/lib/proto/clarifai/api/utils/extensions_pb.d.ts +1 -4
  18. package/lib/proto/clarifai/api/utils/extensions_pb.js +10 -53
  19. package/lib/proto/clarifai/api/utils/test_proto_pb.d.ts +1 -81
  20. package/lib/proto/clarifai/api/utils/test_proto_pb.js +266 -385
  21. package/lib/proto/clarifai/auth/scope/scope_pb.d.ts +1 -92
  22. package/lib/proto/clarifai/auth/scope/scope_pb.js +163 -232
  23. package/lib/proto/clarifai/auth/types/types_pb.d.ts +1 -10
  24. package/lib/proto/clarifai/auth/types/types_pb.js +7 -9
  25. package/lib/proto/clarifai/auth/util/extension_pb.d.ts +1 -6
  26. package/lib/proto/clarifai/auth/util/extension_pb.js +16 -87
  27. package/package.json +5 -30
  28. package/{src/proto → proto}/clarifai/api/resources_pb.d.ts +0 -0
  29. package/{src/proto → proto}/clarifai/api/resources_pb.js +0 -0
  30. package/{lib/proto → proto}/clarifai/api/serviceServiceClientPb.ts +0 -0
  31. package/{src/proto → proto}/clarifai/api/service_pb.d.ts +0 -0
  32. package/{src/proto → proto}/clarifai/api/service_pb.js +0 -0
  33. package/{src/proto → proto}/clarifai/api/status/status_code_pb.d.ts +0 -0
  34. package/{src/proto → proto}/clarifai/api/status/status_code_pb.js +0 -0
  35. package/{src/proto → proto}/clarifai/api/status/status_pb.d.ts +0 -0
  36. package/{src/proto → proto}/clarifai/api/status/status_pb.js +0 -0
  37. package/{src/proto → proto}/clarifai/api/utils/extensions_pb.d.ts +0 -0
  38. package/{src/proto → proto}/clarifai/api/utils/extensions_pb.js +0 -0
  39. package/{src/proto → proto}/clarifai/api/utils/test_proto_pb.d.ts +0 -0
  40. package/{src/proto → proto}/clarifai/api/utils/test_proto_pb.js +0 -0
  41. package/{src/proto → proto}/clarifai/auth/scope/scope_pb.d.ts +0 -0
  42. package/{src/proto → proto}/clarifai/auth/scope/scope_pb.js +0 -0
  43. package/{src/proto → proto}/clarifai/auth/types/types_pb.d.ts +0 -0
  44. package/{src/proto → proto}/clarifai/auth/types/types_pb.js +0 -0
  45. package/{src/proto → proto}/clarifai/auth/util/extension_pb.d.ts +0 -0
  46. package/{src/proto → proto}/clarifai/auth/util/extension_pb.js +0 -0
  47. package/tsconfig.json +3 -10
  48. package/lib/google/api/annotations_grpc_pb.d.ts +0 -0
  49. package/lib/google/api/http_grpc_pb.d.ts +0 -0
  50. package/lib/index.d.ts +0 -5
  51. package/lib/index.js +0 -7
  52. package/lib/resources.d.ts +0 -12
  53. package/lib/resources.js +0 -11
  54. package/lib/service.d.ts +0 -1
  55. package/lib/service.js +0 -1
  56. package/src/google/api/annotations_grpc_pb.js +0 -1
  57. package/src/google/api/http_grpc_pb.js +0 -1
  58. package/src/proto/clarifai/api/serviceServiceClientPb.ts +0 -3002
@@ -18,8 +18,6 @@ jobs:
18
18
  node-version: 16
19
19
  - name: Install deps
20
20
  run: yarn install
21
- - name: Lint code
22
- run: yarn lint
23
21
  - name: Build package
24
22
  run: yarn build
25
23
 
package/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- ## [1.1.7](https://github.com/Clarifai/clarifai-web-grpc/compare/v1.1.6...v1.1.7) (2022-02-04)
1
+ ## [2.0.2](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.1...v2.0.2) (2022-02-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
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))
6
+ * build package before publishing ([597fe90](https://github.com/Clarifai/clarifai-web-grpc/commit/597fe906fe0d9ca1f5662a73e2112b03cfc53ded))
File without changes
File without changes
File without changes
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  // source: google/api/annotations.proto
2
3
  /**
3
4
  * @fileoverview
@@ -9,39 +10,23 @@
9
10
  // GENERATED CODE -- DO NOT EDIT!
10
11
  /* eslint-disable */
11
12
  // @ts-nocheck
12
-
13
13
  var jspb = require('google-protobuf');
14
14
  var goog = jspb;
15
15
  var global = Function('return this')();
16
-
17
16
  var google_api_http_pb = require('../../google/api/http_pb.js');
18
17
  goog.object.extend(proto, google_api_http_pb);
19
18
  var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
20
19
  goog.object.extend(proto, google_protobuf_descriptor_pb);
21
20
  goog.exportSymbol('proto.google.api.http', null, global);
22
-
23
21
  /**
24
22
  * A tuple of {field number, class constructor} for the extension
25
23
  * field named `http`.
26
24
  * @type {!jspb.ExtensionFieldInfo<!proto.google.api.HttpRule>}
27
25
  */
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);
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);
43
29
  // This registers the extension field with the extended class, so that
44
30
  // toObject() will function correctly.
45
31
  google_protobuf_descriptor_pb.MethodOptions.extensions[72295728] = proto.google.api.http;
46
-
47
32
  goog.object.extend(exports, proto.google.api);