@agent-os-sdk/client 0.7.5 → 0.7.7

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.
@@ -3958,7 +3958,9 @@ export interface paths {
3958
3958
  headers: {
3959
3959
  [name: string]: unknown;
3960
3960
  };
3961
- content?: never;
3961
+ content: {
3962
+ "application/json": components["schemas"]["MemberListResponse"];
3963
+ };
3962
3964
  };
3963
3965
  };
3964
3966
  };
@@ -3994,7 +3996,18 @@ export interface paths {
3994
3996
  headers: {
3995
3997
  [name: string]: unknown;
3996
3998
  };
3997
- content?: never;
3999
+ content: {
4000
+ "application/json": components["schemas"]["MemberDetailResponse"];
4001
+ };
4002
+ };
4003
+ /** @description Not Found */
4004
+ 404: {
4005
+ headers: {
4006
+ [name: string]: unknown;
4007
+ };
4008
+ content: {
4009
+ "application/json": components["schemas"]["ProblemDetails"];
4010
+ };
3998
4011
  };
3999
4012
  };
4000
4013
  };
@@ -4021,7 +4034,18 @@ export interface paths {
4021
4034
  headers: {
4022
4035
  [name: string]: unknown;
4023
4036
  };
4024
- content?: never;
4037
+ content: {
4038
+ "application/json": components["schemas"]["MemberDetailResponse"];
4039
+ };
4040
+ };
4041
+ /** @description Not Found */
4042
+ 404: {
4043
+ headers: {
4044
+ [name: string]: unknown;
4045
+ };
4046
+ content: {
4047
+ "application/json": components["schemas"]["ProblemDetails"];
4048
+ };
4025
4049
  };
4026
4050
  };
4027
4051
  };
@@ -4038,13 +4062,22 @@ export interface paths {
4038
4062
  };
4039
4063
  requestBody?: never;
4040
4064
  responses: {
4041
- /** @description OK */
4042
- 200: {
4065
+ /** @description No Content */
4066
+ 204: {
4043
4067
  headers: {
4044
4068
  [name: string]: unknown;
4045
4069
  };
4046
4070
  content?: never;
4047
4071
  };
4072
+ /** @description Not Found */
4073
+ 404: {
4074
+ headers: {
4075
+ [name: string]: unknown;
4076
+ };
4077
+ content: {
4078
+ "application/json": components["schemas"]["ProblemDetails"];
4079
+ };
4080
+ };
4048
4081
  };
4049
4082
  };
4050
4083
  options?: never;
@@ -4077,12 +4110,41 @@ export interface paths {
4077
4110
  };
4078
4111
  };
4079
4112
  responses: {
4080
- /** @description OK */
4081
- 200: {
4113
+ /** @description Created */
4114
+ 201: {
4082
4115
  headers: {
4083
4116
  [name: string]: unknown;
4084
4117
  };
4085
- content?: never;
4118
+ content: {
4119
+ "application/json": components["schemas"]["MemberDetailResponse"];
4120
+ };
4121
+ };
4122
+ /** @description Bad Request */
4123
+ 400: {
4124
+ headers: {
4125
+ [name: string]: unknown;
4126
+ };
4127
+ content: {
4128
+ "application/json": components["schemas"]["ProblemDetails"];
4129
+ };
4130
+ };
4131
+ /** @description Not Found */
4132
+ 404: {
4133
+ headers: {
4134
+ [name: string]: unknown;
4135
+ };
4136
+ content: {
4137
+ "application/json": components["schemas"]["ProblemDetails"];
4138
+ };
4139
+ };
4140
+ /** @description Conflict */
4141
+ 409: {
4142
+ headers: {
4143
+ [name: string]: unknown;
4144
+ };
4145
+ content: {
4146
+ "application/json": components["schemas"]["ProblemDetails"];
4147
+ };
4086
4148
  };
4087
4149
  };
4088
4150
  };
@@ -4114,7 +4176,9 @@ export interface paths {
4114
4176
  headers: {
4115
4177
  [name: string]: unknown;
4116
4178
  };
4117
- content?: never;
4179
+ content: {
4180
+ "application/json": components["schemas"]["TenantRoleListResponse"];
4181
+ };
4118
4182
  };
4119
4183
  };
4120
4184
  };
@@ -5891,7 +5955,9 @@ export interface paths {
5891
5955
  headers: {
5892
5956
  [name: string]: unknown;
5893
5957
  };
5894
- content?: never;
5958
+ content: {
5959
+ "application/json": components["schemas"]["TenantListResponse"];
5960
+ };
5895
5961
  };
