airbyte-source-facebook-pages 2.0.3.dev202601231521__py3-none-any.whl → 2.0.4.dev202601221132__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.
- {airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info → airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info}/METADATA +1 -1
- {airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info → airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info}/RECORD +6 -6
- source_facebook_pages/manifest.yaml +0 -1
- source_facebook_pages/spec.yaml +1 -11
- {airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info → airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info}/WHEEL +0 -0
- {airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info → airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
source_facebook_pages/__init__.py,sha256=VZVUqQ18X8IkiApSkuDl9cXhuxsCFH4LCjHzcwmY0iI,138
|
|
2
2
|
source_facebook_pages/components.py,sha256=GJLbduA0kYHSD-2JVhieR6us_KszmFbcI1l_nsHZCDE,4704
|
|
3
|
-
source_facebook_pages/manifest.yaml,sha256=
|
|
3
|
+
source_facebook_pages/manifest.yaml,sha256=XIOk5KxmOmd-d6rHjdov8droyqJAc4ZzHk-QxTqcFB0,11254
|
|
4
4
|
source_facebook_pages/run.py,sha256=LaHnyS63ROFHA8RA-xgN83CGtq6clz2UlmX3UcxxAQk,253
|
|
5
5
|
source_facebook_pages/schemas/page.json,sha256=2IU2wycPRqVi9OCQfqGJcpRXiJczxsZmJhIwB8UgK6g,51056
|
|
6
6
|
source_facebook_pages/schemas/page_insights.json,sha256=lmNt_NuUjr25eIC81L5mZcIfBnGnfCNIpkFKx-Lh7M8,734
|
|
@@ -71,8 +71,8 @@ source_facebook_pages/schemas/shared/videocopyrightrule.json,sha256=oiMprdlaX83g
|
|
|
71
71
|
source_facebook_pages/schemas/shared/videolist.json,sha256=h9rK-JRbsV7EEzxM0ffLwfXuMLJfG3W_FFlz0gv9q7U,648
|
|
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
|
-
source_facebook_pages/spec.yaml,sha256=
|
|
75
|
-
airbyte_source_facebook_pages-2.0.
|
|
76
|
-
airbyte_source_facebook_pages-2.0.
|
|
77
|
-
airbyte_source_facebook_pages-2.0.
|
|
78
|
-
airbyte_source_facebook_pages-2.0.
|
|
74
|
+
source_facebook_pages/spec.yaml,sha256=rbbne2qnCX84pKYklIvETCKloS9LuWMvnFA3SXEc1cc,1019
|
|
75
|
+
airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info/METADATA,sha256=_WRRouvf3tCehD4qMOWmamJ3OR9mF_3u5ufbuJpIMds,7506
|
|
76
|
+
airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
77
|
+
airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
|
|
78
|
+
airbyte_source_facebook_pages-2.0.4.dev202601221132.dist-info/RECORD,,
|
source_facebook_pages/spec.yaml
CHANGED
|
@@ -36,14 +36,4 @@ advanced_auth:
|
|
|
36
36
|
type: string
|
|
37
37
|
client_secret:
|
|
38
38
|
type: string
|
|
39
|
-
complete_oauth_server_output_specification:
|
|
40
|
-
type: object
|
|
41
|
-
properties:
|
|
42
|
-
client_id:
|
|
43
|
-
type: string
|
|
44
|
-
path_in_connector_config:
|
|
45
|
-
- client_id
|
|
46
|
-
client_secret:
|
|
47
|
-
type: string
|
|
48
|
-
path_in_connector_config:
|
|
49
|
-
- client_secret
|
|
39
|
+
complete_oauth_server_output_specification: {}
|
|
File without changes
|