@stapel/listings-react 0.1.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/CHANGELOG.md +1 -0
- package/MODULE.md +191 -0
- package/README.md +169 -0
- package/dist/api/generated/schema.d.ts +1253 -0
- package/dist/api/generated/schema.d.ts.map +1 -0
- package/dist/api/generated/schema.js +2 -0
- package/dist/api/generated/schema.js.map +1 -0
- package/dist/api/listingsApi.d.ts +145 -0
- package/dist/api/listingsApi.d.ts.map +1 -0
- package/dist/api/listingsApi.js +38 -0
- package/dist/api/listingsApi.js.map +1 -0
- package/dist/api/types.d.ts +156 -0
- package/dist/api/types.d.ts.map +1 -0
- package/dist/api/types.js +37 -0
- package/dist/api/types.js.map +1 -0
- package/dist/default/ErrorAlert.d.ts +9 -0
- package/dist/default/ErrorAlert.d.ts.map +1 -0
- package/dist/default/ErrorAlert.js +27 -0
- package/dist/default/ErrorAlert.js.map +1 -0
- package/dist/default/FavoritesPane.d.ts +18 -0
- package/dist/default/FavoritesPane.d.ts.map +1 -0
- package/dist/default/FavoritesPane.js +28 -0
- package/dist/default/FavoritesPane.js.map +1 -0
- package/dist/default/ListingCard.d.ts +42 -0
- package/dist/default/ListingCard.d.ts.map +1 -0
- package/dist/default/ListingCard.js +37 -0
- package/dist/default/ListingCard.js.map +1 -0
- package/dist/default/ListingComposerPage.d.ts +46 -0
- package/dist/default/ListingComposerPage.d.ts.map +1 -0
- package/dist/default/ListingComposerPage.js +99 -0
- package/dist/default/ListingComposerPage.js.map +1 -0
- package/dist/default/ListingDetailPane.d.ts +33 -0
- package/dist/default/ListingDetailPane.d.ts.map +1 -0
- package/dist/default/ListingDetailPane.js +48 -0
- package/dist/default/ListingDetailPane.js.map +1 -0
- package/dist/default/ListingPhoto.d.ts +25 -0
- package/dist/default/ListingPhoto.d.ts.map +1 -0
- package/dist/default/ListingPhoto.js +20 -0
- package/dist/default/ListingPhoto.js.map +1 -0
- package/dist/default/MyListingsPane.d.ts +25 -0
- package/dist/default/MyListingsPane.d.ts.map +1 -0
- package/dist/default/MyListingsPane.js +84 -0
- package/dist/default/MyListingsPane.js.map +1 -0
- package/dist/default/StatusTags.d.ts +31 -0
- package/dist/default/StatusTags.d.ts.map +1 -0
- package/dist/default/StatusTags.js +40 -0
- package/dist/default/StatusTags.js.map +1 -0
- package/dist/default/icons.d.ts +16 -0
- package/dist/default/icons.d.ts.map +1 -0
- package/dist/default/icons.js +5 -0
- package/dist/default/icons.js.map +1 -0
- package/dist/default/index.d.ts +35 -0
- package/dist/default/index.d.ts.map +1 -0
- package/dist/default/index.js +26 -0
- package/dist/default/index.js.map +1 -0
- package/dist/default/theme.d.ts +25 -0
- package/dist/default/theme.d.ts.map +1 -0
- package/dist/default/theme.js +40 -0
- package/dist/default/theme.js.map +1 -0
- package/dist/default/types.d.ts +12 -0
- package/dist/default/types.d.ts.map +1 -0
- package/dist/default/types.js +2 -0
- package/dist/default/types.js.map +1 -0
- package/dist/flows/registry.d.ts +35 -0
- package/dist/flows/registry.d.ts.map +1 -0
- package/dist/flows/registry.js +33 -0
- package/dist/flows/registry.js.map +1 -0
- package/dist/headless/Favorites.d.ts +52 -0
- package/dist/headless/Favorites.d.ts.map +1 -0
- package/dist/headless/Favorites.js +78 -0
- package/dist/headless/Favorites.js.map +1 -0
- package/dist/headless/ListingActions.d.ts +30 -0
- package/dist/headless/ListingActions.d.ts.map +1 -0
- package/dist/headless/ListingActions.js +54 -0
- package/dist/headless/ListingActions.js.map +1 -0
- package/dist/headless/ListingComposer.d.ts +133 -0
- package/dist/headless/ListingComposer.d.ts.map +1 -0
- package/dist/headless/ListingComposer.js +246 -0
- package/dist/headless/ListingComposer.js.map +1 -0
- package/dist/headless/ListingDetail.d.ts +81 -0
- package/dist/headless/ListingDetail.d.ts.map +1 -0
- package/dist/headless/ListingDetail.js +101 -0
- package/dist/headless/ListingDetail.js.map +1 -0
- package/dist/headless/ListingsProvider.d.ts +17 -0
- package/dist/headless/ListingsProvider.d.ts.map +1 -0
- package/dist/headless/ListingsProvider.js +16 -0
- package/dist/headless/ListingsProvider.js.map +1 -0
- package/dist/headless/MyListings.d.ts +44 -0
- package/dist/headless/MyListings.d.ts.map +1 -0
- package/dist/headless/MyListings.js +82 -0
- package/dist/headless/MyListings.js.map +1 -0
- package/dist/headless/useMandateGate.d.ts +28 -0
- package/dist/headless/useMandateGate.d.ts.map +1 -0
- package/dist/headless/useMandateGate.js +39 -0
- package/dist/headless/useMandateGate.js.map +1 -0
- package/dist/i18n/errorsMap.d.ts +34 -0
- package/dist/i18n/errorsMap.d.ts.map +1 -0
- package/dist/i18n/errorsMap.js +45 -0
- package/dist/i18n/errorsMap.js.map +1 -0
- package/dist/i18n/es.d.ts +21 -0
- package/dist/i18n/es.d.ts.map +1 -0
- package/dist/i18n/es.js +146 -0
- package/dist/i18n/es.js.map +1 -0
- package/dist/i18n/generated/errors.es.gen.d.ts +16 -0
- package/dist/i18n/generated/errors.es.gen.d.ts.map +1 -0
- package/dist/i18n/generated/errors.es.gen.js +58 -0
- package/dist/i18n/generated/errors.es.gen.js.map +1 -0
- package/dist/i18n/generated/errors.gen.d.ts +413 -0
- package/dist/i18n/generated/errors.gen.d.ts.map +1 -0
- package/dist/i18n/generated/errors.gen.js +210 -0
- package/dist/i18n/generated/errors.gen.js.map +1 -0
- package/dist/i18n/generated/errors.ru.gen.d.ts +16 -0
- package/dist/i18n/generated/errors.ru.gen.d.ts.map +1 -0
- package/dist/i18n/generated/errors.ru.gen.js +58 -0
- package/dist/i18n/generated/errors.ru.gen.js.map +1 -0
- package/dist/i18n/keys.d.ts +170 -0
- package/dist/i18n/keys.d.ts.map +1 -0
- package/dist/i18n/keys.js +295 -0
- package/dist/i18n/keys.js.map +1 -0
- package/dist/i18n/ru.d.ts +37 -0
- package/dist/i18n/ru.d.ts.map +1 -0
- package/dist/i18n/ru.js +162 -0
- package/dist/i18n/ru.js.map +1 -0
- package/dist/index.d.ts +103 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +98 -0
- package/dist/index.js.map +1 -0
- package/dist/model/context.d.ts +11 -0
- package/dist/model/context.d.ts.map +1 -0
- package/dist/model/context.js +16 -0
- package/dist/model/context.js.map +1 -0
- package/dist/model/draft.d.ts +138 -0
- package/dist/model/draft.d.ts.map +1 -0
- package/dist/model/draft.js +192 -0
- package/dist/model/draft.js.map +1 -0
- package/dist/model/features.d.ts +69 -0
- package/dist/model/features.d.ts.map +1 -0
- package/dist/model/features.js +73 -0
- package/dist/model/features.js.map +1 -0
- package/dist/model/mineSource.d.ts +47 -0
- package/dist/model/mineSource.d.ts.map +1 -0
- package/dist/model/mineSource.js +45 -0
- package/dist/model/mineSource.js.map +1 -0
- package/dist/model/mutations.d.ts +60 -0
- package/dist/model/mutations.d.ts.map +1 -0
- package/dist/model/mutations.js +165 -0
- package/dist/model/mutations.js.map +1 -0
- package/dist/model/queries.d.ts +75 -0
- package/dist/model/queries.d.ts.map +1 -0
- package/dist/model/queries.js +117 -0
- package/dist/model/queries.js.map +1 -0
- package/dist/model/queryKeys.d.ts +50 -0
- package/dist/model/queryKeys.d.ts.map +1 -0
- package/dist/model/queryKeys.js +24 -0
- package/dist/model/queryKeys.js.map +1 -0
- package/dist/model/runtime.d.ts +69 -0
- package/dist/model/runtime.d.ts.map +1 -0
- package/dist/model/runtime.js +14 -0
- package/dist/model/runtime.js.map +1 -0
- package/dist/model/status.d.ts +117 -0
- package/dist/model/status.d.ts.map +1 -0
- package/dist/model/status.js +164 -0
- package/dist/model/status.js.map +1 -0
- package/dist/model/transitions.d.ts +41 -0
- package/dist/model/transitions.d.ts.map +1 -0
- package/dist/model/transitions.js +25 -0
- package/dist/model/transitions.js.map +1 -0
- package/dist/model/validation.d.ts +135 -0
- package/dist/model/validation.d.ts.map +1 -0
- package/dist/model/validation.js +191 -0
- package/dist/model/validation.js.map +1 -0
- package/dist/nav/manifest.d.ts +46 -0
- package/dist/nav/manifest.d.ts.map +1 -0
- package/dist/nav/manifest.js +56 -0
- package/dist/nav/manifest.js.map +1 -0
- package/llms.txt +118 -0
- package/manifest.json +1044 -0
- package/nav-manifest.json +84 -0
- package/package.json +121 -0
- package/src/analytics/generated/events.json +7 -0
- package/src/api/generated/schema.ts +1255 -0
- package/src/api/listingsApi.ts +237 -0
- package/src/api/types.ts +193 -0
- package/src/default/ErrorAlert.tsx +46 -0
- package/src/default/FavoritesPane.tsx +123 -0
- package/src/default/ListingCard.tsx +178 -0
- package/src/default/ListingComposerPage.tsx +466 -0
- package/src/default/ListingDetailPane.tsx +271 -0
- package/src/default/ListingPhoto.tsx +62 -0
- package/src/default/MyListingsPane.tsx +333 -0
- package/src/default/StatusTags.tsx +86 -0
- package/src/default/icons.tsx +31 -0
- package/src/default/index.ts +35 -0
- package/src/default/theme.tsx +67 -0
- package/src/default/types.ts +12 -0
- package/src/flows/registry.ts +45 -0
- package/src/headless/Favorites.tsx +137 -0
- package/src/headless/ListingActions.tsx +101 -0
- package/src/headless/ListingComposer.tsx +476 -0
- package/src/headless/ListingDetail.tsx +231 -0
- package/src/headless/ListingsProvider.tsx +20 -0
- package/src/headless/MyListings.tsx +148 -0
- package/src/headless/useMandateGate.ts +40 -0
- package/src/i18n/errorsMap.ts +62 -0
- package/src/i18n/es.ts +198 -0
- package/src/i18n/generated/errors.es.gen.ts +64 -0
- package/src/i18n/generated/errors.gen.ts +241 -0
- package/src/i18n/generated/errors.json +499 -0
- package/src/i18n/generated/errors.ru.gen.ts +64 -0
- package/src/i18n/keys.ts +356 -0
- package/src/i18n/ru.ts +215 -0
- package/src/index.ts +260 -0
- package/src/model/context.tsx +28 -0
- package/src/model/draft.ts +307 -0
- package/src/model/features.ts +122 -0
- package/src/model/mineSource.ts +55 -0
- package/src/model/mutations.ts +224 -0
- package/src/model/queries.ts +150 -0
- package/src/model/queryKeys.ts +76 -0
- package/src/model/runtime.ts +87 -0
- package/src/model/status.ts +279 -0
- package/src/model/transitions.ts +62 -0
- package/src/model/validation.ts +271 -0
- package/src/nav/manifest.ts +97 -0
- package/tsconfig.json +26 -0
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Remediation vocabulary (frontend-core-architecture §2.5). Declared by the
|
|
3
|
+
* backend on the error registry and consumed verbatim from its `errors.json`
|
|
4
|
+
* artifact. A host maps it to UX — retryable → "try again"; `wait_and_retry` →
|
|
5
|
+
* timer from `params.retry_after_minutes`; `verify` → the step-up seam;
|
|
6
|
+
* `fix_input` → highlight the offending field.
|
|
7
|
+
*/
|
|
8
|
+
export type Remediation = "retry" | "wait_and_retry" | "reauthenticate" | "verify" | "fix_input" | "contact_support" | "bug";
|
|
9
|
+
export interface ListingsErrorSpec {
|
|
10
|
+
/** HTTP status the backend raises this key with. */
|
|
11
|
+
readonly status: number;
|
|
12
|
+
/** `{param}` interpolation slots present in the message. */
|
|
13
|
+
readonly params: readonly string[];
|
|
14
|
+
/** Remediation hint declared by the backend (see {@link Remediation}). */
|
|
15
|
+
readonly remediation: Remediation;
|
|
16
|
+
/** English fallback (source: stapel-auth errors.json). */
|
|
17
|
+
readonly en: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* The LISTINGS_ERRORS map — every `error.*` key stapel-auth can raise, keyed by its
|
|
21
|
+
* canonical code. The single source of truth behind the en fallback bundle, the
|
|
22
|
+
* remediation lookup, and the manifest `errors` block.
|
|
23
|
+
*/
|
|
24
|
+
export declare const LISTINGS_ERRORS: {
|
|
25
|
+
readonly "error.400.bad_request": {
|
|
26
|
+
readonly status: 400;
|
|
27
|
+
readonly params: readonly [];
|
|
28
|
+
readonly remediation: "fix_input";
|
|
29
|
+
readonly en: "Bad request";
|
|
30
|
+
};
|
|
31
|
+
readonly "error.400.captcha_invalid": {
|
|
32
|
+
readonly status: 400;
|
|
33
|
+
readonly params: readonly [];
|
|
34
|
+
readonly remediation: "retry";
|
|
35
|
+
readonly en: "Captcha verification failed. Please try again.";
|
|
36
|
+
};
|
|
37
|
+
readonly "error.400.captcha_required": {
|
|
38
|
+
readonly status: 400;
|
|
39
|
+
readonly params: readonly [];
|
|
40
|
+
readonly remediation: "retry";
|
|
41
|
+
readonly en: "Captcha token is required.";
|
|
42
|
+
};
|
|
43
|
+
readonly "error.400.category_required": {
|
|
44
|
+
readonly status: 400;
|
|
45
|
+
readonly params: readonly [];
|
|
46
|
+
readonly remediation: "fix_input";
|
|
47
|
+
readonly en: "Category is required";
|
|
48
|
+
};
|
|
49
|
+
readonly "error.400.description_too_long": {
|
|
50
|
+
readonly status: 400;
|
|
51
|
+
readonly params: readonly ["max_length"];
|
|
52
|
+
readonly remediation: "fix_input";
|
|
53
|
+
readonly en: "Description must be at most {max_length} characters";
|
|
54
|
+
};
|
|
55
|
+
readonly "error.400.description_too_short": {
|
|
56
|
+
readonly status: 400;
|
|
57
|
+
readonly params: readonly ["min_length"];
|
|
58
|
+
readonly remediation: "fix_input";
|
|
59
|
+
readonly en: "Description must be at least {min_length} characters";
|
|
60
|
+
};
|
|
61
|
+
readonly "error.400.expected_list": {
|
|
62
|
+
readonly status: 400;
|
|
63
|
+
readonly params: readonly [];
|
|
64
|
+
readonly remediation: "fix_input";
|
|
65
|
+
readonly en: "Expected a list of items";
|
|
66
|
+
};
|
|
67
|
+
readonly "error.400.feature_above_maximum": {
|
|
68
|
+
readonly status: 400;
|
|
69
|
+
readonly params: readonly ["feature"];
|
|
70
|
+
readonly remediation: "fix_input";
|
|
71
|
+
readonly en: "Value is above maximum for {feature}";
|
|
72
|
+
};
|
|
73
|
+
readonly "error.400.feature_below_minimum": {
|
|
74
|
+
readonly status: 400;
|
|
75
|
+
readonly params: readonly ["feature"];
|
|
76
|
+
readonly remediation: "fix_input";
|
|
77
|
+
readonly en: "Value is below minimum for {feature}";
|
|
78
|
+
};
|
|
79
|
+
readonly "error.400.feature_invalid_config": {
|
|
80
|
+
readonly status: 400;
|
|
81
|
+
readonly params: readonly ["feature"];
|
|
82
|
+
readonly remediation: "fix_input";
|
|
83
|
+
readonly en: "Invalid config for {feature}";
|
|
84
|
+
};
|
|
85
|
+
readonly "error.400.feature_invalid_format": {
|
|
86
|
+
readonly status: 400;
|
|
87
|
+
readonly params: readonly ["feature"];
|
|
88
|
+
readonly remediation: "fix_input";
|
|
89
|
+
readonly en: "Invalid format for {feature}";
|
|
90
|
+
};
|
|
91
|
+
readonly "error.400.feature_invalid_type": {
|
|
92
|
+
readonly status: 400;
|
|
93
|
+
readonly params: readonly ["feature"];
|
|
94
|
+
readonly remediation: "fix_input";
|
|
95
|
+
readonly en: "Invalid type for {feature}";
|
|
96
|
+
};
|
|
97
|
+
readonly "error.400.feature_mandatory_missing": {
|
|
98
|
+
readonly status: 400;
|
|
99
|
+
readonly params: readonly ["feature"];
|
|
100
|
+
readonly remediation: "fix_input";
|
|
101
|
+
readonly en: "Mandatory feature {feature} is required";
|
|
102
|
+
};
|
|
103
|
+
readonly "error.400.feature_not_allowed": {
|
|
104
|
+
readonly status: 400;
|
|
105
|
+
readonly params: readonly ["feature"];
|
|
106
|
+
readonly remediation: "fix_input";
|
|
107
|
+
readonly en: "Feature {feature} is not allowed here";
|
|
108
|
+
};
|
|
109
|
+
readonly "error.400.feature_not_in_options": {
|
|
110
|
+
readonly status: 400;
|
|
111
|
+
readonly params: readonly ["feature"];
|
|
112
|
+
readonly remediation: "fix_input";
|
|
113
|
+
readonly en: "Value is not in allowed options for {feature}";
|
|
114
|
+
};
|
|
115
|
+
readonly "error.400.feature_unknown": {
|
|
116
|
+
readonly status: 400;
|
|
117
|
+
readonly params: readonly ["feature"];
|
|
118
|
+
readonly remediation: "fix_input";
|
|
119
|
+
readonly en: "Unknown feature {feature}";
|
|
120
|
+
};
|
|
121
|
+
readonly "error.400.feature_unknown_type": {
|
|
122
|
+
readonly status: 400;
|
|
123
|
+
readonly params: readonly ["feature"];
|
|
124
|
+
readonly remediation: "fix_input";
|
|
125
|
+
readonly en: "Unknown feature type for {feature}";
|
|
126
|
+
};
|
|
127
|
+
readonly "error.400.field.blank": {
|
|
128
|
+
readonly status: 400;
|
|
129
|
+
readonly params: readonly ["field"];
|
|
130
|
+
readonly remediation: "fix_input";
|
|
131
|
+
readonly en: "{field} may not be blank";
|
|
132
|
+
};
|
|
133
|
+
readonly "error.400.field.does_not_exist": {
|
|
134
|
+
readonly status: 400;
|
|
135
|
+
readonly params: readonly ["field"];
|
|
136
|
+
readonly remediation: "fix_input";
|
|
137
|
+
readonly en: "{field} does not exist";
|
|
138
|
+
};
|
|
139
|
+
readonly "error.400.field.invalid": {
|
|
140
|
+
readonly status: 400;
|
|
141
|
+
readonly params: readonly ["field"];
|
|
142
|
+
readonly remediation: "fix_input";
|
|
143
|
+
readonly en: "{field} is invalid";
|
|
144
|
+
};
|
|
145
|
+
readonly "error.400.field.invalid_choice": {
|
|
146
|
+
readonly status: 400;
|
|
147
|
+
readonly params: readonly ["field"];
|
|
148
|
+
readonly remediation: "fix_input";
|
|
149
|
+
readonly en: "{field} is not a valid choice";
|
|
150
|
+
};
|
|
151
|
+
readonly "error.400.field.max_length": {
|
|
152
|
+
readonly status: 400;
|
|
153
|
+
readonly params: readonly ["field", "max_length"];
|
|
154
|
+
readonly remediation: "fix_input";
|
|
155
|
+
readonly en: "{field} must be at most {max_length} characters";
|
|
156
|
+
};
|
|
157
|
+
readonly "error.400.field.max_value": {
|
|
158
|
+
readonly status: 400;
|
|
159
|
+
readonly params: readonly ["field", "max_value"];
|
|
160
|
+
readonly remediation: "fix_input";
|
|
161
|
+
readonly en: "{field} must be at most {max_value}";
|
|
162
|
+
};
|
|
163
|
+
readonly "error.400.field.min_length": {
|
|
164
|
+
readonly status: 400;
|
|
165
|
+
readonly params: readonly ["field", "min_length"];
|
|
166
|
+
readonly remediation: "fix_input";
|
|
167
|
+
readonly en: "{field} must be at least {min_length} characters";
|
|
168
|
+
};
|
|
169
|
+
readonly "error.400.field.min_value": {
|
|
170
|
+
readonly status: 400;
|
|
171
|
+
readonly params: readonly ["field", "min_value"];
|
|
172
|
+
readonly remediation: "fix_input";
|
|
173
|
+
readonly en: "{field} must be at least {min_value}";
|
|
174
|
+
};
|
|
175
|
+
readonly "error.400.field.null": {
|
|
176
|
+
readonly status: 400;
|
|
177
|
+
readonly params: readonly ["field"];
|
|
178
|
+
readonly remediation: "fix_input";
|
|
179
|
+
readonly en: "{field} may not be null";
|
|
180
|
+
};
|
|
181
|
+
readonly "error.400.field.required": {
|
|
182
|
+
readonly status: 400;
|
|
183
|
+
readonly params: readonly ["field"];
|
|
184
|
+
readonly remediation: "fix_input";
|
|
185
|
+
readonly en: "{field} is required";
|
|
186
|
+
};
|
|
187
|
+
readonly "error.400.field.unique": {
|
|
188
|
+
readonly status: 400;
|
|
189
|
+
readonly params: readonly ["field"];
|
|
190
|
+
readonly remediation: "fix_input";
|
|
191
|
+
readonly en: "{field} must be unique";
|
|
192
|
+
};
|
|
193
|
+
readonly "error.400.image_required": {
|
|
194
|
+
readonly status: 400;
|
|
195
|
+
readonly params: readonly [];
|
|
196
|
+
readonly remediation: "fix_input";
|
|
197
|
+
readonly en: "At least one image is required to publish";
|
|
198
|
+
};
|
|
199
|
+
readonly "error.400.invalid_ad_id": {
|
|
200
|
+
readonly status: 400;
|
|
201
|
+
readonly params: readonly [];
|
|
202
|
+
readonly remediation: "fix_input";
|
|
203
|
+
readonly en: "Invalid advertisement ID";
|
|
204
|
+
};
|
|
205
|
+
readonly "error.400.listing_feature_not_allowed": {
|
|
206
|
+
readonly status: 400;
|
|
207
|
+
readonly params: readonly ["feature"];
|
|
208
|
+
readonly remediation: "fix_input";
|
|
209
|
+
readonly en: "Feature '{feature}' is not allowed for this category";
|
|
210
|
+
};
|
|
211
|
+
readonly "error.400.publish_validation_failed": {
|
|
212
|
+
readonly status: 400;
|
|
213
|
+
readonly params: readonly [];
|
|
214
|
+
readonly remediation: "fix_input";
|
|
215
|
+
readonly en: "Listing validation failed";
|
|
216
|
+
};
|
|
217
|
+
readonly "error.400.validation_error": {
|
|
218
|
+
readonly status: 400;
|
|
219
|
+
readonly params: readonly [];
|
|
220
|
+
readonly remediation: "fix_input";
|
|
221
|
+
readonly en: "Validation error";
|
|
222
|
+
};
|
|
223
|
+
readonly "error.400.verification_failed": {
|
|
224
|
+
readonly status: 400;
|
|
225
|
+
readonly params: readonly [];
|
|
226
|
+
readonly remediation: "verify";
|
|
227
|
+
readonly en: "Verification failed";
|
|
228
|
+
};
|
|
229
|
+
readonly "error.400.verification_invalid_factor": {
|
|
230
|
+
readonly status: 400;
|
|
231
|
+
readonly params: readonly [];
|
|
232
|
+
readonly remediation: "verify";
|
|
233
|
+
readonly en: "This verification factor is not available";
|
|
234
|
+
};
|
|
235
|
+
readonly "error.401.unauthorized": {
|
|
236
|
+
readonly status: 401;
|
|
237
|
+
readonly params: readonly [];
|
|
238
|
+
readonly remediation: "reauthenticate";
|
|
239
|
+
readonly en: "Authentication required";
|
|
240
|
+
};
|
|
241
|
+
readonly "error.402.payment_required": {
|
|
242
|
+
readonly status: 402;
|
|
243
|
+
readonly params: readonly [];
|
|
244
|
+
readonly remediation: "retry";
|
|
245
|
+
readonly en: "Payment required";
|
|
246
|
+
};
|
|
247
|
+
readonly "error.403.forbidden": {
|
|
248
|
+
readonly status: 403;
|
|
249
|
+
readonly params: readonly [];
|
|
250
|
+
readonly remediation: "retry";
|
|
251
|
+
readonly en: "You do not have permission to perform this action";
|
|
252
|
+
};
|
|
253
|
+
readonly "error.403.listing_not_owner": {
|
|
254
|
+
readonly status: 403;
|
|
255
|
+
readonly params: readonly [];
|
|
256
|
+
readonly remediation: "retry";
|
|
257
|
+
readonly en: "Not your listing";
|
|
258
|
+
};
|
|
259
|
+
readonly "error.403.network_blocked": {
|
|
260
|
+
readonly status: 403;
|
|
261
|
+
readonly params: readonly [];
|
|
262
|
+
readonly remediation: "contact_support";
|
|
263
|
+
readonly en: "Requests from this network are not allowed";
|
|
264
|
+
};
|
|
265
|
+
readonly "error.403.verification_enrollment_required": {
|
|
266
|
+
readonly status: 403;
|
|
267
|
+
readonly params: readonly [];
|
|
268
|
+
readonly remediation: "verify";
|
|
269
|
+
readonly en: "Verification factor enrollment required";
|
|
270
|
+
};
|
|
271
|
+
readonly "error.403.verification_required": {
|
|
272
|
+
readonly status: 403;
|
|
273
|
+
readonly params: readonly [];
|
|
274
|
+
readonly remediation: "verify";
|
|
275
|
+
readonly en: "Additional verification required";
|
|
276
|
+
};
|
|
277
|
+
readonly "error.404.ad_not_found": {
|
|
278
|
+
readonly status: 404;
|
|
279
|
+
readonly params: readonly [];
|
|
280
|
+
readonly remediation: "retry";
|
|
281
|
+
readonly en: "Listing not found";
|
|
282
|
+
};
|
|
283
|
+
readonly "error.404.listing_not_found": {
|
|
284
|
+
readonly status: 404;
|
|
285
|
+
readonly params: readonly [];
|
|
286
|
+
readonly remediation: "retry";
|
|
287
|
+
readonly en: "Listing not found";
|
|
288
|
+
};
|
|
289
|
+
readonly "error.404.not_found": {
|
|
290
|
+
readonly status: 404;
|
|
291
|
+
readonly params: readonly [];
|
|
292
|
+
readonly remediation: "retry";
|
|
293
|
+
readonly en: "Requested resource not found";
|
|
294
|
+
};
|
|
295
|
+
readonly "error.404.verification_challenge_not_found": {
|
|
296
|
+
readonly status: 404;
|
|
297
|
+
readonly params: readonly [];
|
|
298
|
+
readonly remediation: "verify";
|
|
299
|
+
readonly en: "Verification challenge not found or expired";
|
|
300
|
+
};
|
|
301
|
+
readonly "error.405.method_not_allowed": {
|
|
302
|
+
readonly status: 405;
|
|
303
|
+
readonly params: readonly [];
|
|
304
|
+
readonly remediation: "retry";
|
|
305
|
+
readonly en: "Method not allowed";
|
|
306
|
+
};
|
|
307
|
+
readonly "error.406.not_acceptable": {
|
|
308
|
+
readonly status: 406;
|
|
309
|
+
readonly params: readonly [];
|
|
310
|
+
readonly remediation: "retry";
|
|
311
|
+
readonly en: "Not acceptable";
|
|
312
|
+
};
|
|
313
|
+
readonly "error.408.request_timeout": {
|
|
314
|
+
readonly status: 408;
|
|
315
|
+
readonly params: readonly [];
|
|
316
|
+
readonly remediation: "retry";
|
|
317
|
+
readonly en: "Request timeout";
|
|
318
|
+
};
|
|
319
|
+
readonly "error.409.already_favorited": {
|
|
320
|
+
readonly status: 409;
|
|
321
|
+
readonly params: readonly [];
|
|
322
|
+
readonly remediation: "fix_input";
|
|
323
|
+
readonly en: "Listing already favorited";
|
|
324
|
+
};
|
|
325
|
+
readonly "error.409.conflict": {
|
|
326
|
+
readonly status: 409;
|
|
327
|
+
readonly params: readonly [];
|
|
328
|
+
readonly remediation: "fix_input";
|
|
329
|
+
readonly en: "Resource already exists";
|
|
330
|
+
};
|
|
331
|
+
readonly "error.409.invalid_listing_transition": {
|
|
332
|
+
readonly status: 409;
|
|
333
|
+
readonly params: readonly ["from_status"];
|
|
334
|
+
readonly remediation: "fix_input";
|
|
335
|
+
readonly en: "Invalid status transition for {from_status}";
|
|
336
|
+
};
|
|
337
|
+
readonly "error.409.listing_cannot_delete_active": {
|
|
338
|
+
readonly status: 409;
|
|
339
|
+
readonly params: readonly [];
|
|
340
|
+
readonly remediation: "fix_input";
|
|
341
|
+
readonly en: "Cannot delete an active listing. Archive it first.";
|
|
342
|
+
};
|
|
343
|
+
readonly "error.410.gone": {
|
|
344
|
+
readonly status: 410;
|
|
345
|
+
readonly params: readonly [];
|
|
346
|
+
readonly remediation: "retry";
|
|
347
|
+
readonly en: "Resource has been permanently removed";
|
|
348
|
+
};
|
|
349
|
+
readonly "error.413.payload_too_large": {
|
|
350
|
+
readonly status: 413;
|
|
351
|
+
readonly params: readonly [];
|
|
352
|
+
readonly remediation: "retry";
|
|
353
|
+
readonly en: "Request body is too large";
|
|
354
|
+
};
|
|
355
|
+
readonly "error.415.unsupported_media_type": {
|
|
356
|
+
readonly status: 415;
|
|
357
|
+
readonly params: readonly [];
|
|
358
|
+
readonly remediation: "retry";
|
|
359
|
+
readonly en: "Unsupported media type";
|
|
360
|
+
};
|
|
361
|
+
readonly "error.422.unprocessable_entity": {
|
|
362
|
+
readonly status: 422;
|
|
363
|
+
readonly params: readonly [];
|
|
364
|
+
readonly remediation: "wait_and_retry";
|
|
365
|
+
readonly en: "Unprocessable entity";
|
|
366
|
+
};
|
|
367
|
+
readonly "error.423.locked": {
|
|
368
|
+
readonly status: 423;
|
|
369
|
+
readonly params: readonly [];
|
|
370
|
+
readonly remediation: "wait_and_retry";
|
|
371
|
+
readonly en: "Resource is locked";
|
|
372
|
+
};
|
|
373
|
+
readonly "error.423.verification_locked": {
|
|
374
|
+
readonly status: 423;
|
|
375
|
+
readonly params: readonly [];
|
|
376
|
+
readonly remediation: "wait_and_retry";
|
|
377
|
+
readonly en: "Too many failed attempts — verification locked";
|
|
378
|
+
};
|
|
379
|
+
readonly "error.429.rate_limit": {
|
|
380
|
+
readonly status: 429;
|
|
381
|
+
readonly params: readonly ["retry_after_minutes"];
|
|
382
|
+
readonly remediation: "wait_and_retry";
|
|
383
|
+
readonly en: "Too many attempts. Try again in {retry_after_minutes} minutes.";
|
|
384
|
+
};
|
|
385
|
+
readonly "error.429.too_many_requests": {
|
|
386
|
+
readonly status: 429;
|
|
387
|
+
readonly params: readonly [];
|
|
388
|
+
readonly remediation: "wait_and_retry";
|
|
389
|
+
readonly en: "Too many requests. Please try again later.";
|
|
390
|
+
};
|
|
391
|
+
readonly "error.500.internal": {
|
|
392
|
+
readonly status: 500;
|
|
393
|
+
readonly params: readonly [];
|
|
394
|
+
readonly remediation: "contact_support";
|
|
395
|
+
readonly en: "Something went wrong";
|
|
396
|
+
};
|
|
397
|
+
readonly "error.503.mandate_unavailable": {
|
|
398
|
+
readonly status: 503;
|
|
399
|
+
readonly params: readonly [];
|
|
400
|
+
readonly remediation: "retry";
|
|
401
|
+
readonly en: "Cannot verify workspace mandate right now";
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
export type ListingsErrorCode = keyof typeof LISTINGS_ERRORS;
|
|
405
|
+
/** Every backend error code this module can surface, sorted. */
|
|
406
|
+
export declare const LISTINGS_ERROR_CODES: readonly ListingsErrorCode[];
|
|
407
|
+
/**
|
|
408
|
+
* English fallback bundle — one string per backend key, so a `StapelApiError.code`
|
|
409
|
+
* never renders as a raw key. Merged UNDER the hand-polished UI copy in
|
|
410
|
+
* {@link authI18nBundleEn} (polish wins; this guarantees coverage).
|
|
411
|
+
*/
|
|
412
|
+
export declare const listingsErrorBundleEn: Record<ListingsErrorCode, string>;
|
|
413
|
+
//# sourceMappingURL=errors.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.gen.d.ts","sourceRoot":"","sources":["../../../src/i18n/generated/errors.gen.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GACnB,OAAO,GACP,gBAAgB,GAChB,gBAAgB,GAChB,QAAQ,GACR,WAAW,GACX,iBAAiB,GACjB,KAAK,CAAC;AAEV,MAAM,WAAW,iBAAiB;IAChC,oDAAoD;IACpD,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,QAAQ,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,0EAA0E;IAC1E,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgElB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,eAAe,CAAC;AAE7D,gEAAgE;AAChE,eAAO,MAAM,oBAAoB,EAAE,SAAS,iBAAiB,EAgE5D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAgEnE,CAAC"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/gen-errors.mjs — do not edit by hand.
|
|
2
|
+
// Source: stapel-auth canonical errors.json (backend codegen artifact).
|
|
3
|
+
// Regenerate: pnpm gen:errors · Drift gate: pnpm gen:errors:check
|
|
4
|
+
/**
|
|
5
|
+
* The LISTINGS_ERRORS map — every `error.*` key stapel-auth can raise, keyed by its
|
|
6
|
+
* canonical code. The single source of truth behind the en fallback bundle, the
|
|
7
|
+
* remediation lookup, and the manifest `errors` block.
|
|
8
|
+
*/
|
|
9
|
+
export const LISTINGS_ERRORS = {
|
|
10
|
+
"error.400.bad_request": { status: 400, params: [], remediation: "fix_input", en: "Bad request" },
|
|
11
|
+
"error.400.captcha_invalid": { status: 400, params: [], remediation: "retry", en: "Captcha verification failed. Please try again." },
|
|
12
|
+
"error.400.captcha_required": { status: 400, params: [], remediation: "retry", en: "Captcha token is required." },
|
|
13
|
+
"error.400.category_required": { status: 400, params: [], remediation: "fix_input", en: "Category is required" },
|
|
14
|
+
"error.400.description_too_long": { status: 400, params: ["max_length"], remediation: "fix_input", en: "Description must be at most {max_length} characters" },
|
|
15
|
+
"error.400.description_too_short": { status: 400, params: ["min_length"], remediation: "fix_input", en: "Description must be at least {min_length} characters" },
|
|
16
|
+
"error.400.expected_list": { status: 400, params: [], remediation: "fix_input", en: "Expected a list of items" },
|
|
17
|
+
"error.400.feature_above_maximum": { status: 400, params: ["feature"], remediation: "fix_input", en: "Value is above maximum for {feature}" },
|
|
18
|
+
"error.400.feature_below_minimum": { status: 400, params: ["feature"], remediation: "fix_input", en: "Value is below minimum for {feature}" },
|
|
19
|
+
"error.400.feature_invalid_config": { status: 400, params: ["feature"], remediation: "fix_input", en: "Invalid config for {feature}" },
|
|
20
|
+
"error.400.feature_invalid_format": { status: 400, params: ["feature"], remediation: "fix_input", en: "Invalid format for {feature}" },
|
|
21
|
+
"error.400.feature_invalid_type": { status: 400, params: ["feature"], remediation: "fix_input", en: "Invalid type for {feature}" },
|
|
22
|
+
"error.400.feature_mandatory_missing": { status: 400, params: ["feature"], remediation: "fix_input", en: "Mandatory feature {feature} is required" },
|
|
23
|
+
"error.400.feature_not_allowed": { status: 400, params: ["feature"], remediation: "fix_input", en: "Feature {feature} is not allowed here" },
|
|
24
|
+
"error.400.feature_not_in_options": { status: 400, params: ["feature"], remediation: "fix_input", en: "Value is not in allowed options for {feature}" },
|
|
25
|
+
"error.400.feature_unknown": { status: 400, params: ["feature"], remediation: "fix_input", en: "Unknown feature {feature}" },
|
|
26
|
+
"error.400.feature_unknown_type": { status: 400, params: ["feature"], remediation: "fix_input", en: "Unknown feature type for {feature}" },
|
|
27
|
+
"error.400.field.blank": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} may not be blank" },
|
|
28
|
+
"error.400.field.does_not_exist": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} does not exist" },
|
|
29
|
+
"error.400.field.invalid": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} is invalid" },
|
|
30
|
+
"error.400.field.invalid_choice": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} is not a valid choice" },
|
|
31
|
+
"error.400.field.max_length": { status: 400, params: ["field", "max_length"], remediation: "fix_input", en: "{field} must be at most {max_length} characters" },
|
|
32
|
+
"error.400.field.max_value": { status: 400, params: ["field", "max_value"], remediation: "fix_input", en: "{field} must be at most {max_value}" },
|
|
33
|
+
"error.400.field.min_length": { status: 400, params: ["field", "min_length"], remediation: "fix_input", en: "{field} must be at least {min_length} characters" },
|
|
34
|
+
"error.400.field.min_value": { status: 400, params: ["field", "min_value"], remediation: "fix_input", en: "{field} must be at least {min_value}" },
|
|
35
|
+
"error.400.field.null": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} may not be null" },
|
|
36
|
+
"error.400.field.required": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} is required" },
|
|
37
|
+
"error.400.field.unique": { status: 400, params: ["field"], remediation: "fix_input", en: "{field} must be unique" },
|
|
38
|
+
"error.400.image_required": { status: 400, params: [], remediation: "fix_input", en: "At least one image is required to publish" },
|
|
39
|
+
"error.400.invalid_ad_id": { status: 400, params: [], remediation: "fix_input", en: "Invalid advertisement ID" },
|
|
40
|
+
"error.400.listing_feature_not_allowed": { status: 400, params: ["feature"], remediation: "fix_input", en: "Feature '{feature}' is not allowed for this category" },
|
|
41
|
+
"error.400.publish_validation_failed": { status: 400, params: [], remediation: "fix_input", en: "Listing validation failed" },
|
|
42
|
+
"error.400.validation_error": { status: 400, params: [], remediation: "fix_input", en: "Validation error" },
|
|
43
|
+
"error.400.verification_failed": { status: 400, params: [], remediation: "verify", en: "Verification failed" },
|
|
44
|
+
"error.400.verification_invalid_factor": { status: 400, params: [], remediation: "verify", en: "This verification factor is not available" },
|
|
45
|
+
"error.401.unauthorized": { status: 401, params: [], remediation: "reauthenticate", en: "Authentication required" },
|
|
46
|
+
"error.402.payment_required": { status: 402, params: [], remediation: "retry", en: "Payment required" },
|
|
47
|
+
"error.403.forbidden": { status: 403, params: [], remediation: "retry", en: "You do not have permission to perform this action" },
|
|
48
|
+
"error.403.listing_not_owner": { status: 403, params: [], remediation: "retry", en: "Not your listing" },
|
|
49
|
+
"error.403.network_blocked": { status: 403, params: [], remediation: "contact_support", en: "Requests from this network are not allowed" },
|
|
50
|
+
"error.403.verification_enrollment_required": { status: 403, params: [], remediation: "verify", en: "Verification factor enrollment required" },
|
|
51
|
+
"error.403.verification_required": { status: 403, params: [], remediation: "verify", en: "Additional verification required" },
|
|
52
|
+
"error.404.ad_not_found": { status: 404, params: [], remediation: "retry", en: "Listing not found" },
|
|
53
|
+
"error.404.listing_not_found": { status: 404, params: [], remediation: "retry", en: "Listing not found" },
|
|
54
|
+
"error.404.not_found": { status: 404, params: [], remediation: "retry", en: "Requested resource not found" },
|
|
55
|
+
"error.404.verification_challenge_not_found": { status: 404, params: [], remediation: "verify", en: "Verification challenge not found or expired" },
|
|
56
|
+
"error.405.method_not_allowed": { status: 405, params: [], remediation: "retry", en: "Method not allowed" },
|
|
57
|
+
"error.406.not_acceptable": { status: 406, params: [], remediation: "retry", en: "Not acceptable" },
|
|
58
|
+
"error.408.request_timeout": { status: 408, params: [], remediation: "retry", en: "Request timeout" },
|
|
59
|
+
"error.409.already_favorited": { status: 409, params: [], remediation: "fix_input", en: "Listing already favorited" },
|
|
60
|
+
"error.409.conflict": { status: 409, params: [], remediation: "fix_input", en: "Resource already exists" },
|
|
61
|
+
"error.409.invalid_listing_transition": { status: 409, params: ["from_status"], remediation: "fix_input", en: "Invalid status transition for {from_status}" },
|
|
62
|
+
"error.409.listing_cannot_delete_active": { status: 409, params: [], remediation: "fix_input", en: "Cannot delete an active listing. Archive it first." },
|
|
63
|
+
"error.410.gone": { status: 410, params: [], remediation: "retry", en: "Resource has been permanently removed" },
|
|
64
|
+
"error.413.payload_too_large": { status: 413, params: [], remediation: "retry", en: "Request body is too large" },
|
|
65
|
+
"error.415.unsupported_media_type": { status: 415, params: [], remediation: "retry", en: "Unsupported media type" },
|
|
66
|
+
"error.422.unprocessable_entity": { status: 422, params: [], remediation: "wait_and_retry", en: "Unprocessable entity" },
|
|
67
|
+
"error.423.locked": { status: 423, params: [], remediation: "wait_and_retry", en: "Resource is locked" },
|
|
68
|
+
"error.423.verification_locked": { status: 423, params: [], remediation: "wait_and_retry", en: "Too many failed attempts — verification locked" },
|
|
69
|
+
"error.429.rate_limit": { status: 429, params: ["retry_after_minutes"], remediation: "wait_and_retry", en: "Too many attempts. Try again in {retry_after_minutes} minutes." },
|
|
70
|
+
"error.429.too_many_requests": { status: 429, params: [], remediation: "wait_and_retry", en: "Too many requests. Please try again later." },
|
|
71
|
+
"error.500.internal": { status: 500, params: [], remediation: "contact_support", en: "Something went wrong" },
|
|
72
|
+
"error.503.mandate_unavailable": { status: 503, params: [], remediation: "retry", en: "Cannot verify workspace mandate right now" },
|
|
73
|
+
};
|
|
74
|
+
/** Every backend error code this module can surface, sorted. */
|
|
75
|
+
export const LISTINGS_ERROR_CODES = [
|
|
76
|
+
"error.400.bad_request",
|
|
77
|
+
"error.400.captcha_invalid",
|
|
78
|
+
"error.400.captcha_required",
|
|
79
|
+
"error.400.category_required",
|
|
80
|
+
"error.400.description_too_long",
|
|
81
|
+
"error.400.description_too_short",
|
|
82
|
+
"error.400.expected_list",
|
|
83
|
+
"error.400.feature_above_maximum",
|
|
84
|
+
"error.400.feature_below_minimum",
|
|
85
|
+
"error.400.feature_invalid_config",
|
|
86
|
+
"error.400.feature_invalid_format",
|
|
87
|
+
"error.400.feature_invalid_type",
|
|
88
|
+
"error.400.feature_mandatory_missing",
|
|
89
|
+
"error.400.feature_not_allowed",
|
|
90
|
+
"error.400.feature_not_in_options",
|
|
91
|
+
"error.400.feature_unknown",
|
|
92
|
+
"error.400.feature_unknown_type",
|
|
93
|
+
"error.400.field.blank",
|
|
94
|
+
"error.400.field.does_not_exist",
|
|
95
|
+
"error.400.field.invalid",
|
|
96
|
+
"error.400.field.invalid_choice",
|
|
97
|
+
"error.400.field.max_length",
|
|
98
|
+
"error.400.field.max_value",
|
|
99
|
+
"error.400.field.min_length",
|
|
100
|
+
"error.400.field.min_value",
|
|
101
|
+
"error.400.field.null",
|
|
102
|
+
"error.400.field.required",
|
|
103
|
+
"error.400.field.unique",
|
|
104
|
+
"error.400.image_required",
|
|
105
|
+
"error.400.invalid_ad_id",
|
|
106
|
+
"error.400.listing_feature_not_allowed",
|
|
107
|
+
"error.400.publish_validation_failed",
|
|
108
|
+
"error.400.validation_error",
|
|
109
|
+
"error.400.verification_failed",
|
|
110
|
+
"error.400.verification_invalid_factor",
|
|
111
|
+
"error.401.unauthorized",
|
|
112
|
+
"error.402.payment_required",
|
|
113
|
+
"error.403.forbidden",
|
|
114
|
+
"error.403.listing_not_owner",
|
|
115
|
+
"error.403.network_blocked",
|
|
116
|
+
"error.403.verification_enrollment_required",
|
|
117
|
+
"error.403.verification_required",
|
|
118
|
+
"error.404.ad_not_found",
|
|
119
|
+
"error.404.listing_not_found",
|
|
120
|
+
"error.404.not_found",
|
|
121
|
+
"error.404.verification_challenge_not_found",
|
|
122
|
+
"error.405.method_not_allowed",
|
|
123
|
+
"error.406.not_acceptable",
|
|
124
|
+
"error.408.request_timeout",
|
|
125
|
+
"error.409.already_favorited",
|
|
126
|
+
"error.409.conflict",
|
|
127
|
+
"error.409.invalid_listing_transition",
|
|
128
|
+
"error.409.listing_cannot_delete_active",
|
|
129
|
+
"error.410.gone",
|
|
130
|
+
"error.413.payload_too_large",
|
|
131
|
+
"error.415.unsupported_media_type",
|
|
132
|
+
"error.422.unprocessable_entity",
|
|
133
|
+
"error.423.locked",
|
|
134
|
+
"error.423.verification_locked",
|
|
135
|
+
"error.429.rate_limit",
|
|
136
|
+
"error.429.too_many_requests",
|
|
137
|
+
"error.500.internal",
|
|
138
|
+
"error.503.mandate_unavailable",
|
|
139
|
+
];
|
|
140
|
+
/**
|
|
141
|
+
* English fallback bundle — one string per backend key, so a `StapelApiError.code`
|
|
142
|
+
* never renders as a raw key. Merged UNDER the hand-polished UI copy in
|
|
143
|
+
* {@link authI18nBundleEn} (polish wins; this guarantees coverage).
|
|
144
|
+
*/
|
|
145
|
+
export const listingsErrorBundleEn = {
|
|
146
|
+
"error.400.bad_request": "Bad request",
|
|
147
|
+
"error.400.captcha_invalid": "Captcha verification failed. Please try again.",
|
|
148
|
+
"error.400.captcha_required": "Captcha token is required.",
|
|
149
|
+
"error.400.category_required": "Category is required",
|
|
150
|
+
"error.400.description_too_long": "Description must be at most {max_length} characters",
|
|
151
|
+
"error.400.description_too_short": "Description must be at least {min_length} characters",
|
|
152
|
+
"error.400.expected_list": "Expected a list of items",
|
|
153
|
+
"error.400.feature_above_maximum": "Value is above maximum for {feature}",
|
|
154
|
+
"error.400.feature_below_minimum": "Value is below minimum for {feature}",
|
|
155
|
+
"error.400.feature_invalid_config": "Invalid config for {feature}",
|
|
156
|
+
"error.400.feature_invalid_format": "Invalid format for {feature}",
|
|
157
|
+
"error.400.feature_invalid_type": "Invalid type for {feature}",
|
|
158
|
+
"error.400.feature_mandatory_missing": "Mandatory feature {feature} is required",
|
|
159
|
+
"error.400.feature_not_allowed": "Feature {feature} is not allowed here",
|
|
160
|
+
"error.400.feature_not_in_options": "Value is not in allowed options for {feature}",
|
|
161
|
+
"error.400.feature_unknown": "Unknown feature {feature}",
|
|
162
|
+
"error.400.feature_unknown_type": "Unknown feature type for {feature}",
|
|
163
|
+
"error.400.field.blank": "{field} may not be blank",
|
|
164
|
+
"error.400.field.does_not_exist": "{field} does not exist",
|
|
165
|
+
"error.400.field.invalid": "{field} is invalid",
|
|
166
|
+
"error.400.field.invalid_choice": "{field} is not a valid choice",
|
|
167
|
+
"error.400.field.max_length": "{field} must be at most {max_length} characters",
|
|
168
|
+
"error.400.field.max_value": "{field} must be at most {max_value}",
|
|
169
|
+
"error.400.field.min_length": "{field} must be at least {min_length} characters",
|
|
170
|
+
"error.400.field.min_value": "{field} must be at least {min_value}",
|
|
171
|
+
"error.400.field.null": "{field} may not be null",
|
|
172
|
+
"error.400.field.required": "{field} is required",
|
|
173
|
+
"error.400.field.unique": "{field} must be unique",
|
|
174
|
+
"error.400.image_required": "At least one image is required to publish",
|
|
175
|
+
"error.400.invalid_ad_id": "Invalid advertisement ID",
|
|
176
|
+
"error.400.listing_feature_not_allowed": "Feature '{feature}' is not allowed for this category",
|
|
177
|
+
"error.400.publish_validation_failed": "Listing validation failed",
|
|
178
|
+
"error.400.validation_error": "Validation error",
|
|
179
|
+
"error.400.verification_failed": "Verification failed",
|
|
180
|
+
"error.400.verification_invalid_factor": "This verification factor is not available",
|
|
181
|
+
"error.401.unauthorized": "Authentication required",
|
|
182
|
+
"error.402.payment_required": "Payment required",
|
|
183
|
+
"error.403.forbidden": "You do not have permission to perform this action",
|
|
184
|
+
"error.403.listing_not_owner": "Not your listing",
|
|
185
|
+
"error.403.network_blocked": "Requests from this network are not allowed",
|
|
186
|
+
"error.403.verification_enrollment_required": "Verification factor enrollment required",
|
|
187
|
+
"error.403.verification_required": "Additional verification required",
|
|
188
|
+
"error.404.ad_not_found": "Listing not found",
|
|
189
|
+
"error.404.listing_not_found": "Listing not found",
|
|
190
|
+
"error.404.not_found": "Requested resource not found",
|
|
191
|
+
"error.404.verification_challenge_not_found": "Verification challenge not found or expired",
|
|
192
|
+
"error.405.method_not_allowed": "Method not allowed",
|
|
193
|
+
"error.406.not_acceptable": "Not acceptable",
|
|
194
|
+
"error.408.request_timeout": "Request timeout",
|
|
195
|
+
"error.409.already_favorited": "Listing already favorited",
|
|
196
|
+
"error.409.conflict": "Resource already exists",
|
|
197
|
+
"error.409.invalid_listing_transition": "Invalid status transition for {from_status}",
|
|
198
|
+
"error.409.listing_cannot_delete_active": "Cannot delete an active listing. Archive it first.",
|
|
199
|
+
"error.410.gone": "Resource has been permanently removed",
|
|
200
|
+
"error.413.payload_too_large": "Request body is too large",
|
|
201
|
+
"error.415.unsupported_media_type": "Unsupported media type",
|
|
202
|
+
"error.422.unprocessable_entity": "Unprocessable entity",
|
|
203
|
+
"error.423.locked": "Resource is locked",
|
|
204
|
+
"error.423.verification_locked": "Too many failed attempts — verification locked",
|
|
205
|
+
"error.429.rate_limit": "Too many attempts. Try again in {retry_after_minutes} minutes.",
|
|
206
|
+
"error.429.too_many_requests": "Too many requests. Please try again later.",
|
|
207
|
+
"error.500.internal": "Something went wrong",
|
|
208
|
+
"error.503.mandate_unavailable": "Cannot verify workspace mandate right now",
|
|
209
|
+
};
|
|
210
|
+
//# sourceMappingURL=errors.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.gen.js","sourceRoot":"","sources":["../../../src/i18n/generated/errors.gen.ts"],"names":[],"mappings":"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"}
|