@keyueclaw/web-sdk 0.1.99 → 0.1.100

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.
@@ -35494,6 +35494,9 @@ var $ = class extends OG {
35494
35494
  constructor(...e) {
35495
35495
  super(...e), this.serviceUrl = "", this.tenantId = "", this.sessionKey = "main", this.tab = "apiManagement", this.toolStreamById = /* @__PURE__ */ new Map(), this.toolStreamOrder = [], this.toolStreamSyncTimer = null, this.chatToolMessages = [], this.chatStreamSegments = [], this.chatStream = null, this.chatStreamStartedAt = null, this.keyueSelectedTenantId = null, this.keyueTenants = [], this.apiManagementTab = "platform", this.apiDefinitionsLoading = !1, this.apiDefinitionsSaving = !1, this.apiDefinitionsExporting = !1, this.apiDefinitionsImporting = !1, this.apiDefinitionsError = null, this.apiDefinitionsSaveAttempted = !1, this.apiDefinitionsItems = [], this.apiDefinitionsPath = null, this.apiDefinitionsQuery = "", this.apiDefinitionsInterfaceTypeFilter = "all", this.apiDefinitionsHash = null, this.apiDefinitionsMode = "list", this.apiDefinitionsEditingId = null, this.apiDefinitionsForm = he(), this.globalToast = null, this.globalToastKind = "error", this.apiDefinitionsDeleteConfirmItem = null, this.apiDefinitionsSelectedIds = [], this.apiDefinitionsDeleteConfirmItems = null, this.apiDefinitionsType = "platform", this.apiDefinitionsPage = 1, this.apiDefinitionsPageSize = 20, this.apiDefinitionsTotal = 0, this.nengkaiCredentialsLoading = !1, this.nengkaiCredentialsSaving = !1, this.nengkaiCredentialsError = null, this.nengkaiCredentialsItems = [], this.nengkaiCredentialsHash = null, this.nengkaiCredentialsPath = null, this.nengkaiCredentialsMode = "list", this.nengkaiCredentialsEditingId = null, this.nengkaiCredentialsForm = tt(), this.nengkaiCredentialsSaveAttempted = !1;
35496
35496
  }
35497
+ shouldReconnectOnPropChange() {
35498
+ return !0;
35499
+ }
35497
35500
  startEmbeddedGatewayConnection() {
35498
35501
  this.syncTenantId(), this.loadActiveTab(), this.loadTenantInfo();
35499
35502
  }