@swishapp/react 0.137.0 → 0.137.1-unstable.20260615141730
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 +2 -1
- package/dist/index.d.mts.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ApiError, ApiResponse, EditItemListsSuccessResponse, EditItemVariantSuccessResponse, EventName, Intent, IntentResponse, IntentToData, Item, ItemMatch, PageInfo, PaginatedApiResponse, SaveItemSuccessResponse, SwishApp, SwishOptionsInput, UnsaveItemSuccessResponse } from "@swishapp/sdk";
|
|
2
2
|
import * as react0 from "react";
|
|
3
3
|
import { ReactNode } from "react";
|
|
4
|
+
import * as _swishapp_api_client_unstable0 from "@swishapp/api-client/unstable";
|
|
4
5
|
import * as _swishapp_api_client0 from "@swishapp/api-client";
|
|
5
6
|
export * from "@swishapp/sdk";
|
|
6
7
|
|
|
@@ -57,7 +58,7 @@ declare const useSwishIntent: <I extends Intent = Intent>(intent: I, ...args: In
|
|
|
57
58
|
//#region src/hooks/use-swish-lists.d.ts
|
|
58
59
|
declare const useSwishLists: () => {
|
|
59
60
|
loading: boolean;
|
|
60
|
-
lists:
|
|
61
|
+
lists: _swishapp_api_client_unstable0.ListDetail[] | null;
|
|
61
62
|
error: _swishapp_api_client0.ApiError | null;
|
|
62
63
|
reset: () => void;
|
|
63
64
|
};
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/types.ts","../src/context.tsx","../src/hooks/use-swish.ts","../src/hooks/use-swish-query.ts","../src/hooks/use-swish-intent.ts","../src/hooks/use-swish-lists.ts","../src/hooks/use-swish-items.ts","../src/hooks/use-swish-item.ts","../src/hooks/use-swish-item-count.ts"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/types.ts","../src/context.tsx","../src/hooks/use-swish.ts","../src/hooks/use-swish-query.ts","../src/hooks/use-swish-intent.ts","../src/hooks/use-swish-lists.ts","../src/hooks/use-swish-items.ts","../src/hooks/use-swish-item.ts","../src/hooks/use-swish-item-count.ts"],"sourcesContent":[],"mappings":";;;;;;;;UAEiB,iBAAA;SACR;;SAEA;;;;UCKQ,kBAAA;YACL;WACD;;;ADVX;iBCagB,aAAA;;;;;;GAGb,qBAAkB,MAAA,CAAA,GAAA,CAAA;;;iBCdL,QAAA,CAAA,GAAY;;;KCOhB,yCACH,6BACK,eACT,QAAQ;KAeR,YAAY;;;cAEJ,kCACO,mBAAmB,8CAG9B,QAAQ,WAAW,oBHjC5B;cGmCgB;;sBAEQ;AHrCxB,CAAA,EAAA,GAAiB;;;;ECQA,OAAA,EAAA,OAAA;EAKD,KAAA,EAAA,GAAA,GAAA,IAAa;EAC3B,OAAA,EAAA,GAAA,GAAA,IAAA;EACW,UAAA,EAAA,OAAA;CACV;;;cGdU,2BAA4B,SAAS,gBACxC,YACC,aAAa,sCAAsC,aAAa;gBAUpC,QAAQ,eAAe;;;;;cCbjD;;SAyBZ,8BAAA,CAAA,UAAA;SAAA,qBAAA,CAAA,QAAA;;;;;UCxBgB,oBAAA;;;;cAKJ;;;IAGV;;;;ENVc,KAAA,mCAGH,IAAA;;;;ACKd,CAAA;;;UMKU,iBAAA;;;;;;;;APbV;;UOuBU;kBACQ;ENhBD,QAAA,CAAA,EAAA,CAAA,IAAA,EMiBG,yBNfT,CAAA,MAAA,CAAA,EAAA,GAAA,IAAA;EAGK,aAAA,CAAA,EAAa,CAAA,IAAA,EMaJ,4BNbI,CAAA,MAAA,CAAA,EAAA,GAAA,IAAA;EAC3B,eAAA,CAAA,EAAA,CAAA,IAAA,EMayB,8BNbzB,CAAA,MAAA,CAAA,EAAA,GAAA,IAAA;;AAEC,cM6BU,YN7BV,EAAA,CAAA;EAAA,SAAA;EAAA,SAAA;EAAA,MAAA;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,aAAA;EAAA;AAAA,CAAA,EMsCA,iBNtCA,EAAA,GAAA;EAAkB,KAAA,EAAA,OAAA;EAAA,OAAA,EAAA,OAAA;;;SMsCD,qBAAA,CAAA,QAAA;ELpDJ,WAAQ,EAAA,MAAA,GAAI,IAAA;;;;ECOhB,WAAO,EAAA,GAAA,UAAA,CAAA,IAAA,CAAA;EACV,aAAA,EAAA,GAAA,UAAA,CAAA,IAAA,CAAA;EACK,MAAA,EAAA,GAAA,UAAA,CAAA,IAAA,CAAA;CACD;;;cKXA;;;SAYZ,qBAAA,CAAA,QAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swishapp/react",
|
|
3
|
-
"version": "0.137.
|
|
3
|
+
"version": "0.137.1-unstable.20260615141730",
|
|
4
4
|
"description": "React bindings for Swish SDK",
|
|
5
5
|
"author": "Swish",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@swishapp/sdk": "0.137.
|
|
13
|
+
"@swishapp/sdk": "0.137.1-unstable.20260615141730"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"react": ">=16.8.0 || >=17.0.0 || >=18.0.0",
|