@xemahq/app-platform-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 (144) hide show
  1. package/dist/custom-fetch.js +6 -2
  2. package/dist/endpoints/delegated-sessions/delegated-sessions.d.ts +1 -1
  3. package/dist/endpoints/delegated-sessions/delegated-sessions.js +3 -3
  4. package/dist/endpoints/project-apps/project-apps.d.ts +17 -2
  5. package/dist/endpoints/project-apps/project-apps.js +61 -17
  6. package/dist/endpoints/public-ingress/public-ingress.d.ts +1 -1
  7. package/dist/endpoints/public-ingress/public-ingress.js +7 -7
  8. package/dist/index.d.ts +1 -1
  9. package/dist/models/anonAuthDto.d.ts +1 -1
  10. package/dist/models/anonAuthDto.js +1 -1
  11. package/dist/models/anonAuthResultDto.d.ts +1 -1
  12. package/dist/models/anonAuthResultDto.js +1 -1
  13. package/dist/models/anonAuthResultDtoDataEnvelope.d.ts +1 -1
  14. package/dist/models/appClientDto.d.ts +1 -1
  15. package/dist/models/appClientDtoDataArrayEnvelope.d.ts +1 -1
  16. package/dist/models/appClientDtoDataEnvelope.d.ts +1 -1
  17. package/dist/models/appClientDtoRevokedAt.d.ts +1 -1
  18. package/dist/models/appClientDtoRevokedAt.js +1 -1
  19. package/dist/models/appDto.d.ts +1 -1
  20. package/dist/models/appDtoDataArrayEnvelope.d.ts +1 -1
  21. package/dist/models/appDtoDataEnvelope.d.ts +1 -1
  22. package/dist/models/appLockfileDto.d.ts +3 -1
  23. package/dist/models/appLockfileDtoAgents.d.ts +1 -1
  24. package/dist/models/appLockfileDtoAgents.js +1 -1
  25. package/dist/models/appLockfileDtoBiomes.d.ts +1 -1
  26. package/dist/models/appLockfileDtoBiomes.js +1 -1
  27. package/dist/models/appLockfileDtoCapabilities.d.ts +1 -1
  28. package/dist/models/appLockfileDtoCapabilities.js +1 -1
  29. package/dist/models/appLockfileDtoDeliverableSpecs.d.ts +1 -1
  30. package/dist/models/appLockfileDtoDeliverableSpecs.js +1 -1
  31. package/dist/models/appLockfileDtoFunctions.d.ts +10 -0
  32. package/dist/models/appLockfileDtoFunctions.js +9 -0
  33. package/dist/models/appLockfileDtoSkills.d.ts +1 -1
  34. package/dist/models/appLockfileDtoSkills.js +1 -1
  35. package/dist/models/appLockfileDtoWorkflows.d.ts +1 -1
  36. package/dist/models/appLockfileDtoWorkflows.js +1 -1
  37. package/dist/models/appReleaseDto.d.ts +32 -0
  38. package/dist/models/appReleaseDto.js +2 -0
  39. package/dist/models/appReleaseDtoAudienceSnapshot.d.ts +10 -0
  40. package/dist/models/appReleaseDtoAudienceSnapshot.js +9 -0
  41. package/dist/models/appReleaseDtoDataArrayEnvelope.d.ts +11 -0
  42. package/dist/models/appReleaseDtoDataArrayEnvelope.js +2 -0
  43. package/dist/models/appReleaseDtoDataEnvelope.d.ts +11 -0
  44. package/dist/models/appReleaseDtoDataEnvelope.js +2 -0
  45. package/dist/models/appReleaseDtoDefinition.d.ts +10 -0
  46. package/dist/models/appReleaseDtoDefinition.js +9 -0
  47. package/dist/models/appReleaseDtoPolicySnapshot.d.ts +10 -0
  48. package/dist/models/appReleaseDtoPolicySnapshot.js +9 -0
  49. package/dist/models/appReleaseDtoSchemaPlan.d.ts +10 -0
  50. package/dist/models/appReleaseDtoSchemaPlan.js +9 -0
  51. package/dist/models/appReleaseDtoSourceArtifacts.d.ts +10 -0
  52. package/dist/models/appReleaseDtoSourceArtifacts.js +9 -0
  53. package/dist/models/appReleaseState.d.ts +16 -0
  54. package/dist/models/appReleaseState.js +18 -0
  55. package/dist/models/audienceKind.d.ts +2 -2
  56. package/dist/models/audienceKind.js +1 -1
  57. package/dist/models/audiencePolicyDto.d.ts +1 -1
  58. package/dist/models/audiencePolicyDtoDataArrayEnvelope.d.ts +1 -1
  59. package/dist/models/audiencePolicyDtoDataEnvelope.d.ts +1 -1
  60. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  61. package/dist/models/audiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  62. package/dist/models/audienceUpstreamDto.d.ts +1 -1
  63. package/dist/models/audienceUpstreamDtoMetadata.d.ts +1 -1
  64. package/dist/models/audienceUpstreamDtoMetadata.js +1 -1
  65. package/dist/models/audienceUpstreamType.d.ts +2 -2
  66. package/dist/models/audienceUpstreamType.js +1 -1
  67. package/dist/models/biomeInstallDto.d.ts +1 -1
  68. package/dist/models/biomeInstallDtoConfiguration.d.ts +1 -1
  69. package/dist/models/biomeInstallDtoConfiguration.js +1 -1
  70. package/dist/models/brandingConfigDto.d.ts +1 -1
  71. package/dist/models/brandingConfigDtoCssTokens.d.ts +1 -1
  72. package/dist/models/brandingConfigDtoCssTokens.js +1 -1
  73. package/dist/models/capabilityPolicyOverrideDto.d.ts +1 -1
  74. package/dist/models/capabilityPolicyOverrideDto.js +1 -1
  75. package/dist/models/createAppClientDto.d.ts +1 -1
  76. package/dist/models/createAppClientDto.js +1 -1
  77. package/dist/models/createAudiencePolicyDto.d.ts +1 -1
  78. package/dist/models/createPortalDto.d.ts +1 -1
  79. package/dist/models/createProjectAppDto.d.ts +4 -4
  80. package/dist/models/createProjectAppDtoProjectId.d.ts +1 -1
  81. package/dist/models/createProjectAppDtoProjectId.js +1 -1
  82. package/dist/models/createPublicSessionDto.d.ts +1 -1
  83. package/dist/models/createPublicSessionDto.js +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/createdPublicSessionDto.d.ts +1 -1
  89. package/dist/models/createdPublicSessionDto.js +1 -1
  90. package/dist/models/createdPublicSessionDtoDataEnvelope.d.ts +1 -1
  91. package/dist/models/delegatedSessionDto.d.ts +1 -1
  92. package/dist/models/delegatedSessionDtoDataEnvelope.d.ts +1 -1
  93. package/dist/models/delegatedSessionDtoExternalSubjectId.d.ts +1 -1
  94. package/dist/models/delegatedSessionDtoExternalSubjectId.js +1 -1
  95. package/dist/models/delegatedSessionDtoRevokedAt.d.ts +1 -1
  96. package/dist/models/delegatedSessionDtoRevokedAt.js +1 -1
  97. package/dist/models/delegatedSessionStatus.d.ts +2 -2
  98. package/dist/models/delegatedSessionStatus.js +1 -1
  99. package/dist/models/delegatedSessionStatusDto.d.ts +1 -1
  100. package/dist/models/delegatedSessionStatusDtoDataEnvelope.d.ts +1 -1
  101. package/dist/models/delegatedSessionStatusDtoExternalSubjectId.d.ts +1 -1
  102. package/dist/models/delegatedSessionStatusDtoExternalSubjectId.js +1 -1
  103. package/dist/models/delegatedSessionStatusDtoRevokedAt.d.ts +1 -1
  104. package/dist/models/delegatedSessionStatusDtoRevokedAt.js +1 -1
  105. package/dist/models/index.d.ts +10 -0
  106. package/dist/models/index.js +10 -0
  107. package/dist/models/oidcAuthDto.d.ts +1 -1
  108. package/dist/models/oidcAuthDto.js +1 -1
  109. package/dist/models/oidcAuthResultDto.d.ts +1 -1
  110. package/dist/models/oidcAuthResultDto.js +1 -1
  111. package/dist/models/oidcAuthResultDtoDataEnvelope.d.ts +1 -1
  112. package/dist/models/portalAccessDto.d.ts +1 -1
  113. package/dist/models/portalDetailDto.d.ts +1 -1
  114. package/dist/models/portalDetailDtoDataEnvelope.d.ts +1 -1
  115. package/dist/models/portalShareDto.d.ts +1 -1
  116. package/dist/models/projectAppsControllerListParams.d.ts +1 -1
  117. package/dist/models/projectAppsControllerListParams.js +1 -1
  118. package/dist/models/requestMagicLinkDto.d.ts +1 -1
  119. package/dist/models/requestMagicLinkDto.js +1 -1
  120. package/dist/models/requestMagicLinkResultDto.d.ts +1 -1
  121. package/dist/models/requestMagicLinkResultDto.js +1 -1
  122. package/dist/models/requestMagicLinkResultDtoDataEnvelope.d.ts +1 -1
  123. package/dist/models/resourceManagedBy.d.ts +2 -2
  124. package/dist/models/resourceManagedBy.js +1 -1
  125. package/dist/models/resourceVisibilityPattern.d.ts +2 -2
  126. package/dist/models/resourceVisibilityPattern.js +1 -1
  127. package/dist/models/subjectKind.d.ts +2 -2
  128. package/dist/models/subjectKind.js +1 -1
  129. package/dist/models/tokenClass.d.ts +2 -2
  130. package/dist/models/tokenClass.js +1 -1
  131. package/dist/models/updateAudiencePolicyDto.d.ts +1 -1
  132. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.d.ts +1 -1
  133. package/dist/models/updateAudiencePolicyDtoRateLimitPerHourPerSubject.js +1 -1
  134. package/dist/models/updatePortalDto.d.ts +1 -1
  135. package/dist/models/verifyDelegatedSessionRequestDto.d.ts +1 -1
  136. package/dist/models/verifyDelegatedSessionRequestDto.js +1 -1
  137. package/dist/models/verifyDelegatedSessionResponseDto.d.ts +1 -1
  138. package/dist/models/verifyDelegatedSessionResponseDtoDataEnvelope.d.ts +1 -1
  139. package/dist/models/verifyMagicLinkDto.d.ts +1 -1
  140. package/dist/models/verifyMagicLinkDto.js +1 -1
  141. package/dist/models/verifyMagicLinkResultDto.d.ts +1 -1
  142. package/dist/models/verifyMagicLinkResultDto.js +1 -1
  143. package/dist/models/verifyMagicLinkResultDtoDataEnvelope.d.ts +1 -1
  144. 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
  /**
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
  /**
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,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 DelegatedSessionStatus = typeof DelegatedSessionStatus[keyof typeof DelegatedSessionStatus];
8
+ export type DelegatedSessionStatus = (typeof DelegatedSessionStatus)[keyof typeof DelegatedSessionStatus];
9
9
  export declare const DelegatedSessionStatus: {
10
10
  readonly active: "active";
11
11
  readonly expired: "expired";
@@ -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.DelegatedSessionStatus = 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 { DelegatedSessionStatus } from './delegatedSessionStatus.js';
9
9
  import type { DelegatedSessionStatusDtoExternalSubjectId } from './delegatedSessionStatusDtoExternalSubjectId.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 { DelegatedSessionStatusDto } from './delegatedSessionStatusDto.js';
9
9
  export interface DelegatedSessionStatusDtoDataEnvelope {
@@ -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
  /**
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 });
@@ -13,8 +13,18 @@ export * from './appLockfileDtoAgents';
13
13
  export * from './appLockfileDtoBiomes';
14
14
  export * from './appLockfileDtoCapabilities';
15
15
  export * from './appLockfileDtoDeliverableSpecs';
16
+ export * from './appLockfileDtoFunctions';
16
17
  export * from './appLockfileDtoSkills';
17
18
  export * from './appLockfileDtoWorkflows';
19
+ export * from './appReleaseDto';
20
+ export * from './appReleaseDtoAudienceSnapshot';
21
+ export * from './appReleaseDtoDataArrayEnvelope';
22
+ export * from './appReleaseDtoDataEnvelope';
23
+ export * from './appReleaseDtoDefinition';
24
+ export * from './appReleaseDtoPolicySnapshot';
25
+ export * from './appReleaseDtoSchemaPlan';
26
+ export * from './appReleaseDtoSourceArtifacts';
27
+ export * from './appReleaseState';
18
28
  export * from './audienceKind';
19
29
  export * from './audiencePolicyDto';
20
30
  export * from './audiencePolicyDtoDataArrayEnvelope';
@@ -30,8 +30,18 @@ __exportStar(require("./appLockfileDtoAgents"), exports);
30
30
  __exportStar(require("./appLockfileDtoBiomes"), exports);
31
31
  __exportStar(require("./appLockfileDtoCapabilities"), exports);
32
32
  __exportStar(require("./appLockfileDtoDeliverableSpecs"), exports);
33
+ __exportStar(require("./appLockfileDtoFunctions"), exports);
33
34
  __exportStar(require("./appLockfileDtoSkills"), exports);
34
35
  __exportStar(require("./appLockfileDtoWorkflows"), exports);
36
+ __exportStar(require("./appReleaseDto"), exports);
37
+ __exportStar(require("./appReleaseDtoAudienceSnapshot"), exports);
38
+ __exportStar(require("./appReleaseDtoDataArrayEnvelope"), exports);
39
+ __exportStar(require("./appReleaseDtoDataEnvelope"), exports);
40
+ __exportStar(require("./appReleaseDtoDefinition"), exports);
41
+ __exportStar(require("./appReleaseDtoPolicySnapshot"), exports);
42
+ __exportStar(require("./appReleaseDtoSchemaPlan"), exports);
43
+ __exportStar(require("./appReleaseDtoSourceArtifacts"), exports);
44
+ __exportStar(require("./appReleaseState"), exports);
35
45
  __exportStar(require("./audienceKind"), exports);
36
46
  __exportStar(require("./audiencePolicyDto"), exports);
37
47
  __exportStar(require("./audiencePolicyDtoDataArrayEnvelope"), 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
  export interface OidcAuthDto {
9
9
  /** OIDC id_token issued by the upstream identity provider configured for this App. */
