Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changes to be including in future/planned release notes will be added here.

## Next

## [0.5.16](https://github.com/Worklytics/psoxy/release/tag/v0.5.16)
- `zoom`: Default rules for Zoom have been updated, removing fields and endpoints not required.


## [0.5.14](https://github.com/Worklytics/psoxy/release/tag/v0.5.14)
- `gcp`: Cloud function deployment now requires [Compute Viewer](https://docs.cloud.google.com/iam/docs/roles-permissions/compute#compute.viewer) role to read Compute Engine metadata for the project. See [docs/gcp/getting-started.md](docs/gcp/getting-started.md) for details.
- `gcp`: Cloud function deployment now requires [Cloud Run Admin](https://docs.cloud.google.com/iam/docs/roles-permissions/run#run.admin) role instead of Cloud Run Developer. See [docs/gcp/getting-started.md](docs/gcp/getting-started.md) for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
{
"id": "jjd93a2337",
"name": "Joe Surname",
"user_email": "joe@example.com",
"pmi": 111111111
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These pmi are not present in the responde model from API and not used in our source model. See https://developers.zoom.us/docs/api/meetings/#tag/meetings/get/past_meetings/{meetingId}/participants

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, yeah - either this was present in the example json at some point, or we put it in there just to be SURE would be redacted if ever appeared in some zoom versions.

but the responseSchema approach achieves that now.

"user_email": "joe@example.com"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"user_email": "jchill@example.com",
"user_id": "27423744",
"status": "in_meeting",
"bo_mtg_id": "27423744",
"pmi": 111111111
"bo_mtg_id": "27423744"
}
]
}
325 changes: 0 additions & 325 deletions docs/sources/zoom/example-api-responses/original/user-settings.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used. Files, test and endpoint dropped.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"total_records":4,
"meetings":[
{
"uuid":"mlghmfghlBBB",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"id":11111,
"host_id":"t~YCq-iwWo1b500r_AH_4tKLuP0oBLrlwoHEpY7DSxi8c",
"type":2,
Expand All @@ -15,7 +14,6 @@
"created_at":"2019-08-16T01:13:12Z"
},
{
"uuid":"J8H8eavweUcd321==",
"id":2222,
"host_id":"t~YCq-iwWo1b500r_AH_4tKLuP0oBLrlwoHEpY7DSxi8c",
"type":2,
Expand All @@ -25,7 +23,6 @@
"created_at":"2019-08-16T18:30:46Z"
},
{
"uuid":"SGVTAcfSfCbbbb",
"id":33333,
"host_id":"t~YCq-iwWo1b500r_AH_4tKLuP0oBLrlwoHEpY7DSxi8c",
"type":2,
Expand All @@ -35,7 +32,6 @@
"created_at":"2019-08-16T21:15:56Z"
},
{
"uuid":"64123avdfsMVA==",
"id":44444,
"host_id":"t~YCq-iwWo1b500r_AH_4tKLuP0oBLrlwoHEpY7DSxi8c",
"type":2,
Expand All @@ -45,4 +41,4 @@
"created_at":"2019-08-29T17:32:33Z"
}
]
}
}
Loading
Loading