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

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 +33 -33
  2. package/dist/endpoints/manifest/manifest.js +92 -92
  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 +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 -1
  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/projectConnectionResponseDto.d.ts +2 -2
  84. package/dist/models/projectConnectionResponseDtoConfig.d.ts +1 -1
  85. package/dist/models/projectConnectionResponseDtoConfig.js +1 -1
  86. package/dist/models/projectEnvResponseDto.d.ts +1 -1
  87. package/dist/models/projectEnvResponseDto.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 +6 -6
  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/updateProjectConnectionDto.d.ts +2 -2
  132. package/dist/models/updateProjectConnectionDtoConfig.d.ts +1 -1
  133. package/dist/models/updateProjectConnectionDtoConfig.js +1 -1
  134. package/dist/models/updateProjectDto.d.ts +1 -1
  135. package/dist/models/updateProjectDto.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 +1 -1
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.projectBindingsControllerDelete = exports.getProjectBindingsControllerDeleteUrl = exports.projectBindingsControllerCreate = exports.getProjectBindingsControllerCreateUrl = exports.projectBindingsControllerList = exports.getProjectBindingsControllerListUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
+ /**
6
+ * @summary List references-slot bindings for a project
7
+ */
5
8
  const getProjectBindingsControllerListUrl = (projectId) => {
6
9
  return `/projects/${projectId}/bindings`;
7
10
  };
8
11
  exports.getProjectBindingsControllerListUrl = getProjectBindingsControllerListUrl;
9
- /**
10
- * @summary List references-slot bindings for a project
11
- */
12
12
  const projectBindingsControllerList = async (projectId, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectBindingsControllerListUrl)(projectId), {
14
14
  ...options,
@@ -16,13 +16,13 @@ const projectBindingsControllerList = async (projectId, options) => {
16
16
  });
17
17
  };
18
18
  exports.projectBindingsControllerList = projectBindingsControllerList;
19
+ /**
20
+ * @summary Create a references-slot binding (KB space or external project)
21
+ */
19
22
  const getProjectBindingsControllerCreateUrl = (projectId) => {
20
23
  return `/projects/${projectId}/bindings`;
21
24
  };
22
25
  exports.getProjectBindingsControllerCreateUrl = getProjectBindingsControllerCreateUrl;
23
- /**
24
- * @summary Create a references-slot binding (KB space or external project)
25
- */
26
26
  const projectBindingsControllerCreate = async (projectId, createProjectBindingDto, options) => {
27
27
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectBindingsControllerCreateUrl)(projectId), {
28
28
  ...options,
@@ -32,13 +32,13 @@ const projectBindingsControllerCreate = async (projectId, createProjectBindingDt
32
32
  });
33
33
  };
34
34
  exports.projectBindingsControllerCreate = projectBindingsControllerCreate;
35
+ /**
36
+ * @summary Delete a references-slot binding
37
+ */
35
38
  const getProjectBindingsControllerDeleteUrl = (projectId, bindingId) => {
36
39
  return `/projects/${projectId}/bindings/${bindingId}`;
37
40
  };
38
41
  exports.getProjectBindingsControllerDeleteUrl = getProjectBindingsControllerDeleteUrl;
