Skip to content

Commit 9f0e035

Browse files
committed
Update python SDK from OpenAPI Generator
1 parent 3c86166 commit 9f0e035

8 files changed

Lines changed: 86 additions & 70 deletions

docs/CommandesApi.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
285285
form_slug = 'form_slug_example' # str | The form slug
286286
form_type = helloasso-python.HelloAssoApiV5ModelsEnumsFormType() # HelloAssoApiV5ModelsEnumsFormType | The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop
287287
var_from = '2013-10-20T19:20:30+01:00' # datetime | First Date Filter (optional)
288-
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (optional)
288+
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (exclusive) (optional)
289289
user_search_key = 'user_search_key_example' # str | Filter results on user or payer first name, last name or email (optional)
290290
page_index = 1 # int | The page of results to retrieve (optional) (default to 1)
291291
page_size = 20 # int | The number of items per page (optional) (default to 20)
@@ -296,7 +296,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
296296
with_details = False # bool | Set to true to return CustomFields and Options (optional) (default to False)
297297
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort forms items by ascending or descending order. Default is descending (optional)
298298
sort_field = helloasso-python.HelloAssoApiV5ModelsEnumsSortField() # HelloAssoApiV5ModelsEnumsSortField | Sort forms items by a specific field (Date or UpdateDate). Default is date (optional)
299-
with_count = True # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
299+
with_count = False # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
300300

301301
try:
302302
# Obtenir une liste d'articles vendus dans un formulaire
@@ -316,7 +316,7 @@ Name | Type | Description | Notes
316316
**form_slug** | **str**| The form slug |
317317
**form_type** | [**HelloAssoApiV5ModelsEnumsFormType**](.md)| The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop |
318318
**var_from** | **datetime**| First Date Filter | [optional]
319-
**to** | **datetime**| End Date Filter | [optional]
319+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
320320
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
321321
**page_index** | **int**| The page of results to retrieve | [optional] [default to 1]
322322
**page_size** | **int**| The number of items per page | [optional] [default to 20]
@@ -327,7 +327,7 @@ Name | Type | Description | Notes
327327
**with_details** | **bool**| Set to true to return CustomFields and Options | [optional] [default to False]
328328
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort forms items by ascending or descending order. Default is descending | [optional]
329329
**sort_field** | [**HelloAssoApiV5ModelsEnumsSortField**](.md)| Sort forms items by a specific field (Date or UpdateDate). Default is date | [optional]
330-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to True]
330+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to False]
331331

332332
### Return type
333333

@@ -392,14 +392,14 @@ with helloasso-python.ApiClient(configuration) as api_client:
392392
form_slug = 'form_slug_example' # str | The form slug
393393
form_type = helloasso-python.HelloAssoApiV5ModelsEnumsFormType() # HelloAssoApiV5ModelsEnumsFormType | The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop
394394
var_from = '2013-10-20T19:20:30+01:00' # datetime | First Date Filter (optional)
395-
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (optional)
395+
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (exclusive) (optional)
396396
user_search_key = 'user_search_key_example' # str | Filter results on user or payer first name, last name or email (optional)
397397
page_index = 1 # int | The page of results to retrieve (optional) (default to 1)
398398
page_size = 20 # int | The number of items per page (optional) (default to 20)
399399
continuation_token = 'continuation_token_example' # str | Continuation Token from which we wish to retrieve results (optional)
400400
with_details = False # bool | Set to true to return CustomFields (optional) (default to False)
401401
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort forms orders by ascending or descending order. Default is descending (optional)
402-
with_count = True # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
402+
with_count = False # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
403403

404404
try:
405405
# Obtenir les commandes d'un formulaire
@@ -421,14 +421,14 @@ Name | Type | Description | Notes
421421
**form_slug** | **str**| The form slug |
422422
**form_type** | [**HelloAssoApiV5ModelsEnumsFormType**](.md)| The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop |
423423
**var_from** | **datetime**| First Date Filter | [optional]
424-
**to** | **datetime**| End Date Filter | [optional]
424+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
425425
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
426426
**page_index** | **int**| The page of results to retrieve | [optional] [default to 1]
427427
**page_size** | **int**| The number of items per page | [optional] [default to 20]
428428
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
429429
**with_details** | **bool**| Set to true to return CustomFields | [optional] [default to False]
430430
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort forms orders by ascending or descending order. Default is descending | [optional]
431-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to True]
431+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to False]
432432

433433
### Return type
434434

@@ -492,7 +492,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
492492
api_instance = helloasso-python.CommandesApi(api_client)
493493
organization_slug = 'organization_slug_example' # str | The organization slug
494494
var_from = '2013-10-20T19:20:30+01:00' # datetime | First Date Filter (optional)
495-
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (optional)
495+
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (exclusive) (optional)
496496
user_search_key = 'user_search_key_example' # str | Filter results on user or payer first name, last name or email (optional)
497497
page_index = 1 # int | The page of results to retrieve (optional) (default to 1)
498498
page_size = 20 # int | The number of items per page (optional) (default to 20)
@@ -503,7 +503,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
503503
with_details = False # bool | Set to true to return CustomFields and Options (optional) (default to False)
504504
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort organizations items by ascending or descending order. Default is descending (optional)
505505
sort_field = helloasso-python.HelloAssoApiV5ModelsEnumsSortField() # HelloAssoApiV5ModelsEnumsSortField | Sort organizations items by a specific field (Date or UpdateDate). Default is date (optional)
506-
with_count = True # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
506+
with_count = False # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
507507

