@silkline/arena 1.1.0 → 1.1.2

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.
Files changed (124) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/LICENSE +1 -1
  3. package/README.md +9 -3
  4. package/client.d.mts +3 -2
  5. package/client.d.mts.map +1 -1
  6. package/client.d.ts +3 -2
  7. package/client.d.ts.map +1 -1
  8. package/client.js +14 -4
  9. package/client.js.map +1 -1
  10. package/client.mjs +14 -4
  11. package/client.mjs.map +1 -1
  12. package/internal/parse.d.mts.map +1 -1
  13. package/internal/parse.d.ts.map +1 -1
  14. package/internal/parse.js +5 -0
  15. package/internal/parse.js.map +1 -1
  16. package/internal/parse.mjs +5 -0
  17. package/internal/parse.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/resources/changes/implementationtasks/files.d.mts +2 -2
  20. package/resources/changes/implementationtasks/files.d.ts +2 -2
  21. package/resources/changes/implementationtasks/implementationtasks.d.mts +5 -5
  22. package/resources/changes/implementationtasks/implementationtasks.d.ts +5 -5
  23. package/resources/changes/implementationtasks/notes.d.mts +9 -9
  24. package/resources/changes/implementationtasks/notes.d.ts +9 -9
  25. package/resources/changes/items.d.mts +10 -10
  26. package/resources/changes/items.d.ts +10 -10
  27. package/resources/files/markups.d.mts +5 -5
  28. package/resources/files/markups.d.ts +5 -5
  29. package/resources/imports/runs.d.mts +11 -11
  30. package/resources/imports/runs.d.ts +11 -11
  31. package/resources/items/bom/bom.d.mts +9 -9
  32. package/resources/items/bom/bom.d.ts +9 -9
  33. package/resources/items/bom/substitutes.d.mts +10 -10
  34. package/resources/items/bom/substitutes.d.ts +10 -10
  35. package/resources/items/compliance.d.mts +5 -5
  36. package/resources/items/compliance.d.ts +5 -5
  37. package/resources/items/files/content.d.mts +2 -2
  38. package/resources/items/files/content.d.ts +2 -2
  39. package/resources/items/files/files.d.mts +3 -3
  40. package/resources/items/files/files.d.ts +3 -3
  41. package/resources/items/items_.d.mts +2 -2
  42. package/resources/items/items_.d.ts +2 -2
  43. package/resources/items/sourcing.d.mts +9 -9
  44. package/resources/items/sourcing.d.ts +9 -9
  45. package/resources/login.d.mts +8 -8
  46. package/resources/login.d.ts +8 -8
  47. package/resources/outboundevents/events.d.mts +11 -11
  48. package/resources/outboundevents/events.d.ts +11 -11
  49. package/resources/outboundintegrations/events/events.d.mts +12 -12
  50. package/resources/outboundintegrations/events/events.d.ts +12 -12
  51. package/resources/outboundintegrations/events/items.d.mts +7 -7
  52. package/resources/outboundintegrations/events/items.d.ts +7 -7
  53. package/resources/qualityprocesses/steps/affected.d.mts +12 -12
  54. package/resources/qualityprocesses/steps/affected.d.ts +12 -12
  55. package/resources/qualityprocesses/steps/decisions.d.mts +8 -8
  56. package/resources/qualityprocesses/steps/decisions.d.ts +8 -8
  57. package/resources/qualityprocesses/steps/steps.d.mts +6 -6
  58. package/resources/qualityprocesses/steps/steps.d.ts +6 -6
  59. package/resources/requests/evaluationissues/evaluationissues.d.mts +3 -3
  60. package/resources/requests/evaluationissues/evaluationissues.d.ts +3 -3
  61. package/resources/requests/evaluationissues/responses.d.mts +5 -5
  62. package/resources/requests/evaluationissues/responses.d.ts +5 -5
  63. package/resources/requests/items.d.mts +2 -2
  64. package/resources/requests/items.d.ts +2 -2
  65. package/resources/settings/accountusers/employees.d.mts +18 -18
  66. package/resources/settings/accountusers/employees.d.ts +18 -18
  67. package/resources/settings/accountusers/machines.d.mts +9 -9
  68. package/resources/settings/accountusers/machines.d.ts +9 -9
  69. package/resources/settings/categories/attributes.d.mts +7 -7
  70. package/resources/settings/categories/attributes.d.ts +7 -7
  71. package/resources/settings/items/numberformats/fields.d.mts +9 -9
  72. package/resources/settings/items/numberformats/fields.d.ts +9 -9
  73. package/resources/settings/usergroups/usergroups.d.mts +5 -5
  74. package/resources/settings/usergroups/usergroups.d.ts +5 -5
  75. package/resources/supplieritems/compliance.d.mts +5 -5
  76. package/resources/supplieritems/compliance.d.ts +5 -5
  77. package/resources/supplieritems/files.d.mts +2 -2
  78. package/resources/supplieritems/files.d.ts +2 -2
  79. package/resources/suppliers/addresses.d.mts +3 -3
  80. package/resources/suppliers/addresses.d.ts +3 -3
  81. package/resources/suppliers/phonenumbers.d.mts +5 -5
  82. package/resources/suppliers/phonenumbers.d.ts +5 -5
  83. package/resources/trainingplans/users.d.mts +2 -2
  84. package/resources/trainingplans/users.d.ts +2 -2
  85. package/src/client.ts +25 -14
  86. package/src/internal/parse.ts +6 -0
  87. package/src/resources/changes/implementationtasks/files.ts +2 -2
  88. package/src/resources/changes/implementationtasks/implementationtasks.ts +5 -5
  89. package/src/resources/changes/implementationtasks/notes.ts +9 -9
  90. package/src/resources/changes/items.ts +10 -10
  91. package/src/resources/files/markups.ts +5 -5
  92. package/src/resources/imports/runs.ts +11 -11
  93. package/src/resources/items/bom/bom.ts +9 -9
  94. package/src/resources/items/bom/substitutes.ts +10 -10
  95. package/src/resources/items/compliance.ts +5 -5
  96. package/src/resources/items/files/content.ts +2 -2
  97. package/src/resources/items/files/files.ts +3 -3
  98. package/src/resources/items/items_.ts +2 -2
  99. package/src/resources/items/sourcing.ts +9 -9
  100. package/src/resources/login.ts +8 -8
  101. package/src/resources/outboundevents/events.ts +11 -11
  102. package/src/resources/outboundintegrations/events/events.ts +12 -12
  103. package/src/resources/outboundintegrations/events/items.ts +7 -7
  104. package/src/resources/qualityprocesses/steps/affected.ts +12 -12
  105. package/src/resources/qualityprocesses/steps/decisions.ts +8 -8
  106. package/src/resources/qualityprocesses/steps/steps.ts +6 -6
  107. package/src/resources/requests/evaluationissues/evaluationissues.ts +3 -3
  108. package/src/resources/requests/evaluationissues/responses.ts +5 -5
  109. package/src/resources/requests/items.ts +2 -2
  110. package/src/resources/settings/accountusers/employees.ts +18 -18
  111. package/src/resources/settings/accountusers/machines.ts +9 -9
  112. package/src/resources/settings/categories/attributes.ts +7 -7
  113. package/src/resources/settings/items/numberformats/fields.ts +9 -9
  114. package/src/resources/settings/usergroups/usergroups.ts +5 -5
  115. package/src/resources/supplieritems/compliance.ts +5 -5
  116. package/src/resources/supplieritems/files.ts +2 -2
  117. package/src/resources/suppliers/addresses.ts +3 -3
  118. package/src/resources/suppliers/phonenumbers.ts +5 -5
  119. package/src/resources/trainingplans/users.ts +2 -2
  120. package/src/version.ts +1 -1
  121. package/version.d.mts +1 -1
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1
  124. package/version.mjs +1 -1
