@visa-check-r/integrations 0.0.87 → 0.0.88

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
@@ -145,6 +145,7 @@ interface Notification {
145
145
  message: string;
146
146
  isRead: BooleanLiteral;
147
147
  createdAt: string;
148
+ shortname: string;
148
149
  }
149
150
  interface Notification {
150
151
  title: string;
package/dist/index.d.ts CHANGED
@@ -145,6 +145,7 @@ interface Notification {
145
145
  message: string;
146
146
  isRead: BooleanLiteral;
147
147
  createdAt: string;
148
+ shortname: string;
148
149
  }
149
150
  interface Notification {
150
151
  title: string;
package/dist/index.esm.js CHANGED
@@ -254,7 +254,8 @@ var notificationQuery = [
254
254
  "title",
255
255
  "message",
256
256
  "isRead",
257
- "createdAt"
257
+ "createdAt",
258
+ "shortname"
258
259
  ];
259
260
  var partnerMatricesQuery = [
260
261
  "approvedApplications",