Skip to content

Commit 3ea6c6f

Browse files
chore: fix typo in descriptions
1 parent 2fc7cb3 commit 3ea6c6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/resources/hris/company/pay-statement-item/rules.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export interface RuleCreateParams {
415415
attributes?: RuleCreateParams.Attributes;
416416

417417
/**
418-
* Body param:
418+
* Body param
419419
*/
420420
conditions?: Array<RuleCreateParams.Condition>;
421421

@@ -473,7 +473,7 @@ export interface RuleUpdateParams {
473473
entity_ids?: Array<string>;
474474

475475
/**
476-
* Body param:
476+
* Body param
477477
*/
478478
optionalProperty?: unknown;
479479
}

src/resources/hris/individuals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ export interface IndividualRetrieveManyParams {
145145
entity_ids?: Array<string>;
146146

147147
/**
148-
* Body param:
148+
* Body param
149149
*/
150150
options?: IndividualRetrieveManyParams.Options | null;
151151

152152
/**
153-
* Body param:
153+
* Body param
154154
*/
155155
requests?: Array<IndividualRetrieveManyParams.Request>;
156156
}

0 commit comments

Comments
 (0)