@mulmoclaude/accounting-plugin 3.0.1 → 4.0.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/server/router.d.ts +1 -0
- package/dist/server/router.d.ts.map +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js.map +1 -1
- package/dist/vue/Preview.vue.d.ts +2 -2
- package/dist/vue/Preview.vue.d.ts.map +1 -1
- package/dist/vue/previewSummary.d.ts +15 -4
- package/dist/vue/previewSummary.d.ts.map +1 -1
- package/dist/vue.cjs +18 -13
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js +18 -13
- package/dist/vue.js.map +1 -1
- package/package.json +6 -6
package/dist/server/router.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export interface AccountingActionBody {
|
|
|
3
3
|
action: string;
|
|
4
4
|
[key: string]: unknown;
|
|
5
5
|
}
|
|
6
|
+
export declare const PREVIEW_ACTIONS: Set<string>;
|
|
6
7
|
/** The request shape the dispatch route hands a host resolver — the
|
|
7
8
|
* same one the route itself is typed with, so a host can read headers,
|
|
8
9
|
* query and the parsed body without casting. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../src/server/router.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAY,MAAM,SAAS,CAAC;AA6BpD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../src/server/router.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAY,MAAM,SAAS,CAAC;AA6BpD,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AA0ND,eAAO,MAAM,eAAe,aAQ1B,CAAC;AAuJH;;iDAEiD;AACjD,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,MAAM,EAAE,OAAO,EAAE,oBAAoB,CAAC,CAAC;AAEvF,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;gFAW4E;IAC5E,oBAAoB,CAAC,EAAE,CAAC,GAAG,EAAE,yBAAyB,KAAK,MAAM,GAAG,SAAS,CAAC;CAC/E;AAED;;;;mEAImE;AACnE,wBAAgB,sBAAsB,CAAC,OAAO,GAAE,uBAA4B,GAAG,MAAM,CA4CpF"}
|