39
- /**
40
- * @summary Delete a references-slot binding
41
- */
42
42
  const projectBindingsControllerDelete = async (projectId, bindingId, options) => {
43
43
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectBindingsControllerDeleteUrl)(projectId, bindingId), {
44
44
  ...options,
@@ -1,68 +1,68 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
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
8
  import type { BootstrapAnalyzeDto, BootstrapDecisionDtoDataEnvelope, BootstrapProjectDto, CreateProjectDto, PreferredImageVariantResponseDtoDataEnvelope, ProjectRegistryControllerListProjectsParams, ProjectResponseDtoDataEnvelope, ProjectSummaryResponseDtoDataArrayEnvelope, SetPreferredImageVariantDto, UpdateProjectConnectionDto, UpdateProjectDto, UpdateProjectSettingsDto } from '../../models';
9
- export declare const getProjectRegistryControllerCreateProjectUrl: () => string;
10
9
  /**
11
10
  * @summary Create project workspace and optional repository link
12
11
  */
12
+ export declare const getProjectRegistryControllerCreateProjectUrl: () => string;
13
13
  export declare const projectRegistryControllerCreateProject: (createProjectDto: CreateProjectDto, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
14
- export declare const getProjectRegistryControllerListProjectsUrl: (params?: ProjectRegistryControllerListProjectsParams) => string;
15
14
  /**
16
15
  * @summary List all projects for organization
17
16
  */
17
+ export declare const getProjectRegistryControllerListProjectsUrl: (params?: ProjectRegistryControllerListProjectsParams) => string;
18
18
  export declare const projectRegistryControllerListProjects: (params?: ProjectRegistryControllerListProjectsParams, options?: RequestInit) => Promise<ProjectSummaryResponseDtoDataArrayEnvelope>;
19
- export declare const getProjectRegistryControllerGetProjectUrl: (projectId: string) => string;
20
19
  /**
21
20
  * @summary Get project aggregate
22
21
  */
22
+ export declare const getProjectRegistryControllerGetProjectUrl: (projectId: string) => string;
23
23
  export declare const projectRegistryControllerGetProject: (projectId: string, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
24
- export declare const getProjectRegistryControllerUpdateProjectUrl: (projectId: string) => string;
25
24
  /**
26
25
  * @summary Update editable project metadata
27
26
  */
27
+ export declare const getProjectRegistryControllerUpdateProjectUrl: (projectId: string) => string;
28
28
  export declare const projectRegistryControllerUpdateProject: (projectId: string, updateProjectDto: UpdateProjectDto, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
29
- export declare const getProjectRegistryControllerDeleteProjectUrl: (projectId: string) => string;
30
29
  /**
31
30
  * @summary Delete a project and all associated data
32
31
  */
32
+ export declare const getProjectRegistryControllerDeleteProjectUrl: (projectId: string) => string;
33
33
  export declare const projectRegistryControllerDeleteProject: (projectId: string, options?: RequestInit) => Promise<unknown>;
34
- export declare const getProjectRegistryControllerUpdateSettingsUrl: (projectId: string) => string;
35
34
  /**
36
35
  * @summary Update project settings
37
36
  */
37
+ export declare const getProjectRegistryControllerUpdateSettingsUrl: (projectId: string) => string;
38
38
  export declare const projectRegistryControllerUpdateSettings: (projectId: string, updateProjectSettingsDto: UpdateProjectSettingsDto, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
39
- export declare const getProjectRegistryControllerGetTypedSettingsUrl: (projectId: string) => string;
40
39
  /**
41
40
  * @summary Get typed project settings with defaults applied (service-to-service)
42
41
  */
42
+ export declare const getProjectRegistryControllerGetTypedSettingsUrl: (projectId: string) => string;
43
43
  export declare const projectRegistryControllerGetTypedSettings: (projectId: string, options?: RequestInit) => Promise<unknown>;
44
- export declare const getProjectRegistryControllerUpdateConnectionUrl: (projectId: string, type: string) => string;
45
44
  /**
46
45
  * @summary Enable, disable, or update project connection configuration
47
46
  */
47
+ export declare const getProjectRegistryControllerUpdateConnectionUrl: (projectId: string, type: string) => string;
48
48
  export declare const projectRegistryControllerUpdateConnection: (projectId: string, type: string, updateProjectConnectionDto: UpdateProjectConnectionDto, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
49
- export declare const getProjectRegistryControllerGetPreferredImageVariantUrl: (projectId: string) => string;
50
49
  /**
51
50
  * @summary Get the preferred workspace-image variant slug for a project
52
51
  */
52
+ export declare const getProjectRegistryControllerGetPreferredImageVariantUrl: (projectId: string) => string;
53
53
  export declare const projectRegistryControllerGetPreferredImageVariant: (projectId: string, options?: RequestInit) => Promise<PreferredImageVariantResponseDtoDataEnvelope>;
54
- export declare const getProjectRegistryControllerSetPreferredImageVariantUrl: (projectId: string) => string;
55
54
  /**
56
55
  * @summary Set or clear the preferred workspace-image variant slug for a project
57
56
  */
57
+ export declare const getProjectRegistryControllerSetPreferredImageVariantUrl: (projectId: string) => string;
58
58
  export declare const projectRegistryControllerSetPreferredImageVariant: (projectId: string, setPreferredImageVariantDto: SetPreferredImageVariantDto, options?: RequestInit) => Promise<PreferredImageVariantResponseDtoDataEnvelope>;
59
- export declare const getProjectRegistryControllerAnalyzeBootstrapUrl: (projectId: string) => string;
60
59
  /**
61
60
  * @summary Analyze project state and return bootstrap decision before execution
62
61
  */
62
+ export declare const getProjectRegistryControllerAnalyzeBootstrapUrl: (projectId: string) => string;
63
63
  export declare const projectRegistryControllerAnalyzeBootstrap: (projectId: string, bootstrapAnalyzeDto: BootstrapAnalyzeDto, options?: RequestInit) => Promise<BootstrapDecisionDtoDataEnvelope>;
64
- export declare const getProjectRegistryControllerBootstrapUrl: (projectId: string) => string;
65
64
  /**
66
65
  * @summary Request project bootstrap in orchestrator
67
66
  */
67
+ export declare const getProjectRegistryControllerBootstrapUrl: (projectId: string) => string;
68
68
  export declare const projectRegistryControllerBootstrap: (projectId: string, bootstrapProjectDto: BootstrapProjectDto, options?: RequestInit) => Promise<ProjectResponseDtoDataEnvelope>;
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.projectRegistryControllerBootstrap = exports.getProjectRegistryControllerBootstrapUrl = exports.projectRegistryControllerAnalyzeBootstrap = exports.getProjectRegistryControllerAnalyzeBootstrapUrl = exports.projectRegistryControllerSetPreferredImageVariant = exports.getProjectRegistryControllerSetPreferredImageVariantUrl = exports.projectRegistryControllerGetPreferredImageVariant = exports.getProjectRegistryControllerGetPreferredImageVariantUrl = exports.projectRegistryControllerUpdateConnection = exports.getProjectRegistryControllerUpdateConnectionUrl = exports.projectRegistryControllerGetTypedSettings = exports.getProjectRegistryControllerGetTypedSettingsUrl = exports.projectRegistryControllerUpdateSettings = exports.getProjectRegistryControllerUpdateSettingsUrl = exports.projectRegistryControllerDeleteProject = exports.getProjectRegistryControllerDeleteProjectUrl = exports.projectRegistryControllerUpdateProject = exports.getProjectRegistryControllerUpdateProjectUrl = exports.projectRegistryControllerGetProject = exports.getProjectRegistryControllerGetProjectUrl = exports.projectRegistryControllerListProjects = exports.getProjectRegistryControllerListProjectsUrl = exports.projectRegistryControllerCreateProject = exports.getProjectRegistryControllerCreateProjectUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
+ /**
6
+ * @summary Create project workspace and optional repository link
7
+ */
5
8
  const getProjectRegistryControllerCreateProjectUrl = () => {
6
9
  return `/projects`;
7
10
  };
8
11
  exports.getProjectRegistryControllerCreateProjectUrl = getProjectRegistryControllerCreateProjectUrl;
9
- /**
10
- * @summary Create project workspace and optional repository link
11
- */
12
12
  const projectRegistryControllerCreateProject = async (createProjectDto, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerCreateProjectUrl)(), {
14
14
  ...options,
@@ -18,6 +18,9 @@ const projectRegistryControllerCreateProject = async (createProjectDto, options)
18
18
  });
19
19
  };
20
20
  exports.projectRegistryControllerCreateProject = projectRegistryControllerCreateProject;
21
+ /**
22
+ * @summary List all projects for organization
23
+ */
21
24
  const getProjectRegistryControllerListProjectsUrl = (params) => {
22
25
  const normalizedParams = new URLSearchParams();
23
26
  Object.entries(params || {}).forEach(([key, value]) => {
@@ -41,9 +44,6 @@ const getProjectRegistryControllerListProjectsUrl = (params) => {
41
44
  return stringifiedParams.length > 0 ? `/projects?${stringifiedParams}` : `/projects`;
42
45
  };
43
46
  exports.getProjectRegistryControllerListProjectsUrl = getProjectRegistryControllerListProjectsUrl;
44
- /**
45
- * @summary List all projects for organization
46
- */
47
47
  const projectRegistryControllerListProjects = async (params, options) => {
48
48
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerListProjectsUrl)(params), {
49
49
  ...options,
@@ -51,13 +51,13 @@ const projectRegistryControllerListProjects = async (params, options) => {
51
51
  });
52
52
  };
53
53
  exports.projectRegistryControllerListProjects = projectRegistryControllerListProjects;
54
+ /**
55
+ * @summary Get project aggregate
56
+ */
54
57
  const getProjectRegistryControllerGetProjectUrl = (projectId) => {
55
58
  return `/projects/${projectId}`;
56
59
  };
57
60
  exports.getProjectRegistryControllerGetProjectUrl = getProjectRegistryControllerGetProjectUrl;
58
- /**
59
- * @summary Get project aggregate
60
- */
61
61
  const projectRegistryControllerGetProject = async (projectId, options) => {
62
62
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerGetProjectUrl)(projectId), {
63
63
  ...options,
@@ -65,13 +65,13 @@ const projectRegistryControllerGetProject = async (projectId, options) => {
65
65
  });
66
66
  };
67
67
  exports.projectRegistryControllerGetProject = projectRegistryControllerGetProject;
68
+ /**
69
+ * @summary Update editable project metadata
70
+ */
68
71
  const getProjectRegistryControllerUpdateProjectUrl = (projectId) => {
69
72
  return `/projects/${projectId}`;
70
73
  };
71
74
  exports.getProjectRegistryControllerUpdateProjectUrl = getProjectRegistryControllerUpdateProjectUrl;
72
- /**
73
- * @summary Update editable project metadata
74
- */
75
75
  const projectRegistryControllerUpdateProject = async (projectId, updateProjectDto, options) => {
76
76
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerUpdateProjectUrl)(projectId), {
77
77
  ...options,
@@ -81,13 +81,13 @@ const projectRegistryControllerUpdateProject = async (projectId, updateProjectDt
81
81
  });
82
82
  };
83
83
  exports.projectRegistryControllerUpdateProject = projectRegistryControllerUpdateProject;
84
+ /**
85
+ * @summary Delete a project and all associated data
86
+ */
84
87
  const getProjectRegistryControllerDeleteProjectUrl = (projectId) => {
85
88
  return `/projects/${projectId}`;
86
89
  };
87
90
  exports.getProjectRegistryControllerDeleteProjectUrl = getProjectRegistryControllerDeleteProjectUrl;
88
- /**
89
- * @summary Delete a project and all associated data
90
- */
91
91
  const projectRegistryControllerDeleteProject = async (projectId, options) => {
92
92
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerDeleteProjectUrl)(projectId), {
93
93
  ...options,
@@ -95,13 +95,13 @@ const projectRegistryControllerDeleteProject = async (projectId, options) => {
95
95
  });
96
96
  };
97
97
  exports.projectRegistryControllerDeleteProject = projectRegistryControllerDeleteProject;
98
+ /**
99
+ * @summary Update project settings
100
+ */
98
101
  const getProjectRegistryControllerUpdateSettingsUrl = (projectId) => {
99
102
  return `/projects/${projectId}/settings`;
100
103
  };
101
104
  exports.getProjectRegistryControllerUpdateSettingsUrl = getProjectRegistryControllerUpdateSettingsUrl;
102
- /**
103
- * @summary Update project settings
104
- */
105
105
  const projectRegistryControllerUpdateSettings = async (projectId, updateProjectSettingsDto, options) => {
106
106
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerUpdateSettingsUrl)(projectId), {
107
107
  ...options,
@@ -111,13 +111,13 @@ const projectRegistryControllerUpdateSettings = async (projectId, updateProjectS
111
111
  });
112
112
  };
113
113
  exports.projectRegistryControllerUpdateSettings = projectRegistryControllerUpdateSettings;
114
+ /**
115
+ * @summary Get typed project settings with defaults applied (service-to-service)
116
+ */
114
117
  const getProjectRegistryControllerGetTypedSettingsUrl = (projectId) => {
115
118
  return `/projects/${projectId}/settings/typed`;
116
119
  };
117
120
  exports.getProjectRegistryControllerGetTypedSettingsUrl = getProjectRegistryControllerGetTypedSettingsUrl;
118
- /**
119
- * @summary Get typed project settings with defaults applied (service-to-service)
120
- */
121
121
  const projectRegistryControllerGetTypedSettings = async (projectId, options) => {
122
122
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerGetTypedSettingsUrl)(projectId), {
123
123
  ...options,
@@ -125,13 +125,13 @@ const projectRegistryControllerGetTypedSettings = async (projectId, options) =>
125
125
  });
126
126
  };
