wrangler 2.20.0 → 3.0.0
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/README.md +4 -4
- package/bin/wrangler.js +9 -75
- package/package.json +5 -13
- package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
- package/templates/checked-fetch.js +1 -1
- package/templates/first-party-worker-module-facade.ts +2 -2
- package/templates/middleware/common.ts +9 -4
- package/templates/middleware/loader-sw.ts +2 -7
- package/templates/new-worker-scheduled.ts +1 -1
- package/templates/new-worker.ts +1 -1
- package/templates/pages-dev-util.ts +4 -1
- package/templates/pages-shim.ts +0 -3
- package/templates/tsconfig.tsbuildinfo +1 -1
- package/wrangler-dist/cli.d.ts +149 -75
- package/wrangler-dist/cli.js +60062 -64338
- package/import_meta_url.js +0 -3
- package/miniflare-config-stubs/.env.empty +0 -0
- package/miniflare-config-stubs/package.empty.json +0 -1
- package/miniflare-config-stubs/wrangler.empty.toml +0 -0
- package/miniflare-dist/index.mjs +0 -6442
- package/src/__tests__/access.test.ts +0 -25
- package/src/__tests__/api-dev.test.ts +0 -238
- package/src/__tests__/api-devregistry.test.ts +0 -121
- package/src/__tests__/api.test.ts +0 -102
- package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
- package/src/__tests__/config-cache.test.ts +0 -42
- package/src/__tests__/configuration.test.ts +0 -4517
- package/src/__tests__/constellation.test.ts +0 -371
- package/src/__tests__/d1/d1.test.ts +0 -82
- package/src/__tests__/d1/execute.test.ts +0 -66
- package/src/__tests__/d1/migrate.test.ts +0 -257
- package/src/__tests__/d1/splitter.test.ts +0 -255
- package/src/__tests__/delete.test.ts +0 -272
- package/src/__tests__/deployments.test.ts +0 -369
- package/src/__tests__/dev.test.tsx +0 -1617
- package/src/__tests__/generate.test.ts +0 -237
- package/src/__tests__/get-host-from-url.test.ts +0 -16
- package/src/__tests__/guess-worker-format.test.ts +0 -120
- package/src/__tests__/helpers/clipboardy-mock.js +0 -4
- package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
- package/src/__tests__/helpers/end-event-loop.ts +0 -6
- package/src/__tests__/helpers/mock-account-id.ts +0 -48
- package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
- package/src/__tests__/helpers/mock-bin.ts +0 -36
- package/src/__tests__/helpers/mock-console.ts +0 -112
- package/src/__tests__/helpers/mock-dialogs.ts +0 -139
- package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
- package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
- package/src/__tests__/helpers/mock-http-server.ts +0 -46
- package/src/__tests__/helpers/mock-istty.ts +0 -74
- package/src/__tests__/helpers/mock-known-routes.ts +0 -12
- package/src/__tests__/helpers/mock-kv.ts +0 -46
- package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
- package/src/__tests__/helpers/mock-process.ts +0 -34
- package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
- package/src/__tests__/helpers/mock-stdin.ts +0 -108
- package/src/__tests__/helpers/mock-web-socket.ts +0 -29
- package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
- package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
- package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
- package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
- package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
- package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
- package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
- package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
- package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
- package/src/__tests__/helpers/msw/index.ts +0 -52
- package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
- package/src/__tests__/helpers/run-in-tmp.ts +0 -38
- package/src/__tests__/helpers/run-wrangler.ts +0 -16
- package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
- package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
- package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
- package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
- package/src/__tests__/helpers/write-worker-source.ts +0 -31
- package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
- package/src/__tests__/https-options.test.ts +0 -163
- package/src/__tests__/index.test.ts +0 -282
- package/src/__tests__/init.test.ts +0 -3196
- package/src/__tests__/jest.setup.ts +0 -179
- package/src/__tests__/kv.test.ts +0 -1799
- package/src/__tests__/logger.test.ts +0 -207
- package/src/__tests__/logout.test.ts +0 -47
- package/src/__tests__/metrics.test.ts +0 -493
- package/src/__tests__/middleware.scheduled.test.ts +0 -145
- package/src/__tests__/middleware.test.ts +0 -816
- package/src/__tests__/mtls-certificates.test.ts +0 -589
- package/src/__tests__/package-manager.test.ts +0 -353
- package/src/__tests__/pages/deployment-list.test.ts +0 -80
- package/src/__tests__/pages/functions-build.test.ts +0 -528
- package/src/__tests__/pages/pages.test.ts +0 -81
- package/src/__tests__/pages/project-create.test.ts +0 -63
- package/src/__tests__/pages/project-list.test.ts +0 -110
- package/src/__tests__/pages/project-upload.test.ts +0 -500
- package/src/__tests__/pages/publish.test.ts +0 -2864
- package/src/__tests__/pages-deployment-tail.test.ts +0 -957
- package/src/__tests__/parse.test.ts +0 -436
- package/src/__tests__/paths.test.ts +0 -39
- package/src/__tests__/publish.test.ts +0 -8849
- package/src/__tests__/pubsub.test.ts +0 -496
- package/src/__tests__/queues.test.ts +0 -532
- package/src/__tests__/r2.test.ts +0 -374
- package/src/__tests__/route.test.ts +0 -45
- package/src/__tests__/secret.test.ts +0 -693
- package/src/__tests__/tail.test.ts +0 -989
- package/src/__tests__/test-old-node-version.js +0 -31
- package/src/__tests__/traverse-module-graph.test.ts +0 -220
- package/src/__tests__/tsconfig-sanity.ts +0 -12
- package/src/__tests__/tsconfig.json +0 -8
- package/src/__tests__/tsconfig.tsbuildinfo +0 -1
- package/src/__tests__/type-generation.test.ts +0 -234
- package/src/__tests__/user.test.ts +0 -118
- package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
- package/src/__tests__/validate-dev-props.test.ts +0 -56
- package/src/__tests__/version.test.ts +0 -35
- package/src/__tests__/whoami.test.tsx +0 -172
- package/src/__tests__/worker-namespace.test.ts +0 -340
- package/src/abort.d.ts +0 -3
- package/src/api/dev.ts +0 -321
- package/src/api/index.ts +0 -11
- package/src/api/mtls-certificate.ts +0 -148
- package/src/api/pages/create-worker-bundle-contents.ts +0 -77
- package/src/api/pages/index.ts +0 -5
- package/src/api/pages/publish.tsx +0 -371
- package/src/bundle-reporter.ts +0 -68
- package/src/bundle.ts +0 -929
- package/src/cfetch/index.ts +0 -158
- package/src/cfetch/internal.ts +0 -258
- package/src/cli.ts +0 -28
- package/src/config/README.md +0 -107
- package/src/config/config.ts +0 -282
- package/src/config/diagnostics.ts +0 -80
- package/src/config/environment.ts +0 -625
- package/src/config/index.ts +0 -403
- package/src/config/validation-helpers.ts +0 -597
- package/src/config/validation.ts +0 -2369
- package/src/config-cache.ts +0 -85
- package/src/constellation/createProject.tsx +0 -51
- package/src/constellation/deleteProject.ts +0 -51
- package/src/constellation/deleteProjectModel.ts +0 -68
- package/src/constellation/index.ts +0 -75
- package/src/constellation/listCatalog.tsx +0 -35
- package/src/constellation/listModel.tsx +0 -41
- package/src/constellation/listProject.tsx +0 -28
- package/src/constellation/listRuntime.tsx +0 -28
- package/src/constellation/options.ts +0 -17
- package/src/constellation/types.ts +0 -17
- package/src/constellation/uploadModel.tsx +0 -64
- package/src/constellation/utils.ts +0 -90
- package/src/create-worker-preview.ts +0 -293
- package/src/create-worker-upload-form.ts +0 -363
- package/src/d1/backups.tsx +0 -219
- package/src/d1/constants.ts +0 -2
- package/src/d1/create.tsx +0 -70
- package/src/d1/delete.ts +0 -53
- package/src/d1/execute.tsx +0 -357
- package/src/d1/formatTimeAgo.ts +0 -14
- package/src/d1/index.ts +0 -100
- package/src/d1/list.tsx +0 -62
- package/src/d1/migrations/apply.tsx +0 -212
- package/src/d1/migrations/create.tsx +0 -79
- package/src/d1/migrations/helpers.ts +0 -169
- package/src/d1/migrations/index.ts +0 -3
- package/src/d1/migrations/list.tsx +0 -95
- package/src/d1/migrations/options.ts +0 -23
- package/src/d1/options.ts +0 -22
- package/src/d1/splitter.ts +0 -161
- package/src/d1/types.ts +0 -25
- package/src/d1/utils.ts +0 -49
- package/src/delete.ts +0 -100
- package/src/deployments.ts +0 -368
- package/src/deprecated/index.ts +0 -144
- package/src/dev/dev-vars.ts +0 -39
- package/src/dev/dev.tsx +0 -605
- package/src/dev/get-local-persistence-path.ts +0 -31
- package/src/dev/local.tsx +0 -952
- package/src/dev/remote.tsx +0 -635
- package/src/dev/start-server.ts +0 -545
- package/src/dev/use-esbuild.ts +0 -215
- package/src/dev/validate-dev-props.ts +0 -40
- package/src/dev-registry.ts +0 -202
- package/src/dev.tsx +0 -934
- package/src/dialogs.ts +0 -136
- package/src/dispatch-namespace.ts +0 -211
- package/src/docs/helpers.ts +0 -50
- package/src/docs/index.ts +0 -54
- package/src/durable.ts +0 -102
- package/src/entry.ts +0 -344
- package/src/environment-variables/factory.ts +0 -89
- package/src/environment-variables/misc-variables.ts +0 -30
- package/src/errors.ts +0 -11
- package/src/generate/index.ts +0 -298
- package/src/git-client.ts +0 -135
- package/src/global-wrangler-config-path.ts +0 -26
- package/src/https-options.ts +0 -127
- package/src/index.ts +0 -768
- package/src/init.ts +0 -1037
- package/src/inspect.ts +0 -883
- package/src/intl-polyfill.d.ts +0 -139
- package/src/is-ci.ts +0 -14
- package/src/is-interactive.ts +0 -16
- package/src/jest.d.ts +0 -4
- package/src/kv/helpers.ts +0 -433
- package/src/kv/index.ts +0 -594
- package/src/logger.ts +0 -123
- package/src/metrics/index.ts +0 -5
- package/src/metrics/metrics-config.ts +0 -239
- package/src/metrics/metrics-dispatcher.ts +0 -96
- package/src/metrics/metrics-usage-headers.ts +0 -24
- package/src/metrics/send-event.ts +0 -99
- package/src/miniflare-cli/README.md +0 -30
- package/src/miniflare-cli/assets.ts +0 -251
- package/src/miniflare-cli/index.ts +0 -210
- package/src/miniflare-cli/request-context.ts +0 -40
- package/src/miniflare-cli/tsconfig.json +0 -9
- package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
- package/src/miniflare-cli/types.ts +0 -11
- package/src/module-collection.ts +0 -333
- package/src/mtls-certificate/cli.ts +0 -155
- package/src/open-in-browser.ts +0 -17
- package/src/package-manager.ts +0 -219
- package/src/pages/build.ts +0 -423
- package/src/pages/buildFunctions.ts +0 -140
- package/src/pages/constants.ts +0 -18
- package/src/pages/deployment-tails.ts +0 -281
- package/src/pages/deployments.tsx +0 -84
- package/src/pages/dev.ts +0 -734
- package/src/pages/errors.ts +0 -67
- package/src/pages/functions/buildPlugin.ts +0 -114
- package/src/pages/functions/buildWorker.ts +0 -350
- package/src/pages/functions/filepath-routing.test.ts +0 -234
- package/src/pages/functions/filepath-routing.ts +0 -189
- package/src/pages/functions/identifiers.ts +0 -78
- package/src/pages/functions/routes-consolidation.test.ts +0 -250
- package/src/pages/functions/routes-consolidation.ts +0 -73
- package/src/pages/functions/routes-transformation.test.ts +0 -282
- package/src/pages/functions/routes-transformation.ts +0 -115
- package/src/pages/functions/routes-validation.test.ts +0 -403
- package/src/pages/functions/routes-validation.ts +0 -202
- package/src/pages/functions/routes.ts +0 -151
- package/src/pages/functions/tsconfig.json +0 -8
- package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
- package/src/pages/functions.ts +0 -86
- package/src/pages/hash.ts +0 -13
- package/src/pages/index.ts +0 -102
- package/src/pages/projects.tsx +0 -159
- package/src/pages/prompt-select-project.tsx +0 -31
- package/src/pages/publish.tsx +0 -267
- package/src/pages/types.ts +0 -46
- package/src/pages/upload.tsx +0 -469
- package/src/pages/utils.ts +0 -23
- package/src/parse.ts +0 -308
- package/src/paths.ts +0 -71
- package/src/proxy.ts +0 -694
- package/src/publish/index.ts +0 -274
- package/src/publish/publish.ts +0 -1065
- package/src/pubsub/index.ts +0 -286
- package/src/pubsub/pubsub-commands.ts +0 -623
- package/src/queues/cli/commands/consumer/add.ts +0 -71
- package/src/queues/cli/commands/consumer/index.ts +0 -19
- package/src/queues/cli/commands/consumer/remove.ts +0 -31
- package/src/queues/cli/commands/create.ts +0 -25
- package/src/queues/cli/commands/delete.ts +0 -26
- package/src/queues/cli/commands/index.ts +0 -35
- package/src/queues/cli/commands/list.ts +0 -25
- package/src/queues/client.ts +0 -136
- package/src/queues/utils.ts +0 -18
- package/src/r2/constants.ts +0 -4
- package/src/r2/helpers.ts +0 -132
- package/src/r2/index.ts +0 -289
- package/src/routes.ts +0 -140
- package/src/secret/index.ts +0 -377
- package/src/selfsigned.d.ts +0 -29
- package/src/sites.ts +0 -484
- package/src/tail/createTail.ts +0 -415
- package/src/tail/filters.ts +0 -277
- package/src/tail/index.ts +0 -211
- package/src/tail/printing.ts +0 -132
- package/src/traverse-module-graph.ts +0 -54
- package/src/tsconfig-sanity.ts +0 -16
- package/src/type-generation.ts +0 -181
- package/src/update-check.ts +0 -19
- package/src/user/access.ts +0 -68
- package/src/user/auth-variables.ts +0 -113
- package/src/user/choose-account.tsx +0 -39
- package/src/user/generate-auth-url.ts +0 -33
- package/src/user/generate-random-state.ts +0 -16
- package/src/user/index.ts +0 -2
- package/src/user/user.ts +0 -1234
- package/src/utils/collectKeyValues.ts +0 -14
- package/src/utils/render.ts +0 -93
- package/src/whoami.ts +0 -135
- package/src/worker.ts +0 -279
- package/src/yargs-types.ts +0 -37
- package/src/zones.ts +0 -191
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
const ORIGINAL_STDIN = process.stdin;
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Mock process.stdin so that we can pipe in text for non-interactive mode tests.
|
|
5
|
-
*/
|
|
6
|
-
export function useMockStdin({ isTTY }: { isTTY: boolean }) {
|
|
7
|
-
const mockStdin = new MockStdIn(isTTY);
|
|
8
|
-
|
|
9
|
-
beforeEach(() => {
|
|
10
|
-
mockStdin.reset();
|
|
11
|
-
Object.defineProperty(process, "stdin", {
|
|
12
|
-
value: mockStdin,
|
|
13
|
-
configurable: true,
|
|
14
|
-
writable: false,
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
afterEach(() => {
|
|
19
|
-
Object.defineProperty(process, "stdin", {
|
|
20
|
-
value: ORIGINAL_STDIN,
|
|
21
|
-
configurable: true,
|
|
22
|
-
writable: false,
|
|
23
|
-
});
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
return mockStdin;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
const failCallback: (value: unknown) => void = () => {
|
|
30
|
-
throw new Error(
|
|
31
|
-
"TEST FAILURE: stdin callback called before being initialized."
|
|
32
|
-
);
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* A mock version of `process.std`, which can be used to simulate piping data
|
|
37
|
-
* into the wrangler process in non-interactive mode.
|
|
38
|
-
*/
|
|
39
|
-
class MockStdIn {
|
|
40
|
-
private endCallback = failCallback;
|
|
41
|
-
private errorCallback = failCallback;
|
|
42
|
-
private chunks: string[] = [];
|
|
43
|
-
private error: Error | undefined;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Set this to true if you want the stdin stream to error.
|
|
47
|
-
*/
|
|
48
|
-
throwError(error: Error) {
|
|
49
|
-
this.error = error;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Call this to clean out the chunks that are queued for sending.
|
|
54
|
-
*/
|
|
55
|
-
reset() {
|
|
56
|
-
this.chunks.length = 0;
|
|
57
|
-
this.error = undefined;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Queue up some chunks to be sent.
|
|
62
|
-
*/
|
|
63
|
-
send(...chunks: string[]) {
|
|
64
|
-
this.chunks.push(...chunks);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
constructor(
|
|
68
|
-
/**
|
|
69
|
-
* Used by wrangler to check whether stdin is interactive.
|
|
70
|
-
*/
|
|
71
|
-
readonly isTTY: boolean
|
|
72
|
-
) {}
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Used by wrangler to add event listeners.
|
|
76
|
-
*/
|
|
77
|
-
on(eventName: string, callback: () => void) {
|
|
78
|
-
switch (eventName) {
|
|
79
|
-
case "readable":
|
|
80
|
-
setImmediate(callback);
|
|
81
|
-
break;
|
|
82
|
-
case "end":
|
|
83
|
-
this.endCallback = callback;
|
|
84
|
-
break;
|
|
85
|
-
case "error":
|
|
86
|
-
this.errorCallback = callback;
|
|
87
|
-
break;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Used by wrangler to get the next chunk of data in the stream.
|
|
93
|
-
*/
|
|
94
|
-
read() {
|
|
95
|
-
if (this.error) {
|
|
96
|
-
setImmediate(() => this.errorCallback(this.error));
|
|
97
|
-
}
|
|
98
|
-
if (this.chunks.length === 0) {
|
|
99
|
-
setImmediate(this.endCallback);
|
|
100
|
-
}
|
|
101
|
-
return this.chunks.shift() ?? null;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Used by Ink.js to set the encoding of the stdout.
|
|
106
|
-
*/
|
|
107
|
-
setEncoding() {}
|
|
108
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { WebSocket } from "mock-socket";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* A version of the mock WebSocket that supports the methods that we use.
|
|
5
|
-
*/
|
|
6
|
-
export class MockWebSocket extends WebSocket {
|
|
7
|
-
on(event: string | symbol, listener: (...args: unknown[]) => void): this {
|
|
8
|
-
switch (event) {
|
|
9
|
-
case "message":
|
|
10
|
-
this.onmessage = ({ data }) => {
|
|
11
|
-
listener(data);
|
|
12
|
-
};
|
|
13
|
-
break;
|
|
14
|
-
case "open":
|
|
15
|
-
this.onopen = listener;
|
|
16
|
-
break;
|
|
17
|
-
case "close":
|
|
18
|
-
this.onclose = listener;
|
|
19
|
-
break;
|
|
20
|
-
default:
|
|
21
|
-
throw new Error("Unknown event type: " + event.toString());
|
|
22
|
-
}
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
terminate() {
|
|
27
|
-
this.close();
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*! Read blob sync in NodeJS. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource>
|
|
2
|
-
* Special Thanks to Jimmy Wärting helping in https://github.com/nodejs/undici/issues/1830
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
const { workerData } = require("worker_threads");
|
|
6
|
-
|
|
7
|
-
const { signal, port, blob } = workerData;
|
|
8
|
-
|
|
9
|
-
blob.arrayBuffer().then((ab) => {
|
|
10
|
-
// Post the result back to the main thread before unlocking 'signal'
|
|
11
|
-
port.postMessage(ab, [ab]);
|
|
12
|
-
port.close();
|
|
13
|
-
|
|
14
|
-
// Change the value of signal[0] to 1
|
|
15
|
-
Atomics.store(signal, 0, 1);
|
|
16
|
-
|
|
17
|
-
// This will unlock the main thread when we notify it
|
|
18
|
-
Atomics.notify(signal, 0);
|
|
19
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
|
|
3
|
-
export default [
|
|
4
|
-
rest.get("*access-protected.com*", (_, response, cxt) => {
|
|
5
|
-
return response.once(
|
|
6
|
-
cxt.status(302),
|
|
7
|
-
cxt.set("location", "access-protected-com.cloudflareaccess.com")
|
|
8
|
-
);
|
|
9
|
-
}),
|
|
10
|
-
rest.get("*not-access-protected.com*", (_, response, cxt) => {
|
|
11
|
-
return response.once(cxt.status(200), cxt.body("OK"));
|
|
12
|
-
}),
|
|
13
|
-
];
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
|
|
4
|
-
const latestDeployment = {
|
|
5
|
-
id: "Galaxy-Class",
|
|
6
|
-
number: "1701-E",
|
|
7
|
-
annotations: {
|
|
8
|
-
"workers/triggered_by": "rollback",
|
|
9
|
-
"workers/rollback_from": "MOCK-DEPLOYMENT-ID-2222",
|
|
10
|
-
},
|
|
11
|
-
metadata: {
|
|
12
|
-
author_id: "Picard-Gamma-6-0-7-3",
|
|
13
|
-
author_email: "Jean-Luc-Picard@federation.org",
|
|
14
|
-
source: "wrangler",
|
|
15
|
-
created_on: "2021-01-04T00:00:00.000000Z",
|
|
16
|
-
modified_on: "2021-01-04T00:00:00.000000Z",
|
|
17
|
-
},
|
|
18
|
-
resources: {
|
|
19
|
-
script: "MOCK-TAG",
|
|
20
|
-
bindings: [],
|
|
21
|
-
},
|
|
22
|
-
};
|
|
23
|
-
export const mswSuccessDeployments = [
|
|
24
|
-
rest.get(
|
|
25
|
-
"*/accounts/:accountId/workers/deployments/by-script/:scriptTag",
|
|
26
|
-
(_, response, context) =>
|
|
27
|
-
response.once(
|
|
28
|
-
context.json(
|
|
29
|
-
createFetchResult({
|
|
30
|
-
latest: latestDeployment,
|
|
31
|
-
items: [
|
|
32
|
-
{
|
|
33
|
-
id: "Constitution-Class",
|
|
34
|
-
number: "1701-E",
|
|
35
|
-
annotations: {
|
|
36
|
-
"workers/triggered_by": "upload",
|
|
37
|
-
},
|
|
38
|
-
metadata: {
|
|
39
|
-
author_id: "Picard-Gamma-6-0-7-3",
|
|
40
|
-
author_email: "Jean-Luc-Picard@federation.org",
|
|
41
|
-
source: "wrangler",
|
|
42
|
-
created_on: "2021-01-01T00:00:00.000000Z",
|
|
43
|
-
modified_on: "2021-01-01T00:00:00.000000Z",
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
id: "Intrepid-Class",
|
|
48
|
-
number: "NCC-74656",
|
|
49
|
-
annotations: {
|
|
50
|
-
"workers/triggered_by": "rollback",
|
|
51
|
-
"workers/rollback_from": "MOCK-DEPLOYMENT-ID-1111",
|
|
52
|
-
"workers/message": "Rolled back for this version",
|
|
53
|
-
},
|
|
54
|
-
metadata: {
|
|
55
|
-
author_id: "Kathryn-Jane-Gamma-6-0-7-3",
|
|
56
|
-
author_email: "Kathryn-Janeway@federation.org",
|
|
57
|
-
source: "wrangler",
|
|
58
|
-
created_on: "2021-02-02T00:00:00.000000Z",
|
|
59
|
-
modified_on: "2021-02-02T00:00:00.000000Z",
|
|
60
|
-
},
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: "3mEgaU1T-Intrepid-someThing",
|
|
64
|
-
number: "NCC-74656",
|
|
65
|
-
metadata: {
|
|
66
|
-
author_id: "Kathryn-Jane-Gamma-6-0-7-3",
|
|
67
|
-
author_email: "Kathryn-Janeway@federation.org",
|
|
68
|
-
source: "wrangler",
|
|
69
|
-
created_on: "2021-02-03T00:00:00.000000Z",
|
|
70
|
-
modified_on: "2021-02-03T00:00:00.000000Z",
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
latestDeployment,
|
|
74
|
-
],
|
|
75
|
-
})
|
|
76
|
-
)
|
|
77
|
-
)
|
|
78
|
-
),
|
|
79
|
-
];
|
|
80
|
-
|
|
81
|
-
export const mswSuccessDeploymentScriptMetadata = [
|
|
82
|
-
rest.get(
|
|
83
|
-
"*/accounts/:accountId/workers/services/:scriptName",
|
|
84
|
-
(_, res, ctx) => {
|
|
85
|
-
return res.once(
|
|
86
|
-
ctx.json(
|
|
87
|
-
createFetchResult({
|
|
88
|
-
default_environment: {
|
|
89
|
-
script: { last_deployed_from: "wrangler", tag: "MOCK-TAG" },
|
|
90
|
-
},
|
|
91
|
-
})
|
|
92
|
-
)
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
];
|
|
97
|
-
|
|
98
|
-
export const mswSuccessDeploymentDetails = [
|
|
99
|
-
rest.get(
|
|
100
|
-
"*/accounts/:accountId/workers/deployments/by-script/:scriptTag/detail/:deploymentId",
|
|
101
|
-
(req, res, ctx) => {
|
|
102
|
-
let bindings: object[] = [];
|
|
103
|
-
if (req.url.toString().includes("bindings-tag")) {
|
|
104
|
-
bindings = [
|
|
105
|
-
{
|
|
106
|
-
bucket_name: "testr2",
|
|
107
|
-
name: "MY_BUCKET",
|
|
108
|
-
type: "r2_bucket",
|
|
109
|
-
},
|
|
110
|
-
];
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
expect(req.url.toString().includes("1701-E"));
|
|
114
|
-
return res.once(
|
|
115
|
-
ctx.json(
|
|
116
|
-
createFetchResult({
|
|
117
|
-
id: "1701-E",
|
|
118
|
-
Number: 0,
|
|
119
|
-
metadata: {
|
|
120
|
-
author_id: "Picard-Gamma-6-0-7-3",
|
|
121
|
-
author_email: "Jean-Luc-Picard@federation.org",
|
|
122
|
-
source: "wrangler",
|
|
123
|
-
created_on: "2021-01-01T00:00:00.000000Z",
|
|
124
|
-
modified_on: "2021-01-01T00:00:00.000000Z",
|
|
125
|
-
},
|
|
126
|
-
resources: {
|
|
127
|
-
script: {
|
|
128
|
-
etag: "mock-e-tag",
|
|
129
|
-
handlers: ["fetch"],
|
|
130
|
-
last_deployed_from: "wrangler",
|
|
131
|
-
},
|
|
132
|
-
script_runtime: {
|
|
133
|
-
usage_model: "bundled",
|
|
134
|
-
},
|
|
135
|
-
bindings: bindings,
|
|
136
|
-
},
|
|
137
|
-
})
|
|
138
|
-
)
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
),
|
|
142
|
-
// ?deployment=<deploymentid> param used to get deployment <script content> as text
|
|
143
|
-
rest.get(
|
|
144
|
-
"*/accounts/:accountId/workers/scripts/:scriptName",
|
|
145
|
-
(req, res, ctx) => {
|
|
146
|
-
let scriptContent = "";
|
|
147
|
-
if (req.url.searchParams.get("deployment") === "1701-E") {
|
|
148
|
-
scriptContent = `
|
|
149
|
-
export default {
|
|
150
|
-
async fetch(request) {
|
|
151
|
-
return new Response('Hello World from Deployment 1701-E');
|
|
152
|
-
},
|
|
153
|
-
};`;
|
|
154
|
-
} else {
|
|
155
|
-
return res(ctx.status(400));
|
|
156
|
-
}
|
|
157
|
-
return res.once(ctx.text(scriptContent));
|
|
158
|
-
}
|
|
159
|
-
),
|
|
160
|
-
];
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
|
|
4
|
-
export const mswSuccessNamespacesHandlers = [
|
|
5
|
-
rest.post(
|
|
6
|
-
"*/accounts/:accountId/workers/dispatch/namespaces",
|
|
7
|
-
(_, response, context) => {
|
|
8
|
-
return response.once(
|
|
9
|
-
context.json(
|
|
10
|
-
createFetchResult({
|
|
11
|
-
namespace_id: "some-namespace-id",
|
|
12
|
-
namespace_name: "namespace-name",
|
|
13
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
14
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
15
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
16
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
17
|
-
})
|
|
18
|
-
)
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
),
|
|
22
|
-
rest.delete(
|
|
23
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
|
|
24
|
-
(_, response, context) => {
|
|
25
|
-
return response.once(context.json(createFetchResult(null)));
|
|
26
|
-
}
|
|
27
|
-
),
|
|
28
|
-
rest.put(
|
|
29
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
|
|
30
|
-
(_, response, context) => {
|
|
31
|
-
return response.once(
|
|
32
|
-
context.json(
|
|
33
|
-
createFetchResult({
|
|
34
|
-
namespace_id: "some-namespace-id",
|
|
35
|
-
namespace_name: "namespace-name",
|
|
36
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
37
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
38
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
39
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
40
|
-
})
|
|
41
|
-
)
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
),
|
|
45
|
-
rest.get(
|
|
46
|
-
"*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
|
|
47
|
-
(_, response, context) => {
|
|
48
|
-
return response.once(
|
|
49
|
-
context.json(
|
|
50
|
-
createFetchResult({
|
|
51
|
-
namespace_id: "some-namespace-id",
|
|
52
|
-
namespace_name: "namespace-name",
|
|
53
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
54
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
55
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
56
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
57
|
-
})
|
|
58
|
-
)
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
),
|
|
62
|
-
rest.get(
|
|
63
|
-
"*/accounts/:accountId/workers/dispatch/namespaces",
|
|
64
|
-
(_, response, context) => {
|
|
65
|
-
return response.once(
|
|
66
|
-
context.json(
|
|
67
|
-
createFetchResult([
|
|
68
|
-
{
|
|
69
|
-
namespace_id: "some-namespace-id",
|
|
70
|
-
namespace_name: "namespace-name",
|
|
71
|
-
created_on: "2022-06-29T14:30:08.16152Z",
|
|
72
|
-
created_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
73
|
-
modified_on: "2022-06-29T14:30:08.16152Z",
|
|
74
|
-
modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
|
|
75
|
-
},
|
|
76
|
-
])
|
|
77
|
-
)
|
|
78
|
-
);
|
|
79
|
-
}
|
|
80
|
-
),
|
|
81
|
-
];
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
|
|
3
|
-
export const mswSuccessOauthHandlers = [
|
|
4
|
-
rest.all("*/oauth/callback", (_, response, context) => {
|
|
5
|
-
return response.once(
|
|
6
|
-
context.status(200),
|
|
7
|
-
context.json({
|
|
8
|
-
success: true,
|
|
9
|
-
errors: [],
|
|
10
|
-
messages: [],
|
|
11
|
-
code: "test-oauth-code",
|
|
12
|
-
})
|
|
13
|
-
);
|
|
14
|
-
}),
|
|
15
|
-
// revoke access token
|
|
16
|
-
rest.post("*/oauth2/revoke", (_, response, context) =>
|
|
17
|
-
response.once(context.status(200), context.text(""))
|
|
18
|
-
),
|
|
19
|
-
// exchange (auth code | refresh token) for access token
|
|
20
|
-
rest.post("*/oauth2/token", (_, response, context) => {
|
|
21
|
-
return response.once(
|
|
22
|
-
context.status(200),
|
|
23
|
-
context.json({
|
|
24
|
-
access_token: "test-access-token",
|
|
25
|
-
expires_in: 100000,
|
|
26
|
-
refresh_token: "test-refresh-token",
|
|
27
|
-
scope: "account:read",
|
|
28
|
-
})
|
|
29
|
-
);
|
|
30
|
-
}),
|
|
31
|
-
];
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
|
|
4
|
-
export const mswSuccessR2handlers = [
|
|
5
|
-
// List endpoint r2Buckets
|
|
6
|
-
rest.get("*/accounts/:accountId/r2/buckets", (_, response, context) =>
|
|
7
|
-
response.once(
|
|
8
|
-
context.json(
|
|
9
|
-
createFetchResult({
|
|
10
|
-
buckets: [
|
|
11
|
-
{ name: "bucket-1", creation_date: "01-01-2001" },
|
|
12
|
-
{ name: "bucket-2", creation_date: "01-01-2001" },
|
|
13
|
-
],
|
|
14
|
-
})
|
|
15
|
-
)
|
|
16
|
-
)
|
|
17
|
-
),
|
|
18
|
-
rest.post("*/accounts/:accountId/r2/buckets", (_, response, context) =>
|
|
19
|
-
response.once(context.json(createFetchResult({})))
|
|
20
|
-
),
|
|
21
|
-
rest.put(
|
|
22
|
-
"*/accounts/:accountId/r2/buckets/:bucketName",
|
|
23
|
-
(_, response, context) => response.once(context.json(createFetchResult({})))
|
|
24
|
-
),
|
|
25
|
-
rest.delete(
|
|
26
|
-
"*/accounts/:accountId/r2/buckets/:bucketName",
|
|
27
|
-
(_, response, context) =>
|
|
28
|
-
response.once(context.json(createFetchResult(null)))
|
|
29
|
-
),
|
|
30
|
-
rest.get(
|
|
31
|
-
"*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
|
|
32
|
-
(_, response, context) => {
|
|
33
|
-
const imageBuffer = Buffer.from("wormhole-img.png");
|
|
34
|
-
return response.once(
|
|
35
|
-
context.set("Content-Length", imageBuffer.byteLength.toString()),
|
|
36
|
-
context.set("Content-Type", "image/png"),
|
|
37
|
-
|
|
38
|
-
context.body(imageBuffer)
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
),
|
|
42
|
-
rest.put(
|
|
43
|
-
"*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
|
|
44
|
-
(_, response, context) =>
|
|
45
|
-
response.once(
|
|
46
|
-
context.json(
|
|
47
|
-
createFetchResult({
|
|
48
|
-
accountId: "some-account-id",
|
|
49
|
-
bucketName: "bucketName-object-test",
|
|
50
|
-
objectName: "wormhole-img.png",
|
|
51
|
-
})
|
|
52
|
-
)
|
|
53
|
-
)
|
|
54
|
-
),
|
|
55
|
-
rest.delete(
|
|
56
|
-
"*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
|
|
57
|
-
(_, response, context) =>
|
|
58
|
-
response.once(context.json(createFetchResult(null)))
|
|
59
|
-
),
|
|
60
|
-
];
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
import type { WorkerMetadata } from "../../../../create-worker-upload-form";
|
|
4
|
-
|
|
5
|
-
const bindings: Record<string, WorkerMetadata["bindings"]> = {
|
|
6
|
-
"durable-object": [
|
|
7
|
-
{
|
|
8
|
-
type: "durable_object_namespace",
|
|
9
|
-
name: "TestDO",
|
|
10
|
-
class_name: "TestDO",
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
};
|
|
14
|
-
const scripts: Record<string, string> = {
|
|
15
|
-
websocket: `new WebSocket("ws://dummy")`,
|
|
16
|
-
response: `return new Response("ok")`,
|
|
17
|
-
};
|
|
18
|
-
function getBindings(scriptName: string | readonly string[]) {
|
|
19
|
-
if (typeof scriptName !== "string") return "";
|
|
20
|
-
return scriptName.split("--").flatMap((part) => bindings[part] ?? []);
|
|
21
|
-
}
|
|
22
|
-
function getScript(scriptName: string | readonly string[]): string {
|
|
23
|
-
if (typeof scriptName !== "string") return "";
|
|
24
|
-
return `export default {fetch(request){
|
|
25
|
-
${scriptName
|
|
26
|
-
.split("--")
|
|
27
|
-
.map((part) => scripts[part] ?? "")
|
|
28
|
-
.join(";\n")}
|
|
29
|
-
}}`;
|
|
30
|
-
}
|
|
31
|
-
export default [
|
|
32
|
-
rest.get(
|
|
33
|
-
"*/accounts/:accountId/workers/services/:scriptName/environments/:env/content",
|
|
34
|
-
({ params: { scriptName } }, res, context) => {
|
|
35
|
-
return res(context.text(getScript(scriptName)));
|
|
36
|
-
}
|
|
37
|
-
),
|
|
38
|
-
rest.get(
|
|
39
|
-
"*/accounts/:accountId/workers/scripts/:scriptName",
|
|
40
|
-
({ params: { scriptName } }, res, context) => {
|
|
41
|
-
return res(context.text(getScript(scriptName)));
|
|
42
|
-
}
|
|
43
|
-
),
|
|
44
|
-
rest.get(
|
|
45
|
-
"*/accounts/:accountId/workers/services/:scriptName/environments/:env/bindings",
|
|
46
|
-
({ params: { scriptName } }, res, context) => {
|
|
47
|
-
return res(context.json(createFetchResult(getBindings(scriptName))));
|
|
48
|
-
}
|
|
49
|
-
),
|
|
50
|
-
rest.get(
|
|
51
|
-
"*/accounts/:accountId/workers/scripts/:scriptName/bindings",
|
|
52
|
-
({ params: { scriptName } }, res, context) => {
|
|
53
|
-
return res(context.json(createFetchResult(getBindings(scriptName))));
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
];
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
|
|
4
|
-
export const mswSuccessUserHandlers = [
|
|
5
|
-
rest.get("*/user", (_, response, cxt) => {
|
|
6
|
-
return response.once(
|
|
7
|
-
cxt.json(
|
|
8
|
-
createFetchResult({
|
|
9
|
-
id: "7c5dae5552338874e5053f2534d2767a",
|
|
10
|
-
email: "user@example.com",
|
|
11
|
-
first_name: "John",
|
|
12
|
-
last_name: "Appleseed",
|
|
13
|
-
username: "cfuser12345",
|
|
14
|
-
telephone: "+1 123-123-1234",
|
|
15
|
-
country: "US",
|
|
16
|
-
zipcode: "12345",
|
|
17
|
-
created_on: "2014-01-01T05:20:00Z",
|
|
18
|
-
modified_on: "2014-01-01T05:20:00Z",
|
|
19
|
-
two_factor_authentication_enabled: false,
|
|
20
|
-
suspended: false,
|
|
21
|
-
})
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
}),
|
|
25
|
-
rest.get("*/accounts", (_, response, cxt) => {
|
|
26
|
-
return response.once(
|
|
27
|
-
cxt.json(
|
|
28
|
-
createFetchResult([
|
|
29
|
-
{ name: "Account One", id: "account-1" },
|
|
30
|
-
{ name: "Account Two", id: "account-2" },
|
|
31
|
-
{ name: "Account Three", id: "account-3" },
|
|
32
|
-
])
|
|
33
|
-
)
|
|
34
|
-
);
|
|
35
|
-
}),
|
|
36
|
-
rest.get("*/memberships", (_, response, context) => {
|
|
37
|
-
return response.once(
|
|
38
|
-
context.json(
|
|
39
|
-
createFetchResult([
|
|
40
|
-
{
|
|
41
|
-
id: "membership-id-1",
|
|
42
|
-
account: { id: "account-id-1", name: "My Personal Account" },
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: "membership-id-2",
|
|
46
|
-
account: { id: "account-id-2", name: "Enterprise Account" },
|
|
47
|
-
},
|
|
48
|
-
])
|
|
49
|
-
)
|
|
50
|
-
);
|
|
51
|
-
}),
|
|
52
|
-
];
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { createFetchResult } from "../index";
|
|
3
|
-
|
|
4
|
-
export default [
|
|
5
|
-
rest.get("*/zones", ({ url: { searchParams } }, res, context) => {
|
|
6
|
-
return res(
|
|
7
|
-
context.json(
|
|
8
|
-
createFetchResult(
|
|
9
|
-
searchParams.get("name") === "exists.com"
|
|
10
|
-
? [
|
|
11
|
-
{
|
|
12
|
-
id: "exists-com",
|
|
13
|
-
},
|
|
14
|
-
]
|
|
15
|
-
: []
|
|
16
|
-
)
|
|
17
|
-
)
|
|
18
|
-
);
|
|
19
|
-
}),
|
|
20
|
-
];
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { setupServer } from "msw/node";
|
|
2
|
-
import { default as mswAccessHandlers } from "./handlers/access";
|
|
3
|
-
import {
|
|
4
|
-
mswSuccessDeployments,
|
|
5
|
-
mswSuccessDeploymentScriptMetadata,
|
|
6
|
-
mswSuccessDeploymentDetails,
|
|
7
|
-
} from "./handlers/deployments";
|
|
8
|
-
import { mswSuccessNamespacesHandlers } from "./handlers/namespaces";
|
|
9
|
-
import { mswSuccessOauthHandlers } from "./handlers/oauth";
|
|
10
|
-
import { mswSuccessR2handlers } from "./handlers/r2";
|
|
11
|
-
import { default as mswSucessScriptHandlers } from "./handlers/script";
|
|
12
|
-
import { mswSuccessUserHandlers } from "./handlers/user";
|
|
13
|
-
import { default as mswZoneHandlers } from "./handlers/zones";
|
|
14
|
-
|
|
15
|
-
export const msw = setupServer();
|
|
16
|
-
|
|
17
|
-
function createFetchResult(
|
|
18
|
-
result: unknown,
|
|
19
|
-
success = true,
|
|
20
|
-
errors: unknown[] = [],
|
|
21
|
-
messages: unknown[] = [],
|
|
22
|
-
result_info?: Record<string, unknown>
|
|
23
|
-
) {
|
|
24
|
-
return result_info
|
|
25
|
-
? {
|
|
26
|
-
result,
|
|
27
|
-
success,
|
|
28
|
-
errors,
|
|
29
|
-
messages,
|
|
30
|
-
result_info,
|
|
31
|
-
}
|
|
32
|
-
: {
|
|
33
|
-
result,
|
|
34
|
-
success,
|
|
35
|
-
errors,
|
|
36
|
-
messages,
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export {
|
|
41
|
-
createFetchResult,
|
|
42
|
-
mswSuccessUserHandlers,
|
|
43
|
-
mswSuccessR2handlers,
|
|
44
|
-
mswSuccessOauthHandlers,
|
|
45
|
-
mswSuccessNamespacesHandlers,
|
|
46
|
-
mswSucessScriptHandlers,
|
|
47
|
-
mswZoneHandlers,
|
|
48
|
-
mswSuccessDeployments,
|
|
49
|
-
mswSuccessDeploymentDetails,
|
|
50
|
-
mswAccessHandlers,
|
|
51
|
-
mswSuccessDeploymentScriptMetadata,
|
|
52
|
-
};
|