Skip to content

Commit

Permalink
Merge pull request #84 from mbc-net/develop
Browse files Browse the repository at this point in the history
update param for generateSequenceItem
  • Loading branch information
koichimurakami authored Dec 2, 2024
2 parents 210ef83 + e0a4daf commit bb439d7
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ISequenceService {
/**
* Generate a new sequence based on the provided parameters.
* @param dto - The data transfer object containing generation parameters.
* @param opts - Additional options including invocation context.
* @param options - Additional options including invocation context.
* @returns A promise that resolves to the newly generated sequence's data entity.
*/
genNewSequence(
Expand All @@ -30,12 +30,12 @@ export interface ISequenceService {
/**
* Generate a new sequence with a specified format.
* @param dto - The data transfer object containing parameters for formatted sequence generation.
* @param opts - Additional options including invocation context.
* @param options - Additional options including invocation context.
* @returns A promise that resolves to the newly generated formatted sequence's data entity.
*/
generateSequenceItem(
dto: GenerateFormattedSequenceDto,
options: {
options?: {
invokeContext: IInvoke
},
): Promise<SequenceEntity>
Expand Down
Loading

0 comments on commit bb439d7

Please sign in to comment.