@flowio/types 11.24.60 → 11.24.61

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.
@@ -6022,16 +6022,12 @@ declare namespace io.flow.partner.v0.enums {
6022
6022
  type LabelFormat = 'pdf' | 'zpl' | 'all';
6023
6023
  }
6024
6024
  declare namespace io.flow.partner.v0.models {
6025
- interface BridgeHub {
6026
- readonly hub_code: string;
6027
- readonly address: io.flow.fulfillment.v0.models.ShippingAddress;
6028
- }
6029
6025
  interface BridgeLabelForm {
6030
6026
  readonly discriminator: 'bridge_label_form';
6031
6027
  readonly organization: string;
6032
6028
  readonly order_number: string;
6033
6029
  readonly package: io.flow.partner.v0.models.BridgeLabelPackage;
6034
- readonly hub?: io.flow.partner.v0.models.BridgeHub;
6030
+ readonly hub_code?: string;
6035
6031
  }
6036
6032
  interface BridgeLabelPackage {
6037
6033
  readonly dimensions?: io.flow.common.v0.models.Dimension;
@@ -10181,6 +10177,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
10181
10177
  readonly started_at: string;
10182
10178
  }
10183
10179
  interface OrganizationOnboardingState {
10180
+ readonly id: string;
10184
10181
  readonly organization: io.flow.common.v0.models.OrganizationReference;
10185
10182
  readonly transitions: io.flow.organization.onboarding.state.v0.models.OnboardingStateTransition[];
10186
10183
  readonly current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
@@ -17899,7 +17896,7 @@ declare namespace io.flow.internal.v0.models {
17899
17896
  }
17900
17897
  interface OnboardingStateForm {
17901
17898
  readonly onboarding_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
17902
- readonly transitioned_at: string;
17899
+ readonly transitioned_at?: string;
17903
17900
  }
17904
17901
  interface OneTimeTokenRedemptionForm {
17905
17902
  readonly token: string;
package/dist/api.d.ts CHANGED
@@ -2942,6 +2942,7 @@ declare namespace io.flow.v0.models {
2942
2942
  readonly id: string;
2943
2943
  }
2944
2944
  interface CatalogStatistics {
2945
+ readonly id: string;
2945
2946
  readonly items: number;
2946
2947
  readonly categories: number;
2947
2948
  }
@@ -6807,6 +6808,7 @@ declare namespace io.flow.v0.models {
6807
6808
  readonly type?: io.flow.v0.enums.OrganizationType;
6808
6809
  }
6809
6810
  interface OrganizationOnboardingState {
6811
+ readonly id: string;
6810
6812
  readonly organization: io.flow.v0.models.OrganizationReference;
6811
6813
  readonly transitions: io.flow.v0.models.OnboardingStateTransition[];
6812
6814
  readonly current_state: io.flow.v0.unions.OnboardingState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.60",
3
+ "version": "11.24.61",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "maintainers": [
26
26
  "Christian Muñoz <christian.munoz@flow.io>"
27
27
  ],
28
- "gitHead": "ad876b01a126395eae5d27ad56893b2c69b3944f"
28
+ "gitHead": "46a04b6ac3cb8aabcc89d77f21c5586312ed2960"
29
29
  }