yellowgrid-api-ts 3.2.159 → 3.2.160

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/api.ts CHANGED
@@ -5383,6 +5383,7 @@ export const ShipmentDTOCourierEnum = {
5383
5383
  Dpd: 'DPD',
5384
5384
  ChorltonPallet: 'Chorlton Pallet',
5385
5385
  Pops: 'POPS',
5386
+ Interparcel: 'Interparcel',
5386
5387
  } as const;
5387
5388
 
5388
5389
  export type ShipmentDTOCourierEnum = typeof ShipmentDTOCourierEnum[keyof typeof ShipmentDTOCourierEnum];
@@ -5590,6 +5591,7 @@ export const ShipmentRequestDTOCourierEnum = {
5590
5591
  Dpd: 'DPD',
5591
5592
  ChorltonPallet: 'Chorlton Pallet',
5592
5593
  Pops: 'POPS',
5594
+ Interparcel: 'Interparcel',
5593
5595
  } as const;
5594
5596
 
5595
5597
  export type ShipmentRequestDTOCourierEnum = typeof ShipmentRequestDTOCourierEnum[keyof typeof ShipmentRequestDTOCourierEnum];
@@ -5687,6 +5689,7 @@ export const ShippingRequestDTOCourierEnum = {
5687
5689
  Dpd: 'DPD',
5688
5690
  ChorltonPallet: 'Chorlton Pallet',
5689
5691
  Pops: 'POPS',
5692
+ Interparcel: 'Interparcel',
5690
5693
  } as const;
5691
5694
 
5692
5695
  export type ShippingRequestDTOCourierEnum = typeof ShippingRequestDTOCourierEnum[keyof typeof ShippingRequestDTOCourierEnum];
@@ -5716,6 +5719,7 @@ export const ShippingServiceDTOCourierEnum = {
5716
5719
  Dpd: 'DPD',
5717
5720
  ChorltonPallet: 'Chorlton Pallet',
5718
5721
  Pops: 'POPS',
5722
+ Interparcel: 'Interparcel',
5719
5723
  } as const;
5720
5724
 
5721
5725
  export type ShippingServiceDTOCourierEnum = typeof ShippingServiceDTOCourierEnum[keyof typeof ShippingServiceDTOCourierEnum];
@@ -5754,6 +5758,7 @@ export const ShippingServiceModelCourierEnum = {
5754
5758
  Dpd: 'DPD',
5755
5759
  ChorltonPallet: 'Chorlton Pallet',
5756
5760
  Pops: 'POPS',
5761
+ Interparcel: 'Interparcel',
5757
5762
  } as const;
5758
5763
 
5759
5764
  export type ShippingServiceModelCourierEnum = typeof ShippingServiceModelCourierEnum[keyof typeof ShippingServiceModelCourierEnum];
package/dist/api.d.ts CHANGED
@@ -5319,6 +5319,7 @@ export declare const ShipmentDTOCourierEnum: {
5319
5319
  readonly Dpd: "DPD";
5320
5320
  readonly ChorltonPallet: "Chorlton Pallet";
5321
5321
  readonly Pops: "POPS";
5322
+ readonly Interparcel: "Interparcel";
5322
5323
  };
5323
5324
  export type ShipmentDTOCourierEnum = typeof ShipmentDTOCourierEnum[keyof typeof ShipmentDTOCourierEnum];