127
127
  exports.projectRegistryControllerGetTypedSettings = projectRegistryControllerGetTypedSettings;
128
+ /**
129
+ * @summary Enable, disable, or update project connection configuration
130
+ */
128
131
  const getProjectRegistryControllerUpdateConnectionUrl = (projectId, type) => {
129
132
  return `/projects/${projectId}/connections/${type}`;
130
133
  };
131
134
  exports.getProjectRegistryControllerUpdateConnectionUrl = getProjectRegistryControllerUpdateConnectionUrl;
132
- /**
133
- * @summary Enable, disable, or update project connection configuration
134
- */
135
135
  const projectRegistryControllerUpdateConnection = async (projectId, type, updateProjectConnectionDto, options) => {
136
136
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerUpdateConnectionUrl)(projectId, type), {
137
137
  ...options,
@@ -141,13 +141,13 @@ const projectRegistryControllerUpdateConnection = async (projectId, type, update
141
141
  });
142
142
  };
143
143
  exports.projectRegistryControllerUpdateConnection = projectRegistryControllerUpdateConnection;
144
+ /**
145
+ * @summary Get the preferred workspace-image variant slug for a project
146
+ */
144
147
  const getProjectRegistryControllerGetPreferredImageVariantUrl = (projectId) => {
145
148
  return `/projects/${projectId}/preferred-image-variant`;
146
149
  };
