You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[getSkills](docs/sdks/lms/README.md#getskills) - Get skills
219
+
210
220
</details>
211
221
<!-- End Available Resources and Operations [operations] -->
212
222
@@ -310,9 +320,9 @@ run();
310
320
311
321
312
322
**Inherit from [`KomboError`](./src/models/errors/komboerror.ts)**:
313
-
*[`KomboAtsError`](./src/models/errors/komboatserror.ts): The standard error response with the error codes for the ATS use case. Applicable to 27 of 57 methods.*
314
-
*[`KomboHrisError`](./src/models/errors/kombohriserror.ts): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 57 methods.*
315
-
*[`KomboGeneralError`](./src/models/errors/kombogeneralerror.ts): The standard error response with just the platform error codes. Applicable to 13 of 57 methods.*
323
+
*[`KomboAtsError`](./src/models/errors/komboatserror.ts): The standard error response with the error codes for the ATS use case. Applicable to 27 of 64 methods.*
324
+
*[`KomboGeneralError`](./src/models/errors/kombogeneralerror.ts): The standard error response with just the platform error codes. Applicable to 20 of 64 methods.*
325
+
*[`KomboHrisError`](./src/models/errors/kombohriserror.ts): The standard error response with the error codes for the HRIS use case. Applicable to 17 of 64 methods.*
316
326
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
317
327
318
328
</details>
@@ -455,6 +465,13 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
455
465
-[`hrisGetPerformanceReviews`](docs/sdks/hris/README.md#getperformancereviews) - Get performance reviews
456
466
-[`hrisGetTimeOffBalances`](docs/sdks/hris/README.md#gettimeoffbalances) - Get time off balances
457
467
-[`hrisGetTimesheets`](docs/sdks/hris/README.md#gettimesheets) - Get timesheets
|`integration_tool`|*string*|:heavy_check_mark:| The name of the integrated tool (e.g., "personio", "greenhouse"). |
25
-
|`integration_category`|[models.ConnectionFlowFailedWebhookPayloadIntegrationCategory](../models/connectionflowfailedwebhookpayloadintegrationcategory.md)|:heavy_check_mark:| The category of the integration (HRIS, ATS, or ASSESSMENT). |
25
+
|`integration_category`|[models.ConnectionFlowFailedWebhookPayloadIntegrationCategory](../models/connectionflowfailedwebhookpayloadintegrationcategory.md)|:heavy_check_mark:| The category of the integration (HRIS, ATS, ASSESSMENT, or LMS).|
26
26
|`end_user`|[models.ConnectionFlowFailedWebhookPayloadEndUser](../models/connectionflowfailedwebhookpayloadenduser.md)|:heavy_check_mark:| Information about the end user who created the integration. |
27
27
|`log_url`|*string*|:heavy_check_mark:| URL to view detailed logs for the operation. |
0 commit comments