@graph8/sdk 0.244.0 → 0.245.0
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/react.d.mts +1 -0
- package/dist/react.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -19231,6 +19231,7 @@ interface QuoteUpdateRequest {
|
|
|
19231
19231
|
interface RadarAlerts {
|
|
19232
19232
|
case_files?: boolean;
|
|
19233
19233
|
content_velocity?: boolean;
|
|
19234
|
+
hiring_spike?: boolean;
|
|
19234
19235
|
keyword_overtake?: boolean;
|
|
19235
19236
|
new_ads?: boolean;
|
|
19236
19237
|
pricing_change?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -19231,6 +19231,7 @@ interface QuoteUpdateRequest {
|
|
|
19231
19231
|
interface RadarAlerts {
|
|
19232
19232
|
case_files?: boolean;
|
|
19233
19233
|
content_velocity?: boolean;
|
|
19234
|
+
hiring_spike?: boolean;
|
|
19234
19235
|
keyword_overtake?: boolean;
|
|
19235
19236
|
new_ads?: boolean;
|
|
19236
19237
|
pricing_change?: boolean;
|
package/dist/react.d.mts
CHANGED
|
@@ -18905,6 +18905,7 @@ interface QuoteUpdateRequest {
|
|
|
18905
18905
|
interface RadarAlerts {
|
|
18906
18906
|
case_files?: boolean;
|
|
18907
18907
|
content_velocity?: boolean;
|
|
18908
|
+
hiring_spike?: boolean;
|
|
18908
18909
|
keyword_overtake?: boolean;
|
|
18909
18910
|
new_ads?: boolean;
|
|
18910
18911
|
pricing_change?: boolean;
|
package/dist/react.d.ts
CHANGED
|
@@ -18905,6 +18905,7 @@ interface QuoteUpdateRequest {
|
|
|
18905
18905
|
interface RadarAlerts {
|
|
18906
18906
|
case_files?: boolean;
|
|
18907
18907
|
content_velocity?: boolean;
|
|
18908
|
+
hiring_spike?: boolean;
|
|
18908
18909
|
keyword_overtake?: boolean;
|
|
18909
18910
|
new_ads?: boolean;
|
|
18910
18911
|
pricing_change?: boolean;
|
package/package.json
CHANGED