crc-pulp-file-client 20250819.1__py3-none-any.whl → 20260113.4__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.
- crc_pulp_file_client-20260113.4.dist-info/METADATA +8160 -0
- crc_pulp_file_client-20260113.4.dist-info/RECORD +62 -0
- crc_pulp_file_client-20260113.4.dist-info/top_level.txt +1 -0
- pulpcore/client/pulp_file/__init__.py +80 -0
- pulpcore/client/pulp_file/api/__init__.py +11 -0
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/acs_file_api.py +30 -24
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/content_files_api.py +394 -10
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/distributions_file_api.py +33 -27
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/publications_file_api.py +12 -12
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/remotes_file_api.py +33 -27
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_api.py +35 -29
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_versions_api.py +8 -8
- {services-pulp_file-client → pulpcore/client/pulp_file}/api_client.py +7 -7
- {crc-pulp_file-client → pulpcore/client/pulp_file}/configuration.py +6 -6
- pulpcore/client/pulp_file/models/__init__.py +57 -0
- services-pulp_file-client/models/file_file_content_response.py → pulpcore/client/pulp_file/models/file_content_upload_response.py +8 -4
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_content_response.py +5 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response.py +2 -2
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/object_roles_response.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginated_repository_version_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_alternate_content_source_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_content_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_distribution_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_publication_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_remote_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_repository_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_remote.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/repository_version_response.py +7 -3
- {services-pulp_file-client → pulpcore/client/pulp_file}/rest.py +1 -1
- crc-pulp_file-client/api/__init__.py +0 -11
- crc-pulp_file-client/api/acs_file_api.py +0 -3689
- crc-pulp_file-client/api/content_files_api.py +0 -2088
- crc-pulp_file-client/api/distributions_file_api.py +0 -4186
- crc-pulp_file-client/api/publications_file_api.py +0 -2881
- crc-pulp_file-client/api/remotes_file_api.py +0 -4214
- crc-pulp_file-client/api/repositories_file_api.py +0 -4856
- crc-pulp_file-client/api/repositories_file_versions_api.py +0 -1670
- crc-pulp_file-client/api_client.py +0 -798
- crc-pulp_file-client/models/__init__.py +0 -56
- crc-pulp_file-client/models/file_file_remote.py +0 -205
- crc-pulp_file-client/models/file_file_remote_response.py +0 -199
- crc-pulp_file-client/models/object_roles_response.py +0 -96
- crc-pulp_file-client/models/paginated_repository_version_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_content_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_distribution_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_publication_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_remote_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_repository_response_list.py +0 -112
- crc-pulp_file-client/models/patchedfile_file_remote.py +0 -205
- crc-pulp_file-client/models/repository_version_response.py +0 -121
- crc-pulp_file-client/rest.py +0 -258
- crc_pulp_file_client-20250819.1.dist-info/METADATA +0 -25
- crc_pulp_file_client-20250819.1.dist-info/RECORD +0 -114
- crc_pulp_file_client-20250819.1.dist-info/top_level.txt +0 -2
- services-pulp_file-client/api/__init__.py +0 -11
- services-pulp_file-client/api_response.py +0 -21
- services-pulp_file-client/configuration.py +0 -628
- services-pulp_file-client/exceptions.py +0 -200
- services-pulp_file-client/models/__init__.py +0 -56
- services-pulp_file-client/models/async_operation_response.py +0 -88
- services-pulp_file-client/models/content_summary_response.py +0 -92
- services-pulp_file-client/models/file_file_alternate_content_source.py +0 -101
- services-pulp_file-client/models/file_file_alternate_content_source_response.py +0 -116
- services-pulp_file-client/models/file_file_distribution.py +0 -118
- services-pulp_file-client/models/file_file_distribution_response.py +0 -142
- services-pulp_file-client/models/file_file_publication.py +0 -100
- services-pulp_file-client/models/file_file_publication_response.py +0 -120
- services-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py +0 -90
- services-pulp_file-client/models/file_file_repository.py +0 -121
- services-pulp_file-client/models/file_file_repository_response.py +0 -146
- services-pulp_file-client/models/my_permissions_response.py +0 -88
- services-pulp_file-client/models/nested_role.py +0 -93
- services-pulp_file-client/models/nested_role_response.py +0 -92
- services-pulp_file-client/models/patchedfile_file_alternate_content_source.py +0 -101
- services-pulp_file-client/models/patchedfile_file_distribution.py +0 -118
- services-pulp_file-client/models/patchedfile_file_repository.py +0 -121
- services-pulp_file-client/models/policy_enum.py +0 -39
- services-pulp_file-client/models/repair.py +0 -88
- services-pulp_file-client/models/repository_add_remove_content.py +0 -93
- services-pulp_file-client/models/repository_sync_url.py +0 -90
- services-pulp_file-client/models/set_label.py +0 -103
- services-pulp_file-client/models/set_label_response.py +0 -103
- services-pulp_file-client/models/task_group_operation_response.py +0 -88
- services-pulp_file-client/models/unset_label.py +0 -96
- services-pulp_file-client/models/unset_label_response.py +0 -100
- services-pulp_file-client/py.typed +0 -0
- {crc_pulp_file_client-20250819.1.dist-info → crc_pulp_file_client-20260113.4.dist-info}/WHEEL +0 -0
- {crc-pulp_file-client → pulpcore}/__init__.py +0 -0
- {services-pulp_file-client → pulpcore/client}/__init__.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/api_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/exceptions.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/async_operation_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/content_summary_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response_hidden_fields_inner.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/my_permissions_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_alternate_content_source.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_distribution.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_repository.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/policy_enum.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repair.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_add_remove_content.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_sync_url.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/task_group_operation_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/py.typed +0 -0
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
crc-pulp_file-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
-
crc-pulp_file-client/api_client.py,sha256=MA9bBDTiRumJ1wMBo0cH1jmcIgcJlQ2GuIF8nVdcd2g,27493
|
|
3
|
-
crc-pulp_file-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
crc-pulp_file-client/configuration.py,sha256=cTzLGNP7_6MfPEMzaPI9mfxaqVW0ndNAe_Wp6vbkcBs,19662
|
|
5
|
-
crc-pulp_file-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
6
|
-
crc-pulp_file-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
crc-pulp_file-client/rest.py,sha256=JKknlbkE_MXbz6WuZvUL-4wb9v6E9PwWeC0-AbKtsvU,9403
|
|
8
|
-
crc-pulp_file-client/api/__init__.py,sha256=696suXsCymYyOkRAodWKdWxd3CyBpH0XhnL3YAFtYVQ,584
|
|
9
|
-
crc-pulp_file-client/api/acs_file_api.py,sha256=IJOoIwI7kGWiq-GQXxvF9g-96kRoeu98UVDvRO_KCpc,162186
|
|
10
|
-
crc-pulp_file-client/api/content_files_api.py,sha256=QeBEDJIdLAMeVa2xqusJ5Vy91CAe5GQquwJPN7z7W5c,100817
|
|
11
|
-
crc-pulp_file-client/api/distributions_file_api.py,sha256=43bpzPpOAGt4z523QPTwa0hR_muj0CxbVe9nFM31Jd8,184381
|
|
12
|
-
crc-pulp_file-client/api/publications_file_api.py,sha256=syu4B6Cg2DEFZTKLd-eEh_PJ-vp1UeUeihupZ-YXY5Q,128827
|
|
13
|
-
crc-pulp_file-client/api/remotes_file_api.py,sha256=uiVs24TU5OmZLSHK2EuqLyabUexDf9XwnT-rvlcxKlA,192171
|
|
14
|
-
crc-pulp_file-client/api/repositories_file_api.py,sha256=Xul_DTYIFvyTiDqB68rph1cg38aklheOFQvc74vUGBA,214367
|
|
15
|
-
crc-pulp_file-client/api/repositories_file_versions_api.py,sha256=bdRBIJ7D1E8FVWPlNmenEDdazdaZXYAoyaJhZv7qJQM,78586
|
|
16
|
-
crc-pulp_file-client/models/__init__.py,sha256=e1bLpwiBKxIL4Z1HU4NT1ukeHdeBoYdnx0Gv8q4dMiE,4033
|
|
17
|
-
crc-pulp_file-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
18
|
-
crc-pulp_file-client/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
|
|
19
|
-
crc-pulp_file-client/models/file_file_alternate_content_source.py,sha256=jsMQFKhWMZCvFIOmXwmQdi2U9NnVGm6NFiwTaMiBvW8,3544
|
|
20
|
-
crc-pulp_file-client/models/file_file_alternate_content_source_response.py,sha256=uqInWOdMZSn6Nxh840xRF-0WHt3RB2Tp3h_gwNR8IWQ,4522
|
|
21
|
-
crc-pulp_file-client/models/file_file_content_response.py,sha256=xl4XVxEJIYyiNcaOZIsfb59fpWH1u3Bi0boz8Hv0qUQ,5503
|
|
22
|
-
crc-pulp_file-client/models/file_file_distribution.py,sha256=qPUzMFTCCZqvAYepNMl7MBFpyFc27A4YSQUqhg4U9Nk,4676
|
|
23
|
-
crc-pulp_file-client/models/file_file_distribution_response.py,sha256=-91JAVb2-Xlm4mZDFjoiu9SSFvANqo8sjDKJrDAyOQM,6393
|
|
24
|
-
crc-pulp_file-client/models/file_file_publication.py,sha256=u3U1g_WGZDei6_DTVz0LSVq54O1QnsXej3t_e5wyFBg,3439
|
|
25
|
-
crc-pulp_file-client/models/file_file_publication_response.py,sha256=Pz7O-RouNYUWzLe6VGtAC55hLtMZVlKcsFfRUG4USnM,4791
|
|
26
|
-
crc-pulp_file-client/models/file_file_remote.py,sha256=2Gl-UJwcLjlUCQO3cu4tad6IpjdkpePZfITmGc7HVBA,11948
|
|
27
|
-
crc-pulp_file-client/models/file_file_remote_response.py,sha256=rj9EPVSflI0nI0A1z4qWm5KHgwAfIk8WyOAUQQeazZg,11241
|
|
28
|
-
crc-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py,sha256=IKGVxnSiUd0tbbA6MZIWH-vOTVmhqrlPASmYxE6hfk8,2643
|
|
29
|
-
crc-pulp_file-client/models/file_file_repository.py,sha256=P9TpWZtyofexYiOdxlEkooVJXLjCvamServUdBRWl1U,4990
|
|
30
|
-
crc-pulp_file-client/models/file_file_repository_response.py,sha256=lrlC05sSSCNrNz2JIGoi3_iaKYex-MM4aIa4xMwlc74,6423
|
|
31
|
-
crc-pulp_file-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
32
|
-
crc-pulp_file-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
33
|
-
crc-pulp_file-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
34
|
-
crc-pulp_file-client/models/object_roles_response.py,sha256=aAjbt6kdjC6RKxHObhQCdaCQc5HTYZgBoXHtcwIeFEg,2969
|
|
35
|
-
crc-pulp_file-client/models/paginated_repository_version_response_list.py,sha256=p9yT7wYnYSQHd2NMFg75Cn1R9NEZrUQO7-7zi39V4no,3792
|
|
36
|
-
crc-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py,sha256=Sc_ITQSJEdkv4fFeOYAvU87h7FJ6szR8WABR0gDCVhA,3899
|
|
37
|
-
crc-pulp_file-client/models/paginatedfile_file_content_response_list.py,sha256=E2EBG_rtQNJX6tIxzz4plgAQjAmIIHvYXm4hvjuvOuw,3777
|
|
38
|
-
crc-pulp_file-client/models/paginatedfile_file_distribution_response_list.py,sha256=SlimPQUxkwhKX_e6TLVDUkLNHV9FUYyXeAv4Yr1eQck,3817
|
|
39
|
-
crc-pulp_file-client/models/paginatedfile_file_publication_response_list.py,sha256=m8dYBPyhpl5g78za0sLgcqbz58aDKIHtntyyE4ok8lM,3809
|
|
40
|
-
crc-pulp_file-client/models/paginatedfile_file_remote_response_list.py,sha256=QmQa9wM333WuEceqNPE-6b6Iyte8jieUl2Bk-ia4EUE,3769
|
|
41
|
-
crc-pulp_file-client/models/paginatedfile_file_repository_response_list.py,sha256=Zy1oZVMftk12dDUMAthCDD_YJYgoIzuL9BO2dfRDzuQ,3801
|
|
42
|
-
crc-pulp_file-client/models/patchedfile_file_alternate_content_source.py,sha256=DC5r0E7lUcy-SDmtPZwqSxKgeWbH-r6aywOzoUMlZ9o,3613
|
|
43
|
-
crc-pulp_file-client/models/patchedfile_file_distribution.py,sha256=XUiXlisq_RJL6CxAuCn35l_NnWvhjHkLdcJKlG2JRZU,4745
|
|
44
|
-
crc-pulp_file-client/models/patchedfile_file_remote.py,sha256=1lN9aIaAsdouN5_rnL4x0We-qyOvuX-kZnz1yvI6oIE,12017
|
|
45
|
-
crc-pulp_file-client/models/patchedfile_file_repository.py,sha256=62QYEmSXpCXQ6GeaTfXy242cbaT1sT3gjT_w-Rz5W9s,5035
|
|
46
|
-
crc-pulp_file-client/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
|
|
47
|
-
crc-pulp_file-client/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
|
|
48
|
-
crc-pulp_file-client/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
|
|
49
|
-
crc-pulp_file-client/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
|
|
50
|
-
crc-pulp_file-client/models/repository_version_response.py,sha256=RAuKQc0J36nwU0tXAyrCCtfe_vSjyX8zfHo8xlMp_WI,5145
|
|
51
|
-
crc-pulp_file-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
52
|
-
crc-pulp_file-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
53
|
-
crc-pulp_file-client/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
|
|
54
|
-
crc-pulp_file-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
55
|
-
crc-pulp_file-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
56
|
-
services-pulp_file-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
57
|
-
services-pulp_file-client/api_client.py,sha256=ORadCNuZjgOksWZA4BGRCWly7ITjfB_YynchCEkOxTk,27523
|
|
58
|
-
services-pulp_file-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
59
|
-
services-pulp_file-client/configuration.py,sha256=aQWWpW9H8k0zJUMQeNP2MCwCYrBJl84ngiQi_m_PUT8,19677
|
|
60
|
-
services-pulp_file-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
61
|
-
services-pulp_file-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
|
-
services-pulp_file-client/rest.py,sha256=tuxf4lM86Egm-FCpjQdgBfYRvWcrbYT2gmH44e7DmMY,9408
|
|
63
|
-
services-pulp_file-client/api/__init__.py,sha256=85tVNqbk5cByN9-UeP-GxFFuArjMWKy_LLt8cZBj3Cg,619
|
|
64
|
-
services-pulp_file-client/api/acs_file_api.py,sha256=yAm4Gu4avP5ys-Z4XS6glW0HJr1w2Vq6kjqJRNVcLIw,162251
|
|
65
|
-
services-pulp_file-client/api/content_files_api.py,sha256=4eF_sq2avIBVDx_vxyFIbbjnmHNSdGuO4kYw1hiXsOo,100867
|
|
66
|
-
services-pulp_file-client/api/distributions_file_api.py,sha256=2NjcZ5PMczEEHaYrDHAmOQvJnA-OOutmItk9uLfMRi4,184461
|
|
67
|
-
services-pulp_file-client/api/publications_file_api.py,sha256=8sNXvwfQfTZutAdVYaTOl_QxWQIaglPXAxXtKXSTFoU,128882
|
|
68
|
-
services-pulp_file-client/api/remotes_file_api.py,sha256=VOdcP7-Uyl-0EMvTjUoXzkJXc4dpiv4hBdZm93Yt7po,192251
|
|
69
|
-
services-pulp_file-client/api/repositories_file_api.py,sha256=HpXo4_Jkc_o9mte7sZFmcrqBVeSyUcaJN0xHBQr7538,214457
|
|
70
|
-
services-pulp_file-client/api/repositories_file_versions_api.py,sha256=BbvUW91nKMXuaBXs9KDEQGizhsvz9uwmYomjGfX9wwI,78621
|
|
71
|
-
services-pulp_file-client/models/__init__.py,sha256=twJK8j3QF6_xbjEejnWiR3vVXvp8O35nNEfalIFFJes,4228
|
|
72
|
-
services-pulp_file-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
73
|
-
services-pulp_file-client/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
|
|
74
|
-
services-pulp_file-client/models/file_file_alternate_content_source.py,sha256=jsMQFKhWMZCvFIOmXwmQdi2U9NnVGm6NFiwTaMiBvW8,3544
|
|
75
|
-
services-pulp_file-client/models/file_file_alternate_content_source_response.py,sha256=uqInWOdMZSn6Nxh840xRF-0WHt3RB2Tp3h_gwNR8IWQ,4522
|
|
76
|
-
services-pulp_file-client/models/file_file_content_response.py,sha256=xl4XVxEJIYyiNcaOZIsfb59fpWH1u3Bi0boz8Hv0qUQ,5503
|
|
77
|
-
services-pulp_file-client/models/file_file_distribution.py,sha256=qPUzMFTCCZqvAYepNMl7MBFpyFc27A4YSQUqhg4U9Nk,4676
|
|
78
|
-
services-pulp_file-client/models/file_file_distribution_response.py,sha256=-91JAVb2-Xlm4mZDFjoiu9SSFvANqo8sjDKJrDAyOQM,6393
|
|
79
|
-
services-pulp_file-client/models/file_file_publication.py,sha256=u3U1g_WGZDei6_DTVz0LSVq54O1QnsXej3t_e5wyFBg,3439
|
|
80
|
-
services-pulp_file-client/models/file_file_publication_response.py,sha256=Pz7O-RouNYUWzLe6VGtAC55hLtMZVlKcsFfRUG4USnM,4791
|
|
81
|
-
services-pulp_file-client/models/file_file_remote.py,sha256=Ylsl-Q0rmN4MISJjCLvyeXA3ZUJKcC_z6V4GGob8qyQ,11953
|
|
82
|
-
services-pulp_file-client/models/file_file_remote_response.py,sha256=cJC-hfD--8nF-Xbux2FTMXRj9GiTqgVnBICOu0o9LGI,11251
|
|
83
|
-
services-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py,sha256=IKGVxnSiUd0tbbA6MZIWH-vOTVmhqrlPASmYxE6hfk8,2643
|
|
84
|
-
services-pulp_file-client/models/file_file_repository.py,sha256=P9TpWZtyofexYiOdxlEkooVJXLjCvamServUdBRWl1U,4990
|
|
85
|
-
services-pulp_file-client/models/file_file_repository_response.py,sha256=lrlC05sSSCNrNz2JIGoi3_iaKYex-MM4aIa4xMwlc74,6423
|
|
86
|
-
services-pulp_file-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
87
|
-
services-pulp_file-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
88
|
-
services-pulp_file-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
89
|
-
services-pulp_file-client/models/object_roles_response.py,sha256=V22kOms61t0TSeAJLBow3YYbmsSpkAfdDPbrhpfgw0I,2974
|
|
90
|
-
services-pulp_file-client/models/paginated_repository_version_response_list.py,sha256=HtxfhWYy9UC0NXbWoqJjYXMXinZ-6dMaRhxJS_Nm3x0,3797
|
|
91
|
-
services-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py,sha256=n7UtyHpJSgwI7ClwjuwLOoOcdrc-oBUBtbD945esY4o,3904
|
|
92
|
-
services-pulp_file-client/models/paginatedfile_file_content_response_list.py,sha256=B2A1RopsrP_ZTW5cegmgcR2_f0J_CquUSlCce2UKM6E,3782
|
|
93
|
-
services-pulp_file-client/models/paginatedfile_file_distribution_response_list.py,sha256=6mkcLzA6b4gWENl0TaqVbXTONQqNh0l9hCq6RsUUGG0,3822
|
|
94
|
-
services-pulp_file-client/models/paginatedfile_file_publication_response_list.py,sha256=jr8cgLF29K9o0KgzU6dyV2CKTv6PlbOPUBRn-khqSu8,3814
|
|
95
|
-
services-pulp_file-client/models/paginatedfile_file_remote_response_list.py,sha256=8ZevFkwtOnL0iPA5p3VrT8O3fS9a_a-QqhQsmigeOlg,3774
|
|
96
|
-
services-pulp_file-client/models/paginatedfile_file_repository_response_list.py,sha256=ZAU4Gs7XJ2Qh0YXhvAY9mWjD8_4lp7W_iTg_Yf24J-Q,3806
|
|
97
|
-
services-pulp_file-client/models/patchedfile_file_alternate_content_source.py,sha256=DC5r0E7lUcy-SDmtPZwqSxKgeWbH-r6aywOzoUMlZ9o,3613
|
|
98
|
-
services-pulp_file-client/models/patchedfile_file_distribution.py,sha256=XUiXlisq_RJL6CxAuCn35l_NnWvhjHkLdcJKlG2JRZU,4745
|
|
99
|
-
services-pulp_file-client/models/patchedfile_file_remote.py,sha256=ydLTsf-5x2AUbfeB7ySP30PjTnjNniBFtlBeIgIYE3o,12022
|
|
100
|
-
services-pulp_file-client/models/patchedfile_file_repository.py,sha256=62QYEmSXpCXQ6GeaTfXy242cbaT1sT3gjT_w-Rz5W9s,5035
|
|
101
|
-
services-pulp_file-client/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
|
|
102
|
-
services-pulp_file-client/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
|
|
103
|
-
services-pulp_file-client/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
|
|
104
|
-
services-pulp_file-client/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
|
|
105
|
-
services-pulp_file-client/models/repository_version_response.py,sha256=BHALYlkAl4zgi7BdCzqwPl_GN9xMm9rDY0YcksoUXQ4,5150
|
|
106
|
-
services-pulp_file-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
107
|
-
services-pulp_file-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
108
|
-
services-pulp_file-client/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
|
|
109
|
-
services-pulp_file-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
110
|
-
services-pulp_file-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
111
|
-
crc_pulp_file_client-20250819.1.dist-info/METADATA,sha256=rdjDys6QrKbnJcXb_iM-qxg5QGSGArNzu6FULBMNZCw,639
|
|
112
|
-
crc_pulp_file_client-20250819.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
113
|
-
crc_pulp_file_client-20250819.1.dist-info/top_level.txt,sha256=H-8CcHyhLvvQu7WPpT5FaiZ7WASprDGmxbQwmimwrDY,47
|
|
114
|
-
crc_pulp_file_client-20250819.1.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# flake8: noqa
|
|
2
|
-
|
|
3
|
-
# import apis into api package
|
|
4
|
-
from services-pulp_file-client.api.acs_file_api import AcsFileApi
|
|
5
|
-
from services-pulp_file-client.api.content_files_api import ContentFilesApi
|
|
6
|
-
from services-pulp_file-client.api.distributions_file_api import DistributionsFileApi
|
|
7
|
-
from services-pulp_file-client.api.publications_file_api import PublicationsFileApi
|
|
8
|
-
from services-pulp_file-client.api.remotes_file_api import RemotesFileApi
|
|
9
|
-
from services-pulp_file-client.api.repositories_file_api import RepositoriesFileApi
|
|
10
|
-
from services-pulp_file-client.api.repositories_file_versions_api import RepositoriesFileVersionsApi
|
|
11
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"""API response object."""
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
from typing import Optional, Generic, Mapping, TypeVar
|
|
5
|
-
from pydantic import Field, StrictInt, StrictBytes, BaseModel
|
|
6
|
-
|
|
7
|
-
T = TypeVar("T")
|
|
8
|
-
|
|
9
|
-
class ApiResponse(BaseModel, Generic[T]):
|
|
10
|
-
"""
|
|
11
|
-
API response object
|
|
12
|
-
"""
|
|
13
|
-
|
|
14
|
-
status_code: StrictInt = Field(description="HTTP status code")
|
|
15
|
-
headers: Optional[Mapping[str, str]] = Field(None, description="HTTP headers")
|
|
16
|
-
data: T = Field(description="Deserialized data given the data type")
|
|
17
|
-
raw_data: StrictBytes = Field(description="Raw data (HTTP response body)")
|
|
18
|
-
|
|
19
|
-
model_config = {
|
|
20
|
-
"arbitrary_types_allowed": True
|
|
21
|
-
}
|