@dashevo/dapi-grpc 4.2.0-dev.10 → 4.2.0-dev.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build.rs CHANGED
@@ -86,10 +86,12 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
86
86
  // Derive features for versioned messages
87
87
  //
88
88
  // "GetConsensusParamsRequest" is excluded as this message does not support proofs
89
- const VERSIONED_REQUESTS: [&str; 56] = [
89
+ const VERSIONED_REQUESTS: [&str; 58] = [
90
90
  "GetDataContractHistoryRequest",
91
+ "GetDataContractsLatestVersionsRequest",
91
92
  "GetDataContractRequest",
92
93
  "GetDataContractsRequest",
94
+ "GetDataContractsByRangeRequest",
93
95
  "GetDocumentHistoryRequest",
94
96
  "GetDocumentsRequest",
95
97
  "GetIdentitiesByPublicKeyHashesRequest",
@@ -157,8 +159,9 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
157
159
  // - "GetIdentityByNonUniquePublicKeyHashResponse"
158
160
  //
159
161
  // "GetEvonodesProposedEpochBlocksResponse" is used for 2 Requests
160
- const VERSIONED_RESPONSES: [&str; 54] = [
162
+ const VERSIONED_RESPONSES: [&str; 55] = [
161
163
  "GetDataContractHistoryResponse",
164
+ "GetDataContractsLatestVersionsResponse",
162
165
  "GetDataContractResponse",
163
166
  "GetDataContractsResponse",
164
167
  "GetDocumentHistoryResponse",