@xemahq/org-database-pool-internal-api-client 0.2.0 → 0.2.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.
Files changed (55) hide show
  1. package/dist/endpoints/admin-schema-access/admin-schema-access.d.ts +7 -7
  2. package/dist/endpoints/admin-schema-access/admin-schema-access.js +18 -18
  3. package/dist/endpoints/connections/connections.d.ts +2 -2
  4. package/dist/endpoints/connections/connections.js +3 -3
  5. package/dist/models/adminSchemaColumnDto.d.ts +1 -1
  6. package/dist/models/adminSchemaColumnDto.js +1 -1
  7. package/dist/models/adminSchemaLeaseResponseDto.d.ts +3 -3
  8. package/dist/models/adminSchemaLeaseResponseDtoAudience.d.ts +1 -1
  9. package/dist/models/adminSchemaLeaseResponseDtoAudience.js +1 -1
  10. package/dist/models/adminSchemaLeaseResponseDtoDataEnvelope.d.ts +2 -2
  11. package/dist/models/adminSchemaLeaseResponseDtoOperationsItem.d.ts +1 -1
  12. package/dist/models/adminSchemaLeaseResponseDtoOperationsItem.js +1 -1
  13. package/dist/models/describeAdminSchemaTableDto.d.ts +2 -2
  14. package/dist/models/describeAdminSchemaTableDtoAudience.d.ts +1 -1
  15. package/dist/models/describeAdminSchemaTableDtoAudience.js +1 -1
  16. package/dist/models/describeAdminSchemaTableResponseDto.d.ts +2 -2
  17. package/dist/models/describeAdminSchemaTableResponseDtoDataEnvelope.d.ts +2 -2
  18. package/dist/models/insertAdminSchemaRowsDto.d.ts +3 -3
  19. package/dist/models/insertAdminSchemaRowsDtoAudience.d.ts +1 -1
  20. package/dist/models/insertAdminSchemaRowsDtoAudience.js +1 -1
  21. package/dist/models/insertAdminSchemaRowsDtoRowsItem.d.ts +1 -1
  22. package/dist/models/insertAdminSchemaRowsDtoRowsItem.js +1 -1
  23. package/dist/models/insertAdminSchemaRowsResponseDto.d.ts +1 -1
  24. package/dist/models/insertAdminSchemaRowsResponseDto.js +1 -1
  25. package/dist/models/insertAdminSchemaRowsResponseDtoDataEnvelope.d.ts +2 -2
  26. package/dist/models/issueAdminSchemaLeaseDto.d.ts +3 -3
  27. package/dist/models/issueAdminSchemaLeaseDtoAudience.d.ts +1 -1
  28. package/dist/models/issueAdminSchemaLeaseDtoAudience.js +1 -1
  29. package/dist/models/issueAdminSchemaLeaseDtoOperationsItem.d.ts +1 -1
  30. package/dist/models/issueAdminSchemaLeaseDtoOperationsItem.js +1 -1
  31. package/dist/models/mintConnectionDto.d.ts +1 -1
  32. package/dist/models/mintConnectionDto.js +1 -1
  33. package/dist/models/reconcileAdminSchemaRowsDto.d.ts +3 -3
  34. package/dist/models/reconcileAdminSchemaRowsDtoAudience.d.ts +1 -1
  35. package/dist/models/reconcileAdminSchemaRowsDtoAudience.js +1 -1
  36. package/dist/models/reconcileAdminSchemaRowsDtoRowsItem.d.ts +1 -1
  37. package/dist/models/reconcileAdminSchemaRowsDtoRowsItem.js +1 -1
  38. package/dist/models/reconcileAdminSchemaRowsResponseDto.d.ts +1 -1
  39. package/dist/models/reconcileAdminSchemaRowsResponseDto.js +1 -1
  40. package/dist/models/reconcileAdminSchemaRowsResponseDtoDataEnvelope.d.ts +2 -2
  41. package/dist/models/revokeAdminSchemaLeaseDto.d.ts +2 -2
  42. package/dist/models/revokeAdminSchemaLeaseDtoAudience.d.ts +1 -1
  43. package/dist/models/revokeAdminSchemaLeaseDtoAudience.js +1 -1
  44. package/dist/models/revokeAdminSchemaLeaseResponseDto.d.ts +1 -1
  45. package/dist/models/revokeAdminSchemaLeaseResponseDto.js +1 -1
  46. package/dist/models/revokeAdminSchemaLeaseResponseDtoDataEnvelope.d.ts +2 -2
  47. package/dist/models/scanAdminSchemaRowsDto.d.ts +2 -2
  48. package/dist/models/scanAdminSchemaRowsDtoAudience.d.ts +1 -1
  49. package/dist/models/scanAdminSchemaRowsDtoAudience.js +1 -1
  50. package/dist/models/scanAdminSchemaRowsResponseDto.d.ts +2 -2
  51. package/dist/models/scanAdminSchemaRowsResponseDtoDataEnvelope.d.ts +2 -2
  52. package/dist/models/scanAdminSchemaRowsResponseDtoRowsItem.d.ts +1 -1
  53. package/dist/models/scanAdminSchemaRowsResponseDtoRowsItem.js +1 -1
  54. package/package.json +8 -7
  55. package/LICENSE +0 -174
