schematichq 1.4.11 → 1.4.13

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 (71) hide show
  1. checksums.yaml +4 -4
  2. data/.fern/metadata.json +2 -2
  3. data/.fern/replay.lock +15 -3
  4. data/README.md +1 -1
  5. data/lib/schematic/accounts/types/create_api_key_request_body.rb +1 -0
  6. data/lib/schematic/accounts/types/update_api_key_request_body.rb +1 -0
  7. data/lib/schematic/billing/client.rb +6 -2
  8. data/lib/schematic/billing/types/list_billing_prices_params.rb +1 -0
  9. data/lib/schematic/billing/types/list_billing_prices_request.rb +1 -0
  10. data/lib/schematic/billing/types/list_billing_product_prices_params.rb +1 -0
  11. data/lib/schematic/billing/types/list_billing_product_prices_request.rb +1 -0
  12. data/lib/schematic/catalogs/types/create_catalog_request_body.rb +0 -1
  13. data/lib/schematic/checkout/types/update_company_billing_details_request_body.rb +1 -0
  14. data/lib/schematic/client.rb +1 -1
  15. data/lib/schematic/companies/client.rb +76 -0
  16. data/lib/schematic/companies/types/count_entity_keys_params.rb +15 -0
  17. data/lib/schematic/companies/types/count_entity_keys_request.rb +14 -0
  18. data/lib/schematic/companies/types/count_entity_keys_response.rb +12 -0
  19. data/lib/schematic/companies/types/delete_entity_key_definition_response.rb +12 -0
  20. data/lib/schematic/entitlements/client.rb +88 -0
  21. data/lib/schematic/entitlements/types/get_user_usage_by_company_params.rb +15 -0
  22. data/lib/schematic/entitlements/types/get_user_usage_by_company_request.rb +14 -0
  23. data/lib/schematic/entitlements/types/get_user_usage_by_company_response.rb +12 -0
  24. data/lib/schematic/entitlements/types/get_user_usage_detail_params.rb +15 -0
  25. data/lib/schematic/entitlements/types/get_user_usage_detail_request.rb +14 -0
  26. data/lib/schematic/entitlements/types/get_user_usage_detail_response.rb +12 -0
  27. data/lib/schematic/plans/types/publish_plan_version_request_body.rb +5 -0
  28. data/lib/schematic/plans/types/retry_custom_plan_billing_request_body.rb +1 -0
  29. data/lib/schematic/types/api_key_create_response_data.rb +1 -0
  30. data/lib/schematic/types/api_key_response_data.rb +1 -0
  31. data/lib/schematic/types/billing_credit_view.rb +1 -1
  32. data/lib/schematic/types/billing_plan_credit_grant_response_data.rb +2 -0
  33. data/lib/schematic/types/billing_product_record_response_data.rb +17 -0
  34. data/lib/schematic/types/catalog_config_ordered_entitlement.rb +1 -1
  35. data/lib/schematic/types/catalog_config_ordered_entitlement_response_data.rb +1 -1
  36. data/lib/schematic/types/catalog_response_data.rb +0 -1
  37. data/lib/schematic/types/company_billing_details_response_data.rb +1 -0
  38. data/lib/schematic/types/company_billing_details_view.rb +1 -0
  39. data/lib/schematic/types/company_feature_usage_export_metadata.rb +4 -1
  40. data/lib/schematic/types/company_feature_usage_export_metadata_sort_order_direction.rb +12 -0
  41. data/lib/schematic/types/company_feature_usage_export_metadata_visible_columns_item.rb +14 -0
  42. data/lib/schematic/types/company_plan_credit_grant_view.rb +2 -0
  43. data/lib/schematic/types/company_plan_detail_response_data.rb +1 -1
  44. data/lib/schematic/types/company_tax_id_view.rb +13 -0
  45. data/lib/schematic/types/component_checkout_settings.rb +1 -0
  46. data/lib/schematic/types/create_billing_plan_credit_grant_request_body.rb +2 -0
  47. data/lib/schematic/types/custom_plan_billing_response_data.rb +1 -0
  48. data/lib/schematic/types/data_export_metadata.rb +1 -0
  49. data/lib/schematic/types/data_export_type.rb +1 -0
  50. data/lib/schematic/types/event_export_metadata.rb +16 -0
  51. data/lib/schematic/types/event_export_metadata_event_types_item.rb +14 -0
  52. data/lib/schematic/types/feature_view.rb +1 -1
  53. data/lib/schematic/types/plan_credit_grant_scaling.rb +12 -0
  54. data/lib/schematic/types/plan_credit_grant_view.rb +2 -0
  55. data/lib/schematic/types/plan_detail_response_data.rb +1 -1
  56. data/lib/schematic/types/plan_group_plan_detail_response_data.rb +1 -1
  57. data/lib/schematic/types/plan_view_public_response_data.rb +1 -1
  58. data/lib/schematic/types/tax_id_input.rb +10 -0
  59. data/lib/schematic/types/tax_id_type.rb +48 -0
  60. data/lib/schematic/types/test_webhook_response_data.rb +1 -0
  61. data/lib/schematic/types/update_billing_plan_credit_grant_request_body.rb +2 -0
  62. data/lib/schematic/types/user_credit_usage_response_data.rb +14 -0
  63. data/lib/schematic/types/user_daily_credit_point_response_data.rb +10 -0
  64. data/lib/schematic/types/user_daily_usage_point_response_data.rb +11 -0
  65. data/lib/schematic/types/user_feature_usage_response_data.rb +14 -0
  66. data/lib/schematic/types/user_usage_by_company_response_data.rb +12 -0
  67. data/lib/schematic/types/user_usage_detail_response_data.rb +15 -0
  68. data/lib/schematic/version.rb +1 -1
  69. data/lib/schematic.rb +26 -1
  70. data/reference.md +370 -12
  71. metadata +27 -2
