@m1212e/rumble 0.16.31 → 0.16.35

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/out/index.d.cts CHANGED
@@ -4825,7 +4825,8 @@ declare const rumble: <UserContext extends Record<string, any>, DB extends Drizz
4825
4825
  rumbleImportPath,
4826
4826
  useExternalUrqlClient,
4827
4827
  removeExisting,
4828
- forceReactivity
4828
+ forceReactivity,
4829
+ autoIncludeIdField
4829
4830
  }: {
4830
4831
  outputPath: string;
4831
4832
  apiUrl?: string;
@@ -4833,6 +4834,7 @@ declare const rumble: <UserContext extends Record<string, any>, DB extends Drizz
4833
4834
  useExternalUrqlClient?: string;
4834
4835
  removeExisting?: boolean;
4835
4836
  forceReactivity?: boolean;
4837
+ autoIncludeIdField?: boolean | string;
4836
4838
  }) => Promise<void>;
4837
4839
  /**
4838
4840
  * A function for creating count queries for your tables