|
1 | 1 | .gitignore |
2 | 2 | .gitlab-ci.yml |
3 | | -.openapi-generator-ignore |
4 | 3 | .travis.yml |
5 | 4 | README.md |
6 | 5 | docs/Account.md |
@@ -205,6 +204,7 @@ docs/GoogleProductCategory5Filter.md |
205 | 204 | docs/GoogleProductCategory6Filter.md |
206 | 205 | docs/Granularity.md |
207 | 206 | docs/ImageDetails.md |
| 207 | +docs/ImageMetadata.md |
208 | 208 | docs/InlineObject.md |
209 | 209 | docs/ItemAttributes.md |
210 | 210 | docs/ItemAttributesAllOf.md |
@@ -266,14 +266,21 @@ docs/PacingDeliveryType.md |
266 | 266 | docs/Paginated.md |
267 | 267 | docs/Pin.md |
268 | 268 | docs/PinMedia.md |
| 269 | +docs/PinMediaMetadata.md |
269 | 270 | docs/PinMediaSource.md |
270 | 271 | docs/PinMediaSourceImageBase64.md |
271 | 272 | docs/PinMediaSourceImageURL.md |
272 | 273 | docs/PinMediaSourceVideoID.md |
273 | 274 | docs/PinMediaWithImage.md |
274 | 275 | docs/PinMediaWithImageAllOf.md |
| 276 | +docs/PinMediaWithImageAndVideo.md |
| 277 | +docs/PinMediaWithImageAndVideoAllOf.md |
| 278 | +docs/PinMediaWithImages.md |
| 279 | +docs/PinMediaWithImagesAllOf.md |
275 | 280 | docs/PinMediaWithVideo.md |
276 | 281 | docs/PinMediaWithVideoAllOf.md |
| 282 | +docs/PinMediaWithVideos.md |
| 283 | +docs/PinMediaWithVideosAllOf.md |
277 | 284 | docs/PinPromotionSummaryStatus.md |
278 | 285 | docs/PinsApi.md |
279 | 286 | docs/PinterestTagEventData.md |
@@ -321,6 +328,7 @@ docs/UpdatableItemAttributes.md |
321 | 328 | docs/UserAccountApi.md |
322 | 329 | docs/UserListOperationType.md |
323 | 330 | docs/UserListType.md |
| 331 | +docs/VideoMetadata.md |
324 | 332 | git_push.sh |
325 | 333 | pinterest/__init__.py |
326 | 334 | pinterest/generated/__init__.py |
@@ -542,6 +550,7 @@ pinterest/generated/client/model/google_product_category5_filter.py |
542 | 550 | pinterest/generated/client/model/google_product_category6_filter.py |
543 | 551 | pinterest/generated/client/model/granularity.py |
544 | 552 | pinterest/generated/client/model/image_details.py |
| 553 | +pinterest/generated/client/model/image_metadata.py |
545 | 554 | pinterest/generated/client/model/inline_object.py |
546 | 555 | pinterest/generated/client/model/item_attributes.py |
547 | 556 | pinterest/generated/client/model/item_attributes_all_of.py |
@@ -600,14 +609,21 @@ pinterest/generated/client/model/pacing_delivery_type.py |
600 | 609 | pinterest/generated/client/model/paginated.py |
601 | 610 | pinterest/generated/client/model/pin.py |
602 | 611 | pinterest/generated/client/model/pin_media.py |
| 612 | +pinterest/generated/client/model/pin_media_metadata.py |
603 | 613 | pinterest/generated/client/model/pin_media_source.py |
604 | 614 | pinterest/generated/client/model/pin_media_source_image_base64.py |
605 | 615 | pinterest/generated/client/model/pin_media_source_image_url.py |
606 | 616 | pinterest/generated/client/model/pin_media_source_video_id.py |
607 | 617 | pinterest/generated/client/model/pin_media_with_image.py |
608 | 618 | pinterest/generated/client/model/pin_media_with_image_all_of.py |
| 619 | +pinterest/generated/client/model/pin_media_with_image_and_video.py |
| 620 | +pinterest/generated/client/model/pin_media_with_image_and_video_all_of.py |
| 621 | +pinterest/generated/client/model/pin_media_with_images.py |
| 622 | +pinterest/generated/client/model/pin_media_with_images_all_of.py |
609 | 623 | pinterest/generated/client/model/pin_media_with_video.py |
610 | 624 | pinterest/generated/client/model/pin_media_with_video_all_of.py |
| 625 | +pinterest/generated/client/model/pin_media_with_videos.py |
| 626 | +pinterest/generated/client/model/pin_media_with_videos_all_of.py |
611 | 627 | pinterest/generated/client/model/pin_promotion_summary_status.py |
612 | 628 | pinterest/generated/client/model/pinterest_tag_event_data.py |
613 | 629 | pinterest/generated/client/model/placement_group_type.py |
@@ -649,6 +665,7 @@ pinterest/generated/client/model/tracking_urls.py |
649 | 665 | pinterest/generated/client/model/updatable_item_attributes.py |
650 | 666 | pinterest/generated/client/model/user_list_operation_type.py |
651 | 667 | pinterest/generated/client/model/user_list_type.py |
| 668 | +pinterest/generated/client/model/video_metadata.py |
652 | 669 | pinterest/generated/client/model_utils.py |
653 | 670 | pinterest/generated/client/models/__init__.py |
654 | 671 | pinterest/generated/client/rest.py |
@@ -859,6 +876,7 @@ test/test_google_product_category5_filter.py |
859 | 876 | test/test_google_product_category6_filter.py |
860 | 877 | test/test_granularity.py |
861 | 878 | test/test_image_details.py |
| 879 | +test/test_image_metadata.py |
862 | 880 | test/test_inline_object.py |
863 | 881 | test/test_item_attributes.py |
864 | 882 | test/test_item_attributes_all_of.py |
@@ -920,14 +938,21 @@ test/test_pacing_delivery_type.py |
920 | 938 | test/test_paginated.py |
921 | 939 | test/test_pin.py |
922 | 940 | test/test_pin_media.py |
| 941 | +test/test_pin_media_metadata.py |
923 | 942 | test/test_pin_media_source.py |
924 | 943 | test/test_pin_media_source_image_base64.py |
925 | 944 | test/test_pin_media_source_image_url.py |
926 | 945 | test/test_pin_media_source_video_id.py |
927 | 946 | test/test_pin_media_with_image.py |
928 | 947 | test/test_pin_media_with_image_all_of.py |
| 948 | +test/test_pin_media_with_image_and_video.py |
| 949 | +test/test_pin_media_with_image_and_video_all_of.py |
| 950 | +test/test_pin_media_with_images.py |
| 951 | +test/test_pin_media_with_images_all_of.py |
929 | 952 | test/test_pin_media_with_video.py |
930 | 953 | test/test_pin_media_with_video_all_of.py |
| 954 | +test/test_pin_media_with_videos.py |
| 955 | +test/test_pin_media_with_videos_all_of.py |
931 | 956 | test/test_pin_promotion_summary_status.py |
932 | 957 | test/test_pins_api.py |
933 | 958 | test/test_pinterest_tag_event_data.py |
@@ -975,4 +1000,5 @@ test/test_updatable_item_attributes.py |
975 | 1000 | test/test_user_account_api.py |
976 | 1001 | test/test_user_list_operation_type.py |
977 | 1002 | test/test_user_list_type.py |
| 1003 | +test/test_video_metadata.py |
978 | 1004 | tox.ini |
0 commit comments