@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.
Files changed (129) hide show
  1. package/aiAgent.d.ts +155 -0
  2. package/aiAgent.js +94 -0
  3. package/aiAgent.js.map +1 -0
  4. package/aiGovernance.d.ts +77 -0
  5. package/aiGovernance.js +75 -0
  6. package/aiGovernance.js.map +1 -0
  7. package/aiSkill.d.ts +101 -0
  8. package/aiSkill.js +85 -0
  9. package/aiSkill.js.map +1 -0
  10. package/aiVectorCollection.d.ts +107 -0
  11. package/aiVectorCollection.js +68 -0
  12. package/aiVectorCollection.js.map +1 -0
  13. package/aiVectorDocument.d.ts +73 -0
  14. package/aiVectorDocument.js +70 -0
  15. package/aiVectorDocument.js.map +1 -0
  16. package/application.d.ts +189 -0
  17. package/application.js +85 -0
  18. package/application.js.map +1 -0
  19. package/config/index.d.ts +1 -0
  20. package/config/index.js +21 -0
  21. package/config/index.js.map +1 -0
  22. package/config/vars.d.ts +36 -0
  23. package/config/vars.js +61 -0
  24. package/config/vars.js.map +1 -0
  25. package/{crawler.ts → crawler.d.ts} +45 -139
  26. package/crawler.js +116 -0
  27. package/crawler.js.map +1 -0
  28. package/crawlerSchedule.d.ts +156 -0
  29. package/crawlerSchedule.js +74 -0
  30. package/crawlerSchedule.js.map +1 -0
  31. package/cronJob.d.ts +102 -0
  32. package/cronJob.js +73 -0
  33. package/cronJob.js.map +1 -0
  34. package/{domain.ts → domain.d.ts} +10 -56
  35. package/domain.js +62 -0
  36. package/domain.js.map +1 -0
  37. package/environment.d.ts +313 -0
  38. package/environment.js +110 -0
  39. package/environment.js.map +1 -0
  40. package/getProject.d.ts +34 -0
  41. package/getProject.js +24 -0
  42. package/getProject.js.map +1 -0
  43. package/getProjects.d.ts +14 -0
  44. package/getProjects.js +18 -0
  45. package/getProjects.js.map +1 -0
  46. package/header.d.ts +60 -0
  47. package/header.js +59 -0
  48. package/header.js.map +1 -0
  49. package/index.d.ts +88 -0
  50. package/index.js +158 -0
  51. package/index.js.map +1 -0
  52. package/{kvItem.ts → kvItem.d.ts} +11 -62
  53. package/kvItem.js +67 -0
  54. package/kvItem.js.map +1 -0
  55. package/kvStore.d.ts +75 -0
  56. package/kvStore.js +55 -0
  57. package/kvStore.js.map +1 -0
  58. package/package.json +32 -30
  59. package/project.d.ts +175 -0
  60. package/project.js +73 -0
  61. package/project.js.map +1 -0
  62. package/{provider.ts → provider.d.ts} +12 -51
  63. package/provider.js +63 -0
  64. package/provider.js.map +1 -0
  65. package/{ruleAuth.ts → ruleAuth.d.ts} +31 -128
  66. package/ruleAuth.js +113 -0
  67. package/ruleAuth.js.map +1 -0
  68. package/{ruleBotChallenge.ts → ruleBotChallenge.d.ts} +32 -128
  69. package/ruleBotChallenge.js +112 -0
  70. package/ruleBotChallenge.js.map +1 -0
  71. package/{ruleContentFilter.ts → ruleContentFilter.d.ts} +30 -122
  72. package/ruleContentFilter.js +108 -0
  73. package/ruleContentFilter.js.map +1 -0
  74. package/{ruleCustomResponse.ts → ruleCustomResponse.d.ts} +33 -131
  75. package/ruleCustomResponse.js +114 -0
  76. package/ruleCustomResponse.js.map +1 -0
  77. package/{ruleFunction.ts → ruleFunction.d.ts} +30 -122
  78. package/ruleFunction.js +108 -0
  79. package/ruleFunction.js.map +1 -0
  80. package/{ruleHeaders.ts → ruleHeaders.d.ts} +38 -124
  81. package/ruleHeaders.js +108 -0
  82. package/ruleHeaders.js.map +1 -0
  83. package/{ruleProxy.ts → ruleProxy.d.ts} +62 -196
  84. package/ruleProxy.js +156 -0
  85. package/ruleProxy.js.map +1 -0
  86. package/{ruleRedirect.ts → ruleRedirect.d.ts} +31 -125
  87. package/ruleRedirect.js +110 -0
  88. package/ruleRedirect.js.map +1 -0
  89. package/{ruleServeStatic.ts → ruleServeStatic.d.ts} +30 -122
  90. package/ruleServeStatic.js +108 -0
  91. package/ruleServeStatic.js.map +1 -0
  92. package/{slackBot.ts → slackBot.d.ts} +14 -71
  93. package/slackBot.js +73 -0
  94. package/slackBot.js.map +1 -0
  95. package/types/index.d.ts +3 -0
  96. package/types/index.js +11 -0
  97. package/types/index.js.map +1 -0
  98. package/types/{input.ts → input.d.ts} +6 -78
  99. package/{config/index.ts → types/input.js} +3 -3
  100. package/types/input.js.map +1 -0
  101. package/types/{output.ts → output.d.ts} +6 -81
  102. package/types/output.js +5 -0
  103. package/types/output.js.map +1 -0
  104. package/utilities.d.ts +4 -0
  105. package/{utilities.ts → utilities.js} +23 -28
  106. package/utilities.js.map +1 -0
  107. package/volume.d.ts +130 -0
  108. package/volume.js +74 -0
  109. package/volume.js.map +1 -0
  110. package/.gitattributes +0 -1
  111. package/aiAgent.ts +0 -233
  112. package/aiGovernance.ts +0 -136
  113. package/aiSkill.ts +0 -170
  114. package/aiVectorCollection.ts +0 -159
  115. package/aiVectorDocument.ts +0 -127
  116. package/application.ts +0 -258
  117. package/config/vars.ts +0 -108
  118. package/crawlerSchedule.ts +0 -214
  119. package/cronJob.ts +0 -159
  120. package/environment.ts +0 -407
  121. package/getProject.ts +0 -54
  122. package/getProjects.ts +0 -29
  123. package/header.ts +0 -97
  124. package/index.ts +0 -231
  125. package/kvStore.ts +0 -114
  126. package/project.ts +0 -232
  127. package/tsconfig.json +0 -53
  128. package/types/index.ts +0 -13
  129. 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
- }