@flowio/api-internal-prop-types 9.24.59 → 9.24.60
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/lib/api-internal.d.ts +3 -7
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +3 -7
- package/src/api-internal.js +3 -7
package/lib/api-internal.d.ts
CHANGED
|
@@ -6858,17 +6858,12 @@ declare namespace io.flow.partner.v0.enums {
|
|
|
6858
6858
|
}
|
|
6859
6859
|
|
|
6860
6860
|
declare namespace io.flow.partner.v0.models {
|
|
6861
|
-
interface BridgeHub {
|
|
6862
|
-
readonly 'hub_code': string;
|
|
6863
|
-
readonly 'address': io.flow.fulfillment.v0.models.ShippingAddress;
|
|
6864
|
-
}
|
|
6865
|
-
|
|
6866
6861
|
interface BridgeLabelForm {
|
|
6867
6862
|
readonly 'discriminator': 'bridge_label_form';
|
|
6868
6863
|
readonly 'organization': string;
|
|
6869
6864
|
readonly 'order_number': string;
|
|
6870
6865
|
readonly 'package': io.flow.partner.v0.models.BridgeLabelPackage;
|
|
6871
|
-
readonly '
|
|
6866
|
+
readonly 'hub_code'?: string;
|
|
6872
6867
|
}
|
|
6873
6868
|
|
|
6874
6869
|
interface BridgeLabelPackage {
|
|
@@ -11697,6 +11692,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
11697
11692
|
}
|
|
11698
11693
|
|
|
11699
11694
|
interface OrganizationOnboardingState {
|
|
11695
|
+
readonly 'id': string;
|
|
11700
11696
|
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
11701
11697
|
readonly 'transitions': io.flow.organization.onboarding.state.v0.models.OnboardingStateTransition[];
|
|
11702
11698
|
readonly 'current_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
@@ -20668,7 +20664,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20668
20664
|
|
|
20669
20665
|
interface OnboardingStateForm {
|
|
20670
20666
|
readonly 'onboarding_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
20671
|
-
readonly 'transitioned_at'
|
|
20667
|
+
readonly 'transitioned_at'?: string;
|
|
20672
20668
|
}
|
|
20673
20669
|
|
|
20674
20670
|
interface OneTimeTokenRedemptionForm {
|