@gooddata/sdk-code-schemas 11.28.0-alpha.10
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/esm/index.d.ts +12 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +3 -0
- package/esm/index.js.map +1 -0
- package/esm/sdk-code-schemas.d.ts +14573 -0
- package/esm/tsdoc-metadata.json +11 -0
- package/esm/v1/metadata.d.ts +7268 -0
- package/esm/v1/metadata.d.ts.map +1 -0
- package/esm/v1/metadata.js +3 -0
- package/esm/v1/metadata.js.map +1 -0
- package/esm/v1/metadata.json +6108 -0
- package/esm/v1/schema.d.ts +6506 -0
- package/esm/v1/schema.d.ts.map +1 -0
- package/esm/v1/schema.js +8 -0
- package/esm/v1/schema.js.map +1 -0
- package/package.json +78 -0
package/esm/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GoodData AAC (Analytics as Code) JSON Schema types and compiled schemas.
|
|
3
|
+
*
|
|
4
|
+
* @remarks
|
|
5
|
+
* This package provides TypeScript type definitions generated from the AAC JSON Schema,
|
|
6
|
+
* as well as the compiled JSON schema for runtime validation.
|
|
7
|
+
*
|
|
8
|
+
* @packageDocumentation
|
|
9
|
+
*/
|
|
10
|
+
export type * as v1 from "./v1/metadata.js";
|
|
11
|
+
export { metadata_v1 } from "./v1/schema.js";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AAGH,YAAY,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
package/esm/index.js
ADDED
package/esm/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAehC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|