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