@flowio/api-factories 0.0.108 → 0.0.109
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/cjs/api.js +875 -3315
- package/dist/esm/api.js +865 -3306
- package/dist/types/api.d.ts +1 -0
- package/package.json +2 -2
- package/src/api.ts +925 -3872
package/dist/types/api.d.ts
CHANGED
|
@@ -1312,6 +1312,7 @@ export declare const makeRatecardEstimateV2: () => io.flow.v0.models.RatecardEst
|
|
|
1312
1312
|
export declare const makeRatecardEstimateV3: () => io.flow.v0.models.RatecardEstimateV3;
|
|
1313
1313
|
export declare const makeRatecardEstimateV4: () => io.flow.v0.models.RatecardEstimateV4;
|
|
1314
1314
|
export declare const makeRatecardFee: () => io.flow.v0.unions.RatecardFee;
|
|
1315
|
+
export declare const makeRatecardFeeSummary: () => io.flow.v0.models.RatecardFeeSummary;
|
|
1315
1316
|
export declare const makeRatecardForm: () => io.flow.v0.models.RatecardForm;
|
|
1316
1317
|
export declare const makeRatecardLane: () => io.flow.v0.models.RatecardLane;
|
|
1317
1318
|
export declare const makeRatecardLaneDeleted: () => io.flow.v0.models.RatecardLaneDeleted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.109",
|
|
4
4
|
"description": "Flow API mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@faker-js/faker": "^6.2.0",
|
|
37
37
|
"@flowio/api-types": "*"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "02aac7bc00282660cbd728450e9d4a633df23dce"
|
|
40
40
|
}
|