@chrt-inc/typescript-sdk 1.337.0 → 1.339.1
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/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orderDrafts/resources/taskGroup/client/Client.js +1 -1
- package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/taskGroups/client/Client.js +1 -1
- package/dist/cjs/api/types/FlightInfoForTaskRes.d.ts +1 -1
- package/dist/cjs/api/types/SetFlightInfoReq.d.ts +1 -1
- package/dist/cjs/api/types/TaskGroup1.d.ts +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orderDrafts/resources/taskGroup/client/Client.mjs +1 -1
- package/dist/esm/api/resources/taskGroups/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/taskGroups/client/Client.mjs +1 -1
- package/dist/esm/api/types/FlightInfoForTaskRes.d.mts +1 -1
- package/dist/esm/api/types/SetFlightInfoReq.d.mts +1 -1
- package/dist/esm/api/types/TaskGroup1.d.mts +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +2 -2
package/dist/cjs/Client.js
CHANGED
|
@@ -74,8 +74,8 @@ class ChrtClient {
|
|
|
74
74
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
77
|
-
"X-Fern-SDK-Version": "1.
|
|
78
|
-
"User-Agent": "@chrt-inc/typescript-sdk/
|
|
77
|
+
"X-Fern-SDK-Version": "1.339.1",
|
|
78
|
+
"User-Agent": "@chrt-inc/typescript-sdk/AUTO",
|
|
79
79
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
80
80
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
81
81
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -47,7 +47,7 @@ export declare class TaskGroup {
|
|
|
47
47
|
addV1(request: Chrt.orderDrafts.OrderDraftAddTaskGroupReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<string>;
|
|
48
48
|
private __addV1;
|
|
49
49
|
/**
|
|
50
|
-
* Sets the flight number and/or
|
|
50
|
+
* Sets the flight number and/or fa_flight_ids on a draft task group. | (SetFlightInfoReq) -> (bool)
|
|
51
51
|
*
|
|
52
52
|
* @param {string} taskGroupId
|
|
53
53
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -121,7 +121,7 @@ class TaskGroup {
|
|
|
121
121
|
});
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
|
-
* Sets the flight number and/or
|
|
124
|
+
* Sets the flight number and/or fa_flight_ids on a draft task group. | (SetFlightInfoReq) -> (bool)
|
|
125
125
|
*
|
|
126
126
|
* @param {string} taskGroupId
|
|
127
127
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -69,7 +69,7 @@ export declare class TaskGroups {
|
|
|
69
69
|
setTaskOrderingV1(taskGroupId: string, request: Chrt.SetTaskOrderingReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
70
70
|
private __setTaskOrderingV1;
|
|
71
71
|
/**
|
|
72
|
-
* Sets the flight number and/or
|
|
72
|
+
* Sets the flight number and/or fa_flight_ids on a task group. | authz_personas=[lig_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
73
73
|
*
|
|
74
74
|
* @param {string} taskGroupId
|
|
75
75
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -195,7 +195,7 @@ class TaskGroups {
|
|
|
195
195
|
});
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* Sets the flight number and/or
|
|
198
|
+
* Sets the flight number and/or fa_flight_ids on a task group. | authz_personas=[lig_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
199
199
|
*
|
|
200
200
|
* @param {string} taskGroupId
|
|
201
201
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -27,6 +27,6 @@ export interface TaskGroup1 {
|
|
|
27
27
|
task_group_type: Chrt.TaskGroupTypeEnum1;
|
|
28
28
|
task_group_mileage?: Chrt.TaskGroupMileage1 | null;
|
|
29
29
|
flight_number?: string | null;
|
|
30
|
-
|
|
30
|
+
fa_flight_ids?: string[];
|
|
31
31
|
messages?: Chrt.TaskGroupMessage1[];
|
|
32
32
|
}
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.339.1";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -38,8 +38,8 @@ export class ChrtClient {
|
|
|
38
38
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
39
39
|
"X-Fern-Language": "JavaScript",
|
|
40
40
|
"X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
|
|
41
|
-
"X-Fern-SDK-Version": "1.
|
|
42
|
-
"User-Agent": "@chrt-inc/typescript-sdk/
|
|
41
|
+
"X-Fern-SDK-Version": "1.339.1",
|
|
42
|
+
"User-Agent": "@chrt-inc/typescript-sdk/AUTO",
|
|
43
43
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
44
44
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
45
45
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -47,7 +47,7 @@ export declare class TaskGroup {
|
|
|
47
47
|
addV1(request: Chrt.orderDrafts.OrderDraftAddTaskGroupReq, requestOptions?: TaskGroup.RequestOptions): core.HttpResponsePromise<string>;
|
|
48
48
|
private __addV1;
|
|
49
49
|
/**
|
|
50
|
-
* Sets the flight number and/or
|
|
50
|
+
* Sets the flight number and/or fa_flight_ids on a draft task group. | (SetFlightInfoReq) -> (bool)
|
|
51
51
|
*
|
|
52
52
|
* @param {string} taskGroupId
|
|
53
53
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -85,7 +85,7 @@ export class TaskGroup {
|
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* Sets the flight number and/or
|
|
88
|
+
* Sets the flight number and/or fa_flight_ids on a draft task group. | (SetFlightInfoReq) -> (bool)
|
|
89
89
|
*
|
|
90
90
|
* @param {string} taskGroupId
|
|
91
91
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -69,7 +69,7 @@ export declare class TaskGroups {
|
|
|
69
69
|
setTaskOrderingV1(taskGroupId: string, request: Chrt.SetTaskOrderingReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
70
70
|
private __setTaskOrderingV1;
|
|
71
71
|
/**
|
|
72
|
-
* Sets the flight number and/or
|
|
72
|
+
* Sets the flight number and/or fa_flight_ids on a task group. | authz_personas=[lig_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
73
73
|
*
|
|
74
74
|
* @param {string} taskGroupId
|
|
75
75
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -159,7 +159,7 @@ export class TaskGroups {
|
|
|
159
159
|
});
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
|
-
* Sets the flight number and/or
|
|
162
|
+
* Sets the flight number and/or fa_flight_ids on a task group. | authz_personas=[lig_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
163
163
|
*
|
|
164
164
|
* @param {string} taskGroupId
|
|
165
165
|
* @param {Chrt.SetFlightInfoReq} request
|
|
@@ -27,6 +27,6 @@ export interface TaskGroup1 {
|
|
|
27
27
|
task_group_type: Chrt.TaskGroupTypeEnum1;
|
|
28
28
|
task_group_mileage?: Chrt.TaskGroupMileage1 | null;
|
|
29
29
|
flight_number?: string | null;
|
|
30
|
-
|
|
30
|
+
fa_flight_ids?: string[];
|
|
31
31
|
messages?: Chrt.TaskGroupMessage1[];
|
|
32
32
|
}
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.339.1";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.339.1";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -6196,7 +6196,7 @@ await client.taskGroups.setTaskOrderingV1("task_group_id", {
|
|
|
6196
6196
|
<dl>
|
|
6197
6197
|
<dd>
|
|
6198
6198
|
|
|
6199
|
-
Sets the flight number and/or
|
|
6199
|
+
Sets the flight number and/or fa_flight_ids on a task group. | authz_personas=[lig_org_operators] | (SetFlightInfoReq) -> (bool)
|
|
6200
6200
|
|
|
6201
6201
|
</dd>
|
|
6202
6202
|
</dl>
|
|
@@ -9127,7 +9127,7 @@ await client.orderDrafts.taskGroup.addV1({
|
|
|
9127
9127
|
<dl>
|
|
9128
9128
|
<dd>
|
|
9129
9129
|
|
|
9130
|
-
Sets the flight number and/or
|
|
9130
|
+
Sets the flight number and/or fa_flight_ids on a draft task group. | (SetFlightInfoReq) -> (bool)
|
|
9131
9131
|
|
|
9132
9132
|
</dd>
|
|
9133
9133
|
</dl>
|