brand.dev 0.2.0 → 0.3.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 +24 -0
- package/client.d.mts +2 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +2 -2
- package/client.d.ts.map +1 -1
- package/client.js.map +1 -1
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/brand.d.mts +72 -262
- package/resources/brand.d.mts.map +1 -1
- package/resources/brand.d.ts +72 -262
- package/resources/brand.d.ts.map +1 -1
- package/resources/brand.js +3 -8
- package/resources/brand.js.map +1 -1
- package/resources/brand.mjs +3 -8
- package/resources/brand.mjs.map +1 -1
- package/resources/index.d.mts +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/src/client.ts +2 -4
- package/src/resources/brand.ts +572 -318
- package/src/resources/index.ts +0 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/resources/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,KAAK,EACL,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,oCAAoC,EACzC,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,KAAK,EACL,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,oCAAoC,EACzC,KAAK,qBAAqB,EAC1B,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,kCAAkC,EACvC,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B"}
|
package/resources/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oCAkBiB;AAjBf,8FAAA,KAAK,OAAA"}
|
package/resources/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,KAAK,GAiBN"}
|
package/src/client.ts
CHANGED
|
@@ -24,8 +24,6 @@ import {
|
|
|
24
24
|
BrandIdentifyFromTransactionResponse,
|
|
25
25
|
BrandPrefetchParams,
|
|
26
26
|
BrandPrefetchResponse,
|
|
27
|
-
BrandRetrieveByTickerParams,
|
|
28
|
-
BrandRetrieveByTickerResponse,
|
|
29
27
|
BrandRetrieveNaicsParams,
|
|
30
28
|
BrandRetrieveNaicsResponse,
|
|
31
29
|
BrandRetrieveParams,
|
|
@@ -736,7 +734,9 @@ export class BrandDev {
|
|
|
736
734
|
|
|
737
735
|
brand: API.Brand = new API.Brand(this);
|
|
738
736
|
}
|
|
737
|
+
|
|
739
738
|
BrandDev.Brand = Brand;
|
|
739
|
+
|
|
740
740
|
export declare namespace BrandDev {
|
|
741
741
|
export type RequestOptions = Opts.RequestOptions;
|
|
742
742
|
|
|
@@ -746,7 +746,6 @@ export declare namespace BrandDev {
|
|
|
746
746
|
type BrandAIQueryResponse as BrandAIQueryResponse,
|
|
747
747
|
type BrandIdentifyFromTransactionResponse as BrandIdentifyFromTransactionResponse,
|
|
748
748
|
type BrandPrefetchResponse as BrandPrefetchResponse,
|
|
749
|
-
type BrandRetrieveByTickerResponse as BrandRetrieveByTickerResponse,
|
|
750
749
|
type BrandRetrieveNaicsResponse as BrandRetrieveNaicsResponse,
|
|
751
750
|
type BrandRetrieveSimplifiedResponse as BrandRetrieveSimplifiedResponse,
|
|
752
751
|
type BrandScreenshotResponse as BrandScreenshotResponse,
|
|
@@ -755,7 +754,6 @@ export declare namespace BrandDev {
|
|
|
755
754
|
type BrandAIQueryParams as BrandAIQueryParams,
|
|
756
755
|
type BrandIdentifyFromTransactionParams as BrandIdentifyFromTransactionParams,
|
|
757
756
|
type BrandPrefetchParams as BrandPrefetchParams,
|
|
758
|
-
type BrandRetrieveByTickerParams as BrandRetrieveByTickerParams,
|
|
759
757
|
type BrandRetrieveNaicsParams as BrandRetrieveNaicsParams,
|
|
760
758
|
type BrandRetrieveSimplifiedParams as BrandRetrieveSimplifiedParams,
|
|
761
759
|
type BrandScreenshotParams as BrandScreenshotParams,
|