crewtimer-common 1.0.17 → 1.0.18

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.
@@ -137,6 +137,10 @@ export interface AdminSummary extends ResultSummary {
137
137
  Owner: string;
138
138
  RaceType: string;
139
139
  Admins: string;
140
+ Payment?: {
141
+ invoiceId: string;
142
+ updateTime: string;
143
+ };
140
144
  }
141
145
  export interface DBSettings {
142
146
  config: RegattaConfig;
@@ -137,6 +137,10 @@ export interface AdminSummary extends ResultSummary {
137
137
  Owner: string;
138
138
  RaceType: string;
139
139
  Admins: string;
140
+ Payment?: {
141
+ invoiceId: string;
142
+ updateTime: string;
143
+ };
140
144
  }
141
145
  export interface DBSettings {
142
146
  config: RegattaConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewtimer-common",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Common types and utilities for CrewTimer",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",