@agent-os-sdk/client 0.7.4 → 0.7.6

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.
@@ -1628,7 +1628,9 @@ export interface paths {
1628
1628
  headers: {
1629
1629
  [name: string]: unknown;
1630
1630
  };
1631
- content?: never;
1631
+ content: {
1632
+ "application/json": components["schemas"]["CredentialListResponse"];
1633
+ };
1632
1634
  };
1633
1635
  /** @description Authentication required. */
1634
1636
  401: {
@@ -1668,7 +1670,9 @@ export interface paths {
1668
1670
  headers: {
1669
1671
  [name: string]: unknown;
1670
1672
  };
1671
- content?: never;
1673
+ content: {
1674
+ "application/json": components["schemas"]["CredentialCreatedResponse"];
1675
+ };
1672
1676
  };
1673
1677
  /** @description Invalid request (missing TypeId or WorkspaceId). */
1674
1678
  400: {
@@ -1721,7 +1725,9 @@ export interface paths {
1721
1725
  headers: {
1722
1726
  [name: string]: unknown;
1723
1727
  };
1724
- content?: never;
1728
+ content: {
1729
+ "application/json": components["schemas"]["CredentialDetailResponse"];
1730
+ };
1725
1731
  };
1726
1732
  /** @description Credential not found. */
1727
1733
  404: {
@@ -1764,7 +1770,9 @@ export interface paths {
1764
1770
  headers: {
1765
1771
  [name: string]: unknown;
1766
1772
  };
1767
- content?: never;
1773
+ content: {
1774
+ "application/json": components["schemas"]["CredentialUpdatedResponse"];
1775
+ };
1768
1776
  };
1769
1777
  /** @description Credential not found. */
1770
1778
  404: {
@@ -1813,7 +1821,9 @@ export interface paths {
1813
1821
  headers: {
1814
1822
  [name: string]: unknown;
1815
1823
  };
1816
- content?: never;
1824
+ content: {
1825
+ "application/json": components["schemas"]["CredentialAccessGrantedResponse"];
1826
+ };
1817
1827
  };
1818
1828
  /** @description Credential not found. */
1819
1829
  404: {
@@ -3948,7 +3958,9 @@ export interface paths {
3948
3958
  headers: {
3949
3959
  [name: string]: unknown;
3950
3960
  };
3951
- content?: never;
3961
+ content: {
3962
+ "application/json": components["schemas"]["MemberListResponse"];
3963
+ };
3952
3964
  };
3953
3965
  };
3954
3966
  };
@@ -3984,7 +3996,18 @@ export interface paths {
3984
3996
  headers: {
3985
3997
  [name: string]: unknown;
3986
3998
  };
3987
- 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
+ };
3988
4011
  };
3989
4012
  };
3990
4013
  };
@@ -4011,7 +4034,18 @@ export interface paths {
4011
4034
  headers: {
4012
4035
  [name: string]: unknown;
4013
4036
  };
4014
- 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
+ };
4015
4049
  };
4016
4050
  };
4017
4051
  };
@@ -4028,13 +4062,22 @@ export interface paths {
4028
4062
  };
4029
4063
  requestBody?: never;
4030
4064
  responses: {
4031
- /** @description OK */
4032
- 200: {
4065
+ /** @description No Content */
4066
+ 204: {
4033
4067
  headers: {
4034
4068
  [name: string]: unknown;
4035
4069
  };
4036
4070
  content?: never;
4037
4071
  };
4072
+ /** @description Not Found */
4073
+ 404: {
4074
+ headers: {
4075
+ [name: string]: unknown;
4076
+ };
4077
+ content: {
4078
+ "application/json": components["schemas"]["ProblemDetails"];
4079
+ };
4080
+ };
4038
4081
  };
4039
4082
  };
4040
4083
  options?: never;
@@ -4067,12 +4110,41 @@ export interface paths {
4067
4110
  };
4068
4111
  };
4069
4112
  responses: {
4070
- /** @description OK */
4071
- 200: {
4113
+ /** @description Created */
4114
+ 201: {
4072
4115
  headers: {
4073
4116
  [name: string]: unknown;
4074
4117
  };
4075
- 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
+ };
4076
4148
  };
4077
4149
  };
4078
4150
  };
