@flowio/api-factories 0.0.39 → 0.0.40
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 +417 -409
- package/dist/esm/api.js +383 -376
- package/dist/types/api.d.ts +1 -0
- package/package.json +2 -2
- package/src/api.ts +391 -383
package/dist/types/api.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare const makeActionUseSdkKlarnaV1: () => io.flow.v0.models.ActionUse
|
|
|
25
25
|
export declare const makeActionUseSdkPaypal: () => io.flow.v0.models.ActionUseSdkPaypal;
|
|
26
26
|
export declare const makeActionUseSdkStripeV3: () => io.flow.v0.models.ActionUseSdkStripeV3;
|
|
27
27
|
export declare const makeActionWait: () => io.flow.v0.models.ActionWait;
|
|
28
|
+
export declare const makeActivationPutForm: () => io.flow.v0.models.ActivationPutForm;
|
|
28
29
|
export declare const makeAddress: () => io.flow.v0.models.Address;
|
|
29
30
|
export declare const makeAddressConfiguration: () => io.flow.v0.models.AddressConfiguration;
|
|
30
31
|
export declare const makeAddressConfigurationFieldPlacement: () => io.flow.v0.models.AddressConfigurationFieldPlacement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.40",
|
|
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": "8ef6920818b0be7ae2d7a09650625e64315b173b"
|
|
40
40
|
}
|