shortcutkit 0.4.2 → 0.5.1

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.
@@ -35062,7 +35062,7 @@ export type ParamTypes = {
35062
35062
  "emailAddresses": AnyValue;
35063
35063
  "postalAddresses": AnyValue;
35064
35064
  "contactRelations": AnyValue;
35065
- "birthday": AnyValue;
35065
+ "birthday": TextValue;
35066
35066
  "dates": AnyValue;
35067
35067
  "OpenWhenRun": BoolValue;
35068
35068
  "AppIntentDescriptor"?: DictionaryValue;
@@ -35097,7 +35097,7 @@ export type ParamTypes = {
35097
35097
  "emailAddresses": AnyValue;
35098
35098
  "postalAddresses": AnyValue;
35099
35099
  "contactRelations": AnyValue;
35100
- "birthday": AnyValue;
35100
+ "birthday": TextValue;
35101
35101
  "dates": AnyValue;
35102
35102
  "OpenWhenRun": BoolValue;
35103
35103
  "AppIntentDescriptor"?: DictionaryValue;
@@ -35525,7 +35525,7 @@ export type ParamTypes = {
35525
35525
  "origin": AnyValue;
35526
35526
  "destination": AnyValue;
35527
35527
  "transportationType": EnumValue<"any" | "cycling" | "driving" | "transit" | "walking">;
35528
- "departureTime": AnyValue;
35528
+ "departureTime": TextValue;
35529
35529
  "preferences": EnumValue<"avoidBusyRoads" | "avoidHighways" | "avoidHills" | "avoidStairs" | "avoidTolls" | "disableBus" | "disableFerry" | "disableSubway" | "disableTrain">;
35530
35530
  "ShowWhenRun": BoolValue;
35531
35531
  "AppIntentDescriptor"?: DictionaryValue;
@@ -35646,7 +35646,7 @@ export type ParamTypes = {
35646
35646
  "attachments": AnyValue;
35647
35647
  "locations": AnyValue;
35648
35648
  "links": TextValue;
35649
- "scheduledDate": AnyValue;
35649
+ "scheduledDate": TextValue;
35650
35650
  "AppIntentDescriptor"?: DictionaryValue;
35651
35651
  };
35652
35652
  "com.apple.MobileSMS.EditSentMessageIntent": {
@@ -35718,7 +35718,7 @@ export type ParamTypes = {
35718
35718
  "attachments": AnyValue;
35719
35719
  "locations": AnyValue;
35720
35720
  "links": TextValue;
35721
- "scheduledDate": AnyValue;
35721
+ "scheduledDate": TextValue;
35722
35722
  "AppIntentDescriptor"?: DictionaryValue;
35723
35723
  };
35724
35724
  "com.apple.MobileSMS.SendMessageReactionIntent": {
@@ -36542,7 +36542,7 @@ export type ParamTypes = {
36542
36542
  "com.apple.Safari.AddHistoryItem": {
36543
36543
  "url": TextValue;
36544
36544
  "name": TextValue;
36545
- "timeOfVisit": AnyValue;
36545
+ "timeOfVisit": TextValue;
36546
36546
  "AppIntentDescriptor"?: DictionaryValue;
36547
36547
  };
36548
36548
  "com.apple.Safari.BookmarkEntity": {
@@ -38801,7 +38801,7 @@ export type ParamTypes = {
38801
38801
  "AppIntentDescriptor"?: DictionaryValue;
38802
38802
  };
38803
38803
  "com.apple.clock.AssistantCreateAlarmIntent": {
38804
- "time": AnyValue;
38804
+ "time": TextValue;
38805
38805
  "label": TextValue;
38806
38806
  "recurrenceDays": AnyValue;
38807
38807
  "canSnooze": BoolValue;
@@ -38916,7 +38916,7 @@ export type ParamTypes = {
38916
38916
  "com.apple.clock.UpdateAlarmIntent": {
38917
38917
  "alarm": AnyValue;
38918
38918
  "isEnabled": BoolValue;
38919
- "time": AnyValue;
38919
+ "time": TextValue;
38920
38920
  "label": TextValue;
38921
38921
  "recurrenceDays": AnyValue;
38922
38922
  "allowsSnooze": BoolValue;
@@ -39435,14 +39435,14 @@ export type ParamTypes = {
39435
39435
  };
39436
39436
  "com.apple.iCal.CreateEventIntent": {
39437
39437
  "title": TextValue;
39438
- "startDate": AnyValue;
39439
- "endDate": AnyValue;
39438
+ "startDate": TextValue;
39439
+ "endDate": TextValue;
39440
39440
  "isAllDay": BoolValue;
39441
39441
  "recurrence": AnyValue;
39442
39442
  "calendar": AnyValue;
39443
39443
  "location": AnyValue;
39444
39444
  "note": TextValue;
39445
- "alarms": AnyValue;
39445
+ "alarms": TextValue;
39446
39446
  "attendees": AnyValue;
39447
39447
  "privacyLevel": EnumValue<"0" | "1" | "2" | "3">;
39448
39448
  "availability": EnumValue<"0" | "1" | "2" | "3" | "4">;
@@ -39466,8 +39466,8 @@ export type ParamTypes = {
39466
39466
  "com.apple.iCal.EditEventIntent": {
39467
39467
  "event": AnyValue;
39468
39468
  "title": TextValue;
39469
- "startDate": AnyValue;
39470
- "endDate": AnyValue;
39469
+ "startDate": TextValue;
39470
+ "endDate": TextValue;
39471
39471
  "isAllDay": BoolValue;
39472
39472
  "calendar": AnyValue;
39473
39473
  "privacyLevel": EnumValue<"0" | "1" | "2" | "3">;
@@ -39477,7 +39477,7 @@ export type ParamTypes = {
39477
39477
  "note": TextValue;
39478
39478
  "recurrence": AnyValue;
39479
39479
  "travelTime": NumberValue;
39480
- "alarms": AnyValue;
39480
+ "alarms": TextValue;
39481
39481
  "url": TextValue;
39482
39482
  "participationStatus": EnumValue<"accepted" | "completed" | "declined" | "delegated" | "inProcess" | "pending" | "tentative">;
39483
39483
  "attendees": AnyValue;
@@ -39510,8 +39510,8 @@ export type ParamTypes = {
39510
39510
  "AppIntentDescriptor"?: DictionaryValue;
39511
39511
  };
39512
39512
  "com.apple.iCal.FetchTransferableEventsInRangeIntent": {
39513
- "rangeStart": AnyValue;
39514
- "rangeEnd": AnyValue;
39513
+ "rangeStart": TextValue;
39514
+ "rangeEnd": TextValue;
39515
39515
  "AppIntentDescriptor"?: DictionaryValue;
39516
39516
  };
39517
39517
  "com.apple.iCal.HighlightEventIntent": {
@@ -39547,7 +39547,7 @@ export type ParamTypes = {
39547
39547
  "AppIntentDescriptor"?: DictionaryValue;
39548
39548
  };
39549
39549
  "com.apple.iCal.OpenDateIntent": {
39550
- "target": AnyValue;
39550
+ "target": TextValue;
39551
39551
  "AppIntentDescriptor"?: DictionaryValue;
39552
39552
  };
39553
39553
  "com.apple.iCal.OpenEventDetailsIntent": {
@@ -39574,11 +39574,11 @@ export type ParamTypes = {
39574
39574
  "com.apple.iCal.TestComposeEngineIntent": {
39575
39575
  "input": TextValue;
39576
39576
  "requestedDetails": EnumValue<"attendees" | "canonicalLocation" | "category" | "location" | "startDate">;
39577
- "rangeStart": AnyValue;
39578
- "rangeEnd": AnyValue;
39577
+ "rangeStart": TextValue;
39578
+ "rangeEnd": TextValue;
39579
39579
  "maxResults": NumberValue;
39580
39580
  "dataSources": EnumValue<"attendeesFromContactsAutocomplete" | "attendeesFromDirectorySearch" | "attendeesFromIntelligencePlatform" | "attendeesFromRecents">;
39581
- "dateNow": AnyValue;
39581
+ "dateNow": TextValue;
39582
39582
  "AppIntentDescriptor"?: DictionaryValue;
39583
39583
  };
39584
39584
  "com.apple.iCal.TransferableCalendarEntity": {
@@ -39662,8 +39662,8 @@ export type ParamTypes = {
39662
39662
  "during": EnumValue<"inBetween" | "lastWeek" | "specifiedDay" | "thisMonth" | "thisWeek" | "today" | "yesterday">;
39663
39663
  "selectedDevice": AnyValue;
39664
39664
  "activityType": EnumValue<"all" | "app" | "website">;
39665
- "startTime": AnyValue;
39666
- "endTime": AnyValue;
39665
+ "startTime": TextValue;
39666
+ "endTime": TextValue;
39667
39667
  "AppIntentDescriptor"?: DictionaryValue;
39668
39668
  };
39669
39669
  "com.apple.intelligenceplatform.IntelligencePlatform.IntelligencePlatformDataActionsAppIntentsExtension.FindSportsEvents": {
@@ -39718,7 +39718,7 @@ export type ParamTypes = {
39718
39718
  "mediaItems": AnyValue;
39719
39719
  "location": AnyValue;
39720
39720
  "entryBookmark": BoolValue;
39721
- "entryDate": AnyValue;
39721
+ "entryDate": TextValue;
39722
39722
  "OpenWhenRun": BoolValue;
39723
39723
  "AppIntentDescriptor"?: DictionaryValue;
39724
39724
  };
@@ -39920,7 +39920,7 @@ export type ParamTypes = {
39920
39920
  "AppIntentDescriptor"?: DictionaryValue;
39921
39921
  };
39922
39922
  "com.apple.mail.SendDraftIntent": {
39923
- "sendLaterDate": AnyValue;
39923
+ "sendLaterDate": TextValue;
39924
39924
  "target": AnyValue;
39925
39925
  "ShowWhenRun": BoolValue;
39926
39926
  "AppIntentDescriptor"?: DictionaryValue;
@@ -39978,7 +39978,7 @@ export type ParamTypes = {
39978
39978
  "AppIntentDescriptor"?: DictionaryValue;
39979
39979
  };
39980
39980
  "com.apple.mobiletimer-framework.MobileTimerIntents.MTCreateAlarmIntent": {
39981
- "dateComponents": AnyValue;
39981
+ "dateComponents": TextValue;
39982
39982
  "name": TextValue;
39983
39983
  "repeats": EnumValue<"friday" | "monday" | "saturday" | "sunday" | "thursday" | "tuesday" | "wednesday">;
39984
39984
  "allowsSnooze": BoolValue;
@@ -40709,7 +40709,7 @@ export type ParamTypes = {
40709
40709
  };
40710
40710
  "com.apple.reminders.SnoozeRemindersAppIntent": {
40711
40711
  "entities": AnyValue;
40712
- "nextTriggerTime": AnyValue;
40712
+ "nextTriggerTime": TextValue;
40713
40713
  "AppIntentDescriptor"?: DictionaryValue;
40714
40714
  };
40715
40715
  "com.apple.reminders.TTRCreateListAppIntent": {
@@ -40726,7 +40726,7 @@ export type ParamTypes = {
40726
40726
  "images": AnyValue;
40727
40727
  "tags": TextValue;
40728
40728
  "urls": TextValue;
40729
- "dueDate": AnyValue;
40729
+ "dueDate": TextValue;
40730
40730
  "recurrence": AnyValue;
40731
40731
  "locationTrigger": AnyValue;
40732
40732
  "list": AnyValue;
@@ -40814,7 +40814,7 @@ export type ParamTypes = {
40814
40814
  "images": AnyValue;
40815
40815
  "tags": TextValue;
40816
40816
  "urls": TextValue;
40817
- "dueDate": AnyValue;
40817
+ "dueDate": TextValue;
40818
40818
  "recurrence": AnyValue;
40819
40819
  "locationTrigger": AnyValue;
40820
40820
  "subtasks": AnyValue;
@@ -41146,7 +41146,7 @@ export type ParamTypes = {
41146
41146
  "AppIntentDescriptor"?: DictionaryValue;
41147
41147
  };
41148
41148
  "com.apple.siri.SiriMailFlowTools.SiriMailFlowTools.SendDraftMailTool|com.apple.mail": {
41149
- "sendLaterDate": AnyValue;
41149
+ "sendLaterDate": TextValue;
41150
41150
  "target": AnyValue;
41151
41151
  "AppIntentDescriptor"?: DictionaryValue;
41152
41152
  };
@@ -41323,7 +41323,7 @@ export type ParamTypes = {
41323
41323
  "attachments": AnyValue;
41324
41324
  "locations": AnyValue;
41325
41325
  "links": TextValue;
41326
- "scheduledDate": AnyValue;
41326
+ "scheduledDate": TextValue;
41327
41327
  "AppIntentDescriptor"?: DictionaryValue;
41328
41328
  };
41329
41329
  "com.apple.siri.messages.SiriMessagesAppIntentsExtension.SiriKitUnsendLastMessageIntent": {
@@ -41350,7 +41350,7 @@ export type ParamTypes = {
41350
41350
  "links": TextValue;
41351
41351
  "audioMessage": AnyValue;
41352
41352
  "isAudioMessage": BoolValue;
41353
- "scheduledDate": AnyValue;
41353
+ "scheduledDate": TextValue;
41354
41354
  "AppIntentDescriptor"?: DictionaryValue;
41355
41355
  };
41356
41356
  "com.apple.siri.messages.SiriMessagesFlowTools.SiriMessagesFlowTools.EditLastMessageSentWithSiriTool": {
@@ -41395,7 +41395,7 @@ export type ParamTypes = {
41395
41395
  "links": TextValue;
41396
41396
  "audioMessage": AnyValue;
41397
41397
  "isAudioMessage": BoolValue;
41398
- "scheduledDate": AnyValue;
41398
+ "scheduledDate": TextValue;
41399
41399
  "AppIntentDescriptor"?: DictionaryValue;
41400
41400
  };
41401
41401
  "com.apple.siri.notebook.SiriNotebookFlowTools.SiriNotebookFlowTools.CreateListAddReminderFlowTool|com.apple.reminders": {
@@ -41403,7 +41403,7 @@ export type ParamTypes = {
41403
41403
  "note": TextValue;
41404
41404
  "tags": TextValue;
41405
41405
  "urls": TextValue;
41406
- "dueDate": AnyValue;
41406
+ "dueDate": TextValue;
41407
41407
  "recurrence": AnyValue;
41408
41408
  "list": AnyValue;
41409
41409
  "isFlagged": BoolValue;
@@ -41417,7 +41417,7 @@ export type ParamTypes = {
41417
41417
  "note": TextValue;
41418
41418
  "tags": TextValue;
41419
41419
  "urls": TextValue;
41420
- "dueDate": AnyValue;
41420
+ "dueDate": TextValue;
41421
41421
  "recurrence": AnyValue;
41422
41422
  "list": AnyValue;
41423
41423
  "isFlagged": BoolValue;
@@ -41436,7 +41436,7 @@ export type ParamTypes = {
41436
41436
  "note": TextValue;
41437
41437
  "tags": TextValue;
41438
41438
  "urls": TextValue;
41439
- "dueDate": AnyValue;
41439
+ "dueDate": TextValue;
41440
41440
  "recurrence": AnyValue;
41441
41441
  "list": AnyValue;
41442
41442
  "isFlagged": BoolValue;
@@ -41608,7 +41608,7 @@ export type ParamTypes = {
41608
41608
  };
41609
41609
  "com.apple.systempreferences.AccentColorEntity-UpdatableEntity": {
41610
41610
  "entity": AnyValue;
41611
- "value": AnyValue;
41611
+ "value": StringValue;
41612
41612
  "AppIntentDescriptor"?: DictionaryValue;
41613
41613
  };
41614
41614
  "com.apple.systempreferences.AirDropEntity": {
@@ -44128,7 +44128,7 @@ export type ParamTypes = {
44128
44128
  };
44129
44129
  "com.apple.systempreferences.HighlightColorEntity-UpdatableEntity": {
44130
44130
  "entity": AnyValue;
44131
- "value": AnyValue;
44131
+ "value": StringValue;
44132
44132
  "AppIntentDescriptor"?: DictionaryValue;
44133
44133
  };
44134
44134
  "com.apple.systempreferences.IdentifierIntent": {
@@ -44672,7 +44672,7 @@ export type ParamTypes = {
44672
44672
  "location": AnyValue;
44673
44673
  "specificCondition": EnumValue<"conditions" | "humidity" | "precipitation" | "pressure" | "uvi" | "visibility" | "wind">;
44674
44674
  "temperatureKind": EnumValue<"actual" | "apparent">;
44675
- "date": AnyValue;
44675
+ "date": TextValue;
44676
44676
  "AppIntentDescriptor"?: DictionaryValue;
44677
44677
  };
44678
44678
  "com.apple.weather.PreferredUnitsEntity": {
package/dist/index.js CHANGED
@@ -28623,7 +28623,7 @@ var ACTIONS = {
28623
28623
  };
28624
28624
  // data/provenance.json
28625
28625
  var provenance_default = {
28626
- extractedAt: "2026-09-04T12:37:27Z",
28626
+ extractedAt: "2026-09-04T12:55:19Z",
28627
28627
  macOS: { version: "27.0", build: "26A5421a", arch: "arm64" },
28628
28628
  shortcutsApp: { version: "10.0", build: "5037.0.17" },
28629
28629
  workflowKit: "10.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shortcutkit",
3
- "version": "0.4.2",
3
+ "version": "0.5.1",
4
4
  "description": "Build, validate and sign Apple Shortcuts files. Every built-in action typed, straight from the Shortcuts engine.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",