@@ -4104,7 +4176,9 @@ export interface paths {
4104
4176
  headers: {
4105
4177
  [name: string]: unknown;
4106
4178
  };
4107
- content?: never;
4179
+ content: {
4180
+ "application/json": components["schemas"]["TenantRoleListResponse"];
4181
+ };
4108
4182
  };
4109
4183
  };
4110
4184
  };
@@ -5881,7 +5955,9 @@ export interface paths {
5881
5955
  headers: {
5882
5956
  [name: string]: unknown;
5883
5957
  };
5884
- content?: never;
5958
+ content: {
5959
+ "application/json": components["schemas"]["TenantListResponse"];
5960
+ };
5885
5961
  };
5886
5962
  };
5887
5963
  };
@@ -5901,12 +5977,14 @@ export interface paths {
5901
5977
  };
5902
5978
  };
5903
5979
  responses: {
5904
- /** @description OK */
5905
- 200: {
5980
+ /** @description Created */
5981
+ 201: {
5906
5982
  headers: {
5907
5983
  [name: string]: unknown;
5908
5984
  };
5909
- content?: never;
5985
+ content: {
5986
+ "application/json": components["schemas"]["TenantResponse"];
5987
+ };
5910
5988
  };
5911
5989
  };
5912
5990
  };
@@ -5939,7 +6017,18 @@ export interface paths {
5939
6017
  headers: {
5940
6018
  [name: string]: unknown;
5941
6019
  };
5942
- 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
+ };
5943
6032
  };
5944
6033
  };
5945
6034
  };
@@ -5965,7 +6054,18 @@ export interface paths {
5965
6054
  headers: {
5966
6055
  [name: string]: unknown;
5967
6056
  };
5968
- 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
+ };
5969
6069
  };
5970
6070
  };
5971
6071
  };
@@ -5981,13 +6081,22 @@ export interface paths {
5981
6081
  };
5982
6082
  requestBody?: never;
5983
6083
  responses: {
5984
- /** @description OK */
5985
- 200: {
6084
+ /** @description No Content */
6085
+ 204: {
5986
6086
  headers: {
5987
6087
  [name: string]: unknown;
5988
6088
  };
5989
6089
  content?: never;
5990
6090
  };
6091
+ /** @description Not Found */
6092
+ 404: {
6093
+ headers: {
6094
+ [name: string]: unknown;
6095
+ };
6096
+ content: {
6097
+ "application/json": components["schemas"]["ProblemDetails"];
6098
+ };
6099
+ };
5991
6100
  };
5992
6101
  };
5993
6102
  options?: never;
@@ -7925,7 +8034,9 @@ export interface paths {
7925
8034
  headers: {
7926
8035
  [name: string]: unknown;
7927
8036
  };
7928
- content?: never;
8037
+ content: {
8038
+ "application/json": components["schemas"]["WorkspaceListResponse"];
8039
+ };
7929
8040
  };
7930
8041
  };
7931
8042
  };
@@ -7945,12 +8056,14 @@ export interface paths {
7945
8056
  };
7946
8057
  };
7947
8058
  responses: {
7948
- /** @description OK */
7949
- 200: {
8059
+ /** @description Created */
8060
+ 201: {
7950
8061
  headers: {
7951
8062
  [name: string]: unknown;
7952
8063
  };
7953
- content?: never;
8064
+ content: {
8065
+ "application/json": components["schemas"]["WorkspaceResponse"];
8066
+ };
7954
8067
  };
7955
8068
  };
7956
8069
  };
@@ -7983,7 +8096,18 @@ export interface paths {
7983
8096
  headers: {
7984
8097
  [name: string]: unknown;
7985
8098
  };
7986
- 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
+ };
7987
8111
  };
7988
8112
  };
7989
8113
  };
@@ -8009,7 +8133,18 @@ export interface paths {
8009
8133
  headers: {
8010
8134
  [name: string]: unknown;
8011
8135
  };
8012
- 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
+ };
8013
8148
  };
8014
8149
  };
8015
8150
  };
@@ -8025,13 +8160,22 @@ export interface paths {
8025
8160
  };
8026
8161
  requestBody?: never;
