@temporalio/proto 1.0.0-rc.0 → 1.0.1
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/LICENSE.md +1 -1
- package/package.json +7 -9
- package/protos/json-module.js +27 -27
- package/protos/root.d.ts +2628 -255
- package/src/patch-protobuf-root.ts +66 -0
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Temporal TypeScript SDK
|
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2021 Temporal Technologies
|
|
5
|
+
Copyright (c) 2021 Temporal Technologies Inc. All Rights Reserved
|
|
6
6
|
|
|
7
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporalio/proto",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Temporal.io SDK compiled protobuf definitions",
|
|
5
5
|
"main": "protos/index.js",
|
|
6
6
|
"types": "protos/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"protos/",
|
|
9
|
+
"src/",
|
|
9
10
|
"lib/"
|
|
10
11
|
],
|
|
11
12
|
"scripts": {
|
|
@@ -16,15 +17,12 @@
|
|
|
16
17
|
"workflow",
|
|
17
18
|
"isolate"
|
|
18
19
|
],
|
|
19
|
-
"author": "
|
|
20
|
+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
|
|
20
21
|
"license": "MIT",
|
|
21
22
|
"dependencies": {
|
|
22
|
-
"@types/long": "^4.0.
|
|
23
|
-
"long": "^
|
|
24
|
-
"protobufjs": "^
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"glob": "^7.1.7"
|
|
23
|
+
"@types/long": "^4.0.2",
|
|
24
|
+
"long": "^5.2.0",
|
|
25
|
+
"protobufjs": "^7.0.0"
|
|
28
26
|
},
|
|
29
27
|
"bugs": {
|
|
30
28
|
"url": "https://github.com/temporalio/sdk-typescript/issues"
|
|
@@ -33,5 +31,5 @@
|
|
|
33
31
|
"publishConfig": {
|
|
34
32
|
"access": "public"
|
|
35
33
|
},
|
|
36
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "a1dae539e72b6b088b400998d7bef482e8ed52f1"
|
|
37
35
|
}
|
package/protos/json-module.js
CHANGED
|
@@ -8040,33 +8040,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8040
8040
|
nested: {
|
|
8041
8041
|
protobuf: {
|
|
8042
8042
|
nested: {
|
|
8043
|
-
Duration: {
|
|
8044
|
-
fields: {
|
|
8045
|
-
seconds: {
|
|
8046
|
-
type: "int64",
|
|
8047
|
-
id: 1
|
|
8048
|
-
},
|
|
8049
|
-
nanos: {
|
|
8050
|
-
type: "int32",
|
|
8051
|
-
id: 2
|
|
8052
|
-
}
|
|
8053
|
-
}
|
|
8054
|
-
},
|
|
8055
|
-
Empty: {
|
|
8056
|
-
fields: {}
|
|
8057
|
-
},
|
|
8058
|
-
Timestamp: {
|
|
8059
|
-
fields: {
|
|
8060
|
-
seconds: {
|
|
8061
|
-
type: "int64",
|
|
8062
|
-
id: 1
|
|
8063
|
-
},
|
|
8064
|
-
nanos: {
|
|
8065
|
-
type: "int32",
|
|
8066
|
-
id: 2
|
|
8067
|
-
}
|
|
8068
|
-
}
|
|
8069
|
-
},
|
|
8070
8043
|
FileDescriptorSet: {
|
|
8071
8044
|
fields: {
|
|
8072
8045
|
file: {
|
|
@@ -8794,6 +8767,33 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8794
8767
|
}
|
|
8795
8768
|
}
|
|
8796
8769
|
},
|
|
8770
|
+
Duration: {
|
|
8771
|
+
fields: {
|
|
8772
|
+
seconds: {
|
|
8773
|
+
type: "int64",
|
|
8774
|
+
id: 1
|
|
8775
|
+
},
|
|
8776
|
+
nanos: {
|
|
8777
|
+
type: "int32",
|
|
8778
|
+
id: 2
|
|
8779
|
+
}
|
|
8780
|
+
}
|
|
8781
|
+
},
|
|
8782
|
+
Empty: {
|
|
8783
|
+
fields: {}
|
|
8784
|
+
},
|
|
8785
|
+
Timestamp: {
|
|
8786
|
+
fields: {
|
|
8787
|
+
seconds: {
|
|
8788
|
+
type: "int64",
|
|
8789
|
+
id: 1
|
|
8790
|
+
},
|
|
8791
|
+
nanos: {
|
|
8792
|
+
type: "int32",
|
|
8793
|
+
id: 2
|
|
8794
|
+
}
|
|
8795
|
+
}
|
|
8796
|
+
},
|
|
8797
8797
|
DoubleValue: {
|
|
8798
8798
|
fields: {
|
|
8799
8799
|
value: {
|