Skip to content

Commit

Permalink
Merge branch 'main' into sofisl-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 12, 2023
2 parents 8d4a402 + 4a1697a commit ca3b80b
Show file tree
Hide file tree
Showing 788 changed files with 96,423 additions and 5,750 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand All @@ -30,7 +30,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -41,7 +41,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -50,7 +50,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update-apis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json

Large diffs are not rendered by default.

206 changes: 206 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions discovery/admin-directory_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4643,7 +4643,7 @@
}
}
},
"revision": "20230918",
"revision": "20231005",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -6812,7 +6812,8 @@
"id": "OrgUnit",
"properties": {
"blockInheritance": {
"description": "Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).",
"deprecated": true,
"description": "Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).",
"type": "boolean"
},
"description": {
Expand Down
8 changes: 5 additions & 3 deletions discovery/admob-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
}
}
},
"revision": "20230921",
"revision": "20231010",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"AdSource": {
Expand Down Expand Up @@ -1115,7 +1115,8 @@
"CLICK_THROUGH_RATE",
"INSTALLS",
"ESTIMATED_COST",
"AVERAGE_CPI"
"AVERAGE_CPI",
"INTERACTIONS"
],
"enumDescriptions": [
"Default value for an unset field. Do not use.",
Expand All @@ -1124,7 +1125,8 @@
"The number of clicks an ad receives divided by the number of times the ad is shown.",
"The number of times apps were downloaded to devices.",
"The estimated cost of serving a campaign ad instead of an ad that earns revenue. The currency is the reporting currency for campaigns.",
"The average cost per install. This means the average amount that was spent to acquire a new user. The currency is the reporting currency for campaigns."
"The average cost per install. This means the average amount that was spent to acquire a new user. The currency is the reporting currency for campaigns.",
"The number of times a user interacts with an ad. This consists of clicks and engagements."
],
"type": "string"
},
Expand Down
Loading

0 comments on commit ca3b80b

Please sign in to comment.