@archastro/sdk 0.9.0 → 0.11.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 (102) hide show
  1. package/dist/client.d.ts +14 -0
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +15 -1
  4. package/dist/client.js.map +1 -1
  5. package/dist/types/ai.d.ts +2 -2
  6. package/dist/types/chat.d.ts +111 -50
  7. package/dist/types/chat.d.ts.map +1 -1
  8. package/dist/types/common.d.ts +1096 -468
  9. package/dist/types/common.d.ts.map +1 -1
  10. package/dist/types/common.js +155 -62
  11. package/dist/types/common.js.map +1 -1
  12. package/dist/types/extractions.d.ts +36 -0
  13. package/dist/types/extractions.d.ts.map +1 -1
  14. package/dist/types/index.d.ts +2 -0
  15. package/dist/types/index.d.ts.map +1 -1
  16. package/dist/types/index.js +3 -1
  17. package/dist/types/index.js.map +1 -1
  18. package/dist/types/status.d.ts +121 -0
  19. package/dist/types/status.d.ts.map +1 -0
  20. package/dist/types/status.js +18 -0
  21. package/dist/types/status.js.map +1 -0
  22. package/dist/types/tasks.d.ts +601 -0
  23. package/dist/types/tasks.d.ts.map +1 -0
  24. package/dist/types/tasks.js +118 -0
  25. package/dist/types/tasks.js.map +1 -0
  26. package/dist/types/threads.d.ts +542 -5
  27. package/dist/types/threads.d.ts.map +1 -1
  28. package/dist/types/threads.js +45 -2
  29. package/dist/types/threads.js.map +1 -1
  30. package/dist/v1/resources/activity_feed.d.ts +1 -1
  31. package/dist/v1/resources/activity_feed.js +2 -2
  32. package/dist/v1/resources/agents.d.ts +2 -2
  33. package/dist/v1/resources/agents.js +3 -3
  34. package/dist/v1/resources/custom_objects.d.ts +86 -20
  35. package/dist/v1/resources/custom_objects.d.ts.map +1 -1
  36. package/dist/v1/resources/custom_objects.js +41 -19
  37. package/dist/v1/resources/custom_objects.js.map +1 -1
  38. package/dist/v1/resources/files.d.ts +19 -0
  39. package/dist/v1/resources/files.d.ts.map +1 -1
  40. package/dist/v1/resources/files.js +3 -1
  41. package/dist/v1/resources/files.js.map +1 -1
  42. package/dist/v1/resources/index.d.ts +7 -0
  43. package/dist/v1/resources/index.d.ts.map +1 -1
  44. package/dist/v1/resources/index.js +8 -1
  45. package/dist/v1/resources/index.js.map +1 -1
  46. package/dist/v1/resources/private_service_definitions.d.ts +12 -0
  47. package/dist/v1/resources/private_service_definitions.d.ts.map +1 -0
  48. package/dist/v1/resources/private_service_definitions.js +18 -0
  49. package/dist/v1/resources/private_service_definitions.js.map +1 -0
  50. package/dist/v1/resources/private_service_enrollments.d.ts +42 -0
  51. package/dist/v1/resources/private_service_enrollments.d.ts.map +1 -0
  52. package/dist/v1/resources/private_service_enrollments.js +56 -0
  53. package/dist/v1/resources/private_service_enrollments.js.map +1 -0
  54. package/dist/v1/resources/private_services.d.ts +46 -0
  55. package/dist/v1/resources/private_services.d.ts.map +1 -0
  56. package/dist/v1/resources/private_services.js +55 -0
  57. package/dist/v1/resources/private_services.js.map +1 -0
  58. package/dist/v1/resources/sandboxes.d.ts +81 -0
  59. package/dist/v1/resources/sandboxes.d.ts.map +1 -0
  60. package/dist/v1/resources/sandboxes.js +84 -0
  61. package/dist/v1/resources/sandboxes.js.map +1 -0
  62. package/dist/v1/resources/slack_channel_bindings.d.ts +37 -0
  63. package/dist/v1/resources/slack_channel_bindings.d.ts.map +1 -1
  64. package/dist/v1/resources/slack_channel_bindings.js +31 -1
  65. package/dist/v1/resources/slack_channel_bindings.js.map +1 -1
  66. package/dist/v1/resources/solutions.d.ts +2 -0
  67. package/dist/v1/resources/solutions.d.ts.map +1 -1
  68. package/dist/v1/resources/solutions.js +2 -1
  69. package/dist/v1/resources/solutions.js.map +1 -1
  70. package/dist/v1/resources/status.d.ts +22 -0
  71. package/dist/v1/resources/status.d.ts.map +1 -0
  72. package/dist/v1/resources/status.js +27 -0
  73. package/dist/v1/resources/status.js.map +1 -0
  74. package/dist/v1/resources/tasks.d.ts +599 -0
  75. package/dist/v1/resources/tasks.d.ts.map +1 -0
  76. package/dist/v1/resources/tasks.js +436 -0
  77. package/dist/v1/resources/tasks.js.map +1 -0
  78. package/dist/v1/resources/teams.d.ts +463 -0
  79. package/dist/v1/resources/teams.d.ts.map +1 -1
  80. package/dist/v1/resources/teams.js +281 -1
  81. package/dist/v1/resources/teams.js.map +1 -1
  82. package/dist/v1/resources/thread_messages.d.ts +25 -3
  83. package/dist/v1/resources/thread_messages.d.ts.map +1 -1
  84. package/dist/v1/resources/thread_messages.js +25 -4
  85. package/dist/v1/resources/thread_messages.js.map +1 -1
  86. package/dist/v1/resources/threads.d.ts +40 -0
  87. package/dist/v1/resources/threads.d.ts.map +1 -1
  88. package/dist/v1/resources/threads.js +36 -1
  89. package/dist/v1/resources/threads.js.map +1 -1
  90. package/dist/v1/resources/trajectories.d.ts +34 -0
  91. package/dist/v1/resources/trajectories.d.ts.map +1 -0
  92. package/dist/v1/resources/trajectories.js +41 -0
  93. package/dist/v1/resources/trajectories.js.map +1 -0
  94. package/dist/v1/resources/users.d.ts +353 -0
  95. package/dist/v1/resources/users.d.ts.map +1 -1
  96. package/dist/v1/resources/users.js +208 -1
  97. package/dist/v1/resources/users.js.map +1 -1
  98. package/dist/v1.d.ts +14 -0
  99. package/dist/v1.d.ts.map +1 -1
  100. package/dist/v1.js +22 -1
  101. package/dist/v1.js.map +1 -1
  102. package/package.json +1 -1
