@voyantjs/sellability 0.3.1 → 0.4.1

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/routes.d.ts CHANGED
@@ -124,8 +124,8 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
124
124
  channelId: string | null;
125
125
  marketId: string | null;
126
126
  fxRateSetId: string | null;
127
- offerId: string | null;
128
127
  expiresAt: string | null;
128
+ offerId: string | null;
129
129
  requestedCurrencyCode: string | null;
130
130
  sourceCurrencyCode: string | null;
131
131
  queryPayload: {
@@ -349,8 +349,8 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
349
349
  channelId: string | null;
350
350
  marketId: string | null;
351
351
  fxRateSetId: string | null;
352
- offerId: string | null;
353
352
  expiresAt: string | null;
353
+ offerId: string | null;
354
354
  requestedCurrencyCode: string | null;
355
355
  sourceCurrencyCode: string | null;
356
356
  queryPayload: {
@@ -374,9 +374,9 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
374
374
  marketId: string | null;
375
375
  baseCurrency: string | null;
376
376
  fxRateSetId: string | null;
377
+ organizationId: string | null;
377
378
  offerNumber: string;
378
379
  personId: string | null;
379
- organizationId: string | null;
380
380
  opportunityId: string | null;
381
381
  quoteId: string | null;
382
382
  sourceChannelId: string | null;
@@ -1111,8 +1111,8 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
1111
1111
  metadata: {
1112
1112
  [x: string]: import("hono/utils/types").JSONValue;
1113
1113
  } | null;
1114
- offerId: string;
1115
1114
  expiresAt: string;
1115
+ offerId: string;
1116
1116
  snapshotId: string | null;
1117
1117
  expiredAt: string | null;
1118
1118
  } | null;
package/dist/service.d.ts CHANGED
@@ -141,8 +141,8 @@ export declare const sellabilityService: {
141
141
  channelId: string | null;
142
142
  marketId: string | null;
143
143
  fxRateSetId: string | null;
144
- offerId: string | null;
145
144
  expiresAt: Date | null;
145
+ offerId: string | null;
146
146
  requestedCurrencyCode: string | null;
147
147
  sourceCurrencyCode: string | null;
148
148
  queryPayload: Record<string, unknown>;
@@ -162,9 +162,9 @@ export declare const sellabilityService: {
162
162
  marketId: string | null;
163
163
  baseCurrency: string | null;
164
164
  fxRateSetId: string | null;
165
+ organizationId: string | null;
165
166
  offerNumber: string;
166
167
  personId: string | null;
167
- organizationId: string | null;
168
168
  opportunityId: string | null;
169
169
  quoteId: string | null;
170
170
  sourceChannelId: string | null;
@@ -243,8 +243,8 @@ export declare const sellabilityService: {
243
243
  channelId: string | null;
244
244
  marketId: string | null;
245
245
  fxRateSetId: string | null;
246
- offerId: string | null;
247
246
  expiresAt: Date | null;
247
+ offerId: string | null;
248
248
  requestedCurrencyCode: string | null;
249
249
  sourceCurrencyCode: string | null;
250
250
  queryPayload: Record<string, unknown>;
@@ -614,8 +614,8 @@ export declare const sellabilityService: {
614
614
  status: "cancelled" | "scheduled" | "expired" | "superseded";
615
615
  reason: string | null;
616
616
  metadata: Record<string, unknown> | null;
617
- offerId: string;
618
617
  expiresAt: Date;
618
+ offerId: string;
619
619
  snapshotId: string | null;
620
620
  expiredAt: Date | null;
621
621
  } | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/sellability",
3
- "version": "0.3.1",
3
+ "version": "0.4.1",
4
4
  "license": "FSL-1.1-Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,15 +25,15 @@
25
25
  "drizzle-orm": "^0.45.2",
26
26
  "hono": "^4.12.10",
27
27
  "zod": "^4.3.6",
28
- "@voyantjs/availability": "0.3.1",
29
- "@voyantjs/core": "0.3.1",
30
- "@voyantjs/db": "0.3.1",
31
- "@voyantjs/distribution": "0.3.1",
32
- "@voyantjs/hono": "0.3.1",
33
- "@voyantjs/markets": "0.3.1",
34
- "@voyantjs/pricing": "0.3.1",
35
- "@voyantjs/products": "0.3.1",
36
- "@voyantjs/transactions": "0.3.1"
28
+ "@voyantjs/availability": "0.4.1",
29
+ "@voyantjs/core": "0.4.1",
30
+ "@voyantjs/db": "0.4.1",
31
+ "@voyantjs/distribution": "0.4.1",
32
+ "@voyantjs/hono": "0.4.1",
33
+ "@voyantjs/markets": "0.4.1",
34
+ "@voyantjs/pricing": "0.4.1",
35
+ "@voyantjs/products": "0.4.1",
36
+ "@voyantjs/transactions": "0.4.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "^6.0.2",