@keyueclaw/web-sdk 0.1.21 → 0.1.22
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/api-management.js +2 -2
- package/dist/api-management.js.map +1 -1
- package/dist/api-management.umd.cjs +2 -2
- package/dist/api-management.umd.cjs.map +1 -1
- package/dist/skills.js +2 -2
- package/dist/skills.js.map +1 -1
- package/dist/skills.umd.cjs +2 -2
- package/dist/skills.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/api-management.js
CHANGED
|
@@ -31598,7 +31598,7 @@ function jV(e, t, n = "text/plain") {
|
|
|
31598
31598
|
}
|
|
31599
31599
|
var MV = class extends AV {
|
|
31600
31600
|
constructor(...e) {
|
|
31601
|
-
super(...e), 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.apiDefinitionsLoading = !1, this.apiDefinitionsSaving = !1, this.apiDefinitionsExporting = !1, this.apiDefinitionsImporting = !1, this.apiDefinitionsError = null, this.apiDefinitionsSaveAttempted = !1, this.apiDefinitionsItems = [], this.apiDefinitionsQuery = "", this.apiDefinitionsHash = null, this.apiDefinitionsMode = "list", this.apiDefinitionsEditingId = null, this.apiDefinitionsForm = c(), this.apiDefinitionsToast = null, this.apiDefinitionsToastKind = "error", this.apiDefinitionsDeleteConfirmItem = null, this.apiDefinitionsSelectedIds = [], this.apiDefinitionsDeleteConfirmItems = null;
|
|
31601
|
+
super(...e), 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.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.apiDefinitionsHash = null, this.apiDefinitionsMode = "list", this.apiDefinitionsEditingId = null, this.apiDefinitionsForm = c(), this.apiDefinitionsToast = null, this.apiDefinitionsToastKind = "error", this.apiDefinitionsDeleteConfirmItem = null, this.apiDefinitionsSelectedIds = [], this.apiDefinitionsDeleteConfirmItems = null;
|
|
31602
31602
|
}
|
|
31603
31603
|
afterGatewayConnected() {
|
|
31604
31604
|
f(this);
|
|
@@ -31796,7 +31796,7 @@ var MV = class extends AV {
|
|
|
31796
31796
|
`;
|
|
31797
31797
|
}
|
|
31798
31798
|
};
|
|
31799
|
-
Y([J()], MV.prototype, "apiDefinitionsLoading", void 0), Y([J()], MV.prototype, "apiDefinitionsSaving", void 0), Y([J()], MV.prototype, "apiDefinitionsExporting", void 0), Y([J()], MV.prototype, "apiDefinitionsImporting", void 0), Y([J()], MV.prototype, "apiDefinitionsError", void 0), Y([J()], MV.prototype, "apiDefinitionsSaveAttempted", void 0), Y([J()], MV.prototype, "apiDefinitionsItems", void 0), Y([J()], MV.prototype, "apiDefinitionsQuery", void 0), Y([J()], MV.prototype, "apiDefinitionsHash", void 0), Y([J()], MV.prototype, "apiDefinitionsMode", void 0), Y([J()], MV.prototype, "apiDefinitionsEditingId", void 0), Y([J()], MV.prototype, "apiDefinitionsForm", void 0), Y([J()], MV.prototype, "apiDefinitionsToast", void 0), Y([J()], MV.prototype, "apiDefinitionsToastKind", void 0), Y([J()], MV.prototype, "apiDefinitionsDeleteConfirmItem", void 0), Y([J()], MV.prototype, "apiDefinitionsSelectedIds", void 0), Y([J()], MV.prototype, "apiDefinitionsDeleteConfirmItems", void 0), MV = Y([Uk("keyueclaw-api-management")], MV);
|
|
31799
|
+
Y([J()], MV.prototype, "apiDefinitionsLoading", void 0), Y([J()], MV.prototype, "apiDefinitionsSaving", void 0), Y([J()], MV.prototype, "apiDefinitionsExporting", void 0), Y([J()], MV.prototype, "apiDefinitionsImporting", void 0), Y([J()], MV.prototype, "apiDefinitionsError", void 0), Y([J()], MV.prototype, "apiDefinitionsSaveAttempted", void 0), Y([J()], MV.prototype, "apiDefinitionsItems", void 0), Y([J()], MV.prototype, "apiDefinitionsPath", void 0), Y([J()], MV.prototype, "apiDefinitionsQuery", void 0), Y([J()], MV.prototype, "apiDefinitionsHash", void 0), Y([J()], MV.prototype, "apiDefinitionsMode", void 0), Y([J()], MV.prototype, "apiDefinitionsEditingId", void 0), Y([J()], MV.prototype, "apiDefinitionsForm", void 0), Y([J()], MV.prototype, "apiDefinitionsToast", void 0), Y([J()], MV.prototype, "apiDefinitionsToastKind", void 0), Y([J()], MV.prototype, "apiDefinitionsDeleteConfirmItem", void 0), Y([J()], MV.prototype, "apiDefinitionsSelectedIds", void 0), Y([J()], MV.prototype, "apiDefinitionsDeleteConfirmItems", void 0), MV = Y([Uk("keyueclaw-api-management")], MV);
|
|
31800
31800
|
//#endregion
|
|
31801
31801
|
export { MV as KeyueClawApiManagementElement };
|
|
31802
31802
|
|