@rebuy/rebuy 2.26.0-rc.3 → 2.26.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/index.d.ts +4 -5
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +1 -1259
- package/dist/server/index.js.map +4 -4
- package/dist/server/index.mjs +1 -1259
- package/dist/server/index.mjs.map +4 -4
- package/package.json +1 -1
- package/dist/server/widgetSettings.d.ts +0 -7
- package/dist/server/widgetSettings.d.ts.map +0 -1
package/dist/server/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* `@rebuy/rebuy/server` — server-only foundations for the CAB proxy (rebuy-api).
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
2
|
+
* `@rebuy/rebuy/server` — server-only foundations for the CAB proxy (rebuy-api). Phase 2 exposes the
|
|
3
|
+
* shared rail: the error taxonomy (`UpstreamError`/`NotFoundError`) and the injection contract
|
|
4
|
+
* (`UpstreamFetch`/`ServerContext`) plus the input types. The widget-conversion / section-composition
|
|
5
|
+
* orchestrators are added to this barrel in their later phases.
|
|
6
6
|
*/
|
|
7
|
-
export { convertWidgetSettings } from '../server/widgetSettings';
|
|
8
7
|
export { NotFoundError, REBUY_ENGINE_HOST, UpstreamError, type AnalyticsEventInput, type AnalyticsInput, type CartInput, type CartLineInput, type DataSourceInput, type GiftInput, type GiftValidationInput, type MonetizeInput, type ServerContext, type UpstreamFetch, type UserConfigInput, type WidgetSettingsInput, } from '../server/shared';
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACH,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,KAAK,mBAAmB,EACxB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,mBAAmB,EACxB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,mBAAmB,GAC3B,MAAM,iBAAiB,CAAC"}
|