@kudo.io/artworker-grpc-client-ts 3.0.8 → 3.0.9
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.
|
@@ -1,25 +1,8 @@
|
|
|
1
|
-
import type { GenEnum, GenFile
|
|
2
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
3
2
|
/**
|
|
4
3
|
* Describes the file common/v1/unit.proto.
|
|
5
4
|
*/
|
|
6
5
|
export declare const file_common_v1_unit: GenFile;
|
|
7
|
-
/**
|
|
8
|
-
* Dummy message for CI test - safe to remove (not used anywhere).
|
|
9
|
-
*
|
|
10
|
-
* @generated from message common.v1.DummyCiTestMessage
|
|
11
|
-
*/
|
|
12
|
-
export type DummyCiTestMessage = Message<"common.v1.DummyCiTestMessage"> & {
|
|
13
|
-
/**
|
|
14
|
-
* @generated from field: bool placeholder = 1;
|
|
15
|
-
*/
|
|
16
|
-
placeholder: boolean;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Describes the message common.v1.DummyCiTestMessage.
|
|
20
|
-
* Use `create(DummyCiTestMessageSchema)` to create a new message.
|
|
21
|
-
*/
|
|
22
|
-
export declare const DummyCiTestMessageSchema: GenMessage<DummyCiTestMessage>;
|
|
23
6
|
/**
|
|
24
7
|
* @generated from enum common.v1.MeasurementUnit
|
|
25
8
|
*/
|
package/lib/common/v1/unit_pb.js
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=js"
|
|
2
2
|
// @generated from file common/v1/unit.proto (package common.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
import { enumDesc, fileDesc
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file common/v1/unit.proto.
|
|
7
7
|
*/
|
|
8
|
-
export const file_common_v1_unit = /*@__PURE__*/ fileDesc("
|
|
9
|
-
/**
|
|
10
|
-
* Describes the message common.v1.DummyCiTestMessage.
|
|
11
|
-
* Use `create(DummyCiTestMessageSchema)` to create a new message.
|
|
12
|
-
*/
|
|
13
|
-
export const DummyCiTestMessageSchema = /*@__PURE__*/ messageDesc(file_common_v1_unit, 0);
|
|
8
|
+
export const file_common_v1_unit = /*@__PURE__*/ fileDesc("ChRjb21tb24vdjEvdW5pdC5wcm90bxIJY29tbW9uLnYxKmMKD01lYXN1cmVtZW50VW5pdBIcChhNRUFTVVJFTUVOVF9VTklUX1VOS05PV04QABIXChNNRUFTVVJFTUVOVF9VTklUX01NEAESGQoVTUVBU1VSRU1FTlRfVU5JVF9JTkNIEAJCSFpGYml0YnVja2V0Lm9yZy9rdWRvdWsvYXJ0d29ya2VyLWJhY2tlbmQvcHJvdG8vZ2VuL2dvL2NvbW1vbi92MTtjb21tb252MWIGcHJvdG8z");
|
|
14
9
|
/**
|
|
15
10
|
* @generated from enum common.v1.MeasurementUnit
|
|
16
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unit_pb.js","sourceRoot":"","sources":["../../../src/common/v1/unit_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,+EAA+E;AAC/E,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"unit_pb.js","sourceRoot":"","sources":["../../../src/common/v1/unit_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,+EAA+E;AAC/E,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAY,aAAa,CACvD,QAAQ,CAAC,kSAAkS,CAAC,CAAC;AAE/S;;GAEG;AACH,MAAM,CAAN,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB;;OAEG;IACH,2DAAW,CAAA;IAEX;;OAEG;IACH,iDAAM,CAAA;IAEN;;OAEG;IACH,qDAAQ,CAAA;AACV,CAAC,EAfW,eAAe,KAAf,eAAe,QAe1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
package/src/common/v1/unit_pb.ts
CHANGED
|
@@ -2,34 +2,14 @@
|
|
|
2
2
|
// @generated from file common/v1/unit.proto (package common.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
-
import type { GenEnum, GenFile
|
|
6
|
-
import { enumDesc, fileDesc
|
|
7
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
9
|
* Describes the file common/v1/unit.proto.
|
|
11
10
|
*/
|
|
12
11
|
export const file_common_v1_unit: GenFile = /*@__PURE__*/
|
|
13
|
-
fileDesc("
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Dummy message for CI test - safe to remove (not used anywhere).
|
|
17
|
-
*
|
|
18
|
-
* @generated from message common.v1.DummyCiTestMessage
|
|
19
|
-
*/
|
|
20
|
-
export type DummyCiTestMessage = Message<"common.v1.DummyCiTestMessage"> & {
|
|
21
|
-
/**
|
|
22
|
-
* @generated from field: bool placeholder = 1;
|
|
23
|
-
*/
|
|
24
|
-
placeholder: boolean;
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Describes the message common.v1.DummyCiTestMessage.
|
|
29
|
-
* Use `create(DummyCiTestMessageSchema)` to create a new message.
|
|
30
|
-
*/
|
|
31
|
-
export const DummyCiTestMessageSchema: GenMessage<DummyCiTestMessage> = /*@__PURE__*/
|
|
32
|
-
messageDesc(file_common_v1_unit, 0);
|
|
12
|
+
fileDesc("ChRjb21tb24vdjEvdW5pdC5wcm90bxIJY29tbW9uLnYxKmMKD01lYXN1cmVtZW50VW5pdBIcChhNRUFTVVJFTUVOVF9VTklUX1VOS05PV04QABIXChNNRUFTVVJFTUVOVF9VTklUX01NEAESGQoVTUVBU1VSRU1FTlRfVU5JVF9JTkNIEAJCSFpGYml0YnVja2V0Lm9yZy9rdWRvdWsvYXJ0d29ya2VyLWJhY2tlbmQvcHJvdG8vZ2VuL2dvL2NvbW1vbi92MTtjb21tb252MWIGcHJvdG8z");
|
|
33
13
|
|
|
34
14
|
/**
|
|
35
15
|
* @generated from enum common.v1.MeasurementUnit
|