Skip to content

Commit 7e8d904

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.104.0
1 parent aa93c11 commit 7e8d904

File tree

13 files changed

+167
-140
lines changed

13 files changed

+167
-140
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,12 @@ Based on:
364364
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
365365
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
366366
### Generated
367-
- [python v2.0.0] entity
367+
- [python v2.0.0] entity
368+
369+
## 2023-10-21 01:12:09
370+
### Changes
371+
Based on:
372+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
373+
- Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
374+
### Generated
375+
- [python v2.1.0] entity

entity/docs/models/operations/getrelationsrequest.md

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

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8+
| `exclude_schemas` | List[*str*] | :heavy_minus_sign: | Filter results to exclude schemas | |
9+
| `from_` | *Optional[int]* | :heavy_minus_sign: | Starting page number | |
810
| `hydrate` | *Optional[bool]* | :heavy_minus_sign: | When true, expand relation items with full blown entities. | |
911
| `id` | *str* | :heavy_check_mark: | Entity id | |
1012
| `include_reverse` | *Optional[bool]* | :heavy_minus_sign: | When true, includes reverse relations in response (other entities pointing to this entity) | |
13+
| `include_schemas` | List[*str*] | :heavy_minus_sign: | Filter results to only include schemas | |
14+
| `size` | *Optional[int]* | :heavy_minus_sign: | Number of results to return per page | |
1115
| `slug` | *str* | :heavy_check_mark: | Entity Type | contact |

entity/docs/sdks/activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ req = operations.CreateActivityRequest(
7878
activity=shared.Activity(
7979
message='{{caller}} did something with {{entity payload.entity.id}}.',
8080
payload={
81-
"entity": 'Tricycle',
81+
"entity": 'string',
8282
},
8383
title='My custom activity',
8484
type='MyCustomActivity',
8585
),
8686
entities=[
87-
'25acc1fe-2b8d-4182-9c2f-2569c1faffc1',
87+
'cf25acc1-fe2b-48d1-825c-2f2569c1faff',
8888
],
8989
)
9090

