@xemahq/project-registry-api-client 0.1.6 → 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 (181) hide show
  1. package/LICENSE +2 -1
  2. package/dist/endpoints/manifest/manifest.d.ts +26 -26
  3. package/dist/endpoints/manifest/manifest.js +66 -66
  4. package/dist/endpoints/onboarding/onboarding.d.ts +3 -3
  5. package/dist/endpoints/onboarding/onboarding.js +3 -3
  6. package/dist/endpoints/project-bindings/project-bindings.d.ts +5 -5
  7. package/dist/endpoints/project-bindings/project-bindings.js +9 -9
  8. package/dist/endpoints/project-registry/project-registry.d.ts +20 -15
  9. package/dist/endpoints/project-registry/project-registry.js +51 -35
  10. package/dist/endpoints/project-roles/project-roles.d.ts +5 -5
  11. package/dist/endpoints/project-roles/project-roles.js +9 -9
  12. package/dist/endpoints/variables/variables.d.ts +6 -6
  13. package/dist/endpoints/variables/variables.js +12 -12
  14. package/dist/endpoints/wallets/wallets.d.ts +10 -10
  15. package/dist/endpoints/wallets/wallets.js +24 -24
  16. package/dist/models/bootstrapAnalyzeDto.d.ts +3 -3
  17. package/dist/models/bootstrapAnalyzeDtoOptions.d.ts +2 -2
  18. package/dist/models/bootstrapAnalyzeDtoOptions.js +2 -2
  19. package/dist/models/bootstrapDecisionDto.d.ts +7 -7
  20. package/dist/models/bootstrapDecisionDtoDataEnvelope.d.ts +3 -3
  21. package/dist/models/bootstrapDecisionDtoMode.d.ts +2 -2
  22. package/dist/models/bootstrapDecisionDtoMode.js +2 -2
  23. package/dist/models/bootstrapOptionDto.d.ts +2 -2
  24. package/dist/models/bootstrapOptionDto.js +2 -2
  25. package/dist/models/bootstrapProjectDto.d.ts +3 -3
  26. package/dist/models/bootstrapProjectDtoOptions.d.ts +2 -2
  27. package/dist/models/bootstrapProjectDtoOptions.js +2 -2
  28. package/dist/models/createProjectBindingDto.d.ts +3 -3
  29. package/dist/models/createProjectDto.d.ts +3 -3
  30. package/dist/models/createProjectRepoDto.d.ts +2 -2
  31. package/dist/models/createProjectRepoDto.js +2 -2
  32. package/dist/models/createVariableDto.d.ts +2 -2
  33. package/dist/models/createVariableDto.js +2 -2
  34. package/dist/models/createWalletDto.d.ts +2 -2
  35. package/dist/models/createWalletDto.js +2 -2
  36. package/dist/models/{updateProjectIntegrationDtoConfig.d.ts → ensureManagedProjectDto.d.ts} +5 -4
  37. package/dist/models/{updateProjectIntegrationDtoConfig.js → ensureManagedProjectDto.js} +1 -1
  38. package/dist/models/errorDetailsDto.d.ts +3 -3
  39. package/dist/models/errorDetailsDtoDetails.d.ts +2 -2
  40. package/dist/models/errorDetailsDtoDetails.js +2 -2
  41. package/dist/models/errorPayloadDto.d.ts +3 -3
  42. package/dist/models/errorResponseDto.d.ts +3 -3
  43. package/dist/models/existingAssetsDto.d.ts +2 -2
  44. package/dist/models/existingAssetsDto.js +2 -2
  45. package/dist/models/grantProjectRoleDto.d.ts +4 -3
  46. package/dist/models/grantProjectRoleDto.js +0 -7
  47. package/dist/models/index.d.ts +4 -1
  48. package/dist/models/index.js +4 -1
  49. package/dist/models/manifestControllerGetHistoryParams.d.ts +2 -2
  50. package/dist/models/manifestControllerGetHistoryParams.js +2 -2
  51. package/dist/models/manifestDiffResponseDto.d.ts +2 -2
  52. package/dist/models/manifestDiffResponseDto.js +2 -2
  53. package/dist/models/manifestDiffResponseDtoDataEnvelope.d.ts +3 -3
  54. package/dist/models/manifestHistoryEntryDto.d.ts +4 -4
  55. package/dist/models/manifestHistoryEntryDtoDataEnvelope.d.ts +3 -3
  56. package/dist/models/manifestHistoryEntryDtoDiff.d.ts +2 -2
  57. package/dist/models/manifestHistoryEntryDtoDiff.js +2 -2
  58. package/dist/models/manifestHistoryEntryDtoPaginatedEnvelope.d.ts +13 -0
  59. package/dist/models/manifestHistoryEntryDtoSnapshotJson.d.ts +2 -2
  60. package/dist/models/manifestHistoryEntryDtoSnapshotJson.js +2 -2
  61. package/dist/models/manifestResponseDto.d.ts +3 -3
  62. package/dist/models/manifestResponseDtoDataEnvelope.d.ts +3 -3
  63. package/dist/models/manifestResponseDtoManifest.d.ts +2 -2
  64. package/dist/models/manifestResponseDtoManifest.js +2 -2
  65. package/dist/models/manifestSectionListResponseDto.d.ts +3 -3
  66. package/dist/models/manifestSectionListResponseDtoDataArrayEnvelope.d.ts +3 -3
  67. package/dist/models/manifestSectionListResponseDtoEntries.d.ts +2 -2
  68. package/dist/models/manifestSectionListResponseDtoEntries.js +2 -2
  69. package/dist/models/manifestValidationResponseDto.d.ts +2 -2
  70. package/dist/models/manifestValidationResponseDto.js +2 -2
  71. package/dist/models/manifestValidationResponseDtoDataEnvelope.d.ts +3 -3
  72. package/dist/models/paginationMeta.d.ts +18 -0
  73. package/dist/models/{projectIntegrationResponseDtoConfig.js → paginationMeta.js} +1 -1
  74. package/dist/models/patchManifestDto.d.ts +3 -3
  75. package/dist/models/patchManifestDtoPatch.d.ts +2 -2
  76. package/dist/models/patchManifestDtoPatch.js +2 -2
  77. package/dist/models/patchSectionEntryDto.d.ts +3 -3
  78. package/dist/models/patchSectionEntryDtoPatch.d.ts +2 -2
  79. package/dist/models/patchSectionEntryDtoPatch.js +2 -2
  80. package/dist/models/preferredImageVariantResponseDto.d.ts +2 -2
  81. package/dist/models/preferredImageVariantResponseDto.js +2 -2
  82. package/dist/models/preferredImageVariantResponseDtoDataEnvelope.d.ts +3 -3
  83. package/dist/models/priorRunSummaryDto.d.ts +2 -2
  84. package/dist/models/priorRunSummaryDto.js +2 -2
  85. package/dist/models/projectBindingKind.d.ts +2 -2
  86. package/dist/models/projectBindingKind.js +2 -2
  87. package/dist/models/projectBindingResponseDto.d.ts +3 -3
  88. package/dist/models/projectBindingResponseDtoDataArrayEnvelope.d.ts +3 -3
  89. package/dist/models/projectBindingResponseDtoDataEnvelope.d.ts +3 -3
  90. package/dist/models/projectConnectionResponseDto.d.ts +3 -3
  91. package/dist/models/projectConnectionResponseDtoConfig.d.ts +2 -2
  92. package/dist/models/projectConnectionResponseDtoConfig.js +2 -2
  93. package/dist/models/projectEnvResponseDto.d.ts +2 -2
  94. package/dist/models/projectEnvResponseDto.js +2 -2
  95. package/dist/models/projectMembershipResponseDto.d.ts +9 -2
  96. package/dist/models/projectMembershipResponseDto.js +2 -2
  97. package/dist/models/projectMembershipResponseDtoDataArrayEnvelope.d.ts +3 -3
  98. package/dist/models/projectMembershipResponseDtoDataEnvelope.d.ts +3 -3
  99. package/dist/models/projectRegistryControllerListProjectsParams.d.ts +2 -2
  100. package/dist/models/projectRegistryControllerListProjectsParams.js +2 -2
  101. package/dist/models/projectRepoResponseDto.d.ts +2 -2
  102. package/dist/models/projectRepoResponseDto.js +2 -2
  103. package/dist/models/projectResponseDto.d.ts +6 -6
  104. package/dist/models/projectResponseDtoDataEnvelope.d.ts +3 -3
  105. package/dist/models/projectRole.d.ts +12 -0
  106. package/dist/models/projectRole.js +14 -0
  107. package/dist/models/projectSettingsResponseDto.d.ts +4 -4
  108. package/dist/models/projectSettingsResponseDtoCloudDetails.d.ts +2 -2
  109. package/dist/models/projectSettingsResponseDtoCloudDetails.js +2 -2
  110. package/dist/models/projectSettingsResponseDtoCloudProvider.d.ts +2 -2
  111. package/dist/models/projectSettingsResponseDtoCloudProvider.js +2 -2
  112. package/dist/models/projectSummaryResponseDto.d.ts +2 -2
  113. package/dist/models/projectSummaryResponseDto.js +2 -2
  114. package/dist/models/projectSummaryResponseDtoDataArrayEnvelope.d.ts +3 -3
  115. package/dist/models/promptClassificationDto.d.ts +3 -3
  116. package/dist/models/promptClassificationDtoClassification.d.ts +2 -2
  117. package/dist/models/promptClassificationDtoClassification.js +2 -2
  118. package/dist/models/provisionOnboardingRequestDto.d.ts +2 -2
  119. package/dist/models/provisionOnboardingRequestDto.js +2 -2
  120. package/dist/models/provisionOnboardingResponseDto.d.ts +2 -2
  121. package/dist/models/provisionOnboardingResponseDto.js +2 -2
  122. package/dist/models/provisionOnboardingResponseDtoDataEnvelope.d.ts +3 -3
  123. package/dist/models/putManifestDto.d.ts +3 -3
  124. package/dist/models/putManifestDtoManifest.d.ts +2 -2
  125. package/dist/models/putManifestDtoManifest.js +2 -2
  126. package/dist/models/resolveWalletsRequestDto.d.ts +2 -2
  127. package/dist/models/resolveWalletsRequestDto.js +2 -2
  128. package/dist/models/resolvedWalletsResponseDto.d.ts +5 -5
  129. package/dist/models/resolvedWalletsResponseDtoDataEnvelope.d.ts +3 -3
  130. package/dist/models/resolvedWalletsResponseDtoSecrets.d.ts +2 -2
  131. package/dist/models/resolvedWalletsResponseDtoSecrets.js +2 -2
  132. package/dist/models/resolvedWalletsResponseDtoVars.d.ts +2 -2
  133. package/dist/models/resolvedWalletsResponseDtoVars.js +2 -2
  134. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.d.ts +2 -2
  135. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.js +2 -2
  136. package/dist/models/revokeProjectRoleDto.d.ts +6 -2
  137. package/dist/models/revokeProjectRoleDto.js +2 -2
  138. package/dist/models/setPreferredImageVariantDto.d.ts +2 -2
  139. package/dist/models/setPreferredImageVariantDto.js +2 -2
  140. package/dist/models/updateProjectConnectionDto.d.ts +3 -3
  141. package/dist/models/updateProjectConnectionDtoConfig.d.ts +2 -2
  142. package/dist/models/updateProjectConnectionDtoConfig.js +2 -2
  143. package/dist/models/updateProjectDto.d.ts +2 -2
  144. package/dist/models/updateProjectDto.js +2 -2
  145. package/dist/models/updateProjectSettingsDto.d.ts +5 -5
  146. package/dist/models/updateProjectSettingsDtoCloudDetails.d.ts +2 -2
  147. package/dist/models/updateProjectSettingsDtoCloudDetails.js +2 -2
  148. package/dist/models/updateProjectSettingsDtoCloudProvider.d.ts +2 -2
  149. package/dist/models/updateProjectSettingsDtoCloudProvider.js +2 -2
  150. package/dist/models/updateProjectSettingsDtoSettings.d.ts +2 -2
  151. package/dist/models/updateProjectSettingsDtoSettings.js +2 -2
  152. package/dist/models/updateVariableDto.d.ts +2 -2
  153. package/dist/models/updateVariableDto.js +2 -2
  154. package/dist/models/updateWalletDto.d.ts +2 -2
  155. package/dist/models/updateWalletDto.js +2 -2
  156. package/dist/models/upsertSectionEntryDto.d.ts +3 -3
  157. package/dist/models/upsertSectionEntryDtoEntry.d.ts +2 -2
  158. package/dist/models/upsertSectionEntryDtoEntry.js +2 -2
  159. package/dist/models/validateManifestDto.d.ts +3 -3
  160. package/dist/models/validateManifestDtoManifest.d.ts +2 -2
  161. package/dist/models/validateManifestDtoManifest.js +2 -2
  162. package/dist/models/variableResponseDto.d.ts +2 -2
  163. package/dist/models/variableResponseDto.js +2 -2
  164. package/dist/models/variableResponseDtoDataArrayEnvelope.d.ts +3 -3
  165. package/dist/models/variableResponseDtoDataEnvelope.d.ts +3 -3
  166. package/dist/models/walletEntryDto.d.ts +2 -2
  167. package/dist/models/walletEntryDto.js +2 -2
  168. package/dist/models/walletResponseDto.d.ts +2 -2
  169. package/dist/models/walletResponseDto.js +2 -2
  170. package/dist/models/walletResponseDtoDataArrayEnvelope.d.ts +3 -3
  171. package/dist/models/walletResponseDtoDataEnvelope.d.ts +3 -3
  172. package/dist/models/walletWithEntriesResponseDto.d.ts +3 -3
  173. package/dist/models/walletWithEntriesResponseDtoDataEnvelope.d.ts +3 -3
  174. package/package.json +3 -3
  175. package/dist/models/manifestHistoryEntryDtoDataArrayEnvelope.d.ts +0 -11
  176. package/dist/models/projectIntegrationResponseDto.d.ts +0 -14
  177. package/dist/models/projectIntegrationResponseDto.js +0 -2
  178. package/dist/models/projectIntegrationResponseDtoConfig.d.ts +0 -10
  179. package/dist/models/updateProjectIntegrationDto.d.ts +0 -13
  180. package/dist/models/updateProjectIntegrationDto.js +0 -2
  181. /package/dist/models/{manifestHistoryEntryDtoDataArrayEnvelope.js → manifestHistoryEntryDtoPaginatedEnvelope.js} +0 -0
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ManifestControllerGetHistoryParams = {
9
9
  /**
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface ManifestDiffResponseDto {
9
9
  fromVersion: number;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestDiffResponseDto } from './manifestDiffResponseDto';
8
+ import type { ManifestDiffResponseDto } from './manifestDiffResponseDto.js';
9
9
  export interface ManifestDiffResponseDtoDataEnvelope {
10
10
  data: ManifestDiffResponseDto;
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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestHistoryEntryDtoDiff } from './manifestHistoryEntryDtoDiff';
9
- import type { ManifestHistoryEntryDtoSnapshotJson } from './manifestHistoryEntryDtoSnapshotJson';
8
+ import type { ManifestHistoryEntryDtoDiff } from './manifestHistoryEntryDtoDiff.js';
9
+ import type { ManifestHistoryEntryDtoSnapshotJson } from './manifestHistoryEntryDtoSnapshotJson.js';
10
10
  export interface ManifestHistoryEntryDto {
11
11
  id: string;
12
12
  version: number;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto';
8
+ import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto.js';
9
9
  export interface ManifestHistoryEntryDtoDataEnvelope {
10
10
  data: ManifestHistoryEntryDto;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ManifestHistoryEntryDtoDiff = {
9
9
  [key: string]: unknown;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * Project Registry API
5
+ * Project workspace, repository links, integrations and settings
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto.js';
9
+ import type { PaginationMeta } from './paginationMeta.js';
10
+ export interface ManifestHistoryEntryDtoPaginatedEnvelope {
11
+ data: ManifestHistoryEntryDto[];
12
+ pagination: PaginationMeta;
13
+ }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ManifestHistoryEntryDtoSnapshotJson = {
9
9
  [key: string]: unknown;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestResponseDtoManifest } from './manifestResponseDtoManifest';
8
+ import type { ManifestResponseDtoManifest } from './manifestResponseDtoManifest.js';
9
9
  export interface ManifestResponseDto {
10
10
  id: string;
11
11
  projectId: string;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestResponseDto } from './manifestResponseDto';
8
+ import type { ManifestResponseDto } from './manifestResponseDto.js';
9
9
  export interface ManifestResponseDtoDataEnvelope {
10
10
  data: ManifestResponseDto;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ManifestResponseDtoManifest = {
9
9
  [key: string]: unknown;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestSectionListResponseDtoEntries } from './manifestSectionListResponseDtoEntries';
8
+ import type { ManifestSectionListResponseDtoEntries } from './manifestSectionListResponseDtoEntries.js';
9
9
  export interface ManifestSectionListResponseDto {
10
10
  /** Map of section entry names to their objects */
11
11
  entries: ManifestSectionListResponseDtoEntries;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestSectionListResponseDto } from './manifestSectionListResponseDto';
