@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.
@@ -3877,7 +3877,14 @@
3877
3877
  ],
3878
3878
  "responses": {
3879
3879
  "200": {
3880
- "description": "OK"
3880
+ "description": "OK",
3881
+ "content": {
3882
+ "application/json": {
3883
+ "schema": {
3884
+ "$ref": "#/components/schemas/MemberListResponse"
3885
+ }
3886
+ }
3887
+ }
3881
3888
  }
3882
3889
  }
3883
3890
  }
@@ -3901,7 +3908,24 @@
3901
3908
  ],
3902
3909
  "responses": {
3903
3910
  "200": {
3904
- "description": "OK"
3911
+ "description": "OK",
3912
+ "content": {
3913
+ "application/json": {
3914
+ "schema": {
3915
+ "$ref": "#/components/schemas/MemberDetailResponse"
3916
+ }
3917
+ }
3918
+ }
3919
+ },
3920
+ "404": {
3921
+ "description": "Not Found",
3922
+ "content": {
3923
+ "application/json": {
3924
+ "schema": {
3925
+ "$ref": "#/components/schemas/ProblemDetails"
3926
+ }
3927
+ }
3928
+ }
3905
3929
  }
3906
3930
  }
3907
3931
  },
@@ -3942,7 +3966,24 @@
3942
3966
  },
3943
3967
  "responses": {
3944
3968
  "200": {
3945
- "description": "OK"
3969
+ "description": "OK",
3970
+ "content": {
3971
+ "application/json": {
3972
+ "schema": {
3973
+ "$ref": "#/components/schemas/MemberDetailResponse"
3974
+ }
3975
+ }
3976
+ }
3977
+ },
3978
+ "404": {
3979
+ "description": "Not Found",
3980
+ "content": {
3981
+ "application/json": {
3982
+ "schema": {
3983
+ "$ref": "#/components/schemas/ProblemDetails"
3984
+ }
3985
+ }
3986
+ }
3946
3987
  }
3947
3988
  }
3948
3989
  },
@@ -3963,8 +4004,18 @@
3963
4004
  }
3964
4005
  ],
3965
4006
  "responses": {
3966
- "200": {
3967
- "description": "OK"
4007
+ "204": {
4008
+ "description": "No Content"
4009
+ },
4010
+ "404": {
4011
+ "description": "Not Found",
4012
+ "content": {
4013
+ "application/json": {
4014
+ "schema": {
4015
+ "$ref": "#/components/schemas/ProblemDetails"
4016
+ }
4017
+ }
4018
+ }
3968
4019
  }
3969
4020
  }
3970
4021
  }
@@ -3995,8 +4046,45 @@
3995
4046
  }
3996
4047
  },
3997
4048
  "responses": {
3998
- "200": {
3999
- "description": "OK"
4049
+ "201": {
4050
+ "description": "Created",
4051
+ "content": {
4052
+ "application/json": {
4053
+ "schema": {
4054
+ "$ref": "#/components/schemas/MemberDetailResponse"
4055
+ }
4056
+ }
4057
+ }
4058
+ },
4059
+ "400": {
4060
+ "description": "Bad Request",
4061
+ "content": {
4062
+ "application/json": {
4063
+ "schema": {
4064
+ "$ref": "#/components/schemas/ProblemDetails"
4065
+ }
4066
+ }
4067
+ }
4068
+ },
4069
+ "404": {
4070
+ "description": "Not Found",
4071
+ "content": {
4072
+ "application/json": {
4073
+ "schema": {
4074
+ "$ref": "#/components/schemas/ProblemDetails"
4075
+ }
4076
+ }
4077
+ }
4078
+ },
4079
+ "409": {
4080
+ "description": "Conflict",
4081
+ "content": {
4082
+ "application/json": {
4083
+ "schema": {
4084
+ "$ref": "#/components/schemas/ProblemDetails"
4085
+ }
4086
+ }
4087
+ }
4000
4088
  }
4001
4089
  }
4002
4090
  }
@@ -4009,7 +4097,14 @@
4009
4097
  "summary": "List all roles in the current tenant.",
4010
4098
  "responses": {
4011
4099
  "200": {
4012
- "description": "OK"
4100
+ "description": "OK",
4101
+ "content": {
4102
+ "application/json": {
4103
+ "schema": {
4104
+ "$ref": "#/components/schemas/TenantRoleListResponse"
4105
+ }
4106
+ }
4107
+ }
4013
4108
  }
4014
4109
  }