508508
try:
509509
# Obtenir une liste d'articles vendus par une organisation
@@ -521,7 +521,7 @@ Name | Type | Description | Notes
521521
------------- | ------------- | ------------- | -------------
522522
**organization_slug** | **str**| The organization slug |
523523
**var_from** | **datetime**| First Date Filter | [optional]
524-
**to** | **datetime**| End Date Filter | [optional]
524+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
525525
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
526526
**page_index** | **int**| The page of results to retrieve | [optional] [default to 1]
527527
**page_size** | **int**| The number of items per page | [optional] [default to 20]
@@ -532,7 +532,7 @@ Name | Type | Description | Notes
532532
**with_details** | **bool**| Set to true to return CustomFields and Options | [optional] [default to False]
533533
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort organizations items by ascending or descending order. Default is descending | [optional]
534534
**sort_field** | [**HelloAssoApiV5ModelsEnumsSortField**](.md)| Sort organizations items by a specific field (Date or UpdateDate). Default is date | [optional]
535-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to True]
535+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to False]
536536

537537
### Return type
538538

@@ -595,15 +595,15 @@ with helloasso-python.ApiClient(configuration) as api_client:
595595
api_instance = helloasso-python.CommandesApi(api_client)
596596
organization_slug = 'organization_slug_example' # str | The organization slug
597597
var_from = '2013-10-20T19:20:30+01:00' # datetime | First Date Filter (optional)
598-
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (optional)
598+
to = '2013-10-20T19:20:30+01:00' # datetime | End Date Filter (exclusive) (optional)
599599
user_search_key = 'user_search_key_example' # str | Filter results on user or payer first name, last name or email (optional)
600600
page_index = 1 # int | The page of results to retrieve (optional) (default to 1)
601601
page_size = 20 # int | The number of items per page (optional) (default to 20)
602602
continuation_token = 'continuation_token_example' # str | Continuation Token from which we wish to retrieve results (optional)
603603
form_types = [helloasso-python.HelloAssoApiV5ModelsEnumsFormType()] # List[HelloAssoApiV5ModelsEnumsFormType] | The type of the form CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop (optional)
604604
with_details = False # bool | Set to true to return CustomFields (optional) (default to False)
605605
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort organizations orders by ascending or descending order. Default is descending (optional)
606-
with_count = True # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
606+
with_count = False # bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
607607

608608
try:
609609
# Obtenir les commandes d'une organisation
@@ -623,15 +623,15 @@ Name | Type | Description | Notes
623623
------------- | ------------- | ------------- | -------------
624624
**organization_slug** | **str**| The organization slug |
625625
**var_from** | **datetime**| First Date Filter | [optional]
626-
**to** | **datetime**| End Date Filter | [optional]
626+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
627627
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
628628
**page_index** | **int**| The page of results to retrieve | [optional] [default to 1]
629629
**page_size** | **int**| The number of items per page | [optional] [default to 20]
630630
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
631631
**form_types** | [**List[HelloAssoApiV5ModelsEnumsFormType]**](HelloAssoApiV5ModelsEnumsFormType.md)| The type of the form CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop | [optional]
632632
**with_details** | **bool**| Set to true to return CustomFields | [optional] [default to False]
633633
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort organizations orders by ascending or descending order. Default is descending | [optional]
634-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to True]
634+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional] [default to False]
635635

636636
### Return type
637637

docs/HelloAssoApiV5ModelsDirectoryDirectoryOrganizationPublicModel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**tags** | **List[str]** | The public tags of the organization | [optional]
1010
**linked_partners** | **List[str]** | Partners linked to this organization | [optional]
1111
**is_authenticated** | **bool** | The organization is authenticated. Property returned only when asked by an organization admin. | [optional]
12+
**is_cash_in_compliant** | **bool** | If transaction can be init on the organization or not. | [optional]
1213
**banner** | **str** | The organization banner | [optional]
1314
**fiscal_receipt_eligibility** | **bool** | The organism can issue fiscal receipts (type ok and has not deactivated it) Must configure it and be authenticated to become enabled | [optional]
1415
**fiscal_receipt_issuance_enabled** | **bool** | The organism is eligible, has set up his options, and is authenticated. | [optional]

docs/HelloAssoApiV5ModelsOrganizationOrganizationModel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ OrganizationsModel class
77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
**is_authenticated** | **bool** | The organization is authenticated. Property returned only when asked by an organization admin. | [optional]
10+
**is_cash_in_compliant** | **bool** | If transaction can be init on the organization or not. | [optional]
1011
**banner** | **str** | The organization banner | [optional]
1112
**fiscal_receipt_eligibility** | **bool** | The organism can issue fiscal receipts (type ok and has not deactivated it) Must configure it and be authenticated to become enabled | [optional]
1213
**fiscal_receipt_issuance_enabled** | **bool** | The organism is eligible, has set up his options, and is authenticated. | [optional]

0 commit comments

Comments
 (0)