@xemahq/app-platform-internal-api-client 0.2.0 → 0.3.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 (140) hide show
  1. package/dist/custom-fetch.js +6 -2
  2. package/dist/endpoints/app-clients/app-clients.d.ts +1 -1
  3. package/dist/endpoints/app-clients/app-clients.js +4 -4
  4. package/dist/endpoints/app-releases/app-releases.d.ts +33 -0
  5. package/dist/endpoints/app-releases/app-releases.js +122 -0
  6. package/dist/endpoints/apps/apps.d.ts +1 -1
  7. package/dist/endpoints/apps/apps.js +7 -7
  8. package/dist/endpoints/audience-policies/audience-policies.d.ts +1 -1
  9. package/dist/endpoints/audience-policies/audience-policies.js +4 -4
  10. package/dist/endpoints/delegated-sessions/delegated-sessions.d.ts +1 -1
  11. package/dist/endpoints/delegated-sessions/delegated-sessions.js +1 -1
  12. package/dist/endpoints/describe-objects/describe-objects.d.ts +1 -1
  13. package/dist/endpoints/describe-objects/describe-objects.js +1 -1
  14. package/dist/endpoints/org-erasure/org-erasure.js +2 -2
  15. package/dist/index.d.ts +2 -1
  16. package/dist/index.js +1 -0
  17. package/dist/models/appClientDto.d.ts +1 -1
  18. package/dist/models/appClientDtoDataArrayEnvelope.d.ts +1 -1
  19. package/dist/models/appClientDtoDataEnvelope.d.ts +1 -1
  20. package/dist/models/appClientDtoRevokedAt.d.ts +1 -1
  21. package/dist/models/appClientDtoRevokedAt.js +1 -1
  22. package/dist/models/appDto.d.ts +1 -1
  23. package/dist/models/appDtoDataArrayEnvelope.d.ts +1 -1
  24. package/dist/models/appDtoDataEnvelope.d.ts +1 -1
  25. package/dist/models/appLockfileDto.d.ts +3 -1
  26. package/dist/models/appLockfileDtoAgents.d.ts +1 -1
  27. package/dist/models/appLockfileDtoAgents.js +1 -1
  28. package/dist/models/appLockfileDtoBiomes.d.ts +1 -1
  29. package/dist/models/appLockfileDtoBiomes.js +1 -1
  30. package/dist/models/appLockfileDtoCapabilities.d.ts +1 -1
  31. package/dist/models/appLockfileDtoCapabilities.js +1 -1
  32. package/dist/models/appLockfileDtoDeliverableSpecs.d.ts +1 -1
  33. package/dist/models/appLockfileDtoDeliverableSpecs.js +1 -1
  34. package/dist/models/appLockfileDtoFunctions.d.ts +10 -0
  35. package/dist/models/appLockfileDtoFunctions.js +9 -0
  36. package/dist/models/appLockfileDtoSkills.d.ts +1 -1
  37. package/dist/models/appLockfileDtoSkills.js +1 -1
  38. package/dist/models/appLockfileDtoWorkflows.d.ts +1 -1
  39. package/dist/models/appLockfileDtoWorkflows.js +1 -1
  40. package/dist/models/appReleaseDto.d.ts +32 -0
  41. package/dist/models/appReleaseDto.js +2 -0
  42. package/dist/models/appReleaseDtoAudienceSnapshot.d.ts +10 -0
  43. package/dist/models/appReleaseDtoAudienceSnapshot.js +9 -0
  44. package/dist/models/appReleaseDtoDataArrayEnvelope.d.ts +11 -0
  45. package/dist/models/appReleaseDtoDataArrayEnvelope.js +2 -0
  46. package/dist/models/appReleaseDtoDataEnvelope.d.ts +11 -0
  47. package/dist/models/appReleaseDtoDataEnvelope.js +2 -0
  48. package/dist/models/appReleaseDtoDefinition.d.ts +10 -0
  49. package/dist/models/appReleaseDtoDefinition.js +9 -0
  50. package/dist/models/appReleaseDtoPolicySnapshot.d.ts +10 -0
  51. package/dist/models/appReleaseDtoPolicySnapshot.js +9 -0
  52. package/dist/models/appReleaseDtoSchemaPlan.d.ts +10 -0
  53. package/dist/models/appReleaseDtoSchemaPlan.js +9 -0
  54. package/dist/models/appReleaseDtoSourceArtifacts.d.ts +10 -0
  55. package/dist/models/appReleaseDtoSourceArtifacts.js +9 -0
  56. package/dist/models/appReleaseState.d.ts +16 -0
  57. package/dist/models/appReleaseState.js +18 -0
  58. package/dist/models/appReleasesControllerGetActiveParams.d.ts +10 -0
  59. package/dist/models/appReleasesControllerGetActiveParams.js +9 -0
  60. package/dist/models/appReleasesControllerListHistoryParams.d.ts +10 -0
  61. package/dist/models/appReleasesControllerListHistoryParams.js +9 -0
  62. package/dist/models/appsControllerListParams.d.ts +1 -1
  63. package/dist/models/appsControllerListParams.js +1 -1
  64. package/dist/models/audienceKind.d.ts +2 -2
  65. package/dist/models/audienceKind.js +1 -1
  66. package/dist/models/audiencePolicyDto.d.ts +1 -1
  67. package/dist/models/audiencePolicyDtoDataArrayEnvelope.d.ts +1 -1
  68. package/dist/models/audiencePolicyDtoDataEnvelope.d.ts +1 -1
  69. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  70. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  71. package/dist/models/audienceUpstreamDto.d.ts +1 -1
  72. package/dist/models/audienceUpstreamDtoMetadata.d.ts +1 -1
  73. package/dist/models/audienceUpstreamDtoMetadata.js +1 -1
  74. package/dist/models/audienceUpstreamType.d.ts +2 -2
  75. package/dist/models/audienceUpstreamType.js +1 -1
  76. package/dist/models/biomeInstallDto.d.ts +1 -1
  77. package/dist/models/biomeInstallDtoConfiguration.d.ts +1 -1
  78. package/dist/models/biomeInstallDtoConfiguration.js +1 -1
  79. package/dist/models/brandingConfigDto.d.ts +1 -1
  80. package/dist/models/brandingConfigDtoCssTokens.d.ts +1 -1
  81. package/dist/models/brandingConfigDtoCssTokens.js +1 -1
  82. package/dist/models/capabilityPolicyOverrideDto.d.ts +1 -1
  83. package/dist/models/capabilityPolicyOverrideDto.js +1 -1
  84. package/dist/models/createAppClientDto.d.ts +1 -1
  85. package/dist/models/createAppClientDto.js +1 -1
  86. package/dist/models/createAppDto.d.ts +4 -4
  87. package/dist/models/createAppDtoProjectId.d.ts +1 -1
  88. package/dist/models/createAppDtoProjectId.js +1 -1
  89. package/dist/models/createAudiencePolicyDto.d.ts +1 -1
  90. package/dist/models/createdAppClientDto.d.ts +1 -1
  91. package/dist/models/createdAppClientDtoDataEnvelope.d.ts +1 -1
  92. package/dist/models/createdAppClientDtoRevokedAt.d.ts +1 -1
  93. package/dist/models/createdAppClientDtoRevokedAt.js +1 -1
  94. package/dist/models/describeObjectsResponseDto.d.ts +1 -1
  95. package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +1 -1
  96. package/dist/models/errorDetailsDto.d.ts +1 -1
  97. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  98. package/dist/models/errorDetailsDtoDetails.js +1 -1
  99. package/dist/models/errorPayloadDto.d.ts +1 -1
  100. package/dist/models/errorResponseDto.d.ts +1 -1
  101. package/dist/models/index.d.ts +19 -0
  102. package/dist/models/index.js +19 -0
  103. package/dist/models/mintForInviteRequestDto.d.ts +1 -1
  104. package/dist/models/mintForInviteRequestDto.js +1 -1
  105. package/dist/models/mintForInviteResponseDto.d.ts +1 -1
  106. package/dist/models/mintForInviteResponseDto.js +1 -1
  107. package/dist/models/mintForInviteResponseDtoDataEnvelope.d.ts +1 -1
  108. package/dist/models/objectLifecycle.d.ts +2 -2
  109. package/dist/models/objectLifecycle.js +1 -1
  110. package/dist/models/prepareAppReleaseDto.d.ts +29 -0
  111. package/dist/models/prepareAppReleaseDto.js +2 -0
  112. package/dist/models/prepareAppReleaseDtoAudienceSnapshot.d.ts +10 -0
  113. package/dist/models/prepareAppReleaseDtoAudienceSnapshot.js +9 -0
  114. package/dist/models/prepareAppReleaseDtoDefinition.d.ts +10 -0
  115. package/dist/models/prepareAppReleaseDtoDefinition.js +9 -0
  116. package/dist/models/prepareAppReleaseDtoPolicySnapshot.d.ts +10 -0
  117. package/dist/models/prepareAppReleaseDtoPolicySnapshot.js +9 -0
  118. package/dist/models/prepareAppReleaseDtoSchemaPlan.d.ts +10 -0
  119. package/dist/models/prepareAppReleaseDtoSchemaPlan.js +9 -0
  120. package/dist/models/prepareAppReleaseDtoSourceArtifacts.d.ts +10 -0
  121. package/dist/models/prepareAppReleaseDtoSourceArtifacts.js +9 -0
  122. package/dist/models/releaseOrgDto.d.ts +10 -0
  123. package/dist/models/releaseOrgDto.js +9 -0
  124. package/dist/models/resourceManagedBy.d.ts +2 -2
  125. package/dist/models/resourceManagedBy.js +1 -1
  126. package/dist/models/spaceKind.d.ts +2 -2
  127. package/dist/models/spaceKind.js +1 -1
  128. package/dist/models/updateAppDto.d.ts +1 -1
  129. package/dist/models/updateAudiencePolicyDto.d.ts +1 -1
  130. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  131. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  132. package/dist/models/xemaObjectKind.d.ts +2 -2
  133. package/dist/models/xemaObjectKind.js +1 -1
  134. package/dist/models/xemaObjectResponseDto.d.ts +1 -1
  135. package/dist/models/xemaObjectResponseDtoPayload.d.ts +1 -1
  136. package/dist/models/xemaObjectResponseDtoPayload.js +1 -1
  137. package/dist/models/xemaSpaceRefDto.d.ts +1 -1
  138. package/dist/models/xemaSubjectRefDto.d.ts +1 -1
  139. package/dist/models/xemaSubjectRefDto.js +1 -1
  140. package/package.json +1 -1
