@homespot-sdk/core 0.0.105 → 0.0.109

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.
Files changed (198) hide show
  1. package/dist/registration/client/client.gen.d.ts.map +1 -0
  2. package/dist/{client → registration/client}/client.gen.js +15 -19
  3. package/dist/registration/client/client.gen.js.map +1 -0
  4. package/dist/registration/client/index.d.ts.map +1 -0
  5. package/dist/registration/client/index.js +7 -0
  6. package/dist/registration/client/index.js.map +1 -0
  7. package/dist/registration/client/types.gen.d.ts.map +1 -0
  8. package/dist/registration/client/types.gen.js +3 -0
  9. package/dist/registration/client/types.gen.js.map +1 -0
  10. package/dist/registration/client/utils.gen.d.ts.map +1 -0
  11. package/dist/{client → registration/client}/utils.gen.js +24 -36
  12. package/dist/registration/client/utils.gen.js.map +1 -0
  13. package/dist/registration/client.gen.d.ts.map +1 -0
  14. package/dist/registration/client.gen.js +7 -0
  15. package/dist/registration/client.gen.js.map +1 -0
  16. package/dist/registration/core/auth.gen.d.ts.map +1 -0
  17. package/dist/{core → registration/core}/auth.gen.js +1 -5
  18. package/dist/registration/core/auth.gen.js.map +1 -0
  19. package/dist/registration/core/bodySerializer.gen.d.ts.map +1 -0
  20. package/dist/{core → registration/core}/bodySerializer.gen.js +3 -6
  21. package/dist/registration/core/bodySerializer.gen.js.map +1 -0
  22. package/dist/registration/core/params.gen.d.ts.map +1 -0
  23. package/dist/{core → registration/core}/params.gen.js +1 -5
  24. package/dist/registration/core/params.gen.js.map +1 -0
  25. package/dist/registration/core/pathSerializer.gen.d.ts.map +1 -0
  26. package/dist/{core → registration/core}/pathSerializer.gen.js +11 -20
  27. package/dist/registration/core/pathSerializer.gen.js.map +1 -0
  28. package/dist/registration/core/queryKeySerializer.gen.d.ts.map +1 -0
  29. package/dist/{core → registration/core}/queryKeySerializer.gen.js +6 -12
  30. package/dist/registration/core/queryKeySerializer.gen.js.map +1 -0
  31. package/dist/registration/core/serverSentEvents.gen.d.ts.map +1 -0
  32. package/dist/{core → registration/core}/serverSentEvents.gen.js +1 -5
  33. package/dist/registration/core/serverSentEvents.gen.js.map +1 -0
  34. package/dist/registration/core/types.gen.d.ts.map +1 -0
  35. package/dist/registration/core/types.gen.js +3 -0
  36. package/dist/registration/core/types.gen.js.map +1 -0
  37. package/dist/registration/core/utils.gen.d.ts.map +1 -0
  38. package/dist/{core → registration/core}/utils.gen.js +10 -16
  39. package/dist/registration/core/utils.gen.js.map +1 -0
  40. package/dist/registration/index.d.ts.map +1 -0
  41. package/dist/registration/index.js +3 -0
  42. package/dist/registration/index.js.map +1 -0
  43. package/dist/registration/schemas.gen.d.ts.map +1 -0
  44. package/dist/{schemas.gen.js → registration/schemas.gen.js} +71 -75
  45. package/dist/registration/schemas.gen.js.map +1 -0
  46. package/dist/registration/sdk.gen.d.ts.map +1 -0
  47. package/dist/registration/sdk.gen.js +376 -0
  48. package/dist/registration/sdk.gen.js.map +1 -0
  49. package/dist/registration/transformers.gen.d.ts.map +1 -0
  50. package/dist/{transformers.gen.js → registration/transformers.gen.js} +2 -7
  51. package/dist/registration/transformers.gen.js.map +1 -0
  52. package/dist/registration/types.gen.d.ts.map +1 -0
  53. package/dist/registration/types.gen.js +3 -0
  54. package/dist/registration/types.gen.js.map +1 -0
  55. package/dist/registration/zod.gen.d.ts.map +1 -0
  56. package/dist/registration/zod.gen.js +1471 -0
  57. package/dist/registration/zod.gen.js.map +1 -0
  58. package/dist/rem/client/client.gen.d.ts +3 -0
  59. package/dist/rem/client/client.gen.d.ts.map +1 -0
  60. package/dist/rem/client/client.gen.js +207 -0
  61. package/dist/rem/client/client.gen.js.map +1 -0
  62. package/dist/rem/client/index.d.ts +9 -0
  63. package/dist/rem/client/index.d.ts.map +1 -0
  64. package/dist/rem/client/index.js +7 -0
  65. package/dist/rem/client/index.js.map +1 -0
  66. package/dist/rem/client/types.gen.d.ts +100 -0
  67. package/dist/rem/client/types.gen.d.ts.map +1 -0
  68. package/dist/rem/client/types.gen.js +3 -0
  69. package/dist/rem/client/types.gen.js.map +1 -0
  70. package/dist/rem/client/utils.gen.d.ts +41 -0
  71. package/dist/rem/client/utils.gen.d.ts.map +1 -0
  72. package/dist/rem/client/utils.gen.js +305 -0
  73. package/dist/rem/client/utils.gen.js.map +1 -0
  74. package/dist/rem/client.gen.d.ts +13 -0
  75. package/dist/rem/client.gen.d.ts.map +1 -0
  76. package/dist/rem/client.gen.js +7 -0
  77. package/dist/rem/client.gen.js.map +1 -0
  78. package/dist/rem/core/auth.gen.d.ts +19 -0
  79. package/dist/rem/core/auth.gen.d.ts.map +1 -0
  80. package/dist/rem/core/auth.gen.js +15 -0
  81. package/dist/rem/core/auth.gen.js.map +1 -0
  82. package/dist/rem/core/bodySerializer.gen.d.ts +26 -0
  83. package/dist/rem/core/bodySerializer.gen.d.ts.map +1 -0
  84. package/dist/rem/core/bodySerializer.gen.js +58 -0
  85. package/dist/rem/core/bodySerializer.gen.js.map +1 -0
  86. package/dist/rem/core/params.gen.d.ts +44 -0
  87. package/dist/rem/core/params.gen.d.ts.map +1 -0
  88. package/dist/rem/core/params.gen.js +102 -0
  89. package/dist/rem/core/params.gen.js.map +1 -0
  90. package/dist/rem/core/pathSerializer.gen.d.ts +34 -0
  91. package/dist/rem/core/pathSerializer.gen.d.ts.map +1 -0
  92. package/dist/rem/core/pathSerializer.gen.js +119 -0
  93. package/dist/rem/core/pathSerializer.gen.js.map +1 -0
  94. package/dist/rem/core/queryKeySerializer.gen.d.ts +19 -0
  95. package/dist/rem/core/queryKeySerializer.gen.d.ts.map +1 -0
  96. package/dist/rem/core/queryKeySerializer.gen.js +100 -0
  97. package/dist/rem/core/queryKeySerializer.gen.js.map +1 -0
  98. package/dist/rem/core/serverSentEvents.gen.d.ts +72 -0
  99. package/dist/rem/core/serverSentEvents.gen.d.ts.map +1 -0
  100. package/dist/rem/core/serverSentEvents.gen.js +140 -0
  101. package/dist/rem/core/serverSentEvents.gen.js.map +1 -0
  102. package/dist/rem/core/types.gen.d.ts +79 -0
  103. package/dist/rem/core/types.gen.d.ts.map +1 -0
  104. package/dist/rem/core/types.gen.js +3 -0
  105. package/dist/rem/core/types.gen.js.map +1 -0
  106. package/dist/rem/core/utils.gen.d.ts +20 -0
  107. package/dist/rem/core/utils.gen.d.ts.map +1 -0
  108. package/dist/rem/core/utils.gen.js +89 -0
  109. package/dist/rem/core/utils.gen.js.map +1 -0
  110. package/dist/rem/index.d.ts +3 -0
  111. package/dist/rem/index.d.ts.map +1 -0
  112. package/dist/rem/index.js +3 -0
  113. package/dist/rem/index.js.map +1 -0
  114. package/dist/rem/schemas.gen.d.ts +459 -0
  115. package/dist/rem/schemas.gen.d.ts.map +1 -0
  116. package/dist/rem/schemas.gen.js +529 -0
  117. package/dist/rem/schemas.gen.js.map +1 -0
  118. package/dist/rem/sdk.gen.d.ts +34 -0
  119. package/dist/rem/sdk.gen.d.ts.map +1 -0
  120. package/dist/rem/sdk.gen.js +139 -0
  121. package/dist/rem/sdk.gen.js.map +1 -0
  122. package/dist/rem/transformers.gen.d.ts +3 -0
  123. package/dist/rem/transformers.gen.d.ts.map +1 -0
  124. package/dist/rem/transformers.gen.js +10 -0
  125. package/dist/rem/transformers.gen.js.map +1 -0
  126. package/dist/rem/types.gen.d.ts +407 -0
  127. package/dist/rem/types.gen.d.ts.map +1 -0
  128. package/dist/rem/types.gen.js +3 -0
  129. package/dist/{types.gen.js.map → rem/types.gen.js.map} +1 -1
  130. package/dist/rem/zod.gen.d.ts +927 -0
  131. package/dist/rem/zod.gen.d.ts.map +1 -0
  132. package/dist/rem/zod.gen.js +391 -0
  133. package/dist/rem/zod.gen.js.map +1 -0
  134. package/package.json +13 -11
  135. package/dist/client/client.gen.d.ts.map +0 -1
  136. package/dist/client/client.gen.js.map +0 -1
  137. package/dist/client/index.d.ts.map +0 -1
  138. package/dist/client/index.js +0 -17
  139. package/dist/client/index.js.map +0 -1
  140. package/dist/client/types.gen.d.ts.map +0 -1
  141. package/dist/client/types.gen.js +0 -4
  142. package/dist/client/types.gen.js.map +0 -1
  143. package/dist/client/utils.gen.d.ts.map +0 -1
  144. package/dist/client/utils.gen.js.map +0 -1
  145. package/dist/client.gen.d.ts.map +0 -1
  146. package/dist/client.gen.js +0 -10
  147. package/dist/client.gen.js.map +0 -1
  148. package/dist/core/auth.gen.d.ts.map +0 -1
  149. package/dist/core/auth.gen.js.map +0 -1
  150. package/dist/core/bodySerializer.gen.d.ts.map +0 -1
  151. package/dist/core/bodySerializer.gen.js.map +0 -1
  152. package/dist/core/params.gen.d.ts.map +0 -1
  153. package/dist/core/params.gen.js.map +0 -1
  154. package/dist/core/pathSerializer.gen.d.ts.map +0 -1
  155. package/dist/core/pathSerializer.gen.js.map +0 -1
  156. package/dist/core/queryKeySerializer.gen.d.ts.map +0 -1
  157. package/dist/core/queryKeySerializer.gen.js.map +0 -1
  158. package/dist/core/serverSentEvents.gen.d.ts.map +0 -1
  159. package/dist/core/serverSentEvents.gen.js.map +0 -1
  160. package/dist/core/types.gen.d.ts.map +0 -1
  161. package/dist/core/types.gen.js +0 -4
  162. package/dist/core/types.gen.js.map +0 -1
  163. package/dist/core/utils.gen.d.ts.map +0 -1
  164. package/dist/core/utils.gen.js.map +0 -1
  165. package/dist/index.d.ts.map +0 -1
  166. package/dist/index.js +0 -56
  167. package/dist/index.js.map +0 -1
  168. package/dist/schemas.gen.d.ts.map +0 -1
  169. package/dist/schemas.gen.js.map +0 -1
  170. package/dist/sdk.gen.d.ts.map +0 -1
  171. package/dist/sdk.gen.js +0 -429
  172. package/dist/sdk.gen.js.map +0 -1
  173. package/dist/transformers.gen.d.ts.map +0 -1
  174. package/dist/transformers.gen.js.map +0 -1
  175. package/dist/types.gen.d.ts.map +0 -1
  176. package/dist/types.gen.js +0 -4
  177. package/dist/zod.gen.d.ts.map +0 -1
  178. package/dist/zod.gen.js +0 -1477
  179. package/dist/zod.gen.js.map +0 -1
  180. /package/dist/{client → registration/client}/client.gen.d.ts +0 -0
  181. /package/dist/{client → registration/client}/index.d.ts +0 -0
  182. /package/dist/{client → registration/client}/types.gen.d.ts +0 -0
  183. /package/dist/{client → registration/client}/utils.gen.d.ts +0 -0
  184. /package/dist/{client.gen.d.ts → registration/client.gen.d.ts} +0 -0
  185. /package/dist/{core → registration/core}/auth.gen.d.ts +0 -0
  186. /package/dist/{core → registration/core}/bodySerializer.gen.d.ts +0 -0
  187. /package/dist/{core → registration/core}/params.gen.d.ts +0 -0
  188. /package/dist/{core → registration/core}/pathSerializer.gen.d.ts +0 -0
  189. /package/dist/{core → registration/core}/queryKeySerializer.gen.d.ts +0 -0
  190. /package/dist/{core → registration/core}/serverSentEvents.gen.d.ts +0 -0
  191. /package/dist/{core → registration/core}/types.gen.d.ts +0 -0
  192. /package/dist/{core → registration/core}/utils.gen.d.ts +0 -0
  193. /package/dist/{index.d.ts → registration/index.d.ts} +0 -0
  194. /package/dist/{schemas.gen.d.ts → registration/schemas.gen.d.ts} +0 -0
  195. /package/dist/{sdk.gen.d.ts → registration/sdk.gen.d.ts} +0 -0
  196. /package/dist/{transformers.gen.d.ts → registration/transformers.gen.d.ts} +0 -0
  197. /package/dist/{types.gen.d.ts → registration/types.gen.d.ts} +0 -0
  198. /package/dist/{zod.gen.d.ts → registration/zod.gen.d.ts} +0 -0
