@xemahq/project-registry-api-client 0.1.6 → 0.2.0

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 (177) hide show
  1. package/dist/endpoints/manifest/manifest.d.ts +25 -25
  2. package/dist/endpoints/manifest/manifest.js +66 -66
  3. package/dist/endpoints/onboarding/onboarding.d.ts +2 -2
  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 +19 -14
  8. package/dist/endpoints/project-registry/project-registry.js +51 -35
  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/{updateProjectIntegrationDtoConfig.d.ts → ensureManagedProjectDto.d.ts} +4 -3
  36. package/dist/models/errorDetailsDto.d.ts +2 -2
  37. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  38. package/dist/models/errorDetailsDtoDetails.js +1 -1
  39. package/dist/models/errorPayloadDto.d.ts +2 -2
  40. package/dist/models/errorResponseDto.d.ts +2 -2
  41. package/dist/models/existingAssetsDto.d.ts +1 -1
  42. package/dist/models/existingAssetsDto.js +1 -1
  43. package/dist/models/grantProjectRoleDto.d.ts +1 -1
  44. package/dist/models/grantProjectRoleDto.js +1 -1
  45. package/dist/models/index.d.ts +3 -1
  46. package/dist/models/index.js +3 -1
  47. package/dist/models/manifestControllerGetHistoryParams.d.ts +1 -1
  48. package/dist/models/manifestControllerGetHistoryParams.js +1 -1
  49. package/dist/models/manifestDiffResponseDto.d.ts +1 -1
  50. package/dist/models/manifestDiffResponseDto.js +1 -1
  51. package/dist/models/manifestDiffResponseDtoDataEnvelope.d.ts +2 -2
  52. package/dist/models/manifestHistoryEntryDto.d.ts +3 -3
  53. package/dist/models/manifestHistoryEntryDtoDataEnvelope.d.ts +2 -2
  54. package/dist/models/manifestHistoryEntryDtoDiff.d.ts +1 -1
  55. package/dist/models/manifestHistoryEntryDtoDiff.js +1 -1
  56. package/dist/models/{manifestHistoryEntryDtoDataArrayEnvelope.d.ts → manifestHistoryEntryDtoPaginatedEnvelope.d.ts} +5 -3
  57. package/dist/models/manifestHistoryEntryDtoSnapshotJson.d.ts +1 -1
  58. package/dist/models/manifestHistoryEntryDtoSnapshotJson.js +1 -1
  59. package/dist/models/manifestResponseDto.d.ts +2 -2
  60. package/dist/models/manifestResponseDtoDataEnvelope.d.ts +2 -2
  61. package/dist/models/manifestResponseDtoManifest.d.ts +1 -1
  62. package/dist/models/manifestResponseDtoManifest.js +1 -1
  63. package/dist/models/manifestSectionListResponseDto.d.ts +2 -2
  64. package/dist/models/manifestSectionListResponseDtoDataArrayEnvelope.d.ts +2 -2
  65. package/dist/models/manifestSectionListResponseDtoEntries.d.ts +1 -1
  66. package/dist/models/manifestSectionListResponseDtoEntries.js +1 -1
  67. package/dist/models/manifestValidationResponseDto.d.ts +1 -1
  68. package/dist/models/manifestValidationResponseDto.js +1 -1
  69. package/dist/models/manifestValidationResponseDtoDataEnvelope.d.ts +2 -2
  70. package/dist/models/paginationMeta.d.ts +18 -0
  71. package/dist/models/patchManifestDto.d.ts +2 -2
  72. package/dist/models/patchManifestDtoPatch.d.ts +1 -1
  73. package/dist/models/patchManifestDtoPatch.js +1 -1
  74. package/dist/models/patchSectionEntryDto.d.ts +2 -2
  75. package/dist/models/patchSectionEntryDtoPatch.d.ts +1 -1
  76. package/dist/models/patchSectionEntryDtoPatch.js +1 -1
  77. package/dist/models/preferredImageVariantResponseDto.d.ts +1 -1
  78. package/dist/models/preferredImageVariantResponseDto.js +1 -1
  79. package/dist/models/preferredImageVariantResponseDtoDataEnvelope.d.ts +2 -2
  80. package/dist/models/priorRunSummaryDto.d.ts +1 -1
  81. package/dist/models/priorRunSummaryDto.js +1 -1
  82. package/dist/models/projectBindingKind.d.ts +1 -1
  83. package/dist/models/projectBindingKind.js +1 -1
  84. package/dist/models/projectBindingResponseDto.d.ts +2 -2
  85. package/dist/models/projectBindingResponseDtoDataArrayEnvelope.d.ts +2 -2
  86. package/dist/models/projectBindingResponseDtoDataEnvelope.d.ts +2 -2
  87. package/dist/models/projectConnectionResponseDto.d.ts +2 -2
  88. package/dist/models/projectConnectionResponseDtoConfig.d.ts +1 -1
  89. package/dist/models/projectConnectionResponseDtoConfig.js +1 -1
  90. package/dist/models/projectEnvResponseDto.d.ts +1 -1
  91. package/dist/models/projectEnvResponseDto.js +1 -1
  92. package/dist/models/projectMembershipResponseDto.d.ts +1 -1
  93. package/dist/models/projectMembershipResponseDto.js +1 -1
  94. package/dist/models/projectMembershipResponseDtoDataArrayEnvelope.d.ts +2 -2
  95. package/dist/models/projectMembershipResponseDtoDataEnvelope.d.ts +2 -2
  96. package/dist/models/projectRegistryControllerListProjectsParams.d.ts +1 -1
  97. package/dist/models/projectRegistryControllerListProjectsParams.js +1 -1
  98. package/dist/models/projectRepoResponseDto.d.ts +1 -1
  99. package/dist/models/projectRepoResponseDto.js +1 -1
  100. package/dist/models/projectResponseDto.d.ts +5 -5
  101. package/dist/models/projectResponseDtoDataEnvelope.d.ts +2 -2
  102. package/dist/models/projectSettingsResponseDto.d.ts +3 -3
  103. package/dist/models/projectSettingsResponseDtoCloudDetails.d.ts +1 -1
  104. package/dist/models/projectSettingsResponseDtoCloudDetails.js +1 -1
  105. package/dist/models/projectSettingsResponseDtoCloudProvider.d.ts +1 -1
  106. package/dist/models/projectSettingsResponseDtoCloudProvider.js +1 -1
  107. package/dist/models/projectSummaryResponseDto.d.ts +1 -1
  108. package/dist/models/projectSummaryResponseDto.js +1 -1
  109. package/dist/models/projectSummaryResponseDtoDataArrayEnvelope.d.ts +2 -2
  110. package/dist/models/promptClassificationDto.d.ts +2 -2
  111. package/dist/models/promptClassificationDtoClassification.d.ts +1 -1
  112. package/dist/models/promptClassificationDtoClassification.js +1 -1
  113. package/dist/models/provisionOnboardingRequestDto.d.ts +1 -1
  114. package/dist/models/provisionOnboardingRequestDto.js +1 -1
  115. package/dist/models/provisionOnboardingResponseDto.d.ts +1 -1
  116. package/dist/models/provisionOnboardingResponseDto.js +1 -1
  117. package/dist/models/provisionOnboardingResponseDtoDataEnvelope.d.ts +2 -2
  118. package/dist/models/putManifestDto.d.ts +2 -2
  119. package/dist/models/putManifestDtoManifest.d.ts +1 -1
  120. package/dist/models/putManifestDtoManifest.js +1 -1
  121. package/dist/models/resolveWalletsRequestDto.d.ts +1 -1
  122. package/dist/models/resolveWalletsRequestDto.js +1 -1
  123. package/dist/models/resolvedWalletsResponseDto.d.ts +4 -4
  124. package/dist/models/resolvedWalletsResponseDtoDataEnvelope.d.ts +2 -2
  125. package/dist/models/resolvedWalletsResponseDtoSecrets.d.ts +1 -1
  126. package/dist/models/resolvedWalletsResponseDtoSecrets.js +1 -1
  127. package/dist/models/resolvedWalletsResponseDtoVars.d.ts +1 -1
  128. package/dist/models/resolvedWalletsResponseDtoVars.js +1 -1
  129. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.d.ts +1 -1
  130. package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.js +1 -1
  131. package/dist/models/revokeProjectRoleDto.d.ts +1 -1
  132. package/dist/models/revokeProjectRoleDto.js +1 -1
  133. package/dist/models/setPreferredImageVariantDto.d.ts +1 -1
  134. package/dist/models/setPreferredImageVariantDto.js +1 -1
  135. package/dist/models/updateProjectConnectionDto.d.ts +2 -2
  136. package/dist/models/updateProjectConnectionDtoConfig.d.ts +1 -1
  137. package/dist/models/updateProjectConnectionDtoConfig.js +1 -1
  138. package/dist/models/updateProjectDto.d.ts +1 -1
  139. package/dist/models/updateProjectDto.js +1 -1
  140. package/dist/models/updateProjectSettingsDto.d.ts +4 -4
  141. package/dist/models/updateProjectSettingsDtoCloudDetails.d.ts +1 -1
  142. package/dist/models/updateProjectSettingsDtoCloudDetails.js +1 -1
  143. package/dist/models/updateProjectSettingsDtoCloudProvider.d.ts +1 -1
  144. package/dist/models/updateProjectSettingsDtoCloudProvider.js +1 -1
  145. package/dist/models/updateProjectSettingsDtoSettings.d.ts +1 -1
  146. package/dist/models/updateProjectSettingsDtoSettings.js +1 -1
  147. package/dist/models/updateVariableDto.d.ts +1 -1
  148. package/dist/models/updateVariableDto.js +1 -1
  149. package/dist/models/updateWalletDto.d.ts +1 -1
  150. package/dist/models/updateWalletDto.js +1 -1
  151. package/dist/models/upsertSectionEntryDto.d.ts +2 -2
  152. package/dist/models/upsertSectionEntryDtoEntry.d.ts +1 -1
  153. package/dist/models/upsertSectionEntryDtoEntry.js +1 -1
  154. package/dist/models/validateManifestDto.d.ts +2 -2
  155. package/dist/models/validateManifestDtoManifest.d.ts +1 -1
  156. package/dist/models/validateManifestDtoManifest.js +1 -1
  157. package/dist/models/variableResponseDto.d.ts +1 -1
  158. package/dist/models/variableResponseDto.js +1 -1
  159. package/dist/models/variableResponseDtoDataArrayEnvelope.d.ts +2 -2
  160. package/dist/models/variableResponseDtoDataEnvelope.d.ts +2 -2
  161. package/dist/models/walletEntryDto.d.ts +1 -1
  162. package/dist/models/walletEntryDto.js +1 -1
  163. package/dist/models/walletResponseDto.d.ts +1 -1
  164. package/dist/models/walletResponseDto.js +1 -1
  165. package/dist/models/walletResponseDtoDataArrayEnvelope.d.ts +2 -2
  166. package/dist/models/walletResponseDtoDataEnvelope.d.ts +2 -2
  167. package/dist/models/walletWithEntriesResponseDto.d.ts +2 -2
  168. package/dist/models/walletWithEntriesResponseDtoDataEnvelope.d.ts +2 -2
  169. package/package.json +2 -2
  170. package/dist/models/projectIntegrationResponseDto.d.ts +0 -14
  171. package/dist/models/projectIntegrationResponseDto.js +0 -2
  172. package/dist/models/projectIntegrationResponseDtoConfig.d.ts +0 -10
  173. package/dist/models/updateProjectIntegrationDto.d.ts +0 -13
  174. package/dist/models/updateProjectIntegrationDto.js +0 -2
  175. /package/dist/models/{projectIntegrationResponseDtoConfig.js → ensureManagedProjectDto.js} +0 -0
  176. /package/dist/models/{manifestHistoryEntryDtoDataArrayEnvelope.js → manifestHistoryEntryDtoPaginatedEnvelope.js} +0 -0
  177. /package/dist/models/{updateProjectIntegrationDtoConfig.js → paginationMeta.js} +0 -0
