airbyte-source-facebook-pages 2.0.2__py3-none-any.whl → 2.0.3.dev202601231521__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.2.dist-info → airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info}/METADATA +1 -1
- {airbyte_source_facebook_pages-2.0.2.dist-info → airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info}/RECORD +6 -6
- source_facebook_pages/manifest.yaml +1 -1
- source_facebook_pages/spec.yaml +11 -1
- {airbyte_source_facebook_pages-2.0.2.dist-info → airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info}/WHEEL +0 -0
- {airbyte_source_facebook_pages-2.0.2.dist-info → airbyte_source_facebook_pages-2.0.3.dev202601231521.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=pGY6DSvUJNJorwTXAqfWRobU3PQGBTRbHFD9UxasSro,11288
|
|
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=eCYT_XXs9njBmbL3Sr-68Kqt3no94C-Ls778ouBuA2Q,1265
|
|
75
|
+
airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info/METADATA,sha256=9OhOeZVfsFt55cvrHRW5GlH9jjnaVJupkzaxdLQdK98,7506
|
|
76
|
+
airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
77
|
+
airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
|
|
78
|
+
airbyte_source_facebook_pages-2.0.3.dev202601231521.dist-info/RECORD,,
|
|
@@ -34,7 +34,7 @@ definitions:
|
|
|
34
34
|
stop_condition: "{{ response.paging == '' or not response.paging.get('next') }}"
|
|
35
35
|
page_size: 100
|
|
36
36
|
page_size_option:
|
|
37
|
-
field_name: "
|
|
37
|
+
field_name: "limit"
|
|
38
38
|
inject_into: "request_parameter"
|
|
39
39
|
page_token_option:
|
|
40
40
|
type: RequestOption
|
source_facebook_pages/spec.yaml
CHANGED
|
@@ -36,4 +36,14 @@ advanced_auth:
|
|
|
36
36
|
type: string
|
|
37
37
|
client_secret:
|
|
38
38
|
type: string
|
|
39
|
-
complete_oauth_server_output_specification:
|
|
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
|
|
File without changes
|