@superatomai/sdk-node 0.0.42 → 0.0.43

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.mts CHANGED
@@ -733,7 +733,6 @@ interface SuperatomSDKConfig {
733
733
  url?: string;
734
734
  apiKey?: string;
735
735
  projectId: string;
736
- userId?: string;
737
736
  type?: string;
738
737
  bundleDir?: string;
739
738
  promptsDir?: string;
@@ -2113,7 +2112,6 @@ declare class SuperatomSDK {
2113
2112
  private url;
2114
2113
  private apiKey?;
2115
2114
  private projectId;
2116
- private userId;
2117
2115
  private type;
2118
2116
  private bundleDir;
2119
2117
  private messageHandlers;
package/dist/index.d.ts CHANGED
@@ -733,7 +733,6 @@ interface SuperatomSDKConfig {
733
733
  url?: string;
734
734
  apiKey?: string;
735
735
  projectId: string;
736
- userId?: string;
737
736
  type?: string;
738
737
  bundleDir?: string;
739
738
  promptsDir?: string;
@@ -2113,7 +2112,6 @@ declare class SuperatomSDK {
2113
2112
  private url;
2114
2113
  private apiKey?;
2115
2114
  private projectId;
2116
- private userId;
2117
2115
  private type;
2118
2116
  private bundleDir;
2119
2117
  private messageHandlers;