spitfirepm 23.9600.10 → 23.9600.12
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 +2 -0
- package/dist/SwaggerClients.d.ts +1234 -0
- package/dist/SwaggerClients.js +6442 -49
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/sfRESTClient.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,8 @@ apiResult.then( (a) => {
|
|
|
25
25
|
### Change Log
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
+
23.9600.12 - ARR endpoints
|
|
29
|
+
23.9600.11 - Adds Admin and Manage Tool Data Models and Endpoints
|
|
28
30
|
23.9600.10 - Adds csi-maintenance
|
|
29
31
|
23.9600.9 - Adds BuildWCCInfoTableHTML
|
|
30
32
|
23.9600.8 - Project SOP links and Send Log Endpoint
|