Skip to content

Commit ab94925

Browse files
goblincoregithub-actions[bot]
authored andcommitted
Update python-client SDK to version 3.6.5
1 parent 9d8e71a commit ab94925

File tree

108 files changed

+7109
-808
lines changed

Some content is hidden

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

108 files changed

+7109
-808
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: 33 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
@@ -223,6 +230,9 @@ docs/InboxIssueRequestCredentialAnyOf.md
223230
docs/InboxIssueRequestRecipient.md
224231
docs/InboxIssueRequestRecipientOneOf.md
225232
docs/InboxIssueRequestRecipientOneOf1.md
233+
docs/InboxSendGuardianApprovalEmail200Response.md
234+
docs/InboxSendGuardianApprovalEmailRequest.md
235+
docs/InboxSendGuardianApprovalEmailRequestTemplate.md
226236
docs/PresentationAcceptPresentationRequest.md
227237
docs/PresentationSendPresentationRequest.md
228238
docs/PresentationSendPresentationRequestPresentation.md
@@ -235,6 +245,7 @@ docs/ProfileGenerateInviteRequest.md
235245
docs/ProfileGetAvailableProfiles200Response.md
236246
docs/ProfileGetAvailableProfiles200ResponseRecordsInner.md
237247
docs/ProfileGetAvailableProfilesRequest.md
248+
docs/ProfileListInvites200ResponseInner.md
238249
docs/ProfileManagerCreateChildProfileManagerRequest.md
239250
docs/ProfileManagerCreateManagedProfileRequest.md
240251
docs/ProfileManagerCreateProfileManagerRequest.md
@@ -324,6 +335,7 @@ openapi_client/models/boost_get_boost_children_request.py
324335
openapi_client/models/boost_get_boost_recipients200_response_inner.py
325336
openapi_client/models/boost_get_boost_recipients200_response_inner_to.py
326337
openapi_client/models/boost_get_boost_recipients200_response_inner_to_display.py
338+
openapi_client/models/boost_get_boost_recipients_with_children_count_request.py
327339
openapi_client/models/boost_get_boost_siblings_request.py
328340
openapi_client/models/boost_get_boosts200_response_inner.py
329341
openapi_client/models/boost_get_boosts_request.py
@@ -343,6 +355,9 @@ openapi_client/models/boost_get_familial_boosts_request.py
343355
openapi_client/models/boost_get_paginated_boost_recipients200_response.py
344356
openapi_client/models/boost_get_paginated_boost_recipients_request.py
345357
openapi_client/models/boost_get_paginated_boost_recipients_request_query.py
358+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response.py
359+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
360+
openapi_client/models/boost_get_paginated_boost_recipients_with_children_request.py
346361
openapi_client/models/boost_get_paginated_boosts200_response.py
347362
openapi_client/models/boost_get_paginated_boosts200_response_records_inner.py
348363
openapi_client/models/boost_get_paginated_boosts_request.py
@@ -391,6 +406,7 @@ openapi_client/models/claim_hook_create_claim_hook_request_hook.py
391406
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of.py
392407
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1.py
393408
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1_data.py
409+
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of2.py
394410
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of_data.py
395411
openapi_client/models/claim_hook_delete_claim_hook_request.py
396412
openapi_client/models/claim_hook_get_claim_hooks_for_boost200_response.py
@@ -409,6 +425,7 @@ openapi_client/models/contact_methods_set_primary_contact_method_request.py
409425
openapi_client/models/contact_methods_verify_contact_method200_response.py
410426
openapi_client/models/contact_methods_verify_contact_method_request.py
411427
openapi_client/models/contracts_add_auto_boosts_to_contract_request.py
428+
openapi_client/models/contracts_consent_to_contract200_response.py
412429
openapi_client/models/contracts_consent_to_contract_request.py
413430
openapi_client/models/contracts_consent_to_contract_request_terms.py
414431
openapi_client/models/contracts_consent_to_contract_request_terms_read.py
@@ -490,6 +507,7 @@ openapi_client/models/error_notfound.py
490507
openapi_client/models/error_unauthorized.py
491508
openapi_client/models/inbox_get_my_issued_credentials200_response.py
492509
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner.py
510+
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
493511
openapi_client/models/inbox_get_my_issued_credentials_request.py
494512
openapi_client/models/inbox_get_my_issued_credentials_request_query.py
495513
openapi_client/models/inbox_issue200_response.py
@@ -508,6 +526,9 @@ openapi_client/models/inbox_issue_request_credential_any_of.py
508526
openapi_client/models/inbox_issue_request_recipient.py
509527
openapi_client/models/inbox_issue_request_recipient_one_of.py
510528
openapi_client/models/inbox_issue_request_recipient_one_of1.py
529+
openapi_client/models/inbox_send_guardian_approval_email200_response.py
530+
openapi_client/models/inbox_send_guardian_approval_email_request.py
531+
openapi_client/models/inbox_send_guardian_approval_email_request_template.py
511532
openapi_client/models/presentation_accept_presentation_request.py
512533
openapi_client/models/presentation_send_presentation_request.py
513534
openapi_client/models/presentation_send_presentation_request_presentation.py
@@ -519,6 +540,7 @@ openapi_client/models/profile_generate_invite_request.py
519540
openapi_client/models/profile_get_available_profiles200_response.py
520541
openapi_client/models/profile_get_available_profiles200_response_records_inner.py
521542
openapi_client/models/profile_get_available_profiles_request.py
543+
openapi_client/models/profile_list_invites200_response_inner.py
522544
openapi_client/models/profile_manager_create_child_profile_manager_request.py
523545
openapi_client/models/profile_manager_create_managed_profile_request.py
524546
openapi_client/models/profile_manager_create_profile_manager_request.py
@@ -587,6 +609,7 @@ test/test_boost_get_boost_children_request.py
587609
test/test_boost_get_boost_recipients200_response_inner.py
588610
test/test_boost_get_boost_recipients200_response_inner_to.py
589611
test/test_boost_get_boost_recipients200_response_inner_to_display.py
612+
test/test_boost_get_boost_recipients_with_children_count_request.py
590613
test/test_boost_get_boost_siblings_request.py
591614
test/test_boost_get_boosts200_response_inner.py
592615
test/test_boost_get_boosts_request.py
@@ -606,6 +629,9 @@ test/test_boost_get_familial_boosts_request.py
606629
test/test_boost_get_paginated_boost_recipients200_response.py
607630
test/test_boost_get_paginated_boost_recipients_request.py
608631
test/test_boost_get_paginated_boost_recipients_request_query.py
632+
test/test_boost_get_paginated_boost_recipients_with_children200_response.py
633+
test/test_boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
634+
test/test_boost_get_paginated_boost_recipients_with_children_request.py
609635
test/test_boost_get_paginated_boosts200_response.py
610636
test/test_boost_get_paginated_boosts200_response_records_inner.py
611637
test/test_boost_get_paginated_boosts_request.py
@@ -655,6 +681,7 @@ test/test_claim_hook_create_claim_hook_request_hook.py
655681
test/test_claim_hook_create_claim_hook_request_hook_one_of.py
656682
test/test_claim_hook_create_claim_hook_request_hook_one_of1.py
657683
test/test_claim_hook_create_claim_hook_request_hook_one_of1_data.py
684+
test/test_claim_hook_create_claim_hook_request_hook_one_of2.py
658685
test/test_claim_hook_create_claim_hook_request_hook_one_of_data.py
659686
test/test_claim_hook_delete_claim_hook_request.py
660687
test/test_claim_hook_get_claim_hooks_for_boost200_response.py
@@ -676,6 +703,7 @@ test/test_contact_methods_verify_contact_method200_response.py
676703
test/test_contact_methods_verify_contact_method_request.py
677704
test/test_contracts_add_auto_boosts_to_contract_request.py
678705
test/test_contracts_api.py
706+
test/test_contracts_consent_to_contract200_response.py
679707
test/test_contracts_consent_to_contract_request.py
680708
test/test_contracts_consent_to_contract_request_terms.py
681709
test/test_contracts_consent_to_contract_request_terms_read.py
@@ -759,6 +787,7 @@ test/test_error_notfound.py
759787
test/test_error_unauthorized.py
760788
test/test_inbox_get_my_issued_credentials200_response.py
761789
test/test_inbox_get_my_issued_credentials200_response_records_inner.py
790+
test/test_inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
762791
test/test_inbox_get_my_issued_credentials_request.py
763792
test/test_inbox_get_my_issued_credentials_request_query.py
764793
test/test_inbox_issue200_response.py
@@ -777,6 +806,9 @@ test/test_inbox_issue_request_credential_any_of.py
777806
test/test_inbox_issue_request_recipient.py
778807
test/test_inbox_issue_request_recipient_one_of.py
779808
test/test_inbox_issue_request_recipient_one_of1.py
809+
test/test_inbox_send_guardian_approval_email200_response.py
810+
test/test_inbox_send_guardian_approval_email_request.py
811+
test/test_inbox_send_guardian_approval_email_request_template.py
780812
test/test_presentation_accept_presentation_request.py
781813
test/test_presentation_send_presentation_request.py
782814
test/test_presentation_send_presentation_request_presentation.py
@@ -789,6 +821,7 @@ test/test_profile_generate_invite_request.py
789821
test/test_profile_get_available_profiles200_response.py
790822
test/test_profile_get_available_profiles200_response_records_inner.py
791823
test/test_profile_get_available_profiles_request.py
824+
test/test_profile_list_invites200_response_inner.py
792825
test/test_profile_manager_create_child_profile_manager_request.py
793826
test/test_profile_manager_create_managed_profile_request.py
794827
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.17.0-SNAPSHOT

0 commit comments

Comments
 (0)