@cristian-israel/giganet_lib_conecta 1.0.76 → 1.0.77
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11266,7 +11266,7 @@ declare class NtfyAPIClient extends APIClient {
|
|
|
11266
11266
|
type GenerateContentRequest = GenerateContentRequest$1;
|
|
11267
11267
|
type GenerationConfig = GenerationConfig$1;
|
|
11268
11268
|
type SafetySetting = SafetySetting$1;
|
|
11269
|
-
type GeminiModel = "gemini-
|
|
11269
|
+
type GeminiModel = "gemini-3-flash-preview" | "gemini-3.1-flash-lite-preview" | "gemini-2.5-flash" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | (string & {});
|
|
11270
11270
|
interface GeminiResponse {
|
|
11271
11271
|
candidates?: GeminiCandidate[];
|
|
11272
11272
|
usageMetadata?: GeminiUsageMetadata;
|
|
@@ -37360,4 +37360,4 @@ declare class RoutinesMongoService {
|
|
|
37360
37360
|
getCollection<K extends keyof RoutinesMongoCollectionsModels>(key: K): RoutinesMongoCollectionsModels[K];
|
|
37361
37361
|
}
|
|
37362
37362
|
|
|
37363
|
-
export { geminiLib_types as
|
|
37363
|
+
export { GeminiLIBClient, geminiLib_types as GeminiLIBTypes, IXCSoftAPIClient, ixcSoftApi_types as IXCSoftAPITypes, type IXCSoftMysqlModels, type IXCSoftMysqlModelsAttributes, IXCSoftMysqlService, NtfyAPIClient, ntfyApi_types as NtfyAPITypes, type OPASuiteMongoCollectionsModels, type OPASuiteMongoDocuments, OPASuiteMongoService, RoutinesAPIClient, routinesApi_types as RoutinesAPITypes, type RoutinesMongoCollectionsModels, type RoutinesMongoDocuments, RoutinesMongoService, type RoutinesMysqlModels, type RoutinesMysqlModelsAttributes, RoutinesMysqlService, type ToolsMongoCollectionsModels, type ToolsMongoDocuments, ToolsMongoService, loger, printSignature };
|
package/dist/index.d.ts
CHANGED
|
@@ -11266,7 +11266,7 @@ declare class NtfyAPIClient extends APIClient {
|
|
|
11266
11266
|
type GenerateContentRequest = GenerateContentRequest$1;
|
|
11267
11267
|
type GenerationConfig = GenerationConfig$1;
|
|
11268
11268
|
type SafetySetting = SafetySetting$1;
|
|
11269
|
-
type GeminiModel = "gemini-
|
|
11269
|
+
type GeminiModel = "gemini-3-flash-preview" | "gemini-3.1-flash-lite-preview" | "gemini-2.5-flash" | "gemini-2.5-flash-lite" | "gemini-2.5-pro" | (string & {});
|
|
11270
11270
|
interface GeminiResponse {
|
|
11271
11271
|
candidates?: GeminiCandidate[];
|
|
11272
11272
|
usageMetadata?: GeminiUsageMetadata;
|
|
@@ -37360,4 +37360,4 @@ declare class RoutinesMongoService {
|
|
|
37360
37360
|
getCollection<K extends keyof RoutinesMongoCollectionsModels>(key: K): RoutinesMongoCollectionsModels[K];
|
|
37361
37361
|
}
|
|
37362
37362
|
|
|
37363
|
-
export { geminiLib_types as
|
|
37363
|
+
export { GeminiLIBClient, geminiLib_types as GeminiLIBTypes, IXCSoftAPIClient, ixcSoftApi_types as IXCSoftAPITypes, type IXCSoftMysqlModels, type IXCSoftMysqlModelsAttributes, IXCSoftMysqlService, NtfyAPIClient, ntfyApi_types as NtfyAPITypes, type OPASuiteMongoCollectionsModels, type OPASuiteMongoDocuments, OPASuiteMongoService, RoutinesAPIClient, routinesApi_types as RoutinesAPITypes, type RoutinesMongoCollectionsModels, type RoutinesMongoDocuments, RoutinesMongoService, type RoutinesMysqlModels, type RoutinesMysqlModelsAttributes, RoutinesMysqlService, type ToolsMongoCollectionsModels, type ToolsMongoDocuments, ToolsMongoService, loger, printSignature };
|
package/dist/index.js
CHANGED
|
@@ -30,8 +30,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// src/index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
GeminiAPITypes: () => gemini_lib_types_exports,
|
|
34
33
|
GeminiLIBClient: () => GeminiLIBClient,
|
|
34
|
+
GeminiLIBTypes: () => gemini_lib_types_exports,
|
|
35
35
|
IXCSoftAPIClient: () => IXCSoftAPIClient,
|
|
36
36
|
IXCSoftAPITypes: () => ixc_soft_api_types_exports,
|
|
37
37
|
IXCSoftMysqlService: () => IXCSoftMysqlService,
|
|
@@ -92090,8 +92090,8 @@ var RoutinesMongoService = class _RoutinesMongoService {
|
|
|
92090
92090
|
};
|
|
92091
92091
|
// Annotate the CommonJS export names for ESM import in node:
|
|
92092
92092
|
0 && (module.exports = {
|
|
92093
|
-
GeminiAPITypes,
|
|
92094
92093
|
GeminiLIBClient,
|
|
92094
|
+
GeminiLIBTypes,
|
|
92095
92095
|
IXCSoftAPIClient,
|
|
92096
92096
|
IXCSoftAPITypes,
|
|
92097
92097
|
IXCSoftMysqlService,
|
package/dist/index.mjs
CHANGED
|
@@ -92045,8 +92045,8 @@ var RoutinesMongoService = class _RoutinesMongoService {
|
|
|
92045
92045
|
}
|
|
92046
92046
|
};
|
|
92047
92047
|
export {
|
|
92048
|
-
gemini_lib_types_exports as GeminiAPITypes,
|
|
92049
92048
|
GeminiLIBClient,
|
|
92049
|
+
gemini_lib_types_exports as GeminiLIBTypes,
|
|
92050
92050
|
IXCSoftAPIClient,
|
|
92051
92051
|
ixc_soft_api_types_exports as IXCSoftAPITypes,
|
|
92052
92052
|
IXCSoftMysqlService,
|