Skip to content

Commit 5c38221

Browse files
TaylorBeestongithub-actions[bot]
authored andcommitted
Update python-client SDK to version 3.6.3
1 parent 9ac28b8 commit 5c38221

File tree

96 files changed

+3656
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+3656
-163
lines changed

packages/open-api-lcn-clients/python-client/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

packages/open-api-lcn-clients/python-client/.openapi-generator/FILES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ docs/BoostGetBoostChildrenRequest.md
3333
docs/BoostGetBoostRecipients200ResponseInner.md
3434
docs/BoostGetBoostRecipients200ResponseInnerTo.md
3535
docs/BoostGetBoostRecipients200ResponseInnerToDisplay.md
36+
docs/BoostGetBoostRecipientsWithChildrenCountRequest.md
3637
docs/BoostGetBoostSiblingsRequest.md
3738
docs/BoostGetBoosts200ResponseInner.md
3839
docs/BoostGetBoostsRequest.md
@@ -52,6 +53,9 @@ docs/BoostGetFamilialBoostsRequest.md
5253
docs/BoostGetPaginatedBoostRecipients200Response.md
5354
docs/BoostGetPaginatedBoostRecipientsRequest.md
5455
docs/BoostGetPaginatedBoostRecipientsRequestQuery.md
56+
docs/BoostGetPaginatedBoostRecipientsWithChildren200Response.md
57+
docs/BoostGetPaginatedBoostRecipientsWithChildren200ResponseRecordsInner.md
58+
docs/BoostGetPaginatedBoostRecipientsWithChildrenRequest.md
5559
docs/BoostGetPaginatedBoosts200Response.md
5660
docs/BoostGetPaginatedBoosts200ResponseRecordsInner.md
5761
docs/BoostGetPaginatedBoostsRequest.md
@@ -101,6 +105,7 @@ docs/ClaimHookCreateClaimHookRequestHook.md
101105
docs/ClaimHookCreateClaimHookRequestHookOneOf.md
102106
docs/ClaimHookCreateClaimHookRequestHookOneOf1.md
103107
docs/ClaimHookCreateClaimHookRequestHookOneOf1Data.md
108+
docs/ClaimHookCreateClaimHookRequestHookOneOf2.md
104109
docs/ClaimHookCreateClaimHookRequestHookOneOfData.md
105110
docs/ClaimHookDeleteClaimHookRequest.md
106111
docs/ClaimHookGetClaimHooksForBoost200Response.md
@@ -122,6 +127,7 @@ docs/ContactMethodsVerifyContactMethod200Response.md
122127
docs/ContactMethodsVerifyContactMethodRequest.md
123128
docs/ContractsAddAutoBoostsToContractRequest.md
124129
docs/ContractsApi.md
130+
docs/ContractsConsentToContract200Response.md
125131
docs/ContractsConsentToContractRequest.md
126132
docs/ContractsConsentToContractRequestTerms.md
127133
docs/ContractsConsentToContractRequestTermsRead.md
@@ -205,6 +211,7 @@ docs/ErrorNOTFOUND.md
205211
docs/ErrorUNAUTHORIZED.md
206212
docs/InboxGetMyIssuedCredentials200Response.md
207213
docs/InboxGetMyIssuedCredentials200ResponseRecordsInner.md
214+
docs/InboxGetMyIssuedCredentials200ResponseRecordsInnerSigningAuthority.md
208215
docs/InboxGetMyIssuedCredentialsRequest.md
209216
docs/InboxGetMyIssuedCredentialsRequestQuery.md
210217
docs/InboxIssue200Response.md
@@ -235,6 +242,7 @@ docs/ProfileGenerateInviteRequest.md
235242
docs/ProfileGetAvailableProfiles200Response.md
236243
docs/ProfileGetAvailableProfiles200ResponseRecordsInner.md
237244
docs/ProfileGetAvailableProfilesRequest.md
245+
docs/ProfileListInvites200ResponseInner.md
238246
docs/ProfileManagerCreateChildProfileManagerRequest.md
239247
docs/ProfileManagerCreateManagedProfileRequest.md
240248
docs/ProfileManagerCreateProfileManagerRequest.md
@@ -324,6 +332,7 @@ openapi_client/models/boost_get_boost_children_request.py
324332
openapi_client/models/boost_get_boost_recipients200_response_inner.py
325333
openapi_client/models/boost_get_boost_recipients200_response_inner_to.py
326334
openapi_client/models/boost_get_boost_recipients200_response_inner_to_display.py
335+
openapi_client/models/boost_get_boost_recipients_with_children_count_request.py
327336
openapi_client/models/boost_get_boost_siblings_request.py
328337
openapi_client/models/boost_get_boosts200_response_inner.py
329338
openapi_client/models/boost_get_boosts_request.py
@@ -343,6 +352,9 @@ openapi_client/models/boost_get_familial_boosts_request.py
343352
openapi_client/models/boost_get_paginated_boost_recipients200_response.py
344353
openapi_client/models/boost_get_paginated_boost_recipients_request.py
345354
openapi_client/models/boost_get_paginated_boost_recipients_request_query.py
355+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response.py
356+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
357+
openapi_client/models/boost_get_paginated_boost_recipients_with_children_request.py
346358
openapi_client/models/boost_get_paginated_boosts200_response.py
347359
openapi_client/models/boost_get_paginated_boosts200_response_records_inner.py
348360
openapi_client/models/boost_get_paginated_boosts_request.py
@@ -391,6 +403,7 @@ openapi_client/models/claim_hook_create_claim_hook_request_hook.py
391403
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of.py
392404
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1.py
393405
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1_data.py
406+
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of2.py
394407
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of_data.py
395408
openapi_client/models/claim_hook_delete_claim_hook_request.py
396409
openapi_client/models/claim_hook_get_claim_hooks_for_boost200_response.py
@@ -409,6 +422,7 @@ openapi_client/models/contact_methods_set_primary_contact_method_request.py
409422
openapi_client/models/contact_methods_verify_contact_method200_response.py
410423
openapi_client/models/contact_methods_verify_contact_method_request.py
411424
openapi_client/models/contracts_add_auto_boosts_to_contract_request.py
425+
openapi_client/models/contracts_consent_to_contract200_response.py
412426
openapi_client/models/contracts_consent_to_contract_request.py
413427
openapi_client/models/contracts_consent_to_contract_request_terms.py
414428
openapi_client/models/contracts_consent_to_contract_request_terms_read.py
@@ -490,6 +504,7 @@ openapi_client/models/error_notfound.py
490504
openapi_client/models/error_unauthorized.py
491505
openapi_client/models/inbox_get_my_issued_credentials200_response.py
492506
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner.py
507+
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
493508
openapi_client/models/inbox_get_my_issued_credentials_request.py
494509
openapi_client/models/inbox_get_my_issued_credentials_request_query.py
495510
openapi_client/models/inbox_issue200_response.py
@@ -519,6 +534,7 @@ openapi_client/models/profile_generate_invite_request.py
519534
openapi_client/models/profile_get_available_profiles200_response.py
520535
openapi_client/models/profile_get_available_profiles200_response_records_inner.py
521536
openapi_client/models/profile_get_available_profiles_request.py
537+
openapi_client/models/profile_list_invites200_response_inner.py
522538
openapi_client/models/profile_manager_create_child_profile_manager_request.py
523539
openapi_client/models/profile_manager_create_managed_profile_request.py
524540
openapi_client/models/profile_manager_create_profile_manager_request.py
@@ -587,6 +603,7 @@ test/test_boost_get_boost_children_request.py
587603
test/test_boost_get_boost_recipients200_response_inner.py
588604
test/test_boost_get_boost_recipients200_response_inner_to.py
589605
test/test_boost_get_boost_recipients200_response_inner_to_display.py
606+
test/test_boost_get_boost_recipients_with_children_count_request.py
590607
test/test_boost_get_boost_siblings_request.py
591608
test/test_boost_get_boosts200_response_inner.py
592609
test/test_boost_get_boosts_request.py
@@ -606,6 +623,9 @@ test/test_boost_get_familial_boosts_request.py
606623
test/test_boost_get_paginated_boost_recipients200_response.py
607624
test/test_boost_get_paginated_boost_recipients_request.py
608625
test/test_boost_get_paginated_boost_recipients_request_query.py
626+
test/test_boost_get_paginated_boost_recipients_with_children200_response.py
627+
test/test_boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
628+
test/test_boost_get_paginated_boost_recipients_with_children_request.py
609629
test/test_boost_get_paginated_boosts200_response.py
610630
test/test_boost_get_paginated_boosts200_response_records_inner.py
611631
test/test_boost_get_paginated_boosts_request.py
@@ -655,6 +675,7 @@ test/test_claim_hook_create_claim_hook_request_hook.py
655675
test/test_claim_hook_create_claim_hook_request_hook_one_of.py
656676
test/test_claim_hook_create_claim_hook_request_hook_one_of1.py
657677
test/test_claim_hook_create_claim_hook_request_hook_one_of1_data.py
678+
test/test_claim_hook_create_claim_hook_request_hook_one_of2.py
658679
test/test_claim_hook_create_claim_hook_request_hook_one_of_data.py
659680
test/test_claim_hook_delete_claim_hook_request.py
660681
test/test_claim_hook_get_claim_hooks_for_boost200_response.py
@@ -676,6 +697,7 @@ test/test_contact_methods_verify_contact_method200_response.py
676697
test/test_contact_methods_verify_contact_method_request.py
677698
test/test_contracts_add_auto_boosts_to_contract_request.py
678699
test/test_contracts_api.py
700+
test/test_contracts_consent_to_contract200_response.py
679701
test/test_contracts_consent_to_contract_request.py
680702
test/test_contracts_consent_to_contract_request_terms.py
681703
test/test_contracts_consent_to_contract_request_terms_read.py
@@ -759,6 +781,7 @@ test/test_error_notfound.py
759781
test/test_error_unauthorized.py
760782
test/test_inbox_get_my_issued_credentials200_response.py
761783
test/test_inbox_get_my_issued_credentials200_response_records_inner.py
784+
test/test_inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
762785
test/test_inbox_get_my_issued_credentials_request.py
763786
test/test_inbox_get_my_issued_credentials_request_query.py
764787
test/test_inbox_issue200_response.py
@@ -789,6 +812,7 @@ test/test_profile_generate_invite_request.py
789812
test/test_profile_get_available_profiles200_response.py
790813
test/test_profile_get_available_profiles200_response_records_inner.py
791814
test/test_profile_get_available_profiles_request.py
815+
test/test_profile_list_invites200_response_inner.py
792816
test/test_profile_manager_create_child_profile_manager_request.py
793817
test/test_profile_manager_create_managed_profile_request.py
794818
test/test_profile_manager_create_profile_manager_request.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.16.0-SNAPSHOT

