@growsober/types 1.0.12 → 1.0.14
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/generated.d.ts +365 -35
- package/dist/generated.js +1 -1
- package/package.json +1 -1
- package/src/generated.ts +365 -35
package/package.json
CHANGED
package/src/generated.ts
CHANGED
|
@@ -2129,6 +2129,23 @@ export interface paths {
|
|
|
2129
2129
|
patch?: never;
|
|
2130
2130
|
trace?: never;
|
|
2131
2131
|
};
|
|
2132
|
+
"/venues/me": {
|
|
2133
|
+
parameters: {
|
|
2134
|
+
query?: never;
|
|
2135
|
+
header?: never;
|
|
2136
|
+
path?: never;
|
|
2137
|
+
cookie?: never;
|
|
2138
|
+
};
|
|
2139
|
+
/** Get venues owned/managed by current user */
|
|
2140
|
+
get: operations["VenuesController_getMyVenues"];
|
|
2141
|
+
put?: never;
|
|
2142
|
+
post?: never;
|
|
2143
|
+
delete?: never;
|
|
2144
|
+
options?: never;
|
|
2145
|
+
head?: never;
|
|
2146
|
+
patch?: never;
|
|
2147
|
+
trace?: never;
|
|
2148
|
+
};
|
|
2132
2149
|
"/venues": {
|
|
2133
2150
|
parameters: {
|
|
2134
2151
|
query?: never;
|
|
@@ -2139,39 +2156,42 @@ export interface paths {
|
|
|
2139
2156
|
/** Get all venues with pagination and filters */
|
|
2140
2157
|
get: operations["VenuesController_findAll"];
|
|
2141
2158
|
put?: never;
|
|
2142
|
-
|
|
2159
|
+
/** Create a new venue */
|
|
2160
|
+
post: operations["VenuesController_create"];
|
|
2143
2161
|
delete?: never;
|
|
2144
2162
|
options?: never;
|
|
2145
2163
|
head?: never;
|
|
2146
2164
|
patch?: never;
|
|
2147
2165
|
trace?: never;
|
|
2148
2166
|
};
|
|
2149
|
-
"/venues/
|
|
2167
|
+
"/venues/{id}": {
|
|
2150
2168
|
parameters: {
|
|
2151
2169
|
query?: never;
|
|
2152
2170
|
header?: never;
|
|
2153
2171
|
path?: never;
|
|
2154
2172
|
cookie?: never;
|
|
2155
2173
|
};
|
|
2156
|
-
/** Get
|
|
2157
|
-
get: operations["
|
|
2158
|
-
|
|
2174
|
+
/** Get venue details by ID */
|
|
2175
|
+
get: operations["VenuesController_findById"];
|
|
2176
|
+
/** Update a venue */
|
|
2177
|
+
put: operations["VenuesController_update"];
|
|
2159
2178
|
post?: never;
|
|
2160
|
-
|
|
2179
|
+
/** Delete a venue */
|
|
2180
|
+
delete: operations["VenuesController_delete"];
|
|
2161
2181
|
options?: never;
|
|
2162
2182
|
head?: never;
|
|
2163
2183
|
patch?: never;
|
|
2164
2184
|
trace?: never;
|
|
2165
2185
|
};
|
|
2166
|
-
"/venues/
|
|
2186
|
+
"/venues/featured": {
|
|
2167
2187
|
parameters: {
|
|
2168
2188
|
query?: never;
|
|
2169
2189
|
header?: never;
|
|
2170
2190
|
path?: never;
|
|
2171
2191
|
cookie?: never;
|
|
2172
2192
|
};
|
|
2173
|
-
/** Get venues
|
|
2174
|
-
get: operations["
|
|
2193
|
+
/** Get featured venues */
|
|
2194
|
+
get: operations["VenuesController_getFeatured"];
|
|
2175
2195
|
put?: never;
|
|
2176
2196
|
post?: never;
|
|
2177
2197
|
delete?: never;
|
|
@@ -2180,15 +2200,15 @@ export interface paths {
|
|
|
2180
2200
|
patch?: never;
|
|
2181
2201
|
trace?: never;
|
|
2182
2202
|
};
|
|
2183
|
-
"/venues/
|
|
2203
|
+
"/venues/nearby": {
|
|
2184
2204
|
parameters: {
|
|
2185
2205
|
query?: never;
|
|
2186
2206
|
header?: never;
|
|
2187
2207
|
path?: never;
|
|
2188
2208
|
cookie?: never;
|
|
2189
2209
|
};
|
|
2190
|
-
/** Get
|
|
2191
|
-
get: operations["
|
|
2210
|
+
/** Get venues near a location */
|
|
2211
|
+
get: operations["VenuesController_getNearby"];
|
|
2192
2212
|
put?: never;
|
|
2193
2213
|
post?: never;
|
|
2194
2214
|
delete?: never;
|
|
@@ -4749,6 +4769,40 @@ export interface paths {
|
|
|
4749
4769
|
patch?: never;
|
|
4750
4770
|
trace?: never;
|
|
4751
4771
|
};
|
|
4772
|
+
"/creators/{creatorId}/products/bookings/{bookingId}/confirm": {
|
|
4773
|
+
parameters: {
|
|
4774
|
+
query?: never;
|
|
4775
|
+
header?: never;
|
|
4776
|
+
path?: never;
|
|
4777
|
+
cookie?: never;
|
|
4778
|
+
};
|
|
4779
|
+
get?: never;
|
|
4780
|
+
put?: never;
|
|
4781
|
+
/** Confirm a pending booking */
|
|
4782
|
+
post: operations["CreatorProductsController_confirmBooking"];
|
|
4783
|
+
delete?: never;
|
|
4784
|
+
options?: never;
|
|
4785
|
+
head?: never;
|
|
4786
|
+
patch?: never;
|
|
4787
|
+
trace?: never;
|
|
4788
|
+
};
|
|
4789
|
+
"/creators/{creatorId}/products/bookings/{bookingId}/complete": {
|
|
4790
|
+
parameters: {
|
|
4791
|
+
query?: never;
|
|
4792
|
+
header?: never;
|
|
4793
|
+
path?: never;
|
|
4794
|
+
cookie?: never;
|
|
4795
|
+
};
|
|
4796
|
+
get?: never;
|
|
4797
|
+
put?: never;
|
|
4798
|
+
/** Mark a booking as complete */
|
|
4799
|
+
post: operations["CreatorProductsController_completeBooking"];
|
|
4800
|
+
delete?: never;
|
|
4801
|
+
options?: never;
|
|
4802
|
+
head?: never;
|
|
4803
|
+
patch?: never;
|
|
4804
|
+
trace?: never;
|
|
4805
|
+
};
|
|
4752
4806
|
"/products/{productId}/book": {
|
|
4753
4807
|
parameters: {
|
|
4754
4808
|
query?: never;
|
|
@@ -7070,6 +7124,120 @@ export interface components {
|
|
|
7070
7124
|
*/
|
|
7071
7125
|
updatedAt: string;
|
|
7072
7126
|
};
|
|
7127
|
+
CreateVenueDto: {
|
|
7128
|
+
/** @example The Sober Spot */
|
|
7129
|
+
name: string;
|
|
7130
|
+
/** @example the-sober-spot */
|
|
7131
|
+
slug: string;
|
|
7132
|
+
/** @example A cozy coffee shop with amazing mocktails */
|
|
7133
|
+
description?: string;
|
|
7134
|
+
/**
|
|
7135
|
+
* @example COFFEE_SHOP
|
|
7136
|
+
* @enum {string}
|
|
7137
|
+
*/
|
|
7138
|
+
type: "COFFEE_SHOP" | "RESTAURANT" | "BAR" | "WELLNESS" | "VENUE" | "ACTIVITY" | "RETAIL" | "OTHER";
|
|
7139
|
+
/** @example true */
|
|
7140
|
+
hasAfDrinks?: boolean;
|
|
7141
|
+
/** @example false */
|
|
7142
|
+
isAfVenue?: boolean;
|
|
7143
|
+
/**
|
|
7144
|
+
* @example [
|
|
7145
|
+
* "Great mocktail menu",
|
|
7146
|
+
* "Quiet atmosphere"
|
|
7147
|
+
* ]
|
|
7148
|
+
*/
|
|
7149
|
+
afHighlights?: string[];
|
|
7150
|
+
/** @example 123 Main Street, Lisbon */
|
|
7151
|
+
address?: string;
|
|
7152
|
+
/** @example city-uuid */
|
|
7153
|
+
cityId?: string;
|
|
7154
|
+
/** @example 38.7223 */
|
|
7155
|
+
locationLat?: number;
|
|
7156
|
+
/** @example -9.1393 */
|
|
7157
|
+
locationLong?: number;
|
|
7158
|
+
/** @example +351 21 123 4567 */
|
|
7159
|
+
phone?: string;
|
|
7160
|
+
/** @example hello@soberspot.com */
|
|
7161
|
+
email?: string;
|
|
7162
|
+
/** @example https://soberspot.com */
|
|
7163
|
+
website?: string;
|
|
7164
|
+
/** @example @soberspot */
|
|
7165
|
+
instagram?: string;
|
|
7166
|
+
/** @example https://example.com/logo.jpg */
|
|
7167
|
+
profileImage?: string;
|
|
7168
|
+
/** @example https://example.com/banner.jpg */
|
|
7169
|
+
bannerImage?: string;
|
|
7170
|
+
/**
|
|
7171
|
+
* @example [
|
|
7172
|
+
* "https://example.com/photo1.jpg"
|
|
7173
|
+
* ]
|
|
7174
|
+
*/
|
|
7175
|
+
photos?: string[];
|
|
7176
|
+
/**
|
|
7177
|
+
* @example {
|
|
7178
|
+
* "mon": "09:00-17:00",
|
|
7179
|
+
* "tue": "09:00-17:00"
|
|
7180
|
+
* }
|
|
7181
|
+
*/
|
|
7182
|
+
openingHours?: Record<string, never>;
|
|
7183
|
+
};
|
|
7184
|
+
UpdateVenueDto: {
|
|
7185
|
+
/** @example The Sober Spot */
|
|
7186
|
+
name?: string;
|
|
7187
|
+
/** @example the-sober-spot */
|
|
7188
|
+
slug?: string;
|
|
7189
|
+
/** @example A cozy coffee shop with amazing mocktails */
|
|
7190
|
+
description?: string;
|
|
7191
|
+
/**
|
|
7192
|
+
* @example COFFEE_SHOP
|
|
7193
|
+
* @enum {string}
|
|
7194
|
+
*/
|
|
7195
|
+
type?: "COFFEE_SHOP" | "RESTAURANT" | "BAR" | "WELLNESS" | "VENUE" | "ACTIVITY" | "RETAIL" | "OTHER";
|
|
7196
|
+
/** @example true */
|
|
7197
|
+
hasAfDrinks?: boolean;
|
|
7198
|
+
/** @example false */
|
|
7199
|
+
isAfVenue?: boolean;
|
|
7200
|
+
/**
|
|
7201
|
+
* @example [
|
|
7202
|
+
* "Great mocktail menu",
|
|
7203
|
+
* "Quiet atmosphere"
|
|
7204
|
+
* ]
|
|
7205
|
+
*/
|
|
7206
|
+
afHighlights?: string[];
|
|
7207
|
+
/** @example 123 Main Street, Lisbon */
|
|
7208
|
+
address?: string;
|
|
7209
|
+
/** @example city-uuid */
|
|
7210
|
+
cityId?: string;
|
|
7211
|
+
/** @example 38.7223 */
|
|
7212
|
+
locationLat?: number;
|
|
7213
|
+
/** @example -9.1393 */
|
|
7214
|
+
locationLong?: number;
|
|
7215
|
+
/** @example +351 21 123 4567 */
|
|
7216
|
+
phone?: string;
|
|
7217
|
+
/** @example hello@soberspot.com */
|
|
7218
|
+
email?: string;
|
|
7219
|
+
/** @example https://soberspot.com */
|
|
7220
|
+
website?: string;
|
|
7221
|
+
/** @example @soberspot */
|
|
7222
|
+
instagram?: string;
|
|
7223
|
+
/** @example https://example.com/logo.jpg */
|
|
7224
|
+
profileImage?: string;
|
|
7225
|
+
/** @example https://example.com/banner.jpg */
|
|
7226
|
+
bannerImage?: string;
|
|
7227
|
+
/**
|
|
7228
|
+
* @example [
|
|
7229
|
+
* "https://example.com/photo1.jpg"
|
|
7230
|
+
* ]
|
|
7231
|
+
*/
|
|
7232
|
+
photos?: string[];
|
|
7233
|
+
/**
|
|
7234
|
+
* @example {
|
|
7235
|
+
* "mon": "09:00-17:00",
|
|
7236
|
+
* "tue": "09:00-17:00"
|
|
7237
|
+
* }
|
|
7238
|
+
*/
|
|
7239
|
+
openingHours?: Record<string, never>;
|
|
7240
|
+
};
|
|
7073
7241
|
VenueOwnerUserDto: {
|
|
7074
7242
|
/** @example user-123 */
|
|
7075
7243
|
id: string;
|
|
@@ -9582,6 +9750,11 @@ export interface components {
|
|
|
9582
9750
|
deliveryMethod: "VIDEO_CALL" | "PHONE_CALL" | "IN_PERSON" | "HYBRID";
|
|
9583
9751
|
/** @example London, UK */
|
|
9584
9752
|
locationDetails?: string;
|
|
9753
|
+
/**
|
|
9754
|
+
* @description Venue that offers this product
|
|
9755
|
+
* @example venue-uuid
|
|
9756
|
+
*/
|
|
9757
|
+
venueId?: string;
|
|
9585
9758
|
};
|
|
9586
9759
|
UpdateProductDto: {
|
|
9587
9760
|
/** @example 1:1 Coaching Session */
|
|
@@ -9631,6 +9804,11 @@ export interface components {
|
|
|
9631
9804
|
deliveryMethod?: "VIDEO_CALL" | "PHONE_CALL" | "IN_PERSON" | "HYBRID";
|
|
9632
9805
|
/** @example London, UK */
|
|
9633
9806
|
locationDetails?: string;
|
|
9807
|
+
/**
|
|
9808
|
+
* @description Venue that offers this product
|
|
9809
|
+
* @example venue-uuid
|
|
9810
|
+
*/
|
|
9811
|
+
venueId?: string;
|
|
9634
9812
|
/** @example true */
|
|
9635
9813
|
isActive?: boolean;
|
|
9636
9814
|
/** @example false */
|
|
@@ -13747,6 +13925,26 @@ export interface operations {
|
|
|
13747
13925
|
};
|
|
13748
13926
|
};
|
|
13749
13927
|
};
|
|
13928
|
+
VenuesController_getMyVenues: {
|
|
13929
|
+
parameters: {
|
|
13930
|
+
query?: never;
|
|
13931
|
+
header?: never;
|
|
13932
|
+
path?: never;
|
|
13933
|
+
cookie?: never;
|
|
13934
|
+
};
|
|
13935
|
+
requestBody?: never;
|
|
13936
|
+
responses: {
|
|
13937
|
+
/** @description List of user venues */
|
|
13938
|
+
200: {
|
|
13939
|
+
headers: {
|
|
13940
|
+
[name: string]: unknown;
|
|
13941
|
+
};
|
|
13942
|
+
content: {
|
|
13943
|
+
"application/json": components["schemas"]["VenueResponseDto"][];
|
|
13944
|
+
};
|
|
13945
|
+
};
|
|
13946
|
+
};
|
|
13947
|
+
};
|
|
13750
13948
|
VenuesController_findAll: {
|
|
13751
13949
|
parameters: {
|
|
13752
13950
|
query?: {
|
|
@@ -13779,54 +13977,61 @@ export interface operations {
|
|
|
13779
13977
|
};
|
|
13780
13978
|
};
|
|
13781
13979
|
};
|
|
13782
|
-
|
|
13980
|
+
VenuesController_create: {
|
|
13783
13981
|
parameters: {
|
|
13784
|
-
query?:
|
|
13785
|
-
limit?: number;
|
|
13786
|
-
};
|
|
13982
|
+
query?: never;
|
|
13787
13983
|
header?: never;
|
|
13788
13984
|
path?: never;
|
|
13789
13985
|
cookie?: never;
|
|
13790
13986
|
};
|
|
13791
|
-
requestBody
|
|
13987
|
+
requestBody: {
|
|
13988
|
+
content: {
|
|
13989
|
+
"application/json": components["schemas"]["CreateVenueDto"];
|
|
13990
|
+
};
|
|
13991
|
+
};
|
|
13792
13992
|
responses: {
|
|
13793
|
-
/** @description
|
|
13794
|
-
|
|
13993
|
+
/** @description Venue created */
|
|
13994
|
+
201: {
|
|
13795
13995
|
headers: {
|
|
13796
13996
|
[name: string]: unknown;
|
|
13797
13997
|
};
|
|
13798
13998
|
content: {
|
|
13799
|
-
"application/json": components["schemas"]["VenueResponseDto"]
|
|
13999
|
+
"application/json": components["schemas"]["VenueResponseDto"];
|
|
13800
14000
|
};
|
|
13801
14001
|
};
|
|
13802
14002
|
};
|
|
13803
14003
|
};
|
|
13804
|
-
|
|
14004
|
+
VenuesController_findById: {
|
|
13805
14005
|
parameters: {
|
|
13806
|
-
query
|
|
13807
|
-
lat: number;
|
|
13808
|
-
long: number;
|
|
13809
|
-
radius?: number;
|
|
13810
|
-
limit?: number;
|
|
13811
|
-
};
|
|
14006
|
+
query?: never;
|
|
13812
14007
|
header?: never;
|
|
13813
|
-
path
|
|
14008
|
+
path: {
|
|
14009
|
+
/** @description Venue ID */
|
|
14010
|
+
id: string;
|
|
14011
|
+
};
|
|
13814
14012
|
cookie?: never;
|
|
13815
14013
|
};
|
|
13816
14014
|
requestBody?: never;
|
|
13817
14015
|
responses: {
|
|
13818
|
-
/** @description
|
|
14016
|
+
/** @description Venue details */
|
|
13819
14017
|
200: {
|
|
13820
14018
|
headers: {
|
|
13821
14019
|
[name: string]: unknown;
|
|
13822
14020
|
};
|
|
13823
14021
|
content: {
|
|
13824
|
-
"application/json": components["schemas"]["VenueResponseDto"]
|
|
14022
|
+
"application/json": components["schemas"]["VenueResponseDto"];
|
|
13825
14023
|
};
|
|
13826
14024
|
};
|
|
14025
|
+
/** @description Venue not found */
|
|
14026
|
+
404: {
|
|
14027
|
+
headers: {
|
|
14028
|
+
[name: string]: unknown;
|
|
14029
|
+
};
|
|
14030
|
+
content?: never;
|
|
14031
|
+
};
|
|
13827
14032
|
};
|
|
13828
14033
|
};
|
|
13829
|
-
|
|
14034
|
+
VenuesController_update: {
|
|
13830
14035
|
parameters: {
|
|
13831
14036
|
query?: never;
|
|
13832
14037
|
header?: never;
|
|
@@ -13836,9 +14041,13 @@ export interface operations {
|
|
|
13836
14041
|
};
|
|
13837
14042
|
cookie?: never;
|
|
13838
14043
|
};
|
|
13839
|
-
requestBody
|
|
14044
|
+
requestBody: {
|
|
14045
|
+
content: {
|
|
14046
|
+
"application/json": components["schemas"]["UpdateVenueDto"];
|
|
14047
|
+
};
|
|
14048
|
+
};
|
|
13840
14049
|
responses: {
|
|
13841
|
-
/** @description Venue
|
|
14050
|
+
/** @description Venue updated */
|
|
13842
14051
|
200: {
|
|
13843
14052
|
headers: {
|
|
13844
14053
|
[name: string]: unknown;
|
|
@@ -13847,8 +14056,8 @@ export interface operations {
|
|
|
13847
14056
|
"application/json": components["schemas"]["VenueResponseDto"];
|
|
13848
14057
|
};
|
|
13849
14058
|
};
|
|
13850
|
-
/** @description
|
|
13851
|
-
|
|
14059
|
+
/** @description Not a venue owner/manager */
|
|
14060
|
+
403: {
|
|
13852
14061
|
headers: {
|
|
13853
14062
|
[name: string]: unknown;
|
|
13854
14063
|
};
|
|
@@ -13856,6 +14065,81 @@ export interface operations {
|
|
|
13856
14065
|
};
|
|
13857
14066
|
};
|
|
13858
14067
|
};
|
|
14068
|
+
VenuesController_delete: {
|
|
14069
|
+
parameters: {
|
|
14070
|
+
query?: never;
|
|
14071
|
+
header?: never;
|
|
14072
|
+
path: {
|
|
14073
|
+
/** @description Venue ID */
|
|
14074
|
+
id: string;
|
|
14075
|
+
};
|
|
14076
|
+
cookie?: never;
|
|
14077
|
+
};
|
|
14078
|
+
requestBody?: never;
|
|
14079
|
+
responses: {
|
|
14080
|
+
/** @description Venue deleted */
|
|
14081
|
+
200: {
|
|
14082
|
+
headers: {
|
|
14083
|
+
[name: string]: unknown;
|
|
14084
|
+
};
|
|
14085
|
+
content?: never;
|
|
14086
|
+
};
|
|
14087
|
+
/** @description Only OWNER role can delete */
|
|
14088
|
+
403: {
|
|
14089
|
+
headers: {
|
|
14090
|
+
[name: string]: unknown;
|
|
14091
|
+
};
|
|
14092
|
+
content?: never;
|
|
14093
|
+
};
|
|
14094
|
+
};
|
|
14095
|
+
};
|
|
14096
|
+
VenuesController_getFeatured: {
|
|
14097
|
+
parameters: {
|
|
14098
|
+
query?: {
|
|
14099
|
+
limit?: number;
|
|
14100
|
+
};
|
|
14101
|
+
header?: never;
|
|
14102
|
+
path?: never;
|
|
14103
|
+
cookie?: never;
|
|
14104
|
+
};
|
|
14105
|
+
requestBody?: never;
|
|
14106
|
+
responses: {
|
|
14107
|
+
/** @description List of featured venues */
|
|
14108
|
+
200: {
|
|
14109
|
+
headers: {
|
|
14110
|
+
[name: string]: unknown;
|
|
14111
|
+
};
|
|
14112
|
+
content: {
|
|
14113
|
+
"application/json": components["schemas"]["VenueResponseDto"][];
|
|
14114
|
+
};
|
|
14115
|
+
};
|
|
14116
|
+
};
|
|
14117
|
+
};
|
|
14118
|
+
VenuesController_getNearby: {
|
|
14119
|
+
parameters: {
|
|
14120
|
+
query: {
|
|
14121
|
+
lat: number;
|
|
14122
|
+
long: number;
|
|
14123
|
+
radius?: number;
|
|
14124
|
+
limit?: number;
|
|
14125
|
+
};
|
|
14126
|
+
header?: never;
|
|
14127
|
+
path?: never;
|
|
14128
|
+
cookie?: never;
|
|
14129
|
+
};
|
|
14130
|
+
requestBody?: never;
|
|
14131
|
+
responses: {
|
|
14132
|
+
/** @description List of nearby venues */
|
|
14133
|
+
200: {
|
|
14134
|
+
headers: {
|
|
14135
|
+
[name: string]: unknown;
|
|
14136
|
+
};
|
|
14137
|
+
content: {
|
|
14138
|
+
"application/json": components["schemas"]["VenueResponseDto"][];
|
|
14139
|
+
};
|
|
14140
|
+
};
|
|
14141
|
+
};
|
|
14142
|
+
};
|
|
13859
14143
|
VenuesController_getOwners: {
|
|
13860
14144
|
parameters: {
|
|
13861
14145
|
query?: never;
|
|
@@ -18590,6 +18874,52 @@ export interface operations {
|
|
|
18590
18874
|
};
|
|
18591
18875
|
};
|
|
18592
18876
|
};
|
|
18877
|
+
CreatorProductsController_confirmBooking: {
|
|
18878
|
+
parameters: {
|
|
18879
|
+
query?: never;
|
|
18880
|
+
header?: never;
|
|
18881
|
+
path: {
|
|
18882
|
+
/** @description Booking ID */
|
|
18883
|
+
bookingId: string;
|
|
18884
|
+
/** @description Creator ID */
|
|
18885
|
+
creatorId: unknown;
|
|
18886
|
+
};
|
|
18887
|
+
cookie?: never;
|
|
18888
|
+
};
|
|
18889
|
+
requestBody?: never;
|
|
18890
|
+
responses: {
|
|
18891
|
+
/** @description Booking confirmed */
|
|
18892
|
+
200: {
|
|
18893
|
+
headers: {
|
|
18894
|
+
[name: string]: unknown;
|
|
18895
|
+
};
|
|
18896
|
+
content?: never;
|
|
18897
|
+
};
|
|
18898
|
+
};
|
|
18899
|
+
};
|
|
18900
|
+
CreatorProductsController_completeBooking: {
|
|
18901
|
+
parameters: {
|
|
18902
|
+
query?: never;
|
|
18903
|
+
header?: never;
|
|
18904
|
+
path: {
|
|
18905
|
+
/** @description Booking ID */
|
|
18906
|
+
bookingId: string;
|
|
18907
|
+
/** @description Creator ID */
|
|
18908
|
+
creatorId: unknown;
|
|
18909
|
+
};
|
|
18910
|
+
cookie?: never;
|
|
18911
|
+
};
|
|
18912
|
+
requestBody?: never;
|
|
18913
|
+
responses: {
|
|
18914
|
+
/** @description Booking completed */
|
|
18915
|
+
200: {
|
|
18916
|
+
headers: {
|
|
18917
|
+
[name: string]: unknown;
|
|
18918
|
+
};
|
|
18919
|
+
content?: never;
|
|
18920
|
+
};
|
|
18921
|
+
};
|
|
18922
|
+
};
|
|
18593
18923
|
ProductBookingController_book: {
|
|
18594
18924
|
parameters: {
|
|
18595
18925
|
query?: never;
|