@bondsports/types 2.4.67 → 2.4.68

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.
@@ -1,4 +1,3 @@
1
- import type React from 'react';
2
1
  export declare enum PdfOrientationEnum {
3
2
  PORTRAIT = "portrait",
4
3
  LANDSCAPE = "landscape"
@@ -6,12 +5,3 @@ export declare enum PdfOrientationEnum {
6
5
  export interface IPdfGenerateOptions {
7
6
  orientation?: PdfOrientationEnum;
8
7
  }
9
- /**
10
- * A self-describing PDF render request. Pairs a React template with the data
11
- * it renders and any render-time options, so the data type is bound to the component's props.
12
- */
13
- export interface IRenderPdfRequest<T = unknown> {
14
- component: React.FunctionComponent<T>;
15
- data: T;
16
- options?: IPdfGenerateOptions;
17
- }
@@ -1 +1 @@
1
- {"version":3,"file":"pdf.types.js","sourceRoot":"","sources":["../../../../src/types/templates/types/pdf.types.ts"],"names":[],"mappings":";;;AAEA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,2CAAqB,CAAA;IACrB,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
1
+ {"version":3,"file":"pdf.types.js","sourceRoot":"","sources":["../../../../src/types/templates/types/pdf.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,2CAAqB,CAAA;IACrB,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.67",
3
+ "version": "2.4.68",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -40,7 +40,6 @@
40
40
  "stripe": "9.1.0",
41
41
  "typeorm": "^0.2.32",
42
42
  "zod": "^3.25.49",
43
- "@types/react": "^18.2.0",
44
43
  "@types/lodash": "^4.17.24"
45
44
  },
46
45
  "devDependencies": {