@@ -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 { 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
@@ -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 { UpdateProjectConnectionDtoConfig } from './updateProjectConnectionDtoConfig';
8
+ import type { UpdateProjectConnectionDtoConfig } from './updateProjectConnectionDtoConfig.js';
9
9
  export interface UpdateProjectConnectionDto {
10
10
  enabled: boolean;
11
11
  credentialsPointer?: 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,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 { UpdateProjectSettingsDtoCloudDetails } from './updateProjectSettingsDtoCloudDetails';
9
- import type { UpdateProjectSettingsDtoCloudProvider } from './updateProjectSettingsDtoCloudProvider';
10
- import type { UpdateProjectSettingsDtoSettings } from './updateProjectSettingsDtoSettings';
8
+ import type { UpdateProjectSettingsDtoCloudDetails } from './updateProjectSettingsDtoCloudDetails.js';
9
+ import type { UpdateProjectSettingsDtoCloudProvider } from './updateProjectSettingsDtoCloudProvider.js';
10
+ import type { UpdateProjectSettingsDtoSettings } from './updateProjectSettingsDtoSettings.js';
11
11
  export interface UpdateProjectSettingsDto {
12
12
  settings: UpdateProjectSettingsDtoSettings;
13
13
  /** ISO 639-1 language code for all pipeline output. "auto" = LLM auto-detects from context. */
@@ -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
@@ -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 { UpsertSectionEntryDtoEntry } from './upsertSectionEntryDtoEntry';
8
+ import type { UpsertSectionEntryDtoEntry } from './upsertSectionEntryDtoEntry.js';
9
9
  export interface UpsertSectionEntryDto {
10
10
  /** Full section entry object */
11
11
  entry: UpsertSectionEntryDtoEntry;
@@ -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 { ValidateManifestDtoManifest } from './validateManifestDtoManifest';
8
+ import type { ValidateManifestDtoManifest } from './validateManifestDtoManifest.js';
9
9
  export interface ValidateManifestDto {
10
10
  /** Manifest JSON to validate without saving */
11
11
  manifest: ValidateManifestDtoManifest;
@@ -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 { VariableResponseDto } from './variableResponseDto';
8
+ import type { VariableResponseDto } from './variableResponseDto.js';
9
9
  export interface VariableResponseDtoDataArrayEnvelope {
10
10
  data: VariableResponseDto[];
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 { VariableResponseDto } from './variableResponseDto';
8
+ import type { VariableResponseDto } from './variableResponseDto.js';
9
9
  export interface VariableResponseDtoDataEnvelope {
10
10
  data: VariableResponseDto;
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 { WalletResponseDto } from './walletResponseDto';
8
+ import type { WalletResponseDto } from './walletResponseDto.js';
9
9
  export interface WalletResponseDtoDataArrayEnvelope {
10
10
  data: WalletResponseDto[];
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 { WalletResponseDto } from './walletResponseDto';
8
+ import type { WalletResponseDto } from './walletResponseDto.js';
9
9
  export interface WalletResponseDtoDataEnvelope {
10
10
  data: WalletResponseDto;
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 { WalletEntryDto } from './walletEntryDto';
8
+ import type { WalletEntryDto } from './walletEntryDto.js';
9
9
  export interface WalletWithEntriesResponseDto {
10
10
  id: string;
11
11
  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 { WalletWithEntriesResponseDto } from './walletWithEntriesResponseDto';
8
+ import type { WalletWithEntriesResponseDto } from './walletWithEntriesResponseDto.js';
9
9
  export interface WalletWithEntriesResponseDtoDataEnvelope {
10
10
  data: WalletWithEntriesResponseDto;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/project-registry-api-client",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "service": "project-registry-api",
20
20
  "biome": "project-registry",
21
21
  "target": "server",
22
- "generator": "@xemahq/api-client-generator@0.1.5",
22
+ "generator": "@xemahq/api-client-generator@0.2.0",
23
23
  "source": "openapi.public.json"
24
24
  },
25
25
  "license": "LicenseRef-Xema-BSL-1.1",
@@ -1,14 +0,0 @@
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.0
7
- */
8
- import type { ProjectIntegrationResponseDtoConfig } from './projectIntegrationResponseDtoConfig.js';
9
- export interface ProjectIntegrationResponseDto {
10
- type: string;
11
- enabled: boolean;
12
- credentialsPointer?: string;
13
- config?: ProjectIntegrationResponseDtoConfig;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
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.0
7
- */
8
- export type ProjectIntegrationResponseDtoConfig = {
9
- [key: string]: unknown;
10
- };