|
1 | 1 | # This file was auto-generated from our API Definition. |
2 | 2 |
|
| 3 | +import datetime as dt |
3 | 4 | import typing |
4 | 5 | from json.decoder import JSONDecodeError |
5 | 6 |
|
@@ -96,6 +97,7 @@ def create( |
96 | 97 | active: typing.Optional[bool] = OMIT, |
97 | 98 | automatically_add_new_fields: typing.Optional[BulkDiscover] = OMIT, |
98 | 99 | automatically_add_new_objects: typing.Optional[BulkDiscover] = OMIT, |
| 100 | + data_cutoff_timestamp: typing.Optional[dt.datetime] = OMIT, |
99 | 101 | destination_configuration: typing.Optional[typing.Dict[str, typing.Any]] = OMIT, |
100 | 102 | disable_record_timestamps: typing.Optional[bool] = OMIT, |
101 | 103 | discover: typing.Optional[bool] = OMIT, |
@@ -123,6 +125,8 @@ def create( |
123 | 125 |
|
124 | 126 | automatically_add_new_objects : typing.Optional[BulkDiscover] |
125 | 127 |
|
| 128 | + data_cutoff_timestamp : typing.Optional[dt.datetime] |
| 129 | +
|
126 | 130 | destination_configuration : typing.Optional[typing.Dict[str, typing.Any]] |
127 | 131 |
|
128 | 132 | disable_record_timestamps : typing.Optional[bool] |
@@ -174,6 +178,7 @@ def create( |
174 | 178 | "active": active, |
175 | 179 | "automatically_add_new_fields": automatically_add_new_fields, |
176 | 180 | "automatically_add_new_objects": automatically_add_new_objects, |
| 181 | + "data_cutoff_timestamp": data_cutoff_timestamp, |
177 | 182 | "destination_configuration": destination_configuration, |
178 | 183 | "destination_connection_id": destination_connection_id, |
179 | 184 | "disable_record_timestamps": disable_record_timestamps, |
@@ -282,6 +287,7 @@ def update( |
282 | 287 | active: typing.Optional[bool] = OMIT, |
283 | 288 | automatically_add_new_fields: typing.Optional[BulkDiscover] = OMIT, |
284 | 289 | automatically_add_new_objects: typing.Optional[BulkDiscover] = OMIT, |
| 290 | + data_cutoff_timestamp: typing.Optional[dt.datetime] = OMIT, |
285 | 291 | destination_configuration: typing.Optional[typing.Dict[str, typing.Any]] = OMIT, |
286 | 292 | disable_record_timestamps: typing.Optional[bool] = OMIT, |
287 | 293 | discover: typing.Optional[bool] = OMIT, |
@@ -315,6 +321,8 @@ def update( |
315 | 321 |
|
316 | 322 | automatically_add_new_objects : typing.Optional[BulkDiscover] |
317 | 323 |
|
| 324 | + data_cutoff_timestamp : typing.Optional[dt.datetime] |
| 325 | +
|
318 | 326 | destination_configuration : typing.Optional[typing.Dict[str, typing.Any]] |
319 | 327 |
|
320 | 328 | disable_record_timestamps : typing.Optional[bool] |
@@ -367,6 +375,7 @@ def update( |
367 | 375 | "active": active, |
368 | 376 | "automatically_add_new_fields": automatically_add_new_fields, |
369 | 377 | "automatically_add_new_objects": automatically_add_new_objects, |
| 378 | + "data_cutoff_timestamp": data_cutoff_timestamp, |
370 | 379 | "destination_configuration": destination_configuration, |
371 | 380 | "destination_connection_id": destination_connection_id, |
372 | 381 | "disable_record_timestamps": disable_record_timestamps, |
@@ -825,6 +834,7 @@ async def create( |
825 | 834 | active: typing.Optional[bool] = OMIT, |
826 | 835 | automatically_add_new_fields: typing.Optional[BulkDiscover] = OMIT, |
827 | 836 | automatically_add_new_objects: typing.Optional[BulkDiscover] = OMIT, |
| 837 | + data_cutoff_timestamp: typing.Optional[dt.datetime] = OMIT, |
828 | 838 | destination_configuration: typing.Optional[typing.Dict[str, typing.Any]] = OMIT, |
829 | 839 | disable_record_timestamps: typing.Optional[bool] = OMIT, |
830 | 840 | discover: typing.Optional[bool] = OMIT, |
@@ -852,6 +862,8 @@ async def create( |
852 | 862 |
|
853 | 863 | automatically_add_new_objects : typing.Optional[BulkDiscover] |
854 | 864 |
|
| 865 | + data_cutoff_timestamp : typing.Optional[dt.datetime] |
| 866 | +
|
855 | 867 | destination_configuration : typing.Optional[typing.Dict[str, typing.Any]] |
856 | 868 |
|
857 | 869 | disable_record_timestamps : typing.Optional[bool] |
@@ -911,6 +923,7 @@ async def main() -> None: |
911 | 923 | "active": active, |
912 | 924 | "automatically_add_new_fields": automatically_add_new_fields, |
913 | 925 | "automatically_add_new_objects": automatically_add_new_objects, |
| 926 | + "data_cutoff_timestamp": data_cutoff_timestamp, |
914 | 927 | "destination_configuration": destination_configuration, |
915 | 928 | "destination_connection_id": destination_connection_id, |
916 | 929 | "disable_record_timestamps": disable_record_timestamps, |
@@ -1027,6 +1040,7 @@ async def update( |
1027 | 1040 | active: typing.Optional[bool] = OMIT, |
1028 | 1041 | automatically_add_new_fields: typing.Optional[BulkDiscover] = OMIT, |
1029 | 1042 | automatically_add_new_objects: typing.Optional[BulkDiscover] = OMIT, |
| 1043 | + data_cutoff_timestamp: typing.Optional[dt.datetime] = OMIT, |
1030 | 1044 | destination_configuration: typing.Optional[typing.Dict[str, typing.Any]] = OMIT, |
1031 | 1045 | disable_record_timestamps: typing.Optional[bool] = OMIT, |
1032 | 1046 | discover: typing.Optional[bool] = OMIT, |
@@ -1060,6 +1074,8 @@ async def update( |
1060 | 1074 |
|
1061 | 1075 | automatically_add_new_objects : typing.Optional[BulkDiscover] |
1062 | 1076 |
|
| 1077 | + data_cutoff_timestamp : typing.Optional[dt.datetime] |
| 1078 | +
|
1063 | 1079 | destination_configuration : typing.Optional[typing.Dict[str, typing.Any]] |
1064 | 1080 |
|
1065 | 1081 | disable_record_timestamps : typing.Optional[bool] |
@@ -1120,6 +1136,7 @@ async def main() -> None: |
1120 | 1136 | "active": active, |
1121 | 1137 | "automatically_add_new_fields": automatically_add_new_fields, |
1122 | 1138 | "automatically_add_new_objects": automatically_add_new_objects, |
| 1139 | + "data_cutoff_timestamp": data_cutoff_timestamp, |
1123 | 1140 | "destination_configuration": destination_configuration, |
1124 | 1141 | "destination_connection_id": destination_connection_id, |
1125 | 1142 | "disable_record_timestamps": disable_record_timestamps, |
|
0 commit comments