@boboddy/sdk 0.5.0 → 0.5.2

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.
@@ -178,6 +178,6 @@ async function parseBoboddyConfig(workspacePath) {
178
178
  };
179
179
  }
180
180
  export {
181
- parseBoboddyConfig,
182
- BOBODDY_CONFIG_RELATIVE_PATH
181
+ BOBODDY_CONFIG_RELATIVE_PATH,
182
+ parseBoboddyConfig
183
183
  };
package/dist/client.js CHANGED
@@ -1712,25 +1712,25 @@ function createBoboddyClient(baseUrl) {
1712
1712
  return new BoboddyClient({ client: client2 });
1713
1713
  }
1714
1714
  export {
1715
- createStepExecutionPlaneClient,
1716
- createBoboddyClient,
1717
- WorkItems,
1718
- WorkItemComments,
1719
- WorkItemBlocks,
1720
- Username,
1721
- UserNotifications,
1722
- StepExecutions,
1723
- StepDefinitions,
1724
- StepDefinitionTemplates,
1725
- Projects,
1726
- ProjectInvites,
1727
- ProjectIntegrations,
1728
- ProjectContext,
1729
- PipelineExecutions,
1730
- PipelineDefinitions,
1731
- NotificationRules,
1732
- GitHubIntegrations,
1733
- BoboddyClient,
1715
+ Api,
1734
1716
  Billing,
1735
- Api
1717
+ BoboddyClient,
1718
+ GitHubIntegrations,
1719
+ NotificationRules,
1720
+ PipelineDefinitions,
1721
+ PipelineExecutions,
1722
+ ProjectContext,
1723
+ ProjectIntegrations,
1724
+ ProjectInvites,
1725
+ Projects,
1726
+ StepDefinitionTemplates,
1727
+ StepDefinitions,
1728
+ StepExecutions,
1729
+ UserNotifications,
1730
+ Username,
1731
+ WorkItemBlocks,
1732
+ WorkItemComments,
1733
+ WorkItems,
1734
+ createBoboddyClient,
1735
+ createStepExecutionPlaneClient
1736
1736
  };