8027
8162
  responses: {
8028
- /** @description OK */
8029
- 200: {
8163
+ /** @description No Content */
8164
+ 204: {
8030
8165
  headers: {
8031
8166
  [name: string]: unknown;
8032
8167
  };
8033
8168
  content?: never;
8034
8169
  };
8170
+ /** @description Not Found */
8171
+ 404: {
8172
+ headers: {
8173
+ [name: string]: unknown;
8174
+ };
8175
+ content: {
8176
+ "application/json": components["schemas"]["ProblemDetails"];
8177
+ };
8178
+ };
8035
8179
  };
8036
8180
  };
8037
8181
  options?: never;
@@ -8493,6 +8637,73 @@ export interface components {
8493
8637
  CreateWorkspaceRequest: {
8494
8638
  name?: string | null;
8495
8639
  };
8640
+ /** @description Response after granting access. */
8641
+ CredentialAccessGrantedResponse: {
8642
+ /** Format: uuid */
8643
+ id?: string;
8644
+ status?: string | null;
8645
+ };
8646
+ /** @description Response after creating a credential. */
8647
+ CredentialCreatedResponse: {
8648
+ /** Format: uuid */
8649
+ id?: string;
8650
+ name?: string | null;
8651
+ scope?: string | null;
8652
+ /** Format: uuid */
8653
+ tenant_id?: string;
8654
+ /** Format: uuid */
8655
+ workspace_id?: string | null;
8656
+ status?: string | null;
8657
+ /** Format: date-time */
8658
+ created_at?: string;
8659
+ };
8660
+ /** @description Detailed credential response including config. */
8661
+ CredentialDetailResponse: {
8662
+ /** Format: uuid */
8663
+ id?: string;
8664
+ name?: string | null;
8665
+ scope?: string | null;
8666
+ sharing_mode?: string | null;
8667
+ /** Format: uuid */
8668
+ tenant_id?: string;
8669
+ /** Format: uuid */
8670
+ workspace_id?: string | null;
8671
+ type_display_name?: string | null;
8672
+ type_key?: string | null;
8673
+ status?: string | null;
8674
+ /** Format: date-time */
8675
+ created_at?: string;
8676
+ public_config?: unknown;
8677
+ };
8678
+ /** @description Paginated list of credentials. */
8679
+ CredentialListResponse: {
8680
+ items?: components["schemas"]["CredentialResponse"][] | null;
8681
+ /** Format: int32 */
8682
+ total?: number;
8683
+ };
8684
+ /** @description Credential metadata (without encrypted values). */
8685
+ CredentialResponse: {
8686
+ /** Format: uuid */
8687
+ id?: string;
8688
+ name?: string | null;
8689
+ scope?: string | null;
8690
+ sharing_mode?: string | null;
8691
+ /** Format: uuid */
8692
+ tenant_id?: string;
8693
+ /** Format: uuid */
8694
+ workspace_id?: string | null;
8695
+ type?: string | null;
8696
+ status?: string | null;
8697
+ /** Format: date-time */
8698
+ created_at?: string;
8699
+ };
8700
+ /** @description Response after updating a credential. */
8701
+ CredentialUpdatedResponse: {
8702
+ /** Format: uuid */
8703
+ id?: string;
8704
+ status?: string | null;
8705
+ sharing_mode?: string | null;
8706
+ };
8496
8707
  DatasetResponse: {
8497
8708
  /** Format: uuid */
8498
8709
  id?: string;
@@ -8622,6 +8833,39 @@ export interface components {
8622
8833
  method?: string | null;
8623
8834
  params?: unknown;
8624
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
+ };
8625
8869
  NodeCatalogResponse: {
8626
8870
  version: string | null;
8627
8871
  nodes: components["schemas"]["NodeTypeDto"][] | null;
@@ -8942,6 +9186,28 @@ export interface components {
8942
9186
  input_json?: string | null;
8943
9187
  stream_mode?: string | null;
8944
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
+ };
8945
9211
  /**
8946
9212
  * @description Request body for POST /triggers/{id}/test.
8947
9213
  * Payload is optional - falls back to template example_payload.
@@ -9193,6 +9459,21 @@ export interface components {
9193
9459
  /** Format: double */
9194
9460
  duration_ms?: number | null;
9195
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
+ };
9196
9477
  };
9197
9478
  responses: never;
9198
9479
  parameters: never;