@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
  "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,16 +1,23 @@
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 ProjectMembershipResponseDto {
9
+ /** Membership row id. */
9
10
  id: string;
11
+ /** Organization that owns the project. */
10
12
  orgId: string;
13
+ /** Project the membership grants access to. */
11
14
  projectId: string;
15
+ /** Subject id of the member — the canonical acting subject id (JWT `sub`). */
12
16
  userId: string;
17
+ /** Roles held on this project, sorted and deduped. NOT guaranteed to be a subset of `ProjectRole`: the write side refuses anything outside that closed set, but the underlying column is unconstrained, so a stored value outside it is returned as-is rather than silently dropped. Only `ProjectRole` members carry role-management authority. */
13
18
  roles: string[];
19
+ /** ISO-8601 creation timestamp. */
14
20
  createdAt: string;
21
+ /** ISO-8601 last-modification timestamp. */
15
22
  updatedAt: string;
16
23
  }
@@ -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 { ProjectMembershipResponseDto } from './projectMembershipResponseDto';
8
+ import type { ProjectMembershipResponseDto } from './projectMembershipResponseDto.js';
9
9
  export interface ProjectMembershipResponseDtoDataArrayEnvelope {
10
10
  data: ProjectMembershipResponseDto[];
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 { ProjectMembershipResponseDto } from './projectMembershipResponseDto';
8
+ import type { ProjectMembershipResponseDto } from './projectMembershipResponseDto.js';
9
9
  export interface ProjectMembershipResponseDtoDataEnvelope {
10
10
  data: ProjectMembershipResponseDto;
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 ProjectRegistryControllerListProjectsParams = {
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 ProjectRepoResponseDto {
9
9
  provider: 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,14 +1,14 @@
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 { ProjectConnectionResponseDto } from './projectConnectionResponseDto';
9
- import type { ProjectEnvResponseDto } from './projectEnvResponseDto';
10
- import type { ProjectRepoResponseDto } from './projectRepoResponseDto';
11
- import type { ProjectSettingsResponseDto } from './projectSettingsResponseDto';
8
+ import type { ProjectConnectionResponseDto } from './projectConnectionResponseDto.js';
9
+ import type { ProjectEnvResponseDto } from './projectEnvResponseDto.js';
10
+ import type { ProjectRepoResponseDto } from './projectRepoResponseDto.js';
11
+ import type { ProjectSettingsResponseDto } from './projectSettingsResponseDto.js';
12
12
  export interface ProjectResponseDto {
13
13
  id: string;
14
14
  orgId: 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 { ProjectResponseDto } from './projectResponseDto';
8
+ import type { ProjectResponseDto } from './projectResponseDto.js';
9
9
  export interface ProjectResponseDtoDataEnvelope {
10
10
  data: ProjectResponseDto;
11
11
  }
@@ -0,0 +1,12 @@
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 type ProjectRole = typeof ProjectRole[keyof typeof ProjectRole];
9
+ export declare const ProjectRole: {
10
+ readonly admin: "admin";
11
+ readonly lead: "lead";
12
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * Project Registry API
6
+ * Project workspace, repository links, integrations and settings
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ProjectRole = void 0;
11
+ exports.ProjectRole = {
12
+ admin: 'admin',
13
+ lead: 'lead',
14
+ };
@@ -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 { ProjectSettingsResponseDtoCloudDetails } from './projectSettingsResponseDtoCloudDetails';
9
- import type { ProjectSettingsResponseDtoCloudProvider } from './projectSettingsResponseDtoCloudProvider';
8
+ import type { ProjectSettingsResponseDtoCloudDetails } from './projectSettingsResponseDtoCloudDetails.js';
9
+ import type { ProjectSettingsResponseDtoCloudProvider } from './projectSettingsResponseDtoCloudProvider.js';
10
10
  export interface ProjectSettingsResponseDto {
11
11
  /** ISO 639-1 language code or "auto" */
12
12
  outputLanguage?: string;
@@ -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
  * Cloud-specific configuration details
@@ -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
  /**
9
9
  * Target cloud provider
@@ -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.ProjectSettingsResponseDtoCloudProvider = void 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 interface ProjectSummaryResponseDto {
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,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 { ProjectSummaryResponseDto } from './projectSummaryResponseDto';
8
+ import type { ProjectSummaryResponseDto } from './projectSummaryResponseDto.js';
9
9
  export interface ProjectSummaryResponseDtoDataArrayEnvelope {
10
10
  data: ProjectSummaryResponseDto[];
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 { PromptClassificationDtoClassification } from './promptClassificationDtoClassification';
8
+ import type { PromptClassificationDtoClassification } from './promptClassificationDtoClassification.js';
9
9
  export interface PromptClassificationDto {
10
10
  classification: PromptClassificationDtoClassification;
11
11
  /** Jaccard similarity score 0-1 */
@@ -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 PromptClassificationDtoClassification = typeof PromptClassificationDtoClassification[keyof typeof PromptClassificationDtoClassification];
9
9
  export declare const PromptClassificationDtoClassification: {
@@ -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.PromptClassificationDtoClassification = void 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 interface ProvisionOnboardingRequestDto {
9
9
  /** Org the wizard is provisioning for. Must match the JWT context. */
@@ -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 ProvisionOnboardingResponseDto {
9
9
  /** Org the wizard provisioned for. */
@@ -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 { ProvisionOnboardingResponseDto } from './provisionOnboardingResponseDto';
8
+ import type { ProvisionOnboardingResponseDto } from './provisionOnboardingResponseDto.js';
9
9
  export interface ProvisionOnboardingResponseDtoDataEnvelope {
10
10
  data: ProvisionOnboardingResponseDto;
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 { PutManifestDtoManifest } from './putManifestDtoManifest';
8
+ import type { PutManifestDtoManifest } from './putManifestDtoManifest.js';
9
9
  export interface PutManifestDto {
10
10
  /** Full manifest JSON object conforming to ProjectManifest schema */
11
11
  manifest: PutManifestDtoManifest;
@@ -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
  * Full manifest JSON object conforming to ProjectManifest schema
@@ -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 ResolveWalletsRequestDto {
9
9
  /** Wallet names to resolve. Must all exist within the project/org scope; missing names fail-fast with WORKFLOW_WALLET_NOT_FOUND. */
@@ -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,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
  * 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 { ResolvedWalletsResponseDtoSecrets } from './resolvedWalletsResponseDtoSecrets';
9
- import type { ResolvedWalletsResponseDtoVars } from './resolvedWalletsResponseDtoVars';
10
- import type { ResolvedWalletsResponseDtoWalletKeyMap } from './resolvedWalletsResponseDtoWalletKeyMap';
8
+ import type { ResolvedWalletsResponseDtoSecrets } from './resolvedWalletsResponseDtoSecrets.js';
9
+ import type { ResolvedWalletsResponseDtoVars } from './resolvedWalletsResponseDtoVars.js';
10
+ import type { ResolvedWalletsResponseDtoWalletKeyMap } from './resolvedWalletsResponseDtoWalletKeyMap.js';
11
11
  export interface ResolvedWalletsResponseDto {
12
12
  /** Non-secret variables resolved from the requested wallets. Project-scoped wallets override org-scoped wallets sharing the same key. */
13
13
  vars: ResolvedWalletsResponseDtoVars;
@@ -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 { ResolvedWalletsResponseDto } from './resolvedWalletsResponseDto';
8
+ import type { ResolvedWalletsResponseDto } from './resolvedWalletsResponseDto.js';
9
9
  export interface ResolvedWalletsResponseDtoDataEnvelope {
10
10
  data: ResolvedWalletsResponseDto;
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
  * Secret variables resolved from the requested wallets, decrypted. Treat as sensitive — consumers must redact in logs.
@@ -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
  /**
9
9
  * Non-secret variables resolved from the requested wallets. Project-scoped wallets override org-scoped wallets sharing the same key.
@@ -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
  /**
9
9
  * Provenance map: variable key → wallet name that contributed the value. Lets the engine/audit show which wallet served each key.
@@ -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,15 @@
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 RevokeProjectRoleDto {
9
9
  userId: string;
10
+ /**
11
+ * Role to remove from the membership. NOT limited to `ProjectRole`: the grant side refuses anything outside that closed set, but the stored column is unconstrained, so a value that got in by another route must still be removable here. Removing a role the membership does not hold is a successful no-op, so the call is safe to retry.
12
+ * @maxLength 256
13
+ */
10
14
  role: string;
11
15
  }