@stacksjs/actions 0.70.10 → 0.70.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.
Files changed (54) hide show
  1. package/dist/build/core.js +1 -1
  2. package/dist/build.js +18 -3
  3. package/dist/chunk-1hqs8kt1.js +179252 -0
  4. package/dist/{chunk-fxan91t8.js → chunk-2dvnt46s.js} +31 -31
  5. package/dist/chunk-38cnnp2b.js +3823 -0
  6. package/dist/chunk-3d7m14ee.js +212 -0
  7. package/dist/chunk-76zhb40c.js +92 -0
  8. package/dist/chunk-7s5qcjkt.js +105 -0
  9. package/dist/{chunk-v1qz355d.js → chunk-8fdqje2t.js} +4 -4
  10. package/dist/chunk-9exgwfkw.js +1283 -0
  11. package/dist/chunk-a13x0e43.js +1180 -0
  12. package/dist/chunk-a7k3cdby.js +2266 -0
  13. package/dist/chunk-b5g5w1hh.js +1482 -0
  14. package/dist/chunk-bf8bq8pc.js +205 -0
  15. package/dist/chunk-bst5srwz.js +662 -0
  16. package/dist/{chunk-6jdq6549.js → chunk-djkz87qs.js} +18 -3
  17. package/dist/chunk-f6a9g4qa.js +902 -0
  18. package/dist/chunk-frw3va9v.js +69 -0
  19. package/dist/chunk-hsak03yh.js +311 -0
  20. package/dist/{chunk-8swsxabt.js → chunk-k2wcwm7g.js} +63 -3
  21. package/dist/chunk-mdj7x1vs.js +790 -0
  22. package/dist/chunk-mdqphqep.js +438 -0
  23. package/dist/chunk-p0c688mg.js +729 -0
  24. package/dist/chunk-pjjzff0p.js +2116 -0
  25. package/dist/chunk-q81mf99q.js +169 -0
  26. package/dist/chunk-q9dmga3k.js +11 -0
  27. package/dist/chunk-qhh0v93n.js +73 -0
  28. package/dist/chunk-qkm8e752.js +51 -0
  29. package/dist/chunk-saqpg5nd.js +118 -0
  30. package/dist/chunk-t5em30ak.js +379 -0
  31. package/dist/chunk-veja9rez.js +5764 -0
  32. package/dist/chunk-zsm2c35w.js +72 -0
  33. package/dist/chunk-zzerxbrm.js +107 -0
  34. package/dist/database/seed.js +18 -3
  35. package/dist/deploy/index.js +1 -1
  36. package/dist/examples.js +1 -1
  37. package/dist/fresh.js +1 -1
  38. package/dist/generate/index.js +19 -4
  39. package/dist/helpers/component-meta.js +10 -10
  40. package/dist/helpers/lib-entries.js +1 -1
  41. package/dist/index.js +18 -3
  42. package/dist/key-generate.js +1 -1
  43. package/dist/lint/fix.js +1 -1
  44. package/dist/make.js +1 -1
  45. package/dist/prepublish.js +1 -1
  46. package/dist/release.js +18 -3
  47. package/dist/test/feature.js +1 -1
  48. package/dist/test/index.js +1 -1
  49. package/dist/test/unit.js +1 -1
  50. package/dist/types.js +1 -1
  51. package/dist/upgrade/index.js +1 -1
  52. package/dist/upgrade.js +2 -2
  53. package/package.json +17 -17
  54. package/dist/chunk-8tjc3whz.js +0 -77989