@@ -26,15 +26,22 @@ export { KvResource } from "./kv.js";
26
26
  export { NotificationPreferenceResource } from "./notification_preferences.js";
27
27
  export { NotificationResource } from "./notifications.js";
28
28
  export { OrgResource } from "./orgs.js";
29
+ export { PrivateServiceDefinitionResource } from "./private_service_definitions.js";
30
+ export { PrivateServiceEnrollmentResource } from "./private_service_enrollments.js";
31
+ export { PrivateServiceResource } from "./private_services.js";
32
+ export { SandboxResource } from "./sandboxes.js";
29
33
  export { SlackChannelBindingResource } from "./slack_channel_bindings.js";
30
34
  export { SolutionCategoryResource } from "./solution_categories.js";
31
35
  export { SolutionInstanceResource } from "./solution_instances.js";
32
36
  export { SolutionTagResource } from "./solution_tags.js";
33
37
  export { SolutionResource } from "./solutions.js";
38
+ export { StatuResource } from "./status.js";
39
+ export { TaskResource } from "./tasks.js";
34
40
  export { TeamMembershipResource } from "./team_memberships.js";
35
41
  export { TeamResource } from "./teams.js";
36
42
  export { ThreadMessageResource } from "./thread_messages.js";
37
43
  export { ThreadResource } from "./threads.js";
44
+ export { TrajectoryResource } from "./trajectories.js";
38
45
  export { UserResource } from "./users.js";
39
46
  export { WorkItemResource } from "./work_items.js";
40
47
  export { AiResource } from "./ai.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
2
  // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
- // Content hash: 653eaf428b5c
3
+ // Content hash: 7a7740e8e991
4
4
  export { ActivityFeedResource } from "./activity_feed.js";
5
5
  export { AgentComputerResource } from "./agent_computers.js";
6
6
  export { AgentEnvVarResource } from "./agent_env_vars.js";
@@ -29,15 +29,22 @@ export { KvResource } from "./kv.js";
29
29
  export { NotificationPreferenceResource } from "./notification_preferences.js";
30
30
  export { NotificationResource } from "./notifications.js";
31
31
  export { OrgResource } from "./orgs.js";
32
+ export { PrivateServiceDefinitionResource } from "./private_service_definitions.js";
33
+ export { PrivateServiceEnrollmentResource } from "./private_service_enrollments.js";
34
+ export { PrivateServiceResource } from "./private_services.js";
35
+ export { SandboxResource } from "./sandboxes.js";
32
36
  export { SlackChannelBindingResource } from "./slack_channel_bindings.js";
33
37
  export { SolutionCategoryResource } from "./solution_categories.js";
34
38
  export { SolutionInstanceResource } from "./solution_instances.js";
35
39
  export { SolutionTagResource } from "./solution_tags.js";
36
40
  export { SolutionResource } from "./solutions.js";
41
+ export { StatuResource } from "./status.js";
42
+ export { TaskResource } from "./tasks.js";
37
43
  export { TeamMembershipResource } from "./team_memberships.js";
38
44
  export { TeamResource } from "./teams.js";
39
45
  export { ThreadMessageResource } from "./thread_messages.js";
40
46
  export { ThreadResource } from "./threads.js";
47
+ export { TrajectoryResource } from "./trajectories.js";
41
48
  export { UserResource } from "./users.js";
42
49
  export { WorkItemResource } from "./work_items.js";
43
50
  export { AiResource } from "./ai.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1/resources/index.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1/resources/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import { HttpClient } from "../../runtime/http-client.js";
