@fun-xyz/fiat-contract 0.11.0 → 0.11.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.
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.11.0";
2
+ var version = "0.11.1";
3
3
 
4
4
  // src/table.ts
5
5
  var TABLE_VERSION = version;
@@ -101,6 +101,7 @@ var TRANSITION_TABLE = {
101
101
  screens: [2],
102
102
  docStatus: "SPECIFIED",
103
103
  allowedTransitions: [
104
+ { id: "start", mode: "SUBMIT", endpoint: "POST /fiat/session" },
104
105
  { id: "verify", mode: "SUBMIT", endpoint: "POST /fiat/session/verify" }
105
106
  ],
106
107
  mayReturn: [
@@ -506,4 +507,4 @@ export {
506
507
  tableEntry,
507
508
  isTerminal
508
509
  };
509
- //# sourceMappingURL=chunk-GKKBF7QB.mjs.map
510
+ //# sourceMappingURL=chunk-TXI4KLBL.mjs.map
package/dist/index.js CHANGED
@@ -886,7 +886,7 @@ var $stepResponse = import_zod.z.union([$providerBoundStepResponse, $blockedStep
886
886
  var FiatStepResponseSchema = $stepResponse;
887
887
 
888
888
  // package.json
889
- var version = "0.11.0";
889
+ var version = "0.11.1";
890
890
 
891
891
  // src/table.ts
892
892
  var TABLE_VERSION = version;
@@ -988,6 +988,7 @@ var TRANSITION_TABLE = {
988
988
  screens: [2],
989
989
  docStatus: "SPECIFIED",
990
990
  allowedTransitions: [
991
+ { id: "start", mode: "SUBMIT", endpoint: "POST /fiat/session" },
991
992
  { id: "verify", mode: "SUBMIT", endpoint: "POST /fiat/session/verify" }
992
993
  ],
993
994
  mayReturn: [
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  tableEntry,
13
13
  unofferedEndpoints,
14
14
  unreachableStates
15
- } from "./chunk-GKKBF7QB.mjs";
15
+ } from "./chunk-TXI4KLBL.mjs";
16
16
 
17
17
  // src/codes.ts
18
18
  var COUNTRY_CURRENCY_LIST = [
package/dist/table.js CHANGED
@@ -36,7 +36,7 @@ __export(table_exports, {
36
36
  module.exports = __toCommonJS(table_exports);
37
37
 
38
38
  // package.json
39
- var version = "0.11.0";
39
+ var version = "0.11.1";
40
40
 
41
41
  // src/table.ts
42
42
  var TABLE_VERSION = version;
@@ -138,6 +138,7 @@ var TRANSITION_TABLE = {
138
138
  screens: [2],
139
139
  docStatus: "SPECIFIED",
140
140
  allowedTransitions: [
141
+ { id: "start", mode: "SUBMIT", endpoint: "POST /fiat/session" },
141
142
  { id: "verify", mode: "SUBMIT", endpoint: "POST /fiat/session/verify" }
142
143
  ],
143
144
  mayReturn: [
package/dist/table.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  tableEntry,
12
12
  unofferedEndpoints,
13
13
  unreachableStates
14
- } from "./chunk-GKKBF7QB.mjs";
14
+ } from "./chunk-TXI4KLBL.mjs";
15
15
  export {
16
16
  DOCUMENTED_ENDPOINTS,
17
17
  STATE_KEYS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fun-xyz/fiat-contract",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Published conformance contract for Fun's headless fiat onramp: FlowState/Transition types, zod schemas, the transition table as data, recorded fixtures, assertion helpers.",
5
5
  "license": "MIT",
6
6
  "repository": {