@@ -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 OidcAuthResultDto {
9
9
  /** Signed delegated-session JWT. */
@@ -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 { OidcAuthResultDto } from './oidcAuthResultDto.js';
9
9
  export interface OidcAuthResultDtoDataEnvelope {
@@ -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 { PortalShareDto } from './portalShareDto.js';
9
9
  import type { ResourceVisibilityPattern } from './resourceVisibilityPattern.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 { AppDto } from './appDto.js';
9
9
  import type { PortalAccessDto } from './portalAccessDto.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 { PortalDetailDto } from './portalDetailDto.js';
9
9
  export interface PortalDetailDtoDataEnvelope {
@@ -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 { SubjectKind } from './subjectKind.js';
9
9
  export interface PortalShareDto {
@@ -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 ProjectAppsControllerListParams = {
9
9
  /**
@@ -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 RequestMagicLinkDto {
9
9
  /** Email address to send the magic-link to. Used as the external subject identifier. */
@@ -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 RequestMagicLinkResultDto {
9
9
  /** Whether the magic-link was successfully queued for delivery. Always true on success — a 2xx response means the token was created and the delivery event was published. */
@@ -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 { RequestMagicLinkResultDto } from './requestMagicLinkResultDto.js';
9
9
  export interface RequestMagicLinkResultDtoDataEnvelope {
@@ -3,12 +3,12 @@
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
  * Provisioning ownership marker. `iac` = managed by the declarative control plane (Terraform / xema.yaml); `seeder` = a distribution default; `ui` = hand-managed (or adopted from iac/seeder via a UI edit); `system` = platform-shipped; null = unmanaged/legacy. Lets a console badge an IaC-owned resource and surface an "export as code" affordance.
10
10
  */
11
- export type ResourceManagedBy = typeof ResourceManagedBy[keyof typeof ResourceManagedBy];
11
+ export type ResourceManagedBy = (typeof ResourceManagedBy)[keyof typeof ResourceManagedBy];
12
12
  export declare const ResourceManagedBy: {
13
13
  readonly ui: "ui";
14
14
  readonly iac: "iac";
@@ -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.ResourceManagedBy = void 0;
@@ -3,12 +3,12 @@
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
  * Portal visibility. `org-shared` = all org members; `explicit-share` = only the listed shares.
10
10
  */
11
- export type ResourceVisibilityPattern = typeof ResourceVisibilityPattern[keyof typeof ResourceVisibilityPattern];
11
+ export type ResourceVisibilityPattern = (typeof ResourceVisibilityPattern)[keyof typeof ResourceVisibilityPattern];
12
12
  export declare const ResourceVisibilityPattern: {
13
13
  readonly 'owner-only': "owner-only";
14
14
  readonly 'org-shared': "org-shared";
@@ -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.ResourceVisibilityPattern = void 0;
@@ -3,12 +3,12 @@
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
  * Subject kind the share targets (portals use `user` or `group`).
10
10
  */
11
- export type SubjectKind = typeof SubjectKind[keyof typeof SubjectKind];
11
+ export type SubjectKind = (typeof SubjectKind)[keyof typeof SubjectKind];
12
12
  export declare const SubjectKind: {
13
13
  readonly user: "user";
14
14
  readonly agent: "agent";
@@ -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.SubjectKind = void 0;
@@ -3,12 +3,12 @@
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
  * The minted token class. Always `external_session_token` for a delegated session — a consumer edge can enforce it via `@RequireTokenClass(TokenClass.ExternalSessionToken)`.
10
10
  */
11
- export type TokenClass = typeof TokenClass[keyof typeof TokenClass];
11
+ export type TokenClass = (typeof TokenClass)[keyof typeof TokenClass];
12
12
  export declare const TokenClass: {
13
13
  readonly user_jwt: "user_jwt";
14
14
  readonly service_jwt: "service_jwt";
@@ -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.TokenClass = 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 { AudienceUpstreamDto } from './audienceUpstreamDto.js';
9
9
  import type { UpdateAudiencePolicyDtoRateLimitPerHourPerSubject } from './updateAudiencePolicyDtoRateLimitPerHourPerSubject.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
  * @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 { 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
  export interface VerifyDelegatedSessionRequestDto {
9
9
  /** The opaque JWT. */
@@ -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 { TokenClass } from './tokenClass.js';
9
9
  export interface VerifyDelegatedSessionResponseDto {
@@ -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 { VerifyDelegatedSessionResponseDto } from './verifyDelegatedSessionResponseDto.js';
9
9
  export interface VerifyDelegatedSessionResponseDtoDataEnvelope {
@@ -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 VerifyMagicLinkDto {
9
9
  /** The one-time magic-link token. */
@@ -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 VerifyMagicLinkResultDto {
9
9
  /** Signed delegated-session JWT. */
@@ -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 { VerifyMagicLinkResultDto } from './verifyMagicLinkResultDto.js';
9
9
  export interface VerifyMagicLinkResultDtoDataEnvelope {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/app-platform-api-client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"