-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.gen
executable file
·84 lines (84 loc) · 2.58 KB
/
files.gen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
authentication.go
config.go
drinks.go
ingredients.go
orders.go
speakeasy.go
go.mod
go.sum
pkg/models/sdkerrors/sdkerror.go
pkg/types/bigint.go
pkg/types/date.go
pkg/types/datetime.go
pkg/types/decimal.go
pkg/types/pointers.go
pkg/utils/contenttype.go
pkg/utils/form.go
pkg/utils/headers.go
pkg/utils/json.go
pkg/utils/pathparams.go
pkg/utils/queryparams.go
pkg/utils/requestbody.go
pkg/utils/retries.go
pkg/utils/security.go
pkg/utils/utils.go
tests/helpers.go
pkg/models/operations/authenticate.go
pkg/models/operations/subscribetowebhooks.go
pkg/models/operations/getdrink.go
pkg/models/operations/listdrinks.go
pkg/models/operations/listingredients.go
pkg/models/operations/createorder.go
pkg/models/shared/error.go
pkg/models/shared/drink.go
pkg/models/shared/drinktype.go
pkg/models/shared/ingredient.go
pkg/models/shared/ingredienttype.go
pkg/models/shared/order.go
pkg/models/shared/ordertype.go
pkg/models/shared/security.go
pkg/models/sdkerrors/apierror.go
pkg/models/callbacks/createorder.go
pkg/models/webhooks/stockupdate.go
USAGE.md
docs/models/operations/authenticaterequestbody.md
docs/models/operations/authenticate200applicationjson.md
docs/models/operations/authenticateresponse.md
docs/models/operations/subscribetowebhooksrequestbodywebhook.md
docs/models/operations/subscribetowebhooksrequestbody.md
docs/models/operations/subscribetowebhooksresponse.md
docs/models/operations/getdrinkrequest.md
docs/models/operations/getdrinkresponse.md
docs/models/operations/listdrinksrequest.md
docs/models/operations/listdrinksresponse.md
docs/models/operations/listingredientsrequest.md
docs/models/operations/listingredientsresponse.md
docs/models/operations/createorderrequest.md
docs/models/operations/createorderresponse.md
docs/models/shared/error.md
docs/models/shared/drinkinput.md
docs/models/shared/drink.md
docs/models/shared/drinktype.md
docs/models/shared/ingredientinput.md
docs/models/shared/ingredient.md
docs/models/shared/ingredienttype.md
docs/models/shared/orderinput.md
docs/models/shared/orderstatus.md
docs/models/shared/order.md
docs/models/shared/ordertype.md
docs/models/shared/security.md
docs/models/errors/apierror.md
docs/models/callbacks/createorderorderupdateresponse.md
docs/models/callbacks/createorderorderupdaterequestbodyinput.md
docs/models/webhooks/stockupdateresponse.md
docs/models/webhooks/stockupdaterequestbodyinput.md
docs/sdks/speakeasy/README.md
docs/sdks/authentication/README.md
docs/sdks/config/README.md
docs/sdks/drinks/README.md
docs/sdks/ingredients/README.md
docs/sdks/orders/README.md
.gitattributes
.devcontainer/README.md
.devcontainer/devcontainer.json
.devcontainer/setup.sh