data/reference.md CHANGED
@@ -389,6 +389,14 @@ client.accounts.create_api_key(name: "name")
389
389
  <dl>
390
390
  <dd>
391
391
 
392
+ **rate_limit_percent:** `Integer`
393
+
394
+ </dd>
395
+ </dl>
396
+
397
+ <dl>
398
+ <dd>
399
+
392
400
  **readonly:** `Internal::Types::Boolean`
393
401
 
394
402
  </dd>
@@ -509,6 +517,14 @@ client.accounts.update_api_key(api_key_id: "api_key_id")
509
517
  <dl>
510
518
  <dd>
511
519
 
520
+ **rate_limit_percent:** `Integer`
521
+
522
+ </dd>
523
+ </dl>
524
+
525
+ <dl>
526
+ <dd>
527
+
512
528
  **request_options:** `Schematic::Accounts::RequestOptions`
513
529
 
514
530
  </dd>
@@ -2596,6 +2612,7 @@ client.billing.list_billing_prices(
2596
2612
  for_trial_expiry_plan: true,
2597
2613
  ids: ["ids"],
2598
2614
  interval: "interval",
2615
+ interval_count: 1000000,
2599
2616
  is_active: true,
2600
2617
  plan_version_id: "plan_version_id",
2601
2618
  price: 1000000,
@@ -2663,6 +2680,14 @@ client.billing.list_billing_prices(
2663
2680
  <dl>
2664
2681
  <dd>
2665
2682
 
2683
+ **interval_count:** `Integer` — Filter for prices billed every N intervals; combine with interval (e.g. interval=month, interval_count=3 for quarterly)
2684
+
2685
+ </dd>
2686
+ </dl>
2687
+
2688
+ <dl>
2689
+ <dd>
2690
+
2666
2691
  **is_active:** `Internal::Types::Boolean` — Filter for active prices on active products (defaults to true if not specified)
2667
2692
 
2668
2693
  </dd>
@@ -3027,6 +3052,7 @@ client.billing.list_billing_product_prices(
3027
3052
  for_trial_expiry_plan: true,
3028
3053
  ids: ["ids"],
3029
3054
  interval: "interval",
3055
+ interval_count: 1000000,
3030
3056
  is_active: true,
3031
3057
  plan_version_id: "plan_version_id",
3032
3058
  price: 1000000,
@@ -3094,6 +3120,14 @@ client.billing.list_billing_product_prices(
3094
3120
  <dl>
3095
3121
  <dd>
3096
3122
 
3123
+ **interval_count:** `Integer` — Filter for prices billed every N intervals; combine with interval (e.g. interval=month, interval_count=3 for quarterly)
3124
+
3125
+ </dd>
3126
+ </dl>
3127
+
3128
+ <dl>
3129
+ <dd>
3130
+
3097
3131
  **is_active:** `Internal::Types::Boolean` — Filter for active prices on active products (defaults to true if not specified)
3098
3132
 
3099
3133
  </dd>
@@ -6514,10 +6548,7 @@ client.catalogs.list_catalogs(
6514
6548
  <dd>
6515
6549
 
6516
6550
  ```ruby
6517
- client.catalogs.create_catalog(
6518
- is_default: true,
6519
- name: "name"
6520
- )
6551
+ client.catalogs.create_catalog(name: "name")
6521
6552
  ```
6522
6553
  </dd>
6523
6554
  </dl>
@@ -6540,14 +6571,6 @@ client.catalogs.create_catalog(
6540
6571
  <dl>
6541
6572
  <dd>
6542
6573
 
6543
- **is_default:** `Internal::Types::Boolean`
6544
-
6545
- </dd>
6546
- </dl>
6547
-
6548
- <dl>
6549
- <dd>
6550
-
6551
6574
  **name:** `String`
6552
6575
 
6553
6576
  </dd>
@@ -7607,6 +7630,14 @@ client.checkout.update_company_billing_details(
7607
7630
  <dl>
7608
7631
  <dd>
7609
7632
 
7633
+ **tax_id:** `Schematic::Types::TaxIdInput`
7634
+
7635
+ </dd>
7636
+ </dl>
7637
+
7638
+ <dl>
7639
+ <dd>
7640
+
7610
7641
  **values:** `Internal::Types::Array[Schematic::Types::CheckoutFieldValue]`
7611
7642
 
7612
7643
  </dd>
@@ -9146,6 +9177,54 @@ client.companies.list_entity_key_definitions(
9146
9177
  </dl>
9147
9178
 
9148
9179
 
9180
+ </dd>
9181
+ </dl>
9182
+ </details>
9183
+
9184
+ <details><summary><code>client.companies.<a href="/lib/schematic/companies/client.rb">delete_entity_key_definition</a>(entity_key_definition_id) -> Schematic::Companies::Types::DeleteEntityKeyDefinitionResponse</code></summary>
9185
+ <dl>
9186
+ <dd>
9187
+
9188
+ #### 🔌 Usage
9189
+
9190
+ <dl>
9191
+ <dd>
9192
+
9193
+ <dl>
9194
+ <dd>
9195
+
9196
+ ```ruby
9197
+ client.companies.delete_entity_key_definition(entity_key_definition_id: "entity_key_definition_id")
9198
+ ```
9199
+ </dd>
9200
+ </dl>
9201
+ </dd>
9202
+ </dl>
9203
+
9204
+ #### ⚙️ Parameters
9205
+
9206
+ <dl>
9207
+ <dd>
9208
+
9209
+ <dl>
9210
+ <dd>
9211
+
9212
+ **entity_key_definition_id:** `String` — entity_key_definition_id
9213
+
9214
+ </dd>
9215
+ </dl>
9216
+
9217
+ <dl>
9218
+ <dd>
9219
+
9220
+ **request_options:** `Schematic::Companies::RequestOptions`
9221
+
9222
+ </dd>
9223
+ </dl>
9224
+ </dd>
9225
+ </dl>
9226
+
9227
+
9149
9228
  </dd>
9150
9229
  </dl>
9151
9230
  </details>
@@ -9232,6 +9311,83 @@ client.companies.count_entity_key_definitions(
9232
9311
  </dl>
9233
9312
 
9234
9313
 
9314
+ </dd>
9315
+ </dl>
9316
+ </details>
9317
+
9318
+ <details><summary><code>client.companies.<a href="/lib/schematic/companies/client.rb">count_entity_keys</a>() -> Schematic::Companies::Types::CountEntityKeysResponse</code></summary>
9319
+ <dl>
9320
+ <dd>
9321
+
9322
+ #### 🔌 Usage
9323
+
9324
+ <dl>
9325
+ <dd>
9326
+
9327
+ <dl>
9328
+ <dd>
9329
+
9330
+ ```ruby
9331
+ client.companies.count_entity_keys(
9332
+ definition_id: "definition_id",
9333
+ entity_type: "company",
9334
+ limit: 1000000,
9335
+ offset: 1000000
9336
+ )
9337
+ ```
9338
+ </dd>
9339
+ </dl>
9340
+ </dd>
9341
+ </dl>
9342
+
9343
+ #### ⚙️ Parameters
9344
+
9345
+ <dl>
9346
+ <dd>
9347
+
9348
+ <dl>
9349
+ <dd>
9350
+
9351
+ **definition_id:** `String`
9352
+
9353
+ </dd>
9354
+ </dl>
9355
+
9356
+ <dl>
9357
+ <dd>
9358
+
9359
+ **entity_type:** `Schematic::Types::EntityType`
9360
+
9361
+ </dd>
9362
+ </dl>
9363
+
9364
+ <dl>
9365
+ <dd>
9366
+
9367
+ **limit:** `Integer` — Page limit (default 100)
9368
+
9369
+ </dd>
9370
+ </dl>
9371
+
9372
+ <dl>
9373
+ <dd>
9374
+
9375
+ **offset:** `Integer` — Page offset (default 0)
9376
+
9377
+ </dd>
9378
+ </dl>
9379
+
9380
+ <dl>
9381
+ <dd>
9382
+
9383
+ **request_options:** `Schematic::Companies::RequestOptions`
9384
+
9385
+ </dd>
9386
+ </dl>
9387
+ </dd>
9388
+ </dl>
9389
+
9390
+
9235
9391
  </dd>
9236
9392
  </dl>
9237
9393
  </details>
@@ -13390,6 +13546,160 @@ client.entitlements.get_feature_usage_by_company(keys: {
13390
13546
  </dl>
13391
13547
 
13392
13548
 
13549
+ </dd>
13550
+ </dl>
13551
+ </details>
13552
+
13553
+ <details><summary><code>client.entitlements.<a href="/lib/schematic/entitlements/client.rb">get_user_usage_by_company</a>() -> Schematic::Entitlements::Types::GetUserUsageByCompanyResponse</code></summary>
13554
+ <dl>
13555
+ <dd>
13556
+
13557
+ #### 🔌 Usage
13558
+
13559
+ <dl>
13560
+ <dd>
13561
+
13562
+ <dl>
13563
+ <dd>
13564
+
13565
+ ```ruby
13566
+ client.entitlements.get_user_usage_by_company(
13567
+ company_id: "company_id",
13568
+ end_time: "2024-01-15T09:30:00Z",
13569
+ feature_id: "feature_id",
13570
+ start_time: "2024-01-15T09:30:00Z"
13571
+ )
13572
+ ```
13573
+ </dd>
13574
+ </dl>
13575
+ </dd>
13576
+ </dl>
13577
+
13578
+ #### ⚙️ Parameters
13579
+
13580
+ <dl>
13581
+ <dd>
13582
+
13583
+ <dl>
13584
+ <dd>
13585
+
13586
+ **company_id:** `String` — Company to break usage down for
13587
+
13588
+ </dd>
13589
+ </dl>
13590
+
13591
+ <dl>
13592
+ <dd>
13593
+
13594
+ **end_time:** `String` — End of the usage window (exclusive); defaults to now
13595
+
13596
+ </dd>
13597
+ </dl>
13598
+
13599
+ <dl>
13600
+ <dd>
13601
+
13602
+ **feature_id:** `String` — Restrict to a single event-based feature
13603
+
13604
+ </dd>
13605
+ </dl>
13606
+
13607
+ <dl>
13608
+ <dd>
13609
+
13610
+ **start_time:** `String` — Start of the usage window; defaults to 30 days before the end
13611
+
13612
+ </dd>
13613
+ </dl>
13614
+
13615
+ <dl>
13616
+ <dd>
13617
+
13618
+ **request_options:** `Schematic::Entitlements::RequestOptions`
13619
+
13620
+ </dd>
13621
+ </dl>
13622
+ </dd>
13623
+ </dl>
13624
+
13625
+
13626
+ </dd>
13627
+ </dl>
13628
+ </details>
13629
+
13630
+ <details><summary><code>client.entitlements.<a href="/lib/schematic/entitlements/client.rb">get_user_usage_detail</a>() -> Schematic::Entitlements::Types::GetUserUsageDetailResponse</code></summary>
13631
+ <dl>
13632
+ <dd>
13633
+
13634
+ #### 🔌 Usage
13635
+
13636
+ <dl>
13637
+ <dd>
13638
+
13639
+ <dl>
13640
+ <dd>
13641
+
13642
+ ```ruby
13643
+ client.entitlements.get_user_usage_detail(
13644
+ company_id: "company_id",
13645
+ end_time: "2024-01-15T09:30:00Z",
13646
+ start_time: "2024-01-15T09:30:00Z",
13647
+ user_id: "user_id"
13648
+ )
13649
+ ```
13650
+ </dd>
13651
+ </dl>
13652
+ </dd>
13653
+ </dl>
13654
+
13655
+ #### ⚙️ Parameters
13656
+
13657
+ <dl>
13658
+ <dd>
13659
+
13660
+ <dl>
13661
+ <dd>
13662
+
13663
+ **company_id:** `String` — Company the user belongs to
13664
+
13665
+ </dd>
13666
+ </dl>
13667
+
13668
+ <dl>
13669
+ <dd>
13670
+
13671
+ **end_time:** `String` — End of the usage window (exclusive); defaults to now
13672
+
13673
+ </dd>
13674
+ </dl>
13675
+
13676
+ <dl>
13677
+ <dd>
13678
+
13679
+ **start_time:** `String` — Start of the usage window; defaults to 30 days before the end
13680
+
13681
+ </dd>
13682
+ </dl>
13683
+
13684
+ <dl>
13685
+ <dd>
13686
+
13687
+ **user_id:** `String` — User to break usage down for
13688
+
13689
+ </dd>
13690
+ </dl>
13691
+
13692
+ <dl>
13693
+ <dd>
13694
+
13695
+ **request_options:** `Schematic::Entitlements::RequestOptions`
13696
+
13697
+ </dd>
13698
+ </dl>
13699
+ </dd>
13700
+ </dl>
13701
+
13702
+
13393
13703
  </dd>
13394
13704
  </dl>
13395
13705
  </details>
@@ -13679,6 +13989,14 @@ client.plans.retry_custom_plan_billing(
13679
13989
  <dl>
13680
13990
  <dd>
13681
13991
 
13992
+ **send_invoice:** `Internal::Types::Boolean` — Whether Stripe emails the invoice when it is finalized. Defaults to true.
13993
+
13994
+ </dd>
13995
+ </dl>
13996
+
13997
+ <dl>
13998
+ <dd>
13999
+
13682
14000
  **request_options:** `Schematic::Plans::RequestOptions`
13683
14001
 
13684
14002
  </dd>
@@ -14863,6 +15181,14 @@ client.plans.publish_plan_version(
14863
15181
  <dl>
14864
15182
  <dd>
14865
15183
 
15184
+ **address:** `Schematic::Types::CustomerBillingAddress`
15185
+
15186
+ </dd>
15187
+ </dl>
15188
+
15189
+ <dl>
15190
+ <dd>
15191
+
14866
15192
  **coupon_external_id:** `String`
14867
15193
 
14868
15194
  </dd>
@@ -14871,6 +15197,14 @@ client.plans.publish_plan_version(
14871
15197
  <dl>
14872
15198
  <dd>
14873
15199
 
15200
+ **custom_field_values:** `Internal::Types::Array[Schematic::Types::CheckoutFieldValue]`
15201
+
15202
+ </dd>
15203
+ </dl>
15204
+
15205
+ <dl>
15206
+ <dd>
15207
+
14874
15208
  **customer_email:** `String`
14875
15209
 
14876
15210
  </dd>
@@ -14903,6 +15237,30 @@ client.plans.publish_plan_version(
14903
15237
  <dl>
14904
15238
  <dd>
14905
15239
 
15240
+ **phone:** `String`
15241
+
15242
+ </dd>
15243
+ </dl>
15244
+
15245
+ <dl>
15246
+ <dd>
15247
+
15248
+ **send_invoice:** `Internal::Types::Boolean` — Whether Stripe emails the invoice when it is finalized. Defaults to true.
15249
+
15250
+ </dd>
15251
+ </dl>
15252
+
15253
+ <dl>
15254
+ <dd>
15255
+
15256
+ **tax_id:** `Schematic::Types::TaxIdInput`
15257
+
15258
+ </dd>
15259
+ </dl>
15260
+
15261
+ <dl>
15262
+ <dd>
15263
+
14906
15264
  **request_options:** `Schematic::Plans::RequestOptions`
14907
15265
 
14908
15266
  </dd>
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.11
4
+ version: 1.4.13
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-27 00:00:00.000000000 Z
11
+ date: 2026-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wasmtime
@@ -191,6 +191,9 @@ files:
191
191
  - lib/schematic/companies/types/count_entity_key_definitions_params.rb
192
192
  - lib/schematic/companies/types/count_entity_key_definitions_request.rb
193
193
  - lib/schematic/companies/types/count_entity_key_definitions_response.rb
194
+ - lib/schematic/companies/types/count_entity_keys_params.rb
195
+ - lib/schematic/companies/types/count_entity_keys_request.rb
196
+ - lib/schematic/companies/types/count_entity_keys_response.rb
194
197
  - lib/schematic/companies/types/count_entity_trait_definitions_params.rb
195
198
  - lib/schematic/companies/types/count_entity_trait_definitions_request.rb
196
199
  - lib/schematic/companies/types/count_entity_trait_definitions_response.rb
@@ -208,6 +211,7 @@ files:
208
211
  - lib/schematic/companies/types/delete_company_params.rb
209
212
  - lib/schematic/companies/types/delete_company_request.rb
210
213
  - lib/schematic/companies/types/delete_company_response.rb
214
+ - lib/schematic/companies/types/delete_entity_key_definition_response.rb
211
215
  - lib/schematic/companies/types/delete_user_by_keys_response.rb
212
216
  - lib/schematic/companies/types/delete_user_response.rb
213
217
  - lib/schematic/companies/types/get_active_company_subscription_params.rb
@@ -396,6 +400,12 @@ files:
396
400
  - lib/schematic/entitlements/types/get_feature_usage_time_series_request.rb
397
401
  - lib/schematic/entitlements/types/get_feature_usage_time_series_response.rb
398
402
  - lib/schematic/entitlements/types/get_plan_entitlement_response.rb
403
+ - lib/schematic/entitlements/types/get_user_usage_by_company_params.rb
404
+ - lib/schematic/entitlements/types/get_user_usage_by_company_request.rb
405
+ - lib/schematic/entitlements/types/get_user_usage_by_company_response.rb
406
+ - lib/schematic/entitlements/types/get_user_usage_detail_params.rb
407
+ - lib/schematic/entitlements/types/get_user_usage_detail_request.rb
408
+ - lib/schematic/entitlements/types/get_user_usage_detail_response.rb
399
409
  - lib/schematic/entitlements/types/list_company_overrides_params.rb
400
410
  - lib/schematic/entitlements/types/list_company_overrides_request.rb
401
411
  - lib/schematic/entitlements/types/list_company_overrides_response.rb
@@ -670,6 +680,7 @@ files:
670
680
  - lib/schematic/types/billing_product_price_response_data.rb
671
681
  - lib/schematic/types/billing_product_price_tier_response_data.rb
672
682
  - lib/schematic/types/billing_product_pricing.rb
683
+ - lib/schematic/types/billing_product_record_response_data.rb
673
684
  - lib/schematic/types/billing_product_response_data.rb
674
685
  - lib/schematic/types/billing_provider_type.rb
675
686
  - lib/schematic/types/billing_strategy.rb
@@ -719,6 +730,8 @@ files:
719
730
  - lib/schematic/types/company_detail_response_data.rb
720
731
  - lib/schematic/types/company_event_period_metrics_response_data.rb
721
732
  - lib/schematic/types/company_feature_usage_export_metadata.rb
733
+ - lib/schematic/types/company_feature_usage_export_metadata_sort_order_direction.rb
734
+ - lib/schematic/types/company_feature_usage_export_metadata_visible_columns_item.rb
722
735
  - lib/schematic/types/company_ledger_response_data.rb
723
736
  - lib/schematic/types/company_matching_criteria.rb
724
737
  - lib/schematic/types/company_membership_detail_response_data.rb
@@ -731,6 +744,7 @@ files:
731
744
  - lib/schematic/types/company_plan_with_billing_sub_view.rb
732
745
  - lib/schematic/types/company_response_data.rb
733
746
  - lib/schematic/types/company_subscription_response_data.rb
747
+ - lib/schematic/types/company_tax_id_view.rb
734
748
  - lib/schematic/types/comparable_operator.rb
735
749
  - lib/schematic/types/compatible_plans.rb
736
750
  - lib/schematic/types/compatible_plans_response_data.rb
@@ -838,6 +852,8 @@ files:
838
852
  - lib/schematic/types/event_body_inference.rb
839
853
  - lib/schematic/types/event_body_track.rb
840
854
  - lib/schematic/types/event_detail_response_data.rb
855
+ - lib/schematic/types/event_export_metadata.rb
856
+ - lib/schematic/types/event_export_metadata_event_types_item.rb
841
857
  - lib/schematic/types/event_response_data.rb
842
858
  - lib/schematic/types/event_status.rb
843
859
  - lib/schematic/types/event_summary_response_data.rb
@@ -905,6 +921,7 @@ files:
905
921
  - lib/schematic/types/plan_change_base_plan_action.rb
906
922
  - lib/schematic/types/plan_change_response_data.rb
907
923
  - lib/schematic/types/plan_change_subscription_action.rb
924
+ - lib/schematic/types/plan_credit_grant_scaling.rb
908
925
  - lib/schematic/types/plan_credit_grant_view.rb
909
926
  - lib/schematic/types/plan_currency_price_request_body.rb
910
927
  - lib/schematic/types/plan_currency_prices_response_data.rb
@@ -993,6 +1010,8 @@ files:
993
1010
  - lib/schematic/types/subscription_status.rb
994
1011
  - lib/schematic/types/subscription_trait_update.rb
995
1012
  - lib/schematic/types/subscription_type.rb
1013
+ - lib/schematic/types/tax_id_input.rb
1014
+ - lib/schematic/types/tax_id_type.rb
996
1015
  - lib/schematic/types/temporary_access_token_resource_type.rb
997
1016
  - lib/schematic/types/temporary_access_token_response_data.rb
998
1017
  - lib/schematic/types/test_webhook_response_data.rb
@@ -1020,8 +1039,14 @@ files:
1020
1039
  - lib/schematic/types/usage_based_entitlement_request_body.rb
1021
1040
  - lib/schematic/types/usage_based_entitlement_response_data.rb
1022
1041
  - lib/schematic/types/usage_time_series_point_response_data.rb
1042
+ - lib/schematic/types/user_credit_usage_response_data.rb
1043
+ - lib/schematic/types/user_daily_credit_point_response_data.rb
1044
+ - lib/schematic/types/user_daily_usage_point_response_data.rb
1023
1045
  - lib/schematic/types/user_detail_response_data.rb
1046
+ - lib/schematic/types/user_feature_usage_response_data.rb
1024
1047
  - lib/schematic/types/user_response_data.rb
1048
+ - lib/schematic/types/user_usage_by_company_response_data.rb
1049
+ - lib/schematic/types/user_usage_detail_response_data.rb
1025
1050
  - lib/schematic/types/warning_tier.rb
1026
1051
  - lib/schematic/types/warning_tier_request_body.rb
1027
1052
  - lib/schematic/types/warning_tier_response_data.rb