@maravilla-labs/platform 0.4.3 → 0.5.0

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.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { T as TransformsConfig } from './transforms-B3XZ8wYs.js';
2
- export { a as TransformsPatternSpec } from './transforms-B3XZ8wYs.js';
1
+ import { o as TransformsConfig } from './transforms-BkgPh93b.js';
2
+ export { p as TransformsPatternSpec } from './transforms-BkgPh93b.js';
3
3
 
4
4
  /**
5
5
  * @fileoverview Typed schema for `maravilla.config.{ts,yaml,json}` files.
package/dist/events.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { R as RenEvent } from './ren-D0DCQ0Fs.js';
1
+ import { b as RenEvent } from './ren-DrYefHO5.js';
2
2
 
3
3
  /**
4
4
  * @fileoverview Event handler registration helpers for Maravilla.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { a as RenClient, b as RenClientOptions, R as RenEvent, g as getOrCreateClientId, r as renFetch, s as storageDelete, c as storageUpload } from './ren-D0DCQ0Fs.js';
1
+ export { R as RenClient, a as RenClientOptions, b as RenEvent, g as getOrCreateClientId, r as renFetch, s as storageDelete, c as storageUpload } from './ren-DrYefHO5.js';
2
2
  import { LocalParticipant } from 'livekit-client';
3
3
  export { RegisterPushOptions, RegisterPushResult, offsetBefore, registerPush, unregisterPush } from './push.js';
4
- export { D as DocConvertOpts, b as DocFormat, c as DocInsertQrCodeOpts, d as DocReplaceImagesOpts, e as DocTemplateMergeOpts, f as DocThumbnailOpts, g as DocToHtmlOpts, h as DocToMarkdownOpts, i as DocToPdfOpts, I as ImageFormat, j as ImageRef, J as JobHandle, k as JobStatus, l as JobStatusResponse, M as MediaInfo, O as OcrOpts, Q as QrCodeSpec, m as QrPayload, R as ResizeOpts, n as ThumbnailOpts, o as TranscodeOpts, p as TransformSpec, T as TransformsConfig, a as TransformsPatternSpec, q as TransformsService, V as VideoFormat, r as keyFor, t as transforms } from './transforms-B3XZ8wYs.js';
4
+ export { D as DocConvertOpts, a as DocFormat, b as DocInsertQrCodeOpts, c as DocReplaceImagesOpts, d as DocTemplateMergeOpts, e as DocThumbnailOpts, f as DocToHtmlOpts, g as DocToMarkdownOpts, h as DocToPdfOpts, I as ImageFormat, i as ImageRef, J as JobHandle, j as JobStatus, k as JobStatusResponse, M as MediaInfo, O as OcrOpts, Q as QrCodeSpec, l as QrPayload, R as ResizeOpts, T as ThumbnailOpts, m as TranscodeOpts, n as TransformSpec, o as TransformsConfig, p as TransformsPatternSpec, q as TransformsService, V as VideoFormat, r as keyFor, t as transforms } from './transforms-BkgPh93b.js';
5
5
 
6
6
  /**
7
7
  * Media service for video/audio room management.
@@ -45,4 +45,4 @@ declare function renFetch(input: string | URL | Request, init?: RequestInit, cli
45
45
  declare function storageUpload(path: string, file: Blob | File, clientId?: string): Promise<any>;
46
46
  declare function storageDelete(path: string, clientId?: string): Promise<any>;
47
47
 
48
- export { type RenEvent as R, RenClient as a, type RenClientOptions as b, storageUpload as c, getOrCreateClientId as g, renFetch as r, storageDelete as s };
48
+ export { RenClient as R, type RenClientOptions as a, type RenEvent as b, storageUpload as c, getOrCreateClientId as g, renFetch as r, storageDelete as s };
@@ -297,4 +297,4 @@ interface TransformsPatternSpec {
297
297
  */
298
298
  type TransformsConfig = Record<string, TransformsPatternSpec>;
299
299
 
300
- export { type DocConvertOpts as D, type ImageFormat as I, type JobHandle as J, type MediaInfo as M, type OcrOpts as O, type QrCodeSpec as Q, type ResizeOpts as R, type TransformsConfig as T, type VideoFormat as V, type TransformsPatternSpec as a, type DocFormat as b, type DocInsertQrCodeOpts as c, type DocReplaceImagesOpts as d, type DocTemplateMergeOpts as e, type DocThumbnailOpts as f, type DocToHtmlOpts as g, type DocToMarkdownOpts as h, type DocToPdfOpts as i, type ImageRef as j, type JobStatus as k, type JobStatusResponse as l, type QrPayload as m, type ThumbnailOpts as n, type TranscodeOpts as o, type TransformSpec as p, type TransformsService as q, keyFor as r, transforms as t };
300
+ export { type DocConvertOpts as D, type ImageFormat as I, type JobHandle as J, type MediaInfo as M, type OcrOpts as O, type QrCodeSpec as Q, type ResizeOpts as R, type ThumbnailOpts as T, type VideoFormat as V, type DocFormat as a, type DocInsertQrCodeOpts as b, type DocReplaceImagesOpts as c, type DocTemplateMergeOpts as d, type DocThumbnailOpts as e, type DocToHtmlOpts as f, type DocToMarkdownOpts as g, type DocToPdfOpts as h, type ImageRef as i, type JobStatus as j, type JobStatusResponse as k, type QrPayload as l, type TranscodeOpts as m, type TransformSpec as n, type TransformsConfig as o, type TransformsPatternSpec as p, type TransformsService as q, keyFor as r, transforms as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maravilla-labs/platform",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "Universal platform client for Maravilla runtime",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",