@stacksjs/actions 0.70.22 → 0.70.23
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/build.js +9 -9
- package/dist/chunk-4axj3j8y.js +34 -0
- package/dist/{chunk-y08qabyb.js → chunk-56ar3gp7.js} +15 -13
- package/dist/{chunk-8qsrwjam.js → chunk-76zhb40c.js} +2 -2
- package/dist/{chunk-hqmjfnnn.js → chunk-7s5qcjkt.js} +1 -1
- package/dist/{chunk-90y2wmyz.js → chunk-a7k3cdby.js} +4 -114
- package/dist/{chunk-23btgw5e.js → chunk-b5g5w1hh.js} +108 -28
- package/dist/{chunk-yyvh669b.js → chunk-bf8bq8pc.js} +14 -6
- package/dist/{chunk-0m948f1p.js → chunk-ccnf3w1b.js} +102 -51
- package/dist/{chunk-qka5w6cv.js → chunk-dvkgakrr.js} +13 -12
- package/dist/{chunk-ddw2jq8f.js → chunk-hvfeg6n6.js} +59 -61
- package/dist/{chunk-bz3nmjmp.js → chunk-mmskr8ar.js} +9 -9
- package/dist/{chunk-zhrbz0qv.js → chunk-nrr524a7.js} +29 -32
- package/dist/{chunk-5wdfth6e.js → chunk-pacq2bz6.js} +11 -10
- package/dist/{chunk-3y8t4qyf.js → chunk-psa9yf21.js} +1 -1
- package/dist/{chunk-rfdmx5yh.js → chunk-q81mf99q.js} +7 -8
- package/dist/chunk-saqpg5nd.js +118 -0
- package/dist/{chunk-92e6scf8.js → chunk-t5em30ak.js} +3 -3
- package/dist/{chunk-atahpwz7.js → chunk-veja9rez.js} +9 -7
- package/dist/{chunk-s3xxrvrk.js → chunk-w4bfpxhm.js} +5 -5
- package/dist/{chunk-jq06qn43.js → chunk-xgsmf4cy.js} +5 -5
- package/dist/chunk-ykb33tkv.js +177 -0
- package/dist/database/seed.js +8 -8
- package/dist/generate/index.js +9 -9
- package/dist/index.js +9 -9
- package/dist/release.js +9 -9
- package/dist/upgrade.js +1 -1
- package/package.json +17 -17
- package/dist/chunk-mbvdyeyw.js +0 -50
- package/dist/chunk-ny592jcd.js +0 -133
- package/dist/chunk-rbsehxzg.js +0 -65
package/dist/chunk-mbvdyeyw.js
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
// ../../../../node_modules/@smithy/types/dist-es/middleware.js
|
|
2
|
-
var SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
3
|
-
// ../../../../node_modules/@smithy/types/dist-es/auth/auth.js
|
|
4
|
-
var HttpAuthLocation;
|
|
5
|
-
(function(HttpAuthLocation2) {
|
|
6
|
-
HttpAuthLocation2["HEADER"] = "header";
|
|
7
|
-
HttpAuthLocation2["QUERY"] = "query";
|
|
8
|
-
})(HttpAuthLocation || (HttpAuthLocation = {}));
|
|
9
|
-
// ../../../../node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js
|
|
10
|
-
var HttpApiKeyAuthLocation;
|
|
11
|
-
(function(HttpApiKeyAuthLocation2) {
|
|
12
|
-
HttpApiKeyAuthLocation2["HEADER"] = "header";
|
|
13
|
-
HttpApiKeyAuthLocation2["QUERY"] = "query";
|
|
14
|
-
})(HttpApiKeyAuthLocation || (HttpApiKeyAuthLocation = {}));
|
|
15
|
-
// ../../../../node_modules/@smithy/types/dist-es/endpoint.js
|
|
16
|
-
var EndpointURLScheme;
|
|
17
|
-
(function(EndpointURLScheme2) {
|
|
18
|
-
EndpointURLScheme2["HTTP"] = "http";
|
|
19
|
-
EndpointURLScheme2["HTTPS"] = "https";
|
|
20
|
-
})(EndpointURLScheme || (EndpointURLScheme = {}));
|
|
21
|
-
// ../../../../node_modules/@smithy/types/dist-es/extensions/checksum.js
|
|
22
|
-
var AlgorithmId;
|
|
23
|
-
(function(AlgorithmId2) {
|
|
24
|
-
AlgorithmId2["MD5"] = "md5";
|
|
25
|
-
AlgorithmId2["CRC32"] = "crc32";
|
|
26
|
-
AlgorithmId2["CRC32C"] = "crc32c";
|
|
27
|
-
AlgorithmId2["SHA1"] = "sha1";
|
|
28
|
-
AlgorithmId2["SHA256"] = "sha256";
|
|
29
|
-
})(AlgorithmId || (AlgorithmId = {}));
|
|
30
|
-
// ../../../../node_modules/@smithy/types/dist-es/http.js
|
|
31
|
-
var FieldPosition;
|
|
32
|
-
(function(FieldPosition2) {
|
|
33
|
-
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
34
|
-
FieldPosition2[FieldPosition2["TRAILER"] = 1] = "TRAILER";
|
|
35
|
-
})(FieldPosition || (FieldPosition = {}));
|
|
36
|
-
// ../../../../node_modules/@smithy/types/dist-es/profile.js
|
|
37
|
-
var IniSectionType;
|
|
38
|
-
(function(IniSectionType2) {
|
|
39
|
-
IniSectionType2["PROFILE"] = "profile";
|
|
40
|
-
IniSectionType2["SSO_SESSION"] = "sso-session";
|
|
41
|
-
IniSectionType2["SERVICES"] = "services";
|
|
42
|
-
})(IniSectionType || (IniSectionType = {}));
|
|
43
|
-
// ../../../../node_modules/@smithy/types/dist-es/transfer.js
|
|
44
|
-
var RequestHandlerProtocol;
|
|
45
|
-
(function(RequestHandlerProtocol2) {
|
|
46
|
-
RequestHandlerProtocol2["HTTP_0_9"] = "http/0.9";
|
|
47
|
-
RequestHandlerProtocol2["HTTP_1_0"] = "http/1.0";
|
|
48
|
-
RequestHandlerProtocol2["TDS_8_0"] = "tds/8.0";
|
|
49
|
-
})(RequestHandlerProtocol || (RequestHandlerProtocol = {}));
|
|
50
|
-
export { EndpointURLScheme, AlgorithmId, SMITHY_CONTEXT_KEY, IniSectionType };
|
package/dist/chunk-ny592jcd.js
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
// @bun
|
|
2
|
-
import {
|
|
3
|
-
route
|
|
4
|
-
} from "./chunk-jq06qn43.js";
|
|
5
|
-
import"./chunk-ddw2jq8f.js";
|
|
6
|
-
import"./chunk-mdj7x1vs.js";
|
|
7
|
-
import"./chunk-p0c688mg.js";
|
|
8
|
-
import"./chunk-qkm8e752.js";
|
|
9
|
-
import"./chunk-a13x0e43.js";
|
|
10
|
-
import"./chunk-mdqphqep.js";
|
|
11
|
-
import"./chunk-qhh0v93n.js";
|
|
12
|
-
import"./chunk-0m948f1p.js";
|
|
13
|
-
import"./chunk-hqmjfnnn.js";
|
|
14
|
-
import"./chunk-yyvh669b.js";
|
|
15
|
-
import"./chunk-23btgw5e.js";
|
|
16
|
-
import"./chunk-mbvdyeyw.js";
|
|
17
|
-
import"./chunk-zzerxbrm.js";
|
|
18
|
-
import"./chunk-atahpwz7.js";
|
|
19
|
-
import"./chunk-90y2wmyz.js";
|
|
20
|
-
import"./chunk-frw3va9v.js";
|
|
21
|
-
import"./chunk-2dvnt46s.js";
|
|
22
|
-
import"./chunk-w6fdq4hk.js";
|
|
23
|
-
import"./chunk-wkwtsvym.js";
|
|
24
|
-
import"./chunk-9v6qtbez.js";
|
|
25
|
-
|
|
26
|
-
// ../../orm/routes.ts
|
|
27
|
-
route.get("users", "UserIndexOrmAction");
|
|
28
|
-
route.post("users", "UserStoreOrmAction");
|
|
29
|
-
route.get("users/{id}", "UserShowOrmAction");
|
|
30
|
-
route.get("product-categories", "CategoryIndexOrmAction");
|
|
31
|
-
route.post("product-categories", "CategoryStoreOrmAction");
|
|
32
|
-
route.get("product-categories/{id}", "CategoryShowOrmAction");
|
|
33
|
-
route.get("payments", "PaymentIndexOrmAction");
|
|
34
|
-
route.post("payments", "PaymentStoreOrmAction");
|
|
35
|
-
route.get("payments/{id}", "PaymentShowOrmAction");
|
|
36
|
-
route.get("drivers", "DriverIndexOrmAction");
|
|
37
|
-
route.post("drivers", "DriverStoreOrmAction");
|
|
38
|
-
route.get("drivers/{id}", "DriverShowOrmAction");
|
|
39
|
-
route.patch("drivers/{id}", "DriverUpdateOrmAction");
|
|
40
|
-
route.delete("drivers/{id}", "DriverDestroyOrmAction");
|
|
41
|
-
route.get("waitlist-products", "WaitlistProductIndexOrmAction");
|
|
42
|
-
route.post("waitlist-products", "WaitlistProductStoreOrmAction");
|
|
43
|
-
route.get("waitlist-products/{id}", "WaitlistProductShowOrmAction");
|
|
44
|
-
route.patch("waitlist-products/{id}", "WaitlistProductUpdateOrmAction");
|
|
45
|
-
route.delete("waitlist-products/{id}", "WaitlistProductDestroyOrmAction");
|
|
46
|
-
route.get("digital-deliveries", "DigitalDeliveryIndexOrmAction");
|
|
47
|
-
route.post("digital-deliveries", "DigitalDeliveryStoreOrmAction");
|
|
48
|
-
route.get("digital-deliveries/{id}", "DigitalDeliveryShowOrmAction");
|
|
49
|
-
route.patch("digital-deliveries/{id}", "DigitalDeliveryUpdateOrmAction");
|
|
50
|
-
route.delete("digital-deliveries/{id}", "DigitalDeliveryDestroyOrmAction");
|
|
51
|
-
route.get("product-manufacturers", "ManufacturerIndexOrmAction");
|
|
52
|
-
route.post("product-manufacturers", "ManufacturerStoreOrmAction");
|
|
53
|
-
route.get("product-manufacturers/{id}", "ManufacturerShowOrmAction");
|
|
54
|
-
route.get("shipping-zones", "ShippingZoneIndexOrmAction");
|
|
55
|
-
route.post("shipping-zones", "ShippingZoneStoreOrmAction");
|
|
56
|
-
route.get("shipping-zones/{id}", "ShippingZoneShowOrmAction");
|
|
57
|
-
route.patch("shipping-zones/{id}", "ShippingZoneUpdateOrmAction");
|
|
58
|
-
route.delete("shipping-zones/{id}", "ShippingZoneDestroyOrmAction");
|
|
59
|
-
route.get("customers", "CustomerIndexOrmAction");
|
|
60
|
-
route.post("customers", "CustomerStoreOrmAction");
|
|
61
|
-
route.get("customers/{id}", "CustomerShowOrmAction");
|
|
62
|
-
route.patch("customers/{id}", "CustomerUpdateOrmAction");
|
|
63
|
-
route.delete("customers/{id}", "CustomerDestroyOrmAction");
|
|
64
|
-
route.get("products", "ProductIndexOrmAction");
|
|
65
|
-
route.post("products", "ProductStoreOrmAction");
|
|
66
|
-
route.get("products/{id}", "ProductShowOrmAction");
|
|
67
|
-
route.get("product-variants", "ProductVariantIndexOrmAction");
|
|
68
|
-
route.post("product-variants", "ProductVariantStoreOrmAction");
|
|
69
|
-
route.get("product-variants/{id}", "ProductVariantShowOrmAction");
|
|
70
|
-
route.patch("product-variants/{id}", "ProductVariantUpdateOrmAction");
|
|
71
|
-
route.delete("product-variants/{id}", "ProductVariantDestroyOrmAction");
|
|
72
|
-
route.get("license-keys", "LicenseKeyIndexOrmAction");
|
|
73
|
-
route.post("license-keys", "LicenseKeyStoreOrmAction");
|
|
74
|
-
route.get("license-keys/{id}", "LicenseKeyShowOrmAction");
|
|
75
|
-
route.patch("license-keys/{id}", "LicenseKeyUpdateOrmAction");
|
|
76
|
-
route.delete("license-keys/{id}", "LicenseKeyDestroyOrmAction");
|
|
77
|
-
route.get("waitlist-restaurants", "WaitlistRestaurantIndexOrmAction");
|
|
78
|
-
route.post("waitlist-restaurants", "WaitlistRestaurantStoreOrmAction");
|
|
79
|
-
route.get("waitlist-restaurants/{id}", "WaitlistRestaurantShowOrmAction");
|
|
80
|
-
route.patch("waitlist-restaurants/{id}", "WaitlistRestaurantUpdateOrmAction");
|
|
81
|
-
route.delete("waitlist-restaurants/{id}", "WaitlistRestaurantDestroyOrmAction");
|
|
82
|
-
route.get("product-reviews", "ReviewIndexOrmAction");
|
|
83
|
-
route.post("product-reviews", "ReviewStoreOrmAction");
|
|
84
|
-
route.get("product-reviews/{id}", "ReviewShowOrmAction");
|
|
85
|
-
route.get("product-units", "ProductUnitIndexOrmAction");
|
|
86
|
-
route.post("product-units", "ProductUnitStoreOrmAction");
|
|
87
|
-
route.get("product-units/{id}", "ProductUnitShowOrmAction");
|
|
88
|
-
route.get("gift-cards", "GiftCardIndexOrmAction");
|
|
89
|
-
route.post("gift-cards", "GiftCardStoreOrmAction");
|
|
90
|
-
route.get("gift-cards/{id}", "GiftCardShowOrmAction");
|
|
91
|
-
route.get("orders", "OrderIndexOrmAction");
|
|
92
|
-
route.post("orders", "OrderStoreOrmAction");
|
|
93
|
-
route.get("orders/{id}", "OrderShowOrmAction");
|
|
94
|
-
route.get("coupons", "CouponIndexOrmAction");
|
|
95
|
-
route.post("coupons", "CouponStoreOrmAction");
|
|
96
|
-
route.get("coupons/{id}", "CouponShowOrmAction");
|
|
97
|
-
route.get("tax-rates", "TaxRateIndexOrmAction");
|
|
98
|
-
route.post("tax-rates", "TaxRateStoreOrmAction");
|
|
99
|
-
route.get("tax-rates/{id}", "TaxRateShowOrmAction");
|
|
100
|
-
route.patch("tax-rates/{id}", "TaxRateUpdateOrmAction");
|
|
101
|
-
route.delete("tax-rates/{id}", "TaxRateDestroyOrmAction");
|
|
102
|
-
route.get("transactions", "TransactionIndexOrmAction");
|
|
103
|
-
route.post("transactions", "TransactionStoreOrmAction");
|
|
104
|
-
route.get("transactions/{id}", "TransactionShowOrmAction");
|
|
105
|
-
route.get("loyalty-points", "LoyaltyPointIndexOrmAction");
|
|
106
|
-
route.post("loyalty-points", "LoyaltyPointStoreOrmAction");
|
|
107
|
-
route.get("loyalty-points/{id}", "LoyaltyPointShowOrmAction");
|
|
108
|
-
route.get("product-items", "ProductItemIndexOrmAction");
|
|
109
|
-
route.post("product-items", "ProductItemStoreOrmAction");
|
|
110
|
-
route.get("product-items/{id}", "ProductItemShowOrmAction");
|
|
111
|
-
route.get("loyalty-rewards", "LoyaltyRewardIndexOrmAction");
|
|
112
|
-
route.post("loyalty-rewards", "LoyaltyRewardStoreOrmAction");
|
|
113
|
-
route.get("loyalty-rewards/{id}", "LoyaltyRewardShowOrmAction");
|
|
114
|
-
route.get("shipping-methods", "ShippingMethodIndexOrmAction");
|
|
115
|
-
route.post("shipping-methods", "ShippingMethodStoreOrmAction");
|
|
116
|
-
route.get("shipping-methods/{id}", "ShippingMethodShowOrmAction");
|
|
117
|
-
route.patch("shipping-methods/{id}", "ShippingMethodUpdateOrmAction");
|
|
118
|
-
route.delete("shipping-methods/{id}", "ShippingMethodDestroyOrmAction");
|
|
119
|
-
route.get("shipping-rates", "ShippingRateIndexOrmAction");
|
|
120
|
-
route.post("shipping-rates", "ShippingRateStoreOrmAction");
|
|
121
|
-
route.get("shipping-rates/{id}", "ShippingRateShowOrmAction");
|
|
122
|
-
route.patch("shipping-rates/{id}", "ShippingRateUpdateOrmAction");
|
|
123
|
-
route.delete("shipping-rates/{id}", "ShippingRateDestroyOrmAction");
|
|
124
|
-
route.get("delivery-routes", "DeliveryRouteIndexOrmAction");
|
|
125
|
-
route.post("delivery-routes", "DeliveryRouteStoreOrmAction");
|
|
126
|
-
route.get("delivery-routes/{id}", "DeliveryRouteShowOrmAction");
|
|
127
|
-
route.patch("delivery-routes/{id}", "DeliveryRouteUpdateOrmAction");
|
|
128
|
-
route.delete("delivery-routes/{id}", "DeliveryRouteDestroyOrmAction");
|
|
129
|
-
route.get("requests", "storage/framework/actions/src/RequestIndexOrmAction.ts");
|
|
130
|
-
route.get("requests/{id}", "storage/framework/actions/src/RequestShowOrmAction.ts");
|
|
131
|
-
route.post("requests", "storage/framework/actions/src/RequestStoreOrmAction.ts");
|
|
132
|
-
route.patch("requests/{id}", "storage/framework/actions/src/RequestUpdateOrmAction.ts");
|
|
133
|
-
route.delete("requests/{id}", "storage/framework/actions/src/RequestDestroyOrmAction.ts");
|
package/dist/chunk-rbsehxzg.js
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// @bun
|
|
2
|
-
import {
|
|
3
|
-
route
|
|
4
|
-
} from "./chunk-jq06qn43.js";
|
|
5
|
-
import"./chunk-ddw2jq8f.js";
|
|
6
|
-
import"./chunk-mdj7x1vs.js";
|
|
7
|
-
import"./chunk-p0c688mg.js";
|
|
8
|
-
import"./chunk-qkm8e752.js";
|
|
9
|
-
import"./chunk-a13x0e43.js";
|
|
10
|
-
import"./chunk-mdqphqep.js";
|
|
11
|
-
import"./chunk-qhh0v93n.js";
|
|
12
|
-
import"./chunk-0m948f1p.js";
|
|
13
|
-
import"./chunk-hqmjfnnn.js";
|
|
14
|
-
import"./chunk-yyvh669b.js";
|
|
15
|
-
import"./chunk-23btgw5e.js";
|
|
16
|
-
import"./chunk-mbvdyeyw.js";
|
|
17
|
-
import"./chunk-zzerxbrm.js";
|
|
18
|
-
import"./chunk-atahpwz7.js";
|
|
19
|
-
import"./chunk-90y2wmyz.js";
|
|
20
|
-
import"./chunk-frw3va9v.js";
|
|
21
|
-
import"./chunk-2dvnt46s.js";
|
|
22
|
-
import"./chunk-w6fdq4hk.js";
|
|
23
|
-
import"./chunk-wkwtsvym.js";
|
|
24
|
-
import"./chunk-9v6qtbez.js";
|
|
25
|
-
|
|
26
|
-
// ../../../../routes/api.ts
|
|
27
|
-
route.get("/foo/bar/{id}", () => "hello world, foo bar");
|
|
28
|
-
route.get("/", () => "hello world");
|
|
29
|
-
route.get("/hello/world", () => "hello world, buddy");
|
|
30
|
-
route.post("/email/subscribe", "Actions/SubscriberEmailAction");
|
|
31
|
-
route.post("/login", "Actions/LoginAction");
|
|
32
|
-
route.get("/generate-registration-options", "Actions/Auth/GenerateRegistrationAction");
|
|
33
|
-
route.post("/verify-registration", "Actions/Auth/VerifyRegistrationAction");
|
|
34
|
-
route.get("/generate-authentication-options", "Actions/Auth/GenerateAuthenticationAction");
|
|
35
|
-
route.post("/verify-authentication", "Actions/Auth/VerifyAuthenticationAction");
|
|
36
|
-
route.health();
|
|
37
|
-
route.get("/install", "Actions/InstallAction");
|
|
38
|
-
route.post("/ai/ask", "Actions/AI/AskAction");
|
|
39
|
-
route.post("/ai/summary", "Actions/AI/SummaryAction");
|
|
40
|
-
route.group({ prefix: "/payments" }, async () => {
|
|
41
|
-
route.get("/fetch-customer/{id}", "Actions/Payment/FetchPaymentCustomerAction");
|
|
42
|
-
route.get("/fetch-transaction-history/{id}", "Actions/Payment/FetchTransactionHistoryAction");
|
|
43
|
-
route.get("/fetch-user-subscriptions/{id}", "Actions/Payment/FetchUserSubscriptionsAction");
|
|
44
|
-
route.get("/fetch-active-subscription/{id}", "Actions/Payment/FetchActiveSubscriptionAction");
|
|
45
|
-
route.get("/default-payment-method/{id}", "Actions/Payment/FetchDefaultPaymentMethodAction");
|
|
46
|
-
route.get("/payment-methods/{id}", "Actions/Payment/FetchPaymentMethodsAction");
|
|
47
|
-
route.get("/create-setup-intent/{id}", "Actions/Payment/CreateSetupIntentAction");
|
|
48
|
-
route.delete("/delete-payment-method/{id}", "Actions/Payment/DeleteDefaultPaymentAction");
|
|
49
|
-
route.put("/update-default-payment-method/{id}", "Actions/Payment/UpdateDefaultPaymentMethodAction");
|
|
50
|
-
route.post("/set-default-payment-method/{id}", "Actions/Payment/SetDefaultPaymentAction");
|
|
51
|
-
route.post("/user-default-payment-method/{id}", "Actions/Payment/SetUserDefaultPaymentAction");
|
|
52
|
-
route.post("/payment-method/{id}", "Actions/Payment/StorePaymentMethodAction");
|
|
53
|
-
route.post("/create-payment-intent/{id}", "Actions/Payment/CreatePaymentIntentAction");
|
|
54
|
-
route.post("/create-subscription/{id}", "Actions/Payment/CreateSubscriptionAction");
|
|
55
|
-
route.post("/update-subscription/{id}", "Actions/Payment/UpdateSubscriptionAction");
|
|
56
|
-
route.post("/cancel-subscription/{id}", "Actions/Payment/CancelSubscriptionAction");
|
|
57
|
-
route.post("/create-invoice-subscription/{id}", "Actions/Payment/CreateInvoiceSubscription");
|
|
58
|
-
route.patch("/update-customer/{id}", "Actions/Payment/UpdateCustomerAction");
|
|
59
|
-
route.post("/checkout/{id}", "Actions/Payment/CreateCheckoutAction");
|
|
60
|
-
route.get("/fetch-product/{id}", "Actions/Payment/FetchProductAction");
|
|
61
|
-
route.post("/store-transaction/{id}", "Actions/Payment/StoreTransactionAction");
|
|
62
|
-
});
|
|
63
|
-
route.group({ prefix: "/queues" }, async () => {
|
|
64
|
-
route.get("/", "Actions/Queue/FetchQueuesAction");
|
|
65
|
-
});
|