@@ -1,38 +1,38 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
8
  import type { AdminSchemaLeaseResponseDtoDataEnvelope, DescribeAdminSchemaTableDto, DescribeAdminSchemaTableResponseDtoDataEnvelope, InsertAdminSchemaRowsDto, InsertAdminSchemaRowsResponseDtoDataEnvelope, IssueAdminSchemaLeaseDto, ReconcileAdminSchemaRowsDto, ReconcileAdminSchemaRowsResponseDtoDataEnvelope, RevokeAdminSchemaLeaseDto, RevokeAdminSchemaLeaseResponseDtoDataEnvelope, ScanAdminSchemaRowsDto, ScanAdminSchemaRowsResponseDtoDataEnvelope } from '../../models';
9
+ export declare const getAdminSchemaAccessControllerIssueLeaseUrl: () => string;
9
10
  /**
10
11
  * @summary Issue a short-lived, caller-bound schema migration lease
11
12
  */
12
- export declare const getAdminSchemaAccessControllerIssueLeaseUrl: () => string;
13
13
  export declare const adminSchemaAccessControllerIssueLease: (issueAdminSchemaLeaseDto: IssueAdminSchemaLeaseDto, options?: RequestInit) => Promise<AdminSchemaLeaseResponseDtoDataEnvelope>;
14
+ export declare const getAdminSchemaAccessControllerDescribeTableUrl: (leaseId: string) => string;
14
15
  /**
15
16
  * @summary Describe one table through a bounded migration lease
16
17
  */
17
- export declare const getAdminSchemaAccessControllerDescribeTableUrl: (leaseId: string) => string;
18
18
  export declare const adminSchemaAccessControllerDescribeTable: (leaseId: string, describeAdminSchemaTableDto: DescribeAdminSchemaTableDto, options?: RequestInit) => Promise<DescribeAdminSchemaTableResponseDtoDataEnvelope>;
19
+ export declare const getAdminSchemaAccessControllerInsertRowsIfAbsentUrl: (leaseId: string) => string;
19
20
  /**
20
21
  * @summary Insert bounded rows idempotently through a migration lease
21
22
  */
22
- export declare const getAdminSchemaAccessControllerInsertRowsIfAbsentUrl: (leaseId: string) => string;
23
23
  export declare const adminSchemaAccessControllerInsertRowsIfAbsent: (leaseId: string, insertAdminSchemaRowsDto: InsertAdminSchemaRowsDto, options?: RequestInit) => Promise<InsertAdminSchemaRowsResponseDtoDataEnvelope>;
24
+ export declare const getAdminSchemaAccessControllerReconcileRowsByVersionUrl: (leaseId: string) => string;
24
25
  /**
25
26
  * @summary Insert missing rows and replace non-newer rows through a migration lease
26
27
  */
27
- export declare const getAdminSchemaAccessControllerReconcileRowsByVersionUrl: (leaseId: string) => string;
28
28
  export declare const adminSchemaAccessControllerReconcileRowsByVersion: (leaseId: string, reconcileAdminSchemaRowsDto: ReconcileAdminSchemaRowsDto, options?: RequestInit) => Promise<ReconcileAdminSchemaRowsResponseDtoDataEnvelope>;
