o11y_schema 256.110.0 → 256.111.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/package.json
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const generate_thumbnail={namespace:"sf.lightningsdk",name:"GenerateThumbnail",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"GenerateThumbnail":{"oneofs":{"_thumbHeight":{"oneof":["thumbHeight"]},"_thumbWidth":{"oneof":["thumbWidth"]},"_origWidth":{"oneof":["origWidth"]},"_thumbSize":{"oneof":["thumbSize"]},"_origSize":{"oneof":["origSize"]},"_origHeight":{"oneof":["origHeight"]}},"fields":{"thumbHeight":{"options":{"proto3_optional":true},"id":6,"type":"uint32"},"origHeight":{"options":{"proto3_optional":true},
|
|
2
|
+
"id":4,"type":"uint32"},"rendition":{"id":7,"type":"string"},"thumbSize":{"options":{"proto3_optional":true},"id":2,"type":"uint64"},"origSize":{"options":{"proto3_optional":true},"id":1,"type":"uint64"},"origWidth":{"options":{"proto3_optional":true},"id":3,"type":"uint32"},"thumbWidth":{"options":{"proto3_optional":true},"id":5,"type":"uint32"},"mimeType":{"id":8,"type":"string"},"localUrl":{"id":9,"type":"string"}}}}}}}}}};
|
package/sf_lightningsdk/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
2
|
+
export { generate_thumbnail as generateThumbnailSchema } from './generate_thumbnail.js';
|
|
2
3
|
export { http as httpSchema } from './http.js';
|
|
3
4
|
export { launch as launchSchema } from './launch.js';
|
|
4
5
|
export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
|
|
@@ -8,3 +9,4 @@ export { module_load as moduleLoadSchema } from './module_load.js';
|
|
|
8
9
|
export { navigation as navigationSchema } from './navigation.js';
|
|
9
10
|
export { resource_download as resourceDownloadSchema } from './resource_download.js';
|
|
10
11
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
12
|
+
export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
2
|
+
export { generate_thumbnail as generateThumbnailSchema } from './generate_thumbnail.js';
|
|
2
3
|
export { http as httpSchema } from './http.js';
|
|
3
4
|
export { launch as launchSchema } from './launch.js';
|
|
4
5
|
export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
|
|
@@ -8,3 +9,4 @@ export { module_load as moduleLoadSchema } from './module_load.js';
|
|
|
8
9
|
export { navigation as navigationSchema } from './navigation.js';
|
|
9
10
|
export { resource_download as resourceDownloadSchema } from './resource_download.js';
|
|
10
11
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
12
|
+
export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const update_image_url={namespace:"sf.lightningsdk",name:"UpdateImageUrl",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"UpdateImageUrl":{"fields":{"hadMedium":{"id":5,"type":"bool"},"canonicalUrl":{"id":2,"type":"string"},"hadLarge":{"id":4,"type":"bool"},"draftUrl":{"id":1,"type":"string"},"hadTiny":{"id":6,"type":"bool"},"ttl":{"id":3,"type":"uint32"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.111.0'
|