You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/09/29 19:00:25 UTC

[beam] branch master updated (577953c5ac9 -> a404cbe8a99)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 577953c5ac9 Send JavaScript messages to Playground iframes when switching the language in docs (#22361) (#22960)
     add a404cbe8a99 [Playground] [Backend] Adding SDK to the example response (#22871)

No new revisions were added by this update.

Summary of changes:
 playground/api/v1/api.proto                        |   1 +
 playground/backend/internal/api/v1/api.pb.go       | 609 +++++++++++----------
 .../backend/internal/db/dto/precompiled_object.go  |  21 +-
 .../db/mapper/precompiled_object_mapper.go         |   4 +
 .../db/mapper/precompiled_object_mapper_test.go    |  32 +-
 .../lib/src/api/v1/api.pb.dart                     |  14 +
 .../lib/src/api/v1/api.pbjson.dart                 |   3 +-
 7 files changed, 365 insertions(+), 319 deletions(-)