@wundergraph/cosmo-connect 0.81.0 → 0.81.1

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.
@@ -3762,10 +3762,6 @@ export declare class RouterToken extends Message<RouterToken> {
3762
3762
  * @generated from field: string createdAt = 3;
3763
3763
  */
3764
3764
  createdAt: string;
3765
- /**
3766
- * @generated from field: string lastUsedAt = 4;
3767
- */
3768
- lastUsedAt: string;
3769
3765
  /**
3770
3766
  * @generated from field: string creatorEmail = 5;
3771
3767
  */
@@ -5742,10 +5742,6 @@ export class RouterToken extends Message {
5742
5742
  * @generated from field: string createdAt = 3;
5743
5743
  */
5744
5744
  createdAt = "";
5745
- /**
5746
- * @generated from field: string lastUsedAt = 4;
5747
- */
5748
- lastUsedAt = "";
5749
5745
  /**
5750
5746
  * @generated from field: string creatorEmail = 5;
5751
5747
  */
@@ -5760,7 +5756,6 @@ export class RouterToken extends Message {
5760
5756
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5761
5757
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5762
5758
  { no: 3, name: "createdAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5763
- { no: 4, name: "lastUsedAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5764
5759
  { no: 5, name: "creatorEmail", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5765
5760
  ]);
5766
5761
  static fromBinary(bytes, options) {