@smartytalent/mcp-tools 0.1.33-dev.0 → 0.1.33-dev.2

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 (2) hide show
  1. package/dist/tools.json +165 -42
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "pageAfter": {
45
45
  "type": "string",
46
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
46
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
47
47
  },
48
48
  "pageBefore": {
49
49
  "type": "string",
@@ -799,7 +799,7 @@
799
799
  },
800
800
  "pageAfter": {
801
801
  "type": "string",
802
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
802
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
803
803
  },
804
804
  "pageBefore": {
805
805
  "type": "string",
@@ -1540,7 +1540,7 @@
1540
1540
  },
1541
1541
  "pageAfter": {
1542
1542
  "type": "string",
1543
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
1543
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
1544
1544
  },
1545
1545
  "pageBefore": {
1546
1546
  "type": "string",
@@ -1882,7 +1882,7 @@
1882
1882
  },
1883
1883
  "pageAfter": {
1884
1884
  "type": "string",
1885
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
1885
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
1886
1886
  },
1887
1887
  "pageBefore": {
1888
1888
  "type": "string",
@@ -2150,7 +2150,7 @@
2150
2150
  },
2151
2151
  "pageAfter": {
2152
2152
  "type": "string",
2153
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
2153
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
2154
2154
  },
2155
2155
  "pageBefore": {
2156
2156
  "type": "string",
@@ -3367,7 +3367,7 @@
3367
3367
  },
3368
3368
  "pageAfter": {
3369
3369
  "type": "string",
3370
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
3370
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
3371
3371
  },
3372
3372
  "pageBefore": {
3373
3373
  "type": "string",
@@ -4632,7 +4632,7 @@
4632
4632
  },
4633
4633
  "pageAfter": {
4634
4634
  "type": "string",
4635
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
4635
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
4636
4636
  },
4637
4637
  "pageBefore": {
4638
4638
  "type": "string",
@@ -5873,7 +5873,7 @@
5873
5873
  },
5874
5874
  "pageAfter": {
5875
5875
  "type": "string",
5876
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
5876
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
5877
5877
  },
5878
5878
  "pageBefore": {
5879
5879
  "type": "string",
@@ -6168,7 +6168,7 @@
6168
6168
  },
6169
6169
  "pageAfter": {
6170
6170
  "type": "string",
6171
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6171
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6172
6172
  },
6173
6173
  "pageBefore": {
6174
6174
  "type": "string",
@@ -6430,7 +6430,7 @@
6430
6430
  },
6431
6431
  "pageAfter": {
6432
6432
  "type": "string",
6433
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6433
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6434
6434
  },
