@civitai/client 0.2.0-beta.47 → 0.2.0-beta.49

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.
@@ -3633,6 +3633,7 @@ export declare const SdCppSampleMethod: {
3633
3633
  readonly RES_MULTISTEP: 'res_multistep';
3634
3634
  readonly RES_2S: 'res_2s';
3635
3635
  readonly TCD: 'tcd';
3636
+ readonly ER_SDE: 'er_sde';
3636
3637
  };
3637
3638
  export type SdCppSampleMethod = (typeof SdCppSampleMethod)[keyof typeof SdCppSampleMethod];
3638
3639
  export declare const SdCppSchedule: {
@@ -5597,6 +5598,12 @@ export type XGuardMatchedTerms = {
5597
5598
  };
5598
5599
  export type XGuardModerationInput = {
5599
5600
  mode: string;
5601
+ /**
5602
+ * Optional label filter. When provided, only the named labels are evaluated.
5603
+ * Labels not found in the defaults (or label overrides) are silently ignored.
5604
+ * When omitted or empty, all labels are evaluated.
5605
+ */
5606
+ labels?: null | Array<string>;
5600
5607
  /**
5601
5608
  * Optional label configuration overrides. When provided, these merge with/override the
5602
5609
  * defaults from the XGuardModerationOptionsGrain for the given mode.
@@ -264,6 +264,7 @@ export const SdCppSampleMethod = {
264
264
  RES_MULTISTEP: 'res_multistep',
265
265
  RES_2S: 'res_2s',
266
266
  TCD: 'tcd',
267
+ ER_SDE: 'er_sde',
267
268
  };
268
269
  export const SdCppSchedule = {
269
270
  SIMPLE: 'simple',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.47",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",