@deafwave/osrs-botmaker-types 0.7.4 → 0.7.11
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.
- package/dist/src/rollup/ItemID.d.ts +18 -10
- package/dist/src/rollup/ItemID.js +18 -10
- package/dist/src/rollup/NpcID.d.ts +19 -0
- package/dist/src/rollup/NpcID.js +19 -0
- package/dist/src/rollup/NullItemID.d.ts +5 -0
- package/dist/src/rollup/NullItemID.js +5 -0
- package/dist/src/rollup/NullNpcID.d.ts +13 -0
- package/dist/src/rollup/NullNpcID.js +13 -0
- package/dist/src/rollup/NullObjectID.d.ts +13 -0
- package/dist/src/rollup/NullObjectID.js +13 -0
- package/dist/src/rollup/ObjectID.d.ts +31 -0
- package/dist/src/rollup/ObjectID.js +31 -0
- package/dist/src/rollup/gameval/AnimationID.d.ts +5 -0
- package/dist/src/rollup/gameval/AnimationID.js +5 -0
- package/dist/src/rollup/gameval/DBTableID.d.ts +8 -2
- package/dist/src/rollup/gameval/DBTableID.js +8 -2
- package/dist/src/rollup/gameval/InterfaceID.d.ts +1 -0
- package/dist/src/rollup/gameval/InterfaceID.js +1 -0
- package/dist/src/rollup/gameval/ItemID.d.ts +8 -0
- package/dist/src/rollup/gameval/ItemID.js +8 -0
- package/dist/src/rollup/gameval/NpcID.d.ts +32 -0
- package/dist/src/rollup/gameval/NpcID.js +32 -0
- package/dist/src/rollup/gameval/ObjectID1.d.ts +44 -0
- package/dist/src/rollup/gameval/ObjectID1.js +44 -0
- package/dist/src/rollup/gameval/VarClientID.d.ts +2 -0
- package/dist/src/rollup/gameval/VarClientID.js +2 -0
- package/dist/src/rollup/gameval/VarPlayerID.d.ts +3 -0
- package/dist/src/rollup/gameval/VarPlayerID.js +3 -0
- package/dist/src/rollup/gameval/VarbitID.d.ts +30 -0
- package/dist/src/rollup/gameval/VarbitID.js +30 -0
- package/dist/src/types/java/index.d.ts +1 -0
- package/dist/src/types/java/swing/JDialog.d.ts +28 -0
- package/dist/src/types/java/swing/JFrame.d.ts +6 -1
- package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +18 -10
- package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +19 -0
- package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +5 -0
- package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +13 -0
- package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +13 -0
- package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +31 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +5 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +9 -2
- package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +1 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +13 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +32 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +44 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +2 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +3 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +30 -0
- package/package.json +15 -2
|
@@ -18852,6 +18852,14 @@ declare namespace net.runelite.api.gameval {
|
|
|
18852
18852
|
static readonly SALVAGE_TABLE_ICON_DUMMY = 32919;
|
|
18853
18853
|
static readonly TRAWLING_ICON_DUMMY = 32920;
|
|
18854
18854
|
static readonly JAR_OF_FEATHERS = 32921;
|
|
18855
|
+
static readonly ANY_NAILS = 32923;
|
|
18856
|
+
static readonly CARGO_CRATE_ARROWTIPS_RELLEKKA = 32924;
|
|
18857
|
+
static readonly CARGO_CRATE_CLOTHES_VOID_KNIGHTS_OUTPOST = 32925;
|
|
18858
|
+
static readonly XMAS25_SERVING_PLATTER = 32926;
|
|
18859
|
+
static readonly XMAS25_BIB = 32928;
|
|
18860
|
+
static readonly XMAS25_BEER_BELLY_SWEATER = 32930;
|
|
18861
|
+
static readonly XMAS25_CONTEST_JUMPER = 32932;
|
|
18862
|
+
static readonly XMAS25_CHRISTMAS_DINNER = 32934;
|
|
18855
18863
|
static readonly TWPART1 = 7;
|
|
18856
18864
|
static readonly TWPART2 = 9;
|
|
18857
18865
|
static readonly TWPART3 = 11;
|
|
@@ -32925,5 +32933,10 @@ declare namespace net.runelite.api.gameval {
|
|
|
32925
32933
|
static readonly IRONWOOD_LOGS = 32909;
|
|
32926
32934
|
static readonly ROSEWOOD_LOGS = 32912;
|
|
32927
32935
|
static readonly JAR_OF_FEATHERS = 32922;
|
|
32936
|
+
static readonly XMAS25_SERVING_PLATTER = 32927;
|
|
32937
|
+
static readonly XMAS25_BIB = 32929;
|
|
32938
|
+
static readonly XMAS25_BEER_BELLY_SWEATER = 32931;
|
|
32939
|
+
static readonly XMAS25_CONTEST_JUMPER = 32933;
|
|
32940
|
+
static readonly XMAS25_CHRISTMAS_DINNER = 32935;
|
|
32928
32941
|
}
|
|
32929
32942
|
}
|
|
@@ -14816,6 +14816,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
14816
14816
|
static readonly RUSTY_PIRATE_THIEVING_CHEST_GLE = 14811;
|
|
14817
14817
|
static readonly TARNISHED_PIRATE_THIEVING_CHEST_GLE = 14812;
|
|
14818
14818
|
static readonly REINFORCED_PIRATE_THIEVING_CHEST_GLE = 14813;
|
|
14819
|
+
static readonly XMAS25_QUEUE_NPC_1 = 14814;
|
|
14819
14820
|
static readonly POH_HW_CHAIR = 14815;
|
|
14820
14821
|
static readonly BARRACUDA_MAKO = 14816;
|
|
14821
14822
|
static readonly BARRACUDA_MORA = 14817;
|
|
@@ -14865,6 +14866,8 @@ declare namespace net.runelite.api.gameval {
|
|
|
14865
14866
|
static readonly SLAYER_GRYPHON_GUARDIAN = 14861;
|
|
14866
14867
|
static readonly SLAYER_GRYPHON_BOSS_GUARDIAN = 14862;
|
|
14867
14868
|
static readonly SLAYER_GRYPHON_BOSS_GUARDIAN_VIS = 14863;
|
|
14869
|
+
static readonly XMAS25_QUEUE_NPC_2 = 14864;
|
|
14870
|
+
static readonly XMAS25_QUEUE_NPC_3 = 14865;
|
|
14868
14871
|
static readonly PANDEMONIUM_FISHMONGER = 14866;
|
|
14869
14872
|
static readonly PANDEMONIUM_ROSALEE = 14867;
|
|
14870
14873
|
static readonly PANDEMONIUM_DAWSON = 14868;
|
|
@@ -15177,6 +15180,14 @@ declare namespace net.runelite.api.gameval {
|
|
|
15177
15180
|
static readonly SAILING_CHARTING_DRINK_CRATE_MONKFISH_STOUT_EFFECT = 15175;
|
|
15178
15181
|
static readonly SAILING_CHARTING_DRINK_CRATE_MONKFISH_STOUT_EFFECT_DEAD = 15176;
|
|
15179
15182
|
static readonly SAILING_CHARTING_DRINK_CRATE_SAILING_CAT_EFFECT = 15177;
|
|
15183
|
+
static readonly XMAS25_QUEUE_NPC_4 = 15178;
|
|
15184
|
+
static readonly XMAS25_QUEUE_NPC_5 = 15179;
|
|
15185
|
+
static readonly XMAS25_QUEUE_NPC_6 = 15180;
|
|
15186
|
+
static readonly XMAS25_QUEUE_NPC_7 = 15181;
|
|
15187
|
+
static readonly XMAS25_QUEUE_NPC_8 = 15182;
|
|
15188
|
+
static readonly XMAS25_QUEUE_NPC_9 = 15183;
|
|
15189
|
+
static readonly XMAS25_TABLE_NPC_1 = 15184;
|
|
15190
|
+
static readonly XMAS25_TABLE_NPC_2 = 15185;
|
|
15180
15191
|
static readonly BOAT_HP_NPC_TINY = 15186;
|
|
15181
15192
|
static readonly BOAT_HP_NPC_SMALL = 15187;
|
|
15182
15193
|
static readonly BOAT_HP_NPC_MEDIUM = 15188;
|
|
@@ -15228,6 +15239,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
15228
15239
|
static readonly SAILING_DOLPHIN = 15234;
|
|
15229
15240
|
static readonly SAILING_DOLPHIN_DEAD = 15235;
|
|
15230
15241
|
static readonly SAILING_DOLPHIN_BABY = 15236;
|
|
15242
|
+
static readonly XMAS25_TABLE_NPC_3 = 15237;
|
|
15231
15243
|
static readonly SAILING_ASSISTANT_LIMBO = 15238;
|
|
15232
15244
|
static readonly JUMBO_JIM = 15239;
|
|
15233
15245
|
static readonly SAILING_EMOTE_NPC = 15240;
|
|
@@ -15537,5 +15549,25 @@ declare namespace net.runelite.api.gameval {
|
|
|
15537
15549
|
static readonly SAILING_TRANSPORT_TRADER_STAN_CREW_WOMAN1_PORT_ROBERTS = 15544;
|
|
15538
15550
|
static readonly SAILING_TRANSPORT_TRADER_STAN_CREW_WOMAN2_PORT_ROBERTS = 15545;
|
|
15539
15551
|
static readonly SAILING_TRANSPORT_TRADER_STAN_CREW_WOMAN3_PORT_ROBERTS = 15546;
|
|
15552
|
+
static readonly XMAS25_TABLE_NPC_4 = 15547;
|
|
15553
|
+
static readonly XMAS25_STOOL_EMPTY = 15548;
|
|
15554
|
+
static readonly XMAS25_SIR_PRYSIN = 15549;
|
|
15555
|
+
static readonly XMAS25_AGGIE = 15550;
|
|
15556
|
+
static readonly XMAS25_JOBLESS_JIM = 15551;
|
|
15557
|
+
static readonly XMAS25_HANS = 15552;
|
|
15558
|
+
static readonly XMAS25_KARIM = 15553;
|
|
15559
|
+
static readonly XMAS25_OZIACH = 15554;
|
|
15560
|
+
static readonly XMAS25_ROMMIK = 15555;
|
|
15561
|
+
static readonly XMAS25_DORIS = 15556;
|
|
15562
|
+
static readonly XMAS25_HERQUIN = 15557;
|
|
15563
|
+
static readonly XMAS25_PUFFIN = 15558;
|
|
15564
|
+
static readonly XMAS25_CUTSCENE_CHEF_WITH_PLATE = 15559;
|
|
15565
|
+
static readonly XMAS25_CUTSCENE_CHEF_NO_PLATE = 15560;
|
|
15566
|
+
static readonly XMAS25_CUTSCENE_BARTENDER = 15561;
|
|
15567
|
+
static readonly XMAS25_CUTSCENE_WOMAN1 = 15562;
|
|
15568
|
+
static readonly XMAS25_CUTSCENE_JONNY = 15563;
|
|
15569
|
+
static readonly XMAS25_CUTSCENE_DR_HARLOW = 15564;
|
|
15570
|
+
static readonly XMAS25_CUTSCENE_BARBARIAN = 15565;
|
|
15571
|
+
static readonly XMAS25_CUTSCENE_FREDDIE = 15566;
|
|
15540
15572
|
}
|
|
15541
15573
|
}
|
|
@@ -26529,6 +26529,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
26529
26529
|
static readonly CAVEKIT_SNOW03_DEFAULT01_DARK02_WALLTOP = 58524;
|
|
26530
26530
|
static readonly TOA_ZEBAK_BUBBLES_BLUE = 58525;
|
|
26531
26531
|
static readonly BGSOUND_SAILING_OCEAN_WATER_LOOP_01 = 58526;
|
|
26532
|
+
static readonly CASTLEARROWSLIT_OFFSET = 58527;
|
|
26532
26533
|
static readonly BGSOUND_SAILING_COOKING_LOOP_2 = 58528;
|
|
26533
26534
|
static readonly BGSOUND_SAILING_NORTHERN_OCEAN_WIND_LOOP = 58529;
|
|
26534
26535
|
static readonly BGSOUND_SAILING_CLOCK = 58530;
|
|
@@ -26926,6 +26927,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
26926
26927
|
static readonly RUBIUMDEPOSIT1_EMPTY = 58922;
|
|
26927
26928
|
static readonly NICKELROCK1 = 58923;
|
|
26928
26929
|
static readonly NICKELROCK1_EMPTY = 58924;
|
|
26930
|
+
static readonly CABINET_OFFSET1 = 58925;
|
|
26929
26931
|
static readonly SAILING_BT_SCOREBOARD_TEMPOR_TANTRUM = 58926;
|
|
26930
26932
|
static readonly SAILING_BT_SCOREBOARD_JUBBLY_JIVE = 58927;
|
|
26931
26933
|
static readonly SAILING_BT_SCOREBOARD_GWENITH_GLIDE = 58928;
|
|
@@ -27552,6 +27554,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
27552
27554
|
static readonly SAILING_BOAT_SAIL_KANDARIN_3X8_IRONWOOD = 59549;
|
|
27553
27555
|
static readonly SAILING_BOAT_SAIL_KANDARIN_3X8_ROSEWOOD = 59550;
|
|
27554
27556
|
static readonly SAILING_BOAT_SAILS_COLOSSAL_REGULAR = 59551;
|
|
27557
|
+
static readonly GRIMSTONE_CAVE_WALL_UPPER_CREVICE = 59552;
|
|
27555
27558
|
static readonly SAILING_BOAT_SAILS_INTRO = 59553;
|
|
27556
27559
|
static readonly SAILING_BOAT_STEERING_KANDARIN_1X3_WOOD = 59554;
|
|
27557
27560
|
static readonly SAILING_BOAT_STEERING_KANDARIN_1X3_WOOD_IN_USE = 59555;
|
|
@@ -28575,5 +28578,46 @@ declare namespace net.runelite.api.gameval {
|
|
|
28575
28578
|
static readonly SAILING_SHRIMP_RARE = 60573;
|
|
28576
28579
|
static readonly SAILING_CLUE_TURTLE = 60574;
|
|
28577
28580
|
static readonly HAZARDOUS_WATER_PROFANE_GHOST = 60575;
|
|
28581
|
+
static readonly XMAS25_TABLE01_EMPTY01 = 60576;
|
|
28582
|
+
static readonly XMAS25_TABLE01_EMPTY01_OP1 = 60577;
|
|
28583
|
+
static readonly XMAS25_TABLE01_DRINK01 = 60578;
|
|
28584
|
+
static readonly XMAS25_TABLE01_FOOD01 = 60579;
|
|
28585
|
+
static readonly XMAS25_TABLE01_VEGETABLE01 = 60580;
|
|
28586
|
+
static readonly XMAS25_TABLE_1 = 60581;
|
|
28587
|
+
static readonly XMAS25_TABLE_2 = 60582;
|
|
28588
|
+
static readonly XMAS25_TABLE_3 = 60583;
|
|
28589
|
+
static readonly XMAS25_TABLE_4 = 60584;
|
|
28590
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_MIDDLE = 60585;
|
|
28591
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_MIDDLE_INTERACT = 60586;
|
|
28592
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_MIDDLE2 = 60587;
|
|
28593
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_MIDDLE2_INTERACT = 60588;
|
|
28594
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_LEFT = 60589;
|
|
28595
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_LEFT_INTERACT = 60590;
|
|
28596
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_RIGHT = 60591;
|
|
28597
|
+
static readonly XMAS25_BLUE_INN_DRINKS_BAR_RIGHT_INTERACT = 60592;
|
|
28598
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE = 60593;
|
|
28599
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE_INTERACT = 60594;
|
|
28600
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE2 = 60595;
|
|
28601
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE2_INTERACT = 60596;
|
|
28602
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE3 = 60597;
|
|
28603
|
+
static readonly XMAS25_BLUE_INN_BAR_MIDDLE3_INTERACT = 60598;
|
|
28604
|
+
static readonly XMAS25_BLUE_INN_BAR_LEFT = 60599;
|
|
28605
|
+
static readonly XMAS25_BLUE_INN_BAR_RIGHT = 60600;
|
|
28606
|
+
static readonly XMAS25_BAR_DRINKS_MIDDLE = 60601;
|
|
28607
|
+
static readonly XMAS25_BAR_DRINKS_MIDDLE2 = 60602;
|
|
28608
|
+
static readonly XMAS25_BAR_DRINKS_LEFT = 60603;
|
|
28609
|
+
static readonly XMAS25_BAR_DRINKS_RIGHT = 60604;
|
|
28610
|
+
static readonly XMAS25_BAR_MIDDLE = 60605;
|
|
28611
|
+
static readonly XMAS25_BAR_MIDDLE2 = 60606;
|
|
28612
|
+
static readonly XMAS25_BAR_MIDDLE3 = 60607;
|
|
28613
|
+
static readonly XMAS25_CRATE01_CARROT01 = 60608;
|
|
28614
|
+
static readonly XMAS25_CRATE01_TOMATO01 = 60609;
|
|
28615
|
+
static readonly XMAS25_CRATE01_VEGETABLE01 = 60610;
|
|
28616
|
+
static readonly XMAS25_CRATE01_BROCCOLI01 = 60611;
|
|
28617
|
+
static readonly XMAS25_CRATE01_FRUIT01 = 60612;
|
|
28618
|
+
static readonly XMAS25_CRATE01_FISH01 = 60613;
|
|
28619
|
+
static readonly XMAS25_CRATE01_MEAT01 = 60614;
|
|
28620
|
+
static readonly XMAS22_DECORATION_HOLLYWREATH01_WALL01 = 60615;
|
|
28621
|
+
static readonly XMAS25_SNOWBALL_PILE = 60616;
|
|
28578
28622
|
}
|
|
28579
28623
|
}
|
|
@@ -1345,5 +1345,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
1345
1345
|
static readonly CAMERA_ZOOM_BIG_MIN = 1340;
|
|
1346
1346
|
static readonly CAMERA_ZOOM_BIG_MAX = 1341;
|
|
1347
1347
|
static readonly SAILING_LAST_BOAT_HP = 1342;
|
|
1348
|
+
static readonly SETTINGS_DEV_EXAMPLE_INT = 1343;
|
|
1349
|
+
static readonly FAIRYRINGS_SEARCHSTRING = 1344;
|
|
1348
1350
|
}
|
|
1349
1351
|
}
|
|
@@ -2580,5 +2580,8 @@ declare namespace net.runelite.api.gameval {
|
|
|
2580
2580
|
static readonly SAILING_BOAT_CARGOHOLD_SIDE_WHITELIST = 5205;
|
|
2581
2581
|
static readonly PORT_TASKS_COMPLETED = 5207;
|
|
2582
2582
|
static readonly SAILING_SHIPWRECK_RAREITEMS = 5208;
|
|
2583
|
+
static readonly XMAS_25_1 = 5214;
|
|
2584
|
+
static readonly XMAS_25_2 = 5215;
|
|
2585
|
+
static readonly XMAS_25_3 = 5216;
|
|
2583
2586
|
}
|
|
2584
2587
|
}
|
|
@@ -11120,6 +11120,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
11120
11120
|
static readonly SETTINGS_HD_NEW_RENDERER_TOGGLE = 16617;
|
|
11121
11121
|
static readonly SETTINGS_HD_WARNING_SHOWN = 16618;
|
|
11122
11122
|
static readonly SETTINGS_SD_BETA_ENABLED = 16619;
|
|
11123
|
+
static readonly SAILING_WARNING_TELEPORTOFFBOAT = 16620;
|
|
11123
11124
|
static readonly SETTINGS_WORLD_MAP_HOTKEY_DISABLED = 16621;
|
|
11124
11125
|
static readonly CHARGES_EYE_OF_AYAK_QUANTITY = 16623;
|
|
11125
11126
|
static readonly PMOON_EYATLALLI_VIS = 16624;
|
|
@@ -13839,5 +13840,34 @@ declare namespace net.runelite.api.gameval {
|
|
|
13839
13840
|
static readonly SAILING_CREW_GHOST_JENKINS_VISIBILITY_CRANDOR = 19610;
|
|
13840
13841
|
static readonly SETTINGS_IRONMAN_CARGO_WARNING_TEMP = 19612;
|
|
13841
13842
|
static readonly SAILING_CREW_GHOST_JENKINS_VISIBILITY_CONTROL = 19613;
|
|
13843
|
+
static readonly SETTINGS_CARGO_HOLD_PRIVACY = 19614;
|
|
13844
|
+
static readonly BOAT_REPAIR_COST_WARNING_DISMISSED = 19616;
|
|
13845
|
+
static readonly XMAS_25_MAIN = 19618;
|
|
13846
|
+
static readonly XMAS_25_NPC_QUEUE = 19619;
|
|
13847
|
+
static readonly XMAS_25_SEAT_ID_1 = 19620;
|
|
13848
|
+
static readonly XMAS_25_SEAT_ID_2 = 19621;
|
|
13849
|
+
static readonly XMAS_25_SEAT_ID_3 = 19622;
|
|
13850
|
+
static readonly XMAS_25_SEAT_ID_4 = 19623;
|
|
13851
|
+
static readonly XMAS25_CURRENT_TABLE = 19624;
|
|
13852
|
+
static readonly XMAS25_FOOD_CORRECT_MAIN = 19625;
|
|
13853
|
+
static readonly XMAS25_FOOD_CORRECT_SIDE_1 = 19626;
|
|
13854
|
+
static readonly XMAS_25_TABLE_ID_1 = 19627;
|
|
13855
|
+
static readonly XMAS_25_TABLE_ID_2 = 19628;
|
|
13856
|
+
static readonly XMAS_25_TABLE_ID_3 = 19629;
|
|
13857
|
+
static readonly XMAS_25_TABLE_ID_4 = 19630;
|
|
13858
|
+
static readonly XMAS_25_BAR_INTERACTABLE = 19631;
|
|
13859
|
+
static readonly XMAS_25_BAR_DRINKS = 19632;
|
|
13860
|
+
static readonly XMAS_25_BAR_CORRECT_DRINK = 19633;
|
|
13861
|
+
static readonly XMAS25_TABLE_1_STATE = 19634;
|
|
13862
|
+
static readonly XMAS25_TABLE_2_STATE = 19635;
|
|
13863
|
+
static readonly XMAS25_TABLE_3_STATE = 19636;
|
|
13864
|
+
static readonly XMAS25_TABLE_4_STATE = 19637;
|
|
13865
|
+
static readonly XMAS25_FOOD_CORRECT_SIDE_2 = 19638;
|
|
13866
|
+
static readonly XMAS25_FOOD_CORRECT_SIDE_3 = 19639;
|
|
13867
|
+
static readonly XMAS25_FOOD_MAIN = 19640;
|
|
13868
|
+
static readonly XMAS25_FOOD_SIDE_1 = 19641;
|
|
13869
|
+
static readonly XMAS25_FOOD_SIDE_2 = 19642;
|
|
13870
|
+
static readonly XMAS25_FOOD_SIDE_3 = 19643;
|
|
13871
|
+
static readonly SAILING_UNEXPECTED_INPUT_LOGGED = 19645;
|
|
13842
13872
|
}
|
|
13843
13873
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deafwave/osrs-botmaker-types",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Chandler Ferry",
|
|
6
6
|
"url": "https://github.com/ChandlerFerry"
|
|
@@ -8,7 +8,20 @@
|
|
|
8
8
|
"description": "Typescript Types for Sox's Botmaker",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"type": "module",
|
|
11
|
-
"
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/deafwave/osrs-botmaker-types"
|
|
14
|
+
},
|
|
15
|
+
"contributors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "jbiskit",
|
|
18
|
+
"url": "https://github.com/jbiskit"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "CodySimonds65",
|
|
22
|
+
"url": "https://github.com/CodySimonds65"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
12
25
|
"publishConfig": {
|
|
13
26
|
"access": "public",
|
|
14
27
|
"registry": "https://registry.npmjs.org"
|