@mxpicture/gcp-functions-common 0.1.78 → 0.1.79

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.
@@ -32,6 +32,8 @@ const metaPropertyData = {
32
32
  optional: undefined,
33
33
  editable: undefined,
34
34
  hidden: undefined,
35
+ width: undefined,
36
+ depandPopin: undefined,
35
37
  [MetaPropertyDecorator.MetaKey]: undefined,
36
38
  [MetaPropertyDecorator.MetaCreateTime]: undefined,
37
39
  [MetaPropertyDecorator.MetaUpdateTime]: undefined,
@@ -53,6 +55,8 @@ const metaPropertyDataWoType = {
53
55
  optional: undefined,
54
56
  editable: undefined,
55
57
  hidden: undefined,
58
+ width: undefined,
59
+ depandPopin: undefined,
56
60
  [MetaPropertyDecorator.MetaKey]: undefined,
57
61
  [MetaPropertyDecorator.MetaCreateTime]: undefined,
58
62
  [MetaPropertyDecorator.MetaUpdateTime]: undefined,
@@ -43,6 +43,8 @@ export interface MetaPropertyBaseOptions {
43
43
  optional?: boolean;
44
44
  editable?: boolean;
45
45
  hidden?: boolean;
46
+ width?: string;
47
+ depandPopin?: boolean;
46
48
  }
47
49
  export declare const withoutBaseIgnoreValues: readonly ["title", "description", "optional"];
48
50
  export type WithoutBaseIgnore = (typeof withoutBaseIgnoreValues)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxpicture/gcp-functions-common",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "Utils for google cloud functions, publishing both CommonJS and ESM builds",
5
5
  "type": "module",
6
6
  "author": "MXPicture",