5896
5962
  };
5897
5963
  };
@@ -5911,12 +5977,14 @@ export interface paths {
5911
5977
  };
5912
5978
  };
5913
5979
  responses: {
5914
- /** @description OK */
5915
- 200: {
5980
+ /** @description Created */
5981
+ 201: {
5916
5982
  headers: {
5917
5983
  [name: string]: unknown;
5918
5984
  };
5919
- content?: never;
5985
+ content: {
5986
+ "application/json": components["schemas"]["TenantResponse"];
5987
+ };
5920
5988
  };
5921
5989
  };
5922
5990
  };
@@ -5949,7 +6017,18 @@ export interface paths {
5949
6017
  headers: {
5950
6018
  [name: string]: unknown;
5951
6019
  };
5952
- content?: never;
6020
+ content: {
6021
+ "application/json": components["schemas"]["TenantResponse"];
6022
+ };
6023
+ };
6024
+ /** @description Not Found */
6025
+ 404: {
6026
+ headers: {
6027
+ [name: string]: unknown;
6028
+ };
6029
+ content: {
6030
+ "application/json": components["schemas"]["ProblemDetails"];
6031
+ };
5953
6032
  };
5954
6033
  };
5955
6034
  };
@@ -5975,7 +6054,18 @@ export interface paths {
5975
6054
  headers: {
5976
6055
  [name: string]: unknown;
5977
6056
  };
5978
- content?: never;
6057
+ content: {
6058
+ "application/json": components["schemas"]["TenantResponse"];
6059
+ };
6060
+ };
6061
+ /** @description Not Found */
6062
+ 404: {
6063
+ headers: {
6064
+ [name: string]: unknown;
6065
+ };
6066
+ content: {
6067
+ "application/json": components["schemas"]["ProblemDetails"];
6068
+ };
5979
6069
  };
5980
6070
  };
5981
6071
  };
@@ -5991,13 +6081,22 @@ export interface paths {
5991
6081
  };
5992
6082
  requestBody?: never;
5993
6083
  responses: {
5994
- /** @description OK */
5995
- 200: {
6084
+ /** @description No Content */
6085
+ 204: {
5996
6086
  headers: {
5997
6087
  [name: string]: unknown;
5998
6088
  };
5999
6089
  content?: never;
6000
6090
  };
6091
+ /** @description Not Found */
6092
+ 404: {
6093
+ headers: {
6094
+ [name: string]: unknown;
6095
+ };
6096
+ content: {
6097
+ "application/json": components["schemas"]["ProblemDetails"];
6098
+ };
6099
+ };
6001
6100
  };
6002
6101
  };
6003
6102
  options?: never;
@@ -7935,7 +8034,9 @@ export interface paths {
7935
8034
  headers: {
7936
8035
  [name: string]: unknown;
7937
8036
  };
7938
- content?: never;
8037
+ content: {
8038
+ "application/json": components["schemas"]["WorkspaceListResponse"];
8039
+ };
7939
8040
  };
7940
8041
  };
7941
8042
  };
@@ -7955,12 +8056,14 @@ export interface paths {
7955
8056
  };
7956
8057
  };
7957
8058
  responses: {
7958
- /** @description OK */
7959
- 200: {
8059
+ /** @description Created */
8060
+ 201: {
7960
8061
  headers: {
7961
8062
  [name: string]: unknown;
7962
8063
  };
7963
- content?: never;
8064
+ content: {
8065
+ "application/json": components["schemas"]["WorkspaceResponse"];
8066
+ };
7964
8067
  };
7965
8068
  };
7966
8069
  };
@@ -7993,7 +8096,18 @@ export interface paths {
7993
8096
  headers: {
7994
8097
  [name: string]: unknown;
7995
8098
  };
7996
- content?: never;
8099
+ content: {
8100
+ "application/json": components["schemas"]["WorkspaceResponse"];
8101
+ };
8102
+ };
8103
+ /** @description Not Found */
8104
+ 404: {
8105
+ headers: {
8106
+ [name: string]: unknown;
8107
+ };
8108
+ content: {
8109
+ "application/json": components["schemas"]["ProblemDetails"];
8110
+ };
7997
8111
  };
7998
8112
  };
7999
8113
  };
@@ -8019,7 +8133,18 @@ export interface paths {
8019
8133
  headers: {
8020
8134
  [name: string]: unknown;
8021
8135
  };
8022
- content?: never;
8136
+ content: {
8137
+ "application/json": components["schemas"]["WorkspaceResponse"];
8138
+ };
8139
+ };
8140
+ /** @description Not Found */
8141
+ 404: {
8142
+ headers: {
8143
+ [name: string]: unknown;
8144
+ };
8145
+ content: {
8146
+ "application/json": components["schemas"]["ProblemDetails"];
8147
+ };
8023
8148
  };
