@beatgig/backend-types
Advanced tools
Comparing version 1.0.1630779223-1630779561 to 1.0.1630863994-1631040365
@@ -19,3 +19,3 @@ /* istanbul ignore file */ | ||
BASE: '', | ||
VERSION: '1.0.1630779223', | ||
VERSION: '1.0.1630863994', | ||
WITH_CREDENTIALS: false, | ||
@@ -28,5 +28,5 @@ TOKEN: undefined, | ||
OpenAPI.BASE = 'http://192.168.1.137:8000' | ||
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'http://192.168.1.137:8000' } | ||
OpenAPI.BASE = 'https://prod.live.hackgig.com' | ||
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'https://prod.sandbox.hackgig.com' } | ||
@@ -36,2 +36,3 @@ /* istanbul ignore file */ | ||
budget?: PriceRangeOptional; | ||
logo?: ImageSmall; | ||
id?: string; | ||
@@ -38,0 +39,0 @@ location: Location; |
@@ -35,2 +35,3 @@ /* istanbul ignore file */ | ||
budget?: PriceRangeOptional; | ||
logo?: ImageSmall; | ||
id: string; | ||
@@ -37,0 +38,0 @@ slug: string; |
@@ -36,2 +36,3 @@ /* istanbul ignore file */ | ||
budget?: PriceRangeOptional; | ||
logo?: ImageSmall; | ||
id: string; | ||
@@ -38,0 +39,0 @@ slug: string; |
@@ -34,2 +34,3 @@ /* istanbul ignore file */ | ||
budget?: PriceRangeOptional; | ||
logo?: ImageSmall; | ||
} |
@@ -1,1 +0,1 @@ | ||
{"name": "@beatgig/backend-types", "version": "1.0.1630779223-1630779561", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false} | ||
{"name": "@beatgig/backend-types", "version": "1.0.1630863994-1631040365", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288194
9526