mobbdev 1.1.33 → 1.1.36

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.
@@ -216,6 +216,7 @@ declare function uploadAiBlameHandlerFromExtension(args: {
216
216
  sessionId?: string;
217
217
  apiUrl?: string;
218
218
  webAppUrl?: string;
219
+ repositoryUrl?: string | null;
219
220
  }): Promise<UploadAiBlameResult>;
220
221
  type UploadAiBlameHandlerOptions = {
221
222
  args: UploadAiBlameOptions;
@@ -223,6 +224,7 @@ type UploadAiBlameHandlerOptions = {
223
224
  apiUrl?: string;
224
225
  webAppUrl?: string;
225
226
  logger?: Logger;
227
+ repositoryUrl?: string | null;
226
228
  };
227
229
  declare function uploadAiBlameHandler(options: UploadAiBlameHandlerOptions): Promise<void>;
228
230
  declare function uploadAiBlameCommandHandler(args: UploadAiBlameOptions): Promise<void>;