8024
8149
  };
8025
8150
  };
@@ -8035,13 +8160,22 @@ export interface paths {
8035
8160
  };
8036
8161
  requestBody?: never;
8037
8162
  responses: {
8038
- /** @description OK */
8039
- 200: {
8163
+ /** @description No Content */
8164
+ 204: {
8040
8165
  headers: {
8041
8166
  [name: string]: unknown;
8042
8167
  };
8043
8168
  content?: never;
8044
8169
  };
8170
+ /** @description Not Found */
8171
+ 404: {
8172
+ headers: {
8173
+ [name: string]: unknown;
8174
+ };
8175
+ content: {
8176
+ "application/json": components["schemas"]["ProblemDetails"];
8177
+ };
8178
+ };
8045
8179
  };
8046
8180
  };
8047
8181
  options?: never;
@@ -8699,6 +8833,39 @@ export interface components {
8699
8833
  method?: string | null;
8700
8834
  params?: unknown;
8701
8835
  };
8836
+ MemberDetailResponse: {
8837
+ /** Format: uuid */
8838
+ id?: string;
8839
+ /** Format: uuid */
8840
+ user_id?: string;
8841
+ /** Format: uuid */
8842
+ tenant_id?: string;
8843
+ /** Format: uuid */
8844
+ role_id?: string;
8845
+ role_name?: string | null;
8846
+ workspaces?: components["schemas"]["MemberWorkspaceAssignment"][] | null;
8847
+ /** Format: date-time */
8848
+ created_at?: string;
8849
+ /** Format: date-time */
8850
+ updated_at?: string;
8851
+ email?: string | null;
8852
+ display_name?: string | null;
8853
+ };
8854
+ MemberListResponse: {
8855
+ items?: components["schemas"]["MemberDetailResponse"][] | null;
8856
+ /** Format: int32 */
8857
+ total?: number;
8858
+ /** Format: int32 */
8859
+ offset?: number;
8860
+ /** Format: int32 */
8861
+ limit?: number;
8862
+ has_more?: boolean;
8863
+ };
8864
+ MemberWorkspaceAssignment: {
8865
+ /** Format: uuid */
8866
+ id?: string;
8867
+ name?: string | null;
8868
+ };
8702
8869
  NodeCatalogResponse: {
8703
8870
  version: string | null;
8704
8871
  nodes: components["schemas"]["NodeTypeDto"][] | null;
@@ -9019,6 +9186,28 @@ export interface components {
9019
9186
  input_json?: string | null;
9020
9187
  stream_mode?: string | null;
9021
9188
  };
9189
+ TenantListResponse: {
9190
+ items?: components["schemas"]["TenantResponse"][] | null;
9191
+ };
9192
+ TenantResponse: {
9193
+ /** Format: uuid */
9194
+ id?: string;
9195
+ name?: string | null;
9196
+ slug?: string | null;
9197
+ /** Format: date-time */
9198
+ created_at?: string;
9199
+ /** Format: date-time */
9200
+ updated_at?: string;
9201
+ };
9202
+ TenantRoleListResponse: {
9203
+ items?: components["schemas"]["TenantRoleResponse"][] | null;
9204
+ };
9205
+ TenantRoleResponse: {
9206
+ /** Format: uuid */
9207
+ id?: string;
9208
+ name?: string | null;
9209
+ is_system?: boolean;
9210
+ };
9022
9211
  /**
9023
9212
  * @description Request body for POST /triggers/{id}/test.
9024
9213
  * Payload is optional - falls back to template example_payload.
@@ -9270,6 +9459,21 @@ export interface components {
9270
9459
  /** Format: double */
9271
9460
  duration_ms?: number | null;
9272
9461
  };
9462
+ WorkspaceListResponse: {
9463
+ items?: components["schemas"]["WorkspaceResponse"][] | null;
9464
+ };
9465
+ WorkspaceResponse: {
9466
+ /** Format: uuid */
9467
+ id?: string;
9468
+ /** Format: uuid */
9469
+ tenant_id?: string;
9470
+ name?: string | null;
9471
+ slug?: string | null;
9472
+ /** Format: date-time */
9473
+ created_at?: string;
9474
+ /** Format: date-time */
9475
+ updated_at?: string;
9476
+ };
9273
9477
  };
9274
9478
  responses: never;
9275
9479
  parameters: never;