@xemahq/org-database-pool-internal-api-client 0.3.0 → 0.3.1
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/endpoints/admin-schema-access/admin-schema-access.d.ts +1 -3
- package/dist/endpoints/connections/connections.d.ts +1 -3
- package/dist/endpoints/internal/internal.d.ts +1 -3
- package/dist/models/adminSchemaColumnDto.d.ts +1 -3
- package/dist/models/adminSchemaColumnDto.js +1 -3
- package/dist/models/adminSchemaLeaseResponseDto.d.ts +1 -3
- package/dist/models/adminSchemaLeaseResponseDtoAudience.d.ts +1 -3
- package/dist/models/adminSchemaLeaseResponseDtoAudience.js +1 -3
- package/dist/models/adminSchemaLeaseResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/adminSchemaLeaseResponseDtoOperationsItem.d.ts +1 -3
- package/dist/models/adminSchemaLeaseResponseDtoOperationsItem.js +1 -3
- package/dist/models/describeAdminSchemaTableDto.d.ts +1 -3
- package/dist/models/describeAdminSchemaTableDtoAudience.d.ts +1 -3
- package/dist/models/describeAdminSchemaTableDtoAudience.js +1 -3
- package/dist/models/describeAdminSchemaTableResponseDto.d.ts +1 -3
- package/dist/models/describeAdminSchemaTableResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/insertAdminSchemaRowsDto.d.ts +1 -3
- package/dist/models/insertAdminSchemaRowsDtoAudience.d.ts +1 -3
- package/dist/models/insertAdminSchemaRowsDtoAudience.js +1 -3
- package/dist/models/insertAdminSchemaRowsDtoRowsItem.d.ts +1 -3
- package/dist/models/insertAdminSchemaRowsDtoRowsItem.js +1 -3
- package/dist/models/insertAdminSchemaRowsResponseDto.d.ts +1 -3
- package/dist/models/insertAdminSchemaRowsResponseDto.js +1 -3
- package/dist/models/insertAdminSchemaRowsResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/internalBiomeCleanupRequestDto.d.ts +1 -3
- package/dist/models/internalBiomeCleanupRequestDto.js +1 -3
- package/dist/models/internalBiomeCleanupResponseDto.d.ts +1 -3
- package/dist/models/internalBiomeCleanupResponseDto.js +1 -3
- package/dist/models/internalBiomeCleanupResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/issueAdminSchemaLeaseDto.d.ts +1 -3
- package/dist/models/issueAdminSchemaLeaseDtoAudience.d.ts +1 -3
- package/dist/models/issueAdminSchemaLeaseDtoAudience.js +1 -3
- package/dist/models/issueAdminSchemaLeaseDtoOperationsItem.d.ts +1 -3
- package/dist/models/issueAdminSchemaLeaseDtoOperationsItem.js +1 -3
- package/dist/models/mintConnectionDto.d.ts +1 -3
- package/dist/models/mintConnectionDto.js +1 -3
- package/dist/models/reconcileAdminSchemaRowsDto.d.ts +1 -3
- package/dist/models/reconcileAdminSchemaRowsDtoAudience.d.ts +1 -3
- package/dist/models/reconcileAdminSchemaRowsDtoAudience.js +1 -3
- package/dist/models/reconcileAdminSchemaRowsDtoRowsItem.d.ts +1 -3
- package/dist/models/reconcileAdminSchemaRowsDtoRowsItem.js +1 -3
- package/dist/models/reconcileAdminSchemaRowsResponseDto.d.ts +1 -3
- package/dist/models/reconcileAdminSchemaRowsResponseDto.js +1 -3
- package/dist/models/reconcileAdminSchemaRowsResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/revokeAdminSchemaLeaseDto.d.ts +1 -3
- package/dist/models/revokeAdminSchemaLeaseDtoAudience.d.ts +1 -3
- package/dist/models/revokeAdminSchemaLeaseDtoAudience.js +1 -3
- package/dist/models/revokeAdminSchemaLeaseResponseDto.d.ts +1 -3
- package/dist/models/revokeAdminSchemaLeaseResponseDto.js +1 -3
- package/dist/models/revokeAdminSchemaLeaseResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsDto.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsDtoAudience.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsDtoAudience.js +1 -3
- package/dist/models/scanAdminSchemaRowsResponseDto.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsResponseDtoRowsItem.d.ts +1 -3
- package/dist/models/scanAdminSchemaRowsResponseDtoRowsItem.js +1 -3
- package/package.json +2 -2
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { AdminSchemaLeaseResponseDtoDataEnvelope, DescribeAdminSchemaTableDto, DescribeAdminSchemaTableResponseDtoDataEnvelope, InsertAdminSchemaRowsDto, InsertAdminSchemaRowsResponseDtoDataEnvelope, IssueAdminSchemaLeaseDto, ReconcileAdminSchemaRowsDto, ReconcileAdminSchemaRowsResponseDtoDataEnvelope, RevokeAdminSchemaLeaseDto, RevokeAdminSchemaLeaseResponseDtoDataEnvelope, ScanAdminSchemaRowsDto, ScanAdminSchemaRowsResponseDtoDataEnvelope } from '../../models';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { MintConnectionDto } from '../../models';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InternalBiomeCleanupRequestDto, InternalBiomeCleanupResponseDtoDataEnvelope } from '../../models';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface AdminSchemaColumnDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { AdminSchemaLeaseResponseDtoAudience } from './adminSchemaLeaseResponseDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type AdminSchemaLeaseResponseDtoAudience = typeof AdminSchemaLeaseResponseDtoAudience[keyof typeof AdminSchemaLeaseResponseDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { AdminSchemaLeaseResponseDto } from './adminSchemaLeaseResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type AdminSchemaLeaseResponseDtoOperationsItem = typeof AdminSchemaLeaseResponseDtoOperationsItem[keyof typeof AdminSchemaLeaseResponseDtoOperationsItem];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { DescribeAdminSchemaTableDtoAudience } from './describeAdminSchemaTableDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type DescribeAdminSchemaTableDtoAudience = typeof DescribeAdminSchemaTableDtoAudience[keyof typeof DescribeAdminSchemaTableDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { AdminSchemaColumnDto } from './adminSchemaColumnDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { DescribeAdminSchemaTableResponseDto } from './describeAdminSchemaTableResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InsertAdminSchemaRowsDtoAudience } from './insertAdminSchemaRowsDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type InsertAdminSchemaRowsDtoAudience = typeof InsertAdminSchemaRowsDtoAudience[keyof typeof InsertAdminSchemaRowsDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type InsertAdminSchemaRowsDtoRowsItem = {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface InsertAdminSchemaRowsResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InsertAdminSchemaRowsResponseDto } from './insertAdminSchemaRowsResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface InternalBiomeCleanupRequestDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface InternalBiomeCleanupResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InternalBiomeCleanupResponseDto } from './internalBiomeCleanupResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { IssueAdminSchemaLeaseDtoAudience } from './issueAdminSchemaLeaseDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type IssueAdminSchemaLeaseDtoAudience = typeof IssueAdminSchemaLeaseDtoAudience[keyof typeof IssueAdminSchemaLeaseDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type IssueAdminSchemaLeaseDtoOperationsItem = typeof IssueAdminSchemaLeaseDtoOperationsItem[keyof typeof IssueAdminSchemaLeaseDtoOperationsItem];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface MintConnectionDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ReconcileAdminSchemaRowsDtoAudience } from './reconcileAdminSchemaRowsDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ReconcileAdminSchemaRowsDtoAudience = typeof ReconcileAdminSchemaRowsDtoAudience[keyof typeof ReconcileAdminSchemaRowsDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ReconcileAdminSchemaRowsDtoRowsItem = {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface ReconcileAdminSchemaRowsResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ReconcileAdminSchemaRowsResponseDto } from './reconcileAdminSchemaRowsResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { RevokeAdminSchemaLeaseDtoAudience } from './revokeAdminSchemaLeaseDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type RevokeAdminSchemaLeaseDtoAudience = typeof RevokeAdminSchemaLeaseDtoAudience[keyof typeof RevokeAdminSchemaLeaseDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface RevokeAdminSchemaLeaseResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { RevokeAdminSchemaLeaseResponseDto } from './revokeAdminSchemaLeaseResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ScanAdminSchemaRowsDtoAudience } from './scanAdminSchemaRowsDtoAudience.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ScanAdminSchemaRowsDtoAudience = typeof ScanAdminSchemaRowsDtoAudience[keyof typeof ScanAdminSchemaRowsDtoAudience];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ScanAdminSchemaRowsResponseDtoRowsItem } from './scanAdminSchemaRowsResponseDtoRowsItem.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ScanAdminSchemaRowsResponseDto } from './scanAdminSchemaRowsResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Org Database Pool API
|
|
5
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
6
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ScanAdminSchemaRowsResponseDtoRowsItem = {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Org Database Pool API
|
|
6
|
-
* Org Database Pool API extract (generated for client codegen).
|
|
7
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/org-database-pool-internal-api-client",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/xema-dev/xema-base.git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"service": "org-database-pool-api",
|
|
25
25
|
"biome": "org-database-pool",
|
|
26
26
|
"target": "server",
|
|
27
|
-
"generator": "@xemahq/api-client-generator@0.
|
|
27
|
+
"generator": "@xemahq/api-client-generator@0.5.0",
|
|
28
28
|
"source": "openapi.internal.json"
|
|
29
29
|
},
|
|
30
30
|
"license": "LicenseRef-Xema-BSL-1.1",
|