@azure/app-configuration 1.13.0-beta.1 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -34
- package/dist/browser/appConfigurationClient.d.ts +13 -0
- package/dist/browser/appConfigurationClient.d.ts.map +1 -1
- package/dist/browser/appConfigurationClient.js +117 -15
- package/dist/browser/appConfigurationClient.js.map +1 -1
- package/dist/browser/generated/api/appConfigurationContext.d.ts.map +1 -1
- package/dist/browser/generated/api/appConfigurationContext.js +3 -4
- package/dist/browser/generated/api/appConfigurationContext.js.map +1 -1
- package/dist/browser/generated/api/operations.d.ts +2 -2
- package/dist/browser/generated/api/operations.d.ts.map +1 -1
- package/dist/browser/generated/api/operations.js +30 -35
- package/dist/browser/generated/api/operations.js.map +1 -1
- package/dist/browser/generated/api/options.d.ts +0 -4
- package/dist/browser/generated/api/options.d.ts.map +1 -1
- package/dist/browser/generated/api/options.js.map +1 -1
- package/dist/browser/generated/appConfigurationClient.d.ts +1 -4
- package/dist/browser/generated/appConfigurationClient.d.ts.map +1 -1
- package/dist/browser/generated/appConfigurationClient.js +8 -5
- package/dist/browser/generated/appConfigurationClient.js.map +1 -1
- package/dist/browser/generated/index.d.ts +1 -3
- package/dist/browser/generated/index.d.ts.map +1 -1
- package/dist/browser/generated/index.js.map +1 -1
- package/dist/browser/generated/models/index.d.ts +1 -1
- package/dist/browser/generated/models/index.d.ts.map +1 -1
- package/dist/browser/generated/models/index.js.map +1 -1
- package/dist/browser/generated/models/models.d.ts +5 -144
- package/dist/browser/generated/models/models.d.ts.map +1 -1
- package/dist/browser/generated/models/models.js +0 -231
- package/dist/browser/generated/models/models.js.map +1 -1
- package/dist/browser/generated/restorePollerHelpers.d.ts.map +1 -1
- package/dist/browser/generated/restorePollerHelpers.js.map +1 -1
- package/dist/browser/index.d.ts +0 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +0 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/internal/constants.d.ts +2 -2
- package/dist/browser/internal/constants.d.ts.map +1 -1
- package/dist/browser/internal/constants.js +2 -2
- package/dist/browser/internal/constants.js.map +1 -1
- package/dist/browser/internal/helpers.d.ts +19 -31
- package/dist/browser/internal/helpers.d.ts.map +1 -1
- package/dist/browser/internal/helpers.js +21 -57
- package/dist/browser/internal/helpers.js.map +1 -1
- package/dist/browser/models.d.ts +7 -272
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js +0 -28
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/package.json +6 -1
- package/dist/commonjs/appConfigurationClient.d.ts +13 -0
- package/dist/commonjs/appConfigurationClient.d.ts.map +1 -1
- package/dist/commonjs/appConfigurationClient.js +128 -23
- package/dist/commonjs/appConfigurationClient.js.map +3 -3
- package/dist/commonjs/generated/api/appConfigurationContext.d.ts.map +1 -1
- package/dist/commonjs/generated/api/appConfigurationContext.js +2 -13
- package/dist/commonjs/generated/api/appConfigurationContext.js.map +3 -3
- package/dist/commonjs/generated/api/operations.d.ts +2 -2
- package/dist/commonjs/generated/api/operations.d.ts.map +1 -1
- package/dist/commonjs/generated/api/operations.js +32 -37
- package/dist/commonjs/generated/api/operations.js.map +2 -2
- package/dist/commonjs/generated/api/options.d.ts +0 -4
- package/dist/commonjs/generated/api/options.d.ts.map +1 -1
- package/dist/commonjs/generated/api/options.js.map +1 -1
- package/dist/commonjs/generated/appConfigurationClient.d.ts +1 -4
- package/dist/commonjs/generated/appConfigurationClient.d.ts.map +1 -1
- package/dist/commonjs/generated/appConfigurationClient.js +6 -5
- package/dist/commonjs/generated/appConfigurationClient.js.map +2 -2
- package/dist/commonjs/generated/index.d.ts +1 -3
- package/dist/commonjs/generated/index.d.ts.map +1 -1
- package/dist/commonjs/generated/index.js.map +2 -2
- package/dist/commonjs/generated/models/index.d.ts +1 -1
- package/dist/commonjs/generated/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/models/index.js.map +2 -2
- package/dist/commonjs/generated/models/models.d.ts +5 -144
- package/dist/commonjs/generated/models/models.d.ts.map +1 -1
- package/dist/commonjs/generated/models/models.js +2 -268
- package/dist/commonjs/generated/models/models.js.map +2 -2
- package/dist/commonjs/generated/restorePollerHelpers.d.ts.map +1 -1
- package/dist/commonjs/generated/restorePollerHelpers.js.map +2 -2
- package/dist/commonjs/index.d.ts +0 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +0 -3
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/internal/constants.d.ts +2 -2
- package/dist/commonjs/internal/constants.d.ts.map +1 -1
- package/dist/commonjs/internal/constants.js +2 -2
- package/dist/commonjs/internal/constants.js.map +1 -1
- package/dist/commonjs/internal/helpers.d.ts +19 -31
- package/dist/commonjs/internal/helpers.d.ts.map +1 -1
- package/dist/commonjs/internal/helpers.js +23 -46
- package/dist/commonjs/internal/helpers.js.map +2 -2
- package/dist/commonjs/models.d.ts +7 -272
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js +2 -24
- package/dist/commonjs/models.js.map +3 -3
- package/dist/commonjs/package.json +6 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/appConfigurationClient.d.ts +13 -0
- package/dist/esm/appConfigurationClient.d.ts.map +1 -1
- package/dist/esm/appConfigurationClient.js +117 -15
- package/dist/esm/appConfigurationClient.js.map +1 -1
- package/dist/esm/generated/api/appConfigurationContext.d.ts.map +1 -1
- package/dist/esm/generated/api/appConfigurationContext.js +3 -4
- package/dist/esm/generated/api/appConfigurationContext.js.map +1 -1
- package/dist/esm/generated/api/operations.d.ts +2 -2
- package/dist/esm/generated/api/operations.d.ts.map +1 -1
- package/dist/esm/generated/api/operations.js +30 -35
- package/dist/esm/generated/api/operations.js.map +1 -1
- package/dist/esm/generated/api/options.d.ts +0 -4
- package/dist/esm/generated/api/options.d.ts.map +1 -1
- package/dist/esm/generated/api/options.js.map +1 -1
- package/dist/esm/generated/appConfigurationClient.d.ts +1 -4
- package/dist/esm/generated/appConfigurationClient.d.ts.map +1 -1
- package/dist/esm/generated/appConfigurationClient.js +8 -5
- package/dist/esm/generated/appConfigurationClient.js.map +1 -1
- package/dist/esm/generated/index.d.ts +1 -3
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/models/index.d.ts +1 -1
- package/dist/esm/generated/models/index.d.ts.map +1 -1
- package/dist/esm/generated/models/index.js.map +1 -1
- package/dist/esm/generated/models/models.d.ts +5 -144
- package/dist/esm/generated/models/models.d.ts.map +1 -1
- package/dist/esm/generated/models/models.js +0 -231
- package/dist/esm/generated/models/models.js.map +1 -1
- package/dist/esm/generated/restorePollerHelpers.d.ts.map +1 -1
- package/dist/esm/generated/restorePollerHelpers.js.map +1 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal/constants.d.ts +2 -2
- package/dist/esm/internal/constants.d.ts.map +1 -1
- package/dist/esm/internal/constants.js +2 -2
- package/dist/esm/internal/constants.js.map +1 -1
- package/dist/esm/internal/helpers.d.ts +19 -31
- package/dist/esm/internal/helpers.d.ts.map +1 -1
- package/dist/esm/internal/helpers.js +21 -57
- package/dist/esm/internal/helpers.js.map +1 -1
- package/dist/esm/models.d.ts +7 -272
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js +0 -28
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/package.json +6 -1
- package/dist/react-native/appConfigurationClient.d.ts +13 -0
- package/dist/react-native/appConfigurationClient.d.ts.map +1 -1
- package/dist/react-native/appConfigurationClient.js +117 -15
- package/dist/react-native/appConfigurationClient.js.map +1 -1
- package/dist/react-native/generated/api/appConfigurationContext.d.ts.map +1 -1
- package/dist/react-native/generated/api/appConfigurationContext.js +3 -4
- package/dist/react-native/generated/api/appConfigurationContext.js.map +1 -1
- package/dist/react-native/generated/api/operations.d.ts +2 -2
- package/dist/react-native/generated/api/operations.d.ts.map +1 -1
- package/dist/react-native/generated/api/operations.js +30 -35
- package/dist/react-native/generated/api/operations.js.map +1 -1
- package/dist/react-native/generated/api/options.d.ts +0 -4
- package/dist/react-native/generated/api/options.d.ts.map +1 -1
- package/dist/react-native/generated/api/options.js.map +1 -1
- package/dist/react-native/generated/appConfigurationClient.d.ts +1 -4
- package/dist/react-native/generated/appConfigurationClient.d.ts.map +1 -1
- package/dist/react-native/generated/appConfigurationClient.js +8 -5
- package/dist/react-native/generated/appConfigurationClient.js.map +1 -1
- package/dist/react-native/generated/index.d.ts +1 -3
- package/dist/react-native/generated/index.d.ts.map +1 -1
- package/dist/react-native/generated/index.js.map +1 -1
- package/dist/react-native/generated/models/index.d.ts +1 -1
- package/dist/react-native/generated/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/models/index.js.map +1 -1
- package/dist/react-native/generated/models/models.d.ts +5 -144
- package/dist/react-native/generated/models/models.d.ts.map +1 -1
- package/dist/react-native/generated/models/models.js +0 -231
- package/dist/react-native/generated/models/models.js.map +1 -1
- package/dist/react-native/generated/restorePollerHelpers.d.ts.map +1 -1
- package/dist/react-native/generated/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/index.d.ts +0 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +0 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/internal/constants.d.ts +2 -2
- package/dist/react-native/internal/constants.d.ts.map +1 -1
- package/dist/react-native/internal/constants.js +2 -2
- package/dist/react-native/internal/constants.js.map +1 -1
- package/dist/react-native/internal/helpers.d.ts +19 -31
- package/dist/react-native/internal/helpers.d.ts.map +1 -1
- package/dist/react-native/internal/helpers.js +21 -57
- package/dist/react-native/internal/helpers.js.map +1 -1
- package/dist/react-native/models.d.ts +7 -272
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js +0 -28
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/package.json +6 -1
- package/package.json +6 -6
- package/dist/browser/featureFlagClient.d.ts +0 -172
- package/dist/browser/featureFlagClient.d.ts.map +0 -1
- package/dist/browser/featureFlagClient.js +0 -279
- package/dist/browser/featureFlagClient.js.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/index.d.ts +0 -3
- package/dist/browser/generated/api/featureFlagClient/index.d.ts.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/index.js +0 -4
- package/dist/browser/generated/api/featureFlagClient/index.js.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/operations.d.ts +0 -38
- package/dist/browser/generated/api/featureFlagClient/operations.d.ts.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/operations.js +0 -404
- package/dist/browser/generated/api/featureFlagClient/operations.js.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/options.d.ts +0 -240
- package/dist/browser/generated/api/featureFlagClient/options.d.ts.map +0 -1
- package/dist/browser/generated/api/featureFlagClient/options.js +0 -4
- package/dist/browser/generated/api/featureFlagClient/options.js.map +0 -1
- package/dist/browser/generated/classic/featureFlagClient/index.d.ts +0 -25
- package/dist/browser/generated/classic/featureFlagClient/index.d.ts.map +0 -1
- package/dist/browser/generated/classic/featureFlagClient/index.js +0 -21
- package/dist/browser/generated/classic/featureFlagClient/index.js.map +0 -1
- package/dist/browser/generated/classic/index.d.ts +0 -2
- package/dist/browser/generated/classic/index.d.ts.map +0 -1
- package/dist/browser/generated/classic/index.js +0 -4
- package/dist/browser/generated/classic/index.js.map +0 -1
- package/dist/browser/internal/createGeneratedClient.d.ts +0 -35
- package/dist/browser/internal/createGeneratedClient.d.ts.map +0 -1
- package/dist/browser/internal/createGeneratedClient.js +0 -85
- package/dist/browser/internal/createGeneratedClient.js.map +0 -1
- package/dist/browser/internal/doubleEncodedQueryParamNamePolicy.d.ts +0 -7
- package/dist/browser/internal/doubleEncodedQueryParamNamePolicy.d.ts.map +0 -1
- package/dist/browser/internal/doubleEncodedQueryParamNamePolicy.js +0 -49
- package/dist/browser/internal/doubleEncodedQueryParamNamePolicy.js.map +0 -1
- package/dist/browser/internal/listFeatureFlagRevisions.d.ts +0 -16
- package/dist/browser/internal/listFeatureFlagRevisions.d.ts.map +0 -1
- package/dist/browser/internal/listFeatureFlagRevisions.js +0 -54
- package/dist/browser/internal/listFeatureFlagRevisions.js.map +0 -1
- package/dist/browser/internal/listFeatureFlags.d.ts +0 -19
- package/dist/browser/internal/listFeatureFlags.d.ts.map +0 -1
- package/dist/browser/internal/listFeatureFlags.js +0 -77
- package/dist/browser/internal/listFeatureFlags.js.map +0 -1
- package/dist/browser/internal/listLabels.d.ts +0 -12
- package/dist/browser/internal/listLabels.d.ts.map +0 -1
- package/dist/browser/internal/listLabels.js +0 -48
- package/dist/browser/internal/listLabels.js.map +0 -1
- package/dist/commonjs/featureFlagClient.d.ts +0 -172
- package/dist/commonjs/featureFlagClient.d.ts.map +0 -1
- package/dist/commonjs/featureFlagClient.js +0 -339
- package/dist/commonjs/featureFlagClient.js.map +0 -7
- package/dist/commonjs/generated/api/featureFlagClient/index.d.ts +0 -3
- package/dist/commonjs/generated/api/featureFlagClient/index.d.ts.map +0 -1
- package/dist/commonjs/generated/api/featureFlagClient/index.js +0 -42
- package/dist/commonjs/generated/api/featureFlagClient/index.js.map +0 -7
- package/dist/commonjs/generated/api/featureFlagClient/operations.d.ts +0 -38
- package/dist/commonjs/generated/api/featureFlagClient/operations.d.ts.map +0 -1
- package/dist/commonjs/generated/api/featureFlagClient/operations.js +0 -448
- package/dist/commonjs/generated/api/featureFlagClient/operations.js.map +0 -7
- package/dist/commonjs/generated/api/featureFlagClient/options.d.ts +0 -240
- package/dist/commonjs/generated/api/featureFlagClient/options.d.ts.map +0 -1
- package/dist/commonjs/generated/api/featureFlagClient/options.js +0 -16
- package/dist/commonjs/generated/api/featureFlagClient/options.js.map +0 -7
- package/dist/commonjs/generated/classic/featureFlagClient/index.d.ts +0 -25
- package/dist/commonjs/generated/classic/featureFlagClient/index.d.ts.map +0 -1
- package/dist/commonjs/generated/classic/featureFlagClient/index.js +0 -45
- package/dist/commonjs/generated/classic/featureFlagClient/index.js.map +0 -7
- package/dist/commonjs/generated/classic/index.d.ts +0 -2
- package/dist/commonjs/generated/classic/index.d.ts.map +0 -1
- package/dist/commonjs/generated/classic/index.js +0 -16
- package/dist/commonjs/generated/classic/index.js.map +0 -7
- package/dist/commonjs/internal/createGeneratedClient.d.ts +0 -35
- package/dist/commonjs/internal/createGeneratedClient.d.ts.map +0 -1
- package/dist/commonjs/internal/createGeneratedClient.js +0 -101
- package/dist/commonjs/internal/createGeneratedClient.js.map +0 -7
- package/dist/commonjs/internal/doubleEncodedQueryParamNamePolicy.d.ts +0 -7
- package/dist/commonjs/internal/doubleEncodedQueryParamNamePolicy.d.ts.map +0 -1
- package/dist/commonjs/internal/doubleEncodedQueryParamNamePolicy.js +0 -67
- package/dist/commonjs/internal/doubleEncodedQueryParamNamePolicy.js.map +0 -7
- package/dist/commonjs/internal/listFeatureFlagRevisions.d.ts +0 -16
- package/dist/commonjs/internal/listFeatureFlagRevisions.d.ts.map +0 -1
- package/dist/commonjs/internal/listFeatureFlagRevisions.js +0 -68
- package/dist/commonjs/internal/listFeatureFlagRevisions.js.map +0 -7
- package/dist/commonjs/internal/listFeatureFlags.d.ts +0 -19
- package/dist/commonjs/internal/listFeatureFlags.d.ts.map +0 -1
- package/dist/commonjs/internal/listFeatureFlags.js +0 -89
- package/dist/commonjs/internal/listFeatureFlags.js.map +0 -7
- package/dist/commonjs/internal/listLabels.d.ts +0 -12
- package/dist/commonjs/internal/listLabels.d.ts.map +0 -1
- package/dist/commonjs/internal/listLabels.js +0 -67
- package/dist/commonjs/internal/listLabels.js.map +0 -7
- package/dist/esm/featureFlagClient.d.ts +0 -172
- package/dist/esm/featureFlagClient.d.ts.map +0 -1
- package/dist/esm/featureFlagClient.js +0 -279
- package/dist/esm/featureFlagClient.js.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/index.d.ts +0 -3
- package/dist/esm/generated/api/featureFlagClient/index.d.ts.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/index.js +0 -4
- package/dist/esm/generated/api/featureFlagClient/index.js.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/operations.d.ts +0 -38
- package/dist/esm/generated/api/featureFlagClient/operations.d.ts.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/operations.js +0 -404
- package/dist/esm/generated/api/featureFlagClient/operations.js.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/options.d.ts +0 -240
- package/dist/esm/generated/api/featureFlagClient/options.d.ts.map +0 -1
- package/dist/esm/generated/api/featureFlagClient/options.js +0 -4
- package/dist/esm/generated/api/featureFlagClient/options.js.map +0 -1
- package/dist/esm/generated/classic/featureFlagClient/index.d.ts +0 -25
- package/dist/esm/generated/classic/featureFlagClient/index.d.ts.map +0 -1
- package/dist/esm/generated/classic/featureFlagClient/index.js +0 -21
- package/dist/esm/generated/classic/featureFlagClient/index.js.map +0 -1
- package/dist/esm/generated/classic/index.d.ts +0 -2
- package/dist/esm/generated/classic/index.d.ts.map +0 -1
- package/dist/esm/generated/classic/index.js +0 -4
- package/dist/esm/generated/classic/index.js.map +0 -1
- package/dist/esm/internal/createGeneratedClient.d.ts +0 -35
- package/dist/esm/internal/createGeneratedClient.d.ts.map +0 -1
- package/dist/esm/internal/createGeneratedClient.js +0 -85
- package/dist/esm/internal/createGeneratedClient.js.map +0 -1
- package/dist/esm/internal/doubleEncodedQueryParamNamePolicy.d.ts +0 -7
- package/dist/esm/internal/doubleEncodedQueryParamNamePolicy.d.ts.map +0 -1
- package/dist/esm/internal/doubleEncodedQueryParamNamePolicy.js +0 -49
- package/dist/esm/internal/doubleEncodedQueryParamNamePolicy.js.map +0 -1
- package/dist/esm/internal/listFeatureFlagRevisions.d.ts +0 -16
- package/dist/esm/internal/listFeatureFlagRevisions.d.ts.map +0 -1
- package/dist/esm/internal/listFeatureFlagRevisions.js +0 -54
- package/dist/esm/internal/listFeatureFlagRevisions.js.map +0 -1
- package/dist/esm/internal/listFeatureFlags.d.ts +0 -19
- package/dist/esm/internal/listFeatureFlags.d.ts.map +0 -1
- package/dist/esm/internal/listFeatureFlags.js +0 -77
- package/dist/esm/internal/listFeatureFlags.js.map +0 -1
- package/dist/esm/internal/listLabels.d.ts +0 -12
- package/dist/esm/internal/listLabels.d.ts.map +0 -1
- package/dist/esm/internal/listLabels.js +0 -48
- package/dist/esm/internal/listLabels.js.map +0 -1
- package/dist/react-native/featureFlagClient.d.ts +0 -172
- package/dist/react-native/featureFlagClient.d.ts.map +0 -1
- package/dist/react-native/featureFlagClient.js +0 -279
- package/dist/react-native/featureFlagClient.js.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/index.d.ts +0 -3
- package/dist/react-native/generated/api/featureFlagClient/index.d.ts.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/index.js +0 -4
- package/dist/react-native/generated/api/featureFlagClient/index.js.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/operations.d.ts +0 -38
- package/dist/react-native/generated/api/featureFlagClient/operations.d.ts.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/operations.js +0 -404
- package/dist/react-native/generated/api/featureFlagClient/operations.js.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/options.d.ts +0 -240
- package/dist/react-native/generated/api/featureFlagClient/options.d.ts.map +0 -1
- package/dist/react-native/generated/api/featureFlagClient/options.js +0 -4
- package/dist/react-native/generated/api/featureFlagClient/options.js.map +0 -1
- package/dist/react-native/generated/classic/featureFlagClient/index.d.ts +0 -25
- package/dist/react-native/generated/classic/featureFlagClient/index.d.ts.map +0 -1
- package/dist/react-native/generated/classic/featureFlagClient/index.js +0 -21
- package/dist/react-native/generated/classic/featureFlagClient/index.js.map +0 -1
- package/dist/react-native/generated/classic/index.d.ts +0 -2
- package/dist/react-native/generated/classic/index.d.ts.map +0 -1
- package/dist/react-native/generated/classic/index.js +0 -4
- package/dist/react-native/generated/classic/index.js.map +0 -1
- package/dist/react-native/internal/createGeneratedClient.d.ts +0 -35
- package/dist/react-native/internal/createGeneratedClient.d.ts.map +0 -1
- package/dist/react-native/internal/createGeneratedClient.js +0 -85
- package/dist/react-native/internal/createGeneratedClient.js.map +0 -1
- package/dist/react-native/internal/doubleEncodedQueryParamNamePolicy.d.ts +0 -7
- package/dist/react-native/internal/doubleEncodedQueryParamNamePolicy.d.ts.map +0 -1
- package/dist/react-native/internal/doubleEncodedQueryParamNamePolicy.js +0 -49
- package/dist/react-native/internal/doubleEncodedQueryParamNamePolicy.js.map +0 -1
- package/dist/react-native/internal/listFeatureFlagRevisions.d.ts +0 -16
- package/dist/react-native/internal/listFeatureFlagRevisions.d.ts.map +0 -1
- package/dist/react-native/internal/listFeatureFlagRevisions.js +0 -54
- package/dist/react-native/internal/listFeatureFlagRevisions.js.map +0 -1
- package/dist/react-native/internal/listFeatureFlags.d.ts +0 -19
- package/dist/react-native/internal/listFeatureFlags.d.ts.map +0 -1
- package/dist/react-native/internal/listFeatureFlags.js +0 -77
- package/dist/react-native/internal/listFeatureFlags.js.map +0 -1
- package/dist/react-native/internal/listLabels.d.ts +0 -12
- package/dist/react-native/internal/listLabels.d.ts.map +0 -1
- package/dist/react-native/internal/listLabels.js +0 -48
- package/dist/react-native/internal/listLabels.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/generated/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EACR,cAAc,EACd,cAAc,EACd,cAAc,EACd,WAAW,EACZ,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;IACpE;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,0BAA2B,SAAQ,gBAAgB;IAClE;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;IAC7D,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;IACjE,oDAAoD;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/generated/api/options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/generated/api/options.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n KeyValue,\n SnapshotStatus,\n KeyValueFields,\n SnapshotFields,\n LabelFields,\n} from \"../models/models.js\";\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface CheckRevisionsOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetRevisionsOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface DeleteLockOptionalParams extends OperationOptions {\n /** The label, if any, of the key-value to unlock. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface PutLockOptionalParams extends OperationOptions {\n /** The label, if any, of the key-value to lock. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckLabelsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned labels. */\n name?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: LabelFields[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n /** A filter used to indicate the resource type of the labels. Accepted values: 'kv' for key-value labels, 'ff' for feature flag labels. */\n resourceType?: string;\n}\n\n/** Optional parameters. */\nexport interface GetLabelsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned labels. */\n name?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: LabelFields[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n /** A filter used to indicate the resource type of the labels. Accepted values: 'kv' for key-value labels, 'ff' for feature flag labels. */\n resourceType?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckSnapshotOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdateSnapshotOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CreateSnapshotOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n}\n\n/** Optional parameters. */\nexport interface GetOperationDetailsOptionalParams extends OperationOptions {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetSnapshotOptionalParams extends OperationOptions {\n /** Used to select what fields are present in the returned resource(s). */\n select?: SnapshotFields[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckSnapshotsOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetSnapshotsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned snapshots. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: SnapshotFields[];\n /** Used to filter returned snapshots by their status property. */\n status?: SnapshotStatus[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to retrieve. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface DeleteKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to delete. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface PutKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to create. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** The key-value to create. */\n entity?: KeyValue;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to retrieve. */\n label?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n}\n\n/** Optional parameters. */\nexport interface CheckKeyValuesOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used get key-values for a snapshot. The value should be the name of\n * the snapshot. Not valid when used with 'key' and 'label' filters.\n */\n snapshot?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeyValuesOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used get key-values for a snapshot. The value should be the name of\n * the snapshot. Not valid when used with 'key' and 'label' filters.\n */\n snapshot?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n}\n\n/** Optional parameters. */\nexport interface CheckKeysOptionalParams extends OperationOptions {\n /** A filter for the name of the returned keys. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeysOptionalParams extends OperationOptions {\n /** A filter for the name of the returned keys. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n}\n"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n KeyValue,\n SnapshotStatus,\n KeyValueFields,\n SnapshotFields,\n LabelFields,\n} from \"../models/models.js\";\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface CheckRevisionsOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetRevisionsOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/restapirevisions\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface DeleteLockOptionalParams extends OperationOptions {\n /** The label, if any, of the key-value to unlock. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface PutLockOptionalParams extends OperationOptions {\n /** The label, if any, of the key-value to lock. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckLabelsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned labels. */\n name?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: LabelFields[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetLabelsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned labels. */\n name?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: LabelFields[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckSnapshotOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdateSnapshotOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CreateSnapshotOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n}\n\n/** Optional parameters. */\nexport interface GetOperationDetailsOptionalParams extends OperationOptions {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetSnapshotOptionalParams extends OperationOptions {\n /** Used to select what fields are present in the returned resource(s). */\n select?: SnapshotFields[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckSnapshotsOptionalParams extends OperationOptions {\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetSnapshotsOptionalParams extends OperationOptions {\n /** A filter for the name of the returned snapshots. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: SnapshotFields[];\n /** Used to filter returned snapshots by their status property. */\n status?: SnapshotStatus[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n}\n\n/** Optional parameters. */\nexport interface CheckKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to retrieve. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface DeleteKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to delete. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface PutKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to create. */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** The key-value to create. */\n entity?: KeyValue;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeyValueOptionalParams extends OperationOptions {\n /** The label of the key-value to retrieve. */\n label?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n}\n\n/** Optional parameters. */\nexport interface CheckKeyValuesOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used get key-values for a snapshot. The value should be the name of\n * the snapshot. Not valid when used with 'key' and 'label' filters.\n */\n snapshot?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeyValuesOptionalParams extends OperationOptions {\n /**\n * A filter used to match keys. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n key?: string;\n /**\n * A filter used to match labels. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n label?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** Used to select what fields are present in the returned resource(s). */\n select?: KeyValueFields[];\n /**\n * A filter used get key-values for a snapshot. The value should be the name of\n * the snapshot. Not valid when used with 'key' and 'label' filters.\n */\n snapshot?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag matches the\n * value provided.\n */\n ifMatch?: string;\n /**\n * Used to perform an operation only if the targeted resource's etag does not\n * match the value provided.\n */\n ifNoneMatch?: string;\n /**\n * A filter used to query by tags. Syntax reference:\n * https://aka.ms/azconfig/docs/keyvaluefiltering\n */\n tags?: string[];\n}\n\n/** Optional parameters. */\nexport interface CheckKeysOptionalParams extends OperationOptions {\n /** A filter for the name of the returned keys. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetKeysOptionalParams extends OperationOptions {\n /** A filter for the name of the returned keys. */\n name?: string;\n /**\n * Instructs the server to return elements that appear after the element referred\n * to by the specified token.\n */\n after?: string;\n /** Used to guarantee real-time consistency between requests. */\n syncToken?: string;\n /**\n * Requests the server to respond with the state of the resource at the specified\n * time.\n */\n acceptDatetime?: string;\n}\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AppConfigurationClientOptionalParams } from "./api/index.js";
|
|
2
2
|
import { CheckRevisionsOptionalParams, GetRevisionsOptionalParams, DeleteLockOptionalParams, PutLockOptionalParams, CheckLabelsOptionalParams, GetLabelsOptionalParams, CheckSnapshotOptionalParams, UpdateSnapshotOptionalParams, CreateSnapshotOptionalParams, GetOperationDetailsOptionalParams, GetSnapshotOptionalParams, CheckSnapshotsOptionalParams, GetSnapshotsOptionalParams, CheckKeyValueOptionalParams, DeleteKeyValueOptionalParams, PutKeyValueOptionalParams, GetKeyValueOptionalParams, CheckKeyValuesOptionalParams, GetKeyValuesOptionalParams, CheckKeysOptionalParams, GetKeysOptionalParams } from "./api/options.js";
|
|
3
|
-
import { FeatureFlagClientOperations } from "./classic/featureFlagClient/index.js";
|
|
4
3
|
import { Key, KeyValue, ConfigurationSnapshot, OperationDetails, SnapshotUpdateParameters, Label } from "./models/models.js";
|
|
5
4
|
import { PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
6
5
|
import { KeyCredential, TokenCredential } from "@azure/core-auth";
|
|
@@ -42,7 +41,7 @@ export declare class AppConfigurationClient {
|
|
|
42
41
|
/** Requests the headers and status of the given resource. */
|
|
43
42
|
checkKeyValue(key: string, options?: CheckKeyValueOptionalParams): Promise<void>;
|
|
44
43
|
/** Deletes a key-value. */
|
|
45
|
-
deleteKeyValue(key: string, options?: DeleteKeyValueOptionalParams): Promise<KeyValue |
|
|
44
|
+
deleteKeyValue(key: string, options?: DeleteKeyValueOptionalParams): Promise<KeyValue | undefined>;
|
|
46
45
|
/** Creates a key-value. */
|
|
47
46
|
putKeyValue(contentType: "application/vnd.microsoft.appconfig.kv+json" | "application/vnd.microsoft.appconfig.kvset+json" | "application/json" | "text/json" | "application/*+json" | "application/json-patch+json", key: string, options?: PutKeyValueOptionalParams): Promise<KeyValue>;
|
|
48
47
|
/** Gets a single key-value. */
|
|
@@ -55,7 +54,5 @@ export declare class AppConfigurationClient {
|
|
|
55
54
|
checkKeys(options?: CheckKeysOptionalParams): Promise<void>;
|
|
56
55
|
/** Gets a list of keys. */
|
|
57
56
|
getKeys(options?: GetKeysOptionalParams): PagedAsyncIterableIterator<Key>;
|
|
58
|
-
/** The operation groups for featureFlagClient */
|
|
59
|
-
readonly featureFlagClient: FeatureFlagClientOperations;
|
|
60
57
|
}
|
|
61
58
|
//# sourceMappingURL=appConfigurationClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appConfigurationClient.d.ts","sourceRoot":"","sources":["../../../src/generated/appConfigurationClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,oCAAoC,EAErC,MAAM,gBAAgB,CAAC;AAwBxB,OAAO,EACL,4BAA4B,EAC5B,0BAA0B,EAC1B,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,EACzB,uBAAuB,EACvB,2BAA2B,EAC3B,4BAA4B,EAC5B,4BAA4B,EAC5B,iCAAiC,EACjC,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,2BAA2B,EAC3B,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"appConfigurationClient.d.ts","sourceRoot":"","sources":["../../../src/generated/appConfigurationClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,16 +22,19 @@ __export(appConfigurationClient_exports, {
|
|
|
22
22
|
module.exports = __toCommonJS(appConfigurationClient_exports);
|
|
23
23
|
var import_api = require("./api/index.js");
|
|
24
24
|
var import_operations = require("./api/operations.js");
|
|
25
|
-
var import_featureFlagClient = require("./classic/featureFlagClient/index.js");
|
|
26
25
|
class AppConfigurationClient {
|
|
27
26
|
_client;
|
|
28
27
|
/** The pipeline used by this client to make requests */
|
|
29
28
|
pipeline;
|
|
30
29
|
/** Azure App Configuration REST API */
|
|
31
30
|
constructor(endpointParam, credential, options = {}) {
|
|
32
|
-
|
|
31
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
32
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-client` : `azsdk-js-client`;
|
|
33
|
+
this._client = (0, import_api.createAppConfiguration)(endpointParam, credential, {
|
|
34
|
+
...options,
|
|
35
|
+
userAgentOptions: { userAgentPrefix }
|
|
36
|
+
});
|
|
33
37
|
this.pipeline = this._client.pipeline;
|
|
34
|
-
this.featureFlagClient = (0, import_featureFlagClient._getFeatureFlagClientOperations)(this._client);
|
|
35
38
|
}
|
|
36
39
|
/** Requests the headers and status of the given resource. */
|
|
37
40
|
checkRevisions(options = { requestOptions: {} }) {
|
|
@@ -117,8 +120,6 @@ class AppConfigurationClient {
|
|
|
117
120
|
getKeys(options = { requestOptions: {} }) {
|
|
118
121
|
return (0, import_operations.getKeys)(this._client, options);
|
|
119
122
|
}
|
|
120
|
-
/** The operation groups for featureFlagClient */
|
|
121
|
-
featureFlagClient;
|
|
122
123
|
}
|
|
123
124
|
// Annotate the CommonJS export names for ESM import in node:
|
|
124
125
|
0 && (module.exports = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/generated/appConfigurationClient.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n AppConfigurationContext,\n AppConfigurationClientOptionalParams,\n createAppConfiguration,\n} from \"./api/index.js\";\nimport {\n checkRevisions,\n getRevisions,\n deleteLock,\n putLock,\n checkLabels,\n getLabels,\n checkSnapshot,\n updateSnapshot,\n createSnapshot,\n getOperationDetails,\n getSnapshot,\n checkSnapshots,\n getSnapshots,\n checkKeyValue,\n deleteKeyValue,\n putKeyValue,\n getKeyValue,\n checkKeyValues,\n getKeyValues,\n checkKeys,\n getKeys,\n} from \"./api/operations.js\";\nimport {\n CheckRevisionsOptionalParams,\n GetRevisionsOptionalParams,\n DeleteLockOptionalParams,\n PutLockOptionalParams,\n CheckLabelsOptionalParams,\n GetLabelsOptionalParams,\n CheckSnapshotOptionalParams,\n UpdateSnapshotOptionalParams,\n CreateSnapshotOptionalParams,\n GetOperationDetailsOptionalParams,\n GetSnapshotOptionalParams,\n CheckSnapshotsOptionalParams,\n GetSnapshotsOptionalParams,\n CheckKeyValueOptionalParams,\n DeleteKeyValueOptionalParams,\n PutKeyValueOptionalParams,\n GetKeyValueOptionalParams,\n CheckKeyValuesOptionalParams,\n GetKeyValuesOptionalParams,\n CheckKeysOptionalParams,\n GetKeysOptionalParams,\n} from \"./api/options.js\";\nimport {\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iBAIO;AACP,wBAsBO;
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n AppConfigurationContext,\n AppConfigurationClientOptionalParams,\n createAppConfiguration,\n} from \"./api/index.js\";\nimport {\n checkRevisions,\n getRevisions,\n deleteLock,\n putLock,\n checkLabels,\n getLabels,\n checkSnapshot,\n updateSnapshot,\n createSnapshot,\n getOperationDetails,\n getSnapshot,\n checkSnapshots,\n getSnapshots,\n checkKeyValue,\n deleteKeyValue,\n putKeyValue,\n getKeyValue,\n checkKeyValues,\n getKeyValues,\n checkKeys,\n getKeys,\n} from \"./api/operations.js\";\nimport {\n CheckRevisionsOptionalParams,\n GetRevisionsOptionalParams,\n DeleteLockOptionalParams,\n PutLockOptionalParams,\n CheckLabelsOptionalParams,\n GetLabelsOptionalParams,\n CheckSnapshotOptionalParams,\n UpdateSnapshotOptionalParams,\n CreateSnapshotOptionalParams,\n GetOperationDetailsOptionalParams,\n GetSnapshotOptionalParams,\n CheckSnapshotsOptionalParams,\n GetSnapshotsOptionalParams,\n CheckKeyValueOptionalParams,\n DeleteKeyValueOptionalParams,\n PutKeyValueOptionalParams,\n GetKeyValueOptionalParams,\n CheckKeyValuesOptionalParams,\n GetKeyValuesOptionalParams,\n CheckKeysOptionalParams,\n GetKeysOptionalParams,\n} from \"./api/options.js\";\nimport {\n Key,\n KeyValue,\n ConfigurationSnapshot,\n OperationDetails,\n SnapshotUpdateParameters,\n Label,\n} from \"./models/models.js\";\nimport { PagedAsyncIterableIterator } from \"./static-helpers/pagingHelpers.js\";\nimport { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { AppConfigurationClientOptionalParams } from \"./api/appConfigurationContext.js\";\n\nexport class AppConfigurationClient {\n private _client: AppConfigurationContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** Azure App Configuration REST API */\n constructor(\n endpointParam: string,\n credential: KeyCredential | TokenCredential,\n options: AppConfigurationClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createAppConfiguration(endpointParam, credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n }\n\n /** Requests the headers and status of the given resource. */\n checkRevisions(options: CheckRevisionsOptionalParams = { requestOptions: {} }): Promise<void> {\n return checkRevisions(this._client, options);\n }\n\n /** Gets a list of key-value revisions. */\n getRevisions(\n options: GetRevisionsOptionalParams = { requestOptions: {} },\n ): PagedAsyncIterableIterator<KeyValue> {\n return getRevisions(this._client, options);\n }\n\n /** Unlocks a key-value. */\n deleteLock(\n key: string,\n options: DeleteLockOptionalParams = { requestOptions: {} },\n ): Promise<KeyValue> {\n return deleteLock(this._client, key, options);\n }\n\n /** Locks a key-value. */\n putLock(key: string, options: PutLockOptionalParams = { requestOptions: {} }): Promise<KeyValue> {\n return putLock(this._client, key, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkLabels(options: CheckLabelsOptionalParams = { requestOptions: {} }): Promise<void> {\n return checkLabels(this._client, options);\n }\n\n /** Gets a list of labels. */\n getLabels(\n options: GetLabelsOptionalParams = { requestOptions: {} },\n ): PagedAsyncIterableIterator<Label> {\n return getLabels(this._client, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkSnapshot(\n name: string,\n options: CheckSnapshotOptionalParams = { requestOptions: {} },\n ): Promise<void> {\n return checkSnapshot(this._client, name, options);\n }\n\n /** Updates the state of a key-value snapshot. */\n updateSnapshot(\n contentType: \"application/merge-patch+json\" | \"application/json\",\n name: string,\n entity: SnapshotUpdateParameters,\n options: UpdateSnapshotOptionalParams = { requestOptions: {} },\n ): Promise<ConfigurationSnapshot> {\n return updateSnapshot(this._client, contentType, name, entity, options);\n }\n\n /** Creates a key-value snapshot. */\n createSnapshot(\n contentType: \"application/vnd.microsoft.appconfig.snapshot+json\" | \"application/json\",\n name: string,\n entity: ConfigurationSnapshot,\n options: CreateSnapshotOptionalParams = { requestOptions: {} },\n ): PollerLike<OperationState<ConfigurationSnapshot>, ConfigurationSnapshot> {\n return createSnapshot(this._client, contentType, name, entity, options);\n }\n\n /** Gets the state of a long running operation. */\n getOperationDetails(\n snapshot: string,\n options: GetOperationDetailsOptionalParams = { requestOptions: {} },\n ): Promise<OperationDetails> {\n return getOperationDetails(this._client, snapshot, options);\n }\n\n /** Gets a single key-value snapshot. */\n getSnapshot(\n name: string,\n options: GetSnapshotOptionalParams = { requestOptions: {} },\n ): Promise<ConfigurationSnapshot> {\n return getSnapshot(this._client, name, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkSnapshots(options: CheckSnapshotsOptionalParams = { requestOptions: {} }): Promise<void> {\n return checkSnapshots(this._client, options);\n }\n\n /** Gets a list of key-value snapshots. */\n getSnapshots(\n options: GetSnapshotsOptionalParams = { requestOptions: {} },\n ): PagedAsyncIterableIterator<ConfigurationSnapshot> {\n return getSnapshots(this._client, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkKeyValue(\n key: string,\n options: CheckKeyValueOptionalParams = { requestOptions: {} },\n ): Promise<void> {\n return checkKeyValue(this._client, key, options);\n }\n\n /** Deletes a key-value. */\n deleteKeyValue(\n key: string,\n options: DeleteKeyValueOptionalParams = { requestOptions: {} },\n ): Promise<KeyValue | undefined> {\n return deleteKeyValue(this._client, key, options);\n }\n\n /** Creates a key-value. */\n putKeyValue(\n contentType:\n | \"application/vnd.microsoft.appconfig.kv+json\"\n | \"application/vnd.microsoft.appconfig.kvset+json\"\n | \"application/json\"\n | \"text/json\"\n | \"application/*+json\"\n | \"application/json-patch+json\",\n key: string,\n options: PutKeyValueOptionalParams = { requestOptions: {} },\n ): Promise<KeyValue> {\n return putKeyValue(this._client, contentType, key, options);\n }\n\n /** Gets a single key-value. */\n getKeyValue(\n key: string,\n options: GetKeyValueOptionalParams = { requestOptions: {} },\n ): Promise<KeyValue> {\n return getKeyValue(this._client, key, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkKeyValues(options: CheckKeyValuesOptionalParams = { requestOptions: {} }): Promise<void> {\n return checkKeyValues(this._client, options);\n }\n\n /** Gets a list of key-values. */\n getKeyValues(\n options: GetKeyValuesOptionalParams = { requestOptions: {} },\n ): PagedAsyncIterableIterator<KeyValue> {\n return getKeyValues(this._client, options);\n }\n\n /** Requests the headers and status of the given resource. */\n checkKeys(options: CheckKeysOptionalParams = { requestOptions: {} }): Promise<void> {\n return checkKeys(this._client, options);\n }\n\n /** Gets a list of keys. */\n getKeys(\n options: GetKeysOptionalParams = { requestOptions: {} },\n ): PagedAsyncIterableIterator<Key> {\n return getKeys(this._client, options);\n }\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -2,11 +2,9 @@ import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./sta
|
|
|
2
2
|
export { AppConfigurationClient } from "./appConfigurationClient.js";
|
|
3
3
|
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
4
|
export { restorePoller } from "./restorePollerHelpers.js";
|
|
5
|
-
export type { Key, ErrorModel, KeyValue, ConfigurationSnapshot, SnapshotStatus, ConfigurationSettingsFilter, CompositionType, OperationDetails, OperationState, SnapshotUpdateParameters, Label,
|
|
5
|
+
export type { Key, ErrorModel, KeyValue, ConfigurationSnapshot, SnapshotStatus, ConfigurationSettingsFilter, CompositionType, OperationDetails, OperationState, SnapshotUpdateParameters, Label, KeyValueFields, SnapshotFields, LabelFields, } from "./models/index.js";
|
|
6
6
|
export { KnownVersions } from "./models/index.js";
|
|
7
7
|
export type { AppConfigurationClientOptionalParams, CheckRevisionsOptionalParams, GetRevisionsOptionalParams, DeleteLockOptionalParams, PutLockOptionalParams, CheckLabelsOptionalParams, GetLabelsOptionalParams, CheckSnapshotOptionalParams, UpdateSnapshotOptionalParams, CreateSnapshotOptionalParams, GetOperationDetailsOptionalParams, GetSnapshotOptionalParams, CheckSnapshotsOptionalParams, GetSnapshotsOptionalParams, CheckKeyValueOptionalParams, DeleteKeyValueOptionalParams, PutKeyValueOptionalParams, GetKeyValueOptionalParams, CheckKeyValuesOptionalParams, GetKeyValuesOptionalParams, CheckKeysOptionalParams, GetKeysOptionalParams, } from "./api/index.js";
|
|
8
|
-
export type { FeatureFlagClientCheckFeatureFlagRevisionsOptionalParams, FeatureFlagClientGetFeatureFlagRevisionsOptionalParams, FeatureFlagClientDeleteFeatureFlagOptionalParams, FeatureFlagClientPutFeatureFlagOptionalParams, FeatureFlagClientCheckFeatureFlagOptionalParams, FeatureFlagClientGetFeatureFlagOptionalParams, FeatureFlagClientCheckFeatureFlagsOptionalParams, FeatureFlagClientGetFeatureFlagsOptionalParams, } from "./api/featureFlagClient/index.js";
|
|
9
|
-
export type { FeatureFlagClientOperations } from "./classic/index.js";
|
|
10
8
|
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
11
9
|
export { RestError, isRestError } from "@azure/core-rest-pipeline";
|
|
12
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,YAAY,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,YAAY,EACV,GAAG,EACH,UAAU,EACV,QAAQ,EACR,qBAAqB,EACrB,cAAc,EACd,2BAA2B,EAC3B,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,KAAK,EACL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,YAAY,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,YAAY,EACV,GAAG,EACH,UAAU,EACV,QAAQ,EACR,qBAAqB,EACrB,cAAc,EACd,2BAA2B,EAC3B,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,KAAK,EACL,cAAc,EACd,cAAc,EACd,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,YAAY,EACV,oCAAoC,EACpC,4BAA4B,EAC5B,0BAA0B,EAC1B,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,EACzB,uBAAuB,EACvB,2BAA2B,EAC3B,4BAA4B,EAC5B,4BAA4B,EAC5B,iCAAiC,EACjC,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,2BAA2B,EAC3B,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,gBAAgB,CAAC;AACxB,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/generated/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { AppConfigurationClient } from \"./appConfigurationClient.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n Key,\n ErrorModel,\n KeyValue,\n ConfigurationSnapshot,\n SnapshotStatus,\n ConfigurationSettingsFilter,\n CompositionType,\n OperationDetails,\n OperationState,\n SnapshotUpdateParameters,\n Label,\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,oCAAuC;AAEvC,kCAA8B;
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { AppConfigurationClient } from \"./appConfigurationClient.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n Key,\n ErrorModel,\n KeyValue,\n ConfigurationSnapshot,\n SnapshotStatus,\n ConfigurationSettingsFilter,\n CompositionType,\n OperationDetails,\n OperationState,\n SnapshotUpdateParameters,\n Label,\n KeyValueFields,\n SnapshotFields,\n LabelFields,\n} from \"./models/index.js\";\nexport { KnownVersions } from \"./models/index.js\";\nexport type {\n AppConfigurationClientOptionalParams,\n CheckRevisionsOptionalParams,\n GetRevisionsOptionalParams,\n DeleteLockOptionalParams,\n PutLockOptionalParams,\n CheckLabelsOptionalParams,\n GetLabelsOptionalParams,\n CheckSnapshotOptionalParams,\n UpdateSnapshotOptionalParams,\n CreateSnapshotOptionalParams,\n GetOperationDetailsOptionalParams,\n GetSnapshotOptionalParams,\n CheckSnapshotsOptionalParams,\n GetSnapshotsOptionalParams,\n CheckKeyValueOptionalParams,\n DeleteKeyValueOptionalParams,\n PutKeyValueOptionalParams,\n GetKeyValueOptionalParams,\n CheckKeyValuesOptionalParams,\n GetKeyValuesOptionalParams,\n CheckKeysOptionalParams,\n GetKeysOptionalParams,\n} from \"./api/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,oCAAuC;AAEvC,kCAA8B;AAiB9B,oBAA8B;AA0B9B,gCAAuC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { Key, ErrorModel, KeyValue, ConfigurationSnapshot, SnapshotStatus, ConfigurationSettingsFilter, CompositionType, OperationDetails, OperationState, SnapshotUpdateParameters, Label,
|
|
1
|
+
export type { Key, ErrorModel, KeyValue, ConfigurationSnapshot, SnapshotStatus, ConfigurationSettingsFilter, CompositionType, OperationDetails, OperationState, SnapshotUpdateParameters, Label, KeyValueFields, SnapshotFields, LabelFields, } from "./models.js";
|
|
2
2
|
export { KnownVersions } from "./models.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,GAAG,EACH,UAAU,EACV,QAAQ,EACR,qBAAqB,EACrB,cAAc,EACd,2BAA2B,EAC3B,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,KAAK,EACL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,GAAG,EACH,UAAU,EACV,QAAQ,EACR,qBAAqB,EACrB,cAAc,EACd,2BAA2B,EAC3B,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,KAAK,EACL,cAAc,EACd,cAAc,EACd,WAAW,GACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/generated/models/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n Key,\n ErrorModel,\n KeyValue,\n ConfigurationSnapshot,\n SnapshotStatus,\n ConfigurationSettingsFilter,\n CompositionType,\n OperationDetails,\n OperationState,\n SnapshotUpdateParameters,\n Label,\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n Key,\n ErrorModel,\n KeyValue,\n ConfigurationSnapshot,\n SnapshotStatus,\n ConfigurationSettingsFilter,\n CompositionType,\n OperationDetails,\n OperationState,\n SnapshotUpdateParameters,\n Label,\n KeyValueFields,\n SnapshotFields,\n LabelFields,\n} from \"./models.js\";\nexport { KnownVersions } from \"./models.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAmBA,oBAA8B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { ErrorModel as ErrorModel_1 } from "@azure-rest/core-client";
|
|
2
|
+
/**
|
|
3
|
+
* This file contains only generated model types and their (de)serializers.
|
|
4
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
5
|
+
*/
|
|
2
6
|
/** The result of a list request. */
|
|
3
7
|
export interface _KeyListResult {
|
|
4
8
|
/** The collection value. */
|
|
@@ -168,153 +172,12 @@ export interface Label {
|
|
|
168
172
|
name?: string;
|
|
169
173
|
}
|
|
170
174
|
export declare function labelDeserializer(item: any): Label;
|
|
171
|
-
/** The result of a Feature Flag list request. */
|
|
172
|
-
export interface _FeatureFlagListResult {
|
|
173
|
-
/** The collection value. */
|
|
174
|
-
items?: FeatureFlag[];
|
|
175
|
-
/** An identifier representing the returned state of the resource. */
|
|
176
|
-
etag?: string;
|
|
177
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
178
|
-
nextLink?: string;
|
|
179
|
-
}
|
|
180
|
-
export declare function _featureFlagListResultDeserializer(item: any): _FeatureFlagListResult;
|
|
181
|
-
export declare function featureFlagArraySerializer(result: Array<FeatureFlag>): any[];
|
|
182
|
-
export declare function featureFlagArrayDeserializer(result: Array<FeatureFlag>): any[];
|
|
183
|
-
/** A feature flag. */
|
|
184
|
-
export interface FeatureFlag {
|
|
185
|
-
/** The name of the feature flag. */
|
|
186
|
-
readonly name: string;
|
|
187
|
-
/** The enabled state of the feature flag. */
|
|
188
|
-
enabled: boolean;
|
|
189
|
-
/** The label the feature flag belongs to. */
|
|
190
|
-
readonly label?: string;
|
|
191
|
-
/** The description of the feature flag. */
|
|
192
|
-
description?: string;
|
|
193
|
-
/** The conditions of the feature flag. */
|
|
194
|
-
conditions?: FeatureFlagConditions;
|
|
195
|
-
/** The variants of the feature flag. */
|
|
196
|
-
variants?: FeatureFlagVariantDefinition[];
|
|
197
|
-
/** The allocation of the feature flag. */
|
|
198
|
-
allocation?: FeatureFlagAllocation;
|
|
199
|
-
/** The telemetry settings of the feature flag. */
|
|
200
|
-
telemetry?: FeatureFlagTelemetryConfiguration;
|
|
201
|
-
/** The tags of the feature flag */
|
|
202
|
-
tags?: Record<string, string>;
|
|
203
|
-
/** A date representing the last time the feature flag was modified. */
|
|
204
|
-
readonly lastModified?: Date;
|
|
205
|
-
/** A value representing the current state of the resource. */
|
|
206
|
-
readonly etag?: string;
|
|
207
|
-
}
|
|
208
|
-
export declare function featureFlagSerializer(item: FeatureFlag): any;
|
|
209
|
-
export declare function featureFlagDeserializer(item: any): FeatureFlag;
|
|
210
|
-
/** The conditions that must be met for the feature flag to be enabled. */
|
|
211
|
-
export interface FeatureFlagConditions {
|
|
212
|
-
/** The requirement type for the conditions. */
|
|
213
|
-
requirementType?: RequirementType;
|
|
214
|
-
/** The filters that will conditionally enable or disable the flag. */
|
|
215
|
-
filters?: FeatureFlagFilter[];
|
|
216
|
-
}
|
|
217
|
-
export declare function featureFlagConditionsSerializer(item: FeatureFlagConditions): any;
|
|
218
|
-
export declare function featureFlagConditionsDeserializer(item: any): FeatureFlagConditions;
|
|
219
|
-
/** Controls how multiple feature-flag filters are combined. */
|
|
220
|
-
export type RequirementType = "Any" | "All";
|
|
221
|
-
export declare function featureFlagFilterArraySerializer(result: Array<FeatureFlagFilter>): any[];
|
|
222
|
-
export declare function featureFlagFilterArrayDeserializer(result: Array<FeatureFlagFilter>): any[];
|
|
223
|
-
/** Feature Flag Filter object. */
|
|
224
|
-
export interface FeatureFlagFilter {
|
|
225
|
-
/** The name of the filter. */
|
|
226
|
-
name: string;
|
|
227
|
-
/** The parameters used by the filter */
|
|
228
|
-
parameters?: Record<string, string>;
|
|
229
|
-
}
|
|
230
|
-
export declare function featureFlagFilterSerializer(item: FeatureFlagFilter): any;
|
|
231
|
-
export declare function featureFlagFilterDeserializer(item: any): FeatureFlagFilter;
|
|
232
|
-
export declare function featureFlagVariantDefinitionArraySerializer(result: Array<FeatureFlagVariantDefinition>): any[];
|
|
233
|
-
export declare function featureFlagVariantDefinitionArrayDeserializer(result: Array<FeatureFlagVariantDefinition>): any[];
|
|
234
|
-
/** Feature Flag Variants object. */
|
|
235
|
-
export interface FeatureFlagVariantDefinition {
|
|
236
|
-
/** The name of the variant. */
|
|
237
|
-
name: string;
|
|
238
|
-
/** The value of the variant. */
|
|
239
|
-
value?: string;
|
|
240
|
-
/** The content type of the value stored within the key-value. */
|
|
241
|
-
contentType?: string;
|
|
242
|
-
/** Determines if the variant should override the status of the flag. */
|
|
243
|
-
statusOverride?: StatusOverride;
|
|
244
|
-
}
|
|
245
|
-
export declare function featureFlagVariantDefinitionSerializer(item: FeatureFlagVariantDefinition): any;
|
|
246
|
-
export declare function featureFlagVariantDefinitionDeserializer(item: any): FeatureFlagVariantDefinition;
|
|
247
|
-
/** Status Override. */
|
|
248
|
-
export type StatusOverride = "None" | "Enabled" | "Disabled";
|
|
249
|
-
/** Defines how to allocate variants based on context. */
|
|
250
|
-
export interface FeatureFlagAllocation {
|
|
251
|
-
/** The default variant to use when disabled. */
|
|
252
|
-
defaultWhenDisabled?: string;
|
|
253
|
-
/** The default variant to use when enabled but not allocated. */
|
|
254
|
-
defaultWhenEnabled?: string;
|
|
255
|
-
/** Allocates percentiles to variants. */
|
|
256
|
-
percentile?: PercentileAllocation[];
|
|
257
|
-
/** Allocates users to variants. */
|
|
258
|
-
user?: UserAllocation[];
|
|
259
|
-
/** Allocates groups to variants. */
|
|
260
|
-
group?: GroupAllocation[];
|
|
261
|
-
/** The seed used for random allocation. */
|
|
262
|
-
seed?: string;
|
|
263
|
-
}
|
|
264
|
-
export declare function featureFlagAllocationSerializer(item: FeatureFlagAllocation): any;
|
|
265
|
-
export declare function featureFlagAllocationDeserializer(item: any): FeatureFlagAllocation;
|
|
266
|
-
export declare function percentileAllocationArraySerializer(result: Array<PercentileAllocation>): any[];
|
|
267
|
-
export declare function percentileAllocationArrayDeserializer(result: Array<PercentileAllocation>): any[];
|
|
268
|
-
/** Feature Flag PercentileAllocation object. */
|
|
269
|
-
export interface PercentileAllocation {
|
|
270
|
-
/** The variant to allocate these percentiles to. */
|
|
271
|
-
variant: string;
|
|
272
|
-
/** The lower bounds for this percentile allocation. */
|
|
273
|
-
from: number;
|
|
274
|
-
/** The upper bounds for this percentile allocation. */
|
|
275
|
-
to: number;
|
|
276
|
-
}
|
|
277
|
-
export declare function percentileAllocationSerializer(item: PercentileAllocation): any;
|
|
278
|
-
export declare function percentileAllocationDeserializer(item: any): PercentileAllocation;
|
|
279
|
-
export declare function userAllocationArraySerializer(result: Array<UserAllocation>): any[];
|
|
280
|
-
export declare function userAllocationArrayDeserializer(result: Array<UserAllocation>): any[];
|
|
281
|
-
/** Feature Flag UserAllocation object. */
|
|
282
|
-
export interface UserAllocation {
|
|
283
|
-
/** The variant to allocate these percentiles to. */
|
|
284
|
-
variant: string;
|
|
285
|
-
/** The users to get this variant. */
|
|
286
|
-
users: string[];
|
|
287
|
-
}
|
|
288
|
-
export declare function userAllocationSerializer(item: UserAllocation): any;
|
|
289
|
-
export declare function userAllocationDeserializer(item: any): UserAllocation;
|
|
290
|
-
export declare function groupAllocationArraySerializer(result: Array<GroupAllocation>): any[];
|
|
291
|
-
export declare function groupAllocationArrayDeserializer(result: Array<GroupAllocation>): any[];
|
|
292
|
-
/** Feature Flag GroupAllocation object. */
|
|
293
|
-
export interface GroupAllocation {
|
|
294
|
-
/** The variant to allocate these percentiles to. */
|
|
295
|
-
variant: string;
|
|
296
|
-
/** The groups to get this variant. */
|
|
297
|
-
groups: string[];
|
|
298
|
-
}
|
|
299
|
-
export declare function groupAllocationSerializer(item: GroupAllocation): any;
|
|
300
|
-
export declare function groupAllocationDeserializer(item: any): GroupAllocation;
|
|
301
|
-
/** Feature Flag Telemetry object. */
|
|
302
|
-
export interface FeatureFlagTelemetryConfiguration {
|
|
303
|
-
/** The enabled state of the telemetry. */
|
|
304
|
-
enabled: boolean;
|
|
305
|
-
/** The metadata to include on outbound telemetry */
|
|
306
|
-
metadata?: Record<string, string>;
|
|
307
|
-
}
|
|
308
|
-
export declare function featureFlagTelemetryConfigurationSerializer(item: FeatureFlagTelemetryConfiguration): any;
|
|
309
|
-
export declare function featureFlagTelemetryConfigurationDeserializer(item: any): FeatureFlagTelemetryConfiguration;
|
|
310
175
|
/** Key-value fields. */
|
|
311
176
|
export type KeyValueFields = "key" | "label" | "content_type" | "value" | "last_modified" | "tags" | "description" | "locked" | "etag";
|
|
312
177
|
/** Snapshot fields. */
|
|
313
178
|
export type SnapshotFields = "name" | "status" | "filters" | "composition_type" | "created" | "expires" | "retention_period" | "size" | "items_count" | "tags" | "description" | "etag";
|
|
314
179
|
/** Label fields. */
|
|
315
180
|
export type LabelFields = "name";
|
|
316
|
-
/** Feature Flag fields. */
|
|
317
|
-
export type FeatureFlagFields = "name" | "enabled" | "label" | "description" | "conditions" | "variants" | "allocation" | "telemetry" | "tags" | "last_modified" | "etag";
|
|
318
181
|
/** Service API versions */
|
|
319
182
|
export declare enum KnownVersions {
|
|
320
183
|
/** The 2023-11-01 API version */
|
|
@@ -322,8 +185,6 @@ export declare enum KnownVersions {
|
|
|
322
185
|
/** The 2024-09-01 API version */
|
|
323
186
|
V20240901 = "2024-09-01",
|
|
324
187
|
/** The 2026-04-01 API version */
|
|
325
|
-
V20260401 = "2026-04-01"
|
|
326
|
-
/** The 2026-05-01-preview API version */
|
|
327
|
-
V20260501Preview = "2026-05-01-preview"
|
|
188
|
+
V20260401 = "2026-04-01"
|
|
328
189
|
}
|
|
329
190
|
//# sourceMappingURL=models.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/models.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/models.ts"],"names":[],"mappings":"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"}
|