spitfirepm 23.9600.9 → 23.9600.11
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 +10 -8
- package/dist/SwaggerClients.d.ts +1164 -9
- package/dist/SwaggerClients.js +6376 -150
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/sfRESTClient.js +2 -1
- package/dist/sfRESTClient.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,14 +25,16 @@ apiResult.then( (a) => {
|
|
|
25
25
|
### Change Log
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
23.9600.
|
|
29
|
-
23.9600.
|
|
30
|
-
23.9600.
|
|
31
|
-
23.9600.
|
|
32
|
-
23.9600.
|
|
33
|
-
23.
|
|
34
|
-
23.
|
|
35
|
-
23.9500.
|
|
28
|
+
23.9600.11 - Adds Admin Tool menu
|
|
29
|
+
23.9600.10 - Adds csi-maintenance
|
|
30
|
+
23.9600.9 - Adds BuildWCCInfoTableHTML
|
|
31
|
+
23.9600.8 - Project SOP links and Send Log Endpoint
|
|
32
|
+
23.9600.5 - SignalR monkey unload to pagehide
|
|
33
|
+
23.9600.3 - Adds PresetSearch ShowTree
|
|
34
|
+
23.9600.1 - Constructing a view model of 3000 records and many fields improved
|
|
35
|
+
23.9500.12 - DataModels are now interfaces instead of classes (increases ES2022 compatability)
|
|
36
|
+
23.9500.11 - Adds Preset Search FolderSource
|
|
37
|
+
23.9500.8 - Vite 8 compatibility
|
|
36
38
|
23.9500.7 - adds forDeviceType optional to GetProjectDocSummary endpoint
|
|
37
39
|
23.9500.6 - adds user notification signal
|
|
38
40
|
23.9500.5 - Adds Bulk PDF Summary endpoint
|