147
150
  exports.getProjectRegistryControllerGetPreferredImageVariantUrl = getProjectRegistryControllerGetPreferredImageVariantUrl;
148
- /**
149
- * @summary Get the preferred workspace-image variant slug for a project
150
- */
151
151
  const projectRegistryControllerGetPreferredImageVariant = async (projectId, options) => {
152
152
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerGetPreferredImageVariantUrl)(projectId), {
153
153
  ...options,
@@ -155,13 +155,13 @@ const projectRegistryControllerGetPreferredImageVariant = async (projectId, opti
155
155
  });
156
156
  };
157
157
  exports.projectRegistryControllerGetPreferredImageVariant = projectRegistryControllerGetPreferredImageVariant;
158
+ /**
159
+ * @summary Set or clear the preferred workspace-image variant slug for a project
160
+ */
158
161
  const getProjectRegistryControllerSetPreferredImageVariantUrl = (projectId) => {
159
162
  return `/projects/${projectId}/preferred-image-variant`;
160
163
  };
161
164
  exports.getProjectRegistryControllerSetPreferredImageVariantUrl = getProjectRegistryControllerSetPreferredImageVariantUrl;
162
- /**
163
- * @summary Set or clear the preferred workspace-image variant slug for a project
164
- */
165
165
  const projectRegistryControllerSetPreferredImageVariant = async (projectId, setPreferredImageVariantDto, options) => {
166
166
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerSetPreferredImageVariantUrl)(projectId), {
167
167
  ...options,
@@ -171,13 +171,13 @@ const projectRegistryControllerSetPreferredImageVariant = async (projectId, setP
171
171
  });
