@alwaysmeticulous/api 2.248.0 → 2.248.14

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.
@@ -280,7 +280,7 @@ export type SessionContext = {
280
280
  */
281
281
  export interface ExpiringImage {
282
282
  url: string;
283
- initiatorType: "img" | "css";
283
+ initiatorType: "img" | "css" | "video";
284
284
  name?: string;
285
285
  width: number;
286
286
  height: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.248.0",
3
+ "version": "2.248.14",
4
4
  "description": "Meticulous API types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
37
37
  },
38
- "gitHead": "4e429238d3540b21e3007f4c752ce8942f0a60e4"
38
+ "gitHead": "9801162709933a2059535034830c539628b5ce80"
39
39
  }