29
+ export declare const getAdminSchemaAccessControllerScanRowsUrl: (leaseId: string) => string;
29
30
  /**
30
31
  * @summary Read a bounded keyset page through a migration lease
31
32
  */
32
- export declare const getAdminSchemaAccessControllerScanRowsUrl: (leaseId: string) => string;
33
33
  export declare const adminSchemaAccessControllerScanRows: (leaseId: string, scanAdminSchemaRowsDto: ScanAdminSchemaRowsDto, options?: RequestInit) => Promise<ScanAdminSchemaRowsResponseDtoDataEnvelope>;
34
+ export declare const getAdminSchemaAccessControllerRevokeLeaseUrl: (leaseId: string) => string;
34
35
  /**
35
36
  * @summary Revoke a migration lease immediately
36
37
  */
37
- export declare const getAdminSchemaAccessControllerRevokeLeaseUrl: (leaseId: string) => string;
38
38
  export declare const adminSchemaAccessControllerRevokeLease: (leaseId: string, revokeAdminSchemaLeaseDto: RevokeAdminSchemaLeaseDto, options?: RequestInit) => Promise<RevokeAdminSchemaLeaseResponseDtoDataEnvelope>;
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.adminSchemaAccessControllerRevokeLease = exports.getAdminSchemaAccessControllerRevokeLeaseUrl = exports.adminSchemaAccessControllerScanRows = exports.getAdminSchemaAccessControllerScanRowsUrl = exports.adminSchemaAccessControllerReconcileRowsByVersion = exports.getAdminSchemaAccessControllerReconcileRowsByVersionUrl = exports.adminSchemaAccessControllerInsertRowsIfAbsent = exports.getAdminSchemaAccessControllerInsertRowsIfAbsentUrl = exports.adminSchemaAccessControllerDescribeTable = exports.getAdminSchemaAccessControllerDescribeTableUrl = exports.adminSchemaAccessControllerIssueLease = exports.getAdminSchemaAccessControllerIssueLeaseUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
- /**
6
- * @summary Issue a short-lived, caller-bound schema migration lease
7
- */
8
5
  const getAdminSchemaAccessControllerIssueLeaseUrl = () => {
9
6
  return `/internal/admin-schema-access/leases`;
10
7
  };
11
8
  exports.getAdminSchemaAccessControllerIssueLeaseUrl = getAdminSchemaAccessControllerIssueLeaseUrl;
9
+ /**
10
+ * @summary Issue a short-lived, caller-bound schema migration lease
11
+ */
12
12
  const adminSchemaAccessControllerIssueLease = async (issueAdminSchemaLeaseDto, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerIssueLeaseUrl)(), {
14
14
  ...options,
@@ -18,13 +18,13 @@ const adminSchemaAccessControllerIssueLease = async (issueAdminSchemaLeaseDto, o
18
18
  });
19
19
  };
20
20
  exports.adminSchemaAccessControllerIssueLease = adminSchemaAccessControllerIssueLease;
21
- /**
22
- * @summary Describe one table through a bounded migration lease
23
- */
24
21
  const getAdminSchemaAccessControllerDescribeTableUrl = (leaseId) => {
25
22
  return `/internal/admin-schema-access/leases/${leaseId}/describe-table`;
26
23
  };
27
24
  exports.getAdminSchemaAccessControllerDescribeTableUrl = getAdminSchemaAccessControllerDescribeTableUrl;
25
+ /**
26
+ * @summary Describe one table through a bounded migration lease
27
+ */
28
28
  const adminSchemaAccessControllerDescribeTable = async (leaseId, describeAdminSchemaTableDto, options) => {
29
29
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerDescribeTableUrl)(leaseId), {
30
30
  ...options,
@@ -34,13 +34,13 @@ const adminSchemaAccessControllerDescribeTable = async (leaseId, describeAdminSc
34
34
  });
35
35
  };
36
36
  exports.adminSchemaAccessControllerDescribeTable = adminSchemaAccessControllerDescribeTable;
