@mxpicture/gcp-functions-common 0.2.28 → 0.2.30
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/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +2 -2
- package/dist/config/index.js.map +1 -1
- package/dist/helper/helper.annotation.d.ts +3 -0
- package/dist/helper/helper.annotation.d.ts.map +1 -0
- package/dist/helper/helper.annotation.js +8 -0
- package/dist/helper/helper.annotation.js.map +1 -0
- package/dist/helper/index.d.ts +3 -2
- package/dist/helper/index.d.ts.map +1 -1
- package/dist/helper/index.js +4 -3
- package/dist/helper/index.js.map +1 -1
- package/dist/meta/index.d.ts +3 -3
- package/dist/meta/index.d.ts.map +1 -1
- package/dist/meta/index.js +4 -4
- package/dist/meta/index.js.map +1 -1
- package/dist/path/index.d.ts +1 -1
- package/dist/path/index.d.ts.map +1 -1
- package/dist/path/index.js +2 -2
- package/dist/path/index.js.map +1 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +8 -3
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
package/dist/config/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "./config.api.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAC"}
|
package/dist/config/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export
|
|
1
|
+
// This file is auto-generated by build-cli. Do not edit manually.
|
|
2
|
+
export * from "./config.api.js";
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/config/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helper.annotation.d.ts","sourceRoot":"","sources":["../../src/helper/helper.annotation.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,iBAAiB,GAC5B,aAAa,MAAM,EACnB,eAAe,iBAAiB,GAAG,mBAAmB,EAAE,KACvD,MASF,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const annoPropertyTitle = (propertyKey, headerOrProps) => {
|
|
2
|
+
const properties = Array.isArray(headerOrProps)
|
|
3
|
+
? headerOrProps
|
|
4
|
+
: headerOrProps.properties;
|
|
5
|
+
return (properties.find((prop) => prop.propertyKey == propertyKey)?.title ??
|
|
6
|
+
propertyKey);
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=helper.annotation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helper.annotation.js","sourceRoot":"","sources":["../../src/helper/helper.annotation.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,WAAmB,EACnB,aAAwD,EAChD,EAAE;IACV,MAAM,UAAU,GAA0B,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC;QACpE,CAAC,CAAC,aAAa;QACf,CAAC,CAAC,aAAa,CAAC,UAAU,CAAC;IAE7B,OAAO,CACL,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,IAAI,WAAW,CAAC,EAAE,KAAK;QACjE,WAAW,CACZ,CAAC;AACJ,CAAC,CAAC"}
|
package/dist/helper/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from "./helper.annotation.js";
|
|
2
|
+
export * from "./helper.document.js";
|
|
3
|
+
export * from "./helper.object.js";
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helper/index.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helper/index.ts"],"names":[],"mappings":"AACA,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
package/dist/helper/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
// This file is auto-generated by build-cli. Do not edit manually.
|
|
2
|
+
export * from "./helper.annotation.js";
|
|
3
|
+
export * from "./helper.document.js";
|
|
4
|
+
export * from "./helper.object.js";
|
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/dist/helper/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helper/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helper/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
export * from "./meta.enum.js";
|
|
2
|
+
export * from "./meta.main.js";
|
|
3
|
+
export * from "./meta.properties.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/meta/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/meta/index.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/meta/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC"}
|
package/dist/meta/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
1
|
+
// This file is auto-generated by build-cli. Do not edit manually.
|
|
2
|
+
export * from "./meta.enum.js";
|
|
3
|
+
export * from "./meta.main.js";
|
|
4
|
+
export * from "./meta.properties.js";
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/meta/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/meta/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/meta/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC"}
|
package/dist/path/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "./path.common.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/path/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC"}
|
package/dist/path/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export
|
|
1
|
+
// This file is auto-generated by build-cli. Do not edit manually.
|
|
2
|
+
export * from "./path.common.js";
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/path/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,cAAc,kBAAkB,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
1
|
+
export * from "./types.annotation.js";
|
|
2
|
+
export * from "./types.document.js";
|
|
3
|
+
export * from "./types.filter.js";
|
|
4
|
+
export * from "./types.function.js";
|
|
5
|
+
export * from "./types.meta.js";
|
|
6
|
+
export * from "./types.routes.js";
|
|
7
|
+
export * from "./types.validation.js";
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|
package/dist/types/index.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
// This file is auto-generated by build-cli. Do not edit manually.
|
|
2
|
+
export * from "./types.annotation.js";
|
|
3
|
+
export * from "./types.document.js";
|
|
4
|
+
export * from "./types.filter.js";
|
|
5
|
+
export * from "./types.function.js";
|
|
6
|
+
export * from "./types.meta.js";
|
|
7
|
+
export * from "./types.routes.js";
|
|
8
|
+
export * from "./types.validation.js";
|
|
4
9
|
//# sourceMappingURL=index.js.map
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|