@flowio/api-types 0.0.262 → 0.0.266

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.
Files changed (23) hide show
  1. package/generated/io.flow.ben.test.internal.v0.ben-test-internal.d.ts +6 -0
  2. package/generated/io.flow.billing.bank.account.v0.billing-bank-account.d.ts +9 -1
  3. package/generated/io.flow.billing.v0.billing.d.ts +18 -5
  4. package/generated/io.flow.common.v0.common.d.ts +3 -2
  5. package/generated/io.flow.consumer.invoice.v0.consumer-invoice.d.ts +1 -0
  6. package/generated/io.flow.experience.v0.experience.d.ts +2 -0
  7. package/generated/io.flow.harmonization.v0.harmonization.d.ts +12 -0
  8. package/generated/io.flow.internal.v0.api-internal.d.ts +365 -276
  9. package/generated/io.flow.inventory.v0.inventory.d.ts +1 -1
  10. package/generated/io.flow.label.v0.label.d.ts +1 -1
  11. package/generated/io.flow.merchant.onboarding.v0.merchant-onboarding.d.ts +1 -2
  12. package/generated/io.flow.order.price.v0.order-price.d.ts +1 -1
  13. package/generated/io.flow.payment.v0.payment.d.ts +1 -1
  14. package/generated/io.flow.ratecard.v0.ratecard.d.ts +7 -1
  15. package/generated/io.flow.restrictions.v0.restrictions.d.ts +4 -0
  16. package/generated/io.flow.sellability.v0.sellability.d.ts +18 -3
  17. package/generated/io.flow.shopify.markets.internal.event.v0.shopify-markets-internal-event.d.ts +17 -1
  18. package/generated/io.flow.shopify.markets.internal.v0.shopify-markets-internal.d.ts +5 -0
  19. package/generated/io.flow.shopify.markets.v0.shopify-markets.d.ts +1 -0
  20. package/generated/io.flow.tech.onboarding.playground.v0.tech-onboarding-playground.d.ts +62 -0
  21. package/generated/io.flow.v0.api.d.ts +165 -18
  22. package/index.d.ts +1 -0
  23. package/package.json +2 -3