4015
4110
  }
@@ -5658,7 +5753,14 @@
5658
5753
  ],
5659
5754
  "responses": {
5660
5755
  "200": {
5661
- "description": "OK"
5756
+ "description": "OK",
5757
+ "content": {
5758
+ "application/json": {
5759
+ "schema": {
5760
+ "$ref": "#/components/schemas/TenantListResponse"
5761
+ }
5762
+ }
5763
+ }
5662
5764
  }
5663
5765
  }
5664
5766
  },
@@ -5686,8 +5788,15 @@
5686
5788
  }
5687
5789
  },
5688
5790
  "responses": {
5689
- "200": {
5690
- "description": "OK"
5791
+ "201": {
5792
+ "description": "Created",
5793
+ "content": {
5794
+ "application/json": {
5795
+ "schema": {
5796
+ "$ref": "#/components/schemas/TenantResponse"
5797
+ }
5798
+ }
5799
+ }
5691
5800
  }
5692
5801
  }
5693
5802
  }
@@ -5710,7 +5819,24 @@
5710
5819
  ],
5711
5820
  "responses": {
5712
5821
  "200": {
5713
- "description": "OK"
5822
+ "description": "OK",
5823
+ "content": {
5824
+ "application/json": {
5825
+ "schema": {
5826
+ "$ref": "#/components/schemas/TenantResponse"
5827
+ }
5828
+ }
5829
+ }
5830
+ },
5831
+ "404": {
5832
+ "description": "Not Found",
5833
+ "content": {
5834
+ "application/json": {
5835
+ "schema": {
5836
+ "$ref": "#/components/schemas/ProblemDetails"
5837
+ }
5838
+ }
5839
+ }
5714
5840
  }
5715
5841
  }
5716
5842
  },
@@ -5750,7 +5876,24 @@
5750
5876
  },
5751
5877
  "responses": {
5752
5878
  "200": {
5753
- "description": "OK"
5879
+ "description": "OK",
5880
+ "content": {
5881
+ "application/json": {
5882
+ "schema": {
5883
+ "$ref": "#/components/schemas/TenantResponse"
5884
+ }
5885
+ }
5886
+ }
5887
+ },
5888
+ "404": {
5889
+ "description": "Not Found",
5890
+ "content": {
5891
+ "application/json": {
5892
+ "schema": {
5893
+ "$ref": "#/components/schemas/ProblemDetails"
5894
+ }
5895
+ }
5896
+ }
5754
5897
  }
5755
5898
  }
5756
5899
  },
@@ -5770,8 +5913,18 @@
5770
5913
  }
5771
5914
  ],
5772
5915
  "responses": {
5773
- "200": {
5774
- "description": "OK"
5916
+ "204": {
5917
+ "description": "No Content"
5918
+ },
5919
+ "404": {
5920
+ "description": "Not Found",
5921
+ "content": {
5922
+ "application/json": {
5923
+ "schema": {
5924
+ "$ref": "#/components/schemas/ProblemDetails"
5925
+ }
5926
+ }
5927
+ }
5775
5928
  }
5776
5929
  }
5777
5930
  }
@@ -7531,7 +7684,14 @@
7531
7684
  ],
7532
7685
  "responses": {
7533
7686
  "200": {
7534
- "description": "OK"
7687
+ "description": "OK",
7688
+ "content": {
7689
+ "application/json": {
7690
+ "schema": {
7691
+ "$ref": "#/components/schemas/WorkspaceListResponse"
7692
+ }
7693
+ }
7694
+ }
7535
7695
  }
7536
7696
  }
7537
7697
  },
@@ -7559,8 +7719,15 @@
7559
7719
  }
7560
7720
  },
7561
7721
  "responses": {
7562
- "200": {
7563
- "description": "OK"
7722
+ "201": {
7723
+ "description": "Created",
7724
+ "content": {
7725
+ "application/json": {
7726
+ "schema": {
7727
+ "$ref": "#/components/schemas/WorkspaceResponse"
7728
+ }
7729
+ }
7730
+ }
7564
7731
  }
7565
7732
  }
7566
7733
  }
@@ -7583,7 +7750,24 @@
7583
7750
  ],
