generated from speakeasy-sdks/template-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
files.gen
executable file
·117 lines (117 loc) · 4.6 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
lib/api/sdkconfiguration.rb
lib/api/auth.rb
lib/api/companies.rb
lib/api/organizations.rb
lib/api/sdk.rb
.rubocop.yml
Gemfile
Rakefile
lib/api/utils/metadata_fields.rb
lib/api/utils/utils.rb
easyship_ruby_sdk.gemspec
lib/api/models/operations/introspecttoken.rb
lib/api/models/operations/retrievetoken.rb
lib/api/models/operations/retrieveinfo.rb
lib/api/models/operations/revoketoken.rb
lib/api/models/operations/createcompanies.rb
lib/api/models/operations/listcompanies.rb
lib/api/models/operations/updatecompanies.rb
lib/api/models/operations/createorganizations.rb
lib/api/models/operations/deleteorganizations.rb
lib/api/models/operations/getorganizations.rb
lib/api/models/operations/listorganizations.rb
lib/api/models/operations/listorganizationcompanies.rb
lib/api/models/operations/updateorganizations.rb
lib/api/models/shared/oauth2introspectresponse.rb
lib/api/models/shared/token_type.rb
lib/api/models/shared/oauth2introspectrequest.rb
lib/api/models/shared/oauth2tokenresponse.rb
lib/api/models/shared/oauth2clientcredentialsrequest.rb
lib/api/models/shared/oauth2tokeninfo.rb
lib/api/models/shared/revokeaccesstokenresponse.rb
lib/api/models/shared/oauth2tokenrevokerequest.rb
lib/api/models/shared/grant_type.rb
lib/api/models/shared/company_single.rb
lib/api/models/shared/company.rb
lib/api/models/shared/organization.rb
lib/api/models/shared/countryalpha2.rb
lib/api/models/shared/error.rb
lib/api/models/shared/companycreate.rb
lib/api/models/shared/companyusercreate.rb
lib/api/models/shared/company_list.rb
lib/api/models/shared/pagination.rb
lib/api/models/shared/companyupdate.rb
lib/api/models/shared/owner.rb
lib/api/models/shared/organization_single.rb
lib/api/models/shared/organizationcreate.rb
lib/api/models/shared/success.rb
lib/api/models/shared/organization_list.rb
lib/api/models/shared/organizationupdate.rb
lib/api/models/shared/security.rb
lib/easyship_ruby_sdk.rb
USAGE.md
docs/models/operations/introspecttokenresponse.md
docs/models/operations/retrievetokenresponse.md
docs/models/operations/retrieveinforesponse.md
docs/models/operations/revoketokenresponse.md
docs/models/operations/createcompaniesresponse.md
docs/models/operations/listcompaniessortby.md
docs/models/operations/listcompaniessortdirection.md
docs/models/operations/listcompaniesrequest.md
docs/models/operations/listcompaniesresponse.md
docs/models/operations/updatecompaniesrequest.md
docs/models/operations/updatecompaniesresponse.md
docs/models/operations/createorganizationsresponse.md
docs/models/operations/deleteorganizationsrequest.md
docs/models/operations/deleteorganizationsresponse.md
docs/models/operations/getorganizationsrequest.md
docs/models/operations/getorganizationsresponse.md
docs/models/operations/listorganizationsrequest.md
docs/models/operations/listorganizationsresponse.md
docs/models/operations/listorganizationcompaniessortby.md
docs/models/operations/listorganizationcompaniessortdirection.md
docs/models/operations/listorganizationcompaniesrequest.md
docs/models/operations/listorganizationcompaniesresponse.md
docs/models/operations/updateorganizationsrequest.md
docs/models/operations/updateorganizationsresponse.md
docs/models/shared/oauth2introspectresponseplatform.md
docs/models/shared/oauth2introspectresponse.md
docs/models/shared/tokentype.md
docs/models/shared/oauth2introspectrequest.md
docs/models/shared/oauth2tokenresponsetokentype.md
docs/models/shared/oauth2tokenresponse.md
docs/models/shared/oauth2clientcredentialsrequestgranttype.md
docs/models/shared/oauth2clientcredentialsrequest.md
docs/models/shared/oauth2tokeninfoapplication.md
docs/models/shared/oauth2tokeninfo.md
docs/models/shared/revokeaccesstokenresponse.md
docs/models/shared/oauth2tokenrevokerequest.md
docs/models/shared/granttype.md
docs/models/shared/companysingle.md
docs/models/shared/companyowner.md
docs/models/shared/company.md
docs/models/shared/organization.md
docs/models/shared/countryalpha2.md
docs/models/shared/errorerrortype.md
docs/models/shared/errorerror.md
docs/models/shared/error.md
docs/models/shared/companycreate.md
docs/models/shared/companyusercreate.md
docs/models/shared/companylistmeta.md
docs/models/shared/companylist.md
docs/models/shared/pagination.md
docs/models/shared/companyupdate.md
docs/models/shared/owner.md
docs/models/shared/organizationsingle.md
docs/models/shared/organizationcreate.md
docs/models/shared/successsuccess.md
docs/models/shared/success.md
docs/models/shared/organizationlistmeta.md
docs/models/shared/organizationlist.md
docs/models/shared/organizationupdate.md
docs/models/shared/security.md
docs/sdks/api/README.md
docs/sdks/auth/README.md
docs/sdks/companies/README.md
docs/sdks/organizations/README.md
.gitattributes