@@ -98,7 +98,7 @@ declare namespace io.flow.inventory.v0.models {
98
98
 
99
99
  interface InventoryUnlimited {
100
100
  readonly 'discriminator': 'inventory_unlimited';
101
- readonly 'placeholder'?: string;
101
+ readonly 'placeholder': string;
102
102
  }
103
103
 
104
104
  interface InventoryUpdate {
@@ -2,7 +2,7 @@ declare namespace io.flow.label.v0.enums {
2
2
  type CommercialInvoiceMode = 'direct' | 'indirect';
3
3
  type CostEstimateSource = 'flow' | 'channel';
4
4
  type Direction = 'outbound' | 'return';
5
- type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
5
+ type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated' | 'legacy_shopify_graphql_server';
6
6
  type LabelTriggerMethod = 'autogenerated' | 'on_demand';
7
7
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
8
8
  type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
@@ -23,7 +23,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
23
23
  readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
24
24
  readonly 'other_trade_sector'?: string;
25
25
  readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
26
- readonly 'center_address'?: io.flow.common.v0.models.Address;
27
26
  readonly 'average_order_weight'?: number;
28
27
  readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
29
28
  readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
@@ -51,7 +50,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
51
50
  readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
52
51
  readonly 'other_trade_sector'?: string;
53
52
  readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
54
- readonly 'center_address'?: io.flow.common.v0.models.Address;
55
53
  readonly 'average_order_weight'?: number;
56
54
  readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
57
55
  readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
@@ -152,6 +150,7 @@ declare namespace io.flow.merchant.onboarding.v0.models {
152
150
  readonly 'company'?: string;
153
151
  readonly 'email'?: string;
154
152
  readonly 'phone'?: string;
153
+ readonly 'address'?: io.flow.common.v0.models.Address;
155
154
  }
156
155
 
157
156
  interface Shop {
@@ -1,7 +1,7 @@
1
1
  declare namespace io.flow.order.price.v0.enums {
2
2
  type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
3
3
  type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
4
- type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product';
4
+ type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product' | 'mor_tax';
5
5
  }
6
6
 
7
7
  declare namespace io.flow.order.price.v0.models {
@@ -12,7 +12,7 @@ declare namespace io.flow.payment.v0.enums {
12
12
  type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
13
13
  type CvvResultCode = 'matched' | 'not_available' | 'not_checked' | 'not_matched';
14
14
  type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
15
- type PaymentFeeType = 'fx' | 'mor' | 'sp';
15
+ type PaymentFeeType = 'fx' | 'mor' | 'sp' | 'mor_tax';
16
16
  type PaymentSourceConfirmationActionType = 'cvv' | 'billing_address' | 'number';
17
17
  type RefundDeclineCode = 'expired' | 'insufficient_funds' | 'unknown';
18
18
  type RefundFailureCategory = 'amount_too_high' | 'amount_too_low' | 'not_enough_balance' | 'insufficient_funds' | 'refund_period_expired' | 'dispute' | 'not_captured' | 'unsupported_payment_method' | 'unsupported_partial_refund' | 'invalid_currency' | 'card_no_longer_valid' | 'general';
@@ -268,6 +268,12 @@ declare namespace io.flow.ratecard.v0.models {
268
268
  readonly 'name': string;
269
269
  }
270
270
 
271
+ interface RatecardData {
272
+ readonly 'dhlParcelDistributionCenter'?: string;
273
+ readonly 'glbeRatecardMetadataLaneIdentifier'?: string;
274
+ readonly 'pickupCenter'?: string;
275
+ }
276
+
271
277
  interface RatecardEstimateForm {
272
278
  readonly 'origin_address': io.flow.common.v0.models.Address;
273
279
  readonly 'destination_address': io.flow.common.v0.models.Address;
@@ -360,7 +366,7 @@ declare namespace io.flow.ratecard.v0.models {
360
366
  readonly 'glbe_shipping_method_id'?: string;
361
367
  readonly 'glbe_proposition_name'?: string;
362
368
  readonly 'channel_revenue_share_percentage'?: number;
363
- readonly 'data'?: Record<string, string>;
369
+ readonly 'data'?: io.flow.ratecard.v0.models.RatecardData;
364
370
  }
365
371
 
366
372
  interface RatecardLane {
@@ -30,6 +30,10 @@ declare namespace io.flow.restrictions.v0.models {
30
30
  readonly 'hs_code'?: string;
31
31
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
32
32
  readonly 'needs_action_attributes'?: io.flow.restrictions.v0.models.NeedsActionAttributes[];
33
+ readonly 'fingerprint'?: string;
34
+ readonly 'restriction_created_at'?: string;
35
+ readonly 'first_reviewed_at'?: string;
36
+ readonly 'seconds_to_first_review'?: number;
33
37
  }
34
38
 
35
39
  interface ReasonsPerRegion {
@@ -2,7 +2,7 @@ declare namespace io.flow.sellability.v0.enums {
2
2
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
3
3
  type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
4
4
  type SellabilityRequestStatus = 'commit';
5
- type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
5
+ type SellabilityResultErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable' | 'generic_error' | 'catalog_processing_threshold';
6
6
  type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
7
7
  type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
8
8
  }
@@ -30,11 +30,14 @@ declare namespace io.flow.sellability.v0.models {
30
30
  }
31
31
 
32
32
  interface ProductSellabilityResult {
33
+ readonly 'id': string;
33
34
  readonly 'merchant_id'?: string;
34
35
  readonly 'product_id': string;
35
36
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
37
+ readonly 'restricted_reasons': io.flow.sellability.v0.models.SellabilityRestrictedReason[];
36
38
  readonly 'needs_action_attributes'?: io.flow.sellability.v0.models.SellabilityNeedsActionAttributes[];
37
39
  readonly 'request_id'?: string;
40
+ readonly 'hs6_code'?: string;
38
41
  }
39
42
 
40
43
  interface SellabilityError {
@@ -46,9 +49,16 @@ declare namespace io.flow.sellability.v0.models {
46
49
  interface SellabilityNeedsActionAttributes {
47
50
  readonly 'reason_code': string;
48
51
  readonly 'category_metafield_handles': string[];
52
+ readonly 'category_metafield_ids': string[];
49
53
  readonly 'require_msds'?: boolean;
50
54
  }
51
55
 
56
+ interface SellabilityReasonWithRegions {
57
+ readonly 'reason': string;
58
+ readonly 'regions': string[];
59
+ readonly 'review_status'?: string;
60
+ }
61
+
52
62
  interface SellabilityRegionResult {
53
63
  readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
54
64
  readonly 'regions': string[];
@@ -59,14 +69,19 @@ declare namespace io.flow.sellability.v0.models {
59
69
  readonly 'reasons': string[];
60
70
  }
61
71
 
72
+ interface SellabilityRestrictedReason {
73
+ readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
74
+ readonly 'reasons_with_regions': io.flow.sellability.v0.models.SellabilityReasonWithRegions[];
75
+ }
76
+
62
77
  interface SellabilityRestrictedRegion {
63
78
  readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
64
- readonly 'regions_with_reasons': io.flow.sellability.v0.models.SellabilityRegionWithReasons[];
79
+ readonly 'regions': string[];
65
80
  }
66
81
 
67
82
  interface SellabilityScreening {
68
83
  readonly 'discriminator': 'sellability_screening';
69
- readonly 'sellability_result'?: io.flow.sellability.v0.models.ProductSellabilityResult;
84
+ readonly 'product_sellability_result'?: io.flow.sellability.v0.models.ProductSellabilityResult;
70
85
  readonly 'request_id': string;
71
86
  readonly 'status': io.flow.sellability.v0.enums.SellabilityResultStatus;
72
87
  readonly 'error_code'?: io.flow.sellability.v0.enums.SellabilityResultErrorCode;
@@ -252,8 +252,24 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
252
252
  readonly 'timestamp': string;
253
253
  readonly 'shopify_product_taxonomy_attribute_value': io.flow.shopify.markets.internal.v0.models.ShopifyProductTaxonomyAttributeValue;
254
254
  }
255
+
256
+ interface ShopifyTestOrderDeleted {
257
+ readonly 'discriminator': 'shopify_test_order_deleted';
258
+ readonly 'event_id': string;
259
+ readonly 'timestamp': string;
260
+ readonly 'organization': string;
261
+ readonly 'id': string;
262
+ }
263
+
264
+ interface ShopifyTestOrderUpserted {
265
+ readonly 'discriminator': 'shopify_test_order_upserted';
266
+ readonly 'event_id': string;
267
+ readonly 'timestamp': string;
268
+ readonly 'organization': string;
269
+ readonly 'shopify_test_order': io.flow.shopify.markets.internal.v0.models.ShopifyTestOrder;
270
+ }
255
271
  }
256
272
 
257
273
  declare namespace io.flow.shopify.markets.internal.event.v0.unions {
258
- type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted);
274
+ type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderDeleted);
259
275
  }
@@ -295,6 +295,11 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
295
295
  readonly 'initial_product_restrictions_synced_at'?: string;
296
296
  }
297
297
 
298
+ interface ShopifyTestOrder {
299
+ readonly 'id': string;
300
+ readonly 'submitted_at': string;
301
+ }
302
+
298
303
  interface ThirdPartyLogisticsPartner {
299
304
  readonly 'warehouse_address': io.flow.common.v0.models.BillingAddress;
300
305
  readonly 'warehouse_url'?: string;
@@ -296,6 +296,7 @@ declare namespace io.flow.shopify.markets.v0.models {
296
296
  readonly 'tags'?: string;
297
297
  readonly 'tax_lines': io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
298
298
  readonly 'taxes_included': boolean;
299
+ readonly 'test'?: boolean;
299
300
  readonly 'token'?: string;
300
301
  readonly 'total_weight'?: number;
301
302
  readonly 'updated_at'?: string;
@@ -0,0 +1,62 @@
1
+ declare namespace io.flow.tech.onboarding.playground.v0.enums {
2
+ type AmruthaItemType = 'physical' | 'digital';
3
+ type ChenglinItemType = 'physical' | 'digital';
4
+ type GabrielItemType = 'physical' | 'digital';
5
+ }
6
+
7
+ declare namespace io.flow.tech.onboarding.playground.v0.models {
8
+ interface AmruthaItem {
9
+ readonly 'id': string;
10
+ readonly 'number': string;
11
+ readonly 'amount': io.flow.common.v0.models.Price;
12
+ readonly 'description'?: string;
13
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.AmruthaItemType;
14
+ readonly 'added_on': string;
15
+ }
16
+
17
+ interface AmruthaItemForm {
18
+ readonly 'number': string;
19
+ readonly 'amount': io.flow.common.v0.models.Price;
20
+ readonly 'description'?: string;
21
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.AmruthaItemType;
22
+ readonly 'added_on': string;
23
+ }
24
+
25
+ interface ChenglinItem {
26
+ readonly 'id': string;
27
+ readonly 'number': string;
28
+ readonly 'amount': io.flow.common.v0.models.Price;
29
+ readonly 'description'?: string;
30
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.GabrielItemType;
31
+ readonly 'added_on': string;
32
+ }
33
+
34
+ interface ChenglinItemForm {
35
+ readonly 'number': string;
36
+ readonly 'amount': io.flow.common.v0.models.Price;
37
+ readonly 'description'?: string;
38
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.GabrielItemType;
39
+ readonly 'added_on': string;
40
+ }
41
+
42
+ interface GabrielItem {
43
+ readonly 'id': string;
44
+ readonly 'number': string;
45
+ readonly 'amount': io.flow.common.v0.models.Price;
46
+ readonly 'description'?: string;
47
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.GabrielItemType;
48
+ readonly 'added_on': string;
49
+ }
50
+
51
+ interface GabrielItemForm {
52
+ readonly 'number': string;
53
+ readonly 'amount': io.flow.common.v0.models.Price;
54
+ readonly 'description'?: string;
55
+ readonly 'type': io.flow.tech.onboarding.playground.v0.enums.GabrielItemType;
56
+ readonly 'added_on': string;
57
+ }
58
+
59
+ interface TechOnboardingDescription {
60
+ readonly 'description': string;
61
+ }
62
+ }