@livdot-tech/contracts 1.5.7 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/index.d.mts +10 -1
- package/dist/auth/index.d.ts +10 -1
- package/dist/auth/index.js +1 -1
- package/dist/auth/index.mjs +1 -1
- package/dist/booking/index.d.mts +168 -116
- package/dist/booking/index.d.ts +168 -116
- package/dist/booking/index.js +1 -1
- package/dist/booking/index.mjs +1 -1
- package/dist/chunk-2SBD35GV.js +2 -0
- package/dist/chunk-2SBD35GV.js.map +1 -0
- package/dist/chunk-HDXG5AKS.mjs +2 -0
- package/dist/{chunk-XUOMVQVQ.mjs.map → chunk-HDXG5AKS.mjs.map} +1 -1
- package/dist/chunk-JCAWAKZN.mjs +2 -0
- package/dist/chunk-JCAWAKZN.mjs.map +1 -0
- package/dist/{chunk-2TQ3BI34.js → chunk-LEBP3RB5.js} +2 -2
- package/dist/{chunk-2TQ3BI34.js.map → chunk-LEBP3RB5.js.map} +1 -1
- package/dist/chunk-QGEYDED6.js +2 -0
- package/dist/chunk-QGEYDED6.js.map +1 -0
- package/dist/{chunk-PCFMRWWF.mjs → chunk-R6SQRDH7.mjs} +2 -2
- package/dist/chunk-R6SQRDH7.mjs.map +1 -0
- package/dist/{chunk-VGS23C2E.mjs → chunk-SC6R26OW.mjs} +2 -2
- package/dist/chunk-SC6R26OW.mjs.map +1 -0
- package/dist/{chunk-QK5JKCO4.js → chunk-TLH4NZ36.js} +2 -2
- package/dist/chunk-TLH4NZ36.js.map +1 -0
- package/dist/chunk-WQRHUUGO.mjs +2 -0
- package/dist/chunk-WQRHUUGO.mjs.map +1 -0
- package/dist/{chunk-HZF6DJHM.js → chunk-X2I2OKNI.js} +2 -2
- package/dist/chunk-X2I2OKNI.js.map +1 -0
- package/dist/chunk-X7OLLQRF.mjs +2 -0
- package/dist/chunk-X7OLLQRF.mjs.map +1 -0
- package/dist/chunk-YTKSEZDS.mjs +2 -0
- package/dist/chunk-YTKSEZDS.mjs.map +1 -0
- package/dist/chunk-YYP6D3S5.js +2 -0
- package/dist/chunk-YYP6D3S5.js.map +1 -0
- package/dist/chunk-ZA5SQOKW.js +2 -0
- package/dist/chunk-ZA5SQOKW.js.map +1 -0
- package/dist/common/index.d.mts +28 -13
- package/dist/common/index.d.ts +28 -13
- package/dist/common/index.js +1 -1
- package/dist/common/index.mjs +1 -1
- package/dist/errors/index.d.mts +2 -0
- package/dist/errors/index.d.ts +2 -0
- package/dist/errors/index.js +1 -1
- package/dist/errors/index.mjs +1 -1
- package/dist/event/index.d.mts +195 -12
- package/dist/event/index.d.ts +195 -12
- package/dist/event/index.js +1 -1
- package/dist/event/index.mjs +1 -1
- package/dist/index.d.mts +339 -21
- package/dist/index.d.ts +339 -21
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/marketplace/index.d.mts +3 -61
- package/dist/marketplace/index.d.ts +3 -61
- package/dist/marketplace/index.js +1 -1
- package/dist/marketplace/index.mjs +1 -1
- package/dist/user/index.js +1 -1
- package/dist/user/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-54FMKF33.js +0 -2
- package/dist/chunk-54FMKF33.js.map +0 -1
- package/dist/chunk-EGUWLSAA.mjs +0 -2
- package/dist/chunk-EGUWLSAA.mjs.map +0 -1
- package/dist/chunk-EJCFJL2F.mjs +0 -2
- package/dist/chunk-EJCFJL2F.mjs.map +0 -1
- package/dist/chunk-FE3AMYQL.mjs +0 -2
- package/dist/chunk-FE3AMYQL.mjs.map +0 -1
- package/dist/chunk-GKYB3J5L.js +0 -2
- package/dist/chunk-GKYB3J5L.js.map +0 -1
- package/dist/chunk-HZF6DJHM.js.map +0 -1
- package/dist/chunk-OZFSYIAL.js +0 -2
- package/dist/chunk-OZFSYIAL.js.map +0 -1
- package/dist/chunk-PCFMRWWF.mjs.map +0 -1
- package/dist/chunk-QK5JKCO4.js.map +0 -1
- package/dist/chunk-VGS23C2E.mjs.map +0 -1
- package/dist/chunk-VRSJMPBY.js +0 -2
- package/dist/chunk-VRSJMPBY.js.map +0 -1
- package/dist/chunk-XUOMVQVQ.mjs +0 -2
- package/dist/chunk-Y3FL6AED.mjs +0 -2
- package/dist/chunk-Y3FL6AED.mjs.map +0 -1
package/dist/auth/index.d.mts
CHANGED
|
@@ -191,6 +191,13 @@ declare const OauthLinkCompleteEmailRequestSchema: z.ZodObject<{
|
|
|
191
191
|
linkHandoff: z.ZodString;
|
|
192
192
|
email: z.ZodEmail;
|
|
193
193
|
}, z.core.$strip>;
|
|
194
|
+
declare const ConfirmPasswordSchema: z.ZodObject<{
|
|
195
|
+
password: z.ZodString;
|
|
196
|
+
}, z.core.$strip>;
|
|
197
|
+
declare const ReauthTokenResponseSchema: z.ZodObject<{
|
|
198
|
+
reauthToken: z.ZodString;
|
|
199
|
+
expiresAt: z.ZodISODateTime;
|
|
200
|
+
}, z.core.$strip>;
|
|
194
201
|
|
|
195
202
|
type RegisterRequest = z.infer<typeof RegisterRequestSchema>;
|
|
196
203
|
type LoginRequest = z.infer<typeof LoginRequestSchema>;
|
|
@@ -214,6 +221,8 @@ type OauthLinkSendOtpResponse = z.infer<typeof OauthLinkSendOtpResponseSchema>;
|
|
|
214
221
|
type ProvidersListResponse = z.infer<typeof ProvidersListResponseSchema>;
|
|
215
222
|
type ProvidersListItem = z.infer<typeof ProvidersListItemSchema>;
|
|
216
223
|
type OauthLinkCompleteEmailRequest = z.infer<typeof OauthLinkCompleteEmailRequestSchema>;
|
|
224
|
+
type ConfirmPassword = z.infer<typeof ConfirmPasswordSchema>;
|
|
225
|
+
type ReauthTokenResponse = z.infer<typeof ReauthTokenResponseSchema>;
|
|
217
226
|
|
|
218
227
|
declare const IdentityProvider: {
|
|
219
228
|
readonly GOOGLE: "GOOGLE";
|
|
@@ -234,4 +243,4 @@ declare const OauthResolveKind: {
|
|
|
234
243
|
};
|
|
235
244
|
type OauthResolveKind = (typeof OauthResolveKind)[keyof typeof OauthResolveKind];
|
|
236
245
|
|
|
237
|
-
export { type ChangePasswordRequest, ChangePasswordRequestSchema, type CognitoTokenPayload, CognitoTokenPayloadSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, type LinkRequiredResponse, LinkRequiredResponseSchema, type LoginRequest, LoginRequestSchema, type LoginResponse, LoginResponseSchema, type LogoutRequestPayload, LogoutRequestSchema, type OauthDirectTokenRequest, OauthDirectTokenRequestSchema, type OauthExchangeRequest, OauthExchangeRequestSchema, type OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, type OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, type OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, type OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, type OauthStartQuery, OauthStartQuerySchema, type OauthStartResponse, OauthStartResponseSchema, type ProvidersListItem, ProvidersListItemSchema, type ProvidersListResponse, ProvidersListResponseSchema, type RefreshTokenRequest, RefreshTokenRequestSchema, type RegisterRequest, RegisterRequestSchema, type RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, type ResetPasswordRequest, ResetPasswordRequestSchema, type VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema };
|
|
246
|
+
export { type ChangePasswordRequest, ChangePasswordRequestSchema, type CognitoTokenPayload, CognitoTokenPayloadSchema, type ConfirmPassword, ConfirmPasswordSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, type LinkRequiredResponse, LinkRequiredResponseSchema, type LoginRequest, LoginRequestSchema, type LoginResponse, LoginResponseSchema, type LogoutRequestPayload, LogoutRequestSchema, type OauthDirectTokenRequest, OauthDirectTokenRequestSchema, type OauthExchangeRequest, OauthExchangeRequestSchema, type OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, type OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, type OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, type OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, type OauthStartQuery, OauthStartQuerySchema, type OauthStartResponse, OauthStartResponseSchema, type ProvidersListItem, ProvidersListItemSchema, type ProvidersListResponse, ProvidersListResponseSchema, type ReauthTokenResponse, ReauthTokenResponseSchema, type RefreshTokenRequest, RefreshTokenRequestSchema, type RegisterRequest, RegisterRequestSchema, type RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, type ResetPasswordRequest, ResetPasswordRequestSchema, type VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema };
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -191,6 +191,13 @@ declare const OauthLinkCompleteEmailRequestSchema: z.ZodObject<{
|
|
|
191
191
|
linkHandoff: z.ZodString;
|
|
192
192
|
email: z.ZodEmail;
|
|
193
193
|
}, z.core.$strip>;
|
|
194
|
+
declare const ConfirmPasswordSchema: z.ZodObject<{
|
|
195
|
+
password: z.ZodString;
|
|
196
|
+
}, z.core.$strip>;
|
|
197
|
+
declare const ReauthTokenResponseSchema: z.ZodObject<{
|
|
198
|
+
reauthToken: z.ZodString;
|
|
199
|
+
expiresAt: z.ZodISODateTime;
|
|
200
|
+
}, z.core.$strip>;
|
|
194
201
|
|
|
195
202
|
type RegisterRequest = z.infer<typeof RegisterRequestSchema>;
|
|
196
203
|
type LoginRequest = z.infer<typeof LoginRequestSchema>;
|
|
@@ -214,6 +221,8 @@ type OauthLinkSendOtpResponse = z.infer<typeof OauthLinkSendOtpResponseSchema>;
|
|
|
214
221
|
type ProvidersListResponse = z.infer<typeof ProvidersListResponseSchema>;
|
|
215
222
|
type ProvidersListItem = z.infer<typeof ProvidersListItemSchema>;
|
|
216
223
|
type OauthLinkCompleteEmailRequest = z.infer<typeof OauthLinkCompleteEmailRequestSchema>;
|
|
224
|
+
type ConfirmPassword = z.infer<typeof ConfirmPasswordSchema>;
|
|
225
|
+
type ReauthTokenResponse = z.infer<typeof ReauthTokenResponseSchema>;
|
|
217
226
|
|
|
218
227
|
declare const IdentityProvider: {
|
|
219
228
|
readonly GOOGLE: "GOOGLE";
|
|
@@ -234,4 +243,4 @@ declare const OauthResolveKind: {
|
|
|
234
243
|
};
|
|
235
244
|
type OauthResolveKind = (typeof OauthResolveKind)[keyof typeof OauthResolveKind];
|
|
236
245
|
|
|
237
|
-
export { type ChangePasswordRequest, ChangePasswordRequestSchema, type CognitoTokenPayload, CognitoTokenPayloadSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, type LinkRequiredResponse, LinkRequiredResponseSchema, type LoginRequest, LoginRequestSchema, type LoginResponse, LoginResponseSchema, type LogoutRequestPayload, LogoutRequestSchema, type OauthDirectTokenRequest, OauthDirectTokenRequestSchema, type OauthExchangeRequest, OauthExchangeRequestSchema, type OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, type OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, type OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, type OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, type OauthStartQuery, OauthStartQuerySchema, type OauthStartResponse, OauthStartResponseSchema, type ProvidersListItem, ProvidersListItemSchema, type ProvidersListResponse, ProvidersListResponseSchema, type RefreshTokenRequest, RefreshTokenRequestSchema, type RegisterRequest, RegisterRequestSchema, type RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, type ResetPasswordRequest, ResetPasswordRequestSchema, type VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema };
|
|
246
|
+
export { type ChangePasswordRequest, ChangePasswordRequestSchema, type CognitoTokenPayload, CognitoTokenPayloadSchema, type ConfirmPassword, ConfirmPasswordSchema, type ForgotPasswordRequest, ForgotPasswordRequestSchema, ForgotPasswordResponseSchema, IdentityProvider, LinkRequiredReasonEnum, type LinkRequiredResponse, LinkRequiredResponseSchema, type LoginRequest, LoginRequestSchema, type LoginResponse, LoginResponseSchema, type LogoutRequestPayload, LogoutRequestSchema, type OauthDirectTokenRequest, OauthDirectTokenRequestSchema, type OauthExchangeRequest, OauthExchangeRequestSchema, type OauthLinkCompleteEmailRequest, OauthLinkCompleteEmailRequestSchema, type OauthLinkCompleteRequest, OauthLinkCompleteRequestSchema, type OauthLinkSendOtpRequest, OauthLinkSendOtpRequestSchema, type OauthLinkSendOtpResponse, OauthLinkSendOtpResponseSchema, OauthResolveKind, type OauthStartQuery, OauthStartQuerySchema, type OauthStartResponse, OauthStartResponseSchema, type ProvidersListItem, ProvidersListItemSchema, type ProvidersListResponse, ProvidersListResponseSchema, type ReauthTokenResponse, ReauthTokenResponseSchema, type RefreshTokenRequest, RefreshTokenRequestSchema, type RegisterRequest, RegisterRequestSchema, type RegisterResponsePayload, RegisterResponseSchema, ResendOtpRequestSchema, type ResetPasswordRequest, ResetPasswordRequestSchema, type VerifyOtpRequest, VerifyOtpRequestSchema, VerifyOtpResponseSchema };
|
package/dist/auth/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkTLH4NZ36_js=require('../chunk-TLH4NZ36.js');require('../chunk-LEBP3RB5.js'),require('../chunk-W2AXUTIW.js'),require('../chunk-YYP6D3S5.js'),require('../chunk-QGEYDED6.js');Object.defineProperty(exports,"ChangePasswordRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.p}});Object.defineProperty(exports,"CognitoTokenPayloadSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.q}});Object.defineProperty(exports,"ConfirmPasswordSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.C}});Object.defineProperty(exports,"ForgotPasswordRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.m}});Object.defineProperty(exports,"ForgotPasswordResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.n}});Object.defineProperty(exports,"IdentityProvider",{enumerable:true,get:function(){return chunkTLH4NZ36_js.a}});Object.defineProperty(exports,"LinkRequiredReasonEnum",{enumerable:true,get:function(){return chunkTLH4NZ36_js.b}});Object.defineProperty(exports,"LinkRequiredResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.x}});Object.defineProperty(exports,"LoginRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.f}});Object.defineProperty(exports,"LoginResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.j}});Object.defineProperty(exports,"LogoutRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.l}});Object.defineProperty(exports,"OauthDirectTokenRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.u}});Object.defineProperty(exports,"OauthExchangeRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.t}});Object.defineProperty(exports,"OauthLinkCompleteEmailRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.B}});Object.defineProperty(exports,"OauthLinkCompleteRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.v}});Object.defineProperty(exports,"OauthLinkSendOtpRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.w}});Object.defineProperty(exports,"OauthLinkSendOtpResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.y}});Object.defineProperty(exports,"OauthResolveKind",{enumerable:true,get:function(){return chunkTLH4NZ36_js.c}});Object.defineProperty(exports,"OauthStartQuerySchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.r}});Object.defineProperty(exports,"OauthStartResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.s}});Object.defineProperty(exports,"ProvidersListItemSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.z}});Object.defineProperty(exports,"ProvidersListResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.A}});Object.defineProperty(exports,"ReauthTokenResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.D}});Object.defineProperty(exports,"RefreshTokenRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.k}});Object.defineProperty(exports,"RegisterRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.d}});Object.defineProperty(exports,"RegisterResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.e}});Object.defineProperty(exports,"ResendOtpRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.h}});Object.defineProperty(exports,"ResetPasswordRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.o}});Object.defineProperty(exports,"VerifyOtpRequestSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.g}});Object.defineProperty(exports,"VerifyOtpResponseSchema",{enumerable:true,get:function(){return chunkTLH4NZ36_js.i}});//# sourceMappingURL=index.js.map
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/auth/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{p as ChangePasswordRequestSchema,q as CognitoTokenPayloadSchema,m as ForgotPasswordRequestSchema,n as ForgotPasswordResponseSchema,a as IdentityProvider,b as LinkRequiredReasonEnum,x as LinkRequiredResponseSchema,f as LoginRequestSchema,j as LoginResponseSchema,l as LogoutRequestSchema,u as OauthDirectTokenRequestSchema,t as OauthExchangeRequestSchema,B as OauthLinkCompleteEmailRequestSchema,v as OauthLinkCompleteRequestSchema,w as OauthLinkSendOtpRequestSchema,y as OauthLinkSendOtpResponseSchema,c as OauthResolveKind,r as OauthStartQuerySchema,s as OauthStartResponseSchema,z as ProvidersListItemSchema,A as ProvidersListResponseSchema,k as RefreshTokenRequestSchema,d as RegisterRequestSchema,e as RegisterResponseSchema,h as ResendOtpRequestSchema,o as ResetPasswordRequestSchema,g as VerifyOtpRequestSchema,i as VerifyOtpResponseSchema}from'../chunk-
|
|
1
|
+
export{p as ChangePasswordRequestSchema,q as CognitoTokenPayloadSchema,C as ConfirmPasswordSchema,m as ForgotPasswordRequestSchema,n as ForgotPasswordResponseSchema,a as IdentityProvider,b as LinkRequiredReasonEnum,x as LinkRequiredResponseSchema,f as LoginRequestSchema,j as LoginResponseSchema,l as LogoutRequestSchema,u as OauthDirectTokenRequestSchema,t as OauthExchangeRequestSchema,B as OauthLinkCompleteEmailRequestSchema,v as OauthLinkCompleteRequestSchema,w as OauthLinkSendOtpRequestSchema,y as OauthLinkSendOtpResponseSchema,c as OauthResolveKind,r as OauthStartQuerySchema,s as OauthStartResponseSchema,z as ProvidersListItemSchema,A as ProvidersListResponseSchema,D as ReauthTokenResponseSchema,k as RefreshTokenRequestSchema,d as RegisterRequestSchema,e as RegisterResponseSchema,h as ResendOtpRequestSchema,o as ResetPasswordRequestSchema,g as VerifyOtpRequestSchema,i as VerifyOtpResponseSchema}from'../chunk-R6SQRDH7.mjs';import'../chunk-HDXG5AKS.mjs';import'../chunk-EQVYSKSG.mjs';import'../chunk-JCAWAKZN.mjs';import'../chunk-X7OLLQRF.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/booking/index.d.mts
CHANGED
|
@@ -266,48 +266,6 @@ declare const CreateMarketplaceBookingResponseSchema: z.ZodObject<{
|
|
|
266
266
|
updatedAt: z.ZodString;
|
|
267
267
|
}, z.core.$strip>;
|
|
268
268
|
}, z.core.$strip>;
|
|
269
|
-
/** Shared `limit` / `cursor` for host-scoped marketplace list endpoints */
|
|
270
|
-
declare const MarketplaceListPaginationQuerySchema: z.ZodObject<{
|
|
271
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
272
|
-
cursor: z.ZodOptional<z.ZodUUID>;
|
|
273
|
-
}, z.core.$strip>;
|
|
274
|
-
/** `GET /marketplace/bookings` */
|
|
275
|
-
declare const ListMarketplaceBookingsQuerySchema: z.ZodObject<{
|
|
276
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
277
|
-
cursor: z.ZodOptional<z.ZodUUID>;
|
|
278
|
-
}, z.core.$strip>;
|
|
279
|
-
declare const ListMarketplaceBookingsResponseSchema: z.ZodObject<{
|
|
280
|
-
bookings: z.ZodArray<z.ZodObject<{
|
|
281
|
-
id: z.ZodUUID;
|
|
282
|
-
eventId: z.ZodNullable<z.ZodUUID>;
|
|
283
|
-
hostProfileId: z.ZodUUID;
|
|
284
|
-
producerProfileId: z.ZodUUID;
|
|
285
|
-
origin: z.ZodEnum<{
|
|
286
|
-
readonly EVENT_DIRECT: "EVENT_DIRECT";
|
|
287
|
-
readonly MARKETPLACE_DIRECT: "MARKETPLACE_DIRECT";
|
|
288
|
-
readonly JOB_LISTING: "JOB_LISTING";
|
|
289
|
-
}>;
|
|
290
|
-
jobListingId: z.ZodNullable<z.ZodUUID>;
|
|
291
|
-
sourceIoiId: z.ZodNullable<z.ZodUUID>;
|
|
292
|
-
state: z.ZodEnum<{
|
|
293
|
-
readonly REQUESTED: "REQUESTED";
|
|
294
|
-
readonly AWAITING_PRODUCER_RESPONSE: "AWAITING_PRODUCER_RESPONSE";
|
|
295
|
-
readonly IN_NEGOTIATION: "IN_NEGOTIATION";
|
|
296
|
-
readonly ACCEPTED: "ACCEPTED";
|
|
297
|
-
readonly REJECTED: "REJECTED";
|
|
298
|
-
readonly CANCELLED: "CANCELLED";
|
|
299
|
-
readonly AWAITING_ESCROW_FUNDING: "AWAITING_ESCROW_FUNDING";
|
|
300
|
-
readonly CONFIRMED: "CONFIRMED";
|
|
301
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
302
|
-
readonly SERVICE_COMPLETED: "SERVICE_COMPLETED";
|
|
303
|
-
readonly IN_DISPUTE: "IN_DISPUTE";
|
|
304
|
-
readonly CLOSED: "CLOSED";
|
|
305
|
-
}>;
|
|
306
|
-
createdAt: z.ZodString;
|
|
307
|
-
updatedAt: z.ZodString;
|
|
308
|
-
}, z.core.$strip>>;
|
|
309
|
-
nextCursor: z.ZodNullable<z.ZodUUID>;
|
|
310
|
-
}, z.core.$strip>;
|
|
311
269
|
/** `POST /marketplace/bookings/:id/transition` (host, producer, admin) */
|
|
312
270
|
declare const TransitionMarketplaceBookingRequestSchema: z.ZodObject<{
|
|
313
271
|
targetState: z.ZodEnum<{
|
|
@@ -397,13 +355,8 @@ declare const ListMarketplaceJobListingsQuerySchema: z.ZodObject<{
|
|
|
397
355
|
readonly ONSITE: "ONSITE";
|
|
398
356
|
readonly REMOTE: "REMOTE";
|
|
399
357
|
}>>;
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
}, z.core.$strip>;
|
|
403
|
-
/** `GET /marketplace/job-listings/mine` */
|
|
404
|
-
declare const ListMarketplaceJobListingsMineQuerySchema: z.ZodObject<{
|
|
405
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
406
|
-
cursor: z.ZodOptional<z.ZodUUID>;
|
|
358
|
+
pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
359
|
+
pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
407
360
|
}, z.core.$strip>;
|
|
408
361
|
declare const MarketplaceJobListingResponseSchema: z.ZodObject<{
|
|
409
362
|
id: z.ZodUUID;
|
|
@@ -432,36 +385,6 @@ declare const MarketplaceJobListingResponseSchema: z.ZodObject<{
|
|
|
432
385
|
createdAt: z.ZodString;
|
|
433
386
|
updatedAt: z.ZodString;
|
|
434
387
|
}, z.core.$strip>;
|
|
435
|
-
declare const ListMarketplaceJobListingsResponseSchema: z.ZodObject<{
|
|
436
|
-
jobListings: z.ZodArray<z.ZodObject<{
|
|
437
|
-
id: z.ZodUUID;
|
|
438
|
-
hostProfileId: z.ZodUUID;
|
|
439
|
-
eventId: z.ZodNullable<z.ZodUUID>;
|
|
440
|
-
title: z.ZodString;
|
|
441
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
442
|
-
description: z.ZodString;
|
|
443
|
-
responsibilities: z.ZodString;
|
|
444
|
-
requirements: z.ZodString;
|
|
445
|
-
role: z.ZodString;
|
|
446
|
-
requiredDate: z.ZodNullable<z.ZodString>;
|
|
447
|
-
estimatedDurationHours: z.ZodNullable<z.ZodNumber>;
|
|
448
|
-
location: z.ZodEnum<{
|
|
449
|
-
readonly ONSITE: "ONSITE";
|
|
450
|
-
readonly REMOTE: "REMOTE";
|
|
451
|
-
}>;
|
|
452
|
-
compensation: z.ZodNullable<z.ZodNumber>;
|
|
453
|
-
attachments: z.ZodNullable<z.ZodUnknown>;
|
|
454
|
-
state: z.ZodEnum<{
|
|
455
|
-
readonly OPEN: "OPEN";
|
|
456
|
-
readonly CLOSED: "CLOSED";
|
|
457
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
458
|
-
}>;
|
|
459
|
-
proposalCount: z.ZodNumber;
|
|
460
|
-
createdAt: z.ZodString;
|
|
461
|
-
updatedAt: z.ZodString;
|
|
462
|
-
}, z.core.$strip>>;
|
|
463
|
-
nextCursor: z.ZodNullable<z.ZodUUID>;
|
|
464
|
-
}, z.core.$strip>;
|
|
465
388
|
/** `POST .../indications-of-interest` */
|
|
466
389
|
declare const SubmitMarketplaceIndicationOfInterestRequestSchema: z.ZodObject<{
|
|
467
390
|
coverMessage: z.ZodOptional<z.ZodString>;
|
|
@@ -511,54 +434,183 @@ declare const MarketplaceIndicationOfInterestHostItemSchema: z.ZodObject<{
|
|
|
511
434
|
updatedAt: z.ZodString;
|
|
512
435
|
producerCompanyName: z.ZodNullable<z.ZodString>;
|
|
513
436
|
}, z.core.$strip>;
|
|
514
|
-
/** `GET .../indications-of-interest` (host review list) */
|
|
515
|
-
declare const ListMarketplaceIndicationsOfInterestQuerySchema: z.ZodObject<{
|
|
516
|
-
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
517
|
-
cursor: z.ZodOptional<z.ZodUUID>;
|
|
518
|
-
}, z.core.$strip>;
|
|
519
|
-
declare const ListMarketplaceIndicationsOfInterestResponseSchema: z.ZodObject<{
|
|
520
|
-
indications: z.ZodArray<z.ZodObject<{
|
|
521
|
-
id: z.ZodUUID;
|
|
522
|
-
jobListingId: z.ZodUUID;
|
|
523
|
-
producerProfileId: z.ZodUUID;
|
|
524
|
-
coverMessage: z.ZodNullable<z.ZodString>;
|
|
525
|
-
proposedAmount: z.ZodNullable<z.ZodNumber>;
|
|
526
|
-
availabilityNotes: z.ZodNullable<z.ZodString>;
|
|
527
|
-
state: z.ZodEnum<{
|
|
528
|
-
readonly OPEN: "OPEN";
|
|
529
|
-
readonly SHORTLISTED: "SHORTLISTED";
|
|
530
|
-
readonly WITHDRAWN: "WITHDRAWN";
|
|
531
|
-
readonly SELECTED: "SELECTED";
|
|
532
|
-
readonly REJECTED: "REJECTED";
|
|
533
|
-
}>;
|
|
534
|
-
resultingBookingId: z.ZodNullable<z.ZodUUID>;
|
|
535
|
-
withdrawnAt: z.ZodNullable<z.ZodString>;
|
|
536
|
-
selectedAt: z.ZodNullable<z.ZodString>;
|
|
537
|
-
createdAt: z.ZodString;
|
|
538
|
-
updatedAt: z.ZodString;
|
|
539
|
-
producerCompanyName: z.ZodNullable<z.ZodString>;
|
|
540
|
-
}, z.core.$strip>>;
|
|
541
|
-
nextCursor: z.ZodNullable<z.ZodUUID>;
|
|
542
|
-
}, z.core.$strip>;
|
|
543
437
|
|
|
544
438
|
type CreateMarketplaceBookingRequest = z.infer<typeof CreateMarketplaceBookingRequestSchema>;
|
|
545
439
|
type MarketplaceBookingResponse = z.infer<typeof MarketplaceBookingResponseSchema>;
|
|
546
440
|
type CreateMarketplaceJobListingRequest = z.infer<typeof CreateMarketplaceJobListingRequestSchema>;
|
|
547
441
|
type UpdateMarketplaceJobListingRequest = z.infer<typeof UpdateMarketplaceJobListingRequestSchema>;
|
|
548
442
|
type ListMarketplaceJobListingsQuery = z.infer<typeof ListMarketplaceJobListingsQuerySchema>;
|
|
549
|
-
type ListMarketplaceJobListingsResponse = z.infer<typeof ListMarketplaceJobListingsResponseSchema>;
|
|
550
443
|
type MarketplaceJobListingResponse = z.infer<typeof MarketplaceJobListingResponseSchema>;
|
|
551
444
|
type SubmitMarketplaceIndicationOfInterestRequest = z.infer<typeof SubmitMarketplaceIndicationOfInterestRequestSchema>;
|
|
552
445
|
type MarketplaceIndicationOfInterestResponse = z.infer<typeof MarketplaceIndicationOfInterestResponseSchema>;
|
|
553
446
|
type CreateMarketplaceBookingResponse = z.infer<typeof CreateMarketplaceBookingResponseSchema>;
|
|
554
|
-
type MarketplaceListPaginationQuery = z.infer<typeof MarketplaceListPaginationQuerySchema>;
|
|
555
|
-
type ListMarketplaceBookingsQuery = z.infer<typeof ListMarketplaceBookingsQuerySchema>;
|
|
556
|
-
type ListMarketplaceBookingsResponse = z.infer<typeof ListMarketplaceBookingsResponseSchema>;
|
|
557
|
-
type ListMarketplaceJobListingsMineQuery = z.infer<typeof ListMarketplaceJobListingsMineQuerySchema>;
|
|
558
|
-
type ListMarketplaceIndicationsOfInterestQuery = z.infer<typeof ListMarketplaceIndicationsOfInterestQuerySchema>;
|
|
559
|
-
type ListMarketplaceIndicationsOfInterestResponse = z.infer<typeof ListMarketplaceIndicationsOfInterestResponseSchema>;
|
|
560
447
|
type MarketplaceIndicationOfInterestHostItem = z.infer<typeof MarketplaceIndicationOfInterestHostItemSchema>;
|
|
561
448
|
type TransitionMarketplaceBookingRequest = z.infer<typeof TransitionMarketplaceBookingRequestSchema>;
|
|
562
449
|
type TransitionMarketplaceBookingResponse = z.infer<typeof TransitionMarketplaceBookingResponseSchema>;
|
|
563
450
|
|
|
564
|
-
|
|
451
|
+
declare const MessageDeliveryStatus: {
|
|
452
|
+
readonly SENT: "SENT";
|
|
453
|
+
readonly DELIVERED: "DELIVERED";
|
|
454
|
+
readonly READ: "READ";
|
|
455
|
+
};
|
|
456
|
+
type MessageDeliveryStatus = (typeof MessageDeliveryStatus)[keyof typeof MessageDeliveryStatus];
|
|
457
|
+
|
|
458
|
+
declare const MarketplaceHiringThreadSchema: z.ZodObject<{
|
|
459
|
+
id: z.ZodUUID;
|
|
460
|
+
bookingId: z.ZodNullable<z.ZodUUID>;
|
|
461
|
+
jobListingId: z.ZodNullable<z.ZodUUID>;
|
|
462
|
+
hostProfileId: z.ZodUUID;
|
|
463
|
+
producerProfileId: z.ZodUUID;
|
|
464
|
+
createdAt: z.ZodString;
|
|
465
|
+
updatedAt: z.ZodString;
|
|
466
|
+
}, z.core.$strip>;
|
|
467
|
+
declare const MarketplaceHiringMessageAttachmentSchema: z.ZodObject<{
|
|
468
|
+
id: z.ZodUUID;
|
|
469
|
+
url: z.ZodString;
|
|
470
|
+
mimeType: z.ZodString;
|
|
471
|
+
sizeBytes: z.ZodNumber;
|
|
472
|
+
createdAt: z.ZodString;
|
|
473
|
+
}, z.core.$strip>;
|
|
474
|
+
declare const MarketplaceHiringMessageSchema: z.ZodObject<{
|
|
475
|
+
id: z.ZodUUID;
|
|
476
|
+
threadId: z.ZodUUID;
|
|
477
|
+
senderUserId: z.ZodUUID;
|
|
478
|
+
body: z.ZodString;
|
|
479
|
+
sentAt: z.ZodString;
|
|
480
|
+
deliveryStatus: z.ZodEnum<{
|
|
481
|
+
readonly SENT: "SENT";
|
|
482
|
+
readonly DELIVERED: "DELIVERED";
|
|
483
|
+
readonly READ: "READ";
|
|
484
|
+
}>;
|
|
485
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
486
|
+
attachments: z.ZodArray<z.ZodObject<{
|
|
487
|
+
id: z.ZodUUID;
|
|
488
|
+
url: z.ZodString;
|
|
489
|
+
mimeType: z.ZodString;
|
|
490
|
+
sizeBytes: z.ZodNumber;
|
|
491
|
+
createdAt: z.ZodString;
|
|
492
|
+
}, z.core.$strip>>;
|
|
493
|
+
}, z.core.$strip>;
|
|
494
|
+
declare const ListMarketplaceHiringThreadMessagesQuerySchema: z.ZodObject<{
|
|
495
|
+
pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
496
|
+
pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
497
|
+
}, z.core.$strip>;
|
|
498
|
+
declare const ListMarketplaceHiringThreadMessagesResponseSchema: z.ZodObject<{
|
|
499
|
+
totalCount: z.ZodNumber;
|
|
500
|
+
pageNumber: z.ZodNumber;
|
|
501
|
+
pageSize: z.ZodNumber;
|
|
502
|
+
totalPages: z.ZodNumber;
|
|
503
|
+
hasPreviousPage: z.ZodBoolean;
|
|
504
|
+
hasNextPage: z.ZodBoolean;
|
|
505
|
+
messages: z.ZodArray<z.ZodObject<{
|
|
506
|
+
id: z.ZodUUID;
|
|
507
|
+
threadId: z.ZodUUID;
|
|
508
|
+
senderUserId: z.ZodUUID;
|
|
509
|
+
body: z.ZodString;
|
|
510
|
+
sentAt: z.ZodString;
|
|
511
|
+
deliveryStatus: z.ZodEnum<{
|
|
512
|
+
readonly SENT: "SENT";
|
|
513
|
+
readonly DELIVERED: "DELIVERED";
|
|
514
|
+
readonly READ: "READ";
|
|
515
|
+
}>;
|
|
516
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
517
|
+
attachments: z.ZodArray<z.ZodObject<{
|
|
518
|
+
id: z.ZodUUID;
|
|
519
|
+
url: z.ZodString;
|
|
520
|
+
mimeType: z.ZodString;
|
|
521
|
+
sizeBytes: z.ZodNumber;
|
|
522
|
+
createdAt: z.ZodString;
|
|
523
|
+
}, z.core.$strip>>;
|
|
524
|
+
}, z.core.$strip>>;
|
|
525
|
+
}, z.core.$strip>;
|
|
526
|
+
declare const GetMarketplaceHiringThreadResponseSchema: z.ZodObject<{
|
|
527
|
+
totalCount: z.ZodNumber;
|
|
528
|
+
pageNumber: z.ZodNumber;
|
|
529
|
+
pageSize: z.ZodNumber;
|
|
530
|
+
totalPages: z.ZodNumber;
|
|
531
|
+
hasPreviousPage: z.ZodBoolean;
|
|
532
|
+
hasNextPage: z.ZodBoolean;
|
|
533
|
+
thread: z.ZodObject<{
|
|
534
|
+
id: z.ZodUUID;
|
|
535
|
+
bookingId: z.ZodNullable<z.ZodUUID>;
|
|
536
|
+
jobListingId: z.ZodNullable<z.ZodUUID>;
|
|
537
|
+
hostProfileId: z.ZodUUID;
|
|
538
|
+
producerProfileId: z.ZodUUID;
|
|
539
|
+
createdAt: z.ZodString;
|
|
540
|
+
updatedAt: z.ZodString;
|
|
541
|
+
}, z.core.$strip>;
|
|
542
|
+
messages: z.ZodArray<z.ZodObject<{
|
|
543
|
+
id: z.ZodUUID;
|
|
544
|
+
threadId: z.ZodUUID;
|
|
545
|
+
senderUserId: z.ZodUUID;
|
|
546
|
+
body: z.ZodString;
|
|
547
|
+
sentAt: z.ZodString;
|
|
548
|
+
deliveryStatus: z.ZodEnum<{
|
|
549
|
+
readonly SENT: "SENT";
|
|
550
|
+
readonly DELIVERED: "DELIVERED";
|
|
551
|
+
readonly READ: "READ";
|
|
552
|
+
}>;
|
|
553
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
554
|
+
attachments: z.ZodArray<z.ZodObject<{
|
|
555
|
+
id: z.ZodUUID;
|
|
556
|
+
url: z.ZodString;
|
|
557
|
+
mimeType: z.ZodString;
|
|
558
|
+
sizeBytes: z.ZodNumber;
|
|
559
|
+
createdAt: z.ZodString;
|
|
560
|
+
}, z.core.$strip>>;
|
|
561
|
+
}, z.core.$strip>>;
|
|
562
|
+
}, z.core.$strip>;
|
|
563
|
+
declare const PostMarketplaceHiringThreadMessageRequestSchema: z.ZodObject<{
|
|
564
|
+
body: z.ZodString;
|
|
565
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
566
|
+
url: z.ZodString;
|
|
567
|
+
mimeType: z.ZodString;
|
|
568
|
+
sizeBytes: z.ZodNumber;
|
|
569
|
+
}, z.core.$strip>>>;
|
|
570
|
+
}, z.core.$strip>;
|
|
571
|
+
declare const PostMarketplaceHiringThreadMessageResponseSchema: z.ZodObject<{
|
|
572
|
+
message: z.ZodObject<{
|
|
573
|
+
id: z.ZodUUID;
|
|
574
|
+
threadId: z.ZodUUID;
|
|
575
|
+
senderUserId: z.ZodUUID;
|
|
576
|
+
body: z.ZodString;
|
|
577
|
+
sentAt: z.ZodString;
|
|
578
|
+
deliveryStatus: z.ZodEnum<{
|
|
579
|
+
readonly SENT: "SENT";
|
|
580
|
+
readonly DELIVERED: "DELIVERED";
|
|
581
|
+
readonly READ: "READ";
|
|
582
|
+
}>;
|
|
583
|
+
readAt: z.ZodNullable<z.ZodString>;
|
|
584
|
+
attachments: z.ZodArray<z.ZodObject<{
|
|
585
|
+
id: z.ZodUUID;
|
|
586
|
+
url: z.ZodString;
|
|
587
|
+
mimeType: z.ZodString;
|
|
588
|
+
sizeBytes: z.ZodNumber;
|
|
589
|
+
createdAt: z.ZodString;
|
|
590
|
+
}, z.core.$strip>>;
|
|
591
|
+
}, z.core.$strip>;
|
|
592
|
+
}, z.core.$strip>;
|
|
593
|
+
declare const MarkMarketplaceHiringThreadReadRequestSchema: z.ZodObject<{
|
|
594
|
+
upToMessageId: z.ZodOptional<z.ZodUUID>;
|
|
595
|
+
}, z.core.$strip>;
|
|
596
|
+
declare const MarkMarketplaceHiringThreadReadResponseSchema: z.ZodObject<{
|
|
597
|
+
markedCount: z.ZodNumber;
|
|
598
|
+
}, z.core.$strip>;
|
|
599
|
+
declare const GetMarketplaceJobListingThreadQuerySchema: z.ZodObject<{
|
|
600
|
+
pageNumber: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
601
|
+
pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
602
|
+
producerProfileId: z.ZodOptional<z.ZodUUID>;
|
|
603
|
+
}, z.core.$strip>;
|
|
604
|
+
|
|
605
|
+
type MarketplaceHiringThread = z.infer<typeof MarketplaceHiringThreadSchema>;
|
|
606
|
+
type MarketplaceHiringMessage = z.infer<typeof MarketplaceHiringMessageSchema>;
|
|
607
|
+
type GetMarketplaceJobListingThreadQuery = z.infer<typeof GetMarketplaceJobListingThreadQuerySchema>;
|
|
608
|
+
type ListMarketplaceHiringThreadMessagesQuery = z.infer<typeof ListMarketplaceHiringThreadMessagesQuerySchema>;
|
|
609
|
+
type ListMarketplaceHiringThreadMessagesResponse = z.infer<typeof ListMarketplaceHiringThreadMessagesResponseSchema>;
|
|
610
|
+
type GetMarketplaceHiringThreadResponse = z.infer<typeof GetMarketplaceHiringThreadResponseSchema>;
|
|
611
|
+
type PostMarketplaceHiringThreadMessageRequest = z.infer<typeof PostMarketplaceHiringThreadMessageRequestSchema>;
|
|
612
|
+
type PostMarketplaceHiringThreadMessageResponse = z.infer<typeof PostMarketplaceHiringThreadMessageResponseSchema>;
|
|
613
|
+
type MarkMarketplaceHiringThreadReadRequest = z.infer<typeof MarkMarketplaceHiringThreadReadRequestSchema>;
|
|
614
|
+
type MarkMarketplaceHiringThreadReadResponse = z.infer<typeof MarkMarketplaceHiringThreadReadResponseSchema>;
|
|
615
|
+
|
|
616
|
+
export { BOOKING_TERMINAL_STATES, BOOKING_TRANSITION_ACTORS, BOOKING_TRANSITION_TARGETS_REQUIRING_REASON, BookingOrigin, BookingPaymentStatus, type BookingResponse, BookingResponseSchema, BookingState, BookingTransitionActor, type BookingTransitionKey, type ConfirmBookingRequest, ConfirmBookingRequestSchema, type CreateBookingRequest, CreateBookingRequestSchema, type CreateJobListingRequest, CreateJobListingRequestSchema, type CreateMarketplaceBookingRequest, CreateMarketplaceBookingRequestSchema, type CreateMarketplaceBookingResponse, CreateMarketplaceBookingResponseSchema, type CreateMarketplaceJobListingRequest, CreateMarketplaceJobListingRequestSchema, type GetMarketplaceHiringThreadResponse, GetMarketplaceHiringThreadResponseSchema, type GetMarketplaceJobListingThreadQuery, GetMarketplaceJobListingThreadQuerySchema, type IndicationOfInterestResponse, IndicationOfInterestResponseSchema, IoiState, type JobListingResponse, JobListingResponseSchema, JobListingState, JobLocation, type ListMarketplaceHiringThreadMessagesQuery, ListMarketplaceHiringThreadMessagesQuerySchema, type ListMarketplaceHiringThreadMessagesResponse, ListMarketplaceHiringThreadMessagesResponseSchema, type ListMarketplaceJobListingsQuery, ListMarketplaceJobListingsQuerySchema, type MarkMarketplaceHiringThreadReadRequest, MarkMarketplaceHiringThreadReadRequestSchema, type MarkMarketplaceHiringThreadReadResponse, MarkMarketplaceHiringThreadReadResponseSchema, type MarketplaceBookingResponse, MarketplaceBookingResponseSchema, type MarketplaceHiringMessage, MarketplaceHiringMessageAttachmentSchema, MarketplaceHiringMessageSchema, type MarketplaceHiringThread, MarketplaceHiringThreadSchema, type MarketplaceIndicationOfInterestHostItem, MarketplaceIndicationOfInterestHostItemSchema, type MarketplaceIndicationOfInterestResponse, MarketplaceIndicationOfInterestResponseSchema, type MarketplaceJobListingResponse, MarketplaceJobListingResponseSchema, MessageDeliveryStatus, type PostMarketplaceHiringThreadMessageRequest, PostMarketplaceHiringThreadMessageRequestSchema, type PostMarketplaceHiringThreadMessageResponse, PostMarketplaceHiringThreadMessageResponseSchema, type SubmitIndicationOfInterestRequest, SubmitIndicationOfInterestRequestSchema, type SubmitMarketplaceIndicationOfInterestRequest, SubmitMarketplaceIndicationOfInterestRequestSchema, type TransitionMarketplaceBookingRequest, TransitionMarketplaceBookingRequestSchema, type TransitionMarketplaceBookingResponse, TransitionMarketplaceBookingResponseSchema, type UpdateMarketplaceJobListingRequest, UpdateMarketplaceJobListingRequestSchema, VALID_BOOKING_TRANSITIONS, bookingTransitionKey, bookingTransitionRequiresReason, canActorPerformBookingTransition, getAllowedBookingTargetStates, getBookingTransitionActors, isValidBookingTransition };
|