schematichq 1.4.9 → 1.4.11
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.
- checksums.yaml +4 -4
- data/.fern/metadata.json +2 -2
- data/.fern/replay.lock +350 -2
- data/WASM_VERSION +1 -1
- data/lib/schematic/accounts/client.rb +6 -2
- data/lib/schematic/accounts/types/count_account_members_params.rb +1 -0
- data/lib/schematic/accounts/types/count_account_members_request.rb +1 -0
- data/lib/schematic/accounts/types/list_account_members_params.rb +1 -0
- data/lib/schematic/accounts/types/list_account_members_request.rb +1 -0
- data/lib/schematic/catalogs/client.rb +480 -0
- data/lib/schematic/catalogs/types/create_catalog_request_body.rb +13 -0
- data/lib/schematic/catalogs/types/create_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/delete_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/get_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/get_configuration_response.rb +12 -0
- data/lib/schematic/catalogs/types/get_credit_bundles_in_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/get_derived_features_response.rb +12 -0
- data/lib/schematic/catalogs/types/get_plans_in_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/list_catalogs_params.rb +15 -0
- data/lib/schematic/catalogs/types/list_catalogs_request.rb +14 -0
- data/lib/schematic/catalogs/types/list_catalogs_response.rb +12 -0
- data/lib/schematic/catalogs/types/update_catalog_configuration_request_body.rb +20 -0
- data/lib/schematic/catalogs/types/update_catalog_request_body.rb +14 -0
- data/lib/schematic/catalogs/types/update_catalog_response.rb +12 -0
- data/lib/schematic/catalogs/types/update_configuration_response.rb +12 -0
- data/lib/schematic/checkout/client.rb +69 -0
- data/lib/schematic/checkout/types/get_company_billing_details_response.rb +12 -0
- data/lib/schematic/checkout/types/update_company_billing_details_request_body.rb +15 -0
- data/lib/schematic/checkout/types/update_company_billing_details_response.rb +12 -0
- data/lib/schematic/client.rb +11 -1
- data/lib/schematic/components/client.rb +37 -0
- data/lib/schematic/components/types/bind_catalog_request_body.rb +12 -0
- data/lib/schematic/components/types/bind_catalog_response.rb +12 -0
- data/lib/schematic/dataexports/client.rb +76 -0
- data/lib/schematic/dataexports/types/create_data_export_request_body.rb +3 -3
- data/lib/schematic/dataexports/types/get_data_export_response.rb +12 -0
- data/lib/schematic/dataexports/types/list_data_exports_params.rb +15 -0
- data/lib/schematic/dataexports/types/list_data_exports_request.rb +14 -0
- data/lib/schematic/dataexports/types/list_data_exports_response.rb +12 -0
- data/lib/schematic/licenses/client.rb +138 -0
- data/lib/schematic/licenses/types/count_licenses_params.rb +16 -0
- data/lib/schematic/licenses/types/count_licenses_request.rb +15 -0
- data/lib/schematic/licenses/types/count_licenses_response.rb +12 -0
- data/lib/schematic/licenses/types/get_single_license_response.rb +12 -0
- data/lib/schematic/licenses/types/list_licenses_params.rb +16 -0
- data/lib/schematic/licenses/types/list_licenses_request.rb +15 -0
- data/lib/schematic/licenses/types/list_licenses_response.rb +12 -0
- data/lib/schematic/planbundle/types/create_custom_plan_bundle_request_body.rb +1 -0
- data/lib/schematic/planmigrations/client.rb +32 -0
- data/lib/schematic/planmigrations/types/preview_migration_request_body.rb +14 -0
- data/lib/schematic/planmigrations/types/preview_migration_response.rb +12 -0
- data/lib/schematic/types/audit_log_export_metadata.rb +13 -0
- data/lib/schematic/types/billing_credit_grant_zeroed_out_reason.rb +1 -0
- data/lib/schematic/types/catalog_config_ordered_bundle.rb +9 -0
- data/lib/schematic/types/catalog_config_ordered_bundle_response_data.rb +9 -0
- data/lib/schematic/types/catalog_config_ordered_entitlement.rb +10 -0
- data/lib/schematic/types/catalog_config_ordered_entitlement_response_data.rb +10 -0
- data/lib/schematic/types/catalog_config_ordered_plan.rb +10 -0
- data/lib/schematic/types/catalog_config_ordered_plan_response_data.rb +10 -0
- data/lib/schematic/types/catalog_configuration_response_data.rb +19 -0
- data/lib/schematic/types/catalog_credit_bundle_i_ds_response_data.rb +9 -0
- data/lib/schematic/types/catalog_derived_feature_response_data.rb +11 -0
- data/lib/schematic/types/catalog_derived_features_response_data.rb +9 -0
- data/lib/schematic/types/catalog_plan_i_ds_response_data.rb +9 -0
- data/lib/schematic/types/catalog_response_data.rb +22 -0
- data/lib/schematic/types/company_billing_address_view.rb +14 -0
- data/lib/schematic/types/company_billing_checkout_settings.rb +11 -0
- data/lib/schematic/types/company_billing_details_response_data.rb +13 -0
- data/lib/schematic/types/company_billing_details_view.rb +13 -0
- data/lib/schematic/types/company_feature_usage_export_metadata.rb +25 -0
- data/lib/schematic/types/company_plan_detail_response_data.rb +1 -0
- data/lib/schematic/types/component_response_data.rb +1 -0
- data/lib/schematic/types/create_entitlement_in_bundle_request_body.rb +1 -0
- data/lib/schematic/types/credits_auto_topup_success.rb +12 -0
- data/lib/schematic/types/credits_credit_purchase_success.rb +14 -0
- data/lib/schematic/types/credits_webhook_company_summary.rb +10 -0
- data/lib/schematic/types/credits_webhook_credit_summary.rb +10 -0
- data/lib/schematic/types/customer_billing_address.rb +14 -0
- data/lib/schematic/types/data_export_metadata.rb +14 -0
- data/lib/schematic/types/data_export_output_file_type.rb +3 -14
- data/lib/schematic/types/data_export_response_data.rb +3 -3
- data/lib/schematic/types/data_export_type.rb +3 -14
- data/lib/schematic/types/feature_detail_response_data.rb +3 -0
- data/lib/schematic/types/feature_entitlement.rb +1 -0
- data/lib/schematic/types/feature_in_plan_response_data.rb +2 -0
- data/lib/schematic/types/feature_response_data.rb +2 -0
- data/lib/schematic/types/feature_type.rb +1 -0
- data/lib/schematic/types/feature_view.rb +2 -0
- data/lib/schematic/types/license_response_data.rb +12 -0
- data/lib/schematic/types/plan_catalog_membership_response_data.rb +10 -0
- data/lib/schematic/types/plan_detail_response_data.rb +1 -0
- data/lib/schematic/types/plan_group_plan_detail_response_data.rb +1 -0
- data/lib/schematic/types/plan_version_migration_preview_company_response_data.rb +14 -0
- data/lib/schematic/types/plan_version_migration_preview_response_data.rb +9 -0
- data/lib/schematic/types/plan_view_public_response_data.rb +1 -0
- data/lib/schematic/types/preview_subscription_discount_response_data.rb +19 -0
- data/lib/schematic/types/preview_subscription_finance_response_data.rb +2 -0
- data/lib/schematic/types/rulesengine_feature_entitlement.rb +1 -0
- data/lib/schematic/types/rulesengine_warning_tier.rb +10 -0
- data/lib/schematic/types/upsert_company_request_body.rb +2 -0
- data/lib/schematic/types/warning_tier.rb +10 -0
- data/lib/schematic/types/webhook_request_type.rb +2 -0
- data/lib/schematic/version.rb +1 -1
- data/lib/schematic/wasm/rulesengine.wasm +0 -0
- data/lib/schematic.rb +105 -39
- data/reference.md +1800 -301
- metadata +68 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schematichq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Schematic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wasmtime
|
|
@@ -153,15 +153,34 @@ files:
|
|
|
153
153
|
- lib/schematic/billing/types/upsert_invoice_response.rb
|
|
154
154
|
- lib/schematic/billing/types/upsert_payment_method_response.rb
|
|
155
155
|
- lib/schematic/cache.rb
|
|
156
|
+
- lib/schematic/catalogs/client.rb
|
|
157
|
+
- lib/schematic/catalogs/types/create_catalog_request_body.rb
|
|
158
|
+
- lib/schematic/catalogs/types/create_catalog_response.rb
|
|
159
|
+
- lib/schematic/catalogs/types/delete_catalog_response.rb
|
|
160
|
+
- lib/schematic/catalogs/types/get_catalog_response.rb
|
|
161
|
+
- lib/schematic/catalogs/types/get_configuration_response.rb
|
|
162
|
+
- lib/schematic/catalogs/types/get_credit_bundles_in_catalog_response.rb
|
|
163
|
+
- lib/schematic/catalogs/types/get_derived_features_response.rb
|
|
164
|
+
- lib/schematic/catalogs/types/get_plans_in_catalog_response.rb
|
|
165
|
+
- lib/schematic/catalogs/types/list_catalogs_params.rb
|
|
166
|
+
- lib/schematic/catalogs/types/list_catalogs_request.rb
|
|
167
|
+
- lib/schematic/catalogs/types/list_catalogs_response.rb
|
|
168
|
+
- lib/schematic/catalogs/types/update_catalog_configuration_request_body.rb
|
|
169
|
+
- lib/schematic/catalogs/types/update_catalog_request_body.rb
|
|
170
|
+
- lib/schematic/catalogs/types/update_catalog_response.rb
|
|
171
|
+
- lib/schematic/catalogs/types/update_configuration_response.rb
|
|
156
172
|
- lib/schematic/checkout/client.rb
|
|
157
173
|
- lib/schematic/checkout/types/cancel_subscription_request.rb
|
|
158
174
|
- lib/schematic/checkout/types/cancel_subscription_response.rb
|
|
159
175
|
- lib/schematic/checkout/types/checkout_data_request_body.rb
|
|
160
176
|
- lib/schematic/checkout/types/checkout_internal_response.rb
|
|
161
177
|
- lib/schematic/checkout/types/get_checkout_data_response.rb
|
|
178
|
+
- lib/schematic/checkout/types/get_company_billing_details_response.rb
|
|
162
179
|
- lib/schematic/checkout/types/manage_plan_response.rb
|
|
163
180
|
- lib/schematic/checkout/types/preview_checkout_internal_response.rb
|
|
164
181
|
- lib/schematic/checkout/types/preview_manage_plan_response.rb
|
|
182
|
+
- lib/schematic/checkout/types/update_company_billing_details_request_body.rb
|
|
183
|
+
- lib/schematic/checkout/types/update_company_billing_details_response.rb
|
|
165
184
|
- lib/schematic/checkout/types/update_customer_subscription_trial_end_response.rb
|
|
166
185
|
- lib/schematic/checkout/types/update_trial_end_request_body.rb
|
|
167
186
|
- lib/schematic/client.rb
|
|
@@ -247,6 +266,8 @@ files:
|
|
|
247
266
|
- lib/schematic/companies/types/upsert_user_response.rb
|
|
248
267
|
- lib/schematic/companies/types/upsert_user_trait_response.rb
|
|
249
268
|
- lib/schematic/components/client.rb
|
|
269
|
+
- lib/schematic/components/types/bind_catalog_request_body.rb
|
|
270
|
+
- lib/schematic/components/types/bind_catalog_response.rb
|
|
250
271
|
- lib/schematic/components/types/count_components_params.rb
|
|
251
272
|
- lib/schematic/components/types/count_components_request.rb
|
|
252
273
|
- lib/schematic/components/types/count_components_response.rb
|
|
@@ -334,6 +355,10 @@ files:
|
|
|
334
355
|
- lib/schematic/dataexports/client.rb
|
|
335
356
|
- lib/schematic/dataexports/types/create_data_export_request_body.rb
|
|
336
357
|
- lib/schematic/dataexports/types/create_data_export_response.rb
|
|
358
|
+
- lib/schematic/dataexports/types/get_data_export_response.rb
|
|
359
|
+
- lib/schematic/dataexports/types/list_data_exports_params.rb
|
|
360
|
+
- lib/schematic/dataexports/types/list_data_exports_request.rb
|
|
361
|
+
- lib/schematic/dataexports/types/list_data_exports_response.rb
|
|
337
362
|
- lib/schematic/datastream/client.rb
|
|
338
363
|
- lib/schematic/datastream/merge.rb
|
|
339
364
|
- lib/schematic/datastream/resource_cache.rb
|
|
@@ -497,6 +522,14 @@ files:
|
|
|
497
522
|
- lib/schematic/internal/types/union.rb
|
|
498
523
|
- lib/schematic/internal/types/unknown.rb
|
|
499
524
|
- lib/schematic/internal/types/utils.rb
|
|
525
|
+
- lib/schematic/licenses/client.rb
|
|
526
|
+
- lib/schematic/licenses/types/count_licenses_params.rb
|
|
527
|
+
- lib/schematic/licenses/types/count_licenses_request.rb
|
|
528
|
+
- lib/schematic/licenses/types/count_licenses_response.rb
|
|
529
|
+
- lib/schematic/licenses/types/get_single_license_response.rb
|
|
530
|
+
- lib/schematic/licenses/types/list_licenses_params.rb
|
|
531
|
+
- lib/schematic/licenses/types/list_licenses_request.rb
|
|
532
|
+
- lib/schematic/licenses/types/list_licenses_response.rb
|
|
500
533
|
- lib/schematic/logger.rb
|
|
501
534
|
- lib/schematic/planbundle/client.rb
|
|
502
535
|
- lib/schematic/planbundle/types/create_custom_plan_bundle_request_body.rb
|
|
@@ -529,6 +562,8 @@ files:
|
|
|
529
562
|
- lib/schematic/planmigrations/types/list_migrations_params.rb
|
|
530
563
|
- lib/schematic/planmigrations/types/list_migrations_request.rb
|
|
531
564
|
- lib/schematic/planmigrations/types/list_migrations_response.rb
|
|
565
|
+
- lib/schematic/planmigrations/types/preview_migration_request_body.rb
|
|
566
|
+
- lib/schematic/planmigrations/types/preview_migration_response.rb
|
|
532
567
|
- lib/schematic/planmigrations/types/retry_company_migration_response.rb
|
|
533
568
|
- lib/schematic/planmigrations/types/retry_migration_request_body.rb
|
|
534
569
|
- lib/schematic/planmigrations/types/retry_migration_response.rb
|
|
@@ -595,6 +630,7 @@ files:
|
|
|
595
630
|
- lib/schematic/types/api_key_integration_response_data.rb
|
|
596
631
|
- lib/schematic/types/api_key_response_data.rb
|
|
597
632
|
- lib/schematic/types/api_key_scope.rb
|
|
633
|
+
- lib/schematic/types/audit_log_export_metadata.rb
|
|
598
634
|
- lib/schematic/types/audit_log_list_response_data.rb
|
|
599
635
|
- lib/schematic/types/audit_log_response_data.rb
|
|
600
636
|
- lib/schematic/types/billing_coupon_response_data.rb
|
|
@@ -645,6 +681,18 @@ files:
|
|
|
645
681
|
- lib/schematic/types/billing_tiers_mode.rb
|
|
646
682
|
- lib/schematic/types/capture_raw_event.rb
|
|
647
683
|
- lib/schematic/types/capture_raw_event_batch.rb
|
|
684
|
+
- lib/schematic/types/catalog_config_ordered_bundle.rb
|
|
685
|
+
- lib/schematic/types/catalog_config_ordered_bundle_response_data.rb
|
|
686
|
+
- lib/schematic/types/catalog_config_ordered_entitlement.rb
|
|
687
|
+
- lib/schematic/types/catalog_config_ordered_entitlement_response_data.rb
|
|
688
|
+
- lib/schematic/types/catalog_config_ordered_plan.rb
|
|
689
|
+
- lib/schematic/types/catalog_config_ordered_plan_response_data.rb
|
|
690
|
+
- lib/schematic/types/catalog_configuration_response_data.rb
|
|
691
|
+
- lib/schematic/types/catalog_credit_bundle_i_ds_response_data.rb
|
|
692
|
+
- lib/schematic/types/catalog_derived_feature_response_data.rb
|
|
693
|
+
- lib/schematic/types/catalog_derived_features_response_data.rb
|
|
694
|
+
- lib/schematic/types/catalog_plan_i_ds_response_data.rb
|
|
695
|
+
- lib/schematic/types/catalog_response_data.rb
|
|
648
696
|
- lib/schematic/types/change_subscription_internal_request_body.rb
|
|
649
697
|
- lib/schematic/types/change_subscription_request_body.rb
|
|
650
698
|
- lib/schematic/types/charge_type.rb
|
|
@@ -660,12 +708,17 @@ files:
|
|
|
660
708
|
- lib/schematic/types/checkout_settings_response_data.rb
|
|
661
709
|
- lib/schematic/types/checkout_subscription.rb
|
|
662
710
|
- lib/schematic/types/clerk_integration_config.rb
|
|
711
|
+
- lib/schematic/types/company_billing_address_view.rb
|
|
712
|
+
- lib/schematic/types/company_billing_checkout_settings.rb
|
|
713
|
+
- lib/schematic/types/company_billing_details_response_data.rb
|
|
714
|
+
- lib/schematic/types/company_billing_details_view.rb
|
|
663
715
|
- lib/schematic/types/company_billing_entity_response_data.rb
|
|
664
716
|
- lib/schematic/types/company_billing_entity_subscription_response_data.rb
|
|
665
717
|
- lib/schematic/types/company_credit_balance.rb
|
|
666
718
|
- lib/schematic/types/company_credit_balance_response_data.rb
|
|
667
719
|
- lib/schematic/types/company_detail_response_data.rb
|
|
668
720
|
- lib/schematic/types/company_event_period_metrics_response_data.rb
|
|
721
|
+
- lib/schematic/types/company_feature_usage_export_metadata.rb
|
|
669
722
|
- lib/schematic/types/company_ledger_response_data.rb
|
|
670
723
|
- lib/schematic/types/company_matching_criteria.rb
|
|
671
724
|
- lib/schematic/types/company_membership_detail_response_data.rb
|
|
@@ -737,13 +790,19 @@ files:
|
|
|
737
790
|
- lib/schematic/types/credits_auto_topup_credit_summary.rb
|
|
738
791
|
- lib/schematic/types/credits_auto_topup_hard_failure.rb
|
|
739
792
|
- lib/schematic/types/credits_auto_topup_retry_failure.rb
|
|
793
|
+
- lib/schematic/types/credits_auto_topup_success.rb
|
|
794
|
+
- lib/schematic/types/credits_credit_purchase_success.rb
|
|
795
|
+
- lib/schematic/types/credits_webhook_company_summary.rb
|
|
796
|
+
- lib/schematic/types/credits_webhook_credit_summary.rb
|
|
740
797
|
- lib/schematic/types/currency_price_request_body.rb
|
|
741
798
|
- lib/schematic/types/custom_plan_activation_strategy.rb
|
|
742
799
|
- lib/schematic/types/custom_plan_billing_response_data.rb
|
|
743
800
|
- lib/schematic/types/custom_plan_billing_status.rb
|
|
744
801
|
- lib/schematic/types/custom_plan_config.rb
|
|
745
802
|
- lib/schematic/types/custom_plan_view_config_response_data.rb
|
|
803
|
+
- lib/schematic/types/customer_billing_address.rb
|
|
746
804
|
- lib/schematic/types/data_event_payload.rb
|
|
805
|
+
- lib/schematic/types/data_export_metadata.rb
|
|
747
806
|
- lib/schematic/types/data_export_output_file_type.rb
|
|
748
807
|
- lib/schematic/types/data_export_response_data.rb
|
|
749
808
|
- lib/schematic/types/data_export_status.rb
|
|
@@ -821,6 +880,7 @@ files:
|
|
|
821
880
|
- lib/schematic/types/invoice_status.rb
|
|
822
881
|
- lib/schematic/types/issue_temporary_access_token_response_data.rb
|
|
823
882
|
- lib/schematic/types/keys_request_body.rb
|
|
883
|
+
- lib/schematic/types/license_response_data.rb
|
|
824
884
|
- lib/schematic/types/limit_time_series_point_response_data.rb
|
|
825
885
|
- lib/schematic/types/manage_plan_preview_response_response_data.rb
|
|
826
886
|
- lib/schematic/types/manage_plan_request.rb
|
|
@@ -840,6 +900,7 @@ files:
|
|
|
840
900
|
- lib/schematic/types/plan_bundle_credit_grant_request_body.rb
|
|
841
901
|
- lib/schematic/types/plan_bundle_entitlement_request_body.rb
|
|
842
902
|
- lib/schematic/types/plan_bundle_response_data.rb
|
|
903
|
+
- lib/schematic/types/plan_catalog_membership_response_data.rb
|
|
843
904
|
- lib/schematic/types/plan_change_action.rb
|
|
844
905
|
- lib/schematic/types/plan_change_base_plan_action.rb
|
|
845
906
|
- lib/schematic/types/plan_change_response_data.rb
|
|
@@ -867,6 +928,8 @@ files:
|
|
|
867
928
|
- lib/schematic/types/plan_type.rb
|
|
868
929
|
- lib/schematic/types/plan_version_company_migration_response_data.rb
|
|
869
930
|
- lib/schematic/types/plan_version_company_migration_status.rb
|
|
931
|
+
- lib/schematic/types/plan_version_migration_preview_company_response_data.rb
|
|
932
|
+
- lib/schematic/types/plan_version_migration_preview_response_data.rb
|
|
870
933
|
- lib/schematic/types/plan_version_migration_response_data.rb
|
|
871
934
|
- lib/schematic/types/plan_version_migration_status.rb
|
|
872
935
|
- lib/schematic/types/plan_version_migration_strategy.rb
|
|
@@ -877,6 +940,7 @@ files:
|
|
|
877
940
|
- lib/schematic/types/preview_object.rb
|
|
878
941
|
- lib/schematic/types/preview_object_response_data.rb
|
|
879
942
|
- lib/schematic/types/preview_subscription_change_response_data.rb
|
|
943
|
+
- lib/schematic/types/preview_subscription_discount_response_data.rb
|
|
880
944
|
- lib/schematic/types/preview_subscription_finance_response_data.rb
|
|
881
945
|
- lib/schematic/types/preview_subscription_upcoming_invoice_line_items.rb
|
|
882
946
|
- lib/schematic/types/proration_behavior.rb
|
|
@@ -915,6 +979,7 @@ files:
|
|
|
915
979
|
- lib/schematic/types/rulesengine_trait_definition.rb
|
|
916
980
|
- lib/schematic/types/rulesengine_trait_definition_comparable_type.rb
|
|
917
981
|
- lib/schematic/types/rulesengine_user.rb
|
|
982
|
+
- lib/schematic/types/rulesengine_warning_tier.rb
|
|
918
983
|
- lib/schematic/types/scheduled_checkout_response_data.rb
|
|
919
984
|
- lib/schematic/types/scheduled_checkout_status.rb
|
|
920
985
|
- lib/schematic/types/scheduled_downgrade_config_behavior.rb
|
|
@@ -957,6 +1022,7 @@ files:
|
|
|
957
1022
|
- lib/schematic/types/usage_time_series_point_response_data.rb
|
|
958
1023
|
- lib/schematic/types/user_detail_response_data.rb
|
|
959
1024
|
- lib/schematic/types/user_response_data.rb
|
|
1025
|
+
- lib/schematic/types/warning_tier.rb
|
|
960
1026
|
- lib/schematic/types/warning_tier_request_body.rb
|
|
961
1027
|
- lib/schematic/types/warning_tier_response_data.rb
|
|
962
1028
|
- lib/schematic/types/web_feature_usage_webhook_output.rb
|