@azure-rest/maps-timezone 1.0.0-beta.1 → 1.0.0-beta.2
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/CHANGELOG.md +17 -0
- package/LICENSE +4 -4
- package/README.md +92 -43
- package/dist/browser/MapsTimeZone.d.ts +6 -5
- package/dist/browser/MapsTimeZone.d.ts.map +1 -1
- package/dist/browser/MapsTimeZone.js.map +1 -1
- package/dist/browser/generated/isUnexpected.js +5 -6
- package/dist/browser/generated/isUnexpected.js.map +1 -1
- package/dist/browser/generated/mapsTimeZoneClient.js +13 -11
- package/dist/browser/generated/mapsTimeZoneClient.js.map +1 -1
- package/dist/commonjs/MapsTimeZone.d.ts +6 -5
- package/dist/commonjs/MapsTimeZone.d.ts.map +1 -1
- package/dist/commonjs/MapsTimeZone.js.map +1 -1
- package/dist/commonjs/generated/isUnexpected.js +5 -6
- package/dist/commonjs/generated/isUnexpected.js.map +1 -1
- package/dist/commonjs/generated/mapsTimeZoneClient.js +13 -11
- package/dist/commonjs/generated/mapsTimeZoneClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/MapsTimeZone.d.ts +6 -5
- package/dist/esm/MapsTimeZone.d.ts.map +1 -1
- package/dist/esm/MapsTimeZone.js.map +1 -1
- package/dist/esm/generated/isUnexpected.js +5 -6
- package/dist/esm/generated/isUnexpected.js.map +1 -1
- package/dist/esm/generated/mapsTimeZoneClient.js +13 -11
- package/dist/esm/generated/mapsTimeZoneClient.js.map +1 -1
- package/dist/react-native/MapsTimeZone.d.ts +6 -5
- package/dist/react-native/MapsTimeZone.d.ts.map +1 -1
- package/dist/react-native/MapsTimeZone.js.map +1 -1
- package/dist/react-native/generated/isUnexpected.js +5 -6
- package/dist/react-native/generated/isUnexpected.js.map +1 -1
- package/dist/react-native/generated/mapsTimeZoneClient.js +13 -11
- package/dist/react-native/generated/mapsTimeZoneClient.js.map +1 -1
- package/package.json +41 -45
- package/review/maps-timezone-node.api.md +374 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-timezone",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-beta.
|
|
5
|
+
"version": "1.0.0-beta.2",
|
|
6
6
|
"description": "A generated SDK for MapsTimeZoneClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -23,36 +23,12 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist/",
|
|
25
25
|
"README.md",
|
|
26
|
-
"LICENSE"
|
|
26
|
+
"LICENSE",
|
|
27
|
+
"review/",
|
|
28
|
+
"CHANGELOG.md"
|
|
27
29
|
],
|
|
28
30
|
"engines": {
|
|
29
|
-
"node": ">=
|
|
30
|
-
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
33
|
-
"build:browser": "dev-tool run build-package && dev-tool run bundle",
|
|
34
|
-
"build:debug": "dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api",
|
|
35
|
-
"build:node": "dev-tool run build-package && dev-tool run bundle --browser-test false",
|
|
36
|
-
"build:samples": "echo skipped.",
|
|
37
|
-
"build:test": "dev-tool run build-package && dev-tool run bundle",
|
|
38
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
39
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
40
|
-
"execute:samples": "echo skipped",
|
|
41
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
42
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
43
|
-
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
44
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
45
|
-
"integration-test:browser": "echo skipped",
|
|
46
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
47
|
-
"lint": "eslint package.json api-extractor.json src test",
|
|
48
|
-
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
49
|
-
"pack": "npm pack 2>&1",
|
|
50
|
-
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
51
|
-
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
|
52
|
-
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
53
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
54
|
-
"unit-test:browser": "echo skipped",
|
|
55
|
-
"unit-test:node": "dev-tool run test:vitest"
|
|
31
|
+
"node": ">=20.0.0"
|
|
56
32
|
},
|
|
57
33
|
"sideEffects": false,
|
|
58
34
|
"autoPublish": false,
|
|
@@ -60,28 +36,28 @@
|
|
|
60
36
|
"@azure-rest/core-client": "^2.3.1",
|
|
61
37
|
"@azure/core-auth": "^1.9.0",
|
|
62
38
|
"@azure/core-lro": "^2.7.2",
|
|
63
|
-
"@azure/core-rest-pipeline": "^1.
|
|
39
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
40
|
+
"@azure/core-util": "^1.11.0",
|
|
64
41
|
"@azure/logger": "^1.1.4",
|
|
65
42
|
"@azure/maps-common": "1.0.0-beta.2",
|
|
66
|
-
"@azure/core-util": "^1.11.0",
|
|
67
43
|
"tslib": "^2.8.1"
|
|
68
44
|
},
|
|
69
45
|
"devDependencies": {
|
|
70
|
-
"@azure
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
75
|
-
"@azure/identity": "^4.0.0",
|
|
76
|
-
"@types/node": "~22.7.6",
|
|
77
|
-
"@vitest/browser": "^2.1.8",
|
|
78
|
-
"@vitest/coverage-istanbul": "^2.1.8",
|
|
46
|
+
"@azure/identity": "4.11.1",
|
|
47
|
+
"@types/node": "^20.19.0",
|
|
48
|
+
"@vitest/browser": "^3.2.3",
|
|
49
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
79
50
|
"autorest": "latest",
|
|
80
51
|
"dotenv": "^16.0.0",
|
|
81
|
-
"eslint": "^9.
|
|
82
|
-
"playwright": "^1.
|
|
83
|
-
"typescript": "~5.
|
|
84
|
-
"vitest": "^2.
|
|
52
|
+
"eslint": "^9.33.0",
|
|
53
|
+
"playwright": "^1.50.1",
|
|
54
|
+
"typescript": "~5.8.3",
|
|
55
|
+
"vitest": "^3.2.3",
|
|
56
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
57
|
+
"@azure/dev-tool": "^1.0.0",
|
|
58
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
59
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
60
|
+
"@azure-tools/test-utils-vitest": "^1.0.0"
|
|
85
61
|
},
|
|
86
62
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-timezone-rest/README.md",
|
|
87
63
|
"//metadata": {
|
|
@@ -94,6 +70,7 @@
|
|
|
94
70
|
},
|
|
95
71
|
"type": "module",
|
|
96
72
|
"tshy": {
|
|
73
|
+
"project": "../../../tsconfig.src.build.json",
|
|
97
74
|
"exports": {
|
|
98
75
|
"./package.json": "./package.json",
|
|
99
76
|
".": "./src/index.ts"
|
|
@@ -129,5 +106,24 @@
|
|
|
129
106
|
"default": "./dist/commonjs/index.js"
|
|
130
107
|
}
|
|
131
108
|
}
|
|
109
|
+
},
|
|
110
|
+
"react-native": "./dist/react-native/index.js",
|
|
111
|
+
"scripts": {
|
|
112
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
113
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
114
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
115
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
116
|
+
"execute:samples": "echo skipped",
|
|
117
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
118
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
119
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
120
|
+
"lint": "eslint package.json src test",
|
|
121
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
122
|
+
"pack": "pnpm pack 2>&1",
|
|
123
|
+
"test": "npm run test:node && npm run test:browser",
|
|
124
|
+
"test:browser": "echo skipped",
|
|
125
|
+
"test:node": "dev-tool run test:vitest",
|
|
126
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
127
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
132
128
|
}
|
|
133
|
-
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
## API Report File for "@azure-rest/maps-timezone"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import type { AzureKeyCredential } from '@azure/core-auth';
|
|
8
|
+
import type { AzureSASCredential } from '@azure/core-auth';
|
|
9
|
+
import { Client } from '@azure-rest/core-client';
|
|
10
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
11
|
+
import { HttpResponse } from '@azure-rest/core-client';
|
|
12
|
+
import { RawHttpHeadersInput } from '@azure/core-rest-pipeline';
|
|
13
|
+
import { RequestParameters } from '@azure-rest/core-client';
|
|
14
|
+
import { StreamableMethod } from '@azure-rest/core-client';
|
|
15
|
+
import type { TokenCredential } from '@azure/core-auth';
|
|
16
|
+
|
|
17
|
+
// @public (undocumented)
|
|
18
|
+
export interface ConvertWindowsTimezoneToIana {
|
|
19
|
+
get(options: TimeZoneConvertWindowsTimezoneToIanaParameters): StreamableMethod<TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface CountryRecordOutput {
|
|
24
|
+
readonly Code?: string;
|
|
25
|
+
readonly Name?: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface ErrorAdditionalInfoOutput {
|
|
30
|
+
readonly info?: Record<string, unknown>;
|
|
31
|
+
readonly type?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface ErrorDetailOutput {
|
|
36
|
+
readonly additionalInfo?: Array<ErrorAdditionalInfoOutput>;
|
|
37
|
+
readonly code?: string;
|
|
38
|
+
readonly details?: Array<ErrorDetailOutput>;
|
|
39
|
+
readonly message?: string;
|
|
40
|
+
readonly target?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export interface ErrorResponseOutput {
|
|
45
|
+
error?: ErrorDetailOutput;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// @public (undocumented)
|
|
49
|
+
export interface GetIanaTimezoneIds {
|
|
50
|
+
get(options?: TimeZoneGetIanaTimezoneIdsParameters): StreamableMethod<TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse>;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public (undocumented)
|
|
54
|
+
export interface GetIanaVersion {
|
|
55
|
+
get(options?: TimeZoneGetIanaVersionParameters): StreamableMethod<TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public (undocumented)
|
|
59
|
+
export interface GetTimeZoneByCoordinates {
|
|
60
|
+
get(options: TimeZoneGetTimeZoneByCoordinatesParameters): StreamableMethod<TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public (undocumented)
|
|
64
|
+
export interface GetTimeZoneByID {
|
|
65
|
+
get(options: TimeZoneGetTimeZoneByIDParameters): StreamableMethod<TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public (undocumented)
|
|
69
|
+
export interface GetWindowsTimezoneIds {
|
|
70
|
+
get(options?: TimeZoneGetWindowsTimezoneIdsParameters): StreamableMethod<TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse>;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public (undocumented)
|
|
74
|
+
export interface IanaIdOutput {
|
|
75
|
+
readonly AliasOf?: string;
|
|
76
|
+
readonly HasZone1970Location?: boolean;
|
|
77
|
+
readonly Id?: string;
|
|
78
|
+
readonly IsAlias?: boolean;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public (undocumented)
|
|
82
|
+
export function isUnexpected(response: TimeZoneGetTimeZoneByID200Response | TimeZoneGetTimeZoneByIDDefaultResponse): response is TimeZoneGetTimeZoneByIDDefaultResponse;
|
|
83
|
+
|
|
84
|
+
// @public (undocumented)
|
|
85
|
+
export function isUnexpected(response: TimeZoneGetTimeZoneByCoordinates200Response | TimeZoneGetTimeZoneByCoordinatesDefaultResponse): response is TimeZoneGetTimeZoneByCoordinatesDefaultResponse;
|
|
86
|
+
|
|
87
|
+
// @public (undocumented)
|
|
88
|
+
export function isUnexpected(response: TimeZoneGetWindowsTimezoneIds200Response | TimeZoneGetWindowsTimezoneIdsDefaultResponse): response is TimeZoneGetWindowsTimezoneIdsDefaultResponse;
|
|
89
|
+
|
|
90
|
+
// @public (undocumented)
|
|
91
|
+
export function isUnexpected(response: TimeZoneGetIanaTimezoneIds200Response | TimeZoneGetIanaTimezoneIdsDefaultResponse): response is TimeZoneGetIanaTimezoneIdsDefaultResponse;
|
|
92
|
+
|
|
93
|
+
// @public (undocumented)
|
|
94
|
+
export function isUnexpected(response: TimeZoneGetIanaVersion200Response | TimeZoneGetIanaVersionDefaultResponse): response is TimeZoneGetIanaVersionDefaultResponse;
|
|
95
|
+
|
|
96
|
+
// @public (undocumented)
|
|
97
|
+
export function isUnexpected(response: TimeZoneConvertWindowsTimezoneToIana200Response | TimeZoneConvertWindowsTimezoneToIanaDefaultResponse): response is TimeZoneConvertWindowsTimezoneToIanaDefaultResponse;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
function MapsTimeZone(credential: AzureKeyCredential, options?: ClientOptions): MapsTimeZoneClient;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
function MapsTimeZone(credential: TokenCredential, mapsAccountClientId: string, options?: ClientOptions): MapsTimeZoneClient;
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
function MapsTimeZone(credential: AzureSASCredential, options?: ClientOptions): MapsTimeZoneClient;
|
|
107
|
+
export default MapsTimeZone;
|
|
108
|
+
|
|
109
|
+
// @public (undocumented)
|
|
110
|
+
export type MapsTimeZoneClient = Client & {
|
|
111
|
+
path: Routes;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface MapsTimeZoneClientOptions extends ClientOptions {
|
|
116
|
+
apiVersion?: string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface ReferenceTimeOutput {
|
|
121
|
+
readonly DaylightSavings?: string;
|
|
122
|
+
readonly PosixTz?: string;
|
|
123
|
+
readonly PosixTzValidYear?: number;
|
|
124
|
+
readonly StandardOffset?: string;
|
|
125
|
+
readonly Sunrise?: string;
|
|
126
|
+
readonly Sunset?: string;
|
|
127
|
+
readonly Tag?: string;
|
|
128
|
+
readonly WallTime?: string;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export interface RepresentativePointOutput {
|
|
133
|
+
readonly Latitude?: number;
|
|
134
|
+
readonly Longitude?: number;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public (undocumented)
|
|
138
|
+
export interface Routes {
|
|
139
|
+
(path: "/timezone/byId/{format}", format: "json"): GetTimeZoneByID;
|
|
140
|
+
(path: "/timezone/byCoordinates/{format}", format: "json"): GetTimeZoneByCoordinates;
|
|
141
|
+
(path: "/timezone/enumWindows/{format}", format: "json"): GetWindowsTimezoneIds;
|
|
142
|
+
(path: "/timezone/enumIana/{format}", format: "json"): GetIanaTimezoneIds;
|
|
143
|
+
(path: "/timezone/ianaVersion/{format}", format: "json"): GetIanaVersion;
|
|
144
|
+
(path: "/timezone/windowsToIana/{format}", format: "json"): ConvertWindowsTimezoneToIana;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// @public (undocumented)
|
|
148
|
+
export interface TimeTransitionOutput {
|
|
149
|
+
readonly DaylightSavings?: string;
|
|
150
|
+
readonly StandardOffset?: string;
|
|
151
|
+
readonly Tag?: string;
|
|
152
|
+
readonly UtcEnd?: string;
|
|
153
|
+
readonly UtcStart?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface TimeZoneConvertWindowsTimezoneToIana200Response extends HttpResponse {
|
|
158
|
+
// (undocumented)
|
|
159
|
+
body: Array<IanaIdOutput>;
|
|
160
|
+
// (undocumented)
|
|
161
|
+
status: "200";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface TimeZoneConvertWindowsTimezoneToIanaDefaultResponse extends HttpResponse {
|
|
166
|
+
// (undocumented)
|
|
167
|
+
body: ErrorResponseOutput;
|
|
168
|
+
// (undocumented)
|
|
169
|
+
status: string;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// @public (undocumented)
|
|
173
|
+
export type TimeZoneConvertWindowsTimezoneToIanaParameters = TimeZoneConvertWindowsTimezoneToIanaQueryParam & RequestParameters;
|
|
174
|
+
|
|
175
|
+
// @public (undocumented)
|
|
176
|
+
export interface TimeZoneConvertWindowsTimezoneToIanaQueryParam {
|
|
177
|
+
// (undocumented)
|
|
178
|
+
queryParameters: TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public (undocumented)
|
|
182
|
+
export interface TimeZoneConvertWindowsTimezoneToIanaQueryParamProperties {
|
|
183
|
+
query: string;
|
|
184
|
+
territory?: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface TimeZoneGetIanaTimezoneIds200Response extends HttpResponse {
|
|
189
|
+
// (undocumented)
|
|
190
|
+
body: Array<IanaIdOutput>;
|
|
191
|
+
// (undocumented)
|
|
192
|
+
status: "200";
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface TimeZoneGetIanaTimezoneIdsDefaultResponse extends HttpResponse {
|
|
197
|
+
// (undocumented)
|
|
198
|
+
body: ErrorResponseOutput;
|
|
199
|
+
// (undocumented)
|
|
200
|
+
status: string;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public (undocumented)
|
|
204
|
+
export type TimeZoneGetIanaTimezoneIdsParameters = RequestParameters;
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface TimeZoneGetIanaVersion200Response extends HttpResponse {
|
|
208
|
+
// (undocumented)
|
|
209
|
+
body: TimeZoneIanaVersionResultOutput;
|
|
210
|
+
// (undocumented)
|
|
211
|
+
status: "200";
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface TimeZoneGetIanaVersionDefaultResponse extends HttpResponse {
|
|
216
|
+
// (undocumented)
|
|
217
|
+
body: ErrorResponseOutput;
|
|
218
|
+
// (undocumented)
|
|
219
|
+
status: string;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public (undocumented)
|
|
223
|
+
export type TimeZoneGetIanaVersionParameters = RequestParameters;
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface TimeZoneGetTimeZoneByCoordinates200Response extends HttpResponse {
|
|
227
|
+
// (undocumented)
|
|
228
|
+
body: TimeZoneResultOutput;
|
|
229
|
+
// (undocumented)
|
|
230
|
+
status: "200";
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface TimeZoneGetTimeZoneByCoordinatesDefaultResponse extends HttpResponse {
|
|
235
|
+
// (undocumented)
|
|
236
|
+
body: ErrorResponseOutput;
|
|
237
|
+
// (undocumented)
|
|
238
|
+
status: string;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public (undocumented)
|
|
242
|
+
export interface TimeZoneGetTimeZoneByCoordinatesHeaderParam {
|
|
243
|
+
// (undocumented)
|
|
244
|
+
headers?: RawHttpHeadersInput & TimeZoneGetTimeZoneByCoordinatesHeaders;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public (undocumented)
|
|
248
|
+
export interface TimeZoneGetTimeZoneByCoordinatesHeaders {
|
|
249
|
+
"Accept-Language"?: string;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public (undocumented)
|
|
253
|
+
export type TimeZoneGetTimeZoneByCoordinatesParameters = TimeZoneGetTimeZoneByCoordinatesQueryParam & TimeZoneGetTimeZoneByCoordinatesHeaderParam & RequestParameters;
|
|
254
|
+
|
|
255
|
+
// @public (undocumented)
|
|
256
|
+
export interface TimeZoneGetTimeZoneByCoordinatesQueryParam {
|
|
257
|
+
// (undocumented)
|
|
258
|
+
queryParameters: TimeZoneGetTimeZoneByCoordinatesQueryParamProperties;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public (undocumented)
|
|
262
|
+
export interface TimeZoneGetTimeZoneByCoordinatesQueryParamProperties {
|
|
263
|
+
options?: "none" | "zoneInfo" | "transitions" | "all";
|
|
264
|
+
query: Array<number>;
|
|
265
|
+
timeStamp?: Date | string;
|
|
266
|
+
transitionsFrom?: Date | string;
|
|
267
|
+
transitionsYears?: number;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export interface TimeZoneGetTimeZoneByID200Response extends HttpResponse {
|
|
272
|
+
// (undocumented)
|
|
273
|
+
body: TimeZoneResultOutput;
|
|
274
|
+
// (undocumented)
|
|
275
|
+
status: "200";
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export interface TimeZoneGetTimeZoneByIDDefaultResponse extends HttpResponse {
|
|
280
|
+
// (undocumented)
|
|
281
|
+
body: ErrorResponseOutput;
|
|
282
|
+
// (undocumented)
|
|
283
|
+
status: string;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// @public (undocumented)
|
|
287
|
+
export interface TimeZoneGetTimeZoneByIDHeaderParam {
|
|
288
|
+
// (undocumented)
|
|
289
|
+
headers?: RawHttpHeadersInput & TimeZoneGetTimeZoneByIDHeaders;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// @public (undocumented)
|
|
293
|
+
export interface TimeZoneGetTimeZoneByIDHeaders {
|
|
294
|
+
"Accept-Language"?: string;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// @public (undocumented)
|
|
298
|
+
export type TimeZoneGetTimeZoneByIDParameters = TimeZoneGetTimeZoneByIDQueryParam & TimeZoneGetTimeZoneByIDHeaderParam & RequestParameters;
|
|
299
|
+
|
|
300
|
+
// @public (undocumented)
|
|
301
|
+
export interface TimeZoneGetTimeZoneByIDQueryParam {
|
|
302
|
+
// (undocumented)
|
|
303
|
+
queryParameters: TimeZoneGetTimeZoneByIDQueryParamProperties;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public (undocumented)
|
|
307
|
+
export interface TimeZoneGetTimeZoneByIDQueryParamProperties {
|
|
308
|
+
options?: "none" | "zoneInfo" | "transitions" | "all";
|
|
309
|
+
query: string;
|
|
310
|
+
timeStamp?: Date | string;
|
|
311
|
+
transitionsFrom?: Date | string;
|
|
312
|
+
transitionsYears?: number;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export interface TimeZoneGetWindowsTimezoneIds200Response extends HttpResponse {
|
|
317
|
+
// (undocumented)
|
|
318
|
+
body: Array<WindowsTimeZoneOutput>;
|
|
319
|
+
// (undocumented)
|
|
320
|
+
status: "200";
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export interface TimeZoneGetWindowsTimezoneIdsDefaultResponse extends HttpResponse {
|
|
325
|
+
// (undocumented)
|
|
326
|
+
body: ErrorResponseOutput;
|
|
327
|
+
// (undocumented)
|
|
328
|
+
status: string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public (undocumented)
|
|
332
|
+
export type TimeZoneGetWindowsTimezoneIdsParameters = RequestParameters;
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export interface TimeZoneIanaVersionResultOutput {
|
|
336
|
+
readonly Version?: string;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// @public (undocumented)
|
|
340
|
+
export interface TimeZoneIdOutput {
|
|
341
|
+
readonly Aliases?: Array<string>;
|
|
342
|
+
readonly Countries?: Array<CountryRecordOutput>;
|
|
343
|
+
readonly Id?: string;
|
|
344
|
+
Names?: TimeZoneNamesOutput;
|
|
345
|
+
readonly ReferenceTime?: ReferenceTimeOutput;
|
|
346
|
+
readonly RepresentativePoint?: RepresentativePointOutput;
|
|
347
|
+
readonly TimeTransitions?: Array<TimeTransitionOutput>;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// @public
|
|
351
|
+
export interface TimeZoneNamesOutput {
|
|
352
|
+
readonly Daylight?: string;
|
|
353
|
+
readonly Generic?: string;
|
|
354
|
+
readonly ISO6391LanguageCode?: string;
|
|
355
|
+
readonly Standard?: string;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface TimeZoneResultOutput {
|
|
360
|
+
readonly ReferenceUtcTimestamp?: string;
|
|
361
|
+
readonly TimeZones?: Array<TimeZoneIdOutput>;
|
|
362
|
+
readonly Version?: string;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public (undocumented)
|
|
366
|
+
export interface WindowsTimeZoneOutput {
|
|
367
|
+
IanaIds?: Array<string>;
|
|
368
|
+
readonly Territory?: string;
|
|
369
|
+
readonly WindowsId?: string;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// (No @packageDocumentation comment for this package)
|
|
373
|
+
|
|
374
|
+
```
|