@@ -0,0 +1,139 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ import { client } from './client.gen.js';
3
+ import { getDraftsResponseTransformer } from './transformers.gen.js';
4
+ export const registerSpaces = (options) => (options.client ?? client).put({
5
+ security: [{ scheme: 'bearer', type: 'http' }],
6
+ url: '/registration/{draftId}/spaces',
7
+ ...options,
8
+ headers: {
9
+ 'Content-Type': 'application/json',
10
+ ...options.headers,
11
+ },
12
+ });
13
+ export const requestPresignedUrls = (options) => (options.client ?? client).put({
14
+ security: [{ scheme: 'bearer', type: 'http' }],
15
+ url: '/registration/{draftId}/presigned-urls',
16
+ ...options,
17
+ headers: {
18
+ 'Content-Type': 'application/json',
19
+ ...options.headers,
20
+ },
21
+ });
22
+ export const registerMeasurements = (options) => (options.client ?? client).put({
23
+ security: [{ scheme: 'bearer', type: 'http' }],
24
+ url: '/registration/{draftId}/measurements',
25
+ ...options,
26
+ headers: {
27
+ 'Content-Type': 'application/json',
28
+ ...options.headers,
29
+ },
30
+ });
31
+ export const registerDescription = (options) => (options.client ?? client).put({
32
+ security: [{ scheme: 'bearer', type: 'http' }],
33
+ url: '/registration/{draftId}/description',
34
+ ...options,
35
+ headers: {
36
+ 'Content-Type': 'application/json',
37
+ ...options.headers,
38
+ },
39
+ });
40
+ export const registerAmenities = (options) => (options.client ?? client).put({
41
+ security: [{ scheme: 'bearer', type: 'http' }],
42
+ url: '/registration/{draftId}/amenities',
43
+ ...options,
44
+ headers: {
45
+ 'Content-Type': 'application/json',
46
+ ...options.headers,
47
+ },
48
+ });
49
+ export const registerAddress = (options) => (options.client ?? client).put({
50
+ security: [{ scheme: 'bearer', type: 'http' }],
51
+ url: '/registration/{draftId}/address',
52
+ ...options,
53
+ headers: {
54
+ 'Content-Type': 'application/json',
55
+ ...options.headers,
56
+ },
57
+ });
58
+ export const reorderPhotos = (options) => (options.client ?? client).put({
59
+ security: [{ scheme: 'bearer', type: 'http' }],
60
+ url: '/draft/{draftId}/photos/reorder',
61
+ ...options,
62
+ headers: {
63
+ 'Content-Type': 'application/json',
64
+ ...options.headers,
65
+ },
66
+ });
67
+ export const startRegistration = (options) => (options.client ?? client).post({
68
+ security: [{ scheme: 'bearer', type: 'http' }],
69
+ url: '/registration',
70
+ ...options,
71
+ headers: {
72
+ 'Content-Type': 'application/json',
73
+ ...options.headers,
74
+ },
75
+ });
76
+ export const getDraft = (options) => (options.client ?? client).get({
77
+ security: [{ scheme: 'bearer', type: 'http' }],
78
+ url: '/registration/{draftId}',
79
+ ...options,
80
+ });
81
+ export const restartRegistration = (options) => (options.client ?? client).post({
82
+ security: [{ scheme: 'bearer', type: 'http' }],
83
+ url: '/registration/{draftId}',
84
+ ...options,
85
+ headers: {
86
+ 'Content-Type': 'application/json',
87
+ ...options.headers,
88
+ },
89
+ });
90
+ export const completeRegistration = (options) => (options.client ?? client).post({
91
+ security: [{ scheme: 'bearer', type: 'http' }],
92
+ url: '/registration/{draftId}/register',
93
+ ...options,
94
+ });
95
+ export const notifyPhotoUpload = (options) => (options.client ?? client).post({
96
+ security: [{ scheme: 'bearer', type: 'http' }],
97
+ url: '/registration/{draftId}/presigned-urls/notify',
98
+ ...options,
99
+ headers: {
100
+ 'Content-Type': 'application/json',
101
+ ...options.headers,
102
+ },
103
+ });
104
+ export const startRegistrationForAgency = (options) => (options.client ?? client).post({
105
+ security: [{ scheme: 'bearer', type: 'http' }],
106
+ url: '/registration/agency',
107
+ ...options,
108
+ headers: {
109
+ 'Content-Type': 'application/json',
110
+ ...options.headers,
111
+ },
112
+ });
113
+ export const getDrafts = (options) => (options?.client ?? client).get({
114
+ responseTransformer: getDraftsResponseTransformer,
115
+ security: [{ scheme: 'bearer', type: 'http' }],
116
+ url: '/draft',
117
+ ...options,
118
+ });
119
+ export const getDraftStatus = (options) => (options.client ?? client).get({
120
+ security: [{ scheme: 'bearer', type: 'http' }],
121
+ url: '/draft/{draftId}/status',
122
+ ...options,
123
+ });
124
+ export const deleteDraft = (options) => (options.client ?? client).delete({
125
+ security: [{ scheme: 'bearer', type: 'http' }],
126
+ url: '/draft/{draftId}',
127
+ ...options,
128
+ });
129
+ export const deleteAllPhotos = (options) => (options.client ?? client).delete({
130
+ security: [{ scheme: 'bearer', type: 'http' }],
131
+ url: '/draft/{draftId}/photos',
132
+ ...options,
133
+ });
134
+ export const deletePhoto = (options) => (options.client ?? client).delete({
135
+ security: [{ scheme: 'bearer', type: 'http' }],
136
+ url: '/draft/{draftId}/photos/{photoKey}',
137
+ ...options,
138
+ });
139
+ //# sourceMappingURL=sdk.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../api/rem/sdk.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { GetDraftsResponse } from './types.gen.js';
2
+ export declare const getDraftsResponseTransformer: (data: any) => Promise<GetDraftsResponse>;
3
+ //# sourceMappingURL=transformers.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformers.gen.d.ts","sourceRoot":"","sources":["../../api/rem/transformers.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAOxD,eAAO,MAAM,4BAA4B,GACrC,MAAM,GAAG,KACV,OAAO,CAAC,iBAAiB,CAK3B,CAAC"}
@@ -0,0 +1,10 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ const draftCardResponseSchemaResponseTransformer = (data) => {
3
+ data.uploadDate = new Date(data.uploadDate);
4
+ return data;
5
+ };
6
+ export const getDraftsResponseTransformer = async (data) => {
7
+ data = data.map((item) => draftCardResponseSchemaResponseTransformer(item));
8
+ return data;
9
+ };
10
+ //# sourceMappingURL=transformers.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformers.gen.js","sourceRoot":"","sources":["../../api/rem/transformers.gen.ts"],"names":[],"mappings":"AAAA,qDAAqD;AAIrD,MAAM,0CAA0C,GAAG,CAAC,IAAS,EAAE,EAAE;IAC7D,IAAI,CAAC,UAAU,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5C,OAAO,IAAI,CAAC;AAChB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG,KAAK,EAC7C,IAAS,EACiB,EAAE;IAC5B,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE,CAC1B,0CAA0C,CAAC,IAAI,CAAC,CACnD,CAAC;IACF,OAAO,IAAI,CAAC;AAChB,CAAC,CAAC"}
@@ -0,0 +1,407 @@
1
+ export type ClientOptions = {
2
+ baseUrl: 'https://gateway.dev.homespot.ge/registration' | (string & {});
3
+ };
4
+ export type SpaceRequest = {
5
+ type: TypeEnum;
6
+ area: number;
7
+ };
8
+ export type SpacesRequest = {
9
+ spaces: Array<SpaceRequest>;
10
+ };
11
+ export type RegistrationProgressDto = {
12
+ /**
13
+ * id of the property being registered
14
+ */
15
+ registrationId: string;
16
+ /**
17
+ * multiform pages
18
+ */
19
+ pages: Array<string>;
20
+ /**
21
+ * total pages
22
+ */
23
+ total: number;
24
+ group: GroupEnum;
25
+ };
26
+ export type PhotoRequest = {
27
+ photo: string;
28
+ type: TypeEnum2;
29
+ width: number;
30
+ height?: number;
31
+ };
32
+ export type PhotosRequest = {
33
+ photos: Array<PhotoRequest>;
34
+ };
35
+ export type PresignedUrlResponse = {
36
+ originalName: string;
37
+ key: string;
38
+ url: string;
39
+ };
40
+ export type PresignedUrlsResponse = {
41
+ data: Array<PresignedUrlResponse>;
42
+ };
43
+ export type MeasurementRequest = {
44
+ totalArea: number;
45
+ livingArea?: number;
46
+ balconyArea?: number;
47
+ };
48
+ export type TitleAndDescriptionRequest = {
49
+ title?: string;
50
+ description?: {
51
+ [key: string]: string;
52
+ };
53
+ };
54
+ export type AmenitiesRequest = {
55
+ amenities?: Array<number>;
56
+ };
57
+ export type AddressRequest = {
58
+ placeId: string;
59
+ cadastralCode: string;
60
+ fullName: string;
61
+ lat: number;
62
+ lng: number;
63
+ country: string;
64
+ city: string;
65
+ street: string;
66
+ };
67
+ export type PhotoReorderRequest = {
68
+ photos: Array<string>;
69
+ };
70
+ export type StartRegistrationRequest = {
71
+ draftType: DraftTypeEnum;
72
+ };
73
+ export type AgencyStartRegistrationRequest = {
74
+ draftType: DraftTypeEnum;
75
+ ownerId: string;
76
+ };
77
+ export type AddressResponse = {
78
+ placeId: string;
79
+ cadastralCode: string;
80
+ fullAddressName: string;
81
+ lat: number;
82
+ lng: number;
83
+ country: string;
84
+ city: string;
85
+ street: string;
86
+ };
87
+ export type LangTextResponse = {
88
+ language: LanguageEnum;
89
+ text: string;
90
+ };
91
+ export type MeasurementResponse = {
92
+ totalArea: number;
93
+ livingArea?: number;
94
+ balconyArea?: number;
95
+ };
96
+ export type PhotosKeyUrlResponse = {
97
+ key?: string;
98
+ url?: string;
99
+ };
100
+ export type RegistrationDraftResponse = {
101
+ propertyId: string;
102
+ ownerId: string;
103
+ type: DraftTypeEnum;
104
+ title: string;
105
+ description: Array<LangTextResponse>;
106
+ measurements?: MeasurementResponse;
107
+ address?: AddressResponse;
108
+ spaces: Array<SpaceResponse>;
109
+ photos: Array<PhotosKeyUrlResponse>;
110
+ amenities: Array<number>;
111
+ pages: Array<string>;
112
+ total: number;
113
+ group: GroupEnum;
114
+ };
115
+ export type SpaceResponse = {
116
+ type?: TypeEnum;
117
+ area?: number;
118
+ };
119
+ export type DraftCardResponse = {
120
+ id: string;
121
+ type: DraftTypeEnum;
122
+ title: string;
123
+ city?: string;
124
+ street?: string;
125
+ coverPhoto?: string;
126
+ uploadDate: Date;
127
+ };
128
+ export type DraftStatusResponse = {
129
+ status: StatusEnum;
130
+ };
131
+ export type TypeEnum = 'BEDROOM' | 'BATHROOM' | 'KITCHEN' | 'LIVING_ROOM' | 'GARAGE' | 'BACKYARD' | 'GYM' | 'LAUNDRY' | 'HOME_THEATRE' | 'GAME_ROOM';
132
+ /**
133
+ * property group being registered
134
+ */
135
+ export type GroupEnum = 'HOUSE_GROUP' | 'APARTMENT_GROUP' | 'HOSPITALITY_GROUP' | 'LAND_GROUP' | 'BUSINESS_GROUP' | 'STORAGE_GROUP';
136
+ export type TypeEnum2 = 'JPEG' | 'JPG' | 'PNG' | 'WEBP';
137
+ export type DraftTypeEnum = 'HOUSE' | 'TOWN_HOUSE' | 'COUNTRY_HOUSE' | 'VILLA' | 'COTTAGE' | 'APARTMENT' | 'DUPLEX' | 'TRIPLEX' | 'SEMI_BASEMENT' | 'ATTIC' | 'AGRICULTURAL_LAND' | 'RESIDENTIAL_LAND' | 'HOTEL_ROOM' | 'MOTEL_ROOM' | 'CO_LIVING_SPACE' | 'OFFICE' | 'COMMERCIAL_SPACE' | 'CO_WORKING_SPACE' | 'WAREHOUSE' | 'GARAGE';
138
+ export type LanguageEnum = 'KA' | 'EN' | 'RU';
139
+ /**
140
+ * property draft status
141
+ */
142
+ export type StatusEnum = 'IN_REGISTRATION' | 'PROCESSING' | 'COMPLETED';
143
+ export type RegisterSpacesData = {
144
+ body: SpacesRequest;
145
+ path: {
146
+ draftId: string;
147
+ };
148
+ query?: never;
149
+ url: '/registration/{draftId}/spaces';
150
+ };
151
+ export type RegisterSpacesResponses = {
152
+ /**
153
+ * OK
154
+ */
155
+ 200: RegistrationProgressDto;
156
+ };
157
+ export type RegisterSpacesResponse = RegisterSpacesResponses[keyof RegisterSpacesResponses];
158
+ export type RequestPresignedUrlsData = {
159
+ body: PhotosRequest;
160
+ path: {
161
+ draftId: string;
162
+ };
163
+ query?: never;
164
+ url: '/registration/{draftId}/presigned-urls';
165
+ };
166
+ export type RequestPresignedUrlsResponses = {
167
+ /**
168
+ * OK
169
+ */
170
+ 200: PresignedUrlsResponse;
171
+ };
172
+ export type RequestPresignedUrlsResponse = RequestPresignedUrlsResponses[keyof RequestPresignedUrlsResponses];
173
+ export type RegisterMeasurementsData = {
174
+ body: MeasurementRequest;
175
+ path: {
176
+ draftId: string;
177
+ };
178
+ query?: never;
179
+ url: '/registration/{draftId}/measurements';
180
+ };
181
+ export type RegisterMeasurementsResponses = {
182
+ /**
183
+ * OK
184
+ */
185
+ 200: RegistrationProgressDto;
186
+ };
187
+ export type RegisterMeasurementsResponse = RegisterMeasurementsResponses[keyof RegisterMeasurementsResponses];
188
+ export type RegisterDescriptionData = {
189
+ body: TitleAndDescriptionRequest;
190
+ path: {
191
+ draftId: string;
192
+ };
193
+ query?: never;
194
+ url: '/registration/{draftId}/description';
195
+ };
196
+ export type RegisterDescriptionResponses = {
197
+ /**
198
+ * OK
199
+ */
200
+ 200: RegistrationProgressDto;
201
+ };
202
+ export type RegisterDescriptionResponse = RegisterDescriptionResponses[keyof RegisterDescriptionResponses];
203
+ export type RegisterAmenitiesData = {
204
+ body: AmenitiesRequest;
205
+ path: {
206
+ draftId: string;
207
+ };
208
+ query?: never;
209
+ url: '/registration/{draftId}/amenities';
210
+ };
211
+ export type RegisterAmenitiesResponses = {
212
+ /**
213
+ * OK
214
+ */
215
+ 200: RegistrationProgressDto;
216
+ };
217
+ export type RegisterAmenitiesResponse = RegisterAmenitiesResponses[keyof RegisterAmenitiesResponses];
218
+ export type RegisterAddressData = {
219
+ body: AddressRequest;
220
+ path: {
221
+ draftId: string;
222
+ };
223
+ query?: never;
224
+ url: '/registration/{draftId}/address';
225
+ };
226
+ export type RegisterAddressResponses = {
227
+ /**
228
+ * OK
229
+ */
230
+ 200: RegistrationProgressDto;
231
+ };
232
+ export type RegisterAddressResponse = RegisterAddressResponses[keyof RegisterAddressResponses];
233
+ export type ReorderPhotosData = {
234
+ body: PhotoReorderRequest;
235
+ path: {
236
+ draftId: string;
237
+ };
238
+ query?: never;
239
+ url: '/draft/{draftId}/photos/reorder';
240
+ };
241
+ export type ReorderPhotosResponses = {
242
+ /**
243
+ * No Content
244
+ */
245
+ 204: void;
246
+ };
247
+ export type ReorderPhotosResponse = ReorderPhotosResponses[keyof ReorderPhotosResponses];
248
+ export type StartRegistrationData = {
249
+ body: StartRegistrationRequest;
250
+ path?: never;
251
+ query?: never;
252
+ url: '/registration';
253
+ };
254
+ export type StartRegistrationResponses = {
255
+ /**
256
+ * Created
257
+ */
258
+ 201: RegistrationProgressDto;
259
+ };
260
+ export type StartRegistrationResponse = StartRegistrationResponses[keyof StartRegistrationResponses];
261
+ export type GetDraftData = {
262
+ body?: never;
263
+ path: {
264
+ draftId: string;
265
+ };
266
+ query?: never;
267
+ url: '/registration/{draftId}';
268
+ };
269
+ export type GetDraftResponses = {
270
+ /**
271
+ * OK
272
+ */
273
+ 200: RegistrationDraftResponse;
274
+ };
275
+ export type GetDraftResponse = GetDraftResponses[keyof GetDraftResponses];
276
+ export type RestartRegistrationData = {
277
+ body: StartRegistrationRequest;
278
+ path: {
279
+ draftId: string;
280
+ };
281
+ query?: never;
282
+ url: '/registration/{draftId}';
283
+ };
284
+ export type RestartRegistrationResponses = {
285
+ /**
286
+ * OK
287
+ */
288
+ 200: RegistrationProgressDto;
289
+ };
290
+ export type RestartRegistrationResponse = RestartRegistrationResponses[keyof RestartRegistrationResponses];
291
+ export type CompleteRegistrationData = {
292
+ body?: never;
293
+ path: {
294
+ draftId: string;
295
+ };
296
+ query?: never;
297
+ url: '/registration/{draftId}/register';
298
+ };
299
+ export type CompleteRegistrationResponses = {
300
+ /**
301
+ * OK
302
+ */
303
+ 200: unknown;
304
+ };
305
+ export type NotifyPhotoUploadData = {
306
+ body: PhotosRequest;
307
+ path: {
308
+ draftId: string;
309
+ };
310
+ query?: never;
311
+ url: '/registration/{draftId}/presigned-urls/notify';
312
+ };
313
+ export type NotifyPhotoUploadResponses = {
314
+ /**
315
+ * OK
316
+ */
317
+ 200: RegistrationProgressDto;
318
+ };
319
+ export type NotifyPhotoUploadResponse = NotifyPhotoUploadResponses[keyof NotifyPhotoUploadResponses];
320
+ export type StartRegistrationForAgencyData = {
321
+ body: AgencyStartRegistrationRequest;
322
+ path?: never;
323
+ query?: never;
324
+ url: '/registration/agency';
325
+ };
326
+ export type StartRegistrationForAgencyResponses = {
327
+ /**
328
+ * Created
329
+ */
330
+ 201: RegistrationProgressDto;
331
+ };
332
+ export type StartRegistrationForAgencyResponse = StartRegistrationForAgencyResponses[keyof StartRegistrationForAgencyResponses];
333
+ export type GetDraftsData = {
334
+ body?: never;
335
+ path?: never;
336
+ query?: never;
337
+ url: '/draft';
338
+ };
339
+ export type GetDraftsResponses = {
340
+ /**
341
+ * OK
342
+ */
343
+ 200: Array<DraftCardResponse>;
344
+ };
345
+ export type GetDraftsResponse = GetDraftsResponses[keyof GetDraftsResponses];
346
+ export type GetDraftStatusData = {
347
+ body?: never;
348
+ path: {
349
+ draftId: string;
350
+ };
351
+ query?: never;
352
+ url: '/draft/{draftId}/status';
353
+ };
354
+ export type GetDraftStatusResponses = {
355
+ /**
356
+ * OK
357
+ */
358
+ 200: DraftStatusResponse;
359
+ };
360
+ export type GetDraftStatusResponse = GetDraftStatusResponses[keyof GetDraftStatusResponses];
361
+ export type DeleteDraftData = {
362
+ body?: never;
363
+ path: {
364
+ draftId: string;
365
+ };
366
+ query?: never;
367
+ url: '/draft/{draftId}';
368
+ };
369
+ export type DeleteDraftResponses = {
370
+ /**
371
+ * No Content
372
+ */
373
+ 204: void;
374
+ };
375
+ export type DeleteDraftResponse = DeleteDraftResponses[keyof DeleteDraftResponses];
376
+ export type DeleteAllPhotosData = {
377
+ body?: never;
378
+ path: {
379
+ draftId: string;
380
+ };
381
+ query?: never;
382
+ url: '/draft/{draftId}/photos';
383
+ };
384
+ export type DeleteAllPhotosResponses = {
385
+ /**
386
+ * No Content
387
+ */
388
+ 204: void;
389
+ };
390
+ export type DeleteAllPhotosResponse = DeleteAllPhotosResponses[keyof DeleteAllPhotosResponses];
391
+ export type DeletePhotoData = {
392
+ body?: never;
393
+ path: {
394
+ draftId: string;
395
+ photoKey: string;
396
+ };
397
+ query?: never;
398
+ url: '/draft/{draftId}/photos/{photoKey}';
399
+ };
400
+ export type DeletePhotoResponses = {
401
+ /**
402
+ * No Content
403
+ */
404
+ 204: void;
405
+ };
406
+ export type DeletePhotoResponse = DeletePhotoResponses[keyof DeletePhotoResponses];
407
+ //# sourceMappingURL=types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../api/rem/types.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export {};
3
+ //# sourceMappingURL=types.gen.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.gen.js","sourceRoot":"","sources":["../src/types.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD"}
1
+ {"version":3,"file":"types.gen.js","sourceRoot":"","sources":["../../api/rem/types.gen.ts"],"names":[],"mappings":"AAAA,qDAAqD"}