7584
7751
  "responses": {
7585
7752
  "200": {
7586
- "description": "OK"
7753
+ "description": "OK",
7754
+ "content": {
7755
+ "application/json": {
7756
+ "schema": {
7757
+ "$ref": "#/components/schemas/WorkspaceResponse"
7758
+ }
7759
+ }
7760
+ }
7761
+ },
7762
+ "404": {
7763
+ "description": "Not Found",
7764
+ "content": {
7765
+ "application/json": {
7766
+ "schema": {
7767
+ "$ref": "#/components/schemas/ProblemDetails"
7768
+ }
7769
+ }
7770
+ }
7587
7771
  }
7588
7772
  }
7589
7773
  },
@@ -7623,7 +7807,24 @@
7623
7807
  },
7624
7808
  "responses": {
7625
7809
  "200": {
7626
- "description": "OK"
7810
+ "description": "OK",
7811
+ "content": {
7812
+ "application/json": {
7813
+ "schema": {
7814
+ "$ref": "#/components/schemas/WorkspaceResponse"
7815
+ }
7816
+ }
7817
+ }
7818
+ },
7819
+ "404": {
7820
+ "description": "Not Found",
7821
+ "content": {
7822
+ "application/json": {
7823
+ "schema": {
7824
+ "$ref": "#/components/schemas/ProblemDetails"
7825
+ }
7826
+ }
7827
+ }
7627
7828
  }
7628
7829
  }
7629
7830
  },
@@ -7643,8 +7844,18 @@
7643
7844
  }
7644
7845
  ],
7645
7846
  "responses": {
7646
- "200": {
7647
- "description": "OK"
7847
+ "204": {
7848
+ "description": "No Content"
7849
+ },
7850
+ "404": {
7851
+ "description": "Not Found",
7852
+ "content": {
7853
+ "application/json": {
7854
+ "schema": {
7855
+ "$ref": "#/components/schemas/ProblemDetails"
7856
+ }
7857
+ }
7858
+ }
7648
7859
  }
7649
7860
  }
7650
7861
  }
@@ -9395,6 +9606,97 @@
9395
9606
  },
9396
9607
  "additionalProperties": false
9397
9608
  },
9609
+ "MemberDetailResponse": {
9610
+ "type": "object",
9611
+ "properties": {
9612
+ "id": {
9613
+ "type": "string",
9614
+ "format": "uuid"
9615
+ },
9616
+ "user_id": {
9617
+ "type": "string",
9618
+ "format": "uuid"
9619
+ },
9620
+ "tenant_id": {
9621
+ "type": "string",
9622
+ "format": "uuid"
9623
+ },
9624
+ "role_id": {
9625
+ "type": "string",
9626
+ "format": "uuid"
9627
+ },
9628
+ "role_name": {
9629
+ "type": "string",
9630
+ "nullable": true
9631
+ },
9632
+ "workspaces": {
9633
+ "type": "array",
9634
+ "items": {
9635
+ "$ref": "#/components/schemas/MemberWorkspaceAssignment"
9636
+ },
9637
+ "nullable": true
9638
+ },
9639
+ "created_at": {
9640
+ "type": "string",
9641
+ "format": "date-time"
9642
+ },
9643
+ "updated_at": {
9644
+ "type": "string",
9645
+ "format": "date-time"
9646
+ },
9647
+ "email": {
9648
+ "type": "string",
9649
+ "nullable": true
9650
+ },
9651
+ "display_name": {
9652
+ "type": "string",
9653
+ "nullable": true
9654
+ }
9655
+ },
9656
+ "additionalProperties": false
9657
+ },
9658
+ "MemberListResponse": {
9659
+ "type": "object",
9660
+ "properties": {
9661
+ "items": {
9662
+ "type": "array",
9663
+ "items": {
9664
+ "$ref": "#/components/schemas/MemberDetailResponse"
9665
+ },
9666
+ "nullable": true
9667
+ },
9668
+ "total": {
9669
+ "type": "integer",
9670
+ "format": "int32"
9671
+ },
9672
+ "offset": {
9673
+ "type": "integer",
9674
+ "format": "int32"
9675
+ },
9676
+ "limit": {
9677
+ "type": "integer",
9678
+ "format": "int32"
9679
+ },
9680
+ "has_more": {
9681
+ "type": "boolean"
9682
+ }
9683
+ },
9684
+ "additionalProperties": false
9685
+ },
9686
+ "MemberWorkspaceAssignment": {
9687
+ "type": "object",
9688
+ "properties": {
9689
+ "id": {
9690
+ "type": "string",
9691
+ "format": "uuid"
9692
+ },
9693
+ "name": {
9694
+ "type": "string",
9695
+ "nullable": true
9696
+ }
9697
+ },
9698
+ "additionalProperties": false
9699
+ },
9398
9700
  "NodeCatalogResponse": {
9399
9701
  "required": [
9400
9702
  "nodes",
@@ -10321,6 +10623,75 @@
10321
10623
  },
10322
10624
  "additionalProperties": false
10323
10625
  },
