datocms-plugin-sdk 1.0.2 → 1.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/dist/esm/types.d.ts +0 -2
- package/dist/types/types.d.ts +0 -2
- package/package.json +2 -2
- package/src/types.ts +0 -2
- package/types.json +1014 -1042
package/dist/esm/types.d.ts
CHANGED
|
@@ -1312,8 +1312,6 @@ export declare type RenderFieldExtensionAdditionalProperties = {
|
|
|
1312
1312
|
fieldExtensionId: string;
|
|
1313
1313
|
/** The arbitrary `parameters` of the field extension */
|
|
1314
1314
|
parameters: Record<string, unknown>;
|
|
1315
|
-
/** The placeholder for the field */
|
|
1316
|
-
placeholder: string;
|
|
1317
1315
|
/** Whether the field is currently disabled or not */
|
|
1318
1316
|
disabled: boolean;
|
|
1319
1317
|
/**
|
package/dist/types/types.d.ts
CHANGED
|
@@ -1312,8 +1312,6 @@ export declare type RenderFieldExtensionAdditionalProperties = {
|
|
|
1312
1312
|
fieldExtensionId: string;
|
|
1313
1313
|
/** The arbitrary `parameters` of the field extension */
|
|
1314
1314
|
parameters: Record<string, unknown>;
|
|
1315
|
-
/** The placeholder for the field */
|
|
1316
|
-
placeholder: string;
|
|
1317
1315
|
/** Whether the field is currently disabled or not */
|
|
1318
1316
|
disabled: boolean;
|
|
1319
1317
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datocms-plugin-sdk",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "DatoCMS Plugin SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datocms",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typedoc": "^0.23.20"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "fa6d8ee19dcbc6553af5bf1a74dcca5d50db21e7"
|
|
48
48
|
}
|
package/src/types.ts
CHANGED
|
@@ -1428,8 +1428,6 @@ export type RenderFieldExtensionAdditionalProperties = {
|
|
|
1428
1428
|
fieldExtensionId: string;
|
|
1429
1429
|
/** The arbitrary `parameters` of the field extension */
|
|
1430
1430
|
parameters: Record<string, unknown>;
|
|
1431
|
-
/** The placeholder for the field */
|
|
1432
|
-
placeholder: string;
|
|
1433
1431
|
/** Whether the field is currently disabled or not */
|
|
1434
1432
|
disabled: boolean;
|
|
1435
1433
|
/**
|