@mutagent/cli 0.1.222 → 0.1.223

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/dist/bin/cli.js CHANGED
@@ -569,9 +569,7 @@ class SDKClientWrapper {
569
569
  try {
570
570
  const response = await this.sdk.providerConfigs.listProviders({
571
571
  provider: filters?.type,
572
- includeInactive: true,
573
- workspaceId: this.workspaceId,
574
- organizationId: this.organizationId
572
+ includeInactive: true
575
573
  });
576
574
  const raw = response;
577
575
  const configs = raw.result?.configs ?? raw.configs ?? [];
@@ -5136,5 +5134,5 @@ program.addCommand(createInstallCommand());
5136
5134
  program.addCommand(createFeedbackCommand());
5137
5135
  program.parse();
5138
5136
 
5139
- //# debugId=EF6771B96785663564756E2164756E21
5137
+ //# debugId=929790CB526DFFF364756E2164756E21
5140
5138
  //# sourceMappingURL=cli.js.map