entity/docs/sdks/entities/README.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ s = epilot.Epilot(
102102
req = operations.CreateEntityRequest(
103103
entity=shared.Entity(
104104
additional_properties={
105-
"_owners": 'Industrial',
106-
"_schema": 'Implementation',
107-
"_tags": 'Future',
108-
"_created_at": 'Southeast',
109-
"_updated_at": 'Tandem',
110-
"_acl": 'male',
111-
"_id": 'North',
112-
"_org": 'Beach',
105+
"_schema": 'string',
106+
"_tags": 'string',
107+
"_created_at": 'string',
108+
"_updated_at": 'string',
109+
"_acl": 'string',
110+
"_id": 'string',
111+
"_org": 'string',
112+
"_owners": 'string',
113113
},
114114
acl=shared.EntityACL(
115115
additional_properties={
116-
"Fresh": 'lavender',
116+
"key": 'string',
117117
},
118118
delete=[
119119
'o',
@@ -151,7 +151,7 @@ req = operations.CreateEntityRequest(
151151
],
152152
schema='contact',
153153
tags=[
154-
'than',
154+
'string',
155155
],
156156
),
157157
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
@@ -373,18 +373,18 @@ s = epilot.Epilot(
373373
req = operations.PatchEntityRequest(
374374
entity=shared.Entity(
375375
additional_properties={
376-
"_tags": 'fuchsia',
377-
"_created_at": 'Account',
378-
"_updated_at": 'engage',
379-
"_acl": 'Cis',
380-
"_id": 'solutions',
381-
"_org": 'founder',
382-
"_owners": 'Southeast',
383-
"_schema": 'Cab',
376+
"_created_at": 'string',
377+
"_updated_at": 'string',
378+
"_acl": 'string',
379+
"_id": 'string',
380+
"_org": 'string',
381+
"_owners": 'string',
382+
"_schema": 'string',
383+
"_tags": 'string',
384384
},
385385
acl=shared.EntityACL(
386386
additional_properties={
387-
"Italy": 'potentially',
387+
"key": 'string',
388388
},
389389
delete=[
390390
'o',
@@ -422,11 +422,11 @@ req = operations.PatchEntityRequest(
422422
],
423423
schema='contact',
424424
tags=[
425-
'Multigender',
425+
'string',
426426
],
427427
),
428428
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
429-
id='b72319d9-e429-40d1-9da9-e1f40d7c71a7',
429+
id='cd6dc474-9915-44f5-99d5-806e999b7231',
430430
slug='contact',
431431
)
432432

@@ -605,18 +605,18 @@ s = epilot.Epilot(
605605
req = operations.UpdateEntityRequest(
606606
entity=shared.Entity(
607607
additional_properties={
608-
"_id": 'Hartmann',
609-
"_org": 'invoice',
610-
"_owners": 'fathom',
611-
"_schema": 'Nepal',
612-
"_tags": 'indexing',
613-
"_created_at": 'male',
614-
"_updated_at": 'Profound',
615-
"_acl": 'policy',
608+
"_schema": 'string',
609+
"_tags": 'string',
610+
"_created_at": 'string',
611+
"_updated_at": 'string',
612+
"_acl": 'string',
613+
"_id": 'string',
614+
"_org": 'string',
615+
"_owners": 'string',
616616
},
617617
acl=shared.EntityACL(
618618
additional_properties={
619-
"Southwest": 'Avon',
619+
"key": 'string',
620620
},
621621
delete=[
622622
'o',
@@ -654,11 +654,11 @@ req = operations.UpdateEntityRequest(
654654
],
655655
schema='contact',
656656
tags=[
657-
'Volvo',
657+
'string',
658658
],
659659
),
660660
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
661-
id='74462a98-e27f-4fce-b6a4-e496163b217a',
661+
id='2d5d17df-5520-4987-bd5a-6b1d12df7446',
662662
slug='contact',
663663
)
664664

@@ -711,18 +711,18 @@ req = operations.UpsertEntityRequest(
711711
request_body=operations.UpsertEntityRequestBody(
712712
entity=shared.Entity(
713713
additional_properties={
714-
"_schema": 'West',
715-
"_tags": 'close',
716-
"_created_at": 'Infrastructure',
717-
"_updated_at": 'music',
718-
"_acl": 'astride',
719-
"_id": 'Designer',
720-
"_org": 'strategic',
721-
"_owners": 'along',
714+
"_acl": 'string',
715+
"_id": 'string',
716+
"_org": 'string',
717+
"_owners": 'string',
718+
"_schema": 'string',
719+
"_tags": 'string',
720+
"_created_at": 'string',
721+
"_updated_at": 'string',
722722
},
723723
acl=shared.EntityACL(
724724
additional_properties={
725-
"Rap": 'Virtual',
725+
"key": 'string',
726726
},
727727
delete=[
728728
'o',
@@ -760,7 +760,7 @@ req = operations.UpsertEntityRequest(
760760
],
761761
schema='contact',
762762
tags=[
763-
'Home',
763+
'string',
764764
],
765765
),
766766
unique_key=[

entity/docs/sdks/relations/README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ req = operations.AddRelationsRequest(
3434
request_body=[
3535
shared.RelationItem(
3636
tags=[
37-
'Forward',
37+
'string',
3838
],
39-
attribute='Pickup',
40-
entity_id='1d83d924-8b56-4499-9f66-0d593cfe3d00',
39+
attribute='string',
40+
entity_id='acd6b1d8-3d92-448b-9649-9df660d593cf',
4141
),
4242
],
4343
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
44-
id='6d87e69d-98cd-409b-b6d3-0b52c3610877',
44+
id='e3d006d8-7e69-4d98-8d09-bf6d30b52c36',
4545
slug='contact',
4646
)
4747

@@ -82,9 +82,9 @@ s = epilot.Epilot(
8282

8383
req = operations.DeleteRelationRequest(
8484
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
85-
attribute='compressing',
86-
entity_id='Representative',
87-
id='cd911519-f5b7-47b8-95b9-c58577ae4d21',
85+
attribute='string',
86+
entity_id='string',
87+
id='84afcd91-1519-4f5b-b7b8-55b9c58577ae',
8888
slug='contact',
8989
)
9090

@@ -126,9 +126,9 @@ s = epilot.Epilot(
126126

127127
req = operations.GetRelatedEntitiesCountRequest(
128128
exclude_schemas=[
129-
'Tuna',
129+
'string',
130130
],
131-
id='515de5fe-136e-44ad-8ca5-7656a6a8afba',
131+
id='3a515de5-fe13-46e4-ad0c-a57656a6a8af',
132132
slug='contact',
133133
)
134134

@@ -173,7 +173,13 @@ s = epilot.Epilot(
173173
)
174174

175175
req = operations.GetRelationsRequest(
176+
exclude_schemas=[
177+
'contact',
178+
],
176179
id='e642d6bf-f2f7-41f9-8aa4-db0ec78f30e6',
180+
include_schemas=[
181+
'contact',
182+
],
177183
slug='contact',
178184
)
179185

@@ -265,13 +271,13 @@ s = epilot.Epilot(
265271
req = operations.UpdateRelationRequest(
266272
request_body=operations.UpdateRelationRequestBody(
267273
tags=[
268-
'Androgyne',
274+
'string',
269275
],
270276
),
271277
activity_id='01F130Q52Q6MWSNS8N2AVXV4JN',
272-
attribute='male',
273-
entity_id='Account',
274-
id='ff6a74da-3b01-4c38-94f8-c4b226143d8a',
278+
attribute='string',
279+
entity_id='string',
280+
id='90bd69bf-f6a7-44da-bb01-c3854f8c4b22',
275281
slug='contact',
276282
)
277283

entity/docs/sdks/savedviews/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ req = shared.SavedView(
4444
'contact',
4545
],
4646
ui_config={
47-
"filters": 'Cyclocross',
48-
"table_layout": 'Plastic',
47+
"filters": 'string',
48+
"table_layout": 'string',
4949
},
5050
)
5151

@@ -237,11 +237,11 @@ req = operations.UpdateSavedViewRequest(
237237
'contact',
238238
],
239239
ui_config={
240-
"table_layout": 'red',
241-
"filters": 'Car',
240+
"filters": 'string',
241+
"table_layout": 'string',
242242
},
243243
),
244-
id='92cd4781-664d-4f55-b084-1d72e4e501ca',
244+
id='203092cd-4781-4664-9f55-b0841d72e4e5',
245245
)
246246

247247
res = s.saved_views.update_saved_view(req)

0 commit comments

Comments
 (0)