@heybox/hb-sdk-protocol 0.8.0-alpha.2 → 0.8.0-alpha.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heybox/hb-sdk-protocol",
3
- "version": "0.8.0-alpha.2",
3
+ "version": "0.8.0-alpha.9",
4
4
  "description": "Heybox mini-program iframe bridge wire contracts.",
5
5
  "sideEffects": false,
6
6
  "exports": {
package/src/payloads.ts CHANGED
@@ -116,7 +116,6 @@ export interface MiniProgramScreenshotRect {
116
116
  export type ShowShareMenuPayload = {
117
117
  title: string;
118
118
  desc: string;
119
- url?: string;
120
119
  extra?: unknown;
121
120
  imageUrl?: string;
122
121
  channel?: MiniProgramShareChannel;
@@ -129,7 +129,6 @@ export interface MiniProgramScreenshotRect {
129
129
  export type ShowShareMenuPayload = {
130
130
  title: string;
131
131
  desc: string;
132
- url?: string;
133
132
  extra?: unknown;
134
133
  imageUrl?: string;
135
134
  channel?: MiniProgramShareChannel;