cdk-comprehend-s3olap 2.0.35 → 2.0.38
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +1 -0
- package/node_modules/available-typed-arrays/.eslintrc +9 -0
- package/node_modules/available-typed-arrays/.github/FUNDING.yml +12 -0
- package/node_modules/available-typed-arrays/.nycrc +9 -0
- package/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
- package/node_modules/available-typed-arrays/LICENSE +21 -0
- package/node_modules/available-typed-arrays/README.md +52 -0
- package/node_modules/available-typed-arrays/index.js +27 -0
- package/node_modules/available-typed-arrays/package.json +82 -0
- package/node_modules/available-typed-arrays/test/index.js +18 -0
- package/node_modules/aws-sdk/CHANGELOG.md +23 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +447 -41
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +38 -38
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +171 -6
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +346 -70
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +56 -44
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +103 -44
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +326 -182
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +119 -111
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +54 -34
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +121 -120
- package/node_modules/aws-sdk/clients/appconfig.d.ts +448 -11
- package/node_modules/aws-sdk/clients/athena.d.ts +6 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +207 -42
- package/node_modules/aws-sdk/clients/configservice.d.ts +7 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +16 -16
- package/node_modules/aws-sdk/clients/drs.d.ts +6 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/evidently.d.ts +281 -8
- package/node_modules/aws-sdk/clients/fms.d.ts +23 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +43 -37
- package/node_modules/aws-sdk/clients/inspector2.d.ts +73 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +316 -131
- package/node_modules/aws-sdk/clients/nimble.d.ts +61 -37
- package/node_modules/aws-sdk/clients/outposts.d.ts +33 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +26 -21
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1522 -60
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +33809 -30286
- package/node_modules/aws-sdk/dist/aws-sdk.js +695 -696
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +2 -1
- package/node_modules/call-bind/.eslintignore +1 -0
- package/node_modules/call-bind/.eslintrc +17 -0
- package/node_modules/call-bind/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind/.nycrc +13 -0
- package/node_modules/call-bind/CHANGELOG.md +42 -0
- package/node_modules/call-bind/LICENSE +21 -0
- package/node_modules/call-bind/README.md +2 -0
- package/node_modules/call-bind/callBound.js +15 -0
- package/node_modules/call-bind/index.js +47 -0
- package/node_modules/call-bind/package.json +80 -0
- package/node_modules/call-bind/test/callBound.js +55 -0
- package/node_modules/call-bind/test/index.js +66 -0
- package/node_modules/define-properties/.editorconfig +13 -0
- package/node_modules/define-properties/.eslintrc +19 -0
- package/node_modules/define-properties/.github/FUNDING.yml +12 -0
- package/node_modules/define-properties/.nycrc +9 -0
- package/node_modules/define-properties/CHANGELOG.md +63 -0
- package/node_modules/define-properties/LICENSE +21 -0
- package/node_modules/define-properties/README.md +84 -0
- package/node_modules/define-properties/index.js +47 -0
- package/node_modules/define-properties/package.json +66 -0
- package/node_modules/es-abstract/.editorconfig +15 -0
- package/node_modules/es-abstract/.eslintrc +67 -0
- package/node_modules/es-abstract/.nycrc +10 -0
- package/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
- package/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
- package/node_modules/es-abstract/2015/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2015/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2015/Call.js +20 -0
- package/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2015/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2015/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2015/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2015/CreateListFromArrayLike.js +43 -0
- package/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2015/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2015/Day.js +11 -0
- package/node_modules/es-abstract/2015/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2015/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
- package/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2015/Get.js +25 -0
- package/node_modules/es-abstract/2015/GetIterator.js +34 -0
- package/node_modules/es-abstract/2015/GetMethod.js +34 -0
- package/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2015/GetSubstitution.js +104 -0
- package/node_modules/es-abstract/2015/GetV.js +23 -0
- package/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2015/HasProperty.js +20 -0
- package/node_modules/es-abstract/2015/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2015/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2015/Invoke.js +24 -0
- package/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2015/IsArray.js +4 -0
- package/node_modules/es-abstract/2015/IsCallable.js +5 -0
- package/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2015/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2015/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2015/IsInteger.js +17 -0
- package/node_modules/es-abstract/2015/IsPromise.js +24 -0
- package/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
- package/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2015/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2015/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2015/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2015/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2015/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2015/MakeDate.js +13 -0
- package/node_modules/es-abstract/2015/MakeDay.js +33 -0
- package/node_modules/es-abstract/2015/MakeTime.js +23 -0
- package/node_modules/es-abstract/2015/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2015/ObjectCreate.js +37 -0
- package/node_modules/es-abstract/2015/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
- package/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2015/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2015/SameValue.js +13 -0
- package/node_modules/es-abstract/2015/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2015/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2015/Set.js +47 -0
- package/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2015/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2015/StringCreate.js +40 -0
- package/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
- package/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2015/TimeClip.js +21 -0
- package/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2015/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2015/ToDateString.js +22 -0
- package/node_modules/es-abstract/2015/ToInt16.js +10 -0
- package/node_modules/es-abstract/2015/ToInt32.js +9 -0
- package/node_modules/es-abstract/2015/ToInt8.js +10 -0
- package/node_modules/es-abstract/2015/ToInteger.js +12 -0
- package/node_modules/es-abstract/2015/ToLength.js +12 -0
- package/node_modules/es-abstract/2015/ToNumber.js +59 -0
- package/node_modules/es-abstract/2015/ToObject.js +14 -0
- package/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2015/ToString.js +15 -0
- package/node_modules/es-abstract/2015/ToUint16.js +19 -0
- package/node_modules/es-abstract/2015/ToUint32.js +9 -0
- package/node_modules/es-abstract/2015/ToUint8.js +20 -0
- package/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2015/Type.js +12 -0
- package/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2015/WeekDay.js +10 -0
- package/node_modules/es-abstract/2015/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2015/abs.js +11 -0
- package/node_modules/es-abstract/2015/floor.js +11 -0
- package/node_modules/es-abstract/2015/modulo.js +9 -0
- package/node_modules/es-abstract/2015/msFromTime.js +11 -0
- package/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2015/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
- package/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
- package/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
- package/node_modules/es-abstract/2016/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2016/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2016/Call.js +20 -0
- package/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2016/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2016/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2016/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2016/CreateListFromArrayLike.js +43 -0
- package/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2016/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2016/Day.js +11 -0
- package/node_modules/es-abstract/2016/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2016/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
- package/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2016/Get.js +25 -0
- package/node_modules/es-abstract/2016/GetIterator.js +34 -0
- package/node_modules/es-abstract/2016/GetMethod.js +34 -0
- package/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2016/GetSubstitution.js +104 -0
- package/node_modules/es-abstract/2016/GetV.js +23 -0
- package/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2016/HasProperty.js +20 -0
- package/node_modules/es-abstract/2016/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2016/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2016/Invoke.js +24 -0
- package/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2016/IsArray.js +4 -0
- package/node_modules/es-abstract/2016/IsCallable.js +5 -0
- package/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2016/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2016/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2016/IsInteger.js +17 -0
- package/node_modules/es-abstract/2016/IsPromise.js +24 -0
- package/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
- package/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2016/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
- package/node_modules/es-abstract/2016/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2016/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2016/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2016/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2016/MakeDate.js +13 -0
- package/node_modules/es-abstract/2016/MakeDay.js +33 -0
- package/node_modules/es-abstract/2016/MakeTime.js +23 -0
- package/node_modules/es-abstract/2016/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2016/ObjectCreate.js +37 -0
- package/node_modules/es-abstract/2016/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
- package/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2016/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2016/SameValue.js +13 -0
- package/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
- package/node_modules/es-abstract/2016/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2016/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2016/Set.js +47 -0
- package/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2016/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2016/StringCreate.js +40 -0
- package/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2016/TimeClip.js +21 -0
- package/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2016/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2016/ToDateString.js +22 -0
- package/node_modules/es-abstract/2016/ToInt16.js +10 -0
- package/node_modules/es-abstract/2016/ToInt32.js +9 -0
- package/node_modules/es-abstract/2016/ToInt8.js +10 -0
- package/node_modules/es-abstract/2016/ToInteger.js +12 -0
- package/node_modules/es-abstract/2016/ToLength.js +12 -0
- package/node_modules/es-abstract/2016/ToNumber.js +59 -0
- package/node_modules/es-abstract/2016/ToObject.js +14 -0
- package/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2016/ToString.js +15 -0
- package/node_modules/es-abstract/2016/ToUint16.js +19 -0
- package/node_modules/es-abstract/2016/ToUint32.js +9 -0
- package/node_modules/es-abstract/2016/ToUint8.js +20 -0
- package/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2016/Type.js +12 -0
- package/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
- package/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
- package/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2016/WeekDay.js +10 -0
- package/node_modules/es-abstract/2016/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2016/abs.js +11 -0
- package/node_modules/es-abstract/2016/floor.js +11 -0
- package/node_modules/es-abstract/2016/modulo.js +9 -0
- package/node_modules/es-abstract/2016/msFromTime.js +11 -0
- package/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2016/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
- package/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
- package/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
- package/node_modules/es-abstract/2017/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2017/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2017/Call.js +20 -0
- package/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2017/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2017/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2017/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2017/CreateListFromArrayLike.js +43 -0
- package/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2017/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2017/Day.js +11 -0
- package/node_modules/es-abstract/2017/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2017/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
- package/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2017/Get.js +25 -0
- package/node_modules/es-abstract/2017/GetIterator.js +34 -0
- package/node_modules/es-abstract/2017/GetMethod.js +34 -0
- package/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2017/GetSubstitution.js +104 -0
- package/node_modules/es-abstract/2017/GetV.js +23 -0
- package/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2017/HasProperty.js +20 -0
- package/node_modules/es-abstract/2017/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2017/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2017/Invoke.js +24 -0
- package/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2017/IsArray.js +4 -0
- package/node_modules/es-abstract/2017/IsCallable.js +5 -0
- package/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2017/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2017/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2017/IsInteger.js +17 -0
- package/node_modules/es-abstract/2017/IsPromise.js +24 -0
- package/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
- package/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2017/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2017/IterableToList.js +24 -0
- package/node_modules/es-abstract/2017/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2017/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2017/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2017/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2017/MakeDate.js +13 -0
- package/node_modules/es-abstract/2017/MakeDay.js +33 -0
- package/node_modules/es-abstract/2017/MakeTime.js +23 -0
- package/node_modules/es-abstract/2017/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2017/ObjectCreate.js +37 -0
- package/node_modules/es-abstract/2017/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
- package/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2017/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2017/SameValue.js +13 -0
- package/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
- package/node_modules/es-abstract/2017/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2017/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2017/Set.js +47 -0
- package/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2017/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2017/StringCreate.js +40 -0
- package/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2017/TimeClip.js +21 -0
- package/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2017/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2017/ToDateString.js +22 -0
- package/node_modules/es-abstract/2017/ToIndex.js +26 -0
- package/node_modules/es-abstract/2017/ToInt16.js +10 -0
- package/node_modules/es-abstract/2017/ToInt32.js +9 -0
- package/node_modules/es-abstract/2017/ToInt8.js +10 -0
- package/node_modules/es-abstract/2017/ToInteger.js +12 -0
- package/node_modules/es-abstract/2017/ToLength.js +12 -0
- package/node_modules/es-abstract/2017/ToNumber.js +59 -0
- package/node_modules/es-abstract/2017/ToObject.js +14 -0
- package/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2017/ToString.js +15 -0
- package/node_modules/es-abstract/2017/ToUint16.js +19 -0
- package/node_modules/es-abstract/2017/ToUint32.js +9 -0
- package/node_modules/es-abstract/2017/ToUint8.js +20 -0
- package/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2017/Type.js +12 -0
- package/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
- package/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
- package/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2017/WeekDay.js +10 -0
- package/node_modules/es-abstract/2017/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2017/abs.js +11 -0
- package/node_modules/es-abstract/2017/floor.js +11 -0
- package/node_modules/es-abstract/2017/modulo.js +9 -0
- package/node_modules/es-abstract/2017/msFromTime.js +11 -0
- package/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2017/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
- package/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
- package/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
- package/node_modules/es-abstract/2018/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2018/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2018/Call.js +20 -0
- package/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2018/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
- package/node_modules/es-abstract/2018/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2018/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2018/CreateListFromArrayLike.js +43 -0
- package/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2018/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2018/DateString.js +30 -0
- package/node_modules/es-abstract/2018/Day.js +11 -0
- package/node_modules/es-abstract/2018/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2018/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
- package/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2018/Get.js +25 -0
- package/node_modules/es-abstract/2018/GetIterator.js +34 -0
- package/node_modules/es-abstract/2018/GetMethod.js +34 -0
- package/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2018/GetSubstitution.js +128 -0
- package/node_modules/es-abstract/2018/GetV.js +23 -0
- package/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2018/HasProperty.js +20 -0
- package/node_modules/es-abstract/2018/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2018/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2018/Invoke.js +24 -0
- package/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2018/IsArray.js +4 -0
- package/node_modules/es-abstract/2018/IsCallable.js +5 -0
- package/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2018/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2018/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2018/IsInteger.js +17 -0
- package/node_modules/es-abstract/2018/IsPromise.js +24 -0
- package/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2018/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
- package/node_modules/es-abstract/2018/IterableToList.js +24 -0
- package/node_modules/es-abstract/2018/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2018/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2018/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2018/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2018/MakeDate.js +13 -0
- package/node_modules/es-abstract/2018/MakeDay.js +33 -0
- package/node_modules/es-abstract/2018/MakeTime.js +23 -0
- package/node_modules/es-abstract/2018/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2018/NumberToString.js +19 -0
- package/node_modules/es-abstract/2018/ObjectCreate.js +37 -0
- package/node_modules/es-abstract/2018/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
- package/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
- package/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2018/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2018/SameValue.js +13 -0
- package/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
- package/node_modules/es-abstract/2018/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2018/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2018/Set.js +47 -0
- package/node_modules/es-abstract/2018/SetFunctionLength.js +31 -0
- package/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2018/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2018/StringCreate.js +40 -0
- package/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2018/TimeClip.js +21 -0
- package/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2018/TimeString.js +25 -0
- package/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2018/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2018/ToDateString.js +22 -0
- package/node_modules/es-abstract/2018/ToIndex.js +26 -0
- package/node_modules/es-abstract/2018/ToInt16.js +10 -0
- package/node_modules/es-abstract/2018/ToInt32.js +9 -0
- package/node_modules/es-abstract/2018/ToInt8.js +10 -0
- package/node_modules/es-abstract/2018/ToInteger.js +12 -0
- package/node_modules/es-abstract/2018/ToLength.js +12 -0
- package/node_modules/es-abstract/2018/ToNumber.js +59 -0
- package/node_modules/es-abstract/2018/ToObject.js +14 -0
- package/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2018/ToString.js +15 -0
- package/node_modules/es-abstract/2018/ToUint16.js +19 -0
- package/node_modules/es-abstract/2018/ToUint32.js +9 -0
- package/node_modules/es-abstract/2018/ToUint8.js +20 -0
- package/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2018/Type.js +12 -0
- package/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
- package/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
- package/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
- package/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2018/WeekDay.js +10 -0
- package/node_modules/es-abstract/2018/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2018/abs.js +11 -0
- package/node_modules/es-abstract/2018/floor.js +11 -0
- package/node_modules/es-abstract/2018/modulo.js +9 -0
- package/node_modules/es-abstract/2018/msFromTime.js +11 -0
- package/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2018/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
- package/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
- package/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
- package/node_modules/es-abstract/2019/AddEntriesFromIterable.js +52 -0
- package/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
- package/node_modules/es-abstract/2019/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2019/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2019/Call.js +20 -0
- package/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2019/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
- package/node_modules/es-abstract/2019/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2019/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2019/CreateListFromArrayLike.js +43 -0
- package/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2019/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2019/DateString.js +30 -0
- package/node_modules/es-abstract/2019/Day.js +11 -0
- package/node_modules/es-abstract/2019/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2019/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
- package/node_modules/es-abstract/2019/FlattenIntoArray.js +58 -0
- package/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2019/Get.js +25 -0
- package/node_modules/es-abstract/2019/GetIterator.js +34 -0
- package/node_modules/es-abstract/2019/GetMethod.js +34 -0
- package/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2019/GetSubstitution.js +128 -0
- package/node_modules/es-abstract/2019/GetV.js +23 -0
- package/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2019/HasProperty.js +20 -0
- package/node_modules/es-abstract/2019/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2019/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2019/Invoke.js +24 -0
- package/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2019/IsArray.js +4 -0
- package/node_modules/es-abstract/2019/IsCallable.js +5 -0
- package/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2019/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2019/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2019/IsInteger.js +17 -0
- package/node_modules/es-abstract/2019/IsPromise.js +24 -0
- package/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2019/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
- package/node_modules/es-abstract/2019/IterableToList.js +24 -0
- package/node_modules/es-abstract/2019/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2019/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2019/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2019/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2019/MakeDate.js +13 -0
- package/node_modules/es-abstract/2019/MakeDay.js +33 -0
- package/node_modules/es-abstract/2019/MakeTime.js +23 -0
- package/node_modules/es-abstract/2019/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2019/NumberToString.js +19 -0
- package/node_modules/es-abstract/2019/ObjectCreate.js +37 -0
- package/node_modules/es-abstract/2019/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
- package/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
- package/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2019/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2019/SameValue.js +13 -0
- package/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
- package/node_modules/es-abstract/2019/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2019/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2019/Set.js +47 -0
- package/node_modules/es-abstract/2019/SetFunctionLength.js +31 -0
- package/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2019/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2019/StringCreate.js +40 -0
- package/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2019/TimeClip.js +21 -0
- package/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2019/TimeString.js +25 -0
- package/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2019/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2019/ToDateString.js +22 -0
- package/node_modules/es-abstract/2019/ToIndex.js +26 -0
- package/node_modules/es-abstract/2019/ToInt16.js +10 -0
- package/node_modules/es-abstract/2019/ToInt32.js +9 -0
- package/node_modules/es-abstract/2019/ToInt8.js +10 -0
- package/node_modules/es-abstract/2019/ToInteger.js +12 -0
- package/node_modules/es-abstract/2019/ToLength.js +12 -0
- package/node_modules/es-abstract/2019/ToNumber.js +59 -0
- package/node_modules/es-abstract/2019/ToObject.js +14 -0
- package/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2019/ToString.js +15 -0
- package/node_modules/es-abstract/2019/ToUint16.js +19 -0
- package/node_modules/es-abstract/2019/ToUint32.js +9 -0
- package/node_modules/es-abstract/2019/ToUint8.js +20 -0
- package/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2019/TrimString.js +29 -0
- package/node_modules/es-abstract/2019/Type.js +12 -0
- package/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
- package/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
- package/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
- package/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2019/WeekDay.js +10 -0
- package/node_modules/es-abstract/2019/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2019/abs.js +11 -0
- package/node_modules/es-abstract/2019/floor.js +11 -0
- package/node_modules/es-abstract/2019/modulo.js +9 -0
- package/node_modules/es-abstract/2019/msFromTime.js +11 -0
- package/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2019/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
- package/node_modules/es-abstract/2019/thisTimeValue.js +3 -0
- package/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
- package/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
- package/node_modules/es-abstract/2020/AddEntriesFromIterable.js +52 -0
- package/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
- package/node_modules/es-abstract/2020/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2020/ArraySpeciesCreate.js +46 -0
- package/node_modules/es-abstract/2020/BigInt/add.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
- package/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
- package/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
- package/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
- package/node_modules/es-abstract/2020/BigInt/index.js +43 -0
- package/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
- package/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
- package/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
- package/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
- package/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
- package/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
- package/node_modules/es-abstract/2020/BinaryOr.js +14 -0
- package/node_modules/es-abstract/2020/BinaryXor.js +14 -0
- package/node_modules/es-abstract/2020/Call.js +20 -0
- package/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2020/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2020/CodePointAt.js +58 -0
- package/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
- package/node_modules/es-abstract/2020/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2020/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2020/CreateListFromArrayLike.js +44 -0
- package/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +111 -0
- package/node_modules/es-abstract/2020/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2020/DateString.js +30 -0
- package/node_modules/es-abstract/2020/Day.js +11 -0
- package/node_modules/es-abstract/2020/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2020/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
- package/node_modules/es-abstract/2020/FlattenIntoArray.js +58 -0
- package/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2020/Get.js +25 -0
- package/node_modules/es-abstract/2020/GetIterator.js +64 -0
- package/node_modules/es-abstract/2020/GetMethod.js +34 -0
- package/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2020/GetSubstitution.js +128 -0
- package/node_modules/es-abstract/2020/GetV.js +23 -0
- package/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2020/HasProperty.js +20 -0
- package/node_modules/es-abstract/2020/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2020/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2020/Invoke.js +24 -0
- package/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2020/IsArray.js +4 -0
- package/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
- package/node_modules/es-abstract/2020/IsCallable.js +5 -0
- package/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2020/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2020/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2020/IsInteger.js +17 -0
- package/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
- package/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
- package/node_modules/es-abstract/2020/IsPromise.js +24 -0
- package/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2020/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
- package/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
- package/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
- package/node_modules/es-abstract/2020/IterableToList.js +24 -0
- package/node_modules/es-abstract/2020/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2020/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2020/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2020/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
- package/node_modules/es-abstract/2020/MakeDate.js +13 -0
- package/node_modules/es-abstract/2020/MakeDay.js +33 -0
- package/node_modules/es-abstract/2020/MakeTime.js +23 -0
- package/node_modules/es-abstract/2020/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2020/Number/add.js +44 -0
- package/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
- package/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2020/Number/divide.js +22 -0
- package/node_modules/es-abstract/2020/Number/equal.js +21 -0
- package/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
- package/node_modules/es-abstract/2020/Number/index.js +43 -0
- package/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
- package/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
- package/node_modules/es-abstract/2020/Number/multiply.js +33 -0
- package/node_modules/es-abstract/2020/Number/remainder.js +32 -0
- package/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
- package/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
- package/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
- package/node_modules/es-abstract/2020/Number/subtract.js +16 -0
- package/node_modules/es-abstract/2020/Number/toString.js +18 -0
- package/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
- package/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
- package/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
- package/node_modules/es-abstract/2020/NumberToBigInt.js +26 -0
- package/node_modules/es-abstract/2020/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +46 -0
- package/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
- package/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
- package/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2020/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2020/SameValue.js +13 -0
- package/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
- package/node_modules/es-abstract/2020/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2020/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2020/Set.js +47 -0
- package/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
- package/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2020/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2020/StringCreate.js +40 -0
- package/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2020/StringPad.js +43 -0
- package/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
- package/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2020/TimeClip.js +21 -0
- package/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2020/TimeString.js +25 -0
- package/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2020/ToBigInt.js +25 -0
- package/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
- package/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
- package/node_modules/es-abstract/2020/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2020/ToDateString.js +22 -0
- package/node_modules/es-abstract/2020/ToIndex.js +26 -0
- package/node_modules/es-abstract/2020/ToInt16.js +10 -0
- package/node_modules/es-abstract/2020/ToInt32.js +9 -0
- package/node_modules/es-abstract/2020/ToInt8.js +10 -0
- package/node_modules/es-abstract/2020/ToInteger.js +15 -0
- package/node_modules/es-abstract/2020/ToLength.js +12 -0
- package/node_modules/es-abstract/2020/ToNumber.js +62 -0
- package/node_modules/es-abstract/2020/ToNumeric.js +21 -0
- package/node_modules/es-abstract/2020/ToObject.js +14 -0
- package/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2020/ToString.js +15 -0
- package/node_modules/es-abstract/2020/ToUint16.js +19 -0
- package/node_modules/es-abstract/2020/ToUint32.js +9 -0
- package/node_modules/es-abstract/2020/ToUint8.js +20 -0
- package/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2020/TrimString.js +29 -0
- package/node_modules/es-abstract/2020/Type.js +15 -0
- package/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
- package/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
- package/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
- package/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
- package/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2020/WeekDay.js +10 -0
- package/node_modules/es-abstract/2020/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2020/abs.js +11 -0
- package/node_modules/es-abstract/2020/floor.js +11 -0
- package/node_modules/es-abstract/2020/modulo.js +9 -0
- package/node_modules/es-abstract/2020/msFromTime.js +11 -0
- package/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
- package/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2020/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
- package/node_modules/es-abstract/2020/thisTimeValue.js +3 -0
- package/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
- package/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
- package/node_modules/es-abstract/2021/AddEntriesFromIterable.js +52 -0
- package/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
- package/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
- package/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
- package/node_modules/es-abstract/2021/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2021/ArraySpeciesCreate.js +48 -0
- package/node_modules/es-abstract/2021/BigInt/add.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
- package/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
- package/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
- package/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
- package/node_modules/es-abstract/2021/BigInt/index.js +43 -0
- package/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
- package/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
- package/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
- package/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
- package/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
- package/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
- package/node_modules/es-abstract/2021/BinaryOr.js +14 -0
- package/node_modules/es-abstract/2021/BinaryXor.js +14 -0
- package/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
- package/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
- package/node_modules/es-abstract/2021/Call.js +20 -0
- package/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2021/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
- package/node_modules/es-abstract/2021/CodePointAt.js +58 -0
- package/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
- package/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
- package/node_modules/es-abstract/2021/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2021/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2021/CreateListFromArrayLike.js +44 -0
- package/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +111 -0
- package/node_modules/es-abstract/2021/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2021/DateString.js +30 -0
- package/node_modules/es-abstract/2021/Day.js +11 -0
- package/node_modules/es-abstract/2021/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2021/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
- package/node_modules/es-abstract/2021/FlattenIntoArray.js +58 -0
- package/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2021/Get.js +25 -0
- package/node_modules/es-abstract/2021/GetIterator.js +64 -0
- package/node_modules/es-abstract/2021/GetMethod.js +34 -0
- package/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
- package/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2021/GetSubstitution.js +128 -0
- package/node_modules/es-abstract/2021/GetV.js +23 -0
- package/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2021/HasProperty.js +20 -0
- package/node_modules/es-abstract/2021/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2021/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2021/Invoke.js +24 -0
- package/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2021/IsArray.js +4 -0
- package/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
- package/node_modules/es-abstract/2021/IsCallable.js +5 -0
- package/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2021/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2021/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2021/IsIntegralNumber.js +18 -0
- package/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
- package/node_modules/es-abstract/2021/IsPromise.js +24 -0
- package/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2021/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
- package/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
- package/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
- package/node_modules/es-abstract/2021/IterableToList.js +29 -0
- package/node_modules/es-abstract/2021/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2021/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2021/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2021/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
- package/node_modules/es-abstract/2021/MakeDate.js +13 -0
- package/node_modules/es-abstract/2021/MakeDay.js +36 -0
- package/node_modules/es-abstract/2021/MakeTime.js +23 -0
- package/node_modules/es-abstract/2021/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2021/Number/add.js +36 -0
- package/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
- package/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2021/Number/divide.js +22 -0
- package/node_modules/es-abstract/2021/Number/equal.js +21 -0
- package/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
- package/node_modules/es-abstract/2021/Number/index.js +43 -0
- package/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
- package/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
- package/node_modules/es-abstract/2021/Number/multiply.js +33 -0
- package/node_modules/es-abstract/2021/Number/remainder.js +32 -0
- package/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
- package/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
- package/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
- package/node_modules/es-abstract/2021/Number/subtract.js +19 -0
- package/node_modules/es-abstract/2021/Number/toString.js +18 -0
- package/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
- package/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
- package/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
- package/node_modules/es-abstract/2021/NumberToBigInt.js +22 -0
- package/node_modules/es-abstract/2021/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +46 -0
- package/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
- package/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
- package/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2021/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2021/SameValue.js +13 -0
- package/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
- package/node_modules/es-abstract/2021/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2021/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2021/Set.js +47 -0
- package/node_modules/es-abstract/2021/SetFunctionLength.js +31 -0
- package/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2021/SplitMatch.js +38 -0
- package/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/2021/StringCreate.js +40 -0
- package/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2021/StringIndexOf.js +39 -0
- package/node_modules/es-abstract/2021/StringPad.js +43 -0
- package/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
- package/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
- package/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2021/TimeClip.js +21 -0
- package/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2021/TimeString.js +25 -0
- package/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2021/ToBigInt.js +25 -0
- package/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
- package/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
- package/node_modules/es-abstract/2021/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2021/ToDateString.js +22 -0
- package/node_modules/es-abstract/2021/ToIndex.js +26 -0
- package/node_modules/es-abstract/2021/ToInt16.js +10 -0
- package/node_modules/es-abstract/2021/ToInt32.js +9 -0
- package/node_modules/es-abstract/2021/ToInt8.js +10 -0
- package/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +18 -0
- package/node_modules/es-abstract/2021/ToLength.js +12 -0
- package/node_modules/es-abstract/2021/ToNumber.js +62 -0
- package/node_modules/es-abstract/2021/ToNumeric.js +21 -0
- package/node_modules/es-abstract/2021/ToObject.js +14 -0
- package/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2021/ToString.js +15 -0
- package/node_modules/es-abstract/2021/ToUint16.js +19 -0
- package/node_modules/es-abstract/2021/ToUint32.js +9 -0
- package/node_modules/es-abstract/2021/ToUint8.js +20 -0
- package/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2021/TrimString.js +29 -0
- package/node_modules/es-abstract/2021/Type.js +15 -0
- package/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
- package/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
- package/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
- package/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
- package/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
- package/node_modules/es-abstract/2021/WeekDay.js +10 -0
- package/node_modules/es-abstract/2021/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2021/abs.js +11 -0
- package/node_modules/es-abstract/2021/clamp.js +18 -0
- package/node_modules/es-abstract/2021/floor.js +11 -0
- package/node_modules/es-abstract/2021/modulo.js +9 -0
- package/node_modules/es-abstract/2021/msFromTime.js +11 -0
- package/node_modules/es-abstract/2021/substring.js +20 -0
- package/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
- package/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2021/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
- package/node_modules/es-abstract/2021/thisTimeValue.js +3 -0
- package/node_modules/es-abstract/2022/AddEntriesFromIterable.js +52 -0
- package/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
- package/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
- package/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
- package/node_modules/es-abstract/2022/ArrayCreate.js +53 -0
- package/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
- package/node_modules/es-abstract/2022/ArraySpeciesCreate.js +48 -0
- package/node_modules/es-abstract/2022/BigInt/add.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
- package/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
- package/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
- package/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
- package/node_modules/es-abstract/2022/BigInt/index.js +43 -0
- package/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
- package/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
- package/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
- package/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
- package/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
- package/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
- package/node_modules/es-abstract/2022/BinaryOr.js +14 -0
- package/node_modules/es-abstract/2022/BinaryXor.js +14 -0
- package/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
- package/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
- package/node_modules/es-abstract/2022/Call.js +20 -0
- package/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
- package/node_modules/es-abstract/2022/CharacterRange.js +31 -0
- package/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
- package/node_modules/es-abstract/2022/CodePointAt.js +58 -0
- package/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
- package/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
- package/node_modules/es-abstract/2022/CreateDataProperty.js +45 -0
- package/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
- package/node_modules/es-abstract/2022/CreateHTML.js +30 -0
- package/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
- package/node_modules/es-abstract/2022/CreateListFromArrayLike.js +44 -0
- package/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
- package/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
- package/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +111 -0
- package/node_modules/es-abstract/2022/DateFromTime.js +54 -0
- package/node_modules/es-abstract/2022/DateString.js +30 -0
- package/node_modules/es-abstract/2022/Day.js +11 -0
- package/node_modules/es-abstract/2022/DayFromYear.js +10 -0
- package/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/2022/DaysInYear.js +18 -0
- package/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
- package/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
- package/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
- package/node_modules/es-abstract/2022/FlattenIntoArray.js +58 -0
- package/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
- package/node_modules/es-abstract/2022/Get.js +25 -0
- package/node_modules/es-abstract/2022/GetIterator.js +64 -0
- package/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
- package/node_modules/es-abstract/2022/GetMatchString.js +27 -0
- package/node_modules/es-abstract/2022/GetMethod.js +34 -0
- package/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
- package/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
- package/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +28 -0
- package/node_modules/es-abstract/2022/GetStringIndex.js +30 -0
- package/node_modules/es-abstract/2022/GetSubstitution.js +128 -0
- package/node_modules/es-abstract/2022/GetV.js +23 -0
- package/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
- package/node_modules/es-abstract/2022/HasProperty.js +20 -0
- package/node_modules/es-abstract/2022/HourFromTime.js +14 -0
- package/node_modules/es-abstract/2022/InLeapYear.js +21 -0
- package/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
- package/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
- package/node_modules/es-abstract/2022/Invoke.js +24 -0
- package/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/2022/IsArray.js +4 -0
- package/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
- package/node_modules/es-abstract/2022/IsCallable.js +5 -0
- package/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
- package/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
- package/node_modules/es-abstract/2022/IsConstructor.js +40 -0
- package/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/2022/IsExtensible.js +18 -0
- package/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/2022/IsIntegralNumber.js +18 -0
- package/node_modules/es-abstract/2022/IsLessThan.js +90 -0
- package/node_modules/es-abstract/2022/IsLooselyEqual.js +59 -0
- package/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
- package/node_modules/es-abstract/2022/IsPromise.js +24 -0
- package/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
- package/node_modules/es-abstract/2022/IsRegExp.js +24 -0
- package/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
- package/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
- package/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
- package/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
- package/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
- package/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
- package/node_modules/es-abstract/2022/IterableToList.js +29 -0
- package/node_modules/es-abstract/2022/IteratorClose.js +50 -0
- package/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
- package/node_modules/es-abstract/2022/IteratorNext.js +18 -0
- package/node_modules/es-abstract/2022/IteratorStep.js +13 -0
- package/node_modules/es-abstract/2022/IteratorValue.js +18 -0
- package/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
- package/node_modules/es-abstract/2022/MakeDate.js +13 -0
- package/node_modules/es-abstract/2022/MakeDay.js +36 -0
- package/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
- package/node_modules/es-abstract/2022/MakeTime.js +23 -0
- package/node_modules/es-abstract/2022/MinFromTime.js +14 -0
- package/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/2022/Number/add.js +36 -0
- package/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
- package/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
- package/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
- package/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
- package/node_modules/es-abstract/2022/Number/divide.js +22 -0
- package/node_modules/es-abstract/2022/Number/equal.js +21 -0
- package/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
- package/node_modules/es-abstract/2022/Number/index.js +43 -0
- package/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
- package/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
- package/node_modules/es-abstract/2022/Number/multiply.js +33 -0
- package/node_modules/es-abstract/2022/Number/remainder.js +32 -0
- package/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
- package/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
- package/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
- package/node_modules/es-abstract/2022/Number/subtract.js +19 -0
- package/node_modules/es-abstract/2022/Number/toString.js +18 -0
- package/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
- package/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
- package/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
- package/node_modules/es-abstract/2022/NumberToBigInt.js +22 -0
- package/node_modules/es-abstract/2022/ObjectDefineProperties.js +40 -0
- package/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
- package/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
- package/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
- package/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
- package/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
- package/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
- package/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +46 -0
- package/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
- package/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
- package/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
- package/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
- package/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
- package/node_modules/es-abstract/2022/RegExpExec.js +32 -0
- package/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
- package/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
- package/node_modules/es-abstract/2022/SameValue.js +13 -0
- package/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
- package/node_modules/es-abstract/2022/SameValueZero.js +9 -0
- package/node_modules/es-abstract/2022/SecFromTime.js +14 -0
- package/node_modules/es-abstract/2022/Set.js +47 -0
- package/node_modules/es-abstract/2022/SetFunctionLength.js +31 -0
- package/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
- package/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
- package/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
- package/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
- package/node_modules/es-abstract/2022/StringCreate.js +40 -0
- package/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
- package/node_modules/es-abstract/2022/StringIndexOf.js +39 -0
- package/node_modules/es-abstract/2022/StringPad.js +43 -0
- package/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
- package/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
- package/node_modules/es-abstract/2022/StringToNumber.js +56 -0
- package/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
- package/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
- package/node_modules/es-abstract/2022/TimeClip.js +21 -0
- package/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/2022/TimeString.js +25 -0
- package/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/2022/ToBigInt.js +25 -0
- package/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
- package/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
- package/node_modules/es-abstract/2022/ToBoolean.js +5 -0
- package/node_modules/es-abstract/2022/ToDateString.js +22 -0
- package/node_modules/es-abstract/2022/ToIndex.js +26 -0
- package/node_modules/es-abstract/2022/ToInt16.js +10 -0
- package/node_modules/es-abstract/2022/ToInt32.js +9 -0
- package/node_modules/es-abstract/2022/ToInt8.js +10 -0
- package/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +18 -0
- package/node_modules/es-abstract/2022/ToLength.js +12 -0
- package/node_modules/es-abstract/2022/ToNumber.js +26 -0
- package/node_modules/es-abstract/2022/ToNumeric.js +21 -0
- package/node_modules/es-abstract/2022/ToObject.js +14 -0
- package/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
- package/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
- package/node_modules/es-abstract/2022/ToString.js +15 -0
- package/node_modules/es-abstract/2022/ToUint16.js +19 -0
- package/node_modules/es-abstract/2022/ToUint32.js +9 -0
- package/node_modules/es-abstract/2022/ToUint8.js +20 -0
- package/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
- package/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +19 -0
- package/node_modules/es-abstract/2022/TrimString.js +29 -0
- package/node_modules/es-abstract/2022/Type.js +15 -0
- package/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
- package/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
- package/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
- package/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
- package/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
- package/node_modules/es-abstract/2022/WeekDay.js +10 -0
- package/node_modules/es-abstract/2022/YearFromTime.js +16 -0
- package/node_modules/es-abstract/2022/abs.js +11 -0
- package/node_modules/es-abstract/2022/clamp.js +18 -0
- package/node_modules/es-abstract/2022/floor.js +11 -0
- package/node_modules/es-abstract/2022/modulo.js +9 -0
- package/node_modules/es-abstract/2022/msFromTime.js +11 -0
- package/node_modules/es-abstract/2022/substring.js +20 -0
- package/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
- package/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
- package/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
- package/node_modules/es-abstract/2022/thisStringValue.js +15 -0
- package/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
- package/node_modules/es-abstract/2022/thisTimeValue.js +3 -0
- package/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
- package/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
- package/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
- package/node_modules/es-abstract/5/DateFromTime.js +54 -0
- package/node_modules/es-abstract/5/Day.js +11 -0
- package/node_modules/es-abstract/5/DayFromYear.js +10 -0
- package/node_modules/es-abstract/5/DayWithinYear.js +11 -0
- package/node_modules/es-abstract/5/DaysInYear.js +18 -0
- package/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
- package/node_modules/es-abstract/5/HourFromTime.js +14 -0
- package/node_modules/es-abstract/5/InLeapYear.js +21 -0
- package/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
- package/node_modules/es-abstract/5/IsCallable.js +5 -0
- package/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
- package/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
- package/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
- package/node_modules/es-abstract/5/MakeDate.js +13 -0
- package/node_modules/es-abstract/5/MakeDay.js +33 -0
- package/node_modules/es-abstract/5/MakeTime.js +23 -0
- package/node_modules/es-abstract/5/MinFromTime.js +14 -0
- package/node_modules/es-abstract/5/MonthFromTime.js +47 -0
- package/node_modules/es-abstract/5/SameValue.js +13 -0
- package/node_modules/es-abstract/5/SecFromTime.js +14 -0
- package/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
- package/node_modules/es-abstract/5/TimeClip.js +21 -0
- package/node_modules/es-abstract/5/TimeFromYear.js +11 -0
- package/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
- package/node_modules/es-abstract/5/ToBoolean.js +5 -0
- package/node_modules/es-abstract/5/ToInt32.js +9 -0
- package/node_modules/es-abstract/5/ToInteger.js +18 -0
- package/node_modules/es-abstract/5/ToNumber.js +20 -0
- package/node_modules/es-abstract/5/ToObject.js +14 -0
- package/node_modules/es-abstract/5/ToPrimitive.js +5 -0
- package/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
- package/node_modules/es-abstract/5/ToString.js +12 -0
- package/node_modules/es-abstract/5/ToUint16.js +19 -0
- package/node_modules/es-abstract/5/ToUint32.js +9 -0
- package/node_modules/es-abstract/5/Type.js +24 -0
- package/node_modules/es-abstract/5/WeekDay.js +10 -0
- package/node_modules/es-abstract/5/YearFromTime.js +16 -0
- package/node_modules/es-abstract/5/abs.js +11 -0
- package/node_modules/es-abstract/5/floor.js +11 -0
- package/node_modules/es-abstract/5/modulo.js +9 -0
- package/node_modules/es-abstract/5/msFromTime.js +11 -0
- package/node_modules/es-abstract/CHANGELOG.md +594 -0
- package/node_modules/es-abstract/GetIntrinsic.js +5 -0
- package/node_modules/es-abstract/LICENSE +21 -0
- package/node_modules/es-abstract/README.md +43 -0
- package/node_modules/es-abstract/es2015.js +126 -0
- package/node_modules/es-abstract/es2016.js +131 -0
- package/node_modules/es-abstract/es2017.js +135 -0
- package/node_modules/es-abstract/es2018.js +143 -0
- package/node_modules/es-abstract/es2019.js +146 -0
- package/node_modules/es-abstract/es2020.js +169 -0
- package/node_modules/es-abstract/es2021.js +179 -0
- package/node_modules/es-abstract/es2022.js +189 -0
- package/node_modules/es-abstract/es5.js +51 -0
- package/node_modules/es-abstract/es6.js +3 -0
- package/node_modules/es-abstract/es7.js +3 -0
- package/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
- package/node_modules/es-abstract/helpers/IsArray.js +12 -0
- package/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
- package/node_modules/es-abstract/helpers/assertRecord.js +49 -0
- package/node_modules/es-abstract/helpers/assign.js +22 -0
- package/node_modules/es-abstract/helpers/callBind.js +5 -0
- package/node_modules/es-abstract/helpers/callBound.js +5 -0
- package/node_modules/es-abstract/helpers/every.js +10 -0
- package/node_modules/es-abstract/helpers/forEach.js +7 -0
- package/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
- package/node_modules/es-abstract/helpers/getInferredName.js +4 -0
- package/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
- package/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +15 -0
- package/node_modules/es-abstract/helpers/getProto.js +15 -0
- package/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
- package/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
- package/node_modules/es-abstract/helpers/isByteValue.js +5 -0
- package/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
- package/node_modules/es-abstract/helpers/isFinite.js +5 -0
- package/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +7 -0
- package/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
- package/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
- package/node_modules/es-abstract/helpers/isNaN.js +5 -0
- package/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
- package/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
- package/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
- package/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
- package/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
- package/node_modules/es-abstract/helpers/maxSafeInteger.js +8 -0
- package/node_modules/es-abstract/helpers/mod.js +8 -0
- package/node_modules/es-abstract/helpers/modBigInt.js +6 -0
- package/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
- package/node_modules/es-abstract/helpers/regexTester.js +9 -0
- package/node_modules/es-abstract/helpers/setProto.js +16 -0
- package/node_modules/es-abstract/helpers/sign.js +5 -0
- package/node_modules/es-abstract/helpers/some.js +10 -0
- package/node_modules/es-abstract/helpers/timeConstants.js +19 -0
- package/node_modules/es-abstract/index.js +32 -0
- package/node_modules/es-abstract/operations/.eslintrc +5 -0
- package/node_modules/es-abstract/operations/2015.js +741 -0
- package/node_modules/es-abstract/operations/2016.js +819 -0
- package/node_modules/es-abstract/operations/2017.js +963 -0
- package/node_modules/es-abstract/operations/2018.js +1042 -0
- package/node_modules/es-abstract/operations/2019.js +1057 -0
- package/node_modules/es-abstract/operations/2020.js +1246 -0
- package/node_modules/es-abstract/operations/2021.js +1309 -0
- package/node_modules/es-abstract/operations/2022.js +1399 -0
- package/node_modules/es-abstract/package.json +141 -0
- package/node_modules/es-to-primitive/.eslintrc +22 -0
- package/node_modules/es-to-primitive/.github/FUNDING.yml +12 -0
- package/node_modules/es-to-primitive/.travis.yml +15 -0
- package/node_modules/es-to-primitive/CHANGELOG.md +49 -0
- package/node_modules/es-to-primitive/LICENSE +22 -0
- package/node_modules/es-to-primitive/Makefile +61 -0
- package/node_modules/es-to-primitive/README.md +49 -0
- package/node_modules/es-to-primitive/es2015.js +75 -0
- package/node_modules/es-to-primitive/es5.js +45 -0
- package/node_modules/es-to-primitive/es6.js +3 -0
- package/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
- package/node_modules/es-to-primitive/index.js +17 -0
- package/node_modules/es-to-primitive/package.json +81 -0
- package/node_modules/es-to-primitive/test/es2015.js +151 -0
- package/node_modules/es-to-primitive/test/es5.js +118 -0
- package/node_modules/es-to-primitive/test/es6.js +151 -0
- package/node_modules/es-to-primitive/test/index.js +20 -0
- package/node_modules/for-each/.editorconfig +20 -0
- package/node_modules/for-each/.eslintrc +16 -0
- package/node_modules/for-each/.travis.yml +45 -0
- package/node_modules/for-each/LICENSE +22 -0
- package/node_modules/for-each/README.md +43 -0
- package/node_modules/for-each/index.js +62 -0
- package/node_modules/for-each/package.json +65 -0
- package/node_modules/for-each/test/.eslintrc +8 -0
- package/node_modules/for-each/test/test.js +182 -0
- package/node_modules/function-bind/.editorconfig +20 -0
- package/node_modules/function-bind/.eslintrc +15 -0
- package/node_modules/function-bind/.jscs.json +176 -0
- package/node_modules/function-bind/.npmignore +22 -0
- package/node_modules/function-bind/.travis.yml +168 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +48 -0
- package/node_modules/function-bind/implementation.js +52 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +63 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/function.prototype.name/.editorconfig +20 -0
- package/node_modules/function.prototype.name/.eslintignore +1 -0
- package/node_modules/function.prototype.name/.eslintrc +9 -0
- package/node_modules/function.prototype.name/.github/FUNDING.yml +12 -0
- package/node_modules/function.prototype.name/.nycrc +9 -0
- package/node_modules/function.prototype.name/CHANGELOG.md +82 -0
- package/node_modules/function.prototype.name/LICENSE +21 -0
- package/node_modules/function.prototype.name/README.md +42 -0
- package/node_modules/function.prototype.name/auto.js +3 -0
- package/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
- package/node_modules/function.prototype.name/implementation.js +43 -0
- package/node_modules/function.prototype.name/index.js +18 -0
- package/node_modules/function.prototype.name/package.json +80 -0
- package/node_modules/function.prototype.name/polyfill.js +7 -0
- package/node_modules/function.prototype.name/shim.js +35 -0
- package/node_modules/function.prototype.name/test/implementation.js +20 -0
- package/node_modules/function.prototype.name/test/index.js +23 -0
- package/node_modules/function.prototype.name/test/shimmed.js +21 -0
- package/node_modules/function.prototype.name/test/tests.js +60 -0
- package/node_modules/function.prototype.name/test/uglified.js +17 -0
- package/node_modules/functions-have-names/.editorconfig +20 -0
- package/node_modules/functions-have-names/.eslintrc +19 -0
- package/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
- package/node_modules/functions-have-names/.nycrc +9 -0
- package/node_modules/functions-have-names/CHANGELOG.md +89 -0
- package/node_modules/functions-have-names/LICENSE +21 -0
- package/node_modules/functions-have-names/README.md +40 -0
- package/node_modules/functions-have-names/index.js +31 -0
- package/node_modules/functions-have-names/package.json +55 -0
- package/node_modules/functions-have-names/test/index.js +65 -0
- package/node_modules/get-intrinsic/.eslintrc +37 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +91 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +334 -0
- package/node_modules/get-intrinsic/package.json +88 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-symbol-description/.eslintignore +1 -0
- package/node_modules/get-symbol-description/.eslintrc +14 -0
- package/node_modules/get-symbol-description/.github/FUNDING.yml +12 -0
- package/node_modules/get-symbol-description/.nycrc +9 -0
- package/node_modules/get-symbol-description/CHANGELOG.md +16 -0
- package/node_modules/get-symbol-description/LICENSE +21 -0
- package/node_modules/get-symbol-description/README.md +43 -0
- package/node_modules/get-symbol-description/getInferredName.js +10 -0
- package/node_modules/get-symbol-description/index.js +43 -0
- package/node_modules/get-symbol-description/package.json +71 -0
- package/node_modules/get-symbol-description/test/index.js +67 -0
- package/node_modules/has/LICENSE-MIT +22 -0
- package/node_modules/has/README.md +18 -0
- package/node_modules/has/package.json +48 -0
- package/node_modules/has/src/index.js +5 -0
- package/node_modules/has/test/index.js +10 -0
- package/node_modules/has-bigints/.eslintrc +5 -0
- package/node_modules/has-bigints/.github/FUNDING.yml +12 -0
- package/node_modules/has-bigints/.nycrc +9 -0
- package/node_modules/has-bigints/CHANGELOG.md +60 -0
- package/node_modules/has-bigints/LICENSE +21 -0
- package/node_modules/has-bigints/README.md +39 -0
- package/node_modules/has-bigints/index.js +10 -0
- package/node_modules/has-bigints/package.json +54 -0
- package/node_modules/has-bigints/test/index.js +44 -0
- package/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/node_modules/has-property-descriptors/.nycrc +9 -0
- package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
- package/node_modules/has-property-descriptors/LICENSE +21 -0
- package/node_modules/has-property-descriptors/README.md +43 -0
- package/node_modules/has-property-descriptors/index.js +33 -0
- package/node_modules/has-property-descriptors/package.json +70 -0
- package/node_modules/has-property-descriptors/test/index.js +57 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +75 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.js +13 -0
- package/node_modules/has-symbols/package.json +101 -0
- package/node_modules/has-symbols/shams.js +42 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +28 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
- package/node_modules/has-symbols/test/tests.js +56 -0
- package/node_modules/has-tostringtag/.eslintrc +11 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +20 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.js +7 -0
- package/node_modules/has-tostringtag/package.json +84 -0
- package/node_modules/has-tostringtag/shams.js +7 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
- package/node_modules/has-tostringtag/test/tests.js +14 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/internal-slot/.editorconfig +20 -0
- package/node_modules/internal-slot/.eslintignore +1 -0
- package/node_modules/internal-slot/.eslintrc +12 -0
- package/node_modules/internal-slot/.github/FUNDING.yml +12 -0
- package/node_modules/internal-slot/.nycrc +13 -0
- package/node_modules/internal-slot/CHANGELOG.md +58 -0
- package/node_modules/internal-slot/LICENSE +21 -0
- package/node_modules/internal-slot/README.md +52 -0
- package/node_modules/internal-slot/index.js +59 -0
- package/node_modules/internal-slot/package.json +63 -0
- package/node_modules/internal-slot/test/index.js +120 -0
- package/node_modules/is-arguments/.editorconfig +20 -0
- package/node_modules/is-arguments/.eslintignore +1 -0
- package/node_modules/is-arguments/.eslintrc +10 -0
- package/node_modules/is-arguments/.github/FUNDING.yml +12 -0
- package/node_modules/is-arguments/.nycrc +9 -0
- package/node_modules/is-arguments/CHANGELOG.md +179 -0
- package/node_modules/is-arguments/LICENSE +20 -0
- package/node_modules/is-arguments/README.md +47 -0
- package/node_modules/is-arguments/index.js +33 -0
- package/node_modules/is-arguments/package.json +91 -0
- package/node_modules/is-arguments/test/index.js +44 -0
- package/node_modules/is-bigint/.eslintignore +1 -0
- package/node_modules/is-bigint/.eslintrc +10 -0
- package/node_modules/is-bigint/.github/FUNDING.yml +12 -0
- package/node_modules/is-bigint/.nycrc +9 -0
- package/node_modules/is-bigint/CHANGELOG.md +71 -0
- package/node_modules/is-bigint/LICENSE +21 -0
- package/node_modules/is-bigint/README.md +44 -0
- package/node_modules/is-bigint/index.js +38 -0
- package/node_modules/is-bigint/package.json +58 -0
- package/node_modules/is-bigint/test/index.js +81 -0
- package/node_modules/is-boolean-object/.editorconfig +22 -0
- package/node_modules/is-boolean-object/.eslintignore +1 -0
- package/node_modules/is-boolean-object/.eslintrc +22 -0
- package/node_modules/is-boolean-object/.github/FUNDING.yml +12 -0
- package/node_modules/is-boolean-object/.nycrc +10 -0
- package/node_modules/is-boolean-object/CHANGELOG.md +107 -0
- package/node_modules/is-boolean-object/LICENSE +22 -0
- package/node_modules/is-boolean-object/README.md +57 -0
- package/node_modules/is-boolean-object/index.js +26 -0
- package/node_modules/is-boolean-object/package.json +87 -0
- package/node_modules/is-boolean-object/test/index.js +48 -0
- package/node_modules/is-callable/.editorconfig +26 -0
- package/node_modules/is-callable/.eslintignore +1 -0
- package/node_modules/is-callable/.eslintrc +21 -0
- package/node_modules/is-callable/.github/FUNDING.yml +12 -0
- package/node_modules/is-callable/.istanbul.yml +47 -0
- package/node_modules/is-callable/.nycrc +9 -0
- package/node_modules/is-callable/CHANGELOG.md +108 -0
- package/node_modules/is-callable/LICENSE +22 -0
- package/node_modules/is-callable/README.md +67 -0
- package/node_modules/is-callable/index.js +74 -0
- package/node_modules/is-callable/package.json +92 -0
- package/node_modules/is-callable/test/index.js +170 -0
- package/node_modules/is-date-object/.editorconfig +20 -0
- package/node_modules/is-date-object/.eslintignore +1 -0
- package/node_modules/is-date-object/.eslintrc +9 -0
- package/node_modules/is-date-object/.github/FUNDING.yml +12 -0
- package/node_modules/is-date-object/.nycrc +10 -0
- package/node_modules/is-date-object/CHANGELOG.md +114 -0
- package/node_modules/is-date-object/LICENSE +22 -0
- package/node_modules/is-date-object/README.md +52 -0
- package/node_modules/is-date-object/index.js +22 -0
- package/node_modules/is-date-object/package.json +79 -0
- package/node_modules/is-date-object/test/index.js +36 -0
- package/node_modules/is-generator-function/.eslintignore +1 -0
- package/node_modules/is-generator-function/.eslintrc +9 -0
- package/node_modules/is-generator-function/.nvmrc +1 -0
- package/node_modules/is-generator-function/.nycrc +9 -0
- package/node_modules/is-generator-function/CHANGELOG.md +216 -0
- package/node_modules/is-generator-function/LICENSE +20 -0
- package/node_modules/is-generator-function/README.md +40 -0
- package/node_modules/is-generator-function/index.js +38 -0
- package/node_modules/is-generator-function/package.json +87 -0
- package/node_modules/is-generator-function/test/corejs.js +5 -0
- package/node_modules/is-generator-function/test/index.js +83 -0
- package/node_modules/is-generator-function/test/uglified.js +8 -0
- package/node_modules/is-negative-zero/.editorconfig +8 -0
- package/node_modules/is-negative-zero/.eslintignore +1 -0
- package/node_modules/is-negative-zero/.eslintrc +9 -0
- package/node_modules/is-negative-zero/.github/FUNDING.yml +12 -0
- package/node_modules/is-negative-zero/.nycrc +9 -0
- package/node_modules/is-negative-zero/CHANGELOG.md +136 -0
- package/node_modules/is-negative-zero/LICENSE +20 -0
- package/node_modules/is-negative-zero/README.md +54 -0
- package/node_modules/is-negative-zero/index.js +6 -0
- package/node_modules/is-negative-zero/package.json +79 -0
- package/node_modules/is-negative-zero/test/index.js +28 -0
- package/node_modules/is-number-object/.editorconfig +23 -0
- package/node_modules/is-number-object/.eslintrc +16 -0
- package/node_modules/is-number-object/.github/FUNDING.yml +12 -0
- package/node_modules/is-number-object/.nycrc +10 -0
- package/node_modules/is-number-object/CHANGELOG.md +125 -0
- package/node_modules/is-number-object/LICENSE +22 -0
- package/node_modules/is-number-object/README.md +55 -0
- package/node_modules/is-number-object/index.js +24 -0
- package/node_modules/is-number-object/package.json +85 -0
- package/node_modules/is-number-object/test/index.js +38 -0
- package/node_modules/is-regex/.editorconfig +20 -0
- package/node_modules/is-regex/.eslintignore +1 -0
- package/node_modules/is-regex/.eslintrc +19 -0
- package/node_modules/is-regex/.nycrc +10 -0
- package/node_modules/is-regex/CHANGELOG.md +197 -0
- package/node_modules/is-regex/LICENSE +20 -0
- package/node_modules/is-regex/README.md +52 -0
- package/node_modules/is-regex/index.js +58 -0
- package/node_modules/is-regex/package.json +86 -0
- package/node_modules/is-regex/test/index.js +104 -0
- package/node_modules/is-shared-array-buffer/.eslintignore +1 -0
- package/node_modules/is-shared-array-buffer/.eslintrc +5 -0
- package/node_modules/is-shared-array-buffer/.github/FUNDING.yml +12 -0
- package/node_modules/is-shared-array-buffer/.nycrc +9 -0
- package/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
- package/node_modules/is-shared-array-buffer/LICENSE +21 -0
- package/node_modules/is-shared-array-buffer/README.md +58 -0
- package/node_modules/is-shared-array-buffer/index.js +21 -0
- package/node_modules/is-shared-array-buffer/package.json +70 -0
- package/node_modules/is-shared-array-buffer/test/index.js +27 -0
- package/node_modules/is-string/.eslintignore +1 -0
- package/node_modules/is-string/.eslintrc +19 -0
- package/node_modules/is-string/.github/FUNDING.yml +12 -0
- package/node_modules/is-string/.nycrc +10 -0
- package/node_modules/is-string/CHANGELOG.md +114 -0
- package/node_modules/is-string/LICENSE +22 -0
- package/node_modules/is-string/README.md +56 -0
- package/node_modules/is-string/index.js +24 -0
- package/node_modules/is-string/package.json +81 -0
- package/node_modules/is-string/test/index.js +39 -0
- package/node_modules/is-symbol/.editorconfig +13 -0
- package/node_modules/is-symbol/.eslintignore +1 -0
- package/node_modules/is-symbol/.eslintrc +14 -0
- package/node_modules/is-symbol/.github/FUNDING.yml +12 -0
- package/node_modules/is-symbol/.nycrc +9 -0
- package/node_modules/is-symbol/CHANGELOG.md +113 -0
- package/node_modules/is-symbol/LICENSE +22 -0
- package/node_modules/is-symbol/README.md +45 -0
- package/node_modules/is-symbol/index.js +35 -0
- package/node_modules/is-symbol/package.json +77 -0
- package/node_modules/is-symbol/test/index.js +92 -0
- package/node_modules/is-typed-array/.editorconfig +20 -0
- package/node_modules/is-typed-array/.eslintrc +13 -0
- package/node_modules/is-typed-array/.github/FUNDING.yml +12 -0
- package/node_modules/is-typed-array/.nycrc +9 -0
- package/node_modules/is-typed-array/CHANGELOG.md +101 -0
- package/node_modules/is-typed-array/LICENSE +22 -0
- package/node_modules/is-typed-array/README.md +70 -0
- package/node_modules/is-typed-array/index.js +60 -0
- package/node_modules/is-typed-array/package.json +105 -0
- package/node_modules/is-typed-array/test/index.js +103 -0
- package/node_modules/is-weakref/.eslintignore +1 -0
- package/node_modules/is-weakref/.eslintrc +5 -0
- package/node_modules/is-weakref/.github/FUNDING.yml +12 -0
- package/node_modules/is-weakref/.nycrc +9 -0
- package/node_modules/is-weakref/CHANGELOG.md +54 -0
- package/node_modules/is-weakref/LICENSE +21 -0
- package/node_modules/is-weakref/README.md +52 -0
- package/node_modules/is-weakref/index.js +21 -0
- package/node_modules/is-weakref/package.json +63 -0
- package/node_modules/is-weakref/test/index.js +26 -0
- package/node_modules/object-inspect/.eslintrc +53 -0
- package/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/node_modules/object-inspect/.nycrc +13 -0
- package/node_modules/object-inspect/CHANGELOG.md +360 -0
- package/node_modules/object-inspect/LICENSE +21 -0
- package/node_modules/object-inspect/example/all.js +23 -0
- package/node_modules/object-inspect/example/circular.js +6 -0
- package/node_modules/object-inspect/example/fn.js +5 -0
- package/node_modules/object-inspect/example/inspect.js +10 -0
- package/node_modules/object-inspect/index.js +512 -0
- package/node_modules/object-inspect/package-support.json +20 -0
- package/node_modules/object-inspect/package.json +94 -0
- package/node_modules/object-inspect/readme.markdown +86 -0
- package/node_modules/object-inspect/test/bigint.js +58 -0
- package/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/node_modules/object-inspect/test/circular.js +16 -0
- package/node_modules/object-inspect/test/deep.js +12 -0
- package/node_modules/object-inspect/test/element.js +53 -0
- package/node_modules/object-inspect/test/err.js +48 -0
- package/node_modules/object-inspect/test/fakes.js +29 -0
- package/node_modules/object-inspect/test/fn.js +76 -0
- package/node_modules/object-inspect/test/has.js +15 -0
- package/node_modules/object-inspect/test/holes.js +15 -0
- package/node_modules/object-inspect/test/indent-option.js +271 -0
- package/node_modules/object-inspect/test/inspect.js +139 -0
- package/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/node_modules/object-inspect/test/number.js +58 -0
- package/node_modules/object-inspect/test/quoteStyle.js +17 -0
- package/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/node_modules/object-inspect/test/undef.js +12 -0
- package/node_modules/object-inspect/test/values.js +211 -0
- package/node_modules/object-inspect/test-core-js.js +26 -0
- package/node_modules/object-inspect/util.inspect.js +1 -0
- package/node_modules/object-keys/.editorconfig +13 -0
- package/node_modules/object-keys/.eslintrc +17 -0
- package/node_modules/object-keys/.travis.yml +277 -0
- package/node_modules/object-keys/CHANGELOG.md +232 -0
- package/node_modules/object-keys/LICENSE +21 -0
- package/node_modules/object-keys/README.md +76 -0
- package/node_modules/object-keys/implementation.js +122 -0
- package/node_modules/object-keys/index.js +32 -0
- package/node_modules/object-keys/isArguments.js +17 -0
- package/node_modules/object-keys/package.json +88 -0
- package/node_modules/object-keys/test/index.js +5 -0
- package/node_modules/object.assign/.editorconfig +20 -0
- package/node_modules/object.assign/.eslintignore +1 -0
- package/node_modules/object.assign/.eslintrc +26 -0
- package/node_modules/object.assign/.github/FUNDING.yml +12 -0
- package/node_modules/object.assign/.github/workflows/rebase.yml +15 -0
- package/node_modules/object.assign/.github/workflows/require-allow-edits.yml +14 -0
- package/node_modules/object.assign/.nycrc +14 -0
- package/node_modules/object.assign/CHANGELOG.md +201 -0
- package/node_modules/object.assign/LICENSE +21 -0
- package/node_modules/object.assign/README.md +135 -0
- package/node_modules/object.assign/auto.js +3 -0
- package/node_modules/object.assign/dist/browser.js +865 -0
- package/node_modules/object.assign/hasSymbols.js +43 -0
- package/node_modules/object.assign/implementation.js +42 -0
- package/node_modules/object.assign/index.js +22 -0
- package/node_modules/object.assign/package.json +83 -0
- package/node_modules/object.assign/polyfill.js +55 -0
- package/node_modules/object.assign/shim.js +14 -0
- package/node_modules/object.assign/test/index.js +17 -0
- package/node_modules/object.assign/test/native.js +49 -0
- package/node_modules/object.assign/test/ses-compat.js +12 -0
- package/node_modules/object.assign/test/shimmed.js +52 -0
- package/node_modules/object.assign/test/tests.js +237 -0
- package/node_modules/regexp.prototype.flags/.editorconfig +13 -0
- package/node_modules/regexp.prototype.flags/.eslintrc +19 -0
- package/node_modules/regexp.prototype.flags/.nycrc +9 -0
- package/node_modules/regexp.prototype.flags/CHANGELOG.md +190 -0
- package/node_modules/regexp.prototype.flags/LICENSE +22 -0
- package/node_modules/regexp.prototype.flags/README.md +54 -0
- package/node_modules/regexp.prototype.flags/auto.js +3 -0
- package/node_modules/regexp.prototype.flags/implementation.js +39 -0
- package/node_modules/regexp.prototype.flags/index.js +18 -0
- package/node_modules/regexp.prototype.flags/package.json +92 -0
- package/node_modules/regexp.prototype.flags/polyfill.js +36 -0
- package/node_modules/regexp.prototype.flags/shim.js +26 -0
- package/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
- package/node_modules/regexp.prototype.flags/test/index.js +17 -0
- package/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
- package/node_modules/regexp.prototype.flags/test/tests.js +141 -0
- package/node_modules/side-channel/.eslintignore +1 -0
- package/node_modules/side-channel/.eslintrc +11 -0
- package/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel/.nycrc +13 -0
- package/node_modules/side-channel/CHANGELOG.md +65 -0
- package/node_modules/side-channel/LICENSE +21 -0
- package/node_modules/side-channel/README.md +2 -0
- package/node_modules/side-channel/index.js +124 -0
- package/node_modules/side-channel/package.json +67 -0
- package/node_modules/side-channel/test/index.js +78 -0
- package/node_modules/string.prototype.trimend/.editorconfig +20 -0
- package/node_modules/string.prototype.trimend/.eslintrc +24 -0
- package/node_modules/string.prototype.trimend/.nycrc +9 -0
- package/node_modules/string.prototype.trimend/CHANGELOG.md +92 -0
- package/node_modules/string.prototype.trimend/LICENSE +21 -0
- package/node_modules/string.prototype.trimend/README.md +46 -0
- package/node_modules/string.prototype.trimend/auto.js +3 -0
- package/node_modules/string.prototype.trimend/implementation.js +15 -0
- package/node_modules/string.prototype.trimend/index.js +23 -0
- package/node_modules/string.prototype.trimend/package.json +71 -0
- package/node_modules/string.prototype.trimend/polyfill.js +15 -0
- package/node_modules/string.prototype.trimend/shim.js +14 -0
- package/node_modules/string.prototype.trimend/test/implementation.js +20 -0
- package/node_modules/string.prototype.trimend/test/index.js +17 -0
- package/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
- package/node_modules/string.prototype.trimend/test/tests.js +31 -0
- package/node_modules/string.prototype.trimstart/.editorconfig +20 -0
- package/node_modules/string.prototype.trimstart/.eslintrc +24 -0
- package/node_modules/string.prototype.trimstart/.nycrc +9 -0
- package/node_modules/string.prototype.trimstart/CHANGELOG.md +92 -0
- package/node_modules/string.prototype.trimstart/LICENSE +21 -0
- package/node_modules/string.prototype.trimstart/README.md +46 -0
- package/node_modules/string.prototype.trimstart/auto.js +3 -0
- package/node_modules/string.prototype.trimstart/implementation.js +15 -0
- package/node_modules/string.prototype.trimstart/index.js +23 -0
- package/node_modules/string.prototype.trimstart/package.json +71 -0
- package/node_modules/string.prototype.trimstart/polyfill.js +15 -0
- package/node_modules/string.prototype.trimstart/shim.js +14 -0
- package/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
- package/node_modules/string.prototype.trimstart/test/index.js +18 -0
- package/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
- package/node_modules/string.prototype.trimstart/test/tests.js +31 -0
- package/node_modules/unbox-primitive/.editorconfig +20 -0
- package/node_modules/unbox-primitive/.eslintrc +5 -0
- package/node_modules/unbox-primitive/.github/FUNDING.yml +12 -0
- package/node_modules/unbox-primitive/.nycrc +13 -0
- package/node_modules/unbox-primitive/CHANGELOG.md +60 -0
- package/node_modules/unbox-primitive/LICENSE +21 -0
- package/node_modules/unbox-primitive/README.md +47 -0
- package/node_modules/unbox-primitive/index.js +39 -0
- package/node_modules/unbox-primitive/package.json +65 -0
- package/node_modules/unbox-primitive/test/index.js +59 -0
- package/node_modules/util/LICENSE +18 -0
- package/node_modules/util/README.md +48 -0
- package/node_modules/util/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/util/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/util/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/util/node_modules/safe-buffer/index.js +65 -0
- package/node_modules/util/node_modules/safe-buffer/package.json +51 -0
- package/node_modules/util/package.json +50 -0
- package/node_modules/util/support/isBuffer.js +3 -0
- package/node_modules/util/support/isBufferBrowser.js +6 -0
- package/node_modules/util/support/types.js +334 -0
- package/node_modules/util/util.js +715 -0
- package/node_modules/which-boxed-primitive/.editorconfig +20 -0
- package/node_modules/which-boxed-primitive/.eslintignore +1 -0
- package/node_modules/which-boxed-primitive/.eslintrc +9 -0
- package/node_modules/which-boxed-primitive/.github/FUNDING.yml +12 -0
- package/node_modules/which-boxed-primitive/.nycrc +13 -0
- package/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
- package/node_modules/which-boxed-primitive/LICENSE +21 -0
- package/node_modules/which-boxed-primitive/README.md +73 -0
- package/node_modules/which-boxed-primitive/index.js +30 -0
- package/node_modules/which-boxed-primitive/package.json +65 -0
- package/node_modules/which-boxed-primitive/test/index.js +66 -0
- package/node_modules/which-typed-array/.editorconfig +20 -0
- package/node_modules/which-typed-array/.eslintrc +9 -0
- package/node_modules/which-typed-array/.github/FUNDING.yml +12 -0
- package/node_modules/which-typed-array/.nycrc +13 -0
- package/node_modules/which-typed-array/CHANGELOG.md +166 -0
- package/node_modules/which-typed-array/LICENSE +22 -0
- package/node_modules/which-typed-array/README.md +70 -0
- package/node_modules/which-typed-array/index.js +55 -0
- package/node_modules/which-typed-array/package.json +115 -0
- package/node_modules/which-typed-array/test/index.js +99 -0
- package/package.json +5 -5
@@ -59,6 +59,14 @@ declare class Kendra extends Service {
|
|
59
59
|
* Clears existing query suggestions from an index. This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions. ClearQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
60
60
|
*/
|
61
61
|
clearQuerySuggestions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
62
|
+
/**
|
63
|
+
* Creates an access configuration for your documents. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. You can use this to re-configure your existing document level access control without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. One of these users leaves the company or switches to a team that should be blocked from access to top-secret documents. Your documents in your index still give this user access to top-secret documents due to the user having access at the time your documents were indexed. You can create a specific access control configuration for this user with deny access. You can later update the access control configuration to allow access in the case the user returns to the company and re-joins the 'top-secret' team. You can re-configure access control for your documents circumstances change. To apply your access control configuration to certain documents, you call the BatchPutDocument API with the AccessControlConfigurationId included in the Document object. If you use an S3 bucket as a data source, you update the .metadata.json with the AccessControlConfigurationId and synchronize your data source. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using the BatchPutDocument API.
|
64
|
+
*/
|
65
|
+
createAccessControlConfiguration(params: Kendra.Types.CreateAccessControlConfigurationRequest, callback?: (err: AWSError, data: Kendra.Types.CreateAccessControlConfigurationResponse) => void): Request<Kendra.Types.CreateAccessControlConfigurationResponse, AWSError>;
|
66
|
+
/**
|
67
|
+
* Creates an access configuration for your documents. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. You can use this to re-configure your existing document level access control without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. One of these users leaves the company or switches to a team that should be blocked from access to top-secret documents. Your documents in your index still give this user access to top-secret documents due to the user having access at the time your documents were indexed. You can create a specific access control configuration for this user with deny access. You can later update the access control configuration to allow access in the case the user returns to the company and re-joins the 'top-secret' team. You can re-configure access control for your documents circumstances change. To apply your access control configuration to certain documents, you call the BatchPutDocument API with the AccessControlConfigurationId included in the Document object. If you use an S3 bucket as a data source, you update the .metadata.json with the AccessControlConfigurationId and synchronize your data source. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using the BatchPutDocument API.
|
68
|
+
*/
|
69
|
+
createAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.CreateAccessControlConfigurationResponse) => void): Request<Kendra.Types.CreateAccessControlConfigurationResponse, AWSError>;
|
62
70
|
/**
|
63
71
|
* Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
|
64
72
|
*/
|
@@ -76,19 +84,19 @@ declare class Kendra extends Service {
|
|
76
84
|
*/
|
77
85
|
createExperience(callback?: (err: AWSError, data: Kendra.Types.CreateExperienceResponse) => void): Request<Kendra.Types.CreateExperienceResponse, AWSError>;
|
78
86
|
/**
|
79
|
-
* Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using
|
87
|
+
* Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using your FAQ file.
|
80
88
|
*/
|
81
89
|
createFaq(params: Kendra.Types.CreateFaqRequest, callback?: (err: AWSError, data: Kendra.Types.CreateFaqResponse) => void): Request<Kendra.Types.CreateFaqResponse, AWSError>;
|
82
90
|
/**
|
83
|
-
* Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using
|
91
|
+
* Creates an new set of frequently asked question (FAQ) questions and answers. Adding FAQs to an index is an asynchronous operation. For an example of adding an FAQ to an index using Python and Java SDKs, see Using your FAQ file.
|
84
92
|
*/
|
85
93
|
createFaq(callback?: (err: AWSError, data: Kendra.Types.CreateFaqResponse) => void): Request<Kendra.Types.CreateFaqResponse, AWSError>;
|
86
94
|
/**
|
87
|
-
* Creates
|
95
|
+
* Creates an Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
|
88
96
|
*/
|
89
97
|
createIndex(params: Kendra.Types.CreateIndexRequest, callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
|
90
98
|
/**
|
91
|
-
* Creates
|
99
|
+
* Creates an Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources. For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
|
92
100
|
*/
|
93
101
|
createIndex(callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
|
94
102
|
/**
|
@@ -107,6 +115,14 @@ declare class Kendra extends Service {
|
|
107
115
|
* Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format. For an example of adding a thesaurus file to an index, see Adding custom synonyms to an index.
|
108
116
|
*/
|
109
117
|
createThesaurus(callback?: (err: AWSError, data: Kendra.Types.CreateThesaurusResponse) => void): Request<Kendra.Types.CreateThesaurusResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Deletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
120
|
+
*/
|
121
|
+
deleteAccessControlConfiguration(params: Kendra.Types.DeleteAccessControlConfigurationRequest, callback?: (err: AWSError, data: Kendra.Types.DeleteAccessControlConfigurationResponse) => void): Request<Kendra.Types.DeleteAccessControlConfigurationResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Deletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
124
|
+
*/
|
125
|
+
deleteAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.DeleteAccessControlConfigurationResponse) => void): Request<Kendra.Types.DeleteAccessControlConfigurationResponse, AWSError>;
|
110
126
|
/**
|
111
127
|
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources.
|
112
128
|
*/
|
@@ -163,6 +179,14 @@ declare class Kendra extends Service {
|
|
163
179
|
* Deletes an existing Amazon Kendra thesaurus.
|
164
180
|
*/
|
165
181
|
deleteThesaurus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
182
|
+
/**
|
183
|
+
* Gets information about an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
184
|
+
*/
|
185
|
+
describeAccessControlConfiguration(params: Kendra.Types.DescribeAccessControlConfigurationRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeAccessControlConfigurationResponse) => void): Request<Kendra.Types.DescribeAccessControlConfigurationResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Gets information about an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
188
|
+
*/
|
189
|
+
describeAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.DescribeAccessControlConfigurationResponse) => void): Request<Kendra.Types.DescribeAccessControlConfigurationResponse, AWSError>;
|
166
190
|
/**
|
167
191
|
* Gets information about an Amazon Kendra data source.
|
168
192
|
*/
|
@@ -188,11 +212,11 @@ declare class Kendra extends Service {
|
|
188
212
|
*/
|
189
213
|
describeFaq(callback?: (err: AWSError, data: Kendra.Types.DescribeFaqResponse) => void): Request<Kendra.Types.DescribeFaqResponse, AWSError>;
|
190
214
|
/**
|
191
|
-
*
|
215
|
+
* Gets information about an existing Amazon Kendra index.
|
192
216
|
*/
|
193
217
|
describeIndex(params: Kendra.Types.DescribeIndexRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
194
218
|
/**
|
195
|
-
*
|
219
|
+
* Gets information about an existing Amazon Kendra index.
|
196
220
|
*/
|
197
221
|
describeIndex(callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
198
222
|
/**
|
@@ -204,27 +228,27 @@ declare class Kendra extends Service {
|
|
204
228
|
*/
|
205
229
|
describePrincipalMapping(callback?: (err: AWSError, data: Kendra.Types.DescribePrincipalMappingResponse) => void): Request<Kendra.Types.DescribePrincipalMappingResponse, AWSError>;
|
206
230
|
/**
|
207
|
-
*
|
231
|
+
* Gets information about a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list. DescribeQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
208
232
|
*/
|
209
233
|
describeQuerySuggestionsBlockList(params: Kendra.Types.DescribeQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsBlockListResponse, AWSError>;
|
210
234
|
/**
|
211
|
-
*
|
235
|
+
* Gets information about a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list. DescribeQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
212
236
|
*/
|
213
237
|
describeQuerySuggestionsBlockList(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsBlockListResponse, AWSError>;
|
214
238
|
/**
|
215
|
-
*
|
239
|
+
* Gets information on the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions. DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
216
240
|
*/
|
217
241
|
describeQuerySuggestionsConfig(params: Kendra.Types.DescribeQuerySuggestionsConfigRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
218
242
|
/**
|
219
|
-
*
|
243
|
+
* Gets information on the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions. DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
220
244
|
*/
|
221
245
|
describeQuerySuggestionsConfig(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
222
246
|
/**
|
223
|
-
*
|
247
|
+
* Gets information about an existing Amazon Kendra thesaurus.
|
224
248
|
*/
|
225
249
|
describeThesaurus(params: Kendra.Types.DescribeThesaurusRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
226
250
|
/**
|
227
|
-
*
|
251
|
+
* Gets information about an existing Amazon Kendra thesaurus.
|
228
252
|
*/
|
229
253
|
describeThesaurus(callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
230
254
|
/**
|
@@ -259,6 +283,14 @@ declare class Kendra extends Service {
|
|
259
283
|
* Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
|
260
284
|
*/
|
261
285
|
getSnapshots(callback?: (err: AWSError, data: Kendra.Types.GetSnapshotsResponse) => void): Request<Kendra.Types.GetSnapshotsResponse, AWSError>;
|
286
|
+
/**
|
287
|
+
* Lists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
288
|
+
*/
|
289
|
+
listAccessControlConfigurations(params: Kendra.Types.ListAccessControlConfigurationsRequest, callback?: (err: AWSError, data: Kendra.Types.ListAccessControlConfigurationsResponse) => void): Request<Kendra.Types.ListAccessControlConfigurationsResponse, AWSError>;
|
290
|
+
/**
|
291
|
+
* Lists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
292
|
+
*/
|
293
|
+
listAccessControlConfigurations(callback?: (err: AWSError, data: Kendra.Types.ListAccessControlConfigurationsResponse) => void): Request<Kendra.Types.ListAccessControlConfigurationsResponse, AWSError>;
|
262
294
|
/**
|
263
295
|
* Gets statistics about synchronizing Amazon Kendra with a data source.
|
264
296
|
*/
|
@@ -340,19 +372,19 @@ declare class Kendra extends Service {
|
|
340
372
|
*/
|
341
373
|
listTagsForResource(callback?: (err: AWSError, data: Kendra.Types.ListTagsForResourceResponse) => void): Request<Kendra.Types.ListTagsForResourceResponse, AWSError>;
|
342
374
|
/**
|
343
|
-
* Lists the
|
375
|
+
* Lists the thesauri for an index.
|
344
376
|
*/
|
345
377
|
listThesauri(params: Kendra.Types.ListThesauriRequest, callback?: (err: AWSError, data: Kendra.Types.ListThesauriResponse) => void): Request<Kendra.Types.ListThesauriResponse, AWSError>;
|
346
378
|
/**
|
347
|
-
* Lists the
|
379
|
+
* Lists the thesauri for an index.
|
348
380
|
*/
|
349
381
|
listThesauri(callback?: (err: AWSError, data: Kendra.Types.ListThesauriResponse) => void): Request<Kendra.Types.ListThesauriResponse, AWSError>;
|
350
382
|
/**
|
351
|
-
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
|
383
|
+
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see Filtering on user context. If more than five PUT actions for a group are currently processing, a validation exception is thrown. PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
352
384
|
*/
|
353
385
|
putPrincipalMapping(params: Kendra.Types.PutPrincipalMappingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
354
386
|
/**
|
355
|
-
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
|
387
|
+
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see Filtering on user context. If more than five PUT actions for a group are currently processing, a validation exception is thrown. PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
356
388
|
*/
|
357
389
|
putPrincipalMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
358
390
|
/**
|
@@ -403,6 +435,14 @@ declare class Kendra extends Service {
|
|
403
435
|
* Removes a tag from an index, FAQ, or a data source.
|
404
436
|
*/
|
405
437
|
untagResource(callback?: (err: AWSError, data: Kendra.Types.UntagResourceResponse) => void): Request<Kendra.Types.UntagResourceResponse, AWSError>;
|
438
|
+
/**
|
439
|
+
* Updates an access control configuration for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. You can update an access control configuration you created without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. You created an 'allow' access control configuration for one user who recently joined the 'top-secret' team, switching from a team with 'deny' access to top-secret documents. However, the user suddenly returns to their previous team and should no longer have access to top secret documents. You can update the access control configuration to re-configure access control for your documents as circumstances change. You call the BatchPutDocument API to apply the updated access control configuration, with the AccessControlConfigurationId included in the Document object. If you use an S3 bucket as a data source, you synchronize your data source to apply the the AccessControlConfigurationId in the .metadata.json file. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using the BatchPutDocument API.
|
440
|
+
*/
|
441
|
+
updateAccessControlConfiguration(params: Kendra.Types.UpdateAccessControlConfigurationRequest, callback?: (err: AWSError, data: Kendra.Types.UpdateAccessControlConfigurationResponse) => void): Request<Kendra.Types.UpdateAccessControlConfigurationResponse, AWSError>;
|
442
|
+
/**
|
443
|
+
* Updates an access control configuration for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. You can update an access control configuration you created without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. You created an 'allow' access control configuration for one user who recently joined the 'top-secret' team, switching from a team with 'deny' access to top-secret documents. However, the user suddenly returns to their previous team and should no longer have access to top secret documents. You can update the access control configuration to re-configure access control for your documents as circumstances change. You call the BatchPutDocument API to apply the updated access control configuration, with the AccessControlConfigurationId included in the Document object. If you use an S3 bucket as a data source, you synchronize your data source to apply the the AccessControlConfigurationId in the .metadata.json file. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using the BatchPutDocument API.
|
444
|
+
*/
|
445
|
+
updateAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.UpdateAccessControlConfigurationResponse) => void): Request<Kendra.Types.UpdateAccessControlConfigurationResponse, AWSError>;
|
406
446
|
/**
|
407
447
|
* Updates an existing Amazon Kendra data source.
|
408
448
|
*/
|
@@ -444,15 +484,24 @@ declare class Kendra extends Service {
|
|
444
484
|
*/
|
445
485
|
updateQuerySuggestionsConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
446
486
|
/**
|
447
|
-
* Updates a thesaurus
|
487
|
+
* Updates a thesaurus for an index.
|
448
488
|
*/
|
449
489
|
updateThesaurus(params: Kendra.Types.UpdateThesaurusRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
450
490
|
/**
|
451
|
-
* Updates a thesaurus
|
491
|
+
* Updates a thesaurus for an index.
|
452
492
|
*/
|
453
493
|
updateThesaurus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
454
494
|
}
|
455
495
|
declare namespace Kendra {
|
496
|
+
export type AccessControlConfigurationId = string;
|
497
|
+
export type AccessControlConfigurationName = string;
|
498
|
+
export interface AccessControlConfigurationSummary {
|
499
|
+
/**
|
500
|
+
* The identifier of the access control configuration.
|
501
|
+
*/
|
502
|
+
Id: AccessControlConfigurationId;
|
503
|
+
}
|
504
|
+
export type AccessControlConfigurationSummaryList = AccessControlConfigurationSummary[];
|
456
505
|
export interface AccessControlListConfiguration {
|
457
506
|
/**
|
458
507
|
* Path to the Amazon Web Services S3 bucket that contains the ACL files.
|
@@ -509,7 +558,7 @@ declare namespace Kendra {
|
|
509
558
|
*/
|
510
559
|
CrawlSystemFolders?: Boolean;
|
511
560
|
/**
|
512
|
-
* TRUE to index comments of
|
561
|
+
* TRUE to index comments of blogs and other content.
|
513
562
|
*/
|
514
563
|
CrawlComments?: Boolean;
|
515
564
|
/**
|
@@ -919,11 +968,11 @@ declare namespace Kendra {
|
|
919
968
|
*/
|
920
969
|
ServerUrl: Url;
|
921
970
|
/**
|
922
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence cloud, you use a generated API token as the password. For more information, see Using a
|
971
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence cloud, you use a generated API token as the password. For more information, see Using a Confluence data source.
|
923
972
|
*/
|
924
973
|
SecretArn: SecretArn;
|
925
974
|
/**
|
926
|
-
* The version or the type of
|
975
|
+
* The version or the type of Confluence installation to connect to.
|
927
976
|
*/
|
928
977
|
Version: ConfluenceVersion;
|
929
978
|
/**
|
@@ -1075,55 +1124,87 @@ declare namespace Kendra {
|
|
1075
1124
|
}
|
1076
1125
|
export type CorrectionList = Correction[];
|
1077
1126
|
export type CrawlDepth = number;
|
1127
|
+
export interface CreateAccessControlConfigurationRequest {
|
1128
|
+
/**
|
1129
|
+
* The identifier of the index to create an access control configuration for your documents.
|
1130
|
+
*/
|
1131
|
+
IndexId: IndexId;
|
1132
|
+
/**
|
1133
|
+
* A name for the access control configuration.
|
1134
|
+
*/
|
1135
|
+
Name: AccessControlConfigurationName;
|
1136
|
+
/**
|
1137
|
+
* A description for the access control configuration.
|
1138
|
+
*/
|
1139
|
+
Description?: Description;
|
1140
|
+
/**
|
1141
|
+
* Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
1142
|
+
*/
|
1143
|
+
AccessControlList?: PrincipalList;
|
1144
|
+
/**
|
1145
|
+
* The list of principal lists that define the hierarchy for which documents users should have access to.
|
1146
|
+
*/
|
1147
|
+
HierarchicalAccessControlList?: HierarchicalPrincipalList;
|
1148
|
+
/**
|
1149
|
+
* A token that you provide to identify the request to create an access control configuration. Multiple calls to the CreateAccessControlConfiguration API with the same client token will create only one access control configuration.
|
1150
|
+
*/
|
1151
|
+
ClientToken?: ClientTokenName;
|
1152
|
+
}
|
1153
|
+
export interface CreateAccessControlConfigurationResponse {
|
1154
|
+
/**
|
1155
|
+
* The identifier of the access control configuration for your documents in an index.
|
1156
|
+
*/
|
1157
|
+
Id: AccessControlConfigurationId;
|
1158
|
+
}
|
1078
1159
|
export interface CreateDataSourceRequest {
|
1079
1160
|
/**
|
1080
|
-
* A unique name for the data source. A data source name can't be changed without deleting and recreating the data source.
|
1161
|
+
* A unique name for the data source connector. A data source name can't be changed without deleting and recreating the data source connector.
|
1081
1162
|
*/
|
1082
1163
|
Name: DataSourceName;
|
1083
1164
|
/**
|
1084
|
-
* The identifier of the index
|
1165
|
+
* The identifier of the index you want to use with the data source connector.
|
1085
1166
|
*/
|
1086
1167
|
IndexId: IndexId;
|
1087
1168
|
/**
|
1088
|
-
* The type of
|
1169
|
+
* The type of data source repository. For example, SHAREPOINT.
|
1089
1170
|
*/
|
1090
1171
|
Type: DataSourceType;
|
1091
1172
|
/**
|
1092
|
-
* Configuration information
|
1173
|
+
* Configuration information to connect to your data source repository. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The Configuration parameter is required for all other data sources.
|
1093
1174
|
*/
|
1094
1175
|
Configuration?: DataSourceConfiguration;
|
1095
1176
|
/**
|
1096
|
-
* A description for the data source.
|
1177
|
+
* A description for the data source connector.
|
1097
1178
|
*/
|
1098
1179
|
Description?: Description;
|
1099
1180
|
/**
|
1100
|
-
* Sets the frequency for Amazon Kendra to check the documents in your repository and update the index. If you don't set a schedule Amazon Kendra will not periodically update the index. You can call the StartDataSourceSyncJob API to update the index. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception.
|
1181
|
+
* Sets the frequency for Amazon Kendra to check the documents in your data source repository and update the index. If you don't set a schedule Amazon Kendra will not periodically update the index. You can call the StartDataSourceSyncJob API to update the index. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception.
|
1101
1182
|
*/
|
1102
1183
|
Schedule?: ScanSchedule;
|
1103
1184
|
/**
|
1104
|
-
* The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM Roles for Amazon Kendra. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The RoleArn parameter is required for all other data sources.
|
1185
|
+
* The Amazon Resource Name (ARN) of a role with permission to access the data source connector. For more information, see IAM Roles for Amazon Kendra. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The RoleArn parameter is required for all other data sources.
|
1105
1186
|
*/
|
1106
1187
|
RoleArn?: RoleArn;
|
1107
1188
|
/**
|
1108
|
-
* A list of key-value pairs that identify the data source. You can use the tags to identify and organize your resources and to control access to resources.
|
1189
|
+
* A list of key-value pairs that identify the data source connector. You can use the tags to identify and organize your resources and to control access to resources.
|
1109
1190
|
*/
|
1110
1191
|
Tags?: TagList;
|
1111
1192
|
/**
|
1112
|
-
* A token that you provide to identify the request to create a data source. Multiple calls to the CreateDataSource API with the same client token will create only one data source.
|
1193
|
+
* A token that you provide to identify the request to create a data source connector. Multiple calls to the CreateDataSource API with the same client token will create only one data source connector.
|
1113
1194
|
*/
|
1114
1195
|
ClientToken?: ClientTokenName;
|
1115
1196
|
/**
|
1116
|
-
* The code for a language. This allows you to support a language for all documents when creating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
1197
|
+
* The code for a language. This allows you to support a language for all documents when creating the data source connector. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
1117
1198
|
*/
|
1118
1199
|
LanguageCode?: LanguageCode;
|
1119
1200
|
/**
|
1120
|
-
* Configuration information for altering document metadata and content during the document ingestion process
|
1201
|
+
* Configuration information for altering document metadata and content during the document ingestion process. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
1121
1202
|
*/
|
1122
1203
|
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
1123
1204
|
}
|
1124
1205
|
export interface CreateDataSourceResponse {
|
1125
1206
|
/**
|
1126
|
-
*
|
1207
|
+
* The identifier of the data source connector.
|
1127
1208
|
*/
|
1128
1209
|
Id: DataSourceId;
|
1129
1210
|
}
|
@@ -1161,19 +1242,19 @@ declare namespace Kendra {
|
|
1161
1242
|
}
|
1162
1243
|
export interface CreateFaqRequest {
|
1163
1244
|
/**
|
1164
|
-
* The identifier of the index
|
1245
|
+
* The identifier of the index for the FAQ.
|
1165
1246
|
*/
|
1166
1247
|
IndexId: IndexId;
|
1167
1248
|
/**
|
1168
|
-
*
|
1249
|
+
* A name for the FAQ.
|
1169
1250
|
*/
|
1170
1251
|
Name: FaqName;
|
1171
1252
|
/**
|
1172
|
-
* A description
|
1253
|
+
* A description for the FAQ.
|
1173
1254
|
*/
|
1174
1255
|
Description?: Description;
|
1175
1256
|
/**
|
1176
|
-
* The
|
1257
|
+
* The path to the FAQ file in S3.
|
1177
1258
|
*/
|
1178
1259
|
S3Path: S3Path;
|
1179
1260
|
/**
|
@@ -1185,7 +1266,7 @@ declare namespace Kendra {
|
|
1185
1266
|
*/
|
1186
1267
|
Tags?: TagList;
|
1187
1268
|
/**
|
1188
|
-
* The format of the input file. You can choose between a basic CSV format, a CSV format that includes customs attributes in a header, and a JSON format that includes custom attributes. The format must match the format of the file stored in the S3 bucket identified in the S3Path parameter. For more information, see Adding questions and answers.
|
1269
|
+
* The format of the FAQ input file. You can choose between a basic CSV format, a CSV format that includes customs attributes in a header, and a JSON format that includes custom attributes. The format must match the format of the file stored in the S3 bucket identified in the S3Path parameter. For more information, see Adding questions and answers.
|
1189
1270
|
*/
|
1190
1271
|
FileFormat?: FaqFileFormat;
|
1191
1272
|
/**
|
@@ -1205,7 +1286,7 @@ declare namespace Kendra {
|
|
1205
1286
|
}
|
1206
1287
|
export interface CreateIndexRequest {
|
1207
1288
|
/**
|
1208
|
-
*
|
1289
|
+
* A name for the index.
|
1209
1290
|
*/
|
1210
1291
|
Name: IndexName;
|
1211
1292
|
/**
|
@@ -1289,15 +1370,15 @@ declare namespace Kendra {
|
|
1289
1370
|
}
|
1290
1371
|
export interface CreateThesaurusRequest {
|
1291
1372
|
/**
|
1292
|
-
* The
|
1373
|
+
* The identifier of the index for the thesaurus.
|
1293
1374
|
*/
|
1294
1375
|
IndexId: IndexId;
|
1295
1376
|
/**
|
1296
|
-
*
|
1377
|
+
* A name for the thesaurus.
|
1297
1378
|
*/
|
1298
1379
|
Name: ThesaurusName;
|
1299
1380
|
/**
|
1300
|
-
*
|
1381
|
+
* A description for the thesaurus.
|
1301
1382
|
*/
|
1302
1383
|
Description?: Description;
|
1303
1384
|
/**
|
@@ -1309,7 +1390,7 @@ declare namespace Kendra {
|
|
1309
1390
|
*/
|
1310
1391
|
Tags?: TagList;
|
1311
1392
|
/**
|
1312
|
-
* The thesaurus file
|
1393
|
+
* The path to the thesaurus file in S3.
|
1313
1394
|
*/
|
1314
1395
|
SourceS3Path: S3Path;
|
1315
1396
|
/**
|
@@ -1580,13 +1661,25 @@ declare namespace Kendra {
|
|
1580
1661
|
export type DatabaseHost = string;
|
1581
1662
|
export type DatabaseName = string;
|
1582
1663
|
export type DatabasePort = number;
|
1664
|
+
export interface DeleteAccessControlConfigurationRequest {
|
1665
|
+
/**
|
1666
|
+
* The identifier of the index for an access control configuration.
|
1667
|
+
*/
|
1668
|
+
IndexId: IndexId;
|
1669
|
+
/**
|
1670
|
+
* The identifier of the access control configuration you want to delete.
|
1671
|
+
*/
|
1672
|
+
Id: AccessControlConfigurationId;
|
1673
|
+
}
|
1674
|
+
export interface DeleteAccessControlConfigurationResponse {
|
1675
|
+
}
|
1583
1676
|
export interface DeleteDataSourceRequest {
|
1584
1677
|
/**
|
1585
|
-
* The
|
1678
|
+
* The identifier of the data source you want to delete.
|
1586
1679
|
*/
|
1587
1680
|
Id: DataSourceId;
|
1588
1681
|
/**
|
1589
|
-
* The
|
1682
|
+
* The identifier of the index used with the data source.
|
1590
1683
|
*/
|
1591
1684
|
IndexId: IndexId;
|
1592
1685
|
}
|
@@ -1596,7 +1689,7 @@ declare namespace Kendra {
|
|
1596
1689
|
*/
|
1597
1690
|
Id: ExperienceId;
|
1598
1691
|
/**
|
1599
|
-
* The identifier of the index for your Amazon Kendra experience
|
1692
|
+
* The identifier of the index for your Amazon Kendra experience.
|
1600
1693
|
*/
|
1601
1694
|
IndexId: IndexId;
|
1602
1695
|
}
|
@@ -1604,17 +1697,17 @@ declare namespace Kendra {
|
|
1604
1697
|
}
|
1605
1698
|
export interface DeleteFaqRequest {
|
1606
1699
|
/**
|
1607
|
-
* The identifier of the FAQ to remove.
|
1700
|
+
* The identifier of the FAQ you want to remove.
|
1608
1701
|
*/
|
1609
1702
|
Id: FaqId;
|
1610
1703
|
/**
|
1611
|
-
* The index
|
1704
|
+
* The identifier of the index for the FAQ.
|
1612
1705
|
*/
|
1613
1706
|
IndexId: IndexId;
|
1614
1707
|
}
|
1615
1708
|
export interface DeleteIndexRequest {
|
1616
1709
|
/**
|
1617
|
-
* The identifier of the index to delete.
|
1710
|
+
* The identifier of the index you want to delete.
|
1618
1711
|
*/
|
1619
1712
|
Id: IndexId;
|
1620
1713
|
}
|
@@ -1624,7 +1717,7 @@ declare namespace Kendra {
|
|
1624
1717
|
*/
|
1625
1718
|
IndexId: IndexId;
|
1626
1719
|
/**
|
1627
|
-
* The identifier of the data source you want to delete a group from.
|
1720
|
+
* The identifier of the data source you want to delete a group from. A group can be tied to multiple data sources. You can delete a group from accessing documents in a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. You want to delete "Research" and "Engineering" groups from Salesforce, so that these groups cannot access customer-related documents stored in Salesforce. Only "Sales and Marketing" should access documents in the Salesforce data source.
|
1628
1721
|
*/
|
1629
1722
|
DataSourceId?: DataSourceId;
|
1630
1723
|
/**
|
@@ -1638,31 +1731,63 @@ declare namespace Kendra {
|
|
1638
1731
|
}
|
1639
1732
|
export interface DeleteQuerySuggestionsBlockListRequest {
|
1640
1733
|
/**
|
1641
|
-
* The identifier of the
|
1734
|
+
* The identifier of the index for the block list.
|
1642
1735
|
*/
|
1643
1736
|
IndexId: IndexId;
|
1644
1737
|
/**
|
1645
|
-
* The
|
1738
|
+
* The identifier of the block list you want to delete.
|
1646
1739
|
*/
|
1647
1740
|
Id: QuerySuggestionsBlockListId;
|
1648
1741
|
}
|
1649
1742
|
export interface DeleteThesaurusRequest {
|
1650
1743
|
/**
|
1651
|
-
* The identifier of the thesaurus to delete.
|
1744
|
+
* The identifier of the thesaurus you want to delete.
|
1652
1745
|
*/
|
1653
1746
|
Id: ThesaurusId;
|
1654
1747
|
/**
|
1655
|
-
* The identifier of the index
|
1748
|
+
* The identifier of the index for the thesaurus.
|
1656
1749
|
*/
|
1657
1750
|
IndexId: IndexId;
|
1658
1751
|
}
|
1752
|
+
export interface DescribeAccessControlConfigurationRequest {
|
1753
|
+
/**
|
1754
|
+
* The identifier of the index for an access control configuration.
|
1755
|
+
*/
|
1756
|
+
IndexId: IndexId;
|
1757
|
+
/**
|
1758
|
+
* The identifier of the access control configuration you want to get information on.
|
1759
|
+
*/
|
1760
|
+
Id: AccessControlConfigurationId;
|
1761
|
+
}
|
1762
|
+
export interface DescribeAccessControlConfigurationResponse {
|
1763
|
+
/**
|
1764
|
+
* The name for the access control configuration.
|
1765
|
+
*/
|
1766
|
+
Name: AccessControlConfigurationName;
|
1767
|
+
/**
|
1768
|
+
* The description for the access control configuration.
|
1769
|
+
*/
|
1770
|
+
Description?: Description;
|
1771
|
+
/**
|
1772
|
+
* The error message containing details if there are issues processing the access control configuration.
|
1773
|
+
*/
|
1774
|
+
ErrorMessage?: ErrorMessage;
|
1775
|
+
/**
|
1776
|
+
* Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
1777
|
+
*/
|
1778
|
+
AccessControlList?: PrincipalList;
|
1779
|
+
/**
|
1780
|
+
* The list of principal lists that define the hierarchy for which documents users should have access to.
|
1781
|
+
*/
|
1782
|
+
HierarchicalAccessControlList?: HierarchicalPrincipalList;
|
1783
|
+
}
|
1659
1784
|
export interface DescribeDataSourceRequest {
|
1660
1785
|
/**
|
1661
|
-
* The
|
1786
|
+
* The identifier of the data source.
|
1662
1787
|
*/
|
1663
1788
|
Id: DataSourceId;
|
1664
1789
|
/**
|
1665
|
-
* The identifier of the index
|
1790
|
+
* The identifier of the index used with the data source.
|
1666
1791
|
*/
|
1667
1792
|
IndexId: IndexId;
|
1668
1793
|
}
|
@@ -1684,7 +1809,7 @@ declare namespace Kendra {
|
|
1684
1809
|
*/
|
1685
1810
|
Type?: DataSourceType;
|
1686
1811
|
/**
|
1687
|
-
*
|
1812
|
+
* Configuration details for the data source. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.
|
1688
1813
|
*/
|
1689
1814
|
Configuration?: DataSourceConfiguration;
|
1690
1815
|
/**
|
@@ -1696,7 +1821,7 @@ declare namespace Kendra {
|
|
1696
1821
|
*/
|
1697
1822
|
UpdatedAt?: Timestamp;
|
1698
1823
|
/**
|
1699
|
-
* The description
|
1824
|
+
* The description for the data source.
|
1700
1825
|
*/
|
1701
1826
|
Description?: Description;
|
1702
1827
|
/**
|
@@ -1730,7 +1855,7 @@ declare namespace Kendra {
|
|
1730
1855
|
*/
|
1731
1856
|
Id: ExperienceId;
|
1732
1857
|
/**
|
1733
|
-
* The identifier of the index for your Amazon Kendra experience
|
1858
|
+
* The identifier of the index for your Amazon Kendra experience.
|
1734
1859
|
*/
|
1735
1860
|
IndexId: IndexId;
|
1736
1861
|
}
|
@@ -1782,11 +1907,11 @@ declare namespace Kendra {
|
|
1782
1907
|
}
|
1783
1908
|
export interface DescribeFaqRequest {
|
1784
1909
|
/**
|
1785
|
-
* The
|
1910
|
+
* The identifier of the FAQ you want to get information on.
|
1786
1911
|
*/
|
1787
1912
|
Id: FaqId;
|
1788
1913
|
/**
|
1789
|
-
* The identifier of the index
|
1914
|
+
* The identifier of the index for the FAQ.
|
1790
1915
|
*/
|
1791
1916
|
IndexId: IndexId;
|
1792
1917
|
}
|
@@ -1796,7 +1921,7 @@ declare namespace Kendra {
|
|
1796
1921
|
*/
|
1797
1922
|
Id?: FaqId;
|
1798
1923
|
/**
|
1799
|
-
* The identifier of the index
|
1924
|
+
* The identifier of the index for the FAQ.
|
1800
1925
|
*/
|
1801
1926
|
IndexId?: IndexId;
|
1802
1927
|
/**
|
@@ -1839,7 +1964,7 @@ declare namespace Kendra {
|
|
1839
1964
|
}
|
1840
1965
|
export interface DescribeIndexRequest {
|
1841
1966
|
/**
|
1842
|
-
* The identifier of the index to
|
1967
|
+
* The identifier of the index you want to get information on.
|
1843
1968
|
*/
|
1844
1969
|
Id: IndexId;
|
1845
1970
|
}
|
@@ -1881,7 +2006,7 @@ declare namespace Kendra {
|
|
1881
2006
|
*/
|
1882
2007
|
UpdatedAt?: Timestamp;
|
1883
2008
|
/**
|
1884
|
-
* Configuration
|
2009
|
+
* Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
|
1885
2010
|
*/
|
1886
2011
|
DocumentMetadataConfigurations?: DocumentMetadataConfigurationList;
|
1887
2012
|
/**
|
@@ -1905,7 +2030,7 @@ declare namespace Kendra {
|
|
1905
2030
|
*/
|
1906
2031
|
UserContextPolicy?: UserContextPolicy;
|
1907
2032
|
/**
|
1908
|
-
*
|
2033
|
+
* Whether you have enabled the configuration for fetching access levels of groups and users from an Amazon Web Services Single Sign On identity source.
|
1909
2034
|
*/
|
1910
2035
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
1911
2036
|
}
|
@@ -1947,41 +2072,41 @@ declare namespace Kendra {
|
|
1947
2072
|
*/
|
1948
2073
|
IndexId: IndexId;
|
1949
2074
|
/**
|
1950
|
-
* The
|
2075
|
+
* The identifier of the block list you want to get information on.
|
1951
2076
|
*/
|
1952
2077
|
Id: QuerySuggestionsBlockListId;
|
1953
2078
|
}
|
1954
2079
|
export interface DescribeQuerySuggestionsBlockListResponse {
|
1955
2080
|
/**
|
1956
|
-
*
|
2081
|
+
* The identifier of the index for the block list.
|
1957
2082
|
*/
|
1958
2083
|
IndexId?: IndexId;
|
1959
2084
|
/**
|
1960
|
-
*
|
2085
|
+
* The identifier of the block list.
|
1961
2086
|
*/
|
1962
2087
|
Id?: QuerySuggestionsBlockListId;
|
1963
2088
|
/**
|
1964
|
-
*
|
2089
|
+
* The name of the block list.
|
1965
2090
|
*/
|
1966
2091
|
Name?: QuerySuggestionsBlockListName;
|
1967
2092
|
/**
|
1968
|
-
*
|
2093
|
+
* The description for the block list.
|
1969
2094
|
*/
|
1970
2095
|
Description?: Description;
|
1971
2096
|
/**
|
1972
|
-
*
|
2097
|
+
* The current status of the block list. When the value is ACTIVE, the block list is ready for use.
|
1973
2098
|
*/
|
1974
2099
|
Status?: QuerySuggestionsBlockListStatus;
|
1975
2100
|
/**
|
1976
|
-
*
|
2101
|
+
* The error message containing details if there are issues processing the block list.
|
1977
2102
|
*/
|
1978
2103
|
ErrorMessage?: ErrorMessage;
|
1979
2104
|
/**
|
1980
|
-
*
|
2105
|
+
* The date-time a block list for query suggestions was created.
|
1981
2106
|
*/
|
1982
2107
|
CreatedAt?: Timestamp;
|
1983
2108
|
/**
|
1984
|
-
*
|
2109
|
+
* The date-time a block list for query suggestions was last updated.
|
1985
2110
|
*/
|
1986
2111
|
UpdatedAt?: Timestamp;
|
1987
2112
|
/**
|
@@ -1989,69 +2114,69 @@ declare namespace Kendra {
|
|
1989
2114
|
*/
|
1990
2115
|
SourceS3Path?: S3Path;
|
1991
2116
|
/**
|
1992
|
-
*
|
2117
|
+
* The current number of valid, non-empty words or phrases in the block list text file.
|
1993
2118
|
*/
|
1994
2119
|
ItemCount?: Integer;
|
1995
2120
|
/**
|
1996
|
-
*
|
2121
|
+
* The current size of the block list text file in S3.
|
1997
2122
|
*/
|
1998
2123
|
FileSizeBytes?: Long;
|
1999
2124
|
/**
|
2000
|
-
*
|
2125
|
+
* The IAM (Identity and Access Management) role used by Amazon Kendra to access the block list text file in S3. The role needs S3 read permissions to your file in S3 and needs to give STS (Security Token Service) assume role permissions to Amazon Kendra.
|
2001
2126
|
*/
|
2002
2127
|
RoleArn?: RoleArn;
|
2003
2128
|
}
|
2004
2129
|
export interface DescribeQuerySuggestionsConfigRequest {
|
2005
2130
|
/**
|
2006
|
-
* The identifier of the index you want to
|
2131
|
+
* The identifier of the index with query suggestions that you want to get information on.
|
2007
2132
|
*/
|
2008
2133
|
IndexId: IndexId;
|
2009
2134
|
}
|
2010
2135
|
export interface DescribeQuerySuggestionsConfigResponse {
|
2011
2136
|
/**
|
2012
|
-
*
|
2137
|
+
* Whether query suggestions are currently in ENABLED mode or LEARN_ONLY mode. By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query suggestions for your users. You can change the mode using the UpdateQuerySuggestionsConfig API.
|
2013
2138
|
*/
|
2014
2139
|
Mode?: Mode;
|
2015
2140
|
/**
|
2016
|
-
*
|
2141
|
+
* Whether the status of query suggestions settings is currently ACTIVE or UPDATING. Active means the current settings apply and Updating means your changed settings are in the process of applying.
|
2017
2142
|
*/
|
2018
2143
|
Status?: QuerySuggestionsStatus;
|
2019
2144
|
/**
|
2020
|
-
*
|
2145
|
+
* How recent your queries are in your query log time window (in days).
|
2021
2146
|
*/
|
2022
2147
|
QueryLogLookBackWindowInDays?: Integer;
|
2023
2148
|
/**
|
2024
|
-
*
|
2149
|
+
* TRUE to use all queries, otherwise use only queries that include user information to generate the query suggestions.
|
2025
2150
|
*/
|
2026
2151
|
IncludeQueriesWithoutUserInformation?: ObjectBoolean;
|
2027
2152
|
/**
|
2028
|
-
*
|
2153
|
+
* The minimum number of unique users who must search a query in order for the query to be eligible to suggest to your users.
|
2029
2154
|
*/
|
2030
2155
|
MinimumNumberOfQueryingUsers?: MinimumNumberOfQueryingUsers;
|
2031
2156
|
/**
|
2032
|
-
*
|
2157
|
+
* The minimum number of times a query must be searched in order for the query to be eligible to suggest to your users.
|
2033
2158
|
*/
|
2034
2159
|
MinimumQueryCount?: MinimumQueryCount;
|
2035
2160
|
/**
|
2036
|
-
*
|
2161
|
+
* The date-time query suggestions for an index was last updated.
|
2037
2162
|
*/
|
2038
2163
|
LastSuggestionsBuildTime?: Timestamp;
|
2039
2164
|
/**
|
2040
|
-
*
|
2165
|
+
* The date-time query suggestions for an index was last cleared. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. Amazon Kendra only considers re-occurences of a query from the time you cleared suggestions.
|
2041
2166
|
*/
|
2042
2167
|
LastClearTime?: Timestamp;
|
2043
2168
|
/**
|
2044
|
-
*
|
2169
|
+
* The current total count of query suggestions for an index. This count can change when you update your query suggestions settings, if you filter out certain queries from suggestions using a block list, and as the query log accumulates more queries for Amazon Kendra to learn from.
|
2045
2170
|
*/
|
2046
2171
|
TotalSuggestionsCount?: Integer;
|
2047
2172
|
}
|
2048
2173
|
export interface DescribeThesaurusRequest {
|
2049
2174
|
/**
|
2050
|
-
* The identifier of the thesaurus to
|
2175
|
+
* The identifier of the thesaurus you want to get information on.
|
2051
2176
|
*/
|
2052
2177
|
Id: ThesaurusId;
|
2053
2178
|
/**
|
2054
|
-
* The identifier of the index
|
2179
|
+
* The identifier of the index for the thesaurus.
|
2055
2180
|
*/
|
2056
2181
|
IndexId: IndexId;
|
2057
2182
|
}
|
@@ -2061,7 +2186,7 @@ declare namespace Kendra {
|
|
2061
2186
|
*/
|
2062
2187
|
Id?: ThesaurusId;
|
2063
2188
|
/**
|
2064
|
-
* The identifier of the index
|
2189
|
+
* The identifier of the index for the thesaurus.
|
2065
2190
|
*/
|
2066
2191
|
IndexId?: IndexId;
|
2067
2192
|
/**
|
@@ -2167,7 +2292,7 @@ declare namespace Kendra {
|
|
2167
2292
|
*/
|
2168
2293
|
Attributes?: DocumentAttributeList;
|
2169
2294
|
/**
|
2170
|
-
* Information on
|
2295
|
+
* Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
2171
2296
|
*/
|
2172
2297
|
AccessControlList?: PrincipalList;
|
2173
2298
|
/**
|
@@ -2178,6 +2303,10 @@ declare namespace Kendra {
|
|
2178
2303
|
* The file type of the document in the Blob field.
|
2179
2304
|
*/
|
2180
2305
|
ContentType?: ContentType;
|
2306
|
+
/**
|
2307
|
+
* The identifier of the access control configuration that you want to apply to the document.
|
2308
|
+
*/
|
2309
|
+
AccessControlConfigurationId?: AccessControlConfigurationId;
|
2181
2310
|
}
|
2182
2311
|
export interface DocumentAttribute {
|
2183
2312
|
/**
|
@@ -2281,7 +2410,7 @@ declare namespace Kendra {
|
|
2281
2410
|
*/
|
2282
2411
|
Type: DocumentAttributeValueType;
|
2283
2412
|
/**
|
2284
|
-
* Provides
|
2413
|
+
* Provides tuning parameters to determine how the field affects the search results.
|
2285
2414
|
*/
|
2286
2415
|
Relevance?: Relevance;
|
2287
2416
|
/**
|
@@ -2293,9 +2422,12 @@ declare namespace Kendra {
|
|
2293
2422
|
export type DocumentMetadataConfigurationName = string;
|
2294
2423
|
export interface DocumentRelevanceConfiguration {
|
2295
2424
|
/**
|
2296
|
-
* The name of the
|
2425
|
+
* The name of the index field.
|
2297
2426
|
*/
|
2298
2427
|
Name: DocumentMetadataConfigurationName;
|
2428
|
+
/**
|
2429
|
+
* Provides information for tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.
|
2430
|
+
*/
|
2299
2431
|
Relevance: Relevance;
|
2300
2432
|
}
|
2301
2433
|
export type DocumentRelevanceOverrideConfigurationList = DocumentRelevanceConfiguration[];
|
@@ -2800,11 +2932,11 @@ declare namespace Kendra {
|
|
2800
2932
|
}
|
2801
2933
|
export interface GroupSummary {
|
2802
2934
|
/**
|
2803
|
-
*
|
2935
|
+
* The identifier of the group you want group summary information on.
|
2804
2936
|
*/
|
2805
2937
|
GroupId?: GroupId;
|
2806
2938
|
/**
|
2807
|
-
*
|
2939
|
+
* The timestamp identifier used for the latest PUT or DELETE action.
|
2808
2940
|
*/
|
2809
2941
|
OrderingId?: PrincipalOrderingId;
|
2810
2942
|
}
|
@@ -3027,13 +3159,37 @@ declare namespace Kendra {
|
|
3027
3159
|
export type KmsKeyId = string;
|
3028
3160
|
export type LambdaArn = string;
|
3029
3161
|
export type LanguageCode = string;
|
3162
|
+
export interface ListAccessControlConfigurationsRequest {
|
3163
|
+
/**
|
3164
|
+
* The identifier of the index for the access control configuration.
|
3165
|
+
*/
|
3166
|
+
IndexId: IndexId;
|
3167
|
+
/**
|
3168
|
+
* If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of access control configurations.
|
3169
|
+
*/
|
3170
|
+
NextToken?: String;
|
3171
|
+
/**
|
3172
|
+
* The maximum number of access control configurations to return.
|
3173
|
+
*/
|
3174
|
+
MaxResults?: MaxResultsIntegerForListAccessControlConfigurationsRequest;
|
3175
|
+
}
|
3176
|
+
export interface ListAccessControlConfigurationsResponse {
|
3177
|
+
/**
|
3178
|
+
* If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of access control configurations.
|
3179
|
+
*/
|
3180
|
+
NextToken?: String;
|
3181
|
+
/**
|
3182
|
+
* The details of your access control configurations.
|
3183
|
+
*/
|
3184
|
+
AccessControlConfigurations: AccessControlConfigurationSummaryList;
|
3185
|
+
}
|
3030
3186
|
export interface ListDataSourceSyncJobsRequest {
|
3031
3187
|
/**
|
3032
3188
|
* The identifier of the data source.
|
3033
3189
|
*/
|
3034
3190
|
Id: DataSourceId;
|
3035
3191
|
/**
|
3036
|
-
* The identifier of the index
|
3192
|
+
* The identifier of the index used with the data source.
|
3037
3193
|
*/
|
3038
3194
|
IndexId: IndexId;
|
3039
3195
|
/**
|
@@ -3065,7 +3221,7 @@ declare namespace Kendra {
|
|
3065
3221
|
}
|
3066
3222
|
export interface ListDataSourcesRequest {
|
3067
3223
|
/**
|
3068
|
-
* The identifier of the index
|
3224
|
+
* The identifier of the index used with one or more data sources.
|
3069
3225
|
*/
|
3070
3226
|
IndexId: IndexId;
|
3071
3227
|
/**
|
@@ -3278,7 +3434,7 @@ declare namespace Kendra {
|
|
3278
3434
|
}
|
3279
3435
|
export interface ListThesauriRequest {
|
3280
3436
|
/**
|
3281
|
-
* The identifier of the index
|
3437
|
+
* The identifier of the index with one or more thesauri.
|
3282
3438
|
*/
|
3283
3439
|
IndexId: IndexId;
|
3284
3440
|
/**
|
@@ -3304,6 +3460,7 @@ declare namespace Kendra {
|
|
3304
3460
|
export type LookBackPeriod = number;
|
3305
3461
|
export type MaxContentSizePerPageInMegaBytes = number;
|
3306
3462
|
export type MaxLinksPerPage = number;
|
3463
|
+
export type MaxResultsIntegerForListAccessControlConfigurationsRequest = number;
|
3307
3464
|
export type MaxResultsIntegerForListDataSourceSyncJobsRequest = number;
|
3308
3465
|
export type MaxResultsIntegerForListDataSourcesRequest = number;
|
3309
3466
|
export type MaxResultsIntegerForListEntityPersonasRequest = number;
|
@@ -3431,7 +3588,7 @@ declare namespace Kendra {
|
|
3431
3588
|
*/
|
3432
3589
|
Type: PrincipalType;
|
3433
3590
|
/**
|
3434
|
-
* Whether to allow or deny access to the principal.
|
3591
|
+
* Whether to allow or deny document access to the principal.
|
3435
3592
|
*/
|
3436
3593
|
Access: ReadAccessType;
|
3437
3594
|
/**
|
@@ -3669,7 +3826,7 @@ declare namespace Kendra {
|
|
3669
3826
|
*/
|
3670
3827
|
CrawlAttachments?: Boolean;
|
3671
3828
|
/**
|
3672
|
-
* The
|
3829
|
+
* The identifiers of the Quip folders you want to index.
|
3673
3830
|
*/
|
3674
3831
|
FolderIds?: FolderIdList;
|
3675
3832
|
/**
|
@@ -3989,14 +4146,14 @@ declare namespace Kendra {
|
|
3989
4146
|
*/
|
3990
4147
|
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration;
|
3991
4148
|
/**
|
3992
|
-
* The type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field.
|
4149
|
+
* The type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field. If you choose OAUTH2, Amazon Kendra is authenticated using the credentials of client ID, client secret, user name and password. When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.
|
3993
4150
|
*/
|
3994
4151
|
AuthenticationType?: ServiceNowAuthenticationType;
|
3995
4152
|
}
|
3996
4153
|
export type ServiceNowHostUrl = string;
|
3997
4154
|
export interface ServiceNowKnowledgeArticleConfiguration {
|
3998
4155
|
/**
|
3999
|
-
*
|
4156
|
+
* TRUE to index attachments to knowledge articles.
|
4000
4157
|
*/
|
4001
4158
|
CrawlAttachments?: Boolean;
|
4002
4159
|
/**
|
@@ -4027,7 +4184,7 @@ declare namespace Kendra {
|
|
4027
4184
|
export type ServiceNowKnowledgeArticleFilterQuery = string;
|
4028
4185
|
export interface ServiceNowServiceCatalogConfiguration {
|
4029
4186
|
/**
|
4030
|
-
*
|
4187
|
+
* TRUE to index attachments to service catalog items.
|
4031
4188
|
*/
|
4032
4189
|
CrawlAttachments?: Boolean;
|
4033
4190
|
/**
|
@@ -4421,41 +4578,69 @@ declare namespace Kendra {
|
|
4421
4578
|
}
|
4422
4579
|
export interface UntagResourceResponse {
|
4423
4580
|
}
|
4581
|
+
export interface UpdateAccessControlConfigurationRequest {
|
4582
|
+
/**
|
4583
|
+
* The identifier of the index for an access control configuration.
|
4584
|
+
*/
|
4585
|
+
IndexId: IndexId;
|
4586
|
+
/**
|
4587
|
+
* The identifier of the access control configuration you want to update.
|
4588
|
+
*/
|
4589
|
+
Id: AccessControlConfigurationId;
|
4590
|
+
/**
|
4591
|
+
* A new name for the access control configuration.
|
4592
|
+
*/
|
4593
|
+
Name?: AccessControlConfigurationName;
|
4594
|
+
/**
|
4595
|
+
* A new description for the access control configuration.
|
4596
|
+
*/
|
4597
|
+
Description?: Description;
|
4598
|
+
/**
|
4599
|
+
* Information you want to update on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
4600
|
+
*/
|
4601
|
+
AccessControlList?: PrincipalList;
|
4602
|
+
/**
|
4603
|
+
* The updated list of principal lists that define the hierarchy for which documents users should have access to.
|
4604
|
+
*/
|
4605
|
+
HierarchicalAccessControlList?: HierarchicalPrincipalList;
|
4606
|
+
}
|
4607
|
+
export interface UpdateAccessControlConfigurationResponse {
|
4608
|
+
}
|
4424
4609
|
export interface UpdateDataSourceRequest {
|
4425
4610
|
/**
|
4426
|
-
* The
|
4611
|
+
* The identifier of the data source you want to update.
|
4427
4612
|
*/
|
4428
4613
|
Id: DataSourceId;
|
4429
4614
|
/**
|
4430
|
-
*
|
4615
|
+
* A new name for the data source connector. You must first delete the data source and re-create it to change the name of the data source.
|
4431
4616
|
*/
|
4432
4617
|
Name?: DataSourceName;
|
4433
4618
|
/**
|
4434
|
-
* The identifier of the index
|
4619
|
+
* The identifier of the index used with the data source connector.
|
4435
4620
|
*/
|
4436
4621
|
IndexId: IndexId;
|
4437
4622
|
/**
|
4438
|
-
* Configuration information
|
4623
|
+
* Configuration information you want to update for the data source connector.
|
4439
4624
|
*/
|
4440
4625
|
Configuration?: DataSourceConfiguration;
|
4441
4626
|
/**
|
4442
|
-
*
|
4627
|
+
* A new description for the data source connector.
|
4443
4628
|
*/
|
4444
4629
|
Description?: Description;
|
4445
4630
|
/**
|
4446
|
-
* The
|
4631
|
+
* The sync schedule you want to update for the data source connector.
|
4447
4632
|
*/
|
4448
4633
|
Schedule?: ScanSchedule;
|
4449
4634
|
/**
|
4450
|
-
* The Amazon Resource Name (ARN) of
|
4635
|
+
* The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM Roles for Amazon Kendra.
|
4451
4636
|
*/
|
4452
4637
|
RoleArn?: RoleArn;
|
4453
4638
|
/**
|
4454
|
-
* The code for a language. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
4639
|
+
* The code for a language you want to update for the data source connector. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
4455
4640
|
*/
|
4456
4641
|
LanguageCode?: LanguageCode;
|
4457
4642
|
/**
|
4458
|
-
* Configuration information for altering document metadata and content during the document ingestion process
|
4643
|
+
* Configuration information you want to update for altering document metadata and content during the document ingestion process. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
4459
4644
|
*/
|
4460
4645
|
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
4461
4646
|
}
|
@@ -4465,11 +4650,11 @@ declare namespace Kendra {
|
|
4465
4650
|
*/
|
4466
4651
|
Id: ExperienceId;
|
4467
4652
|
/**
|
4468
|
-
*
|
4653
|
+
* A new name for your Amazon Kendra experience.
|
4469
4654
|
*/
|
4470
4655
|
Name?: ExperienceName;
|
4471
4656
|
/**
|
4472
|
-
* The identifier of the index for your Amazon Kendra experience
|
4657
|
+
* The identifier of the index for your Amazon Kendra experience.
|
4473
4658
|
*/
|
4474
4659
|
IndexId: IndexId;
|
4475
4660
|
/**
|
@@ -4477,25 +4662,25 @@ declare namespace Kendra {
|
|
4477
4662
|
*/
|
4478
4663
|
RoleArn?: RoleArn;
|
4479
4664
|
/**
|
4480
|
-
* Configuration information for your Amazon Kendra
|
4665
|
+
* Configuration information you want to update for your Amazon Kendra experience.
|
4481
4666
|
*/
|
4482
4667
|
Configuration?: ExperienceConfiguration;
|
4483
4668
|
/**
|
4484
|
-
*
|
4669
|
+
* A new description for your Amazon Kendra experience.
|
4485
4670
|
*/
|
4486
4671
|
Description?: Description;
|
4487
4672
|
}
|
4488
4673
|
export interface UpdateIndexRequest {
|
4489
4674
|
/**
|
4490
|
-
* The identifier of the index to update.
|
4675
|
+
* The identifier of the index you want to update.
|
4491
4676
|
*/
|
4492
4677
|
Id: IndexId;
|
4493
4678
|
/**
|
4494
|
-
* The name of the index to update.
|
4679
|
+
* The name of the index you want to update.
|
4495
4680
|
*/
|
4496
4681
|
Name?: IndexName;
|
4497
4682
|
/**
|
4498
|
-
*
|
4683
|
+
* An Identity and Access Management (IAM) role that gives Amazon Kendra permission to access Amazon CloudWatch logs and metrics.
|
4499
4684
|
*/
|
4500
4685
|
RoleArn?: RoleArn;
|
4501
4686
|
/**
|
@@ -4503,7 +4688,7 @@ declare namespace Kendra {
|
|
4503
4688
|
*/
|
4504
4689
|
Description?: Description;
|
4505
4690
|
/**
|
4506
|
-
* The document metadata you want to update.
|
4691
|
+
* The document metadata configuration you want to update for the index. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
|
4507
4692
|
*/
|
4508
4693
|
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfigurationList;
|
4509
4694
|
/**
|
@@ -4525,19 +4710,19 @@ declare namespace Kendra {
|
|
4525
4710
|
}
|
4526
4711
|
export interface UpdateQuerySuggestionsBlockListRequest {
|
4527
4712
|
/**
|
4528
|
-
* The identifier of the index for
|
4713
|
+
* The identifier of the index for the block list.
|
4529
4714
|
*/
|
4530
4715
|
IndexId: IndexId;
|
4531
4716
|
/**
|
4532
|
-
* The
|
4717
|
+
* The identifier of the block list you want to update.
|
4533
4718
|
*/
|
4534
4719
|
Id: QuerySuggestionsBlockListId;
|
4535
4720
|
/**
|
4536
|
-
*
|
4721
|
+
* A new name for the block list.
|
4537
4722
|
*/
|
4538
4723
|
Name?: QuerySuggestionsBlockListName;
|
4539
4724
|
/**
|
4540
|
-
*
|
4725
|
+
* A new description for the block list.
|
4541
4726
|
*/
|
4542
4727
|
Description?: Description;
|
4543
4728
|
/**
|
@@ -4551,7 +4736,7 @@ declare namespace Kendra {
|
|
4551
4736
|
}
|
4552
4737
|
export interface UpdateQuerySuggestionsConfigRequest {
|
4553
4738
|
/**
|
4554
|
-
*
|
4739
|
+
* The identifier of the index with query suggestions you want to update.
|
4555
4740
|
*/
|
4556
4741
|
IndexId: IndexId;
|
4557
4742
|
/**
|
@@ -4577,23 +4762,23 @@ declare namespace Kendra {
|
|
4577
4762
|
}
|
4578
4763
|
export interface UpdateThesaurusRequest {
|
4579
4764
|
/**
|
4580
|
-
* The identifier of the thesaurus to update.
|
4765
|
+
* The identifier of the thesaurus you want to update.
|
4581
4766
|
*/
|
4582
4767
|
Id: ThesaurusId;
|
4583
4768
|
/**
|
4584
|
-
*
|
4769
|
+
* A new name for the thesaurus.
|
4585
4770
|
*/
|
4586
4771
|
Name?: ThesaurusName;
|
4587
4772
|
/**
|
4588
|
-
* The identifier of the index
|
4773
|
+
* The identifier of the index for the thesaurus.
|
4589
4774
|
*/
|
4590
4775
|
IndexId: IndexId;
|
4591
4776
|
/**
|
4592
|
-
*
|
4777
|
+
* A new description for the thesaurus.
|
4593
4778
|
*/
|
4594
4779
|
Description?: Description;
|
4595
4780
|
/**
|
4596
|
-
*
|
4781
|
+
* An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.
|
4597
4782
|
*/
|
4598
4783
|
RoleArn?: RoleArn;
|
4599
4784
|
SourceS3Path?: S3Path;
|
@@ -4706,7 +4891,7 @@ declare namespace Kendra {
|
|
4706
4891
|
*/
|
4707
4892
|
ProxyConfiguration?: ProxyConfiguration;
|
4708
4893
|
/**
|
4709
|
-
* Configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
|
4894
|
+
* Configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You use a secret in Secrets Manager to store your authentication credentials. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
|
4710
4895
|
*/
|
4711
4896
|
AuthenticationConfiguration?: AuthenticationConfiguration;
|
4712
4897
|
}
|