waldur-api-client 7.7.8__py3-none-any.whl → 7.7.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of waldur-api-client might be problematic. Click here for more details.

Files changed (22) hide show
  1. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +30 -0
  2. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +30 -0
  3. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +30 -0
  4. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +30 -0
  5. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +30 -0
  6. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +30 -0
  7. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +30 -0
  8. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +30 -0
  9. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +30 -0
  10. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +30 -0
  11. waldur_api_client/models/__init__.py +2 -0
  12. waldur_api_client/models/constance_settings.py +9 -0
  13. waldur_api_client/models/constance_settings_request.py +9 -0
  14. waldur_api_client/models/course_account.py +14 -15
  15. waldur_api_client/models/course_account_request.py +0 -9
  16. waldur_api_client/models/robot_account.py +12 -4
  17. waldur_api_client/models/robot_account_details.py +12 -4
  18. waldur_api_client/models/robot_account_states.py +13 -0
  19. {waldur_api_client-7.7.8.dist-info → waldur_api_client-7.7.9.dist-info}/METADATA +1 -1
  20. {waldur_api_client-7.7.8.dist-info → waldur_api_client-7.7.9.dist-info}/RECORD +22 -21
  21. {waldur_api_client-7.7.8.dist-info → waldur_api_client-7.7.9.dist-info}/LICENSE +0 -0
  22. {waldur_api_client-7.7.8.dist-info → waldur_api_client-7.7.9.dist-info}/WHEEL +0 -0
