Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: regenerate the sdk version 1.0.1 with import containing js tail #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js_sdk/.swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.46
3.0.41-SNAPSHOT
1 change: 0 additions & 1 deletion js_sdk/docs/BCApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,3 @@ No authorization required

- **Content-Type**: multipart/form-data
- **Accept**: application/json

1 change: 0 additions & 1 deletion js_sdk/docs/FileApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,3 @@ No authorization required

- **Content-Type**: multipart/form-data
- **Accept**: application/json

4 changes: 2 additions & 2 deletions js_sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "business_api_client",
"name": "tiktok-business-api-sdk-official",
"type": "module",
"version": "0.1.1",
"version": "1.0.1",
"description": "Comprehensive_collection_of_client_libraries_that_enable_our_developers_to_build_software_to_integrate_with_Business_API_faster_and_in_a_more_standardized_way_",
"license": "Unlicense",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/AccountApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {AdvertiserUpdateBody} from '../model/AdvertiserUpdateBody';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {AdvertiserUpdateBody} from '../model/AdvertiserUpdateBody.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Account service.
Expand Down
10 changes: 5 additions & 5 deletions js_sdk/src/api/AdAcoApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {AdAcoBody} from '../model/AdAcoBody';
import {AdAcoUpdateBody} from '../model/AdAcoUpdateBody';
import {InlineResponse200} from '../model/InlineResponse200';
import {MaterialStatusUpdateBody} from '../model/MaterialStatusUpdateBody';
import {ApiClient} from "../ApiClient.js";
import {AdAcoBody} from '../model/AdAcoBody.js';
import {AdAcoUpdateBody} from '../model/AdAcoUpdateBody.js';
import {InlineResponse200} from '../model/InlineResponse200.js';
import {MaterialStatusUpdateBody} from '../model/MaterialStatusUpdateBody.js';

