schematichq 1.4.3 → 1.4.4
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/WASM_VERSION +1 -1
- data/lib/schematic/accounts/client.rb +44 -0
- data/lib/schematic/accounts/types/count_account_members_params.rb +15 -0
- data/lib/schematic/accounts/types/count_account_members_request.rb +14 -0
- data/lib/schematic/accounts/types/count_account_members_response.rb +12 -0
- data/lib/schematic/client.rb +1 -1
- data/lib/schematic/integrationsapi/client.rb +99 -3
- data/lib/schematic/integrationsapi/types/assume_stripe_installed_response.rb +12 -0
- data/lib/schematic/integrationsapi/types/install_integration_response.rb +12 -0
- data/lib/schematic/integrationsapi/types/install_stripe_response.rb +12 -0
- data/lib/schematic/integrationsapi/types/{load_sample_data_set_v_2_response.rb → load_sample_data_set_response.rb} +1 -1
- data/lib/schematic/plangroups/types/create_plan_group_request_body.rb +1 -0
- data/lib/schematic/plangroups/types/update_plan_group_request_body.rb +1 -0
- data/lib/schematic/types/account_member_response_data.rb +2 -0
- data/lib/schematic/types/billing_credit_grant_reason.rb +1 -0
- data/lib/schematic/types/billing_credit_grant_response_data.rb +3 -0
- data/lib/schematic/types/billing_credit_ledger_authority.rb +13 -0
- data/lib/schematic/types/billing_credit_view.rb +1 -0
- data/lib/schematic/types/billing_plan_credit_grant_response_data.rb +1 -0
- data/lib/schematic/types/billing_provider_type.rb +1 -0
- data/lib/schematic/types/change_subscription_internal_request_body.rb +1 -0
- data/lib/schematic/types/change_subscription_request_body.rb +1 -0
- data/lib/schematic/types/checkout_data_response_data.rb +1 -0
- data/lib/schematic/types/checkout_field_input.rb +14 -0
- data/lib/schematic/types/checkout_field_response_data.rb +18 -0
- data/lib/schematic/types/checkout_field_value.rb +10 -0
- data/lib/schematic/types/checkout_field_with_value.rb +15 -0
- data/lib/schematic/types/company_credit_balance_response_data.rb +2 -0
- data/lib/schematic/types/company_plan_credit_grant_view.rb +1 -0
- data/lib/schematic/types/component_hydrate_response_data.rb +1 -0
- data/lib/schematic/types/component_preview_response_data.rb +1 -0
- data/lib/schematic/types/create_billing_plan_credit_grant_request_body.rb +1 -0
- data/lib/schematic/types/credit_company_grant_view.rb +3 -0
- data/lib/schematic/types/credit_event_ledger_response_data.rb +1 -0
- data/lib/schematic/types/credit_usage_reason.rb +15 -0
- data/lib/schematic/types/event_detail_response_data.rb +1 -0
- data/lib/schematic/types/event_response_data.rb +1 -0
- data/lib/schematic/types/install_integration_request_body.rb +14 -0
- data/lib/schematic/types/integration_config.rb +1 -0
- data/lib/schematic/types/integration_install_config.rb +18 -0
- data/lib/schematic/types/integration_install_response_data.rb +11 -0
- data/lib/schematic/types/integration_type.rb +1 -0
- data/lib/schematic/types/manage_plan_request.rb +1 -0
- data/lib/schematic/types/metronome_integration_config.rb +7 -0
- data/lib/schematic/types/migration_error_code.rb +1 -0
- data/lib/schematic/types/plan_credit_grant_view.rb +1 -0
- data/lib/schematic/types/plan_group_detail_response_data.rb +1 -0
- data/lib/schematic/types/update_billing_plan_credit_grant_request_body.rb +1 -0
- data/lib/schematic/version.rb +1 -1
- data/lib/schematic/wasm/rulesengine.wasm +0 -0
- data/lib/schematic.rb +20 -4
- data/reference.md +268 -15
- metadata +19 -3
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Schematic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wasmtime
|
|
@@ -62,6 +62,9 @@ files:
|
|
|
62
62
|
- lib/schematic/accesstokens/types/issue_temporary_access_token_request_body.rb
|
|
63
63
|
- lib/schematic/accesstokens/types/issue_temporary_access_token_response.rb
|
|
64
64
|
- lib/schematic/accounts/client.rb
|
|
65
|
+
- lib/schematic/accounts/types/count_account_members_params.rb
|
|
66
|
+
- lib/schematic/accounts/types/count_account_members_request.rb
|
|
67
|
+
- lib/schematic/accounts/types/count_account_members_response.rb
|
|
65
68
|
- lib/schematic/accounts/types/count_api_keys_params.rb
|
|
66
69
|
- lib/schematic/accounts/types/count_api_keys_request.rb
|
|
67
70
|
- lib/schematic/accounts/types/count_api_keys_response.rb
|
|
@@ -454,11 +457,14 @@ files:
|
|
|
454
457
|
- lib/schematic/insights/types/get_top_features_by_usage_request.rb
|
|
455
458
|
- lib/schematic/insights/types/get_top_features_by_usage_response.rb
|
|
456
459
|
- lib/schematic/integrationsapi/client.rb
|
|
460
|
+
- lib/schematic/integrationsapi/types/assume_stripe_installed_response.rb
|
|
457
461
|
- lib/schematic/integrationsapi/types/get_integration_webhook_url_response.rb
|
|
462
|
+
- lib/schematic/integrationsapi/types/install_integration_response.rb
|
|
463
|
+
- lib/schematic/integrationsapi/types/install_stripe_response.rb
|
|
458
464
|
- lib/schematic/integrationsapi/types/list_integrations_params.rb
|
|
459
465
|
- lib/schematic/integrationsapi/types/list_integrations_request.rb
|
|
460
466
|
- lib/schematic/integrationsapi/types/list_integrations_response.rb
|
|
461
|
-
- lib/schematic/integrationsapi/types/
|
|
467
|
+
- lib/schematic/integrationsapi/types/load_sample_data_set_response.rb
|
|
462
468
|
- lib/schematic/integrationsapi/types/run_integration_response.rb
|
|
463
469
|
- lib/schematic/integrationsapi/types/start_data_import_request_body.rb
|
|
464
470
|
- lib/schematic/integrationsapi/types/start_data_import_response.rb
|
|
@@ -599,6 +605,7 @@ files:
|
|
|
599
605
|
- lib/schematic/types/billing_credit_grant_reason.rb
|
|
600
606
|
- lib/schematic/types/billing_credit_grant_response_data.rb
|
|
601
607
|
- lib/schematic/types/billing_credit_grant_zeroed_out_reason.rb
|
|
608
|
+
- lib/schematic/types/billing_credit_ledger_authority.rb
|
|
602
609
|
- lib/schematic/types/billing_credit_ledger_response_data.rb
|
|
603
610
|
- lib/schematic/types/billing_credit_response_data.rb
|
|
604
611
|
- lib/schematic/types/billing_credit_rollover_policy.rb
|
|
@@ -642,6 +649,10 @@ files:
|
|
|
642
649
|
- lib/schematic/types/check_flags_bulk_response_data.rb
|
|
643
650
|
- lib/schematic/types/check_flags_response_data.rb
|
|
644
651
|
- lib/schematic/types/checkout_data_response_data.rb
|
|
652
|
+
- lib/schematic/types/checkout_field_input.rb
|
|
653
|
+
- lib/schematic/types/checkout_field_response_data.rb
|
|
654
|
+
- lib/schematic/types/checkout_field_value.rb
|
|
655
|
+
- lib/schematic/types/checkout_field_with_value.rb
|
|
645
656
|
- lib/schematic/types/checkout_settings_response_data.rb
|
|
646
657
|
- lib/schematic/types/checkout_subscription.rb
|
|
647
658
|
- lib/schematic/types/clerk_integration_config.rb
|
|
@@ -716,6 +727,7 @@ files:
|
|
|
716
727
|
- lib/schematic/types/credit_trigger_config.rb
|
|
717
728
|
- lib/schematic/types/credit_usage.rb
|
|
718
729
|
- lib/schematic/types/credit_usage_aggregation.rb
|
|
730
|
+
- lib/schematic/types/credit_usage_reason.rb
|
|
719
731
|
- lib/schematic/types/credits_auto_topup_company_summary.rb
|
|
720
732
|
- lib/schematic/types/credits_auto_topup_credit_summary.rb
|
|
721
733
|
- lib/schematic/types/credits_auto_topup_hard_failure.rb
|
|
@@ -786,8 +798,11 @@ files:
|
|
|
786
798
|
- lib/schematic/types/flag_view.rb
|
|
787
799
|
- lib/schematic/types/generic_preview_object.rb
|
|
788
800
|
- lib/schematic/types/insights_summary_response_data.rb
|
|
801
|
+
- lib/schematic/types/install_integration_request_body.rb
|
|
789
802
|
- lib/schematic/types/integration_capabilities.rb
|
|
790
803
|
- lib/schematic/types/integration_config.rb
|
|
804
|
+
- lib/schematic/types/integration_install_config.rb
|
|
805
|
+
- lib/schematic/types/integration_install_response_data.rb
|
|
791
806
|
- lib/schematic/types/integration_response_data.rb
|
|
792
807
|
- lib/schematic/types/integration_state.rb
|
|
793
808
|
- lib/schematic/types/integration_type.rb
|
|
@@ -808,6 +823,7 @@ files:
|
|
|
808
823
|
- lib/schematic/types/meter_request_body.rb
|
|
809
824
|
- lib/schematic/types/metric_period.rb
|
|
810
825
|
- lib/schematic/types/metric_period_month_reset.rb
|
|
826
|
+
- lib/schematic/types/metronome_integration_config.rb
|
|
811
827
|
- lib/schematic/types/migration_error_code.rb
|
|
812
828
|
- lib/schematic/types/mrr_response_data.rb
|
|
813
829
|
- lib/schematic/types/orb_integration_config.rb
|