schematichq 1.4.9 → 1.4.10
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 +344 -2
- data/WASM_VERSION +1 -1
- 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 +6 -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/planbundle/types/create_custom_plan_bundle_request_body.rb +1 -0
- data/lib/schematic/types/audit_log_export_metadata.rb +13 -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_entitlement.rb +1 -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_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 +91 -38
- data/reference.md +1231 -48
- metadata +55 -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.10
|
|
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-22 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
|
|
@@ -595,6 +620,7 @@ files:
|
|
|
595
620
|
- lib/schematic/types/api_key_integration_response_data.rb
|
|
596
621
|
- lib/schematic/types/api_key_response_data.rb
|
|
597
622
|
- lib/schematic/types/api_key_scope.rb
|
|
623
|
+
- lib/schematic/types/audit_log_export_metadata.rb
|
|
598
624
|
- lib/schematic/types/audit_log_list_response_data.rb
|
|
599
625
|
- lib/schematic/types/audit_log_response_data.rb
|
|
600
626
|
- lib/schematic/types/billing_coupon_response_data.rb
|
|
@@ -645,6 +671,18 @@ files:
|
|
|
645
671
|
- lib/schematic/types/billing_tiers_mode.rb
|
|
646
672
|
- lib/schematic/types/capture_raw_event.rb
|
|
647
673
|
- lib/schematic/types/capture_raw_event_batch.rb
|
|
674
|
+
- lib/schematic/types/catalog_config_ordered_bundle.rb
|
|
675
|
+
- lib/schematic/types/catalog_config_ordered_bundle_response_data.rb
|
|
676
|
+
- lib/schematic/types/catalog_config_ordered_entitlement.rb
|
|
677
|
+
- lib/schematic/types/catalog_config_ordered_entitlement_response_data.rb
|
|
678
|
+
- lib/schematic/types/catalog_config_ordered_plan.rb
|
|
679
|
+
- lib/schematic/types/catalog_config_ordered_plan_response_data.rb
|
|
680
|
+
- lib/schematic/types/catalog_configuration_response_data.rb
|
|
681
|
+
- lib/schematic/types/catalog_credit_bundle_i_ds_response_data.rb
|
|
682
|
+
- lib/schematic/types/catalog_derived_feature_response_data.rb
|
|
683
|
+
- lib/schematic/types/catalog_derived_features_response_data.rb
|
|
684
|
+
- lib/schematic/types/catalog_plan_i_ds_response_data.rb
|
|
685
|
+
- lib/schematic/types/catalog_response_data.rb
|
|
648
686
|
- lib/schematic/types/change_subscription_internal_request_body.rb
|
|
649
687
|
- lib/schematic/types/change_subscription_request_body.rb
|
|
650
688
|
- lib/schematic/types/charge_type.rb
|
|
@@ -660,12 +698,17 @@ files:
|
|
|
660
698
|
- lib/schematic/types/checkout_settings_response_data.rb
|
|
661
699
|
- lib/schematic/types/checkout_subscription.rb
|
|
662
700
|
- lib/schematic/types/clerk_integration_config.rb
|
|
701
|
+
- lib/schematic/types/company_billing_address_view.rb
|
|
702
|
+
- lib/schematic/types/company_billing_checkout_settings.rb
|
|
703
|
+
- lib/schematic/types/company_billing_details_response_data.rb
|
|
704
|
+
- lib/schematic/types/company_billing_details_view.rb
|
|
663
705
|
- lib/schematic/types/company_billing_entity_response_data.rb
|
|
664
706
|
- lib/schematic/types/company_billing_entity_subscription_response_data.rb
|
|
665
707
|
- lib/schematic/types/company_credit_balance.rb
|
|
666
708
|
- lib/schematic/types/company_credit_balance_response_data.rb
|
|
667
709
|
- lib/schematic/types/company_detail_response_data.rb
|
|
668
710
|
- lib/schematic/types/company_event_period_metrics_response_data.rb
|
|
711
|
+
- lib/schematic/types/company_feature_usage_export_metadata.rb
|
|
669
712
|
- lib/schematic/types/company_ledger_response_data.rb
|
|
670
713
|
- lib/schematic/types/company_matching_criteria.rb
|
|
671
714
|
- lib/schematic/types/company_membership_detail_response_data.rb
|
|
@@ -737,13 +780,19 @@ files:
|
|
|
737
780
|
- lib/schematic/types/credits_auto_topup_credit_summary.rb
|
|
738
781
|
- lib/schematic/types/credits_auto_topup_hard_failure.rb
|
|
739
782
|
- lib/schematic/types/credits_auto_topup_retry_failure.rb
|
|
783
|
+
- lib/schematic/types/credits_auto_topup_success.rb
|
|
784
|
+
- lib/schematic/types/credits_credit_purchase_success.rb
|
|
785
|
+
- lib/schematic/types/credits_webhook_company_summary.rb
|
|
786
|
+
- lib/schematic/types/credits_webhook_credit_summary.rb
|
|
740
787
|
- lib/schematic/types/currency_price_request_body.rb
|
|
741
788
|
- lib/schematic/types/custom_plan_activation_strategy.rb
|
|
742
789
|
- lib/schematic/types/custom_plan_billing_response_data.rb
|
|
743
790
|
- lib/schematic/types/custom_plan_billing_status.rb
|
|
744
791
|
- lib/schematic/types/custom_plan_config.rb
|
|
745
792
|
- lib/schematic/types/custom_plan_view_config_response_data.rb
|
|
793
|
+
- lib/schematic/types/customer_billing_address.rb
|
|
746
794
|
- lib/schematic/types/data_event_payload.rb
|
|
795
|
+
- lib/schematic/types/data_export_metadata.rb
|
|
747
796
|
- lib/schematic/types/data_export_output_file_type.rb
|
|
748
797
|
- lib/schematic/types/data_export_response_data.rb
|
|
749
798
|
- lib/schematic/types/data_export_status.rb
|
|
@@ -840,6 +889,7 @@ files:
|
|
|
840
889
|
- lib/schematic/types/plan_bundle_credit_grant_request_body.rb
|
|
841
890
|
- lib/schematic/types/plan_bundle_entitlement_request_body.rb
|
|
842
891
|
- lib/schematic/types/plan_bundle_response_data.rb
|
|
892
|
+
- lib/schematic/types/plan_catalog_membership_response_data.rb
|
|
843
893
|
- lib/schematic/types/plan_change_action.rb
|
|
844
894
|
- lib/schematic/types/plan_change_base_plan_action.rb
|
|
845
895
|
- lib/schematic/types/plan_change_response_data.rb
|
|
@@ -877,6 +927,7 @@ files:
|
|
|
877
927
|
- lib/schematic/types/preview_object.rb
|
|
878
928
|
- lib/schematic/types/preview_object_response_data.rb
|
|
879
929
|
- lib/schematic/types/preview_subscription_change_response_data.rb
|
|
930
|
+
- lib/schematic/types/preview_subscription_discount_response_data.rb
|
|
880
931
|
- lib/schematic/types/preview_subscription_finance_response_data.rb
|
|
881
932
|
- lib/schematic/types/preview_subscription_upcoming_invoice_line_items.rb
|
|
882
933
|
- lib/schematic/types/proration_behavior.rb
|
|
@@ -915,6 +966,7 @@ files:
|
|
|
915
966
|
- lib/schematic/types/rulesengine_trait_definition.rb
|
|
916
967
|
- lib/schematic/types/rulesengine_trait_definition_comparable_type.rb
|
|
917
968
|
- lib/schematic/types/rulesengine_user.rb
|
|
969
|
+
- lib/schematic/types/rulesengine_warning_tier.rb
|
|
918
970
|
- lib/schematic/types/scheduled_checkout_response_data.rb
|
|
919
971
|
- lib/schematic/types/scheduled_checkout_status.rb
|
|
920
972
|
- lib/schematic/types/scheduled_downgrade_config_behavior.rb
|
|
@@ -957,6 +1009,7 @@ files:
|
|
|
957
1009
|
- lib/schematic/types/usage_time_series_point_response_data.rb
|
|
958
1010
|
- lib/schematic/types/user_detail_response_data.rb
|
|
959
1011
|
- lib/schematic/types/user_response_data.rb
|
|
1012
|
+
- lib/schematic/types/warning_tier.rb
|
|
960
1013
|
- lib/schematic/types/warning_tier_request_body.rb
|
|
961
1014
|
- lib/schematic/types/warning_tier_response_data.rb
|
|
962
1015
|
- lib/schematic/types/web_feature_usage_webhook_output.rb
|