Skip to content

Commit

Permalink
Merge pull request #12 from roadrunner-php/update-dtos
Browse files Browse the repository at this point in the history
Update DTOs
  • Loading branch information
roxblnfk authored Jul 12, 2024
2 parents d46b24f + cc423ce commit a6dfcba
Show file tree
Hide file tree
Showing 701 changed files with 7,928 additions and 2,215 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated 86 files
+6 −8 buf.gen.yaml
+0 −8 buf.lock
+0 −4 buf.work.yaml
+6 −4 buf.yaml
+15 −12 build/applogger/v1/applogger.pb.go
+137 −137 build/centrifugo/api/v1/api.pb.go
+71 −37 build/centrifugo/api/v1/api_grpc.pb.go
+34 −34 build/centrifugo/proxy/v1/proxy.pb.go
+25 −16 build/centrifugo/proxy/v1/proxy_grpc.pb.go
+14 −14 build/common/v1/grpc_status.pb.go
+118 −0 build/google/api/annotations.pb.go
+781 −0 build/google/api/http.pb.go
+506 −0 build/google/protobuf/any.pb.go
+5,660 −0 build/google/protobuf/descriptor.pb.go
+384 −0 build/google/protobuf/duration.pb.go
+176 −0 build/google/protobuf/empty.pb.go
+820 −0 build/google/protobuf/struct.pb.go
+393 −0 build/google/protobuf/timestamp.pb.go
+770 −0 build/google/protobuf/wrappers.pb.go
+16 −13 build/http/v1/http.pb.go
+22 −19 build/jobs/v1/jobs.pb.go
+15 −12 build/kv/v1/kv.pb.go
+17 −13 build/lock/v1beta1/lock.pb.go
+19 −15 build/service/v1/service.pb.go
+14 −14 build/status/v1/status.pb.go
+16 −12 build/status/v1beta1/status.pb.go
+8 −8 build/temporal/api/batch/v1/message.pb.go
+882 −583 build/temporal/api/command/v1/message.pb.go
+129 −105 build/temporal/api/common/v1/message.pb.go
+2 −2 build/temporal/api/enums/v1/batch_operation.pb.go
+25 −13 build/temporal/api/enums/v1/command_type.pb.go
+177 −19 build/temporal/api/enums/v1/common.pb.go
+66 −20 build/temporal/api/enums/v1/event_type.pb.go
+195 −92 build/temporal/api/enums/v1/failed_cause.pb.go
+2 −2 build/temporal/api/enums/v1/namespace.pb.go
+2 −2 build/temporal/api/enums/v1/query.pb.go
+2 −2 build/temporal/api/enums/v1/reset.pb.go
+2 −2 build/temporal/api/enums/v1/schedule.pb.go
+159 −17 build/temporal/api/enums/v1/task_queue.pb.go
+42 −42 build/temporal/api/enums/v1/update.pb.go
+231 −153 build/temporal/api/enums/v1/workflow.pb.go
+333 −152 build/temporal/api/errordetails/v1/message.pb.go
+4 −4 build/temporal/api/export/v1/message.pb.go
+300 −113 build/temporal/api/failure/v1/message.pb.go
+6 −6 build/temporal/api/filter/v1/message.pb.go
+3,432 −2,443 build/temporal/api/history/v1/message.pb.go
+9 −9 build/temporal/api/namespace/v1/message.pb.go
+634 −217 build/temporal/api/nexus/v1/message.pb.go
+479 −286 build/temporal/api/operatorservice/v1/request_response.pb.go
+149 −131 build/temporal/api/operatorservice/v1/service.pb.go
+164 −107 build/temporal/api/operatorservice/v1/service_grpc.pb.go
+4 −4 build/temporal/api/protocol/v1/message.pb.go
+5 −5 build/temporal/api/query/v1/message.pb.go
+5 −5 build/temporal/api/replication/v1/message.pb.go
+203 −189 build/temporal/api/schedule/v1/message.pb.go
+558 −0 build/temporal/api/sdk/v1/enhanced_stack_trace.pb.go
+3 −3 build/temporal/api/sdk/v1/task_complete_metadata.pb.go
+202 −0 build/temporal/api/sdk/v1/user_metadata.pb.go
+63 −64 build/temporal/api/sdk/v1/workflow_metadata.pb.go
+1,010 −153 build/temporal/api/taskqueue/v1/message.pb.go
+12 −12 build/temporal/api/update/v1/message.pb.go
+5 −5 build/temporal/api/version/v1/message.pb.go
+988 −423 build/temporal/api/workflow/v1/message.pb.go
+4,871 −3,094 build/temporal/api/workflowservice/v1/request_response.pb.go
+955 −919 build/temporal/api/workflowservice/v1/service.pb.go
+351 −65 build/temporal/api/workflowservice/v1/service_grpc.pb.go
+18 −15 build/temporal/v1/temporal.pb.go
+16 −13 build/websockets/v1/websockets.pb.go
+12 −10 go.mod
+16 −18 go.sum
+31 −0 plugins/v4/jobs/driver.go
+91 −0 plugins/v4/jobs/job.go
+34 −0 plugins/v4/jobs/state.go
+11 −0 plugins/v4/priority_queue/priority_queue.go
+1 −1 proto/applogger/v1/applogger.proto
+1 −1 proto/common/v1/grpc_status.proto
+1 −1 proto/http/v1/http.proto
+1 −1 proto/jobs/v1/jobs.proto
+1 −1 proto/kv/v1/kv.proto
+1 −1 proto/lock/v1beta1/lock.proto
+1 −1 proto/service/v1/service.proto
+1 −1 proto/status/v1/status.proto
+1 −1 proto/status/v1beta1/status.proto
+1 −1 proto/temporal/v1/temporal.proto
+1 −1 proto/websockets/v1/websockets.proto
+1 −1 third_party/api
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"require": {
"php": "^8.1",
"google/protobuf": "^v3.22"
"google/protobuf": "^3.22 || ^4.0"
},
"suggest": {
"google/common-protos": "Required for Temporal API"
Expand Down
5 changes: 2 additions & 3 deletions generated/GPBMetadata/Dependencies/Gogoproto/Gogo.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 2 additions & 29 deletions generated/GPBMetadata/Temporal/Api/Batch/V1/Message.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified generated/GPBMetadata/Temporal/Api/Command/V1/Message.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Common/V1/Message.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/BatchOperation.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/CommandType.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Common.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/EventType.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/FailedCause.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/PBNamespace.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Query.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Reset.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Schedule.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/TaskQueue.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Update.php
Binary file not shown.
Binary file modified generated/GPBMetadata/Temporal/Api/Enums/V1/Workflow.php
Binary file not shown.
44 changes: 3 additions & 41 deletions generated/GPBMetadata/Temporal/Api/Errordetails/V1/Message.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions generated/GPBMetadata/Temporal/Api/Export/V1/Message.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified generated/GPBMetadata/Temporal/Api/Failure/V1/Message.php
Binary file not shown.
16 changes: 2 additions & 14 deletions generated/GPBMetadata/Temporal/Api/Filter/V1/Message.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a6dfcba

Please sign in to comment.