5324
5325
  /**
@@ -5523,6 +5524,7 @@ export declare const ShipmentRequestDTOCourierEnum: {
5523
5524
  readonly Dpd: "DPD";
5524
5525
  readonly ChorltonPallet: "Chorlton Pallet";
5525
5526
  readonly Pops: "POPS";
5527
+ readonly Interparcel: "Interparcel";
5526
5528
  };
5527
5529
  export type ShipmentRequestDTOCourierEnum = typeof ShipmentRequestDTOCourierEnum[keyof typeof ShipmentRequestDTOCourierEnum];
5528
5530
  /**
@@ -5617,6 +5619,7 @@ export declare const ShippingRequestDTOCourierEnum: {
5617
5619
  readonly Dpd: "DPD";
5618
5620
  readonly ChorltonPallet: "Chorlton Pallet";
5619
5621
  readonly Pops: "POPS";
5622
+ readonly Interparcel: "Interparcel";
5620
5623
  };
5621
5624
  export type ShippingRequestDTOCourierEnum = typeof ShippingRequestDTOCourierEnum[keyof typeof ShippingRequestDTOCourierEnum];
5622
5625
  export declare const ShippingRequestDTOPrinterEnum: {
@@ -5642,6 +5645,7 @@ export declare const ShippingServiceDTOCourierEnum: {
5642
5645
  readonly Dpd: "DPD";
5643
5646
  readonly ChorltonPallet: "Chorlton Pallet";
5644
5647
  readonly Pops: "POPS";
5648
+ readonly Interparcel: "Interparcel";
5645
5649
  };
5646
5650
  export type ShippingServiceDTOCourierEnum = typeof ShippingServiceDTOCourierEnum[keyof typeof ShippingServiceDTOCourierEnum];
5647
5651
  /**
@@ -5677,6 +5681,7 @@ export declare const ShippingServiceModelCourierEnum: {
5677
5681
  readonly Dpd: "DPD";
5678
5682
  readonly ChorltonPallet: "Chorlton Pallet";
5679
5683
  readonly Pops: "POPS";
5684
+ readonly Interparcel: "Interparcel";
5680
5685
  };
5681
5686
  export type ShippingServiceModelCourierEnum = typeof ShippingServiceModelCourierEnum[keyof typeof ShippingServiceModelCourierEnum];
5682
5687
  export interface ShippingServicesModel {
package/dist/api.js CHANGED
@@ -324,16 +324,19 @@ exports.ShipmentDTOCourierEnum = {
324
324
  Dpd: 'DPD',
325
325
  ChorltonPallet: 'Chorlton Pallet',
326
326
  Pops: 'POPS',
327
+ Interparcel: 'Interparcel',
327
328
  };
328
329
  exports.ShipmentRequestDTOCourierEnum = {
329
330
  Dpd: 'DPD',
330
331
  ChorltonPallet: 'Chorlton Pallet',
331
332
  Pops: 'POPS',
333
+ Interparcel: 'Interparcel',
332
334
  };
333
335
  exports.ShippingRequestDTOCourierEnum = {
334
336
  Dpd: 'DPD',
335
337
  ChorltonPallet: 'Chorlton Pallet',
336
338
  Pops: 'POPS',
339
+ Interparcel: 'Interparcel',
337
340
  };
338
341
  exports.ShippingRequestDTOPrinterEnum = {
339
342
  NUMBER_1: 1,
@@ -344,11 +347,13 @@ exports.ShippingServiceDTOCourierEnum = {
344
347
  Dpd: 'DPD',
345
348
  ChorltonPallet: 'Chorlton Pallet',
346
349
  Pops: 'POPS',
350
+ Interparcel: 'Interparcel',
347
351
  };
348
352
  exports.ShippingServiceModelCourierEnum = {
349
353
  Dpd: 'DPD',
350
354
  ChorltonPallet: 'Chorlton Pallet',
351
355
  Pops: 'POPS',
356
+ Interparcel: 'Interparcel',
352
357
  };
353
358
  exports.SipTrunkChangeResponseModelTypeEnum = {
354
359
  NewTrunk: 'New Trunk',
@@ -14,5 +14,10 @@ export declare const CourierEnum: {
14
14
  readonly value: "POPS";
15
15
  readonly publicValue: "POPS";
16
16
  };
17
+ readonly INTERPARCEL: {
18
+ readonly name: "INTERPARCEL";
19
+ readonly value: "Interparcel";
20
+ readonly publicValue: "Interparcel";
21
+ };
17
22
  };
18
23
  export type CourierEnum = typeof CourierEnum;
@@ -16,5 +16,10 @@ exports.CourierEnum = {
16
16
  "name": "BUILT_IN",
17
17
  "value": "POPS",
18
18
  "publicValue": "POPS"
19
+ },
20
+ "INTERPARCEL": {
21
+ "name": "INTERPARCEL",
22
+ "value": "Interparcel",
23
+ "publicValue": "Interparcel"
19
24
  }
20
25
  };
@@ -13,6 +13,11 @@ export const CourierEnum = {
13
13
  "name": "BUILT_IN",
14
14
  "value": "POPS",
15
15
  "publicValue": "POPS"
16
+ },
17
+ "INTERPARCEL": {
18
+ "name": "INTERPARCEL",
19
+ "value": "Interparcel",
20
+ "publicValue": "Interparcel"
16
21
  }
17
22
  } as const;
18
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.159",
3
+ "version": "3.2.160",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {