Sync the bundled .proto definitions with greyshirtguy/ProPresenter7-Proto "Proto 19beta" (dumped from ProPresenter v19 beta build 318767123, 2025-06-05). This pulls in the schema for ProPresenter 19 features including new advertisement groups, custom options, media metadata, prop API v1, transport API, feature flags, PSB workspace, and zone definitions, plus refactored analytics tracked events. Strategy: merge rather than wholesale replace. All Proto 19beta files overwrite our existing copies so we pick up the field/message updates upstream made between 7.16.2 and 19beta. Eleven new .proto files are added: advertisementGroup, analyticsEdit, analyticsMediaManagement, analyticsPowerPoint, analyticsTrackedEvents, analyticsTriggerCue, customOptions, mediaMetadata, proCoreFeatureFlags, psbWorkspace, zone. Three google/protobuf well-known types (any, source_context, type) are added for completeness; only descriptor.proto is actually imported. Five proto files are kept that are not part of Proto 19beta upstream: calendar.proto and keyMappings.proto were extracted from PP binaries to support our parse-calendar and parse-key-mappings tools, while analyticsCapture/Update/WHMStore.proto are retained from the prior 7.16.2 set so existing generated descriptors keep loading. generated/ is regenerated from scratch with `protoc --php_out=generated --proto_path=proto *.proto` (protoc 29.3, google/protobuf PHP 4.33.5). The full PHPUnit suite (369 tests, 1298 assertions) still passes without any source changes - the new schema is wire-compatible with our reference files and high-level wrappers. Documentation references to "v7.16.2" are updated to "Proto 19beta" in LICENSE, doc/formats/pp_song_spec.md, pp_playlist_spec.md, pp_bundle_spec.md, and doc/internal/decisions.md.
31 lines
1.7 KiB
PHP
31 lines
1.7 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: propDocument.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class PropDocument
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\ApplicationInfo::initOnce();
|
|
\GPBMetadata\Cue::initOnce();
|
|
\GPBMetadata\CustomOptions::initOnce();
|
|
\GPBMetadata\Effects::initOnce();
|
|
\GPBMetadata\Uuid::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xCD\x04\x0A\x12propDocument.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x0Auuid.proto\"\xB4\x03\x0A\x0CPropDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1A\x0A\x04cues\x18\x02 \x03(\x0B2\x0C.rv.data.Cue\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.Transition\x12>\x0A\x10prop_collections\x18\x04 \x03(\x0B2\$.rv.data.PropDocument.PropCollection\x1A\xEA\x01\x0A\x0EPropCollection\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x128\x0A\x05items\x18\x03 \x03(\x0B2).rv.data.PropDocument.PropCollection.Item\x12\x1B\x0A\x13single_prop_enabled\x18\x04 \x01(\x08\x12\x1A\x0A\x04cues\x18\x05 \x03(\x0B2\x0C.rv.data.Cue\x1A:\x0A\x04Item\x12&\x0A\x0Dprop_cue_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0A\x0A\x08ItemTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|