@contember/engine-vimeo-plugin 1.3.0-alpha.8 → 1.3.0-beta.1
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/src/Config.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as Typesafe from '@contember/typesafe';
|
|
|
2
2
|
export declare const vimeoConfigSchema: Typesafe.Type<{
|
|
3
3
|
readonly token: string;
|
|
4
4
|
}>;
|
|
5
|
-
export
|
|
6
|
-
export
|
|
5
|
+
export type VimeoConfig = ReturnType<typeof vimeoConfigSchema>;
|
|
6
|
+
export type ProjectVimeoConfig = {
|
|
7
7
|
vimeo?: VimeoConfig | undefined;
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=Config.d.ts.map
|
package/dist/src/Config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAA;AAE/C,eAAO,MAAM,iBAAiB;;EAE5B,CAAA;AAEF,
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAA;AAE/C,eAAO,MAAM,iBAAiB;;EAE5B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE9D,MAAM,MAAM,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;CAAE,CAAA"}
|