@dronedeploy/rocos-js-sdk 3.1.2 → 3.1.3-rc1
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/README.md +128 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,134 @@ yarn add @dronedeploy/rocos-js-sdk rxjs@^7
|
|
|
19
19
|
|
|
20
20
|
## What's new
|
|
21
21
|
|
|
22
|
+
### 3.1.2
|
|
23
|
+
|
|
24
|
+
* Use the optional `fetch` implementation for the gRPC-web transport too, so a custom `fetch` can be supplied consistently across transports.
|
|
25
|
+
|
|
26
|
+
### 3.1.1
|
|
27
|
+
|
|
28
|
+
* Allow an optional `fetch` implementation to be supplied to the Connect transport.
|
|
29
|
+
|
|
30
|
+
### 3.1.0
|
|
31
|
+
|
|
32
|
+
* Add a Connect-RPC telemetry transport variant.
|
|
33
|
+
* Upgrade `connectrpc` and `bufbuild` to the latest versions and move to TypeScript 6.
|
|
34
|
+
* Prune unused and trivially-replaceable dependencies.
|
|
35
|
+
|
|
36
|
+
### 3.0.30
|
|
37
|
+
|
|
38
|
+
* *MapService*
|
|
39
|
+
* Add a `create` API and fix the `copy` API.
|
|
40
|
+
|
|
41
|
+
### 3.0.29
|
|
42
|
+
|
|
43
|
+
* Add new APIs for setting map content and metadata.
|
|
44
|
+
|
|
45
|
+
### 3.0.28
|
|
46
|
+
|
|
47
|
+
* Add `base_floor_plan` to `Level`.
|
|
48
|
+
|
|
49
|
+
### 3.0.27
|
|
50
|
+
|
|
51
|
+
* Add `staticAttributes` field to `AssetSyncDefinitionModel`.
|
|
52
|
+
|
|
53
|
+
### 3.0.25
|
|
54
|
+
|
|
55
|
+
* *IntegrationService*
|
|
56
|
+
* Add `getLevels` method.
|
|
57
|
+
|
|
58
|
+
### 3.0.23
|
|
59
|
+
|
|
60
|
+
* Add `metadata` field to device credentials.
|
|
61
|
+
|
|
62
|
+
### 3.0.21
|
|
63
|
+
|
|
64
|
+
* Export types for device credentials.
|
|
65
|
+
|
|
66
|
+
### 3.0.20
|
|
67
|
+
|
|
68
|
+
* Add library list/import endpoints.
|
|
69
|
+
|
|
70
|
+
### 3.0.19
|
|
71
|
+
|
|
72
|
+
* *CallerService*
|
|
73
|
+
* Add a cancel observable to service calls.
|
|
74
|
+
|
|
75
|
+
### 3.0.18
|
|
76
|
+
|
|
77
|
+
* *CallerService*
|
|
78
|
+
* Add a `rawPayload` option to service calls.
|
|
79
|
+
|
|
80
|
+
### 3.0.17
|
|
81
|
+
|
|
82
|
+
* *RobotService*
|
|
83
|
+
* List robots by account/org.
|
|
84
|
+
|
|
85
|
+
### 3.0.16
|
|
86
|
+
|
|
87
|
+
* Add missing types for `EventService` and `ProfileService`.
|
|
88
|
+
|
|
89
|
+
### 3.0.15
|
|
90
|
+
|
|
91
|
+
* *ProfileService*
|
|
92
|
+
* Change the profile export type to `Blob`.
|
|
93
|
+
|
|
94
|
+
### 3.0.14
|
|
95
|
+
|
|
96
|
+
* *Utils*
|
|
97
|
+
* Expose `splitRobotTopic`.
|
|
98
|
+
|
|
99
|
+
### 3.0.13
|
|
100
|
+
|
|
101
|
+
* *kscript*
|
|
102
|
+
* Additional support for custom widgets.
|
|
103
|
+
|
|
104
|
+
### 3.0.11
|
|
105
|
+
|
|
106
|
+
* Improve the accuracy of file sync types.
|
|
107
|
+
|
|
108
|
+
### 3.0.10
|
|
109
|
+
|
|
110
|
+
* *MapService*
|
|
111
|
+
* Add a system parameter to the list maps endpoint.
|
|
112
|
+
|
|
113
|
+
### 3.0.9
|
|
114
|
+
|
|
115
|
+
* *WorkflowService*
|
|
116
|
+
* Add methods for importing/exporting workflows.
|
|
117
|
+
|
|
118
|
+
### 3.0.8
|
|
119
|
+
|
|
120
|
+
* Add an HTTP listener/hook.
|
|
121
|
+
|
|
122
|
+
### 3.0.7
|
|
123
|
+
|
|
124
|
+
* *MapService*
|
|
125
|
+
* Add `lastModifiedTimestamp` to list maps.
|
|
126
|
+
|
|
127
|
+
### 3.0.6
|
|
128
|
+
|
|
129
|
+
* *WorkflowService*
|
|
130
|
+
* Add a function to delete an asset.
|
|
131
|
+
|
|
132
|
+
### 3.0.5
|
|
133
|
+
|
|
134
|
+
* Add `name` to the `Locations` type.
|
|
135
|
+
|
|
136
|
+
### 3.0.4
|
|
137
|
+
|
|
138
|
+
* *Panorama*
|
|
139
|
+
* Allow `any` type on the `data` prop.
|
|
140
|
+
|
|
141
|
+
### 3.0.3
|
|
142
|
+
|
|
143
|
+
* *MapService*
|
|
144
|
+
* Add a `hash` property to the cloud map object.
|
|
145
|
+
|
|
146
|
+
### 3.0.2
|
|
147
|
+
|
|
148
|
+
* Add a delete assets endpoint.
|
|
149
|
+
|
|
22
150
|
### 3.0.1
|
|
23
151
|
|
|
24
152
|
#### Breaking Changes
|