Skip to content

Commit

Permalink
Fix v2 diagram links (#45)
Browse files Browse the repository at this point in the history
* fix v2 diagram links

* add an extra line between the diagram link and image
  • Loading branch information
havan authored Sep 24, 2024
1 parent ca03e72 commit 2808e84
Show file tree
Hide file tree
Showing 118 changed files with 195 additions and 78 deletions.
1 change: 1 addition & 0 deletions proto/cmp/services/accommodation/v1/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ message AccommodationProductInfoResponse {
// Accommodation product info service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/info.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/info.proto.dot.svg)
service AccommodationProductInfoService {
// Returns product list for accommodation (properties)
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/accommodation/v1/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message AccommodationProductListResponse {
// Accommodation product list service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/list.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/list.proto.dot.svg)
service AccommodationProductListService {
// Returns product list for accommodation (properties)
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/accommodation/v1/property_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import "google/protobuf/timestamp.proto";
// Represents property info for an accommodation product
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/property_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/property_types.proto.dot.svg)
message Property {
// Ex: "2023-08-28T12:03:50", specifying when the static data of a product was
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/accommodation/v1/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ message AccommodationSearchResponse {
// Service definition for Accommodation search
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search.proto.dot.svg)
service AccommodationSearchService {
// Accommodation Search method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "cmp/types/v1/rate.proto";
// codes etc.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_parameters_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_parameters_types.proto.dot.svg)
message AccommodationSearchParameters {
// Geo Location for search, set only one of the fields at once.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "cmp/types/v1/rate.proto";
// `AccommodationSearchResponse` message.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_result_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_result_types.proto.dot.svg)
message AccommodationSearchResult {
// ID for the search result. This is an increasing number starting at 0 and
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/accommodation/v1/unit_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import "cmp/types/v1/travel_period.proto";
// homes. Ex: 1 house for 4 persons and another house for 6 persons.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/unit_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/unit_types.proto.dot.svg)
message Unit {
// Unit Type. Used to distinguish between hotel rooms and holiday homes.
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ message AccommodationProductInfoResponse {

// Accommodation product info service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/info.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/info.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/info.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/info.proto.dot.svg)
service AccommodationProductInfoService {
// Returns product list for accommodation (properties)
rpc AccommodationProductInfo(AccommodationProductInfoRequest) returns (AccommodationProductInfoResponse);
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ message AccommodationProductListResponse {

// Accommodation product list service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/list.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/list.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/list.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/list.proto.dot.svg)
service AccommodationProductListService {
// Returns product list for accommodation (properties)
rpc AccommodationProductList(AccommodationProductListRequest) returns (AccommodationProductListResponse);
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/property_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import "google/protobuf/timestamp.proto";

// Represents property info for an accommodation product
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/property_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/property_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/property_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/property_types.proto.dot.svg)
message Property {
// Ex: "2023-08-28T12:03:50", specifying when the static data of a product was
// last updated
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ message AccommodationSearchResponse {

// Service definition for Accommodation search
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search.proto.dot.svg)
service AccommodationSearchService {
// Accommodation Search method
rpc AccommodationSearch(AccommodationSearchRequest) returns (AccommodationSearchResponse);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import "cmp/types/v2/product_code.proto";
// This type is used in search requests for parameters like location, meal plan
// codes etc.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_parameters_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_parameters_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search_parameters_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search_parameters_types.proto.dot.svg)
message AccommodationSearchParameters {
// Geo Location for search, set only one of the fields at once.
//
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/search_result_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import "cmp/types/v2/price.proto";
// This type represents a search result and is used in the
// `AccommodationSearchResponse` message.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_result_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/search_result_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search_result_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/search_result_types.proto.dot.svg)
message AccommodationSearchResult {
// ID for the search result. This is an increasing number starting at 0 and
// increasing by 1 for every search result.
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/accommodation/v2/unit_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import "cmp/types/v2/service_fact.proto";
// A unit can also be a different property in a multi-property request for holiday
// homes. Ex: 1 house for 4 persons and another house for 6 persons.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/unit_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v1/unit_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/unit_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/accommodation/v2/unit_types.proto.dot.svg)
message Unit {
// Unit Type. Used to distinguish between hotel rooms and holiday homes.
// Ex: `UnitType.UNIT_TYPE_ROOM`
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/activity/v1/activity_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import "google/protobuf/timestamp.proto";
// This represents Activity types which is needed for different activity services (search, info, ... etc)
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/activity_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/activity_types.proto.dot.svg)
message Activity {
// Context for Inventory system concepts that need to be included in an info
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/activity/v1/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ message ActivityProductInfoResponse {
// Activity product info service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/info.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/info.proto.dot.svg)
service ActivityProductInfoService {
// Returns product list for activity
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/activity/v1/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message ActivityProductListResponse {
// This service is used to get a product list for activities.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/list.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/list.proto.dot.svg)
service ActivityProductListService {
// Gets an optional `modified_after` date and returns a product list.
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/activity/v1/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ message ActivitySearchResponse {
// Takes `ActivitySearchRequest` message type and returns `ActivitySearchResponse` message type.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search.proto.dot.svg)
service ActivitySearchService {
rpc ActivitySearch(ActivitySearchRequest) returns (ActivitySearchResponse);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import "cmp/types/v1/product_code.proto";
// These are Activity specific search parameters
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_parameters_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_parameters_types.proto.dot.svg)
message ActivitySearchParameters {
// Specify the language(s) a potential guide should speak for example a tour in
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/activity/v1/search_result_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "cmp/types/v1/price_type.proto";
// message.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_result_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_result_types.proto.dot.svg)
message ActivitySearchResult {
// Option ID for the search option. This is an increasing number starting at 0 and
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/activity_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import "google/protobuf/timestamp.proto";

// Activity
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/activity_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/activity_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/activity_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/activity_types.proto.dot.svg)
message Activity {
// Context for Inventory system concepts that need to be included in an info
// response, like an OwnerCode, PTC_OfferParameters, Tax codes, Disclosure RefID,
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ message ActivityProductInfoResponse {

// Activity product info service definition
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/info.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/info.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/info.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/info.proto.dot.svg)
service ActivityProductInfoService {
// Returns product list for activity
rpc ActivityProductInfo(ActivityProductInfoRequest) returns (ActivityProductInfoResponse);
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ message ActivityProductListResponse {

// This service is used to get a product list for activities.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/list.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/list.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/list.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/list.proto.dot.svg)
service ActivityProductListService {
// Gets an optional `modified_after` date and returns a product list.
rpc ActivityProductList(ActivityProductListRequest) returns (ActivityProductListResponse);
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ message ActivitySearchResponse {
//
// Takes `ActivitySearchRequest` message type and returns `ActivitySearchResponse` message type.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search.proto.dot.svg)
service ActivitySearchService {
rpc ActivitySearch(ActivitySearchRequest) returns (ActivitySearchResponse);
}
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/search_parameters_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import "cmp/types/v2/product_code.proto";

// These are Activity specific search parameters
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_parameters_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_parameters_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search_parameters_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search_parameters_types.proto.dot.svg)
message ActivitySearchParameters {
// Specify the language(s) a potential guide should speak for example a tour in
// the Anne Frank house in Amsterdam in French or the tour at the pyramids in
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/activity/v2/search_result_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import "cmp/types/v2/price.proto";
// This type represents a search result and is used in the `ActivitySearchResponse`
// message.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_result_types.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v1/search_result_types.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search_result_types.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/activity/v2/search_result_types.proto.dot.svg)
message ActivitySearchResult {
// Option ID for the search option. This is an increasing number starting at 0 and
// increasing by 1 for every search result.
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/book/v1/mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ message MintResponse {
}

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/mint.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/mint.proto.dot.svg)
service MintService {
rpc Mint(MintRequest) returns (MintResponse);
Expand Down
1 change: 1 addition & 0 deletions proto/cmp/services/book/v1/validate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ message ValidationObject {
}

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/validate.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/validate.proto.dot.svg)
service ValidationService {
rpc Validation(ValidationRequest) returns (ValidationResponse);
Expand Down
5 changes: 3 additions & 2 deletions proto/cmp/services/book/v2/mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ message MintResponse {
string buy_transaction_id = 11;
}

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/mint.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/mint.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v2/mint.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v2/mint.proto.dot.svg)
service MintService {
rpc Mint(MintRequest) returns (MintResponse);
}
5 changes: 3 additions & 2 deletions proto/cmp/services/book/v2/validate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ message ValidationObject {
}
}

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/validate.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v1/validate.proto.dot.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v2/validate.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v2/validate.proto.dot.svg)
service ValidationService {
rpc Validation(ValidationRequest) returns (ValidationResponse);
}
1 change: 1 addition & 0 deletions proto/cmp/services/info/v1/entry_requirements.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import "cmp/types/v1/uuid.proto";
import "google/protobuf/timestamp.proto";

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/info/v1/entry_requirements.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/info/v1/entry_requirements.proto.dot.svg)
service CountryEntryRequirementsService {
rpc CountryEntryRequirements(CountryEntryRequirementsRequest) returns (CountryEntryRequirementsResponse);
Expand Down
Loading

0 comments on commit 2808e84

Please sign in to comment.