@ember-home/unbound-ts-client 0.0.76 → 0.0.77

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/dist/index.d.mts CHANGED
@@ -1115,18 +1115,6 @@ interface APIMessage {
1115
1115
  * @memberof APIMessage
1116
1116
  */
1117
1117
  'direction': MessageDirection;
1118
- /**
1119
- *
1120
- * @type {string}
1121
- * @memberof APIMessage
1122
- */
1123
- 'createdAt': string;
1124
- /**
1125
- *
1126
- * @type {string}
1127
- * @memberof APIMessage
1128
- */
1129
- 'updatedAt': string;
1130
1118
  /**
1131
1119
  *
1132
1120
  * @type {MessageStatus}
package/dist/index.d.ts CHANGED
@@ -1115,18 +1115,6 @@ interface APIMessage {
1115
1115
  * @memberof APIMessage
1116
1116
  */
1117
1117
  'direction': MessageDirection;
1118
- /**
1119
- *
1120
- * @type {string}
1121
- * @memberof APIMessage
1122
- */
1123
- 'createdAt': string;
1124
- /**
1125
- *
1126
- * @type {string}
1127
- * @memberof APIMessage
1128
- */
1129
- 'updatedAt': string;
1130
1118
  /**
1131
1119
  *
1132
1120
  * @type {MessageStatus}