packages/open-api-lcn-clients/python-client/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 1.0.0
77
- Package version: 1.0.0
8-
- Generator version: 7.14.0
8+
- Generator version: 7.16.0-SNAPSHOT
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.
@@ -118,6 +118,7 @@ Class | Method | HTTP request | Description
118118
*BoostsApi* | [**boost_get_boost_permissions**](docs/BoostsApi.md#boost_get_boost_permissions) | **GET** /boost/permissions | Get boost permissions
119119
*BoostsApi* | [**boost_get_boost_recipient_count**](docs/BoostsApi.md#boost_get_boost_recipient_count) | **GET** /boost/recipients/count | Get boost recipients count
120120
*BoostsApi* | [**boost_get_boost_recipients**](docs/BoostsApi.md#boost_get_boost_recipients) | **GET** /boost/recipients | Get boost recipients
121+
*BoostsApi* | [**boost_get_boost_recipients_with_children_count**](docs/BoostsApi.md#boost_get_boost_recipients_with_children_count) | **POST** /boost/recipients-with-children/count | Count boost recipients with children
121122
*BoostsApi* | [**boost_get_boost_siblings**](docs/BoostsApi.md#boost_get_boost_siblings) | **POST** /boost/siblings | Get boost siblings
122123
*BoostsApi* | [**boost_get_boosts**](docs/BoostsApi.md#boost_get_boosts) | **POST** /boost/all | Get boosts
123124
*BoostsApi* | [**boost_get_children_profile_managers**](docs/BoostsApi.md#boost_get_children_profile_managers) | **POST** /boost/children-profile-managers | Get Profile Managers that are a child of a boost
@@ -126,6 +127,7 @@ Class | Method | HTTP request | Description
126127
*BoostsApi* | [**boost_get_familial_boosts**](docs/BoostsApi.md#boost_get_familial_boosts) | **POST** /boost/family | Get familial boosts
127128
*BoostsApi* | [**boost_get_other_boost_permissions**](docs/BoostsApi.md#boost_get_other_boost_permissions) | **GET** /boost/permissions/{profileId} | Get boost permissions for someone else
128129
*BoostsApi* | [**boost_get_paginated_boost_recipients**](docs/BoostsApi.md#boost_get_paginated_boost_recipients) | **POST** /boost/recipients/paginated | Get boost recipients
130+
*BoostsApi* | [**boost_get_paginated_boost_recipients_with_children**](docs/BoostsApi.md#boost_get_paginated_boost_recipients_with_children) | **POST** /boost/recipients-with-children/paginated | Get boost recipients with children
129131
*BoostsApi* | [**boost_get_paginated_boosts**](docs/BoostsApi.md#boost_get_paginated_boosts) | **POST** /boost/paginated | Get boosts
130132
*BoostsApi* | [**boost_make_boost_parent**](docs/BoostsApi.md#boost_make_boost_parent) | **POST** /boost/make-parent | Make Boost Parent
131133
*BoostsApi* | [**boost_remove_boost_admin**](docs/BoostsApi.md#boost_remove_boost_admin) | **POST** /boost/remove-admin | Remove a Boost admin
@@ -206,6 +208,8 @@ Class | Method | HTTP request | Description
206208
*ProfilesApi* | [**profile_get_managed_service_profiles**](docs/ProfilesApi.md#profile_get_managed_service_profiles) | **GET** /profile/managed-services | Managed Service Profiles
207209
*ProfilesApi* | [**profile_get_other_profile**](docs/ProfilesApi.md#profile_get_other_profile) | **GET** /profile/{profileId} | Get profile information
208210
*ProfilesApi* | [**profile_get_profile**](docs/ProfilesApi.md#profile_get_profile) | **GET** /profile | Get your profile information
211+
*ProfilesApi* | [**profile_invalidate_invite**](docs/ProfilesApi.md#profile_invalidate_invite) | **POST** /profile/invite/{challenge}/invalidate | Invalidate an invitation
212+
*ProfilesApi* | [**profile_list_invites**](docs/ProfilesApi.md#profile_list_invites) | **GET** /profile/invites | List valid connection invitations
209213
*ProfilesApi* | [**profile_manager_create_managed_profile**](docs/ProfilesApi.md#profile_manager_create_managed_profile) | **POST** /profile/create-managed-profile | Create a managed profile
210214
*ProfilesApi* | [**profile_manager_get_managed_profiles**](docs/ProfilesApi.md#profile_manager_get_managed_profiles) | **POST** /profile/managed-profiles | Managed Profiles
211215
*ProfilesApi* | [**profile_paginated_connection_requests**](docs/ProfilesApi.md#profile_paginated_connection_requests) | **GET** /profile/connection-requests/paginated | View connection requests
@@ -262,6 +266,7 @@ Class | Method | HTTP request | Description
262266
- [BoostGetBoostRecipients200ResponseInner](docs/BoostGetBoostRecipients200ResponseInner.md)
263267
- [BoostGetBoostRecipients200ResponseInnerTo](docs/BoostGetBoostRecipients200ResponseInnerTo.md)
264268
- [BoostGetBoostRecipients200ResponseInnerToDisplay](docs/BoostGetBoostRecipients200ResponseInnerToDisplay.md)
269+
- [BoostGetBoostRecipientsWithChildrenCountRequest](docs/BoostGetBoostRecipientsWithChildrenCountRequest.md)
265270
- [BoostGetBoostSiblingsRequest](docs/BoostGetBoostSiblingsRequest.md)
266271
- [BoostGetBoosts200ResponseInner](docs/BoostGetBoosts200ResponseInner.md)
267272
- [BoostGetBoostsRequest](docs/BoostGetBoostsRequest.md)
@@ -281,6 +286,9 @@ Class | Method | HTTP request | Description
281286
- [BoostGetPaginatedBoostRecipients200Response](docs/BoostGetPaginatedBoostRecipients200Response.md)
282287
- [BoostGetPaginatedBoostRecipientsRequest](docs/BoostGetPaginatedBoostRecipientsRequest.md)
283288
- [BoostGetPaginatedBoostRecipientsRequestQuery](docs/BoostGetPaginatedBoostRecipientsRequestQuery.md)
289+
- [BoostGetPaginatedBoostRecipientsWithChildren200Response](docs/BoostGetPaginatedBoostRecipientsWithChildren200Response.md)
290+
- [BoostGetPaginatedBoostRecipientsWithChildren200ResponseRecordsInner](docs/BoostGetPaginatedBoostRecipientsWithChildren200ResponseRecordsInner.md)
291+
- [BoostGetPaginatedBoostRecipientsWithChildrenRequest](docs/BoostGetPaginatedBoostRecipientsWithChildrenRequest.md)
284292
- [BoostGetPaginatedBoosts200Response](docs/BoostGetPaginatedBoosts200Response.md)
285293
- [BoostGetPaginatedBoosts200ResponseRecordsInner](docs/BoostGetPaginatedBoosts200ResponseRecordsInner.md)
286294
- [BoostGetPaginatedBoostsRequest](docs/BoostGetPaginatedBoostsRequest.md)
@@ -329,6 +337,7 @@ Class | Method | HTTP request | Description
329337
- [ClaimHookCreateClaimHookRequestHookOneOf](docs/ClaimHookCreateClaimHookRequestHookOneOf.md)
330338
- [ClaimHookCreateClaimHookRequestHookOneOf1](docs/ClaimHookCreateClaimHookRequestHookOneOf1.md)
331339
- [ClaimHookCreateClaimHookRequestHookOneOf1Data](docs/ClaimHookCreateClaimHookRequestHookOneOf1Data.md)
340+
- [ClaimHookCreateClaimHookRequestHookOneOf2](docs/ClaimHookCreateClaimHookRequestHookOneOf2.md)
332341
- [ClaimHookCreateClaimHookRequestHookOneOfData](docs/ClaimHookCreateClaimHookRequestHookOneOfData.md)
333342
- [ClaimHookDeleteClaimHookRequest](docs/ClaimHookDeleteClaimHookRequest.md)
334343
- [ClaimHookGetClaimHooksForBoost200Response](docs/ClaimHookGetClaimHooksForBoost200Response.md)
@@ -347,6 +356,7 @@ Class | Method | HTTP request | Description
347356
- [ContactMethodsVerifyContactMethod200Response](docs/ContactMethodsVerifyContactMethod200Response.md)
348357
- [ContactMethodsVerifyContactMethodRequest](docs/ContactMethodsVerifyContactMethodRequest.md)
349358
- [ContractsAddAutoBoostsToContractRequest](docs/ContractsAddAutoBoostsToContractRequest.md)
359+
- [ContractsConsentToContract200Response](docs/ContractsConsentToContract200Response.md)
350360
- [ContractsConsentToContractRequest](docs/ContractsConsentToContractRequest.md)
351361
- [ContractsConsentToContractRequestTerms](docs/ContractsConsentToContractRequestTerms.md)
352362
- [ContractsConsentToContractRequestTermsRead](docs/ContractsConsentToContractRequestTermsRead.md)
@@ -428,6 +438,7 @@ Class | Method | HTTP request | Description
428438
- [ErrorUNAUTHORIZED](docs/ErrorUNAUTHORIZED.md)
429439
- [InboxGetMyIssuedCredentials200Response](docs/InboxGetMyIssuedCredentials200Response.md)
430440
- [InboxGetMyIssuedCredentials200ResponseRecordsInner](docs/InboxGetMyIssuedCredentials200ResponseRecordsInner.md)
441+
- [InboxGetMyIssuedCredentials200ResponseRecordsInnerSigningAuthority](docs/InboxGetMyIssuedCredentials200ResponseRecordsInnerSigningAuthority.md)
431442
- [InboxGetMyIssuedCredentialsRequest](docs/InboxGetMyIssuedCredentialsRequest.md)
432443
- [InboxGetMyIssuedCredentialsRequestQuery](docs/InboxGetMyIssuedCredentialsRequestQuery.md)
433444
- [InboxIssue200Response](docs/InboxIssue200Response.md)
@@ -457,6 +468,7 @@ Class | Method | HTTP request | Description
457468
- [ProfileGetAvailableProfiles200Response](docs/ProfileGetAvailableProfiles200Response.md)
458469
- [ProfileGetAvailableProfiles200ResponseRecordsInner](docs/ProfileGetAvailableProfiles200ResponseRecordsInner.md)
459470
- [ProfileGetAvailableProfilesRequest](docs/ProfileGetAvailableProfilesRequest.md)
471+
- [ProfileListInvites200ResponseInner](docs/ProfileListInvites200ResponseInner.md)
460472
- [ProfileManagerCreateChildProfileManagerRequest](docs/ProfileManagerCreateChildProfileManagerRequest.md)
461473
- [ProfileManagerCreateManagedProfileRequest](docs/ProfileManagerCreateManagedProfileRequest.md)
462474
- [ProfileManagerCreateProfileManagerRequest](docs/ProfileManagerCreateProfileManagerRequest.md)

packages/open-api-lcn-clients/python-client/docs/BoostGetBoostRecipients200ResponseInnerTo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Name | Type | Description | Notes
1919
**type** | **str** | Profile type: e.g. \"person\", \"organization\", \"service\". | [optional]
2020
**notifications_webhook** | **str** | URL to send notifications to. | [optional]
2121
**display** | [**BoostGetBoostRecipients200ResponseInnerToDisplay**](BoostGetBoostRecipients200ResponseInnerToDisplay.md) | | [optional]
22+
**highlighted_credentials** | **List[str]** | Up to 5 unique boost URIs to highlight on the profile. | [optional]
2223
**role** | **str** | Role of the profile: e.g. \"teacher\", \"student\". | [optional] [default to '']
2324
**dob** | **str** | Date of birth of the profile: e.g. \"1990-01-01\". | [optional] [default to '']
25+
**country** | **str** | Country for the profile. | [optional]
26+
**approved** | **bool** | Approval status for the profile. | [optional]
2427

2528
## Example
2629

0 commit comments

Comments
 (0)