6435
6435
  "pageBefore": {
6436
6436
  "type": "string",
@@ -6714,12 +6714,21 @@
6714
6714
  "properties": {
6715
6715
  "filterStatus": {
6716
6716
  "type": "string",
6717
- "description": "Returns emails with the current status (active, archived). If not provided, the default value will be set to 'active'.",
6717
+ "description": "Filter by the email's lifecycle status. Omit to return all statuses.",
6718
6718
  "enum": [
6719
- "active",
6720
- "archived"
6719
+ "draft",
6720
+ "scheduled",
6721
+ "sent",
6722
+ "suppressed",
6723
+ "archived",
6724
+ "failed",
6725
+ "pending"
6721
6726
  ]
6722
6727
  },
6728
+ "filterConversationId": {
6729
+ "type": "string",
6730
+ "description": "Return only emails belonging to this conversation. Resolved via the ConversationIdIndex GSI (top-level denormalisation of relationships.conversations[0].data.id). Pass the full conversation id (e.g. `980434e7...-2`)."
6731
+ },
6723
6732
  "filterCreatedFrom": {
6724
6733
  "type": "string",
6725
6734
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -6746,7 +6755,7 @@
6746
6755
  },
6747
6756
  "pageAfter": {
6748
6757
  "type": "string",
6749
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6758
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6750
6759
  },
6751
6760
  "pageBefore": {
6752
6761
  "type": "string",
@@ -6792,7 +6801,25 @@
6792
6801
  "type": "string"
6793
6802
  },
6794
6803
  "status": {
6795
- "type": "string"
6804
+ "type": "string",
6805
+ "enum": [
6806
+ "draft",
6807
+ "scheduled",
6808
+ "sent",
6809
+ "suppressed",
6810
+ "archived",
6811
+ "failed",
6812
+ "pending"
6813
+ ],
6814
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
6815
+ },
6816
+ "direction": {
6817
+ "type": "string",
6818
+ "enum": [
6819
+ "inbound",
6820
+ "outbound"
6821
+ ],
6822
+ "description": "Whether the email was received from an external sender (inbound, populated by the broker) or composed by the tenant/system and sent out (outbound). Populated at create time; never changes."
6796
6823
  },
6797
6824
  "emailFrom": {
6798
6825
  "type": "string"
@@ -6800,6 +6827,20 @@
6800
6827
  "emailTo": {
6801
6828
  "type": "string"
6802
6829
  },
6830
+ "emailCc": {
6831
+ "type": "array",
6832
+ "items": {
6833
+ "type": "string"
6834
+ },
6835
+ "description": "CC recipients. Each entry is an RFC 5322 address string."
6836
+ },
6837
+ "emailBcc": {
6838
+ "type": "array",
6839
+ "items": {
6840
+ "type": "string"
6841
+ },
6842
+ "description": "BCC recipients. Each entry is an RFC 5322 address string."
6843
+ },
6803
6844
  "subject": {
6804
6845
  "oneOf": [
6805
6846
  {
@@ -6837,11 +6878,36 @@
6837
6878
  "isExternalSender": {
6838
6879
  "type": "boolean"
6839
6880
  },
6881
+ "attachments": {
6882
+ "type": "array",
6883
+ "items": {
6884
+ "type": "object",
6885
+ "properties": {
6886
+ "fileName": {
6887
+ "type": "string"
6888
+ },
6889
+ "url": {
6890
+ "type": "string"
6891
+ },
6892
+ "type": {
6893
+ "type": "string",
6894
+ "description": "Resource type this attachment belongs to: jobs, personas, talents, candidates, reports, files, ads."
6895
+ }
6896
+ }
6897
+ },
6898
+ "description": "Attachments referenced by URL into the service-owned S3 buckets. Presigned fetch URLs are not included; use the corresponding resource's download flow."
6899
+ },
6900
+ "conversationLanguageCode": {
6901
+ "type": "string",
6902
+ "description": "Denormalised copy of the related conversation's languageCode (e.g. `pl-PL`, `en-US`). Avoids an N+1 fetch when the list/detail view needs to pick the right locale for the multilingual subject/body dicts. Source of truth is the conversation row; read-only from the email's perspective."
6903
+ },
6840
6904
  "ttl": {
6841
6905
  "type": "string"
6842
6906
  },
6843
6907
  "sendScheduleDate": {
6844
- "type": "string"
6908
+ "type": "string",
6909
+ "deprecated": true,
6910
+ "description": "Legacy field from the retired CRUD-scheduler path. Kept as read-only metadata on old rows. New emails do not populate it; scheduling is owned by the workflow engine's wait:process action via the Schedule resource."
6845
6911
  },
6846
6912
  "meta": {
6847
6913
  "type": "object",
@@ -7041,7 +7107,25 @@
7041
7107
  "type": "string"
7042
7108
  },
7043
7109
  "status": {
7044
- "type": "string"
7110
+ "type": "string",
7111
+ "enum": [
7112
+ "draft",
7113
+ "scheduled",
7114
+ "sent",
7115
+ "suppressed",
7116
+ "archived",
7117
+ "failed",
7118
+ "pending"
7119
+ ],
7120
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
7121
+ },
7122
+ "direction": {
7123
+ "type": "string",
7124
+ "enum": [
7125
+ "inbound",
7126
+ "outbound"
7127
+ ],
7128
+ "description": "Whether the email was received from an external sender (inbound, populated by the broker) or composed by the tenant/system and sent out (outbound). Populated at create time; never changes."
7045
7129
  },
7046
7130
  "emailFrom": {
7047
7131
  "type": "string"
@@ -7049,6 +7133,20 @@
7049
7133
  "emailTo": {
7050
7134
  "type": "string"
7051
7135
  },
7136
+ "emailCc": {
7137
+ "type": "array",
7138
+ "items": {
7139
+ "type": "string"
7140
+ },
7141
+ "description": "CC recipients. Each entry is an RFC 5322 address string."
7142
+ },
7143
+ "emailBcc": {
7144
+ "type": "array",
7145
+ "items": {
7146
+ "type": "string"
7147
+ },
7148
+ "description": "BCC recipients. Each entry is an RFC 5322 address string."
7149
+ },
7052
7150
  "subject": {
7053
7151
  "oneOf": [
7054
7152
  {
@@ -7086,11 +7184,36 @@
7086
7184
  "isExternalSender": {
7087
7185
  "type": "boolean"
7088
7186
  },
7187
+ "attachments": {
7188
+ "type": "array",
7189
+ "items": {
7190
+ "type": "object",
7191
+ "properties": {
7192
+ "fileName": {
7193
+ "type": "string"
7194
+ },
7195
+ "url": {
7196
+ "type": "string"
7197
+ },
7198
+ "type": {
7199
+ "type": "string",
7200
+ "description": "Resource type this attachment belongs to: jobs, personas, talents, candidates, reports, files, ads."
7201
+ }
7202
+ }
7203
+ },
7204
+ "description": "Attachments referenced by URL into the service-owned S3 buckets. Presigned fetch URLs are not included; use the corresponding resource's download flow."
7205
+ },
7206
+ "conversationLanguageCode": {
7207
+ "type": "string",
7208
+ "description": "Denormalised copy of the related conversation's languageCode (e.g. `pl-PL`, `en-US`). Avoids an N+1 fetch when the list/detail view needs to pick the right locale for the multilingual subject/body dicts. Source of truth is the conversation row; read-only from the email's perspective."
7209
+ },
7089
7210
  "ttl": {
7090
7211
  "type": "string"
7091
7212
  },
7092
7213
  "sendScheduleDate": {
7093
- "type": "string"
7214
+ "type": "string",
7215
+ "deprecated": true,
7216
+ "description": "Legacy field from the retired CRUD-scheduler path. Kept as read-only metadata on old rows. New emails do not populate it; scheduling is owned by the workflow engine's wait:process action via the Schedule resource."
7094
7217
  },
7095
7218
  "meta": {
7096
7219
  "type": "object",
@@ -7188,7 +7311,7 @@
7188
7311
  },
7189
7312
  "pageAfter": {
7190
7313
  "type": "string",
7191
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
7314
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
7192
7315
  },
7193
7316
  "pageBefore": {
7194
7317
  "type": "string",
@@ -7477,7 +7600,7 @@
7477
7600
  },
7478
7601
  "pageAfter": {
7479
7602
  "type": "string",
7480
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
7603
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
7481
7604
  },
7482
7605
  "pageBefore": {
7483
7606
  "type": "string",
@@ -8364,7 +8487,7 @@
8364
8487
  },
8365
8488
  "pageAfter": {
8366
8489
  "type": "string",
8367
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
8490
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
8368
8491
  },
8369
8492
  "pageBefore": {
8370
8493
  "type": "string",
@@ -9167,7 +9290,7 @@
9167
9290
  },
9168
9291
  "pageAfter": {
9169
9292
  "type": "string",
9170
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
9293
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
9171
9294
  },
9172
9295
  "pageBefore": {
9173
9296
  "type": "string",
@@ -9900,7 +10023,7 @@
9900
10023
  },
9901
10024
  "pageAfter": {
9902
10025
  "type": "string",
9903
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10026
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
9904
10027
  },
9905
10028
  "pageBefore": {
9906
10029
  "type": "string",
@@ -10223,7 +10346,7 @@
10223
10346
  },
10224
10347
  "pageAfter": {
10225
10348
  "type": "string",
10226
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10349
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10227
10350
  },
10228
10351
  "pageBefore": {
10229
10352
  "type": "string",
@@ -10488,7 +10611,7 @@
10488
10611
  },
10489
10612
  "pageAfter": {
10490
10613
  "type": "string",
10491
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10614
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10492
10615
  },
10493
10616
  "pageBefore": {
10494
10617
  "type": "string",
@@ -10933,7 +11056,7 @@
10933
11056
  },
10934
11057
  "pageAfter": {
10935
11058
  "type": "string",
10936
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11059
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10937
11060
  },
10938
11061
  "pageBefore": {
10939
11062
  "type": "string",
@@ -11266,7 +11389,7 @@
11266
11389
  },
11267
11390
  "pageAfter": {
11268
11391
  "type": "string",
11269
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11392
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11270
11393
  },
11271
11394
  "pageBefore": {
11272
11395
  "type": "string",
@@ -11594,7 +11717,7 @@
11594
11717
  },
11595
11718
  "pageAfter": {
11596
11719
  "type": "string",
11597
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11720
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11598
11721
  },
11599
11722
  "pageBefore": {
11600
11723
  "type": "string",
@@ -11945,7 +12068,7 @@
11945
12068
  },
11946
12069
  "pageAfter": {
11947
12070
  "type": "string",
11948
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
12071
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11949
12072
  },
11950
12073
  "pageBefore": {
11951
12074
  "type": "string",
@@ -12522,7 +12645,7 @@
12522
12645
  },
12523
12646
  "pageAfter": {
12524
12647
  "type": "string",
12525
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
12648
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
12526
12649
  },
12527
12650
  "pageBefore": {
12528
12651
  "type": "string",
@@ -12870,7 +12993,7 @@
12870
12993
  },
12871
12994
  "pageAfter": {
12872
12995
  "type": "string",
12873
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
12996
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
12874
12997
  },
12875
12998
  "pageBefore": {
12876
12999
  "type": "string",
@@ -13228,7 +13351,7 @@
13228
13351
  },
13229
13352
  "pageAfter": {
13230
13353
  "type": "string",
13231
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13354
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13232
13355
  },
13233
13356
  "pageBefore": {
13234
13357
  "type": "string",
@@ -13532,7 +13655,7 @@
13532
13655
  },
13533
13656
  "pageAfter": {
13534
13657
  "type": "string",
13535
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13658
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13536
13659
  },
13537
13660
  "pageBefore": {
13538
13661
  "type": "string",
@@ -13784,7 +13907,7 @@
13784
13907
  },
13785
13908
  "pageAfter": {
13786
13909
  "type": "string",
13787
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13910
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13788
13911
  },
13789
13912
  "pageBefore": {
13790
13913
  "type": "string",
@@ -14104,7 +14227,7 @@
14104
14227
  },
14105
14228
  "pageAfter": {
14106
14229
  "type": "string",
14107
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14230
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14108
14231
  },
14109
14232
  "pageBefore": {
14110
14233
  "type": "string",
@@ -14220,7 +14343,7 @@
14220
14343
  },
14221
14344
  "pageAfter": {
14222
14345
  "type": "string",
14223
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14346
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14224
14347
  },
14225
14348
  "pageBefore": {
14226
14349
  "type": "string",
@@ -14318,7 +14441,7 @@
14318
14441
  },
14319
14442
  "pageAfter": {
14320
14443
  "type": "string",
14321
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14444
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14322
14445
  },
14323
14446
  "pageBefore": {
14324
14447
  "type": "string",
@@ -14420,7 +14543,7 @@
14420
14543
  },
14421
14544
  "pageAfter": {
14422
14545
  "type": "string",
14423
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14546
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14424
14547
  },
14425
14548
  "pageBefore": {
14426
14549
  "type": "string",
@@ -14625,7 +14748,7 @@
14625
14748
  },
14626
14749
  "pageAfter": {
14627
14750
  "type": "string",
14628
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14751
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14629
14752
  },
14630
14753
  "pageBefore": {
14631
14754
  "type": "string",
@@ -14882,7 +15005,7 @@
14882
15005
  },
14883
15006
  "pageAfter": {
14884
15007
  "type": "string",
14885
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15008
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14886
15009
  },
14887
15010
  "pageBefore": {
14888
15011
  "type": "string",
@@ -15308,7 +15431,7 @@
15308
15431
  },
15309
15432
  "pageAfter": {
15310
15433
  "type": "string",
15311
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15434
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
15312
15435
  },
15313
15436
  "pageBefore": {
15314
15437
  "type": "string",
@@ -15581,7 +15704,7 @@
15581
15704
  },
15582
15705
  "pageAfter": {
15583
15706
  "type": "string",
15584
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15707
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
15585
15708
  },
15586
15709
  "pageBefore": {
15587
15710
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.0",
3
+ "version": "0.1.33-dev.2",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",