@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
@@ -0,0 +1,107 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class AiVectorCollection extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing AiVectorCollection resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiVectorCollectionState, opts?: pulumi.CustomResourceOptions): AiVectorCollection;
15
+ /**
16
+ * Returns true if the given object is an instance of AiVectorCollection. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is AiVectorCollection;
20
+ readonly collection: pulumi.Output<outputs.AiVectorCollectionCollection>;
21
+ /**
22
+ * The collection ID
23
+ */
24
+ readonly collectionId: pulumi.Output<string>;
25
+ readonly description: pulumi.Output<string>;
26
+ /**
27
+ * Embedding dimensions (default: 1024)
28
+ */
29
+ readonly dimensions: pulumi.Output<number>;
30
+ /**
31
+ * Embedding model to use. Supported: amazon.titan-embed-text-v2:0, cohere.embed-english-v3, cohere.embed-multilingual-v3
32
+ */
33
+ readonly embeddingModel: pulumi.Output<string>;
34
+ readonly message: pulumi.Output<string>;
35
+ /**
36
+ * Collection name (used for reference)
37
+ */
38
+ readonly name: pulumi.Output<string>;
39
+ /**
40
+ * The organisation ID
41
+ */
42
+ readonly organisation: pulumi.Output<string>;
43
+ readonly success: pulumi.Output<boolean>;
44
+ /**
45
+ * Create a AiVectorCollection resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args: AiVectorCollectionArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * Input properties used for looking up and filtering AiVectorCollection resources.
55
+ */
56
+ export interface AiVectorCollectionState {
57
+ collection?: pulumi.Input<inputs.AiVectorCollectionCollection>;
58
+ /**
59
+ * The collection ID
60
+ */
61
+ collectionId?: pulumi.Input<string>;
62
+ description?: pulumi.Input<string>;
63
+ /**
64
+ * Embedding dimensions (default: 1024)
65
+ */
66
+ dimensions?: pulumi.Input<number>;
67
+ /**
68
+ * Embedding model to use. Supported: amazon.titan-embed-text-v2:0, cohere.embed-english-v3, cohere.embed-multilingual-v3
69
+ */
70
+ embeddingModel?: pulumi.Input<string>;
71
+ message?: pulumi.Input<string>;
72
+ /**
73
+ * Collection name (used for reference)
74
+ */
75
+ name?: pulumi.Input<string>;
76
+ /**
77
+ * The organisation ID
78
+ */
79
+ organisation?: pulumi.Input<string>;
80
+ success?: pulumi.Input<boolean>;
81
+ }
82
+ /**
83
+ * The set of arguments for constructing a AiVectorCollection resource.
84
+ */
85
+ export interface AiVectorCollectionArgs {
86
+ /**
87
+ * The collection ID
88
+ */
89
+ collectionId?: pulumi.Input<string>;
90
+ description?: pulumi.Input<string>;
91
+ /**
92
+ * Embedding dimensions (default: 1024)
93
+ */
94
+ dimensions?: pulumi.Input<number>;
95
+ /**
96
+ * Embedding model to use. Supported: amazon.titan-embed-text-v2:0, cohere.embed-english-v3, cohere.embed-multilingual-v3
97
+ */
98
+ embeddingModel: pulumi.Input<string>;
99
+ /**
100
+ * Collection name (used for reference)
101
+ */
102
+ name?: pulumi.Input<string>;
103
+ /**
104
+ * The organisation ID
105
+ */
106
+ organisation?: pulumi.Input<string>;
107
+ }
@@ -0,0 +1,68 @@
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.AiVectorCollection = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class AiVectorCollection extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing AiVectorCollection 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 AiVectorCollection(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of AiVectorCollection. 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'] === AiVectorCollection.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["collection"] = state?.collection;
37
+ resourceInputs["collectionId"] = state?.collectionId;
38
+ resourceInputs["description"] = state?.description;
39
+ resourceInputs["dimensions"] = state?.dimensions;
40
+ resourceInputs["embeddingModel"] = state?.embeddingModel;
41
+ resourceInputs["message"] = state?.message;
42
+ resourceInputs["name"] = state?.name;
43
+ resourceInputs["organisation"] = state?.organisation;
44
+ resourceInputs["success"] = state?.success;
45
+ }
46
+ else {
47
+ const args = argsOrState;
48
+ if (args?.embeddingModel === undefined && !opts.urn) {
49
+ throw new Error("Missing required property 'embeddingModel'");
50
+ }
51
+ resourceInputs["collectionId"] = args?.collectionId;
52
+ resourceInputs["description"] = args?.description;
53
+ resourceInputs["dimensions"] = args?.dimensions;
54
+ resourceInputs["embeddingModel"] = args?.embeddingModel;
55
+ resourceInputs["name"] = args?.name;
56
+ resourceInputs["organisation"] = args?.organisation;
57
+ resourceInputs["collection"] = undefined /*out*/;
58
+ resourceInputs["message"] = undefined /*out*/;
59
+ resourceInputs["success"] = undefined /*out*/;
60
+ }
61
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
62
+ super(AiVectorCollection.__pulumiType, name, resourceInputs, opts);
63
+ }
64
+ }
65
+ exports.AiVectorCollection = AiVectorCollection;
66
+ /** @internal */
67
+ AiVectorCollection.__pulumiType = 'quant:index:AiVectorCollection';
68
+ //# sourceMappingURL=aiVectorCollection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiVectorCollection.js","sourceRoot":"","sources":["../aiVectorCollection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA5FL,gDA6FC;AA/EG,gBAAgB;AACO,+BAAY,GAAG,gCAAgC,CAAC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class AiVectorDocument extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing AiVectorDocument resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiVectorDocumentState, opts?: pulumi.CustomResourceOptions): AiVectorDocument;
15
+ /**
16
+ * Returns true if the given object is an instance of AiVectorDocument. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is AiVectorDocument;
20
+ readonly chunksCreated: pulumi.Output<number>;
21
+ readonly collectionId: pulumi.Output<string>;
22
+ readonly documentIds: pulumi.Output<string[]>;
23
+ readonly documents: pulumi.Output<outputs.AiVectorDocumentDocument[]>;
24
+ /**
25
+ * Filter by document key
26
+ */
27
+ readonly key: pulumi.Output<string>;
28
+ readonly limit: pulumi.Output<number>;
29
+ readonly message: pulumi.Output<string>;
30
+ readonly offset: pulumi.Output<number>;
31
+ readonly organisation: pulumi.Output<string>;
32
+ readonly success: pulumi.Output<boolean>;
33
+ /**
34
+ * Create a AiVectorDocument resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name: string, args: AiVectorDocumentArgs, opts?: pulumi.CustomResourceOptions);
41
+ }
42
+ /**
43
+ * Input properties used for looking up and filtering AiVectorDocument resources.
44
+ */
45
+ export interface AiVectorDocumentState {
46
+ chunksCreated?: pulumi.Input<number>;
47
+ collectionId?: pulumi.Input<string>;
48
+ documentIds?: pulumi.Input<pulumi.Input<string>[]>;
49
+ documents?: pulumi.Input<pulumi.Input<inputs.AiVectorDocumentDocument>[]>;
50
+ /**
51
+ * Filter by document key
52
+ */
53
+ key?: pulumi.Input<string>;
54
+ limit?: pulumi.Input<number>;
55
+ message?: pulumi.Input<string>;
56
+ offset?: pulumi.Input<number>;
57
+ organisation?: pulumi.Input<string>;
58
+ success?: pulumi.Input<boolean>;
59
+ }
60
+ /**
61
+ * The set of arguments for constructing a AiVectorDocument resource.
62
+ */
63
+ export interface AiVectorDocumentArgs {
64
+ collectionId?: pulumi.Input<string>;
65
+ documents: pulumi.Input<pulumi.Input<inputs.AiVectorDocumentDocument>[]>;
66
+ /**
67
+ * Filter by document key
68
+ */
69
+ key?: pulumi.Input<string>;
70
+ limit?: pulumi.Input<number>;
71
+ offset?: pulumi.Input<number>;
72
+ organisation?: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,70 @@
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.AiVectorDocument = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class AiVectorDocument extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing AiVectorDocument 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 AiVectorDocument(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of AiVectorDocument. 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'] === AiVectorDocument.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["chunksCreated"] = state?.chunksCreated;
37
+ resourceInputs["collectionId"] = state?.collectionId;
38
+ resourceInputs["documentIds"] = state?.documentIds;
39
+ resourceInputs["documents"] = state?.documents;
40
+ resourceInputs["key"] = state?.key;
41
+ resourceInputs["limit"] = state?.limit;
42
+ resourceInputs["message"] = state?.message;
43
+ resourceInputs["offset"] = state?.offset;
44
+ resourceInputs["organisation"] = state?.organisation;
45
+ resourceInputs["success"] = state?.success;
46
+ }
47
+ else {
48
+ const args = argsOrState;
49
+ if (args?.documents === undefined && !opts.urn) {
50
+ throw new Error("Missing required property 'documents'");
51
+ }
52
+ resourceInputs["collectionId"] = args?.collectionId;
53
+ resourceInputs["documents"] = args?.documents;
54
+ resourceInputs["key"] = args?.key;
55
+ resourceInputs["limit"] = args?.limit;
56
+ resourceInputs["offset"] = args?.offset;
57
+ resourceInputs["organisation"] = args?.organisation;
58
+ resourceInputs["chunksCreated"] = undefined /*out*/;
59
+ resourceInputs["documentIds"] = undefined /*out*/;
60
+ resourceInputs["message"] = undefined /*out*/;
61
+ resourceInputs["success"] = undefined /*out*/;
62
+ }
63
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
64
+ super(AiVectorDocument.__pulumiType, name, resourceInputs, opts);
65
+ }
66
+ }
67
+ exports.AiVectorDocument = AiVectorDocument;
68
+ /** @internal */
69
+ AiVectorDocument.__pulumiType = 'quant:index:AiVectorDocument';
70
+ //# sourceMappingURL=aiVectorDocument.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiVectorDocument.js","sourceRoot":"","sources":["../aiVectorDocument.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,189 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class Application extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing Application resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApplicationState, opts?: pulumi.CustomResourceOptions): Application;
15
+ /**
16
+ * Returns true if the given object is an instance of Application. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is Application;
20
+ /**
21
+ * Application name
22
+ */
23
+ readonly appName: pulumi.Output<string>;
24
+ /**
25
+ * The application ID
26
+ */
27
+ readonly application: pulumi.Output<string>;
28
+ readonly composeDefinition: pulumi.Output<outputs.ApplicationComposeDefinition>;
29
+ /**
30
+ * List of container names
31
+ */
32
+ readonly containerNames: pulumi.Output<string[]>;
33
+ /**
34
+ * Optional database configuration
35
+ */
36
+ readonly database: pulumi.Output<outputs.ApplicationDatabase>;
37
+ /**
38
+ * Deployment history
39
+ */
40
+ readonly deploymentInformations: pulumi.Output<outputs.ApplicationDeploymentInformation[]>;
41
+ /**
42
+ * Desired task count
43
+ */
44
+ readonly desiredCount: pulumi.Output<number>;
45
+ /**
46
+ * List of environment names (read-only)
47
+ */
48
+ readonly environmentNames: pulumi.Output<string[]>;
49
+ /**
50
+ * Optional. Initial environment variables for the production environment.
51
+ */
52
+ readonly environments: pulumi.Output<outputs.ApplicationEnvironment[]>;
53
+ /**
54
+ * Optional filesystem configuration
55
+ */
56
+ readonly filesystem: pulumi.Output<outputs.ApplicationFilesystem>;
57
+ /**
58
+ * Image reference information
59
+ */
60
+ readonly imageReference: pulumi.Output<outputs.ApplicationImageReference>;
61
+ /**
62
+ * Maximum task count for auto-scaling
63
+ */
64
+ readonly maxCapacity: pulumi.Output<number>;
65
+ /**
66
+ * Minimum task count for auto-scaling
67
+ */
68
+ readonly minCapacity: pulumi.Output<number>;
69
+ /**
70
+ * Organisation machine name
71
+ */
72
+ readonly organisation: pulumi.Output<string>;
73
+ /**
74
+ * Currently running task count
75
+ */
76
+ readonly runningCount: pulumi.Output<number>;
77
+ /**
78
+ * Application status
79
+ */
80
+ readonly status: pulumi.Output<string>;
81
+ /**
82
+ * Create a Application resource with the given unique name, arguments, and options.
83
+ *
84
+ * @param name The _unique_ name of the resource.
85
+ * @param args The arguments to use to populate this resource's properties.
86
+ * @param opts A bag of options that control this resource's behavior.
87
+ */
88
+ constructor(name: string, args: ApplicationArgs, opts?: pulumi.CustomResourceOptions);
89
+ }
90
+ /**
91
+ * Input properties used for looking up and filtering Application resources.
92
+ */
93
+ export interface ApplicationState {
94
+ /**
95
+ * Application name
96
+ */
97
+ appName?: pulumi.Input<string>;
98
+ /**
99
+ * The application ID
100
+ */
101
+ application?: pulumi.Input<string>;
102
+ composeDefinition?: pulumi.Input<inputs.ApplicationComposeDefinition>;
103
+ /**
104
+ * List of container names
105
+ */
106
+ containerNames?: pulumi.Input<pulumi.Input<string>[]>;
107
+ /**
108
+ * Optional database configuration
109
+ */
110
+ database?: pulumi.Input<inputs.ApplicationDatabase>;
111
+ /**
112
+ * Deployment history
113
+ */
114
+ deploymentInformations?: pulumi.Input<pulumi.Input<inputs.ApplicationDeploymentInformation>[]>;
115
+ /**
116
+ * Desired task count
117
+ */
118
+ desiredCount?: pulumi.Input<number>;
119
+ /**
120
+ * List of environment names (read-only)
121
+ */
122
+ environmentNames?: pulumi.Input<pulumi.Input<string>[]>;
123
+ /**
124
+ * Optional. Initial environment variables for the production environment.
125
+ */
126
+ environments?: pulumi.Input<pulumi.Input<inputs.ApplicationEnvironment>[]>;
127
+ /**
128
+ * Optional filesystem configuration
129
+ */
130
+ filesystem?: pulumi.Input<inputs.ApplicationFilesystem>;
131
+ /**
132
+ * Image reference information
133
+ */
134
+ imageReference?: pulumi.Input<inputs.ApplicationImageReference>;
135
+ /**
136
+ * Maximum task count for auto-scaling
137
+ */
138
+ maxCapacity?: pulumi.Input<number>;
139
+ /**
140
+ * Minimum task count for auto-scaling
141
+ */
142
+ minCapacity?: pulumi.Input<number>;
143
+ /**
144
+ * Organisation machine name
145
+ */
146
+ organisation?: pulumi.Input<string>;
147
+ /**
148
+ * Currently running task count
149
+ */
150
+ runningCount?: pulumi.Input<number>;
151
+ /**
152
+ * Application status
153
+ */
154
+ status?: pulumi.Input<string>;
155
+ }
156
+ /**
157
+ * The set of arguments for constructing a Application resource.
158
+ */
159
+ export interface ApplicationArgs {
160
+ /**
161
+ * Application name
162
+ */
163
+ appName: pulumi.Input<string>;
164
+ /**
165
+ * The application ID
166
+ */
167
+ application?: pulumi.Input<string>;
168
+ composeDefinition: pulumi.Input<inputs.ApplicationComposeDefinition>;
169
+ /**
170
+ * Optional database configuration
171
+ */
172
+ database?: pulumi.Input<inputs.ApplicationDatabase>;
173
+ /**
174
+ * Optional. Initial environment variables for the production environment.
175
+ */
176
+ environments?: pulumi.Input<pulumi.Input<inputs.ApplicationEnvironment>[]>;
177
+ /**
178
+ * Optional filesystem configuration
179
+ */
180
+ filesystem?: pulumi.Input<inputs.ApplicationFilesystem>;
181
+ /**
182
+ * Maximum task count for auto-scaling
183
+ */
184
+ maxCapacity?: pulumi.Input<number>;
185
+ /**
186
+ * Minimum task count for auto-scaling
187
+ */
188
+ minCapacity?: pulumi.Input<number>;
189
+ }
package/application.js ADDED
@@ -0,0 +1,85 @@
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.Application = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class Application extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Application 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 Application(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of Application. 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'] === Application.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["appName"] = state?.appName;
37
+ resourceInputs["application"] = state?.application;
38
+ resourceInputs["composeDefinition"] = state?.composeDefinition;
39
+ resourceInputs["containerNames"] = state?.containerNames;
40
+ resourceInputs["database"] = state?.database;
41
+ resourceInputs["deploymentInformations"] = state?.deploymentInformations;
42
+ resourceInputs["desiredCount"] = state?.desiredCount;
43
+ resourceInputs["environmentNames"] = state?.environmentNames;
44
+ resourceInputs["environments"] = state?.environments;
45
+ resourceInputs["filesystem"] = state?.filesystem;
46
+ resourceInputs["imageReference"] = state?.imageReference;
47
+ resourceInputs["maxCapacity"] = state?.maxCapacity;
48
+ resourceInputs["minCapacity"] = state?.minCapacity;
49
+ resourceInputs["organisation"] = state?.organisation;
50
+ resourceInputs["runningCount"] = state?.runningCount;
51
+ resourceInputs["status"] = state?.status;
52
+ }
53
+ else {
54
+ const args = argsOrState;
55
+ if (args?.appName === undefined && !opts.urn) {
56
+ throw new Error("Missing required property 'appName'");
57
+ }
58
+ if (args?.composeDefinition === undefined && !opts.urn) {
59
+ throw new Error("Missing required property 'composeDefinition'");
60
+ }
61
+ resourceInputs["appName"] = args?.appName;
62
+ resourceInputs["application"] = args?.application;
63
+ resourceInputs["composeDefinition"] = args?.composeDefinition;
64
+ resourceInputs["database"] = args?.database;
65
+ resourceInputs["environments"] = args?.environments;
66
+ resourceInputs["filesystem"] = args?.filesystem;
67
+ resourceInputs["maxCapacity"] = args?.maxCapacity;
68
+ resourceInputs["minCapacity"] = args?.minCapacity;
69
+ resourceInputs["containerNames"] = undefined /*out*/;
70
+ resourceInputs["deploymentInformations"] = undefined /*out*/;
71
+ resourceInputs["desiredCount"] = undefined /*out*/;
72
+ resourceInputs["environmentNames"] = undefined /*out*/;
73
+ resourceInputs["imageReference"] = undefined /*out*/;
74
+ resourceInputs["organisation"] = undefined /*out*/;
75
+ resourceInputs["runningCount"] = undefined /*out*/;
76
+ resourceInputs["status"] = undefined /*out*/;
77
+ }
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
+ super(Application.__pulumiType, name, resourceInputs, opts);
80
+ }
81
+ }
82
+ exports.Application = Application;
83
+ /** @internal */
84
+ Application.__pulumiType = 'quant:index:Application';
85
+ //# sourceMappingURL=application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.js","sourceRoot":"","sources":["../application.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export * from "./vars";
@@ -0,0 +1,21 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ // Export members:
20
+ __exportStar(require("./vars"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../config/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;AAEjF,kBAAkB;AAClB,yCAAuB"}