172
172
  };
173
173
  exports.projectRegistryControllerSetPreferredImageVariant = projectRegistryControllerSetPreferredImageVariant;
174
+ /**
175
+ * @summary Analyze project state and return bootstrap decision before execution
176
+ */
174
177
  const getProjectRegistryControllerAnalyzeBootstrapUrl = (projectId) => {
175
178
  return `/projects/${projectId}/bootstrap/analyze`;
176
179
  };
177
180
  exports.getProjectRegistryControllerAnalyzeBootstrapUrl = getProjectRegistryControllerAnalyzeBootstrapUrl;
178
- /**
179
- * @summary Analyze project state and return bootstrap decision before execution
180
- */
181
181
  const projectRegistryControllerAnalyzeBootstrap = async (projectId, bootstrapAnalyzeDto, options) => {
182
182
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerAnalyzeBootstrapUrl)(projectId), {
183
183
  ...options,
@@ -187,13 +187,13 @@ const projectRegistryControllerAnalyzeBootstrap = async (projectId, bootstrapAna
187
187
  });
188
188
  };
189
189
  exports.projectRegistryControllerAnalyzeBootstrap = projectRegistryControllerAnalyzeBootstrap;
190
+ /**
191
+ * @summary Request project bootstrap in orchestrator
192
+ */
190
193
  const getProjectRegistryControllerBootstrapUrl = (projectId) => {
191
194
  return `/projects/${projectId}/bootstrap`;
192
195
  };
193
196
  exports.getProjectRegistryControllerBootstrapUrl = getProjectRegistryControllerBootstrapUrl;
