@novu/api 0.0.1-alpha.185 → 0.0.1-alpha.187
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/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/operations/testingcontrolleridempotency.d.ts +4 -4
- package/models/operations/testingcontrolleridempotency.d.ts.map +1 -1
- package/models/operations/testingcontrolleridempotency.js +4 -4
- package/models/operations/testingcontrolleridempotency.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/operations/testingcontrolleridempotency.ts +8 -10
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "1.0";
|
|
30
|
-
readonly sdkVersion: "0.0.1-alpha.
|
|
30
|
+
readonly sdkVersion: "0.0.1-alpha.187";
|
|
31
31
|
readonly genVersion: "2.493.11";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.187 2.493.11 1.0 @novu/api";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -29,8 +29,8 @@ exports.serverURLFromOptions = serverURLFromOptions;
|
|
|
29
29
|
exports.SDK_METADATA = {
|
|
30
30
|
language: "typescript",
|
|
31
31
|
openapiDocVersion: "1.0",
|
|
32
|
-
sdkVersion: "0.0.1-alpha.
|
|
32
|
+
sdkVersion: "0.0.1-alpha.187",
|
|
33
33
|
genVersion: "2.493.11",
|
|
34
|
-
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.
|
|
34
|
+
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.187 2.493.11 1.0 @novu/api",
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=config.js.map
|
|
@@ -9,12 +9,12 @@ export type TestingControllerIdempotencyRequest = {
|
|
|
9
9
|
idempotencyKey?: string | undefined;
|
|
10
10
|
idempotencyBodyDto: components.IdempotencyBodyDto;
|
|
11
11
|
};
|
|
12
|
-
export type TestingControllerIdempotencyResponseResult = components.IdempotencyResponse |
|
|
12
|
+
export type TestingControllerIdempotencyResponseResult = components.IdempotencyResponse | components.ErrorDto;
|
|
13
13
|
export type TestingControllerIdempotencyResponse = {
|
|
14
14
|
headers: {
|
|
15
15
|
[k: string]: Array<string>;
|
|
16
16
|
};
|
|
17
|
-
result: components.IdempotencyResponse |
|
|
17
|
+
result: components.IdempotencyResponse | components.ErrorDto;
|
|
18
18
|
};
|
|
19
19
|
/** @internal */
|
|
20
20
|
export declare const TestingControllerIdempotencyRequest$inboundSchema: z.ZodType<TestingControllerIdempotencyRequest, z.ZodTypeDef, unknown>;
|
|
@@ -42,7 +42,7 @@ export declare function testingControllerIdempotencyRequestFromJSON(jsonString:
|
|
|
42
42
|
/** @internal */
|
|
43
43
|
export declare const TestingControllerIdempotencyResponseResult$inboundSchema: z.ZodType<TestingControllerIdempotencyResponseResult, z.ZodTypeDef, unknown>;
|
|
44
44
|
/** @internal */
|
|
45
|
-
export type TestingControllerIdempotencyResponseResult$Outbound = components.IdempotencyResponse$Outbound |
|
|
45
|
+
export type TestingControllerIdempotencyResponseResult$Outbound = components.IdempotencyResponse$Outbound | components.ErrorDto$Outbound;
|
|
46
46
|
/** @internal */
|
|
47
47
|
export declare const TestingControllerIdempotencyResponseResult$outboundSchema: z.ZodType<TestingControllerIdempotencyResponseResult$Outbound, z.ZodTypeDef, TestingControllerIdempotencyResponseResult>;
|
|
48
48
|
/**
|
|
@@ -66,7 +66,7 @@ export type TestingControllerIdempotencyResponse$Outbound = {
|
|
|
66
66
|
Headers: {
|
|
67
67
|
[k: string]: Array<string>;
|
|
68
68
|
};
|
|
69
|
-
Result: components.IdempotencyResponse$Outbound |
|
|
69
|
+
Result: components.IdempotencyResponse$Outbound | components.ErrorDto$Outbound;
|
|
70
70
|
};
|
|
71
71
|
/** @internal */
|
|
72
72
|
export declare const TestingControllerIdempotencyResponse$outboundSchema: z.ZodType<TestingControllerIdempotencyResponse$Outbound, z.ZodTypeDef, TestingControllerIdempotencyResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testingcontrolleridempotency.d.ts","sourceRoot":"","sources":["../../src/models/operations/testingcontrolleridempotency.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,mCAAmC,GAAG;IAChD;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;CACnD,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAClD,UAAU,CAAC,mBAAmB,GAC9B,
|
|
1
|
+
{"version":3,"file":"testingcontrolleridempotency.d.ts","sourceRoot":"","sources":["../../src/models/operations/testingcontrolleridempotency.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,12 +73,12 @@ exports.testingControllerIdempotencyRequestFromJSON = testingControllerIdempoten
|
|
|
73
73
|
/** @internal */
|
|
74
74
|
exports.TestingControllerIdempotencyResponseResult$inboundSchema = z.union([
|
|
75
75
|
components.IdempotencyResponse$inboundSchema,
|
|
76
|
-
|
|
76
|
+
components.ErrorDto$inboundSchema,
|
|
77
77
|
]);
|
|
78
78
|
/** @internal */
|
|
79
79
|
exports.TestingControllerIdempotencyResponseResult$outboundSchema = z.union([
|
|
80
80
|
components.IdempotencyResponse$outboundSchema,
|
|
81
|
-
|
|
81
|
+
components.ErrorDto$outboundSchema,
|
|
82
82
|
]);
|
|
83
83
|
/**
|
|
84
84
|
* @internal
|
|
@@ -104,7 +104,7 @@ exports.TestingControllerIdempotencyResponse$inboundSchema = z.object({
|
|
|
104
104
|
Headers: z.record(z.array(z.string())),
|
|
105
105
|
Result: z.union([
|
|
106
106
|
components.IdempotencyResponse$inboundSchema,
|
|
107
|
-
|
|
107
|
+
components.ErrorDto$inboundSchema,
|
|
108
108
|
]),
|
|
109
109
|
}).transform((v) => {
|
|
110
110
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -117,7 +117,7 @@ exports.TestingControllerIdempotencyResponse$outboundSchema = z.object({
|
|
|
117
117
|
headers: z.record(z.array(z.string())),
|
|
118
118
|
result: z.union([
|
|
119
119
|
components.IdempotencyResponse$outboundSchema,
|
|
120
|
-
|
|
120
|
+
components.ErrorDto$outboundSchema,
|
|
121
121
|
]),
|
|
122
122
|
}).transform((v) => {
|
|
123
123
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testingcontrolleridempotency.js","sourceRoot":"","sources":["../../src/models/operations/testingcontrolleridempotency.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;
|
|
1
|
+
{"version":3,"file":"testingcontrolleridempotency.js","sourceRoot":"","sources":["../../src/models/operations/testingcontrolleridempotency.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
55
55
|
export const SDK_METADATA = {
|
|
56
56
|
language: "typescript",
|
|
57
57
|
openapiDocVersion: "1.0",
|
|
58
|
-
sdkVersion: "0.0.1-alpha.
|
|
58
|
+
sdkVersion: "0.0.1-alpha.187",
|
|
59
59
|
genVersion: "2.493.11",
|
|
60
|
-
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.
|
|
60
|
+
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.187 2.493.11 1.0 @novu/api",
|
|
61
61
|
} as const;
|
|
@@ -19,13 +19,11 @@ export type TestingControllerIdempotencyRequest = {
|
|
|
19
19
|
|
|
20
20
|
export type TestingControllerIdempotencyResponseResult =
|
|
21
21
|
| components.IdempotencyResponse
|
|
22
|
-
|
|
|
22
|
+
| components.ErrorDto;
|
|
23
23
|
|
|
24
24
|
export type TestingControllerIdempotencyResponse = {
|
|
25
25
|
headers: { [k: string]: Array<string> };
|
|
26
|
-
result:
|
|
27
|
-
| components.IdempotencyResponse
|
|
28
|
-
| Array<components.IdempotencyResponse>;
|
|
26
|
+
result: components.IdempotencyResponse | components.ErrorDto;
|
|
29
27
|
};
|
|
30
28
|
|
|
31
29
|
/** @internal */
|
|
@@ -105,13 +103,13 @@ export const TestingControllerIdempotencyResponseResult$inboundSchema:
|
|
|
105
103
|
z.ZodType<TestingControllerIdempotencyResponseResult, z.ZodTypeDef, unknown> =
|
|
106
104
|
z.union([
|
|
107
105
|
components.IdempotencyResponse$inboundSchema,
|
|
108
|
-
|
|
106
|
+
components.ErrorDto$inboundSchema,
|
|
109
107
|
]);
|
|
110
108
|
|
|
111
109
|
/** @internal */
|
|
112
110
|
export type TestingControllerIdempotencyResponseResult$Outbound =
|
|
113
111
|
| components.IdempotencyResponse$Outbound
|
|
114
|
-
|
|
|
112
|
+
| components.ErrorDto$Outbound;
|
|
115
113
|
|
|
116
114
|
/** @internal */
|
|
117
115
|
export const TestingControllerIdempotencyResponseResult$outboundSchema:
|
|
@@ -121,7 +119,7 @@ export const TestingControllerIdempotencyResponseResult$outboundSchema:
|
|
|
121
119
|
TestingControllerIdempotencyResponseResult
|
|
122
120
|
> = z.union([
|
|
123
121
|
components.IdempotencyResponse$outboundSchema,
|
|
124
|
-
|
|
122
|
+
components.ErrorDto$outboundSchema,
|
|
125
123
|
]);
|
|
126
124
|
|
|
127
125
|
/**
|
|
@@ -175,7 +173,7 @@ export const TestingControllerIdempotencyResponse$inboundSchema: z.ZodType<
|
|
|
175
173
|
Headers: z.record(z.array(z.string())),
|
|
176
174
|
Result: z.union([
|
|
177
175
|
components.IdempotencyResponse$inboundSchema,
|
|
178
|
-
|
|
176
|
+
components.ErrorDto$inboundSchema,
|
|
179
177
|
]),
|
|
180
178
|
}).transform((v) => {
|
|
181
179
|
return remap$(v, {
|
|
@@ -189,7 +187,7 @@ export type TestingControllerIdempotencyResponse$Outbound = {
|
|
|
189
187
|
Headers: { [k: string]: Array<string> };
|
|
190
188
|
Result:
|
|
191
189
|
| components.IdempotencyResponse$Outbound
|
|
192
|
-
|
|
|
190
|
+
| components.ErrorDto$Outbound;
|
|
193
191
|
};
|
|
194
192
|
|
|
195
193
|
/** @internal */
|
|
@@ -201,7 +199,7 @@ export const TestingControllerIdempotencyResponse$outboundSchema: z.ZodType<
|
|
|
201
199
|
headers: z.record(z.array(z.string())),
|
|
202
200
|
result: z.union([
|
|
203
201
|
components.IdempotencyResponse$outboundSchema,
|
|
204
|
-
|
|
202
|
+
components.ErrorDto$outboundSchema,
|
|
205
203
|
]),
|
|
206
204
|
}).transform((v) => {
|
|
207
205
|
return remap$(v, {
|