airbyte-source-facebook-pages 2.0.4.dev202602041458__py3-none-any.whl → 2.0.4.dev202602041507__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-facebook-pages
3
- Version: 2.0.4.dev202602041458
3
+ Version: 2.0.4.dev202602041507
4
4
  Summary: Source implementation for Facebook Pages.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
@@ -2,7 +2,7 @@ source_facebook_pages/__init__.py,sha256=VZVUqQ18X8IkiApSkuDl9cXhuxsCFH4LCjHzcwm
2
2
  source_facebook_pages/components.py,sha256=GJLbduA0kYHSD-2JVhieR6us_KszmFbcI1l_nsHZCDE,4704
3
3
  source_facebook_pages/manifest.yaml,sha256=8pXpUpOgaouoiJj7RtBIxzdB0ezXDXqVC-755xaOURY,11225
4
4
  source_facebook_pages/run.py,sha256=LaHnyS63ROFHA8RA-xgN83CGtq6clz2UlmX3UcxxAQk,253
5
- source_facebook_pages/schemas/page.json,sha256=gIMHDBu99tzVK_OHKodH8hYuvJcfztta4sjZdpQmv0c,50263
5
+ source_facebook_pages/schemas/page.json,sha256=2IU2wycPRqVi9OCQfqGJcpRXiJczxsZmJhIwB8UgK6g,51056
6
6
  source_facebook_pages/schemas/page_insights.json,sha256=lmNt_NuUjr25eIC81L5mZcIfBnGnfCNIpkFKx-Lh7M8,734
7
7
  source_facebook_pages/schemas/post.json,sha256=T2sS6yQtPxqB8QU89_FQMcRxNePrAcdtLwQrqEvXFxw,8259
8
8
  source_facebook_pages/schemas/post_insights.json,sha256=8de6rtjr80yV8zfHiY4N4mQKq2LlCAxoWoqEVVUJM8E,744
@@ -72,7 +72,7 @@ source_facebook_pages/schemas/shared/videolist.json,sha256=h9rK-JRbsV7EEzxM0ffLw
72
72
  source_facebook_pages/schemas/shared/voipinfo.json,sha256=lwkslyCbqXCBlusPZwXW40ZXUkf_PyR2dmboqT1fCpo,508
73
73
  source_facebook_pages/source.py,sha256=Zd1H8OVfIytOTB99Nb2UWQtt-JAq9NGAVJsqAwWdwmQ,483
74
74
  source_facebook_pages/spec.yaml,sha256=rbbne2qnCX84pKYklIvETCKloS9LuWMvnFA3SXEc1cc,1019
75
- airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/METADATA,sha256=zpmXJVwGUFW1KP8OJX7vLqgqALc5pIlq7-O2htvSLeY,7506
76
- airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
- airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
- airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/RECORD,,
75
+ airbyte_source_facebook_pages-2.0.4.dev202602041507.dist-info/METADATA,sha256=v23lYcp9-nN9qkhzdFfBtuWxN0yLZYGOynv-qdABVxo,7506
76
+ airbyte_source_facebook_pages-2.0.4.dev202602041507.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
+ airbyte_source_facebook_pages-2.0.4.dev202602041507.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
+ airbyte_source_facebook_pages-2.0.4.dev202602041507.dist-info/RECORD,,
@@ -1236,6 +1236,39 @@
1236
1236
  }
1237
1237
  }
1238
1238
  },
1239
+ "live_videos": {
1240
+ "type": ["object", "null"],
1241
+ "properties": {
1242
+ "data": {
1243
+ "type": ["array", "null"],
1244
+ "items": {
1245
+ "$ref": "livevideo.json"
1246
+ }
1247
+ },
1248
+ "paging": {
1249
+ "type": ["object", "null"],
1250
+ "properties": {
1251
+ "previous": {
1252
+ "type": ["string", "null"]
1253
+ },
1254
+ "next": {
1255
+ "type": ["string", "null"]
1256
+ },
1257
+ "cursors": {
1258
+ "type": "object",
1259
+ "properties": {
1260
+ "before": {
1261
+ "type": ["string", "null"]
1262
+ },
1263
+ "after": {
1264
+ "type": ["string", "null"]
1265
+ }
1266
+ }
1267
+ }
1268
+ }
1269
+ }
1270
+ }
1271
+ },
1239
1272
  "locations": {
1240
1273
  "type": ["object", "null"],
1241
1274
  "properties": {