8
+ import type { ManifestSectionListResponseDto } from './manifestSectionListResponseDto.js';
9
9
  export interface ManifestSectionListResponseDtoDataArrayEnvelope {
10
10
  data: ManifestSectionListResponseDto[];
11
11
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * Map of section entry names to their objects
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface ManifestValidationResponseDto {
9
9
  valid: boolean;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ManifestValidationResponseDto } from './manifestValidationResponseDto';
8
+ import type { ManifestValidationResponseDto } from './manifestValidationResponseDto.js';
9
9
  export interface ManifestValidationResponseDtoDataEnvelope {
10
10
  data: ManifestValidationResponseDto;
11
11
  }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * Project Registry API
5
+ * Project workspace, repository links, integrations and settings
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export interface PaginationMeta {
9
+ total?: number;
10
+ page?: number;
11
+ totalPages?: number;
12
+ /** @nullable */
13
+ nextCursor?: string | null;
14
+ /** @nullable */
15
+ previousCursor?: string | null;
16
+ limit?: number;
17
+ hasMore?: boolean;
18
+ }
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { PatchManifestDtoPatch } from './patchManifestDtoPatch';
8
+ import type { PatchManifestDtoPatch } from './patchManifestDtoPatch.js';
9
9
  export interface PatchManifestDto {
10
10
  /** JSON merge-patch object to apply to current manifest */
11
11
  patch: PatchManifestDtoPatch;
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * JSON merge-patch object to apply to current manifest
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { PatchSectionEntryDtoPatch } from './patchSectionEntryDtoPatch';
8
+ import type { PatchSectionEntryDtoPatch } from './patchSectionEntryDtoPatch.js';
9
9
  export interface PatchSectionEntryDto {
10
10
  /** JSON merge-patch to apply to section entry */
11
11
  patch: PatchSectionEntryDtoPatch;
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * JSON merge-patch to apply to section entry
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface PreferredImageVariantResponseDto {
9
9
  /** Project identifier. */
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { PreferredImageVariantResponseDto } from './preferredImageVariantResponseDto';
8
+ import type { PreferredImageVariantResponseDto } from './preferredImageVariantResponseDto.js';
9
9
  export interface PreferredImageVariantResponseDtoDataEnvelope {
10
10
  data: PreferredImageVariantResponseDto;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface PriorRunSummaryDto {
9
9
  id: string;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ProjectBindingKind = typeof ProjectBindingKind[keyof typeof ProjectBindingKind];
9
9
  export declare const ProjectBindingKind: {
@@ -1,10 +1,10 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.ProjectBindingKind = void 0;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ProjectBindingKind } from './projectBindingKind';
8
+ import type { ProjectBindingKind } from './projectBindingKind.js';
9
9
  export interface ProjectBindingResponseDto {
10
10
  id: string;
11
11
  projectId: string;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ProjectBindingResponseDto } from './projectBindingResponseDto';
8
+ import type { ProjectBindingResponseDto } from './projectBindingResponseDto.js';
9
9
  export interface ProjectBindingResponseDtoDataArrayEnvelope {
10
10
  data: ProjectBindingResponseDto[];
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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ProjectBindingResponseDto } from './projectBindingResponseDto';
8
+ import type { ProjectBindingResponseDto } from './projectBindingResponseDto.js';
9
9
  export interface ProjectBindingResponseDtoDataEnvelope {
10
10
  data: ProjectBindingResponseDto;
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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
- import type { ProjectConnectionResponseDtoConfig } from './projectConnectionResponseDtoConfig';
8
+ import type { ProjectConnectionResponseDtoConfig } from './projectConnectionResponseDtoConfig.js';
9
9
  export interface ProjectConnectionResponseDto {
10
10
  type: string;
11
11
  enabled: boolean;
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type ProjectConnectionResponseDtoConfig = {
9
9
  [key: string]: unknown;
@@ -1,9 +1,9 @@
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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface ProjectEnvResponseDto {
9
9
  env: string;