Skip to content

Commit aceb6ce

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.2
1 parent de3ef7c commit aceb6ce

File tree

69 files changed

+1034
-352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1034
-352
lines changed

entity/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ if res.activity_item is not None:
3838
## Available Resources and Operations
3939

4040

41-
### [Activity](docs/sdks/activity/README.md)
41+
### [activity](docs/sdks/activity/README.md)
4242

4343
* [attach_activity](docs/sdks/activity/README.md#attach_activity) - attachActivity
4444
* [create_activity](docs/sdks/activity/README.md#create_activity) - createActivity
4545
* [get_activity](docs/sdks/activity/README.md#get_activity) - getActivity
4646
* [get_entity_activity_feed](docs/sdks/activity/README.md#get_entity_activity_feed) - getEntityActivityFeed
4747

48-
### [Entities](docs/sdks/entities/README.md)
48+
### [entities](docs/sdks/entities/README.md)
4949

5050
* [autocomplete](docs/sdks/entities/README.md#autocomplete) - autocomplete
5151
* [create_entity](docs/sdks/entities/README.md#create_entity) - createEntity
@@ -56,23 +56,23 @@ if res.activity_item is not None:
5656
* [update_entity](docs/sdks/entities/README.md#update_entity) - updateEntity
5757
* [upsert_entity](docs/sdks/entities/README.md#upsert_entity) - upsertEntity
5858

59-
### [EntityImport](docs/sdks/entityimport/README.md)
59+
### [entity_import](docs/sdks/entityimport/README.md)
6060

6161
* [import_entities](docs/sdks/entityimport/README.md#import_entities) - Import Entities
6262

63-
### [Export](docs/sdks/export/README.md)
63+
### [export](docs/sdks/export/README.md)
6464

6565
* [export_entities](docs/sdks/export/README.md#export_entities) - exportEntities
6666

67-
### [Relations](docs/sdks/relations/README.md)
67+
### [relations](docs/sdks/relations/README.md)
6868

6969
* [add_relations](docs/sdks/relations/README.md#add_relations) - addRelations
7070
* [delete_relation](docs/sdks/relations/README.md#delete_relation) - deleteRelation
7171
* [get_relations](docs/sdks/relations/README.md#get_relations) - getRelations
7272
* [get_relations_v2](docs/sdks/relations/README.md#get_relations_v2) - getRelationsV2
7373
* [update_relation](docs/sdks/relations/README.md#update_relation) - updateRelation
7474

75-
### [SavedViews](docs/sdks/savedviews/README.md)
75+
### [saved_views](docs/sdks/savedviews/README.md)
7676

7777
* [create_saved_view](docs/sdks/savedviews/README.md#create_saved_view) - createSavedView
7878
* [delete_saved_view](docs/sdks/savedviews/README.md#delete_saved_view) - deleteSavedView
@@ -81,7 +81,7 @@ if res.activity_item is not None:
8181
* [list_saved_views](docs/sdks/savedviews/README.md#list_saved_views) - listSavedViews
8282
* [update_saved_view](docs/sdks/savedviews/README.md#update_saved_view) - updateSavedView
8383

84-
### [Schemas](docs/sdks/schemas/README.md)
84+
### [schemas](docs/sdks/schemas/README.md)
8585

8686
* [delete_schema](docs/sdks/schemas/README.md#delete_schema) - deleteSchema
8787
* [get_schema](docs/sdks/schemas/README.md#get_schema) - getSchema
@@ -91,7 +91,7 @@ if res.activity_item is not None:
9191
* [list_taxonomy_classifications_for_schema](docs/sdks/schemas/README.md#list_taxonomy_classifications_for_schema) - listTaxonomyClassificationsForSchema
9292
* [put_schema](docs/sdks/schemas/README.md#put_schema) - putSchema
9393

94-
### [Taxonomy](docs/sdks/taxonomy/README.md)
94+
### [taxonomy](docs/sdks/taxonomy/README.md)
9595

9696
* [get_taxonomy](docs/sdks/taxonomy/README.md#get_taxonomy) - getTaxonomy
9797
* [list_taxonomies](docs/sdks/taxonomy/README.md#list_taxonomies) - listTaxonomies

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,12 @@ Based on:
300300
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
301301
- Speakeasy CLI 1.91.0 (2.129.1) https://github.com/speakeasy-api/speakeasy
302302
### Generated
303-
- [python v1.24.0] entity
303+
- [python v1.24.0] entity
304+
305+
## 2023-09-27 01:14:11
306+
### Changes
307+
Based on:
308+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
309+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
310+
### Generated
311+
- [python v1.24.1] entity

entity/docs/models/operations/autocomplete200applicationjson.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Success
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `hits` | *Optional[float]* | :heavy_minus_sign: | N/A | 1 |
11-
| `results` | list[*Any*] | :heavy_minus_sign: | N/A | |
8+
| Field | Type | Required | Description | Example |
9+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
10+
| `hits` | *Optional[float]* | :heavy_minus_sign: | N/A | 1 |
11+
| `results` | list[[Union[str, bool, dict[str, Any]]](../../models/operations/autocomplete200applicationjsonresults.md)] | :heavy_minus_sign: | N/A | |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Autocomplete200ApplicationJSONResults
2+
3+
4+
## Supported Types
5+
6+
###
7+
8+
```python
9+
autocomplete200ApplicationJSONResults: str = /* values here */
10+
```
11+
12+
###
13+
14+
```python
15+
autocomplete200ApplicationJSONResults: bool = /* values here */
16+
```
17+
18+
###
19+
20+
```python
21+
autocomplete200ApplicationJSONResults: dict[str, Any] = /* values here */
22+
```
23+

entity/docs/models/operations/getrelationsresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `get_relations_resp` | list[*Any*] | :heavy_minus_sign: | Success |
10-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `get_relations_resp` | list[[Union[shared.RelationItem, dict[str, Any]]](../../models/shared/getrelationsresp.md)] | :heavy_minus_sign: | Success |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
# Attribute
2+
3+
4+
## Supported Types
5+
6+
### TextAttribute
7+
8+
```python
9+
attribute: shared.TextAttribute = /* values here */
10+
```
11+
12+
### LinkAttribute
13+
14+
```python
15+
attribute: shared.LinkAttribute = /* values here */
16+
```
17+
18+
### DateAttribute
19+
20+
```python
21+
attribute: shared.DateAttribute = /* values here */
22+
```
23+
24+
### CountryAttribute
25+
26+
```python
27+
attribute: shared.CountryAttribute = /* values here */
28+
```
29+
30+
### BooleanAttribute
31+
32+
```python
33+
attribute: shared.BooleanAttribute = /* values here */
34+
```
35+
36+
### SelectAttribute
37+
38+
```python
39+
attribute: shared.SelectAttribute = /* values here */
40+
```
41+
42+
### MultiSelectAttribute
43+
44+
```python
45+
attribute: shared.MultiSelectAttribute = /* values here */
46+
```
47+
48+
### StatusAttribute
49+
50+
```python
51+
attribute: shared.StatusAttribute = /* values here */
52+
```
53+
54+
### SequenceAttribute
55+
56+
```python
57+
attribute: shared.SequenceAttribute = /* values here */
58+
```
59+
60+
### RelationAttribute
61+
62+
```python
63+
attribute: shared.RelationAttribute = /* values here */
64+
```
65+
66+
### UserRelationAttribute
67+
68+
```python
69+
attribute: shared.UserRelationAttribute = /* values here */
70+
```
71+
72+
### AddressRelationAttribute
73+
74+
```python
75+
attribute: shared.AddressRelationAttribute = /* values here */
76+
```
77+
78+
### PaymentMethodRelationAttribute
79+
80+
```python
81+
attribute: shared.PaymentMethodRelationAttribute = /* values here */
82+
```
83+
84+
### CurrencyAttribute
85+
86+
```python
87+
attribute: shared.CurrencyAttribute = /* values here */
88+
```
89+
90+
### RepeatableAttribute
91+
92+
```python
93+
attribute: shared.RepeatableAttribute = /* values here */
94+
```
95+
96+
### TagsAttribute
97+
98+
```python
99+
attribute: shared.TagsAttribute = /* values here */
100+
```
101+
102+
### NumberAttribute
103+
104+
```python
105+
attribute: shared.NumberAttribute = /* values here */
106+
```
107+
108+
### ConsentAttribute
109+
110+
```python
111+
attribute: shared.ConsentAttribute = /* values here */
112+
```
113+
114+
### InternalAttribute
115+
116+
```python
117+
attribute: shared.InternalAttribute = /* values here */
118+
```
119+
120+
### OrderedListAttribute
121+
122+
```python
123+
attribute: shared.OrderedListAttribute = /* values here */
124+
```
125+
126+
### FileAttribute
127+
128+
```python
129+
attribute: shared.FileAttribute = /* values here */
130+
```
131+
132+
### ComputedAttribute
133+
134+
```python
135+
attribute: shared.ComputedAttribute = /* values here */
136+
```
137+
138+
### PartnerStatusAttribute
139+
140+
```python
141+
attribute: shared.PartnerStatusAttribute = /* values here */
142+
```
143+
144+
### InvitationEmailAttribute
145+
146+
```python
147+
attribute: shared.InvitationEmailAttribute = /* values here */
148+
```
149+
150+
### AutomationAttribute
151+
152+
```python
153+
attribute: shared.AutomationAttribute = /* values here */
154+
```
155+
156+
### InternalUserAttribute
157+
158+
```python
159+
attribute: shared.InternalUserAttribute = /* values here */
160+
```
161+
162+
### PurposeAttribute
163+
164+
```python
165+
attribute: shared.PurposeAttribute = /* values here */
166+
```
167+
168+
### PartnerOrganisationAttribute
169+
170+
```python
171+
attribute: shared.PartnerOrganisationAttribute = /* values here */
172+
```
173+

0 commit comments

Comments
 (0)