@djvlc/openapi-admin-client 1.6.8 → 1.6.10

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
@@ -7849,7 +7849,7 @@ function createAdminConfiguration(config = {}) {
7849
7849
  var import_openapi_client_core2 = require("@djvlc/openapi-client-core");
7850
7850
  var import_openapi_client_core3 = require("@djvlc/openapi-client-core");
7851
7851
  var import_openapi_client_core4 = require("@djvlc/openapi-client-core");
7852
- var VERSION = "2.0.0";
7852
+ var VERSION = "1.0.0";
7853
7853
  // Annotate the CommonJS export names for ESM import in node:
7854
7854
  0 && (module.exports = {
7855
7855
  AbortError,
package/dist/index.mjs CHANGED
@@ -7243,7 +7243,7 @@ import {
7243
7243
  createMetricsCollector,
7244
7244
  createMetricsInterceptors
7245
7245
  } from "@djvlc/openapi-client-core";
7246
- var VERSION = "2.0.0";
7246
+ var VERSION = "1.0.0";
7247
7247
  export {
7248
7248
  AbortError,
7249
7249
  ActionDefinitionDetailActionTypeEnum,
@@ -1,7 +1,7 @@
1
1
  openapi: 3.0.3
2
2
  info:
3
3
  title: DJVLC Admin API
4
- version: 2.0.0
4
+ version: 1.0.0
5
5
  description: |
6
6
  DJVLC 低代码平台管理端 API(控制面)
7
7
 
@@ -1,7 +1,7 @@
1
1
  openapi: 3.0.3
2
2
  info:
3
3
  title: DJVLC Admin API
4
- version: 2.0.0
4
+ version: 1.0.0
5
5
  description: |
6
6
  DJVLC 低代码平台管理端 API(控制面)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djvlc/openapi-admin-client",
3
- "version": "1.6.8",
3
+ "version": "1.6.10",
4
4
  "description": "DJV Low-code Platform - Admin API 客户端(自动生成)",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -26,7 +26,7 @@
26
26
  "generate": "openapi-generator-cli generate -i openapi/admin-api.yaml -g typescript-fetch -o src/generated --additional-properties=supportsES6=true,typescriptThreePlus=true"
27
27
  },
28
28
  "dependencies": {
29
- "@djvlc/openapi-client-core": "1.2.6"
29
+ "@djvlc/openapi-client-core": "1.2.8"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^20.0.0",