@fiado/type-kit 2.0.42 → 2.0.43

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.
@@ -1,4 +1,4 @@
1
- export declare class DirectoryBackofficeResponse {
1
+ export declare class DirectorySettingCreateRequest {
2
2
  key: string;
3
3
  value: string;
4
4
  directoryId: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DirectoryBackofficeResponse = void 0;
4
- class DirectoryBackofficeResponse {
3
+ exports.DirectorySettingCreateRequest = void 0;
4
+ class DirectorySettingCreateRequest {
5
5
  }
6
- exports.DirectoryBackofficeResponse = DirectoryBackofficeResponse;
6
+ exports.DirectorySettingCreateRequest = DirectorySettingCreateRequest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.42",
3
+ "version": "2.0.43",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -1,4 +1,4 @@
1
- export class DirectoryBackofficeResponse {
1
+ export class DirectorySettingCreateRequest {
2
2
  key: string;
3
3
  value: string;
4
4
  directoryId:string