@workbuddy/sdk-js-vnext 1.0.77 → 1.0.79

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.
Files changed (2) hide show
  1. package/index.d.ts +7 -7
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1729,7 +1729,7 @@ export interface WorkBuddySettingsItemsCreateParams extends WorkBuddyRequestPara
1729
1729
  }
1730
1730
 
1731
1731
  export interface WorkBuddySettingsItemsUpsertParams extends WorkBuddyRequestParams {
1732
- type?: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
1732
+ type?: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
1733
1733
  /**
1734
1734
  * Display name
1735
1735
  */
@@ -1833,7 +1833,7 @@ export interface WorkBuddySettingsItemsUpdateParams extends WorkBuddyRequestPara
1833
1833
  */
1834
1834
  id: string;
1835
1835
 
1836
- type?: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
1836
+ type?: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
1837
1837
  /**
1838
1838
  * Display name
1839
1839
  */
@@ -5251,7 +5251,7 @@ export type WorkBuddySettingsTemplatesSmsListSmsTemplatesResponse = {
5251
5251
  export type WorkBuddySettingsItemsListResponse = {
5252
5252
  items: {
5253
5253
  id: string;
5254
- type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
5254
+ type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
5255
5255
  name: string;
5256
5256
  baseUom: string;
5257
5257
  description: string;
@@ -5288,7 +5288,7 @@ export type WorkBuddySettingsItemsListResponse = {
5288
5288
  export type WorkBuddySettingsItemsCreateResponse = {
5289
5289
  item: {
5290
5290
  id: string;
5291
- type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
5291
+ type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
5292
5292
  name: string;
5293
5293
  baseUom: string;
5294
5294
  description: string;
@@ -5324,7 +5324,7 @@ export type WorkBuddySettingsItemsCreateResponse = {
5324
5324
  export type WorkBuddySettingsItemsUpsertResponse = {
5325
5325
  item: {
5326
5326
  id: string;
5327
- type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
5327
+ type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
5328
5328
  name: string;
5329
5329
  baseUom: string;
5330
5330
  description: string;
@@ -5360,7 +5360,7 @@ export type WorkBuddySettingsItemsUpsertResponse = {
5360
5360
  export type WorkBuddySettingsItemsGetResponse = {
5361
5361
  item: {
5362
5362
  id: string;
5363
- type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
5363
+ type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
5364
5364
  name: string;
5365
5365
  baseUom: string;
5366
5366
  description: string;
@@ -5396,7 +5396,7 @@ export type WorkBuddySettingsItemsGetResponse = {
5396
5396
  export type WorkBuddySettingsItemsUpdateResponse = {
5397
5397
  item: {
5398
5398
  id: string;
5399
- type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE';
5399
+ type: 'SERVICE' | 'INVENTORY' | 'NON-INVENTORY' | 'INCENTIVE' | 'KIT' | 'BUNDLE' | 'SOR';
5400
5400
  name: string;
5401
5401
  baseUom: string;
5402
5402
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/sdk-js-vnext",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "WorkBuddy Public API JavaScript client",
5
5
  "license": "MIT",
6
6
  "type": "module",