@@ -0,0 +1,69 @@
1
+ import {
2
+ __commonJS
3
+ } from "./chunk-9v6qtbez.js";
4
+
5
+ // ../../../../node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
6
+ var require_client = __commonJS((exports, module) => {
7
+ var __defProp = Object.defineProperty;
8
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
+ var __getOwnPropNames = Object.getOwnPropertyNames;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
12
+ var __export = (target, all) => {
13
+ for (var name in all)
14
+ __defProp(target, name, { get: all[name], enumerable: true });
15
+ };
16
+ var __copyProps = (to, from, except, desc) => {
17
+ if (from && typeof from === "object" || typeof from === "function") {
18
+ for (let key of __getOwnPropNames(from))
19
+ if (!__hasOwnProp.call(to, key) && key !== except)
20
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21
+ }
22
+ return to;
23
+ };
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var index_exports = {};
26
+ __export(index_exports, {
27
+ emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
28
+ setCredentialFeature: () => setCredentialFeature,
29
+ setFeature: () => setFeature,
30
+ state: () => state
31
+ });
32
+ module.exports = __toCommonJS(index_exports);
33
+ var state = {
34
+ warningEmitted: false
35
+ };
36
+ var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
37
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
38
+ state.warningEmitted = true;
39
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
40
+ no longer support Node.js 16.x on January 6, 2025.
41
+
42
+ To continue receiving updates to AWS services, bug fixes, and security
43
+ updates please upgrade to a supported Node.js LTS version.
44
+
45
+ More information can be found at: https://a.co/74kJMmI`);
46
+ }
47
+ }, "emitWarningIfUnsupportedVersion");
48
+ function setCredentialFeature(credentials, feature, value) {
49
+ if (!credentials.$source) {
50
+ credentials.$source = {};
51
+ }
52
+ credentials.$source[feature] = value;
53
+ return credentials;
54
+ }
55
+ __name(setCredentialFeature, "setCredentialFeature");
56
+ function setFeature(context, feature, value) {
57
+ if (!context.__aws_sdk_context) {
58
+ context.__aws_sdk_context = {
59
+ features: {}
60
+ };
61
+ } else if (!context.__aws_sdk_context.features) {
62
+ context.__aws_sdk_context.features = {};
63
+ }
64
+ context.__aws_sdk_context.features[feature] = value;
65
+ }
66
+ __name(setFeature, "setFeature");
67
+ });
68
+
69
+ export { require_client };
@@ -0,0 +1,311 @@
1
+ // @bun
2
+ import {
3
+ getProfileName,
4
+ getSSOTokenFilepath,
5
+ getSSOTokenFromFile,
6
+ loadSsoSessionData,
7
+ parseKnownFiles
8
+ } from "./chunk-bf8bq8pc.js";
9
+ import {
10
+ CredentialsProviderError,
11
+ TokenProviderError
12
+ } from "./chunk-zzerxbrm.js";
13
+ import {
14
+ require_client
15
+ } from "./chunk-frw3va9v.js";
16
+ import"./chunk-saqpg5nd.js";
17
+ import {
18
+ __require,
19
+ __toESM
20
+ } from "./chunk-9v6qtbez.js";
21
+
22
+ // ../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
23
+ var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
24
+
25
+ // ../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
26
+ var import_client = __toESM(require_client(), 1);
27
+
28
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/constants.js
29
+ var EXPIRE_WINDOW_MS = 5 * 60 * 1000;
30
+ var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
31
+
32
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
33
+ var getSsoOidcClient = async (ssoRegion, init = {}) => {
34
+ const { SSOOIDCClient } = await import("./chunk-f6a9g4qa.js");
35
+ const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
36
+ region: ssoRegion ?? init.clientConfig?.region,
37
+ logger: init.clientConfig?.logger ?? init.parentClientConfig?.logger
38
+ }));
39
+ return ssoOidcClient;
40
+ };
41
+
42
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
43
+ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}) => {
44
+ const { CreateTokenCommand } = await import("./chunk-f6a9g4qa.js");
45
+ const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
46
+ return ssoOidcClient.send(new CreateTokenCommand({
47
+ clientId: ssoToken.clientId,
48
+ clientSecret: ssoToken.clientSecret,
49
+ refreshToken: ssoToken.refreshToken,
50
+ grantType: "refresh_token"
51
+ }));
52
+ };
53
+
54
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
55
+ var validateTokenExpiry = (token) => {
56
+ if (token.expiration && token.expiration.getTime() < Date.now()) {
57
+ throw new TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
58
+ }
59
+ };
60
+
61
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
62
+ var validateTokenKey = (key, value, forRefresh = false) => {
63
+ if (typeof value === "undefined") {
64
+ throw new TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
65
+ }
66
+ };
67
+
68
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
69
+ import { promises as fsPromises } from "node:fs";
70
+ var { writeFile } = fsPromises;
71
+ var writeSSOTokenToFile = (id, ssoToken) => {
72
+ const tokenFilepath = getSSOTokenFilepath(id);
73
+ const tokenString = JSON.stringify(ssoToken, null, 2);
74
+ return writeFile(tokenFilepath, tokenString);
75
+ };
76
+
77
+ // ../../../../node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
78
+ var lastRefreshAttemptTime = new Date(0);
79
+ var fromSso = (_init = {}) => async ({ callerClientConfig } = {}) => {
80
+ const init = {
81
+ ..._init,
82
+ parentClientConfig: {
83
+ ...callerClientConfig,
84
+ ..._init.parentClientConfig
85
+ }
86
+ };
87
+ init.logger?.debug("@aws-sdk/token-providers - fromSso");
88
+ const profiles = await parseKnownFiles(init);
89
+ const profileName = getProfileName({
90
+ profile: init.profile ?? callerClientConfig?.profile
91
+ });
92
+ const profile = profiles[profileName];
93
+ if (!profile) {
94
+ throw new TokenProviderError(`Profile '${profileName}' could not be found in shared credentials file.`, false);
95
+ } else if (!profile["sso_session"]) {
96
+ throw new TokenProviderError(`Profile '${profileName}' is missing required property 'sso_session'.`);
97
+ }
98
+ const ssoSessionName = profile["sso_session"];
99
+ const ssoSessions = await loadSsoSessionData(init);
100
+ const ssoSession = ssoSessions[ssoSessionName];
101
+ if (!ssoSession) {
102
+ throw new TokenProviderError(`Sso session '${ssoSessionName}' could not be found in shared credentials file.`, false);
103
+ }
104
+ for (const ssoSessionRequiredKey of ["sso_start_url", "sso_region"]) {
105
+ if (!ssoSession[ssoSessionRequiredKey]) {
106
+ throw new TokenProviderError(`Sso session '${ssoSessionName}' is missing required property '${ssoSessionRequiredKey}'.`, false);
107
+ }
108
+ }
109
+ const ssoStartUrl = ssoSession["sso_start_url"];
110
+ const ssoRegion = ssoSession["sso_region"];
111
+ let ssoToken;
112
+ try {
113
+ ssoToken = await getSSOTokenFromFile(ssoSessionName);
114
+ } catch (e) {
115
+ throw new TokenProviderError(`The SSO session token associated with profile=${profileName} was not found or is invalid. ${REFRESH_MESSAGE}`, false);
116
+ }
117
+ validateTokenKey("accessToken", ssoToken.accessToken);
118
+ validateTokenKey("expiresAt", ssoToken.expiresAt);
119
+ const { accessToken, expiresAt } = ssoToken;
120
+ const existingToken = { token: accessToken, expiration: new Date(expiresAt) };
121
+ if (existingToken.expiration.getTime() - Date.now() > EXPIRE_WINDOW_MS) {
122
+ return existingToken;
123
+ }
124
+ if (Date.now() - lastRefreshAttemptTime.getTime() < 30 * 1000) {
125
+ validateTokenExpiry(existingToken);
126
+ return existingToken;
127
+ }
128
+ validateTokenKey("clientId", ssoToken.clientId, true);
129
+ validateTokenKey("clientSecret", ssoToken.clientSecret, true);
130
+ validateTokenKey("refreshToken", ssoToken.refreshToken, true);
131
+ try {
132
+ lastRefreshAttemptTime.setTime(Date.now());
133
+ const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion, init);
134
+ validateTokenKey("accessToken", newSsoOidcToken.accessToken);
135
+ validateTokenKey("expiresIn", newSsoOidcToken.expiresIn);
136
+ const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000);
137
+ try {
138
+ await writeSSOTokenToFile(ssoSessionName, {
139
+ ...ssoToken,
140
+ accessToken: newSsoOidcToken.accessToken,
141
+ expiresAt: newTokenExpiration.toISOString(),
142
+ refreshToken: newSsoOidcToken.refreshToken
143
+ });
144
+ } catch (error) {}
145
+ return {
146
+ token: newSsoOidcToken.accessToken,
147
+ expiration: newTokenExpiration
148
+ };
149
+ } catch (error) {
150
+ validateTokenExpiry(existingToken);
151
+ return existingToken;
152
+ }
153
+ };
154
+
155
+ // ../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
156
+ var SHOULD_FAIL_CREDENTIAL_CHAIN = false;
157
+ var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, profile, logger }) => {
158
+ let token;
159
+ const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
160
+ if (ssoSession) {
161
+ try {
162
+ const _token = await fromSso({ profile })();
163
+ token = {
164
+ accessToken: _token.token,
165
+ expiresAt: new Date(_token.expiration).toISOString()
166
+ };
167
+ } catch (e) {
168
+ throw new CredentialsProviderError(e.message, {
169
+ tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,
170
+ logger
171
+ });
172
+ }
173
+ } else {
174
+ try {
175
+ token = await getSSOTokenFromFile(ssoStartUrl);
176
+ } catch (e) {
177
+ throw new CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, {
178
+ tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,
179
+ logger
180
+ });
181
+ }
182
+ }
183
+ if (new Date(token.expiresAt).getTime() - Date.now() <= 0) {
184
+ throw new CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, {
185
+ tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,
186
+ logger
187
+ });
188
+ }
189
+ const { accessToken } = token;
190
+ const { SSOClient, GetRoleCredentialsCommand } = await import("./chunk-bst5srwz.js");
191
+ const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
192
+ logger: clientConfig?.logger ?? parentClientConfig?.logger,
193
+ region: clientConfig?.region ?? ssoRegion
194
+ }));
195
+ let ssoResp;
196
+ try {
197
+ ssoResp = await sso.send(new GetRoleCredentialsCommand({
198
+ accountId: ssoAccountId,
199
+ roleName: ssoRoleName,
200
+ accessToken
201
+ }));
202
+ } catch (e) {
203
+ throw new CredentialsProviderError(e, {
204
+ tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,
205
+ logger
206
+ });
207
+ }
208
+ const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration, credentialScope, accountId } = {} } = ssoResp;
209
+ if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) {
210
+ throw new CredentialsProviderError("SSO returns an invalid temporary credential.", {
211
+ tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,
212
+ logger
213
+ });
214
+ }
215
+ const credentials = {
216
+ accessKeyId,
217
+ secretAccessKey,
218
+ sessionToken,
219
+ expiration: new Date(expiration),
220
+ ...credentialScope && { credentialScope },
221
+ ...accountId && { accountId }
222
+ };
223
+ if (ssoSession) {
224
+ import_client.setCredentialFeature(credentials, "CREDENTIALS_SSO", "s");
225
+ } else {
226
+ import_client.setCredentialFeature(credentials, "CREDENTIALS_SSO_LEGACY", "u");
227
+ }
228
+ return credentials;
229
+ };
230
+
231
+ // ../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
232
+ var validateSsoProfile = (profile, logger) => {
233
+ const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
234
+ if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
235
+ throw new CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", ` + `"sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(profile).join(", ")}
236
+ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`, { tryNextLink: false, logger });
237
+ }
238
+ return profile;
239
+ };
240
+
241
+ // ../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
242
+ var fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
243
+ init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
244
+ const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
245
+ const { ssoClient } = init;
246
+ const profileName = getProfileName({
247
+ profile: init.profile ?? callerClientConfig?.profile
248
+ });
249
+ if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
250
+ const profiles = await parseKnownFiles(init);
251
+ const profile = profiles[profileName];
252
+ if (!profile) {
253
+ throw new CredentialsProviderError(`Profile ${profileName} was not found.`, { logger: init.logger });
254
+ }
255
+ if (!isSsoProfile(profile)) {
256
+ throw new CredentialsProviderError(`Profile ${profileName} is not configured with SSO credentials.`, {
257
+ logger: init.logger
258
+ });
259
+ }
260
+ if (profile?.sso_session) {
261
+ const ssoSessions = await loadSsoSessionData(init);
262
+ const session = ssoSessions[profile.sso_session];
263
+ const conflictMsg = ` configurations in profile ${profileName} and sso-session ${profile.sso_session}`;
264
+ if (ssoRegion && ssoRegion !== session.sso_region) {
265
+ throw new CredentialsProviderError(`Conflicting SSO region` + conflictMsg, {
266
+ tryNextLink: false,
267
+ logger: init.logger
268
+ });
269
+ }
270
+ if (ssoStartUrl && ssoStartUrl !== session.sso_start_url) {
271
+ throw new CredentialsProviderError(`Conflicting SSO start_url` + conflictMsg, {
272
+ tryNextLink: false,
273
+ logger: init.logger
274
+ });
275
+ }
276
+ profile.sso_region = session.sso_region;
277
+ profile.sso_start_url = session.sso_start_url;
278
+ }
279
+ const { sso_start_url, sso_account_id, sso_region, sso_role_name, sso_session } = validateSsoProfile(profile, init.logger);
280
+ return resolveSSOCredentials({
281
+ ssoStartUrl: sso_start_url,
282
+ ssoSession: sso_session,
283
+ ssoAccountId: sso_account_id,
284
+ ssoRegion: sso_region,
285
+ ssoRoleName: sso_role_name,
286
+ ssoClient,
287
+ clientConfig: init.clientConfig,
288
+ parentClientConfig: init.parentClientConfig,
289
+ profile: profileName
290
+ });
291
+ } else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) {
292
+ throw new CredentialsProviderError("Incomplete configuration. The fromSSO() argument hash must include " + '"ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"', { tryNextLink: false, logger: init.logger });
293
+ } else {
294
+ return resolveSSOCredentials({
295
+ ssoStartUrl,
296
+ ssoSession,
297
+ ssoAccountId,
298
+ ssoRegion,
299
+ ssoRoleName,
300
+ ssoClient,
301
+ clientConfig: init.clientConfig,
302
+ parentClientConfig: init.parentClientConfig,
303
+ profile: profileName
304
+ });
305
+ }
306
+ };
307
+ export {
308
+ validateSsoProfile,
309
+ isSsoProfile,
310
+ fromSSO
311
+ };
@@ -1,9 +1,24 @@
1
1
  // @bun
2
2
  import {
3
3
  route
4
- } from "./chunk-v1qz355d.js";
5
- import"./chunk-8tjc3whz.js";
6
- import"./chunk-fxan91t8.js";
4
+ } from "./chunk-8fdqje2t.js";
5
+ import"./chunk-1hqs8kt1.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-pjjzff0p.js";
13
+ import"./chunk-7s5qcjkt.js";
14
+ import"./chunk-bf8bq8pc.js";
15
+ import"./chunk-b5g5w1hh.js";
16
+ import"./chunk-zzerxbrm.js";
17
+ import"./chunk-veja9rez.js";
18
+ import"./chunk-a7k3cdby.js";
19
+ import"./chunk-frw3va9v.js";
20
+ import"./chunk-saqpg5nd.js";
21
+ import"./chunk-2dvnt46s.js";
7
22
  import"./chunk-w6fdq4hk.js";
8
23
  import"./chunk-wkwtsvym.js";
9
24
  import"./chunk-9v6qtbez.js";
@@ -18,9 +33,29 @@ route.get("product-categories/{id}", "CategoryShowOrmAction");
18
33
  route.get("payments", "PaymentIndexOrmAction");
19
34
  route.post("payments", "PaymentStoreOrmAction");
20
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");
21
51
  route.get("product-manufacturers", "ManufacturerIndexOrmAction");
22
52
  route.post("product-manufacturers", "ManufacturerStoreOrmAction");
23
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");
24
59
  route.get("customers", "CustomerIndexOrmAction");
25
60
  route.post("customers", "CustomerStoreOrmAction");
26
61
  route.get("customers/{id}", "CustomerShowOrmAction");
@@ -34,6 +69,11 @@ route.post("product-variants", "ProductVariantStoreOrmAction");
34
69
  route.get("product-variants/{id}", "ProductVariantShowOrmAction");
35
70
  route.patch("product-variants/{id}", "ProductVariantUpdateOrmAction");
36
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");
37
77
  route.get("product-reviews", "ReviewIndexOrmAction");
38
78
  route.post("product-reviews", "ReviewStoreOrmAction");
39
79
  route.get("product-reviews/{id}", "ReviewShowOrmAction");
@@ -49,6 +89,11 @@ route.get("orders/{id}", "OrderShowOrmAction");
49
89
  route.get("coupons", "CouponIndexOrmAction");
50
90
  route.post("coupons", "CouponStoreOrmAction");
51
91
  route.get("coupons/{id}", "CouponShowOrmAction");
92
+ route.get("tax-rates", "TaxRateIndexOrmAction");
93
+ route.post("tax-rates", "TaxRateStoreOrmAction");
94
+ route.get("tax-rates/{id}", "TaxRateShowOrmAction");
95
+ route.patch("tax-rates/{id}", "TaxRateUpdateOrmAction");
96
+ route.delete("tax-rates/{id}", "TaxRateDestroyOrmAction");
52
97
  route.get("transactions", "TransactionIndexOrmAction");
53
98
  route.post("transactions", "TransactionStoreOrmAction");
54
99
  route.get("transactions/{id}", "TransactionShowOrmAction");
@@ -61,6 +106,21 @@ route.get("product-items/{id}", "ProductItemShowOrmAction");
61
106
  route.get("loyalty-rewards", "LoyaltyRewardIndexOrmAction");
62
107
  route.post("loyalty-rewards", "LoyaltyRewardStoreOrmAction");
63
108
  route.get("loyalty-rewards/{id}", "LoyaltyRewardShowOrmAction");
109
+ route.get("shipping-methods", "ShippingMethodIndexOrmAction");
110
+ route.post("shipping-methods", "ShippingMethodStoreOrmAction");
111
+ route.get("shipping-methods/{id}", "ShippingMethodShowOrmAction");
112
+ route.patch("shipping-methods/{id}", "ShippingMethodUpdateOrmAction");
113
+ route.delete("shipping-methods/{id}", "ShippingMethodDestroyOrmAction");
114
+ route.get("shipping-rates", "ShippingRateIndexOrmAction");
115
+ route.post("shipping-rates", "ShippingRateStoreOrmAction");
116
+ route.get("shipping-rates/{id}", "ShippingRateShowOrmAction");
117
+ route.patch("shipping-rates/{id}", "ShippingRateUpdateOrmAction");
118
+ route.delete("shipping-rates/{id}", "ShippingRateDestroyOrmAction");
119
+ route.get("delivery-routes", "DeliveryRouteIndexOrmAction");
120
+ route.post("delivery-routes", "DeliveryRouteStoreOrmAction");
121
+ route.get("delivery-routes/{id}", "DeliveryRouteShowOrmAction");
122
+ route.patch("delivery-routes/{id}", "DeliveryRouteUpdateOrmAction");
123
+ route.delete("delivery-routes/{id}", "DeliveryRouteDestroyOrmAction");
64
124
  route.get("requests", "storage/framework/actions/src/RequestIndexOrmAction.ts");
65
125
  route.get("requests/{id}", "storage/framework/actions/src/RequestShowOrmAction.ts");
66
126
  route.post("requests", "storage/framework/actions/src/RequestStoreOrmAction.ts");