Skip to content

Commit 2093abd

Browse files
yoshi-automationsofisl
authored andcommitted
feat(dfareporting): update the API
#### dfareporting:v3.5 The following keys were added: - schemas.Report.properties.schedule.properties.timezone.description - schemas.Report.properties.schedule.properties.timezone.type #### dfareporting:v4 The following keys were added: - schemas.Report.properties.schedule.properties.timezone.description - schemas.Report.properties.schedule.properties.timezone.type
1 parent 446bb38 commit 2093abd

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

discovery/dfareporting-v3.5.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9659,7 +9659,7 @@
96599659
}
96609660
}
96619661
},
9662-
"revision": "20220815",
9662+
"revision": "20230321",
96639663
"rootUrl": "https://dfareporting.googleapis.com/",
96649664
"schemas": {
96659665
"Account": {
@@ -18887,6 +18887,10 @@
1888718887
"startDate": {
1888818888
"format": "date",
1888918889
"type": "string"
18890+
},
18891+
"timezone": {
18892+
"description": "The timezone when the report will run.",
18893+
"type": "string"
1889018894
}
1889118895
},
1889218896
"type": "object"

discovery/dfareporting-v4.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10032,7 +10032,7 @@
1003210032
}
1003310033
}
1003410034
},
10035-
"revision": "20220920",
10035+
"revision": "20230321",
1003610036
"rootUrl": "https://dfareporting.googleapis.com/",
1003710037
"schemas": {
1003810038
"Account": {
@@ -19755,6 +19755,10 @@
1975519755
"startDate": {
1975619756
"format": "date",
1975719757
"type": "string"
19758+
},
19759+
"timezone": {
19760+
"description": "The timezone when the report will run.",
19761+
"type": "string"
1975819762
}
1975919763
},
1976019764
"type": "object"

src/apis/dfareporting/v3.5.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,6 +5692,7 @@ export namespace dfareporting_v3_5 {
56925692
repeatsOnWeekDays?: string[];
56935693
runsOnDayOfMonth?: string;
56945694
startDate?: string;
5695+
timezone?: string;
56955696
} | null;
56965697
/**
56975698
* The subaccount ID to which this report belongs if applicable.

src/apis/dfareporting/v4.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6000,6 +6000,7 @@ export namespace dfareporting_v4 {
60006000
repeatsOnWeekDays?: string[];
60016001
runsOnDayOfMonth?: string;
60026002
startDate?: string;
6003+
timezone?: string;
60036004
} | null;
60046005
/**
60056006
* The subaccount ID to which this report belongs if applicable.

0 commit comments

Comments
 (0)