diff --git a/protocol-definitions/DynamicConfig.yaml b/protocol-definitions/DynamicConfig.yaml index 522ffc0b3..0e6ad2049 100644 --- a/protocol-definitions/DynamicConfig.yaml +++ b/protocol-definitions/DynamicConfig.yaml @@ -1127,6 +1127,36 @@ methods: since: 2.0 doc: | TODO DOC + - name: epochStart + type: long + nullable: false + since: 2.0 + doc: | + offset of timestamp component in milliseconds + - name: bitsTimestamp + type: int + nullable: false + since: 2.0 + doc: | + bit length of timestamp component + - name: bitsSequence + type: int + nullable: false + since: 2.0 + doc: | + bit length of sequence component + - name: bitsNodeId + type: int + nullable: false + since: 2.0 + doc: | + bit length of node id component + - name: allowedFutureMillis + type: long + nullable: false + since: 2.0 + doc: | + how far to the future is it allowed to go to generate IDs response: {} - id: 16 name: addPNCounterConfig