@@ -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 AppLockfileDtoWorkflows = {
9
9
  [key: string]: 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 });
@@ -0,0 +1,32 @@
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
+ import type { AppLockfileDto } from './appLockfileDto.js';
9
+ import type { AppReleaseDtoAudienceSnapshot } from './appReleaseDtoAudienceSnapshot.js';
10
+ import type { AppReleaseDtoDefinition } from './appReleaseDtoDefinition.js';
11
+ import type { AppReleaseDtoPolicySnapshot } from './appReleaseDtoPolicySnapshot.js';
12
+ import type { AppReleaseDtoSchemaPlan } from './appReleaseDtoSchemaPlan.js';
13
+ import type { AppReleaseDtoSourceArtifacts } from './appReleaseDtoSourceArtifacts.js';
14
+ import type { AppReleaseState } from './appReleaseState.js';
15
+ export interface AppReleaseDto {
16
+ id: string;
17
+ appId: string;
18
+ version: number;
19
+ definition: AppReleaseDtoDefinition;
20
+ lockfile: AppLockfileDto;
21
+ schemaPlan: AppReleaseDtoSchemaPlan;
22
+ state: AppReleaseState;
23
+ preparationKey?: string;
24
+ manifestHash?: string;
25
+ sourceRevisionId?: string;
26
+ sourceContentHash?: string;
27
+ sourceArtifacts?: AppReleaseDtoSourceArtifacts;
28
+ audienceSnapshot?: AppReleaseDtoAudienceSnapshot;
29
+ policySnapshot?: AppReleaseDtoPolicySnapshot;
30
+ preparedAt?: string;
31
+ activatedAt?: string;
32
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ 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 AppReleaseDtoAudienceSnapshot = {
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,11 @@
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
+ import type { AppReleaseDto } from './appReleaseDto.js';
9
+ export interface AppReleaseDtoDataArrayEnvelope {
10
+ data: AppReleaseDto[];
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
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
+ import type { AppReleaseDto } from './appReleaseDto.js';
9
+ export interface AppReleaseDtoDataEnvelope {
10
+ data: AppReleaseDto;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ 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 AppReleaseDtoDefinition = {
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 AppReleaseDtoPolicySnapshot = {
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 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,9 +3,9 @@
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
- export type AudienceKind = typeof AudienceKind[keyof typeof AudienceKind];
8
+ export type AudienceKind = (typeof AudienceKind)[keyof typeof AudienceKind];
9
9
  export declare const AudienceKind: {
10
10
  readonly 'internal-org': "internal-org";
11
11
  readonly 'external-subject': "external-subject";
@@ -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,9 +3,9 @@
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
- export type AudienceUpstreamType = typeof AudienceUpstreamType[keyof typeof AudienceUpstreamType];
8
+ export type AudienceUpstreamType = (typeof AudienceUpstreamType)[keyof typeof AudienceUpstreamType];
9
9
  export declare const AudienceUpstreamType: {
10
10
  readonly oidc: "oidc";
11
11
  readonly 'magic-link': "magic-link";
@@ -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';
@@ -15,9 +15,9 @@ export interface CreateAppDto {
15
15
  slug: string;
16
16
  orgId: string;
17
17
  /**
18
- * Project id. Null or absent for org-scoped portals.
19
- * @nullable
20
- */
18
+ * Project id. Null or absent for org-scoped portals.
19
+ * @nullable
20
+ */
21
21
  projectId?: CreateAppDtoProjectId;
22
22
  displayName: string;
23
23
  /** Default ExecutionEnvironment slug (e.g. `public-session`). */
@@ -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 {