@thera-hr/api-sdk 0.0.404 → 0.0.422
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/api/resources/db/resources/employment/types/Deduction.d.ts +1 -0
- package/api/resources/db/resources/employment/types/ModifyRecurrencesRequest.d.ts +7 -0
- package/api/resources/db/resources/employment/types/ModifyRecurrencesRequest.js +5 -0
- package/api/resources/db/resources/employment/types/ModifyRecurrencesResponse.d.ts +6 -0
- package/api/resources/db/resources/employment/types/ModifyRecurrencesResponse.js +5 -0
- package/api/resources/db/resources/employment/types/RecurrenceModifications.d.ts +9 -0
- package/api/resources/db/resources/employment/types/RecurrenceModifications.js +5 -0
- package/api/resources/db/resources/employment/types/index.d.ts +3 -0
- package/api/resources/db/resources/employment/types/index.js +3 -0
- package/dist/api/resources/db/resources/employment/types/Deduction.d.ts +1 -0
- package/dist/api/resources/db/resources/employment/types/ModifyRecurrencesRequest.d.ts +7 -0
- package/dist/api/resources/db/resources/employment/types/ModifyRecurrencesRequest.js +5 -0
- package/dist/api/resources/db/resources/employment/types/ModifyRecurrencesResponse.d.ts +6 -0
- package/dist/api/resources/db/resources/employment/types/ModifyRecurrencesResponse.js +5 -0
- package/dist/api/resources/db/resources/employment/types/RecurrenceModifications.d.ts +9 -0
- package/dist/api/resources/db/resources/employment/types/RecurrenceModifications.js +5 -0
- package/dist/api/resources/db/resources/employment/types/index.d.ts +3 -0
- package/dist/api/resources/db/resources/employment/types/index.js +3 -0
- package/dist/serialization/resources/db/resources/employment/types/Deduction.d.ts +1 -0
- package/dist/serialization/resources/db/resources/employment/types/Deduction.js +1 -0
- package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.d.ts +12 -0
- package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.js +33 -0
- package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.d.ts +12 -0
- package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.js +33 -0
- package/dist/serialization/resources/db/resources/employment/types/RecurrenceModifications.d.ts +14 -0
- package/dist/serialization/resources/db/resources/employment/types/RecurrenceModifications.js +35 -0
- package/dist/serialization/resources/db/resources/employment/types/index.d.ts +3 -0
- package/dist/serialization/resources/db/resources/employment/types/index.js +3 -0
- package/package.json +1 -1
- package/serialization/resources/db/resources/employment/types/Deduction.d.ts +1 -0
- package/serialization/resources/db/resources/employment/types/Deduction.js +1 -0
- package/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.js +33 -0
- package/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.js +33 -0
- package/serialization/resources/db/resources/employment/types/RecurrenceModifications.d.ts +14 -0
- package/serialization/resources/db/resources/employment/types/RecurrenceModifications.js +35 -0
- package/serialization/resources/db/resources/employment/types/index.d.ts +3 -0
- package/serialization/resources/db/resources/employment/types/index.js +3 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as TheraApi from "../../../../..";
|
|
5
|
+
export interface RecurrenceModifications {
|
|
6
|
+
add: TheraApi.db.Recurrence[];
|
|
7
|
+
delete: string[];
|
|
8
|
+
modify: Record<string, TheraApi.db.Recurrence>;
|
|
9
|
+
}
|
|
@@ -14,3 +14,6 @@ export * from "./EmploymentType";
|
|
|
14
14
|
export * from "./WageType";
|
|
15
15
|
export * from "./EmploymentStatus";
|
|
16
16
|
export * from "./Employment";
|
|
17
|
+
export * from "./ModifyRecurrencesRequest";
|
|
18
|
+
export * from "./RecurrenceModifications";
|
|
19
|
+
export * from "./ModifyRecurrencesResponse";
|
|
@@ -30,3 +30,6 @@ __exportStar(require("./EmploymentType"), exports);
|
|
|
30
30
|
__exportStar(require("./WageType"), exports);
|
|
31
31
|
__exportStar(require("./EmploymentStatus"), exports);
|
|
32
32
|
__exportStar(require("./Employment"), exports);
|
|
33
|
+
__exportStar(require("./ModifyRecurrencesRequest"), exports);
|
|
34
|
+
__exportStar(require("./RecurrenceModifications"), exports);
|
|
35
|
+
__exportStar(require("./ModifyRecurrencesResponse"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as TheraApi from "../../../../..";
|
|
5
|
+
export interface RecurrenceModifications {
|
|
6
|
+
add: TheraApi.db.Recurrence[];
|
|
7
|
+
delete: string[];
|
|
8
|
+
modify: Record<string, TheraApi.db.Recurrence>;
|
|
9
|
+
}
|
|
@@ -14,3 +14,6 @@ export * from "./EmploymentType";
|
|
|
14
14
|
export * from "./WageType";
|
|
15
15
|
export * from "./EmploymentStatus";
|
|
16
16
|
export * from "./Employment";
|
|
17
|
+
export * from "./ModifyRecurrencesRequest";
|
|
18
|
+
export * from "./RecurrenceModifications";
|
|
19
|
+
export * from "./ModifyRecurrencesResponse";
|
|
@@ -30,3 +30,6 @@ __exportStar(require("./EmploymentType"), exports);
|
|
|
30
30
|
__exportStar(require("./WageType"), exports);
|
|
31
31
|
__exportStar(require("./EmploymentStatus"), exports);
|
|
32
32
|
__exportStar(require("./Employment"), exports);
|
|
33
|
+
__exportStar(require("./ModifyRecurrencesRequest"), exports);
|
|
34
|
+
__exportStar(require("./RecurrenceModifications"), exports);
|
|
35
|
+
__exportStar(require("./ModifyRecurrencesResponse"), exports);
|
package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ModifyRecurrencesRequest: core.serialization.ObjectSchema<serializers.db.ModifyRecurrencesRequest.Raw, TheraApi.db.ModifyRecurrencesRequest>;
|
|
8
|
+
export declare namespace ModifyRecurrencesRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
modifications: Record<string, serializers.db.RecurrenceModifications.Raw>;
|
|
11
|
+
}
|
|
12
|
+
}
|
package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesRequest.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ModifyRecurrencesRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ModifyRecurrencesRequest = core.serialization.object({
|
|
32
|
+
modifications: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.RecurrenceModifications)),
|
|
33
|
+
});
|
package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ModifyRecurrencesResponse: core.serialization.ObjectSchema<serializers.db.ModifyRecurrencesResponse.Raw, TheraApi.db.ModifyRecurrencesResponse>;
|
|
8
|
+
export declare namespace ModifyRecurrencesResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
failedContractIds: string[];
|
|
11
|
+
}
|
|
12
|
+
}
|
package/dist/serialization/resources/db/resources/employment/types/ModifyRecurrencesResponse.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ModifyRecurrencesResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ModifyRecurrencesResponse = core.serialization.object({
|
|
32
|
+
failedContractIds: core.serialization.set(core.serialization.string()),
|
|
33
|
+
});
|
package/dist/serialization/resources/db/resources/employment/types/RecurrenceModifications.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const RecurrenceModifications: core.serialization.ObjectSchema<serializers.db.RecurrenceModifications.Raw, TheraApi.db.RecurrenceModifications>;
|
|
8
|
+
export declare namespace RecurrenceModifications {
|
|
9
|
+
interface Raw {
|
|
10
|
+
add: serializers.db.Recurrence.Raw[];
|
|
11
|
+
delete: string[];
|
|
12
|
+
modify: Record<string, serializers.db.Recurrence.Raw>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RecurrenceModifications = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.RecurrenceModifications = core.serialization.object({
|
|
32
|
+
add: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.Recurrence)),
|
|
33
|
+
delete: core.serialization.list(core.serialization.string()),
|
|
34
|
+
modify: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.Recurrence)),
|
|
35
|
+
});
|
|
@@ -14,3 +14,6 @@ export * from "./EmploymentType";
|
|
|
14
14
|
export * from "./WageType";
|
|
15
15
|
export * from "./EmploymentStatus";
|
|
16
16
|
export * from "./Employment";
|
|
17
|
+
export * from "./ModifyRecurrencesRequest";
|
|
18
|
+
export * from "./RecurrenceModifications";
|
|
19
|
+
export * from "./ModifyRecurrencesResponse";
|
|
@@ -30,3 +30,6 @@ __exportStar(require("./EmploymentType"), exports);
|
|
|
30
30
|
__exportStar(require("./WageType"), exports);
|
|
31
31
|
__exportStar(require("./EmploymentStatus"), exports);
|
|
32
32
|
__exportStar(require("./Employment"), exports);
|
|
33
|
+
__exportStar(require("./ModifyRecurrencesRequest"), exports);
|
|
34
|
+
__exportStar(require("./RecurrenceModifications"), exports);
|
|
35
|
+
__exportStar(require("./ModifyRecurrencesResponse"), exports);
|
package/package.json
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ModifyRecurrencesRequest: core.serialization.ObjectSchema<serializers.db.ModifyRecurrencesRequest.Raw, TheraApi.db.ModifyRecurrencesRequest>;
|
|
8
|
+
export declare namespace ModifyRecurrencesRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
modifications: Record<string, serializers.db.RecurrenceModifications.Raw>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ModifyRecurrencesRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ModifyRecurrencesRequest = core.serialization.object({
|
|
32
|
+
modifications: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.RecurrenceModifications)),
|
|
33
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const ModifyRecurrencesResponse: core.serialization.ObjectSchema<serializers.db.ModifyRecurrencesResponse.Raw, TheraApi.db.ModifyRecurrencesResponse>;
|
|
8
|
+
export declare namespace ModifyRecurrencesResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
failedContractIds: string[];
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ModifyRecurrencesResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.ModifyRecurrencesResponse = core.serialization.object({
|
|
32
|
+
failedContractIds: core.serialization.set(core.serialization.string()),
|
|
33
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const RecurrenceModifications: core.serialization.ObjectSchema<serializers.db.RecurrenceModifications.Raw, TheraApi.db.RecurrenceModifications>;
|
|
8
|
+
export declare namespace RecurrenceModifications {
|
|
9
|
+
interface Raw {
|
|
10
|
+
add: serializers.db.Recurrence.Raw[];
|
|
11
|
+
delete: string[];
|
|
12
|
+
modify: Record<string, serializers.db.Recurrence.Raw>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RecurrenceModifications = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.RecurrenceModifications = core.serialization.object({
|
|
32
|
+
add: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.Recurrence)),
|
|
33
|
+
delete: core.serialization.list(core.serialization.string()),
|
|
34
|
+
modify: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).db.Recurrence)),
|
|
35
|
+
});
|
|
@@ -14,3 +14,6 @@ export * from "./EmploymentType";
|
|
|
14
14
|
export * from "./WageType";
|
|
15
15
|
export * from "./EmploymentStatus";
|
|
16
16
|
export * from "./Employment";
|
|
17
|
+
export * from "./ModifyRecurrencesRequest";
|
|
18
|
+
export * from "./RecurrenceModifications";
|
|
19
|
+
export * from "./ModifyRecurrencesResponse";
|
|
@@ -30,3 +30,6 @@ __exportStar(require("./EmploymentType"), exports);
|
|
|
30
30
|
__exportStar(require("./WageType"), exports);
|
|
31
31
|
__exportStar(require("./EmploymentStatus"), exports);
|
|
32
32
|
__exportStar(require("./Employment"), exports);
|
|
33
|
+
__exportStar(require("./ModifyRecurrencesRequest"), exports);
|
|
34
|
+
__exportStar(require("./RecurrenceModifications"), exports);
|
|
35
|
+
__exportStar(require("./ModifyRecurrencesResponse"), exports);
|