@chevre/factory 4.334.0 → 4.335.0

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/cognito.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cognitoインターフェース
3
3
  */
4
- import * as AWS from 'aws-sdk';
5
- export import UserPoolClientType = AWS.CognitoIdentityServiceProvider.UserPoolClientType;
6
- export import UserPoolClientListType = AWS.CognitoIdentityServiceProvider.UserPoolClientListType;
7
- export import UserPoolType = AWS.CognitoIdentityServiceProvider.UserPoolType;
4
+ import type { CognitoIdentityServiceProvider } from 'aws-sdk';
5
+ export declare type UserPoolClientType = CognitoIdentityServiceProvider.UserPoolClientType;
6
+ export declare type UserPoolClientListType = CognitoIdentityServiceProvider.UserPoolClientListType;
7
+ export declare type UserPoolType = CognitoIdentityServiceProvider.UserPoolType;
@@ -24,6 +24,7 @@ export interface IData {
24
24
  * 施設コンテンツを保管するかどうか
25
25
  */
26
26
  saveScreeningEventSeries: boolean;
27
+ saveScreeningEventSeriesPeriodInMonth: number;
27
28
  }
28
29
  export interface IAttributes extends TaskFactory.IAttributes {
29
30
  name: TaskName.ImportEventsFromCOA;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.334.0",
3
+ "version": "4.335.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",