@samsarahq/samsara 7.0.0 → 7.2.0
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/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/betaApIs/client/Client.d.ts +31 -0
- package/dist/cjs/api/resources/betaApIs/client/Client.js +88 -0
- package/dist/cjs/api/resources/betaApIs/client/requests/ResolveAssignmentByDetailsResolveAssignmentByDetailsRequestBody.d.ts +13 -0
- package/dist/cjs/api/resources/betaApIs/client/requests/ResolveAssignmentByDetailsResolveAssignmentByDetailsRequestBody.js +3 -0
- package/dist/cjs/api/resources/betaApIs/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/media/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/media/client/Client.js +1 -1
- package/dist/cjs/api/resources/media/client/requests/MediaRetrievalPostMediaRetrievalRequestBody.d.ts +1 -1
- package/dist/cjs/api/resources/previewApIs/client/Client.d.ts +73 -0
- package/dist/cjs/api/resources/previewApIs/client/Client.js +191 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/ListAssociationsRequest.d.ts +17 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/ListAssociationsRequest.js +3 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.ts +31 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.js +17 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/previewApIs/client/requests/index.js +3 -0
- package/dist/cjs/api/types/AssociationResponseBody.d.ts +15 -0
- package/dist/cjs/api/types/AssociationResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsBadGatewayErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsBadGatewayErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsGatewayTimeoutErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsGatewayTimeoutErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsInternalServerErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsInternalServerErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsMethodNotAllowedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsMethodNotAllowedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsNotFoundErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsNotFoundErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsNotImplementedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsNotImplementedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsResponseBody.d.ts +6 -0
- package/dist/cjs/api/types/AssociationsListAssociationsResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsServiceUnavailableErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsServiceUnavailableErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsTooManyRequestsErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsTooManyRequestsErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/AssociationsListAssociationsUnauthorizedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/AssociationsListAssociationsUnauthorizedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/DefectTypesResponseDataResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/DefectTypesResponseDataResponseBody.js +6 -0
- package/dist/cjs/api/types/DvirDefectsObjectV20220913ResponseBody.d.ts +13 -0
- package/dist/cjs/api/types/DvirDefectsObjectV20220913ResponseBody.js +10 -0
- package/dist/cjs/api/types/MissingStateResponseBody.d.ts +10 -2
- package/dist/cjs/api/types/MissingStateResponseBody.js +9 -0
- package/dist/cjs/api/types/PatchSafetyEventsDismissalReasonBodyRequestBody.d.ts +18 -0
- package/dist/cjs/api/types/PatchSafetyEventsDismissalReasonBodyRequestBody.js +13 -0
- package/dist/cjs/api/types/PatchSafetyEventsResponseItemDataResponseBody.d.ts +7 -0
- package/dist/cjs/api/types/PatchSafetyEventsResponseItemDataResponseBody.js +3 -0
- package/dist/cjs/api/types/PatchSafetyEventsResponseItemResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/PatchSafetyEventsResponseItemResponseBody.js +3 -0
- package/dist/cjs/api/types/RecoveryStateResponseBody.d.ts +10 -2
- package/dist/cjs/api/types/RecoveryStateResponseBody.js +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsBadGatewayErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsBadGatewayErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsGatewayTimeoutErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsGatewayTimeoutErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsInternalServerErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsInternalServerErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsMethodNotAllowedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsMethodNotAllowedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotFoundErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotFoundErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotImplementedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotImplementedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsResponseBody.d.ts +4 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsServiceUnavailableErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsServiceUnavailableErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsTooManyRequestsErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsTooManyRequestsErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsUnauthorizedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsUnauthorizedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResponseBodyResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/ResolveAssignmentByDetailsResponseBodyResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchGatewayTimeoutErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchGatewayTimeoutErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchInternalServerErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchInternalServerErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchMethodNotAllowedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchMethodNotAllowedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotImplementedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotImplementedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchResponseBody.d.ts +7 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchServiceUnavailableErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchServiceUnavailableErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchTooManyRequestsErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchTooManyRequestsErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchUnauthorizedErrorResponseBody.d.ts +9 -0
- package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchUnauthorizedErrorResponseBody.js +3 -0
- package/dist/cjs/api/types/index.d.ts +35 -0
- package/dist/cjs/api/types/index.js +35 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/betaApIs/client/Client.d.mts +31 -0
- package/dist/esm/api/resources/betaApIs/client/Client.mjs +88 -0
- package/dist/esm/api/resources/betaApIs/client/requests/ResolveAssignmentByDetailsResolveAssignmentByDetailsRequestBody.d.mts +13 -0
- package/dist/esm/api/resources/betaApIs/client/requests/ResolveAssignmentByDetailsResolveAssignmentByDetailsRequestBody.mjs +2 -0
- package/dist/esm/api/resources/betaApIs/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/media/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/media/client/Client.mjs +1 -1
- package/dist/esm/api/resources/media/client/requests/MediaRetrievalPostMediaRetrievalRequestBody.d.mts +1 -1
- package/dist/esm/api/resources/previewApIs/client/Client.d.mts +73 -0
- package/dist/esm/api/resources/previewApIs/client/Client.mjs +191 -0
- package/dist/esm/api/resources/previewApIs/client/requests/ListAssociationsRequest.d.mts +17 -0
- package/dist/esm/api/resources/previewApIs/client/requests/ListAssociationsRequest.mjs +2 -0
- package/dist/esm/api/resources/previewApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.mts +31 -0
- package/dist/esm/api/resources/previewApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.mjs +14 -0
- package/dist/esm/api/resources/previewApIs/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/previewApIs/client/requests/index.mjs +1 -1
- package/dist/esm/api/types/AssociationResponseBody.d.mts +15 -0
- package/dist/esm/api/types/AssociationResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsBadGatewayErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsBadGatewayErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsGatewayTimeoutErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsGatewayTimeoutErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsInternalServerErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsInternalServerErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsMethodNotAllowedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsMethodNotAllowedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsNotFoundErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsNotFoundErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsNotImplementedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsNotImplementedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsResponseBody.d.mts +6 -0
- package/dist/esm/api/types/AssociationsListAssociationsResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsServiceUnavailableErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsServiceUnavailableErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsTooManyRequestsErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsTooManyRequestsErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/AssociationsListAssociationsUnauthorizedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/AssociationsListAssociationsUnauthorizedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/DefectTypesResponseDataResponseBody.d.mts +9 -0
- package/dist/esm/api/types/DefectTypesResponseDataResponseBody.mjs +6 -0
- package/dist/esm/api/types/DvirDefectsObjectV20220913ResponseBody.d.mts +13 -0
- package/dist/esm/api/types/DvirDefectsObjectV20220913ResponseBody.mjs +9 -1
- package/dist/esm/api/types/MissingStateResponseBody.d.mts +10 -2
- package/dist/esm/api/types/MissingStateResponseBody.mjs +8 -1
- package/dist/esm/api/types/PatchSafetyEventsDismissalReasonBodyRequestBody.d.mts +18 -0
- package/dist/esm/api/types/PatchSafetyEventsDismissalReasonBodyRequestBody.mjs +10 -0
- package/dist/esm/api/types/PatchSafetyEventsResponseItemDataResponseBody.d.mts +7 -0
- package/dist/esm/api/types/PatchSafetyEventsResponseItemDataResponseBody.mjs +2 -0
- package/dist/esm/api/types/PatchSafetyEventsResponseItemResponseBody.d.mts +9 -0
- package/dist/esm/api/types/PatchSafetyEventsResponseItemResponseBody.mjs +2 -0
- package/dist/esm/api/types/RecoveryStateResponseBody.d.mts +10 -2
- package/dist/esm/api/types/RecoveryStateResponseBody.mjs +8 -1
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsBadGatewayErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsBadGatewayErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsGatewayTimeoutErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsGatewayTimeoutErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsInternalServerErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsInternalServerErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsMethodNotAllowedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsMethodNotAllowedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotFoundErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotFoundErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotImplementedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsNotImplementedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsResponseBody.d.mts +4 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsServiceUnavailableErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsServiceUnavailableErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsTooManyRequestsErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsTooManyRequestsErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsUnauthorizedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResolveAssignmentByDetailsUnauthorizedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResponseBodyResponseBody.d.mts +9 -0
- package/dist/esm/api/types/ResolveAssignmentByDetailsResponseBodyResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchGatewayTimeoutErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchGatewayTimeoutErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchInternalServerErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchInternalServerErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchMethodNotAllowedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchMethodNotAllowedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotImplementedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotImplementedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchResponseBody.d.mts +7 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchServiceUnavailableErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchServiceUnavailableErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchTooManyRequestsErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchTooManyRequestsErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchUnauthorizedErrorResponseBody.d.mts +9 -0
- package/dist/esm/api/types/SafetyEventsV2PatchSafetyEventsV2BatchUnauthorizedErrorResponseBody.mjs +2 -0
- package/dist/esm/api/types/index.d.mts +35 -0
- package/dist/esm/api/types/index.mjs +35 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +231 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Gateway timeout
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsGatewayTimeoutErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An internal server error occurred
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsInternalServerErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Method not allowed
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsMethodNotAllowedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Requested endpoint is not yet implemented
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsNotImplementedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as Samsara from "../index.js";
|
|
2
|
+
export interface AssociationsListAssociationsResponseBody {
|
|
3
|
+
/** List of asset associations matching the filter criteria. */
|
|
4
|
+
data: Samsara.AssociationResponseBody[];
|
|
5
|
+
pagination: Samsara.GoaPaginationResponseResponseBody;
|
|
6
|
+
}
|
package/dist/cjs/api/types/AssociationsListAssociationsServiceUnavailableErrorResponseBody.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Service unavailable
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsServiceUnavailableErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Too many requests
|
|
3
|
+
*/
|
|
4
|
+
export interface AssociationsListAssociationsTooManyRequestsErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -10,6 +10,8 @@ export interface DefectTypesResponseDataResponseBody {
|
|
|
10
10
|
label: string;
|
|
11
11
|
/** Section for DVIR defect type. Valid values: `exteriorFront`, `exteriorRear`, `exteriorSideUnderneath`, `interiorDriverCab`, `interiorPassengerArea`, `other`, `unknown` */
|
|
12
12
|
sectionType: DefectTypesResponseDataResponseBody.SectionType;
|
|
13
|
+
/** The severity of the defect type. Only present for DVIR 2.0 defect types. Valid values: `major`, `minor`, `notApplicable` */
|
|
14
|
+
severity?: DefectTypesResponseDataResponseBody.Severity | undefined;
|
|
13
15
|
}
|
|
14
16
|
export declare namespace DefectTypesResponseDataResponseBody {
|
|
15
17
|
/** Section for DVIR defect type. Valid values: `exteriorFront`, `exteriorRear`, `exteriorSideUnderneath`, `interiorDriverCab`, `interiorPassengerArea`, `other`, `unknown` */
|
|
@@ -23,4 +25,11 @@ export declare namespace DefectTypesResponseDataResponseBody {
|
|
|
23
25
|
readonly Unknown: "unknown";
|
|
24
26
|
};
|
|
25
27
|
type SectionType = (typeof SectionType)[keyof typeof SectionType];
|
|
28
|
+
/** The severity of the defect type. Only present for DVIR 2.0 defect types. Valid values: `major`, `minor`, `notApplicable` */
|
|
29
|
+
const Severity: {
|
|
30
|
+
readonly Major: "major";
|
|
31
|
+
readonly Minor: "minor";
|
|
32
|
+
readonly NotApplicable: "notApplicable";
|
|
33
|
+
};
|
|
34
|
+
type Severity = (typeof Severity)[keyof typeof Severity];
|
|
26
35
|
}
|
|
@@ -14,4 +14,10 @@ var DefectTypesResponseDataResponseBody;
|
|
|
14
14
|
Other: "other",
|
|
15
15
|
Unknown: "unknown",
|
|
16
16
|
};
|
|
17
|
+
/** The severity of the defect type. Only present for DVIR 2.0 defect types. Valid values: `major`, `minor`, `notApplicable` */
|
|
18
|
+
DefectTypesResponseDataResponseBody.Severity = {
|
|
19
|
+
Major: "major",
|
|
20
|
+
Minor: "minor",
|
|
21
|
+
NotApplicable: "notApplicable",
|
|
22
|
+
};
|
|
17
23
|
})(DefectTypesResponseDataResponseBody || (exports.DefectTypesResponseDataResponseBody = DefectTypesResponseDataResponseBody = {}));
|
|
@@ -7,8 +7,12 @@ export interface DvirDefectsObjectV20220913ResponseBody {
|
|
|
7
7
|
comment?: string | undefined;
|
|
8
8
|
/** Time when the defect was created. UTC timestamp in RFC 3339 format. */
|
|
9
9
|
createdAtTime: string;
|
|
10
|
+
/** The severity of the DVIR defect. Valid values: `minor`, `major`, `unspecified` */
|
|
11
|
+
defectSeverity?: DvirDefectsObjectV20220913ResponseBody.DefectSeverity | undefined;
|
|
10
12
|
/** The type of DVIR defect. */
|
|
11
13
|
defectType: string;
|
|
14
|
+
/** The ID of the DVIR defect type. */
|
|
15
|
+
defectTypeId?: string | undefined;
|
|
12
16
|
/** The ID of the defect. */
|
|
13
17
|
id: string;
|
|
14
18
|
/** Signifies if this defect is resolved. */
|
|
@@ -23,3 +27,12 @@ export interface DvirDefectsObjectV20220913ResponseBody {
|
|
|
23
27
|
trailer?: Samsara.GoaTrailerTinyResponseResponseBody | undefined;
|
|
24
28
|
vehicle?: Samsara.VehicleWithGatewayTinyResponseResponseBody | undefined;
|
|
25
29
|
}
|
|
30
|
+
export declare namespace DvirDefectsObjectV20220913ResponseBody {
|
|
31
|
+
/** The severity of the DVIR defect. Valid values: `minor`, `major`, `unspecified` */
|
|
32
|
+
const DefectSeverity: {
|
|
33
|
+
readonly Minor: "minor";
|
|
34
|
+
readonly Major: "major";
|
|
35
|
+
readonly Unspecified: "unspecified";
|
|
36
|
+
};
|
|
37
|
+
type DefectSeverity = (typeof DefectSeverity)[keyof typeof DefectSeverity];
|
|
38
|
+
}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.DvirDefectsObjectV20220913ResponseBody = void 0;
|
|
5
|
+
var DvirDefectsObjectV20220913ResponseBody;
|
|
6
|
+
(function (DvirDefectsObjectV20220913ResponseBody) {
|
|
7
|
+
/** The severity of the DVIR defect. Valid values: `minor`, `major`, `unspecified` */
|
|
8
|
+
DvirDefectsObjectV20220913ResponseBody.DefectSeverity = {
|
|
9
|
+
Minor: "minor",
|
|
10
|
+
Major: "major",
|
|
11
|
+
Unspecified: "unspecified",
|
|
12
|
+
};
|
|
13
|
+
})(DvirDefectsObjectV20220913ResponseBody || (exports.DvirDefectsObjectV20220913ResponseBody = DvirDefectsObjectV20220913ResponseBody = {}));
|
|
@@ -11,10 +11,18 @@ export interface MissingStateResponseBody {
|
|
|
11
11
|
note?: string | undefined;
|
|
12
12
|
/** Users subscribed to location update notifications for this asset. */
|
|
13
13
|
notification_recipients?: Samsara.NotificationRecipientResponseResponseBody[] | undefined;
|
|
14
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
15
|
+
update_source?: MissingStateResponseBody.UpdateSource | undefined;
|
|
14
16
|
/** Timestamp when the asset was marked as missing, in milliseconds since epoch. */
|
|
15
17
|
updated_at_ms: number;
|
|
16
18
|
/** The ID of the user who marked the asset as missing. */
|
|
17
19
|
updated_by_user_id?: number | undefined;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
}
|
|
21
|
+
export declare namespace MissingStateResponseBody {
|
|
22
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
23
|
+
const UpdateSource: {
|
|
24
|
+
readonly Dashboard: "dashboard";
|
|
25
|
+
readonly Api: "api";
|
|
26
|
+
};
|
|
27
|
+
type UpdateSource = (typeof UpdateSource)[keyof typeof UpdateSource];
|
|
20
28
|
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.MissingStateResponseBody = void 0;
|
|
5
|
+
var MissingStateResponseBody;
|
|
6
|
+
(function (MissingStateResponseBody) {
|
|
7
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
8
|
+
MissingStateResponseBody.UpdateSource = {
|
|
9
|
+
Dashboard: "dashboard",
|
|
10
|
+
Api: "api",
|
|
11
|
+
};
|
|
12
|
+
})(MissingStateResponseBody || (exports.MissingStateResponseBody = MissingStateResponseBody = {}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dismissal reason. Required when eventState is `dismissed`. Must not be provided for other states.
|
|
3
|
+
*/
|
|
4
|
+
export interface PatchSafetyEventsDismissalReasonBodyRequestBody {
|
|
5
|
+
/** The dismissal reason code associated with the event. Valid values: `incorrect`, `minorEvent`, `other` */
|
|
6
|
+
code: PatchSafetyEventsDismissalReasonBodyRequestBody.Code;
|
|
7
|
+
/** The dismissal reason comment associated with the event. */
|
|
8
|
+
comment?: string | undefined;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace PatchSafetyEventsDismissalReasonBodyRequestBody {
|
|
11
|
+
/** The dismissal reason code associated with the event. Valid values: `incorrect`, `minorEvent`, `other` */
|
|
12
|
+
const Code: {
|
|
13
|
+
readonly Incorrect: "incorrect";
|
|
14
|
+
readonly MinorEvent: "minorEvent";
|
|
15
|
+
readonly Other: "other";
|
|
16
|
+
};
|
|
17
|
+
type Code = (typeof Code)[keyof typeof Code];
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.PatchSafetyEventsDismissalReasonBodyRequestBody = void 0;
|
|
5
|
+
var PatchSafetyEventsDismissalReasonBodyRequestBody;
|
|
6
|
+
(function (PatchSafetyEventsDismissalReasonBodyRequestBody) {
|
|
7
|
+
/** The dismissal reason code associated with the event. Valid values: `incorrect`, `minorEvent`, `other` */
|
|
8
|
+
PatchSafetyEventsDismissalReasonBodyRequestBody.Code = {
|
|
9
|
+
Incorrect: "incorrect",
|
|
10
|
+
MinorEvent: "minorEvent",
|
|
11
|
+
Other: "other",
|
|
12
|
+
};
|
|
13
|
+
})(PatchSafetyEventsDismissalReasonBodyRequestBody || (exports.PatchSafetyEventsDismissalReasonBodyRequestBody = PatchSafetyEventsDismissalReasonBodyRequestBody = {}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Samsara from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Per-item result for a single Safety Event in the batch.
|
|
4
|
+
*/
|
|
5
|
+
export interface PatchSafetyEventsResponseItemResponseBody {
|
|
6
|
+
data: Samsara.PatchSafetyEventsResponseItemDataResponseBody;
|
|
7
|
+
/** HTTP status code for this item. Always 202 on success. */
|
|
8
|
+
status: number;
|
|
9
|
+
}
|
|
@@ -13,10 +13,18 @@ export interface RecoveryStateResponseBody {
|
|
|
13
13
|
notification_recipients?: Samsara.NotificationRecipientResponseResponseBody[] | undefined;
|
|
14
14
|
/** Photos associated with the recovery event. URLs are temporary and expire at url_expires_at_ms. */
|
|
15
15
|
recovery_photos?: Samsara.RecoveryPhotoResponseBody[] | undefined;
|
|
16
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
17
|
+
update_source?: RecoveryStateResponseBody.UpdateSource | undefined;
|
|
16
18
|
/** Timestamp when the recovery state was last updated, in milliseconds since epoch. */
|
|
17
19
|
updated_at_ms: number;
|
|
18
20
|
/** The ID of the user who last updated the recovery state. */
|
|
19
21
|
updated_by_user_id?: number | undefined;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
}
|
|
23
|
+
export declare namespace RecoveryStateResponseBody {
|
|
24
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
25
|
+
const UpdateSource: {
|
|
26
|
+
readonly Dashboard: "dashboard";
|
|
27
|
+
readonly Api: "api";
|
|
28
|
+
};
|
|
29
|
+
type UpdateSource = (typeof UpdateSource)[keyof typeof UpdateSource];
|
|
22
30
|
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.RecoveryStateResponseBody = void 0;
|
|
5
|
+
var RecoveryStateResponseBody;
|
|
6
|
+
(function (RecoveryStateResponseBody) {
|
|
7
|
+
/** The source of the last update to this recovery state. Defaults to `dashboard` if not explicitly set. Valid values: `dashboard`, `api` */
|
|
8
|
+
RecoveryStateResponseBody.UpdateSource = {
|
|
9
|
+
Dashboard: "dashboard",
|
|
10
|
+
Api: "api",
|
|
11
|
+
};
|
|
12
|
+
})(RecoveryStateResponseBody || (exports.RecoveryStateResponseBody = RecoveryStateResponseBody = {}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bad Gateway
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsBadGatewayErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Gateway timeout
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsGatewayTimeoutErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An internal server error occurred
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsInternalServerErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Method not allowed
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsMethodNotAllowedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource not found
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsNotFoundErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Requested endpoint is not yet implemented
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsNotImplementedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Service unavailable
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsServiceUnavailableErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Too many requests
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsTooManyRequestsErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unauthorized
|
|
3
|
+
*/
|
|
4
|
+
export interface ResolveAssignmentByDetailsResolveAssignmentByDetailsUnauthorizedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bad Gateway
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchBadGatewayErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Gateway timeout
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchGatewayTimeoutErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An internal server error occurred
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchInternalServerErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Method not allowed
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchMethodNotAllowedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
package/dist/cjs/api/types/SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource not found
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchNotFoundErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Requested endpoint is not yet implemented
|
|
3
|
+
*/
|
|
4
|
+
export interface SafetyEventsV2PatchSafetyEventsV2BatchNotImplementedErrorResponseBody {
|
|
5
|
+
/** Message of error */
|
|
6
|
+
message: string;
|
|
7
|
+
/** The request ID; used when reaching out to support for issues with requests. */
|
|
8
|
+
requestId: string;
|
|
9
|
+
}
|