@momo-cloud/gami-sdk 0.0.41 → 0.0.42

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.
@@ -130,9 +130,10 @@ declare const GamiSDK: {
130
130
  fetchBinary: ({ url }: {
131
131
  url: string;
132
132
  }) => Promise<unknown>;
133
- fetchProtobuf: ({ path, method, param }: {
133
+ fetchProtobuf: ({ path, method, subDomain, param }: {
134
134
  path: string;
135
135
  method: string;
136
+ subDomain?: string;
136
137
  param?: any;
137
138
  }) => Promise<unknown>;
138
139
  saveCalendarEvent: ({ title, startDate, endDate, notes, key, alarm, des, toast }: {