@xemahq/app-platform-internal-api-client 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/LICENSE +2 -1
  2. package/dist/custom-fetch.js +6 -2
  3. package/dist/endpoints/app-clients/app-clients.d.ts +1 -1
  4. package/dist/endpoints/app-releases/app-releases.d.ts +33 -0
  5. package/dist/endpoints/app-releases/app-releases.js +118 -0
  6. package/dist/endpoints/apps/apps.d.ts +1 -1
  7. package/dist/endpoints/audience-policies/audience-policies.d.ts +1 -1
  8. package/dist/endpoints/describe-objects/describe-objects.d.ts +1 -1
  9. package/dist/endpoints/org-erasure/org-erasure.js +1 -1
  10. package/dist/index.d.ts +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/models/appClientDto.d.ts +1 -1
  13. package/dist/models/appClientDtoDataArrayEnvelope.d.ts +1 -1
  14. package/dist/models/appClientDtoDataEnvelope.d.ts +1 -1
  15. package/dist/models/appClientDtoRevokedAt.d.ts +1 -1
  16. package/dist/models/appClientDtoRevokedAt.js +1 -1
  17. package/dist/models/appDto.d.ts +1 -1
  18. package/dist/models/appDtoDataArrayEnvelope.d.ts +1 -1
  19. package/dist/models/appDtoDataEnvelope.d.ts +1 -1
  20. package/dist/models/appLockfileDto.d.ts +3 -1
  21. package/dist/models/appLockfileDtoAgents.d.ts +1 -1
  22. package/dist/models/appLockfileDtoAgents.js +1 -1
  23. package/dist/models/appLockfileDtoBiomes.d.ts +1 -1
  24. package/dist/models/appLockfileDtoBiomes.js +1 -1
  25. package/dist/models/appLockfileDtoCapabilities.d.ts +1 -1
  26. package/dist/models/appLockfileDtoCapabilities.js +1 -1
  27. package/dist/models/appLockfileDtoDeliverableSpecs.d.ts +1 -1
  28. package/dist/models/appLockfileDtoDeliverableSpecs.js +1 -1
  29. package/dist/models/appLockfileDtoFunctions.d.ts +10 -0
  30. package/dist/models/{mintForInviteResponseDto.js → appLockfileDtoFunctions.js} +1 -1
  31. package/dist/models/appLockfileDtoSkills.d.ts +1 -1
  32. package/dist/models/appLockfileDtoSkills.js +1 -1
  33. package/dist/models/appLockfileDtoWorkflows.d.ts +1 -1
  34. package/dist/models/appLockfileDtoWorkflows.js +1 -1
  35. package/dist/models/appReleaseDto.d.ts +32 -0
  36. package/dist/models/appReleaseDtoAudienceSnapshot.d.ts +10 -0
  37. package/dist/models/{mintForInviteRequestDto.js → appReleaseDtoAudienceSnapshot.js} +1 -1
  38. package/dist/models/appReleaseDtoDataArrayEnvelope.d.ts +11 -0
  39. package/dist/models/appReleaseDtoDataArrayEnvelope.js +2 -0
  40. package/dist/models/appReleaseDtoDataEnvelope.d.ts +11 -0
  41. package/dist/models/appReleaseDtoDataEnvelope.js +2 -0
  42. package/dist/models/appReleaseDtoDefinition.d.ts +10 -0
  43. package/dist/models/appReleaseDtoDefinition.js +9 -0
  44. package/dist/models/appReleaseDtoPolicySnapshot.d.ts +10 -0
  45. package/dist/models/appReleaseDtoPolicySnapshot.js +9 -0
  46. package/dist/models/appReleaseDtoSchemaPlan.d.ts +10 -0
  47. package/dist/models/appReleaseDtoSchemaPlan.js +9 -0
  48. package/dist/models/appReleaseDtoSourceArtifacts.d.ts +10 -0
  49. package/dist/models/appReleaseDtoSourceArtifacts.js +9 -0
  50. package/dist/models/appReleaseState.d.ts +16 -0
  51. package/dist/models/appReleaseState.js +18 -0
  52. package/dist/models/appReleasesControllerGetActiveParams.d.ts +10 -0
  53. package/dist/models/appReleasesControllerGetActiveParams.js +9 -0
  54. package/dist/models/appReleasesControllerListHistoryParams.d.ts +10 -0
  55. package/dist/models/appReleasesControllerListHistoryParams.js +9 -0
  56. package/dist/models/appsControllerListParams.d.ts +1 -1
  57. package/dist/models/appsControllerListParams.js +1 -1
  58. package/dist/models/audienceKind.d.ts +1 -1
  59. package/dist/models/audienceKind.js +1 -1
  60. package/dist/models/audiencePolicyDto.d.ts +1 -1
  61. package/dist/models/audiencePolicyDtoDataArrayEnvelope.d.ts +1 -1
  62. package/dist/models/audiencePolicyDtoDataEnvelope.d.ts +1 -1
  63. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  64. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  65. package/dist/models/audienceUpstreamDto.d.ts +1 -1
  66. package/dist/models/audienceUpstreamDtoMetadata.d.ts +1 -1
  67. package/dist/models/audienceUpstreamDtoMetadata.js +1 -1
  68. package/dist/models/audienceUpstreamType.d.ts +1 -1
  69. package/dist/models/audienceUpstreamType.js +1 -1
  70. package/dist/models/biomeInstallDto.d.ts +1 -1
  71. package/dist/models/biomeInstallDtoConfiguration.d.ts +1 -1
  72. package/dist/models/biomeInstallDtoConfiguration.js +1 -1
  73. package/dist/models/brandingConfigDto.d.ts +1 -1
  74. package/dist/models/brandingConfigDtoCssTokens.d.ts +1 -1
  75. package/dist/models/brandingConfigDtoCssTokens.js +1 -1
  76. package/dist/models/capabilityPolicyOverrideDto.d.ts +1 -1
  77. package/dist/models/capabilityPolicyOverrideDto.js +1 -1
  78. package/dist/models/createAppClientDto.d.ts +1 -1
  79. package/dist/models/createAppClientDto.js +1 -1
  80. package/dist/models/createAppDto.d.ts +1 -1
  81. package/dist/models/createAppDtoProjectId.d.ts +1 -1
  82. package/dist/models/createAppDtoProjectId.js +1 -1
  83. package/dist/models/createAudiencePolicyDto.d.ts +1 -1
  84. package/dist/models/createdAppClientDto.d.ts +1 -1
  85. package/dist/models/createdAppClientDtoDataEnvelope.d.ts +1 -1
  86. package/dist/models/createdAppClientDtoRevokedAt.d.ts +1 -1
  87. package/dist/models/createdAppClientDtoRevokedAt.js +1 -1
  88. package/dist/models/describeObjectsResponseDto.d.ts +1 -1
  89. package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +1 -1
  90. package/dist/models/errorDetailsDto.d.ts +1 -1
  91. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  92. package/dist/models/errorDetailsDtoDetails.js +1 -1
  93. package/dist/models/errorPayloadDto.d.ts +1 -1
  94. package/dist/models/errorResponseDto.d.ts +1 -1
  95. package/dist/models/index.d.ts +19 -3
  96. package/dist/models/index.js +19 -3
  97. package/dist/models/objectLifecycle.d.ts +1 -1
  98. package/dist/models/objectLifecycle.js +1 -1
  99. package/dist/models/prepareAppReleaseDto.d.ts +29 -0
  100. package/dist/models/prepareAppReleaseDto.js +2 -0
  101. package/dist/models/prepareAppReleaseDtoAudienceSnapshot.d.ts +10 -0
  102. package/dist/models/prepareAppReleaseDtoAudienceSnapshot.js +9 -0
  103. package/dist/models/prepareAppReleaseDtoDefinition.d.ts +10 -0
  104. package/dist/models/prepareAppReleaseDtoDefinition.js +9 -0
  105. package/dist/models/prepareAppReleaseDtoPolicySnapshot.d.ts +10 -0
  106. package/dist/models/prepareAppReleaseDtoPolicySnapshot.js +9 -0
  107. package/dist/models/prepareAppReleaseDtoSchemaPlan.d.ts +10 -0
  108. package/dist/models/prepareAppReleaseDtoSchemaPlan.js +9 -0
  109. package/dist/models/prepareAppReleaseDtoSourceArtifacts.d.ts +10 -0
  110. package/dist/models/prepareAppReleaseDtoSourceArtifacts.js +9 -0
  111. package/dist/models/releaseOrgDto.d.ts +10 -0
  112. package/dist/models/releaseOrgDto.js +9 -0
  113. package/dist/models/resourceManagedBy.d.ts +1 -1
  114. package/dist/models/resourceManagedBy.js +1 -1
  115. package/dist/models/spaceKind.d.ts +1 -1
  116. package/dist/models/spaceKind.js +1 -1
  117. package/dist/models/updateAppDto.d.ts +1 -1
  118. package/dist/models/updateAudiencePolicyDto.d.ts +1 -1
  119. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  120. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  121. package/dist/models/xemaObjectKind.d.ts +1 -1
  122. package/dist/models/xemaObjectKind.js +1 -1
  123. package/dist/models/xemaObjectResponseDto.d.ts +1 -1
  124. package/dist/models/xemaObjectResponseDtoPayload.d.ts +1 -1
  125. package/dist/models/xemaObjectResponseDtoPayload.js +1 -1
  126. package/dist/models/xemaSpaceRefDto.d.ts +1 -1
  127. package/dist/models/xemaSubjectRefDto.d.ts +1 -1
  128. package/dist/models/xemaSubjectRefDto.js +1 -1
  129. package/package.json +3 -3
  130. package/dist/endpoints/delegated-sessions/delegated-sessions.d.ts +0 -13
  131. package/dist/endpoints/delegated-sessions/delegated-sessions.js +0 -20
  132. package/dist/models/mintForInviteRequestDto.d.ts +0 -19
  133. package/dist/models/mintForInviteResponseDto.d.ts +0 -13
  134. package/dist/models/mintForInviteResponseDtoDataEnvelope.d.ts +0 -11
  135. /package/dist/models/{mintForInviteResponseDtoDataEnvelope.js → appReleaseDto.js} +0 -0
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * App Runtime API
5
+ * App Runtime API extract (generated for client codegen).
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export type AppReleaseDtoSchemaPlan = {
9
+ [key: string]: unknown;
10
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * App Runtime API
6
+ * App Runtime API extract (generated for client codegen).
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * App Runtime API
5
+ * App Runtime API extract (generated for client codegen).
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export type AppReleaseDtoSourceArtifacts = {
9
+ [key: string]: unknown;
10
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * App Runtime API
6
+ * App Runtime API extract (generated for client codegen).
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * App Runtime API
5
+ * App Runtime API extract (generated for client codegen).
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export type AppReleaseState = typeof AppReleaseState[keyof typeof AppReleaseState];
9
+ export declare const AppReleaseState: {
10
+ readonly preparing: "preparing";
11
+ readonly prepared: "prepared";
12
+ readonly activating: "activating";
13
+ readonly active: "active";
14
+ readonly superseded: "superseded";
15
+ readonly failed: "failed";
16
+ };
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * App Runtime API
6
+ * App Runtime API extract (generated for client codegen).
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.AppReleaseState = void 0;
11
+ exports.AppReleaseState = {
12
+ preparing: 'preparing',
13
+ prepared: 'prepared',
14
+ activating: 'activating',
15
+ active: 'active',
16
+ superseded: 'superseded',
17
+ failed: 'failed',
18
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * App Runtime API
5
+ * App Runtime API extract (generated for client codegen).
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export type AppReleasesControllerGetActiveParams = {
9
+ orgId: string;
10
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * App Runtime API
6
+ * App Runtime API extract (generated for client codegen).
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.16.0 🍺
3
+ * Do not edit manually.
4
+ * App Runtime API
5
+ * App Runtime API extract (generated for client codegen).
6
+ * OpenAPI spec version: 0.1.2
7
+ */
8
+ export type AppReleasesControllerListHistoryParams = {
9
+ orgId: string;
10
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.16.0 🍺
4
+ * Do not edit manually.
5
+ * App Runtime API
6
+ * App Runtime API extract (generated for client codegen).
7
+ * OpenAPI spec version: 0.1.2
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type AppsControllerListParams = {
9
9
  orgId?: string;
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type AudienceKind = typeof AudienceKind[keyof typeof AudienceKind];
9
9
  export declare const AudienceKind: {
@@ -4,7 +4,7 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.AudienceKind = void 0;
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AudienceKind } from './audienceKind.js';
9
9
  import type { AudiencePolicyDtoRateLimitPerHourPerSubject } from './audiencePolicyDtoRateLimitPerHourPerSubject.js';
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AudiencePolicyDto } from './audiencePolicyDto.js';
9
9
  export interface AudiencePolicyDtoDataArrayEnvelope {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AudiencePolicyDto } from './audiencePolicyDto.js';
9
9
  export interface AudiencePolicyDtoDataEnvelope {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * @nullable
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AudienceUpstreamDtoMetadata } from './audienceUpstreamDtoMetadata.js';
9
9
  import type { AudienceUpstreamType } from './audienceUpstreamType.js';
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type AudienceUpstreamDtoMetadata = {
9
9
  [key: string]: unknown;
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export type AudienceUpstreamType = typeof AudienceUpstreamType[keyof typeof AudienceUpstreamType];
9
9
  export declare const AudienceUpstreamType: {
@@ -4,7 +4,7 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.AudienceUpstreamType = void 0;
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { BiomeInstallDtoConfiguration } from './biomeInstallDtoConfiguration.js';
9
9
  export interface BiomeInstallDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * Free-form per-install configuration the biome consumes.
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { BrandingConfigDtoCssTokens } from './brandingConfigDtoCssTokens.js';
9
9
  export interface BrandingConfigDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * Free-form CSS custom-property tokens (without leading `--`).
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface CapabilityPolicyOverrideDto {
9
9
  /** Canonical CapabilityRef (e.g. `kb:page.read@1`). */
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  export interface CreateAppClientDto {
9
9
  displayName?: string;
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AppLockfileDto } from './appLockfileDto.js';
9
9
  import type { BiomeInstallDto } from './biomeInstallDto.js';
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * Project id. Null or absent for org-scoped portals.
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { AudienceKind } from './audienceKind.js';
9
9
  import type { AudienceUpstreamDto } from './audienceUpstreamDto.js';
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { CreatedAppClientDtoRevokedAt } from './createdAppClientDtoRevokedAt.js';
9
9
  export interface CreatedAppClientDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { CreatedAppClientDto } from './createdAppClientDto.js';
9
9
  export interface CreatedAppClientDtoDataEnvelope {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * @nullable
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { XemaObjectResponseDto } from './xemaObjectResponseDto.js';
9
9
  export interface DescribeObjectsResponseDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { DescribeObjectsResponseDto } from './describeObjectsResponseDto.js';
9
9
  export interface DescribeObjectsResponseDtoDataEnvelope {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails.js';
9
9
  export interface ErrorDetailsDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * @nullable
@@ -4,6 +4,6 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { ErrorDetailsDto } from './errorDetailsDto.js';
9
9
  export interface ErrorPayloadDto {
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  import type { ErrorPayloadDto } from './errorPayloadDto.js';
9
9
  export interface ErrorResponseDto {
@@ -10,8 +10,20 @@ export * from './appLockfileDtoAgents';
10
10
  export * from './appLockfileDtoBiomes';
11
11
  export * from './appLockfileDtoCapabilities';
12
12
  export * from './appLockfileDtoDeliverableSpecs';
13
+ export * from './appLockfileDtoFunctions';
13
14
  export * from './appLockfileDtoSkills';
14
15
  export * from './appLockfileDtoWorkflows';
16
+ export * from './appReleaseDto';
17
+ export * from './appReleaseDtoAudienceSnapshot';
18
+ export * from './appReleaseDtoDataArrayEnvelope';
19
+ export * from './appReleaseDtoDataEnvelope';
20
+ export * from './appReleaseDtoDefinition';
21
+ export * from './appReleaseDtoPolicySnapshot';
22
+ export * from './appReleaseDtoSchemaPlan';
23
+ export * from './appReleaseDtoSourceArtifacts';
24
+ export * from './appReleaseState';
25
+ export * from './appReleasesControllerGetActiveParams';
26
+ export * from './appReleasesControllerListHistoryParams';
15
27
  export * from './appsControllerListParams';
16
28
  export * from './audienceKind';
17
29
  export * from './audiencePolicyDto';
@@ -39,10 +51,14 @@ export * from './errorDetailsDto';
39
51
  export * from './errorDetailsDtoDetails';
40
52
  export * from './errorPayloadDto';
41
53
  export * from './errorResponseDto';
42
- export * from './mintForInviteRequestDto';
43
- export * from './mintForInviteResponseDto';
44
- export * from './mintForInviteResponseDtoDataEnvelope';
45
54
  export * from './objectLifecycle';
55
+ export * from './prepareAppReleaseDto';
56
+ export * from './prepareAppReleaseDtoAudienceSnapshot';
57
+ export * from './prepareAppReleaseDtoDefinition';
58
+ export * from './prepareAppReleaseDtoPolicySnapshot';
59
+ export * from './prepareAppReleaseDtoSchemaPlan';
60
+ export * from './prepareAppReleaseDtoSourceArtifacts';
61
+ export * from './releaseOrgDto';
46
62
  export * from './resourceManagedBy';
47
63
  export * from './spaceKind';
48
64
  export * from './updateAppDto';
@@ -27,8 +27,20 @@ __exportStar(require("./appLockfileDtoAgents"), exports);
27
27
  __exportStar(require("./appLockfileDtoBiomes"), exports);
28
28
  __exportStar(require("./appLockfileDtoCapabilities"), exports);
29
29
  __exportStar(require("./appLockfileDtoDeliverableSpecs"), exports);
30
+ __exportStar(require("./appLockfileDtoFunctions"), exports);
30
31
  __exportStar(require("./appLockfileDtoSkills"), exports);
31
32
  __exportStar(require("./appLockfileDtoWorkflows"), exports);
33
+ __exportStar(require("./appReleaseDto"), exports);
34
+ __exportStar(require("./appReleaseDtoAudienceSnapshot"), exports);
35
+ __exportStar(require("./appReleaseDtoDataArrayEnvelope"), exports);
36
+ __exportStar(require("./appReleaseDtoDataEnvelope"), exports);
37
+ __exportStar(require("./appReleaseDtoDefinition"), exports);
38
+ __exportStar(require("./appReleaseDtoPolicySnapshot"), exports);
39
+ __exportStar(require("./appReleaseDtoSchemaPlan"), exports);
40
+ __exportStar(require("./appReleaseDtoSourceArtifacts"), exports);
41
+ __exportStar(require("./appReleaseState"), exports);
42
+ __exportStar(require("./appReleasesControllerGetActiveParams"), exports);
43
+ __exportStar(require("./appReleasesControllerListHistoryParams"), exports);
32
44
  __exportStar(require("./appsControllerListParams"), exports);
33
45
  __exportStar(require("./audienceKind"), exports);
34
46
  __exportStar(require("./audiencePolicyDto"), exports);
@@ -56,10 +68,14 @@ __exportStar(require("./errorDetailsDto"), exports);
56
68
  __exportStar(require("./errorDetailsDtoDetails"), exports);
57
69
  __exportStar(require("./errorPayloadDto"), exports);
58
70
  __exportStar(require("./errorResponseDto"), exports);
59
- __exportStar(require("./mintForInviteRequestDto"), exports);
60
- __exportStar(require("./mintForInviteResponseDto"), exports);
61
- __exportStar(require("./mintForInviteResponseDtoDataEnvelope"), exports);
62
71
  __exportStar(require("./objectLifecycle"), exports);
72
+ __exportStar(require("./prepareAppReleaseDto"), exports);
73
+ __exportStar(require("./prepareAppReleaseDtoAudienceSnapshot"), exports);
74
+ __exportStar(require("./prepareAppReleaseDtoDefinition"), exports);
75
+ __exportStar(require("./prepareAppReleaseDtoPolicySnapshot"), exports);
76
+ __exportStar(require("./prepareAppReleaseDtoSchemaPlan"), exports);
77
+ __exportStar(require("./prepareAppReleaseDtoSourceArtifacts"), exports);
78
+ __exportStar(require("./releaseOrgDto"), exports);
63
79
  __exportStar(require("./resourceManagedBy"), exports);
64
80
  __exportStar(require("./spaceKind"), exports);
65
81
  __exportStar(require("./updateAppDto"), exports);
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * App Runtime API
5
5
  * App Runtime API extract (generated for client codegen).
6
- * OpenAPI spec version: 0.1.0
6
+ * OpenAPI spec version: 0.1.2
7
7
  */
8
8
  /**
9
9
  * draft | published | archived.
@@ -4,7 +4,7 @@
4
4
  * Do not edit manually.
5
5
  * App Runtime API
6
6
  * App Runtime API extract (generated for client codegen).
7
- * OpenAPI spec version: 0.1.0
7
+ * OpenAPI spec version: 0.1.2
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.ObjectLifecycle = void 0;