@supernova-studio/client 1.82.3 → 1.82.4

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/index.mjs CHANGED
@@ -8690,7 +8690,9 @@ var IntegrationOauthPlatform = z270.enum(["Desktop", "Browser"]);
8690
8690
  var IntegrationOauthCallbackState = z270.enum(["Success", "Error"]);
8691
8691
  var DTOWorkspaceIntegrationOauthInput = z270.object({
8692
8692
  type: IntegrationType,
8693
- platform: IntegrationOauthPlatform.optional().default("Browser")
8693
+ platform: IntegrationOauthPlatform.optional().default("Browser"),
8694
+ authId: z270.string().optional()
8695
+ // Allow FE client to distinguish between multiple parallel OAuth flows, useful for desktop where multiple flows can be initiated in parallel
8694
8696
  });
8695
8697
  var DTOWorkspaceIntegrationPATInput = z270.object({
8696
8698
  type: IntegrationType,