@webiny/api-headless-cms-ddb-es 6.4.0-beta.3 → 6.4.0-beta.5
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/definitions/types.d.ts
CHANGED
|
@@ -54,6 +54,10 @@ export interface IEntryEntityAttributesData {
|
|
|
54
54
|
system?: ICmsEntrySystem;
|
|
55
55
|
live: ICmsEntryLive | null;
|
|
56
56
|
revisionDescription: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* A timestamp of when the entry should be automatically deleted from the database.
|
|
59
|
+
*/
|
|
60
|
+
expiresAt: number | null;
|
|
57
61
|
}
|
|
58
62
|
export type IEntryEntityAttributes = IStandardEntityAttributes<IEntryEntityAttributesData>;
|
|
59
63
|
export type IModelEntity = IEntity<IStandardEntityAttributes<StorageCmsModel>>;
|
|
@@ -48,5 +48,6 @@ export declare const modifyEntryValues: <T extends CmsEntryValues = CmsEntryValu
|
|
|
48
48
|
system?: import("@webiny/api-headless-cms/types/types").ICmsEntrySystem;
|
|
49
49
|
live: import("@webiny/api-headless-cms/types/types").ICmsEntryLive | null;
|
|
50
50
|
revisionDescription: string | undefined;
|
|
51
|
+
expiresAt: number | null;
|
|
51
52
|
};
|
|
52
53
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms-ddb-es",
|
|
3
|
-
"version": "6.4.0-beta.
|
|
3
|
+
"version": "6.4.0-beta.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -30,40 +30,42 @@
|
|
|
30
30
|
],
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@webiny/api": "6.4.0-beta.
|
|
34
|
-
"@webiny/api-elasticsearch-tasks": "6.4.0-beta.
|
|
35
|
-
"@webiny/api-headless-cms": "6.4.0-beta.
|
|
36
|
-
"@webiny/api-opensearch": "6.4.0-beta.
|
|
37
|
-
"@webiny/aws-sdk": "6.4.0-beta.
|
|
38
|
-
"@webiny/db-dynamodb": "6.4.0-beta.
|
|
39
|
-
"@webiny/error": "6.4.0-beta.
|
|
40
|
-
"@webiny/feature": "6.4.0-beta.
|
|
41
|
-
"@webiny/handler-db": "6.4.0-beta.
|
|
42
|
-
"@webiny/plugins": "6.4.0-beta.
|
|
43
|
-
"@webiny/utils": "6.4.0-beta.
|
|
33
|
+
"@webiny/api": "6.4.0-beta.5",
|
|
34
|
+
"@webiny/api-elasticsearch-tasks": "6.4.0-beta.5",
|
|
35
|
+
"@webiny/api-headless-cms": "6.4.0-beta.5",
|
|
36
|
+
"@webiny/api-opensearch": "6.4.0-beta.5",
|
|
37
|
+
"@webiny/aws-sdk": "6.4.0-beta.5",
|
|
38
|
+
"@webiny/db-dynamodb": "6.4.0-beta.5",
|
|
39
|
+
"@webiny/error": "6.4.0-beta.5",
|
|
40
|
+
"@webiny/feature": "6.4.0-beta.5",
|
|
41
|
+
"@webiny/handler-db": "6.4.0-beta.5",
|
|
42
|
+
"@webiny/plugins": "6.4.0-beta.5",
|
|
43
|
+
"@webiny/utils": "6.4.0-beta.5",
|
|
44
44
|
"dataloader": "2.2.3",
|
|
45
45
|
"lodash": "4.18.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/jsonpack": "1.1.6",
|
|
49
|
-
"@webiny/api-core": "6.4.0-beta.
|
|
50
|
-
"@webiny/api-dynamodb-to-elasticsearch": "6.4.0-beta.
|
|
51
|
-
"@webiny/
|
|
49
|
+
"@webiny/api-core": "6.4.0-beta.5",
|
|
50
|
+
"@webiny/api-dynamodb-to-elasticsearch": "6.4.0-beta.5",
|
|
51
|
+
"@webiny/background-tasks": "6.4.0-beta.5",
|
|
52
|
+
"@webiny/build-tools": "6.4.0-beta.5",
|
|
52
53
|
"@webiny/di": "1.0.1",
|
|
53
|
-
"@webiny/handler": "6.4.0-beta.
|
|
54
|
-
"@webiny/handler-aws": "6.4.0-beta.
|
|
55
|
-
"@webiny/handler-graphql": "6.4.0-beta.
|
|
56
|
-
"@webiny/project-utils": "6.4.0-beta.
|
|
57
|
-
"@webiny/
|
|
58
|
-
"@webiny/wcp": "6.4.0-beta.3",
|
|
54
|
+
"@webiny/handler": "6.4.0-beta.5",
|
|
55
|
+
"@webiny/handler-aws": "6.4.0-beta.5",
|
|
56
|
+
"@webiny/handler-graphql": "6.4.0-beta.5",
|
|
57
|
+
"@webiny/project-utils": "6.4.0-beta.5",
|
|
58
|
+
"@webiny/wcp": "6.4.0-beta.5",
|
|
59
59
|
"jest-dynalite": "3.6.1",
|
|
60
60
|
"rimraf": "6.1.3",
|
|
61
61
|
"typescript": "6.0.3",
|
|
62
|
-
"vitest": "4.1.
|
|
62
|
+
"vitest": "4.1.7"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
|
-
"access": "public"
|
|
66
|
-
"directory": "dist"
|
|
65
|
+
"access": "public"
|
|
67
66
|
},
|
|
68
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "b8aec8a1be3f25c3b428b357fe1e352c7cbff9ae",
|
|
68
|
+
"webiny": {
|
|
69
|
+
"publishFrom": "dist"
|
|
70
|
+
}
|
|
69
71
|
}
|