spitfirepm 23.8810.2 → 23.8825.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/README.md +7 -5
- package/dist/SwaggerClients.d.ts +9656 -9637
- package/dist/SwaggerClients.js +14521 -14318
- package/dist/SwaggerClients.js.map +1 -1
- package/dist/sfRESTClient.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,11 +25,13 @@ apiResult.then( (a) => {
|
|
|
25
25
|
### Change Log
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
23.8810.1 -
|
|
29
|
-
23.
|
|
28
|
+
23.8810.1 - Updates swagger for Flush session endpoint
|
|
29
|
+
23.8780.3 - TabStripDetails
|
|
30
|
+
23.8764.0 - Google Auth, Microsoft Entra and endpoints for federated identites
|
|
31
|
+
23.8699.7 - PopDoc supports HTML Element and sfRowKey
|
|
30
32
|
23.8592.1 - Updates swagger
|
|
31
33
|
23.8510.2 - First release for sfPMS v2023
|
|
32
|
-
1.40.206 - SignalR 2.4.3 and FontAwesome 6
|
|
33
|
-
1.40.205 - Improved RecentDocList management
|
|
34
|
-
1.40.208 - Improved poor Signal message and TableAndFieldInfo type
|
|
34
|
+
1.40.206 - SignalR 2.4.3 and FontAwesome 6
|
|
35
|
+
1.40.205 - Improved RecentDocList management
|
|
36
|
+
1.40.208 - Improved poor Signal message and TableAndFieldInfo type
|
|
35
37
|
```
|