Skip to content

Commit bde4f0e

Browse files
Custard7github-actions[bot]
authored andcommitted
Update python-client SDK to version 3.6.7
1 parent 5fbc434 commit bde4f0e

File tree

114 files changed

+7121
-1040
lines changed

Some content is hidden

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

114 files changed

+7121
-1040
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 & 3 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
@@ -192,7 +198,6 @@ docs/CredentialsApi.md
192198
docs/DIDMetadataApi.md
193199
docs/DidMetadataAddDidMetadataRequest.md
194200
docs/DidMetadataAddDidMetadataRequestServiceInner.md
195-
docs/DidMetadataAddDidMetadataRequestServiceInnerServiceEndpoint.md
196201
docs/DidMetadataAddDidMetadataRequestVerificationMethodInner.md
197202
docs/DidMetadataAddDidMetadataRequestVerificationMethodInnerAnyOf.md
198203
docs/DidMetadataAddDidMetadataRequestVerificationMethodInnerAnyOfPublicKeyJwk.md
@@ -205,6 +210,7 @@ docs/ErrorNOTFOUND.md
205210
docs/ErrorUNAUTHORIZED.md
206211
docs/InboxGetMyIssuedCredentials200Response.md
207212
docs/InboxGetMyIssuedCredentials200ResponseRecordsInner.md
213+
docs/InboxGetMyIssuedCredentials200ResponseRecordsInnerSigningAuthority.md
208214
docs/InboxGetMyIssuedCredentialsRequest.md
209215
docs/InboxGetMyIssuedCredentialsRequestQuery.md
210216
docs/InboxIssue200Response.md
@@ -223,6 +229,9 @@ docs/InboxIssueRequestCredentialAnyOf.md
223229
docs/InboxIssueRequestRecipient.md
224230
docs/InboxIssueRequestRecipientOneOf.md
225231
docs/InboxIssueRequestRecipientOneOf1.md
232+
docs/InboxSendGuardianApprovalEmail200Response.md
233+
docs/InboxSendGuardianApprovalEmailRequest.md
234+
docs/InboxSendGuardianApprovalEmailRequestTemplate.md
226235
docs/PresentationAcceptPresentationRequest.md
227236
docs/PresentationSendPresentationRequest.md
228237
docs/PresentationSendPresentationRequestPresentation.md
@@ -235,6 +244,7 @@ docs/ProfileGenerateInviteRequest.md
235244
docs/ProfileGetAvailableProfiles200Response.md
236245
docs/ProfileGetAvailableProfiles200ResponseRecordsInner.md
237246
docs/ProfileGetAvailableProfilesRequest.md
247+
docs/ProfileListInvites200ResponseInner.md
238248
docs/ProfileManagerCreateChildProfileManagerRequest.md
239249
docs/ProfileManagerCreateManagedProfileRequest.md
240250
docs/ProfileManagerCreateProfileManagerRequest.md
@@ -324,6 +334,7 @@ openapi_client/models/boost_get_boost_children_request.py
324334
openapi_client/models/boost_get_boost_recipients200_response_inner.py
325335
openapi_client/models/boost_get_boost_recipients200_response_inner_to.py
326336
openapi_client/models/boost_get_boost_recipients200_response_inner_to_display.py
337+
openapi_client/models/boost_get_boost_recipients_with_children_count_request.py
327338
openapi_client/models/boost_get_boost_siblings_request.py
328339
openapi_client/models/boost_get_boosts200_response_inner.py
329340
openapi_client/models/boost_get_boosts_request.py
@@ -343,6 +354,9 @@ openapi_client/models/boost_get_familial_boosts_request.py
343354
openapi_client/models/boost_get_paginated_boost_recipients200_response.py
344355
openapi_client/models/boost_get_paginated_boost_recipients_request.py
345356
openapi_client/models/boost_get_paginated_boost_recipients_request_query.py
357+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response.py
358+
openapi_client/models/boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
359+
openapi_client/models/boost_get_paginated_boost_recipients_with_children_request.py
346360
openapi_client/models/boost_get_paginated_boosts200_response.py
347361
openapi_client/models/boost_get_paginated_boosts200_response_records_inner.py
348362
openapi_client/models/boost_get_paginated_boosts_request.py
@@ -391,6 +405,7 @@ openapi_client/models/claim_hook_create_claim_hook_request_hook.py
391405
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of.py
392406
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1.py
393407
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of1_data.py
408+
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of2.py
394409
openapi_client/models/claim_hook_create_claim_hook_request_hook_one_of_data.py
395410
openapi_client/models/claim_hook_delete_claim_hook_request.py
396411
openapi_client/models/claim_hook_get_claim_hooks_for_boost200_response.py
@@ -409,6 +424,7 @@ openapi_client/models/contact_methods_set_primary_contact_method_request.py
409424
openapi_client/models/contact_methods_verify_contact_method200_response.py
410425
openapi_client/models/contact_methods_verify_contact_method_request.py
411426
openapi_client/models/contracts_add_auto_boosts_to_contract_request.py
427+
openapi_client/models/contracts_consent_to_contract200_response.py
412428
openapi_client/models/contracts_consent_to_contract_request.py
413429
openapi_client/models/contracts_consent_to_contract_request_terms.py
414430
openapi_client/models/contracts_consent_to_contract_request_terms_read.py
@@ -477,7 +493,6 @@ openapi_client/models/credential_send_credential_request_credential.py
477493
openapi_client/models/credential_send_credential_request_credential_any_of.py
478494
openapi_client/models/did_metadata_add_did_metadata_request.py
479495
openapi_client/models/did_metadata_add_did_metadata_request_service_inner.py
480-
openapi_client/models/did_metadata_add_did_metadata_request_service_inner_service_endpoint.py
481496
openapi_client/models/did_metadata_add_did_metadata_request_verification_method_inner.py
482497
openapi_client/models/did_metadata_add_did_metadata_request_verification_method_inner_any_of.py
483498
openapi_client/models/did_metadata_add_did_metadata_request_verification_method_inner_any_of_public_key_jwk.py
@@ -490,6 +505,7 @@ openapi_client/models/error_notfound.py
490505
openapi_client/models/error_unauthorized.py
491506
openapi_client/models/inbox_get_my_issued_credentials200_response.py
492507
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner.py
508+
openapi_client/models/inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
493509
openapi_client/models/inbox_get_my_issued_credentials_request.py
494510
openapi_client/models/inbox_get_my_issued_credentials_request_query.py
495511
openapi_client/models/inbox_issue200_response.py
@@ -508,6 +524,9 @@ openapi_client/models/inbox_issue_request_credential_any_of.py
508524
openapi_client/models/inbox_issue_request_recipient.py
509525
openapi_client/models/inbox_issue_request_recipient_one_of.py
510526
openapi_client/models/inbox_issue_request_recipient_one_of1.py
527+
openapi_client/models/inbox_send_guardian_approval_email200_response.py
528+
openapi_client/models/inbox_send_guardian_approval_email_request.py
529+
openapi_client/models/inbox_send_guardian_approval_email_request_template.py
511530
openapi_client/models/presentation_accept_presentation_request.py
512531
openapi_client/models/presentation_send_presentation_request.py
513532
openapi_client/models/presentation_send_presentation_request_presentation.py
@@ -519,6 +538,7 @@ openapi_client/models/profile_generate_invite_request.py
519538
openapi_client/models/profile_get_available_profiles200_response.py
520539
openapi_client/models/profile_get_available_profiles200_response_records_inner.py
521540
openapi_client/models/profile_get_available_profiles_request.py
541+
openapi_client/models/profile_list_invites200_response_inner.py
522542
openapi_client/models/profile_manager_create_child_profile_manager_request.py
523543
openapi_client/models/profile_manager_create_managed_profile_request.py
524544
openapi_client/models/profile_manager_create_profile_manager_request.py
@@ -587,6 +607,7 @@ test/test_boost_get_boost_children_request.py
587607
test/test_boost_get_boost_recipients200_response_inner.py
588608
test/test_boost_get_boost_recipients200_response_inner_to.py
589609
test/test_boost_get_boost_recipients200_response_inner_to_display.py
610+
test/test_boost_get_boost_recipients_with_children_count_request.py
590611
test/test_boost_get_boost_siblings_request.py
591612
test/test_boost_get_boosts200_response_inner.py
592613
test/test_boost_get_boosts_request.py
@@ -606,6 +627,9 @@ test/test_boost_get_familial_boosts_request.py
606627
test/test_boost_get_paginated_boost_recipients200_response.py
607628
test/test_boost_get_paginated_boost_recipients_request.py
608629
test/test_boost_get_paginated_boost_recipients_request_query.py
630+
test/test_boost_get_paginated_boost_recipients_with_children200_response.py
631+
test/test_boost_get_paginated_boost_recipients_with_children200_response_records_inner.py
632+
test/test_boost_get_paginated_boost_recipients_with_children_request.py
609633
test/test_boost_get_paginated_boosts200_response.py
610634
test/test_boost_get_paginated_boosts200_response_records_inner.py
611635
test/test_boost_get_paginated_boosts_request.py
@@ -655,6 +679,7 @@ test/test_claim_hook_create_claim_hook_request_hook.py
655679
test/test_claim_hook_create_claim_hook_request_hook_one_of.py
656680
test/test_claim_hook_create_claim_hook_request_hook_one_of1.py
657681
test/test_claim_hook_create_claim_hook_request_hook_one_of1_data.py
682+
test/test_claim_hook_create_claim_hook_request_hook_one_of2.py
658683
test/test_claim_hook_create_claim_hook_request_hook_one_of_data.py
659684
test/test_claim_hook_delete_claim_hook_request.py
660685
test/test_claim_hook_get_claim_hooks_for_boost200_response.py
@@ -676,6 +701,7 @@ test/test_contact_methods_verify_contact_method200_response.py
676701
test/test_contact_methods_verify_contact_method_request.py
677702
test/test_contracts_add_auto_boosts_to_contract_request.py
678703
test/test_contracts_api.py
704+
test/test_contracts_consent_to_contract200_response.py
679705
test/test_contracts_consent_to_contract_request.py
680706
test/test_contracts_consent_to_contract_request_terms.py
681707
test/test_contracts_consent_to_contract_request_terms_read.py
@@ -745,7 +771,6 @@ test/test_credential_send_credential_request_credential_any_of.py
745771
test/test_credentials_api.py
746772
test/test_did_metadata_add_did_metadata_request.py
747773
test/test_did_metadata_add_did_metadata_request_service_inner.py
748-
test/test_did_metadata_add_did_metadata_request_service_inner_service_endpoint.py
749774
test/test_did_metadata_add_did_metadata_request_verification_method_inner.py
750775
test/test_did_metadata_add_did_metadata_request_verification_method_inner_any_of.py
751776
test/test_did_metadata_add_did_metadata_request_verification_method_inner_any_of_public_key_jwk.py
@@ -759,6 +784,7 @@ test/test_error_notfound.py
759784
test/test_error_unauthorized.py
760785
test/test_inbox_get_my_issued_credentials200_response.py
761786
test/test_inbox_get_my_issued_credentials200_response_records_inner.py
787+
test/test_inbox_get_my_issued_credentials200_response_records_inner_signing_authority.py
762788
test/test_inbox_get_my_issued_credentials_request.py
763789
test/test_inbox_get_my_issued_credentials_request_query.py
764790
test/test_inbox_issue200_response.py
@@ -777,6 +803,9 @@ test/test_inbox_issue_request_credential_any_of.py
777803
test/test_inbox_issue_request_recipient.py
778804
test/test_inbox_issue_request_recipient_one_of.py
779805
test/test_inbox_issue_request_recipient_one_of1.py
806+
test/test_inbox_send_guardian_approval_email200_response.py
807+
test/test_inbox_send_guardian_approval_email_request.py
808+
test/test_inbox_send_guardian_approval_email_request_template.py
780809
test/test_presentation_accept_presentation_request.py
781810
test/test_presentation_send_presentation_request.py
782811
test/test_presentation_send_presentation_request_presentation.py
@@ -789,6 +818,7 @@ test/test_profile_generate_invite_request.py
789818
test/test_profile_get_available_profiles200_response.py
790819
test/test_profile_get_available_profiles200_response_records_inner.py
791820
test/test_profile_get_available_profiles_request.py
821+
test/test_profile_list_invites200_response_inner.py
792822
test/test_profile_manager_create_child_profile_manager_request.py
793823
test/test_profile_manager_create_managed_profile_request.py
794824
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)