37
- /**
38
- * @summary Insert bounded rows idempotently through a migration lease
39
- */
40
37
  const getAdminSchemaAccessControllerInsertRowsIfAbsentUrl = (leaseId) => {
41
38
  return `/internal/admin-schema-access/leases/${leaseId}/insert-rows-if-absent`;
42
39
  };
43
40
  exports.getAdminSchemaAccessControllerInsertRowsIfAbsentUrl = getAdminSchemaAccessControllerInsertRowsIfAbsentUrl;
41
+ /**
42
+ * @summary Insert bounded rows idempotently through a migration lease
43
+ */
44
44
  const adminSchemaAccessControllerInsertRowsIfAbsent = async (leaseId, insertAdminSchemaRowsDto, options) => {
45
45
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerInsertRowsIfAbsentUrl)(leaseId), {
46
46
  ...options,
@@ -50,13 +50,13 @@ const adminSchemaAccessControllerInsertRowsIfAbsent = async (leaseId, insertAdmi
50
50
  });
51
51
  };
52
52
  exports.adminSchemaAccessControllerInsertRowsIfAbsent = adminSchemaAccessControllerInsertRowsIfAbsent;
53
- /**
54
- * @summary Insert missing rows and replace non-newer rows through a migration lease
55
- */
56
53
  const getAdminSchemaAccessControllerReconcileRowsByVersionUrl = (leaseId) => {
57
54
  return `/internal/admin-schema-access/leases/${leaseId}/reconcile-rows-by-version`;
58
55
  };
59
56
  exports.getAdminSchemaAccessControllerReconcileRowsByVersionUrl = getAdminSchemaAccessControllerReconcileRowsByVersionUrl;
57
+ /**
58
+ * @summary Insert missing rows and replace non-newer rows through a migration lease
59
+ */
60
60
  const adminSchemaAccessControllerReconcileRowsByVersion = async (leaseId, reconcileAdminSchemaRowsDto, options) => {
61
61
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerReconcileRowsByVersionUrl)(leaseId), {
62
62
  ...options,
@@ -66,13 +66,13 @@ const adminSchemaAccessControllerReconcileRowsByVersion = async (leaseId, reconc
66
66
  });
67
67
  };
68
68
  exports.adminSchemaAccessControllerReconcileRowsByVersion = adminSchemaAccessControllerReconcileRowsByVersion;
69
- /**
70
- * @summary Read a bounded keyset page through a migration lease
71
- */
72
69
  const getAdminSchemaAccessControllerScanRowsUrl = (leaseId) => {
73
70
  return `/internal/admin-schema-access/leases/${leaseId}/scan-rows`;
74
71
  };
75
72
  exports.getAdminSchemaAccessControllerScanRowsUrl = getAdminSchemaAccessControllerScanRowsUrl;
73
+ /**
74
+ * @summary Read a bounded keyset page through a migration lease
75
+ */
76
76
  const adminSchemaAccessControllerScanRows = async (leaseId, scanAdminSchemaRowsDto, options) => {
77
77
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerScanRowsUrl)(leaseId), {
78
78
  ...options,
@@ -82,13 +82,13 @@ const adminSchemaAccessControllerScanRows = async (leaseId, scanAdminSchemaRowsD
82
82
  });
83
83
  };
84
84
  exports.adminSchemaAccessControllerScanRows = adminSchemaAccessControllerScanRows;
85
- /**
86
- * @summary Revoke a migration lease immediately
87
- */
88
85
  const getAdminSchemaAccessControllerRevokeLeaseUrl = (leaseId) => {
89
86
  return `/internal/admin-schema-access/leases/${leaseId}/revoke`;
90
87
  };
91
88
  exports.getAdminSchemaAccessControllerRevokeLeaseUrl = getAdminSchemaAccessControllerRevokeLeaseUrl;
