@quantcdn/pulumi-quant 5.4.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aiAgent.d.ts +155 -0
- package/aiAgent.js +94 -0
- package/aiAgent.js.map +1 -0
- package/aiGovernance.d.ts +77 -0
- package/aiGovernance.js +75 -0
- package/aiGovernance.js.map +1 -0
- package/aiSkill.d.ts +101 -0
- package/aiSkill.js +85 -0
- package/aiSkill.js.map +1 -0
- package/aiVectorCollection.d.ts +107 -0
- package/aiVectorCollection.js +68 -0
- package/aiVectorCollection.js.map +1 -0
- package/aiVectorDocument.d.ts +73 -0
- package/aiVectorDocument.js +70 -0
- package/aiVectorDocument.js.map +1 -0
- package/application.d.ts +189 -0
- package/application.js +85 -0
- package/application.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +36 -0
- package/config/vars.js +61 -0
- package/config/vars.js.map +1 -0
- package/{crawler.ts → crawler.d.ts} +45 -139
- package/crawler.js +116 -0
- package/crawler.js.map +1 -0
- package/crawlerSchedule.d.ts +156 -0
- package/crawlerSchedule.js +74 -0
- package/crawlerSchedule.js.map +1 -0
- package/cronJob.d.ts +102 -0
- package/cronJob.js +73 -0
- package/cronJob.js.map +1 -0
- package/{domain.ts → domain.d.ts} +10 -56
- package/domain.js +62 -0
- package/domain.js.map +1 -0
- package/environment.d.ts +313 -0
- package/environment.js +110 -0
- package/environment.js.map +1 -0
- package/getProject.d.ts +34 -0
- package/getProject.js +24 -0
- package/getProject.js.map +1 -0
- package/getProjects.d.ts +14 -0
- package/getProjects.js +18 -0
- package/getProjects.js.map +1 -0
- package/header.d.ts +60 -0
- package/header.js +59 -0
- package/header.js.map +1 -0
- package/index.d.ts +88 -0
- package/index.js +158 -0
- package/index.js.map +1 -0
- package/{kvItem.ts → kvItem.d.ts} +11 -62
- package/kvItem.js +67 -0
- package/kvItem.js.map +1 -0
- package/kvStore.d.ts +75 -0
- package/kvStore.js +55 -0
- package/kvStore.js.map +1 -0
- package/package.json +32 -30
- package/project.d.ts +175 -0
- package/project.js +73 -0
- package/project.js.map +1 -0
- package/{provider.ts → provider.d.ts} +12 -51
- package/provider.js +63 -0
- package/provider.js.map +1 -0
- package/{ruleAuth.ts → ruleAuth.d.ts} +31 -128
- package/ruleAuth.js +113 -0
- package/ruleAuth.js.map +1 -0
- package/{ruleBotChallenge.ts → ruleBotChallenge.d.ts} +32 -128
- package/ruleBotChallenge.js +112 -0
- package/ruleBotChallenge.js.map +1 -0
- package/{ruleContentFilter.ts → ruleContentFilter.d.ts} +30 -122
- package/ruleContentFilter.js +108 -0
- package/ruleContentFilter.js.map +1 -0
- package/{ruleCustomResponse.ts → ruleCustomResponse.d.ts} +33 -131
- package/ruleCustomResponse.js +114 -0
- package/ruleCustomResponse.js.map +1 -0
- package/{ruleFunction.ts → ruleFunction.d.ts} +30 -122
- package/ruleFunction.js +108 -0
- package/ruleFunction.js.map +1 -0
- package/{ruleHeaders.ts → ruleHeaders.d.ts} +38 -124
- package/ruleHeaders.js +108 -0
- package/ruleHeaders.js.map +1 -0
- package/{ruleProxy.ts → ruleProxy.d.ts} +62 -196
- package/ruleProxy.js +156 -0
- package/ruleProxy.js.map +1 -0
- package/{ruleRedirect.ts → ruleRedirect.d.ts} +31 -125
- package/ruleRedirect.js +110 -0
- package/ruleRedirect.js.map +1 -0
- package/{ruleServeStatic.ts → ruleServeStatic.d.ts} +30 -122
- package/ruleServeStatic.js +108 -0
- package/ruleServeStatic.js.map +1 -0
- package/{slackBot.ts → slackBot.d.ts} +14 -71
- package/slackBot.js +73 -0
- package/slackBot.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/{input.ts → input.d.ts} +6 -78
- package/{config/index.ts → types/input.js} +3 -3
- package/types/input.js.map +1 -0
- package/types/{output.ts → output.d.ts} +6 -81
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/{utilities.ts → utilities.js} +23 -28
- package/utilities.js.map +1 -0
- package/volume.d.ts +130 -0
- package/volume.js +74 -0
- package/volume.js.map +1 -0
- package/.gitattributes +0 -1
- package/aiAgent.ts +0 -233
- package/aiGovernance.ts +0 -136
- package/aiSkill.ts +0 -170
- package/aiVectorCollection.ts +0 -159
- package/aiVectorDocument.ts +0 -127
- package/application.ts +0 -258
- package/config/vars.ts +0 -108
- package/crawlerSchedule.ts +0 -214
- package/cronJob.ts +0 -159
- package/environment.ts +0 -407
- package/getProject.ts +0 -54
- package/getProjects.ts +0 -29
- package/header.ts +0 -97
- package/index.ts +0 -231
- package/kvStore.ts +0 -114
- package/project.ts +0 -232
- package/tsconfig.json +0 -53
- package/types/index.ts +0 -13
- package/volume.ts +0 -188
package/config/vars.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base delay in milliseconds for exponential backoff. Defaults to 500
|
|
3
|
+
*/
|
|
4
|
+
export declare const baseDelayMs: number | undefined;
|
|
5
|
+
/**
|
|
6
|
+
* The base URL for the QuantCDN API. Can also be set via QUANTCDN_BASE_URL environment variable.
|
|
7
|
+
*/
|
|
8
|
+
export declare const baseUrl: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* The QuantCDN API Bearer token used to authenticate requests. Can also be set via QUANTCDN_API_TOKEN environment variable.
|
|
11
|
+
*/
|
|
12
|
+
export declare const bearer: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* Whether to add random jitter to retry delays to avoid thundering herd. Defaults to true
|
|
15
|
+
*/
|
|
16
|
+
export declare const enableJitter: boolean | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Maximum delay in milliseconds for exponential backoff. Defaults to 30000 (30 seconds)
|
|
19
|
+
*/
|
|
20
|
+
export declare const maxDelayMs: number | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Maximum number of retry attempts for failed requests. Defaults to 3
|
|
23
|
+
*/
|
|
24
|
+
export declare const maxRetries: number | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* The QuantCDN organization machine name. Can also be set via QUANTCDN_ORGANIZATION environment variable.
|
|
27
|
+
*/
|
|
28
|
+
export declare const organization: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Maximum number of requests per second to send to the API. Defaults to 10.0
|
|
31
|
+
*/
|
|
32
|
+
export declare const requestsPerSecond: number | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* HTTP client timeout in seconds for API requests. Defaults to 120 seconds to handle slow operations and potential deadlocks. Can also be set via QUANTCDN_TIMEOUT_SECONDS environment variable.
|
|
35
|
+
*/
|
|
36
|
+
export declare const timeoutSeconds: number | undefined;
|
package/config/vars.js
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
const pulumi = require("@pulumi/pulumi");
|
|
6
|
+
const __config = new pulumi.Config("quant");
|
|
7
|
+
Object.defineProperty(exports, "baseDelayMs", {
|
|
8
|
+
get() {
|
|
9
|
+
return __config.getObject("baseDelayMs");
|
|
10
|
+
},
|
|
11
|
+
enumerable: true,
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "baseUrl", {
|
|
14
|
+
get() {
|
|
15
|
+
return __config.get("baseUrl");
|
|
16
|
+
},
|
|
17
|
+
enumerable: true,
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "bearer", {
|
|
20
|
+
get() {
|
|
21
|
+
return __config.get("bearer");
|
|
22
|
+
},
|
|
23
|
+
enumerable: true,
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "enableJitter", {
|
|
26
|
+
get() {
|
|
27
|
+
return __config.getObject("enableJitter");
|
|
28
|
+
},
|
|
29
|
+
enumerable: true,
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "maxDelayMs", {
|
|
32
|
+
get() {
|
|
33
|
+
return __config.getObject("maxDelayMs");
|
|
34
|
+
},
|
|
35
|
+
enumerable: true,
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(exports, "maxRetries", {
|
|
38
|
+
get() {
|
|
39
|
+
return __config.getObject("maxRetries");
|
|
40
|
+
},
|
|
41
|
+
enumerable: true,
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "organization", {
|
|
44
|
+
get() {
|
|
45
|
+
return __config.get("organization");
|
|
46
|
+
},
|
|
47
|
+
enumerable: true,
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "requestsPerSecond", {
|
|
50
|
+
get() {
|
|
51
|
+
return __config.getObject("requestsPerSecond");
|
|
52
|
+
},
|
|
53
|
+
enumerable: true,
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "timeoutSeconds", {
|
|
56
|
+
get() {
|
|
57
|
+
return __config.getObject("timeoutSeconds");
|
|
58
|
+
},
|
|
59
|
+
enumerable: true,
|
|
60
|
+
});
|
|
61
|
+
//# sourceMappingURL=vars.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;AAM5C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE;IAC1C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,aAAa,CAAC,CAAC;IACrD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,cAAc,CAAC,CAAC;IACvD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,YAAY,CAAC,CAAC;IACpD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,YAAY,CAAC,CAAC;IACpD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,mBAAmB,CAAC,CAAC;IAC3D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,gBAAgB,EAAE;IAC7C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,gBAAgB,CAAC,CAAC;IACxD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
2
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
-
|
|
4
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
5
2
|
import * as inputs from "./types/input";
|
|
6
3
|
import * as outputs from "./types/output";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export class Crawler extends pulumi.CustomResource {
|
|
4
|
+
export declare class Crawler extends pulumi.CustomResource {
|
|
10
5
|
/**
|
|
11
6
|
* Get an existing Crawler resource's state with the given name, ID, and optional extra
|
|
12
7
|
* properties used to qualify the lookup.
|
|
@@ -16,157 +11,146 @@ export class Crawler extends pulumi.CustomResource {
|
|
|
16
11
|
* @param state Any extra arguments used during the lookup.
|
|
17
12
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
18
13
|
*/
|
|
19
|
-
|
|
20
|
-
return new Crawler(name, <any>state, { ...opts, id: id });
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/** @internal */
|
|
24
|
-
public static readonly __pulumiType = 'quant:index:Crawler';
|
|
25
|
-
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CrawlerState, opts?: pulumi.CustomResourceOptions): Crawler;
|
|
26
15
|
/**
|
|
27
16
|
* Returns true if the given object is an instance of Crawler. This is designed to work even
|
|
28
17
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
29
18
|
*/
|
|
30
|
-
|
|
31
|
-
if (obj === undefined || obj === null) {
|
|
32
|
-
return false;
|
|
33
|
-
}
|
|
34
|
-
return obj['__pulumiType'] === Crawler.__pulumiType;
|
|
35
|
-
}
|
|
36
|
-
|
|
19
|
+
static isInstance(obj: any): obj is Crawler;
|
|
37
20
|
/**
|
|
38
21
|
* Allowed domains for multi-domain crawling, automatically enables merge_domains
|
|
39
22
|
*/
|
|
40
|
-
|
|
23
|
+
readonly allowedDomains: pulumi.Output<string[]>;
|
|
41
24
|
/**
|
|
42
25
|
* Asset harvesting configuration
|
|
43
26
|
*/
|
|
44
|
-
|
|
27
|
+
readonly assets: pulumi.Output<outputs.CrawlerAssets>;
|
|
45
28
|
/**
|
|
46
29
|
* Enable browser mode
|
|
47
30
|
*/
|
|
48
|
-
|
|
31
|
+
readonly browserMode: pulumi.Output<boolean>;
|
|
49
32
|
/**
|
|
50
33
|
* Crawler configuration (YAML)
|
|
51
34
|
*/
|
|
52
|
-
|
|
35
|
+
readonly config: pulumi.Output<string>;
|
|
53
36
|
/**
|
|
54
37
|
* The UUID of the crawler
|
|
55
38
|
*/
|
|
56
|
-
|
|
39
|
+
readonly crawler: pulumi.Output<string>;
|
|
57
40
|
/**
|
|
58
41
|
* Creation timestamp
|
|
59
42
|
*/
|
|
60
|
-
|
|
43
|
+
readonly createdAt: pulumi.Output<string>;
|
|
61
44
|
/**
|
|
62
45
|
* Delay between requests in seconds (default: 4, non-default requires verification)
|
|
63
46
|
*/
|
|
64
|
-
|
|
47
|
+
readonly delay: pulumi.Output<number>;
|
|
65
48
|
/**
|
|
66
49
|
* Deletion timestamp
|
|
67
50
|
*/
|
|
68
|
-
|
|
51
|
+
readonly deletedAt: pulumi.Output<string>;
|
|
69
52
|
/**
|
|
70
53
|
* Maximum crawl depth, -1 for unlimited
|
|
71
54
|
*/
|
|
72
|
-
|
|
55
|
+
readonly depth: pulumi.Output<number>;
|
|
73
56
|
/**
|
|
74
57
|
* Domain to crawl
|
|
75
58
|
*/
|
|
76
|
-
|
|
59
|
+
readonly domain: pulumi.Output<string>;
|
|
77
60
|
/**
|
|
78
61
|
* Domain verification status
|
|
79
62
|
*/
|
|
80
|
-
|
|
63
|
+
readonly domainVerified: pulumi.Output<number>;
|
|
81
64
|
/**
|
|
82
65
|
* URL patterns to exclude (regex)
|
|
83
66
|
*/
|
|
84
|
-
|
|
67
|
+
readonly excludes: pulumi.Output<string[]>;
|
|
85
68
|
/**
|
|
86
69
|
* Custom headers
|
|
87
70
|
*/
|
|
88
|
-
|
|
71
|
+
readonly headers: pulumi.Output<{
|
|
72
|
+
[key: string]: string;
|
|
73
|
+
}>;
|
|
89
74
|
/**
|
|
90
75
|
* URL patterns to include (regex)
|
|
91
76
|
*/
|
|
92
|
-
|
|
77
|
+
readonly includes: pulumi.Output<string[]>;
|
|
93
78
|
/**
|
|
94
79
|
* Maximum errors before stopping crawl
|
|
95
80
|
*/
|
|
96
|
-
|
|
81
|
+
readonly maxErrors: pulumi.Output<number>;
|
|
97
82
|
/**
|
|
98
83
|
* Maximum total requests, 0 for unlimited (default: 0, non-default requires verification)
|
|
99
84
|
*/
|
|
100
|
-
|
|
85
|
+
readonly maxHits: pulumi.Output<number>;
|
|
101
86
|
/**
|
|
102
87
|
* Maximum HTML pages, 0 for unlimited (default: org limit, non-default requires verification)
|
|
103
88
|
*/
|
|
104
|
-
|
|
89
|
+
readonly maxHtml: pulumi.Output<number>;
|
|
105
90
|
/**
|
|
106
91
|
* Crawler name
|
|
107
92
|
*/
|
|
108
|
-
|
|
93
|
+
readonly name: pulumi.Output<string>;
|
|
109
94
|
/**
|
|
110
95
|
* Organization identifier
|
|
111
96
|
*/
|
|
112
|
-
|
|
97
|
+
readonly organization: pulumi.Output<string>;
|
|
113
98
|
/**
|
|
114
99
|
* Project identifier
|
|
115
100
|
*/
|
|
116
|
-
|
|
101
|
+
readonly project: pulumi.Output<string>;
|
|
117
102
|
/**
|
|
118
103
|
* Project ID
|
|
119
104
|
*/
|
|
120
|
-
|
|
105
|
+
readonly projectId: pulumi.Output<number>;
|
|
121
106
|
/**
|
|
122
107
|
* Sitemap configuration
|
|
123
108
|
*/
|
|
124
|
-
|
|
109
|
+
readonly sitemaps: pulumi.Output<outputs.CrawlerSitemap[]>;
|
|
125
110
|
/**
|
|
126
111
|
* Starting URLs for crawl
|
|
127
112
|
*/
|
|
128
|
-
|
|
113
|
+
readonly startUrls: pulumi.Output<string[]>;
|
|
129
114
|
/**
|
|
130
115
|
* HTTP status codes that will result in content being captured and pushed to Quant
|
|
131
116
|
*/
|
|
132
|
-
|
|
117
|
+
readonly statusOks: pulumi.Output<number[]>;
|
|
133
118
|
/**
|
|
134
119
|
* Last update timestamp
|
|
135
120
|
*/
|
|
136
|
-
|
|
121
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
137
122
|
/**
|
|
138
123
|
* URLs to crawl
|
|
139
124
|
*/
|
|
140
|
-
|
|
125
|
+
readonly urls: pulumi.Output<string[]>;
|
|
141
126
|
/**
|
|
142
127
|
* URLs list (YAML)
|
|
143
128
|
*/
|
|
144
|
-
|
|
129
|
+
readonly urlsList: pulumi.Output<string>;
|
|
145
130
|
/**
|
|
146
131
|
* Custom user agent, only when browserMode is false
|
|
147
132
|
*/
|
|
148
|
-
|
|
133
|
+
readonly userAgent: pulumi.Output<string>;
|
|
149
134
|
/**
|
|
150
135
|
* Crawler UUID
|
|
151
136
|
*/
|
|
152
|
-
|
|
137
|
+
readonly uuid: pulumi.Output<string>;
|
|
153
138
|
/**
|
|
154
139
|
* Authorization header for webhook
|
|
155
140
|
*/
|
|
156
|
-
|
|
141
|
+
readonly webhookAuthHeader: pulumi.Output<string>;
|
|
157
142
|
/**
|
|
158
143
|
* Extra variables for webhook
|
|
159
144
|
*/
|
|
160
|
-
|
|
145
|
+
readonly webhookExtraVars: pulumi.Output<string>;
|
|
161
146
|
/**
|
|
162
147
|
* Webhook URL for notifications
|
|
163
148
|
*/
|
|
164
|
-
|
|
149
|
+
readonly webhookUrl: pulumi.Output<string>;
|
|
165
150
|
/**
|
|
166
151
|
* Number of concurrent workers (default: 2, non-default requires verification)
|
|
167
152
|
*/
|
|
168
|
-
|
|
169
|
-
|
|
153
|
+
readonly workers: pulumi.Output<number>;
|
|
170
154
|
/**
|
|
171
155
|
* Create a Crawler resource with the given unique name, arguments, and options.
|
|
172
156
|
*
|
|
@@ -174,89 +158,8 @@ export class Crawler extends pulumi.CustomResource {
|
|
|
174
158
|
* @param args The arguments to use to populate this resource's properties.
|
|
175
159
|
* @param opts A bag of options that control this resource's behavior.
|
|
176
160
|
*/
|
|
177
|
-
constructor(name: string, args: CrawlerArgs, opts?: pulumi.CustomResourceOptions)
|
|
178
|
-
constructor(name: string, argsOrState?: CrawlerArgs | CrawlerState, opts?: pulumi.CustomResourceOptions) {
|
|
179
|
-
let resourceInputs: pulumi.Inputs = {};
|
|
180
|
-
opts = opts || {};
|
|
181
|
-
if (opts.id) {
|
|
182
|
-
const state = argsOrState as CrawlerState | undefined;
|
|
183
|
-
resourceInputs["allowedDomains"] = state?.allowedDomains;
|
|
184
|
-
resourceInputs["assets"] = state?.assets;
|
|
185
|
-
resourceInputs["browserMode"] = state?.browserMode;
|
|
186
|
-
resourceInputs["config"] = state?.config;
|
|
187
|
-
resourceInputs["crawler"] = state?.crawler;
|
|
188
|
-
resourceInputs["createdAt"] = state?.createdAt;
|
|
189
|
-
resourceInputs["delay"] = state?.delay;
|
|
190
|
-
resourceInputs["deletedAt"] = state?.deletedAt;
|
|
191
|
-
resourceInputs["depth"] = state?.depth;
|
|
192
|
-
resourceInputs["domain"] = state?.domain;
|
|
193
|
-
resourceInputs["domainVerified"] = state?.domainVerified;
|
|
194
|
-
resourceInputs["excludes"] = state?.excludes;
|
|
195
|
-
resourceInputs["headers"] = state?.headers;
|
|
196
|
-
resourceInputs["includes"] = state?.includes;
|
|
197
|
-
resourceInputs["maxErrors"] = state?.maxErrors;
|
|
198
|
-
resourceInputs["maxHits"] = state?.maxHits;
|
|
199
|
-
resourceInputs["maxHtml"] = state?.maxHtml;
|
|
200
|
-
resourceInputs["name"] = state?.name;
|
|
201
|
-
resourceInputs["organization"] = state?.organization;
|
|
202
|
-
resourceInputs["project"] = state?.project;
|
|
203
|
-
resourceInputs["projectId"] = state?.projectId;
|
|
204
|
-
resourceInputs["sitemaps"] = state?.sitemaps;
|
|
205
|
-
resourceInputs["startUrls"] = state?.startUrls;
|
|
206
|
-
resourceInputs["statusOks"] = state?.statusOks;
|
|
207
|
-
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
208
|
-
resourceInputs["urls"] = state?.urls;
|
|
209
|
-
resourceInputs["urlsList"] = state?.urlsList;
|
|
210
|
-
resourceInputs["userAgent"] = state?.userAgent;
|
|
211
|
-
resourceInputs["uuid"] = state?.uuid;
|
|
212
|
-
resourceInputs["webhookAuthHeader"] = state?.webhookAuthHeader;
|
|
213
|
-
resourceInputs["webhookExtraVars"] = state?.webhookExtraVars;
|
|
214
|
-
resourceInputs["webhookUrl"] = state?.webhookUrl;
|
|
215
|
-
resourceInputs["workers"] = state?.workers;
|
|
216
|
-
} else {
|
|
217
|
-
const args = argsOrState as CrawlerArgs | undefined;
|
|
218
|
-
if (args?.domain === undefined && !opts.urn) {
|
|
219
|
-
throw new Error("Missing required property 'domain'");
|
|
220
|
-
}
|
|
221
|
-
resourceInputs["allowedDomains"] = args?.allowedDomains;
|
|
222
|
-
resourceInputs["assets"] = args?.assets;
|
|
223
|
-
resourceInputs["browserMode"] = args?.browserMode;
|
|
224
|
-
resourceInputs["crawler"] = args?.crawler;
|
|
225
|
-
resourceInputs["delay"] = args?.delay;
|
|
226
|
-
resourceInputs["depth"] = args?.depth;
|
|
227
|
-
resourceInputs["domain"] = args?.domain;
|
|
228
|
-
resourceInputs["excludes"] = args?.excludes;
|
|
229
|
-
resourceInputs["headers"] = args?.headers;
|
|
230
|
-
resourceInputs["includes"] = args?.includes;
|
|
231
|
-
resourceInputs["maxErrors"] = args?.maxErrors;
|
|
232
|
-
resourceInputs["maxHits"] = args?.maxHits;
|
|
233
|
-
resourceInputs["maxHtml"] = args?.maxHtml;
|
|
234
|
-
resourceInputs["name"] = args?.name;
|
|
235
|
-
resourceInputs["organization"] = args?.organization;
|
|
236
|
-
resourceInputs["project"] = args?.project;
|
|
237
|
-
resourceInputs["sitemaps"] = args?.sitemaps;
|
|
238
|
-
resourceInputs["startUrls"] = args?.startUrls;
|
|
239
|
-
resourceInputs["statusOks"] = args?.statusOks;
|
|
240
|
-
resourceInputs["urls"] = args?.urls;
|
|
241
|
-
resourceInputs["userAgent"] = args?.userAgent;
|
|
242
|
-
resourceInputs["webhookAuthHeader"] = args?.webhookAuthHeader;
|
|
243
|
-
resourceInputs["webhookExtraVars"] = args?.webhookExtraVars;
|
|
244
|
-
resourceInputs["webhookUrl"] = args?.webhookUrl;
|
|
245
|
-
resourceInputs["workers"] = args?.workers;
|
|
246
|
-
resourceInputs["config"] = undefined /*out*/;
|
|
247
|
-
resourceInputs["createdAt"] = undefined /*out*/;
|
|
248
|
-
resourceInputs["deletedAt"] = undefined /*out*/;
|
|
249
|
-
resourceInputs["domainVerified"] = undefined /*out*/;
|
|
250
|
-
resourceInputs["projectId"] = undefined /*out*/;
|
|
251
|
-
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
252
|
-
resourceInputs["urlsList"] = undefined /*out*/;
|
|
253
|
-
resourceInputs["uuid"] = undefined /*out*/;
|
|
254
|
-
}
|
|
255
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
256
|
-
super(Crawler.__pulumiType, name, resourceInputs, opts);
|
|
257
|
-
}
|
|
161
|
+
constructor(name: string, args: CrawlerArgs, opts?: pulumi.CustomResourceOptions);
|
|
258
162
|
}
|
|
259
|
-
|
|
260
163
|
/**
|
|
261
164
|
* Input properties used for looking up and filtering Crawler resources.
|
|
262
165
|
*/
|
|
@@ -312,7 +215,9 @@ export interface CrawlerState {
|
|
|
312
215
|
/**
|
|
313
216
|
* Custom headers
|
|
314
217
|
*/
|
|
315
|
-
headers?: pulumi.Input<{
|
|
218
|
+
headers?: pulumi.Input<{
|
|
219
|
+
[key: string]: pulumi.Input<string>;
|
|
220
|
+
}>;
|
|
316
221
|
/**
|
|
317
222
|
* URL patterns to include (regex)
|
|
318
223
|
*/
|
|
@@ -394,7 +299,6 @@ export interface CrawlerState {
|
|
|
394
299
|
*/
|
|
395
300
|
workers?: pulumi.Input<number>;
|
|
396
301
|
}
|
|
397
|
-
|
|
398
302
|
/**
|
|
399
303
|
* The set of arguments for constructing a Crawler resource.
|
|
400
304
|
*/
|
|
@@ -434,7 +338,9 @@ export interface CrawlerArgs {
|
|
|
434
338
|
/**
|
|
435
339
|
* Custom headers
|
|
436
340
|
*/
|
|
437
|
-
headers?: pulumi.Input<{
|
|
341
|
+
headers?: pulumi.Input<{
|
|
342
|
+
[key: string]: pulumi.Input<string>;
|
|
343
|
+
}>;
|
|
438
344
|
/**
|
|
439
345
|
* URL patterns to include (regex)
|
|
440
346
|
*/
|
package/crawler.js
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Crawler = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class Crawler extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Crawler resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new Crawler(name, state, { ...opts, id: id });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of Crawler. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === Crawler.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["allowedDomains"] = state?.allowedDomains;
|
|
37
|
+
resourceInputs["assets"] = state?.assets;
|
|
38
|
+
resourceInputs["browserMode"] = state?.browserMode;
|
|
39
|
+
resourceInputs["config"] = state?.config;
|
|
40
|
+
resourceInputs["crawler"] = state?.crawler;
|
|
41
|
+
resourceInputs["createdAt"] = state?.createdAt;
|
|
42
|
+
resourceInputs["delay"] = state?.delay;
|
|
43
|
+
resourceInputs["deletedAt"] = state?.deletedAt;
|
|
44
|
+
resourceInputs["depth"] = state?.depth;
|
|
45
|
+
resourceInputs["domain"] = state?.domain;
|
|
46
|
+
resourceInputs["domainVerified"] = state?.domainVerified;
|
|
47
|
+
resourceInputs["excludes"] = state?.excludes;
|
|
48
|
+
resourceInputs["headers"] = state?.headers;
|
|
49
|
+
resourceInputs["includes"] = state?.includes;
|
|
50
|
+
resourceInputs["maxErrors"] = state?.maxErrors;
|
|
51
|
+
resourceInputs["maxHits"] = state?.maxHits;
|
|
52
|
+
resourceInputs["maxHtml"] = state?.maxHtml;
|
|
53
|
+
resourceInputs["name"] = state?.name;
|
|
54
|
+
resourceInputs["organization"] = state?.organization;
|
|
55
|
+
resourceInputs["project"] = state?.project;
|
|
56
|
+
resourceInputs["projectId"] = state?.projectId;
|
|
57
|
+
resourceInputs["sitemaps"] = state?.sitemaps;
|
|
58
|
+
resourceInputs["startUrls"] = state?.startUrls;
|
|
59
|
+
resourceInputs["statusOks"] = state?.statusOks;
|
|
60
|
+
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
61
|
+
resourceInputs["urls"] = state?.urls;
|
|
62
|
+
resourceInputs["urlsList"] = state?.urlsList;
|
|
63
|
+
resourceInputs["userAgent"] = state?.userAgent;
|
|
64
|
+
resourceInputs["uuid"] = state?.uuid;
|
|
65
|
+
resourceInputs["webhookAuthHeader"] = state?.webhookAuthHeader;
|
|
66
|
+
resourceInputs["webhookExtraVars"] = state?.webhookExtraVars;
|
|
67
|
+
resourceInputs["webhookUrl"] = state?.webhookUrl;
|
|
68
|
+
resourceInputs["workers"] = state?.workers;
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
const args = argsOrState;
|
|
72
|
+
if (args?.domain === undefined && !opts.urn) {
|
|
73
|
+
throw new Error("Missing required property 'domain'");
|
|
74
|
+
}
|
|
75
|
+
resourceInputs["allowedDomains"] = args?.allowedDomains;
|
|
76
|
+
resourceInputs["assets"] = args?.assets;
|
|
77
|
+
resourceInputs["browserMode"] = args?.browserMode;
|
|
78
|
+
resourceInputs["crawler"] = args?.crawler;
|
|
79
|
+
resourceInputs["delay"] = args?.delay;
|
|
80
|
+
resourceInputs["depth"] = args?.depth;
|
|
81
|
+
resourceInputs["domain"] = args?.domain;
|
|
82
|
+
resourceInputs["excludes"] = args?.excludes;
|
|
83
|
+
resourceInputs["headers"] = args?.headers;
|
|
84
|
+
resourceInputs["includes"] = args?.includes;
|
|
85
|
+
resourceInputs["maxErrors"] = args?.maxErrors;
|
|
86
|
+
resourceInputs["maxHits"] = args?.maxHits;
|
|
87
|
+
resourceInputs["maxHtml"] = args?.maxHtml;
|
|
88
|
+
resourceInputs["name"] = args?.name;
|
|
89
|
+
resourceInputs["organization"] = args?.organization;
|
|
90
|
+
resourceInputs["project"] = args?.project;
|
|
91
|
+
resourceInputs["sitemaps"] = args?.sitemaps;
|
|
92
|
+
resourceInputs["startUrls"] = args?.startUrls;
|
|
93
|
+
resourceInputs["statusOks"] = args?.statusOks;
|
|
94
|
+
resourceInputs["urls"] = args?.urls;
|
|
95
|
+
resourceInputs["userAgent"] = args?.userAgent;
|
|
96
|
+
resourceInputs["webhookAuthHeader"] = args?.webhookAuthHeader;
|
|
97
|
+
resourceInputs["webhookExtraVars"] = args?.webhookExtraVars;
|
|
98
|
+
resourceInputs["webhookUrl"] = args?.webhookUrl;
|
|
99
|
+
resourceInputs["workers"] = args?.workers;
|
|
100
|
+
resourceInputs["config"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["deletedAt"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["domainVerified"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["projectId"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["urlsList"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["uuid"] = undefined /*out*/;
|
|
108
|
+
}
|
|
109
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
110
|
+
super(Crawler.__pulumiType, name, resourceInputs, opts);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.Crawler = Crawler;
|
|
114
|
+
/** @internal */
|
|
115
|
+
Crawler.__pulumiType = 'quant:index:Crawler';
|
|
116
|
+
//# sourceMappingURL=crawler.js.map
|
package/crawler.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crawler.js","sourceRoot":"","sources":["../crawler.ts"],"names":[],"mappings":"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"}
|