10626
+ "TenantListResponse": {
10627
+ "type": "object",
10628
+ "properties": {
10629
+ "items": {
10630
+ "type": "array",
10631
+ "items": {
10632
+ "$ref": "#/components/schemas/TenantResponse"
10633
+ },
10634
+ "nullable": true
10635
+ }
10636
+ },
10637
+ "additionalProperties": false
10638
+ },
10639
+ "TenantResponse": {
10640
+ "type": "object",
10641
+ "properties": {
10642
+ "id": {
10643
+ "type": "string",
10644
+ "format": "uuid"
10645
+ },
10646
+ "name": {
10647
+ "type": "string",
10648
+ "nullable": true
10649
+ },
10650
+ "slug": {
10651
+ "type": "string",
10652
+ "nullable": true
10653
+ },
10654
+ "created_at": {
10655
+ "type": "string",
10656
+ "format": "date-time"
10657
+ },
10658
+ "updated_at": {
10659
+ "type": "string",
10660
+ "format": "date-time"
10661
+ }
10662
+ },
10663
+ "additionalProperties": false
10664
+ },
10665
+ "TenantRoleListResponse": {
10666
+ "type": "object",
10667
+ "properties": {
10668
+ "items": {
10669
+ "type": "array",
10670
+ "items": {
10671
+ "$ref": "#/components/schemas/TenantRoleResponse"
10672
+ },
10673
+ "nullable": true
10674
+ }
10675
+ },
10676
+ "additionalProperties": false
10677
+ },
10678
+ "TenantRoleResponse": {
10679
+ "type": "object",
10680
+ "properties": {
10681
+ "id": {
10682
+ "type": "string",
10683
+ "format": "uuid"
10684
+ },
10685
+ "name": {
10686
+ "type": "string",
10687
+ "nullable": true
10688
+ },
10689
+ "is_system": {
10690
+ "type": "boolean"
10691
+ }
10692
+ },
10693
+ "additionalProperties": false
10694
+ },
10324
10695
  "TestTriggerRequest": {
10325
10696
  "type": "object",
10326
10697
  "properties": {
@@ -11083,6 +11454,49 @@
11083
11454
  }
11084
11455
  },
11085
11456
  "additionalProperties": false
11457
+ },
11458
+ "WorkspaceListResponse": {
11459
+ "type": "object",
11460
+ "properties": {
11461
+ "items": {
11462
+ "type": "array",
11463
+ "items": {
11464
+ "$ref": "#/components/schemas/WorkspaceResponse"
11465
+ },
11466
+ "nullable": true
11467
+ }
11468
+ },
11469
+ "additionalProperties": false
11470
+ },
11471
+ "WorkspaceResponse": {
11472
+ "type": "object",
11473
+ "properties": {
11474
+ "id": {
11475
+ "type": "string",
11476
+ "format": "uuid"
11477
+ },
11478
+ "tenant_id": {
11479
+ "type": "string",
11480
+ "format": "uuid"
11481
+ },
11482
+ "name": {
11483
+ "type": "string",
11484
+ "nullable": true
11485
+ },
11486
+ "slug": {
11487
+ "type": "string",
11488
+ "nullable": true
11489
+ },
11490
+ "created_at": {
11491
+ "type": "string",
11492
+ "format": "date-time"
11493
+ },
11494
+ "updated_at": {
11495
+ "type": "string",
11496
+ "format": "date-time"
11497
+ }
11498
+ },
11499
+ "additionalProperties": false
11086
11500
  }
11087
11501
  }
11088
11502
  },