czg 1.9.0 → 1.9.2-beta.1

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/lib/config.d.ts CHANGED
@@ -197,11 +197,11 @@ interface Answers {
197
197
  /**
198
198
  * @default 'Generating your AI commit subject...'
199
199
  */
200
- generatingByAI: string;
200
+ generatingByAI?: string;
201
201
  /**
202
202
  * @default 'Select suitable subject by AI generated:'
203
203
  */
204
- generatedSelectByAI: string;
204
+ generatedSelectByAI?: string;
205
205
  footerPrefix?: string;
206
206
  }
207
207
  type ScopesType = string[] | Array<{