2
+ export declare class PrivateServiceDefinitionResource {
3
+ private http;
4
+ constructor(http: HttpClient);
5
+ /**
6
+ * Download an enrolled private service definition
7
+ * Returns the canonical callable definition authorized by an enrollment token.
8
+ * @returns Raw content
9
+ */
10
+ get(appId: string, privateServiceId: string): Promise<string>;
11
+ }
12
+ //# sourceMappingURL=private_service_definitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_service_definitions.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/private_service_definitions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,qBAAa,gCAAgC;IAC/B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;OAIG;IACG,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAGpE"}
@@ -0,0 +1,18 @@
1
+ // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
+ // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
+ // Content hash: bf15a607e306
4
+ export class PrivateServiceDefinitionResource {
5
+ http;
6
+ constructor(http) {
7
+ this.http = http;
8
+ }
9
+ /**
10
+ * Download an enrolled private service definition
11
+ * Returns the canonical callable definition authorized by an enrollment token.
12
+ * @returns Raw content
13
+ */
14
+ async get(appId, privateServiceId) {
15
+ return this.http.request(`/api/v1/private_service_definitions/${appId}/${privateServiceId}`);
16
+ }
17
+ }
18
+ //# sourceMappingURL=private_service_definitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_service_definitions.js","sourceRoot":"","sources":["../../../src/v1/resources/private_service_definitions.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAI7B,MAAM,OAAO,gCAAgC;IACvB;IAApB,YAAoB,IAAgB;QAAhB,SAAI,GAAJ,IAAI,CAAY;IAAG,CAAC;IAExC;;;;OAIG;IACH,KAAK,CAAC,GAAG,CAAC,KAAa,EAAE,gBAAwB;QAC/C,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uCAAuC,KAAK,IAAI,gBAAgB,EAAE,CAAC,CAAC;IAC/F,CAAC;CACF"}
@@ -0,0 +1,42 @@
1
+ import { HttpClient } from "../../runtime/http-client.js";
2
+ import type { CreatedPrivateServiceEnrollment, PrivateServiceEnrollment, PrivateServiceEnrollmentPage } from "../../types/common.js";
3
+ export declare class PrivateServiceEnrollmentResource {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ /**
7
+ * List private service enrollments
8
+ * @param params - Query parameters.
9
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
10
+ * @param params.page - Page number. Defaults to 1.
11
+ * @param params.pageSize - Results per page. Defaults to 25; maximum is 100.
12
+ * @returns Successful response
13
+ */
14
+ list(params?: {
15
+ org?: string;
16
+ page?: number;
17
+ pageSize?: number;
18
+ }): Promise<PrivateServiceEnrollmentPage>;
19
+ /**
20
+ * Create a private service enrollment
21
+ * Creates or safely replaces an unreserved one-time connector enrollment token.
22
+ * @param input - Request body.
23
+ * @param input.org - Organization ID or slug. Required for developer and server callers.
24
+ * @param input.private_service - Private service ID (`pvs_...`).
25
+ * @returns Successful response
26
+ */
27
+ create(input: {
28
+ org?: string | undefined;
29
+ private_service: string;
30
+ }): Promise<CreatedPrivateServiceEnrollment>;
31
+ /**
32
+ * Retrieve a private service enrollment
33
+ * @param privateServiceEnrollmentId - Canonical certificate-bound service identity.
34
+ * @param params - Query parameters.
35
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
36
+ * @returns Successful response
37
+ */
38
+ get(privateServiceEnrollmentId: string, params?: {
39
+ org?: string;
40
+ }): Promise<PrivateServiceEnrollment>;
41
+ }
42
+ //# sourceMappingURL=private_service_enrollments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_service_enrollments.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/private_service_enrollments.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,+BAA+B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AAErI,qBAAa,gCAAgC;IAC/B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;;;;OAOG;IACG,IAAI,CAAC,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAe9G;;;;;;;OAOG;IACG,MAAM,CAAC,KAAK,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC;IAIpH;;;;;;OAMG;IACG,GAAG,CAAC,0BAA0B,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,wBAAwB,CAAC;CAQ5G"}
@@ -0,0 +1,56 @@
1
+ // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
+ // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
+ // Content hash: d0e14fba7255
4
+ export class PrivateServiceEnrollmentResource {
5
+ http;
6
+ constructor(http) {
7
+ this.http = http;
8
+ }
9
+ /**
10
+ * List private service enrollments
11
+ * @param params - Query parameters.
12
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
13
+ * @param params.page - Page number. Defaults to 1.
14
+ * @param params.pageSize - Results per page. Defaults to 25; maximum is 100.
15
+ * @returns Successful response
16
+ */
17
+ async list(params) {
18
+ const query = {};
19
+ if (params?.org !== undefined) {
20
+ query["org"] = params?.org;
21
+ }
22
+ if (params?.page !== undefined) {
23
+ query["page"] = params?.page;
24
+ }
25
+ if (params?.pageSize !== undefined) {
26
+ query["page_size"] = params?.pageSize;
27
+ }
28
+ return this.http.request(`/api/v1/private_service_enrollments`, { query });
29
+ }
30
+ /**
31
+ * Create a private service enrollment
32
+ * Creates or safely replaces an unreserved one-time connector enrollment token.
33
+ * @param input - Request body.
34
+ * @param input.org - Organization ID or slug. Required for developer and server callers.
35
+ * @param input.private_service - Private service ID (`pvs_...`).
36
+ * @returns Successful response
37
+ */
38
+ async create(input) {
39
+ return this.http.request(`/api/v1/private_service_enrollments`, { method: "POST", body: input });
40
+ }
41
+ /**
42
+ * Retrieve a private service enrollment
43
+ * @param privateServiceEnrollmentId - Canonical certificate-bound service identity.
44
+ * @param params - Query parameters.
45
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
46
+ * @returns Successful response
47
+ */
48
+ async get(privateServiceEnrollmentId, params) {
49
+ const query = {};
50
+ if (params?.org !== undefined) {
51
+ query["org"] = params?.org;
52
+ }
53
+ return this.http.request(`/api/v1/private_service_enrollments/${privateServiceEnrollmentId}`, { query });
54
+ }
55
+ }
56
+ //# sourceMappingURL=private_service_enrollments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_service_enrollments.js","sourceRoot":"","sources":["../../../src/v1/resources/private_service_enrollments.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAK7B,MAAM,OAAO,gCAAgC;IACvB;IAApB,YAAoB,IAAgB;QAAhB,SAAI,GAAJ,IAAI,CAAY;IAAG,CAAC;IAExC;;;;;;;OAOG;IACH,KAAK,CAAC,IAAI,CAAC,MAA2D;QACpE,MAAM,KAAK,GAA6F,EAAE,CAAC;QAC3G,IAAI,MAAM,EAAE,GAAG,KAAK,SAAS,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC;QAC7B,CAAC;QACD,IAAI,MAAM,EAAE,IAAI,KAAK,SAAS,EAAE,CAAC;YAC/B,KAAK,CAAC,MAAM,CAAC,GAAG,MAAM,EAAE,IAAI,CAAC;QAC/B,CAAC;QACD,IAAI,MAAM,EAAE,QAAQ,KAAK,SAAS,EAAE,CAAC;YACnC,KAAK,CAAC,WAAW,CAAC,GAAG,MAAM,EAAE,QAAQ,CAAC;QACxC,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,qCAAqC,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,CAAC,KAA4D;QACvE,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,qCAAqC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;IACnG,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,GAAG,CAAC,0BAAkC,EAAE,MAAyB;QACrE,MAAM,KAAK,GAA6F,EAAE,CAAC;QAC3G,IAAI,MAAM,EAAE,GAAG,KAAK,SAAS,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC;QAC7B,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uCAAuC,0BAA0B,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3G,CAAC;CACF"}
@@ -0,0 +1,46 @@
1
+ import { HttpClient } from "../../runtime/http-client.js";
2
+ import type { PrivateService, PrivateServicePage } from "../../types/common.js";
3
+ export declare class PrivateServiceResource {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ /**
7
+ * List private services
8
+ * @param params - Query parameters.
9
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
10
+ * @param params.page - Page number. Defaults to 1.
11
+ * @param params.pageSize - Results per page. Defaults to 25; maximum is 100.
12
+ * @returns Successful response
13
+ */
14
+ list(params?: {
15
+ org?: string;
16
+ page?: number;
17
+ pageSize?: number;
18
+ }): Promise<PrivateServicePage>;
19
+ /**
20
+ * Create a private service
21
+ * Creates one immutable private service in the selected organization.
22
+ * @param input - Request body.
23
+ * @param input.functions - Complete callable contracts. Input schemas are required; output schemas are optional.
24
+ * @param input.org - Organization ID or slug. Required for developer and server callers.
25
+ * @returns The newly created private service.
26
+ */
27
+ create(input: {
28
+ functions: {
29
+ description: string;
30
+ input_schema: Record<string, unknown>;
31
+ name: string;
32
+ output_schema?: Record<string, unknown> | undefined;
33
+ }[];
34
+ org?: string | undefined;
35
+ }): Promise<PrivateService>;
36
+ /**
37
+ * Retrieve a private service
38
+ * @param params - Query parameters.
39
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
40
+ * @returns Successful response
41
+ */
42
+ get(privateServiceId: string, params?: {
43
+ org?: string;
44
+ }): Promise<PrivateService>;
45
+ }
46
+ //# sourceMappingURL=private_services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_services.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/private_services.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhF,qBAAa,sBAAsB;IACrB,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;;;;OAOG;IACG,IAAI,CAAC,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAepG;;;;;;;OAOG;IACG,MAAM,CAAC,KAAK,EAAE;QAAE,SAAS,EAAE;YAAE,WAAW,EAAE,MAAM,CAAC;YAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;YAAC,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAA;SAAE,EAAE,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,OAAO,CAAC,cAAc,CAAC;IAI1N;;;;;OAKG;IACG,GAAG,CAAC,gBAAgB,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,cAAc,CAAC;CAQxF"}
@@ -0,0 +1,55 @@
1
+ // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
+ // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
+ // Content hash: 58d87af2e79d
4
+ export class PrivateServiceResource {
5
+ http;
6
+ constructor(http) {
7
+ this.http = http;
8
+ }
9
+ /**
10
+ * List private services
11
+ * @param params - Query parameters.
12
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
13
+ * @param params.page - Page number. Defaults to 1.
14
+ * @param params.pageSize - Results per page. Defaults to 25; maximum is 100.
15
+ * @returns Successful response
16
+ */
17
+ async list(params) {
18
+ const query = {};
19
+ if (params?.org !== undefined) {
20
+ query["org"] = params?.org;
21
+ }
22
+ if (params?.page !== undefined) {
23
+ query["page"] = params?.page;
24
+ }
25
+ if (params?.pageSize !== undefined) {
26
+ query["page_size"] = params?.pageSize;
27
+ }
28
+ return this.http.request(`/api/v1/private_services`, { query });
29
+ }
30
+ /**
31
+ * Create a private service
32
+ * Creates one immutable private service in the selected organization.
33
+ * @param input - Request body.
34
+ * @param input.functions - Complete callable contracts. Input schemas are required; output schemas are optional.
35
+ * @param input.org - Organization ID or slug. Required for developer and server callers.
36
+ * @returns The newly created private service.
37
+ */
38
+ async create(input) {
39
+ return this.http.request(`/api/v1/private_services`, { method: "POST", body: input });
40
+ }
41
+ /**
42
+ * Retrieve a private service
43
+ * @param params - Query parameters.
44
+ * @param params.org - Organization ID or slug. Required for developer and server callers.
45
+ * @returns Successful response
46
+ */
47
+ async get(privateServiceId, params) {
48
+ const query = {};
49
+ if (params?.org !== undefined) {
50
+ query["org"] = params?.org;
51
+ }
52
+ return this.http.request(`/api/v1/private_services/${privateServiceId}`, { query });
53
+ }
54
+ }
55
+ //# sourceMappingURL=private_services.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private_services.js","sourceRoot":"","sources":["../../../src/v1/resources/private_services.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAK7B,MAAM,OAAO,sBAAsB;IACb;IAApB,YAAoB,IAAgB;QAAhB,SAAI,GAAJ,IAAI,CAAY;IAAG,CAAC;IAExC;;;;;;;OAOG;IACH,KAAK,CAAC,IAAI,CAAC,MAA2D;QACpE,MAAM,KAAK,GAA6F,EAAE,CAAC;QAC3G,IAAI,MAAM,EAAE,GAAG,KAAK,SAAS,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC;QAC7B,CAAC;QACD,IAAI,MAAM,EAAE,IAAI,KAAK,SAAS,EAAE,CAAC;YAC/B,KAAK,CAAC,MAAM,CAAC,GAAG,MAAM,EAAE,IAAI,CAAC;QAC/B,CAAC;QACD,IAAI,MAAM,EAAE,QAAQ,KAAK,SAAS,EAAE,CAAC;YACnC,KAAK,CAAC,WAAW,CAAC,GAAG,MAAM,EAAE,QAAQ,CAAC;QACxC,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,0BAA0B,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,MAAM,CAAC,KAAmL;QAC9L,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,0BAA0B,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,GAAG,CAAC,gBAAwB,EAAE,MAAyB;QAC3D,MAAM,KAAK,GAA6F,EAAE,CAAC;QAC3G,IAAI,MAAM,EAAE,GAAG,KAAK,SAAS,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,GAAG,MAAM,EAAE,GAAG,CAAC;QAC7B,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,4BAA4B,gBAAgB,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IACtF,CAAC;CACF"}
@@ -0,0 +1,81 @@
1
+ import { HttpClient } from "../../runtime/http-client.js";
2
+ import type { Sandbox, SandboxKey } from "../../types/common.js";
3
+ export declare class SandboxResource {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ /**
7
+ * Create a sandbox
8
+ * Creates a new sandbox for the caller's app. A sandbox is an isolated environment
9
+ * that can hold its own set of API keys, allowing you to test integrations without
10
+ * affecting production data.
11
+ * The caller must authenticate with app-scoped credentials. Org-scoped viewers
12
+ * may create sandboxes for their organization; developers and all-powerful
13
+ * callers may create app-level or org-scoped sandboxes. If `org` is supplied the
14
+ * sandbox is scoped to that organization; otherwise it defaults to the
15
+ * authenticated viewer's organization.
16
+ * Remote-eval sandboxes may set `purpose: "eval"` with `expires_at` at creation;
17
+ * TTL is the sole cleanup mechanism for those sandboxes. Returns the new sandbox
18
+ * with the auto-issued publishable key — use the create key endpoint to issue
19
+ * secret keys.
20
+ * @param input - Request body.
21
+ * @param input.expires_at - Optional eval sandbox expiry in ISO 8601 format. Must be paired with `purpose: "eval"`.
22
+ * @param input.name - Human-readable display name for the sandbox.
23
+ * @param input.org - Organization ID (`org_...`) to scope the sandbox to. Defaults to the authenticated viewer's organization when omitted.
24
+ * @param input.purpose - Optional sandbox purpose marker. Only `"eval"` is accepted, and it must be paired with `expires_at`.
25
+ * @param input.slug - URL-safe identifier for the sandbox. Must be unique within the app.
26
+ * @returns The newly created sandbox.
27
+ */
28
+ create(input: {
29
+ expires_at?: string | undefined;
30
+ name: string;
31
+ org?: string | undefined;
32
+ purpose?: string | undefined;
33
+ slug: string;
34
+ }): Promise<Sandbox>;
35
+ /**
36
+ * Delete a sandbox
37
+ * Soft-deletes the specified sandbox. The sandbox is marked deleted and
38
+ * immediately hidden from list/get queries; all of its active keys are revoked.
39
+ * Hard deletion (child data cascade) is scheduled immediately via the background
40
+ * sandbox deletion worker — the same path used for developer-app soft-delete.
41
+ * The caller must authenticate with app-scoped credentials and be allowed to
42
+ * modify the sandbox. Returns 204 on success. If the sandbox is missing or
43
+ * already deleted, a 404 is returned.
44
+ * @param sandbox - Sandbox ID (`dsb_...`) of the sandbox to delete.
45
+ * @returns Empty response with HTTP 204 status on successful deletion.
46
+ */
47
+ delete(sandbox: string): Promise<void>;
48
+ /**
49
+ * Retrieve a sandbox
50
+ * Returns the sandbox identified by `sandbox` that belongs to the caller's app.
51
+ * The response includes the sandbox's associated keys (without full secret key
52
+ * values — full keys are only available at creation time).
53
+ * The caller must authenticate with app-scoped credentials. Org members may view
54
+ * their org's sandboxes; developers and all-powerful callers may view app-level
55
+ * and org-scoped sandboxes in their app. Returns 404 if the sandbox does not
56
+ * exist or is not visible to the caller.
57
+ * @param sandbox - Sandbox ID (`dsb_...`) to retrieve.
58
+ * @returns The requested sandbox.
59
+ */
60
+ get(sandbox: string): Promise<Sandbox>;
61
+ /**
62
+ * Create a sandbox key
63
+ * Issues a new API key for the specified sandbox. Keys can be either
64
+ * `"publishable"` (safe to embed in client-side code) or `"secret"` (server-side
65
+ * only). The full key value is returned once in the `full_key` field of this
66
+ * response and is never retrievable again — store it securely immediately.
67
+ * The caller must authenticate with app-scoped credentials and be able to
68
+ * modify the sandbox (org members for org sandboxes; developers / all-powerful
69
+ * for app-level). If the sandbox does not belong to the caller's app or is not
70
+ * visible, a 404 is returned. Multiple active keys per sandbox are supported;
71
+ * revoke individual keys with the revoke key endpoint.
72
+ * @param sandbox - Sandbox ID (`dsb_...`). The key is created for this sandbox.
73
+ * @param input - Request body.
74
+ * @param input.type - Key type. One of `"publishable"` or `"secret"`. Defaults to `"publishable"`.
75
+ * @returns The newly created sandbox key, including the one-time `full_key` value.
76
+ */
77
+ keys(sandbox: string, input: {
78
+ type?: string | undefined;
79
+ }): Promise<SandboxKey>;
80
+ }
81
+ //# sourceMappingURL=sandboxes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sandboxes.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/sandboxes.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEjE,qBAAa,eAAe;IACd,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,MAAM,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9J;;;;;;;;;;;OAWG;IACG,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5C;;;;;;;;;;;OAWG;IACG,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAI5C;;;;;;;;;;;;;;;OAeG;IACG,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,OAAO,CAAC,UAAU,CAAC;CAGvF"}
@@ -0,0 +1,84 @@
1
+ // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
+ // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
+ // Content hash: bf24ff50b843
4
+ export class SandboxResource {
5
+ http;
6
+ constructor(http) {
7
+ this.http = http;
8
+ }
9
+ /**
10
+ * Create a sandbox
11
+ * Creates a new sandbox for the caller's app. A sandbox is an isolated environment
12
+ * that can hold its own set of API keys, allowing you to test integrations without
13
+ * affecting production data.
14
+ * The caller must authenticate with app-scoped credentials. Org-scoped viewers
15
+ * may create sandboxes for their organization; developers and all-powerful
16
+ * callers may create app-level or org-scoped sandboxes. If `org` is supplied the
17
+ * sandbox is scoped to that organization; otherwise it defaults to the
18
+ * authenticated viewer's organization.
19
+ * Remote-eval sandboxes may set `purpose: "eval"` with `expires_at` at creation;
20
+ * TTL is the sole cleanup mechanism for those sandboxes. Returns the new sandbox
21
+ * with the auto-issued publishable key — use the create key endpoint to issue
22
+ * secret keys.
23
+ * @param input - Request body.
24
+ * @param input.expires_at - Optional eval sandbox expiry in ISO 8601 format. Must be paired with `purpose: "eval"`.
25
+ * @param input.name - Human-readable display name for the sandbox.
26
+ * @param input.org - Organization ID (`org_...`) to scope the sandbox to. Defaults to the authenticated viewer's organization when omitted.
27
+ * @param input.purpose - Optional sandbox purpose marker. Only `"eval"` is accepted, and it must be paired with `expires_at`.
28
+ * @param input.slug - URL-safe identifier for the sandbox. Must be unique within the app.
29
+ * @returns The newly created sandbox.
30
+ */
31
+ async create(input) {
32
+ return this.http.request(`/api/v1/sandboxes`, { method: "POST", body: input });
33
+ }
34
+ /**
35
+ * Delete a sandbox
36
+ * Soft-deletes the specified sandbox. The sandbox is marked deleted and
37
+ * immediately hidden from list/get queries; all of its active keys are revoked.
38
+ * Hard deletion (child data cascade) is scheduled immediately via the background
39
+ * sandbox deletion worker — the same path used for developer-app soft-delete.
40
+ * The caller must authenticate with app-scoped credentials and be allowed to
41
+ * modify the sandbox. Returns 204 on success. If the sandbox is missing or
42
+ * already deleted, a 404 is returned.
43
+ * @param sandbox - Sandbox ID (`dsb_...`) of the sandbox to delete.
44
+ * @returns Empty response with HTTP 204 status on successful deletion.
45
+ */
46
+ async delete(sandbox) {
47
+ await this.http.request(`/api/v1/sandboxes/${sandbox}`, { method: "DELETE" });
48
+ }
49
+ /**
50
+ * Retrieve a sandbox
51
+ * Returns the sandbox identified by `sandbox` that belongs to the caller's app.
52
+ * The response includes the sandbox's associated keys (without full secret key
53
+ * values — full keys are only available at creation time).
54
+ * The caller must authenticate with app-scoped credentials. Org members may view
55
+ * their org's sandboxes; developers and all-powerful callers may view app-level
56
+ * and org-scoped sandboxes in their app. Returns 404 if the sandbox does not
57
+ * exist or is not visible to the caller.
58
+ * @param sandbox - Sandbox ID (`dsb_...`) to retrieve.
59
+ * @returns The requested sandbox.
60
+ */
61
+ async get(sandbox) {
62
+ return this.http.request(`/api/v1/sandboxes/${sandbox}`);
63
+ }
64
+ /**
65
+ * Create a sandbox key
66
+ * Issues a new API key for the specified sandbox. Keys can be either
67
+ * `"publishable"` (safe to embed in client-side code) or `"secret"` (server-side
68
+ * only). The full key value is returned once in the `full_key` field of this
69
+ * response and is never retrievable again — store it securely immediately.
70
+ * The caller must authenticate with app-scoped credentials and be able to
71
+ * modify the sandbox (org members for org sandboxes; developers / all-powerful
72
+ * for app-level). If the sandbox does not belong to the caller's app or is not
73
+ * visible, a 404 is returned. Multiple active keys per sandbox are supported;
74
+ * revoke individual keys with the revoke key endpoint.
75
+ * @param sandbox - Sandbox ID (`dsb_...`). The key is created for this sandbox.
76
+ * @param input - Request body.
77
+ * @param input.type - Key type. One of `"publishable"` or `"secret"`. Defaults to `"publishable"`.
78
+ * @returns The newly created sandbox key, including the one-time `full_key` value.
79
+ */
80
+ async keys(sandbox, input) {
81
+ return this.http.request(`/api/v1/sandboxes/${sandbox}/keys`, { method: "POST", body: input });
82
+ }
83
+ }
84
+ //# sourceMappingURL=sandboxes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sandboxes.js","sourceRoot":"","sources":["../../../src/v1/resources/sandboxes.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAK7B,MAAM,OAAO,eAAe;IACN;IAApB,YAAoB,IAAgB;QAAhB,SAAI,GAAJ,IAAI,CAAY;IAAG,CAAC;IAExC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,KAAK,CAAC,MAAM,CAAC,KAA8H;QACzI,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,mBAAmB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,MAAM,CAAC,OAAe;QAC1B,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,qBAAqB,OAAO,EAAE,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,GAAG,CAAC,OAAe;QACvB,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,qBAAqB,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,KAAK,CAAC,IAAI,CAAC,OAAe,EAAE,KAAoC;QAC9D,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,qBAAqB,OAAO,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;IACjG,CAAC;CACF"}
@@ -62,6 +62,43 @@ export declare class SlackChannelBindingResource {
62
62
  slack_team_id: string;
63
63
  team_id: string;
64
64
  }): Promise<SlackChannelBinding>;
