@flowio/types 11.24.90 → 11.24.91
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/api-internal.d.ts +174 -97
- package/dist/api.d.ts +2 -2
- package/package.json +2 -2
- package/src/api-internal.ts +249 -132
- package/src/api.ts +9 -5
package/src/api.ts
CHANGED
|
@@ -3240,7 +3240,11 @@ declare namespace io.flow.v0.enums {
|
|
|
3240
3240
|
| 'deactivated'
|
|
3241
3241
|
| 'provisioned';
|
|
3242
3242
|
type OrganizationType = 'standalone' | 'channel';
|
|
3243
|
-
type PackageDimensionsSource =
|
|
3243
|
+
type PackageDimensionsSource =
|
|
3244
|
+
| 'provided'
|
|
3245
|
+
| 'item_dimensions_estimated'
|
|
3246
|
+
| 'dimensions_estimated'
|
|
3247
|
+
| 'default_item_dimensions_estimated';
|
|
3244
3248
|
type PaymentActionType =
|
|
3245
3249
|
| 'redirect'
|
|
3246
3250
|
| 'redirect_get'
|
|
@@ -3579,10 +3583,10 @@ declare namespace io.flow.v0.enums {
|
|
|
3579
3583
|
| 'emergency'
|
|
3580
3584
|
| 'peak'
|
|
3581
3585
|
| 'address_correction'
|
|
3582
|
-
| '
|
|
3583
|
-
| '
|
|
3584
|
-
| '
|
|
3585
|
-
| '
|
|
3586
|
+
| 'security'
|
|
3587
|
+
| 'eei_filing'
|
|
3588
|
+
| 'fixed_ddp'
|
|
3589
|
+
| 'fixed_currency_conversion';
|
|
3586
3590
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
3587
3591
|
type UnitOfMeasurement =
|
|
3588
3592
|
| 'millimeter'
|