@skilder-ai/runtime 0.5.9 → 0.5.11

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.js CHANGED
@@ -113810,6 +113810,7 @@ __export(dgraph_resolvers_types_exports, {
113810
113810
  InvitationStatus: () => InvitationStatus,
113811
113811
  McpTransportType: () => McpTransportType,
113812
113812
  MessageRole: () => MessageRole,
113813
+ MigrationStatus: () => MigrationStatus,
113813
113814
  OAuthProviderType: () => OAuthProviderType,
113814
113815
  OnboardingStepStatus: () => OnboardingStepStatus,
113815
113816
  OnboardingStepType: () => OnboardingStepType,
@@ -113866,6 +113867,14 @@ var MessageRole = /* @__PURE__ */ ((MessageRole2) => {
113866
113867
  MessageRole2["User"] = "USER";
113867
113868
  return MessageRole2;
113868
113869
  })(MessageRole || {});
113870
+ var MigrationStatus = /* @__PURE__ */ ((MigrationStatus2) => {
113871
+ MigrationStatus2["Completed"] = "COMPLETED";
113872
+ MigrationStatus2["Failed"] = "FAILED";
113873
+ MigrationStatus2["Pending"] = "PENDING";
113874
+ MigrationStatus2["RolledBack"] = "ROLLED_BACK";
113875
+ MigrationStatus2["Running"] = "RUNNING";
113876
+ return MigrationStatus2;
113877
+ })(MigrationStatus || {});
113869
113878
  var OAuthProviderType = /* @__PURE__ */ ((OAuthProviderType2) => {
113870
113879
  OAuthProviderType2["Google"] = "GOOGLE";
113871
113880
  OAuthProviderType2["Microsoft"] = "MICROSOFT";