@vendure/common 3.5.3-master-202601280247 → 3.5.3-master-202601290259
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/lib/shared-types.d.ts +2 -2
- package/package.json +1 -1
package/lib/shared-types.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export type ID = string | number;
|
|
|
69
69
|
* struct | json (m), jsonb (p), text (s) | JSON
|
|
70
70
|
* relation | many-to-one / many-to-many relation | As specified in config
|
|
71
71
|
*
|
|
72
|
-
* Additionally, the CustomFieldType also dictates which [configuration options](/
|
|
72
|
+
* Additionally, the CustomFieldType also dictates which [configuration options](/developer-guide/custom-fields/#custom-field-config-properties)
|
|
73
73
|
* are available for that custom field.
|
|
74
74
|
*
|
|
75
75
|
* @docsCategory custom-fields
|
|
@@ -292,7 +292,7 @@ export interface AdminUiConfig {
|
|
|
292
292
|
* @description
|
|
293
293
|
* Allows you to provide default reasons for a refund or cancellation. This will be used in the
|
|
294
294
|
* refund/cancel dialog. The values can be literal strings (e.g. "Not in stock") or translation
|
|
295
|
-
* tokens (see [Adding Admin UI Translations](/
|
|
295
|
+
* tokens (see [Adding Admin UI Translations](/extending-the-admin-ui/adding-ui-translations/)).
|
|
296
296
|
*
|
|
297
297
|
* @since 1.5.0
|
|
298
298
|
* @default ['order.cancel-reason-customer-request', 'order.cancel-reason-not-available']
|