@googleapis/solar 0.2.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/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [0.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/solar-v0.1.0...solar-v0.2.0) (2024-08-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * **solar:** update the API ([36d8685](https://github.com/googleapis/google-api-nodejs-client/commit/36d868518c22daaf01b43b26d4ec4dc6e5666e90))
9
+
10
+ ## 0.1.0 (2024-05-02)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **solar:** update the API ([4377037](https://github.com/googleapis/google-api-nodejs-client/commit/4377037197348f7908f9c0a5937d2acd938ba2e5))
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+ <img src="https://avatars0.githubusercontent.com/u/1342004?v=3&s=96" alt="Google Inc. logo" title="Google" align="right" height="96" width="96"/>
2
+
3
+ # solar
4
+
5
+ > Solar API.
6
+
7
+ ## Installation
8
+
9
+ ```sh
10
+ $ npm install @googleapis/solar
11
+ ```
12
+
13
+ ## Usage
14
+ All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client).
15
+ Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/solar/classes/Solar.html).
16
+
17
+ ## License
18
+ This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
19
+
20
+ ## Contributing
21
+ We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
22
+
23
+ ## Questions/problems?
24
+ * Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).
25
+ * If you've found an bug/issue, please [file it on GitHub](https://github.com/googleapis/google-api-nodejs-client/issues).
26
+
27
+
28
+ *Crafted with ❤️ by the Google Node.js team*
@@ -0,0 +1,12 @@
1
+ /*! THIS FILE IS AUTO-GENERATED */
2
+ import { AuthPlus } from 'googleapis-common';
3
+ import { solar_v1 } from './v1';
4
+ export declare const VERSIONS: {
5
+ v1: typeof solar_v1.Solar;
6
+ };
7
+ export declare function solar(version: 'v1'): solar_v1.Solar;
8
+ export declare function solar(options: solar_v1.Options): solar_v1.Solar;
9
+ declare const auth: AuthPlus;
10
+ export { auth };
11
+ export { solar_v1 };
12
+ export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';
package/build/index.js ADDED
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // Copyright 2020 Google LLC
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AuthPlus = exports.solar_v1 = exports.auth = exports.solar = exports.VERSIONS = void 0;
16
+ /*! THIS FILE IS AUTO-GENERATED */
17
+ const googleapis_common_1 = require("googleapis-common");
18
+ const v1_1 = require("./v1");
19
+ Object.defineProperty(exports, "solar_v1", { enumerable: true, get: function () { return v1_1.solar_v1; } });
20
+ exports.VERSIONS = {
21
+ v1: v1_1.solar_v1.Solar,
22
+ };
23
+ function solar(versionOrOptions) {
24
+ return (0, googleapis_common_1.getAPI)('solar', versionOrOptions, exports.VERSIONS, this);
25
+ }
26
+ exports.solar = solar;
27
+ const auth = new googleapis_common_1.AuthPlus();
28
+ exports.auth = auth;
29
+ var googleapis_common_2 = require("googleapis-common");
30
+ Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } });
31
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAA8B;AAiBtB,yFAjBA,aAAQ,OAiBA;AAfH,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,aAAQ,CAAC,KAAK;CACnB,CAAC;AAIF,SAAgB,KAAK,CAEnB,gBAAyC;IAEzC,OAAO,IAAA,0BAAM,EAAI,OAAO,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AAC9D,CAAC;AALD,sBAKC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAEZ,uDAS2B;AARzB,6GAAA,QAAQ,OAAA"}