@@ -30,9 +30,9 @@ s = codatassess.CodatAssess(
3030
3131
3232req = operations.GetAccountCategoryRequest(
33- account_id = " provident" ,
34- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
35- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
33+ account_id = ' provident' ,
34+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
35+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
3636)
3737
3838res = s.categories.get_account_category(req)
@@ -59,12 +59,12 @@ s = codatassess.CodatAssess(
5959
6060
6161req = operations.ListAccountsCategoriesRequest(
62- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
63- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
64- order_by = " -modifiedDate" ,
62+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
63+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
64+ order_by = ' -modifiedDate' ,
6565 page = 1 ,
6666 page_size = 100 ,
67- query = " distinctio" ,
67+ query = ' distinctio' ,
6868)
6969
7070res = s.categories.list_accounts_categories(req)
@@ -116,14 +116,14 @@ s = codatassess.CodatAssess(
116116req = operations.UpdateAccountCategoryRequest(
117117 confirm_category = shared.ConfirmCategory(
118118 confirmed = shared.AccountCategory(
119- detail_type = " quibusdam" ,
120- subtype = " unde" ,
121- type = " nulla" ,
119+ detail_type = ' quibusdam' ,
120+ subtype = ' unde' ,
121+ type = ' nulla' ,
122122 ),
123123 ),
124- account_id = " corrupti" ,
125- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
126- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
124+ account_id = ' corrupti' ,
125+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
126+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
127127)
128128
129129res = s.categories.update_account_category(req)
@@ -154,48 +154,48 @@ req = operations.UpdateAccountsCategoriesRequest(
154154 categories = [
155155 shared.ConfirmCategoriesCategories(
156156 account_ref = shared.ConfirmCategoriesCategoriesAccountRef(
157- id = " 69a674e0-f467-4cc8-b96e-d151a05dfc2d" ,
157+ id = ' 69a674e0-f467-4cc8-b96e-d151a05dfc2d' ,
158158 ),
159159 confirmed = shared.AccountCategory(
160- detail_type = " at " ,
161- subtype = " maiores" ,
162- type = " molestiae" ,
160+ detail_type = ' at ' ,
161+ subtype = ' maiores' ,
162+ type = ' molestiae' ,
163163 ),
164164 ),
165165 shared.ConfirmCategoriesCategories(
166166 account_ref = shared.ConfirmCategoriesCategoriesAccountRef(
167- id = " cc78ca1b-a928-4fc8-9674-2cb739205929" ,
167+ id = ' cc78ca1b-a928-4fc8-9674-2cb739205929' ,
168168 ),
169169 confirmed = shared.AccountCategory(
170- detail_type = " dolor" ,
171- subtype = " natus" ,
172- type = " laboriosam" ,
170+ detail_type = ' dolor' ,
171+ subtype = ' natus' ,
172+ type = ' laboriosam' ,
173173 ),
174174 ),
175175 shared.ConfirmCategoriesCategories(
176176 account_ref = shared.ConfirmCategoriesCategoriesAccountRef(
177- id = " fea7596e-b10f-4aaa-a352-c5955907aff1" ,
177+ id = ' fea7596e-b10f-4aaa-a352-c5955907aff1' ,
178178 ),
179179 confirmed = shared.AccountCategory(
180- detail_type = " mollitia" ,
181- subtype = " dolorem" ,
182- type = " culpa" ,
180+ detail_type = ' mollitia' ,
181+ subtype = ' dolorem' ,
182+ type = ' culpa' ,
183183 ),
184184 ),
185185 shared.ConfirmCategoriesCategories(
186186 account_ref = shared.ConfirmCategoriesCategoriesAccountRef(
187- id = " 2fa94677-3925-41aa-92c3-f5ad019da1ff" ,
187+ id = ' 2fa94677-3925-41aa-92c3-f5ad019da1ff' ,
188188 ),
189189 confirmed = shared.AccountCategory(
190- detail_type = " vero" ,
191- subtype = " nihil" ,
192- type = " praesentium" ,
190+ detail_type = ' vero' ,
191+ subtype = ' nihil' ,
192+ type = ' praesentium' ,
193193 ),
194194 ),
195195 ],
196196 ),
197- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
198- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
197+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
198+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
199199)
200200
201201res = s.categories.update_accounts_categories(req)
0 commit comments