65
+ /**
66
+ * Start adding a customer over Slack Connect
67
+ * Opens a Slack Connect channel with a new customer — creating one and sending
68
+ * the invite, or adopting a shared channel you already have — and records who is
69
+ * adding whom so the addition can finish once the customer accepts.
70
+ * The returned binding is **pending**: nothing mirrors, and no per-customer Team,
71
+ * agent, or solution instance exists yet. Acceptance is asynchronous and may
72
+ * never come. When it does, the addition completes in the background under the
73
+ * identity of the admin who called this endpoint, re-checked live at that moment.
74
+ * A caller who has since lost their admin role does not get a substitute — the
75
+ * addition is refused and a human re-adds the customer.
76
+ * The caller must be an admin of the Slack integration's own organization. This
77
+ * is the same authority the completion demands, checked here so a customer is
78
+ * never invited into a channel whose addition can never finish.
79
+ * Deliberately not exposed as a script binding: this sends mail to a person
80
+ * outside the org, so it stays a vendor-admin HTTP surface.
81
+ * @param input - Request body.
82
+ * @param input.channel_name - Name for a Slack channel to create for this customer. Required unless `existing_channel_id` is given. The channel is created private.
83
+ * @param input.customer_email - Address the Slack Connect invite is sent to. Required when creating a channel; optional when adopting one the customer is already in. Whoever accepts becomes the verified counterparty.
84
+ * @param input.customer_key - The vendor's own primary key for this customer (`customer_id` / `account_id` / `tenant_id`). The per-customer agent's data access is locked to it. Immutable once the customer is added: re-targeting means offboarding and re-provisioning.
85
+ * @param input.customer_label - Human-readable name for the customer (e.g. `Acme, Inc.`). Used for the vendor's own dashboards and as the per-customer Team's name. Not an identity or an access control input.
86
+ * @param input.existing_channel_id - Adopt this already-shared Slack Connect channel (e.g. `C01234ABCDE`) instead of creating one. Mutually exclusive with `channel_name`.
87
+ * @param input.inputs - String-keyed values the per-customer solution instance is stamped with. Defaults to an empty map.
88
+ * @param input.slack_team_id - Slack workspace team ID of the vendor's own Slack installation (e.g. `T01234ABCDE`). The customer's workspace is not known yet — it resolves from whoever accepts.
89
+ * @param input.template_config_id - Config ID (`cfg_…`) of the org-installed Solution the per-customer instance is stamped from. Must be the organization's own installed copy, not the catalog original — instances stamped from a different config do not appear in the vendor's customer fleet.
90
+ * @returns The pending binding for the customer's channel. `disclosure_state` is `pending` until the customer accepts, and `scope_key` is null until the addition finishes.
91
+ */
92
+ provision(input: {
93
+ channel_name?: string | undefined;
94
+ customer_email?: string | undefined;
95
+ customer_key: string;
96
+ customer_label: string;
97
+ existing_channel_id?: string | undefined;
98
+ inputs?: Record<string, unknown> | undefined;
99
+ slack_team_id: string;
100
+ template_config_id: string;
101
+ }): Promise<SlackChannelBinding>;
65
102
  /**
66
103
  * Delete a Slack channel binding
67
104
  * Removes the binding between a Slack channel and its associated team. The
@@ -1 +1 @@
1
- {"version":3,"file":"slack_channel_bindings.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/slack_channel_bindings.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,uBAAuB,CAAC;AAElG,qBAAa,2BAA2B;IAC1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;;;;;;;;;;;;;OAgBG;IACG,IAAI,CAAC,MAAM,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC;IAwB7K;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,MAAM,CAAC,KAAK,EAAE;QAAE,cAAc,EAAE,MAAM,EAAE,CAAC;QAAC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,aAAa,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAIpT;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAI7E;;;;;;;;;;;;;;OAcG;IACG,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAO3F;;;;;;;;;;;;;;;;OAgBG;IACG,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGrI"}
1
+ {"version":3,"file":"slack_channel_bindings.d.ts","sourceRoot":"","sources":["../../../src/v1/resources/slack_channel_bindings.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,uBAAuB,CAAC;AAElG,qBAAa,2BAA2B;IAC1B,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEpC;;;;;;;;;;;;;;;;OAgBG;IACG,IAAI,CAAC,MAAM,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC;IAwB7K;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,MAAM,CAAC,KAAK,EAAE;QAAE,cAAc,EAAE,MAAM,EAAE,CAAC;QAAC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAAC,aAAa,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAIpT;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACG,SAAS,CAAC,KAAK,EAAE;QAAE,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,MAAM,CAAC;QAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;QAAC,aAAa,EAAE,MAAM,CAAC;QAAC,kBAAkB,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAIzT;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAI7E;;;;;;;;;;;;;;OAcG;IACG,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAO3F;;;;;;;;;;;;;;;;OAgBG;IACG,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGrI"}
@@ -1,6 +1,6 @@
1
1
  // Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
2
2
  // This file is auto-generated by @archastro/sdk-generator. Do not edit.
3
- // Content hash: 080a71f0660e
3
+ // Content hash: f0788880f5aa
4
4
  export class SlackChannelBindingResource {
5
5
  http;
6
6
  constructor(http) {
@@ -72,6 +72,36 @@ export class SlackChannelBindingResource {
72
72
  async create(input) {
73
73
  return this.http.request(`/api/v1/slack_channel_bindings`, { method: "POST", body: input });
74
74
  }
75
+ /**
76
+ * Start adding a customer over Slack Connect
77
+ * Opens a Slack Connect channel with a new customer — creating one and sending
78
+ * the invite, or adopting a shared channel you already have — and records who is
79
+ * adding whom so the addition can finish once the customer accepts.
80
+ * The returned binding is **pending**: nothing mirrors, and no per-customer Team,
81
+ * agent, or solution instance exists yet. Acceptance is asynchronous and may
82
+ * never come. When it does, the addition completes in the background under the
83
+ * identity of the admin who called this endpoint, re-checked live at that moment.
84
+ * A caller who has since lost their admin role does not get a substitute — the
85
+ * addition is refused and a human re-adds the customer.
86
+ * The caller must be an admin of the Slack integration's own organization. This
87
+ * is the same authority the completion demands, checked here so a customer is
88
+ * never invited into a channel whose addition can never finish.
89
+ * Deliberately not exposed as a script binding: this sends mail to a person
90
+ * outside the org, so it stays a vendor-admin HTTP surface.
91
+ * @param input - Request body.
92
+ * @param input.channel_name - Name for a Slack channel to create for this customer. Required unless `existing_channel_id` is given. The channel is created private.
93
+ * @param input.customer_email - Address the Slack Connect invite is sent to. Required when creating a channel; optional when adopting one the customer is already in. Whoever accepts becomes the verified counterparty.
94
+ * @param input.customer_key - The vendor's own primary key for this customer (`customer_id` / `account_id` / `tenant_id`). The per-customer agent's data access is locked to it. Immutable once the customer is added: re-targeting means offboarding and re-provisioning.
95
+ * @param input.customer_label - Human-readable name for the customer (e.g. `Acme, Inc.`). Used for the vendor's own dashboards and as the per-customer Team's name. Not an identity or an access control input.
96
+ * @param input.existing_channel_id - Adopt this already-shared Slack Connect channel (e.g. `C01234ABCDE`) instead of creating one. Mutually exclusive with `channel_name`.
97
+ * @param input.inputs - String-keyed values the per-customer solution instance is stamped with. Defaults to an empty map.
98
+ * @param input.slack_team_id - Slack workspace team ID of the vendor's own Slack installation (e.g. `T01234ABCDE`). The customer's workspace is not known yet — it resolves from whoever accepts.
99
+ * @param input.template_config_id - Config ID (`cfg_…`) of the org-installed Solution the per-customer instance is stamped from. Must be the organization's own installed copy, not the catalog original — instances stamped from a different config do not appear in the vendor's customer fleet.
100
+ * @returns The pending binding for the customer's channel. `disclosure_state` is `pending` until the customer accepts, and `scope_key` is null until the addition finishes.
101
+ */
102
+ async provision(input) {
103
+ return this.http.request(`/api/v1/slack_channel_bindings/provision`, { method: "POST", body: input });
104
+ }
75
105
  /**
76
106
  * Delete a Slack channel binding
77
107
  * Removes the binding between a Slack channel and its associated team. The