composio 0.1.2 → 0.1.4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -7
- data/README.md +6 -2
- data/lib/composio/api/apps_api.rb +9 -2
- data/lib/composio/api/logs_api.rb +9 -2
- data/lib/composio/models/app_query_dto.rb +14 -4
- data/lib/composio/models/get_logs_dto.rb +11 -1
- data/lib/composio/version.rb +1 -1
- data/spec/api/apps_api_spec.rb +1 -0
- data/spec/api/logs_api_spec.rb +1 -0
- data/spec/models/app_query_dto_spec.rb +6 -0
- data/spec/models/get_logs_dto_spec.rb +6 -0
- metadata +104 -104
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1c2b5564c6e76a2e1b6b905e9c3d31a56c017590f1cf0c069bdb8c41d3d5a1b
|
|
4
|
+
data.tar.gz: 7342b73ad7d92f68a6945da4120b374901def43d824ea1d8855a7d1bcf9052a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dd022a28f47742401799ad4ce7f7614f447184d034ee302b7ab5c83215e0337ebd8e7c4e47f6423b1be2e1e8504ab7182171f9ae5e0a47f1bbaf32f7ea49f38
|
|
7
|
+
data.tar.gz: 591c45e7a0533ff498dcd0529f9c9b59d0f4fbf9517614d28c8347b76c7ad73cc6a126dde5f61d0dfd0c5cc863b5a79e9b2b7c85afa9490a73b193cca70a9633
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
composio (0.1.
|
|
4
|
+
composio (0.1.4)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
|
7
7
|
|
|
@@ -29,7 +29,7 @@ GEM
|
|
|
29
29
|
method_source (1.1.0)
|
|
30
30
|
multipart-post (2.4.1)
|
|
31
31
|
parallel (1.26.3)
|
|
32
|
-
parser (3.3.
|
|
32
|
+
parser (3.3.5.0)
|
|
33
33
|
ast (~> 2.4.1)
|
|
34
34
|
racc
|
|
35
35
|
pry (0.14.2)
|
|
@@ -44,13 +44,12 @@ GEM
|
|
|
44
44
|
regexp_parser (2.9.2)
|
|
45
45
|
reline (0.5.9)
|
|
46
46
|
io-console (~> 0.5)
|
|
47
|
-
rexml (3.3.
|
|
48
|
-
strscan
|
|
47
|
+
rexml (3.3.7)
|
|
49
48
|
rspec (3.13.0)
|
|
50
49
|
rspec-core (~> 3.13.0)
|
|
51
50
|
rspec-expectations (~> 3.13.0)
|
|
52
51
|
rspec-mocks (~> 3.13.0)
|
|
53
|
-
rspec-core (3.13.
|
|
52
|
+
rspec-core (3.13.1)
|
|
54
53
|
rspec-support (~> 3.13.0)
|
|
55
54
|
rspec-expectations (3.13.2)
|
|
56
55
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -68,11 +67,10 @@ GEM
|
|
|
68
67
|
rubocop-ast (>= 1.2.0, < 2.0)
|
|
69
68
|
ruby-progressbar (~> 1.7)
|
|
70
69
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
71
|
-
rubocop-ast (1.32.
|
|
70
|
+
rubocop-ast (1.32.3)
|
|
72
71
|
parser (>= 3.3.1.0)
|
|
73
72
|
ruby-progressbar (1.13.0)
|
|
74
73
|
ruby2_keywords (0.0.5)
|
|
75
|
-
strscan (3.1.0)
|
|
76
74
|
unicode-display_width (2.5.0)
|
|
77
75
|
|
|
78
76
|
PLATFORMS
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Composio SDK: Equip your agent with high-quality tools and build your real-world usecase
|
|
8
8
|
|
|
9
|
-
[](https://rubygems.org/gems/composio/versions/0.1.4)
|
|
10
10
|
[](https://composio.dev)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
@@ -60,7 +60,7 @@ Composio SDK: Equip your agent with high-quality tools and build your real-world
|
|
|
60
60
|
Add to Gemfile:
|
|
61
61
|
|
|
62
62
|
```ruby
|
|
63
|
-
gem 'composio', '~> 0.1.
|
|
63
|
+
gem 'composio', '~> 0.1.4'
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -363,6 +363,7 @@ Retrieve a list of all applications based on query parameters.
|
|
|
363
363
|
```ruby
|
|
364
364
|
result = composio.apps.list(
|
|
365
365
|
category: "string_example",
|
|
366
|
+
include_local: "string_example",
|
|
366
367
|
)
|
|
367
368
|
p result
|
|
368
369
|
```
|
|
@@ -370,6 +371,7 @@ p result
|
|
|
370
371
|
#### ⚙️ Parameters<a id="⚙️-parameters"></a>
|
|
371
372
|
|
|
372
373
|
##### category: `String`<a id="category-string"></a>
|
|
374
|
+
##### include_local: `String`<a id="include_local-string"></a>
|
|
373
375
|
#### 🔄 Return<a id="🔄-return"></a>
|
|
374
376
|
|
|
375
377
|
[AppListResDTO](./lib/composio/models/app_list_res_dto.rb)
|
|
@@ -818,6 +820,7 @@ result = composio.logs.list(
|
|
|
818
820
|
status: "all",
|
|
819
821
|
search: "string_example",
|
|
820
822
|
integration_id: "string_example",
|
|
823
|
+
entity_id: "string_example",
|
|
821
824
|
limit: 10,
|
|
822
825
|
cursor: "string_example",
|
|
823
826
|
connection_id: "string_example",
|
|
@@ -832,6 +835,7 @@ p result
|
|
|
832
835
|
##### status: `String`<a id="status-string"></a>
|
|
833
836
|
##### search: `String`<a id="search-string"></a>
|
|
834
837
|
##### integration_id: `String`<a id="integration_id-string"></a>
|
|
838
|
+
##### entity_id: `String`<a id="entity_id-string"></a>
|
|
835
839
|
##### limit: `Float`<a id="limit-float"></a>
|
|
836
840
|
##### cursor: `String`<a id="cursor-string"></a>
|
|
837
841
|
##### connection_id: `String`<a id="connection_id-string"></a>
|
|
@@ -111,9 +111,11 @@ module Composio
|
|
|
111
111
|
# Retrieve a list of all applications based on query parameters.
|
|
112
112
|
#
|
|
113
113
|
# @param category [String]
|
|
114
|
+
# @param include_local [String]
|
|
114
115
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
115
|
-
def list(category: SENTINEL, extra: {})
|
|
116
|
+
def list(category: SENTINEL, include_local: SENTINEL, extra: {})
|
|
116
117
|
extra[:category] = category if category != SENTINEL
|
|
118
|
+
extra[:include_local] = include_local if include_local != SENTINEL
|
|
117
119
|
api_response = list_with_http_info_impl(extra)
|
|
118
120
|
api_response.data
|
|
119
121
|
end
|
|
@@ -123,9 +125,11 @@ module Composio
|
|
|
123
125
|
# Retrieve a list of all applications based on query parameters.
|
|
124
126
|
#
|
|
125
127
|
# @param category [String]
|
|
128
|
+
# @param include_local [String]
|
|
126
129
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
127
|
-
def list_with_http_info(category: SENTINEL, extra: {})
|
|
130
|
+
def list_with_http_info(category: SENTINEL, include_local: SENTINEL, extra: {})
|
|
128
131
|
extra[:category] = category if category != SENTINEL
|
|
132
|
+
extra[:include_local] = include_local if include_local != SENTINEL
|
|
129
133
|
list_with_http_info_impl(extra)
|
|
130
134
|
end
|
|
131
135
|
|
|
@@ -133,6 +137,7 @@ module Composio
|
|
|
133
137
|
# Retrieve a list of all applications based on query parameters.
|
|
134
138
|
# @param [Hash] opts the optional parameters
|
|
135
139
|
# @option opts [String] :category
|
|
140
|
+
# @option opts [String] :include_local
|
|
136
141
|
# @return [AppListResDTO]
|
|
137
142
|
private def list_impl(opts = {})
|
|
138
143
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
@@ -143,6 +148,7 @@ module Composio
|
|
|
143
148
|
# Retrieve a list of all applications based on query parameters.
|
|
144
149
|
# @param [Hash] opts the optional parameters
|
|
145
150
|
# @option opts [String] :category
|
|
151
|
+
# @option opts [String] :include_local
|
|
146
152
|
# @return [APIResponse] data is AppListResDTO, status code, headers and response
|
|
147
153
|
private def list_with_http_info_impl(opts = {})
|
|
148
154
|
if @api_client.config.debugging
|
|
@@ -154,6 +160,7 @@ module Composio
|
|
|
154
160
|
# query parameters
|
|
155
161
|
query_params = opts[:query_params] || {}
|
|
156
162
|
query_params[:'category'] = opts[:'category'] if !opts[:'category'].nil?
|
|
163
|
+
query_params[:'includeLocal'] = opts[:'include_local'] if !opts[:'include_local'].nil?
|
|
157
164
|
|
|
158
165
|
# header parameters
|
|
159
166
|
header_params = opts[:header_params] || {}
|
|
@@ -25,16 +25,18 @@ module Composio
|
|
|
25
25
|
# @param status [String]
|
|
26
26
|
# @param search [String]
|
|
27
27
|
# @param integration_id [String]
|
|
28
|
+
# @param entity_id [String]
|
|
28
29
|
# @param limit [Float]
|
|
29
30
|
# @param cursor [String]
|
|
30
31
|
# @param connection_id [String]
|
|
31
32
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
32
|
-
def list(type: SENTINEL, time: SENTINEL, status: SENTINEL, search: SENTINEL, integration_id: SENTINEL, limit: 10, cursor: SENTINEL, connection_id: SENTINEL, extra: {})
|
|
33
|
+
def list(type: SENTINEL, time: SENTINEL, status: SENTINEL, search: SENTINEL, integration_id: SENTINEL, entity_id: SENTINEL, limit: 10, cursor: SENTINEL, connection_id: SENTINEL, extra: {})
|
|
33
34
|
extra[:type] = type if type != SENTINEL
|
|
34
35
|
extra[:time] = time if time != SENTINEL
|
|
35
36
|
extra[:status] = status if status != SENTINEL
|
|
36
37
|
extra[:search] = search if search != SENTINEL
|
|
37
38
|
extra[:integration_id] = integration_id if integration_id != SENTINEL
|
|
39
|
+
extra[:entity_id] = entity_id if entity_id != SENTINEL
|
|
38
40
|
extra[:limit] = limit if limit != SENTINEL
|
|
39
41
|
extra[:cursor] = cursor if cursor != SENTINEL
|
|
40
42
|
extra[:connection_id] = connection_id if connection_id != SENTINEL
|
|
@@ -51,16 +53,18 @@ module Composio
|
|
|
51
53
|
# @param status [String]
|
|
52
54
|
# @param search [String]
|
|
53
55
|
# @param integration_id [String]
|
|
56
|
+
# @param entity_id [String]
|
|
54
57
|
# @param limit [Float]
|
|
55
58
|
# @param cursor [String]
|
|
56
59
|
# @param connection_id [String]
|
|
57
60
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
58
|
-
def list_with_http_info(type: SENTINEL, time: SENTINEL, status: SENTINEL, search: SENTINEL, integration_id: SENTINEL, limit: 10, cursor: SENTINEL, connection_id: SENTINEL, extra: {})
|
|
61
|
+
def list_with_http_info(type: SENTINEL, time: SENTINEL, status: SENTINEL, search: SENTINEL, integration_id: SENTINEL, entity_id: SENTINEL, limit: 10, cursor: SENTINEL, connection_id: SENTINEL, extra: {})
|
|
59
62
|
extra[:type] = type if type != SENTINEL
|
|
60
63
|
extra[:time] = time if time != SENTINEL
|
|
61
64
|
extra[:status] = status if status != SENTINEL
|
|
62
65
|
extra[:search] = search if search != SENTINEL
|
|
63
66
|
extra[:integration_id] = integration_id if integration_id != SENTINEL
|
|
67
|
+
extra[:entity_id] = entity_id if entity_id != SENTINEL
|
|
64
68
|
extra[:limit] = limit if limit != SENTINEL
|
|
65
69
|
extra[:cursor] = cursor if cursor != SENTINEL
|
|
66
70
|
extra[:connection_id] = connection_id if connection_id != SENTINEL
|
|
@@ -75,6 +79,7 @@ module Composio
|
|
|
75
79
|
# @option opts [String] :status
|
|
76
80
|
# @option opts [String] :search
|
|
77
81
|
# @option opts [String] :integration_id
|
|
82
|
+
# @option opts [String] :entity_id
|
|
78
83
|
# @option opts [Float] :limit (default to 10)
|
|
79
84
|
# @option opts [String] :cursor
|
|
80
85
|
# @option opts [String] :connection_id
|
|
@@ -92,6 +97,7 @@ module Composio
|
|
|
92
97
|
# @option opts [String] :status
|
|
93
98
|
# @option opts [String] :search
|
|
94
99
|
# @option opts [String] :integration_id
|
|
100
|
+
# @option opts [String] :entity_id
|
|
95
101
|
# @option opts [Float] :limit (default to 10)
|
|
96
102
|
# @option opts [String] :cursor
|
|
97
103
|
# @option opts [String] :connection_id
|
|
@@ -122,6 +128,7 @@ module Composio
|
|
|
122
128
|
query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
|
|
123
129
|
query_params[:'search'] = opts[:'search'] if !opts[:'search'].nil?
|
|
124
130
|
query_params[:'integrationId'] = opts[:'integration_id'] if !opts[:'integration_id'].nil?
|
|
131
|
+
query_params[:'entityId'] = opts[:'entity_id'] if !opts[:'entity_id'].nil?
|
|
125
132
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
126
133
|
query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
|
|
127
134
|
query_params[:'connectionId'] = opts[:'connection_id'] if !opts[:'connection_id'].nil?
|
|
@@ -14,10 +14,14 @@ module Composio
|
|
|
14
14
|
# Category of the app
|
|
15
15
|
attr_accessor :category
|
|
16
16
|
|
|
17
|
+
# Whether to include local tools or not
|
|
18
|
+
attr_accessor :include_local
|
|
19
|
+
|
|
17
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
18
21
|
def self.attribute_map
|
|
19
22
|
{
|
|
20
|
-
:'category' => :'category'
|
|
23
|
+
:'category' => :'category',
|
|
24
|
+
:'include_local' => :'includeLocal'
|
|
21
25
|
}
|
|
22
26
|
end
|
|
23
27
|
|
|
@@ -29,7 +33,8 @@ module Composio
|
|
|
29
33
|
# Attribute type mapping.
|
|
30
34
|
def self.openapi_types
|
|
31
35
|
{
|
|
32
|
-
:'category' => :'String'
|
|
36
|
+
:'category' => :'String',
|
|
37
|
+
:'include_local' => :'String'
|
|
33
38
|
}
|
|
34
39
|
end
|
|
35
40
|
|
|
@@ -57,6 +62,10 @@ module Composio
|
|
|
57
62
|
if attributes.key?(:'category')
|
|
58
63
|
self.category = attributes[:'category']
|
|
59
64
|
end
|
|
65
|
+
|
|
66
|
+
if attributes.key?(:'include_local')
|
|
67
|
+
self.include_local = attributes[:'include_local']
|
|
68
|
+
end
|
|
60
69
|
end
|
|
61
70
|
|
|
62
71
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -77,7 +86,8 @@ module Composio
|
|
|
77
86
|
def ==(o)
|
|
78
87
|
return true if self.equal?(o)
|
|
79
88
|
self.class == o.class &&
|
|
80
|
-
category == o.category
|
|
89
|
+
category == o.category &&
|
|
90
|
+
include_local == o.include_local
|
|
81
91
|
end
|
|
82
92
|
|
|
83
93
|
# @see the `==` method
|
|
@@ -89,7 +99,7 @@ module Composio
|
|
|
89
99
|
# Calculates hash code according to all attributes.
|
|
90
100
|
# @return [Integer] Hash code
|
|
91
101
|
def hash
|
|
92
|
-
[category].hash
|
|
102
|
+
[category, include_local].hash
|
|
93
103
|
end
|
|
94
104
|
|
|
95
105
|
# Builds the object from hash
|
|
@@ -26,6 +26,9 @@ module Composio
|
|
|
26
26
|
# Integration UUID
|
|
27
27
|
attr_accessor :integration_id
|
|
28
28
|
|
|
29
|
+
# Entity UUID
|
|
30
|
+
attr_accessor :entity_id
|
|
31
|
+
|
|
29
32
|
# Limit of the logs
|
|
30
33
|
attr_accessor :limit
|
|
31
34
|
|
|
@@ -43,6 +46,7 @@ module Composio
|
|
|
43
46
|
:'status' => :'status',
|
|
44
47
|
:'search' => :'search',
|
|
45
48
|
:'integration_id' => :'integrationId',
|
|
49
|
+
:'entity_id' => :'entityId',
|
|
46
50
|
:'limit' => :'limit',
|
|
47
51
|
:'cursor' => :'cursor',
|
|
48
52
|
:'connection_id' => :'connectionId'
|
|
@@ -62,6 +66,7 @@ module Composio
|
|
|
62
66
|
:'status' => :'Status',
|
|
63
67
|
:'search' => :'String',
|
|
64
68
|
:'integration_id' => :'String',
|
|
69
|
+
:'entity_id' => :'String',
|
|
65
70
|
:'limit' => :'Float',
|
|
66
71
|
:'cursor' => :'String',
|
|
67
72
|
:'connection_id' => :'String'
|
|
@@ -109,6 +114,10 @@ module Composio
|
|
|
109
114
|
self.integration_id = attributes[:'integration_id']
|
|
110
115
|
end
|
|
111
116
|
|
|
117
|
+
if attributes.key?(:'entity_id')
|
|
118
|
+
self.entity_id = attributes[:'entity_id']
|
|
119
|
+
end
|
|
120
|
+
|
|
112
121
|
if attributes.key?(:'limit')
|
|
113
122
|
self.limit = attributes[:'limit']
|
|
114
123
|
else
|
|
@@ -147,6 +156,7 @@ module Composio
|
|
|
147
156
|
status == o.status &&
|
|
148
157
|
search == o.search &&
|
|
149
158
|
integration_id == o.integration_id &&
|
|
159
|
+
entity_id == o.entity_id &&
|
|
150
160
|
limit == o.limit &&
|
|
151
161
|
cursor == o.cursor &&
|
|
152
162
|
connection_id == o.connection_id
|
|
@@ -161,7 +171,7 @@ module Composio
|
|
|
161
171
|
# Calculates hash code according to all attributes.
|
|
162
172
|
# @return [Integer] Hash code
|
|
163
173
|
def hash
|
|
164
|
-
[type, time, status, search, integration_id, limit, cursor, connection_id].hash
|
|
174
|
+
[type, time, status, search, integration_id, entity_id, limit, cursor, connection_id].hash
|
|
165
175
|
end
|
|
166
176
|
|
|
167
177
|
# Builds the object from hash
|
data/lib/composio/version.rb
CHANGED
data/spec/api/apps_api_spec.rb
CHANGED
|
@@ -43,6 +43,7 @@ describe 'AppsApi' do
|
|
|
43
43
|
# Retrieve a list of all applications based on query parameters.
|
|
44
44
|
# @param [Hash] opts the optional parameters
|
|
45
45
|
# @option opts [String] :category
|
|
46
|
+
# @option opts [String] :include_local
|
|
46
47
|
# @return [AppListResDTO]
|
|
47
48
|
describe 'list test' do
|
|
48
49
|
it 'should work' do
|
data/spec/api/logs_api_spec.rb
CHANGED
|
@@ -35,6 +35,7 @@ describe 'LogsApi' do
|
|
|
35
35
|
# @option opts [String] :status
|
|
36
36
|
# @option opts [String] :search
|
|
37
37
|
# @option opts [String] :integration_id
|
|
38
|
+
# @option opts [String] :entity_id
|
|
38
39
|
# @option opts [Float] :limit
|
|
39
40
|
# @option opts [String] :cursor
|
|
40
41
|
# @option opts [String] :connection_id
|
|
@@ -49,6 +49,12 @@ describe Composio::GetLogsDTO do
|
|
|
49
49
|
end
|
|
50
50
|
end
|
|
51
51
|
|
|
52
|
+
describe 'test attribute "entity_id"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
52
58
|
describe 'test attribute "limit"' do
|
|
53
59
|
it 'should work' do
|
|
54
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: composio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konfig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -366,130 +366,130 @@ signing_key:
|
|
|
366
366
|
specification_version: 4
|
|
367
367
|
summary: Composio OpenAPI Ruby Gem
|
|
368
368
|
test_files:
|
|
369
|
-
- spec/api/
|
|
369
|
+
- spec/api/api_keys_api_spec.rb
|
|
370
370
|
- spec/api/integrations_api_spec.rb
|
|
371
|
+
- spec/api/connections_api_spec.rb
|
|
372
|
+
- spec/api/apps_api_spec.rb
|
|
371
373
|
- spec/api/triggers_api_spec.rb
|
|
374
|
+
- spec/api/auth_api_spec.rb
|
|
372
375
|
- spec/api/actions_api_spec.rb
|
|
373
|
-
- spec/api/apps_api_spec.rb
|
|
374
376
|
- spec/api/logs_api_spec.rb
|
|
375
|
-
- spec/api/auth_api_spec.rb
|
|
376
|
-
- spec/api/api_keys_api_spec.rb
|
|
377
377
|
- spec/api_client_spec.rb
|
|
378
378
|
- spec/configuration_spec.rb
|
|
379
|
-
- spec/models/
|
|
380
|
-
- spec/models/
|
|
381
|
-
- spec/models/
|
|
382
|
-
- spec/models/
|
|
379
|
+
- spec/models/get_connector_info_res_dto_spec.rb
|
|
380
|
+
- spec/models/get_active_triggers_query_dto_spec.rb
|
|
381
|
+
- spec/models/generate_cli_session_req_dto_spec.rb
|
|
382
|
+
- spec/models/get_connections_response_dto_spec.rb
|
|
383
|
+
- spec/models/action_metadata_type_spec.rb
|
|
384
|
+
- spec/models/actions_list_response_dto_spec.rb
|
|
385
|
+
- spec/models/single_trigger_res_dto_spec.rb
|
|
386
|
+
- spec/models/metadata_req_dto_spec.rb
|
|
387
|
+
- spec/models/handle_trigger_body_dto_spec.rb
|
|
388
|
+
- spec/models/tools_execute_req_dto_spec.rb
|
|
389
|
+
- spec/models/proxy_execution_req_dto_spec.rb
|
|
383
390
|
- spec/models/connection_with_app_data_spec.rb
|
|
384
|
-
- spec/models/
|
|
385
|
-
- spec/models/
|
|
386
|
-
- spec/models/
|
|
387
|
-
- spec/models/
|
|
388
|
-
- spec/models/
|
|
391
|
+
- spec/models/create_connector_payload_dto_use_composio_auth_spec.rb
|
|
392
|
+
- spec/models/trigger_log_item_dto_spec.rb
|
|
393
|
+
- spec/models/get_trigger_params_dto_spec.rb
|
|
394
|
+
- spec/models/enable_trigger_body_dto_spec.rb
|
|
395
|
+
- spec/models/page_info_spec.rb
|
|
396
|
+
- spec/models/switch_trigger_status_body_dto_spec.rb
|
|
397
|
+
- spec/models/get_connector_list_res_dto_spec.rb
|
|
398
|
+
- spec/models/logs_res_dto_spec.rb
|
|
399
|
+
- spec/models/delete_api_key_response_dto_spec.rb
|
|
400
|
+
- spec/models/auth_config_dto_spec.rb
|
|
401
|
+
- spec/models/active_triggers_res_dto_spec.rb
|
|
402
|
+
- spec/models/actions_query_dto_spec.rb
|
|
403
|
+
- spec/models/triggers_enabled_toggle_req_dto_spec.rb
|
|
404
|
+
- spec/models/toggle_connected_account_response_dto_spec.rb
|
|
405
|
+
- spec/models/add_tools_request_dto_spec.rb
|
|
406
|
+
- spec/models/trigger_config_spec.rb
|
|
407
|
+
- spec/models/trigger_res_dto_spec.rb
|
|
408
|
+
- spec/models/verify_magic_link_data_dto_spec.rb
|
|
409
|
+
- spec/models/action_details_spec.rb
|
|
410
|
+
- spec/models/active_trigger_instance_spec.rb
|
|
411
|
+
- spec/models/single_app_info_res_dto_spec.rb
|
|
412
|
+
- spec/models/trigger_log_data_spec.rb
|
|
389
413
|
- spec/models/initiate_connection_response_spec.rb
|
|
390
|
-
- spec/models/
|
|
414
|
+
- spec/models/action_metadata_spec.rb
|
|
415
|
+
- spec/models/metadata_query_dto_spec.rb
|
|
416
|
+
- spec/models/get_trigger_response_dto_spec.rb
|
|
417
|
+
- spec/models/set_callback_url_body_dto_spec.rb
|
|
418
|
+
- spec/models/trigger_instance_params_dto_spec.rb
|
|
419
|
+
- spec/models/track_client_res_dto_spec.rb
|
|
420
|
+
- spec/models/action_log_data_spec.rb
|
|
421
|
+
- spec/models/direct_execute_req_dto_spec.rb
|
|
422
|
+
- spec/models/trigger_response_dto_spec.rb
|
|
391
423
|
- spec/models/open_api_spec_list_res_dto_spec.rb
|
|
392
|
-
- spec/models/
|
|
424
|
+
- spec/models/trigger_metadata_spec.rb
|
|
425
|
+
- spec/models/app_info_response_dto_spec.rb
|
|
426
|
+
- spec/models/app_list_res_dto_spec.rb
|
|
427
|
+
- spec/models/get_connections_query_dto_spec.rb
|
|
428
|
+
- spec/models/trigger_toggle_info_response_dto_spec.rb
|
|
429
|
+
- spec/models/connection_params_spec.rb
|
|
430
|
+
- spec/models/trigger_metadata_type_spec.rb
|
|
431
|
+
- spec/models/magic_link_res_dto_spec.rb
|
|
432
|
+
- spec/models/verify_magic_link_req_dto_spec.rb
|
|
433
|
+
- spec/models/connected_account_response_dto_spec.rb
|
|
434
|
+
- spec/models/invite_member_req_dto_spec.rb
|
|
435
|
+
- spec/models/o_auth2_callback_query_dto_spec.rb
|
|
436
|
+
- spec/models/meta_spec.rb
|
|
437
|
+
- spec/models/app_query_dto_spec.rb
|
|
438
|
+
- spec/models/add_repo_url_res_dto_spec.rb
|
|
439
|
+
- spec/models/initiate_connection_payload_dto_spec.rb
|
|
440
|
+
- spec/models/user_git_user_info_spec.rb
|
|
393
441
|
- spec/models/connector_list_item_dto_spec.rb
|
|
394
|
-
- spec/models/
|
|
395
|
-
- spec/models/member_res_dto_spec.rb
|
|
396
|
-
- spec/models/metadata_query_dto_spec.rb
|
|
397
|
-
- spec/models/trigger_res_dto_spec.rb
|
|
398
|
-
- spec/models/add_repo_url_req_dto_spec.rb
|
|
442
|
+
- spec/models/connector_list_item_dto_updated_at_spec.rb
|
|
399
443
|
- spec/models/connector_list_item_dto_created_at_spec.rb
|
|
400
|
-
- spec/models/app_info_response_dto_spec.rb
|
|
401
|
-
- spec/models/get_cli_session_res_dto_spec.rb
|
|
402
|
-
- spec/models/connection_with_app_data_created_at_spec.rb
|
|
403
444
|
- spec/models/toggle_trigger_state_response_dto_spec.rb
|
|
404
|
-
- spec/models/patch_connector_req_dto_spec.rb
|
|
405
|
-
- spec/models/generate_api_key_req_dto_spec.rb
|
|
406
445
|
- spec/models/action_execution_res_dto_spec.rb
|
|
407
|
-
- spec/models/
|
|
408
|
-
- spec/models/
|
|
409
|
-
- spec/models/
|
|
410
|
-
- spec/models/
|
|
411
|
-
- spec/models/
|
|
412
|
-
- spec/models/
|
|
413
|
-
- spec/models/
|
|
414
|
-
- spec/models/
|
|
415
|
-
- spec/models/
|
|
416
|
-
- spec/models/
|
|
417
|
-
- spec/models/switch_trigger_status_body_dto_spec.rb
|
|
418
|
-
- spec/models/webhook_url_response_dto_spec.rb
|
|
446
|
+
- spec/models/identify_client_res_dto_spec.rb
|
|
447
|
+
- spec/models/trigger_logs_res_dto_spec.rb
|
|
448
|
+
- spec/models/job_status_spec.rb
|
|
449
|
+
- spec/models/actions_minimal_list_response_dto_spec.rb
|
|
450
|
+
- spec/models/track_client_req_dto_spec.rb
|
|
451
|
+
- spec/models/triggers_enabled_toggle_res_dto_spec.rb
|
|
452
|
+
- spec/models/delete_row_apidto_spec.rb
|
|
453
|
+
- spec/models/connection_with_app_data_created_at_spec.rb
|
|
454
|
+
- spec/models/add_tools_req_dto_spec.rb
|
|
455
|
+
- spec/models/page_info_dto_spec.rb
|
|
419
456
|
- spec/models/delete_tools_res_dto_spec.rb
|
|
420
|
-
- spec/models/
|
|
421
|
-
- spec/models/
|
|
422
|
-
- spec/models/
|
|
423
|
-
- spec/models/
|
|
424
|
-
- spec/models/
|
|
425
|
-
- spec/models/
|
|
426
|
-
- spec/models/
|
|
427
|
-
- spec/models/verify_magic_link_res_dto_spec.rb
|
|
428
|
-
- spec/models/toggle_connected_account_response_dto_spec.rb
|
|
429
|
-
- spec/models/metadata_req_dto_spec.rb
|
|
430
|
-
- spec/models/get_trigger_params_dto_spec.rb
|
|
457
|
+
- spec/models/logout_res_dto_spec.rb
|
|
458
|
+
- spec/models/identify_client_req_dto_spec.rb
|
|
459
|
+
- spec/models/patch_connector_req_dto_spec.rb
|
|
460
|
+
- spec/models/generate_cli_session_res_dto_spec.rb
|
|
461
|
+
- spec/models/type_spec.rb
|
|
462
|
+
- spec/models/get_logs_dto_spec.rb
|
|
463
|
+
- spec/models/add_repo_url_req_dto_spec.rb
|
|
431
464
|
- spec/models/verify_cli_code_res_dto_spec.rb
|
|
432
|
-
- spec/models/
|
|
433
|
-
- spec/models/
|
|
434
|
-
- spec/models/create_connector_payload_dto_use_composio_auth_spec.rb
|
|
435
|
-
- spec/models/add_tools_request_dto_spec.rb
|
|
436
|
-
- spec/models/single_trigger_res_dto_spec.rb
|
|
437
|
-
- spec/models/active_trigger_instance_spec.rb
|
|
438
|
-
- spec/models/patch_connector_res_dto_spec.rb
|
|
465
|
+
- spec/models/status_spec.rb
|
|
466
|
+
- spec/models/meta_app_spec.rb
|
|
439
467
|
- spec/models/action_details_minimal_spec.rb
|
|
440
|
-
- spec/models/trigger_log_data_spec.rb
|
|
441
|
-
- spec/models/enable_trigger_params_dto_spec.rb
|
|
442
|
-
- spec/models/delete_row_apidto_spec.rb
|
|
443
|
-
- spec/models/get_connector_info_res_dto_spec.rb
|
|
444
|
-
- spec/models/get_connector_list_res_dto_spec.rb
|
|
445
468
|
- spec/models/delete_api_key_req_dto_spec.rb
|
|
446
|
-
- spec/models/
|
|
447
|
-
- spec/models/get_connections_result_spec.rb
|
|
448
|
-
- spec/models/track_client_req_dto_spec.rb
|
|
449
|
-
- spec/models/enable_trigger_body_dto_spec.rb
|
|
450
|
-
- spec/models/action_details_spec.rb
|
|
451
|
-
- spec/models/trigger_response_dto_spec.rb
|
|
452
|
-
- spec/models/meta_spec.rb
|
|
453
|
-
- spec/models/proxy_execution_req_dto_spec.rb
|
|
454
|
-
- spec/models/o_auth2_callback_query_dto_spec.rb
|
|
455
|
-
- spec/models/connection_params_spec.rb
|
|
456
|
-
- spec/models/trigger_metadata_type_spec.rb
|
|
457
|
-
- spec/models/connected_account_response_dto_spec.rb
|
|
458
|
-
- spec/models/tools_execute_req_dto_spec.rb
|
|
459
|
-
- spec/models/handle_trigger_body_dto_spec.rb
|
|
460
|
-
- spec/models/verify_magic_link_req_dto_spec.rb
|
|
469
|
+
- spec/models/api_key_res_dto_spec.rb
|
|
461
470
|
- spec/models/switch_trigger_status_params_dto_spec.rb
|
|
471
|
+
- spec/models/get_connections_result_spec.rb
|
|
472
|
+
- spec/models/action_execution_req_dto_spec.rb
|
|
462
473
|
- spec/models/connection_params_headers_spec.rb
|
|
474
|
+
- spec/models/get_cli_session_res_dto_spec.rb
|
|
475
|
+
- spec/models/trigger_metadata_dto_spec.rb
|
|
476
|
+
- spec/models/create_connector_payload_dto_spec.rb
|
|
463
477
|
- spec/models/get_logs_query_dto_spec.rb
|
|
464
|
-
- spec/models/
|
|
465
|
-
- spec/models/
|
|
466
|
-
- spec/models/
|
|
467
|
-
- spec/models/get_connections_query_dto_spec.rb
|
|
468
|
-
- spec/models/magic_link_res_dto_spec.rb
|
|
469
|
-
- spec/models/get_trigger_response_dto_spec.rb
|
|
470
|
-
- spec/models/page_info_dto_spec.rb
|
|
471
|
-
- spec/models/actions_list_response_dto_spec.rb
|
|
472
|
-
- spec/models/handle_trigger_params_dto_spec.rb
|
|
473
|
-
- spec/models/generate_cli_session_res_dto_spec.rb
|
|
474
|
-
- spec/models/execute_action_res_dto_spec.rb
|
|
475
|
-
- spec/models/list_triggers_query_dto_spec.rb
|
|
476
|
-
- spec/models/identify_client_req_dto_spec.rb
|
|
477
|
-
- spec/models/delete_api_key_response_dto_spec.rb
|
|
478
|
+
- spec/models/time_spec.rb
|
|
479
|
+
- spec/models/connection_params_for_account_spec.rb
|
|
480
|
+
- spec/models/member_res_dto_spec.rb
|
|
478
481
|
- spec/models/delete_tools_req_dto_spec.rb
|
|
479
|
-
- spec/models/
|
|
482
|
+
- spec/models/enable_trigger_params_dto_spec.rb
|
|
483
|
+
- spec/models/verify_magic_link_res_dto_spec.rb
|
|
484
|
+
- spec/models/generate_api_key_req_dto_spec.rb
|
|
480
485
|
- spec/models/redirect_uri_dto_spec.rb
|
|
481
|
-
- spec/models/
|
|
482
|
-
- spec/models/job_status_spec.rb
|
|
483
|
-
- spec/models/single_app_info_res_dto_spec.rb
|
|
484
|
-
- spec/models/magic_link_req_dto_spec.rb
|
|
485
|
-
- spec/models/trigger_log_item_dto_spec.rb
|
|
486
|
+
- spec/models/cli_query_dto_spec.rb
|
|
486
487
|
- spec/models/actions_controller_v1_spec.rb
|
|
487
|
-
- spec/models/
|
|
488
|
-
- spec/models/
|
|
489
|
-
- spec/models/
|
|
490
|
-
- spec/models/
|
|
491
|
-
- spec/models/
|
|
492
|
-
- spec/models/
|
|
493
|
-
- spec/models/identify_client_res_dto_spec.rb
|
|
488
|
+
- spec/models/execute_action_res_dto_spec.rb
|
|
489
|
+
- spec/models/patch_connector_res_dto_spec.rb
|
|
490
|
+
- spec/models/webhook_url_response_dto_spec.rb
|
|
491
|
+
- spec/models/handle_trigger_params_dto_spec.rb
|
|
492
|
+
- spec/models/magic_link_req_dto_spec.rb
|
|
493
|
+
- spec/models/list_triggers_query_dto_spec.rb
|
|
494
494
|
- spec/simple_test_spec.rb
|
|
495
495
|
- spec/spec_helper.rb
|