@civitai/client 0.2.0-beta.36 → 0.2.0-beta.38

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.
@@ -260,6 +260,10 @@ export const SdCppSchedule = {
260
260
  AYS: 'ays',
261
261
  BONG_TANGENT: 'bong_tangent',
262
262
  };
263
+ export const SdCppUCacheMode = {
264
+ OFF: 'off',
265
+ NORMAL: 'normal',
266
+ };
263
267
  export const SeedreamVersion = {
264
268
  V3: 'v3',
265
269
  V4: 'v4',
@@ -0,0 +1,3 @@
1
+ type Prettify<T> = {
2
+ [K in keyof T]: T[K];
3
+ } & NonNullable<unknown>;
@@ -0,0 +1 @@
1
+ "use strict";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.36",
3
+ "version": "0.2.0-beta.38",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",