@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/tsconfig.json
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"outDir": "bin",
|
|
4
|
-
"target": "ES2020",
|
|
5
|
-
"module": "commonjs",
|
|
6
|
-
"moduleResolution": "node",
|
|
7
|
-
"declaration": true,
|
|
8
|
-
"sourceMap": true,
|
|
9
|
-
"stripInternal": true,
|
|
10
|
-
"experimentalDecorators": true,
|
|
11
|
-
"noFallthroughCasesInSwitch": true,
|
|
12
|
-
"forceConsistentCasingInFileNames": true,
|
|
13
|
-
"strict": true
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"aiAgent.ts",
|
|
17
|
-
"aiGovernance.ts",
|
|
18
|
-
"aiSkill.ts",
|
|
19
|
-
"aiVectorCollection.ts",
|
|
20
|
-
"aiVectorDocument.ts",
|
|
21
|
-
"application.ts",
|
|
22
|
-
"config/index.ts",
|
|
23
|
-
"config/vars.ts",
|
|
24
|
-
"crawler.ts",
|
|
25
|
-
"crawlerSchedule.ts",
|
|
26
|
-
"cronJob.ts",
|
|
27
|
-
"domain.ts",
|
|
28
|
-
"environment.ts",
|
|
29
|
-
"getProject.ts",
|
|
30
|
-
"getProjects.ts",
|
|
31
|
-
"header.ts",
|
|
32
|
-
"index.ts",
|
|
33
|
-
"kvItem.ts",
|
|
34
|
-
"kvStore.ts",
|
|
35
|
-
"project.ts",
|
|
36
|
-
"provider.ts",
|
|
37
|
-
"ruleAuth.ts",
|
|
38
|
-
"ruleBotChallenge.ts",
|
|
39
|
-
"ruleContentFilter.ts",
|
|
40
|
-
"ruleCustomResponse.ts",
|
|
41
|
-
"ruleFunction.ts",
|
|
42
|
-
"ruleHeaders.ts",
|
|
43
|
-
"ruleProxy.ts",
|
|
44
|
-
"ruleRedirect.ts",
|
|
45
|
-
"ruleServeStatic.ts",
|
|
46
|
-
"slackBot.ts",
|
|
47
|
-
"types/index.ts",
|
|
48
|
-
"types/input.ts",
|
|
49
|
-
"types/output.ts",
|
|
50
|
-
"utilities.ts",
|
|
51
|
-
"volume.ts"
|
|
52
|
-
]
|
|
53
|
-
}
|
package/types/index.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
import * as utilities from "../utilities";
|
|
5
|
-
|
|
6
|
-
// Export sub-modules:
|
|
7
|
-
import * as input from "./input";
|
|
8
|
-
import * as output from "./output";
|
|
9
|
-
|
|
10
|
-
export {
|
|
11
|
-
input,
|
|
12
|
-
output,
|
|
13
|
-
};
|
package/volume.ts
DELETED
|
@@ -1,188 +0,0 @@
|
|
|
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
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
-
import * as utilities from "./utilities";
|
|
6
|
-
|
|
7
|
-
export class Volume extends pulumi.CustomResource {
|
|
8
|
-
/**
|
|
9
|
-
* Get an existing Volume resource's state with the given name, ID, and optional extra
|
|
10
|
-
* properties used to qualify the lookup.
|
|
11
|
-
*
|
|
12
|
-
* @param name The _unique_ name of the resulting resource.
|
|
13
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
-
* @param state Any extra arguments used during the lookup.
|
|
15
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
-
*/
|
|
17
|
-
public static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VolumeState, opts?: pulumi.CustomResourceOptions): Volume {
|
|
18
|
-
return new Volume(name, <any>state, { ...opts, id: id });
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/** @internal */
|
|
22
|
-
public static readonly __pulumiType = 'quant:index:Volume';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Returns true if the given object is an instance of Volume. This is designed to work even
|
|
26
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
-
*/
|
|
28
|
-
public static isInstance(obj: any): obj is Volume {
|
|
29
|
-
if (obj === undefined || obj === null) {
|
|
30
|
-
return false;
|
|
31
|
-
}
|
|
32
|
-
return obj['__pulumiType'] === Volume.__pulumiType;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
declare public /*out*/ readonly accessPointArn: pulumi.Output<string>;
|
|
36
|
-
declare public /*out*/ readonly accessPointId: pulumi.Output<string>;
|
|
37
|
-
/**
|
|
38
|
-
* The application ID
|
|
39
|
-
*/
|
|
40
|
-
declare public readonly application: pulumi.Output<string>;
|
|
41
|
-
declare public /*out*/ readonly createdAt: pulumi.Output<string>;
|
|
42
|
-
/**
|
|
43
|
-
* Volume description
|
|
44
|
-
*/
|
|
45
|
-
declare public readonly description: pulumi.Output<string>;
|
|
46
|
-
/**
|
|
47
|
-
* The environment ID
|
|
48
|
-
*/
|
|
49
|
-
declare public readonly environment: pulumi.Output<string>;
|
|
50
|
-
declare public /*out*/ readonly environmentEfsId: pulumi.Output<string>;
|
|
51
|
-
/**
|
|
52
|
-
* The organisation ID
|
|
53
|
-
*/
|
|
54
|
-
declare public readonly organisation: pulumi.Output<string>;
|
|
55
|
-
/**
|
|
56
|
-
* Root directory path
|
|
57
|
-
*/
|
|
58
|
-
declare public readonly rootDirectory: pulumi.Output<string>;
|
|
59
|
-
/**
|
|
60
|
-
* The volume ID
|
|
61
|
-
*/
|
|
62
|
-
declare public readonly volume: pulumi.Output<string>;
|
|
63
|
-
declare public /*out*/ readonly volumeId: pulumi.Output<string>;
|
|
64
|
-
/**
|
|
65
|
-
* Volume name
|
|
66
|
-
*/
|
|
67
|
-
declare public readonly volumeName: pulumi.Output<string>;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Create a Volume resource with the given unique name, arguments, and options.
|
|
71
|
-
*
|
|
72
|
-
* @param name The _unique_ name of the resource.
|
|
73
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
74
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
75
|
-
*/
|
|
76
|
-
constructor(name: string, args: VolumeArgs, opts?: pulumi.CustomResourceOptions)
|
|
77
|
-
constructor(name: string, argsOrState?: VolumeArgs | VolumeState, opts?: pulumi.CustomResourceOptions) {
|
|
78
|
-
let resourceInputs: pulumi.Inputs = {};
|
|
79
|
-
opts = opts || {};
|
|
80
|
-
if (opts.id) {
|
|
81
|
-
const state = argsOrState as VolumeState | undefined;
|
|
82
|
-
resourceInputs["accessPointArn"] = state?.accessPointArn;
|
|
83
|
-
resourceInputs["accessPointId"] = state?.accessPointId;
|
|
84
|
-
resourceInputs["application"] = state?.application;
|
|
85
|
-
resourceInputs["createdAt"] = state?.createdAt;
|
|
86
|
-
resourceInputs["description"] = state?.description;
|
|
87
|
-
resourceInputs["environment"] = state?.environment;
|
|
88
|
-
resourceInputs["environmentEfsId"] = state?.environmentEfsId;
|
|
89
|
-
resourceInputs["organisation"] = state?.organisation;
|
|
90
|
-
resourceInputs["rootDirectory"] = state?.rootDirectory;
|
|
91
|
-
resourceInputs["volume"] = state?.volume;
|
|
92
|
-
resourceInputs["volumeId"] = state?.volumeId;
|
|
93
|
-
resourceInputs["volumeName"] = state?.volumeName;
|
|
94
|
-
} else {
|
|
95
|
-
const args = argsOrState as VolumeArgs | undefined;
|
|
96
|
-
if (args?.volumeName === undefined && !opts.urn) {
|
|
97
|
-
throw new Error("Missing required property 'volumeName'");
|
|
98
|
-
}
|
|
99
|
-
resourceInputs["application"] = args?.application;
|
|
100
|
-
resourceInputs["description"] = args?.description;
|
|
101
|
-
resourceInputs["environment"] = args?.environment;
|
|
102
|
-
resourceInputs["organisation"] = args?.organisation;
|
|
103
|
-
resourceInputs["rootDirectory"] = args?.rootDirectory;
|
|
104
|
-
resourceInputs["volume"] = args?.volume;
|
|
105
|
-
resourceInputs["volumeName"] = args?.volumeName;
|
|
106
|
-
resourceInputs["accessPointArn"] = undefined /*out*/;
|
|
107
|
-
resourceInputs["accessPointId"] = undefined /*out*/;
|
|
108
|
-
resourceInputs["createdAt"] = undefined /*out*/;
|
|
109
|
-
resourceInputs["environmentEfsId"] = undefined /*out*/;
|
|
110
|
-
resourceInputs["volumeId"] = undefined /*out*/;
|
|
111
|
-
}
|
|
112
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
113
|
-
super(Volume.__pulumiType, name, resourceInputs, opts);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Input properties used for looking up and filtering Volume resources.
|
|
119
|
-
*/
|
|
120
|
-
export interface VolumeState {
|
|
121
|
-
accessPointArn?: pulumi.Input<string>;
|
|
122
|
-
accessPointId?: pulumi.Input<string>;
|
|
123
|
-
/**
|
|
124
|
-
* The application ID
|
|
125
|
-
*/
|
|
126
|
-
application?: pulumi.Input<string>;
|
|
127
|
-
createdAt?: pulumi.Input<string>;
|
|
128
|
-
/**
|
|
129
|
-
* Volume description
|
|
130
|
-
*/
|
|
131
|
-
description?: pulumi.Input<string>;
|
|
132
|
-
/**
|
|
133
|
-
* The environment ID
|
|
134
|
-
*/
|
|
135
|
-
environment?: pulumi.Input<string>;
|
|
136
|
-
environmentEfsId?: pulumi.Input<string>;
|
|
137
|
-
/**
|
|
138
|
-
* The organisation ID
|
|
139
|
-
*/
|
|
140
|
-
organisation?: pulumi.Input<string>;
|
|
141
|
-
/**
|
|
142
|
-
* Root directory path
|
|
143
|
-
*/
|
|
144
|
-
rootDirectory?: pulumi.Input<string>;
|
|
145
|
-
/**
|
|
146
|
-
* The volume ID
|
|
147
|
-
*/
|
|
148
|
-
volume?: pulumi.Input<string>;
|
|
149
|
-
volumeId?: pulumi.Input<string>;
|
|
150
|
-
/**
|
|
151
|
-
* Volume name
|
|
152
|
-
*/
|
|
153
|
-
volumeName?: pulumi.Input<string>;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* The set of arguments for constructing a Volume resource.
|
|
158
|
-
*/
|
|
159
|
-
export interface VolumeArgs {
|
|
160
|
-
/**
|
|
161
|
-
* The application ID
|
|
162
|
-
*/
|
|
163
|
-
application?: pulumi.Input<string>;
|
|
164
|
-
/**
|
|
165
|
-
* Volume description
|
|
166
|
-
*/
|
|
167
|
-
description?: pulumi.Input<string>;
|
|
168
|
-
/**
|
|
169
|
-
* The environment ID
|
|
170
|
-
*/
|
|
171
|
-
environment?: pulumi.Input<string>;
|
|
172
|
-
/**
|
|
173
|
-
* The organisation ID
|
|
174
|
-
*/
|
|
175
|
-
organisation?: pulumi.Input<string>;
|
|
176
|
-
/**
|
|
177
|
-
* Root directory path
|
|
178
|
-
*/
|
|
179
|
-
rootDirectory?: pulumi.Input<string>;
|
|
180
|
-
/**
|
|
181
|
-
* The volume ID
|
|
182
|
-
*/
|
|
183
|
-
volume?: pulumi.Input<string>;
|
|
184
|
-
/**
|
|
185
|
-
* Volume name
|
|
186
|
-
*/
|
|
187
|
-
volumeName: pulumi.Input<string>;
|
|
188
|
-
}
|