@enonic-types/lib-content 7.13.5 → 7.14.0-B2

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 (2) hide show
  1. package/content.d.ts +0 -2
  2. package/package.json +2 -2
package/content.d.ts CHANGED
@@ -267,8 +267,6 @@ export interface ModifyContentParams<Data, Type extends string> {
267
267
  export declare function modify<Data = Record<string, unknown>, Type extends string = string>(params: ModifyContentParams<Data, Type>): Content<Data, Type> | null;
268
268
  export interface PublishContentParams {
269
269
  keys: string[];
270
- sourceBranch: string;
271
- targetBranch: string;
272
270
  schedule?: Schedule;
273
271
  includeChildren?: boolean;
274
272
  excludeChildrenIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enonic-types/lib-content",
3
- "version": "7.13.5",
3
+ "version": "7.14.0-B2",
4
4
  "description": "Type definitions for lib-content.",
5
5
  "types": "content.d.ts",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/enonic/xp/tree/master#readme",
29
29
  "dependencies": {
30
- "@enonic-types/core": "7.13.5"
30
+ "@enonic-types/core": "7.14.0-B2"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"