/**
* AdAco service.
Expand Down
12 changes: 6 additions & 6 deletions js_sdk/src/api/AdApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {AdCreateBody} from '../model/AdCreateBody';
import {AdStatusUpdateBody} from '../model/AdStatusUpdateBody';
import {AdUpdateBody} from '../model/AdUpdateBody';
import {FilteringAdGet} from '../model/FilteringAdGet';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {AdCreateBody} from '../model/AdCreateBody.js';
import {AdStatusUpdateBody} from '../model/AdStatusUpdateBody.js';
import {AdUpdateBody} from '../model/AdUpdateBody.js';
import {FilteringAdGet} from '../model/FilteringAdGet.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Ad service.
Expand Down
12 changes: 6 additions & 6 deletions js_sdk/src/api/AdgroupApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {AdgroupCreateBody} from '../model/AdgroupCreateBody';
import {AdgroupStatusUpdateBody} from '../model/AdgroupStatusUpdateBody';
import {AdgroupUpdateBody} from '../model/AdgroupUpdateBody';
import {FilteringAdgroupGet} from '../model/FilteringAdgroupGet';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {AdgroupCreateBody} from '../model/AdgroupCreateBody.js';
import {AdgroupStatusUpdateBody} from '../model/AdgroupStatusUpdateBody.js';
import {AdgroupUpdateBody} from '../model/AdgroupUpdateBody.js';
import {FilteringAdgroupGet} from '../model/FilteringAdgroupGet.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Adgroup service.
Expand Down
4 changes: 2 additions & 2 deletions js_sdk/src/api/AudienceApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Audience service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/AuthenticationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {Oauth2AccessTokenBody} from '../model/Oauth2AccessTokenBody';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';
import {Oauth2AccessTokenBody} from '../model/Oauth2AccessTokenBody.js';

/**
* Authentication service.
Expand Down
8 changes: 4 additions & 4 deletions js_sdk/src/api/BCApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {AdvertiserCreateBody} from '../model/AdvertiserCreateBody';
import {Filtering} from '../model/Filtering';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {AdvertiserCreateBody} from '../model/AdvertiserCreateBody.js';
import {Filtering} from '../model/Filtering.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* BC service.
Expand Down
12 changes: 6 additions & 6 deletions js_sdk/src/api/BcPaymentApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {BcTransferBody} from '../model/BcTransferBody';
import {FilteringAdvertiserBalanceGet} from '../model/FilteringAdvertiserBalanceGet';
import {FilteringAdvertiserTransactionGet} from '../model/FilteringAdvertiserTransactionGet';
import {FilteringBCTransactionGet} from '../model/FilteringBCTransactionGet';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {BcTransferBody} from '../model/BcTransferBody.js';
import {FilteringAdvertiserBalanceGet} from '../model/FilteringAdvertiserBalanceGet.js';
import {FilteringAdvertiserTransactionGet} from '../model/FilteringAdvertiserTransactionGet.js';
import {FilteringBCTransactionGet} from '../model/FilteringBCTransactionGet.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* BcPayment service.
Expand Down
12 changes: 6 additions & 6 deletions js_sdk/src/api/CampaignCreationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {CampaignCreateBody} from '../model/CampaignCreateBody';
import {CampaignStatusUpdateBody} from '../model/CampaignStatusUpdateBody';
import {CampaignUpdateBody} from '../model/CampaignUpdateBody';
import {FilteringCampaignGet} from '../model/FilteringCampaignGet';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {CampaignCreateBody} from '../model/CampaignCreateBody.js';
import {CampaignStatusUpdateBody} from '../model/CampaignStatusUpdateBody.js';
import {CampaignUpdateBody} from '../model/CampaignUpdateBody.js';
import {FilteringCampaignGet} from '../model/FilteringCampaignGet.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* CampaignCreation service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/CreativeAssetApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {PortfolioCreateBody} from '../model/PortfolioCreateBody';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';
import {PortfolioCreateBody} from '../model/PortfolioCreateBody.js';

/**
* CreativeAsset service.
Expand Down
8 changes: 4 additions & 4 deletions js_sdk/src/api/EventCallbackApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {PixelBatchBody} from '../model/PixelBatchBody';
import {PixelTrackBody} from '../model/PixelTrackBody';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';
import {PixelBatchBody} from '../model/PixelBatchBody.js';
import {PixelTrackBody} from '../model/PixelTrackBody.js';

/**
* EventCallback service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/FileApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {FilteringVideoAdSearch} from '../model/FilteringVideoAdSearch';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {FilteringVideoAdSearch} from '../model/FilteringVideoAdSearch.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* File service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/IdentityApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {IdentityCreateBody} from '../model/IdentityCreateBody';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {IdentityCreateBody} from '../model/IdentityCreateBody.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Identity service.
Expand Down
4 changes: 2 additions & 2 deletions js_sdk/src/api/MeasurementApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Measurement service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/RecommendToolApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {TargetingCategoryRecommendBody} from '../model/TargetingCategoryRecommendBody';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';
import {TargetingCategoryRecommendBody} from '../model/TargetingCategoryRecommendBody.js';

/**
* RecommendTool service.
Expand Down
6 changes: 3 additions & 3 deletions js_sdk/src/api/ReportingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {FilteringReportIntegratedGet} from '../model/FilteringReportIntegratedGet';
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {FilteringReportIntegratedGet} from '../model/FilteringReportIntegratedGet.js';
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Reporting service.
Expand Down
4 changes: 2 additions & 2 deletions js_sdk/src/api/ToolApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This source code is licensed under the MIT license found in
* the LICENSE file in the root directory of this source tree.
*/
import {ApiClient} from "../ApiClient";
import {InlineResponse200} from '../model/InlineResponse200';
import {ApiClient} from "../ApiClient.js";
import {InlineResponse200} from '../model/InlineResponse200.js';

/**
* Tool service.
Expand Down
Loading