@xemahq/project-registry-api-client 0.1.1 → 0.1.2

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 (165) hide show
  1. package/dist/endpoints/manifest/manifest.d.ts +23 -23
  2. package/dist/endpoints/manifest/manifest.js +66 -66
  3. package/dist/endpoints/onboarding/onboarding.d.ts +3 -3
  4. package/dist/endpoints/onboarding/onboarding.js +3 -3
  5. package/dist/endpoints/project-bindings/project-bindings.d.ts +4 -4
  6. package/dist/endpoints/project-bindings/project-bindings.js +9 -9
  7. package/dist/endpoints/project-registry/project-registry.d.ts +13 -13
  8. package/dist/endpoints/project-registry/project-registry.js +36 -36
  9. package/dist/endpoints/project-roles/project-roles.d.ts +4 -4
  10. package/dist/endpoints/project-roles/project-roles.js +9 -9
  11. package/dist/endpoints/variables/variables.d.ts +5 -5
  12. package/dist/endpoints/variables/variables.js +12 -12
  13. package/dist/endpoints/wallets/wallets.d.ts +9 -9
  14. package/dist/endpoints/wallets/wallets.js +24 -24
  15. package/dist/models/bootstrapAnalyzeDto.d.ts +2 -2
  16. package/dist/models/bootstrapAnalyzeDtoOptions.d.ts +1 -1
  17. package/dist/models/bootstrapAnalyzeDtoOptions.js +1 -1
  18. package/dist/models/bootstrapDecisionDto.d.ts +6 -6
  19. package/dist/models/bootstrapDecisionDtoDataEnvelope.d.ts +2 -2
  20. package/dist/models/bootstrapDecisionDtoMode.d.ts +1 -1
  21. package/dist/models/bootstrapDecisionDtoMode.js +1 -1
  22. package/dist/models/bootstrapOptionDto.d.ts +1 -1
  23. package/dist/models/bootstrapOptionDto.js +1 -1
  24. package/dist/models/bootstrapProjectDto.d.ts +2 -2
  25. package/dist/models/bootstrapProjectDtoOptions.d.ts +1 -1
  26. package/dist/models/bootstrapProjectDtoOptions.js +1 -1
  27. package/dist/models/createProjectBindingDto.d.ts +2 -2
  28. package/dist/models/createProjectDto.d.ts +2 -2
  29. package/dist/models/createProjectRepoDto.d.ts +1 -1
  30. package/dist/models/createProjectRepoDto.js +1 -1
  31. package/dist/models/createVariableDto.d.ts +1 -1
  32. package/dist/models/createVariableDto.js +1 -1
  33. package/dist/models/createWalletDto.d.ts +1 -1
  34. package/dist/models/createWalletDto.js +1 -1
  35. package/dist/models/errorDetailsDto.d.ts +2 -2
  36. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  37. package/dist/models/errorDetailsDtoDetails.js +1 -1
  38. package/dist/models/errorPayloadDto.d.ts +2 -2
  39. package/dist/models/errorResponseDto.d.ts +2 -2
  40. package/dist/models/existingAssetsDto.d.ts +1 -2
  41. package/dist/models/existingAssetsDto.js +1 -1
  42. package/dist/models/grantProjectRoleDto.d.ts +1 -1
  43. package/dist/models/grantProjectRoleDto.js +1 -1
  44. package/dist/models/manifestControllerGetHistoryParams.d.ts +1 -1
  45. package/dist/models/manifestControllerGetHistoryParams.js +1 -1
  46. package/dist/models/manifestDiffResponseDto.d.ts +1 -1
  47. package/dist/models/manifestDiffResponseDto.js +1 -1
  48. package/dist/models/manifestDiffResponseDtoDataEnvelope.d.ts +2 -2
  49. package/dist/models/manifestHistoryEntryDto.d.ts +3 -3
  50. package/dist/models/manifestHistoryEntryDtoDataArrayEnvelope.d.ts +2 -2
  51. package/dist/models/manifestHistoryEntryDtoDataEnvelope.d.ts +2 -2
  52. package/dist/models/manifestHistoryEntryDtoDiff.d.ts +1 -1
  53. package/dist/models/manifestHistoryEntryDtoDiff.js +1 -1
  54. package/dist/models/manifestHistoryEntryDtoSnapshotJson.d.ts +1 -1
  55. package/dist/models/manifestHistoryEntryDtoSnapshotJson.js +1 -1
  56. package/dist/models/manifestResponseDto.d.ts +2 -2
  57. package/dist/models/manifestResponseDtoDataEnvelope.d.ts +2 -2
  58. package/dist/models/manifestResponseDtoManifest.d.ts +1 -1
  59. package/dist/models/manifestResponseDtoManifest.js +1 -1
  60. package/dist/models/manifestSectionListResponseDto.d.ts +2 -2
  61. package/dist/models/manifestSectionListResponseDtoDataArrayEnvelope.d.ts +2 -2
  62. package/dist/models/manifestSectionListResponseDtoEntries.d.ts +1 -1
  63. package/dist/models/manifestSectionListResponseDtoEntries.js +1 -1
  64. package/dist/models/manifestValidationResponseDto.d.ts +1 -1
  65. package/dist/models/manifestValidationResponseDto.js +1 -1
  66. package/dist/models/manifestValidationResponseDtoDataEnvelope.d.ts +2 -2
  67. package/dist/models/patchManifestDto.d.ts +2 -2
  68. package/dist/models/patchManifestDtoPatch.d.ts +1 -1
  69. package/dist/models/patchManifestDtoPatch.js +1 -1
  70. package/dist/models/patchSectionEntryDto.d.ts +2 -2
  71. package/dist/models/patchSectionEntryDtoPatch.d.ts +1 -1
  72. package/dist/models/patchSectionEntryDtoPatch.js +1 -1
  73. package/dist/models/preferredImageVariantResponseDto.d.ts +1 -1
  74. package/dist/models/preferredImageVariantResponseDto.js +1 -1
  75. package/dist/models/preferredImageVariantResponseDtoDataEnvelope.d.ts +2 -2
  76. package/dist/models/priorRunSummaryDto.d.ts +1 -1
  77. package/dist/models/priorRunSummaryDto.js +1 -1
  78. package/dist/models/projectBindingKind.d.ts +1 -1
  79. package/dist/models/projectBindingKind.js +1 -1
  80. package/dist/models/projectBindingResponseDto.d.ts +2 -2
  81. package/dist/models/projectBindingResponseDtoDataArrayEnvelope.d.ts +2 -2
  82. package/dist/models/projectBindingResponseDtoDataEnvelope.d.ts +2 -2
  83. package/dist/models/projectEnvResponseDto.d.ts +1 -1
  84. package/dist/models/projectEnvResponseDto.js +1 -1
  85. package/dist/models/projectIntegrationResponseDto.d.ts +2 -2
  86. package/dist/models/projectIntegrationResponseDtoConfig.d.ts +1 -1
  87. package/dist/models/projectIntegrationResponseDtoConfig.js +1 -1
  88. package/dist/models/projectMembershipResponseDto.d.ts +1 -1
  89. package/dist/models/projectMembershipResponseDto.js +1 -1
  90. package/dist/models/projectMembershipResponseDtoDataArrayEnvelope.d.ts +2 -2
  91. package/dist/models/projectMembershipResponseDtoDataEnvelope.d.ts +2 -2
  92. package/dist/models/projectRegistryControllerListProjectsParams.d.ts +1 -1
  93. package/dist/models/projectRegistryControllerListProjectsParams.js +1 -1
  94. package/dist/models/projectRepoResponseDto.d.ts +1 -1
  95. package/dist/models/projectRepoResponseDto.js +1 -1
  96. package/dist/models/projectResponseDto.d.ts +5 -5
  97. package/dist/models/projectResponseDtoDataEnvelope.d.ts +2 -2
  98. package/dist/models/projectSettingsResponseDto.d.ts +3 -3
  99. package/dist/models/projectSettingsResponseDtoCloudDetails.d.ts +1 -1
  100. package/dist/models/projectSettingsResponseDtoCloudDetails.js +1 -1
  101. package/dist/models/projectSettingsResponseDtoCloudProvider.d.ts +1 -1
  102. package/dist/models/projectSettingsResponseDtoCloudProvider.js +1 -1
  103. package/dist/models/projectSummaryResponseDto.d.ts +1 -1
  104. package/dist/models/projectSummaryResponseDto.js +1 -1
  105. package/dist/models/projectSummaryResponseDtoDataArrayEnvelope.d.ts +2 -2
  106. package/dist/models/promptClassificationDto.d.ts +2 -2
  107. package/dist/models/promptClassificationDtoClassification.d.ts +1 -1
  108. package/dist/models/promptClassificationDtoClassification.js +1 -1
  109. package/dist/models/provisionOnboardingRequestDto.d.ts +1 -1
  110. package/dist/models/provisionOnboardingRequestDto.js +1 -1
  111. package/dist/models/provisionOnboardingResponseDto.d.ts +3 -3
  112. package/dist/models/provisionOnboardingResponseDto.js +1 -1
  113. package/dist/models/provisionOnboardingResponseDtoDataEnvelope.d.ts +2 -2
  114. package/dist/models/putManifestDto.d.ts +2 -2
  115. package/dist/models/putManifestDtoManifest.d.ts +1 -1
  116. package/dist/models/putManifestDtoManifest.js +1 -1
  117. package/dist/models/resolveWalletsRequestDto.d.ts +1 -1
  118. package/dist/models/resolveWalletsRequestDto.js +1 -1
  119. package/dist/models/resolvedWalletsResponseDto.d.ts +4 -4
  120. package/dist/models/resolvedWalletsResponseDtoDataEnvelope.d.ts +2 -2
  121. package/dist/models/resolvedWalletsResponseDtoSecrets.d.ts +1 -1
  122. package/dist/models/resolvedWalletsResponseDtoSecrets.js +1 -1
  123. package/dist/models/resolvedWalletsResponseDtoVars.d.ts +1 -1
  124. package/dist/models/resolvedWalletsResponseDtoVars.js +1 -1
  125. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.d.ts +1 -1
  126. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.js +1 -1
  127. package/dist/models/revokeProjectRoleDto.d.ts +1 -1
  128. package/dist/models/revokeProjectRoleDto.js +1 -1
  129. package/dist/models/setPreferredImageVariantDto.d.ts +1 -1
  130. package/dist/models/setPreferredImageVariantDto.js +1 -1
  131. package/dist/models/updateProjectDto.d.ts +1 -1
  132. package/dist/models/updateProjectDto.js +1 -1
  133. package/dist/models/updateProjectIntegrationDto.d.ts +2 -2
  134. package/dist/models/updateProjectIntegrationDtoConfig.d.ts +1 -1
  135. package/dist/models/updateProjectIntegrationDtoConfig.js +1 -1
  136. package/dist/models/updateProjectSettingsDto.d.ts +4 -4
  137. package/dist/models/updateProjectSettingsDtoCloudDetails.d.ts +1 -1
  138. package/dist/models/updateProjectSettingsDtoCloudDetails.js +1 -1
  139. package/dist/models/updateProjectSettingsDtoCloudProvider.d.ts +1 -1
  140. package/dist/models/updateProjectSettingsDtoCloudProvider.js +1 -1
  141. package/dist/models/updateProjectSettingsDtoSettings.d.ts +1 -1
  142. package/dist/models/updateProjectSettingsDtoSettings.js +1 -1
  143. package/dist/models/updateVariableDto.d.ts +1 -1
  144. package/dist/models/updateVariableDto.js +1 -1
  145. package/dist/models/updateWalletDto.d.ts +1 -1
  146. package/dist/models/updateWalletDto.js +1 -1
  147. package/dist/models/upsertSectionEntryDto.d.ts +2 -2
  148. package/dist/models/upsertSectionEntryDtoEntry.d.ts +1 -1
  149. package/dist/models/upsertSectionEntryDtoEntry.js +1 -1
  150. package/dist/models/validateManifestDto.d.ts +2 -2
  151. package/dist/models/validateManifestDtoManifest.d.ts +1 -1
  152. package/dist/models/validateManifestDtoManifest.js +1 -1
  153. package/dist/models/variableResponseDto.d.ts +1 -1
  154. package/dist/models/variableResponseDto.js +1 -1
  155. package/dist/models/variableResponseDtoDataArrayEnvelope.d.ts +2 -2
  156. package/dist/models/variableResponseDtoDataEnvelope.d.ts +2 -2
  157. package/dist/models/walletEntryDto.d.ts +1 -1
  158. package/dist/models/walletEntryDto.js +1 -1
  159. package/dist/models/walletResponseDto.d.ts +1 -1
  160. package/dist/models/walletResponseDto.js +1 -1
  161. package/dist/models/walletResponseDtoDataArrayEnvelope.d.ts +2 -2
  162. package/dist/models/walletResponseDtoDataEnvelope.d.ts +2 -2
  163. package/dist/models/walletWithEntriesResponseDto.d.ts +2 -2
  164. package/dist/models/walletWithEntriesResponseDtoDataEnvelope.d.ts +2 -2
  165. package/package.json +4 -4
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ProjectIntegrationResponseDtoConfig } from './projectIntegrationResponseDtoConfig';
8
+ import type { ProjectIntegrationResponseDtoConfig } from './projectIntegrationResponseDtoConfig.js';
9
9
  export interface ProjectIntegrationResponseDto {
10
10
  type: string;
11
11
  enabled: boolean;
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ProjectEnvResponseDto } from './projectEnvResponseDto';
9
- import type { ProjectIntegrationResponseDto } from './projectIntegrationResponseDto';
10
- import type { ProjectRepoResponseDto } from './projectRepoResponseDto';
11
- import type { ProjectSettingsResponseDto } from './projectSettingsResponseDto';
8
+ import type { ProjectEnvResponseDto } from './projectEnvResponseDto.js';
9
+ import type { ProjectIntegrationResponseDto } from './projectIntegrationResponseDto.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
6
  * OpenAPI spec version: 0.1.0
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
  }
@@ -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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -10,8 +10,8 @@ export interface ProvisionOnboardingResponseDto {
10
10
  orgId: string;
11
11
  /** Project the wizard provisioned for. */
12
12
  projectId: string;
13
- /** Active `OrgIntegration.id` for the chosen source-code provider. Omitted when the provider is system-shareable (no per-org row). */
13
+ /** Active `OrgConnection.id` for the chosen source-code provider. Omitted when the provider is system-shareable (no per-org row). */
14
14
  sourceCodeIntegrationId?: string;
15
- /** Active `OrgIntegration.id` for the chosen packages provider. Omitted when the provider is system-shareable (no per-org row). */
15
+ /** Active `OrgConnection.id` for the chosen packages provider. Omitted when the provider is system-shareable (no per-org row). */
16
16
  packagesIntegrationId?: string;
17
17
  }
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
6
  * OpenAPI spec version: 0.1.0
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
6
  * OpenAPI spec version: 0.1.0
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,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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
5
5
  * Project workspace, repository links, integrations and settings
@@ -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
  * Project Registry API
6
6
  * Project workspace, repository links, integrations and settings