@@ -31,6 +31,8 @@ def _get_kwargs(
31
31
  customer_uuid: Union[Unset, UUID] = UNSET,
32
32
  description: Union[Unset, str] = UNSET,
33
33
  end: Union[Unset, str] = UNSET,
34
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
35
+ has_terms_of_service: Union[Unset, bool] = UNSET,
34
36
  keyword: Union[Unset, str] = UNSET,
35
37
  modified: Union[Unset, datetime.datetime] = UNSET,
36
38
  name: Union[Unset, str] = UNSET,
@@ -90,6 +92,10 @@ def _get_kwargs(
90
92
 
91
93
  params["end"] = end
92
94
 
95
+ params["has_active_terms_of_service"] = has_active_terms_of_service
96
+
97
+ params["has_terms_of_service"] = has_terms_of_service
98
+
93
99
  params["keyword"] = keyword
94
100
 
95
101
  json_modified: Union[Unset, str] = UNSET
@@ -223,6 +229,8 @@ def sync_detailed(
223
229
  customer_uuid: Union[Unset, UUID] = UNSET,
224
230
  description: Union[Unset, str] = UNSET,
225
231
  end: Union[Unset, str] = UNSET,
232
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
233
+ has_terms_of_service: Union[Unset, bool] = UNSET,
226
234
  keyword: Union[Unset, str] = UNSET,
227
235
  modified: Union[Unset, datetime.datetime] = UNSET,
228
236
  name: Union[Unset, str] = UNSET,
@@ -258,6 +266,8 @@ def sync_detailed(
258
266
  customer_uuid (Union[Unset, UUID]):
259
267
  description (Union[Unset, str]):
260
268
  end (Union[Unset, str]):
269
+ has_active_terms_of_service (Union[Unset, bool]):
270
+ has_terms_of_service (Union[Unset, bool]):
261
271
  keyword (Union[Unset, str]):
262
272
  modified (Union[Unset, datetime.datetime]):
263
273
  name (Union[Unset, str]):
@@ -299,6 +309,8 @@ def sync_detailed(
299
309
  customer_uuid=customer_uuid,
300
310
  description=description,
301
311
  end=end,
312
+ has_active_terms_of_service=has_active_terms_of_service,
313
+ has_terms_of_service=has_terms_of_service,
302
314
  keyword=keyword,
303
315
  modified=modified,
304
316
  name=name,
@@ -342,6 +354,8 @@ def sync(
342
354
  customer_uuid: Union[Unset, UUID] = UNSET,
343
355
  description: Union[Unset, str] = UNSET,
344
356
  end: Union[Unset, str] = UNSET,
357
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
358
+ has_terms_of_service: Union[Unset, bool] = UNSET,
345
359
  keyword: Union[Unset, str] = UNSET,
346
360
  modified: Union[Unset, datetime.datetime] = UNSET,
347
361
  name: Union[Unset, str] = UNSET,
@@ -377,6 +391,8 @@ def sync(
377
391
  customer_uuid (Union[Unset, UUID]):
378
392
  description (Union[Unset, str]):
379
393
  end (Union[Unset, str]):
394
+ has_active_terms_of_service (Union[Unset, bool]):
395
+ has_terms_of_service (Union[Unset, bool]):
380
396
  keyword (Union[Unset, str]):
381
397
  modified (Union[Unset, datetime.datetime]):
382
398
  name (Union[Unset, str]):
@@ -419,6 +435,8 @@ def sync(
419
435
  customer_uuid=customer_uuid,
420
436
  description=description,
421
437
  end=end,
438
+ has_active_terms_of_service=has_active_terms_of_service,
439
+ has_terms_of_service=has_terms_of_service,
422
440
  keyword=keyword,
423
441
  modified=modified,
424
442
  name=name,
@@ -456,6 +474,8 @@ async def asyncio_detailed(
456
474
  customer_uuid: Union[Unset, UUID] = UNSET,
457
475
  description: Union[Unset, str] = UNSET,
458
476
  end: Union[Unset, str] = UNSET,
477
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
478
+ has_terms_of_service: Union[Unset, bool] = UNSET,
459
479
  keyword: Union[Unset, str] = UNSET,
460
480
  modified: Union[Unset, datetime.datetime] = UNSET,
461
481
  name: Union[Unset, str] = UNSET,
@@ -491,6 +511,8 @@ async def asyncio_detailed(
491
511
  customer_uuid (Union[Unset, UUID]):
492
512
  description (Union[Unset, str]):
493
513
  end (Union[Unset, str]):
514
+ has_active_terms_of_service (Union[Unset, bool]):
515
+ has_terms_of_service (Union[Unset, bool]):
494
516
  keyword (Union[Unset, str]):
495
517
  modified (Union[Unset, datetime.datetime]):
496
518
  name (Union[Unset, str]):
@@ -532,6 +554,8 @@ async def asyncio_detailed(
532
554
  customer_uuid=customer_uuid,
533
555
  description=description,
534
556
  end=end,
557
+ has_active_terms_of_service=has_active_terms_of_service,
558
+ has_terms_of_service=has_terms_of_service,
535
559
  keyword=keyword,
536
560
  modified=modified,
537
561
  name=name,
@@ -573,6 +597,8 @@ async def asyncio(
573
597
  customer_uuid: Union[Unset, UUID] = UNSET,
574
598
  description: Union[Unset, str] = UNSET,
575
599
  end: Union[Unset, str] = UNSET,
600
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
601
+ has_terms_of_service: Union[Unset, bool] = UNSET,
576
602
  keyword: Union[Unset, str] = UNSET,
577
603
  modified: Union[Unset, datetime.datetime] = UNSET,
578
604
  name: Union[Unset, str] = UNSET,
@@ -608,6 +634,8 @@ async def asyncio(
608
634
  customer_uuid (Union[Unset, UUID]):
609
635
  description (Union[Unset, str]):
610
636
  end (Union[Unset, str]):
637
+ has_active_terms_of_service (Union[Unset, bool]):
638
+ has_terms_of_service (Union[Unset, bool]):
611
639
  keyword (Union[Unset, str]):
612
640
  modified (Union[Unset, datetime.datetime]):
613
641
  name (Union[Unset, str]):
@@ -651,6 +679,8 @@ async def asyncio(
651
679
  customer_uuid=customer_uuid,
652
680
  description=description,
653
681
  end=end,
682
+ has_active_terms_of_service=has_active_terms_of_service,
683
+ has_terms_of_service=has_terms_of_service,
654
684
  keyword=keyword,
655
685
  modified=modified,
656
686
  name=name,
@@ -30,6 +30,8 @@ def _get_kwargs(
30
30
  customer_uuid: Union[Unset, UUID] = UNSET,
31
31
  description: Union[Unset, str] = UNSET,
32
32
  end: Union[Unset, str] = UNSET,
33
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
34
+ has_terms_of_service: Union[Unset, bool] = UNSET,
33
35
  keyword: Union[Unset, str] = UNSET,
34
36
  modified: Union[Unset, datetime.datetime] = UNSET,
35
37
  name: Union[Unset, str] = UNSET,
@@ -91,6 +93,10 @@ def _get_kwargs(
91
93
 
92
94
  params["end"] = end
93
95
 
96
+ params["has_active_terms_of_service"] = has_active_terms_of_service
97
+
98
+ params["has_terms_of_service"] = has_terms_of_service
99
+
94
100
  params["keyword"] = keyword
95
101
 
96
102
  json_modified: Union[Unset, str] = UNSET
@@ -225,6 +231,8 @@ def sync_detailed(
225
231
  customer_uuid: Union[Unset, UUID] = UNSET,
226
232
  description: Union[Unset, str] = UNSET,
227
233
  end: Union[Unset, str] = UNSET,
234
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
235
+ has_terms_of_service: Union[Unset, bool] = UNSET,
228
236
  keyword: Union[Unset, str] = UNSET,
229
237
  modified: Union[Unset, datetime.datetime] = UNSET,
230
238
  name: Union[Unset, str] = UNSET,
@@ -261,6 +269,8 @@ def sync_detailed(
261
269
  customer_uuid (Union[Unset, UUID]):
262
270
  description (Union[Unset, str]):
263
271
  end (Union[Unset, str]):
272
+ has_active_terms_of_service (Union[Unset, bool]):
273
+ has_terms_of_service (Union[Unset, bool]):
264
274
  keyword (Union[Unset, str]):
265
275
  modified (Union[Unset, datetime.datetime]):
266
276
  name (Union[Unset, str]):
@@ -303,6 +313,8 @@ def sync_detailed(
303
313
  customer_uuid=customer_uuid,
304
314
  description=description,
305
315
  end=end,
316
+ has_active_terms_of_service=has_active_terms_of_service,
317
+ has_terms_of_service=has_terms_of_service,
306
318
  keyword=keyword,
307
319
  modified=modified,
308
320
  name=name,
@@ -347,6 +359,8 @@ def sync(
347
359
  customer_uuid: Union[Unset, UUID] = UNSET,
348
360
  description: Union[Unset, str] = UNSET,
349
361
  end: Union[Unset, str] = UNSET,
362
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
363
+ has_terms_of_service: Union[Unset, bool] = UNSET,
350
364
  keyword: Union[Unset, str] = UNSET,
351
365
  modified: Union[Unset, datetime.datetime] = UNSET,
352
366
  name: Union[Unset, str] = UNSET,
@@ -383,6 +397,8 @@ def sync(
383
397
  customer_uuid (Union[Unset, UUID]):
384
398
  description (Union[Unset, str]):
385
399
  end (Union[Unset, str]):
400
+ has_active_terms_of_service (Union[Unset, bool]):
401
+ has_terms_of_service (Union[Unset, bool]):
386
402
  keyword (Union[Unset, str]):
387
403
  modified (Union[Unset, datetime.datetime]):
388
404
  name (Union[Unset, str]):
@@ -426,6 +442,8 @@ def sync(
426
442
  customer_uuid=customer_uuid,
427
443
  description=description,
428
444
  end=end,
445
+ has_active_terms_of_service=has_active_terms_of_service,
446
+ has_terms_of_service=has_terms_of_service,
429
447
  keyword=keyword,
430
448
  modified=modified,
431
449
  name=name,
@@ -464,6 +482,8 @@ async def asyncio_detailed(
464
482
  customer_uuid: Union[Unset, UUID] = UNSET,
465
483
  description: Union[Unset, str] = UNSET,
466
484
  end: Union[Unset, str] = UNSET,
485
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
486
+ has_terms_of_service: Union[Unset, bool] = UNSET,
467
487
  keyword: Union[Unset, str] = UNSET,
468
488
  modified: Union[Unset, datetime.datetime] = UNSET,
469
489
  name: Union[Unset, str] = UNSET,
@@ -500,6 +520,8 @@ async def asyncio_detailed(
500
520
  customer_uuid (Union[Unset, UUID]):
501
521
  description (Union[Unset, str]):
502
522
  end (Union[Unset, str]):
523
+ has_active_terms_of_service (Union[Unset, bool]):
524
+ has_terms_of_service (Union[Unset, bool]):
503
525
  keyword (Union[Unset, str]):
504
526
  modified (Union[Unset, datetime.datetime]):
505
527
  name (Union[Unset, str]):
@@ -542,6 +564,8 @@ async def asyncio_detailed(
542
564
  customer_uuid=customer_uuid,
543
565
  description=description,
544
566
  end=end,
567
+ has_active_terms_of_service=has_active_terms_of_service,
568
+ has_terms_of_service=has_terms_of_service,
545
569
  keyword=keyword,
546
570
  modified=modified,
547
571
  name=name,
@@ -584,6 +608,8 @@ async def asyncio(
584
608
  customer_uuid: Union[Unset, UUID] = UNSET,
585
609
  description: Union[Unset, str] = UNSET,
586
610
  end: Union[Unset, str] = UNSET,
611
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
612
+ has_terms_of_service: Union[Unset, bool] = UNSET,
587
613
  keyword: Union[Unset, str] = UNSET,
588
614
  modified: Union[Unset, datetime.datetime] = UNSET,
589
615
  name: Union[Unset, str] = UNSET,
@@ -620,6 +646,8 @@ async def asyncio(
620
646
  customer_uuid (Union[Unset, UUID]):
621
647
  description (Union[Unset, str]):
622
648
  end (Union[Unset, str]):
649
+ has_active_terms_of_service (Union[Unset, bool]):
650
+ has_terms_of_service (Union[Unset, bool]):
623
651
  keyword (Union[Unset, str]):
624
652
  modified (Union[Unset, datetime.datetime]):
625
653
  name (Union[Unset, str]):
@@ -664,6 +692,8 @@ async def asyncio(
664
692
  customer_uuid=customer_uuid,
665
693
  description=description,
666
694
  end=end,
695
+ has_active_terms_of_service=has_active_terms_of_service,
696
+ has_terms_of_service=has_terms_of_service,
667
697
  keyword=keyword,
668
698
  modified=modified,
669
699
  name=name,
@@ -24,6 +24,8 @@ def _get_kwargs(
24
24
  customer: Union[Unset, str] = UNSET,
25
25
  customer_uuid: Union[Unset, UUID] = UNSET,
26
26
  description: Union[Unset, str] = UNSET,
27
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
28
+ has_terms_of_service: Union[Unset, bool] = UNSET,
27
29
  keyword: Union[Unset, str] = UNSET,
28
30
  modified: Union[Unset, datetime.datetime] = UNSET,
29
31
  name: Union[Unset, str] = UNSET,
@@ -80,6 +82,10 @@ def _get_kwargs(
80
82
 
81
83
  params["description"] = description
82
84
 
85
+ params["has_active_terms_of_service"] = has_active_terms_of_service
86
+
87
+ params["has_terms_of_service"] = has_terms_of_service
88
+
83
89
  params["keyword"] = keyword
84
90
 
85
91
  json_modified: Union[Unset, str] = UNSET
@@ -207,6 +213,8 @@ def sync_detailed(
207
213
  customer: Union[Unset, str] = UNSET,
208
214
  customer_uuid: Union[Unset, UUID] = UNSET,
209
215
  description: Union[Unset, str] = UNSET,
216
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
217
+ has_terms_of_service: Union[Unset, bool] = UNSET,
210
218
  keyword: Union[Unset, str] = UNSET,
211
219
  modified: Union[Unset, datetime.datetime] = UNSET,
212
220
  name: Union[Unset, str] = UNSET,
@@ -239,6 +247,8 @@ def sync_detailed(
239
247
  customer (Union[Unset, str]):
240
248
  customer_uuid (Union[Unset, UUID]):
241
249
  description (Union[Unset, str]):
250
+ has_active_terms_of_service (Union[Unset, bool]):
251
+ has_terms_of_service (Union[Unset, bool]):
242
252
  keyword (Union[Unset, str]):
243
253
  modified (Union[Unset, datetime.datetime]):
244
254
  name (Union[Unset, str]):
@@ -277,6 +287,8 @@ def sync_detailed(
277
287
  customer=customer,
278
288
  customer_uuid=customer_uuid,
279
289
  description=description,
290
+ has_active_terms_of_service=has_active_terms_of_service,
291
+ has_terms_of_service=has_terms_of_service,
280
292
  keyword=keyword,
281
293
  modified=modified,
282
294
  name=name,
@@ -317,6 +329,8 @@ def sync(
317
329
  customer: Union[Unset, str] = UNSET,
318
330
  customer_uuid: Union[Unset, UUID] = UNSET,
319
331
  description: Union[Unset, str] = UNSET,
332
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
333
+ has_terms_of_service: Union[Unset, bool] = UNSET,
320
334
  keyword: Union[Unset, str] = UNSET,
321
335
  modified: Union[Unset, datetime.datetime] = UNSET,
322
336
  name: Union[Unset, str] = UNSET,
@@ -349,6 +363,8 @@ def sync(
349
363
  customer (Union[Unset, str]):
350
364
  customer_uuid (Union[Unset, UUID]):
351
365
  description (Union[Unset, str]):
366
+ has_active_terms_of_service (Union[Unset, bool]):
367
+ has_terms_of_service (Union[Unset, bool]):
352
368
  keyword (Union[Unset, str]):
353
369
  modified (Union[Unset, datetime.datetime]):
354
370
  name (Union[Unset, str]):
@@ -388,6 +404,8 @@ def sync(
388
404
  customer=customer,
389
405
  customer_uuid=customer_uuid,
390
406
  description=description,
407
+ has_active_terms_of_service=has_active_terms_of_service,
408
+ has_terms_of_service=has_terms_of_service,
391
409
  keyword=keyword,
392
410
  modified=modified,
393
411
  name=name,
@@ -422,6 +440,8 @@ async def asyncio_detailed(
422
440
  customer: Union[Unset, str] = UNSET,
423
441
  customer_uuid: Union[Unset, UUID] = UNSET,
424
442
  description: Union[Unset, str] = UNSET,
443
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
444
+ has_terms_of_service: Union[Unset, bool] = UNSET,
425
445
  keyword: Union[Unset, str] = UNSET,
426
446
  modified: Union[Unset, datetime.datetime] = UNSET,
427
447
  name: Union[Unset, str] = UNSET,
@@ -454,6 +474,8 @@ async def asyncio_detailed(
454
474
  customer (Union[Unset, str]):
455
475
  customer_uuid (Union[Unset, UUID]):
456
476
  description (Union[Unset, str]):
477
+ has_active_terms_of_service (Union[Unset, bool]):
478
+ has_terms_of_service (Union[Unset, bool]):
457
479
  keyword (Union[Unset, str]):
458
480
  modified (Union[Unset, datetime.datetime]):
459
481
  name (Union[Unset, str]):
@@ -492,6 +514,8 @@ async def asyncio_detailed(
492
514
  customer=customer,
493
515
  customer_uuid=customer_uuid,
494
516
  description=description,
517
+ has_active_terms_of_service=has_active_terms_of_service,
518
+ has_terms_of_service=has_terms_of_service,
495
519
  keyword=keyword,
496
520
  modified=modified,
497
521
  name=name,
@@ -530,6 +554,8 @@ async def asyncio(
530
554
  customer: Union[Unset, str] = UNSET,
531
555
  customer_uuid: Union[Unset, UUID] = UNSET,
532
556
  description: Union[Unset, str] = UNSET,
557
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
558
+ has_terms_of_service: Union[Unset, bool] = UNSET,
533
559
  keyword: Union[Unset, str] = UNSET,
534
560
  modified: Union[Unset, datetime.datetime] = UNSET,
535
561
  name: Union[Unset, str] = UNSET,
@@ -562,6 +588,8 @@ async def asyncio(
562
588
  customer (Union[Unset, str]):
563
589
  customer_uuid (Union[Unset, UUID]):
564
590
  description (Union[Unset, str]):
591
+ has_active_terms_of_service (Union[Unset, bool]):
592
+ has_terms_of_service (Union[Unset, bool]):
565
593
  keyword (Union[Unset, str]):
566
594
  modified (Union[Unset, datetime.datetime]):
567
595
  name (Union[Unset, str]):
@@ -602,6 +630,8 @@ async def asyncio(
602
630
  customer=customer,
603
631
  customer_uuid=customer_uuid,
604
632
  description=description,
633
+ has_active_terms_of_service=has_active_terms_of_service,
634
+ has_terms_of_service=has_terms_of_service,
605
635
  keyword=keyword,
606
636
  modified=modified,
607
637
  name=name,
@@ -30,6 +30,8 @@ def _get_kwargs(
30
30
  customer: Union[Unset, str] = UNSET,
31
31
  customer_uuid: Union[Unset, UUID] = UNSET,
32
32
  description: Union[Unset, str] = UNSET,
33
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
34
+ has_terms_of_service: Union[Unset, bool] = UNSET,
33
35
  keyword: Union[Unset, str] = UNSET,
34
36
  modified: Union[Unset, datetime.datetime] = UNSET,
35
37
  name: Union[Unset, str] = UNSET,
@@ -86,6 +88,10 @@ def _get_kwargs(
86
88
 
87
89
  params["description"] = description
88
90
 
91
+ params["has_active_terms_of_service"] = has_active_terms_of_service
92
+
93
+ params["has_terms_of_service"] = has_terms_of_service
94
+
89
95
  params["keyword"] = keyword
90
96
 
91
97
  json_modified: Union[Unset, str] = UNSET
@@ -216,6 +222,8 @@ def sync_detailed(
216
222
  customer: Union[Unset, str] = UNSET,
217
223
  customer_uuid: Union[Unset, UUID] = UNSET,
218
224
  description: Union[Unset, str] = UNSET,
225
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
226
+ has_terms_of_service: Union[Unset, bool] = UNSET,
219
227
  keyword: Union[Unset, str] = UNSET,
220
228
  modified: Union[Unset, datetime.datetime] = UNSET,
221
229
  name: Union[Unset, str] = UNSET,
@@ -249,6 +257,8 @@ def sync_detailed(
249
257
  customer (Union[Unset, str]):
250
258
  customer_uuid (Union[Unset, UUID]):
251
259
  description (Union[Unset, str]):
260
+ has_active_terms_of_service (Union[Unset, bool]):
261
+ has_terms_of_service (Union[Unset, bool]):
252
262
  keyword (Union[Unset, str]):
253
263
  modified (Union[Unset, datetime.datetime]):
254
264
  name (Union[Unset, str]):
@@ -288,6 +298,8 @@ def sync_detailed(
288
298
  customer=customer,
289
299
  customer_uuid=customer_uuid,
290
300
  description=description,
301
+ has_active_terms_of_service=has_active_terms_of_service,
302
+ has_terms_of_service=has_terms_of_service,
291
303
  keyword=keyword,
292
304
  modified=modified,
293
305
  name=name,
@@ -329,6 +341,8 @@ def sync(
329
341
  customer: Union[Unset, str] = UNSET,
330
342
  customer_uuid: Union[Unset, UUID] = UNSET,
331
343
  description: Union[Unset, str] = UNSET,
344
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
345
+ has_terms_of_service: Union[Unset, bool] = UNSET,
332
346
  keyword: Union[Unset, str] = UNSET,
333
347
  modified: Union[Unset, datetime.datetime] = UNSET,
334
348
  name: Union[Unset, str] = UNSET,
@@ -362,6 +376,8 @@ def sync(
362
376
  customer (Union[Unset, str]):
363
377
  customer_uuid (Union[Unset, UUID]):
364
378
  description (Union[Unset, str]):
379
+ has_active_terms_of_service (Union[Unset, bool]):
380
+ has_terms_of_service (Union[Unset, bool]):
365
381
  keyword (Union[Unset, str]):
366
382
  modified (Union[Unset, datetime.datetime]):
367
383
  name (Union[Unset, str]):
@@ -402,6 +418,8 @@ def sync(
402
418
  customer=customer,
403
419
  customer_uuid=customer_uuid,
404
420
  description=description,
421
+ has_active_terms_of_service=has_active_terms_of_service,
422
+ has_terms_of_service=has_terms_of_service,
405
423
  keyword=keyword,
406
424
  modified=modified,
407
425
  name=name,
@@ -437,6 +455,8 @@ async def asyncio_detailed(
437
455
  customer: Union[Unset, str] = UNSET,
438
456
  customer_uuid: Union[Unset, UUID] = UNSET,
439
457
  description: Union[Unset, str] = UNSET,
458
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
459
+ has_terms_of_service: Union[Unset, bool] = UNSET,
440
460
  keyword: Union[Unset, str] = UNSET,
441
461
  modified: Union[Unset, datetime.datetime] = UNSET,
442
462
  name: Union[Unset, str] = UNSET,
@@ -470,6 +490,8 @@ async def asyncio_detailed(
470
490
  customer (Union[Unset, str]):
471
491
  customer_uuid (Union[Unset, UUID]):
472
492
  description (Union[Unset, str]):
493
+ has_active_terms_of_service (Union[Unset, bool]):
494
+ has_terms_of_service (Union[Unset, bool]):
473
495
  keyword (Union[Unset, str]):
474
496
  modified (Union[Unset, datetime.datetime]):
475
497
  name (Union[Unset, str]):
@@ -509,6 +531,8 @@ async def asyncio_detailed(
509
531
  customer=customer,
510
532
  customer_uuid=customer_uuid,
511
533
  description=description,
534
+ has_active_terms_of_service=has_active_terms_of_service,
535
+ has_terms_of_service=has_terms_of_service,
512
536
  keyword=keyword,
513
537
  modified=modified,
514
538
  name=name,
@@ -548,6 +572,8 @@ async def asyncio(
548
572
  customer: Union[Unset, str] = UNSET,
549
573
  customer_uuid: Union[Unset, UUID] = UNSET,
550
574
  description: Union[Unset, str] = UNSET,
575
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
576
+ has_terms_of_service: Union[Unset, bool] = UNSET,
551
577
  keyword: Union[Unset, str] = UNSET,
552
578
  modified: Union[Unset, datetime.datetime] = UNSET,
553
579
  name: Union[Unset, str] = UNSET,
@@ -581,6 +607,8 @@ async def asyncio(
581
607
  customer (Union[Unset, str]):
582
608
  customer_uuid (Union[Unset, UUID]):
583
609
  description (Union[Unset, str]):
610
+ has_active_terms_of_service (Union[Unset, bool]):
611
+ has_terms_of_service (Union[Unset, bool]):
584
612
  keyword (Union[Unset, str]):
585
613
  modified (Union[Unset, datetime.datetime]):
586
614
  name (Union[Unset, str]):
@@ -622,6 +650,8 @@ async def asyncio(
622
650
  customer=customer,
623
651
  customer_uuid=customer_uuid,
624
652
  description=description,
653
+ has_active_terms_of_service=has_active_terms_of_service,
654
+ has_terms_of_service=has_terms_of_service,
625
655
  keyword=keyword,
626
656
  modified=modified,
627
657
  name=name,
@@ -26,6 +26,8 @@ def _get_kwargs(
26
26
  customer: Union[Unset, str] = UNSET,
27
27
  customer_uuid: Union[Unset, UUID] = UNSET,
28
28
  description: Union[Unset, str] = UNSET,
29
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
30
+ has_terms_of_service: Union[Unset, bool] = UNSET,
29
31
  keyword: Union[Unset, str] = UNSET,
30
32
  modified: Union[Unset, datetime.datetime] = UNSET,
31
33
  name: Union[Unset, str] = UNSET,
@@ -82,6 +84,10 @@ def _get_kwargs(
82
84
 
83
85
  params["description"] = description
84
86
 
87
+ params["has_active_terms_of_service"] = has_active_terms_of_service
88
+
89
+ params["has_terms_of_service"] = has_terms_of_service
90
+
85
91
  params["keyword"] = keyword
86
92
 
87
93
  json_modified: Union[Unset, str] = UNSET
@@ -209,6 +215,8 @@ def sync_detailed(
209
215
  customer: Union[Unset, str] = UNSET,
210
216
  customer_uuid: Union[Unset, UUID] = UNSET,
211
217
  description: Union[Unset, str] = UNSET,
218
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
219
+ has_terms_of_service: Union[Unset, bool] = UNSET,
212
220
  keyword: Union[Unset, str] = UNSET,
213
221
  modified: Union[Unset, datetime.datetime] = UNSET,
214
222
  name: Union[Unset, str] = UNSET,
@@ -241,6 +249,8 @@ def sync_detailed(
241
249
  customer (Union[Unset, str]):
242
250
  customer_uuid (Union[Unset, UUID]):
243
251
  description (Union[Unset, str]):
252
+ has_active_terms_of_service (Union[Unset, bool]):
253
+ has_terms_of_service (Union[Unset, bool]):
244
254
  keyword (Union[Unset, str]):
245
255
  modified (Union[Unset, datetime.datetime]):
246
256
  name (Union[Unset, str]):
@@ -279,6 +289,8 @@ def sync_detailed(
279
289
  customer=customer,
280
290
  customer_uuid=customer_uuid,
281
291
  description=description,
292
+ has_active_terms_of_service=has_active_terms_of_service,
293
+ has_terms_of_service=has_terms_of_service,
282
294
  keyword=keyword,
283
295
  modified=modified,
284
296
  name=name,
@@ -319,6 +331,8 @@ def sync(
319
331
  customer: Union[Unset, str] = UNSET,
320
332
  customer_uuid: Union[Unset, UUID] = UNSET,
321
333
  description: Union[Unset, str] = UNSET,
334
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
335
+ has_terms_of_service: Union[Unset, bool] = UNSET,
322
336
  keyword: Union[Unset, str] = UNSET,
323
337
  modified: Union[Unset, datetime.datetime] = UNSET,
324
338
  name: Union[Unset, str] = UNSET,
@@ -351,6 +365,8 @@ def sync(
351
365
  customer (Union[Unset, str]):
352
366
  customer_uuid (Union[Unset, UUID]):
353
367
  description (Union[Unset, str]):
368
+ has_active_terms_of_service (Union[Unset, bool]):
369
+ has_terms_of_service (Union[Unset, bool]):
354
370
  keyword (Union[Unset, str]):
355
371
  modified (Union[Unset, datetime.datetime]):
356
372
  name (Union[Unset, str]):
@@ -390,6 +406,8 @@ def sync(
390
406
  customer=customer,
391
407
  customer_uuid=customer_uuid,
392
408
  description=description,
409
+ has_active_terms_of_service=has_active_terms_of_service,
410
+ has_terms_of_service=has_terms_of_service,
393
411
  keyword=keyword,
394
412
  modified=modified,
395
413
  name=name,
@@ -424,6 +442,8 @@ async def asyncio_detailed(
424
442
  customer: Union[Unset, str] = UNSET,
425
443
  customer_uuid: Union[Unset, UUID] = UNSET,
426
444
  description: Union[Unset, str] = UNSET,
445
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
446
+ has_terms_of_service: Union[Unset, bool] = UNSET,
427
447
  keyword: Union[Unset, str] = UNSET,
428
448
  modified: Union[Unset, datetime.datetime] = UNSET,
429
449
  name: Union[Unset, str] = UNSET,
@@ -456,6 +476,8 @@ async def asyncio_detailed(
456
476
  customer (Union[Unset, str]):
457
477
  customer_uuid (Union[Unset, UUID]):
458
478
  description (Union[Unset, str]):
479
+ has_active_terms_of_service (Union[Unset, bool]):
480
+ has_terms_of_service (Union[Unset, bool]):
459
481
  keyword (Union[Unset, str]):
460
482
  modified (Union[Unset, datetime.datetime]):
461
483
  name (Union[Unset, str]):
@@ -494,6 +516,8 @@ async def asyncio_detailed(
494
516
  customer=customer,
495
517
  customer_uuid=customer_uuid,
496
518
  description=description,
519
+ has_active_terms_of_service=has_active_terms_of_service,
520
+ has_terms_of_service=has_terms_of_service,
497
521
  keyword=keyword,
498
522
  modified=modified,
499
523
  name=name,
@@ -532,6 +556,8 @@ async def asyncio(
532
556
  customer: Union[Unset, str] = UNSET,
533
557
  customer_uuid: Union[Unset, UUID] = UNSET,
534
558
  description: Union[Unset, str] = UNSET,
559
+ has_active_terms_of_service: Union[Unset, bool] = UNSET,
560
+ has_terms_of_service: Union[Unset, bool] = UNSET,
535
561
  keyword: Union[Unset, str] = UNSET,
536
562
  modified: Union[Unset, datetime.datetime] = UNSET,
537
563
  name: Union[Unset, str] = UNSET,
@@ -564,6 +590,8 @@ async def asyncio(
564
590
  customer (Union[Unset, str]):
565
591
  customer_uuid (Union[Unset, UUID]):
566
592
  description (Union[Unset, str]):
593
+ has_active_terms_of_service (Union[Unset, bool]):
594
+ has_terms_of_service (Union[Unset, bool]):
567
595
  keyword (Union[Unset, str]):
568
596
  modified (Union[Unset, datetime.datetime]):
569
597
  name (Union[Unset, str]):
@@ -604,6 +632,8 @@ async def asyncio(
604
632
  customer=customer,
605
633
  customer_uuid=customer_uuid,
606
634
  description=description,
635
+ has_active_terms_of_service=has_active_terms_of_service,
636
+ has_terms_of_service=has_terms_of_service,
607
637
  keyword=keyword,
608
638
  modified=modified,
609
639
  name=name,