@@ -149,47 +149,47 @@ export interface SourcingRetrieveParams {
149
149
 
150
150
  export interface SourcingUpdateParams {
151
151
  /**
152
- * Path param:
152
+ * Path param
153
153
  */
154
154
  itemGuid: string;
155
155
 
156
156
  /**
157
- * Query param:
157
+ * Query param
158
158
  */
159
159
  setnull?: boolean;
160
160
 
161
161
  /**
162
- * Body param:
162
+ * Body param
163
163
  */
164
164
  amlRank?: number;
165
165
 
166
166
  /**
167
- * Body param:
167
+ * Body param
168
168
  */
169
169
  amlSplit?: number;
170
170
 
171
171
  /**
172
- * Body param:
172
+ * Body param
173
173
  */
174
174
  approved?: boolean;
175
175
 
176
176
  /**
177
- * Body param:
177
+ * Body param
178
178
  */
179
179
  mfrItem?: ImageAPI.SingleGuid;
180
180
 
181
181
  /**
182
- * Body param:
182
+ * Body param
183
183
  */
184
184
  notes?: string;
185
185
 
186
186
  /**
187
- * Body param:
187
+ * Body param
188
188
  */
189
189
  vendorItem?: ImageAPI.SingleGuid;
190
190
 
191
191
  /**
192
- * Body param:
192
+ * Body param
193
193
  */
194
194
  vendorItemConversionFactor?: number;
195
195
  }
@@ -56,42 +56,42 @@ export interface LoginAuthenticateResponse {
56
56
 
57
57
  export interface LoginAuthenticateParams {
58
58
  /**
59
- * Body param:
59
+ * Body param
60
60
  */
61
61
  accesstoken?: string;
62
62
 
63
63
  /**
64
- * Body param:
64
+ * Body param
65
65
  */
66
66
  email?: string;
67
67
 
68
68
  /**
69
- * Body param:
69
+ * Body param
70
70
  */
71
71
  forceLogin?: boolean;
72
72
 
73
73
  /**
74
- * Body param:
74
+ * Body param
75
75
  */
76
76
  loginType?: 'ACCESSTOKEN' | 'WEBTOKEN' | 'EMAIL';
77
77
 
78
78
  /**
79
- * Body param:
79
+ * Body param
80
80
  */
81
81
  password?: string;
82
82
 
83
83
  /**
84
- * Body param:
84
+ * Body param
85
85
  */
86
86
  reason?: string;
87
87
 
88
88
  /**
89
- * Body param:
89
+ * Body param
90
90
  */
91
91
  webtoken?: string;
92
92
 
93
93
  /**
94
- * Body param:
94
+ * Body param
95
95
  */
96
96
  workspaceId?: number;
97
97
 
@@ -156,12 +156,12 @@ export interface EventRetrieveParams {
156
156
 
157
157
  export interface EventUpdateParams {
158
158
  /**
159
- * Path param:
159
+ * Path param
160
160
  */
161
161
  integrationGuid: string;
162
162
 
163
163
  /**
164
- * Body param:
164
+ * Body param
165
165
  */
166
166
  resourcesReconciled?: boolean;
167
167
  }
@@ -174,27 +174,27 @@ export interface EventListParams extends OffsetParams {
174
174
 
175
175
  export interface EventListResourcesParams extends OffsetParams {
176
176
  /**
177
- * Path param:
177
+ * Path param
178
178
  */
179
179
  integrationGuid: string;
180
180
 
181
181
  /**
182
- * Path param:
182
+ * Path param
183
183
  */
184
184
  eventGuid: string;
185
185
 
186
186
  /**
187
- * Query param:
187
+ * Query param
188
188
  */
189
189
  reconciled?: string;
190
190
 
191
191
  /**
192
- * Query param:
192
+ * Query param
193
193
  */
194
194
  reconciledDateTimeFrom?: string;
195
195
 
196
196
  /**
197
- * Query param:
197
+ * Query param
198
198
  */
199
199
  reconciledDateTimeTo?: string;
200
200
  }
@@ -209,22 +209,22 @@ export interface EventRetrieveResourceParams {
209
209
 
210
210
  export interface EventUpdateResourceParams {
211
211
  /**
212
- * Path param:
212
+ * Path param
213
213
  */
214
214
  integrationGuid: string;
215
215
 
216
216
  /**
217
- * Path param:
217
+ * Path param
218
218
  */
219
219
  eventGuid: string;
220
220
 
221
221
  /**
222
- * Path param:
222
+ * Path param
223
223
  */
224
224
  objectType: 'items' | 'qualityprocesses' | 'changes' | 'requests';
225
225
 
226
226
  /**
227
- * Body param:
227
+ * Body param
228
228
  */
229
229
  reconciled?: boolean;
230
230
  }
@@ -586,54 +586,54 @@ export interface EventListParams extends OffsetParams {
586
586
 
587
587
  export interface EventGetItemGuidsParams {
588
588
  /**
589
- * Path param:
589
+ * Path param
590
590
  */
591
591
  integrationGuid: string;
592
592
 
593
593
  /**
594
- * Query param:
594
+ * Query param
595
595
  */
596
596
  reconciled?: string;
597
597
  }
598
598
 
599
599
  export interface EventUpdateReconciliationStatusParams {
600
600
  /**
601
- * Path param:
601
+ * Path param
602
602
  */
603
603
  integrationGuid: string;
604
604
 
605
605
  /**
606
- * Body param:
606
+ * Body param
607
607
  */
608
608
  change?: EventUpdateReconciliationStatusParams.Change;
609
609
 
610
610
  /**
611
- * Body param:
611
+ * Body param
612
612
  */
613
613
  creationDateTime?: string;
614
614
 
615
615
  /**
616
- * Body param:
616
+ * Body param
617
617
  */
618
618
  creator?: User;
619
619
 
620
620
  /**
621
- * Body param:
621
+ * Body param
622
622
  */
623
623
  eventType?: string;
624
624
 
625
625
  /**
626
- * Body param:
626
+ * Body param
627
627
  */
628
628
  guid?: string;
629
629
 
630
630
  /**
631
- * Body param:
631
+ * Body param
632
632
  */
633
633
  itemsReconciled?: boolean;
634
634
 
635
635
  /**
636
- * Body param:
636
+ * Body param
637
637
  */
638
638
  plmEntityType?:
639
639
  | 'ITEM'
@@ -806,12 +806,12 @@ export interface EventUpdateReconciliationStatusParams {
806
806
  | 'SCHEDULED_TRIGGER';
807
807
 
808
808
  /**
809
- * Body param:
809
+ * Body param
810
810
  */
811
811
  revisioningEvent?: EventUpdateReconciliationStatusParams.RevisioningEvent;
812
812
 
813
813
  /**
814
- * Body param:
814
+ * Body param
815
815
  */
816
816
  status?: string;
817
817
  }
@@ -285,39 +285,39 @@ export interface ItemRetrieveParams {
285
285
 
286
286
  export interface ItemListParams extends OffsetParams {
287
287
  /**
288
- * Path param:
288
+ * Path param
289
289
  */
290
290
  integrationGuid: string;
291
291
 
292
292
  /**
293
- * Query param:
293
+ * Query param
294
294
  */
295
295
  reconciled?: string;
296
296
 
297
297
  /**
298
- * Query param:
298
+ * Query param
299
299
  */
300
300
  reconciledDateTimeFrom?: string;
301
301
 
302
302
  /**
303
- * Query param:
303
+ * Query param
304
304
  */
305
305
  reconciledDateTimeTo?: string;
306
306
  }
307
307
 
308
308
  export interface ItemUpdateReconciliationStatusParams {
309
309
  /**
310
- * Path param:
310
+ * Path param
311
311
  */
312
312
  integrationGuid: string;
313
313
 
314
314
  /**
315
- * Path param:
315
+ * Path param
316
316
  */
317
317
  eventGuid: string;
318
318
 
319
319
  /**
320
- * Body param:
320
+ * Body param
321
321
  */
322
322
  reconciled?: boolean;
323
323
  }
@@ -123,17 +123,17 @@ export interface AffectedRetrieveParams {
123
123
 
124
124
  export interface AffectedUpdateParams {
125
125
  /**
126
- * Path param:
126
+ * Path param
127
127
  */
128
128
  qualityprocessGuid: string;
129
129
 
130
130
  /**
131
- * Path param:
131
+ * Path param
132
132
  */
133
133
  stepGuid: string;
134
134
 
135
135
  /**
136
- * Body param:
136
+ * Body param
137
137
  */
138
138
  notes?: string;
139
139
  }
@@ -156,34 +156,34 @@ export type AffectedAddParams =
156
156
  export declare namespace AffectedAddParams {
157
157
  export interface QualityStepAffectedCreateVo {
158
158
  /**
159
- * Path param:
159
+ * Path param
160
160
  */
161
161
  qualityprocessGuid: string;
162
162
 
163
163
  /**
164
- * Body param:
164
+ * Body param
165
165
  */
166
166
  affected?: ImageAPI.SingleGuid;
167
167
 
168
168
  /**
169
- * Body param:
169
+ * Body param
170
170
  */
171
171
  notes?: string;
172
172
  }
173
173
 
174
174
  export interface QualityStepAffectedQualityCreateVo {
175
175
  /**
176
- * Path param:
176
+ * Path param
177
177
  */
178
178
  qualityprocessGuid: string;
179
179
 
180
180
  /**
181
- * Body param:
181
+ * Body param
182
182
  */
183
183
  affected?: QualityStepAffectedQualityCreateVo.Affected;
184
184
 
185
185
  /**
186
- * Body param:
186
+ * Body param
187
187
  */
188
188
  guid?: string;
189
189
  }
@@ -196,17 +196,17 @@ export declare namespace AffectedAddParams {
196
196
 
197
197
  export interface QualityStepAffectedURLCreateVo {
198
198
  /**
199
- * Path param:
199
+ * Path param
200
200
  */
201
201
  qualityprocessGuid: string;
202
202
 
203
203
  /**
204
- * Body param:
204
+ * Body param
205
205
  */
206
206
  affected?: QualityStepAffectedURLCreateVo.Affected;
207
207
 
208
208
  /**
209
- * Body param:
209
+ * Body param
210
210
  */
211
211
  guid?: string;
212
212
  }
@@ -214,22 +214,22 @@ export interface DecisionListParams {
214
214
 
215
215
  export interface DecisionAddApproverParams {
216
216
  /**
217
- * Path param:
217
+ * Path param
218
218
  */
219
219
  qualityprocessGuid: string;
220
220
 
221
221
  /**
222
- * Body param:
222
+ * Body param
223
223
  */
224
224
  decisionType?: 'ALL_REQUIRED' | 'ONE_REQUIRED' | 'OPTIONAL' | 'COMMENTS_ONLY';
225
225
 
226
226
  /**
227
- * Body param:
227
+ * Body param
228
228
  */
229
229
  group?: PartnersUsergroupsAPI.UserGroupMinimalRequest;
230
230
 
231
231
  /**
232
- * Body param:
232
+ * Body param
233
233
  */
234
234
  user?: DecisionAddApproverParams.User;
235
235
  }
@@ -242,22 +242,22 @@ export namespace DecisionAddApproverParams {
242
242
 
243
243
  export interface DecisionSubmitParams {
244
244
  /**
245
- * Path param:
245
+ * Path param
246
246
  */
247
247
  qualityprocessGuid: string;
248
248
 
249
249
  /**
250
- * Path param:
250
+ * Path param
251
251
  */
252
252
  stepGuid: string;
253
253
 
254
254
  /**
255
- * Body param:
255
+ * Body param
256
256
  */
257
257
  comments?: string;
258
258
 
259
259
  /**
260
- * Body param:
260
+ * Body param
261
261
  */
262
262
  decision?: 'APPROVED' | 'REJECTED' | 'COMMENT';
263
263
  }
@@ -144,34 +144,34 @@ export interface StepListResponse {
144
144
 
145
145
  export interface StepRetrieveParams {
146
146
  /**
147
- * Path param:
147
+ * Path param
148
148
  */
149
149
  qualityprocessGuid: string;
150
150
 
151
151
  /**
152
- * Query param:
152
+ * Query param
153
153
  */
154
154
  includeEmptyAdditionalAttributes?: boolean;
155
155
  }
156
156
 
157
157
  export interface StepUpdateParams {
158
158
  /**
159
- * Path param:
159
+ * Path param
160
160
  */
161
161
  qualityprocessGuid: string;
162
162
 
163
163
  /**
164
- * Body param:
164
+ * Body param
165
165
  */
166
166
  assignees?: StepUpdateParams.Assignees;
167
167
 
168
168
  /**
169
- * Body param:
169
+ * Body param
170
170
  */
171
171
  attributes?: Array<TicketsAPI.AdditionalAttributeCreate>;
172
172
 
173
173
  /**
174
- * Body param:
174
+ * Body param
175
175
  */
176
176
  dueDateTime?: string;
177
177
  }
@@ -222,17 +222,17 @@ export interface EvaluationissueRetrieveParams {
222
222
 
223
223
  export interface EvaluationissueUpdateParams {
224
224
  /**
225
- * Path param:
225
+ * Path param
226
226
  */
227
227
  requestGuid: string;
228
228
 
229
229
  /**
230
- * Body param:
230
+ * Body param
231
231
  */
232
232
  issue?: string;
233
233
 
234
234
  /**
235
- * Body param:
235
+ * Body param
236
236
  */
237
237
  supplierVisibility?: boolean;
238
238
  }
@@ -133,12 +133,12 @@ export namespace ResponseListResponse {
133
133
 
134
134
  export interface ResponseCreateParams {
135
135
  /**
136
- * Path param:
136
+ * Path param
137
137
  */
138
138
  requestGuid: string;
139
139
 
140
140
  /**
141
- * Body param:
141
+ * Body param
142
142
  */
143
143
  response?: string;
144
144
  }
@@ -151,17 +151,17 @@ export interface ResponseRetrieveParams {
151
151
 
152
152
  export interface ResponseUpdateParams {
153
153
  /**
154
- * Path param:
154
+ * Path param
155
155
  */
156
156
  requestGuid: string;
157
157
 
158
158
  /**
159
- * Path param:
159
+ * Path param
160
160
  */
161
161
  issueGuid: string;
162
162
 
163
163
  /**
164
- * Body param:
164
+ * Body param
165
165
  */
166
166
  response?: string;
167
167
  }
@@ -104,12 +104,12 @@ export interface ItemRetrieveParams {
104
104
 
105
105
  export interface ItemUpdateParams {
106
106
  /**
107
- * Path param:
107
+ * Path param
108
108
  */
109
109
  requestGuid: string;
110
110
 
111
111
  /**
112
- * Body param:
112
+ * Body param
113
113
  */
114
114
  notes?: string;
115
115
  }
@@ -168,92 +168,92 @@ export interface EmployeeCreateParams {
168
168
 
169
169
  export interface EmployeeUpdateParams {
170
170
  /**
171
- * Query param:
171
+ * Query param
172
172
  */
173
173
  setnull?: boolean;
174
174
 
175
175
  /**
176
- * Body param:
176
+ * Body param
177
177
  */
178
178
  address?: AddressesAPI.Address;
179
179
 
180
180
  /**
181
- * Body param:
181
+ * Body param
182
182
  */
183
183
  applicationLanguage?: string;
184
184
 
185
185
  /**
186
- * Body param:
186
+ * Body param
187
187
  */
188
188
  department?: string;
189
189
 
190
190
  /**
191
- * Body param:
191
+ * Body param
192
192
  */
193
193
  email?: string;
194
194
 
195
195
  /**
196
- * Body param:
196
+ * Body param
197
197
  */
198
198
  enabled?: boolean;
199
199
 
200
200
  /**
201
- * Body param:
201
+ * Body param
202
202
  */
203
203
  fax?: string;
204
204
 
205
205
  /**
206
- * Body param:
206
+ * Body param
207
207
  */
208
208
  firstName?: string;
209
209
 
210
210
  /**
211
- * Body param:
211
+ * Body param
212
212
  */
213
213
  isAdministrator?: boolean;
214
214
 
215
215
  /**
216
- * Body param:
216
+ * Body param
217
217
  */
218
218
  lastName?: string;
219
219
 
220
220
  /**
221
- * Body param:
221
+ * Body param
222
222
  */
223
223
  location?: string;
224
224
 
225
225
  /**
226
- * Body param:
226
+ * Body param
227
227
  */
228
228
  manager?: string;
229
229
 
230
230
  /**
231
- * Body param:
231
+ * Body param
232
232
  */
233
233
  mobile?: string;
234
234
 
235
235
  /**
236
- * Body param:
236
+ * Body param
237
237
  */
238
238
  notes?: string;
239
239
 
240
240
  /**
241
- * Body param:
241
+ * Body param
242
242
  */
243
243
  notifyUser?: boolean;
244
244
 
245
245
  /**
246
- * Body param:
246
+ * Body param
247
247
  */
248
248
  phone?: string;
249
249
 
250
250
  /**
251
- * Body param:
251
+ * Body param
252
252
  */
253
253
  temporaryPassword?: string;
254
254
 
255
255
  /**
256
- * Body param:
256
+ * Body param
257
257
  */
258
258
  title?: string;
259
259
  }