diff --git a/docs/classes/CustomSpuSpec.html b/docs/classes/CustomSpuSpec.html
index be89e9fb..dd645d40 100644
--- a/docs/classes/CustomSpuSpec.html
+++ b/docs/classes/CustomSpuSpec.html
@@ -1,6 +1,6 @@
-
CustomSpuSpec | @fluvio/client IndexConstructors constructor
+
CustomSpuSpec | @fluvio/client Constructors PropertiesOptional
rack rack ?: string
\ No newline at end of file
+
Constructors PropertiesOptional
rack rack ?: string
\ No newline at end of file
diff --git a/docs/classes/FluvioAdmin.html b/docs/classes/FluvioAdmin.html
index 894c7632..6885f3ba 100644
--- a/docs/classes/FluvioAdmin.html
+++ b/docs/classes/FluvioAdmin.html
@@ -10,7 +10,7 @@
Copy
Errors Creating an admin client will fail if you do not have admin authorization in the connected custer.
- Index Index Properties Methodscreate Custom Spu create Custom Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Custom Spu ( name , spec ? ) : Promise < void > Properties Methodscreate Custom Spu create Custom Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Custom Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Managed Spu create Managed Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Managed Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Managed Spu create Managed Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Managed Spu ( name , spec ? ) : Promise < void > Returns Promise < void > create Topic create Topic ( topic , spec ? ) : Promise < string > Returns Promise < string > create Topic ( topic , spec ? ) : Promise < string > Returns Promise < void > create Topic create Topic ( topic , spec ? ) : Promise < string > Returns Promise < string > create Topic ( topic , spec ? ) : Promise < string > Returns Promise < string > delete Custom Spu delete Custom Spu ( key ) : Promise < void > Returns Promise < void > delete Custom Spu ( key ) : Promise < void > Returns Promise < string > delete Custom Spu delete Custom Spu ( key ) : Promise < void > Returns Promise < void > delete Custom Spu ( key ) : Promise < void > Returns Promise < void > delete Managed Spu delete Managed Spu ( name ) : Promise < void > Returns Promise < void > delete Managed Spu ( name ) : Promise < void > Returns Promise < void > delete Managed Spu delete Managed Spu ( name ) : Promise < void > Returns Promise < void > delete Managed Spu ( name ) : Promise < void > Returns Promise < void > delete Topic delete Topic ( topic ) : Promise < string > Returns Promise < string > delete Topic ( topic ) : Promise < string > Returns Promise < void > delete Topic delete Topic ( topic ) : Promise < string > Returns Promise < string > delete Topic ( topic ) : Promise < string > Returns Promise < string > find Partition Returns Promise < string > find Topic find Topic ( topic ) : Promise < Topic > Returns Promise < Topic > find Topic ( topic ) : Promise < Topic > find Topic find Topic ( topic ) : Promise < Topic > Returns Promise < Topic > find Topic ( topic ) : Promise < Topic > Returns Promise < Topic > list Partitions list Partitions ( ) : Promise < string > Returns Promise < string > list Partitions ( ) : Promise < string > Returns Promise < string > list Spu list Spu ( ) : Promise < string > Returns Promise < string > list Spu ( ) : Promise < string > Returns Promise < Topic > list Partitions list Partitions ( ) : Promise < string > Returns Promise < string > list Partitions ( ) : Promise < string > Returns Promise < string > list Spu list Spu ( ) : Promise < string > Returns Promise < string > list Spu ( ) : Promise < string > Returns Promise < string > list Topic list Topic ( ) : Promise < string > Returns Promise < string > list Topic ( ) : Promise < string > Returns Promise < string >
The native FluvioAdmin module, must be the value returned from
await new Fluvio().admin()
;