@squidcloud/local-backend 1.0.147 → 1.0.150
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/common/src/ai-assistant.types.d.ts +50 -50
- package/dist/common/src/ai-assistant.types.js +2 -2
- package/dist/common/src/ai-chatbot.context.d.ts +13 -13
- package/dist/common/src/ai-chatbot.context.js +19 -19
- package/dist/common/src/ai-chatbot.schemas.d.ts +18 -18
- package/dist/common/src/ai-chatbot.schemas.js +21 -21
- package/dist/common/src/ai-chatbot.types.d.ts +123 -123
- package/dist/common/src/ai-chatbot.types.js +18 -18
- package/dist/common/src/api-call.context.d.ts +13 -13
- package/dist/common/src/api-call.context.js +16 -16
- package/dist/common/src/api.types.d.ts +22 -22
- package/dist/common/src/api.types.js +2 -2
- package/dist/common/src/application.schemas.d.ts +1648 -1648
- package/dist/common/src/application.schemas.js +948 -948
- package/dist/common/src/application.types.d.ts +192 -193
- package/dist/common/src/application.types.js +89 -89
- package/dist/common/src/application.types.js.map +1 -1
- package/dist/common/src/backend-function.schemas.d.ts +3 -3
- package/dist/common/src/backend-function.schemas.js +11 -11
- package/dist/common/src/backend-function.types.d.ts +4 -4
- package/dist/common/src/backend-function.types.js +2 -2
- package/dist/common/src/backend-run.types.d.ts +54 -54
- package/dist/common/src/backend-run.types.js +92 -95
- package/dist/common/src/backend-run.types.js.map +1 -1
- package/dist/common/src/bundle-api.types.d.ts +65 -69
- package/dist/common/src/bundle-api.types.js +2 -2
- package/dist/common/src/bundle-data.types.d.ts +69 -74
- package/dist/common/src/bundle-data.types.js +2 -2
- package/dist/common/src/communication.types.d.ts +20 -19
- package/dist/common/src/communication.types.js +41 -40
- package/dist/common/src/communication.types.js.map +1 -1
- package/dist/common/src/context.types.d.ts +24 -24
- package/dist/common/src/context.types.js +2 -2
- package/dist/common/src/distributed-lock.context.d.ts +4 -4
- package/dist/common/src/distributed-lock.context.js +9 -9
- package/dist/common/src/document.types.d.ts +32 -32
- package/dist/common/src/document.types.js +50 -50
- package/dist/common/src/graphql.context.d.ts +14 -14
- package/dist/common/src/graphql.context.js +12 -12
- package/dist/common/src/graphql.types.d.ts +11 -11
- package/dist/common/src/graphql.types.js +34 -34
- package/dist/common/src/heartbeat.types.d.ts +4 -4
- package/dist/common/src/heartbeat.types.js +16 -16
- package/dist/common/src/http-status.enum.d.ts +50 -50
- package/dist/common/src/http-status.enum.js +54 -54
- package/dist/common/src/http-status.enum.js.map +1 -1
- package/dist/common/src/index.d.ts +54 -57
- package/dist/common/src/index.js +70 -73
- package/dist/common/src/index.js.map +1 -1
- package/dist/common/src/integrations/ai_chatbot.types.d.ts +31 -31
- package/dist/common/src/integrations/ai_chatbot.types.js +2 -2
- package/dist/common/src/integrations/api.types.d.ts +80 -80
- package/dist/common/src/integrations/api.types.js +2 -2
- package/dist/common/src/integrations/auth.types.d.ts +39 -39
- package/dist/common/src/integrations/auth.types.js +2 -2
- package/dist/common/src/integrations/database.types.d.ts +274 -274
- package/dist/common/src/integrations/database.types.js +2 -2
- package/dist/common/src/integrations/index.d.ts +134 -134
- package/dist/common/src/integrations/index.js +119 -119
- package/dist/common/src/integrations/index.js.map +1 -1
- package/dist/common/src/integrations/observability.types.d.ts +23 -23
- package/dist/common/src/integrations/observability.types.js +23 -23
- package/dist/common/src/logger.types.d.ts +21 -21
- package/dist/common/src/logger.types.js +11 -11
- package/dist/common/src/logger.types.js.map +1 -1
- package/dist/common/src/metrics.types.d.ts +73 -73
- package/dist/common/src/metrics.types.js +11 -11
- package/dist/common/src/mutation.context.d.ts +13 -13
- package/dist/common/src/mutation.context.js +26 -26
- package/dist/common/src/mutation.schemas.d.ts +5 -5
- package/dist/common/src/mutation.schemas.js +114 -114
- package/dist/common/src/mutation.types.d.ts +63 -63
- package/dist/common/src/mutation.types.js +142 -142
- package/dist/common/src/native-query.context.d.ts +7 -7
- package/dist/common/src/native-query.context.js +11 -11
- package/dist/common/src/native-query.types.d.ts +16 -16
- package/dist/common/src/native-query.types.js +2 -2
- package/dist/common/src/query/base-query-builder.d.ts +38 -38
- package/dist/common/src/query/base-query-builder.js +39 -39
- package/dist/common/src/query/index.d.ts +4 -4
- package/dist/common/src/query/index.js +20 -20
- package/dist/common/src/query/pagination.d.ts +46 -46
- package/dist/common/src/query/pagination.js +211 -211
- package/dist/common/src/query/query-context.d.ts +47 -47
- package/dist/common/src/query/query-context.js +159 -159
- package/dist/common/src/query/serialized-query.types.d.ts +24 -24
- package/dist/common/src/query/serialized-query.types.js +2 -2
- package/dist/common/src/query.types.d.ts +86 -86
- package/dist/common/src/query.types.js +97 -97
- package/dist/common/src/regions.d.ts +21 -21
- package/dist/common/src/regions.js +46 -46
- package/dist/common/src/schema/schema.types.d.ts +30 -30
- package/dist/common/src/schema/schema.types.js +173 -173
- package/dist/common/src/secret.schemas.d.ts +4 -4
- package/dist/common/src/secret.schemas.js +17 -17
- package/dist/common/src/secret.types.d.ts +68 -68
- package/dist/common/src/secret.types.js +5 -5
- package/dist/common/src/security.types.d.ts +3 -3
- package/dist/common/src/security.types.js +2 -2
- package/dist/common/src/socket.schemas.d.ts +3 -3
- package/dist/common/src/socket.schemas.js +57 -57
- package/dist/common/src/socket.types.d.ts +126 -126
- package/dist/common/src/socket.types.js +9 -9
- package/dist/common/src/socket.types.js.map +1 -1
- package/dist/common/src/time-units.d.ts +11 -11
- package/dist/common/src/time-units.js +14 -14
- package/dist/common/src/trigger.types.d.ts +15 -15
- package/dist/common/src/trigger.types.js +2 -2
- package/dist/common/src/types.d.ts +21 -21
- package/dist/common/src/types.js +2 -2
- package/dist/common/src/utils/array.d.ts +8 -8
- package/dist/common/src/utils/array.js +54 -54
- package/dist/common/src/utils/assert.d.ts +3 -3
- package/dist/common/src/utils/assert.js +14 -14
- package/dist/common/src/utils/error.d.ts +4 -4
- package/dist/common/src/utils/error.js +10 -10
- package/dist/common/src/utils/global.utils.d.ts +11 -11
- package/dist/common/src/utils/global.utils.js +50 -50
- package/dist/common/src/utils/http.d.ts +2 -2
- package/dist/common/src/utils/http.js +51 -51
- package/dist/common/src/utils/id.d.ts +2 -2
- package/dist/common/src/utils/id.js +21 -21
- package/dist/common/src/utils/lock.manager.d.ts +9 -9
- package/dist/common/src/utils/lock.manager.js +39 -39
- package/dist/common/src/utils/object.d.ts +5 -5
- package/dist/common/src/utils/object.js +75 -75
- package/dist/common/src/utils/serialization.d.ts +5 -6
- package/dist/common/src/utils/serialization.js +73 -77
- package/dist/common/src/utils/serialization.js.map +1 -1
- package/dist/common/src/utils/transforms.d.ts +18 -18
- package/dist/common/src/utils/transforms.js +104 -104
- package/dist/common/src/utils/url.d.ts +1 -1
- package/dist/common/src/utils/url.js +15 -15
- package/dist/common/src/utils/validation.d.ts +17 -17
- package/dist/common/src/utils/validation.js +199 -199
- package/dist/common/src/webhook-response.d.ts +6 -6
- package/dist/common/src/webhook-response.js +2 -2
- package/dist/common/src/websocket.impl.d.ts +21 -21
- package/dist/common/src/websocket.impl.js +79 -79
- package/dist/internal-common/src/code-executor.types.d.ts +13 -13
- package/dist/internal-common/src/code-executor.types.js +2 -2
- package/dist/internal-common/src/local-dev.types.d.ts +35 -35
- package/dist/internal-common/src/local-dev.types.js +2 -2
- package/dist/local-backend/package.json +48 -48
- package/dist/local-backend/src/index.d.ts +4 -4
- package/dist/local-backend/src/index.js +26 -26
- package/dist/local-backend/src/local-backend-socket.service.d.ts +18 -18
- package/dist/local-backend/src/local-backend-socket.service.js +107 -108
- package/dist/local-backend/src/local-backend-socket.service.js.map +1 -1
- package/dist/local-backend/src/local-backend.app.d.ts +2 -2
- package/dist/local-backend/src/local-backend.app.js +19 -19
- package/dist/local-backend/src/local-backend.controller.d.ts +8 -8
- package/dist/local-backend/src/local-backend.controller.js +48 -49
- package/dist/local-backend/src/local-backend.controller.js.map +1 -1
- package/dist/local-backend/src/local-backend.module.d.ts +8 -8
- package/dist/local-backend/src/local-backend.module.js +51 -53
- package/dist/local-backend/src/local-backend.module.js.map +1 -1
- package/dist/local-backend/src/local-backend.service.d.ts +15 -15
- package/dist/local-backend/src/local-backend.service.js +173 -176
- package/dist/local-backend/src/local-backend.service.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/common/src/named-query.context.d.ts +0 -4
- package/dist/common/src/named-query.context.js +0 -10
- package/dist/common/src/named-query.context.js.map +0 -1
- package/dist/common/src/named-query.schemas.d.ts +0 -3
- package/dist/common/src/named-query.schemas.js +0 -14
- package/dist/common/src/named-query.schemas.js.map +0 -1
- package/dist/common/src/named-query.types.d.ts +0 -8
- package/dist/common/src/named-query.types.js +0 -3
- package/dist/common/src/named-query.types.js.map +0 -1
- package/dist/internal-common/src/utils/logger-utils.d.ts +0 -3
- package/dist/internal-common/src/utils/logger-utils.js +0 -29
- package/dist/internal-common/src/utils/logger-utils.js.map +0 -1
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { FieldName } from '../document.types';
|
|
2
|
-
import { IntrospectionQuery } from '../graphql.types';
|
|
3
|
-
import { BaseIntegrationConfig, BaseIntegrationSchema, IntegrationSchemaType, IntegrationType } from './index';
|
|
4
|
-
export type HttpMethod = 'post' | 'get' | 'delete' | 'patch' | 'put';
|
|
5
|
-
export type ApiEndpointId = string;
|
|
6
|
-
export type ApiParameterLocation = 'query' | 'body' | 'header' | 'path';
|
|
7
|
-
export type ApiResponseParameterLocation = 'header' | 'body';
|
|
8
|
-
export type ApiInjectionParameterLocation = 'header' | 'query';
|
|
9
|
-
export type FieldPath = string;
|
|
10
|
-
export type IntegrationApiEndpoints = Record<ApiEndpointId, ApiEndpoint>;
|
|
11
|
-
export interface IntegrationGraphQLSchema extends BaseIntegrationSchema {
|
|
12
|
-
type: IntegrationSchemaType.graphql;
|
|
13
|
-
introspection: IntrospectionQuery;
|
|
14
|
-
}
|
|
15
|
-
export interface IntegrationApiSchema extends BaseIntegrationSchema {
|
|
16
|
-
type: IntegrationSchemaType.api;
|
|
17
|
-
baseUrl: string;
|
|
18
|
-
endpoints: IntegrationApiEndpoints;
|
|
19
|
-
injectionSchema?: ApiInjectionSchema;
|
|
20
|
-
}
|
|
21
|
-
export interface ApiRequestField {
|
|
22
|
-
location: ApiParameterLocation;
|
|
23
|
-
}
|
|
24
|
-
export interface ApiResponseField {
|
|
25
|
-
location: ApiResponseParameterLocation;
|
|
26
|
-
path?: FieldPath;
|
|
27
|
-
}
|
|
28
|
-
export type ApiInjectionFieldType = 'secret' | 'regular';
|
|
29
|
-
export interface ApiInjectionField {
|
|
30
|
-
value: string;
|
|
31
|
-
type: ApiInjectionFieldType;
|
|
32
|
-
location: ApiInjectionParameterLocation;
|
|
33
|
-
}
|
|
34
|
-
export interface GraphQLConnectionOptions {
|
|
35
|
-
baseUrl: string;
|
|
36
|
-
injectionSchema?: ApiInjectionSchema;
|
|
37
|
-
}
|
|
38
|
-
export type ApiInjectionSchema = Record<FieldName, ApiInjectionField>;
|
|
39
|
-
export interface OpenApiDiscoveryOptions {
|
|
40
|
-
openApiSpecUrl: string;
|
|
41
|
-
}
|
|
42
|
-
export interface ApiEndpoint {
|
|
43
|
-
relativePath: string;
|
|
44
|
-
method: HttpMethod;
|
|
45
|
-
requestSchema?: Record<FieldName, ApiRequestField>;
|
|
46
|
-
responseSchema?: Record<FieldPath, ApiResponseField>;
|
|
47
|
-
injectionSchema?: ApiInjectionSchema;
|
|
48
|
-
}
|
|
49
|
-
export interface HttpApiIntegrationConfig extends BaseIntegrationConfig {
|
|
50
|
-
type: IntegrationType.api;
|
|
51
|
-
configuration?: {
|
|
52
|
-
discoveryOptions: OpenApiDiscoveryOptions;
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
export interface GraphQLIntegrationConfig extends BaseIntegrationConfig {
|
|
56
|
-
type: IntegrationType.graphql;
|
|
57
|
-
configuration: {
|
|
58
|
-
connectionOptions: GraphQLConnectionOptions;
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
export interface DiscoverGraphQLConnectionSchemaRequest {
|
|
62
|
-
integrationType: IntegrationType.graphql;
|
|
63
|
-
connectionOptions: GraphQLConnectionOptions;
|
|
64
|
-
}
|
|
65
|
-
export interface DiscoverOpenApiSchemaRequest {
|
|
66
|
-
integrationType: IntegrationType.api;
|
|
67
|
-
discoveryOptions: OpenApiDiscoveryOptions;
|
|
68
|
-
}
|
|
69
|
-
export interface TestGraphQLDataConnectionRequest {
|
|
70
|
-
type: IntegrationType.graphql;
|
|
71
|
-
configuration: {
|
|
72
|
-
connectionOptions: GraphQLConnectionOptions;
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
export interface DiscoverGraphQLConnectionSchemaResponse {
|
|
76
|
-
schema: IntegrationGraphQLSchema;
|
|
77
|
-
}
|
|
78
|
-
export interface DiscoverOpenApiSchemaResponse {
|
|
79
|
-
schema: IntegrationApiSchema;
|
|
80
|
-
}
|
|
1
|
+
import { FieldName } from '../document.types';
|
|
2
|
+
import { IntrospectionQuery } from '../graphql.types';
|
|
3
|
+
import { BaseIntegrationConfig, BaseIntegrationSchema, IntegrationSchemaType, IntegrationType } from './index';
|
|
4
|
+
export type HttpMethod = 'post' | 'get' | 'delete' | 'patch' | 'put';
|
|
5
|
+
export type ApiEndpointId = string;
|
|
6
|
+
export type ApiParameterLocation = 'query' | 'body' | 'header' | 'path';
|
|
7
|
+
export type ApiResponseParameterLocation = 'header' | 'body';
|
|
8
|
+
export type ApiInjectionParameterLocation = 'header' | 'query';
|
|
9
|
+
export type FieldPath = string;
|
|
10
|
+
export type IntegrationApiEndpoints = Record<ApiEndpointId, ApiEndpoint>;
|
|
11
|
+
export interface IntegrationGraphQLSchema extends BaseIntegrationSchema {
|
|
12
|
+
type: IntegrationSchemaType.graphql;
|
|
13
|
+
introspection: IntrospectionQuery;
|
|
14
|
+
}
|
|
15
|
+
export interface IntegrationApiSchema extends BaseIntegrationSchema {
|
|
16
|
+
type: IntegrationSchemaType.api;
|
|
17
|
+
baseUrl: string;
|
|
18
|
+
endpoints: IntegrationApiEndpoints;
|
|
19
|
+
injectionSchema?: ApiInjectionSchema;
|
|
20
|
+
}
|
|
21
|
+
export interface ApiRequestField {
|
|
22
|
+
location: ApiParameterLocation;
|
|
23
|
+
}
|
|
24
|
+
export interface ApiResponseField {
|
|
25
|
+
location: ApiResponseParameterLocation;
|
|
26
|
+
path?: FieldPath;
|
|
27
|
+
}
|
|
28
|
+
export type ApiInjectionFieldType = 'secret' | 'regular';
|
|
29
|
+
export interface ApiInjectionField {
|
|
30
|
+
value: string;
|
|
31
|
+
type: ApiInjectionFieldType;
|
|
32
|
+
location: ApiInjectionParameterLocation;
|
|
33
|
+
}
|
|
34
|
+
export interface GraphQLConnectionOptions {
|
|
35
|
+
baseUrl: string;
|
|
36
|
+
injectionSchema?: ApiInjectionSchema;
|
|
37
|
+
}
|
|
38
|
+
export type ApiInjectionSchema = Record<FieldName, ApiInjectionField>;
|
|
39
|
+
export interface OpenApiDiscoveryOptions {
|
|
40
|
+
openApiSpecUrl: string;
|
|
41
|
+
}
|
|
42
|
+
export interface ApiEndpoint {
|
|
43
|
+
relativePath: string;
|
|
44
|
+
method: HttpMethod;
|
|
45
|
+
requestSchema?: Record<FieldName, ApiRequestField>;
|
|
46
|
+
responseSchema?: Record<FieldPath, ApiResponseField>;
|
|
47
|
+
injectionSchema?: ApiInjectionSchema;
|
|
48
|
+
}
|
|
49
|
+
export interface HttpApiIntegrationConfig extends BaseIntegrationConfig {
|
|
50
|
+
type: IntegrationType.api;
|
|
51
|
+
configuration?: {
|
|
52
|
+
discoveryOptions: OpenApiDiscoveryOptions;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
export interface GraphQLIntegrationConfig extends BaseIntegrationConfig {
|
|
56
|
+
type: IntegrationType.graphql;
|
|
57
|
+
configuration: {
|
|
58
|
+
connectionOptions: GraphQLConnectionOptions;
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
export interface DiscoverGraphQLConnectionSchemaRequest {
|
|
62
|
+
integrationType: IntegrationType.graphql;
|
|
63
|
+
connectionOptions: GraphQLConnectionOptions;
|
|
64
|
+
}
|
|
65
|
+
export interface DiscoverOpenApiSchemaRequest {
|
|
66
|
+
integrationType: IntegrationType.api;
|
|
67
|
+
discoveryOptions: OpenApiDiscoveryOptions;
|
|
68
|
+
}
|
|
69
|
+
export interface TestGraphQLDataConnectionRequest {
|
|
70
|
+
type: IntegrationType.graphql;
|
|
71
|
+
configuration: {
|
|
72
|
+
connectionOptions: GraphQLConnectionOptions;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
export interface DiscoverGraphQLConnectionSchemaResponse {
|
|
76
|
+
schema: IntegrationGraphQLSchema;
|
|
77
|
+
}
|
|
78
|
+
export interface DiscoverOpenApiSchemaResponse {
|
|
79
|
+
schema: IntegrationApiSchema;
|
|
80
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=api.types.js.map
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { BaseIntegrationConfig, IntegrationType } from './index';
|
|
2
|
-
export interface Auth0IntegrationConfig extends BaseIntegrationConfig {
|
|
3
|
-
type: IntegrationType.auth0;
|
|
4
|
-
configuration: {
|
|
5
|
-
domain: string;
|
|
6
|
-
clientId: string;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
export interface CognitoIntegrationConfig extends BaseIntegrationConfig {
|
|
10
|
-
type: IntegrationType.cognito;
|
|
11
|
-
configuration: {
|
|
12
|
-
region: string;
|
|
13
|
-
userPoolId: string;
|
|
14
|
-
appClientId: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export interface OktaIntegrationConfig extends BaseIntegrationConfig {
|
|
18
|
-
type: IntegrationType.okta;
|
|
19
|
-
configuration: {
|
|
20
|
-
domain: string;
|
|
21
|
-
clientId: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export interface JwtRsaIntegrationConfig extends BaseIntegrationConfig {
|
|
25
|
-
type: IntegrationType.jwt_rsa;
|
|
26
|
-
configuration: {
|
|
27
|
-
jwksUri: string;
|
|
28
|
-
validations?: {
|
|
29
|
-
aud?: string;
|
|
30
|
-
iss?: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
export interface JwtHmacIntegrationConfig extends BaseIntegrationConfig {
|
|
35
|
-
type: IntegrationType.jwt_hmac;
|
|
36
|
-
configuration: {
|
|
37
|
-
verifyUri?: string;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
1
|
+
import { BaseIntegrationConfig, IntegrationType } from './index';
|
|
2
|
+
export interface Auth0IntegrationConfig extends BaseIntegrationConfig {
|
|
3
|
+
type: IntegrationType.auth0;
|
|
4
|
+
configuration: {
|
|
5
|
+
domain: string;
|
|
6
|
+
clientId: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export interface CognitoIntegrationConfig extends BaseIntegrationConfig {
|
|
10
|
+
type: IntegrationType.cognito;
|
|
11
|
+
configuration: {
|
|
12
|
+
region: string;
|
|
13
|
+
userPoolId: string;
|
|
14
|
+
appClientId: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export interface OktaIntegrationConfig extends BaseIntegrationConfig {
|
|
18
|
+
type: IntegrationType.okta;
|
|
19
|
+
configuration: {
|
|
20
|
+
domain: string;
|
|
21
|
+
clientId: string;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export interface JwtRsaIntegrationConfig extends BaseIntegrationConfig {
|
|
25
|
+
type: IntegrationType.jwt_rsa;
|
|
26
|
+
configuration: {
|
|
27
|
+
jwksUri: string;
|
|
28
|
+
validations?: {
|
|
29
|
+
aud?: string;
|
|
30
|
+
iss?: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export interface JwtHmacIntegrationConfig extends BaseIntegrationConfig {
|
|
35
|
+
type: IntegrationType.jwt_hmac;
|
|
36
|
+
configuration: {
|
|
37
|
+
verifyUri?: string;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=auth.types.js.map
|