@webiz/vue-api-query
Advanced tools
Comparing version
@@ -275,3 +275,3 @@ type Method = | ||
static $get<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]> | ||
static $$get<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]> | ||
@@ -298,3 +298,3 @@ /** | ||
static $all<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]> | ||
static $$all<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]> | ||
} | ||
@@ -614,3 +614,3 @@ | ||
$first (): SWRQuery<this> | ||
$$first (): SWRQuery<this> | ||
@@ -633,3 +633,3 @@ /** | ||
$find (identifier: number | string): SWRQuery<this> | ||
$$find (identifier: number | string): SWRQuery<this> | ||
@@ -652,3 +652,3 @@ /** | ||
$get (): SWRQuery<this[]> | ||
$$get (): SWRQuery<this[]> | ||
@@ -675,3 +675,3 @@ /** | ||
$all (): SWRQuery<this[]> | ||
$$all (): SWRQuery<this[]> | ||
@@ -678,0 +678,0 @@ /** |
{ | ||
"name": "@webiz/vue-api-query", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "💎 Elegant and simple way to build requests for REST API", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
74001
0.01%