@oxide/turnstile.ts 0.8.1 → 0.8.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.
- package/dist/{Api-BwbweX6C.d.cts → Api-DYGPXize.d.cts} +11 -1
- package/dist/{Api-BwbweX6C.d.ts → Api-DYGPXize.d.ts} +11 -1
- package/dist/Api.cjs +14 -0
- package/dist/Api.d.cts +1 -1
- package/dist/Api.d.ts +1 -1
- package/dist/Api.js +14 -0
- package/dist/retry.cjs +14 -0
- package/dist/retry.d.cts +1 -1
- package/dist/retry.d.ts +1 -1
- package/dist/retry.js +14 -0
- package/dist/validate.cjs +11 -0
- package/dist/validate.d.cts +7 -1
- package/dist/validate.d.ts +7 -1
- package/dist/validate.js +10 -0
- package/package.json +1 -1
- package/src/Api.ts +21 -0
- package/src/validate.ts +10 -0
|
@@ -1114,6 +1114,9 @@ interface TransitionApplicationToNextStepsPathParams {
|
|
|
1114
1114
|
interface TransitionApplicationToOfferPathParams {
|
|
1115
1115
|
application: TypedUuidForApplicationId;
|
|
1116
1116
|
}
|
|
1117
|
+
interface TransitionApplicationToOfferCompletePathParams {
|
|
1118
|
+
application: TypedUuidForApplicationId;
|
|
1119
|
+
}
|
|
1117
1120
|
interface TransitionApplicationToWithdrawnPathParams {
|
|
1118
1121
|
application: TypedUuidForApplicationId;
|
|
1119
1122
|
}
|
|
@@ -1505,6 +1508,13 @@ declare class Api extends HttpClient {
|
|
|
1505
1508
|
path: TransitionApplicationToOfferPathParams;
|
|
1506
1509
|
body: OfferTransitionBody;
|
|
1507
1510
|
}, params?: FetchParams) => Promise<ApiResult<ApplicationStateRecord>>;
|
|
1511
|
+
/**
|
|
1512
|
+
* Move an application to the offer complete substate
|
|
1513
|
+
*/
|
|
1514
|
+
transitionApplicationToOfferComplete: ({ path, body, }: {
|
|
1515
|
+
path: TransitionApplicationToOfferCompletePathParams;
|
|
1516
|
+
body: OfferTransitionBody;
|
|
1517
|
+
}, params?: FetchParams) => Promise<ApiResult<ApplicationStateRecord>>;
|
|
1508
1518
|
/**
|
|
1509
1519
|
* Move an application to the Withdrawn stage
|
|
1510
1520
|
*/
|
|
@@ -1855,4 +1865,4 @@ declare class Api extends HttpClient {
|
|
|
1855
1865
|
ws: {};
|
|
1856
1866
|
}
|
|
1857
1867
|
|
|
1858
|
-
export { type AddMagicLinkRedirectBody as $, type ApiConfig as A, type BackgroundCheckId as B, type ApiKeyId as C, type DocumentId as D, type EmployeeId as E, type FullParams as F, type TypedUuidForApiKeyId as G, type TypedUuidForAccessGroupId as H, type InterviewerId as I, type TypedUuidForMapperId as J, type OAuthClientId as K, type ListingId as L, type MapperId as M, type TypedUuidForOAuthClientId as N, type OnboardingId as O, type PoolId as P, type MagicLinkId as Q, type RoleId as R, type TypedUuidForMagicLinkId as S, type TypedUuidForApplicantId as T, type UserId as U, type TurnstilePermission as V, type Permissions_for_TurnstilePermission as W, type AccessGroupUpdateParams_for_TurnstilePermission as X, type AccessGroup_for_TurnstilePermission as Y, type AccessTokenExchangeRequest as Z, type AddGroupBody as _, Api as a, type ReviewAssignmentId as a$, type AddOAuthClientRedirectBody as a0, type ApiKeyCreateParams_for_TurnstilePermission as a1, type ApiKeyResponse_for_TurnstilePermission as a2, type UserProviderId as a3, type TypedUuidForUserProviderId as a4, type ApiUserContactEmail as a5, type ApiUserEmailUpdateParams as a6, type ApiUserProvider as a7, type ApiUser_for_TurnstilePermission as a8, type ApiUserInfo_for_TurnstilePermission as a9, type ListingPoolAssociation as aA, type TriageReason as aB, type PoolAction as aC, type ReviewScore as aD, type Reviews as aE, type ExpandedApplicationSummary as aF, type Evaluator as aG, type ApplicationSummariesResponse as aH, type ApplicationSummaryResponse as aI, type AssignPool as aJ, type AttachDocument as aK, type EmailConfig as aL, type TransitionMessage as aM, type TransitionBody as aN, type BatchParameter_for_TransitionBody as aO, type ViewApplication as aP, type BatchParameter_for_ViewApplication as aQ, type CreateApplication as aR, type CreateDepartment as aS, type CreateDocument as aT, type RoleListingStatus as aU, type CreateListing as aV, type CreateMapper as aW, type CreatePool as aX, type CreateReview as aY, type CreateReviewAssignments as aZ, type ReviewAssignmentCreationError as a_, type ApiUserLinkRequestPayload as aa, type SecretString as ab, type ApiUserLinkRequestResponse as ac, type ApiUserProviderLinkPayload as ad, type ApiUserUpdateParams_for_TurnstilePermission as ae, type Applicant as af, type ApplicantContactId as ag, type TypedUuidForApplicantContactId as ah, type ApplicantContactField as ai, type ApplicantContact as aj, type ApplicantInfo as ak, type InterviewingState as al, type OfferState as am, type ApplicationState as an, type Application as ao, type DocumentKind as ap, type DocumentSource as aq, type Document as ar, type ApplicationBundle as as, type ApplicationInterviewCodeId as at, type TypedUuidForApplicationInterviewCodeId as au, type ApplicationInterviewCode as av, type ApplicationStartDate as aw, type ApplicationStateRecordId as ax, type TypedUuidForApplicationStateRecordId as ay, type ApplicationStateRecord as az, type ApiResult as b, type OpenIdConfiguration as b$, type TypedUuidForReviewAssignmentId as b0, type ReviewAssignmentState as b1, type ReviewAssignment as b2, type CreatedAssignment as b3, type CreateReviewAssignmentsResponse as b4, type CreateRole as b5, type CreatedApplication as b6, type Department as b7, type DocumentUploadUrlResponse as b8, type EmailApplicantBody as b9, type MagicLinkAttemptId as bA, type TypedUuidForMagicLinkAttemptId as bB, type MagicLinkExchangeRequest as bC, type MagicLinkExchangeResponse as bD, type MagicLinkMedium as bE, type MagicLinkSendRequest as bF, type MagicLinkSendResponse as bG, type Mapper as bH, type Provider as bI, type NewHireBody as bJ, type NotificationId as bK, type NotificationMedium as bL, type NotificationStatus as bM, type TypedUuidForNotificationId as bN, type RenderedEmail as bO, type RecipientId as bP, type Notification_for_RenderedEmail as bQ, type OAuthAuthzCodeExchangeBody as bR, type OAuthAuthzCodeExchangeResponse as bS, type OAuthRedirectUriId as bT, type TypedUuidForOAuthRedirectUriId as bU, type OAuthClientRedirectUri as bV, type OAuthClientSecret as bW, type OAuthClient as bX, type OAuthProviderName as bY, type OAuthProviderInfo as bZ, type OfferTransitionBody as b_, type EmployeeState as ba, type Employee as bb, type GetUserResponse_for_TurnstilePermission as bc, type InitialApiKeyResponse_for_TurnstilePermission as bd, type MagicLinkSecretId as be, type TypedUuidForMagicLinkSecretId as bf, type InitialMagicLinkSecretResponse as bg, type OAuthSecretId as bh, type TypedUuidForOAuthSecretId as bi, type InitialOAuthClientSecretResponse as bj, type InterviewAttendeeId as bk, type TypedUuidForInterviewAttendeeId as bl, type InterviewAttendee as bm, type Interview as bn, type Interviewer as bo, type Jwk as bp, type Jwks as bq, type Listing as br, type ListingPoolId as bs, type TypedUuidForListingPoolId as bt, type ListingPool as bu, type MagicLinkRedirectUriId as bv, type TypedUuidForMagicLinkRedirectUriId as bw, type MagicLinkRedirectUri as bx, type MagicLinkSecret as by, type MagicLink as bz, type AccessGroupId as c, type ViewDepartmentPathParams as c$, type OperationState as c0, type OperationTaskId as c1, type OperationTaskState as c2, type TypedUuidForOperationTaskId as c3, type OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue as c4, type Operation_for_TurnstilePermission_and_String as c5, type TransitionApplicationToDeclinedBatchEndpoint as c6, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint as c7, type TransitionApplicationToDeferredBatchEndpoint as c8, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint as c9, type CreateLinkTokenPathParams as cA, type ListApplicantsQueryParams as cB, type ViewApplicantPathParams as cC, type UpdateApplicantContactPathParams as cD, type ViewApplicationPathParams as cE, type ApplyReviewActionPathParams as cF, type ListApplicationReviewAssignmentsPathParams as cG, type CreateApplicationReviewAssignmentsPathParams as cH, type ViewApplicationBundlePathParams as cI, type AttachDocumentPathParams as cJ, type CreateDocumentUploadUrlPathParams as cK, type GetApplicationInterviewCodePathParams as cL, type NotifyApplicationReviewAssignmentsPathParams as cM, type SimulateReviewActionPathParams as cN, type ViewApplicationStartDatePathParams as cO, type SubmitApplicationPathParams as cP, type TransitionApplicationToDeclinedPathParams as cQ, type TransitionApplicationToDeferredPathParams as cR, type TransitionApplicationToInterviewingPathParams as cS, type TransitionApplicationToNextStepsPathParams as cT, type TransitionApplicationToOfferPathParams as cU, type TransitionApplicationToWithdrawnPathParams as cV, type ListApplicationSummariesQueryParams as cW, type ViewApplicationSummaryPathParams as cX, type ListOperationsQueryParams as cY, type GetOperationPathParams as cZ, type ListOperationTasksQueryParams as c_, type OptionalTransitionBody as ca, type Pool as cb, type RegisterApplicant as cc, type Review as cd, type Reviewer as ce, type ReviewerInfo as cf, type ReviewInfo as cg, type Role as ch, type TransitionApplicationToDeclinedBatch as ci, type TransitionApplicationToDeferredBatch as cj, type UpdateApplicantContact as ck, type UpdateDocument as cl, type UpdateDocumentStatus as cm, type UpdateListing as cn, type UpdateReview as co, type ScalarApplicationState as cp, type GetApiUserPathParams as cq, type UpdateApiUserPathParams as cr, type SetApiUserContactEmailPathParams as cs, type AddApiUserToGroupPathParams as ct, type RemoveApiUserFromGroupPathParams as cu, type LinkProviderPathParams as cv, type ListApiUserTokensPathParams as cw, type CreateApiUserTokenPathParams as cx, type GetApiUserTokenPathParams as cy, type DeleteApiUserTokenPathParams as cz, type ApplicantId as d, type ListDocumentsQueryParams as d0, type ViewDocumentPathParams as d1, type UpdateDocumentPathParams as d2, type DeleteDocumentPathParams as d3, type ViewDocumentDataPathParams as d4, type UpdateDocumentStatusPathParams as d5, type UpdateGroupPathParams as d6, type DeleteGroupPathParams as d7, type ListInterviewsQueryParams as d8, type ListInterviewersQueryParams as d9, type DeleteOauthClientSecretPathParams as dA, type ViewPoolPathParams as dB, type UpdatePoolPathParams as dC, type AssignPoolPathParams as dD, type UnassignPoolPathParams as dE, type ListReviewsQueryParams as dF, type ViewReviewPathParams as dG, type UpdateReviewPathParams as dH, type DeleteReviewPathParams as dI, type ListReviewersQueryParams as dJ, type ViewRolePathParams as dK, type ErrorBody as dL, type ErrorResult as dM, type ViewListingPathParams as da, type UpdateListingPathParams as db, type UpdateListingStatePathParams as dc, type MagicLinkExchangePathParams as dd, type MagicLinkSendPathParams as de, type AuthzCodeRedirectPathParams as df, type AuthzCodeRedirectQueryParams as dg, type AuthzCodeCallbackPathParams as dh, type AuthzCodeCallbackQueryParams as di, type AuthzCodeExchangePathParams as dj, type GetDeviceProviderPathParams as dk, type ExchangeDeviceTokenPathParams as dl, type GetMagicLinkPathParams as dm, type CreateMagicLinkRedirectUriPathParams as dn, type DeleteMagicLinkRedirectUriPathParams as dp, type CreateMagicLinkSecretPathParams as dq, type DeleteMagicLinkSecretPathParams as dr, type GetMappersQueryParams as ds, type DeleteMapperPathParams as dt, type ListNotificationsQueryParams as du, type EmailApplicantPathParams as dv, type GetOauthClientPathParams as dw, type CreateOauthClientRedirectUriPathParams as dx, type DeleteOauthClientRedirectUriPathParams as dy, type CreateOauthClientSecretPathParams as dz, type TypedUuidForUserId as e, type ApplicationId as f, type TypedUuidForApplicationId as g, type TypedUuidForDocumentId as h, type TypedUuidForEmployeeId as i, type TypedUuidForOnboardingId as j, type DocumentParent as k, type DepartmentId as l, type TypedUuidForDepartmentId as m, type TypedUuidForRoleId as n, type TypedUuidForListingId as o, type TypedUuidForPoolId as p, type ReviewerId as q, type TypedUuidForReviewerId as r, type ReviewId as s, type TypedUuidForReviewId as t, type TypedUuidForInterviewerId as u, type InterviewId as v, type TypedUuidForInterviewId as w, type TypedUuidForBackgroundCheckId as x, type OperationId as y, type TypedUuidForOperationId as z };
|
|
1868
|
+
export { type AddMagicLinkRedirectBody as $, type ApiConfig as A, type BackgroundCheckId as B, type ApiKeyId as C, type DocumentId as D, type EmployeeId as E, type FullParams as F, type TypedUuidForApiKeyId as G, type TypedUuidForAccessGroupId as H, type InterviewerId as I, type TypedUuidForMapperId as J, type OAuthClientId as K, type ListingId as L, type MapperId as M, type TypedUuidForOAuthClientId as N, type OnboardingId as O, type PoolId as P, type MagicLinkId as Q, type RoleId as R, type TypedUuidForMagicLinkId as S, type TypedUuidForApplicantId as T, type UserId as U, type TurnstilePermission as V, type Permissions_for_TurnstilePermission as W, type AccessGroupUpdateParams_for_TurnstilePermission as X, type AccessGroup_for_TurnstilePermission as Y, type AccessTokenExchangeRequest as Z, type AddGroupBody as _, Api as a, type ReviewAssignmentId as a$, type AddOAuthClientRedirectBody as a0, type ApiKeyCreateParams_for_TurnstilePermission as a1, type ApiKeyResponse_for_TurnstilePermission as a2, type UserProviderId as a3, type TypedUuidForUserProviderId as a4, type ApiUserContactEmail as a5, type ApiUserEmailUpdateParams as a6, type ApiUserProvider as a7, type ApiUser_for_TurnstilePermission as a8, type ApiUserInfo_for_TurnstilePermission as a9, type ListingPoolAssociation as aA, type TriageReason as aB, type PoolAction as aC, type ReviewScore as aD, type Reviews as aE, type ExpandedApplicationSummary as aF, type Evaluator as aG, type ApplicationSummariesResponse as aH, type ApplicationSummaryResponse as aI, type AssignPool as aJ, type AttachDocument as aK, type EmailConfig as aL, type TransitionMessage as aM, type TransitionBody as aN, type BatchParameter_for_TransitionBody as aO, type ViewApplication as aP, type BatchParameter_for_ViewApplication as aQ, type CreateApplication as aR, type CreateDepartment as aS, type CreateDocument as aT, type RoleListingStatus as aU, type CreateListing as aV, type CreateMapper as aW, type CreatePool as aX, type CreateReview as aY, type CreateReviewAssignments as aZ, type ReviewAssignmentCreationError as a_, type ApiUserLinkRequestPayload as aa, type SecretString as ab, type ApiUserLinkRequestResponse as ac, type ApiUserProviderLinkPayload as ad, type ApiUserUpdateParams_for_TurnstilePermission as ae, type Applicant as af, type ApplicantContactId as ag, type TypedUuidForApplicantContactId as ah, type ApplicantContactField as ai, type ApplicantContact as aj, type ApplicantInfo as ak, type InterviewingState as al, type OfferState as am, type ApplicationState as an, type Application as ao, type DocumentKind as ap, type DocumentSource as aq, type Document as ar, type ApplicationBundle as as, type ApplicationInterviewCodeId as at, type TypedUuidForApplicationInterviewCodeId as au, type ApplicationInterviewCode as av, type ApplicationStartDate as aw, type ApplicationStateRecordId as ax, type TypedUuidForApplicationStateRecordId as ay, type ApplicationStateRecord as az, type ApiResult as b, type OpenIdConfiguration as b$, type TypedUuidForReviewAssignmentId as b0, type ReviewAssignmentState as b1, type ReviewAssignment as b2, type CreatedAssignment as b3, type CreateReviewAssignmentsResponse as b4, type CreateRole as b5, type CreatedApplication as b6, type Department as b7, type DocumentUploadUrlResponse as b8, type EmailApplicantBody as b9, type MagicLinkAttemptId as bA, type TypedUuidForMagicLinkAttemptId as bB, type MagicLinkExchangeRequest as bC, type MagicLinkExchangeResponse as bD, type MagicLinkMedium as bE, type MagicLinkSendRequest as bF, type MagicLinkSendResponse as bG, type Mapper as bH, type Provider as bI, type NewHireBody as bJ, type NotificationId as bK, type NotificationMedium as bL, type NotificationStatus as bM, type TypedUuidForNotificationId as bN, type RenderedEmail as bO, type RecipientId as bP, type Notification_for_RenderedEmail as bQ, type OAuthAuthzCodeExchangeBody as bR, type OAuthAuthzCodeExchangeResponse as bS, type OAuthRedirectUriId as bT, type TypedUuidForOAuthRedirectUriId as bU, type OAuthClientRedirectUri as bV, type OAuthClientSecret as bW, type OAuthClient as bX, type OAuthProviderName as bY, type OAuthProviderInfo as bZ, type OfferTransitionBody as b_, type EmployeeState as ba, type Employee as bb, type GetUserResponse_for_TurnstilePermission as bc, type InitialApiKeyResponse_for_TurnstilePermission as bd, type MagicLinkSecretId as be, type TypedUuidForMagicLinkSecretId as bf, type InitialMagicLinkSecretResponse as bg, type OAuthSecretId as bh, type TypedUuidForOAuthSecretId as bi, type InitialOAuthClientSecretResponse as bj, type InterviewAttendeeId as bk, type TypedUuidForInterviewAttendeeId as bl, type InterviewAttendee as bm, type Interview as bn, type Interviewer as bo, type Jwk as bp, type Jwks as bq, type Listing as br, type ListingPoolId as bs, type TypedUuidForListingPoolId as bt, type ListingPool as bu, type MagicLinkRedirectUriId as bv, type TypedUuidForMagicLinkRedirectUriId as bw, type MagicLinkRedirectUri as bx, type MagicLinkSecret as by, type MagicLink as bz, type AccessGroupId as c, type ListOperationTasksQueryParams as c$, type OperationState as c0, type OperationTaskId as c1, type OperationTaskState as c2, type TypedUuidForOperationTaskId as c3, type OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue as c4, type Operation_for_TurnstilePermission_and_String as c5, type TransitionApplicationToDeclinedBatchEndpoint as c6, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint as c7, type TransitionApplicationToDeferredBatchEndpoint as c8, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint as c9, type CreateLinkTokenPathParams as cA, type ListApplicantsQueryParams as cB, type ViewApplicantPathParams as cC, type UpdateApplicantContactPathParams as cD, type ViewApplicationPathParams as cE, type ApplyReviewActionPathParams as cF, type ListApplicationReviewAssignmentsPathParams as cG, type CreateApplicationReviewAssignmentsPathParams as cH, type ViewApplicationBundlePathParams as cI, type AttachDocumentPathParams as cJ, type CreateDocumentUploadUrlPathParams as cK, type GetApplicationInterviewCodePathParams as cL, type NotifyApplicationReviewAssignmentsPathParams as cM, type SimulateReviewActionPathParams as cN, type ViewApplicationStartDatePathParams as cO, type SubmitApplicationPathParams as cP, type TransitionApplicationToDeclinedPathParams as cQ, type TransitionApplicationToDeferredPathParams as cR, type TransitionApplicationToInterviewingPathParams as cS, type TransitionApplicationToNextStepsPathParams as cT, type TransitionApplicationToOfferPathParams as cU, type TransitionApplicationToOfferCompletePathParams as cV, type TransitionApplicationToWithdrawnPathParams as cW, type ListApplicationSummariesQueryParams as cX, type ViewApplicationSummaryPathParams as cY, type ListOperationsQueryParams as cZ, type GetOperationPathParams as c_, type OptionalTransitionBody as ca, type Pool as cb, type RegisterApplicant as cc, type Review as cd, type Reviewer as ce, type ReviewerInfo as cf, type ReviewInfo as cg, type Role as ch, type TransitionApplicationToDeclinedBatch as ci, type TransitionApplicationToDeferredBatch as cj, type UpdateApplicantContact as ck, type UpdateDocument as cl, type UpdateDocumentStatus as cm, type UpdateListing as cn, type UpdateReview as co, type ScalarApplicationState as cp, type GetApiUserPathParams as cq, type UpdateApiUserPathParams as cr, type SetApiUserContactEmailPathParams as cs, type AddApiUserToGroupPathParams as ct, type RemoveApiUserFromGroupPathParams as cu, type LinkProviderPathParams as cv, type ListApiUserTokensPathParams as cw, type CreateApiUserTokenPathParams as cx, type GetApiUserTokenPathParams as cy, type DeleteApiUserTokenPathParams as cz, type ApplicantId as d, type ViewDepartmentPathParams as d0, type ListDocumentsQueryParams as d1, type ViewDocumentPathParams as d2, type UpdateDocumentPathParams as d3, type DeleteDocumentPathParams as d4, type ViewDocumentDataPathParams as d5, type UpdateDocumentStatusPathParams as d6, type UpdateGroupPathParams as d7, type DeleteGroupPathParams as d8, type ListInterviewsQueryParams as d9, type CreateOauthClientSecretPathParams as dA, type DeleteOauthClientSecretPathParams as dB, type ViewPoolPathParams as dC, type UpdatePoolPathParams as dD, type AssignPoolPathParams as dE, type UnassignPoolPathParams as dF, type ListReviewsQueryParams as dG, type ViewReviewPathParams as dH, type UpdateReviewPathParams as dI, type DeleteReviewPathParams as dJ, type ListReviewersQueryParams as dK, type ViewRolePathParams as dL, type ErrorBody as dM, type ErrorResult as dN, type ListInterviewersQueryParams as da, type ViewListingPathParams as db, type UpdateListingPathParams as dc, type UpdateListingStatePathParams as dd, type MagicLinkExchangePathParams as de, type MagicLinkSendPathParams as df, type AuthzCodeRedirectPathParams as dg, type AuthzCodeRedirectQueryParams as dh, type AuthzCodeCallbackPathParams as di, type AuthzCodeCallbackQueryParams as dj, type AuthzCodeExchangePathParams as dk, type GetDeviceProviderPathParams as dl, type ExchangeDeviceTokenPathParams as dm, type GetMagicLinkPathParams as dn, type CreateMagicLinkRedirectUriPathParams as dp, type DeleteMagicLinkRedirectUriPathParams as dq, type CreateMagicLinkSecretPathParams as dr, type DeleteMagicLinkSecretPathParams as ds, type GetMappersQueryParams as dt, type DeleteMapperPathParams as du, type ListNotificationsQueryParams as dv, type EmailApplicantPathParams as dw, type GetOauthClientPathParams as dx, type CreateOauthClientRedirectUriPathParams as dy, type DeleteOauthClientRedirectUriPathParams as dz, type TypedUuidForUserId as e, type ApplicationId as f, type TypedUuidForApplicationId as g, type TypedUuidForDocumentId as h, type TypedUuidForEmployeeId as i, type TypedUuidForOnboardingId as j, type DocumentParent as k, type DepartmentId as l, type TypedUuidForDepartmentId as m, type TypedUuidForRoleId as n, type TypedUuidForListingId as o, type TypedUuidForPoolId as p, type ReviewerId as q, type TypedUuidForReviewerId as r, type ReviewId as s, type TypedUuidForReviewId as t, type TypedUuidForInterviewerId as u, type InterviewId as v, type TypedUuidForInterviewId as w, type TypedUuidForBackgroundCheckId as x, type OperationId as y, type TypedUuidForOperationId as z };
|
|
@@ -1114,6 +1114,9 @@ interface TransitionApplicationToNextStepsPathParams {
|
|
|
1114
1114
|
interface TransitionApplicationToOfferPathParams {
|
|
1115
1115
|
application: TypedUuidForApplicationId;
|
|
1116
1116
|
}
|
|
1117
|
+
interface TransitionApplicationToOfferCompletePathParams {
|
|
1118
|
+
application: TypedUuidForApplicationId;
|
|
1119
|
+
}
|
|
1117
1120
|
interface TransitionApplicationToWithdrawnPathParams {
|
|
1118
1121
|
application: TypedUuidForApplicationId;
|
|
1119
1122
|
}
|
|
@@ -1505,6 +1508,13 @@ declare class Api extends HttpClient {
|
|
|
1505
1508
|
path: TransitionApplicationToOfferPathParams;
|
|
1506
1509
|
body: OfferTransitionBody;
|
|
1507
1510
|
}, params?: FetchParams) => Promise<ApiResult<ApplicationStateRecord>>;
|
|
1511
|
+
/**
|
|
1512
|
+
* Move an application to the offer complete substate
|
|
1513
|
+
*/
|
|
1514
|
+
transitionApplicationToOfferComplete: ({ path, body, }: {
|
|
1515
|
+
path: TransitionApplicationToOfferCompletePathParams;
|
|
1516
|
+
body: OfferTransitionBody;
|
|
1517
|
+
}, params?: FetchParams) => Promise<ApiResult<ApplicationStateRecord>>;
|
|
1508
1518
|
/**
|
|
1509
1519
|
* Move an application to the Withdrawn stage
|
|
1510
1520
|
*/
|
|
@@ -1855,4 +1865,4 @@ declare class Api extends HttpClient {
|
|
|
1855
1865
|
ws: {};
|
|
1856
1866
|
}
|
|
1857
1867
|
|
|
1858
|
-
export { type AddMagicLinkRedirectBody as $, type ApiConfig as A, type BackgroundCheckId as B, type ApiKeyId as C, type DocumentId as D, type EmployeeId as E, type FullParams as F, type TypedUuidForApiKeyId as G, type TypedUuidForAccessGroupId as H, type InterviewerId as I, type TypedUuidForMapperId as J, type OAuthClientId as K, type ListingId as L, type MapperId as M, type TypedUuidForOAuthClientId as N, type OnboardingId as O, type PoolId as P, type MagicLinkId as Q, type RoleId as R, type TypedUuidForMagicLinkId as S, type TypedUuidForApplicantId as T, type UserId as U, type TurnstilePermission as V, type Permissions_for_TurnstilePermission as W, type AccessGroupUpdateParams_for_TurnstilePermission as X, type AccessGroup_for_TurnstilePermission as Y, type AccessTokenExchangeRequest as Z, type AddGroupBody as _, Api as a, type ReviewAssignmentId as a$, type AddOAuthClientRedirectBody as a0, type ApiKeyCreateParams_for_TurnstilePermission as a1, type ApiKeyResponse_for_TurnstilePermission as a2, type UserProviderId as a3, type TypedUuidForUserProviderId as a4, type ApiUserContactEmail as a5, type ApiUserEmailUpdateParams as a6, type ApiUserProvider as a7, type ApiUser_for_TurnstilePermission as a8, type ApiUserInfo_for_TurnstilePermission as a9, type ListingPoolAssociation as aA, type TriageReason as aB, type PoolAction as aC, type ReviewScore as aD, type Reviews as aE, type ExpandedApplicationSummary as aF, type Evaluator as aG, type ApplicationSummariesResponse as aH, type ApplicationSummaryResponse as aI, type AssignPool as aJ, type AttachDocument as aK, type EmailConfig as aL, type TransitionMessage as aM, type TransitionBody as aN, type BatchParameter_for_TransitionBody as aO, type ViewApplication as aP, type BatchParameter_for_ViewApplication as aQ, type CreateApplication as aR, type CreateDepartment as aS, type CreateDocument as aT, type RoleListingStatus as aU, type CreateListing as aV, type CreateMapper as aW, type CreatePool as aX, type CreateReview as aY, type CreateReviewAssignments as aZ, type ReviewAssignmentCreationError as a_, type ApiUserLinkRequestPayload as aa, type SecretString as ab, type ApiUserLinkRequestResponse as ac, type ApiUserProviderLinkPayload as ad, type ApiUserUpdateParams_for_TurnstilePermission as ae, type Applicant as af, type ApplicantContactId as ag, type TypedUuidForApplicantContactId as ah, type ApplicantContactField as ai, type ApplicantContact as aj, type ApplicantInfo as ak, type InterviewingState as al, type OfferState as am, type ApplicationState as an, type Application as ao, type DocumentKind as ap, type DocumentSource as aq, type Document as ar, type ApplicationBundle as as, type ApplicationInterviewCodeId as at, type TypedUuidForApplicationInterviewCodeId as au, type ApplicationInterviewCode as av, type ApplicationStartDate as aw, type ApplicationStateRecordId as ax, type TypedUuidForApplicationStateRecordId as ay, type ApplicationStateRecord as az, type ApiResult as b, type OpenIdConfiguration as b$, type TypedUuidForReviewAssignmentId as b0, type ReviewAssignmentState as b1, type ReviewAssignment as b2, type CreatedAssignment as b3, type CreateReviewAssignmentsResponse as b4, type CreateRole as b5, type CreatedApplication as b6, type Department as b7, type DocumentUploadUrlResponse as b8, type EmailApplicantBody as b9, type MagicLinkAttemptId as bA, type TypedUuidForMagicLinkAttemptId as bB, type MagicLinkExchangeRequest as bC, type MagicLinkExchangeResponse as bD, type MagicLinkMedium as bE, type MagicLinkSendRequest as bF, type MagicLinkSendResponse as bG, type Mapper as bH, type Provider as bI, type NewHireBody as bJ, type NotificationId as bK, type NotificationMedium as bL, type NotificationStatus as bM, type TypedUuidForNotificationId as bN, type RenderedEmail as bO, type RecipientId as bP, type Notification_for_RenderedEmail as bQ, type OAuthAuthzCodeExchangeBody as bR, type OAuthAuthzCodeExchangeResponse as bS, type OAuthRedirectUriId as bT, type TypedUuidForOAuthRedirectUriId as bU, type OAuthClientRedirectUri as bV, type OAuthClientSecret as bW, type OAuthClient as bX, type OAuthProviderName as bY, type OAuthProviderInfo as bZ, type OfferTransitionBody as b_, type EmployeeState as ba, type Employee as bb, type GetUserResponse_for_TurnstilePermission as bc, type InitialApiKeyResponse_for_TurnstilePermission as bd, type MagicLinkSecretId as be, type TypedUuidForMagicLinkSecretId as bf, type InitialMagicLinkSecretResponse as bg, type OAuthSecretId as bh, type TypedUuidForOAuthSecretId as bi, type InitialOAuthClientSecretResponse as bj, type InterviewAttendeeId as bk, type TypedUuidForInterviewAttendeeId as bl, type InterviewAttendee as bm, type Interview as bn, type Interviewer as bo, type Jwk as bp, type Jwks as bq, type Listing as br, type ListingPoolId as bs, type TypedUuidForListingPoolId as bt, type ListingPool as bu, type MagicLinkRedirectUriId as bv, type TypedUuidForMagicLinkRedirectUriId as bw, type MagicLinkRedirectUri as bx, type MagicLinkSecret as by, type MagicLink as bz, type AccessGroupId as c, type ViewDepartmentPathParams as c$, type OperationState as c0, type OperationTaskId as c1, type OperationTaskState as c2, type TypedUuidForOperationTaskId as c3, type OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue as c4, type Operation_for_TurnstilePermission_and_String as c5, type TransitionApplicationToDeclinedBatchEndpoint as c6, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint as c7, type TransitionApplicationToDeferredBatchEndpoint as c8, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint as c9, type CreateLinkTokenPathParams as cA, type ListApplicantsQueryParams as cB, type ViewApplicantPathParams as cC, type UpdateApplicantContactPathParams as cD, type ViewApplicationPathParams as cE, type ApplyReviewActionPathParams as cF, type ListApplicationReviewAssignmentsPathParams as cG, type CreateApplicationReviewAssignmentsPathParams as cH, type ViewApplicationBundlePathParams as cI, type AttachDocumentPathParams as cJ, type CreateDocumentUploadUrlPathParams as cK, type GetApplicationInterviewCodePathParams as cL, type NotifyApplicationReviewAssignmentsPathParams as cM, type SimulateReviewActionPathParams as cN, type ViewApplicationStartDatePathParams as cO, type SubmitApplicationPathParams as cP, type TransitionApplicationToDeclinedPathParams as cQ, type TransitionApplicationToDeferredPathParams as cR, type TransitionApplicationToInterviewingPathParams as cS, type TransitionApplicationToNextStepsPathParams as cT, type TransitionApplicationToOfferPathParams as cU, type TransitionApplicationToWithdrawnPathParams as cV, type ListApplicationSummariesQueryParams as cW, type ViewApplicationSummaryPathParams as cX, type ListOperationsQueryParams as cY, type GetOperationPathParams as cZ, type ListOperationTasksQueryParams as c_, type OptionalTransitionBody as ca, type Pool as cb, type RegisterApplicant as cc, type Review as cd, type Reviewer as ce, type ReviewerInfo as cf, type ReviewInfo as cg, type Role as ch, type TransitionApplicationToDeclinedBatch as ci, type TransitionApplicationToDeferredBatch as cj, type UpdateApplicantContact as ck, type UpdateDocument as cl, type UpdateDocumentStatus as cm, type UpdateListing as cn, type UpdateReview as co, type ScalarApplicationState as cp, type GetApiUserPathParams as cq, type UpdateApiUserPathParams as cr, type SetApiUserContactEmailPathParams as cs, type AddApiUserToGroupPathParams as ct, type RemoveApiUserFromGroupPathParams as cu, type LinkProviderPathParams as cv, type ListApiUserTokensPathParams as cw, type CreateApiUserTokenPathParams as cx, type GetApiUserTokenPathParams as cy, type DeleteApiUserTokenPathParams as cz, type ApplicantId as d, type ListDocumentsQueryParams as d0, type ViewDocumentPathParams as d1, type UpdateDocumentPathParams as d2, type DeleteDocumentPathParams as d3, type ViewDocumentDataPathParams as d4, type UpdateDocumentStatusPathParams as d5, type UpdateGroupPathParams as d6, type DeleteGroupPathParams as d7, type ListInterviewsQueryParams as d8, type ListInterviewersQueryParams as d9, type DeleteOauthClientSecretPathParams as dA, type ViewPoolPathParams as dB, type UpdatePoolPathParams as dC, type AssignPoolPathParams as dD, type UnassignPoolPathParams as dE, type ListReviewsQueryParams as dF, type ViewReviewPathParams as dG, type UpdateReviewPathParams as dH, type DeleteReviewPathParams as dI, type ListReviewersQueryParams as dJ, type ViewRolePathParams as dK, type ErrorBody as dL, type ErrorResult as dM, type ViewListingPathParams as da, type UpdateListingPathParams as db, type UpdateListingStatePathParams as dc, type MagicLinkExchangePathParams as dd, type MagicLinkSendPathParams as de, type AuthzCodeRedirectPathParams as df, type AuthzCodeRedirectQueryParams as dg, type AuthzCodeCallbackPathParams as dh, type AuthzCodeCallbackQueryParams as di, type AuthzCodeExchangePathParams as dj, type GetDeviceProviderPathParams as dk, type ExchangeDeviceTokenPathParams as dl, type GetMagicLinkPathParams as dm, type CreateMagicLinkRedirectUriPathParams as dn, type DeleteMagicLinkRedirectUriPathParams as dp, type CreateMagicLinkSecretPathParams as dq, type DeleteMagicLinkSecretPathParams as dr, type GetMappersQueryParams as ds, type DeleteMapperPathParams as dt, type ListNotificationsQueryParams as du, type EmailApplicantPathParams as dv, type GetOauthClientPathParams as dw, type CreateOauthClientRedirectUriPathParams as dx, type DeleteOauthClientRedirectUriPathParams as dy, type CreateOauthClientSecretPathParams as dz, type TypedUuidForUserId as e, type ApplicationId as f, type TypedUuidForApplicationId as g, type TypedUuidForDocumentId as h, type TypedUuidForEmployeeId as i, type TypedUuidForOnboardingId as j, type DocumentParent as k, type DepartmentId as l, type TypedUuidForDepartmentId as m, type TypedUuidForRoleId as n, type TypedUuidForListingId as o, type TypedUuidForPoolId as p, type ReviewerId as q, type TypedUuidForReviewerId as r, type ReviewId as s, type TypedUuidForReviewId as t, type TypedUuidForInterviewerId as u, type InterviewId as v, type TypedUuidForInterviewId as w, type TypedUuidForBackgroundCheckId as x, type OperationId as y, type TypedUuidForOperationId as z };
|
|
1868
|
+
export { type AddMagicLinkRedirectBody as $, type ApiConfig as A, type BackgroundCheckId as B, type ApiKeyId as C, type DocumentId as D, type EmployeeId as E, type FullParams as F, type TypedUuidForApiKeyId as G, type TypedUuidForAccessGroupId as H, type InterviewerId as I, type TypedUuidForMapperId as J, type OAuthClientId as K, type ListingId as L, type MapperId as M, type TypedUuidForOAuthClientId as N, type OnboardingId as O, type PoolId as P, type MagicLinkId as Q, type RoleId as R, type TypedUuidForMagicLinkId as S, type TypedUuidForApplicantId as T, type UserId as U, type TurnstilePermission as V, type Permissions_for_TurnstilePermission as W, type AccessGroupUpdateParams_for_TurnstilePermission as X, type AccessGroup_for_TurnstilePermission as Y, type AccessTokenExchangeRequest as Z, type AddGroupBody as _, Api as a, type ReviewAssignmentId as a$, type AddOAuthClientRedirectBody as a0, type ApiKeyCreateParams_for_TurnstilePermission as a1, type ApiKeyResponse_for_TurnstilePermission as a2, type UserProviderId as a3, type TypedUuidForUserProviderId as a4, type ApiUserContactEmail as a5, type ApiUserEmailUpdateParams as a6, type ApiUserProvider as a7, type ApiUser_for_TurnstilePermission as a8, type ApiUserInfo_for_TurnstilePermission as a9, type ListingPoolAssociation as aA, type TriageReason as aB, type PoolAction as aC, type ReviewScore as aD, type Reviews as aE, type ExpandedApplicationSummary as aF, type Evaluator as aG, type ApplicationSummariesResponse as aH, type ApplicationSummaryResponse as aI, type AssignPool as aJ, type AttachDocument as aK, type EmailConfig as aL, type TransitionMessage as aM, type TransitionBody as aN, type BatchParameter_for_TransitionBody as aO, type ViewApplication as aP, type BatchParameter_for_ViewApplication as aQ, type CreateApplication as aR, type CreateDepartment as aS, type CreateDocument as aT, type RoleListingStatus as aU, type CreateListing as aV, type CreateMapper as aW, type CreatePool as aX, type CreateReview as aY, type CreateReviewAssignments as aZ, type ReviewAssignmentCreationError as a_, type ApiUserLinkRequestPayload as aa, type SecretString as ab, type ApiUserLinkRequestResponse as ac, type ApiUserProviderLinkPayload as ad, type ApiUserUpdateParams_for_TurnstilePermission as ae, type Applicant as af, type ApplicantContactId as ag, type TypedUuidForApplicantContactId as ah, type ApplicantContactField as ai, type ApplicantContact as aj, type ApplicantInfo as ak, type InterviewingState as al, type OfferState as am, type ApplicationState as an, type Application as ao, type DocumentKind as ap, type DocumentSource as aq, type Document as ar, type ApplicationBundle as as, type ApplicationInterviewCodeId as at, type TypedUuidForApplicationInterviewCodeId as au, type ApplicationInterviewCode as av, type ApplicationStartDate as aw, type ApplicationStateRecordId as ax, type TypedUuidForApplicationStateRecordId as ay, type ApplicationStateRecord as az, type ApiResult as b, type OpenIdConfiguration as b$, type TypedUuidForReviewAssignmentId as b0, type ReviewAssignmentState as b1, type ReviewAssignment as b2, type CreatedAssignment as b3, type CreateReviewAssignmentsResponse as b4, type CreateRole as b5, type CreatedApplication as b6, type Department as b7, type DocumentUploadUrlResponse as b8, type EmailApplicantBody as b9, type MagicLinkAttemptId as bA, type TypedUuidForMagicLinkAttemptId as bB, type MagicLinkExchangeRequest as bC, type MagicLinkExchangeResponse as bD, type MagicLinkMedium as bE, type MagicLinkSendRequest as bF, type MagicLinkSendResponse as bG, type Mapper as bH, type Provider as bI, type NewHireBody as bJ, type NotificationId as bK, type NotificationMedium as bL, type NotificationStatus as bM, type TypedUuidForNotificationId as bN, type RenderedEmail as bO, type RecipientId as bP, type Notification_for_RenderedEmail as bQ, type OAuthAuthzCodeExchangeBody as bR, type OAuthAuthzCodeExchangeResponse as bS, type OAuthRedirectUriId as bT, type TypedUuidForOAuthRedirectUriId as bU, type OAuthClientRedirectUri as bV, type OAuthClientSecret as bW, type OAuthClient as bX, type OAuthProviderName as bY, type OAuthProviderInfo as bZ, type OfferTransitionBody as b_, type EmployeeState as ba, type Employee as bb, type GetUserResponse_for_TurnstilePermission as bc, type InitialApiKeyResponse_for_TurnstilePermission as bd, type MagicLinkSecretId as be, type TypedUuidForMagicLinkSecretId as bf, type InitialMagicLinkSecretResponse as bg, type OAuthSecretId as bh, type TypedUuidForOAuthSecretId as bi, type InitialOAuthClientSecretResponse as bj, type InterviewAttendeeId as bk, type TypedUuidForInterviewAttendeeId as bl, type InterviewAttendee as bm, type Interview as bn, type Interviewer as bo, type Jwk as bp, type Jwks as bq, type Listing as br, type ListingPoolId as bs, type TypedUuidForListingPoolId as bt, type ListingPool as bu, type MagicLinkRedirectUriId as bv, type TypedUuidForMagicLinkRedirectUriId as bw, type MagicLinkRedirectUri as bx, type MagicLinkSecret as by, type MagicLink as bz, type AccessGroupId as c, type ListOperationTasksQueryParams as c$, type OperationState as c0, type OperationTaskId as c1, type OperationTaskState as c2, type TypedUuidForOperationTaskId as c3, type OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue as c4, type Operation_for_TurnstilePermission_and_String as c5, type TransitionApplicationToDeclinedBatchEndpoint as c6, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint as c7, type TransitionApplicationToDeferredBatchEndpoint as c8, type Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint as c9, type CreateLinkTokenPathParams as cA, type ListApplicantsQueryParams as cB, type ViewApplicantPathParams as cC, type UpdateApplicantContactPathParams as cD, type ViewApplicationPathParams as cE, type ApplyReviewActionPathParams as cF, type ListApplicationReviewAssignmentsPathParams as cG, type CreateApplicationReviewAssignmentsPathParams as cH, type ViewApplicationBundlePathParams as cI, type AttachDocumentPathParams as cJ, type CreateDocumentUploadUrlPathParams as cK, type GetApplicationInterviewCodePathParams as cL, type NotifyApplicationReviewAssignmentsPathParams as cM, type SimulateReviewActionPathParams as cN, type ViewApplicationStartDatePathParams as cO, type SubmitApplicationPathParams as cP, type TransitionApplicationToDeclinedPathParams as cQ, type TransitionApplicationToDeferredPathParams as cR, type TransitionApplicationToInterviewingPathParams as cS, type TransitionApplicationToNextStepsPathParams as cT, type TransitionApplicationToOfferPathParams as cU, type TransitionApplicationToOfferCompletePathParams as cV, type TransitionApplicationToWithdrawnPathParams as cW, type ListApplicationSummariesQueryParams as cX, type ViewApplicationSummaryPathParams as cY, type ListOperationsQueryParams as cZ, type GetOperationPathParams as c_, type OptionalTransitionBody as ca, type Pool as cb, type RegisterApplicant as cc, type Review as cd, type Reviewer as ce, type ReviewerInfo as cf, type ReviewInfo as cg, type Role as ch, type TransitionApplicationToDeclinedBatch as ci, type TransitionApplicationToDeferredBatch as cj, type UpdateApplicantContact as ck, type UpdateDocument as cl, type UpdateDocumentStatus as cm, type UpdateListing as cn, type UpdateReview as co, type ScalarApplicationState as cp, type GetApiUserPathParams as cq, type UpdateApiUserPathParams as cr, type SetApiUserContactEmailPathParams as cs, type AddApiUserToGroupPathParams as ct, type RemoveApiUserFromGroupPathParams as cu, type LinkProviderPathParams as cv, type ListApiUserTokensPathParams as cw, type CreateApiUserTokenPathParams as cx, type GetApiUserTokenPathParams as cy, type DeleteApiUserTokenPathParams as cz, type ApplicantId as d, type ViewDepartmentPathParams as d0, type ListDocumentsQueryParams as d1, type ViewDocumentPathParams as d2, type UpdateDocumentPathParams as d3, type DeleteDocumentPathParams as d4, type ViewDocumentDataPathParams as d5, type UpdateDocumentStatusPathParams as d6, type UpdateGroupPathParams as d7, type DeleteGroupPathParams as d8, type ListInterviewsQueryParams as d9, type CreateOauthClientSecretPathParams as dA, type DeleteOauthClientSecretPathParams as dB, type ViewPoolPathParams as dC, type UpdatePoolPathParams as dD, type AssignPoolPathParams as dE, type UnassignPoolPathParams as dF, type ListReviewsQueryParams as dG, type ViewReviewPathParams as dH, type UpdateReviewPathParams as dI, type DeleteReviewPathParams as dJ, type ListReviewersQueryParams as dK, type ViewRolePathParams as dL, type ErrorBody as dM, type ErrorResult as dN, type ListInterviewersQueryParams as da, type ViewListingPathParams as db, type UpdateListingPathParams as dc, type UpdateListingStatePathParams as dd, type MagicLinkExchangePathParams as de, type MagicLinkSendPathParams as df, type AuthzCodeRedirectPathParams as dg, type AuthzCodeRedirectQueryParams as dh, type AuthzCodeCallbackPathParams as di, type AuthzCodeCallbackQueryParams as dj, type AuthzCodeExchangePathParams as dk, type GetDeviceProviderPathParams as dl, type ExchangeDeviceTokenPathParams as dm, type GetMagicLinkPathParams as dn, type CreateMagicLinkRedirectUriPathParams as dp, type DeleteMagicLinkRedirectUriPathParams as dq, type CreateMagicLinkSecretPathParams as dr, type DeleteMagicLinkSecretPathParams as ds, type GetMappersQueryParams as dt, type DeleteMapperPathParams as du, type ListNotificationsQueryParams as dv, type EmailApplicantPathParams as dw, type GetOauthClientPathParams as dx, type CreateOauthClientRedirectUriPathParams as dy, type DeleteOauthClientRedirectUriPathParams as dz, type TypedUuidForUserId as e, type ApplicationId as f, type TypedUuidForApplicationId as g, type TypedUuidForDocumentId as h, type TypedUuidForEmployeeId as i, type TypedUuidForOnboardingId as j, type DocumentParent as k, type DepartmentId as l, type TypedUuidForDepartmentId as m, type TypedUuidForRoleId as n, type TypedUuidForListingId as o, type TypedUuidForPoolId as p, type ReviewerId as q, type TypedUuidForReviewerId as r, type ReviewId as s, type TypedUuidForReviewId as t, type TypedUuidForInterviewerId as u, type InterviewId as v, type TypedUuidForInterviewId as w, type TypedUuidForBackgroundCheckId as x, type OperationId as y, type TypedUuidForOperationId as z };
|
package/dist/Api.cjs
CHANGED
|
@@ -598,6 +598,20 @@ var Api = class extends HttpClient {
|
|
|
598
598
|
...params
|
|
599
599
|
});
|
|
600
600
|
},
|
|
601
|
+
/**
|
|
602
|
+
* Move an application to the offer complete substate
|
|
603
|
+
*/
|
|
604
|
+
transitionApplicationToOfferComplete: ({
|
|
605
|
+
path,
|
|
606
|
+
body
|
|
607
|
+
}, params = {}) => {
|
|
608
|
+
return this.request({
|
|
609
|
+
path: `/application/${path.application}/transition/offer-complete`,
|
|
610
|
+
method: "POST",
|
|
611
|
+
body,
|
|
612
|
+
...params
|
|
613
|
+
});
|
|
614
|
+
},
|
|
601
615
|
/**
|
|
602
616
|
* Move an application to the Withdrawn stage
|
|
603
617
|
*/
|
package/dist/Api.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as AccessGroupId, X as AccessGroupUpdateParams_for_TurnstilePermission, Y as AccessGroup_for_TurnstilePermission, Z as AccessTokenExchangeRequest, ct as AddApiUserToGroupPathParams, _ as AddGroupBody, $ as AddMagicLinkRedirectBody, a0 as AddOAuthClientRedirectBody, a as Api, A as ApiConfig, a1 as ApiKeyCreateParams_for_TurnstilePermission, C as ApiKeyId, a2 as ApiKeyResponse_for_TurnstilePermission, b as ApiResult, a5 as ApiUserContactEmail, a6 as ApiUserEmailUpdateParams, a9 as ApiUserInfo_for_TurnstilePermission, aa as ApiUserLinkRequestPayload, ac as ApiUserLinkRequestResponse, a7 as ApiUserProvider, ad as ApiUserProviderLinkPayload, ae as ApiUserUpdateParams_for_TurnstilePermission, a8 as ApiUser_for_TurnstilePermission, af as Applicant, aj as ApplicantContact, ai as ApplicantContactField, ag as ApplicantContactId, d as ApplicantId, ak as ApplicantInfo, ao as Application, as as ApplicationBundle, f as ApplicationId, av as ApplicationInterviewCode, at as ApplicationInterviewCodeId, aw as ApplicationStartDate, an as ApplicationState, az as ApplicationStateRecord, ax as ApplicationStateRecordId, aH as ApplicationSummariesResponse, aI as ApplicationSummaryResponse, cF as ApplyReviewActionPathParams, aJ as AssignPool,
|
|
1
|
+
export { c as AccessGroupId, X as AccessGroupUpdateParams_for_TurnstilePermission, Y as AccessGroup_for_TurnstilePermission, Z as AccessTokenExchangeRequest, ct as AddApiUserToGroupPathParams, _ as AddGroupBody, $ as AddMagicLinkRedirectBody, a0 as AddOAuthClientRedirectBody, a as Api, A as ApiConfig, a1 as ApiKeyCreateParams_for_TurnstilePermission, C as ApiKeyId, a2 as ApiKeyResponse_for_TurnstilePermission, b as ApiResult, a5 as ApiUserContactEmail, a6 as ApiUserEmailUpdateParams, a9 as ApiUserInfo_for_TurnstilePermission, aa as ApiUserLinkRequestPayload, ac as ApiUserLinkRequestResponse, a7 as ApiUserProvider, ad as ApiUserProviderLinkPayload, ae as ApiUserUpdateParams_for_TurnstilePermission, a8 as ApiUser_for_TurnstilePermission, af as Applicant, aj as ApplicantContact, ai as ApplicantContactField, ag as ApplicantContactId, d as ApplicantId, ak as ApplicantInfo, ao as Application, as as ApplicationBundle, f as ApplicationId, av as ApplicationInterviewCode, at as ApplicationInterviewCodeId, aw as ApplicationStartDate, an as ApplicationState, az as ApplicationStateRecord, ax as ApplicationStateRecordId, aH as ApplicationSummariesResponse, aI as ApplicationSummaryResponse, cF as ApplyReviewActionPathParams, aJ as AssignPool, dE as AssignPoolPathParams, aK as AttachDocument, cJ as AttachDocumentPathParams, di as AuthzCodeCallbackPathParams, dj as AuthzCodeCallbackQueryParams, dk as AuthzCodeExchangePathParams, dg as AuthzCodeRedirectPathParams, dh as AuthzCodeRedirectQueryParams, B as BackgroundCheckId, aO as BatchParameter_for_TransitionBody, aQ as BatchParameter_for_ViewApplication, cx as CreateApiUserTokenPathParams, aR as CreateApplication, cH as CreateApplicationReviewAssignmentsPathParams, aS as CreateDepartment, aT as CreateDocument, cK as CreateDocumentUploadUrlPathParams, cA as CreateLinkTokenPathParams, aV as CreateListing, dp as CreateMagicLinkRedirectUriPathParams, dr as CreateMagicLinkSecretPathParams, aW as CreateMapper, dy as CreateOauthClientRedirectUriPathParams, dA as CreateOauthClientSecretPathParams, aX as CreatePool, aY as CreateReview, aZ as CreateReviewAssignments, b4 as CreateReviewAssignmentsResponse, b5 as CreateRole, b6 as CreatedApplication, b3 as CreatedAssignment, cz as DeleteApiUserTokenPathParams, d4 as DeleteDocumentPathParams, d8 as DeleteGroupPathParams, dq as DeleteMagicLinkRedirectUriPathParams, ds as DeleteMagicLinkSecretPathParams, du as DeleteMapperPathParams, dz as DeleteOauthClientRedirectUriPathParams, dB as DeleteOauthClientSecretPathParams, dJ as DeleteReviewPathParams, b7 as Department, l as DepartmentId, ar as Document, D as DocumentId, ap as DocumentKind, k as DocumentParent, aq as DocumentSource, b8 as DocumentUploadUrlResponse, b9 as EmailApplicantBody, dw as EmailApplicantPathParams, aL as EmailConfig, bb as Employee, E as EmployeeId, ba as EmployeeState, dM as ErrorBody, dN as ErrorResult, aG as Evaluator, dm as ExchangeDeviceTokenPathParams, aF as ExpandedApplicationSummary, cq as GetApiUserPathParams, cy as GetApiUserTokenPathParams, cL as GetApplicationInterviewCodePathParams, dl as GetDeviceProviderPathParams, dn as GetMagicLinkPathParams, dt as GetMappersQueryParams, dx as GetOauthClientPathParams, c_ as GetOperationPathParams, bc as GetUserResponse_for_TurnstilePermission, bd as InitialApiKeyResponse_for_TurnstilePermission, bg as InitialMagicLinkSecretResponse, bj as InitialOAuthClientSecretResponse, bn as Interview, bm as InterviewAttendee, bk as InterviewAttendeeId, v as InterviewId, bo as Interviewer, I as InterviewerId, al as InterviewingState, bp as Jwk, bq as Jwks, cv as LinkProviderPathParams, cw as ListApiUserTokensPathParams, cB as ListApplicantsQueryParams, cG as ListApplicationReviewAssignmentsPathParams, cX as ListApplicationSummariesQueryParams, d1 as ListDocumentsQueryParams, da as ListInterviewersQueryParams, d9 as ListInterviewsQueryParams, dv as ListNotificationsQueryParams, c$ as ListOperationTasksQueryParams, cZ as ListOperationsQueryParams, dK as ListReviewersQueryParams, dG as ListReviewsQueryParams, br as Listing, L as ListingId, bu as ListingPool, aA as ListingPoolAssociation, bs as ListingPoolId, bz as MagicLink, bA as MagicLinkAttemptId, de as MagicLinkExchangePathParams, bC as MagicLinkExchangeRequest, bD as MagicLinkExchangeResponse, Q as MagicLinkId, bE as MagicLinkMedium, bx as MagicLinkRedirectUri, bv as MagicLinkRedirectUriId, by as MagicLinkSecret, be as MagicLinkSecretId, df as MagicLinkSendPathParams, bF as MagicLinkSendRequest, bG as MagicLinkSendResponse, bH as Mapper, M as MapperId, bJ as NewHireBody, bK as NotificationId, bL as NotificationMedium, bM as NotificationStatus, bQ as Notification_for_RenderedEmail, cM as NotifyApplicationReviewAssignmentsPathParams, bR as OAuthAuthzCodeExchangeBody, bS as OAuthAuthzCodeExchangeResponse, bX as OAuthClient, K as OAuthClientId, bV as OAuthClientRedirectUri, bW as OAuthClientSecret, bZ as OAuthProviderInfo, bY as OAuthProviderName, bT as OAuthRedirectUriId, bh as OAuthSecretId, am as OfferState, b_ as OfferTransitionBody, O as OnboardingId, b$ as OpenIdConfiguration, y as OperationId, c0 as OperationState, c1 as OperationTaskId, c2 as OperationTaskState, c4 as OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, c5 as Operation_for_TurnstilePermission_and_String, c7 as Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, c9 as Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, ca as OptionalTransitionBody, W as Permissions_for_TurnstilePermission, cb as Pool, aC as PoolAction, P as PoolId, bI as Provider, bP as RecipientId, cc as RegisterApplicant, cu as RemoveApiUserFromGroupPathParams, bO as RenderedEmail, cd as Review, b2 as ReviewAssignment, a_ as ReviewAssignmentCreationError, a$ as ReviewAssignmentId, b1 as ReviewAssignmentState, s as ReviewId, cg as ReviewInfo, aD as ReviewScore, ce as Reviewer, q as ReviewerId, cf as ReviewerInfo, aE as Reviews, ch as Role, R as RoleId, aU as RoleListingStatus, cp as ScalarApplicationState, ab as SecretString, cs as SetApiUserContactEmailPathParams, cN as SimulateReviewActionPathParams, cP as SubmitApplicationPathParams, ci as TransitionApplicationToDeclinedBatch, c6 as TransitionApplicationToDeclinedBatchEndpoint, cQ as TransitionApplicationToDeclinedPathParams, cj as TransitionApplicationToDeferredBatch, c8 as TransitionApplicationToDeferredBatchEndpoint, cR as TransitionApplicationToDeferredPathParams, cS as TransitionApplicationToInterviewingPathParams, cT as TransitionApplicationToNextStepsPathParams, cV as TransitionApplicationToOfferCompletePathParams, cU as TransitionApplicationToOfferPathParams, cW as TransitionApplicationToWithdrawnPathParams, aN as TransitionBody, aM as TransitionMessage, aB as TriageReason, V as TurnstilePermission, H as TypedUuidForAccessGroupId, G as TypedUuidForApiKeyId, ah as TypedUuidForApplicantContactId, T as TypedUuidForApplicantId, g as TypedUuidForApplicationId, au as TypedUuidForApplicationInterviewCodeId, ay as TypedUuidForApplicationStateRecordId, x as TypedUuidForBackgroundCheckId, m as TypedUuidForDepartmentId, h as TypedUuidForDocumentId, i as TypedUuidForEmployeeId, bl as TypedUuidForInterviewAttendeeId, w as TypedUuidForInterviewId, u as TypedUuidForInterviewerId, o as TypedUuidForListingId, bt as TypedUuidForListingPoolId, bB as TypedUuidForMagicLinkAttemptId, S as TypedUuidForMagicLinkId, bw as TypedUuidForMagicLinkRedirectUriId, bf as TypedUuidForMagicLinkSecretId, J as TypedUuidForMapperId, bN as TypedUuidForNotificationId, N as TypedUuidForOAuthClientId, bU as TypedUuidForOAuthRedirectUriId, bi as TypedUuidForOAuthSecretId, j as TypedUuidForOnboardingId, z as TypedUuidForOperationId, c3 as TypedUuidForOperationTaskId, p as TypedUuidForPoolId, b0 as TypedUuidForReviewAssignmentId, t as TypedUuidForReviewId, r as TypedUuidForReviewerId, n as TypedUuidForRoleId, e as TypedUuidForUserId, a4 as TypedUuidForUserProviderId, dF as UnassignPoolPathParams, cr as UpdateApiUserPathParams, ck as UpdateApplicantContact, cD as UpdateApplicantContactPathParams, cl as UpdateDocument, d3 as UpdateDocumentPathParams, cm as UpdateDocumentStatus, d6 as UpdateDocumentStatusPathParams, d7 as UpdateGroupPathParams, cn as UpdateListing, dc as UpdateListingPathParams, dd as UpdateListingStatePathParams, dD as UpdatePoolPathParams, co as UpdateReview, dI as UpdateReviewPathParams, U as UserId, a3 as UserProviderId, cC as ViewApplicantPathParams, aP as ViewApplication, cI as ViewApplicationBundlePathParams, cE as ViewApplicationPathParams, cO as ViewApplicationStartDatePathParams, cY as ViewApplicationSummaryPathParams, d0 as ViewDepartmentPathParams, d5 as ViewDocumentDataPathParams, d2 as ViewDocumentPathParams, db as ViewListingPathParams, dC as ViewPoolPathParams, dH as ViewReviewPathParams, dL as ViewRolePathParams, a as default } from './Api-DYGPXize.cjs';
|
package/dist/Api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as AccessGroupId, X as AccessGroupUpdateParams_for_TurnstilePermission, Y as AccessGroup_for_TurnstilePermission, Z as AccessTokenExchangeRequest, ct as AddApiUserToGroupPathParams, _ as AddGroupBody, $ as AddMagicLinkRedirectBody, a0 as AddOAuthClientRedirectBody, a as Api, A as ApiConfig, a1 as ApiKeyCreateParams_for_TurnstilePermission, C as ApiKeyId, a2 as ApiKeyResponse_for_TurnstilePermission, b as ApiResult, a5 as ApiUserContactEmail, a6 as ApiUserEmailUpdateParams, a9 as ApiUserInfo_for_TurnstilePermission, aa as ApiUserLinkRequestPayload, ac as ApiUserLinkRequestResponse, a7 as ApiUserProvider, ad as ApiUserProviderLinkPayload, ae as ApiUserUpdateParams_for_TurnstilePermission, a8 as ApiUser_for_TurnstilePermission, af as Applicant, aj as ApplicantContact, ai as ApplicantContactField, ag as ApplicantContactId, d as ApplicantId, ak as ApplicantInfo, ao as Application, as as ApplicationBundle, f as ApplicationId, av as ApplicationInterviewCode, at as ApplicationInterviewCodeId, aw as ApplicationStartDate, an as ApplicationState, az as ApplicationStateRecord, ax as ApplicationStateRecordId, aH as ApplicationSummariesResponse, aI as ApplicationSummaryResponse, cF as ApplyReviewActionPathParams, aJ as AssignPool,
|
|
1
|
+
export { c as AccessGroupId, X as AccessGroupUpdateParams_for_TurnstilePermission, Y as AccessGroup_for_TurnstilePermission, Z as AccessTokenExchangeRequest, ct as AddApiUserToGroupPathParams, _ as AddGroupBody, $ as AddMagicLinkRedirectBody, a0 as AddOAuthClientRedirectBody, a as Api, A as ApiConfig, a1 as ApiKeyCreateParams_for_TurnstilePermission, C as ApiKeyId, a2 as ApiKeyResponse_for_TurnstilePermission, b as ApiResult, a5 as ApiUserContactEmail, a6 as ApiUserEmailUpdateParams, a9 as ApiUserInfo_for_TurnstilePermission, aa as ApiUserLinkRequestPayload, ac as ApiUserLinkRequestResponse, a7 as ApiUserProvider, ad as ApiUserProviderLinkPayload, ae as ApiUserUpdateParams_for_TurnstilePermission, a8 as ApiUser_for_TurnstilePermission, af as Applicant, aj as ApplicantContact, ai as ApplicantContactField, ag as ApplicantContactId, d as ApplicantId, ak as ApplicantInfo, ao as Application, as as ApplicationBundle, f as ApplicationId, av as ApplicationInterviewCode, at as ApplicationInterviewCodeId, aw as ApplicationStartDate, an as ApplicationState, az as ApplicationStateRecord, ax as ApplicationStateRecordId, aH as ApplicationSummariesResponse, aI as ApplicationSummaryResponse, cF as ApplyReviewActionPathParams, aJ as AssignPool, dE as AssignPoolPathParams, aK as AttachDocument, cJ as AttachDocumentPathParams, di as AuthzCodeCallbackPathParams, dj as AuthzCodeCallbackQueryParams, dk as AuthzCodeExchangePathParams, dg as AuthzCodeRedirectPathParams, dh as AuthzCodeRedirectQueryParams, B as BackgroundCheckId, aO as BatchParameter_for_TransitionBody, aQ as BatchParameter_for_ViewApplication, cx as CreateApiUserTokenPathParams, aR as CreateApplication, cH as CreateApplicationReviewAssignmentsPathParams, aS as CreateDepartment, aT as CreateDocument, cK as CreateDocumentUploadUrlPathParams, cA as CreateLinkTokenPathParams, aV as CreateListing, dp as CreateMagicLinkRedirectUriPathParams, dr as CreateMagicLinkSecretPathParams, aW as CreateMapper, dy as CreateOauthClientRedirectUriPathParams, dA as CreateOauthClientSecretPathParams, aX as CreatePool, aY as CreateReview, aZ as CreateReviewAssignments, b4 as CreateReviewAssignmentsResponse, b5 as CreateRole, b6 as CreatedApplication, b3 as CreatedAssignment, cz as DeleteApiUserTokenPathParams, d4 as DeleteDocumentPathParams, d8 as DeleteGroupPathParams, dq as DeleteMagicLinkRedirectUriPathParams, ds as DeleteMagicLinkSecretPathParams, du as DeleteMapperPathParams, dz as DeleteOauthClientRedirectUriPathParams, dB as DeleteOauthClientSecretPathParams, dJ as DeleteReviewPathParams, b7 as Department, l as DepartmentId, ar as Document, D as DocumentId, ap as DocumentKind, k as DocumentParent, aq as DocumentSource, b8 as DocumentUploadUrlResponse, b9 as EmailApplicantBody, dw as EmailApplicantPathParams, aL as EmailConfig, bb as Employee, E as EmployeeId, ba as EmployeeState, dM as ErrorBody, dN as ErrorResult, aG as Evaluator, dm as ExchangeDeviceTokenPathParams, aF as ExpandedApplicationSummary, cq as GetApiUserPathParams, cy as GetApiUserTokenPathParams, cL as GetApplicationInterviewCodePathParams, dl as GetDeviceProviderPathParams, dn as GetMagicLinkPathParams, dt as GetMappersQueryParams, dx as GetOauthClientPathParams, c_ as GetOperationPathParams, bc as GetUserResponse_for_TurnstilePermission, bd as InitialApiKeyResponse_for_TurnstilePermission, bg as InitialMagicLinkSecretResponse, bj as InitialOAuthClientSecretResponse, bn as Interview, bm as InterviewAttendee, bk as InterviewAttendeeId, v as InterviewId, bo as Interviewer, I as InterviewerId, al as InterviewingState, bp as Jwk, bq as Jwks, cv as LinkProviderPathParams, cw as ListApiUserTokensPathParams, cB as ListApplicantsQueryParams, cG as ListApplicationReviewAssignmentsPathParams, cX as ListApplicationSummariesQueryParams, d1 as ListDocumentsQueryParams, da as ListInterviewersQueryParams, d9 as ListInterviewsQueryParams, dv as ListNotificationsQueryParams, c$ as ListOperationTasksQueryParams, cZ as ListOperationsQueryParams, dK as ListReviewersQueryParams, dG as ListReviewsQueryParams, br as Listing, L as ListingId, bu as ListingPool, aA as ListingPoolAssociation, bs as ListingPoolId, bz as MagicLink, bA as MagicLinkAttemptId, de as MagicLinkExchangePathParams, bC as MagicLinkExchangeRequest, bD as MagicLinkExchangeResponse, Q as MagicLinkId, bE as MagicLinkMedium, bx as MagicLinkRedirectUri, bv as MagicLinkRedirectUriId, by as MagicLinkSecret, be as MagicLinkSecretId, df as MagicLinkSendPathParams, bF as MagicLinkSendRequest, bG as MagicLinkSendResponse, bH as Mapper, M as MapperId, bJ as NewHireBody, bK as NotificationId, bL as NotificationMedium, bM as NotificationStatus, bQ as Notification_for_RenderedEmail, cM as NotifyApplicationReviewAssignmentsPathParams, bR as OAuthAuthzCodeExchangeBody, bS as OAuthAuthzCodeExchangeResponse, bX as OAuthClient, K as OAuthClientId, bV as OAuthClientRedirectUri, bW as OAuthClientSecret, bZ as OAuthProviderInfo, bY as OAuthProviderName, bT as OAuthRedirectUriId, bh as OAuthSecretId, am as OfferState, b_ as OfferTransitionBody, O as OnboardingId, b$ as OpenIdConfiguration, y as OperationId, c0 as OperationState, c1 as OperationTaskId, c2 as OperationTaskState, c4 as OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, c5 as Operation_for_TurnstilePermission_and_String, c7 as Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, c9 as Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, ca as OptionalTransitionBody, W as Permissions_for_TurnstilePermission, cb as Pool, aC as PoolAction, P as PoolId, bI as Provider, bP as RecipientId, cc as RegisterApplicant, cu as RemoveApiUserFromGroupPathParams, bO as RenderedEmail, cd as Review, b2 as ReviewAssignment, a_ as ReviewAssignmentCreationError, a$ as ReviewAssignmentId, b1 as ReviewAssignmentState, s as ReviewId, cg as ReviewInfo, aD as ReviewScore, ce as Reviewer, q as ReviewerId, cf as ReviewerInfo, aE as Reviews, ch as Role, R as RoleId, aU as RoleListingStatus, cp as ScalarApplicationState, ab as SecretString, cs as SetApiUserContactEmailPathParams, cN as SimulateReviewActionPathParams, cP as SubmitApplicationPathParams, ci as TransitionApplicationToDeclinedBatch, c6 as TransitionApplicationToDeclinedBatchEndpoint, cQ as TransitionApplicationToDeclinedPathParams, cj as TransitionApplicationToDeferredBatch, c8 as TransitionApplicationToDeferredBatchEndpoint, cR as TransitionApplicationToDeferredPathParams, cS as TransitionApplicationToInterviewingPathParams, cT as TransitionApplicationToNextStepsPathParams, cV as TransitionApplicationToOfferCompletePathParams, cU as TransitionApplicationToOfferPathParams, cW as TransitionApplicationToWithdrawnPathParams, aN as TransitionBody, aM as TransitionMessage, aB as TriageReason, V as TurnstilePermission, H as TypedUuidForAccessGroupId, G as TypedUuidForApiKeyId, ah as TypedUuidForApplicantContactId, T as TypedUuidForApplicantId, g as TypedUuidForApplicationId, au as TypedUuidForApplicationInterviewCodeId, ay as TypedUuidForApplicationStateRecordId, x as TypedUuidForBackgroundCheckId, m as TypedUuidForDepartmentId, h as TypedUuidForDocumentId, i as TypedUuidForEmployeeId, bl as TypedUuidForInterviewAttendeeId, w as TypedUuidForInterviewId, u as TypedUuidForInterviewerId, o as TypedUuidForListingId, bt as TypedUuidForListingPoolId, bB as TypedUuidForMagicLinkAttemptId, S as TypedUuidForMagicLinkId, bw as TypedUuidForMagicLinkRedirectUriId, bf as TypedUuidForMagicLinkSecretId, J as TypedUuidForMapperId, bN as TypedUuidForNotificationId, N as TypedUuidForOAuthClientId, bU as TypedUuidForOAuthRedirectUriId, bi as TypedUuidForOAuthSecretId, j as TypedUuidForOnboardingId, z as TypedUuidForOperationId, c3 as TypedUuidForOperationTaskId, p as TypedUuidForPoolId, b0 as TypedUuidForReviewAssignmentId, t as TypedUuidForReviewId, r as TypedUuidForReviewerId, n as TypedUuidForRoleId, e as TypedUuidForUserId, a4 as TypedUuidForUserProviderId, dF as UnassignPoolPathParams, cr as UpdateApiUserPathParams, ck as UpdateApplicantContact, cD as UpdateApplicantContactPathParams, cl as UpdateDocument, d3 as UpdateDocumentPathParams, cm as UpdateDocumentStatus, d6 as UpdateDocumentStatusPathParams, d7 as UpdateGroupPathParams, cn as UpdateListing, dc as UpdateListingPathParams, dd as UpdateListingStatePathParams, dD as UpdatePoolPathParams, co as UpdateReview, dI as UpdateReviewPathParams, U as UserId, a3 as UserProviderId, cC as ViewApplicantPathParams, aP as ViewApplication, cI as ViewApplicationBundlePathParams, cE as ViewApplicationPathParams, cO as ViewApplicationStartDatePathParams, cY as ViewApplicationSummaryPathParams, d0 as ViewDepartmentPathParams, d5 as ViewDocumentDataPathParams, d2 as ViewDocumentPathParams, db as ViewListingPathParams, dC as ViewPoolPathParams, dH as ViewReviewPathParams, dL as ViewRolePathParams, a as default } from './Api-DYGPXize.js';
|
package/dist/Api.js
CHANGED
|
@@ -571,6 +571,20 @@ var Api = class extends HttpClient {
|
|
|
571
571
|
...params
|
|
572
572
|
});
|
|
573
573
|
},
|
|
574
|
+
/**
|
|
575
|
+
* Move an application to the offer complete substate
|
|
576
|
+
*/
|
|
577
|
+
transitionApplicationToOfferComplete: ({
|
|
578
|
+
path,
|
|
579
|
+
body
|
|
580
|
+
}, params = {}) => {
|
|
581
|
+
return this.request({
|
|
582
|
+
path: `/application/${path.application}/transition/offer-complete`,
|
|
583
|
+
method: "POST",
|
|
584
|
+
body,
|
|
585
|
+
...params
|
|
586
|
+
});
|
|
587
|
+
},
|
|
574
588
|
/**
|
|
575
589
|
* Move an application to the Withdrawn stage
|
|
576
590
|
*/
|
package/dist/retry.cjs
CHANGED
|
@@ -598,6 +598,20 @@ var Api = class extends HttpClient {
|
|
|
598
598
|
...params
|
|
599
599
|
});
|
|
600
600
|
},
|
|
601
|
+
/**
|
|
602
|
+
* Move an application to the offer complete substate
|
|
603
|
+
*/
|
|
604
|
+
transitionApplicationToOfferComplete: ({
|
|
605
|
+
path,
|
|
606
|
+
body
|
|
607
|
+
}, params = {}) => {
|
|
608
|
+
return this.request({
|
|
609
|
+
path: `/application/${path.application}/transition/offer-complete`,
|
|
610
|
+
method: "POST",
|
|
611
|
+
body,
|
|
612
|
+
...params
|
|
613
|
+
});
|
|
614
|
+
},
|
|
601
615
|
/**
|
|
602
616
|
* Move an application to the Withdrawn stage
|
|
603
617
|
*/
|
package/dist/retry.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiConfig, a as Api, F as FullParams, b as ApiResult } from './Api-
|
|
1
|
+
import { A as ApiConfig, a as Api, F as FullParams, b as ApiResult } from './Api-DYGPXize.cjs';
|
|
2
2
|
|
|
3
3
|
type RetryHandler = (err: any) => boolean;
|
|
4
4
|
type RetryHandlerFactory = (url: RequestInfo | URL, init: RequestInit) => RetryHandler;
|
package/dist/retry.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiConfig, a as Api, F as FullParams, b as ApiResult } from './Api-
|
|
1
|
+
import { A as ApiConfig, a as Api, F as FullParams, b as ApiResult } from './Api-DYGPXize.js';
|
|
2
2
|
|
|
3
3
|
type RetryHandler = (err: any) => boolean;
|
|
4
4
|
type RetryHandlerFactory = (url: RequestInfo | URL, init: RequestInit) => RetryHandler;
|
package/dist/retry.js
CHANGED
|
@@ -571,6 +571,20 @@ var Api = class extends HttpClient {
|
|
|
571
571
|
...params
|
|
572
572
|
});
|
|
573
573
|
},
|
|
574
|
+
/**
|
|
575
|
+
* Move an application to the offer complete substate
|
|
576
|
+
*/
|
|
577
|
+
transitionApplicationToOfferComplete: ({
|
|
578
|
+
path,
|
|
579
|
+
body
|
|
580
|
+
}, params = {}) => {
|
|
581
|
+
return this.request({
|
|
582
|
+
path: `/application/${path.application}/transition/offer-complete`,
|
|
583
|
+
method: "POST",
|
|
584
|
+
body,
|
|
585
|
+
...params
|
|
586
|
+
});
|
|
587
|
+
},
|
|
574
588
|
/**
|
|
575
589
|
* Move an application to the Withdrawn stage
|
|
576
590
|
*/
|
package/dist/validate.cjs
CHANGED
|
@@ -267,6 +267,7 @@ __export(validate_exports, {
|
|
|
267
267
|
TransitionApplicationToDeferredParams: () => TransitionApplicationToDeferredParams,
|
|
268
268
|
TransitionApplicationToInterviewingParams: () => TransitionApplicationToInterviewingParams,
|
|
269
269
|
TransitionApplicationToNextStepsParams: () => TransitionApplicationToNextStepsParams,
|
|
270
|
+
TransitionApplicationToOfferCompleteParams: () => TransitionApplicationToOfferCompleteParams,
|
|
270
271
|
TransitionApplicationToOfferParams: () => TransitionApplicationToOfferParams,
|
|
271
272
|
TransitionApplicationToWithdrawnParams: () => TransitionApplicationToWithdrawnParams,
|
|
272
273
|
TransitionBody: () => TransitionBody,
|
|
@@ -1899,6 +1900,15 @@ var TransitionApplicationToOfferParams = import_v4.z.preprocess(
|
|
|
1899
1900
|
query: import_v4.z.object({})
|
|
1900
1901
|
})
|
|
1901
1902
|
);
|
|
1903
|
+
var TransitionApplicationToOfferCompleteParams = import_v4.z.preprocess(
|
|
1904
|
+
processResponseBody,
|
|
1905
|
+
import_v4.z.object({
|
|
1906
|
+
path: import_v4.z.object({
|
|
1907
|
+
application: TypedUuidForApplicationId
|
|
1908
|
+
}),
|
|
1909
|
+
query: import_v4.z.object({})
|
|
1910
|
+
})
|
|
1911
|
+
);
|
|
1902
1912
|
var TransitionApplicationToWithdrawnParams = import_v4.z.preprocess(
|
|
1903
1913
|
processResponseBody,
|
|
1904
1914
|
import_v4.z.object({
|
|
@@ -2798,6 +2808,7 @@ var GetSelfParams = import_v4.z.preprocess(
|
|
|
2798
2808
|
TransitionApplicationToDeferredParams,
|
|
2799
2809
|
TransitionApplicationToInterviewingParams,
|
|
2800
2810
|
TransitionApplicationToNextStepsParams,
|
|
2811
|
+
TransitionApplicationToOfferCompleteParams,
|
|
2801
2812
|
TransitionApplicationToOfferParams,
|
|
2802
2813
|
TransitionApplicationToWithdrawnParams,
|
|
2803
2814
|
TransitionBody,
|
package/dist/validate.d.cts
CHANGED
|
@@ -8191,6 +8191,12 @@ declare const TransitionApplicationToOfferParams: z.ZodPipe<z.ZodTransform<unkno
|
|
|
8191
8191
|
}, z.core.$strip>;
|
|
8192
8192
|
query: z.ZodObject<{}, z.core.$strip>;
|
|
8193
8193
|
}, z.core.$strip>>;
|
|
8194
|
+
declare const TransitionApplicationToOfferCompleteParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
8195
|
+
path: z.ZodObject<{
|
|
8196
|
+
application: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUUID>;
|
|
8197
|
+
}, z.core.$strip>;
|
|
8198
|
+
query: z.ZodObject<{}, z.core.$strip>;
|
|
8199
|
+
}, z.core.$strip>>;
|
|
8194
8200
|
declare const TransitionApplicationToWithdrawnParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
8195
8201
|
path: z.ZodObject<{
|
|
8196
8202
|
application: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUUID>;
|
|
@@ -8667,4 +8673,4 @@ declare const GetSelfParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOb
|
|
|
8667
8673
|
query: z.ZodObject<{}, z.core.$strip>;
|
|
8668
8674
|
}, z.core.$strip>>;
|
|
8669
8675
|
|
|
8670
|
-
export { AccessGroupId, AccessGroupUpdateParams_for_TurnstilePermission, AccessGroup_for_TurnstilePermission, AccessTokenExchangeRequest, AddApiUserToGroupParams, AddGroupBody, AddMagicLinkRedirectBody, AddOAuthClientRedirectBody, ApiKeyCreateParams_for_TurnstilePermission, ApiKeyId, ApiKeyResponse_for_TurnstilePermission, ApiUserContactEmail, ApiUserEmailUpdateParams, ApiUserInfo_for_TurnstilePermission, ApiUserLinkRequestPayload, ApiUserLinkRequestResponse, ApiUserProvider, ApiUserProviderLinkPayload, ApiUserUpdateParams_for_TurnstilePermission, ApiUser_for_TurnstilePermission, Applicant, ApplicantContact, ApplicantContactField, ApplicantContactId, ApplicantId, ApplicantInfo, Application, ApplicationBundle, ApplicationId, ApplicationInterviewCode, ApplicationInterviewCodeId, ApplicationStartDate, ApplicationState, ApplicationStateRecord, ApplicationStateRecordId, ApplicationSummariesResponse, ApplicationSummaryResponse, ApplyReviewActionParams, AssignPool, AssignPoolParams, AttachDocument, AttachDocumentParams, AuthzCodeCallbackParams, AuthzCodeExchangeParams, AuthzCodeRedirectParams, BackgroundCheckId, BatchParameter_for_TransitionBody, BatchParameter_for_ViewApplication, CreateApiUserParams, CreateApiUserTokenParams, CreateApplication, CreateApplicationParams, CreateApplicationReviewAssignmentsParams, CreateDepartment, CreateDepartmentParams, CreateDocument, CreateDocumentParams, CreateDocumentUploadUrlParams, CreateGroupParams, CreateLinkTokenParams, CreateListing, CreateListingParams, CreateMagicLinkParams, CreateMagicLinkRedirectUriParams, CreateMagicLinkSecretParams, CreateMapper, CreateMapperParams, CreateOauthClientParams, CreateOauthClientRedirectUriParams, CreateOauthClientSecretParams, CreateOperationApplicationTransitionDeclineParams, CreateOperationApplicationTransitionDeferParams, CreatePool, CreatePoolParams, CreateReview, CreateReviewAssignments, CreateReviewAssignmentsResponse, CreateReviewParams, CreateRole, CreateRoleParams, CreatedApplication, CreatedAssignment, DeleteApiUserTokenParams, DeleteDocumentParams, DeleteGroupParams, DeleteMagicLinkRedirectUriParams, DeleteMagicLinkSecretParams, DeleteMapperParams, DeleteOauthClientRedirectUriParams, DeleteOauthClientSecretParams, DeleteReviewParams, Department, DepartmentId, Document, DocumentId, DocumentKind, DocumentParent, DocumentSource, DocumentUploadUrlResponse, EmailApplicantBody, EmailApplicantParams, EmailConfig, Employee, EmployeeId, EmployeeState, Error, Evaluator, ExchangeDeviceTokenParams, ExpandedApplicationSummary, GetApiUserParams, GetApiUserTokenParams, GetApplicationInterviewCodeParams, GetDeviceProviderParams, GetGroupsParams, GetMagicLinkParams, GetMappersParams, GetOauthClientParams, GetOperationParams, GetSelfParams, GetUserResponse_for_TurnstilePermission, InitialApiKeyResponse_for_TurnstilePermission, InitialMagicLinkSecretResponse, InitialOAuthClientSecretResponse, Interview, InterviewAttendee, InterviewAttendeeId, InterviewId, Interviewer, InterviewerId, InterviewingState, Jwk, Jwks, JwksJsonParams, LinkProviderParams, ListApiUserTokensParams, ListApiUsersParams, ListApplicantsParams, ListApplicationReviewAssignmentsParams, ListApplicationSummariesParams, ListApplicationsParams, ListDepartmentsParams, ListDocumentsParams, ListInterviewersParams, ListInterviewsParams, ListListingsParams, ListMagicLinksParams, ListNotificationsParams, ListOauthClientsParams, ListOperationTasksParams, ListOperationsParams, ListPoolsParams, ListReviewSummariesParams, ListReviewersParams, ListReviewsParams, ListRolesParams, Listing, ListingId, ListingPool, ListingPoolAssociation, ListingPoolId, MagicLink, MagicLinkAttemptId, MagicLinkExchangeParams, MagicLinkExchangeRequest, MagicLinkExchangeResponse, MagicLinkId, MagicLinkMedium, MagicLinkRedirectUri, MagicLinkRedirectUriId, MagicLinkSecret, MagicLinkSecretId, MagicLinkSendParams, MagicLinkSendRequest, MagicLinkSendResponse, Mapper, MapperId, NewHireBody, NewHireParams, NotificationId, NotificationMedium, NotificationStatus, Notification_for_RenderedEmail, NotifyApplicationReviewAssignmentsParams, OAuthAuthzCodeExchangeBody, OAuthAuthzCodeExchangeResponse, OAuthClient, OAuthClientId, OAuthClientRedirectUri, OAuthClientSecret, OAuthProviderInfo, OAuthProviderName, OAuthRedirectUriId, OAuthSecretId, OfferState, OfferTransitionBody, OnboardingId, OpenIdConfiguration, OpenidConfigurationParams, OperationId, OperationState, OperationTaskId, OperationTaskState, OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, Operation_for_TurnstilePermission_and_String, Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, OptionalTransitionBody, Permissions_for_TurnstilePermission, Pool, PoolAction, PoolId, Provider, RecipientId, RegisterApplicant, RegisterApplicantParams, RegisterInterviewerParams, RegisterReviewerParams, RemoveApiUserFromGroupParams, RenderedEmail, Review, ReviewAssignment, ReviewAssignmentCreationError, ReviewAssignmentId, ReviewAssignmentState, ReviewId, ReviewInfo, ReviewScore, Reviewer, ReviewerId, ReviewerInfo, Reviews, Role, RoleId, RoleListingStatus, ScalarApplicationState, SecretString, SetApiUserContactEmailParams, SimulateReviewActionParams, SubmitApplicationParams, TransitionApplicationToDeclinedBatch, TransitionApplicationToDeclinedBatchEndpoint, TransitionApplicationToDeclinedParams, TransitionApplicationToDeferredBatch, TransitionApplicationToDeferredBatchEndpoint, TransitionApplicationToDeferredParams, TransitionApplicationToInterviewingParams, TransitionApplicationToNextStepsParams, TransitionApplicationToOfferParams, TransitionApplicationToWithdrawnParams, TransitionBody, TransitionMessage, TriageReason, TurnstilePermission, TypedUuidForAccessGroupId, TypedUuidForApiKeyId, TypedUuidForApplicantContactId, TypedUuidForApplicantId, TypedUuidForApplicationId, TypedUuidForApplicationInterviewCodeId, TypedUuidForApplicationStateRecordId, TypedUuidForBackgroundCheckId, TypedUuidForDepartmentId, TypedUuidForDocumentId, TypedUuidForEmployeeId, TypedUuidForInterviewAttendeeId, TypedUuidForInterviewId, TypedUuidForInterviewerId, TypedUuidForListingId, TypedUuidForListingPoolId, TypedUuidForMagicLinkAttemptId, TypedUuidForMagicLinkId, TypedUuidForMagicLinkRedirectUriId, TypedUuidForMagicLinkSecretId, TypedUuidForMapperId, TypedUuidForNotificationId, TypedUuidForOAuthClientId, TypedUuidForOAuthRedirectUriId, TypedUuidForOAuthSecretId, TypedUuidForOnboardingId, TypedUuidForOperationId, TypedUuidForOperationTaskId, TypedUuidForPoolId, TypedUuidForReviewAssignmentId, TypedUuidForReviewId, TypedUuidForReviewerId, TypedUuidForRoleId, TypedUuidForUserId, TypedUuidForUserProviderId, UnassignPoolParams, UpdateApiUserParams, UpdateApplicantContact, UpdateApplicantContactParams, UpdateDocument, UpdateDocumentParams, UpdateDocumentStatus, UpdateDocumentStatusParams, UpdateGroupParams, UpdateListing, UpdateListingParams, UpdateListingStateParams, UpdatePoolParams, UpdateReview, UpdateReviewParams, UserId, UserProviderId, ViewApplicantParams, ViewApplication, ViewApplicationBundleParams, ViewApplicationParams, ViewApplicationStartDateParams, ViewApplicationSummaryParams, ViewDepartmentParams, ViewDocumentDataParams, ViewDocumentParams, ViewListingParams, ViewPoolParams, ViewReviewParams, ViewRoleParams };
|
|
8676
|
+
export { AccessGroupId, AccessGroupUpdateParams_for_TurnstilePermission, AccessGroup_for_TurnstilePermission, AccessTokenExchangeRequest, AddApiUserToGroupParams, AddGroupBody, AddMagicLinkRedirectBody, AddOAuthClientRedirectBody, ApiKeyCreateParams_for_TurnstilePermission, ApiKeyId, ApiKeyResponse_for_TurnstilePermission, ApiUserContactEmail, ApiUserEmailUpdateParams, ApiUserInfo_for_TurnstilePermission, ApiUserLinkRequestPayload, ApiUserLinkRequestResponse, ApiUserProvider, ApiUserProviderLinkPayload, ApiUserUpdateParams_for_TurnstilePermission, ApiUser_for_TurnstilePermission, Applicant, ApplicantContact, ApplicantContactField, ApplicantContactId, ApplicantId, ApplicantInfo, Application, ApplicationBundle, ApplicationId, ApplicationInterviewCode, ApplicationInterviewCodeId, ApplicationStartDate, ApplicationState, ApplicationStateRecord, ApplicationStateRecordId, ApplicationSummariesResponse, ApplicationSummaryResponse, ApplyReviewActionParams, AssignPool, AssignPoolParams, AttachDocument, AttachDocumentParams, AuthzCodeCallbackParams, AuthzCodeExchangeParams, AuthzCodeRedirectParams, BackgroundCheckId, BatchParameter_for_TransitionBody, BatchParameter_for_ViewApplication, CreateApiUserParams, CreateApiUserTokenParams, CreateApplication, CreateApplicationParams, CreateApplicationReviewAssignmentsParams, CreateDepartment, CreateDepartmentParams, CreateDocument, CreateDocumentParams, CreateDocumentUploadUrlParams, CreateGroupParams, CreateLinkTokenParams, CreateListing, CreateListingParams, CreateMagicLinkParams, CreateMagicLinkRedirectUriParams, CreateMagicLinkSecretParams, CreateMapper, CreateMapperParams, CreateOauthClientParams, CreateOauthClientRedirectUriParams, CreateOauthClientSecretParams, CreateOperationApplicationTransitionDeclineParams, CreateOperationApplicationTransitionDeferParams, CreatePool, CreatePoolParams, CreateReview, CreateReviewAssignments, CreateReviewAssignmentsResponse, CreateReviewParams, CreateRole, CreateRoleParams, CreatedApplication, CreatedAssignment, DeleteApiUserTokenParams, DeleteDocumentParams, DeleteGroupParams, DeleteMagicLinkRedirectUriParams, DeleteMagicLinkSecretParams, DeleteMapperParams, DeleteOauthClientRedirectUriParams, DeleteOauthClientSecretParams, DeleteReviewParams, Department, DepartmentId, Document, DocumentId, DocumentKind, DocumentParent, DocumentSource, DocumentUploadUrlResponse, EmailApplicantBody, EmailApplicantParams, EmailConfig, Employee, EmployeeId, EmployeeState, Error, Evaluator, ExchangeDeviceTokenParams, ExpandedApplicationSummary, GetApiUserParams, GetApiUserTokenParams, GetApplicationInterviewCodeParams, GetDeviceProviderParams, GetGroupsParams, GetMagicLinkParams, GetMappersParams, GetOauthClientParams, GetOperationParams, GetSelfParams, GetUserResponse_for_TurnstilePermission, InitialApiKeyResponse_for_TurnstilePermission, InitialMagicLinkSecretResponse, InitialOAuthClientSecretResponse, Interview, InterviewAttendee, InterviewAttendeeId, InterviewId, Interviewer, InterviewerId, InterviewingState, Jwk, Jwks, JwksJsonParams, LinkProviderParams, ListApiUserTokensParams, ListApiUsersParams, ListApplicantsParams, ListApplicationReviewAssignmentsParams, ListApplicationSummariesParams, ListApplicationsParams, ListDepartmentsParams, ListDocumentsParams, ListInterviewersParams, ListInterviewsParams, ListListingsParams, ListMagicLinksParams, ListNotificationsParams, ListOauthClientsParams, ListOperationTasksParams, ListOperationsParams, ListPoolsParams, ListReviewSummariesParams, ListReviewersParams, ListReviewsParams, ListRolesParams, Listing, ListingId, ListingPool, ListingPoolAssociation, ListingPoolId, MagicLink, MagicLinkAttemptId, MagicLinkExchangeParams, MagicLinkExchangeRequest, MagicLinkExchangeResponse, MagicLinkId, MagicLinkMedium, MagicLinkRedirectUri, MagicLinkRedirectUriId, MagicLinkSecret, MagicLinkSecretId, MagicLinkSendParams, MagicLinkSendRequest, MagicLinkSendResponse, Mapper, MapperId, NewHireBody, NewHireParams, NotificationId, NotificationMedium, NotificationStatus, Notification_for_RenderedEmail, NotifyApplicationReviewAssignmentsParams, OAuthAuthzCodeExchangeBody, OAuthAuthzCodeExchangeResponse, OAuthClient, OAuthClientId, OAuthClientRedirectUri, OAuthClientSecret, OAuthProviderInfo, OAuthProviderName, OAuthRedirectUriId, OAuthSecretId, OfferState, OfferTransitionBody, OnboardingId, OpenIdConfiguration, OpenidConfigurationParams, OperationId, OperationState, OperationTaskId, OperationTaskState, OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, Operation_for_TurnstilePermission_and_String, Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, OptionalTransitionBody, Permissions_for_TurnstilePermission, Pool, PoolAction, PoolId, Provider, RecipientId, RegisterApplicant, RegisterApplicantParams, RegisterInterviewerParams, RegisterReviewerParams, RemoveApiUserFromGroupParams, RenderedEmail, Review, ReviewAssignment, ReviewAssignmentCreationError, ReviewAssignmentId, ReviewAssignmentState, ReviewId, ReviewInfo, ReviewScore, Reviewer, ReviewerId, ReviewerInfo, Reviews, Role, RoleId, RoleListingStatus, ScalarApplicationState, SecretString, SetApiUserContactEmailParams, SimulateReviewActionParams, SubmitApplicationParams, TransitionApplicationToDeclinedBatch, TransitionApplicationToDeclinedBatchEndpoint, TransitionApplicationToDeclinedParams, TransitionApplicationToDeferredBatch, TransitionApplicationToDeferredBatchEndpoint, TransitionApplicationToDeferredParams, TransitionApplicationToInterviewingParams, TransitionApplicationToNextStepsParams, TransitionApplicationToOfferCompleteParams, TransitionApplicationToOfferParams, TransitionApplicationToWithdrawnParams, TransitionBody, TransitionMessage, TriageReason, TurnstilePermission, TypedUuidForAccessGroupId, TypedUuidForApiKeyId, TypedUuidForApplicantContactId, TypedUuidForApplicantId, TypedUuidForApplicationId, TypedUuidForApplicationInterviewCodeId, TypedUuidForApplicationStateRecordId, TypedUuidForBackgroundCheckId, TypedUuidForDepartmentId, TypedUuidForDocumentId, TypedUuidForEmployeeId, TypedUuidForInterviewAttendeeId, TypedUuidForInterviewId, TypedUuidForInterviewerId, TypedUuidForListingId, TypedUuidForListingPoolId, TypedUuidForMagicLinkAttemptId, TypedUuidForMagicLinkId, TypedUuidForMagicLinkRedirectUriId, TypedUuidForMagicLinkSecretId, TypedUuidForMapperId, TypedUuidForNotificationId, TypedUuidForOAuthClientId, TypedUuidForOAuthRedirectUriId, TypedUuidForOAuthSecretId, TypedUuidForOnboardingId, TypedUuidForOperationId, TypedUuidForOperationTaskId, TypedUuidForPoolId, TypedUuidForReviewAssignmentId, TypedUuidForReviewId, TypedUuidForReviewerId, TypedUuidForRoleId, TypedUuidForUserId, TypedUuidForUserProviderId, UnassignPoolParams, UpdateApiUserParams, UpdateApplicantContact, UpdateApplicantContactParams, UpdateDocument, UpdateDocumentParams, UpdateDocumentStatus, UpdateDocumentStatusParams, UpdateGroupParams, UpdateListing, UpdateListingParams, UpdateListingStateParams, UpdatePoolParams, UpdateReview, UpdateReviewParams, UserId, UserProviderId, ViewApplicantParams, ViewApplication, ViewApplicationBundleParams, ViewApplicationParams, ViewApplicationStartDateParams, ViewApplicationSummaryParams, ViewDepartmentParams, ViewDocumentDataParams, ViewDocumentParams, ViewListingParams, ViewPoolParams, ViewReviewParams, ViewRoleParams };
|
package/dist/validate.d.ts
CHANGED
|
@@ -8191,6 +8191,12 @@ declare const TransitionApplicationToOfferParams: z.ZodPipe<z.ZodTransform<unkno
|
|
|
8191
8191
|
}, z.core.$strip>;
|
|
8192
8192
|
query: z.ZodObject<{}, z.core.$strip>;
|
|
8193
8193
|
}, z.core.$strip>>;
|
|
8194
|
+
declare const TransitionApplicationToOfferCompleteParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
8195
|
+
path: z.ZodObject<{
|
|
8196
|
+
application: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUUID>;
|
|
8197
|
+
}, z.core.$strip>;
|
|
8198
|
+
query: z.ZodObject<{}, z.core.$strip>;
|
|
8199
|
+
}, z.core.$strip>>;
|
|
8194
8200
|
declare const TransitionApplicationToWithdrawnParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
8195
8201
|
path: z.ZodObject<{
|
|
8196
8202
|
application: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodUUID>;
|
|
@@ -8667,4 +8673,4 @@ declare const GetSelfParams: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOb
|
|
|
8667
8673
|
query: z.ZodObject<{}, z.core.$strip>;
|
|
8668
8674
|
}, z.core.$strip>>;
|
|
8669
8675
|
|
|
8670
|
-
export { AccessGroupId, AccessGroupUpdateParams_for_TurnstilePermission, AccessGroup_for_TurnstilePermission, AccessTokenExchangeRequest, AddApiUserToGroupParams, AddGroupBody, AddMagicLinkRedirectBody, AddOAuthClientRedirectBody, ApiKeyCreateParams_for_TurnstilePermission, ApiKeyId, ApiKeyResponse_for_TurnstilePermission, ApiUserContactEmail, ApiUserEmailUpdateParams, ApiUserInfo_for_TurnstilePermission, ApiUserLinkRequestPayload, ApiUserLinkRequestResponse, ApiUserProvider, ApiUserProviderLinkPayload, ApiUserUpdateParams_for_TurnstilePermission, ApiUser_for_TurnstilePermission, Applicant, ApplicantContact, ApplicantContactField, ApplicantContactId, ApplicantId, ApplicantInfo, Application, ApplicationBundle, ApplicationId, ApplicationInterviewCode, ApplicationInterviewCodeId, ApplicationStartDate, ApplicationState, ApplicationStateRecord, ApplicationStateRecordId, ApplicationSummariesResponse, ApplicationSummaryResponse, ApplyReviewActionParams, AssignPool, AssignPoolParams, AttachDocument, AttachDocumentParams, AuthzCodeCallbackParams, AuthzCodeExchangeParams, AuthzCodeRedirectParams, BackgroundCheckId, BatchParameter_for_TransitionBody, BatchParameter_for_ViewApplication, CreateApiUserParams, CreateApiUserTokenParams, CreateApplication, CreateApplicationParams, CreateApplicationReviewAssignmentsParams, CreateDepartment, CreateDepartmentParams, CreateDocument, CreateDocumentParams, CreateDocumentUploadUrlParams, CreateGroupParams, CreateLinkTokenParams, CreateListing, CreateListingParams, CreateMagicLinkParams, CreateMagicLinkRedirectUriParams, CreateMagicLinkSecretParams, CreateMapper, CreateMapperParams, CreateOauthClientParams, CreateOauthClientRedirectUriParams, CreateOauthClientSecretParams, CreateOperationApplicationTransitionDeclineParams, CreateOperationApplicationTransitionDeferParams, CreatePool, CreatePoolParams, CreateReview, CreateReviewAssignments, CreateReviewAssignmentsResponse, CreateReviewParams, CreateRole, CreateRoleParams, CreatedApplication, CreatedAssignment, DeleteApiUserTokenParams, DeleteDocumentParams, DeleteGroupParams, DeleteMagicLinkRedirectUriParams, DeleteMagicLinkSecretParams, DeleteMapperParams, DeleteOauthClientRedirectUriParams, DeleteOauthClientSecretParams, DeleteReviewParams, Department, DepartmentId, Document, DocumentId, DocumentKind, DocumentParent, DocumentSource, DocumentUploadUrlResponse, EmailApplicantBody, EmailApplicantParams, EmailConfig, Employee, EmployeeId, EmployeeState, Error, Evaluator, ExchangeDeviceTokenParams, ExpandedApplicationSummary, GetApiUserParams, GetApiUserTokenParams, GetApplicationInterviewCodeParams, GetDeviceProviderParams, GetGroupsParams, GetMagicLinkParams, GetMappersParams, GetOauthClientParams, GetOperationParams, GetSelfParams, GetUserResponse_for_TurnstilePermission, InitialApiKeyResponse_for_TurnstilePermission, InitialMagicLinkSecretResponse, InitialOAuthClientSecretResponse, Interview, InterviewAttendee, InterviewAttendeeId, InterviewId, Interviewer, InterviewerId, InterviewingState, Jwk, Jwks, JwksJsonParams, LinkProviderParams, ListApiUserTokensParams, ListApiUsersParams, ListApplicantsParams, ListApplicationReviewAssignmentsParams, ListApplicationSummariesParams, ListApplicationsParams, ListDepartmentsParams, ListDocumentsParams, ListInterviewersParams, ListInterviewsParams, ListListingsParams, ListMagicLinksParams, ListNotificationsParams, ListOauthClientsParams, ListOperationTasksParams, ListOperationsParams, ListPoolsParams, ListReviewSummariesParams, ListReviewersParams, ListReviewsParams, ListRolesParams, Listing, ListingId, ListingPool, ListingPoolAssociation, ListingPoolId, MagicLink, MagicLinkAttemptId, MagicLinkExchangeParams, MagicLinkExchangeRequest, MagicLinkExchangeResponse, MagicLinkId, MagicLinkMedium, MagicLinkRedirectUri, MagicLinkRedirectUriId, MagicLinkSecret, MagicLinkSecretId, MagicLinkSendParams, MagicLinkSendRequest, MagicLinkSendResponse, Mapper, MapperId, NewHireBody, NewHireParams, NotificationId, NotificationMedium, NotificationStatus, Notification_for_RenderedEmail, NotifyApplicationReviewAssignmentsParams, OAuthAuthzCodeExchangeBody, OAuthAuthzCodeExchangeResponse, OAuthClient, OAuthClientId, OAuthClientRedirectUri, OAuthClientSecret, OAuthProviderInfo, OAuthProviderName, OAuthRedirectUriId, OAuthSecretId, OfferState, OfferTransitionBody, OnboardingId, OpenIdConfiguration, OpenidConfigurationParams, OperationId, OperationState, OperationTaskId, OperationTaskState, OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, Operation_for_TurnstilePermission_and_String, Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, OptionalTransitionBody, Permissions_for_TurnstilePermission, Pool, PoolAction, PoolId, Provider, RecipientId, RegisterApplicant, RegisterApplicantParams, RegisterInterviewerParams, RegisterReviewerParams, RemoveApiUserFromGroupParams, RenderedEmail, Review, ReviewAssignment, ReviewAssignmentCreationError, ReviewAssignmentId, ReviewAssignmentState, ReviewId, ReviewInfo, ReviewScore, Reviewer, ReviewerId, ReviewerInfo, Reviews, Role, RoleId, RoleListingStatus, ScalarApplicationState, SecretString, SetApiUserContactEmailParams, SimulateReviewActionParams, SubmitApplicationParams, TransitionApplicationToDeclinedBatch, TransitionApplicationToDeclinedBatchEndpoint, TransitionApplicationToDeclinedParams, TransitionApplicationToDeferredBatch, TransitionApplicationToDeferredBatchEndpoint, TransitionApplicationToDeferredParams, TransitionApplicationToInterviewingParams, TransitionApplicationToNextStepsParams, TransitionApplicationToOfferParams, TransitionApplicationToWithdrawnParams, TransitionBody, TransitionMessage, TriageReason, TurnstilePermission, TypedUuidForAccessGroupId, TypedUuidForApiKeyId, TypedUuidForApplicantContactId, TypedUuidForApplicantId, TypedUuidForApplicationId, TypedUuidForApplicationInterviewCodeId, TypedUuidForApplicationStateRecordId, TypedUuidForBackgroundCheckId, TypedUuidForDepartmentId, TypedUuidForDocumentId, TypedUuidForEmployeeId, TypedUuidForInterviewAttendeeId, TypedUuidForInterviewId, TypedUuidForInterviewerId, TypedUuidForListingId, TypedUuidForListingPoolId, TypedUuidForMagicLinkAttemptId, TypedUuidForMagicLinkId, TypedUuidForMagicLinkRedirectUriId, TypedUuidForMagicLinkSecretId, TypedUuidForMapperId, TypedUuidForNotificationId, TypedUuidForOAuthClientId, TypedUuidForOAuthRedirectUriId, TypedUuidForOAuthSecretId, TypedUuidForOnboardingId, TypedUuidForOperationId, TypedUuidForOperationTaskId, TypedUuidForPoolId, TypedUuidForReviewAssignmentId, TypedUuidForReviewId, TypedUuidForReviewerId, TypedUuidForRoleId, TypedUuidForUserId, TypedUuidForUserProviderId, UnassignPoolParams, UpdateApiUserParams, UpdateApplicantContact, UpdateApplicantContactParams, UpdateDocument, UpdateDocumentParams, UpdateDocumentStatus, UpdateDocumentStatusParams, UpdateGroupParams, UpdateListing, UpdateListingParams, UpdateListingStateParams, UpdatePoolParams, UpdateReview, UpdateReviewParams, UserId, UserProviderId, ViewApplicantParams, ViewApplication, ViewApplicationBundleParams, ViewApplicationParams, ViewApplicationStartDateParams, ViewApplicationSummaryParams, ViewDepartmentParams, ViewDocumentDataParams, ViewDocumentParams, ViewListingParams, ViewPoolParams, ViewReviewParams, ViewRoleParams };
|
|
8676
|
+
export { AccessGroupId, AccessGroupUpdateParams_for_TurnstilePermission, AccessGroup_for_TurnstilePermission, AccessTokenExchangeRequest, AddApiUserToGroupParams, AddGroupBody, AddMagicLinkRedirectBody, AddOAuthClientRedirectBody, ApiKeyCreateParams_for_TurnstilePermission, ApiKeyId, ApiKeyResponse_for_TurnstilePermission, ApiUserContactEmail, ApiUserEmailUpdateParams, ApiUserInfo_for_TurnstilePermission, ApiUserLinkRequestPayload, ApiUserLinkRequestResponse, ApiUserProvider, ApiUserProviderLinkPayload, ApiUserUpdateParams_for_TurnstilePermission, ApiUser_for_TurnstilePermission, Applicant, ApplicantContact, ApplicantContactField, ApplicantContactId, ApplicantId, ApplicantInfo, Application, ApplicationBundle, ApplicationId, ApplicationInterviewCode, ApplicationInterviewCodeId, ApplicationStartDate, ApplicationState, ApplicationStateRecord, ApplicationStateRecordId, ApplicationSummariesResponse, ApplicationSummaryResponse, ApplyReviewActionParams, AssignPool, AssignPoolParams, AttachDocument, AttachDocumentParams, AuthzCodeCallbackParams, AuthzCodeExchangeParams, AuthzCodeRedirectParams, BackgroundCheckId, BatchParameter_for_TransitionBody, BatchParameter_for_ViewApplication, CreateApiUserParams, CreateApiUserTokenParams, CreateApplication, CreateApplicationParams, CreateApplicationReviewAssignmentsParams, CreateDepartment, CreateDepartmentParams, CreateDocument, CreateDocumentParams, CreateDocumentUploadUrlParams, CreateGroupParams, CreateLinkTokenParams, CreateListing, CreateListingParams, CreateMagicLinkParams, CreateMagicLinkRedirectUriParams, CreateMagicLinkSecretParams, CreateMapper, CreateMapperParams, CreateOauthClientParams, CreateOauthClientRedirectUriParams, CreateOauthClientSecretParams, CreateOperationApplicationTransitionDeclineParams, CreateOperationApplicationTransitionDeferParams, CreatePool, CreatePoolParams, CreateReview, CreateReviewAssignments, CreateReviewAssignmentsResponse, CreateReviewParams, CreateRole, CreateRoleParams, CreatedApplication, CreatedAssignment, DeleteApiUserTokenParams, DeleteDocumentParams, DeleteGroupParams, DeleteMagicLinkRedirectUriParams, DeleteMagicLinkSecretParams, DeleteMapperParams, DeleteOauthClientRedirectUriParams, DeleteOauthClientSecretParams, DeleteReviewParams, Department, DepartmentId, Document, DocumentId, DocumentKind, DocumentParent, DocumentSource, DocumentUploadUrlResponse, EmailApplicantBody, EmailApplicantParams, EmailConfig, Employee, EmployeeId, EmployeeState, Error, Evaluator, ExchangeDeviceTokenParams, ExpandedApplicationSummary, GetApiUserParams, GetApiUserTokenParams, GetApplicationInterviewCodeParams, GetDeviceProviderParams, GetGroupsParams, GetMagicLinkParams, GetMappersParams, GetOauthClientParams, GetOperationParams, GetSelfParams, GetUserResponse_for_TurnstilePermission, InitialApiKeyResponse_for_TurnstilePermission, InitialMagicLinkSecretResponse, InitialOAuthClientSecretResponse, Interview, InterviewAttendee, InterviewAttendeeId, InterviewId, Interviewer, InterviewerId, InterviewingState, Jwk, Jwks, JwksJsonParams, LinkProviderParams, ListApiUserTokensParams, ListApiUsersParams, ListApplicantsParams, ListApplicationReviewAssignmentsParams, ListApplicationSummariesParams, ListApplicationsParams, ListDepartmentsParams, ListDocumentsParams, ListInterviewersParams, ListInterviewsParams, ListListingsParams, ListMagicLinksParams, ListNotificationsParams, ListOauthClientsParams, ListOperationTasksParams, ListOperationsParams, ListPoolsParams, ListReviewSummariesParams, ListReviewersParams, ListReviewsParams, ListRolesParams, Listing, ListingId, ListingPool, ListingPoolAssociation, ListingPoolId, MagicLink, MagicLinkAttemptId, MagicLinkExchangeParams, MagicLinkExchangeRequest, MagicLinkExchangeResponse, MagicLinkId, MagicLinkMedium, MagicLinkRedirectUri, MagicLinkRedirectUriId, MagicLinkSecret, MagicLinkSecretId, MagicLinkSendParams, MagicLinkSendRequest, MagicLinkSendResponse, Mapper, MapperId, NewHireBody, NewHireParams, NotificationId, NotificationMedium, NotificationStatus, Notification_for_RenderedEmail, NotifyApplicationReviewAssignmentsParams, OAuthAuthzCodeExchangeBody, OAuthAuthzCodeExchangeResponse, OAuthClient, OAuthClientId, OAuthClientRedirectUri, OAuthClientSecret, OAuthProviderInfo, OAuthProviderName, OAuthRedirectUriId, OAuthSecretId, OfferState, OfferTransitionBody, OnboardingId, OpenIdConfiguration, OpenidConfigurationParams, OperationId, OperationState, OperationTaskId, OperationTaskState, OperationTask_for_AnyValue_and_AnyValue_and_AnyValue_and_AnyValue, Operation_for_TurnstilePermission_and_String, Operation_for_TurnstilePermission_and_TransitionApplicationToDeclinedBatchEndpoint, Operation_for_TurnstilePermission_and_TransitionApplicationToDeferredBatchEndpoint, OptionalTransitionBody, Permissions_for_TurnstilePermission, Pool, PoolAction, PoolId, Provider, RecipientId, RegisterApplicant, RegisterApplicantParams, RegisterInterviewerParams, RegisterReviewerParams, RemoveApiUserFromGroupParams, RenderedEmail, Review, ReviewAssignment, ReviewAssignmentCreationError, ReviewAssignmentId, ReviewAssignmentState, ReviewId, ReviewInfo, ReviewScore, Reviewer, ReviewerId, ReviewerInfo, Reviews, Role, RoleId, RoleListingStatus, ScalarApplicationState, SecretString, SetApiUserContactEmailParams, SimulateReviewActionParams, SubmitApplicationParams, TransitionApplicationToDeclinedBatch, TransitionApplicationToDeclinedBatchEndpoint, TransitionApplicationToDeclinedParams, TransitionApplicationToDeferredBatch, TransitionApplicationToDeferredBatchEndpoint, TransitionApplicationToDeferredParams, TransitionApplicationToInterviewingParams, TransitionApplicationToNextStepsParams, TransitionApplicationToOfferCompleteParams, TransitionApplicationToOfferParams, TransitionApplicationToWithdrawnParams, TransitionBody, TransitionMessage, TriageReason, TurnstilePermission, TypedUuidForAccessGroupId, TypedUuidForApiKeyId, TypedUuidForApplicantContactId, TypedUuidForApplicantId, TypedUuidForApplicationId, TypedUuidForApplicationInterviewCodeId, TypedUuidForApplicationStateRecordId, TypedUuidForBackgroundCheckId, TypedUuidForDepartmentId, TypedUuidForDocumentId, TypedUuidForEmployeeId, TypedUuidForInterviewAttendeeId, TypedUuidForInterviewId, TypedUuidForInterviewerId, TypedUuidForListingId, TypedUuidForListingPoolId, TypedUuidForMagicLinkAttemptId, TypedUuidForMagicLinkId, TypedUuidForMagicLinkRedirectUriId, TypedUuidForMagicLinkSecretId, TypedUuidForMapperId, TypedUuidForNotificationId, TypedUuidForOAuthClientId, TypedUuidForOAuthRedirectUriId, TypedUuidForOAuthSecretId, TypedUuidForOnboardingId, TypedUuidForOperationId, TypedUuidForOperationTaskId, TypedUuidForPoolId, TypedUuidForReviewAssignmentId, TypedUuidForReviewId, TypedUuidForReviewerId, TypedUuidForRoleId, TypedUuidForUserId, TypedUuidForUserProviderId, UnassignPoolParams, UpdateApiUserParams, UpdateApplicantContact, UpdateApplicantContactParams, UpdateDocument, UpdateDocumentParams, UpdateDocumentStatus, UpdateDocumentStatusParams, UpdateGroupParams, UpdateListing, UpdateListingParams, UpdateListingStateParams, UpdatePoolParams, UpdateReview, UpdateReviewParams, UserId, UserProviderId, ViewApplicantParams, ViewApplication, ViewApplicationBundleParams, ViewApplicationParams, ViewApplicationStartDateParams, ViewApplicationSummaryParams, ViewDepartmentParams, ViewDocumentDataParams, ViewDocumentParams, ViewListingParams, ViewPoolParams, ViewReviewParams, ViewRoleParams };
|
package/dist/validate.js
CHANGED
|
@@ -1558,6 +1558,15 @@ var TransitionApplicationToOfferParams = z.preprocess(
|
|
|
1558
1558
|
query: z.object({})
|
|
1559
1559
|
})
|
|
1560
1560
|
);
|
|
1561
|
+
var TransitionApplicationToOfferCompleteParams = z.preprocess(
|
|
1562
|
+
processResponseBody,
|
|
1563
|
+
z.object({
|
|
1564
|
+
path: z.object({
|
|
1565
|
+
application: TypedUuidForApplicationId
|
|
1566
|
+
}),
|
|
1567
|
+
query: z.object({})
|
|
1568
|
+
})
|
|
1569
|
+
);
|
|
1561
1570
|
var TransitionApplicationToWithdrawnParams = z.preprocess(
|
|
1562
1571
|
processResponseBody,
|
|
1563
1572
|
z.object({
|
|
@@ -2456,6 +2465,7 @@ export {
|
|
|
2456
2465
|
TransitionApplicationToDeferredParams,
|
|
2457
2466
|
TransitionApplicationToInterviewingParams,
|
|
2458
2467
|
TransitionApplicationToNextStepsParams,
|
|
2468
|
+
TransitionApplicationToOfferCompleteParams,
|
|
2459
2469
|
TransitionApplicationToOfferParams,
|
|
2460
2470
|
TransitionApplicationToWithdrawnParams,
|
|
2461
2471
|
TransitionBody,
|
package/package.json
CHANGED
package/src/Api.ts
CHANGED
|
@@ -1307,6 +1307,10 @@ export interface TransitionApplicationToOfferPathParams {
|
|
|
1307
1307
|
application: TypedUuidForApplicationId
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
+
export interface TransitionApplicationToOfferCompletePathParams {
|
|
1311
|
+
application: TypedUuidForApplicationId
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1310
1314
|
export interface TransitionApplicationToWithdrawnPathParams {
|
|
1311
1315
|
application: TypedUuidForApplicationId
|
|
1312
1316
|
}
|
|
@@ -2012,6 +2016,23 @@ export class Api extends HttpClient {
|
|
|
2012
2016
|
...params,
|
|
2013
2017
|
})
|
|
2014
2018
|
},
|
|
2019
|
+
/**
|
|
2020
|
+
* Move an application to the offer complete substate
|
|
2021
|
+
*/
|
|
2022
|
+
transitionApplicationToOfferComplete: (
|
|
2023
|
+
{
|
|
2024
|
+
path,
|
|
2025
|
+
body,
|
|
2026
|
+
}: { path: TransitionApplicationToOfferCompletePathParams; body: OfferTransitionBody },
|
|
2027
|
+
params: FetchParams = {},
|
|
2028
|
+
) => {
|
|
2029
|
+
return this.request<ApplicationStateRecord>({
|
|
2030
|
+
path: `/application/${path.application}/transition/offer-complete`,
|
|
2031
|
+
method: 'POST',
|
|
2032
|
+
body,
|
|
2033
|
+
...params,
|
|
2034
|
+
})
|
|
2035
|
+
},
|
|
2015
2036
|
/**
|
|
2016
2037
|
* Move an application to the Withdrawn stage
|
|
2017
2038
|
*/
|
package/src/validate.ts
CHANGED
|
@@ -1794,6 +1794,16 @@ export const TransitionApplicationToOfferParams = z.preprocess(
|
|
|
1794
1794
|
}),
|
|
1795
1795
|
)
|
|
1796
1796
|
|
|
1797
|
+
export const TransitionApplicationToOfferCompleteParams = z.preprocess(
|
|
1798
|
+
processResponseBody,
|
|
1799
|
+
z.object({
|
|
1800
|
+
path: z.object({
|
|
1801
|
+
application: TypedUuidForApplicationId,
|
|
1802
|
+
}),
|
|
1803
|
+
query: z.object({}),
|
|
1804
|
+
}),
|
|
1805
|
+
)
|
|
1806
|
+
|
|
1797
1807
|
export const TransitionApplicationToWithdrawnParams = z.preprocess(
|
|
1798
1808
|
processResponseBody,
|
|
1799
1809
|
z.object({
|