194
- /**
195
- * @summary Request project bootstrap in orchestrator
196
- */
197
197
  const projectRegistryControllerBootstrap = async (projectId, bootstrapProjectDto, options) => {
198
198
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRegistryControllerBootstrapUrl)(projectId), {
199
199
  ...options,
@@ -1,23 +1,23 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
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
8
  import type { GrantProjectRoleDto, ProjectMembershipResponseDtoDataArrayEnvelope, ProjectMembershipResponseDtoDataEnvelope, RevokeProjectRoleDto } from '../../models';
9
- export declare const getProjectRolesControllerGrantRoleUrl: (projectId: string) => string;
10
9
  /**
11
10
  * @summary Grant project-scoped role to user
12
11
  */
12
+ export declare const getProjectRolesControllerGrantRoleUrl: (projectId: string) => string;
13
13
  export declare const projectRolesControllerGrantRole: (projectId: string, grantProjectRoleDto: GrantProjectRoleDto, options?: RequestInit) => Promise<ProjectMembershipResponseDtoDataEnvelope>;
14
- export declare const getProjectRolesControllerRevokeRoleUrl: (projectId: string) => string;
15
14
  /**
16
15
  * @summary Revoke project-scoped role from user
17
16
  */
17
+ export declare const getProjectRolesControllerRevokeRoleUrl: (projectId: string) => string;
18
18
  export declare const projectRolesControllerRevokeRole: (projectId: string, revokeProjectRoleDto: RevokeProjectRoleDto, options?: RequestInit) => Promise<ProjectMembershipResponseDtoDataEnvelope>;
19
- export declare const getProjectRolesControllerListRolesUrl: (projectId: string) => string;
20
19
  /**
21
20
  * @summary List project role assignments
22
21
  */
22
+ export declare const getProjectRolesControllerListRolesUrl: (projectId: string) => string;
23
23
  export declare const projectRolesControllerListRoles: (projectId: string, options?: RequestInit) => Promise<ProjectMembershipResponseDtoDataArrayEnvelope>;
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.projectRolesControllerListRoles = exports.getProjectRolesControllerListRolesUrl = exports.projectRolesControllerRevokeRole = exports.getProjectRolesControllerRevokeRoleUrl = exports.projectRolesControllerGrantRole = exports.getProjectRolesControllerGrantRoleUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
+ /**
6
+ * @summary Grant project-scoped role to user
7
+ */
5
8
  const getProjectRolesControllerGrantRoleUrl = (projectId) => {
6
9
  return `/projects/${projectId}/roles/grant`;
7
10
  };
8
11
  exports.getProjectRolesControllerGrantRoleUrl = getProjectRolesControllerGrantRoleUrl;
9
- /**
10
- * @summary Grant project-scoped role to user
11
- */
12
12
  const projectRolesControllerGrantRole = async (projectId, grantProjectRoleDto, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRolesControllerGrantRoleUrl)(projectId), {
14
14
  ...options,
@@ -18,13 +18,13 @@ const projectRolesControllerGrantRole = async (projectId, grantProjectRoleDto, o
18
18
  });
19
19
  };
20
20
  exports.projectRolesControllerGrantRole = projectRolesControllerGrantRole;
21
+ /**
22
+ * @summary Revoke project-scoped role from user
23
+ */
21
24
  const getProjectRolesControllerRevokeRoleUrl = (projectId) => {
22
25
  return `/projects/${projectId}/roles/revoke`;
23
26
  };
24
27
  exports.getProjectRolesControllerRevokeRoleUrl = getProjectRolesControllerRevokeRoleUrl;
25
- /**
26
- * @summary Revoke project-scoped role from user
27
- */
28
28
  const projectRolesControllerRevokeRole = async (projectId, revokeProjectRoleDto, options) => {
29
29
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRolesControllerRevokeRoleUrl)(projectId), {
30
30
  ...options,
@@ -34,13 +34,13 @@ const projectRolesControllerRevokeRole = async (projectId, revokeProjectRoleDto,
34
34
  });
35
35
  };
36
36
  exports.projectRolesControllerRevokeRole = projectRolesControllerRevokeRole;
37
+ /**
38
+ * @summary List project role assignments
39
+ */
37
40
  const getProjectRolesControllerListRolesUrl = (projectId) => {
38
41
  return `/projects/${projectId}/roles`;
39
42
  };
40
43
  exports.getProjectRolesControllerListRolesUrl = getProjectRolesControllerListRolesUrl;