89
+ /**
90
+ * @summary Revoke a migration lease immediately
91
+ */
92
92
  const adminSchemaAccessControllerRevokeLease = async (leaseId, revokeAdminSchemaLeaseDto, options) => {
93
93
  return (0, custom_fetch_1.customFetch)((0, exports.getAdminSchemaAccessControllerRevokeLeaseUrl)(leaseId), {
94
94
  ...options,
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
8
  import type { MintConnectionDto } from '../../models';
9
+ export declare const getConnectionControllerMintUrl: () => string;
9
10
  /**
10
11
  * @summary Mint a short-lived connection grant for an org database
11
12
  */
12
- export declare const getConnectionControllerMintUrl: () => string;
13
13
  export declare const connectionControllerMint: (mintConnectionDto: MintConnectionDto, options?: RequestInit) => Promise<void>;
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.connectionControllerMint = exports.getConnectionControllerMintUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
- /**
6
- * @summary Mint a short-lived connection grant for an org database
7
- */
8
5
  const getConnectionControllerMintUrl = () => {
9
6
  return `/connections/mint`;
10
7
  };
11
8
  exports.getConnectionControllerMintUrl = getConnectionControllerMintUrl;
9
+ /**
10
+ * @summary Mint a short-lived connection grant for an org database
11
+ */
12
12
  const connectionControllerMint = async (mintConnectionDto, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getConnectionControllerMintUrl)(), {
14
14
  ...options,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { AdminSchemaLeaseResponseDtoAudience } from './adminSchemaLeaseResponseDtoAudience';
9
- import type { AdminSchemaLeaseResponseDtoOperationsItem } from './adminSchemaLeaseResponseDtoOperationsItem';
8
+ import type { AdminSchemaLeaseResponseDtoAudience } from './adminSchemaLeaseResponseDtoAudience.js';
9
+ import type { AdminSchemaLeaseResponseDtoOperationsItem } from './adminSchemaLeaseResponseDtoOperationsItem.js';
10
10
  export interface AdminSchemaLeaseResponseDto {
11
11
  leaseId: string;
12
12
  orgId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { AdminSchemaLeaseResponseDto } from './adminSchemaLeaseResponseDto';
8
+ import type { AdminSchemaLeaseResponseDto } from './adminSchemaLeaseResponseDto.js';
9
9
  export interface AdminSchemaLeaseResponseDtoDataEnvelope {
10
10
  data: AdminSchemaLeaseResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { DescribeAdminSchemaTableDtoAudience } from './describeAdminSchemaTableDtoAudience';
8
+ import type { DescribeAdminSchemaTableDtoAudience } from './describeAdminSchemaTableDtoAudience.js';
9
9
  export interface DescribeAdminSchemaTableDto {
10
10
  orgId: string;
11
11
  schemaId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { AdminSchemaColumnDto } from './adminSchemaColumnDto';
8
+ import type { AdminSchemaColumnDto } from './adminSchemaColumnDto.js';
9
9
  export interface DescribeAdminSchemaTableResponseDto {
10
10
  table: string;
11
11
  columns: AdminSchemaColumnDto[];
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { DescribeAdminSchemaTableResponseDto } from './describeAdminSchemaTableResponseDto';
8
+ import type { DescribeAdminSchemaTableResponseDto } from './describeAdminSchemaTableResponseDto.js';
9
9
  export interface DescribeAdminSchemaTableResponseDtoDataEnvelope {
10
10
  data: DescribeAdminSchemaTableResponseDto;
11
11
  }
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { InsertAdminSchemaRowsDtoAudience } from './insertAdminSchemaRowsDtoAudience';
9
- import type { InsertAdminSchemaRowsDtoRowsItem } from './insertAdminSchemaRowsDtoRowsItem';
8
+ import type { InsertAdminSchemaRowsDtoAudience } from './insertAdminSchemaRowsDtoAudience.js';
9
+ import type { InsertAdminSchemaRowsDtoRowsItem } from './insertAdminSchemaRowsDtoRowsItem.js';
10
10
  export interface InsertAdminSchemaRowsDto {
11
11
  orgId: string;
12
12
  schemaId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { InsertAdminSchemaRowsResponseDto } from './insertAdminSchemaRowsResponseDto';
8
+ import type { InsertAdminSchemaRowsResponseDto } from './insertAdminSchemaRowsResponseDto.js';
9
9
  export interface InsertAdminSchemaRowsResponseDtoDataEnvelope {
10
10
  data: InsertAdminSchemaRowsResponseDto;
11
11
  }
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { IssueAdminSchemaLeaseDtoAudience } from './issueAdminSchemaLeaseDtoAudience';
9
- import type { IssueAdminSchemaLeaseDtoOperationsItem } from './issueAdminSchemaLeaseDtoOperationsItem';
8
+ import type { IssueAdminSchemaLeaseDtoAudience } from './issueAdminSchemaLeaseDtoAudience.js';
9
+ import type { IssueAdminSchemaLeaseDtoOperationsItem } from './issueAdminSchemaLeaseDtoOperationsItem.js';
10
10
  export interface IssueAdminSchemaLeaseDto {
11
11
  orgId: string;
12
12
  /** Registered OrgSchema id. Schema names are never caller-authoritative. */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ReconcileAdminSchemaRowsDtoAudience } from './reconcileAdminSchemaRowsDtoAudience';
9
- import type { ReconcileAdminSchemaRowsDtoRowsItem } from './reconcileAdminSchemaRowsDtoRowsItem';
8
+ import type { ReconcileAdminSchemaRowsDtoAudience } from './reconcileAdminSchemaRowsDtoAudience.js';
9
+ import type { ReconcileAdminSchemaRowsDtoRowsItem } from './reconcileAdminSchemaRowsDtoRowsItem.js';
10
10
  export interface ReconcileAdminSchemaRowsDto {
11
11
  orgId: string;
12
12
  schemaId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ReconcileAdminSchemaRowsResponseDto } from './reconcileAdminSchemaRowsResponseDto';
8
+ import type { ReconcileAdminSchemaRowsResponseDto } from './reconcileAdminSchemaRowsResponseDto.js';
9
9
  export interface ReconcileAdminSchemaRowsResponseDtoDataEnvelope {
10
10
  data: ReconcileAdminSchemaRowsResponseDto;
11
11
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { RevokeAdminSchemaLeaseDtoAudience } from './revokeAdminSchemaLeaseDtoAudience';
8
+ import type { RevokeAdminSchemaLeaseDtoAudience } from './revokeAdminSchemaLeaseDtoAudience.js';
9
9
  export interface RevokeAdminSchemaLeaseDto {
10
10
  orgId: string;
11
11
  schemaId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { RevokeAdminSchemaLeaseResponseDto } from './revokeAdminSchemaLeaseResponseDto';
8
+ import type { RevokeAdminSchemaLeaseResponseDto } from './revokeAdminSchemaLeaseResponseDto.js';
9
9
  export interface RevokeAdminSchemaLeaseResponseDtoDataEnvelope {
10
10
  data: RevokeAdminSchemaLeaseResponseDto;
11
11
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ScanAdminSchemaRowsDtoAudience } from './scanAdminSchemaRowsDtoAudience';
8
+ import type { ScanAdminSchemaRowsDtoAudience } from './scanAdminSchemaRowsDtoAudience.js';
9
9
  export interface ScanAdminSchemaRowsDto {
10
10
  orgId: string;
11
11
  schemaId: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ScanAdminSchemaRowsResponseDtoRowsItem } from './scanAdminSchemaRowsResponseDtoRowsItem';
8
+ import type { ScanAdminSchemaRowsResponseDtoRowsItem } from './scanAdminSchemaRowsResponseDtoRowsItem.js';
9
9
  export interface ScanAdminSchemaRowsResponseDto {
10
10
  rows: ScanAdminSchemaRowsResponseDtoRowsItem[];
11
11
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ScanAdminSchemaRowsResponseDto } from './scanAdminSchemaRowsResponseDto';
8
+ import type { ScanAdminSchemaRowsResponseDto } from './scanAdminSchemaRowsResponseDto.js';
9
9
  export interface ScanAdminSchemaRowsResponseDtoDataEnvelope {
10
10
  data: ScanAdminSchemaRowsResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Org Database Pool API
5
5
  * Org Database Pool API extract (generated for client codegen).
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Org Database Pool API
6
6
  * Org Database Pool API extract (generated for client codegen).
package/package.json CHANGED
@@ -1,17 +1,21 @@
1
1
  {
2
2
  "name": "@xemahq/org-database-pool-internal-api-client",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
+ "scripts": {
10
+ "build": "tsc -p tsconfig.json",
11
+ "prepublishOnly": "npm run build"
12
+ },
9
13
  "publishConfig": {
10
14
  "access": "public",
11
15
  "registry": "https://registry.npmjs.org/"
12
16
  },
13
17
  "devDependencies": {
14
- "typescript": "5.9.3"
18
+ "typescript": "catalog:"
15
19
  },
16
20
  "xema": {
17
21
  "kind": "api-client",
@@ -22,8 +26,5 @@
22
26
  "generator": "@xemahq/api-client-generator@0.2.0",
23
27
  "source": "openapi.internal.json"
24
28
  },
25
- "license": "LicenseRef-Xema-BSL-1.1",
26
- "scripts": {
27
- "build": "tsc -p tsconfig.json"
28
- }
29
- }
29
+ "license": "LicenseRef-Xema-BSL-1.1"
30
+ }
package/LICENSE DELETED
@@ -1,174 +0,0 @@
1
- Xema Business Source License 1.1
2
-
3
- License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
4
- "Business Source License" is a trademark of MariaDB Corporation Ab.
5
-
6
- -----------------------------------------------------------------------------
7
-
8
- Parameters
9
-
10
- Licensor: Neuralchowder Inc.
11
-
12
- Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc..
13
-
14
- The Licensed Work includes, without limitation, Xema Core, Xema Runtime,
15
- Xema Kernel, Xema control plane, Xema application runtime, Xema biome
16
- runtime, Xema biome registry, Xema store services, Xema orchestration
17
- services, Xema agents, Xema skills, Xema memory services, Xema APIs, Xema
18
- user interfaces, Xema command-line tools, Xema deployment artifacts, Xema
19
- templates, Xema specifications, Xema schemas, Xema manifests, Xema
20
- documentation, Xema examples, and all source code, object code, binaries,
21
- packages, modules, configuration files, manifests, schemas, examples,
22
- templates, documentation, and derivative works included in or distributed
23
- as part of the Xema software project.
24
-
25
- The Licensed Work does not include any third-party software, libraries,
26
- dependencies, packages, assets, or components that are distributed with the
27
- Licensed Work but are governed by their own separate license terms. Such
28
- third-party materials remain subject to their respective licenses.
29
-
30
- A specific file, package, component, or directory may state that it is
31
- governed by a different license. In that case, that specific file, package,
32
- component, or directory is governed by the license expressly stated therein.
33
-
34
- Additional Use Grant:
35
-
36
- You may make production use of the Licensed Work, provided that your use
37
- does not include offering, providing, making available, distributing,
38
- hosting, managing, embedding, reselling, white-labeling, sublicensing,
39
- commercializing, or otherwise making the Licensed Work, or any modified
40
- version or derivative work of the Licensed Work, available to Third Parties
41
- as part of a Competitive Offering.
42
-
43
- The following definitions and clarifications form part of, and govern
44
- the interpretation of, the Additional Use Grant set out above.
45
-
46
- 1. "Production Use" means any use of the Licensed Work other than for
47
- development, testing, evaluation, demonstration, experimentation,
48
- benchmarking, or other non-production purposes.
49
-
50
- 2. "Affiliate" means any entity that, directly or indirectly,
51
- controls, is controlled by, or is under common control with you,
52
- where "control" means ownership of more than fifty percent (50%) of
53
- the voting interests of the entity, or the power to direct its
54
- management.
55
-
56
- 3. "Third Party" means any natural person or legal entity other than
57
- you and your Affiliates.
58
-
59
- 4. "Competitive Offering" means any product or service, made available
60
- to one or more Third Parties for a fee or other consideration
61
- (including without limitation on a paid, subscription,
62
- advertising-supported, hosted, or managed-service basis), that is
63
- offered or marketed as, or that competes with, a software platform,
64
- runtime, orchestration system, agent or automation system,
65
- extension or distribution marketplace, or other software system
66
- that provides, in substantial part, the same or substantially
67
- similar capabilities as those provided by the Licensed Work. A
68
- product or service is a Competitive Offering whether the Licensed
69
- Work is provided in whole or in part, alone or bundled with other
70
- software, and whether modified or unmodified.
71
-
72
- 5. Providing, hosting, or managing the Licensed Work for a Third Party,
73
- or otherwise making the Licensed Work available to a Third Party as
74
- a hosted or managed service such that the Third Party obtains the
75
- principal value or functionality of the Licensed Work, is a
76
- Competitive Offering and is not permitted by the Additional Use
77
- Grant.
78
-
79
- 6. Subject to the foregoing, the Additional Use Grant permits you to
80
- make Production Use of the Licensed Work for your own internal
81
- business purposes and to build, operate, and provide your own
82
- products and services to Third Parties, provided that the Licensed
83
- Work itself (whether modified or unmodified) is not the product or
84
- service, and is not a Competitive Offering, made available to those
85
- Third Parties.
86
-
87
- 7. You may modify the Licensed Work and create derivative works for
88
- any purpose permitted by this License. Any Production Use of such
89
- modified or derivative works remains subject to the same
90
- restrictions as the Licensed Work, including the prohibition on
91
- Competitive Offerings.
92
-
93
- 8. Use of the Licensed Work by your own employees, contractors, and
94
- agents, acting on your behalf and for your benefit, is not by
95
- itself making the Licensed Work available to a Third Party.
96
-
97
- 9. Embedding or distributing the Licensed Work as a component of your
98
- own product or service is permitted only where the Licensed Work
99
- does not constitute the principal value of that product or service
100
- and the product or service is not a Competitive Offering.
101
-
102
- 10. Nothing in this Additional Use Grant grants any right to use any
103
- name, trademark, service mark, or logo of the Licensor or its
104
- Affiliates, except as reasonably required for customary
105
- attribution.
106
-
107
- 11. The rights stated in this Additional Use Grant are the maximum
108
- rights granted for Production Use prior to the Change Date. Any
109
- Production Use not expressly permitted requires a separate
110
- commercial license from the Licensor.
111
-
112
- 12. If any provision of this Additional Use Grant is held invalid or
113
- unenforceable, that provision shall be limited or eliminated to
114
- the minimum extent necessary so that the remainder of this
115
- Additional Use Grant, and of this License, remains in full force
116
- and effect. The Licensor reserves all rights not expressly granted
117
- by this License.
118
-
119
- Change Date: Four years from the date the specific version of the Licensed
120
- Work is first publicly released by Licensor.
121
-
122
- Change License: Mozilla Public License, Version 2.0
123
-
124
- For information about alternative licensing arrangements, commercial
125
- licensing, enterprise licensing, OEM licensing, appliance licensing, managed
126
- service licensing, cloud provider licensing, or other commercial use of the
127
- Licensed Work, please contact: licensing@neuralchowder.com
128
-
129
- -----------------------------------------------------------------------------
130
-
131
- Notice
132
-
133
- Business Source License 1.1
134
-
135
- Terms
136
-
137
- The Licensor hereby grants you the right to copy, modify, create derivative
138
- works, redistribute, and make non-production use of the Licensed Work. The
139
- Licensor may make an Additional Use Grant, above, permitting limited
140
- production use.
141
-
142
- Effective on the Change Date, or the fourth anniversary of the first publicly
143
- available distribution of a specific version of the Licensed Work under this
144
- License, whichever comes first, the Licensor hereby grants you rights under
145
- the terms of the Change License, and the rights granted in the paragraph above
146
- terminate.
147
-
148
- If your use of the Licensed Work does not comply with the requirements
149
- currently in effect as described in this License, you must purchase a
150
- commercial license from the Licensor, its affiliated entities, or authorized
151
- resellers, or you must refrain from using the Licensed Work.
152
-
153
- All copies of the original and modified Licensed Work, and derivative works of
154
- the Licensed Work, are subject to this License. This License applies separately
155
- for each version of the Licensed Work and the Change Date may vary for each
156
- version of the Licensed Work released by Licensor.
157
-
158
- You must conspicuously display this License on each original or modified copy
159
- of the Licensed Work. If you receive the Licensed Work in original or modified
160
- form from a third party, the terms and conditions set forth in this License
161
- apply to your use of that work.
162
-
163
- Any use of the Licensed Work in violation of this License will automatically
164
- terminate your rights under this License for the current and all other
165
- versions of the Licensed Work.
166
-
167
- This License does not grant you any right in any trademark or logo of Licensor
168
- or its affiliates, provided that you may use a trademark or logo of Licensor
169
- as expressly required by this License.
170
-
171
- TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
172
- "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
173
- OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS
174
- FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.