@momo-cloud/gami-sdk 0.0.26 → 0.0.27

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.
@@ -137,6 +137,7 @@ declare const GamiSDK: {
137
137
  des: string;
138
138
  toast?: string;
139
139
  }) => Promise<unknown>;
140
+ requestPlatformApi: (name: string, ...params: any[]) => Promise<unknown>;
140
141
  listen: (name: string, callback: (args: any[]) => void) => void;
141
142
  listenShaking: ({ onShake }: {
142
143
  onShake: (data: any) => void;