@websolutespa/payload-plugin-bowl 0.3.0 → 0.3.1
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 +6 -0
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as payload_dist_fields_config_types from 'payload/dist/fields/config/ty
|
|
|
4
4
|
import { Field, FieldHookArgs, Tab, FieldAffectingData, HookName, FieldHook as FieldHook$1, FieldBase, UIField } from 'payload/dist/fields/config/types';
|
|
5
5
|
import * as payload_types from 'payload/types';
|
|
6
6
|
import { PayloadRequest, CollectionAfterChangeHook, CollectionAfterDeleteHook, Block, CollectionConfig, GlobalConfig, RichTextField, RelationshipField, CheckboxField, BlockField, DateField, TextField, GroupField, Field as Field$1, UploadField, ArrayField, NumberField, FieldHook, SelectField, CollapsibleField, RowField, TabsField } from 'payload/types';
|
|
7
|
-
import { ILocale,
|
|
7
|
+
import { ILocale, ILocalizable, IEquatable, IMedia, ICategory, IPageRelation, IMenu, IRoute, IMenuItem, ISchema, IEntity, IMemoryStore } from '@websolutespa/bom-core';
|
|
8
8
|
import * as payload_dist_admin_components_forms_FieldDescription_types from 'payload/dist/admin/components/forms/FieldDescription/types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
import React__default from 'react';
|
|
@@ -56,12 +56,12 @@ type IPageFull = {
|
|
|
56
56
|
content: {
|
|
57
57
|
value: {
|
|
58
58
|
id: string;
|
|
59
|
-
slug:
|
|
59
|
+
slug: ILocalizable;
|
|
60
60
|
category: string;
|
|
61
61
|
category_index?: boolean;
|
|
62
62
|
markets: string[];
|
|
63
63
|
template: string;
|
|
64
|
-
title:
|
|
64
|
+
title: ILocalizable;
|
|
65
65
|
_status: string;
|
|
66
66
|
createdAt: Date;
|
|
67
67
|
updatedAt: Date;
|