@@ -29,12 +29,11 @@ s = codatcommon.CodatCommon(
2929 ),
3030)
3131
32-
3332req = operations.CreateDataConnectionRequest(
3433 request_body = operations.CreateDataConnectionRequestBody(
35- platform_key = " molestiae " ,
34+ platform_key = ' provident ' ,
3635 ),
37- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
36+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
3837)
3938
4039res = s.connections.create(req)
@@ -60,10 +59,9 @@ s = codatcommon.CodatCommon(
6059 ),
6160)
6261
63-
6462req = operations.DeleteCompanyConnectionRequest(
65- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
66- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
63+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
64+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
6765)
6866
6967res = s.connections.delete(req)
@@ -88,10 +86,9 @@ s = codatcommon.CodatCommon(
8886 ),
8987)
9088
91-
9289req = operations.GetCompanyConnectionRequest(
93- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
94- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
90+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
91+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
9592)
9693
9794res = s.connections.get(req)
@@ -116,13 +113,12 @@ s = codatcommon.CodatCommon(
116113 ),
117114)
118115
119-
120116req = operations.ListCompanyConnectionsRequest(
121- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
122- order_by = " -modifiedDate" ,
117+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
118+ order_by = ' -modifiedDate' ,
123119 page = 1 ,
124120 page_size = 100 ,
125- query = " minus " ,
121+ query = ' distinctio ' ,
126122)
127123
128124res = s.connections.list(req)
@@ -147,13 +143,12 @@ s = codatcommon.CodatCommon(
147143 ),
148144)
149145
150-
151146req = operations.UnlinkConnectionRequest(
152147 request_body = operations.UnlinkConnectionRequestBody(
153- status = " placeat " ,
148+ status = ' quibusdam ' ,
154149 ),
155- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
156- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
150+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
151+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
157152)
158153
159154res = s.connections.unlink_connection(req)
@@ -178,15 +173,14 @@ s = codatcommon.CodatCommon(
178173 ),
179174)
180175
181-
182176req = operations.UpdateConnectionAuthorizationRequest(
183177 request_body = {
184- " iusto " : " excepturi " ,
185- " nisi " : " recusandae " ,
186- " temporibus " : " ab " ,
178+ " nulla " : ' corrupti ' ,
179+ " illum " : ' vel ' ,
180+ " error " : ' deserunt ' ,
187181 },
188- company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
189- connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171" ,
182+ company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
183+ connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
190184)
191185
192186res = s.connections.update_authorization(req)
0 commit comments