41
- /**
42
- * @summary List project role assignments
43
- */
44
44
  const projectRolesControllerListRoles = async (projectId, options) => {
45
45
  return (0, custom_fetch_1.customFetch)((0, exports.getProjectRolesControllerListRolesUrl)(projectId), {
46
46
  ...options,
@@ -1,28 +1,28 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
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
8
  import type { CreateVariableDto, UpdateVariableDto, VariableResponseDtoDataArrayEnvelope, VariableResponseDtoDataEnvelope } from '../../models';
9
- export declare const getVariablesControllerCreateVariableUrl: (walletId: string) => string;
10
9
  /**
11
10
  * @summary Create a variable inside a wallet
12
11
  */
12
+ export declare const getVariablesControllerCreateVariableUrl: (walletId: string) => string;
13
13
  export declare const variablesControllerCreateVariable: (walletId: string, createVariableDto: CreateVariableDto, options?: RequestInit) => Promise<VariableResponseDtoDataEnvelope>;
14
- export declare const getVariablesControllerListVariablesUrl: (walletId: string) => string;
15
14
  /**
16
15
  * @summary List variables in a wallet
17
16
  */
17
+ export declare const getVariablesControllerListVariablesUrl: (walletId: string) => string;
18
18
  export declare const variablesControllerListVariables: (walletId: string, options?: RequestInit) => Promise<VariableResponseDtoDataArrayEnvelope>;
19
- export declare const getVariablesControllerUpdateVariableUrl: (walletId: string, variableId: string) => string;
20
19
  /**
21
20
  * @summary Update a variable
22
21
  */
22
+ export declare const getVariablesControllerUpdateVariableUrl: (walletId: string, variableId: string) => string;
23
23
  export declare const variablesControllerUpdateVariable: (walletId: string, variableId: string, updateVariableDto: UpdateVariableDto, options?: RequestInit) => Promise<VariableResponseDtoDataEnvelope>;
24
- export declare const getVariablesControllerDeleteVariableUrl: (walletId: string, variableId: string) => string;
25
24
  /**
26
25
  * @summary Delete a variable
27
26
  */
27
+ export declare const getVariablesControllerDeleteVariableUrl: (walletId: string, variableId: string) => string;
28
28
  export declare const variablesControllerDeleteVariable: (walletId: string, variableId: string, options?: RequestInit) => Promise<unknown>;
@@ -2,13 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.variablesControllerDeleteVariable = exports.getVariablesControllerDeleteVariableUrl = exports.variablesControllerUpdateVariable = exports.getVariablesControllerUpdateVariableUrl = exports.variablesControllerListVariables = exports.getVariablesControllerListVariablesUrl = exports.variablesControllerCreateVariable = exports.getVariablesControllerCreateVariableUrl = void 0;
4
4
  const custom_fetch_1 = require("../../custom-fetch");
5
+ /**
6
+ * @summary Create a variable inside a wallet
7
+ */
5
8
  const getVariablesControllerCreateVariableUrl = (walletId) => {
6
9
  return `/wallets/${walletId}/variables`;
7
10
  };
8
11
  exports.getVariablesControllerCreateVariableUrl = getVariablesControllerCreateVariableUrl;
9
- /**
10
- * @summary Create a variable inside a wallet
11
- */
12
12
  const variablesControllerCreateVariable = async (walletId, createVariableDto, options) => {
13
13
  return (0, custom_fetch_1.customFetch)((0, exports.getVariablesControllerCreateVariableUrl)(walletId), {
14
14
  ...options,
@@ -18,13 +18,13 @@ const variablesControllerCreateVariable = async (walletId, createVariableDto, op
18
18
  });
19
19
  };
20
20
  exports.variablesControllerCreateVariable = variablesControllerCreateVariable;
21
+ /**
22
+ * @summary List variables in a wallet
23
+ */
21
24
  const getVariablesControllerListVariablesUrl = (walletId) => {
22
25
  return `/wallets/${walletId}/variables`;
23
26
  };
24
27
  exports.getVariablesControllerListVariablesUrl = getVariablesControllerListVariablesUrl;
25
- /**
26
- * @summary List variables in a wallet
27
- */
28
28
  const variablesControllerListVariables = async (walletId, options) => {
29
29
  return (0, custom_fetch_1.customFetch)((0, exports.getVariablesControllerListVariablesUrl)(walletId), {
30
30
  ...options,
@@ -32,13 +32,13 @@ const variablesControllerListVariables = async (walletId, options) => {
32
32
  });
33
33
  };
34
34
  exports.variablesControllerListVariables = variablesControllerListVariables;
35
+ /**
36
+ * @summary Update a variable
37
+ */
35
38
  const getVariablesControllerUpdateVariableUrl = (walletId, variableId) => {
36
39
  return `/wallets/${walletId}/variables/${variableId}`;
37
40
  };
38
41
  exports.getVariablesControllerUpdateVariableUrl = getVariablesControllerUpdateVariableUrl;
39
- /**
40
- * @summary Update a variable
41
- */
42
42
  const variablesControllerUpdateVariable = async (walletId, variableId, updateVariableDto, options) => {
43
43
  return (0, custom_fetch_1.customFetch)((0, exports.getVariablesControllerUpdateVariableUrl)(walletId, variableId), {
44
44
  ...options,
@@ -48,13 +48,13 @@ const variablesControllerUpdateVariable = async (walletId, variableId, updateVar
48
48
  });
49
49
  };
50
50
  exports.variablesControllerUpdateVariable = variablesControllerUpdateVariable;
51
+ /**
52
+ * @summary Delete a variable
53
+ */
51
54
  const getVariablesControllerDeleteVariableUrl = (walletId, variableId) => {
52
55
  return `/wallets/${walletId}/variables/${variableId}`;
53
56
  };
54
57
  exports.getVariablesControllerDeleteVariableUrl = getVariablesControllerDeleteVariableUrl;
55
- /**
56
- * @summary Delete a variable
57
- */
58
58
  const variablesControllerDeleteVariable = async (walletId, variableId, options) => {
59
59
  return (0, custom_fetch_1.customFetch)((0, exports.getVariablesControllerDeleteVariableUrl)(walletId, variableId), {
60
60
  ...options,
@@ -1,48 +1,48 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
2
+ * Generated by orval v8.6.2 🍺
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
8
  import type { CreateWalletDto, ResolveWalletsRequestDto, ResolvedWalletsResponseDtoDataEnvelope, UpdateWalletDto, WalletResponseDtoDataArrayEnvelope, WalletResponseDtoDataEnvelope, WalletWithEntriesResponseDtoDataEnvelope } from '../../models';
9
- export declare const getWalletsControllerCreateProjectWalletUrl: (projectId: string) => string;
10
9
  /**
11
10
  * @summary Create a project-scoped wallet
12
11
  */
12
+ export declare const getWalletsControllerCreateProjectWalletUrl: (projectId: string) => string;
13
13
  export declare const walletsControllerCreateProjectWallet: (projectId: string, createWalletDto: CreateWalletDto, options?: RequestInit) => Promise<WalletResponseDtoDataEnvelope>;
14
- export declare const getWalletsControllerListProjectWalletsUrl: (projectId: string) => string;
15
14
  /**
16
15
  * @summary List wallets visible to a project (project-scoped + inherited org-scoped)
17
16
  */
17
+ export declare const getWalletsControllerListProjectWalletsUrl: (projectId: string) => string;
18
18
  export declare const walletsControllerListProjectWallets: (projectId: string, options?: RequestInit) => Promise<WalletResponseDtoDataArrayEnvelope>;
19
- export declare const getWalletsControllerCreateOrgWalletUrl: () => string;
20
19
  /**
21
20
  * @summary Create an org-scoped wallet (inherited by every project)
22
21
  */
22
+ export declare const getWalletsControllerCreateOrgWalletUrl: () => string;
23
23
  export declare const walletsControllerCreateOrgWallet: (createWalletDto: CreateWalletDto, options?: RequestInit) => Promise<WalletResponseDtoDataEnvelope>;
24
- export declare const getWalletsControllerListOrgWalletsUrl: () => string;
25
24
  /**
26
25
  * @summary List org-scoped wallets
27
26
  */
27
+ export declare const getWalletsControllerListOrgWalletsUrl: () => string;
28
28
  export declare const walletsControllerListOrgWallets: (options?: RequestInit) => Promise<WalletResponseDtoDataArrayEnvelope>;
29
- export declare const getWalletsControllerGetWalletUrl: (walletId: string) => string;
30
29
  /**
31
30
  * @summary Get a wallet with its entries (variable keys + isSecret flags, no values)
32
31
  */
32
+ export declare const getWalletsControllerGetWalletUrl: (walletId: string) => string;
33
33
  export declare const walletsControllerGetWallet: (walletId: string, options?: RequestInit) => Promise<WalletWithEntriesResponseDtoDataEnvelope>;
34
- export declare const getWalletsControllerUpdateWalletUrl: (walletId: string) => string;
35
34
  /**
36
35
  * @summary Update a wallet (description only — name is immutable)
37
36
  */
37
+ export declare const getWalletsControllerUpdateWalletUrl: (walletId: string) => string;
38
38
  export declare const walletsControllerUpdateWallet: (walletId: string, updateWalletDto: UpdateWalletDto, options?: RequestInit) => Promise<WalletResponseDtoDataEnvelope>;
39
- export declare const getWalletsControllerDeleteWalletUrl: (walletId: string) => string;
40
39
  /**
41
40
  * @summary Delete a wallet (cascades to its variables)
42
41
  */
42
+ export declare const getWalletsControllerDeleteWalletUrl: (walletId: string) => string;
43
43
  export declare const walletsControllerDeleteWallet: (walletId: string, options?: RequestInit) => Promise<unknown>;
44
- export declare const getWalletsControllerResolveWalletsUrl: (projectId: string) => string;
45
44
  /**
46
45
  * @summary Resolve a set of wallet names for a project (decrypts secrets). Service-only — restricted to Keycloak service-account callers. Used by workflow-engine-api at dispatch and agent-session-api at session create. orgId comes from the standard `X-Xema-Org-Id` request header.
47
46
  */
47
+ export declare const getWalletsControllerResolveWalletsUrl: (projectId: string) => string;
48
48
  export declare const walletsControllerResolveWallets: (projectId: string, resolveWalletsRequestDto: ResolveWalletsRequestDto, options?: RequestInit) => Promise<ResolvedWalletsResponseDtoDataEnvelope>;