@axiom-lattice/client-sdk 4.3.1 → 4.3.2
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/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -750,7 +750,7 @@ interface UpdateWorkspaceRequest {
|
|
|
750
750
|
*
|
|
751
751
|
* Defaults to "business" for legacy data and omitted input.
|
|
752
752
|
*/
|
|
753
|
-
type ProjectKind = "business" | "training" | "personal";
|
|
753
|
+
type ProjectKind = "business" | "training" | "personal" | "public";
|
|
754
754
|
/**
|
|
755
755
|
* Project information
|
|
756
756
|
*/
|